

/* Start:/local/templates/asahi_catalog/components/bitrix/menu/top/style.css?16590323404460*/
.header-menu__open {
    display: none;
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/asahi_catalog/components/bitrix/menu/top/images/icon-menu-red.svg);
    background-size: cover;
    cursor: pointer;
}

.header-menu__close {
    display: none;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/asahi_catalog/components/bitrix/menu/top/images/icon-menu-close.svg);
    background-size: 18px 18px;
    cursor: pointer;
}

.header-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.header-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-menu-list li {
    margin-left: 30px;
    position: relative;
}

.header-menu-list li a {
    position: relative;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #191C21;
}

.dark_head .header-menu-list li a {
    color: #FFFFFF;
}

.header-menu-list li:hover > a:after {
    width: 100%;
}

.header-menu-list li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #191C21;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.dark_head .header-menu-list li a:after {
    background-color: #FFF;
}

.header-menu-list ul.inner {
    display: none;
    position: absolute;
    left: -20px;
    top: 31px;
    background: rgb(245, 245, 245, 0.85);
}

.dark_head .header-menu-list ul.inner {
    background: rgba(72, 75, 76, 0.85);
}

.header-menu-list li:hover ul.inner {
    display: block;
}

.header-menu-list ul.inner li {
    margin: 0 0 7px 0;
    width: 400px;
    padding-left: 20px;
}

.header-menu-list ul.inner li:first-child {
    padding-top: 18px;
}

.header-menu-list ul.inner li a:after {
    bottom: 7px;
}

.header-menu-list ul.inner li a {
    margin-right: 20px;
    display: inline-block;
    font-size: 14px;
}

.header-menu__logo {
    display: none;
    text-align: center;
    padding-left: 30px;
}

.index-page .header-menu-list li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #191C21;
}

@media only screen and (max-width: 1260px) {
    .dark_head .header-menu-list li a {
        color: #191C21;
    }

    .header-menu-list ul.inner {
        display: none !important;
    }

    .header-menu-list li:hover {
        background: initial;
    }

    .header-menu {
        position: fixed;
        top: 0;
        right: -100%;
        padding: 80px 30px 70px 0;
        background: #fff;
        -webkit-box-shadow: 6px 6px 23.4375px 1.5625px rgba(0, 0, 0, 0.25);
        box-shadow: 6px 6px 23.4375px 1.5625px rgba(0, 0, 0, 0.25);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 190;
    }

    .header-menu.active {
        right: 0;
    }

    .header-menu-list {
        display: block;
        margin-bottom: 70px;
    }

    .header-menu-list li {
        margin: 0 0 20px 0;
    }

    .header-menu-list li a {
        display: block;
        padding: 3px 0 3px 25px;
        font-size: 18px;
        font-weight: 500;
        text-align: right;
        color: #352f31;
        white-space: nowrap;
        border-left: 3px solid transparent;
    }

    .header-menu-list li a:hover {
        border-color: #c30146;
        color: #c30146;
    }

    .header-menu__open {
        display: inline-block;
    }

    .header-menu__close {
        display: inline-block;
    }

    .header-menu__logo {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .header-menu {
        height: 100%;
    }

    .header-menu__open {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin: 0;
    }
}

@media only screen and (max-width: 479px) {
    .header-menu__open {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
    }
}
/* End */


/* Start:/local/templates/asahi_catalog/components/bitrix/breadcrumb/asahi/style.css?16641774011063*/
.breadcrumbs-list {
    display: inline-flex;
    margin-top: 15px;
    white-space: nowrap;
    max-width: 100%;
    overflow: auto;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.dark_head .breadcrumbs-list {
    background: #F4F5F6;
    border-radius: 5px;
    padding: 2px 8px;
}

.breadcrumbs-list::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.breadcrumbs-list li {
    display: flex;
}

.breadcrumbs-list a,
.breadcrumbs-list li {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #A8B1B7;
}

.dark_head .breadcrumbs-list a,
.dark_head .breadcrumbs-list li {
    color: #AAAAAB;
}

.breadcrumbs-list a:hover {
    color: #E40046;
}

.breadcrumbs-list li:not(:last-child):after {
    content: "-";
    display: block;
    padding: 0 5px;
}

@media only screen and (max-width: 1260px) {
    .breadcrumbs-list a,
    .breadcrumbs-list li {
        font-size: 11px;
        line-height: 13px;
    }
}
/* End */


/* Start:/local/components/asahi/main.feedback/templates/review_catalog_popup/style.css?1676921402976*/
#review_catalog_popup .popup_form {
    grid-template-columns: 1fr;
    grid-gap: 50px;
}

#review_catalog_popup .field {
    margin-bottom: 20px;
}

#review_catalog_popup .popup_form__wrapper {
    width: 720px;
    padding: 30px 36px;
    border-radius: 5px;
}

#review_catalog_popup .form-agreement {
    margin: 0 0 15px;
}

#review_catalog_popup .form-agreement label {
    cursor: pointer;
}

#review_catalog_popup .form-agreement input[type=checkbox] {
    margin: 0 0 0 10px;
}

#review_catalog_popup .area {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1260px){
    #review_catalog_popup .popup_form {
        grid-gap: 0;
    }

    #review_catalog_popup .popup_form__wrapper {
        padding: 20px 10px;
    }

    #review_catalog_popup .field {
        height: 44px;
        margin-bottom: 10px;
    }

    #review_catalog_popup .area {
        height: 100px;
        margin-bottom: 10px;
    }
}
/* End */


/* Start:/local/templates/asahi_catalog/template_styles.css?172955937335476*/
*, :before, :after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, hr, img, a, em, span, strong, form, label, input, button, select, table, thead, tbody, tfoot, tr, th, td, textarea {
    border: 0;
    outline: none;
    background: none;
    vertical-align: baseline;
    font: inherit;
}

html {
    font-family: 'Inter', serif;
    color: #191C21;
}

html, body {
    position: relative;
    min-width: 320px;
}

h2 {
    position: relative;
    margin-bottom: 50px;
    font-size: 38px;
    line-height: 46px;
    color: #333;
    font-weight: 700;
}

ul, ol {
    list-style: none;
}

.container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 25px;
}

a {
    outline: none;
    text-decoration: none;
}

h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 85px;
    color: #191C21;
}

input {
    outline: none !important;
}

button {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.unselectable {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                           not supported by any browser */
}

@media only screen and (max-width: 1260px) {
    h1 {
        font-size: 48px;
        line-height: 63px;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding: 0 10px;
    }
}

/*==============================FORM ELEMENTS==============================*/
.btn-red {
    display: inline-block;
    width: 220px;
    line-height: 44px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
    background-color: #e40046;
    color: #fff;
    -webkit-box-shadow: 0 0 3.8px 0.2px rgba(0, 0, 0, 0.01);
    box-shadow: 0 0 3.8px 0.2px rgba(0, 0, 0, 0.01);
}

.btn-red:hover {
    background: #001f6b;
}

.btn-white {
    display: inline-block;
    width: 233px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    background-color: white;
    color: #e40046;
}

.btn-white:hover {
    background: #e40046;
    color: #fff;
}

.btn-load {
    display: block;
    padding: 14px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #e40046;
    cursor: pointer;
    border: 1px solid #e40046;
}

.btn-load i {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
    width: 13px;
    height: 16px;
    background-image: url(/local/templates/asahi_catalog/images/icon-load.svg);
    background-size: 13px 16px;
}

.field {
    padding: 0 20px;
    width: 100%;
    height: 50px;
    color: #333;
    background-color: white;
    border: 1px solid #dadada;
}

.area {
    padding: 20px;
    width: 100%;
    height: 165px;
    color: #333;
    background-color: white;
    border: 1px solid #dadada;
}

.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox label {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    padding-left: 25px;
    color: #333333;
    cursor: pointer;
}

.checkbox label:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #cfcfcf;
    z-index: 1;
}

.checkbox input[type="checkbox"]:checked + label:before {
    background: #e40046;
    border-color: #e40046;
    background-image: url(/local/templates/asahi_catalog/images/icon-checkbox.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 9px 9px;
}

.select {
    position: relative;
    cursor: pointer;
}

.select-title {
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #fff;
    border: 1px solid #dadada;
    -webkit-box-shadow: 0 0 3.8px 0.2px rgba(0, 0, 0, 0.01);
    box-shadow: 0 0 3.8px 0.2px rgba(0, 0, 0, 0.01);
    z-index: 1;
}

.select-title__arrow {
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    right: 17px;
    width: 8px;
    height: 5px;
    background-image: url(/local/templates/asahi_catalog/images/icon-arrow-select.png);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.select-title__value {
    display: block;
    padding: 0 40px 0 20px;
    font-size: 14px;
    line-height: 42px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select-options {
    display: none;
    position: absolute;
    top: 38px;
    min-width: 100%;
    border: 1px solid #dadada;
    border-top: 0;
    -webkit-box-shadow: 0 2px 3.8px 0.2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3.8px 0.2px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    overflow: auto;
    z-index: 10;
    max-height: 40vh;
}

.select-options__value {
    padding: 10px 20px;
    font-size: 14px;
}

.select-options__value:hover {
    background-color: #e40046;
    color: #fff;
}

.select-options__value:active {
    color: red;
}

.select.active .select-title__arrow {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*==============================MODALS==============================*/
.city__toggle {
    position: absolute;
    right: 0;
    top: -5px;
    display: inline-block;
    width: 28px;
    cursor: pointer;
    height: 40px;
}

.city__toggle img {
    max-width: 100%;
}

.city {
    top: 15px;
    right: 0;
    position: absolute;
}

.city-modal {
    display: none;
    position: absolute;
    top: 60px;
    right: -6px;
    padding: 18px 0 0 25px;
    background: #fff;
    z-index: 150;
}

.city-modal.city-start {
    padding: 18px 25px;
}

.city-modal .popup_window_Close {
    width: 15px;
    height: 15px;
    top: 15px;
    right: 15px;
    background-size: 100%;
}

.city-modal .popup_window_Close span {
    width: 15px;
    height: 15px;
    top: 15px;
    right: 15px;
    background-size: 100%;
}

.city-modal:after {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    right: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #fff transparent;
}

.city-start__title {
    margin-bottom: 15px;
    font-size: 17px;
    white-space: nowrap;
}

.city-start-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
}

.city-start__btn {
    margin: 0 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    line-height: 33px;
    text-align: center;
    font-size: 15px;
    background: #e4e4e4;
    color: #333;
}

.city-start__btn.active {
    background: #e40046;
    color: #fff;
}

.city-choose__title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    color: #333;
}

#choose_city_filter {
    border: 1px solid #dadada;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 3px 10px;
    width: 90%;
}

.city-choose {
    width: 250px;
    padding-bottom: 0;
}

.city-choose-list {
    max-height: 60vh;
    overflow: auto;
    padding: 5px 0 25px;
}

.city-choose-item {
    margin-bottom: 15px;
    padding-right: 20px;
}

.popup_window_Close {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background: url(/local/templates/asahi/images/close_popup.png) 0 0 no-repeat;
    right: 20px;
    top: 20px;
    cursor: pointer;
    text-decoration: none;
}

.popup_window_Close span {
    display: block;
    width: 30px;
    height: 30px;
    background: url(/local/templates/asahi_catalog/images/close_popup.png) 0 100% no-repeat;
    opacity: 0;
    transition: opacity 400ms;
}

.popup_window_Close:hover {
    text-decoration: none
}

.popup_window_Close:hover span {
    transition: opacity 400ms;
    opacity: 1;
    text-decoration: none
}

@media only screen and (max-width: 1260px) {
    .city {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .city {
        right: 25px;
    }

    .city-modal {
        top: 55px;
        right: 15px;
        left: 15px;
    }

    .city-choose {
        width: auto;
    }

    .city {
        position: static;
    }

    .city__toggle {
        position: static;
    }
}

/*=================================================================*/

/*---------------------header------------------------*/
header {
    position: relative;
    z-index: 50;
}

main {
    overflow: hidden;
}

.header__inner {
    border-bottom: 1px solid #EAEAEA;
    padding: 25px 0;
    position: relative;
}

.dark_head .header__inner {
    border-color: #AAAAAB;
}

.header-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    padding-right: 50px;
}

.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-logo__image svg {
    max-width: 100%;
}

.header-logo__image .light_logo {
    display: none;
}

.dark_head .header-logo__image .dark_logo {
    display: none;
}

.dark_head .header-logo__image .light_logo {
    display: block;
}

.header-logo__title {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-left: 15px;
    font-size: 14px;
    color: #fff;
}

@media only screen and (max-width: 1260px) {
    .header__inner {
        padding: 13px 0;
    }

    .header-body {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-body {
        -ms-align-items: center;
        align-items: center;
        padding-right: 0;
    }
}

/*---------------------footer------------------------*/
.footer {
    padding: 43px 0;
    background-color: #001f6b;
}

.footer-row {
    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;
}

.footer-copyright {
    font-size: 15px;
    color: white;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.footer-form-link {
    color: #ffffff;
    cursor: pointer;
}

.footer-form-link:hover {
    text-decoration: underline;
}

#feedback_form {
    top: unset;
    bottom: 200px;
}

#catalog_section .feedback-column {
    text-align: left;
}

.footer-copyright a {
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
}

.footer-develop {
    font-size: 15px;
    color: white;
    text-align: right;
}

.footer-develop a {
    color: white;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-social__btn {
    margin: 0 3px;
    background: #1b377b;
    -webkit-transform: skew(-17deg, 0);
    -ms-transform: skew(-17deg, 0);
    transform: skew(-17deg, 0);
}

.footer-social__btn:hover {
    background: #e40046;
}

.footer-social__btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    -webkit-transform: skew(17deg, 0);
    -ms-transform: skew(17deg, 0);
    transform: skew(17deg, 0);
}

.brand_desc {
    opacity: 1;
    max-width: 700px;
}

.brand_desc ul {
    list-style: disc;
    padding-left: 30px;
}

.brand_cities_promo .promo-actions__btn i {
    transform: rotate(180deg);
    margin-top: -10px;
}

.brand_all_cities_link {
    margin-left: 45px;
}

@media only screen and (max-width: 1010px) {
    .footer-copyright {
        padding-right: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-copyright {
        padding-right: 55px;
    }
}

@media only screen and (max-width: 639px) {
    .footer-row {
        display: block;
    }

    .footer-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .footer-copyright {
        text-align: center;
        margin-bottom: 15px;
        padding: 0;
    }

    .footer-form-link {
        text-align: center;
        margin-bottom: 15px;
        font-size: 12px;
    }

    .footer-develop {
        text-align: center;
    }

    .footer {
        padding: 25px 0;
    }
}

/*==================== Popup =====================*/

.popup_window {
    display: none;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    background: #fff;
    padding: 30px 36px;
    border-radius: 5px;
    z-index: 10010;
    font: normal 0.875em/1.43 "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    box-shadow: #999 0px 0px 10px
}

.popup_window_Close {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background: url(/local/templates/asahi/images/close_popup.png) 0 0 no-repeat;
    right: 20px;
    top: 20px;
    cursor: pointer;
    text-decoration: none;
    text-decoration: none
}

.popup_window_Close span {
    display: block;
    width: 30px;
    height: 30px;
    background: url(/local/templates/asahi/images/close_popup.png) 0 100% no-repeat;
    opacity: 0;
    transition: opacity 400ms;
}

.popup_window_Close:hover {
    text-decoration: none
}

.popup_window_Close:hover span {
    transition: opacity 400ms;
    opacity: 1;
    text-decoration: none
}

.popup_window_Print {
    position: absolute;
    display: block;
    height: 28px;
    padding: 0 10px 0 35px;
    line-height: 2.4;
    color: #bfbfbf;
    font-size: 0.857em;
    border: 1px solid #ccc;
    right: 82px;
    top: 20px;
    background: url(/local/templates/asahi/images/icprint_big.png) 10px 6px no-repeat;
    transition: color 400ms, border-color 400ms
}

.popup_window_Print:hover {
    color: #e40043;
    text-decoration: none;
    border-color: #e40043;
    transition: color 400ms, border-color 400ms
}

.popup_window_Print span {
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
    width: 30px;
    height: 30px;
    background: url(/local/templates/asahi/images/icprint_big_active.png) 0 0 no-repeat;
    opacity: 0;
    transition: opacity 400ms
}

.popup_window_Print:hover span {
    opacity: 1;
    transition: opacity 400ms
}

.popup_window h1,
.popup_window h4 {
    font-size: 1.857em;
    color: #4e4e4e;
    line-height: 1.1;
    font-weight: 400;
    padding: 5px 0 33px;
}

.popup_window h2 {
    font-size: 1.714em;
    color: #4e4e4e;
    line-height: 1;
    font-weight: 400;
    padding: 25px 0 30px;
}

.popup_window h3 {
    font-size: 1.142em;
    color: #4e4e4e;
    line-height: 1;
    font-weight: 400;
    padding: 20px 0 33px;
}

.popup_window p {
    font-size: 1em;
    color: #4c4c4c;
    padding: 10px 0;
    font-weight: 300
}

.popup_window p a {
    text-decoration: none
}

.popup_window p a:hover {
    text-decoration: underline
}

.popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(16, 39, 56, 0.4);
    display: flex;
    z-index: 55;
}

.popup_message__wrapper {
    background-color: #FFFFFF;
    border-radius: 10px;
    width: 1080px;
    margin: auto;
    height: 410px;
    padding: 50px 110px;
    position: relative;
}

.success_message {
    color: #191C21;
}

.success_message h4 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 15px;
    max-width: none;
}

.success_message p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.popup_close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.success_bottom_image {
    position: absolute;
    bottom: 0;
    right: 110px;
}

@media only screen and (max-width: 1260px) {
    .popup_message__wrapper {
        padding: 30px 20px;
        height: 300px;
        margin: auto 10px;
    }

    .popup_close {
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
    }

    .success_message h4 {
        font-size: 24px;
        line-height: 29px;
    }

    .success_bottom_image {
        max-width: 90%;
        right: 0;
    }
}

.popup_form__wrapper {
    background-color: #FFFFFF;
    border-radius: 10px;
    width: 1080px;
    margin: auto;
    padding: 50px 110px;
    position: relative;
}

.popup_form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 90px;
}

.popup_form .form_title {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
}

.popup_form .select-title {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.popup_form .select-title__value {
    padding-left: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.popup_form .text_input {
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    color: #191C21;
}

.popup_form .text_input::placeholder {
    color: #191C21;
}

.popup_form .submit_block {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.popup_form .submit_block button {
    background: #E40046;
    border-radius: 200px;
    height: 50px;
    padding: 10px 45px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
}

.popup_form .submit_block button:hover {
    background: #FB1058;
}

.popup_form .submit_block a {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
    text-decoration: underline;
    color: #A8B1B7;
    margin-left: 25px;
}

.popup_form .submit_block a:hover {
    text-decoration: none;
}

.submit_block button:disabled {
    background-color: #cccccc !important;
}

.popup_form .select-title__arrow {
    background-image: url(/local/templates/asahi_catalog/images/arrow.svg);
    width: 9px;
    height: 5px;
}

.popup_form .select-options {
    background: #F4F5F6;
    border-radius: 10px;
    padding: 15px 10px 20px 20px;
    overflow: hidden;
    top: 40px;
    left: 0;
    width: 100%;
    min-width: unset;
}

.popup_form .select-options__inner {
    max-height: calc(40vh - 35px);
    overflow: auto;
}

.popup_form .select-options__inner::-webkit-scrollbar {
    width: 3px;
}

.popup_form .select-options__inner::-webkit-scrollbar-track {
    background-color: #EAEAEB;
    border-radius: 100px;
    margin-right: 10px;
}

.popup_form .select-options__inner::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-clip: content-box;
    background-color: #E40046;
    margin-right: 10px;
}

.popup_form .select-options__value {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    white-space: nowrap;
    padding: 5px 10px 5px 0;
    overflow: hidden;
    position: relative;
    height: 40px;
}

.popup_form .select-options__value:hover,
.popup_form .select-options__value.selected {
    background-color: transparent;
    color: #E40046;
}

.popup_form .select-options__value span {
    display: block;
    max-width: 100%;
    overflow: hidden;
}

.popup_form_error_block {
    padding: 15px;
    line-height: 21px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #e40046;
    width: 80%;
    font-size: 16px;
    font-weight: 300;
}

@media only screen and (max-width: 1260px) {
    .popup_form__wrapper {
        padding: 30px 20px 20px 20px;
        margin: auto 10px;
    }

    .popup_form {
        grid-template-columns: none;
        grid-gap: 0;
    }

    .popup_form .form_title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 30px;
    }

    .popup_form .select-title__value {
        font-size: 15px;
        line-height: 18px;
    }

    .popup_form .submit_block {
        display: block;
    }

    .popup_form .submit_block button {
        width: 100%;
        margin-bottom: 40px;
    }

    .popup_form .submit_block a {
        margin-left: 0;
        text-align: center;
    }

}

/*============================ GLASS LIST ==========================*/

div.catalog-section__container {
    position: relative;
}

.catalog-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.catalog-section.slick-slider {
    display: block;
}

.catalog-section .slick-slide {
    margin: 0 10px;
}

/*.catalog-section .slick-list {
    margin: 0 -10px;
}*/

.glass-item {
    border: 1px solid #EAEAEA;
    padding: 25px 30px 30px 30px;
    transition: .3s;
    background-color: #FFF;
    /*height: 100%;*/
}

.glass-item-wrapper {
    padding-bottom: 10px;
    margin-bottom: -10px;
    transition: .3s;
}

.glass-item-wrapper:hover {
    padding-bottom: 0;
}

.glass-item-wrapper:hover .glass-item {
    margin-top: 10px;
}

.glass-item__header {
    padding-bottom: 25px;
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    justify-content: space-between;
}

.glass-item__header-model {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A8B1B7;
    margin-bottom: 10px;
}

.glass-item__header-name {
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    color: #191C21;
    min-height: 65px;
}

.glass-item__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
    padding-top: 20px;
}

.glass-item__body-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.glass-item__body-desc-item {
    margin-bottom: 20px;
    margin-top: 5px;
}

.glass-item__body-desc-item-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A8B1B7;
    margin-bottom: 10px;
}

.glass-item__body-desc-item-value {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #191C21;
}

.glass-item__body-desc-item-value ul {
    line-height: 25px;
    list-style: disc;
    padding-left: 30px;
}

.glass-item__link {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    background: #001F6B;
    padding: 13px 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.glass-item__link:hover {
    background: #1c42a1;
}

.glass-item__button {
    display: flex;
    width: 100%;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    background: #E40046;
    height: 46px;
    text-align: center;
    justify-content: center;
}

.glass-item__button svg {
    margin-right: 5px;
}

.glass-item__button:hover {
    background: #FB1058;
}

.box-more {
    margin-top: 50px;
    text-align: center;
}

.btn-more {
    border: 1px solid #EAEAEA;
    padding: 10px 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    transition: .3s;
    background: #FFF;
}

.btn-more:hover {
    color: #FFF;
    background: #E40046;
}

.glass-item__body-image {
    text-align: center;
}

.catalog-section__container h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    padding-left: 110px;
    max-width: 500px;
    margin-bottom: 60px;
}

.models_slider_arrows {
    display: flex;
    position: absolute;
    top: 130px;
    right: -10px;
    left: -10px;
    z-index: 5;
}

.models_slider_arrows i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #F4F5F6;
    cursor: pointer;
    margin: 3px;
    transition: 0.3s;
    position: absolute;
}

.models_slider_arrows i:hover {
    background: #FB1058;
}

.models_slider_arrows i.models_slider_prev {
    left: 0;
}

.models_slider_arrows i.models_slider_next {
    right: 0;
}

.models_slider_arrows i.slick-disabled {
    visibility: hidden;
}

.models_slider_arrows i:hover svg path {
    stroke: #FFF;
    transition: 0.3s;
}

@media only screen and (max-width: 1260px) {
    .container.catalog-section__container {
        margin-bottom: 70px;
    }

    .catalog-section {
        grid-template-columns: none;
    }

    .glass-item {
        padding: 15px 15px 30px 15px;
    }

    .glass-item-wrapper {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .glass-item-wrapper:hover {
        padding-bottom: 0;
    }

    .glass-item-wrapper:hover .glass-item {
        margin-top: 0;
    }

    .glass-item__header {
        flex-direction: column;
    }

    .glass-item__header-item:nth-child(2) {
        margin-top: 20px;
    }

    .glass-item__body {
        grid-template-columns: none;
    }

    .glass-item__header-model {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px;
    }

    .glass-item__header-name {
        font-size: 20px;
        line-height: 24px;
        min-height: auto;
    }

    .glass-item__body-desc-item-name {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 8px;
    }

    .glass-item__body-desc-item-value {
        font-size: 16px;
        line-height: 19px;
    }

    .box-more {
        margin-top: 20px;
    }

    .models_slider_arrows {
        top: 64px;
        right: 0;
        left: unset;
    }

    .catalog-section__container .models_slider_arrows {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        justify-content: flex-end;
        margin-bottom: 20px;
    }

    .models_slider__item-name {
        font-size: 30px;
        line-height: 36px;
    }

    .models_slider__item i {
        width: 25px;
        height: 25px;
    }

    .models_slider_arrows i {
        width: 40px;
        height: 40px;
        position: relative;
    }

    .catalog-section__container h3 {
        font-size: 36px;
        line-height: 44px;
        padding-left: 0;
        margin-bottom: 25px;
    }
}

/*============================CATALOG============================*/

.catalog-section-empty {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    margin-bottom: 40px;
}

.catalog-section-empty-header {
    border-bottom: 1px solid #EAEAEA;
    padding: 6px 20px;
}

.catalog-section-empty-ellipse {
    background: #E40046;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 3px;
}

.catalog-section-empty-body {
    padding: 30px 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.catalog-section-body {
    background: #F4F5F6;
    margin-top: -70px;
    padding-top: 200px;
}

.catalog-section-body.model {
    margin-top: -90px;
    padding-top: 100px;
}

.catalog-section-bottom {
    margin-top: -170px;
    padding-top: 170px;
    background-color: #FFF;
}

.catalog_sections .title-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.search_form__wrapper {
    flex: 1;
}

.search_form {
    float: right;
    border-radius: 100px;
    background: #F4F5F7;
    display: flex;
    padding: 10px 12px;
    width: 50%;
}

.search_form .search_field {
    border: none;
    background: none;
    padding-left: 10px;
}

.search_form button {
    border: none;
    background: none;
    height: 30px;
}

.catalog_page_description {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 60px;
    padding-bottom: 120px;
}

.catalog_page_description h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #191C21;
}

.catalog_page_description .catalog_subtitle_block {
    max-width: 300px;
    background: #F4F5F6;
    border-radius: 5px;
    padding: 15px 20px;
    margin-top: 40px;
}

.catalog_page_description .subtitle_small {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #5B6170;
    max-width: 200px;
}

.catalog_page_description .subtitle_big {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #001F6B;
}

.catalog_page_description .subtitle_big strong {
    font-size: 50px;
    line-height: 61px;
}

.catalog_page_description .text_block p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.catalog_page_description .text_block_more {
    display: none;
}

.section_description:not(.empty) {
    margin-top: 130px;
}

.catalog_advantages {
    background-image: url('/local/templates/asahi_catalog/images/catalog_advantages_bgr.png');
    background-size: cover;
    height: 640px;
    margin-top: -100px;
    margin-bottom: 170px;
    position: relative;
    z-index: 1;
}

.catalog_advantages .container {
    position: relative;
    height: 100%;
}

.advantages_block {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 75%;
}

.advantages_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: 350px;
    grid-gap: 1px;
    border: 1px solid #EAEAEA;
    background-color: #EAEAEA;
}

.advantage_item {
    padding: 40px 45px 40px 40px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.advantages_title {
    font-weight: 500;
    font-size: 70px;
    line-height: 85px;
    text-align: right;
    margin-bottom: 60px;
    color: #fff;
}

.advantage_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    flex: 1;
    align-items: flex-end;
}

.catalog-section__top-image {
    /*height: 515px;*/
    height: 300px;
    background-size: cover;
    background-color: rgba(28, 62, 88, 0.4);
    background-blend-mode: multiply;
    background-position: center;
}

.catalog-section__top-image .container {
    position: relative;
    height: 100%;
    z-index: 1;
}

.catalog-section__top-image .catalog-section__title {
    padding-top: 320px;
    position: absolute;
    bottom: 80px;
    left: 20px;
    right: 20px;
    color: #FFFFFF;
}

.catalog-section__top-image .catalog-section__title h1 {
    color: #FFFFFF;
    font-size: 50px;
}

.catalog-section__top-image .catalog-section__subtitle {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
}

.dark_head main {
    margin-top: -115px;
}

@media only screen and (max-width: 1260px) {
    .catalog-section-body {
        padding-top: 150px;
    }

    .catalog_sections .title-wrapper {
        display: block;
        margin-bottom: 10px;
    }

    .search_form {
        float: none;
        margin-top: 30px;
        width: 100%;
    }

    .catalog_advantages {
        height: 600px;
        margin-bottom: 650px;
    }

    .advantages_block {
        width: 100%;
        padding: 0 10px;
        bottom: -580px;
    }

    .advantages_title {
        font-size: 36px;
        line-height: 44px;
        color: #FFFFFF;
        text-align: left;
        margin-bottom: 40px;
    }

    .advantages_list {
        grid-template-columns: auto;
        height: auto;
    }

    .advantage_item {
        padding: 30px;
    }

    .advantage_icon {
        margin-bottom: 40px;
        height: 70px;
    }

    .advantage_icon svg {
        max-height: 100%;
    }

    .advantage_text {
        font-size: 16px;
        line-height: 19px;
    }

    .catalog_page_description {
        display: block;
        padding-bottom: 80px;

    }

    .catalog_page_description .text_block {
        height: 110px;
        overflow: hidden;
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        background-image: linear-gradient(to bottom, #000, #000, rgba(0, 0, 0, 0));
    }

    .catalog_page_description .text_block_more {

        display: block;
        padding-top: 10px;
    }

    .catalog_page_description .text_block_more a {
        color: #191C21;
        text-decoration: underline;
    }


    .catalog_page_description h4 {
        font-size: 24px;
        line-height: 29px;
    }

    .catalog_page_description .catalog_subtitle_block {
        max-width: none;
        margin-bottom: 40px;
    }

    .section_description.catalog_page_description h4 {
        max-width: none;
        margin-bottom: 40px;
    }

    .section_description:not(.empty) {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .catalog-section__top-image .catalog-section__title h1 {
        font-size: 32px;
        line-height: 43px;
    }
}

/*===================== BASIC IMAGE ====================*/

.basicImage {
    position: relative;
    max-width: 99%;
    display: inline-block;
    margin-top: 15px;
}

.basicImage svg {
    max-width: 99%;
    height: auto;
}

.basicImage .glass_icon {
    position: absolute;
    display: flex;
}

.basicImage.front .glass_icon.camera {
    left: 13%;
    top: 19%;
}

.basicImage.front .glass_icon.rain_sensor {
    left: calc(50% - 16px);
    top: 15%;
}

.basicImage.front .glass_icon.noise_isolation {
    right: 13%;
    top: 19%;
}

.basicImage.front .glass_icon.vin {
    left: 7.97%;
    bottom: 17.56%;
}

.basicImage.front .glass_icon.heat_absorbing {
    left: 26.81%;
    bottom: 21.37%;
}

.basicImage.front .glass_icon.heating {
    left: calc(50% - 16px);
    bottom: 25.95%;
}

.basicImage.front .glass_icon.heat_reflective {
    right: 27.54%;
    bottom: 21.37%;
}

.basicImage.front .glass_icon.antenna {
    right: 8.7%;
    bottom: 16.79%;
}

.basicImage.side-front-left .glass_icon.camera {
    right: 13.19%;
    top: 39.76%;
}

.basicImage.side-front-left .glass_icon.rain_sensor {
    left: 19.72%;
    bottom: 13.44%;
}

.basicImage.side-front-left .glass_icon.noise_isolation {
    left: 6.08%;
    bottom: 13.44%;
}

.basicImage.side-front-left .glass_icon.vin {
    right: 8.4%;
    top: 15.49%;
}

.basicImage.side-front-left .glass_icon.heat_absorbing {
    left: 74.28%;
    bottom: 13.44%;
}

.basicImage.side-front-left .glass_icon.heating {
    left: 60.64%;
    bottom: 13.44%;
}

.basicImage.side-front-left .glass_icon.heat_reflective {
    left: 47%;
    bottom: 13.44%;
}

.basicImage.side-front-left .glass_icon.antenna {
    left: 33.36%;
    bottom: 13.44%;
}

.basicImage.side-front-right .glass_icon.camera {
    left: 13.19%;
    bottom: 41.17%;
}

.basicImage.side-front-right .glass_icon.rain_sensor {
    left: 72.17%;
    bottom: 13.44%;
}

.basicImage.side-front-right .glass_icon.noise_isolation {
    left: 85.81%;
    bottom: 13.44%;
}

.basicImage.side-front-right .glass_icon.vin {
    left: 8.4%;
    bottom: 71.51%;
}

.basicImage.side-front-right .glass_icon.heat_absorbing {
    left: 17.62%;
    bottom: 13.44%;
}

.basicImage.side-front-right .glass_icon.heating {
    left: 31.25%;
    bottom: 13.44%;
}

.basicImage.side-front-right .glass_icon.heat_reflective {
    left: 44.89%;
    bottom: 13.44%;
}

.basicImage.side-front-right .glass_icon.antenna {
    left: 58.53%;
    bottom: 13.44%;
}

.glass-item__body-image .glass_icon svg {
    width: 65%;
    height: auto;
    margin: auto;
}

@media only screen and (max-width: 400px) {
    .glass-detail__gallery .basicImage .glass_icon svg {
        width: 80%;
        height: auto;
    }
}
/* End */
/* /local/templates/asahi_catalog/components/bitrix/menu/top/style.css?16590323404460 */
/* /local/templates/asahi_catalog/components/bitrix/breadcrumb/asahi/style.css?16641774011063 */
/* /local/components/asahi/main.feedback/templates/review_catalog_popup/style.css?1676921402976 */
/* /local/templates/asahi_catalog/template_styles.css?172955937335476 */
