.container {
    width: 100%!important
}

@media (min-width:1200px) {
    .container {
        max-width: 100%;
        width: 100%;
        padding: 0 60px
    }
}

@media (max-width:1199.98px) {
    .container {
        padding: 0 30px
    }
}

@media (max-width:991.98px) {
    .container {
        padding: 0 15px
    }
}

@media (max-width:767.98px) {
    .container {
        padding: 0 10px
    }
}

#mm-blocker {
    display: none!important
}

.header {
    background-color: #fff;
    padding: 20px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:991.98px) {
    .header {
        padding: 8px 0;
        height: 64px
    }
    .header .container {
        padding: 0
    }
}

.mm-listview>li:not(.mm-divider):after {
    left: 0
}

.mm-menu.mm-offcanvas.mm-current {
    -webkit-box-shadow: 0 16px 16px rgba(39, 72, 135, .16);
    box-shadow: 0 16px 16px rgba(39, 72, 135, .16)
}

.header.sticky {
    top: 0;
    width: 100%;
    position: fixed;
    left: 0;
    -webkit-box-shadow: 0 6px 16px rgba(39, 72, 135, .16);
    box-shadow: 0 6px 16px rgba(39, 72, 135, .16);
    z-index: 99
}

.header.sticky~.header-nav {
    margin-top: 64px
}

.header-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.header-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991.98px) {
    .header-left {
        width: 100%
    }
}

.header-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:991.98px) {
    .header-right {
        display: none
    }
}

.header-nav {
    background-color: #012d78;
    position: relative
}

@media (max-width:991.98px) {
    .header-nav__menu {
        display: none!important;
    }
    .header-nav__buttons {
        display: none!important;
    }
    .header-nav__left {
        width: 100%!important;
    }
    .header-nav__catalog {
        width: 100%!important;
    }
    .header-nav__main {
        margin-right: 0!important;
    }
    .header-nav__wrapper {
        height: 50px!important;
    }
    .header-nav__main {
        padding: 0 25px!important;
    }
}

.header-nav.sticky {
    top: -1px;
    width: 100%;
    position: fixed;
    left: 0;
    -webkit-box-shadow: 0 6px 16px rgba(39, 72, 135, .16);
    box-shadow: 0 6px 16px rgba(39, 72, 135, .16);
    z-index: 2;
    z-index: 99
}

.header-nav.sticky~.mm-page {
    padding-top: 70px
}

.header-nav__wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-nav__left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.logo-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:992px) {
    .desktop-hide {
        display: none
    }
}

.logo-wrapper__about {
    color: #6c6c6c;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap
}

@media (max-width:1199.98px) {
    .logo-wrapper__about {
        font-size: 14px
    }
}

@media (max-width:991.98px) {
    .logo-wrapper__about {
        display: none
    }
}
.phones-wrapper .selectize-dropdown [data-selectable].option, .phones-wrapper .selectize-input>* {
    font-size: 22px;
}
.logo-wrapper__about p {
    margin: 0;
    font-size: 16px;
    color: #6C6C6C;
}

.logo-wrapper__logo {
    padding: 0 30px
}

@media (max-width:1199.98px) {
    .logo-wrapper__logo img {
        width: 150px
    }
}

@media (max-width:991.98px) {
    .logo-wrapper__logo {
        padding-left: 15px
    }
    .logo-wrapper__logo img {
        width: 108px
    }
}

.search-close {
    display: none;
    position: absolute;
    right: 45px;
    background-color: #fff;
    height: 50px;
    width: 50px;
}

.search-wrapper {
    margin: 0 0 0 30px;
    min-width: 28vw
}

@media (max-width:1199.98px) {
    .search-wrapper {
        margin-left: 30px;
        min-width: 240px
    }
}

@media (max-width:991.98px) {
    .search-wrapper {
        min-width: unset;
        margin: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .search-wrapper .search__input {
        padding: 0;
        width: 0
    }
    .search-wrapper .search__row {
        width: 50px;
        border: 0;
        position: absolute;
        right: 95px;
        overflow: hidden;
        max-width: 50px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .search-wrapper .compare-icon {
        width: 50px;
        text-align: center
    }
    .search-wrapper .compare-icon a {
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .search-wrapper .compare-icon a span {
        right: 4px;
        top: -8px
    }
    .search-wrapper .compare-icon:after {
        display: none
    }
    .search-wrapper .hamburger-menu {
        width: 50px;
        text-align: center;
        margin-top: 4px;
        z-index: 2;
        height: 44px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:991.98px) {
    .search__row.active {
        position: absolute;
        top: -2px;
        right: 95px;
        background-color: #fff;
        z-index: 2;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(100% - 100px);
        max-width: 100%
    }
    .search__row.active + .search-close {
        display: block;
        z-index: 3
    }
    .search__row.active + .search-close svg {
        width: 28px;
        height: 28px;
    }
    .search__row.active .search__input {
        width: calc(100% - 50px);
        padding: 13px 15px 14px
    }
    .search__row.active .search__button {
        pointer-events: all
    }
}

.mm-menu.mm-offcanvas {
    z-index: 999;
    width: calc(100% - 50px);
    background-color: #fff
}

.mm-slideout,
.mobile-menu.mm-opened,
html.mm-opening .mm-slideout {
    -webkit-transform: translateX(0)!important;
    -ms-transform: translateX(0)!important;
    transform: translateX(0)!important;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    display: block!important;
    min-height: unset!important
}

.mm-panel.mm-hasnavbar .mm-navbar {
    background-color: #408cff
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    color: #fff
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview>li .mm-next:after {
    border-color: #408cff
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: #fff
}

.mm-listview .mm-next:before {
    display: none
}

.mm-listview>li>a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mm-listview>li>a:hover {
    color: #408cff
}

.mobile-menu {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: none;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    background-color: #012d78
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #012d78
}

.search__row {
    border: 1px solid rgba(108, 108, 108, .2);
    border-radius: 4px;
    width: 100%
}

.search__input {
    display: inline-block;
    background-color: transparent;
    padding: 13px 15px 14px;
    border: 0;
    font-size: 14px;
    color: #6c6c6c;
    width: calc(100% - 48px);
    float: left
}

.search__input::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 15px
}

.search__input::-moz-placeholder {
    color: #6c6c6c;
    font-size: 15px
}

.search__input:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 15px
}

.search__input::-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 15px
}

.search__input::placeholder {
    color: #6c6c6c;
    font-size: 15px
}

.search__button {
    position: relative;
    display: inline-block;
    font-size: 0;
    width: 48px;
    height: 48px;
    border: 0;
    background-color: transparent;
    background-image: url(../img/icons/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px
}

@media (max-width:991.98px) {
    .search__button {
        pointer-events: none
    }
}

.phones-wrapper__title {
    font-size: 16px;
    color: #6c6c6c
}

.phones-wrapper .selectize-control.single .selectize-input::after {
    top: 60%
}

.phones-wrapper__select {
    border: 0
}

.phones-wrapper__select .selectize-input {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    padding: 0 40px 0 0
}

.phones-wrapper__select .selectize-dropdown {
    top: 30px!important
}

.phones-wrapper__select .selectize-input:before {
    display: none
}

.selectize-control.single .selectize-input:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    border: 0;
    font-weight: 300;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0!important;
    width: auto;
    height: auto
}

.selectize-input>input {
    position: absolute!important
}

a:hover {
    text-decoration: none;
    color: #012d78
}

a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.catalog-dropdown {
    background-color: #fff;
    width: 100vw;
    position: absolute;
    left: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    max-height: 0;
    overflow: hidden;
    padding: 0 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 99
}

.category-title {
    margin-bottom: 10px
}

.category-title a {
    font-size: 24px;
    color: #408cff;
    line-height: 1;
    padding-right: 20px;
}

.catalog-dropdown__category {
    width: 20%;
    margin-bottom: 25px
}

@media (max-width:1199.98px) {
    .catalog-dropdown__category {
        width: 25%
    }
}

.section-submenu-sublink {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #408cff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px
}

.section-submenu-sublink:hover .more-link {
    text-decoration: underline
}

.section-submenu-sublink i {
    padding-right: 7px;
    font-size: 12px;
    text-decoration: none!important
}

.section-submenu-sublink .fa-chevron-up {
    display: none
}

.more-link.open~.fa-chevron-up {
    display: block
}

.more-link.open~.fa-chevron-down {
    display: none
}

.subcategory-list {
    padding-right: 30px
}

.subcategory-item {
    margin-bottom: 15px
}

.subcategory-item a {
    font-size: 16px;
    line-height: 1.2;
    display: block;
    color: #000
}

.subcategory-item a:hover {
    color: #408cff
}

.header-nav__menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-nav__menu ul li {
    height: 100%
}

.header-nav__menu ul li a {
    padding: 0 1rem;
    height: 100%;
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.header-nav__menu ul li a:after {
    position: absolute;
    content: '';
    background-color: #408cff;
    width: 0;
    height: 4px;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header-nav__menu ul li a:hover:after {
    width: 100%
}

.header-nav__menu ul .active a:after {
    width: 100%
}

.header-nav__catalog {
    height: 100%;
    cursor: pointer
}

.header-nav__catalog.active .catalog-dropdown {
    max-height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

.main {
    overflow: hidden;
}

.header-nav__main {
    background-color: #408cff;
    padding: 20px 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    height: 100%;
    margin-right: 15px;
    white-space: nowrap
}

.header-nav__main svg {
    margin-right: 15px
}

.header-nav__menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-nav__buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.header-nav__buttons .callback-button {
    height: 100%;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 30px;
    background: 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap
}

.header-nav__buttons .callback-button svg {
    margin-right: 15px
}

.header-nav__buttons .callback-button img {
    width: 25px;
    height: 25px;
    margin-right: 10px
}

@media (max-width:1199.98px) {
    .header-nav__buttons .callback-button {
        font-size: 0;
        width: 70px;
        padding: 0;
        text-align: center
    }
    .header-nav__buttons .callback-button img {
        margin-right: 0
    }
    .header-nav__menu ul li a {
        font-size: 15px;
        padding: 0 .5rem;
    }
}

.header-nav__buttons .callback-button:hover {
    background-color: #408cff
}

.compare-icon {
    height: 100%;
    position: relative
}

.compare-icon a {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    position: relative
}

.compare-icon a span {
    color: #fff;
    background-color: #408cff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    position: absolute;
    right: 17px;
    top: 15px
}

.compare-icon:after {
    position: absolute;
    content: '';
    background-color: #408cff;
    width: 0;
    height: 4px;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.compare-icon:hover:after {
    width: 100%
}

button {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

a:active,
a:focus,
button:active,
button:focus,
input:active,
input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.footer {
    background-color: #3e464d;
    padding-bottom: 60px;
    margin-top: 70px
}

.footer-top {
    width: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

@media (min-width:992px) {
    .footer-top {
        padding: 65px 0
    }
}

@media (max-width:991.98px) {
    .footer-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 60px 0
    }
}

@media (max-width:767.98px) {
    .footer-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 60px 15px
    }
}

.footer-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px
}

.footer-bottom .developer {
    color: #fff;
    font-size: 16px
}

@media (max-width:767.98px) {
    .footer-bottom .developer {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer-bottom .developer a {
        width: 100%;
        text-align: center;
        margin-top: 10px
    }
}

.footer-bottom .developer img {
    margin-left: 15px
}
.footer-description {
    max-width: 30%;
}
.footer-description .footer-address p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px
}
@media (max-width:991.98px) {
    .footer-description {
        max-width: 100%;
    }
}
@media (max-width:767.98px) {
    .footer-description .footer-address {
        text-align: center
    }
}

@media (max-width:767.98px) {
    .footer-description {
        width: 100%;
        text-align: center
    }
}

.footer-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0
}

@media (max-width:991.98px) {
    .footer-nav {
        margin-top: 20px;
        width: 100%;
    }
}

.footer-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.footer-nav ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-decoration: underline;
    line-height: 1.8
}

.footer-nav__column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 25%
}

@media (max-width:991.98px) {
    .footer-nav__column {
        width: 50%
    }
}

@media (max-width:767.98px) {
    .footer-nav__column {
        width: 50%;
        margin-top: 40px
    }
    .footer-nav__column ul li {
        text-align: left
    }
    .footer-nav__column .footer-nav__title {
        text-align: left
    }
}

.footer-nav__column.products {
    width: 50%;
    display: block
}

.footer-nav__column.products ul {
    width: 50%;
    float: left
}

@media (max-width:991.98px) {
    .footer-nav__column.products {
        width: 100%
    }
}

@media (max-width:767.98px) {
    .footer-nav__column.products ul {
        width: 50%
    }
    .footer-nav__column.products ul:last-child {
        padding-left: 20px;
    }
    .footer-nav__column.sitemap {
        padding-left: 20px;
    }
}

.footer-nav__column.phones {
    display: block
}

.footer-nav__column.phones a {
    display: block
}

.footer-nav__title {
    font-size: 18px;
    color: rgba(255, 255, 255, .5);
    font-weight: 700;
    width: 100%;
    margin-bottom: 23px;
    text-transform: uppercase
}

.footer-nav__contact {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    width: 100%;
    margin-bottom: 15px
}

.footer-nav__contact a {
    font-size: 16px;
    color: #fff;
    font-weight: 300
}

@media (max-width:1199.98px) {
    .footer-nav__contact a {
        font-size: 14px
    }
}

@media (max-width:991.98px) {
    .footer-nav__contact a {
        font-size: 16px
    }
}

@media (max-width:767.98px) {
    .footer-nav__contact {
        text-align: left
    }
}

.main-slider__item {
    height: 820px;
    position: relative
}
.main-slider__item:before {
    position: absolute;
    width: 100%;
    height: 100%;    
    display: block;
    background-color: rgba(0,0,0,.5);
    content: '';
    z-index: 1;
    left: 0;
    top: 0;
}
@media (max-width:991.98px) {
    .main-slider__item {
        height: 600px
    }
}

.main-slider .slick-dots {
    position: absolute;
    bottom: 380px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:991.98px) {
    .main-slider .slick-dots {
        bottom: 110px
    }
}

.main-slider__text {
    position: absolute;
    top: calc(50% - 120px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 960px;
    text-align: center;
    width: 100%;
    z-index: 22;
}

@media (max-width:991.98px) {
    .main-slider__text {
        max-width: 90%;
        top: calc(50% - 60px)
    }
}

.main-slider__title {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 56px
}

@media (max-width:991.98px) {
    .main-slider__title {
        font-size: 42px;
        line-height: 1.2
    }
}

.main-slider__subtitle {
    font-size: 22px;
    line-height: 1.5;
    color: #fff
}

@media (max-width:991.98px) {
    .main-slider__subtitle {
        font-size: 16px;
        line-height: 1.5
    }
}

.main-slider__item {
    background-size: cover;
    background-repeat: no-repeat
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slick-dots li {
    font-size: 0;
    width: 46px;
    height: 4px;
    background-color: #fff;
    opacity: .3;
    border-radius: 3px;
    margin: 18px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.slick-dots li:hover {
    opacity: 1
}

.slick-dots .slick-active {
    opacity: 1
}

.jumbotron {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
    min-height: unset!important
}

.brand-slider-wrapper {
    position: absolute;
    bottom: 0;
    height: 200px;
    z-index: 40;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .3)
}

.brand-slider-wrapper .slick-list {
    width: 100%
}

@media (max-width:991.98px) {
    .brand-slider-wrapper {
        height: 90px
    }
    .brand-slider-wrapper .brand-slider__item {
        margin: 0
    }
}

.brand-slider {
    width: 100%
}

.brand-slider .slick-track {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.brand-slider__item {
    margin: 0;
    text-align: center
}

.brand-slider__item img {
    margin: 0 auto;
    opacity: .5;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    min-width: 50%;
    width: 150px;
}

.brand-slider__item:hover img {
    opacity: 1
}

.advantages {
    padding: 65px 0 70px 0
}

.advantages .container {
    padding: 0
}

@media (max-width:991.98px) {
    .advantages {
        padding: 35px 0 40px 0
    }
    .advantages .slick-slide.slick-current .slider-title {
        opacity: 1
    }
    .advantages .slick-slide.slick-current .slider-image img {
        opacity: 1
    }
}

.advantages-item {
    text-align: center
}

.advantages-item .slider-image img {
    margin: 0 auto 20px auto
}

@media (max-width:767.98px) {
    .advantages-item .slider-image img {
        width: 45px;
        opacity: .5;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
}

.advantages-item .slider-title {
    font-size: 16px;
    line-height: 1.2
}

@media (max-width:767.98px) {
    .advantages-item .slider-title {
        opacity: 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
}

.catalog-item {
    height: 410px;
    width: calc(100% / 3);
    border: 1px solid #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}
.catalog-item:before {
    position: absolute;
    width: 100%;
    height: 100%;    
    display: block;
    background-color: rgba(0,0,0,.5);
    content: '';
    z-index: 1;
    left: 0;
    top: 0;
}
.catalog-item .catalog-item__wrapper {
    max-height: 42px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
}

.catalog-item .catalog-item__wrapper .catalog-item__title a {
    font-size: 30px;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

@media (max-width:991.98px) {
    .catalog-item .catalog-item__wrapper .catalog-item__title a {
        font-size: 20px;
        line-height: 23px
    }
}

.catalog-item .catalog-item__wrapper .catalog-item__count {
    font-size: 18px;
    color: #fff;
    opacity: .6;
    line-height: 25px;
    font-weight: 400
}

.catalog-item:hover .catalog-item__wrapper {
    max-height: 999px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

@media (max-width:991.98px) {
    .catalog-item .catalog-item__wrapper {
        max-height: 999px
    }
    .catalog-item .catalog-item__wrapper .catalog-item__title a {
        border-bottom: 0;
        margin-bottom: 0
    }
    .catalog-item .catalog-item__wrapper .catalog-item__count {
        display: none
    }
}

@media (max-width:1199.98px) {
    .catalog-item {
        padding: 30px;
        height: 300px
    }
}

@media (min-width:768px) {
    .catalog-item:nth-child(3n+1) {
        border-left: 0
    }
    .catalog-item:nth-child(3n+3) {
        border-right: 0
    }
    .show-content__arrow {
        display: none;
    }
}

@media (max-width:767.98px) {
    .catalog-item {
        width: 50%!important
        height: 50vw;
        padding: 15px
    }
    .catalog-item:last-child {
        width: 100%!important;
    }
    .catalog-item:nth-child(2n-1) {
        border-left: 0
    }
    .catalog-item:nth-child(2n) {
        border-right: 0
    }
    .category-title {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-between;
        min-height: 24px;
    }
    .category-title i {
        font-size: 20px;
        line-height: 1.2;
        display: block;
    }
    .show-content__arrow {
        display: block;
    }
}

.catalog-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #fff
}

.tabs-wrapper {
    display: block;
    width: 100%;
    clear: both;
    padding-top: 25px
}

.news-tabs__nav.tabs_nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 70px;
    margin-bottom: 35px
}

@media (max-width:991.98px) {
    .news-tabs__nav.tabs_nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 65px
    }
}

.news-tabs__nav.tabs_nav li {
    list-style-type: none;
    margin-right: 55px
}

@media (max-width:991.98px) {
    .news-tabs__nav.tabs_nav li {
        margin: 0 15px
    }
}

.news-tabs__nav.tabs_nav li a {
    display: block;
    list-style-type: none;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    color: #6c6c6c;
    border-bottom: 4px solid transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:991.98px) {
    .news-tabs__nav.tabs_nav li a {
        font-size: 18px
    }
    .news-tabs__nav.tabs_nav li a:hover {
        border-bottom: 3px solid #408cff
    }
}

.news-tabs__nav.tabs_nav li a:hover {
    border-bottom: 4px solid #408cff
}

.news-tabs__nav.tabs_nav .active a {
    border-bottom: 4px solid #408cff;
    font-weight: 700;
    color: #000
}

@media (max-width:991.98px) {
    .news-tabs__nav.tabs_nav .active a {
        border-bottom: 3px solid #408cff
    }
}

.news-tabs__content {
    background-color: #fff
}

.news-tabs__content .news-tabs__item {
    display: none
}

.news-tabs__content .news-tabs__item p {
    padding: 0 10px
}

.news-tabs__content .news-tabs__item .h4 {
    padding-left: 15px
}

.news-tabs__content .news-tabs__item .review-item {
    margin: 0 0 20px 0;
    width: 100%
}

.news-tabs__content .news-tabs__item .review-item .review-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px
}

.news-tabs__content .news-tabs__item .review-item .review-content .review-up {
    padding-right: 40px;
    color: #408cff
}

.news-tabs__content .news-tabs__item .review-item .review-content .review-up i {
    color: #408cff;
    padding-right: 10px
}

.news-tabs__content .news-tabs__item .review-item .review-content .review-down {
    color: #408cff
}

.news-tabs__content .news-tabs__item .review-item .review-content .review-down i {
    color: #408cff;
    padding-right: 10px
}

.news-tabs__content .news-tabs__item .tab-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.news-tabs__content .news-tabs__item .tab-header .h1 {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-top: 10px
}

.news-tabs__content .news-tabs__item .btn_modal {
    display: inline-block;
    border: 0;
    background-color: #408cff;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 9px 20px;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-tabs__content .news-tabs__item .btn_modal:hover {
    opacity: .9
}

.news-tabs__content .active {
    display: block
}

.news-tabs__content .active .media-wrapper>* {
    max-width: 100%;
    width: 100%
}

.news-tabs__content table {
    width: 100%
}

.news-tabs__content table tr td {
    font-size: 14px;
    padding: 8px 10px;
    border-top: 0
}

.news-tabs__content table tr td:nth-child(2) {
    text-align: right
}

.news-tabs__content table tr th {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    border-top: 0;
    background-color: transparent
}

.news-tabs__content table tr:nth-child(1) {
    border-top: 0;
    background-color: transparent!important
}

.news-tabs__content table tr:nth-child(2n+1) {
    background-color: #f7f7f7
}
.news-tabs__image {
    height: 230px;
    width: 100%;
    overflow: hidden;
}
.news-tabs__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-tabs__text {
    padding: 30px 60px;
    background: #f9f9f9
}

@media (max-width:991.98px) {
    .news-tabs__text {
        padding: 20px 15px
    }
}

.news-tabs__title {
    font-size: 20px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .8);
    margin-bottom: 8px
}

@media (max-width:991.98px) {
    .news-tabs__title {
        font-size: 16px
    }
}

.news-tabs__date {
    font-size: 14px;
    color: rgba(0, 0, 0, .5)
}

@media (max-width:991.98px) {
    .news-tabs__date {
        font-size: 13px
    }
}

.news-slider__item {
    border: 1px solid #fff
}

.news-slider__item:hover .news-tabs__title {
    color: #012d78
}

@media (max-width:991.98px) {
    .news-slider__item {
        border-left: 8px solid #fff;
        border-right: 8px solid #fff
    }
}

section.news {
    margin-bottom: 60px
}

.news-tabs__content {
    position: relative
}

.all-news {
    position: absolute;
    top: -95px;
    right: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1199.98px) {
    .all-news {
        top: -75px
    }
    .phones-wrapper .selectize-dropdown [data-selectable].option, .phones-wrapper .selectize-input>* {
        font-size: 15px;
    }
}

@media (max-width:991.98px) {
    .all-news {
        position: relative;
        top: unset;
        right: unset;
        text-align: center
    }
    .all-news a {
        margin: 0 auto
    }
}

.all-news a {
    font-size: 18px;
    color: #408cff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.all-news a:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-size: 25px;
    font-weight: 300;
    margin-left: 8px;
    margin-top: 3px
}

.all-news a:hover {
    color: #012d78
}

.news-tabs__wrapper {
    padding: 0 60px
}

.news .slick-track {
    margin: 0;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news .slick-slide {
    height: unset
}

.news .slick-slide .news-slider__item,
.news .slick-slide>div {
    height: 100%
}

.news .slick-slide .news-slider__item a {
    display: block;
    width: 100%;
    height: 100%
}

.news .slick-slide .news-tabs__text {
    height: 100%
}

.news .slick-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 22px;
    margin-bottom: 20px
}

.news .slick-dots li {
    background-color: #333
}

section.about {
    margin-bottom: -70px
}

.about-wrapper {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 95px 0
}

.about-wrapper .about-form__wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    clear: both
}

.about-wrapper .about-form__wrapper:after,
.about-wrapper .about-form__wrapper:before {
    clear: both
}

@media (max-width:767.98px) {
    .about-wrapper {
        padding: 30px 0
    }
    .news-tabs__nav.tabs_nav {
        margin-top: 20px
    }
    .footer-bottom .developer img {
        margin-left: 0;
    }
}

.about-form__text {
    color: #fff;
    padding-right: 90px;
    margin-bottom: 80px
}

@media (max-width:1199.98px) {
    .about-form__text {
        padding-right: 0
    }
}

@media (max-width:767.98px) {
    .about-form__text {
        margin-bottom: 20px
    }
}

.about-form__text p {
    font-size: 24px;
    color: #e2e4e6;
    margin-bottom: 15px
}

.about-form {
    width: 60%
}

@media (max-width:1199.98px) {
    .about-form {
        width: 100%
    }
}

.about-image {
    max-width: 730px;
    width: 39%
}

.about-image img {
    width: 100%
}

@media (max-width:1199.98px) {
    .about-image {
        display: none
    }
}

.about-form__description p:last-child {
    font-size: 20px
}

@media (max-width:767.98px) {
    .about-form__description p {
        font-size: 16px
    }
    .about-form__description p:last-child {
        font-size: 14px
    }
}

.about-form__title {
    color: #fff
}

.btn-main {
    padding: 12px 40px;
    background-color: #408cff;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-main:hover {
    background-color: #63a1ff
}

.about-form__form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:767.98px) {
    .about-form__form .text-left {
        width: 100%;
        margin-bottom: 40px
    }
    .about-form__form .btn-main {
        margin: 0 auto;
        display: block
    }
}

.about-form__form .form-group {
    width: calc(50% - 15px)
}

@media (max-width:767.98px) {
    .about-form__form .form-group {
        width: 100%
    }
}

.about-form__form .form-group__message {
    width: 100%
}

.about-form__form .form-group__message textarea {
    min-height: 149px;
    margin-bottom: 25px
}

.about-form__form input,
.about-form__form textarea {
    background: rgba(196, 196, 196, .2);
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
    padding: 12px 20px;
    width: 100%;
    margin-bottom: 30px
}

.about-form__form input::-webkit-input-placeholder,
.about-form__form textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8);
    font-size: 15px
}

.about-form__form input::-moz-placeholder,
.about-form__form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .8);
    font-size: 15px
}

.about-form__form input:-ms-input-placeholder,
.about-form__form textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8);
    font-size: 15px
}

.about-form__form input::-ms-input-placeholder,
.about-form__form textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, .8);
    font-size: 15px
}

.about-form__form input::placeholder,
.about-form__form textarea::placeholder {
    color: rgba(255, 255, 255, .8);
    font-size: 15px
}

ul.breadcrumb {
    padding: 25px 0;
    border-bottom: 1px solid #dadada;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

ul.breadcrumb li {
    display: inline-block;
    font-size: 14px;
    color: rgba(0, 0, 0, .6)
}

ul.breadcrumb li a {
    font-size: 14px;
    color: #012d78
}

ul.breadcrumb li+li:before {
    padding: 0 25px;
    color: #408cff;
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    font-weight: 300
}

@media (max-width:767.98px) {
    ul.breadcrumb {
        padding: 14px 0;
        flex-wrap: wrap;
    }
    ul.breadcrumb li+li:before {
        padding: 0 12px;
        padding-left: 0;
    }
    ul.breadcrumb li {
        padding-right: 12px;
    }
}
.error-wrapper {
    position: relative;
    padding-right: 30px;
}
.product-count {
    white-space: nowrap;
    line-height: 2.1
}

.catalog-grid {
    display: -ms-grid;
    display: grid;
    --auto-grid-min-size: 400px;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 30px
}

@media (max-width:991.98px) {
    .catalog-grid {
        --auto-grid-min-size: 300px;
        grid-gap: 15px
    }
}

@media (max-width:767.98px) {
    .catalog-grid {
        --auto-grid-min-size: 290px
    }
}

.catalog-grid__title {
    height: 160px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 30px;
    background: #9fa3a6;
    background-size: cover;
}

.catalog-grid__title .h2 {
    margin: 0;
    color: #fff
}

@media (max-width:767.98px) {
    .catalog-grid__title {
        padding: 15px;
        height: 100px
    }
}

.catalog-grid__list .catalog-dropdown__category {
    width: 100%;
    padding: 30px;
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .catalog-grid__list .catalog-dropdown__category {
        padding: 15px
    }
}

.catalog-grid__list .catalog-dropdown__category .subcategory-item a {
    font-size: 20px
}

.main .h1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    position: relative
}

.main .main-title .h1 {
    margin-right: 10px;
    margin-top: 0;
    max-width: 80%;
}
.main-title {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .67em;
}
.main-title.card-title {
    justify-content: flex-start;
}
.main-title.card-title .h1{
    margin-right: 10px;
}
.main-title.card-title .product-brand {
    margin-top: 13px;
}
.category-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main_filter.active {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main_filter__btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.main_filter__btn .main_filter__sort:only-child {
    width: 100%;
    border-right: 0;
    border-left: 0
}

.main_filter__menu,
.main_filter__sort {
    width: 50%;
    float: left;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
    background-color: #012d78;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main_filter__menu.active,
.main_filter__sort.active {
    background-color: #408cff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main_filter__menu svg,
.main_filter__sort svg {
    width: 15px;
    height: 15px;
    margin-right: 5px
}

.main_filter__menu svg path,
.main_filter__menu svg rect,
.main_filter__sort svg path,
.main_filter__sort svg rect {
    fill: #fff
}

.main_filter__menu {
    border-right: 1px solid #fff
}

.main_filter__sort {
    border-left: 1px solid #fff
}

.filter-col {
    width: 275px;
    padding-right: 30px
}

.filter-col .mobile-menu_close-btn {
    display: none
}

@media (max-width:991.98px) {
    .filter-col {
        position: fixed;
        z-index: 999;
        -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
        transform: translateX(-120%);
        left: 0;
        top: 0;
        height: 100vh;
        width: 275px;
        background-color: #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        padding: 0;
        -webkit-box-shadow: 0 6px 16px rgba(39, 72, 135, .16);
        box-shadow: 0 6px 16px rgba(39, 72, 135, .16)
    }
    .filter-col .filter-nav {
        max-height: calc(100vh - 100px);
        overflow-y: scroll;
        padding: 15px
    }
    .filter-col .filter-nav .bx_filter_button_box {
        position: fixed;
        bottom: 15px;
        width: calc(100% - 30px);
        background-color: #fff;
        border-top: 1px solid #dadada
    }
    .filter-col .mobile-menu_close-btn {
        right: -45px;
        background-color: #408cff;
        top: 0;
        z-index: 9999;
        cursor: pointer;
        border: none;
        width: 45px;
        height: 45px;
        position: absolute
    }
    .filter-col .mobile-menu_close-btn .css-menu-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -10px;
        margin-top: -1px;
        width: 20px;
        height: 2px;
        background-color: transparent
    }
    .filter-col .mobile-menu_close-btn .css-menu-icon:after,
    .filter-col .mobile-menu_close-btn .css-menu-icon:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: inherit;
        height: inherit;
        background-color: #fff
    }
    .filter-col .mobile-menu_close-btn .css-menu-icon:before {
        margin: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .filter-col .mobile-menu_close-btn .css-menu-icon:after {
        margin: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.filter-col.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.filter-col.active .mobile-menu_close-btn {
    display: block
}

.product-grid-sort {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

@media (max-width:991.98px) {
    .product-grid-sort {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        margin-bottom: 15px;
        padding: 0 10px 0 10px
    }
    .product-grid-sort .selectize-dropdown [data-selectable].option,
    .product-grid-sort .selectize-input>* {
        font-size: 13px
    }
    .product-grid-sort .product-sort-buttons {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
    .product-grid-sort .product-sort-buttons .selectize-control {
        margin: 0
    }
    .product-grid-sort .product-sort-buttons .selectize-control:nth-child(2) .selectize-dropdown {
        left: 0;
        right: unset
    }
    .product-grid-sort.active {
        max-height: 999px;
        overflow: visible;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        background-color: #f5f5f5;
        padding: 10px 10px 0 10px
    }
}

.selectize-input.full {
    background: 0 0
}

.product-grid-wrapper {
    width: calc(100% - 305px)
}

@media (max-width:991.98px) {
    .product-grid-wrapper {
        width: 100%
    }
    .main .main-title .h1 {
        max-width: 100%;
    }
}

.product-grid {
    width: 100%;
    display: -ms-grid;
    display: grid;
    --auto-grid-min-size: 275px;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 30px
}

.product-item {
    position: relative;
    border: 1px solid #dadada;
}

.product-image {
    position: relative;
    height: 230px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-image .discount-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #408cff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    top: 0
}

.product-description {
    border-top: 0;
    padding: 24px
}

.product-title {
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 1.2
}

.product-buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}
.product-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;  
    margin: 15px 0;  
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-buttons.incompare .compare-button {
    display: none
}

.product-buttons.incompare .incompare-icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-buttons.incompare:hover .incompare-icon {
    display: none
}

.product-buttons.incompare:hover .remove-from-compare-icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    position: relative
}

.product-brand {
    background-color: #408cff;
    border-radius: 2px;
    text-align: center;
    padding: 2px 10px;
    color: #fff;
    font-size: 14px
}

.brand-row td span {
    background-color: #408cff;
    border-radius: 2px;
    text-align: center;
    padding: 2px 10px;
    color: #fff;
    font-size: 14px
}
.main_pagination {
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin:  20px 0;
}
.main_pagination li {
        margin: 0 5px;
        font-size: 18px;
}
.main_pagination li a {
    font-size: 18px;
}
.incompare-icon,
.remove-from-compare-icon {
    width: 20px;
    height: 20px;
    border: .4px solid #408cff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    display: none;
    background-color: #fff;
    cursor: pointer
}

.remove-from-compare-icon {
    position: absolute;
    right: 0;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.compare-button {
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.compare-button svg {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.compare-button svg path {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.compare-button:hover svg {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.compare-button:hover svg path {
    fill: #408cff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.incompare-icon:hover~.remove-from-compare-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1
}

.product-info {
    font-size: 13px;
    color: rgba(0, 0, 0, .6);
    line-height: 1.2
}

.area-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    outline: 0
}

.product-grid-load {
    margin: 50px 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product-grid-load .btn-main {
    width: 275px
}

.product-sort-buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.product-sort-buttons .selectize-dropdown {
    border: 1px solid rgba(108, 108, 108, .2);
    background: #fff
}

.product-sort-buttons .selectize-dropdown-content .option {
    font-size: 14px;
    padding: 5px 15px;
    cursor: pointer
}

.product-sort-buttons .selectize-control.single .selectize-input:after {
    right: 10px;
    top: 55%
}

.product-sort-buttons .selectize-control {
    margin-left: 15px
}

.product-sort-buttons .selectize-dropdown {
    min-width: 170px;
    right: 0;
    left: unset!important
}

.product-sort-buttons .selectize-input {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    padding-right: 20px
}

.product-sort-buttons .selectize-input input {
    position: relative!important;
    text-align: right!important;
    width: 0!important
}

.product-sort-buttons .selectize-input input::-webkit-input-placeholder {
    font-size: 16px
}

.product-sort-buttons .selectize-input input::-moz-placeholder {
    font-size: 16px
}

.product-sort-buttons .selectize-input input:-ms-input-placeholder {
    font-size: 16px
}

.product-sort-buttons .selectize-input input::-ms-input-placeholder {
    font-size: 16px
}

.product-sort-buttons .selectize-input input::placeholder {
    font-size: 16px
}

.product-sort-buttons .selectize-input .item {
    padding-right: 5px
}

.filter-col__title {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada
}

.filter-nav__list {
    padding: 10px 0 47px 0
}

.filter-nav__list ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.filter-nav__list ul li a {
    padding: 5px 0;
    display: block;
    font-size: 16px;
    color: #408cff
}

.filters-box_title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(0, 0, 0, .5);
    font-size: 16px;
    position: relative;
}
.filters-box_title .char_name {
    position: absolute;
    right: 25px;
}
.filters-box_title i {
    color: #408cff;
    font-size: 20px
}

.js-accordion.open .filters-box_title {
    color: #000;
    font-weight: 500
}

.js-accordion.open i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.bx_filter_search_reset {
    display: block;
    width: 100%;
    color: #408cff;
    font-size: 14px;
    padding: 10px 0
}

.bx_filter_search_button {
    background-color: #408cff;
    width: 100%;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.bx_filter_search_button:hover {
    background-color: #63a1ff
}

.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    padding-top: 5px;
    width: 100%
}

.control {
    overflow: hidden;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    font-weight: 400
}

.control input {
    display: none;
    position: absolute;
    z-index: -1;
    opacity: 0
}

.filters-box .more-link {
    border-bottom: 1px dashed #408cff;
    text-decoration: none!important
}

.control__indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background: 0 0;
    border: 1px solid rgba(108, 108, 108, .2);
    border-radius: 4px
}

.control--radio .control__indicator {
    border-radius: 50%
}

.control:hover input~.control__indicator:after {
    display: block;
    opacity: .5;
    color: #408cff
}

.control:checked~.control__indicator {
    background: #2aa1c0
}

.control:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none
}

.control input:checked~.control__indicator:after {
    display: block
}

.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    border: 0;
    font-weight: 300;
    font-size: 12px;
    color: #408cff
}

.control--checkbox input:disabled~.control__indicator:after {
    color: rgba(108, 108, 108, .2)
}

.control--radio .control__indicator:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #408cff
}

.control--radio input:disabled ~ .control__indicator:before {
    position: absolute;
    display: block;
    z-index: 2;
    content: '';
    width: 300px;
    top: -2px;
    left: -2px;
    height: 40px;
    background: #fff;
    cursor: default;
    opacity: .6;
}

.control--checkbox input:disabled ~ .control__indicator:before {
    position: absolute;
    display: block;
    z-index: 2;
    content: '';
    width: 300px;
    top: -2px;
    left: -2px;
    height: 40px;
    background: #fff;
    cursor: default;
    opacity: .6;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%
}

.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.select select::-ms-expand {
    display: none
}

.select select:focus,
.select select:hover {
    color: #000;
    background: #ccc
}

.select select:disabled {
    opacity: .5;
    pointer-events: none
}

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent
}

.select select:focus~.select__arrow,
.select select:hover~.select__arrow {
    border-top-color: #000
}

.select select:disabled~.select__arrow {
    border-top-color: #ccc
}

.js_catalog_filter {
    margin-top: 5px
}

.filters-box.open {
    margin-bottom: 10px
}

.js-ch-box-area {
    width: 100%
}

.js-ch-box-area .selectize-control {
    margin-bottom: 12px;
    width: 100%
}

.selectize-dropdown,
.selectize-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(108, 108, 108, .2);
    background-color: #fff
}

.selectize-dropdown.focus,
.selectize-input.focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.selectize-dropdown {
    border-top: 0
}

.selectize-dropdown [data-selectable].option,
.selectize-input>* {
    font-size: 15px;
    cursor: pointer
}

.selectize-control.single .selectize-input:after {
    font-size: 20px;
    top: 52%
}

.selectize-dropdown [data-selectable].option:hover {
    background-color: rgba(99, 161, 252, .15)!important
}

.selectize-dropdown [data-selectable].option.selected.active {
    background-color: rgba(200, 206, 217, .25)
}

.selectize-input input {
    font-size: 0;
    line-height: 0!important
}

@media (min-width:992px) {
    .main_filter__btn {
        display: none
    }
}

.product-gallery {
    width: calc(100% / 3)
}

.product-gallery__slider .product-gallery__item a {
    width: 100%;
    display: block
}

.product-gallery__slider .product-gallery__item a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:767.98px) {
    .product-gallery__slider {
        margin: 0 -15px;
        display: none
    }
}

.product-gallery__slider-thumb {
    margin-top: 13px;
    overflow: hidden
}

.product-gallery__slider-thumb .slick-list {
    margin: 0 -11px
}

.product-gallery__slider-thumb .slick-slide {
    margin: 0 9px
}

@media (max-width:767.98px) {
    .product-gallery__slider-thumb .slick-list {
        margin: 0 -15px
    }
    .product-gallery__slider-thumb .slick-slide {
        margin: 0 4px
    }
}

.product-gallery__slider-thumb .product-gallery__item {
    height: 25%
}

.product-gallery__slider-thumb .product-gallery__item div {
    height: 100%
}

.product-gallery__slider-thumb .product-gallery__item div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px
}

.product-wrapper .product-info {
    width: calc(100% / 6);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:1199.98px) {
    .product-wrapper .product-gallery {
        width: calc(100% - 300px)
    }
    .product-wrapper .product-info {
        width: 300px;
        padding-left: 30px
    }
    .product-wrapper .product-info .btn-second {
        width: 100%
    }
    .product-wrapper .product_tabs {
        width: 100%;
        margin-top: 50px
    }
}

@media (max-width:991.98px) {
    .product-wrapper .product-gallery {
        width: 100%
    }
    .product-wrapper .product-info {
        width: 100%;
        padding: 0
    }
    .product-wrapper .product-info .btn-second {
        width: 100%;
        max-width: 475px;
        margin-top: 30px
    }
    .product-wrapper .product_tabs__nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 0
    }
    .product-wrapper .product_tabs__nav li {
        margin: 0 10px
    }
    .product-wrapper .product_tabs__nav li a {
        padding-bottom: 10px
    }
    .product-wrapper .product_tabs__nav li a:after {
        height: 3px
    }
    .product-wrapper .product_tabs {
        width: 100%;
        margin-top: 50px
    }
}

.product_tabs {
    width: 50%
}

.product-info .btn-second {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 60px);
    margin: 0 auto;
    min-width: 160px;
    cursor: pointer;
}

.compare-box.incompare .compare-button {
    display: none
}

.compare-box.incompare .incompare-icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.compare-box.incompare:hover .incompare-icon {
    display: none
}

.compare-box.incompare:hover .remove-from-compare-icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    position: relative
}

.btn-second {
    border: 2px solid #408cff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 13px 10px;
    font-size: 18px;
    color: #408cff;
    position: relative;
    font-weight: 700
}

.btn-second>div {
    margin-right: 10px
}

.btn-second svg path {
    fill: #408cff
}

.product_tabs__nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.product_tabs__nav li {
    margin-right: 50px
}

.product_tabs__nav li a {
    font-size: 18px;
    color: #6c6c6c;
    position: relative;
    padding-bottom: 28px;
    display: block;
    margin-bottom: -2px;
    text-decoration: none;
    opacity: .8
}

.product_tabs__nav li a:after {
    position: absolute;
    content: '';
    background-color: #408cff;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    opacity: .7;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.product_tabs__nav li.active a {
    color: #000;
    opacity: 1
}

.product_tabs__nav li.active a:after {
    width: 100%
}

.product_tabs__nav li:hover a:after {
    width: 100%
}

.product_tabs__item {
    display: none
}

.product_tabs__item.active {
    display: block
}

.product_tabs__item .more-link {
    border-bottom: 1px dashed #408cff;
    display: block
}

.product_tabs__item .more-link:hover {
    text-decoration: none
}

.product_tabs__item .table-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
    padding: 9px 0
}

.product_tabs__item .table-row>div {
    width: 50%;
    text-align: left
}

.product_tabs__item .table-row .table-row__name {
    color: #6c6c6c;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.2
}

.product_tabs__item .table-row .table-row__value {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 1.2
}

.product-slider__wrapper .slick-list {
    margin: 0 -15px
}

.product-slider__wrapper .slick-slide {
    margin: 0 15px
}

.product-slider .h2 {
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 0
}

.product-slider .slick-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.product-slider .slick-dots li {
    background-color: #333
}

@media (max-width:991.98px) {
    .product-slider .slick-dots li {
        margin: 10px
    }
}

.contacts-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px
}

.contacts-wrapper .feedback-wrapper {
    width: calc(60% - 30px)
}

.contacts-wrapper .address-wrapper {
    width: 40%;
    padding: 20px 60px;
    border: 1px solid #c8ced9
}

.contacts-wrapper .address-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.contacts-wrapper .address-wrapper ul a {
    color: #000
}

.contacts-wrapper .address-wrapper ul a:hover {
    color: #408cff
}

.contacts-wrapper .address-wrapper .h2 {
    font-size: 28px
}

.contacts-wrapper .address-wrapper .h3 {
    font-size: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, .8)
}

@media (max-width:1199.98px) {
    .contacts-wrapper .feedback-wrapper {
        width: 100%;
        margin-bottom: 30px
    }
    .contacts-wrapper .address-wrapper {
        width: 100%
    }
}

@media (max-width:991.98px) {
    .contacts-wrapper .address-wrapper {
        padding: 0 30px 20px 30px
    }
    .catalog-dropdown__category {
        width: 33%;
    }
}

@media (max-width:767.98px) {
    .contacts-wrapper .address-wrapper {
        padding: 0 15px 10px 15px
    }
}

.feedback-wrapper .h2 {
    margin-top: 0
}

.feedback-wrapper .feedback-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.feedback-wrapper .feedback-form .message-text,
.feedback-wrapper .feedback-form .name-form {
    width: 100%
}

.feedback-wrapper .feedback-form .form-group {
    margin-bottom: 20px
}

.feedback-wrapper .feedback-form .form-group .invalid-feedback {
    text-align: right
}

.feedback-wrapper .feedback-form .form-group input,
.feedback-wrapper .feedback-form .form-group textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid rgba(108, 108, 108, .2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    color: #000
}

.feedback-wrapper .feedback-form .form-group input::-webkit-input-placeholder,
.feedback-wrapper .feedback-form .form-group textarea::-webkit-input-placeholder {
    color: #6c6c6c
}

.feedback-wrapper .feedback-form .form-group input::-moz-placeholder,
.feedback-wrapper .feedback-form .form-group textarea::-moz-placeholder {
    color: #6c6c6c
}

.feedback-wrapper .feedback-form .form-group input:-ms-input-placeholder,
.feedback-wrapper .feedback-form .form-group textarea:-ms-input-placeholder {
    color: #6c6c6c
}

.feedback-wrapper .feedback-form .form-group input::-ms-input-placeholder,
.feedback-wrapper .feedback-form .form-group textarea::-ms-input-placeholder {
    color: #6c6c6c
}

.feedback-wrapper .feedback-form .form-group input::placeholder,
.feedback-wrapper .feedback-form .form-group textarea::placeholder {
    color: #6c6c6c
}

.feedback-wrapper .feedback-form .form-group textarea {
    min-height: 140px
}

.feedback-wrapper .feedback-form .form-group label {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 1.2
}

.feedback-wrapper .feedback-form .form-group sup {
    margin-left: 5px
}

.feedback-wrapper .feedback-form sup {
    color: #e04b4b
}

.feedback-wrapper .feedback-form .email-form,
.feedback-wrapper .feedback-form .phone-form {
    width: calc(50% - 15px)
}

.feedback-wrapper .feedback-form .form-bottom {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.feedback-wrapper .feedback-form .valid-title {
    font-weight: 300
}

@media (max-width:767.98px) {
    .feedback-wrapper .feedback-form .form-group {
        width: 100%
    }
    .feedback-wrapper .feedback-form .valid-title {
        margin-bottom: 20px
    }
    .header-nav__catalog .catalog-dropdown {
        padding: 0 20px!important;
    }

    .header-nav__catalog.active .catalog-dropdown {
        max-height: calc(100vh - 150px);
        overflow-y: scroll;
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    .category-title a {
        font-size: 18px;
    }
    .subcategory-item a {
        font-size: 13px;
    }
    .subcategory-item {
        display: block!important;
    }
    .category-title {
        margin-bottom: 5px!important;
    }
    .section-submenu-sublink {
        display: none!important;
    }
    .catalog-dropdown__category {
        margin-bottom: 0px!important;
        padding-right: 20px;
    }
    .subcategory-list {
        max-height: 0!important;
        overflow: hidden;
        transition: all .3s ease;
    }
    .active ~ .subcategory-list {
        max-height: 999px!important;
        margin-top: 13px;
    }
    .category-title:only-child .show-content__arrow {
        display: none!important;
    }
    .category-title .show-content__arrow i {
        transition: all .3s ease;
    }
    .category-title.active .show-content__arrow i {
        transform: rotate(180deg);
    }
}

@media (max-width:575.98px) {
    .feedback-wrapper .feedback-form .btn-main {
        width: 100%
    }
    .header-nav__catalog .catalog-dropdown {
        padding: 0 15px!important;
    }
    .catalog-dropdown__category {
        width: 100%;
    }
    .catalog-dropdown__category {
        padding-right: 0;
    }
}

.shop-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 60px;
    background: #fff;
    border: 1px solid #c8ced9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 70px
}

.shop-item .shop-map {
    width: 40%;
    padding-left: 75px;
    height: 210px
}

.shop-item .shop-map img {
    width: 100%;
    height: 100%
}

.shop-item .shop-info {
    width: 60%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.shop-item .shop-info .h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.2
}

.shop-item .shop-info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 25px
}

.shop-item .shop-info ul li {
    color: rgba(0, 0, 0, .8);
    font-size: 20px
}

.shop-item .shop-info ul li a {
    color: rgba(0, 0, 0, .8);
    font-size: 20px
}

.shop-item .shop-info ul li a:hover {
    color: #408cff
}

.shop-item .shop-info .work-time__title {
    font-size: 24px;
    color: rgba(0, 0, 0, .8);
    font-weight: 600;
    line-height: 1.2
}

.shop-item .shop-info .work-time__table {
    margin-top: 20px
}

.shop-item .shop-info .work-time__row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.shop-item .shop-info .work-time__row span {
    font-size: 18px
}

.shop-item .shop-info .shop-info__left {
    margin-bottom: 20px
}

@media (max-width:991.98px) {
    .shop-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px
    }
    .shop-item .shop-info {
        width: 100%;
        padding-right: 0
    }
    .shop-item .shop-map {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }
}

@media (max-width:767.98px) {
    .shop-item {
        padding: 15px
    }
}

.invalid-feedback {
    display: none
}

.is-invalid .invalid-feedback {
    display: block
}

.is-invalid input {
    color: #e04b4b
}

.is-invalid input::-webkit-input-placeholder {
    color: #e04b4b
}

.is-invalid input::-moz-placeholder {
    color: #e04b4b
}

.is-invalid input:-ms-input-placeholder {
    color: #e04b4b
}

.is-invalid input::-ms-input-placeholder {
    color: #e04b4b
}

.is-invalid input::placeholder {
    color: #e04b4b
}

.invalid-feedback {
    color: #e04b4b;
    font-size: 13px;
    font-weight: 300
}

.form-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sertificate-cards {
    --auto-grid-min-size: 600px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 30px
}

@media (max-width:575.98px) {
    .sertificate-cards {
        --auto-grid-min-size: 290px
    }
}

.sertificate-main {
    font-size: 44px;
    line-height: 60px
}

.sertificate-item {
    word-break: break-word;
    background: rgba(245, 245, 245, .5)
}

@media (max-width:575.98px) {
    .sertificate-item {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .sertificate-item .sertificate-image {
        width: 100%;
        padding-right: 0
    }
    .sertificate-item .sertificate-image img {
        width: 100%
    }
}

@media (max-width:767.98px) {
    .sertificate-item .sertificate-title {
        font-size: 20px;
        line-height: 1.2
    }
    .sertificate-item .sertificate-info {
        font-size: 18px;
        line-height: 1.2
    }
}

.sertificate-image {
    padding-right: 20px;
    float: left;
    height: 100%;
    max-width: 50%;
}

@media (max-width:575.98px) {
    .sertificate-image {
        height: auto;
        max-width: 100%;
    }

}

.sertificate-image a {
    display: block;
    height: 100%;
    width: 100%
}

.sertificate-image a img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sertificate-title {
    margin: 20px;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    color: #000
}

.sertificate-info {
    text-align: left;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: rgba(0, 0, 0, .8);
    margin: 11px 20px 20px 20px
}

.wrong-page {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 150px 0
}

.wrong-page .error {
    font-weight: 700;
    font-size: 180px;
    line-height: 1.2;
    color: rgba(0, 0, 0, .1)
}
.wrong-page .error-icon {
    margin-bottom: 20px;
}
.page-wrapper.wrong-page {
    padding-top: 50px;
}
.wrong-page .error-info span {
    line-height: 1;
    display: block;
}
.wrong-page .error-icon svg path {
    fill: #012d78;
}
@media (max-width:767.98px) {
    .wrong-page {
        padding: 50px 0 100PX 0
    }
    .wrong-page .error {
        font-size: 100px
    }
    .wrong-page .error-info {
        font-size: 30px;
        margin-bottom: 20px
    }
}

.error-info {
    font-family: Ubuntu, Ubuntu-IE, Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 45px
}

.error-link {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px
}

.news-item-title {
    font-family: Ubuntu, Ubuntu-IE, Arial, Helvetica, sans-serif;
    font-size: 44px;
    line-height: 51px
}

@media (max-width:767.98px) {
    .news-item-title {
        font-size: 32px;
        line-height: 37px
    }
}

.news-item-date {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #c4c4c4;
    margin-bottom: 37px;
    margin-top: -20px
}

@media (max-width:1199.98px) {
    .news-item-date {
        margin-top: 0;
        margin-bottom: 10px
    }
}

.news-single {
    margin-bottom: 100px
}

.news-item img {
    display: inline-block;
    max-width: 50%;
    float: left;
    margin: 0 40px 40px 0;
    height: auto!important;
}

@media (max-width:1199.98px) {
    .news-item img {
        max-width: 100%;
        padding: 0;
        float: none;
        width: 100%;
        margin-bottom: 20px
    }
}

.news-item-info {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, .8);
    width: calc(50% - 30px)
}

@media (max-width:991.98px) {
    .news-item-info {
        font-size: 16px;
        line-height: 1.5
    }
}

.news-item-image {
    max-width: 50%
}

.news-item-image img {
    width: 100%
}

@media (max-width:1199.98px) {
    .news-item-image {
        max-width: 100%;
        text-align: center;
        margin: 0;
        float: none;
        margin-bottom: 30px
    }
    .news-item-image img {
        width: 100%;
        height: auto
    }
}

@media (max-width:1199.98px) {
    .news-item-image {
        width: 100%;
        height: 90%
    }
}

.news-title {
    font-family: Ubuntu, Ubuntu-IE, Arial, Helvetica, sans-serif;
    font-size: 44px;
    line-height: 51px;
    margin-top: 33px;
    margin-bottom: 37px
}

.news-info {
    padding: 35px 56px 46px 45px;
    background: #fff
}

@media (max-width:767.98px) {
    .news-info {
        padding: 20px 0
    }
}

.news-items-title {
    font-family: Ubuntu, Ubuntu-IE, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2
}

.news-items-date {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #c4c4c4;
    margin-top: 0;
    margin-bottom: 16px
}

.news {
    dislpay: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column-wrap;
    -ms-flex-flow: column-wrap;
    flex-flow: column-wrap
}

@media (min-width:992px) {
    .news-items {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 48px
    }
    .news-items-image {
        height: 470px;
        width: 50%;
        min-width: 872px
    }
    .news-items-image img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
    .news-info__main {
        position: absolute;
        max-width: 1090px;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        width: 60%;
        min-width: 772px
    }
}

@media (max-width:991.98px) {
    .news-items-image {
        height: 100%;
        width: 100%
    }
    .news-items-image img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.news-item-description {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px
}

@media (max-width:767.98px) {
    .news-item-description {
        font-size: 16px;
        line-height: 1.4
    }
}

.news-more {
    margin: 40px 0 0 0
}

.news-more a i {
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px
}

@media (max-width:767.98px) {
    .news-more {
        margin-top: 10px
    }
}

.search-result__top {
    margin-bottom: 50px
}

.search-result__top .search-row {
    border: 0;
    width: calc(100% - 100px);
    position: relative
}

.search-result__top .search-row input {
    width: 100%
}

.search-result__top .search-row .js-ch-box-area {
    border-left: 2px solid #e2e2e2;
    position: absolute;
    right: 0;
    width: 130px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.search-result__top .search-row .js-ch-box-area .selectize-control {
    margin-bottom: 0
}

.search-result__top .search-row .js-ch-box-area .selectize-input {
    border: 0;
    padding-left: 20px;
    padding-top: 15px
}

.search-result__top .search-row .js-ch-box-area .selectize-input::after {
    top: 62%
}

.search-result__top form.search {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.search-result__top form.search .search__input {
    border: 2px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    border-right: 0;
    padding: 15px 15px 16px 15px;
    font-size: 20px
}

.search-result__top form.search .search__input::-webkit-input-placeholder {
    font-size: 20px
}

.search-result__top form.search .search__input::-moz-placeholder {
    font-size: 20px
}

.search-result__top form.search .search__input:-ms-input-placeholder {
    font-size: 20px
}

.search-result__top form.search .search__input::-ms-input-placeholder {
    font-size: 20px
}

.search-result__top form.search .search__input::placeholder {
    font-size: 20px
}

.search-result__top form.search .btn-main {
    border-radius: 0 4px 4px 0
}

@media (max-width:575.98px) {
    .search-result__top form.search {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .search-result__top form.search .btn-main {
        width: 100%;
        border-radius: 4px;
        margin-top: 20px
    }
    .search-result__top form.search .search-row {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: 1px solid #e2e2e2;
        border-radius: 4px
    }
    .search-result__top form.search .search-row input {
        border: 0
    }
    .search-result__top form.search .search-row .js-ch-box-area {
        position: relative;
        width: 200px;
        border-left: 1px solid #e2e2e2
    }
    .search-result__top form.search .search__input {
        padding: 10px 10px 11px 10px
    }
}

.bx_compare tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bx_compare .table_compare {
    display: block;
    position: relative
}

.bx_compare .table_compare .frame {
    margin: 0 0 0 230px;
    position: relative;
    overflow: hidden
}

.bx_compare .table_compare .frame .wraps {
    width: 10000%!important;
    overflow: hidden;
    font-size: 0
}

.bx_compare .table_compare .frame .wraps .product-card {
    min-height: 280px;
    height: 100%;
    background-color: transparent
}

.bx_compare .table_compare .frame .wraps .product-card .inner-wrap {
    min-height: unset;
    height: 100%;
    margin-bottom: 0;
    position: relative
}

.bx_compare .table_compare .frame .wraps .product-card .inner-wrap:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0
}

@media (max-width:767.98px) {
    .bx_compare .table_compare .frame {
        margin-left: 180px
    }
}

.bx_compare .table_compare .compare_wr_inner {
    padding: 5px 0
}

.bx_compare .table_compare .compare_wr_inner .wrapp_scrollbar {
    position: relative;
    margin: 21px 0 33px 230px
}

.bx_compare .table_compare .compare_wr_inner .wrapp_scrollbar .wr_scrollbar {
    margin: 0 38px 10px 38px;
    background-color: #f2f2f2;
    height: 1px
}

.bx_compare .table_compare .compare_wr_inner .wrapp_scrollbar .wr_scrollbar .scrollbar {
    height: 5px;
    line-height: 0;
    position: relative;
    top: -3px;
    cursor: pointer
}

.bx_compare .table_compare .compare_wr_inner .wrapp_scrollbar .wr_scrollbar .scrollbar .handle {
    background-color: #408cff;
    height: 3px;
    position: relative;
    top: 2px;
    cursor: pointer;
    border-radius: 3px
}

.bx_compare .table_compare .compare_wr_inner .wrapp_scrollbar .wr_scrollbar .scrollbar .handle .mousearea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px
}

@media (max-width:767.98px) {
    .bx_compare .table_compare .compare_wr_inner .wrapp_scrollbar {
        margin-left: 180px
    }
}

.bx_compare .table_compare .compare_wr_inner .wrapp_scrollbar .slider_navigation {
    position: initial;
    display: block
}

.bx_compare .table_compare .compare_wr_inner .wrapp_scrollbar .slider_navigation .flex-direction-nav {
    list-style-type: none;
    margin: 0
}

.bx_compare .table_compare .compare_wr_inner .wrapp_scrollbar .slider_navigation .flex-direction-nav .flex-nav-prev {
    left: 15px;
    position: absolute;
    z-index: 10;
    top: -16px;
    opacity: .5;
    font-size: 20px;
    cursor: pointer;
    font-weight: 300
}

.bx_compare .table_compare .compare_wr_inner .wrapp_scrollbar .slider_navigation .flex-direction-nav .flex-nav-prev:hover {
    opacity: 1
}

.bx_compare .table_compare .compare_wr_inner .wrapp_scrollbar .slider_navigation .flex-direction-nav .flex-nav-next {
    right: 0;
    position: absolute;
    z-index: 10;
    top: -16px;
    opacity: .5;
    font-size: 20px;
    cursor: pointer;
    font-weight: 300
}

.bx_compare .table_compare .compare_wr_inner .wrapp_scrollbar .slider_navigation .flex-direction-nav .flex-nav-next:hover {
    opacity: 1
}

.bx_compare td {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px;
    font-size: 13px;
    position: relative;
    text-align: left;
    vertical-align: top;
    overflow: hidden
}

@media (max-width:767.98px) {
    .bx_compare td {
        width: 250px;
        min-width: 250px;
        max-width: 250px
    }
}

.bx_compare td .product-description {
    border: 0;
    padding: 15px
}

.bx_compare .frame.props .wraps {
    margin-left: -230px
}

.bx_compare .compare_view {
    background-color: #fff;
    padding: 20px
}

.bx_compare .compare_view tr {
    border-bottom: 1px solid #f2f2f2
}

.bx_compare .compare_view.data_table_props td {
    padding: 5px 15px;
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    font-size: 17px;
    color: #6c6c6c
}

.bx_compare .compare_view.data_table_props td .product-brand {
    display: inline-block
}

.bx_compare .compare_view.data_table_props td:nth-child(1) {
    font-weight: 700;
    color: #000;
    font-size: 15px
}

.compare_view.clone tr td:first-child {
    width: 250px;
    min-width: 250px;
    max-width: 250px
}

.prop_title_table {
    position: absolute;
    left: 0;
    width: 250px;
    overflow: hidden;
    z-index: 1
}

@media (max-width:767.98px) {
    .prop_title_table {
        width: 180px
    }
}

.bx_compare .prop_title_table .data_table_props tr td:first-child {
    display: table-cell;
    opacity: 1;
    visibility: visible
}

.price {
    font-weight: bolder;
    font-size: 16px;
    color: #408cff
}

.price .label-cart {
    font-size: 14px;
    font-weight: 400
}

.price .cent {
    font-size: 10px;
    vertical-align: text-bottom;
    line-height: 2;
    padding-left: 3px
}

.price .сurrency {
    padding-left: 2px;
    font-size: 14px;
    font-weight: 400
}

.remove-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: 0 0;
    border: none;
    font-size: 14px;
    color: #fff
}

.remove-btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-title {
    position: relative
}

.remove-all-btn {
    position: absolute;
    right: 0;
    background-color: #fff;
    color: #408cff;
    vertical-align: middle;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    font-size: 18px
}

.remove-all-btn span {
    font-size: 18px;
    border-bottom: 1px dashed #408cff
}

.remove-all-btn i {
    font-size: 17px;
    padding-right: 9px
}

@media (max-width:767.98px) {
    .remove-all-btn span {
        font-size: 14px
    }
    .remove-all-btn i {
        font-size: 14px;
        padding-right: 3px
    }
    .remove-all-btn {
        position: relative;
        transform: unset;
    }
}

.text-page a {
    color: #408cff
}

.text-page a:hover {
    text-decoration: underline
}

.text-page .text-form {
    background-color: #f5f5f5;
    padding: 50px 60px
}

@media (max-width:991.98px) {
    .text-page .text-form {
        padding: 30px
    }
}

@media (max-width:767.98px) {
    .text-page .text-form {
        padding: 20px
    }
}

.text-page ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.text-page ul li {
    line-height: 2
}

.text-page ul li:before {
    content: '\2022';
    color: #408cff;
    font-weight: 400;
    display: inline-block;
    width: 10px;
    height: 10px
}

.text-page ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    counter-reset: item
}

.text-page ol li {
    counter-increment: count-me;
    line-height: 2
}

.text-page ol li:before {
    content: counter(count-me);
    color: #408cff
}

.text-page table {
    border: 1px solid #f2f2f2;
    width: 100%
}

@media (max-width:991.98px) {
    .text-page table {
        display: block;
        overflow: scroll
    }
}

.text-page table th {
    color: grey;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 30px;
    border: 1px solid #f2f2f2
}

.text-page table td {
    color: #6c6c6c;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 30px;
    border: 1px solid #f2f2f2
}

.text-page table td:first-child {
    font-weight: 700;
    color: #000
}

.fancybox-modal {
    display: none
}

#callbackDesktopModal {
    background-color: #ededee;
    max-width: 940px
}

#callbackDesktopModal .fancybox-close-small {
    right: 20px;
    top: 20px
}

@media (max-width:991.98px) {
    #callbackDesktopModal {
        max-width: calc(100% - 30px)
    }
    .header-nav .container {
        padding: 0;
    }

}

@media (max-width:767.98px) {
    #callbackDesktopModal {
        padding: 15px;
        max-width: 100%
    }
    #callbackDesktopModal .fancybox-close-small {
        right: 0;
        top: 0
    }
    .category-title {
        margin: 6px 0!important;
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .catalog-grid {
        display: -webkit-flex!important;
        display: -moz-flex!important;
        display: -ms-flex!important;
        display: -o-flex!important;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -15px
    }
    .catalog-grid .catalog-grid__item {
        width: calc(100% / 4 - 30px);
        margin: 0 15px 30px 15px
    }
}

@media all and (-ms-high-contrast:none) and (max-width:1199.98px),
(-ms-high-contrast:active) and (max-width:1199.98px) {
    .catalog-grid .catalog-grid__item {
        width: calc(100% / 3 - 30px)
    }
}

@media all and (-ms-high-contrast:none) and (max-width:991.98px),
(-ms-high-contrast:active) and (max-width:991.98px) {
    .catalog-grid .catalog-grid__item {
        width: calc(100% / 2 - 30px)
    }
}

@media all and (-ms-high-contrast:none) and (max-width:767.98px),
(-ms-high-contrast:active) and (max-width:767.98px) {
    .catalog-grid {
        margin: 0
    }
    .catalog-grid .catalog-grid__item {
        width: 100%;
        margin: 0 0 20px 0
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .product-grid {
        display: -webkit-flex!important;
        display: -moz-flex!important;
        display: -ms-flex!important;
        display: -o-flex!important;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 -15px
    }
    .product-grid .product-item {
        width: calc(100% / 4 - 30px);
        margin: 0 15px 30px 15px
    }
}

@media all and (-ms-high-contrast:none) and (max-width:1199.98px),
(-ms-high-contrast:active) and (max-width:1199.98px) {
    .product-grid .product-item {
        width: calc(100% / 3 - 30px)
    }
}

@media all and (-ms-high-contrast:none) and (max-width:991.98px),
(-ms-high-contrast:active) and (max-width:991.98px) {
    .product-grid .product-item {
        width: calc(100% / 2 - 30px)
    }
}

@media all and (-ms-high-contrast:none) and (max-width:767.98px),
(-ms-high-contrast:active) and (max-width:767.98px) {
    .product-grid {
        margin: 0
    }
    .product-grid .product-item {
        width: 100%;
        margin: 0 0 20px 0
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .sertificate-cards {
        display: -webkit-flex!important;
        display: -moz-flex!important;
        display: -ms-flex!important;
        display: -o-flex!important;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 -15px
    }
    .sertificate-cards .sertificate-item {
        width: calc(100% / 3 - 30px);
        margin: 0 15px 30px 15px
    }
    .sertificate-cards .sertificate-item {
        width: calc(100% / 2 - 30px)
    }
}

@media all and (-ms-high-contrast:none) and (max-width:1199.98px),
(-ms-high-contrast:active) and (max-width:1199.98px) {
    .sertificate-cards .sertificate-item {
        width: calc(100% / 2 - 30px)
    }
}

@media all and (-ms-high-contrast:none) and (max-width:991.98px),
(-ms-high-contrast:active) and (max-width:991.98px) {
    .sertificate-cards .sertificate-item {
        width: calc(100% / 1 - 30px)
    }
}

@media all and (-ms-high-contrast:none) and (max-width:767.98px),
(-ms-high-contrast:active) and (max-width:767.98px) {
    .sertificate-cards {
        margin: 0
    }
    .sertificate-cards .sertificate-item {
        width: 100%;
        margin: 0 0 20px 0
    }
}

@media (min-width:1200px) {
    .catalog-dropdown__category {
        width: calc(20% - 50px);
        margin-right: 50px;
        border-right: 1px solid #eee;
    }
    .catalog-dropdown__category:nth-child(5n) {
        border-right: 0;
    }
}
@media (min-width:992px) {
    .sidebar-categories {
        display: none;
    }
    .desktop-cat {
        display: block;
    }
    .desktop-cat .filter-nav__list ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .desktop-cat .filter-nav__list ul li {
        margin-right: 15px;
    }
}
@media (max-width:991px) {
    .desktop-cat {
        display: none;
    }
    .mm-menu.mm-current.mm-opened,
    .mm-menu.mm-current.mm-opened .mm-panel {
        display: block!important;
    }
    .mm-menu.mm-current.mm-opened .mm-panel.mm-hidden {
        -webkit-transform: translate(0,0)!important;
        -ms-transform: translate(0,0)!important;
        transform: translate(0,0)!important;
        -webkit-transform: translate3d(0,0,0)!important;
        transform: translate3d(0,0,0)!important;
    }
    .mm-menu.mm-current.mm-opened .mm-panel.mm-hidden#bxdynamic_LkGdQn_end {
        display: none!important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .news-tabs__image, .news-items-image {
        position: relative;
        overflow: hidden;
    }
    .news-tabs__image img,
    .news-items-image img {
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .catalog-item {
        width: calc(99% /3);
    }
}
@supports (-ms-ime-align:auto) {
    .news-tabs__image, .news-items-image {
        position: relative;
        overflow: hidden;
    }
    .news-tabs__image img,
    .news-items-image img {
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    } 
    .catalog-item {
        width: calc(99% /3);
    }
}