@charset "UTF-8";
/* marth 2021 */
input[type="radio"],
input[type="checkbox"] {
    position: static;
}

@font-face {
    font-display: swap;
    font-family: "SanFrancisco";
    src: url("../fonts/SFUIText-Regular.eot");
    src: url("../fonts/SFUIText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Regular.woff") format("woff"), url("../fonts/SFUIText-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "SanFrancisco";
    src: url("../fonts/SFUIText-Italic.eot");
    src: url("../fonts/SFUIText-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Italic.woff") format("woff"), url("../fonts/SFUIText-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: "SanFrancisco";
    src: url("../fonts/SFUIText-Medium.eot");
    src: url("../fonts/SFUIText-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Medium.woff") format("woff"), url("../fonts/SFUIText-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "SanFrancisco";
    src: url("../fonts/SFUIText-Bold.eot");
    src: url("../fonts/SFUIText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Bold.woff") format("woff"), url("../fonts/SFUIText-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "Affect";
    src: url("../fonts/Affect-Light.eot");
    src: url("../fonts/Affect-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Affect-Light.woff") format("woff"), url("../fonts/Affect-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "Affect";
    src: url("../fonts/Affect.eot");
    src: url("../fonts/Affect.eot?#iefix") format("embedded-opentype"), url("../fonts/Affect.woff") format("woff"), url("../fonts/Affect.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "Affect";
    src: url("../fonts/Affect-Bold.eot");
    src: url("../fonts/Affect-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Affect-Bold.woff") format("woff"), url("../fonts/Affect-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

.main-wrapper {
    width: 100%;
    overflow: hidden;
}

.h1 {
    font: 40px Affect, sans-serif;
    margin: 0;
    padding: 0 0 30px;
    color: #0e0f13;
}

@media only screen and (max-width: 1200px) {
    .h1 {
        font-size: calc((100vw - 320px) / (1600 - 320) * (40 - 24) + 24px);
        padding-bottom: calc((100vw - 320px) / (1600 - 320) * (30 - 24) + 24px);
    }
}

.h2 {
    font: 32px Affect, sans-serif;
    margin: 0;
    padding: 0 0 40px;
    color: #0e0f13;
}

@media only screen and (max-width: 1200px) {
    .h2 {
        font-size: calc((100vw - 320px) / (1600 - 320) * (32 - 22) + 22px);
        padding-bottom: calc((100vw - 320px) / (1600 - 320) * (40 - 24) + 24px);
    }
}

img {
    max-width: 100%;
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger-box {
    width: 34px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 34px;
    height: 3px;
    background-color: #e11011;
    border-radius: 0;
    position: absolute;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hamburger-inner::after {
    width: 22px;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -13px;
}

.hamburger-inner::after {
    bottom: -13px;
}

.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 0.075s;
    transition-duration: 0.075s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    width: 34px;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wrapper {
    margin: 0 auto;
    width: 1580px;
    max-width: 100%;
    padding: 0 70px;
}

@media only screen and (max-width: 1399px) {
    .wrapper {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapper {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 424px) {
    .wrapper {
        padding: 0 10px;
    }
}

.footer.sect {
    width: 1580px;
    max-width: 100%;
    padding: 60px 70px 46px;
}

@media only screen and (max-width: 1399px) {
    .footer.sect {
        padding: 50px 55px 44px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer.sect {
        padding: 50px 30px 34px;
    }
}

@media only screen and (max-width: 991px) {
    .footer.sect {
        padding: 50px 20px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .footer.sect {
        padding: 40px 15px 25px;
    }
}

@media only screen and (max-width: 424px) {
    .footer.sect {
        padding: 30px 10px 20px;
    }
}

.nd_header {
    padding-bottom: 7px;
}

@media only screen and (max-width: 767px) {
    .nd_header {
        background: url(../img-new/header-bg-mobile.png) no-repeat center;
        background-size: cover;
    }
}

.nd_header--1 {
    background: url(../img-new/header-bg.png) no-repeat center;
    background-size: auto 100%;
}

@media only screen and (min-width: 1800px) {
    .nd_header--1 {
        background-size: 100% auto;
        background-position: center;
    }
}

@media only screen and (max-width: 767px) {
    .nd_header--1 {
        background: url(../img-new/header-bg-mobile.png) no-repeat center;
        background-size: cover;
    }
}

.header__top {
    padding: 50px 0 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hamburger_wrapper {
    width: 34px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 77px;
}

.header_logo {
    margin-right: 56px;
    width: 142px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.header_logo img {
    display: block;
}

.header_search {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.header_search__wrapper {
    background-color: #fff;
    position: relative;
}

.header_search__wrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 30px;
    background: url(../img-new/search.png) no-repeat;
    background-size: 100% 100%;
    left: 28px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header_search__field {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 20px 20px 78px;
    font-size: 14px;
    line-height: 28px;
    color: #373737;
    border: none;
}

.header__call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 60px;
}

.phone-chat {
    text-align: right;
}

.phonebox {
    font: 18px Affect, sans-serif;
    padding-bottom: 10px;
}

.phonebox a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.chatbox {
    font: 13px Affect, sans-serif;
    line-height: 17px;
    white-space: nowrap;
}

.chatbox a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.chatbox span {
    display: inline-block;
    vertical-align: middle;
}

.icon {
    display: inline-block;
    vertical-align: middle;
}

.icon-whatsapp {
    width: 17px;
    height: 17px;
    background: url(../img-new/whatsapp.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}

.header__callback {
    padding-left: 38px;
    text-transform: uppercase;
    font: 16px Affect, sans-serif;
    padding-top: 10px;
}

.header__callback a {
    white-space: nowrap;
    color: #c11718;
    text-decoration: underline;
}

.header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 66px;
}

.header__cart {
    padding-left: 24px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: white;
}

.icon-shopping-cart {
    width: 37px;
    height: 36px;
    background: url(../img-new/shopping-cart-white.png) no-repeat;
    background-size: 100% 100%;
}

.header__login {
    padding-left: 24px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
}

.icon-nduser {
    width: 39px;
    height: 39px;
    background: url(../img-new/nduser-white.png) no-repeat;
    background-size: 100% 100%;
}

.header__login .generic-popup {
    left: auto;
    right: -15px;
    margin-left: 0;
}

.popup-theme-def:before {
    left: auto;
    margin-left: 0;
    right: 23px;
}

.header__tabsselects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1px;
}

.header__tabselect {
    padding: 0 1px;
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.header__tabselect_wrapper {
    background-color: rgba(255, 255, 255, 0.17);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 25px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    cursor: pointer;
    height: 140px;
    text-decoration: none;
}

.header__tabselect.active .header__tabselect_wrapper,
.header__tabselect_wrapper:hover {
    background-color: #e11011;
}

.header__tabselect_img {
    width: 132px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__tabselect_text {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    font: 17px Affect, sans-serif;
    text-transform: uppercase;
}

.header__tabs {
    position: relative;
    z-index: 1510;
    margin-top: 10px;
}

.header__tab {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
}

.header__tab.active {
    opacity: 1;
    visibility: visible;
    /*overflow: visible;*/
}

.header__bottom {
    margin-top: 24px;
    padding: 32px 0 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
}

.quick_selection__label {
    color: #fff;
    padding-bottom: 24px;
    font: 32px Affect, sans-serif;
}

.quick_selection__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 1px 0;
}

.quick_selection__item {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    position: relative;
}

.quick_selection__item:last-child {
    border: none;
}

.quick_selection__select {
    border-right: 1px solid #d7d7d7;
    height: 80px;
    padding: 15px 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.quick_selection__select span {
    display: block;
    position: relative;
    padding-right: 18px;
    font-size: 18px;
    color: #757575;
    white-space: nowrap;
    display: block;
}

.quick_selection__select span:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 6px;
    background: url(../img-new/arrow-select-red.png) no-repeat;
}

.nd_button {
    background-color: #e11011;
    color: #fff;
    border: none;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    margin: 0;
    font: 16px Affect, sans-serif;
    display: block;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.nd_button:hover {
    background-color: #b80e0e;
}

.nd_button--inverse {
    background-color: #fff;
    border: 1px solid #e11011;
    color: #e11011;
}

.nd_button--inverse:hover {
    background-color: #e11011;
    color: #fff;
}

.quick_selection__button {
    height: calc(100% + 2px);
    margin: -1px 0 0;
}

.quick_selection__button .nd_button {
    width: 100%;
    height: 100%;
}

.header__tab_service {
    padding: 40px 0;
}

.header__tab .catsel-menu,
.header__tab_service .child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: static;
    padding: 40px 30px;
}

.header__tab_service .child {
    padding-top: 0;
    padding-bottom: 0;
}

.header__tab .catsel-menu li,
.header__tab_service .child li {
    float: none;
    display: block;
}

.header__tab .child li {
    padding: 0 25px 35px;
}

.header__tab .child li a {
    text-decoration: none;
    display: block;
}

.header__tab .child li a span,
.header__tab .catsel-menu-item-text {
    border: none;
    color: #0b0b0f;
    font: bold 17px Affect, sans-serif;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.header__tab .child li a:hover span,
.header__tab .catsel-menu .catsel-menu-item-link:hover .catsel-menu-item-text {
    color: #e11011;
}

.header__tab_service h3 {
    text-align: center;
    font: bold 26px Affect, sans-serif;
    padding-bottom: 25px;
}

@media only screen and (min-width: 992px) {
    .menu_desktop {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 1600;
        -webkit-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }

    .menu_desktop .wrapper {
        position: relative;
        height: 100%;
    }

    .menu_desktop:not(.active) {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        background-color: #000;
        z-index: -1;
    }

    .menu_desktop__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 8vh 0;
        height: 100%;
    }

    .menu_desktop__lev1 {
        border-right: 2px solid #eaeaea;
        width: 24%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        z-index: 10;
    }

    .nav1 {
        margin: 0;
        padding: 0 0 5vh;
    }

    .nav1__li {
        list-style: none;
    }

    .nav1__li.acco_active .nav1__link {
        color: #e11011;
    }

    .nav1__li.acco_active .nav1__link:after {
        opacity: 1;
    }

    .nav1__li.acco_active .nav1__link span:after {
        background: url(../img-new/menu-arrow-small-red.png) no-repeat;
    }

    .nav1__li.acco_active .menu_desktop__lev2 {
        opacity: 1;
        visibility: visible;
        z-index: 6;
    }

    .nav1__li.acco_active .menu_desktop__lev2 .nav2 {
        opacity: 1;
        visibility: visible;
    }

    .nav1__li.acco_active .menu_desktop__lev2.with_arrows > .go {
        visibility: visible;
    }

    .nav1__link {
        color: #333;
        -webkit-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
        text-decoration: none;
        font: 22px/28px Affect, sans-serif;
        padding: 12px 6px;
        display: block;
        position: relative;
        z-index: 3;
    }

    .nav1__link:after {
        content: "";
        display: block;
        position: absolute;
        background-color: #fff;
        border: 2px solid #eaeaea;
        width: 38px;
        height: 38px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%) rotate(45deg);
        transform: translate(0, -50%) rotate(45deg);
        margin-right: -19px;
        border-right: none;
        border-top: none;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
        opacity: 0;
    }

    .nav1__link:hover {
        color: #e11011;
    }

    .nav1__link:hover span:after {
        background: url(../img-new/menu-arrow-small-red.png) no-repeat;
    }

    .nav1__link span {
        display: inline-block;
        position: relative;
        padding-right: 26px;
        -webkit-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }

    .nav1__link span:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin-top: 1px;
        width: 8px;
        height: 14px;
        background: url(../img-new/menu-arrow-small.png) no-repeat;
    }

    .menu_desktop__close {
        position: absolute;
        z-index: 5;
        top: 8vh;
        right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

    .menu_desktop__close span {
        display: block;
        font-size: 17px;
        color: #333;
        padding: 0 31px 5px 0;
    }

    .menu_desktop__close i {
        display: block;
        width: 33px;
        height: 33px;
        background: url(../img-new/menu_desktop__close.png) no-repeat;
    }

    .menu_desktop__close:hover span {
        text-decoration: underline;
    }

    .menu_desktop__lev2 {
        position: absolute;
        left: calc(24% + 10px);
        width: 22%;
        top: 0;
        height: calc(100% - 16vh);
        margin: 8vh 0;
        -webkit-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
        z-index: 5;
        opacity: 0;
        visibility: hidden;
    }

    .menu_desktop__lev2:after {
        content: "";
        display: block;
        position: absolute;
        background-color: #eaeaea;
        width: 2px;
        height: 100%;
        top: 0;
        right: 0;
    }

    .nav2 {
        margin: 0;
        padding: 13px 0 13px 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s ease-out 0.2s;
        transition: all 0.2s ease-out 0.2s;
        overflow: hidden;
        /* border-right: 2px solid #eaeaea; */
    }

    .nav2__li {
        list-style: none;
    }

    .nav2__li.acco_active2 .nav2__link {
        color: #e11011;
    }

    .nav2__li.acco_active2 .nav2__link:after {
        opacity: 1;
    }

    .nav2__li.acco_active2 .menu_desktop__lev3 {
        -webkit-transition: all 0.2s ease-out 0.3s;
        transition: all 0.2s ease-out 0.3s;
        opacity: 1;
        visibility: visible;
        z-index: 5;
    }

    .nav2__li.acco_active2 .menu_desktop__lev3.with_arrows > .go {
        visibility: visible;
    }

    .nav2__link {
        display: block;
        font: 17px/26px Affect, sans-serif;
        -webkit-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
        color: #333;
        text-decoration: none;
        padding: 5px 26px 5px 2.6vw;
        position: relative;
        z-index: 2;
    }

    .nav2__link:hover {
        color: #e11011;
    }

    .nav2__link:after {
        content: "";
        display: block;
        position: absolute;
        background-color: #fff;
        border: 2px solid #eaeaea;
        width: 38px;
        height: 38px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%) rotate(45deg);
        transform: translate(0, -50%) rotate(45deg);
        margin-right: -17px;
        border-right: none;
        border-top: none;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
        opacity: 0;
    }

    .menu_desktop__lev3 {
        position: absolute;
        left: 100%;
        width: 105%;
        top: 0;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        -webkit-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
        z-index: 5;
    }

    .nav3 {
        margin: 0;
        padding: 13px 0 13px 0;
        border-right: 2px solid #eaeaea;
        width: 100%;
        height: 100%;
        height: 100%;
        overflow: hidden;
    }

    .nav3__link {
        display: block;
        font: 17px/26px Affect, sans-serif;
        -webkit-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
        color: #333;
        text-decoration: none;
        padding: 5px 20px 5px 3vw;
        position: relative;
    }

    .nav3__link:hover {
        color: #e11011;
    }

    .menu_desktop__contacts {
        width: calc(31% - 20px);
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 3vh 5px 11vh 50px;
    }
}

.contacts__list {
    margin: 0;
    padding: 0 0 36px;
}

.contacts__item {
    list-style: none;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contacts__icon {
    width: 32px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-top: 4px;
}

.contacts__text {
    font-size: 15px;
    line-height: calc(22 / 14);
    color: #484848;
}

.contacts__text p {
    margin: 0;
    padding: 0;
}

.contacts__text a {
    text-decoration: none;
    color: #484848;
}

.menu_desktop__contacts_tel {
    font: bold 26px Affect, sans-serif;
    padding-bottom: 28px;
}

.menu_desktop__contacts_tel a {
    text-decoration: none;
    color: #2f2f2f;
}

.menu_desktop__contacts_button {
    width: 240px;
    max-width: 100%;
}

.menu_desktop__contacts_button .nd_button {
    width: 100%;
    height: 52px;
    font: bold 16px/50px Affect, sans-serif;
}

.menu_desktop__contacts_title {
    font: 300 23px Affect, sans-serif;
    color: #e0e0e0;
    position: relative;
    padding-left: 152px;
    margin-bottom: 33px;
}

@media only screen and (min-height: 750px) {
    .menu_desktop__contacts_title {
        -webkit-transform: translate(-50%, -170px) rotate(-90deg);
        transform: translate(-50%, -170px) rotate(-90deg);
        width: 304px;
        position: relative;
        left: 5px;
        margin-bottom: 0;
    }
}

.menu_desktop__contacts_title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 1px;
    height: 1px;
    width: 132px;
    background-color: #e0e0e0;
}

.go {
    text-align: center;
    position: absolute;
    width: calc(100% - 44px);
    left: 22px;
    background-color: #fff;
    z-index: 1610;
    cursor: pointer;
    visibility: hidden;
    padding: 5px 0;
}

.go span {
    display: inline-block;
    width: 14px;
    height: 8px;
}

.go_up {
    margin-top: -22px;
}

.go_up span {
    background: url(../img-new/scroll-arrow-up.png) no-repeat;
}

.go_down {
    margin-bottom: -13px;
}

.go_down span {
    background: url(../img-new/scroll-arrow-down.png) no-repeat;
}

@media only screen and (max-width: 1399px) {
    .header_logo,
    .hamburger_wrapper {
        margin-right: 2.5vw;
    }

    .header__call {
        padding-left: 3vw;
    }

    .header__actions {
        padding-left: 2.5vw;
    }
}

@media only screen and (max-width: 1199px) {
    .header__top {
        padding: 34px 0 38px;
    }

    .header_search__wrapper:after {
        width: 17px;
        height: 19px;
        left: auto;
        right: 24px;
    }

    .header_search__field {
        padding: 14px 50px 14px 24px;
    }
}

/*@media only screen and (max-width: 991px) {
    .header__call {
        display: none;
    }
}*/

@media only screen and (max-width: 570px) {
    .header__call {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .phonebox {
        font-size: 12px;
    }
}

.header__search_button {
    display: none;
}

@media only screen and (max-width: 767px) {
    .header__search_button {
        display: block;
        width: 17px;
        height: 18px;
        background: url(../img-new/search-white.png) no-repeat;
        cursor: pointer;
        margin-left: 17px;
    }

    .header_search {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }

    .header_search.active {
        margin-bottom: 13px;
        max-height: 100px;
    }

    .header__cart {
        padding-left: 17px;
    }

    .header__cart .icon-shopping-cart {
        width: 20px;
        height: 20px;
    }

    .header__login {
        padding-left: 16px;
    }

    .header__login .icon-nduser {
        width: 20px;
        height: 20px;
    }

    .header__top {
        padding: 18px 0 28px;
    }

    .header_logo {
        width: 78px;
    }

    .hamburger_wrapper {
        margin-right: 5vw;
        position: relative;
        top: 2px;
    }

    .hamburger_wrapper {
        width: 24px;
    }

    .hamburger-box {
        width: 24px;
        height: 20px;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 24px;
        height: 2px;
    }

    .hamburger-inner:before {
        top: -9px;
    }

    .hamburger-inner:after {
        bottom: -9px;
        width: 18px;
    }

    .header__actions {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1599px) {
    .header__tabselect_wrapper {
        height: 120px;
    }
}

@media only screen and (max-width: 1399px) {
    .header__tabselect_wrapper {
        height: 110px;
    }

    .quick_selection__select {
        height: 60px;
        padding: 10px 36px;
    }

    .quick_selection__label {
        font-size: calc((100vw - 320px) / (1400 - 320) * (32 - 18) + 18px);
    }

    .header__tabselect_img {
        width: 120px;
        padding-right: 10px;
    }

    .header__tabselect_img img {
        max-height: 65px;
    }
}

@media only screen and (max-width: 1199px) {
    .header__tabselect_wrapper {
        height: 104px;
        padding: 15px;
    }

    .header__tabselect_img {
        width: 80px;
        padding-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .header__tabselect_img img {
        max-width: 70%;
    }

    .quick_selection__select {
        padding: 10px 25px;
    }

    .quick_selection__select span {
        white-space: normal;
        font-size: 16px;
    }
}

@media only screen and (max-width: 992px) {
    .header__tabsselects {
        width: calc(100% + 40px);
        margin-left: -20px;
        overflow: hidden;
        overflow-x: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        margin-bottom: -15px;
    }

    .header__tabselect {
        width: 260px;
    }

    .header__tabselect--4 .header__tabselect_wrapper {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .header__tabsselects {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header__tabselect {
        width: 230px;
    }

    .header__tabselect--4 .header__tabselect_wrapper {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .header__tabselect {
        width: 170px;
    }

    .header__tabselect_wrapper {
        height: 55px;
        padding: 5px;
    }

    .header__tabselect_text {
        font-size: 14px;
    }

    .header__tabselect_img {
        width: 80px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50px;
    }

    .header__tabselect_img img {
        max-width: 27px;
    }

    .header__tabselect--3 .header__tabselect_img img {
        max-width: 33px;
    }
}

@media only screen and (max-width: 479px) {
    .header__tabselect {
        width: 148px;
    }

    .header__tabselect_text {
        font-size: 12px;
    }
}

@media only screen and (max-width: 424px) {
    .header__tabsselects {
        width: calc(100% + 20px);
        margin-left: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header__tabselect--4 .header__tabselect_wrapper {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1100px) {
    .header__tab_service {
        padding: 30px 0 20px;
    }

    .header__tab {
        max-height: 80vh;
    }

    .header__tab .catsel-menu,
    .header__tab_service .child {
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        overflow-y: scroll;
    }

    .header__tab .catsel-menu li,
    .header__tab_service .child li {
        width: 33.33%;
        padding: 0 15px 40px;
    }

    .header__tab ul.child li a img {
        display: block;
        margin-bottom: 20px;
    }

    .header__tab .child {
        overflow: hidden;
        overflow-x: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: auto;
        margin-bottom: 30px;
    }

    .header__tab .child li {
        width: 240px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .header__tab .child li a span {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .header__tab .catsel-menu {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: auto;
        overflow: auto;
        /*overflow-x: auto;*/
        padding: 30px 15px 15px;
    }

    .header__tab .catsel-menu li {
        width: 230px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .header__tab .catsel-menu,
    .header__tab .child {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header__tab .child li,
    .header__tab .catsel-menu li {
        width: 200px;
        padding: 0 10px 20px;
    }

    .header__tab_service h3 {
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .quick_selection__select {
        padding: 10px;
    }

    .quick_selection__select span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .quick_selection__items {
        display: block;
        padding: 0;
        background: none;
    }

    .quick_selection__item {
        margin-bottom: 1px;
    }

    .quick_selection__select {
        background-color: #fff;
    }

    .quick_selection__button {
        margin: 0;
        padding: 2px 0;
    }

    .quick_selection__button .nd_button {
        height: 60px;
    }

    .header__bottom {
        padding: 22px 0 20px;
    }
}

@media only screen and (max-width: 424px) {
    .quick_selection__select {
        height: 44px;
        padding: 5px 18px 5px 24px;
    }

    .quick_selection__select span {
        font-size: 15px;
    }

    .quick_selection__button .nd_button {
        height: 44px;
        font-size: 14px;
    }

    .quick_selection__label {
        padding-bottom: 16px;
    }
}

@media only screen and (max-height: 599px), (max-width: 1199px) and (min-width: 992px) {
    .menu_desktop__content {
        padding: 5vh 0;
    }

    .menu_desktop__lev2 {
        height: calc(100% - 10vh);
        margin: 5vh 0;
    }

    .nav1__li .nav1__link {
        font-size: 19px;
        line-height: 1.3;
        padding: 6px 30px 6px 15px;
    }

    .nav2__link,
    .nav3__link {
        font-size: 15px;
        line-height: 24px;
    }

    .nav2__link:after,
    .nav1__link:after {
        width: 24px;
        height: 24px;
        margin-right: -12px;
    }

    .menu_desktop__close {
        top: 3vh;
    }

    .menu_desktop__close i {
        width: 24px;
        height: 24px;
        background-size: 100% 100%;
    }

    .menu_desktop__close span {
        font-size: 15px;
        padding-right: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu_desktop__contacts {
        padding-left: 30px;
    }

    .menu_desktop__contacts_title {
        padding-left: 120px;
        font-size: 20px;
    }

    .menu_desktop__contacts_title:before {
        width: 108px;
    }
}

.menu_mobile {
    display: none;
}

.menu_mobile__wrapper {
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}

@media only screen and (max-width: 991px) {
    .menu_desktop {
        display: none;
    }

    .menu_mobile {
        display: block;
        width: 278px;
        height: 100vh;
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1700;
        -webkit-transition: all 0.5s ease 0.1s;
        transition: all 0.5s ease 0.1s;
        -webkit-transform: translate(-120%, 0);
        transform: translate(-120%, 0);
    }

    .menu_mobile.active {
        -webkit-transition: all 0.5s ease 0.4s;
        transition: all 0.5s ease 0.4s;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.menu_mobile .nav1 {
    margin: 0;
    padding: 18px 30px;
}

.menu_mobile .nav1__li {
    font: bold 18px/20px Affect, sans-serif;
    padding: 10px 0;
}

.menu_mobile .nav1__li.acco_active .nav1__link, .menu_mobile .nav1__li:hover .nav1__link {
    color: #e11011;
}

.menu_mobile .nav1__li.acco_active .nav1__link span:after, .menu_mobile .nav1__li:hover .nav1__link span:after {
    background: url(../img-new/menu-arrow-small-red.png) no-repeat;
    background-size: 100% 100%;
}

.menu_mobile .nav1__link {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 0;
}

.menu_mobile .nav1__link:hover {
    text-decoration: none;
}

.menu_mobile .nav1__link span {
    display: inline-block;
    position: relative;
    padding-right: 22px;
}

.menu_mobile .nav1__link span:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img-new/menu-arrow-small.png) no-repeat;
    background-size: 100% 100%;
    width: 6px;
    height: 11px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: 1px;
}

.menu_mobile .menu_desktop__contacts {
    padding: 18px 16px;
}

.menu_mobile .contacts__text {
    color: #555;
}

.menu_mobile .contacts__text p {
    padding-bottom: 10px;
}

.menu_mobile .contacts__list {
    padding-bottom: 24px;
}

.menu_mobile .menu_desktop__contacts_button {
    width: auto;
    margin: 0 10px;
}

.menu_mobile__submenu {
    border-top: 1px solid #e8e8e8;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 30px;
    margin-right: 30px;
}

.uni_overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    background-color: #000;
    -webkit-transition: all 0.2s ease-in 0.5s;
    transition: all 0.2s ease-in 0.5s;
}

.uni_overlay.is_active {
    opacity: 0.7;
    visibility: visible;
    z-index: 1680;
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

@media only screen and (min-width: 992px) {
    .uni_overlay {
        display: none;
    }
}

.menu_mobile__close {
    width: 20px;
    height: 20px;
    background: url(../img-new/menu_mobile__close.svg) no-repeat center;
    background-size: 100% 100%;
    position: fixed;
    top: 15px;
    left: 282px;
    cursor: pointer;
    z-index: 1701;
}

li.header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
}

li.header .back {
    background: url(../img-new/menu-arrow-small-red.png) no-repeat center;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    margin-top: 4px;
    margin-left: -16px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: relative;
    display: block;
}

li.header .back:after {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    width: 200px;
    height: 100%;
}

.slinky-menu .header .title {
    padding: 16px 0;
    font: bold 18px/20px Affect, sans-serif;
}

.menu_mobile .nav2 {
    margin: 0;
    padding: 0 30px 22px;
}

.menu_mobile .nav2__li {
    font: 15px/18px SanFrancisco, sans-serif;
    padding: 7px 0;
}

.menu_mobile .nav2__li.acco_active .nav2__link, .menu_mobile .nav2__li:hover .nav2__link {
    color: #e11011;
}

.menu_mobile .nav2__li.acco_active .nav2__link span:after, .menu_mobile .nav2__li:hover .nav2__link span:after {
    background: url(../img-new/menu-arrow-small-red.png) no-repeat;
    background-size: 100% 100%;
}

.menu_mobile .nav2__link {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 0;
}

.menu_mobile .nav2__link:hover {
    text-decoration: none;
}

.menu_mobile .nav2__link span {
    display: inline-block;
    position: relative;
    padding-right: 22px;
}

.menu_mobile .nav2__link span:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img-new/menu-arrow-small.png) no-repeat;
    background-size: 100% 100%;
    width: 6px;
    height: 11px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: 1px;
}

.menu_mobile .nav2__link b {
    font-weight: normal;
}

.menu_mobile .nav3 {
    margin: 0;
    padding: 0 30px 22px;
}

.menu_mobile .nav3__li {
    font: 15px/18px SanFrancisco, sans-serif;
    padding: 7px 0;
}

.menu_mobile .nav3__li.acco_active .nav3__link, .menu_mobile .nav3__li:hover .nav3__link {
    color: #e11011;
}

.menu_mobile .nav3__li.acco_active .nav3__link span:after, .menu_mobile .nav3__li:hover .nav3__link span:after {
    background: url(../img-new/menu-arrow-small-red.png) no-repeat;
    background-size: 100% 100%;
}

.menu_mobile .nav3__link {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 0;
}

.menu_mobile .nav3__link:hover {
    text-decoration: none;
}

.menu_mobile .nav3__link span {
    display: inline-block;
    position: relative;
    padding-right: 22px;
}

.menu_mobile .nav3__link span:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img-new/menu-arrow-small.png) no-repeat;
    background-size: 100% 100%;
    width: 6px;
    height: 11px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: 1px;
}

.menu_mobile .nav3__link b {
    font-weight: normal;
}

.header__tab__close {
    text-align: center;
    padding-top: 20px;
    font: 18px Affect, sans-serif;
    margin-bottom: -15px;
    position: relative;
    z-index: 10;
}

.header__tab__close span {
    color: #e11011;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
}

.header__tab__close i {
    display: inline-block;
    background: url(../img-new/close-red.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    background-size: 100% 100%;
    position: relative;
    top: 4px;
}

@media only screen and (max-width: 479px) {
    .header__tab__close {
        padding-top: 10px;
        font-size: 15px;
    }

    .header__tab__close i {
        width: 16px;
        height: 16px;
    }
}

.footer-wrapper {
    max-width: 100%;
}

.footer-menu .site-header-link {
    width: 201px;
    margin-bottom: 30px;
}

.footer-menu .site-header-link img {
    display: block;
    width: 142px;
    margin: 0 auto;
}

.header-topline-menu li {
    padding-bottom: 4px;
}

.header-topline-menu a {
    font-size: 15px;
}

.footer .ltl {
    font-size: 11px;
}

.foot-56 {
    padding-bottom: 10px;
}

.cr p {
    font-size: 9px;
    font-family: SanFrancisco;
    line-height: 1.5;
}

.footer a,
.footer p {
    color: #fff;
    font-weight: 300;
}

.footer a:hover {
    color: #e11011;
}

.footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    font-family: Affect, sans-serif;
}

.footer-col-3,
.footer-col-2,
.footer-col-1 {
    max-width: 20%;
    margin: 0;
    padding-right: 20px;
}

.footer-col-2 {
    margin-top: 44px;
}

.footer-col-3 {
    margin-top: 75px;
}

.footer-col-4 {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    margin-right: 0;
}

.footer__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__buttons .nd_button:hover {
    color: #fff;
}

.nd_button__backall {
    width: 240px;
    height: 52px;
    font: 16px/48px Affect, sans-serif;
    text-align: center;
    margin-right: 20px;
}

.nd_button__backall span {
    position: relative;
    display: inline-block;
    padding-left: 24px;
}

.nd_button__backall span:before {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(../img-new/tel-white.png) no-repeat;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.nd_button__footer__abuse {
    width: 275px;
    height: 52px;
    font: 16px/48px Affect, sans-serif;
    color: #fff !important;
    background: none;
}

.nd_button__footer__abuse span {
    position: relative;
    display: inline-block;
    padding-left: 36px;
}

.nd_button__footer__abuse span:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 16px;
    background: url(../img-new/email-white.png) no-repeat;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.form-subscribe .form-input-cont {
    float: none;
}

.form-subscribe .form-btn {
    top: -1px;
}

.form-ajax.form-subscribe {
    display: block;
}

@media only screen and (max-width: 1099px) {
    .footer__flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-col {
        max-width: 100%;
        width: 33.33%;
    }

    .footer-col-4 {
        width: 100%;
    }

    .footer-menu .site-header-link {
        margin: 0 auto 25px;
    }

    .footer__buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nd_button__footer__abuse,
    .nd_button__backall {
        margin-right: 10px;
        margin-left: 10px;
    }

    .footer-col-3,
    .footer-col-2,
    .footer-col-1 {
        padding-right: 0;
    }
}

.subbanners__arrow {
    background-color: #5d5f67;
    width: 22px;
    height: 41px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 4;
    cursor: pointer;
}

.subbanners__arrow--left {
    background: url(../img-new/arrow-left-red.png) no-repeat;
    left: 0px;
}

.subbanners__arrow--right {
    background: url(../img-new/arrow-right-red.png) no-repeat;
    right: 0px;
}

.subbanners {
    padding: 90px 0 90px;
}

.subbanners__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 30px 0px 30px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.subbanners__flex::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}


.subbaners__slider {
    position: relative;
}

.subbanners__item {
    width: 675px;
    margin-right: 30px;
    overflow: hidden;
}

.subbanners__flex .subbanners__item:last-child {
    margin-right: 0px;
}

.subbanners__item--1 {
    background: url(../img-new/subbanner-1.jpg) no-repeat left;
}

.subbanners__item_content {
    height: 352px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 80px;
    padding-top: 20px;
}

.subbanners__title {
    color: #363636;
    font: 30px/1.5 Affect, sans-serif;
    text-transform: uppercase;
    padding-bottom: 35px;
}

.subbanners__red_title {
    padding: 20px 0;
    color: #c11718;
    font-size: 18px;
}

.subbanners__item--2 {
    background: url(../img-new/subbanner-2.jpg) no-repeat left;
}

.subbanners__item--2 .subbanners__title {
    color: #fff;
}

.subbanners__visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.percent_disc {
    background-color: #e11011;
    color: #fff;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    font-size: 27px;
    line-height: 88px;
    position: relative;
    margin-right: 30px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.percent_disc:after {
    content: "";
    display: block;
    position: absolute;
    width: 176px;
    height: 176px;
    border: 1px solid #e11011;
    border-radius: 50%;
    left: 0;
    top: 0;
    -webkit-transform: translate(-25%, -25%);
    transform: translate(-25%, -25%);
}

.subbanners__visual_text {
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1499px) {
    .subbanners__item {
        width: 49%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
    .subbanners__item_content {
        padding-left: 40px;
    }

    .subbanners {
        padding: 50px 0 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .subbanners__item_content {
        height: 300px;
    }

    .subbanners__title {
        font-size: 27px;
    }
}

@media only screen and (max-width: 991px) {
    .subbanners {
        padding: 40px 0 50px;
    }

    .subbanners__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        position: relative;
        overflow: hidden;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .subbanners__flex::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }

    .subbanners__item {
        margin-bottom: 20px;
        width: 711px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .subbanners__item_content {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .subbanners {
        padding: 30px 0 40px;
    }

    .subbanners__item_content {
        height: 280px;
    }

    .subbanners__title {
        font-size: 27px;
    }

    .percent_disc:after {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .subbanners__item {
        height: auto;
        background-size: cover;
        position: relative;
        margin-bottom: 10px;
    }

    .subbanners__item_content {
        height: 100%;
        position: absolute;
        left: 34px;
        padding-left: 0;
        top: 0;
        z-index: 4;
        padding-top: 5px;
    }

    .subbanners__title {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .subbanners__red_title {
        font-size: 10px;
        padding: 10px 0;
    }

    .percent_disc {
        background-color: #e11011;
        color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 18px;
        line-height: 50px;
        position: relative;
        margin-right: 20px;
        text-align: center;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .percent_disc:after {
        display: block;
        width: 74px;
        height: 74px;
        -webkit-transform: translate(-12px, -12px);
        transform: translate(-12px, -12px);
    }

    .subbanners__visual_text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 359px) {
    .subbanners__item_content {
        left: 25px;
    }

    .subbanners__title {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .subbanners__visual_text {
        font-size: 12px;
    }
}

.why_we {
    padding: 0 0 50px;
}

.why_we__title {
    font: 40px Affect, sans-serif;
    margin: 0;
    padding: 0 0 55px;
}

@media only screen and (max-width: 1200px) {
    .why_we__title {
        font-size: calc((100vw - 320px) / (1400 - 320) * (40 - 24) + 24px);
    }
}

.why_we__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.why_we__item {
    padding: 50px 0;
    width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media only screen and (min-width: 992px) {
    .why_we__item:nth-child(4) .why_we__content::before, .why_we__item:nth-child(1) .why_we__content::before {
        opacity: 0;
    }
}

@media only screen and (max-width: 991px) {
    .why_we__item:nth-child(5) .why_we__content::before, .why_we__item:nth-child(3) .why_we__content::before, .why_we__item:nth-child(1) .why_we__content::before {
        opacity: 0;
    }
}

.why_we_num {
    padding: 0 0 8px 212px;
    color: #c7c7c7;
    font-size: 14px;
}

.why_we__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.why_we__content:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 66px;
    top: -10px;
    left: 0;
    background-color: #e1e1e1;
}

.why_we__img {
    width: 122px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 90px;
}

.why_we__img img {
    max-width: 75%;
}

.why_we__text {
    color: #757575;
    font-size: 14px;
}

@media only screen and (max-width: 1399px) {
    .why_we__title {
        padding-bottom: 40px;
    }

    .why_we__img {
        margin-left: 60px;
    }

    .why_we_num {
        padding-left: 182px;
    }
}

@media only screen and (max-width: 1199px) {
    .why_we__item {
        padding: 35px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .why_we__img {
        margin-left: 40px;
        width: 90px;
    }

    .why_we_num {
        padding-left: 130px;
    }
}

@media only screen and (max-width: 991px) {
    .why_we__title {
        padding-bottom: 20px;
    }

    .why_we__item {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .why_we__item {
        padding-right: 20px;
    }

    .why_we__item:nth-child(even) .why_we__img {
        padding-left: 20px;
    }

    .why_we__img {
        margin-left: 0;
        width: 80px;
    }

    .why_we_num {
        padding-left: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .why_we {
        padding-bottom: 20px;
    }

    .why_we__item {
        position: relative;
        padding: 20px 0;
    }

    .why_we__item:nth-child(even) {
        padding-left: 25px;
        padding-right: 0;
    }

    .why_we__content {
        display: block;
    }

    .why_we__content:before {
        left: -34px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .why_we__img {
        width: 53px;
        height: 66px;
        padding-left: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .why_we__img img {
        max-width: 100%;
        width: auto;
        max-height: 50px;
    }

    .why_we_num {
        position: absolute;
        top: 62px;
        left: 18px;
        font-size: 12px;
    }

    .why_we__item:nth-child(even) .why_we__img {
        width: 40px;
    }
}

@media only screen and (max-width: 375px) {
    .why_we__text {
        font-size: 13px;
    }
}

@media only screen and (max-width: 359px) {
    .why_we__text {
        font-size: 12px;
    }

    .why_we__content:before {
        left: -25px;
    }

    .why_we__title {
        padding-bottom: 8px;
    }
}

.popular {
    padding: 55px 0;
}

@media only screen and (max-width: 1199px) {
    .popular {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 767px) {
    .popular {
        padding: 30px 0;
    }
}

.popular__header {
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popular__header_left {
    padding: 0 20px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popular__title {
    font: 40px/1.4 Affect, sans-serif;
    margin: 0;
    padding: 0 62px 0 0;
}

@media only screen and (max-width: 1400px) {
    .popular__title {
        font-size: calc((100vw - 320px) / (1400 - 320) * (40 - 24) + 24px);
    }
}

.popular__tabs_select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popular__tabs_select__item {
    width: 142px;
    height: 47px;
    border: 1px solid #e4e4e4;
    text-align: center;
    font: 300 28px Affect, sans-serif;
    line-height: 45px;
    color: #282828;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    cursor: pointer;
}

.popular__tabs_select__item:hover {
    background-color: #fff5f5;
}

.popular__tabs_select__item.active {
    background-color: #e11011;
    color: #fff;
}

.popular__tabs_select__item.active:hover {
    cursor: default;
}

.popular__tabs_arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5px 20px;
    width: 124px;
}

.swiper-button {
    display: block;
    cursor: pointer;
}

.swiper-button-prev {
    display: block;
    background: url(../img-new/arrow-left-red.png) no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 40px;
}

.swiper-button-next {
    background: url(../img-new/arrow-right-red.png) no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 40px;
}

.popular__content {
    position: relative;
}

.popular__row {
    -webkit-transition: all 0.4s ease-out 0.4s;
    transition: all 0.4s ease-out 0.4s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.popular__row.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.prod_slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
}

.prod_slider__item {
    /* width: 362px; */
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
}

.prod_slider__item_wrap {
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 29px 50px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    /* min-height: 100%; */
}

.prod_slider__img {
    height: 277px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prod_slider__img img {
    display: block;
    max-width: 100%;
}

.prod_slider__name {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    min-height: 54px;
}

.prod_slider__name a {
    text-decoration: none;
    color: #363636;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.prod_slider__name a:hover {
    color: #e11011;
}

.prod_slider__pricebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.prod_slider__pricebox span {
    display: inline-block;
    vertical-align: bottom;
    color: #363636;
}

.prod_slider__price {
    padding: 0 22px 12px 0;
    font: 31px Affect, sans-serif;
}

.prod_slider__old {
    font: 19px Affect, sans-serif;
    padding: 0 0 15px 0;
    text-decoration: line-through;
}

.prod_slider__extra {
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    max-height: 0;
}

.prod_slider__item_wrap:hover {
    border-color: #747474;
    z-index: 2;
}

.prod_slider__item_wrap:hover .prod_slider__extra {
    max-height: 350px;
}

.prod_slider__descr {
    font-size: 13px;
    line-height: calc(19 / 13);
    color: #757575;
    padding-bottom: 28px;
}

.prod_slider__descr p {
    margin: 0;
    padding: 0;
}

.prod_slider__more a {
    display: inline-block;
    background: url(../img-new/arrow-more-red.png) no-repeat;
    width: 52px;
    height: 19px;
}

@media only screen and (max-width: 1399px) {
    .prod_slider__item_wrap {
        padding: 25px;
    }

    .prod_slider__img {
        height: 240px;
    }

    .prod_slider__name {
        min-height: 62px;
    }
}

@media only screen and (max-width: 1199px) {
    .prod_slider__img {
        height: 277px;
    }

    .prod_slider__name {
        min-height: 54px;
    }

    .prod_slider__price {
        padding-right: 12px;
        font-size: 28px;
    }

    .prod_slider__old {
        font-size: 17px;
    }
}

@media only screen and (max-width: 991px) {
    .prod_slider__item_wrap {
        padding: 15px;
    }

    .prod_slider__img {
        height: 240px;
    }

    .prod_slider__name {
        min-height: 62px;
    }

    .prod_slider__price {
        padding-right: 12px;
        font-size: 28px;
    }

    .prod_slider__old {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .prod_slider__item_wrap {
        padding: 25px;
    }

    .prod_slider__img {
        height: 240px;
    }

    .prod_slider__name {
        min-height: 62px;
    }

    .prod_slider__price {
        padding-right: 12px;
        font-size: 28px;
    }

    .prod_slider__old {
        font-size: 17px;
    }
}

@media only screen and (max-width: 599px) {
    .prod_slider__item_wrap {
        padding: 15px;
    }

    .prod_slider__img {
        height: 240px;
    }

    .prod_slider__name {
        min-height: 62px;
    }

    .prod_slider__price {
        padding-right: 12px;
        font-size: 28px;
    }

    .prod_slider__old {
        font-size: 17px;
    }
}

@media only screen and (max-width: 479px) {
    .prod_slider__item_wrap {
        padding: 25px;
    }

    .prod_slider__img {
        height: 240px;
    }

    .prod_slider__name {
        min-height: 62px;
    }
}

@media only screen and (max-width: 359px) {
    .prod_slider__item_wrap {
        padding: 25px;
    }

    .prod_slider__img {
        height: 240px;
    }

    .prod_slider__name {
        min-height: 62px;
    }

    .prod_slider__price {
        padding-right: 12px;
        font-size: 28px;
    }

    .prod_slider__old {
        font-size: 17px;
    }
}

.insert_in_desktop2,
.insert_in_mobile2 {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .popular__tabs_select__item {
        font-size: 24px;
        width: 120px;
        height: 40px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 991px) {
    .popular__header {
        display: block;
    }

    .popular__header_left {
        padding-right: 0;
    }

    .popular__header_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .popular__tabs_arrows {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 479px) {
    .popular__tabs_arrows {
        width: 80px;
    }

    .popular__header {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 374px) {
    .popular__tabs_select__item {
        width: 100px;
        font-size: 22px;
    }
}

.about_items {
    padding: 55px 0;
}

@media only screen and (max-width: 1400px) {
    .about_items {
        padding-top: calc((100vw - 320px) / (1400 - 320) * (55 - 30) + 30px);
        padding-bottom: calc((100vw - 320px) / (1400 - 320) * (55 - 30) + 30px);
    }
}

.about_items__title {
    font: 40px Affect, sans-serif;
    padding-bottom: 80px;
}

@media only screen and (max-width: 1400px) {
    .about_items__title {
        font-size: calc((100vw - 320px) / (1400 - 320) * (40 - 24) + 24px);
        padding-bottom: calc((100vw - 320px) / (1400 - 320) * (60 - 25) + 25px);
    }
}

.about_items__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -29px;
}

.about_item__item {
    width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0 29px;
}

.about_item__itemwrap {
    display: block;
    text-decoration: none;
}

.about_item__itemwrap:hover .aif__num {
    color: #d92020;
}

.about_item__itemwrap:hover .aif__row {
    width: 90%;
    background-color: #111216;
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.about_item__itemwrap:hover .about_item__img img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.about_item__img {
    overflow: hidden;
    width: 100%;
}

.about_item__img img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.about_item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
}

.aif__num {
    font: 22px/36px Affect, sans-serif;
    color: #e11011;
    padding-left: 10px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.aif__row {
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    width: 59px;
    height: 1px;
    background-color: #d7d7d7;
    margin: 0 17px;
    position: relative;
    top: 2px;
}

.aif__title {
    color: #363636;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    white-space: nowrap;
    font: 22px/36px Affect, sans-serif;
}

.about_items__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about_items__buttons .other__button {
    width: 222px;
}

.other__button {
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    background-color: #eee;
    color: #c11718;
    font: 16px/30px Affect, sans-serif;
    padding: 20px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.other__button:hover {
    background-color: #777;
    color: #fff;
}

.header__call_desktop {
    display: flex;
}

.header__call_mobile {
    display: none;
}

.header__callback {
    display: flex;
}

@media only screen and (max-width: 991px) {
    .other__button {
        padding: 10px;
    }

    /*.header__callback {*/
    /*    display: none;*/
    /*}*/
}
@media only screen and (max-width: 890px){
    .header__callback {
        display: none;
    }
}
/*@media only screen and (max-width: 625px){*/
/*    .header__callback {*/
/*        display: none;*/
/*    }*/
/*}*/
@media only screen and (max-width: 425px) {
    .header__call_desktop {
        display: none;
    }

    .header__call_mobile {
        display: flex;
        position: relative;
        padding-top: 5px;
        left: 11vw;
    }

    .header__call_mobile .phonebox a:before {
        content: "";
        display: flex;
        position: relative;
        width: 13px;
        height: 13px;
        background: url(../img-new/tel-white.png) no-repeat;
        left: 0%;
        top: 0%;
        -webkit-transform: translate(0, 25%);
        transform: translate(0, 25%);
    }

    .header__call_mobile .phone-chat {
        display: flex;
        column-gap: 20px;
    }

    /*.header__callback {*/
    /*    display: none;*/
    /*}*/
}

@media only screen and (max-width: 408px){
    .header__call_mobile {
        left: 10%;
    }
}

@media only screen and (max-width: 367px){
    .header__call_mobile {
        left: 0%;
    }
}

.nd_button_black {
    background-color: #111216;
    color: #fff;
}

.nd_button_gray {
    background-color: #e7e7e7;
}

@media only screen and (max-width: 1399px) {
    .about_items__list {
        margin: 0 -15px;
    }

    .about_item__item {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .about_item__footer {
        padding: 20px 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_items__list {
        margin: 0 -5px;
    }

    .about_item__item {
        padding: 0 5px;
    }

    .about_item__footer {
        padding: 10px 0 25px;
    }

    .aif__num {
        padding-left: 0;
        font-size: 18px;
    }

    .aif__title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .about_items__list {
        margin: 0 auto;
        display: block;
        width: 441px;
        max-width: 100%;
    }

    .about_item__item {
        padding: 0;
        width: 100%;
    }

    .aif__row {
        width: 90%;
        background-color: #111216;
    }
}

@media only screen and (max-width: 424px) {
    .about_items__buttons {
        display: block;
    }

    .about_items__buttons .other__button {
        width: 100%;
    }
}

.consultform {
    background: url(../img-new/form-bg.jpg) no-repeat center;
    background-size: auto 100%;
    margin-top: 100px;
}

.about_items + .consultform {
    margin-top: 50px;
}

.consultform__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.consultform__col {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
}

.consultform__content {
    height: 633px;
    width: 590px;
    max-width: 100%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.consultform__text {
    color: #fff;
    padding-bottom: 26px;
}

.consultform__h3 {
    font: 37px Affect, sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 30px;
}

@media only screen and (max-width: 1400px) {
    .consultform__h3 {
        font-size: calc((100vw - 320px) / (1400 - 320) * (37 - 24) + 24px);
        padding-bottom: calc((100vw - 320px) / (1400 - 320) * (30 - 20) + 20px);
    }
}

.consultform__p {
    margin: 0;
    padding: 0 0 10px;
    /* font: 22px Affect, sans-serif; */
    font-size: 22px;
    font-weight: 300;
}

@media only screen and (max-width: 1400px) {
    .consultform__p {
        font-size: calc((100vw - 320px) / (1400 - 320) * (22 - 15) + 15px);
    }
}

.consultform__form {
    width: 490px;
    max-width: 100%;
}

.consultform__form .form-input {
    width: 47%;
    margin: 0 0 10px;
    padding: 8px 22px;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    line-height: 30px;
    background: none;
}

.consultform__form .nd_button {
    width: 100%;
    font: 16px/32px Affect, sans-serif;
    padding: 20px;
}

.consultform__form textarea.form-input {
    width: 100%;
    line-height: 20px;
    height: 87px;
}

.consultform__form_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 36px;
}

.consultform__img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.consultform__img img {
    display: block;
}

@media only screen and (min-width: 576px) and (max-width: 1199px) {
    .consultform__col--1 {
        width: 60%;
    }

    .consultform__col--2 {
        width: 40%;
    }
}

@media only screen and (max-width: 1199px) {
    .about_items + .consultform,
    .consultform {
        margin-top: 25px;
    }

    .consultform__content {
        height: 550px;
    }
}

@media only screen and (max-width: 991px) {
    .about_items + .consultform,
    .consultform {
        margin-top: 0;
    }

    .consultform__content {
        height: 520px;
    }

    .consultform__form .nd_button {
        padding: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .consultform__form .form-input {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .consultform__flex {
        display: block;
    }

    .consultform__col {
        width: 100%;
    }

    .consultform__col--2 {
        display: none;
    }

    .consultform__content {
        width: 490px;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 479px) {
    .consultform__form_row {
        display: block;
    }

    .consultform__form .form-input {
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    .consultform__content {
        text-align: center;
    }

    .consultform__form {
        max-width: 226px;
        margin: 0 auto;
    }

    .consultform__h3 span {
        display: none;
    }

    .consultform__content {
        min-height: 490px;
        height: auto;
    }

    .consultform__form_row {
        padding-bottom: 20px;
    }
}

.nd_shipping {
    padding: 142px 0 100px;
}

.nd_shipping__title {
    color: #363636;
    font: 40px Affect, sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1400px) {
    .nd_shipping__title {
        font-size: calc((100vw - 320px) / (1400 - 320) * (40 - 24) + 24px);
    }
}

@media only screen and (min-width: 376px) {
    .nd_shipping__title br {
        display: none;
    }
}

.nd_shipping__map {
    padding-left: 56px;
    margin: -60px 0 -36px;
}

.nd_shipping__map img {
    display: block;
}

.nd_shipping__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nd_shipping__button {
    width: 246px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 65px;
}

.nd_shipping__button .nd_button {
    width: 100%;
    font: 16px/32px Affect, sans-serif;
    padding: 20px;
}

@media only screen and (max-width: 991px) {
    .nd_shipping__button .nd_button {
        padding: 10px;
    }
}

.nd_shipping__methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    z-index: 2;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.nd_shipping__method {
    padding-right: 20px;
}

.nd_shipping__method img {
    display: block;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.nd_shipping__method img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer;
}

@media only screen and (max-width: 1399px) {
    .nd_shipping {
        padding: 70px 0 40px;
    }

    .nd_shipping__map {
        padding-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .nd_shipping {
        padding: 50px 0 30px;
    }

    .nd_shipping__button {
        width: 190px;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .nd_shipping__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .nd_shipping__button {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .nd_shipping__methods {
        padding-bottom: 30px;
    }
}

.insert_in_desktop3 {
    display: none;
}

@media only screen and (max-width: 479px) {
    .nd_shipping {
        padding: 30px 0;
    }

    .nd_shipping__title {
        padding-bottom: 21px;
    }

    .nd_shipping__map {
        display: none;
    }

    .nd_shipping__methods {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0;
    }

    .nd_shipping__method {
        padding: 0 10px 25px;
        max-width: 33%;
        text-align: center;
    }

    .nd_shipping__method img {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 375px) {
    .nd_shipping__button {
        width: 100%;
    }
}

.nd_blog {
    padding: 55px 0;
}

.nd_blog__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 56px;
}

.nd_blog__title {
    color: #363636;
    font: 40px Affect, sans-serif;
}

@media only screen and (max-width: 1400px) {
    .nd_blog__title {
        font-size: calc((100vw - 320px) / (1400 - 320) * (40 - 24) + 24px);
    }
}

.nd_blog__all {
    padding-right: 5px;
    font: 16px Affect, sans-serif;
}

.nd_blog__all a {
    color: #e11011;
    text-decoration: none;
    border-bottom: 1px solid #e11011;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.nd_blog__all a:hover {
    border-bottom-color: transparent;
}

.nd_blog__all span {
    display: inline-block;
    padding-right: 14px;
}

.icon-more {
    width: 6px;
    height: 9px;
    background: url(../img-new/icon-more.png) no-repeat;
}

.nd_blog__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -24px;
}

.nd_blog__col {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0 24px;
}

.nd_blog__itemmain .nd_blog__item_descr {
    display: none;
}

.nd_blog__itemmain_img {
    padding-bottom: 32px;
}

.nd_blog__itemmain_img img {
    display: block;
    width: 100%;
}

.nd_blog__date {
    font: 16px Affect, sans-serif;
    color: #e11011;
    padding-bottom: 30px;
}

.nd_blog__itammain_title {
    font: 25px Affect, sans-serif;
    color: #363636;
    padding-bottom: 27px;
}

.nd_blog__itammain_title a {
    color: #363636;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.nd_blog__itammain_title a:hover {
    color: #e11011;
}

.nd_blog__item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nd_blog__item_one {
    width: 47%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-bottom: 1px solid #d2d2d2;
    padding: 35px 0;
}

.nd_blog__item_one:nth-child(1), .nd_blog__item_one:nth-child(2) {
    border-top: 1px solid #d2d2d2;
}

.nd_blog__item_title {
    font: 18px Affect, sans-serif;
    color: #363636;
    padding: 0 0 4px;
    min-height: 68px;
}

.nd_blog__item_title a {
    color: #363636;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.nd_blog__item_title a:hover {
    color: #e11011;
}

.nd_blog__item_descr {
    color: #757575;
    font-size: 14px;
    line-height: 1.4em;
    max-height: calc(1.4em * 3);
    padding-bottom: 2px;
    overflow: hidden;
}

@media only screen and (max-width: 1299px) {
    .nd_blog__header {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nd_blog__content {
        margin: 0 -15px;
    }

    .nd_blog__col {
        padding: 0 15px;
    }

    .nd_blog__item_one {
        padding: 20px 0;
    }

    .nd_blog__item_one .nd_blog__date {
        padding-bottom: 15px;
    }

    .nd_blog__item_title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .nd_blog {
        padding: 30px 0;
    }

    .nd_blog__header {
        padding-bottom: 30px;
    }

    .nd_blog__content {
        display: block;
        margin: 0;
    }

    .nd_blog__col {
        width: 100%;
        padding: 0;
    }

    .nd_blog__itemmain {
        width: 682px;
        max-width: 100%;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .nd_blog__item_one {
        width: 48%;
    }

    .nd_blog__itemmain {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .nd_blog__itemmain_img {
        display: none;
    }

    .nd_blog__itammain_title {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .nd_blog__item_list {
        margin: 0 0 20px;
    }

    .nd_blog__item_one {
        width: 100%;
    }

    .nd_blog__date {
        padding-bottom: 20px !important;
    }

    .nd_blog__itemmain .nd_blog__item_descr {
        display: block;
    }

    .nd_blog__item_title {
        min-height: 0;
        padding-bottom: 15px;
    }

    .nd_blog__item_one:nth-child(1),
    .nd_blog__item_one:nth-child(2) {
        border-top: none;
    }

    .nd_blog__itemmain {
        border-top: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
        padding: 20px 0;
    }

    .nd_blog__item_one {
        padding: 20px 0;
    }
}

.nd_seo {
    padding-bottom: 30px;
}

.nd_seo__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #d2d2d2;
    padding: 50px 0 80px;
}

.nd_seo__title {
    position: relative;
    font: 22px Affect, sans-serif;
    color: #363636;
    margin: 0;
    padding: 0 40px 42px 0;
    width: 27%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.nd_seo__title:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background-color: #e11011;
    width: 68px;
    bottom: 0;
    left: 0;
}

.nd_seo__text {
    color: #757575;
    font-size: 16px;
    line-height: calc(24 / 16);
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 5px 0;
}
/*
.nd_seo__text p {
    margin: 0;
    padding: 0;
}
*/
@media only screen and (max-width: 1399px) {
    .nd_seo__row {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1199px) {
    .nd_seo__row {
        display: block;
        padding: 40px 0 50px;
    }

    .nd_seo__title {
        padding: 0 0 25px;
        margin-bottom: 25px;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .nd_seo__row {
        padding: 30px 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .nd_seo__text {
        font-size: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .nd_seo {
        padding-bottom: 0;
        margin: 0 -15px;
    }

    .nd_seo__row {
        border: none;
        background-color: #f4f4f4;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 35px;
    }
}

.nd_social {
    padding: 40px 0 80px;
}

.nd_social__title {
    color: #363636;
    margin: 0;
    padding: 0 0 44px;
    font: 40px Affect, sans-serif;
}

@media only screen and (max-width: 1400px) {
    .nd_social__title {
        font-size: calc((100vw - 320px) / (1400 - 320) * (40 - 24) + 24px);
        padding-bottom: calc((100vw - 320px) / (1400 - 320) * (44 - 25) + 25px);
    }
}

.nd_social__title--mobile {
    display: none;
}

.nd_social__list {
    margin: 0 -18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nd_social__item {
    padding: 0 18px;
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.nd_social__itemwrap {
    border-bottom: 2px solid #dfe4e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 38px 0 38px 56px;
}

.nd_social__img {
    margin-right: 22px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.icon__vk {
    background: url(../img-new/vk.png) no-repeat;
    width: 32px;
    height: 20px;
}

.nd_social__text {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.nd_social__name {
    color: #363636;
    font: 600 20px/30px Affect, sans-serif;
    padding-bottom: 11px;
}

.nd_social__num {
    padding-bottom: 18px;
    font-size: 17px;
    color: #9aa3ac;
}

.nd_social__link {
    font-size: 16px;
}

.nd_social__link a {
    color: #e11011;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.nd_social__link a:hover {
    color: #363636;
}

.icon__instagram {
    background: url(../img-new/instagram.png) no-repeat;
    width: 27px;
    height: 27px;
}

.icon__fb {
    background: url(../img-new/fb.png) no-repeat;
    width: 23px;
    height: 23px;
}

.icon__youtube {
    background: url(../img-new/youtube.png) no-repeat;
    width: 31px;
    height: 23px;
}

@media only screen and (max-width: 1399px) {
    .nd_social {
        padding: 25px 0 60px;
    }

    .nd_social__itemwrap {
        padding-left: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nd_social__list {
        margin: 0 -10px;
    }

    .nd_social__item {
        padding: 0 10px;
    }

    .nd_social__img {
        margin-right: 15px;
    }

    .nd_social__link,
    .nd_social__num {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .nd_social__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .nd_social__item {
        width: 50%;
    }

    .nd_social__itemwrap {
        padding-top: 10px;
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .nd_social__list {
        margin: 0 -10px;
    }

    .nd_social__item {
        padding: 0 10px;
    }

    .nd_social__img {
        margin-right: 15px;
    }

    .nd_social__link,
    .nd_social__num {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
    .nd_social {
        padding-bottom: 25px;
    }

    .nd_social__text {
        display: none;
    }

    .nd_social__list {
        margin: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nd_social__item {
        padding: 0 0 22px;
        width: auto;
    }

    .nd_social__itemwrap {
        border: none;
        padding: 0 16px;
    }

    .nd_social__img {
        margin-right: 0;
    }

    .nd_social__title {
        display: none;
    }

    .nd_social__title--mobile {
        display: block;
        text-align: center;
    }
}

.nd_photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
}

@media only screen and (max-width: 1399px) {
    .nd_photos {
        margin-bottom: calc((100vw - 320px) / (1400 - 320) * (80 - 30) + 30px);
    }
}

.nd_photo {
    width: 10%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.nd_photo img {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .nd_photos__relative {
        position: relative;
    }

    .nd_photos__wrap {
        width: 100%;
    }

    .nd_photos {
        overflow: hidden;
        overflow-x: auto;
    }

    .nd_photo {
        width: 130px;
    }

    .nd_photos__arrow {
        width: 22px;
        height: 41px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 4;
        cursor: pointer;
    }

    .nd_photos__arrow--left {
        background: url(../img-new/arrow-left-white.png) no-repeat;
        left: 20px;
    }

    .nd_photos__arrow--right {
        background: url(../img-new/arrow-right-white.png) no-repeat;
        right: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .nd_photo {
        width: 80px;
    }
}

.nd_contacts {
    padding-bottom: 114px;
}

@media only screen and (max-width: 1400px) {
    .nd_contacts {
        padding-bottom: calc((100vw - 320px) / (1400 - 320) * (100 - 40) + 40px);
    }
}

.nd_contacts__title {
    font: bold 26px Affect, sans-serif;
    color: #212121;
    margin: 0;
    padding: 0 0 45px;
}

@media only screen and (max-width: 1400px) {
    .nd_contacts__title {
        font-size: calc((100vw - 320px) / (1400 - 320) * (26 - 20) + 20px);
    }
}

.nd_contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eceff2;
    border-radius: 4px;
    overflow: hidden;
}

.nd_contacts__map {
    width: 862px;
    height: 566px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.psevdomap {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.nd_contacts__content {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nd_contacts .menu_desktop__contacts {
    width: 100%;
    padding: 35px 110px 35px 136px;
}

@media only screen and (max-width: 1490px) {
    .nd_contacts__map {
        width: 55%;
    }

    .nd_contacts .menu_desktop__contacts {
        padding-left: 6vw;
        padding-right: 3vw;
    }
}

@media only screen and (max-width: 1199px) {
    .nd_contacts__map {
        height: auto;
        min-height: 420px;
    }
}

@media only screen and (max-width: 767px) {
    .nd_contacts__content {
        display: none;
    }

    .nd_contacts__map {
        width: 100%;
    }

    .nd_contacts__row {
        border-radius: 0;
        border: none;
        margin: 0 -15px;
    }

    .nd_contacts,
    .nd_photos {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 599px) {
    .nd_contacts__map {
        height: 60vw;
        min-height: 295px;
    }
}

@media only screen and (max-width: 424px) {
    .nd_contacts__row {
        margin: 0 -10px;
    }
}

.footer-col-5 {
    width: 222px;
}

.nd_header--2 {
    background: url(../img-new/header-bg-2.jpg) no-repeat center;
    background-size: auto 100%;
    height: 380px;
    padding-bottom: 0;
}

@media only screen and (min-width: 1800px) {
    .nd_header--2 {
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) {
    .nd_header--2 {
        background: url(../img-new/header-bg-mobile.png) no-repeat center;
        background-size: cover;
    }
}

@media only screen and (min-width: 768px) {
    .nd_header--2 .wrapper {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.nd_header--2 .header__tabs {
    margin-top: 0;
}

.nd_header .breadcrumbs {
    margin: 0;
    padding: 0 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nd_header .breadcrumbs li {
    list-style: none;
    font-size: 18px;
    display: block;
}

.nd_header .breadcrumbs li:after {
    display: none;
}

.nd_header .breadcrumbs li a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.nd_header .breadcrumbs li a span {
    color: #fff;
}

.nd_header .breadcrumbs li a:hover {
    text-decoration: underline;
}

.nd_header .breadcrumbs li a:after {
    content: "/";
    display: inline-block;
    vertical-align: top;
    padding: 0 4px;
    position: relative;
}

.nd_header .breadcrumbs li span {
    color: #757575;
}

@media only screen and (max-width: 1199px) {
    .nd_header--2 {
        height: auto;
    }
}

@media only screen and (max-width: 992px) {
    .nd_header--2 .header__tabsselects {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 1999px) {
    .nd_header .breadcrumbs li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .nd_header .breadcrumbs {
        display: none;
    }
}

.cat1 {
    padding: 70px 0 30px;
}

@media only screen and (max-width: 1400px) {
    .cat1 {
        padding-top: calc((100vw - 320px) / (1400 - 320) * (65 - 30) + 30px);
        padding-bottom: 40px;
    }
}

.cat1__subtitle {
    color: #363636;
    font: bold 25px Affect, sans-serif;
    padding-bottom: 30px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1400px) {
    .cat1__subtitle {
        font-size: calc((100vw - 320px) / (1400 - 320) * (25 - 21) + 21px);
        padding-bottom: calc((100vw - 320px) / (1400 - 320) * (50 - 18) + 18px);
    }
}

.cat1__title + .cat1__subtitle {
    color: #a7a9b1;
    text-transform: none;
    font-weight: 400;
    padding-bottom: 60px;
}

@media only screen and (max-width: 1400px) {
    .cat1__title + .cat1__subtitle {
        font-size: calc((100vw - 320px) / (1400 - 320) * (25 - 15) + 15px);
        padding-bottom: calc((100vw - 320px) / (1400 - 320) * (50 - 32) + 32px);
    }
}

.cat1__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.cat1__list:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
}

.cat1__item {
    width: calc(100% / 6);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 28px;
}

.cat1__item a {
    text-decoration: none;
    display: block;
}

.cat1__item a:hover .cat1__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.cat1__item a:hover .cat1__name {
    color: #e11011;
}

.cat1__img {
    height: 202px;
    border-right: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
}

.cat1__img img {
    display: block;
    max-width: 96%;
    max-height: 92%;
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.cat1__name {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #131418;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

@media only screen and (max-width: 1399px) {
    .cat1__item {
        width: 20%;
    }
}

@media only screen and (max-width: 991px) {
    .cat1__item {
        width: 33.33%;
    }
}

@media only screen and (max-width: 575px) {
    .cat1__item {
        width: 50%;
    }
}

@media only screen and (max-width: 425px) {
    .cat1__img {
        height: 140px;
    }
}

.nd_seo--no_border .nd_seo__row {
    padding-bottom: 20px;
    border: none;
}

@media only screen and (max-width: 479px) {
    .nd_seo--no_border .nd_seo__row {
        padding-bottom: 35px;
    }
}

.cat1__list_slider__arrows div {
    width: 22px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 6;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.cat1__list_slider__arrows div.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
}

.cat1_prev {
    background: url(../img-new/arl.png) no-repeat center;
    left: 0;
}

@media only screen and (max-width: 375px) {
    .cat1_prev {
        left: -10px;
    }
}

.cat1_next {
    background: url(../img-new/arr.png) no-repeat center;
    right: 0;
}

@media only screen and (max-width: 375px) {
    .cat1_next {
        right: -10px;
    }
}

.catslider_wrap {
    position: relative;
}

.catslider_wrap:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    left: 0;
    bottom: 0;
}

.cat1__list_slider {
    position: relative;
    overflow: hidden;
}

.cat1__list_slider:before, .cat1__list_slider:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.cat1__list_slider:after {
    left: auto;
    right: 0;
}

.cat1__list_slider .cat1__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.cat1__list_slider .cat1__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.cat1__list_slider .cat1__item a {
    position: relative;
    z-index: 3;
    padding-bottom: 40px;
}

.cat1__list_slider .cat1__item a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.cat1__list_slider .cat1__item a:hover:after {
    background-color: #e11011;
}

.cat1__list_slider .cat1__item.active a:after {
    background-color: #e11011;
}

.cat1__list_slider li {
    padding-bottom: 0;
}

.cat1__list_slider .cat1__name {
    font-weight: 700;
}

@media only screen and (max-width: 375px) {
    .cat1__list_slider {
        overflow: visible;
    }

    .cat1__list_slider .cat1__name {
        font-size: 13px;
    }

    .cat1__list_slider .cat1__item a {
        padding-bottom: 20px;
    }

    .cat1__list_slider .cat1__item a:after {
        height: 2px;
    }
}

.cat2 {
    padding: 40px 0 0;
}

@media only screen and (max-width: 991px) {
    .cat2 {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .cat2 {
        padding-top: 15px;
    }
}

.cat2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 56px;
}

@media only screen and (max-width: 1400px) {
    .cat2__list {
        padding-bottom: calc((100vw - 320px) / (1400 - 320) * (50 - 20) + 20px);
    }
}

.cat2__item {
    width: calc(100% / 7);
    padding: 0 20px 20px;
}

.cat2__item a {
    text-decoration: none;
}

.cat2__item a .cat2__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.cat2__item a:hover .cat2__name {
    color: #e11011;
}

.cat2__img {
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}

.cat2__img img {
    display: block;
    max-width: 92%;
    max-height: 92%;
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.cat2__name {
    text-align: center;
    color: #5d5f67;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1399px) {
    .cat2__item {
        width: calc(100% / 6);
    }
}

@media only screen and (max-width: 1199px) {
    .cat2__item {
        width: calc(100% / 5);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cat2__item {
        width: calc(100% / 4);
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .cat2__item {
        width: calc(100% / 3);
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
    .cat2__item {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 479px) {
    .cat2__item {
        width: 50%;
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0 0 50px;
}

@media only screen and (max-width: 1400px) {
    .pagination {
        padding-bottom: 40px;
    }
}

.pagination li {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0 6px;
    font-size: 14px;
}

.pagination li i,
.pagination li span,
.pagination li a,
.pagination li strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-decoration: none;
}

.pagination li a {
    color: #5d5f67;
    background-color: #e8e8e8;
}

.pagination li a:hover {
    background-color: #777;
}

.pagination li strong {
    color: #fff;
    background-color: #e11011;
}

.pagination li span {
    padding-top: 10px;
    color: #909196;
}

.pagination .ellipsis {
    margin: 0;
}

.pagination .pagination__arrow a {
    background: none;
}

.pagination .pagination__arrow a:hover {
    background: none;
}

.icon-arl {
    background: url(../img-new/arl.png) no-repeat center;
}

.icon-arr {
    background: url(../img-new/arr.png) no-repeat center;
}

@media only screen and (max-width: 767px) {
    .pagination li {
        width: 36px;
        height: 36px;
        margin: 0 4px;
        font-size: 12px;
    }

    .pagination .pagination__arrow .icon {
        background-size: 8px 15px;
    }
}

@media only screen and (max-width: 360px) {
    .pagination li {
        margin: 0 2px;
    }
}

.form-subscribe .form-input {
    border-radius: 0;
}

.labellist {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 31px;
    left: 35px;
    z-index: 10;
}

.label__item {
    width: 75px;
    height: 30px;
    text-align: center;
    font: 300 16px/30px Affect, sans-serif;
}

.label__item--red {
    background-color: #e11011;
    color: #fff;
}

.back_to {
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .back_to {
        padding-bottom: 20px;
    }
}

.back_to a {
    color: #0e0f13;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    font: 18px Affect, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.back_to a:hover {
    color: #e11011;
}

.back_to span {
    padding-bottom: 4px;
}

.back_to i {
    margin-right: 24px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
    width: 12px;
    height: 22px;
}

@media only screen and (max-width: 991px) {
    .back_to i {
        margin-right: 14px;
    }
}

.products__wrap {
    padding: 55px 0;
    border-top: 1px solid #ededed;
}

@media only screen and (max-width: 1400px) {
    .products__wrap {
        padding-top: calc((100vw - 320px) / (1400 - 320) * (50 - 30) + 30px);
        padding-bottom: calc((100vw - 320px) / (1400 - 320) * (50 - 30) + 30px);
    }
}

.products__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.products__filters_item {
    width: 256px;
    margin-right: 14px;
    position: relative;
}

.products__filters_item:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 991px) {
    .popular__title {
        padding-right: 0;
    }

    .products .popular__header_left {
        display: block;
        padding: 0 !important;
    }

    .products .popular__title {
        padding-bottom: 20px;
    }

    .products__filters_item {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
}

@media only screen and (max-width: 479px) {
    .products__filters_item {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin: 0 0 15px;
    }
}

/* кастомный селект */
.customselect .title {
    border: none;
    height: 58px;
    font-size: 16px;
    line-height: 58px;
    font-weight: 500;
    outline: none;
    padding: 0 50px 0 24px;
    width: 100%;
    cursor: pointer;
    position: relative;
    text-align: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #edeef0 url(../img-new/arrow-select-red.png) no-repeat right 20px center;
}

.customselect.open .title:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    top: 18px;
}

.customselect ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.2s ease-out 0.5s;
    transition: all 0.2s ease-out 0.5s;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    background: #fafafa;
    overflow: hidden;
    width: 100%;
}

.customselect li {
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    color: #6e6e6e;
    padding: 10px 14px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.customselect li.current,
.customselect li:hover {
    background-color: #edeef0;
    color: #231f20;
}

.title:focus + ul,
.customselect.open ul {
    opacity: 1;
    visibility: visible;
    max-height: 186px;
    overflow: auto;
}

/* кастомный селект end */
.prod_no_slider .prod_slider__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prod_no_slider .prod_slider__item {
    height: 442px;
}

@media only screen and (max-width: 1399px) {
    .prod_no_slider .prod_slider__item {
        height: 405px;
    }
}

.prod_no_slider .prod_slider__item_wrap {
    background-color: #fff;
    min-height: 100%;
}

@media only screen and (max-width: 1099px) {
    .prod_no_slider .prod_slider__item {
        height: 450px;
        width: 33.33%;
    }

    .prod_slider__wrapper {
        justify-content: center;
    }
}

@media only screen and (max-width: 991px) {
    .prod_no_slider .prod_slider__item {
        height: 382px;
    }
}

@media only screen and (max-width: 767px) {
    .prod_no_slider .prod_slider__item {
        height: auto;
        width: 262px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .prod_no_slider .prod_slider__extra {
        display: none;
    }

    .prod_no_slider {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }

    .prod_no_slider .prod_slider__img {
        height: 200px;
    }
}

@media only screen and (max-width: 1399px) {
    .labellist {
        top: 25px;
        left: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .labellist {
        top: 15px;
        left: 15px;
    }
}

@media only screen and (max-width: 555px) {
    .prod_slider__img img {
    }

    .prod_slider__item {
        width: 200px !important;
    }
    .prod_slider__item_wrap{
        padding: 15px;
    }
}

@media only screen and (max-width: 440px) {
    .prod_slider__item {
        width: 170px !important;
    }
}
@media only screen and (max-width: 365px) {
    .prod_slider__item {
        width: 150px !important;
    }
}


.catsel-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 20px;
    margin: 0;
}

.catsel-menu > li {
    float: none;
    margin-bottom: 0;
    height: 301px;
    overflow: visible;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.catsel-menu__wrap {
    padding: 0 0 24px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    background-color: #fff;
}

.catsel-menu__wrap:hover {
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 0px 21px 95px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 21px 95px 0px rgba(0, 0, 0, 0.13);
}

.catsel-menu__wrap:hover .catsel-menu-item-text a {
    color: #e11011;
    font-weight: bold;
}

.catsel-menu__wrap:hover .catsel-menu__submenu {
    padding: 10px 30px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
    max-height: 800px;
}

.catsel-menu-item-image {
    height: 238px;
    padding: 10px 10px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catsel-menu-item-image img {
    display: block;
    position: static;
}

.catsel-menu-item-text {
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.catsel-menu-item-text a {
    color: #000;
}

.catsel-menu__submenu {
    margin: 0;
    padding: 0 30px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    max-height: 0;
}

.catsel-menu__submenu_item {
    font-size: 16px;
    line-height: 23px;
    padding: 5px 0 !important;
    width: 100% !important;
}

.catsel-menu__submenu_item a {
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    color: #404040;
    position: relative;
    display: inline-block;
}

.catsel-menu__submenu_item a:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 14px;
    background: url(../img-new/arr.png) no-repeat;
    background-size: 100% 100%;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-left: 9px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.catsel-menu__submenu_item a:hover {
    color: #e11011;
}

.catsel-menu__submenu_item a:hover span {
    border-color: #e11011;
}

.catsel-menu__submenu_item a:hover:after {
    opacity: 1;
    visibility: visible;
}

.catsel-menu__submenu_item a span {
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    border-bottom: 1px solid transparent;
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
    .catpage .catsel-menu > li {
        height: 231px;
    }

    .catpage .catsel-menu-item-image {
        height: 168px;
    }
}

@media only screen and (max-width: 1100px) {
    .catpage .catsel-menu > li {
        width: 33.33%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .catpage .catsel-menu > li {
        height: 231px;
    }

    .catpage .catsel-menu-item-image {
        height: 168px;
    }
}

@media only screen and (max-width: 767px) {
    .catpage .catsel-menu > li {
        width: 50%;
        height: 231px;
    }

    .catpage .catsel-menu-item-image {
        height: 168px;
    }
}

@media only screen and (min-width: 425px) and (max-width: 575px) {
    .catpage .catsel-menu > li {
        height: 201px;
    }

    .catpage .catsel-menu-item-image {
        height: 138px;
    }
}

@media only screen and (max-width: 424px) {
    .catpage .catsel-menu > li {
        width: 100%;
        height: 231px;
    }

    .catpage .catsel-menu-item-image {
        height: 168px;
    }
}

.popular__header--tabs_bottom {
    display: block;
    padding-bottom: 25px;
}

.popular__header--tabs_bottom .popular__header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popular__header--tabs_bottom .popular__tabs_select__item {
    font-size: 19px;
    width: auto;
    padding: 0 36px;
    white-space: nowrap;
}

@media only screen and (max-width: 1199px) {
    .popular__header--tabs_bottom .popular__tabs_select__item {
        padding: 0 22px;
        font-size: 18px;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
}

@media only screen and (max-width: 991px) {
    .popular__header--tabs_bottom .popular__tabs_select__item {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}

.popular__header--tabs_bottom .popular__tabs_arrows {
    padding: 20px 5px;
    margin-left: auto;
}

@media only screen and (max-width: 991px) {
    .popular__header--tabs_bottom .popular__tabs_select {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .popular__header--tabs_bottom .popular__tabs_select__item {
        font-size: 16px;
        padding: 0 12px;
    }

    .popular__header--tabs_bottom .popular__tabs_arrows {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 479px) {
    .popular__header--tabs_bottom .popular__tabs_select__item {
        height: auto;
        white-space: normal;
        padding: 10px 15px;
        font-size: 14px;
        line-height: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cat1 + .popular {
        padding-top: 5px;
    }
}

.nd_header--3 {
    background: url(../img-new/nd_header--3.jpg) no-repeat center;
    background-size: auto;
    padding: 0;
}

@media only screen and (min-width: 1800px) {
    .nd_header--3 {
        background-size: cover;
    }
}

.nd_header--4 {
    background: url(../img-new/nd_header--4.png) no-repeat center;
    background-size: auto;
    padding: 0;
}

@media only screen and (min-width: 1800px) {
    .nd_header--4 {
        background-size: cover;
    }
}

.nd_header--5 {
    background: url(../img-new/nd_header--5.jpg) no-repeat center;
    background-size: auto;
    padding: 0;
}

@media only screen and (min-width: 1800px) {
    .nd_header--5 {
        background-size: cover;
    }
}

.nd_header--empty {
    background-color: #0d0e12;
}

.nd_header--empty .header__titlebox {
    padding: 20px 0 25px;
}

.header__about {
    text-align: center;
    color: #fff;
    padding: 14px 0 52px;
}

@media only screen and (max-width: 1800px) {
    .header__about {
        padding-bottom: calc((100vw - 320px) / (1800 - 320) * (50 - 30) + 30px);
    }
}

.header__about p {
    font: 23px Affect, sans-serif;
    margin: 0;
    padding: 0 0 16px;
    font-weight: 300;
}

@media only screen and (max-width: 1399px) {
    .header__about p {
        font-size: 21px;
    }
}

@media only screen and (max-width: 991px) {
    .header__about p {
        font-size: 18px;
    }
}

.header__about_logo {
    padding-bottom: 52px;
}

@media only screen and (max-width: 1800px) {
    .header__about_logo {
        padding-bottom: calc((100vw - 320px) / (1800 - 320) * (50 - 30) + 30px);
    }

    .header__about_logo img {
        height: calc((100vw - 320px) / (1800 - 320) * (156 - 70) + 70px);
    }
}

.header__about_logo img {
    display: block;
    margin: 0 auto;
}

.about__h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0 0 22px;
}

@media only screen and (max-width: 991px) {
    .header__about {
        max-width: 580px;
        margin: 0 auto;
    }
}

.about_benefits {
    padding: 115px 0 120px;
}

@media only screen and (max-width: 1800px) {
    .about_benefits {
        padding-top: calc((100vw - 320px) / (1800 - 320) * (115 - 40) + 40px);
        padding-bottom: calc((100vw - 320px) / (1800 - 320) * (115 - 40) + 40px);
    }
}

.about_benefits__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about_benefits__item {
    padding: 20px 28px;
    width: 400px;
    max-width: 33.33%;
    text-align: center;
}

.about_benefits__icon {
    height: 164px;
    position: relative;
}

.about_benefits__icon span {
    display: block;
    position: relative;
    height: 100%;
}

.about_benefits__icon span:after {
    content: "";
    display: block;
    position: absolute;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    position: absolute;
    background-color: #f3f3f3;
    top: 15px;
    left: 50%;
    margin-left: -12px;
}

.about_benefits__icon img {
    position: relative;
    z-index: 3;
}

.about_benefits__icon img.highimg {
    margin-top: -4px;
}

.about_benefits__p {
    font-size: 18px;
    color: #0d0e12;
    line-height: calc(24 / 18);
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1299px) {
    .about_benefits__icon {
        height: 131px;
    }

    .about_benefits__icon img {
        height: 60%;
    }

    .about_benefits__icon img.highimg {
        height: 65%;
    }

    .about_benefits__icon span:after {
        width: 90px;
        height: 90px;
    }
}

@media only screen and (max-width: 1199px) {
    .about_benefits__p {
        font-size: 17px;
    }
}

@media only screen and (max-width: 991px) {
    .about_benefits__item {
        padding: 0 10px;
    }

    .about_benefits__p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .about_benefits__list {
        display: block;
    }

    .about_benefits__item {
        margin: 0 auto;
        width: 100%;
        max-width: 270px;
        padding: 20px;
    }

    .about_benefits__icon {
        height: 110px;
    }

    .about_benefits__icon img {
        height: 70%;
    }

    .about_benefits__icon img.highimg {
        height: 76%;
    }

    .about_benefits__icon span:after {
        width: 70px;
        height: 70px;
    }
}

.about_benefits2 {
    background-color: #1a1b1f;
    overflow: hidden;
    position: relative;
}

.ab_slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ab_slider__item_col {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.ab_slider__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -82px;
    width: calc(100% + 82px);
}

.ab_slider__list_item {
    width: 369px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 60px 40px 65px 82px;
    color: #fff;
    border-left: 1px solid #2f3034;
}

.ab_slider__list_item:nth-child(3), .ab_slider__list_item:nth-child(1) {
    border-left: none;
}

.ab_slider__list_item:nth-child(2) {
    position: relative;
}

.ab_slider__list_item:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 80vw;
    right: -15vw;
    bottom: 0;
    background-color: #2f3034;
}

.ab_slider__list_icon {
    height: 58px;
}

.ab_slider__list_p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: calc(24 / 14);
    font-weight: 300;
}

.ab_slider__visual {
    height: 100%;
    position: relative;
    z-index: 3;
}

.ab_slider__visual img {
    max-width: 1200px;
    width: 1000px;
    display: block;
    position: absolute;
}

@media only screen and (max-width: 1820px) {
    .ab_slider__visual img {
        width: 932px;
    }
}

@media only screen and (max-width: 1599px) {
    .ab_slider__visual {
        position: absolute;
        width: 50vw;
        left: 50%;
        top: 0;
    }

    .ab_slider__visual img {
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media only screen and (max-width: 1499px) {
    .ab_slider__list {
        margin-left: -50px;
        width: calc(100% + 50px);
    }

    .ab_slider__list_item {
        width: 50%;
        padding-left: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ab_slider__list {
        margin-left: -25px;
        width: calc(100% + 25px);
    }

    .ab_slider__list_item {
        width: 50%;
        padding: 25px;
    }

    .ab_slider__list_p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .ab_slider__item {
        display: block;
    }

    .ab_slider__item_col {
        width: 100%;
    }

    .ab_slider__visual {
        position: static;
        width: 100%;
    }

    .ab_slider__visual img {
        position: static;
    }

    .ab_slider__list_item:nth-child(2):after {
        right: -10vw;
        width: 120vw;
    }
}

@media only screen and (max-width: 480px) {
    .ab_slider__list {
        margin: 0;
        width: 100%;
    }

    .ab_slider__list_item {
        width: 100%;
        padding: 25px 35px;
        border: none;
        border-top: 1px solid #2f3034;
    }

    .ab_slider__list_item:nth-child(2):after {
        display: none;
    }
}

@media only screen and (max-width: 424px) {
    .ab_slider {
        margin: 0 -10px;
    }
}

.ab_slider__arrows {
    width: 180px;
    height: 80px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #fff;
    z-index: 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.ab_slider__arrows > div {
    width: 22px;
    height: 36px;
    width: 50%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.ab_slider__arrow_prev {
    background: url(../img-new/arrow-left-red.png) no-repeat center;
}

@media only screen and (min-width: 992px) {
    .ab_slider__arrow_prev:hover {
        background-position: 40% center;
    }
}

.ab_slider__arrow_next {
    background: url(../img-new/arrow-right-red.png) no-repeat center;
}

@media only screen and (min-width: 992px) {
    .ab_slider__arrow_next:hover {
        background-position: 60% center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .about_benefits2 {
        overflow: visible;
    }

    .ab_slider__arrows {
        width: 100px;
        height: 50px;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }

    .ab_slider__arrows > div {
        width: 50px;
        height: 50px;
    }

    .ab_slider__arrow_prev {
        background: url(../img-new/arl.png) no-repeat center;
    }

    .ab_slider__arrow_next {
        background: url(../img-new/arr.png) no-repeat center;
    }
}

@media only screen and (max-width: 480px) {
    .about_benefits2 {
        overflow: visible;
    }

    .ab_slider__arrows {
        width: 100px;
        height: 50px;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }

    .ab_slider__arrows > div {
        width: 50px;
        height: 50px;
    }

    .ab_slider__arrow_prev {
        background: url(../img-new/arl.png) no-repeat center;
    }

    .ab_slider__arrow_next {
        background: url(../img-new/arr.png) no-repeat center;
    }
}

.nums {
    padding: 115px 0 160px;
}

@media only screen and (max-width: 1800px) {
    .nums {
        padding-top: calc((100vw - 320px) / (1800 - 320) * (110 - 40) + 40px);
        padding-bottom: calc((100vw - 320px) / (1800 - 320) * (110 - 30) + 30px);
    }
}

.nums__title {
    text-align: center;
}

.nums__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nums__item {
    width: 33.33%;
    text-align: center;
}

.nums__item_wrap {
    width: 336px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.nums__num {
    font: 100 159px/160px Affect, sans-serif;
    color: #e11011;
    height: 200px;
}

.nums__p {
    margin: 0;
    padding: 0;
    color: #0d0e12;
    font-size: 18px;
    line-height: calc(25 / 18);
}

@media only screen and (max-width: 1399px) {
    .nums__num {
        font-size: 130px;
        height: 170px;
        line-height: 140px;
    }
}

@media only screen and (max-width: 1199px) {
    .nums__num {
        font-size: 120px;
        height: 140px;
        line-height: 120px;
    }

    .nums__p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .nums__num {
        font-size: 100px;
        height: 120px;
        line-height: 100px;
    }

    .nums__p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .nums__list {
        display: block;
    }

    .nums__item {
        padding: 0 0 35px;
        width: 100%;
    }

    .nums__p {
        font-size: 17px;
    }
}

@media only screen and (max-width: 575px) {
    .nums__num {
        font-size: 80px;
        height: 90px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 359px) {
    .nums__item_wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

.serts_revs__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.serts_revs__col {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 80px 0 84px;
}

@media only screen and (max-width: 1600px) {
    .serts_revs__col {
        padding-top: calc((100vw - 320px) / (1800 - 320) * (70 - 35) + 35px);
        padding-bottom: calc((100vw - 320px) / (1800 - 320) * (70 - 35) + 35px);
    }
}

.serts_revs__title {
    text-align: center;
    font: 32px Affect, sans-serif;
    color: #0f1014;
    padding-bottom: 36px;
}

@media only screen and (max-width: 1600px) {
    .serts_revs__title {
        font-size: calc((100vw - 320px) / (1800 - 320) * (32 - 22) + 22px);
    }
}

.sertslist__wrapperall {
    width: 400px;
    margin: 0 auto;
    position: relative;
}

.sertslist {
    overflow: hidden;
    width: 100%;
}

.sertslist__img {
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 24px;
}

.sertslist__img a {
    display: inline-block;
    max-height: 100%;
}

.sertslist__img img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
}

.sertslist__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #1a1b1f;
}

.sertslist__num {
    width: 52px;
    text-align: center;
    margin-right: 16px;
    font: 20px Affect, sans-serif;
}

.sertslist__text {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    font-size: 16px;
    padding: 5px 0;
}

.sertslist__arrows > div {
    position: absolute;
    width: 20px;
    height: 36px;
    top: 50%;
    -webkit-transform: translate(0, -42%);
    transform: translate(0, -42%);
    cursor: pointer;
}

.sertslist__arrows > div.swiper-button-disabled {
    opacity: 0.4;
}

.sertslist__arr_prev {
    background: url(../img-new/sert-prev.png) no-repeat;
    left: -64px;
}

.sertslist__arr_next {
    background: url(../img-new/sert-next.png) no-repeat;
    right: -64px;
}

.serts_revs__col--2 {
    background-color: #1a1b1f;
    position: relative;
}

.serts_revs__col--2:after {
    content: "";
    display: block;
    position: absolute;
    width: 50vw;
    height: 100%;
    top: 0;
    left: 100%;
    background-color: #1a1b1f;
}

.serts_revs__title--white {
    color: #fff;
}

.tellist__wrapperall {
    width: 543px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.tellist__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tellist__slide {
    width: 245px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 496px;
    position: relative;
    background: url(../img-new/tel.png) no-repeat;
    padding: 60px 13px 50px;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0;
}

.swiper-slide-active {
    z-index: 900;
}

.swiper-slide-active .tellist__slide {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-slide-prev .tellist__slide {
    opacity: 0.4;
}

.swiper-slide-next .tellist__slide {
    opacity: 0.4;
}

.tellist__slide_img {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../img-new/blank-square.png) no-repeat;
}

.tellist__slide_img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tellist__arrows > div {
    position: absolute;
    z-index: 12;
    width: 20px;
    height: 36px;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.tellist__arrows > div.swiper-button-disabled {
    opacity: 0.4;
}

.tellist__arr_prev {
    background: url(../img-new/tel-prev.png) no-repeat;
    left: 24px;
}

.tellist__arr_next {
    background: url(../img-new/tel-next.png) no-repeat;
    right: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 1299px) {
    .sertslist__wrapperall {
        width: 360px;
    }

    .sertslist__arr_prev {
        left: -50px;
    }

    .sertslist__arr_next {
        right: -50px;
    }

    .sertslist__img {
        height: 310px;
    }

    .tellist__slide {
        height: 420px;
        width: 207px;
        background-size: 100% 100%;
        padding: 53px 12px 42px;
    }

    .serts_revs__col--2 {
        width: calc(50% + 30px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .sertslist__wrapperall {
        width: 320px;
    }

    .sertslist__img {
        height: 280px;
    }

    .tellist__slide {
        height: 350px;
        width: 173px;
        background-size: 100% 100%;
        padding: 44px 10px 35px;
    }

    .sertslist__text {
        font-size: 14px;
        padding: 6px 0;
    }

    .sertslist__arrows > div {
        -webkit-transform: translate(0, -72%);
        transform: translate(0, -72%);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sertslist__wrapperall {
        left: -10px;
    }

    .sertslist__wrapperall {
        width: 280px;
    }

    .sertslist__arr_prev {
        left: -30px;
    }

    .sertslist__arr_next {
        right: -30px;
    }

    .sertslist__img {
        height: 240px;
    }

    .serts_revs__col--2 {
        width: calc(50% + 20px);
    }

    .sertslist__arrows > div {
        -webkit-transform: translate(0, -85%);
        transform: translate(0, -85%);
    }
}

@media only screen and (max-width: 767px) {
    .nums {
        padding-bottom: 5px;
    }

    .serts_revs__row {
        display: block;
    }

    .serts_revs__col {
        width: 100%;
    }

    /* .sertslist__slide,
	.sertslist__wrapper,
	.sertslist__img {
		height: auto;
	} */
    .sertslist__img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto;
    }

    .sertslist__arrows > div {
        -webkit-transform: translate(0, -54px);
        transform: translate(0, -54px);
    }

    .serts_revs__col--2 {
        margin: 0 -15px;
        width: auto;
    }

    .serts_revs__col--2:after {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .sertslist__arr_prev {
        left: -34px;
    }

    .sertslist__arr_next {
        right: -34px;
    }
}

@media only screen and (max-width: 479px) {
    .sertslist__wrapperall {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }

    .sertslist__arr_prev {
        left: -3px;
    }

    .sertslist__arr_next {
        right: -3px;
    }

    .sertslist__img {
        margin-bottom: 12px;
    }

    .tellist__slide {
        height: 420px;
        width: 207px;
        background-size: 100% 100%;
        padding: 53px 12px 41px;
    }
}

@media only screen and (max-width: 424px) {
    .serts_revs__col--2 {
        margin: 0 -10px;
    }
}

@media only screen and (max-width: 375px) {
    .tellist__slide {
        height: 396px;
        width: 195px;
        padding: 50px 11px 40px;
    }

    .sertslist__img {
        margin-bottom: 5px;
    }

    .sertslist__content {
        display: block;
    }

    .sertslist__num {
        margin: 0 0 5px auto;
    }

    .sertslist__text {
        padding: 0 0 5px;
        font-size: 14px;
    }
}

.nowrap {
    white-space: nowrap;
}

.prettymap_section {
    position: relative;
    color: #fff;
}

.prettymap__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
    padding: 54px 0;
    height: 758px;
}

.prettymap__contacts {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pmc__item {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 25px 0 15px;
}

.pmc__item:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 66px;
    background-color: #e11011;
    top: -4px;
    left: 0;
}

.pmc__item a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.pmc__item a:hover {
    color: #e11011;
}

.pmc__item:first-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 0;
}

.pmc__item:first-child:before {
    display: none;
}

.pmc__title {
    font: 18px Affect, sans-serif;
    margin: 0;
    padding: 0 0 6px;
}

.pmc__text {
    font-size: 16px;
    line-height: calc(24 / 16);
}

.prettymap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1399px) {
    .pmc__item {
        width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .pmc__text {
        font-size: 15px;
    }

    .prettymap__container {
        height: 680px;
    }
}

@media only screen and (max-width: 1199px) {
    .prettymap__container {
        height: 600px;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .pmc__item {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: auto;
    }

    .pmc__text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .prettymap__container {
        padding-bottom: 10px;
    }

    .prettymap__contacts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pmc__item {
        display: block;
        padding: 10px 20px !important;
        width: 33.33%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .pmc__item:before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .prettymap__contacts {
        margin: 0 -10px;
    }

    .pmc__item {
        padding: 10px !important;
    }

    .pmc__text {
        font-size: 13px;
    }
}

@media only screen and (max-width: 479px) {
    .prettymap {
        position: relative;
        height: 120vw;
    }

    .prettymap__container {
        height: auto;
        padding-bottom: 30px;
    }

    .prettymap__contacts {
        color: #1a1b1f;
    }

    .pmc__item {
        width: 50%;
    }
}

@media only screen and (max-width: 359px) {
    .pmc__text {
        font-size: 12px;
    }
}

.header__titlebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0 70px;
}

@media only screen and (max-width: 1800px) {
    .header__titlebox {
        padding-top: calc((100vw - 320px) / (1800 - 320) * (60 - 5) + 5px);
        padding-bottom: calc((100vw - 320px) / (1800 - 320) * (60 - 10) + 10px);
    }
}

.header__title {
    margin: 0;
    padding: 0 0 15px;
    color: #fff;
    text-transform: uppercase;
}

.header__titlebox_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
}

.header__titlebox_action {
    padding-left: 10px;
}

.icon__share {
    width: 25px;
    height: 27px;
    background: url(../img-new/share.png) no-repeat;
    cursor: pointer;
}

/* перенести в new-design.scss */
/* перенести в new-design.scss end */
.detail {
    padding: 56px 0 0;
}

@media only screen and (max-width: 1800px) {
    .detail {
        padding-top: calc((100vw - 320px) / (1800 - 320) * (56 - 40) + 40px);
    }
}

.detail__base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
}

.detail__basetext {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 28px;
}

.rating_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 18px 0 0;
}

.rating_list__item {
    margin-right: 5px;
    background: url(../img-new/star-red.png) no-repeat;
    width: 17px;
    height: 17px;
}

.rating_list__item--mute {
    background: url(../img-new/star-gray.png) no-repeat;
}

.rating__qty {
    font-size: 16px;
    color: #757575;
    padding-top: 2px;
}

.rating__qty span {
    display: inline-block;
    border-bottom: 1px dotted #bababa;
}

.sku {
    color: #0d0e12;
    font-size: 16px;
    padding-bottom: 25px;
}

.nd_descr {
    color: #757575;
    font-size: 16px;
    line-height: calc(24 / 16);
    padding-bottom: 60px;
}

.nd_descr p {
    padding-bottom: 15px;
}

.descr__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.descr__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    padding-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.descr__item:nth-child(even) {
    width: 40%;
}

.descr__icon {
    width: 49px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.descr__text {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    font-size: 16px;
    font-weight: 500;
}

.detail__visual {
    width: 720px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 3.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.gallery-thumbs {
    width: 132px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
}

.gallery-thumbs-slide {
    width: 132px;
    height: 132px;
    border: 1px solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.gallery-thumbs-slide img {
    max-width: 92%;
    max-height: 92%;
    display: block;
}

.gallery-top {
    border: 1px solid #eaeaea;
    margin-left: 15px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    overflow: hidden;
}

.gallery-top-slide a {
    display: block;
    height: 571px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-top-slide img {
    display: block;
    max-width: 92%;
    max-height: 92%;
}

@media only screen and (max-width: 1399px) {
    .detail__visual {
        width: 600px;
    }

    .gallery-thumbs {
        width: 100px;
    }

    .gallery-thumbs-slide {
        width: 100px;
        height: 100px;
    }

    .gallery-top-slide a {
        height: 480px;
    }

    .nd_descr {
        padding-bottom: 30px;
    }

    .nd_descr {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .descr__list {
        display: block;
    }

    .descr__item:nth-child(even),
    .descr__item {
        width: 100%;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .detail__visual {
        width: 500px;
    }
}

@media only screen and (max-width: 991px) {
    .detail__base {
        display: block;
        padding-bottom: 20px;
    }

    .detail__visual {
        width: 100%;
        margin: 0 0 30px;
    }
}

@media only screen and (max-width: 575px) {
    .detail {
        padding-top: 15px;
    }

    .detail__visual {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .gallery-top {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .gallery-thumbs {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }

    .gallery-top-slide a {
        height: 80vw;
    }

    .descr__text {
        font-size: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .descr__list {
        display: block;
    }

    .descr__item:nth-child(even),
    .descr__item {
        width: 100%;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .gallery-thumbs-slide {
        height: 81px;
    }

    .nd_descr {
        font-size: 14px;
    }
}

@media only screen and (max-width: 360px) {
    .gallery-thumbs-slide {
        height: 77px;
    }
}

@media only screen and (max-width: 330px) {
    .gallery-thumbs-slide {
        height: 67px;
    }
}

.detail__table {
    padding-bottom: 20px;
}

.detail__table .etb th,
.detail__table .etb td {
    padding: 5px 10px;
    text-align: center;
}

.detail__table .etb th:first-child,
.detail__table .etb td:first-child {
    text-align: center;
}

.detail__table .etb th:nth-child(2),
.detail__table .etb td:nth-child(2) {
    text-align: left;
}

.detail__table .etb th {
    background-color: #f6f6f6;
    font-size: 14px;
    font-weight: normal;
    color: #7e7e7e;
    height: 66px;
}

.detail__table .etb td {
    height: 100px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    font-weight: 500;
}

.detail__table .etb td:last-child {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
}

.detail__table .cdi-buy2,
.card-info-group .cdi-buy {
    border-radius: 0;
    width: 212px;
    max-width: 100%;
    height: auto;
    font: 500 16px/58px Affect, sans-serif;
    margin: 0;
    padding: 0 15px 0 5px;
    border: none;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    background-color: #e11011;
}

.detail__table .cdi-buy2:hover,
.card-info-group .cdi-buy:hover {
    background-color: #b80e0e;
    color: #fff;
}

.detail__table .cdi-buy2 span,
.card-info-group .cdi-buy span {
    position: relative;
    background: url(../img-new/cart-white.png) no-repeat left center;
    display: inline-block;
    line-height: 23px;
    height: 23px;
    padding-left: 37px;
}

@media only screen and (max-width: 1199px) {
    .detail__table .cdi-buy2 {
        width: 160px;
    }
}

.num__inputbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 114px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .num__inputbox {
        width: 100px;
    }
}

.minus {
    width: 20px;
    height: 20px;
    background: url(../img-new/minus.png) no-repeat center;
    cursor: pointer;
}

.num__input {
    border: 1px solid #c0c0c0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #fff;
    width: 47px;
    height: 59px;
    font-size: 16px;
    line-height: 57px;
}

@media only screen and (max-width: 1199px) {
    .num__input {
        width: 46px;
        height: 46px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 600px) {
    .num__input {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

.plus {
    width: 20px;
    height: 20px;
    background: url(../img-new/plus.png) no-repeat center;
    cursor: pointer;
}

.detail__table_arrows {
    width: 72px;
    margin: 0 0 10px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 2px;
    display: none;
}

.detail__table_arrow {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.detail__table_arrow--prev {
    background: url(../img-new/arl.png) no-repeat center;
}

.detail__table_arrow--next {
    background: url(../img-new/arr.png) no-repeat center;
}

.detail__table .ajax-items-codes {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}
@media only screen and (max-width: 991px) {
    .detail__table_arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .detail__table .etb {
        width: 1000px !important;
    }

    .detail__table .etb th {
        height: 56px;
    }

    .detail__table .etb td {
        height: 64px;
    }
}

.detail_subbox {
    padding: 50px 0;
}

.detail_subbox__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.detail_subbox__col {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.detail_subbox__col--1 {
    padding-right: 15px;
}

.detail_tabs__selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.detail_tabs__select {
    text-align: center;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #3c3c3c;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    cursor: pointer;
    padding: 15px 28px;
}

.detail_tabs__select:hover {
    color: #e11011;
}

.detail_tabs__select:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
}

.detail_tabs__select span {
    color: #adadad;
    cursor: pointer;
}

.detail_tabs__select.active {
    color: #e11011;
}

.detail_tabs__select.active:after {
    background-color: #e11011;
}

.detail_tabs__content {
    position: relative;
}

.detail_tabs__item {
    padding: 37px 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.detail_tabs__item.active {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
}

.detail_tabs__descr {
    padding-bottom: 10px;
}

.detail_tabs__descr p {
    padding-bottom: 28px;
    color: #757575;
    font-size: 16px;
    line-height: calc(24 / 16);
    font-weight: 500;
}

.load {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.load__icon {
    width: 65px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-top: 5px;
}

.load__text {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.load__text p {
    color: #0d0e12;
    font-weight: 500;
    font-size: 16px;
    line-height: calc(24 / 16);
    padding-bottom: 4px;
}

.load__link a {
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    color: #e11011;
    font-weight: 500;
    font-size: 16px;
    line-height: calc(24 / 16);
    text-decoration: underline;
}

.load__link a:hover {
    color: #0d0e12;
}

.payment_shipping_info {
    margin-left: 6vw;
    padding-left: 6vw;
    position: relative;
}

.payment_shipping_info:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #dcdcdc;
    width: 1px;
    height: 248px;
    top: 10px;
    left: 0;
}

.psi__itemwrap {
    padding: 10px 0 34px;
}

.psi__title {
    color: #3c3c3c;
    font: bold 18px Affect, sans-serif;
    padding-bottom: 24px;
}

.psi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.psi__list--gray img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    opacity: 0.6;
}

.psi__list--gray li:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.psi__item {
    list-style: none;
    margin: 0 24px 20px 0;
    position: relative;
}

.psi__item:hover .psi__item_tip {
    opacity: 1;
    visibility: visible;
}

.psi__item_tip {
    position: absolute;
    bottom: 100%;
    right: 0;
    color: #757575;
    font-size: 11px;
    width: 174px;
    background-color: #fff;
    -webkit-box-shadow: 0px 13px 59px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 13px 59px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 12px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 991px) {
    .psi__item_tip {
        right: auto;
        left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .psi__item_tip {
        display: none;
    }
}

.psi__item_tipwrap {
    position: relative;
    padding: 20px 17px;
}

.psi__item_tipwrap:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4.5px 0 4.5px;
    border-color: #fff transparent transparent transparent;
    top: 100%;
    right: 14px;
}

@media only screen and (max-width: 991px) {
    .psi__item_tipwrap:after {
        right: auto;
        left: 14px;
    }
}

.psi__more {
    font-size: 16px;
    font-weight: bold;
    margin-top: -10px;
}

.psi__more a {
    color: #e11011;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.psi__more a:hover {
    color: #0c0d11;
}

.tabs_reviews .nd_button {
    width: 222px;
    max-width: 100%;
    line-height: 50px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
    .tabs_reviews .nd_button {
        line-height: 40px;
        width: 180px;
    }
}

@media only screen and (max-width: 1399px) {
    .detail_subbox {
        padding: 35px 0;
    }

    .payment_shipping_info {
        margin-left: 20px;
    }

    .detail_tabs__descr p {
        font-size: 15px;
    }

    .psi__more {
        font-size: 15px;
    }

    .detail_tabs__item {
        padding: 25px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .detail_tabs__descr p {
        font-size: 14px;
    }

    .payment_shipping_info {
        padding-left: 40px;
    }

    .psi__item {
        margin: 0 10px 10px 0;
    }

    .psi__itemwrap {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .detail_subbox {
        padding: 25px 0;
    }

    .detail_subbox__row {
        display: block;
    }

    .detail_subbox__col {
        width: 100%;
    }

    .detail_subbox__col--1 {
        padding-right: 0;
    }

    .payment_shipping_info {
        padding: 30px 0;
        margin: 0;
    }

    .payment_shipping_info:before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .payment_shipping_info {
        padding: 20px 0 30px;
    }

    .psi__itemwrap {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .psi__more {
        font-size: 14px;
    }

    .detail_subbox {
        padding: 0;
    }
}

.g_thumbs__arr {
    width: 12px;
    height: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
}

.g_thumbs__arr.swiper-button-disabled {
    display: none;
}

@media only screen and (min-width: 576px) {
    .g_thumbs__arr {
        width: 100%;
        height: 22px;
        left: 0;
        right: auto;
        top: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .g_thumbs__arr.swiper-button-disabled {
        opacity: 0.4;
    }
}

.g_thumbs__arr_prev {
    background: url(../img-new/arrow-left-red.png) no-repeat;
    background-size: 100% 100%;
    left: -10px;
}

.g_thumbs__arr_next {
    background: url(../img-new/arrow-right-red.png) no-repeat;
    background-size: 100% 100%;
    right: -10px;
}

@media only screen and (min-width: 576px) {
    .g_thumbs__arr_prev {
        top: 0;
        left: 0;
        display: block !important;
        background: #fff url(../img-new/arrow-up-red.png) no-repeat center;
    }

    .g_thumbs__arr_next {
        bottom: 0;
        display: block !important;
        background: #fff url(../img-new/arrow-down-red.png) no-repeat center;
    }

    .gallery-thumbs {
        height: 505px;
        margin-top: -30px;
        padding-top: 30px;
        padding-bottom: 30px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 1400px) {
    .gallery-thumbs {
        height: 633px;
    }
}

.we_help {
    padding: 10px 0 30px;
}

.we_help__list {
    margin: 0 -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.we_help__item {
    margin: 0 12px 24px;
    width: calc(33% - 24px);
}

.we_help__link {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}

.we_help__link:hover .icon-arrow-more-white {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

.we_help__link:hover .we_help__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.we_help__img img {
    display: block;
    -webkit-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}

.we_help__content {
    position: absolute;
    height: 100%;
    padding: 90px 0 0 66px;
    left: 0;
    top: 0;
}

.we_help__title {
    font: 32px Affect, sans-serif;
    margin: 0;
    padding: 0;
    height: 126px;
}

.icon-arrow-more-white {
    background: url(../img-new/arrow-more-white.png) no-repeat;
    width: 52px;
    height: 19px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.we_help__base_title {
    padding-bottom: 60px;
}

@media only screen and (max-width: 1599px) {
    .we_help__base_title {
        padding-bottom: 45px;
    }

    .we_help__content {
        padding-top: 4.5vw;
        padding-left: 3vw;
    }
}

@media only screen and (max-width: 1399px) {
    .we_help__title {
        font-size: 28px;
        height: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .we_help__list {
        margin: 0 -10px;
    }

    .we_help__item {
        margin: 0 5px 10px;
        width: calc(33% - 10px);
    }

    .we_help__title {
        font-size: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .we_help__title {
        font-size: 22px;
        height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .we_help__base_title {
        padding-bottom: 25px;
    }

    .we_help__list {
        width: 464px;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

    .we_help__item {
        width: 100%;
        margin: 0 0 20px;
    }

    .we_help__content {
        padding: 90px 0 0 66px;
    }

    .we_help__title {
        font: 32px Affect, sans-serif;
        height: 126px;
    }
}

@media only screen and (max-width: 479px) {
    .we_help__content {
        padding-top: 16vw;
        padding-left: 13vw;
    }

    .we_help__title {
        font-size: 28px;
        height: 26vw;
    }

    .we_help__item {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 360px) {
    .we_help__content {
        padding-left: 11vw;
    }

    .we_help__title {
        font-size: 26px;
    }
}

.icon-truck {
    background: url(../img-new/truck.png) no-repeat;
    width: 27px;
    height: 18px;
}

.icon-money {
    background: url(../img-new/money.png) no-repeat;
    width: 29px;
    height: 21px;
}

.icon-recycled {
    background: url(../img-new/recycled.png) no-repeat;
    width: 30px;
    height: 28px;
}

.shipping_payment_page {
    padding: 78px 0 10px;
}

@media only screen and (max-width: 1800px) {
    .shipping_payment_page {
        padding-top: calc((100vw - 320px) / (1800 - 320) * (78 - 35) + 35px);
    }
}

.spp__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.spp__col {
    width: 395px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.spp__title {
    font: 28px Affect, sans-serif;
    color: #363636;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.spp__title .icon {
    margin-right: 11px;
}

.spp__tabset {
    padding: 12px 0;
    position: relative;
    margin-bottom: 100px;
}

.spp__tabset::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #c9c9c9;
}

.spp__tabset_item {
    font: 20px/29px Affect, sans-serif;
    margin-bottom: 19px;
    color: #363636;
    padding: 0 10px 0 44px;
    position: relative;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    cursor: pointer;
}

.spp__tabset_item.active {
    color: #e11011;
}

.spp__tabset_item.active:before {
    background-color: #e11011;
}

.spp__tabset_item:hover {
    color: #e11011;
}

.spp__tabset_item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.spp__content {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 18px 0 40px;
}

.spp__decor {
    width: 66px;
    height: 2px;
    background-color: #e11011;
    margin-bottom: 55px;
}

.spp__tabs {
    position: relative;
}

.spp__tab {
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    position: absolute;
}

.spp__tab.active {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-out 0.4s;
    transition: all 0.2s ease-out 0.4s;
}

.spp__tab p {
    color: #757575;
    font-size: 16px;
    line-height: calc(24 / 16);
    padding-bottom: 20px;
}

@media only screen and (max-width: 1399px) {
    .spp__col {
        width: 320px;
    }

    .spp__title {
        padding-bottom: 30px;
        font-size: 25px;
    }

    .spp__content {
        padding-bottom: 25px;
    }

    .spp__tabset_item {
        font: 18px/28px Affect, sans-serif;
        padding-left: 34px;
    }

    .spp__tab p {
        font-size: 15px;
        padding-bottom: 16px;
    }

    .spp__decor {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .spp__col {
        width: 290px;
    }

    .spp__tabset_item {
        padding-left: 28px;
    }

    .spp__decor {
        margin-bottom: 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .spp__col {
        width: 250px;
    }

    .spp__tabset_item {
        padding-left: 15px;
        font-size: 16px;
    }

    .spp__decor {
        margin-bottom: 24px;
    }

    .spp__tab p {
        font-size: 14px;
    }

    .spp__title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .spp__row {
        display: block;
    }

    .spp__tabset {
        width: 100%;
        padding: 5px 0;
        margin-bottom: 0;
    }

    .spp__tabset_item {
        margin: 0;
    }

    .spp__content {
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }

    .spp__decor {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
    }

    .spp__row:last-child .spp__content {
        margin-bottom: 10px;
    }

    .spp__row:last-child .spp__decor {
        display: none;
    }
}

.cart_page {
    padding: 78px 0 20px;
}

@media only screen and (max-width: 1800px) {
    .cart_page {
        padding-top: calc((100vw - 320px) / (1800 - 320) * (78 - 35) + 35px);
    }
}

.cart_page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 52px;
}

@media only screen and (max-width: 1800px) {
    .cart_page__header {
        padding-bottom: calc((100vw - 320px) / (1800 - 320) * (52 - 18) + 18px);
    }
}

.cph__item {
    padding-right: 13px;
    color: #363636;
    opacity: 0.5;
    padding-left: 23px;
}

.cph__item.active {
    opacity: 1;
}

.cph__item:first-child {
    padding-left: 0;
}

.cph__title {
    padding-right: 10px;
    font: 28px Affect, sans-serif;
    padding-bottom: 8px;
}

@media only screen and (max-width: 479px) {
    .cph__title {
        font-size: 25px;
    }
}

.cph__text {
    padding-right: 5px;
    font-size: 14px;
}

@media only screen and (max-width: 479px) {
    .cph__text {
        font-size: 13px;
    }
}

.cph__separ {
    width: 83px;
    height: 2px;
    background-color: #b6b6b7;
    margin-top: 20px;
}

@media only screen and (max-width: 479px) {
    .cph__separ {
        width: 25px;
        margin-top: 16px;
    }
}

.cart_page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart_page__items {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding-bottom: 10px;
}

.cart_page__items .detail__table .etb th,
.cart_page__items .detail__table .etb td {
    display: table-cell;
}

.cart_page__items .detail__table .etb td:nth-child(1) {
    min-width: 120px;
}

.cart_page__items .detail__table .etb td:last-child {
    text-align: center;
    width: 96px;
}

.cart_page__items .detail__table .etb td:nth-child(2) {
    padding-right: 3vw;
}

.icon-remove {
    background: url(../img-new/remove.png) no-repeat;
    width: 19px;
    height: 19px;
}

.detail__table .icon-remove {
    cursor: pointer;
}

.cart_page__informer {
    width: 460px;
    margin: 0 0 10px 30px;
}

@media only screen and (max-width: 1399px) {
    .cart_page__informer {
        margin-left: 17px;
    }
}

.cart_page__informerbox {
    min-height: 366px;
    padding: 25px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f6f6f6;
    margin-bottom: 20px;
}

.cart_page__informer_content {
    width: 313px;
    max-width: 100%;
}

.table_cartinfo {
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    color: #0d0e12;
    margin-bottom: 34px;
}

.table_cartinfo th,
.table_cartinfo td {
    margin: 0;
    display: table-cell;
}

.table_cartinfo th:first-child,
.table_cartinfo td:first-child {
    text-align: left;
}

.table_cartinfo th:last-child,
.table_cartinfo td:last-child {
    text-align: right;
}

.table_cartinfo th {
    font: 24px Affect, sans-serif;
    padding: 10px 0 30px;
    text-transform: uppercase;
}

.table_cartinfo td {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
}

.cart_page__informer_button .nd_button {
    width: 100%;
    line-height: 59px;
    padding: 0 10px;
}

.cart_page__items .pagination {
    padding-top: 16px;
}

.cart_img {
    max-height: 60px;
}

@media only screen and (max-width: 1399px) {
    .cart_page__informer {
        width: 400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart_page__informer {
        width: 340px;
    }
}

@media only screen and (max-width: 991px) {
    .cart_page__content {
        display: block;
    }

    .cart_page__informer {
        width: 100%;
        margin-left: 0;
    }

    .cart_page__informerbox {
        width: 466px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .cart_page__items .detail__table .etb {
        width: 100% !important;
    }

    .cart_page__items .detail__table_arrows {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .cart_page__items .detail__table .etb {
        width: 750px !important;
        min-width: 100%;
    }

    .cart_page__items .detail__table_arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 600px) {
    .cart_page__items .detail__table .etb td:nth-child(1) {
        min-width: 90px;
    }

    .cart_img {
        max-height: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .cart_page__informerbox {
        min-height: 9px;
        margin-bottom: 0;
    }

    .cart_page {
        padding-bottom: 0;
    }

    .cart_page__informer {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 424px) {
    .cart_page__informerbox {
        width: auto;
        max-width: 999%;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.cart_page__informer_content2 {
    width: 384px;
    max-width: 100%;
}

.cart_page__informer_content2 .table_cartinfo {
    margin-bottom: 10px;
}

.cart_page__informer_content2 .table_cartinfo th {
    padding-top: 0;
    padding-bottom: 20px;
}

.table_collapse_box {
    padding-bottom: 28px;
}

.table_collapse_box.content_visible tr.hidden {
    max-height: 320px;
    display: table-row;
}

.table_collapse_box.content_visible .table_open_link {
    display: none;
}

.table_cartinfo2 {
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    color: #0d0e12;
    margin-bottom: 15px;
}

.table_cartinfo2 tr {
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.table_cartinfo2 tr.hidden {
    display: none;
}

.table_cartinfo2 th,
.table_cartinfo2 td {
    margin: 0;
    display: table-cell;
    border-bottom: 1px solid #bfbfbf;
    padding: 15px 0;
}

.table_cartinfo2 th:first-child,
.table_cartinfo2 td:first-child {
    width: 70%;
}

.table_cartinfo2 th:last-child,
.table_cartinfo2 td:last-child {
    width: 30%;
}

.table_cartinfo2 th {
    font-size: 14px;
    text-align: left;
}

.table_cartinfo2 td {
    font-size: 14px;
    color: #66686e;
    vertical-align: middle;
}

.table_cartinfo2 td:first-child {
    padding-right: 3vw;
}

.table_cartinfo2 td:last-child {
    font-weight: 500;
    color: #0d0e12;
    line-height: 1.5;
}

.icon_more_down {
    width: 10px;
    height: 6px;
    background: url(../img-new/arrow-select-red.png) no-repeat;
    margin-left: 3px;
}

.table_open_link {
    color: #e11011;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.checkout_page__items {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding-bottom: 10px;
}

.checkout_page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 34px;
}

.checkout_page__header_num {
    background-color: #e11011;
    width: 53px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #fff;
    text-align: center;
    font: 18px/53px Affect, sans-serif;
}

.checkout_page__header_title {
    color: #363636;
    font: 28px/34px Affect, sans-serif;
    text-transform: uppercase;
    position: relative;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding-bottom: 5px;
}

.checkout_page__header_title:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #b7b7b7;
}

.checkout_page__header_title span {
    display: inline-block;
    background-color: #fff;
    padding: 0 25px 0 29px;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 1399px) {
    .checkout_page__header_title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1199px) {
    .checkout_page__header {
        margin-bottom: 30px;
    }

    .checkout_page__header_title span {
        padding: 0 18px;
    }
}

@media only screen and (max-width: 991px) {
    .checkout_page__header_num {
        width: 44px;
        line-height: 40px;
        padding-bottom: 4px;
    }
}

@media only screen and (max-width: 575px) {
    .checkout_page__header {
        margin-bottom: 25px;
    }

    .checkout_page__header_title:before {
        display: none;
    }
}

@media only screen and (max-width: 425px) {
    .checkout_page__header_title {
        line-height: 26px;
    }
}

@media only screen and (max-width: 374px) {
    .checkout_page__header_title {
        font-size: 23px;
    }
}

.methods__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding-bottom: 48px;
}

@media only screen and (max-width: 1599px) {
    .methods__list {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .methods__list {
        padding-bottom: 30px;
    }
}

.methods__item {
    width: 50%;
    padding: 0 8px 16px;
}

.methods__item input[type="checkbox"],
.methods__item input[type="radio"] {
    display: none;
}

.methods__wrap {
    display: block;
    height: 100%;
    border: 1px solid #ccc;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    cursor: pointer;
    padding: 35px 30px 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 145px;
}

.methods__col1 {
    width: 41px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
}

.psevdo_radio {
    width: 21px;
    height: 21px;
    display: block;
    border: 1px solid #e11011;
    border-radius: 50%;
    position: relative;
}

.psevdo_radio:after {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    left: 4px;
    top: 4px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.methods__col2 {
    display: block;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding-right: 20px;
    padding-top: 1px;
}

.methods__title {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #363636;
    padding-bottom: 11px;
}

.methods__informer {
    display: block;
    opacity: 0.6;
    color: #363636;
    font-size: 15px;
    padding-bottom: 15px;
}

.methods__col3 {
    padding-top: 1px;
    display: block;
    font-weight: bold;
    font-size: 15px;
    color: #363636;
    white-space: nowrap;
}

input:checked + .methods__wrap {
    border-color: #e11011;
}

input:checked + .methods__wrap .psevdo_radio:after {
    background-color: #e11011;
}

@media only screen and (min-width: 992px) {
    .checkout_page__items + .cart_page__informer {
        padding-top: 26px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .methods__wrap {
        padding: 26px 20px 20px;
        min-height: 100px;
    }

    .methods__col1 {
        width: 36px;
    }

    .methods__col2 {
        padding-right: 10px;
    }

    .methods__informer {
        font-size: 13px;
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .methods__wrap {
        padding: 26px 15px 20px;
    }

    .methods__col3,
    .methods__title {
        font-size: 13px;
    }

    .methods__informer {
        margin-left: -34px;
        margin-right: -34px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .methods__wrap {
        padding: 26px 20px 20px;
        min-height: 100px;
    }

    .methods__col1 {
        width: 36px;
    }

    .methods__col2 {
        padding-right: 10px;
    }

    .methods__informer {
        font-size: 14px;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .methods__list {
        display: block;
        margin: 0;
    }

    .methods__item {
        width: 100%;
        padding: 0 0 15px;
    }

    .methods__wrap {
        min-height: 102px;
    }
}

@media only screen and (max-width: 425px) {
    .methods__wrap {
        padding: 26px 15px 20px;
    }

    .methods__col3,
    .methods__title {
        font-size: 15px;
    }

    .methods__informer {
        margin-left: -40px;
        margin-right: -40px;
        font-size: 14px;
        padding-top: 1px;
        padding-bottom: 6px;
    }
}

@media only screen and (max-width: 374px) {
    .methods__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .methods__col3 {
        width: 100%;
        padding-top: 7px;
    }
}

.prettyform {
    padding-bottom: 35px;
}

.prettyform__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prettyform__item {
    padding-bottom: 50px;
    margin-right: 40px;
    width: 224px;
    min-width: 224px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.prettyform__item:last-child {
    margin-right: 0;
}

.prettyform__item .rem {
    color: #bebebe;
    font-size: 17px;
    padding-top: 8px;
}

.pretty_input {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid transparent;
    border-bottom-color: #0d0e12;
    font-weight: 500;
    font-size: 18px;
    line-height: 50px;
    color: #5a5a5a;
    padding: 0 22px;
}

textarea.pretty_input {
    resize: none;
    overflow: auto;
    line-height: 1.3;
    height: 114px;
}

.fx2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.fx3 {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.fx4 {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
}

.fx5 {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
}

.fxFull {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.methods__wrap--83 {
    min-height: 83px;
    padding-top: 30px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 1399px) {
    .prettyform,
    .prettyform__item {
        padding-bottom: 32px;
    }
}

@media only screen and (min-width: 929px) and (max-width: 1199px) {
    .pretty_input {
        padding: 0 15px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .prettyform__row {
        display: block;
    }

    .prettyform__item {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .prettyform__item .rem {
        padding-top: 0;
        margin-top: -10px;
        font-size: 15px;
    }

    .prettyform__item .rem br {
        display: none;
    }

    .prettyform__item--empty {
        display: none;
    }

    .methods__list {
        padding-bottom: 20px;
    }

    .prettyform__item {
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 425px) {
    .pretty_input {
        padding: 0 15px;
        font-size: 16px;
    }
}

.methods__wrap--payment {
    display: block;
}

.methods__icon {
    position: relative;
    height: 43px;
    display: block;
}

.methods__icon img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.methods__icon .img__on {
    opacity: 0;
}

input:checked + .methods__wrap .img__on {
    opacity: 1;
}

input:checked + .methods__wrap .img__off {
    opacity: 0;
}

.methods__text {
    font-size: 16px;
    font-weight: 500;
    color: #363636;
}

.cart_page__informer_rem {
    text-align: center;
    padding: 18px 0 10px;
    color: #66686e;
    font-size: 12px;
}

.cart_page__informer_rem a {
    text-decoration: underline;
    color: #66686e;
}

.nd_quest {
    border: 1px solid #0d0e12;
    margin-bottom: 20px;
    padding: 32px 66px;
}

.nd_quest__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
}

.nd_quest__icon {
    width: 80px;
}

.icon_quest {
    background: url(../img-new/icon_quest.png) no-repeat;
    width: 56px;
    height: 56px;
}

.nd_quest__header_text {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.nd_quest__tel {
    font: 300 25px/34px Affect, sans-serif;
}

.nd_quest__tel a {
    text-decoration: none;
    color: #0d0e12;
}

.nd_quest__schedule {
    font-size: 14px;
    line-height: 21px;
    opacity: 0.5;
    color: #0d0e12;
}

.nd_quest__content {
    color: #0d0e12;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    padding-bottom: 12px;
}

@media only screen and (min-width: 1400px) {
    .cart_page__informerbox {
        margin-bottom: 27px;
    }
}

@media only screen and (max-width: 1399px) {
    .nd_quest {
        padding: 32px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nd_quest {
        padding: 25px;
    }

    .nd_quest__icon {
        width: 65px;
    }
}

@media only screen and (max-width: 991px) {
    .nd_quest {
        width: 466px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 479px) {
    .nd_quest {
        display: none;
    }

    .nd_header--empty .header__titlebox {
        padding: 5px 0 10px;
    }
}

@media only screen and (min-width: 992px) {
    .sticky {
        position: fixed;
        z-index: 101;
    }

    .stop {
        position: relative;
        z-index: 101;
        padding-bottom: 74px !important;
    }
}

.prettymap--after_header {
    margin-top: -190px;
}

.prettymap--after_header:after {
    content: "";
    display: block;
    position: absolute;
    height: 180px;
    width: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0) 100%);
}

.nd_header--contacts .wrapper {
    position: relative;
    z-index: 4;
}

@media only screen and (max-width: 479px) {
    .prettymap--after_header {
        margin-top: -50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .prettymap--after_header:after {
        height: 120px;
    }

    .prettymap--after_header .wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .prettymap--after_header .prettymap__container {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        color: #fff;
        background-color: #0d0e12;
    }

    .prettymap--after_header .prettymap__contacts {
        color: #fff;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 424px) {
    .prettymap--after_header .prettymap__container {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 375px) {
    .prettymap--after_header .prettymap__container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .prettymap--after_header .pmc__item {
        width: 100%;
        border-bottom: 1px solid #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }

    .prettymap--after_header .pmc__item:last-child {
        border-bottom: none;
    }

    .prettymap--after_header .pmc__fix {
        width: 170px;
    }
}

.pmc__item .chatbox {
    padding-top: 6px;
    padding-bottom: 3px;
}

.nd_contactbox {
    max-width: 790px;
}

.reqs {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    margin: 0;
    padding: 0 0 10px;
}

.reqs__item {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    list-style: none;
    font-size: 16px;
    line-height: 18px;
    color: #757575;
    padding: 9px 0;
}

.cntcts_page {
    padding-bottom: 60px;
}

.cntcts_page .spp__content {
    padding-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reqs {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0;
    }

    .reqs__item {
        padding-bottom: 4px;
    }
}

@media only screen and (max-width: 767px) {
    .reqs__item {
        padding: 0 0 8px;
        font-size: 13px;
    }

    .cntcts_page .spp__content {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .reqs {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0;
    }

    .reqs__item {
        font-size: 14px;
    }
}

.go__tabset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 35px;
}

.goimg {
    width: 36px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.goimg img {
    display: block;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.goimg .img_on {
    opacity: 0;
}

.go__tabset_item {
    padding: 7px 7px 16px;
    color: #3c3c3c;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    cursor: pointer;
    margin-right: 58px;
}

.go__tabset_item:last-child {
    margin-right: 0;
}

.go__tabset_item.active {
    color: #e11011;
    border-color: #e11011;
}

.go__tabset_item.active .img_on {
    opacity: 1;
}

.go__tabset_item.active .img_off {
    opacity: 0;
}

.go__tabset_item:hover {
    color: #e11011;
}

.nd_gallery {
    margin: 0;
    padding: 10px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nd_gallery__item {
    list-style: none;
    margin: 0 3vw -3vw 0;
}

.nd_gallery__item img {
    display: block;
}

.nd_gallery__item:last-child {
    margin-right: 0;
}

.consultform_contactspage {
    background: url(../img-new/consultform_contactspage.jpg) no-repeat center;
    background-size: cover;
}

.consultform__intro .consultform__h3 {
    padding-bottom: 95px;
}

.consultform__intro .consultform__content {
    margin-left: 115px;
}

.consultform__logo {
    margin-left: -35px;
}

.consultform_contactspage .consultform__col--1 {
    background-color: #c50102;
    -webkit-box-shadow: 30vw 0 0 0 #c50102;
    box-shadow: 30vw 0 0 0 #c50102;
    position: relative;
}

.consultform_contactspage .consultform__col--1:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 46px 26px 0;
    border-color: transparent #c50102 transparent transparent;
    top: 116px;
    right: 100%;
}

.consultform_contactspage .consultform__col--1 .consultform__h3 {
    display: none;
}

.consultform_contactspage .form-input:-moz-placeholder {
    color: #fff;
}

.consultform_contactspage .form-input::-moz-placeholder {
    color: #fff;
}

.consultform_contactspage .form-input:-ms-input-placeholder {
    color: #fff;
}

.consultform_contactspage .form-input::-webkit-input-placeholder {
    color: #fff;
}

.consultform_contactspage .nd_button {
    background-color: #fff;
    color: #e11011;
}

@media only screen and (max-width: 1599px) {
    .consultform__intro .consultform__content {
        margin-left: 35px;
    }
}

@media only screen and (max-width: 1399px) {
    .consultform__intro .consultform__content {
        margin-left: 0;
        width: 100%;
        padding-right: 40px;
    }

    .consultform__logo {
        margin-left: 0;
    }

    .consultform_contactspage .consultform__col--2 {
        width: 45%;
    }

    .consultform_contactspage .consultform__col--1 {
        padding-left: 40px;
        width: 55%;
    }
}

@media only screen and (max-width: 1199px) {
    .consultform_contactspage .consultform__col--2 {
        width: 45%;
    }

    .consultform_contactspage .consultform__col--1 {
        padding-left: 40px;
        width: 55%;
    }
}

@media only screen and (max-width: 991px) {
    .consultform__intro .consultform__content {
        padding-right: 20px;
    }

    .consultform_contactspage .consultform__col--1 {
        padding-left: 20px;
    }

    .consultform_contactspage .consultform__col--1:after {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .consultform_contactspage .consultform__col--1 .consultform__h3 {
        display: block;
    }

    .consultform_contactspage .consultform__col--1 {
        width: auto;
        -webkit-box-shadow: 0 0 0 0 #e11011;
        box-shadow: 0 0 0 0 #e11011;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .consultform_contactspage .consultform__col--1 .consultform__content {
        max-width: 100%;
        width: 490px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 479px) {
    .catsel-menu__wrap:hover .catsel-menu__submenu {
        padding: 10px;
    }

    .catsel-menu__submenu_item {
        font-size: 13px;
        line-height: 16px;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }
}

.header__tab_h3 {
    text-align: center;
    font: bold 26px Affect, sans-serif;
    padding: 45px 0 0;
}

.header__tab_h3 + .catsel-menu {
    padding-top: 5px;
}

@media only screen and (min-width: 1200px) {
    .header__tab .catsel-menu-item-text {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.header__tabselect--with_menu {
    position: relative;
    z-index: 88;
}

.header__tabselect--with_menu .header__tab {
    top: 100%;
    margin-top: 10px;
}

.header__tabselect--with_menu .header__tab__close {
    position: absolute;
    right: 8px;
    top: -15px;
}

.header__tabselectsubmenu {
    margin: 0;
    padding: 30px 0 15px;
}

.header__tabselectsubmenu li {
    list-style: none;
}

.header__tabselectsubmenu a {
    display: block;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 6px 30px 8px;
    font: 700 18px/1.5 Affect, sans-serif;
    text-decoration: none;
}

.header__tabselectsubmenu a:hover {
    color: #fff;
    background-color: #e11011;
}

@media only screen and (min-width: 993px) {
    .header__tabselect--with_menu {
        cursor: pointer;
    }

    .header__tabselect--with_menu a.header__tabselect_wrapper {
        pointer-events: none;
    }

    .header__tabselect--with_menu:hover a.header__tabselect_wrapper {
        background-color: #e11011;
    }
}

.no_arrow .nav1__link span:after {
    display: none;
}

.footer-menu .header-topline-menu > li {
    display: block;
}

/* 11.2021 */
@media (min-width: 992px) and (max-width: 1199px) {
    #method-2 .prettyform__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.header__breadcrumbs .breadcrumbs li a {
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.header__breadcrumbs .breadcrumbs li a:hover {
    opacity: 1;
    text-decoration: none;
}

.header__breadcrumbs .breadcrumbs li a:after {
    content: ">";
}

.header__breadcrumbs .breadcrumbs li span {
    color: #fff;
}

@media (min-width: 1100px) {
    .header__tabselect_wrapper {
        height: 120px;
    }

    .footer-col-2,
    .footer-col-3 {
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
        margin-top: 114px;
    }

    .footer-col,
    .footer-menu-col li {
        line-height: 1.5;
    }

    .footer-menu-col li {
        padding-bottom: 4px;
    }
}

@media (min-width: 768px) {
    .header__breadcrumbs {
        margin-top: 24px;
        padding: 20px 0;
        border-top: 2px solid rgba(255, 255, 255, 0.3);
    }

    .header__breadcrumbs .breadcrumbs {
        padding-bottom: 0;
    }
}

.lightMenu {
    margin: 0;
    padding: 25px 0 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1580px) {
    .lightMenu {
        padding-bottom: calc((100vw - 320px) / (1580 - 320) * (60 - 20) + 20px);
    }
}

.lightMenu__item {
    font: 16px "Affect", sans-serif;
}

.lightMenu__item--active .lightMenu__link {
    text-decoration: underline;
    color: #e11011;
}

.lightMenu__link {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.lightMenu__link:hover {
    color: #e11011;
}

@media (max-width: 991px) {
    .lightMenu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .lightMenu {
        padding-top: 18px;
    }

    .lightMenu__item {
        width: 33.33%;
        padding-bottom: 10px;
    }
}

@media (max-width: 479px) {
    .lightMenu__item {
        width: 50%;
    }
}

.typicalpage__title {
    font: 34px "Affect", sans-serif;
    padding-bottom: 64px;
}

@media (max-width: 1580px) {
    .typicalpage__title {
        font-size: calc((100vw - 320px) / (1580 - 320) * (34 - 28) + 28px);
        padding-bottom: calc((100vw - 320px) / (1580 - 320) * (60 - 28) + 28px);
    }
}

.bz_tabs {
    padding-bottom: 50px;
}

@media (max-width: 1580px) {
    .bz_tabs {
        padding-bottom: calc((100vw - 320px) / (1580 - 320) * (50 - 5) + 5px);
    }
}

.tabsnovSelect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 36px;
}

@media (min-width: 1500px) {
    .tabsnovSelect {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .tabsnovSelect {
        padding-bottom: 20px;
    }
}

.tabsnovSelect__item {
    background-color: #e7e7e7;
    border-left: 2px solid #f5f5f5;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    cursor: pointer;
    width: 25%;
}

.tabsnovSelect__item:hover {
    background-color: #f5f5f5;
}

.tabsnovSelect__item:hover span {
    color: #e11011;
}

.tabsnovSelect__item.active {
    background-color: #e11011;
}

.tabsnovSelect__item.active span {
    color: #fff;
}

.tabsnovSelect__item.active span i {
    background-color: #fff;
}

.tabsnovSelect__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 97px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 30px 10px 10px;
    color: #010101;
    font: 22px "Affect", sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

@media (max-width: 1580px) {
    .tabsnovSelect__item span {
        height: calc((100vw - 320px) / (1580 - 320) * (90 - 50) + 50px);
        font-size: calc((100vw - 320px) / (1580 - 320) * (22 - 16) + 16px);
    }
}

.tabsnovSelect__item span i {
    display: block;
    width: 31px;
    height: 2px;
    background-color: #e11011;
    margin-top: 2px;
    margin-right: 32px;
}

@media (max-width: 1580px) {
    .tabsnovSelect__item span i {
        margin-right: calc((100vw - 320px) / (1580 - 320) * (30 - 10) + 10px);
        width: calc((100vw - 320px) / (1580 - 320) * (30 - 15) + 15px);
    }
}

.tabsnovSelect__item--noTab {
    border: none;
    background-color: #f5f5f5;
    cursor: default;
}

.tabsnovSelect__item--noTab:hover span {
    color: #000;
}

@media (min-width: 768px) and (max-width: 991px) {
    .tabsnovSelect__item span {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .tabsnovSelect {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tabsnovSelect__item {
        width: auto;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }

    .tabsnovSelect__item--noTab {
        width: 100%;
        -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
        flex: none !important;
    }
}

@media (max-width: 575px) {
    .tabsnovSelect__item span {
        padding: 10px 5px;
    }

    .tabsnovSelect__item span i {
        display: none;
    }
}

@media (max-width: 359px) {
    .tabsnovSelect__item span {
        font-size: 14px;
    }
}

.typicalpage {
    /* h4 {
		font-size: 26px;
		@media (max-width: 1580px) {
			font-size: calc( (100vw - 320px)/(1580 - 320) * (26 - 22) + 22px)
		}
	} */
}

.typicalpage h2,
.typicalpage h3 {
    font-family: "Affect", sans-serif;
    font-weight: 400;
    padding-bottom: 25px;
}

@media (max-width: 1580px) {
    .typicalpage h2,
    .typicalpage h3 {
        padding-bottom: calc((100vw - 320px) / (1580 - 320) * (24 - 15) + 15px);
    }
}

.typicalpage h2 {
    font-size: 30px;
}

@media (max-width: 1580px) {
    .typicalpage h2 {
        font-size: calc((100vw - 320px) / (1580 - 320) * (31 - 25) + 25px);
    }
}

.typicalpage h3 {
    font-size: 28px;
}

@media (max-width: 1580px) {
    .typicalpage h3 {
        font-size: calc((100vw - 320px) / (1580 - 320) * (28 - 23) + 23px);
    }
}

.typicalpage p {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 20px;
}

@media (max-width: 1580px) {
    .typicalpage p {
        font-size: calc((100vw - 320px) / (1580 - 320) * (18 - 15) + 15px);
    }
}

.tabsnov__tabs {
    position: relative;
}

.tabsnov__tab {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-out 0s, opacity 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0s, opacity 0.3s ease-out 0.1s;
    opacity: 0;
    visibility: hidden;
}

.tabsnov__tab.active {
    -webkit-transition: all 0.3s ease-out 0s, opacity 0.3s ease-out 0.4s;
    transition: all 0.3s ease-out 0s, opacity 0.3s ease-out 0.4s;
    opacity: 1;
    visibility: visible;
    position: static;
}

.typicalpage .nd_seo .wrapper {
    padding-left: 0;
    padding-right: 0;
    min-width: 1px;
}

.typicalpage .nd_seo__title {
    font-size: 24px;
}

.typicalpage .nd_seo__text p {
    font-size: 16px;
}

@media (max-width: 479px) {
    .typicalpage .nd_seo__text p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .typicalpage .nd_seo__title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .typicalpage .nd_seo__title {
        font-size: 17px;
    }

    .typicalpage .nd_seo__text p {
        font-size: 14px;
    }
}

.tabsnov__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabsnov__menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.tabsnov__menu ul {
    margin: 0;
    padding: 30px 0 20px;
}

.tabsnov__menu li {
    list-style: none;
    font: 18px/1.5 "Affect", sans-serif;
}

.tabsnov__menu li a {
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.tabsnov__menu li a:hover {
    color: #e11011;
}

.tabsnov__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}

.tabsnov__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2px;
}

.tabsnov__gridItem {
    background-color: #f5f5f5;
    padding: 30px 40px;
}

.tabsnov__gridTitle {
    font: 22px/1.3 "Affect", sans-serif;
    padding-bottom: 34px;
}

.tabsnov__gridImg {
    height: 73px;
    margin-bottom: 26px;
}

.tabsnov__gridImg img {
    display: block;
    max-height: 100%;
}

.tabsnov__gridButton {
    padding-bottom: 15px;
}

.tabsnov__gridButton a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.tabsnov__gridButton a:hover {
    color: #e11011;
}

.tabsnov__gridButton i {
    display: block;
    background: url(../img-new/down-arrow@1X.png) no-repeat;
    width: 18px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 18px;
}

.tabsnov__gridButton span {
    display: block;
    font: 11px/1.7 "Affect", sans-serif;
    max-width: 164px;
}

@media (max-width: 1299px) {
    .tabsnov__gridItem {
        padding: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1149px) {
    .tabsnov__gridButton a {
        padding: 12px 15px;
    }

    .tabsnov__gridButton i {
        margin-right: 12px;
    }
}

@media (max-width: 991px) {
    .tabsnov__menu li {
        font-size: 16px;
    }

    .tabsnov__grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .tabsnov__flex {
        display: block;
    }

    .tabsnov__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media (max-width: 479px) {
    .bz_tabs {
        padding-bottom: 40px;
    }

    .tabsnov__content {
        width: calc(100% + 30px);
        overflow: hidden;
        overflow-x: auto;
        margin: 0 -15px;
        padding: 0 15px 20px;
    }

    .tabsnov__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .tabsnov__gridItem {
        width: 284px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding: 30px;
        border-right: 2px solid #fff;
    }

    .tabsnov__gridItem:last-child {
        border-width: 15px;
        width: 297px;
    }

    .tabsnov__gridButton {
        padding-bottom: 0;
    }
}

.faq__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 554fr 535fr;
    grid-template-columns: 554fr 535fr;
    gap: 50px;
}

@media (max-width: 991px) {
    .faq__grid {
        gap: 30px;
    }
}

.faq__col {
    padding-bottom: 17px;
}

@media (max-width: 991px) {
    .faq__col {
        padding-bottom: 0;
    }
}

.faq__img img {
    width: 100%;
    display: block;
}

.faq__text p {
    color: #363636;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: calc(20 / 14);
}

@media (min-width: 1400px) {
    .faq__text p {
        font-size: 18px;
    }
}

.faq__title {
    font: 700 22px/1.4 "Affect", sans-serif;
    padding-bottom: 24px;
}

@media (min-width: 1200px) {
    .faq__title {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .faq__title {
        margin-top: -8px;
    }
}

@media (max-width: 479px) {
    .faq__title {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .faq__grid {
        display: block;
    }

    .faq__img {
        padding-bottom: 20px;
    }

    .faq__img--small {
        padding-bottom: 0;
    }

    .faq__text {
        padding-bottom: 15px;
    }
}

.ol {
    margin: 0;
    padding: 0;
}

.ol li {
    list-style: none;
    font-size: 14px;
    line-height: calc(20 / 14);
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1400px) {
    .ol li {
        font-size: 18px;
    }
}

.ol__num {
    width: 51px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    color: #e11011;
}

.ol__num:after {
    content: "";
    display: block;
    position: absolute;
    right: 11px;
    top: 12px;
    width: 23px;
    height: 2px;
    background-color: #e11011;
}

@media (max-width: 1399px) {
    .ol__num {
        width: 40px;
    }

    .ol__num:after {
        width: 20px;
        top: 9px;
        right: 6px;
    }
}

.ol__text {
    color: #363636;
}

.newsList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-bottom: 70px;
}

@media (max-width: 1580px) {
    .newsList {
        padding-bottom: calc((100vw - 320px) / (1580 - 320) * (60 - 30) + 30px);
    }
}

.newsList__link {
    display: block;
    text-decoration: none;
}

.newsList__link:hover .newsList__title {
    color: #e11011;
}

.newsList__link:hover .newsList__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.newsList__img {
    position: relative;
    padding-bottom: 60%;
    margin-bottom: 14px;
    overflow: hidden;
}

.newsList__img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.newsList__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.newsList__date {
    color: #e11011;
    font-size: 16px;
    white-space: nowrap;
}

@media (min-width: 1400px) {
    .newsList__date {
        font-size: 18px;
    }
}

.newsList__date:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-color: #e4e4e4;
    width: 47px;
    height: 2px;
    margin: -2px 18px 0 15px;
}

.newsList__title {
    font: 16px/1.4 "Affect", sans-serif;
    color: #000;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

@media (min-width: 1400px) {
    .newsList__title {
        font-size: 18px;
    }
}

.newsGrid__wrapper,
.newsList__wrapper {
    padding-bottom: 50px;
}

@media (max-width: 1580px) {
    .newsGrid__wrapper,
    .newsList__wrapper {
        padding-bottom: calc((100vw - 320px) / (1580 - 320) * (50 - 20) + 20px);
    }
}

@media (max-width: 1199px) {
    .newsList {
        gap: 30px 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .newsList__date:after {
        width: 40px;
        margin: -2px 14px 0 12px;
    }
}

@media (max-width: 991px) {
    .newsList {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 411px) and (max-width: 767px) {
    .newsList {
        gap: 25px 15px;
    }

    .newsList__img {
        margin-bottom: 10px;
    }

    .newsList__date {
        font-size: 15px;
    }

    .newsList__date:after {
        width: 30px;
        margin: -2px 10px 0 8px;
    }

    .newsList__title {
        font-size: 14px;
    }
}

@media (min-width: 411px) and (max-width: 575px) {
    .newsList__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .newsList__date {
        font-size: 12px;
        text-align: right;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        padding-top: 5px;
    }

    .newsList__date:after {
        display: none;
    }
}

@media (max-width: 410px) {
    .newsList {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 360px) {
    .newsList__img {
        margin-bottom: 10px;
    }

    .newsList__date {
        font-size: 15px;
    }

    .newsList__date:after {
        width: 30px;
        margin: -2px 10px 0 8px;
    }

    .newsList__title {
        font-size: 14px;
    }
}

.pagination li {
    list-style: none;
}

.pagination li strong,
.pagination li span,
.pagination li a {
    border-radius: 0;
}

.pagination li a {
    color: #e11011;
}

.pagination li a:hover {
    color: #fff;
}

.newsGrid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding-bottom: 70px;
}

@media (max-width: 1580px) {
    .newsGrid {
        padding-bottom: calc((100vw - 320px) / (1580 - 320) * (60 - 30) + 30px);
    }
}

.newsGrid__item {
    border-top: 2px solid #e4e4e4;
    padding-top: 30px;
}

.newsGrid__item--big {
    grid-row: span 2;
    grid-column: span 2;
    padding-top: 0;
    padding-bottom: 30px;
}

.newsGrid__item--big .newsGrid__title {
    font-size: 20px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: block;
    /* autoprefixer: off */
    display: -webkit-box;
    -webkit-line-clamp: 33;
    -webkit-box-orient: vertical;
    max-height: 990 pxem;
    height: auto;
}

.newsGrid__link {
    display: block;
    text-decoration: none;
}

.newsGrid__link:hover .newsGrid__title {
    color: #e11011;
}

.newsGrid__link:hover .newsGrid__descr {
    color: #e11011;
    opacity: 0.8;
}

.newsGrid__link:hover .newsGrid__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.newsGrid__img {
    position: relative;
    padding-bottom: 60%;
    margin-bottom: 28px;
    overflow: hidden;
}

.newsGrid__img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.newsGrid__date {
    font-size: 13px;
    color: #e11011;
    padding-bottom: 25px;
    font: 15px/20px "Affect", sans-serif;
}

.newsGrid__title {
    color: #363636;
    font: 15px/20px "Affect", sans-serif;
    height: 60px;
    transition: all 0.2s ease-out 0s;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: block;
    /* autoprefixer: off */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 60 pxem;
}

.newsGrid__descr {
    color: #757575;
    font-size: 13px;
    line-height: 17px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: block;
    /* autoprefixer: off */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 51 pxem;
    transition: all 0.2s ease-out 0s;
}

.newsGrid__insert_mob,
.newsGrid__insert_pc {
    display: none;
}

@media (min-width: 1400px) {
    .newsGrid {
        gap: 30px 50px;
    }

    .newsGrid__date {
        font-size: 17px;
    }

    .newsGrid__title {
        font-size: 17px;
        line-height: 23px;
        height: 69px;
        overflow: hidden;
        text-overflow: -o-ellipsis-lastline;
        text-overflow: ellipsis;
        display: block;
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 69 pxem;
    }

    .newsGrid__item--big .newsGrid__title {
        font-size: 22px;
        line-height: 30px;
    }

    .newsGrid__descr {
        font-size: 15px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: -o-ellipsis-lastline;
        text-overflow: ellipsis;
        display: block;
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 60 pxem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .newsGrid {
        gap: 20px;
    }

    .newsGrid__date {
        padding-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .newsGrid {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .newsGrid__date {
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .newsGrid__big {
        padding-bottom: 20px;
    }

    .newsGrid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .newsGrid .newsGrid__item {
        width: 260px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-right: 15px;
        gap: 0;
    }

    .newsGrid__scroll {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 375px) {
    .newsGrid__img {
        margin-bottom: 20px;
    }
}

.newsItem {
    padding-bottom: 60px;
}

@media (max-width: 1580px) {
    .newsItem {
        padding-bottom: calc((100vw - 320px) / (1580 - 320) * (60 - 20) + 20px);
    }
}

.newsItem p {
    color: #363636;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: calc(20 / 14);
}

.newsItem__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.newsItem__img {
    margin-right: 50px;
    width: 556px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 36px;
    overflow: hidden;
    position: relative;
}

.newsItem__img img {
    display: block;
    /* object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0; */
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.newsItem__img:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.linelist {
    margin: 0;
    padding: 0 0 20px;
}

.linelist li {
    font-size: 14px;
    line-height: calc(20 / 14);
    position: relative;
    padding: 0 0 4px 50px;
    color: #363636;
}

.linelist li:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #e11011;
    top: 10px;
    left: 0;
}

@media (max-width: 575px) {
    .linelist li {
        padding-left: 30px;
    }

    .linelist li:before {
        width: 22px;
        height: 1px;
    }
}

@media (min-width: 1400px) {
    .linelist li,
    .newsItem p {
        font-size: 16px;
    }
}

@media (max-width: 1099px) {
    .newsItem__row {
        display: block;
    }

    .newsItem__img {
        margin-right: 30px;
        margin-bottom: 5px;
        width: 46%;
        float: left;
    }
}

@media (max-width: 991px) {
    .newsItem__img {
        margin-right: 15px;
    }
}

@media (max-width: 575px) {
    .newsItem__img {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
}

.videolist {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding-bottom: 40px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .videolist {
        gap: 15px;
    }
}

.videolist__item {
    height: 274px;
}

.videolist__item iframe {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 1399px) {
    .videolist {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .videolist__item {
        height: 24vw;
    }
}

@media (max-width: 991px) {
    .videolist {
        gap: 20px;
    }

    .videolist__item {
        height: 27vw;
    }
}

@media (max-width: 767px) {
    .videolist__scroll {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        margin-bottom: 35px;
    }

    .videolist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 20px;
        gap: 0;
    }

    .videolist__item {
        width: 260px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-right: 15px;
        height: 152px;
    }
}

.sharebox {
    padding: 20px 0 70px;
}

@media (max-width: 767px) {
    .sharebox {
        padding: 0 0 40px;
    }
}

.share__title {
    font: 26px/34px "Affect", sans-serif;
    padding-bottom: 12px;
}

@media (max-width: 767px) {
    .share__title {
        font-size: 23px;
        line-height: calc(31 / 23);
    }
}

.share__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.share__item {
    padding-right: 37px;
}

@media (max-width: 767px) {
    .share__item {
        padding-right: 25px;
    }
}

.share__link {
    text-decoration: none;
    cursor: pointer;
}

.reviewsIntro {
    background-color: #f5f5f5;
    padding: 20px 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 65px;
}

@media (max-width: 1580px) {
    .reviewsIntro {
        margin-bottom: calc((100vw - 320px) / (1580 - 320) * (65 - 35) + 35px);
    }
}

.starsbig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reviewsIntro__starsbig {
    margin-right: 100px;
}

@media (min-width: 1400px) {
    .reviewsIntro__starsbig {
        margin-right: 180px;
    }
}

.starsbig__item {
    padding-right: 19px;
    list-style: none;
}

.starsbig__item:last-child {
    padding-right: 0;
}

.starsbig__icon {
    width: 69px;
    height: 67px;
    background: url(../img-new/star_red_big.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}

@media (max-width: 767px) {
    .starsbig__icon {
        width: 32px;
        height: 32px;
        padding-right: 14px;
    }
}

.starsbig__icon--gray {
    background: url(../img-new/star_gray_big.png) no-repeat;
    background-size: 100% 100%;
}

.reviewsIntro__item {
    position: relative;
    padding: 15px 0;
}

.reviewsIntro__item:last-child:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 292px;
    height: 1px;
    background-color: #e4e4e4;
    max-width: 100%;
}

.reviewsIntro__item strong,
.reviewsIntro__item span {
    width: 386px;
    color: #010101;
    font: 22px/34px "Affect", sans-serif;
    display: inline-block;
}

.reviewsIntro__item strong {
    font-weight: 400;
    color: #000;
    font-size: 34px;
    width: auto;
}

@media (max-width: 1199px) {
    .reviewsIntro {
        padding: 10px 40px;
    }

    .reviewsIntro__starsbig {
        margin-right: 50px;
    }

    .reviewsIntro__item {
        padding: 10px 0;
    }

    .reviewsIntro__item span {
        width: auto;
        padding-right: 20px;
        font-size: 18px;
    }

    .reviewsIntro__item strong {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .reviewsIntro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 25px;
    }

    .reviewsIntro .starsbig__item {
        padding: 0 8px;
    }

    .reviewsIntro__starsbig {
        margin: 0 0 25px;
    }

    .reviewsIntro__item:last-child:before {
        width: 100%;
    }

    .reviewsIntro__item span {
        width: 360px;
    }
}

@media (max-width: 479px) {
    .reviewsIntro {
        padding: 25px 15px 15px;
    }

    .reviewsIntro__starsbig {
        margin-bottom: 15px;
    }

    .reviewsIntro__item {
        text-align: center;
    }

    .reviewsIntro__item span {
        width: auto;
    }
}

.reviews__form {
    padding-bottom: 70px;
}

@media (max-width: 1580px) {
    .reviews__form {
        padding-bottom: calc((100vw - 320px) / (1580 - 320) * (70 - 30) + 30px);
    }
}

.reviews__form .checkout_page__header {
    margin-bottom: 50px;
}

@media (max-width: 1580px) {
    .reviews__form .checkout_page__header {
        margin-bottom: calc((100vw - 320px) / (1580 - 320) * (50 - 32) + 32px);
    }
}

.reviews__form .checkout_page__header_num {
    position: relative;
    height: 53px;
}

@media (max-width: 991px) {
    .reviews__form .checkout_page__header_num {
        height: 44px;
    }
}

.reviews__form .checkout_page__header_num i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.reviews__form .prettyform__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reviews__form .prettyform__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    width: auto;
    min-width: 180px;
}

.reviews__form .prettyform__item.fxFull {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.reviews__form .prettyform__item--rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 244px;
    flex: 0 0 244px;
    width: auto;
}

.reviews__form .rating {
    padding-top: 16px;
}

.reviews__form .rating__qty {
    padding: 4px 20px 4px 0;
}

.reviews__form .rating_list {
    padding: 0;
}

.ratelist_item {
    cursor: pointer;
    width: 18px;
    height: 16px;
    background: url(../img-new/stars.png) no-repeat;
    background-position: -18px 0;
}

.ratelist_item3,
.ratelist_item2 {
    background-position: 0 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .reviews__form .prettyform__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .reviews__form .prettyform__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 31%;
        flex: 0 1 31%;
        margin: 0;
    }

    .reviews__form .prettyform__item--rating {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.comment_icon {
    background: url(../img-new/comment_icon.png) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.prettyform__button {
    text-align: center;
}

.prettyform__button .nd_button {
    line-height: 57px;
    padding: 0 10px;
    width: 390px;
    max-width: 100%;
    display: inline-block;
}

.rating_insert_pc,
.rating_insert_mob {
    display: none;
}

.ourReviews {
    padding-bottom: 60px;
}

@media (max-width: 1580px) {
    .ourReviews {
        padding-bottom: calc((100vw - 320px) / (1580 - 320) * (60 - 30) + 30px);
    }
}

.ourReviews .rating_list {
    padding-bottom: 18px;
}

.ourReviews__item {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 38px;
}

.ourReviews__item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 263px;
    height: 1px;
    background-color: #e4e4e4;
    max-width: 100%;
}

.ourReviews__date {
    font-family: Affect;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #e11011;
    padding-bottom: 12px;
}

.ourReviews__name {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #363636;
    padding-bottom: 12px;
}

.ourReviews__text {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #666666;
}

.ourReviews__text p {
    padding: 0 0 20px;
}

/* .pretty_input {
	border-bottom-color: #b7b7b7;
	&:focus {
		border-bottom-color: #0d0e12;
	}
} */
.method_tabsContent {
    position: relative;
}

.method_tabsItem {
    -webkit-transition: all 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.method_tabsItem.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out 0s, opacity 0.3s ease-out 0.4s;
    transition: all 0.3s ease-out 0s, opacity 0.3s ease-out 0.4s;
    position: static;
}

.searchResult__wrapper {
    padding-bottom: 40px;
}

@media (max-width: 1580px) {
    .searchResult__wrapper {
        padding-bottom: calc((100vw - 320px) / (1580 - 320) * (40 - 15) + 15px);
    }
}

.searchResult {
    padding-bottom: 40px;
}

@media (max-width: 1580px) {
    .searchResult {
        padding-bottom: calc((100vw - 320px) / (1580 - 320) * (40 - 15) + 15px);
    }
}

.searchResult .rating_list {
    padding-right: 0;
}

.searchResult .rating_list__item {
    margin-right: 4px;
}

.searchResult__item {
    margin-bottom: 10px;
    background-color: #f5f5f5;
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 90px 2fr 4fr 1fr;
    grid-template-columns: 90px 2fr 4fr 1fr;
    gap: 30px;
}

.searchResult__img {
    position: relative;
    width: 90px;
    height: 90px;
    border: 2px solid #e7e7e7;
    background-color: #fefefe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.searchResult__linkImg img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.searchResult__info {
    padding-right: 2vw;
}

.searchResult__title {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 2px;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.searchResult__linkText {
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    text-decoration: none;
    color: #363636;
}

.searchResult__linkText:hover {
    color: #e11011;
}

.rating__title {
    font-family: Affect;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #757575;
    padding-bottom: 2px;
}

.searchResult__descr {
    color: #666;
    padding: 0 2vw 10px 0;
}

.searchResult__descr p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.025em;
    padding-bottom: 5px;
}

.searchResult__priceLabel {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #757575;
    padding-bottom: 2px;
}

.searchResult__priceNum {
    font-family: Affect;
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #000;
    white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 991px) {
    .searchResult__item {
        gap: 20px;
    }

    .searchResult__info,
    .searchResult__descr {
        padding-right: 0;
    }

    .searchResult__title {
        font-size: 17px;
        line-height: 1.2;
    }

    .searchResult__priceNum {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .searchResult__item {
        -ms-grid-columns: 1fr 3fr;
        grid-template-columns: 1fr 3fr;
    }

    .searchResult__price {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .searchResult__info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .searchResult__descr {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        padding-bottom: 0;
    }
}

@media (max-width: 479px) {
    .searchResult__item {
        gap: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}

@media (max-width: 359px) {
    .searchResult__priceNum {
        font-size: 26px;
    }
}

.serts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 6 ];
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    padding-bottom: 70px;
}

@media (max-width: 1580px) {
    .serts {
        padding-bottom: calc((100vw - 320px) / (1580 - 320) * (70 - 40) + 40px);
    }
}

.serts__item {
    border: 12px solid #1a1a1a;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.serts__item img {
    display: block;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.serts__link {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.serts__link:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img-new/zoom.png) no-repeat;
    width: 44px;
    height: 44px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    opacity: 0;
}

.serts__link:hover img {
    opacity: 0.6;
}

.serts__link:hover:after {
    opacity: 1;
}

@media (max-width: 1300px) {
    .serts {
        -ms-grid-columns: (1fr) [ 5 ];
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .serts {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    .serts {
        -ms-grid-columns: (1fr) [ 4 ];
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .serts {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 480px) and (max-width: 575px) {
    .serts {
        gap: 10px;
    }
}

@media (max-width: 479px) {
    .serts {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 424px) {
    .serts {
        gap: 10px;
    }
}

.popup-abuse,
.popup-backcall {
    background: #fff;
    width: 457px;
    border-radius: 0;
    padding: 0;
}

body .popup-title {
    height: 120px;
    color: #fff;
    background: url(../img-new/popap_header_bg.png) no-repeat;
    background-size: cover;
    text-transform: uppercase;
    font: 26px/28px "Affect", sans-serif;
    font-weight: 400 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 60px;
    margin: 0;
}

body .popup-title:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img-new/call_back.png) no-repeat;
    margin-right: 28px !important;
    vertical-align: middle;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

body .popup-abuse .popup-title {
    text-align: left;
}

body .popup-abuse .popup-title:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 20px;
    background: url(../img-new/mail-red.png) no-repeat;
    margin-right: 28px !important;
    vertical-align: middle;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

body .form-content {
    padding: 34px 60px 25px;
}

body .fancybox-dpopup .fancybox-close {
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    background: url(../img-new/popup_close.png) no-repeat center;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

body .form-popup .form-input {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 33px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 32px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1) !important;
    color: #000;
}

body .form-popup .form-input:focus {
    border-color: #e11011;
}

body .form-popup .form-input-placeholder {
    font-size: 14px;
    line-height: 32px;
    color: #ccc;
    padding: 0;
}

body .form-popup .form-btn {
    width: 169px;
    height: 57px;
    background-color: #e11011;
    color: #fff;
    margin: 0;
    padding: 0;
    border: none;
    font: 14px/57px "Affect", sans-serif;
    text-align: center;
    border-radius: 0;
}

body .form-popup .form-btn:hover {
    background-color: #b80e0e;
    color: #fff;
}

body .form-popup .form-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body .form-phone {
    font-family: Affect;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #000;
}

body .form-bottom:before, body .form-bottom:after {
    display: none !important;
}

body .form-bottom a {
    font-family: Affect;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #000;
}

body .form-popup .form-bottom > .l,
body .form-popup .form-bottom > .r {
    text-align: left;
    float: none;
}

body .detail__table .cdi-buy2:hover {
    color: #fff;
}

body .form-btn-cont {
    margin-top: 30px;
}

body .form-btn-cont .form-btn {
    width: 100%;
}

body .form-popup textarea.form-input {
    height: 90px;
}

.form-subscribe .form-input {
    padding-bottom: 15px;
}

.popup-review {
    padding: 0 !important;
    border-radius: 0px !important;
}

@media (max-width: 479px) {
    body .popup-title {
        height: 100px;
        padding: 10px 30px 15px;
    }

    body .form-content {
        padding: 34px 30px;
    }

    body .form-popup .form-bottom {
        display: block;
    }

    body .form-popup .form-btn {
        width: 100%;
        margin-bottom: 15px;
    }

    body .popup-title {
        font-size: 22px;
    }

    body .form-popup .form-bottom > .l,
    body .form-popup .form-bottom > .r {
        text-align: center;
    }
}

@media (max-width: 411px) {
    body .popup-title {
        height: 90px;
        padding: 10px 15px;
    }

    body .form-content {
        padding: 24px 15px 15px;
    }
}

/* 11.2021 end */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select.quick_selection__select {
    height: auto;
    padding: 30px 55px;
}