body {
    color: #003399;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}

a {
    color: #003399;
}

a:hover {
    color: #5EC7EB;
}

.row:before {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Comfortaa', cursive !important;
}

h2,
h3,
.h2,
.h3 {
    font-family: 'Oswald', sans-serif !important;
}

.logo {
    max-height: 50px;
}

.brand {
    position: fixed;
    top: 50px;
    left: 50px;
    z-index: 4;
    opacity: 0;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

.brand.show {
    opacity: 1;
}

.container .row {
    max-width: 750px;
    margin: 0 auto;
}

.section {
    background-size: cover;
    background-position: center;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

.section .page-text {
    text-align: left;
}

.section .page-text ul,
.shop .description ul {
    margin-left: 22px;
}

.section .page-text ul>li,
.shop .description ul>li {
    list-style: square;
}

.language,
.footer-fixed,
.header-fixed {
    font-family: 'Comfortaa', cursive;
    font-weight: 600;
    font-size: 24px;
    color: #003399;
    position: fixed;
    z-index: 999;
    width: 100%;
    right: 35px;
    left: 35px;
}

.header-fixed {
    top: 50px;
}

.language {
    bottom: 50px;
    left: 50px;
    max-width: 200px;
}

body.menu-open #menuButton,
body.menu-open .contacts-block,
body.menu-open .language {
    display: none;
}

#menuButton {
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 4;
    width: 50px;
    cursor: pointer;
    margin-top: -10px;
    padding: 10px 0;
    padding-right: 10px;
}

#menuButton span {
    display: block;
    height: 5px;
    width: 100%;
    background: #003399;
    margin-top: 10px;
    float: left;
    clear: both;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

#menuButton span:first-child {
    margin-top: 0;
}

#menuButton span:nth-of-type(2) {
    margin-left: 25px;
}

#menuButton span:nth-of-type(3) {
    margin-left: 25px;
}

#menuButton span:nth-of-type(4) {}

#menuButton:hover span {
    margin-left: 0px;
}

.menu-container,
.contacts-container {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
    line-height: 1.4;
}

.menu-container a,
.contacts-container a {
    font-family: 'Comfortaa', cursive;
    font-size: 48px;
    font-weight: 600;
}

.menu-container .menu-inner {
    text-transform: uppercase;
}

.menu-container .menu-inner,
.contacts-container .menu-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.menu-container .close,
.contacts-container .close {
    position: absolute;
    top: 40px;
    right: 55px;
    width: 65px;
    height: 65px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.menu-container .close:before,
.menu-container .close:after,
.contacts-container .close:before,
.contacts-container .close:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #003399;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -1px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.menu-container .close:before,
.contacts-container .close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-container .close:after,
.contacts-container .close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-container .close:hover:before,
.menu-container .close:hover:after,
.contacts-container .close:hover:before,
.contacts-container .close:hover:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.contacts-container .menu-inner #form-contacts {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.contacts-container .menu-inner #form-contacts .col-xs-6 {
    padding: 0;
}

.contacts-container .menu-inner #form-contacts .col-xs-6:nth-child(1) {
    padding-right: 5px;
}

.contacts-container .menu-inner #form-contacts .col-xs-6:nth-child(2) {
    padding-left: 5px;
}

.contacts-container .menu-inner #form-contacts .btn {
    padding-left: 75px;
    padding-right: 75px;
}

.landing-title {
    font-family: 'Comfortaa', cursive;
    font-size: 24px;
    font-weight: 600;
    color: #003399;
    text-transform: uppercase;
}

.landing-title .line {
    border-bottom: 1px solid #5ec7eb;
    width: 100px;
    height: 1px;
    margin: 20px auto;
}

#landing-home img,
#landing-home svg {
    max-height: 300px;
}

#landing-services .service-block.row {
    justify-content: center;
}

#landing-services .service-block,
#landing-about .service-block {
    font-size: 18px;
    font-weight: 300;
}

#landing-services .service-block img,
#landing-about .service-block img,
#landing-services .service-block svg {
    height: 63px;
    display: block;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 5px;
}

#landing-about .service-block img {
    margin-top: 15px;
}

@media (min-width: 768px) and (max-height: 800px) {
    #landing-about p {
        line-height: 28px;
    }
}

#landing-services .service-block svg {
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    fill: #003399;
}

#landing-services .service-block a:hover svg {
    fill: #5EC7EB;
}

#landing-services .service-block {
    display: flex;
    flex-wrap: wrap;
}

#landing-services .service-block>.col {
    flex: 0 0 33.3333%;
}

@media (max-width: 767px) {
    #landing-services .service-block>.col {
        flex: 0 0 50%;
    }
}

#landing-products img {
    height: 65px;
    display: block;
    margin: 30px auto;
}

#landing-products .brands-block {
    max-height: 450px;
    overflow: hidden;
}

@media (min-width: 768px) and (max-height: 800px) {
    #landing-contacts .map-responsive {
        padding-bottom: 30%;
    }
}

#landing-404 .row {
    margin-top: -150px;
}

#landing-404 img {
    max-width: 250px;
}

#landing-404 .message {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1366px) {
    #landing-404 img {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    #landing-404 img {
        max-width: 125px;
    }
    #landing-404 .row {
        margin-top: -150px;
    }
}

.section .prev-section,
.section .next-section {
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: lowercase;
    z-index: 1040;
}

.prev-section {
    top: 100px;
}

.next-section {
    bottom: 110px;
}

.next-section span,
.prev-section span {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.prev-section span {
    top: -50px;
}

.next-section span {
    bottom: -50px;
}

.prev-section span:before,
.next-section span:before,
.prev-section span:after,
.next-section span:after {
    content: '';
    width: 5px;
    height: 50px;
    background: #003399;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.prev-section a:hover span:after {
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
    left: 11px;
}

.prev-section a:hover span:before {
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
    left: 38px;
}

.next-section a:hover span:after {
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
    left: 11px;
}

.next-section a:hover span:before {
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
    left: 38px;
}

.slide-navigation {
    display: none;
}

.product .description {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    margin-top: 15px;
}

.product .scroll-block {
    min-height: 500px;
    overflow: hidden;
}

.product .product-filters {
    padding-left: 75px;
    font-weight: 300;
    font-size: 18px;
}

.product .product-filters b {
    font-weight: 400;
    font-size: 24px;
}

.product .mz-thumb.mz-thumb-selected img {
    border: 2px solid #003399 !important;
}

.product .MagicScroll-horizontal .mcs-item {
    padding: 7px !important;
}

.catalog .title .h2 {
    font-size: 18px;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
}

.catalog .description {
    font-size: 18px;
    font-weight: 300;
}

.catalog .product-block {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: nowrap;
    text-align: left;
}

.catalog .product-block>div:nth-child(odd) {
    flex: 0 0 135px;
    padding-right: 15px;
}

.catalog .product-block>div:nth-child(even) {
    flex: 1 1 auto;
    background-color: #d5eff8;
    padding: 5px 15px 15px 15px;
}

@media (max-width: 575px) {
    .catalog .product-block {
        flex-wrap: wrap;
    }
    .catalog .product-block>div:nth-child(odd) {
        flex: 0 0 100%;
        padding-right: 0;
    }
    .catalog .product-block>div:nth-child(odd) img {
        max-width: 175px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .catalog .product-block>div:nth-child(even) {
        flex: 0 0 100%;
        background-color: #d5eff8;
        padding: 15px;
    }
}

.catalog .product-block {
    margin-bottom: 15px;
}

.catalog .product-block {
    border: 5px solid transparent
}

.catalog .product-block:hover {
    border: 5px solid #003399
}

.catalog .filter-block {
    margin-bottom: 15px;
}

.catalog .filter-block table {
    width: 100%;
}

.catalog .filter-block table td {
    padding: 5px 0;
}

.catalog .filter-block table td:first-child {
    width: 150px;
    padding-right: 15px;
}

.catalog .product-block p {
    margin: 0;
}

.contacts-block {
    position: fixed;
    bottom: 50px;
    right: 50px;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    padding-left: 50px;
    padding-right: 50px;
}

.btn-primary {
    color: #ffffff;
    background-color: #003399;
    border-color: #003399;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #003399;
    background-color: #FF9900;
    border-color: #FF9900;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #003399;
    border-color: #003399;
}

.btn-primary .badge {
    color: #003399;
    background-color: #ffffff;
}

.checkbox label {
    padding-left: 0;
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 5px solid #003399;
    border-radius: 0;
    width: 1.4em;
    height: 1.4em;
    float: left;
    margin-right: .5em;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 0;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5;
}

.form-control {
    border-radius: 0;
    border: 5px solid #003399;
    height: 50px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5EC7EB;
    opacity: 1;
    /* Firefox */
}

.privacy {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 15px;
}

.services-table {
    width: 100%;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
}

.services-table td {
    padding: 5px;
}

.services-table td:first-child {
    width: 80px;
}

.shop .iat-select .inner {
    margin-bottom: 0;
    border: 0;
    padding: 0;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select>.dropdown-toggle,
.bootstrap-select>.dropdown-toggle:active,
.bootstrap-select>.dropdown-toggle:focus,
.bootstrap-select>.dropdown-toggle:hover {
    color: #003399 !important;
    font-size: 18px;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    outline: 0 !important;
    box-shadow: none
}

.filter-option-inner-inner {
    text-transform: initial;
}

.bootstrap-select .dropdown-menu li a {
    color: #003399;
}

.bootstrap-select .dropdown-menu li a:hover {
    background: #d5eff8;
    color: #003399;
}

.bootstrap-select .dropdown-menu li a.active {
    color: #fff;
    background: #003399;
}

.bootstrap-select>.dropdown-toggle,
.bootstrap-select.open>.dropdown-toggle.btn-default {
    border: 5px solid #003399 !important;
    background: #fff !important;
}

.bootstrap-select>.dropdown-toggle:hover {
    background: #fff;
}

.bootstrap-select .dropdown-menu li a:hover.active {
    background: #003399;
    color: #fff;
}

body.open .prev-product,
body.open .next-product {
    display: none;
}

.prev-product,
.next-product {
    display: inline-block;
    position: fixed;
    top: 50%;
    margin-top: -10px;
    font-weight: 300;
    font-size: 16px;
}

.prev-product span,
.next-product span {
    display: inline-block;
    height: 5px;
    width: 50px;
    margin-bottom: 2px;
}

.prev-product span:before,
.next-product span:before,
.prev-product span:after,
.next-product span:after {
    content: '';
    width: 50px;
    height: 5px;
    background: #003399;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    position: absolute;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.prev-product:hover span:after {
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
    top: 18px;
}

.prev-product:hover span:before {
    -webkit-transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    -o-transform: rotate(-18deg);
    transform: rotate(-18deg);
    top: 3px;
}

.next-product:hover span:after {
    -webkit-transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    -o-transform: rotate(-18deg);
    transform: rotate(-18deg);
    top: 18px;
}

.next-product:hover span:before {
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
    top: 3px;
}

.prev-product span {
    margin-right: 5px;
}

.next-product span {
    margin-left: 5px;
}

.prev-product {
    left: 50px;
}

.next-product {
    right: 50px;
}

body.menu-open {
    overflow: hidden;
}

@media (max-height: 689px) {
    .datetimepicker .table-condensed>tbody>tr>td,
    .datetimepicker .table-condensed>tbody>tr>th,
    .datetimepicker .table-condensed>tfoot>tr>td,
    .datetimepicker .table-condensed>tfoot>tr>th,
    .datetimepicker .table-condensed>thead>tr>td,
    .datetimepicker .table-condensed>thead>tr>th {
        padding: 1px;
    }
    .datetimepicker .datetimepicker-hours span {
        height: 20px;
        line-height: 20px;
    }
}

@media (max-width: 1024px) {
    body {
        overflow: scroll !important;
    }
    body.menu-open {
        overflow: hidden !important;
    }
    .section .prev-section,
    .section .next-section {
        display: none;
    }
}

@media (max-height: 899px) {
    .section .prev-section,
    .section .next-section {
        display: none;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
    }
    .btn {
        font-size: 18px;
    }
    #landing-home img,
    #landing-home svg {
        max-height: 150px;
    }
    #menuButton {
        top: 20px;
        right: 20px;
        width: 30px;
    }
    #menuButton span {
        margin-top: 5px;
    }
    #menuButton span:nth-of-type(2),
    #menuButton span:nth-of-type(3) {
        margin-left: 15px;
    }
    .menu-container .close,
    .contacts-container .close {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
    }
    .menu-container a,
    .contacts-container a {
        font-size: 30px;
    }
    .brand {
        top: 17px;
        left: 15px;
        display: none;
    }
    .brand .logo {
        max-height: 40px;
    }
    .language,
    .footer-fixed,
    .header-fixed {
        font-size: 18px;
    }
    .language {
        bottom: 15px;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .contacts-block {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 241px
    }
    #landing-services .service-block,
    #landing-about .service-block {
        font-size: 16px;
    }
    #landing-services .service-block img,
    #landing-about .service-block img,
    #landing-services .service-block svg {
        margin-top: 35px;
    }
    #landing-products img {
        height: 50px;
        margin: 35px auto;
    }
    #landing-products .brands-block>div:last-child img {
        margin-bottom: 0;
    }
    .contacts-container .menu-inner #form-contacts {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contacts-container .menu-inner #form-contacts .form-control {
        height: 35px;
        border-width: 2px;
    }
    .contacts-container .menu-inner #form-contacts .form-group {
        margin-bottom: 10px;
    }
    .contacts-container .menu-inner #form-contacts .form-group.col-xs-12 {
        padding: 0!important;
    }
    .contacts-container .menu-inner #form-contacts .checkbox .cr {
        border-width: 2px;
    }
    .privacy,
    .bootstrap-select>.dropdown-toggle,
    .bootstrap-select>.dropdown-toggle:active,
    .bootstrap-select>.dropdown-toggle:focus,
    .bootstrap-select>.dropdown-toggle:hover {
        font-size: 14px
    }
    .landing-title {
        font-size: 20px;
    }
    .product-description-block {
        display: flex;
        flex-wrap: wrap;
    }
    .product-description-block .product-filters {
        order: 2;
        padding-left: 0;
    }
    .product-description-block .MagicScroll {
        order: 1;
    }
    .product .product-filters b {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .prev-product,
    .next-product {
        display: none;
    }
}

@media (min-width: 768px) {
    .contacts-container .menu-inner #form-contacts .form-group.col-xs-12 {
        padding: 0;
    }
}

.scrolltop {
    bottom: 0;
    right: 0;
    z-index: 1010;
}

.scrolltop .scroll {
    bottom: 10px;
    right: 10px;
}

.scrolltop .fa-stack {
    font-size: 20px;
}

#svg-blanks .doc-1,
#svg-blanks .doc-2,
#svg-blanks .doc-3,
#svg-blanks .doc-4 {
    stroke: #003399;
    stroke-width: 2px;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

a:hover>svg#svg-blanks .doc-1,
a:hover>svg#svg-blanks .doc-2,
a:hover>svg#svg-blanks .doc-3,
a:hover>svg#svg-blanks .doc-4 {
    stroke: #5EC7EB;
}

#svg-blanks .doc-1 {
    stroke-linecap: round;
}

#svg-blanks .doc-2 {
    fill: rgba(255, 255, 255, 0);
}

#svg-blanks .doc-2,
#svg-blanks .doc-4 {
    stroke-linejoin: round;
}

#svg-blanks .doc-5 {
    stroke: none;
}

.cabel-1,
.ccase-1,
.soft-1,
.repair-1 {
    fill: #039;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.equipment-block img {
    margin: 25px auto 0;
    max-height: 75px;
}