

/* Start:/local/components/asahi/main.feedback/templates/catalog_get_cost/style.css?16711829406568*/
.catalog_get_cost_form_wrapper {
    margin-top: -70px;
    margin-bottom: 75px;
    position: relative;
    z-index: 9;
}

.catalog_get_cost {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1.5px;
    border: 1.5px solid #EAEAEA;
    background-color: #EAEAEA;
}

.catalog_get_cost-form__input {
    height: 80px;
    position: relative;
    background-color: #FFF;
    display: flex;
    align-items: flex-end;
}

.catalog_get_cost-form__input.active .catalog_get_cost-input__label {
    font-size: 14px;
    color: #A8B1B7;
    width: 100%;
    top: 10%;
}

.catalog_get_cost-input__label {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    width: 100px;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    transition: font-size .3s, height .3s, top .3s;
    bottom: 30px;
}

.catalog_get_cost-form__input input {
    background-color: #fff;
    width: 100%;
    height: 60px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 400;
    font-size: 17px;
    background: 0 0;
    position: relative;
    z-index: 1;
    /*margin-bottom: 20px;*/
}

.catalog_get_cost__submit button {
    color: #FFF;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    background: #E40046;
    padding: 22px 42px 5px 30px;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.catalog_get_cost__submit button:hover {
    background: #FB1058;
}

.catalog_get_cost_form_wrapper .select-title {
    border: none;
    box-shadow: none;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.catalog_get_cost_form_wrapper .select-title__value {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    white-space: normal;
    overflow: visible;
    padding-bottom: 15px;
    width: 135px;
    padding-right: 0;
}

.catalog_get_cost_form_wrapper .selected .select-title__value {
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 32px;
}

.catalog_get_cost_form_wrapper .form-branch-select-block.selected .select-title__value {
    padding-bottom: 18px;
}

.catalog_get_cost_form_wrapper .select-title__arrow {
    width: 34px;
    height: 34px;
    background: #F4F5F6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    top: 40%;
}

.catalog_get_cost_form_wrapper .select-options {
    background: #F4F5F6;
    border-radius: 10px;
    padding: 15px 10px 20px 20px;
    overflow: hidden;
    top: 70px;
    left: 20px;
    width: 185px;
    min-width: unset;
}

.catalog_get_cost_form_wrapper .select-options__inner {
    max-height: calc(40vh - 35px);
    overflow: auto;
}

.catalog_get_cost_form_wrapper .select-options__inner::-webkit-scrollbar {
    width: 3px;
}

.catalog_get_cost_form_wrapper .select-options__inner::-webkit-scrollbar-track {
    background-color: #EAEAEB;
    border-radius: 100px;
    margin-right: 10px;
}

.catalog_get_cost_form_wrapper .select-options__inner::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-clip: content-box;
    background-color: #E40046;
    margin-right: 10px;
}

.catalog_get_cost_form_wrapper .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;
}

.catalog_get_cost_form_wrapper .select-options__value:hover,
.catalog_get_cost_form_wrapper .select-options__value.selected {
    background-color: transparent;
    color: #E40046;
}

.catalog_get_cost_form_wrapper .select-options__value span {
    display: block;
    max-width: 100%;
    overflow: hidden;
}

.catalog_get_cost_form_wrapper .form-branch-select-block .select-options__value {
    height: 50px;
}

.catalog_get_cost-select__label {
    opacity: 0;
    top: 60%;
    font-size: 17px;
    z-index: 5;
    position: absolute;
    left: 0;
    font-weight: 400;
    line-height: 21px;
    align-items: center;
    padding-left: 25px;
    transition: font-size .3s, height .3s, top .3s, opacity .3s;
}

.selected .catalog_get_cost-select__label {
    opacity: 1;
    font-size: 14px;
    color: #A8B1B7;
    width: 100%;
    top: 10%;
    display: flex;
}

.catalog_get_cost__form_error_block {
    padding: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #e40046;
}

.catalog_get_cost_form_wrapper .select-options__value div.partner,
.select-title__value div.partner {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #A8B1B7;
}

.select-title__value div.partner {
    margin-top: 5px;
}

.catalog_get_cost_form_wrapper .contact-form__select {
    max-width: calc(100vw - 20px);
}

@media only screen and (max-width: 1260px) {
    .catalog_get_cost_form_wrapper {
        margin-bottom: 35px;
    }

    .catalog_get_cost {
        grid-template-columns: none;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .catalog_get_cost-form__input {
        height: 82px;
    }

    .catalog_get_cost-input__label {
        font-size: 16px;
        line-height: 19px;
        width: 100%;
        padding-left: 20px;
    }

    .catalog_get_cost_form_wrapper .select-title {
        padding-right: 50px;
    }

    .catalog_get_cost_form_wrapper .select-title__value {
        font-size: 16px;
        line-height: 19px;
        width: 100%;
    }

    .catalog_get_cost__submit button {
        padding: 48px 45px 15px 20px;
        font-size: 16px;
        line-height: 19px;
    }

    .catalog_get_cost-form__input input {
        height: 20px;
        margin-bottom: 15px;
        padding-left: 20px;
    }

    .catalog_get_cost_form_wrapper .select-title__arrow {
        width: 25px;
        height: 25px;
    }

    .catalog_get_cost_form_wrapper .select-options {
        top: 75px;
        left: 10px;
        width: 90%;
    }

    .catalog_get_cost_form_wrapper .selected .select-title__value {
        padding-bottom: 15px;
    }

    .catalog_get_cost-select__label {
        padding-left: 20px;
    }

    .catalog_get_cost_form_wrapper .form-branch-select-block.selected .select-title__value {
        padding-bottom: 8px;
    }
}
/* End */


/* Start:/local/templates/asahi_catalog/components/bitrix/catalog.section.list/models_slider/style.css?16666378672264*/
.models_slider__wrapper {
    position: relative;
}

.models_slider__wrapper h3 {
    font-weight: 500;
    font-size: 50px;
    line-height: 61px;
    padding-left: 110px;
    margin-bottom: 25px;
}

.models_slider {
    display: flex;
}

.models_slider__item {
    padding: 20px 30px 60px 40px;
    background: #FFF;
    border: 1px solid #EAEAEA;
    display: block;
    color: #191C21;
    position: relative;
    transition: 0.3s;
    width: 310px;
    margin-right: 20px;
}

.models_slider__item:hover {
    background: #E40046;
    color: #FFFFFF;
}

.models_slider__item:hover i {
    background: #FB1058;
}

.models_slider__item:hover i svg path {
    stroke: #FFF;
    transition: 0.3s;
}

.models_slider__item-name {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
}

.models_slider__item-parent_name {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.models_slider__item i {
    width: 34px;
    height: 34px;
    background: #F4F5F6;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.models_slider__item-bottom {
    display: flex;
    position: absolute;
    bottom: 15px;
    left: 40px;
    right: 30px;
    justify-content: space-between;
}

.models_slider__wrapper[data-slides='0'] .models_slider_arrows,
.models_slider__wrapper[data-slides='1'] .models_slider_arrows,
.models_slider__wrapper[data-slides='2'] .models_slider_arrows,
.models_slider__wrapper[data-slides='3'] .models_slider_arrows,
.models_slider__wrapper[data-slides='4'] .models_slider_arrows {
    display: none;
}

@media only screen and (max-width: 1260px) {
    .models_slider__wrapper[data-slides='2'] .models_slider_arrows,
    .models_slider__wrapper[data-slides='3'] .models_slider_arrows,
    .models_slider__wrapper[data-slides='4'] .models_slider_arrows {
        display: flex;
    }

    .models_slider__item {
        padding: 15px 20px 60px 20px;
        margin-right: 10px;
        width: 225px;
    }

    .models_slider__wrapper h3 {
        font-size: 36px;
        line-height: 44px;
        padding-left: 0;
        margin-bottom: 80px;
    }
}
/* End */


/* Start:/local/templates/asahi_catalog/css/slick.css?16588538681864*/
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-vertical .slick-track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slick-vertical .slick-slide
{
    display: block;
    height: auto;
}
/* End */


/* Start:/local/components/asahi/catalog.filter/templates/.default/style.css?16590231113543*/
.catalog-filter {
    padding: 0 250px 60px 110px;
}

.catalog-filter h3 {
    font-weight: 500;
    font-size: 50px;
    line-height: 61px;
    margin-bottom: 40px;
}

.catalog-filter-selects {
    display: flex;
}

.catalog-filter-apply.mobile {
    display: none;
}

.catalog-filter-apply button {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 10px 25px;
    background: #E40046;
}

.catalog-filter-apply button:hover {
    background: #FB1058;
}

.catalog-filter-select-item {
    margin-right: 10px;
    width: 200px;
}

.catalog-filter .select-title {
    height: 50px;
    border: none;
    box-shadow: none;
}

.catalog-filter .select-title__value {
    line-height: 48px;
}

.catalog-filter .select-options {
    top: 50px;
}

.catalog-filter .select-title__arrow {
    width: 9px;
    height: 5px;
    background-image: url('/local/components/asahi/catalog.filter/templates/.default/images/filter-select-arrow.svg');
}

.catalog-filter-checkboxes {
    margin-top: 30px;
    display: none;
}

.catalog-filter-checkboxes.active {
    display: block;
}

.catalog-filter-checkboxes div {
    display: inline-block;
}

.catalog-filter-checkbox-item input {
    display: none;
}

.catalog-filter-checkbox-item label {
    background-color: #EAEAEB;
    border-radius: 5px;
    padding: 2px 8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    cursor: pointer;
}

.catalog-filter-checkbox-item label:hover {
    color: #001F6B;
}

.catalog-filter-checkbox-item input:checked ~label {
    background-color: #001F6B;
    color: #FFFFFF;
}

.catalog-filter-checkboxes-title {
    margin-right: 20px;
}

.catalog-filter-mobile-spoiler {
    display: none;
}

@media only screen and (max-width: 1260px) {
    .catalog-filter {
        padding: 0;
        margin-bottom: 50px;
    }

    .catalog-filter form {
        display: none;
    }

    .catalog-filter-apply.mobile {
        display: block;
        text-align: center;
    }

    .catalog-filter-apply.desktop {
        display: none;
    }

    .catalog-filter-selects {
        padding-top: 20px;
    }

    .catalog-filter-checkboxes {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .catalog-filter-checkboxes div {
        margin-bottom: 10px;
    }

    .catalog-filter-checkboxes .catalog-filter-checkboxes-title {
        display: block;
    }

    .catalog-filter h3 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 30px;
    }

    .catalog-filter-mobile-spoiler {
        padding-bottom: 10px;
        border-bottom: 1px solid #EAEAEA;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        display: flex;
        justify-content: space-between;
    }

    .catalog-filter-mobile-spoiler svg {
        transition: .3s;
    }

    .catalog-filter-mobile-spoiler.active svg {
        transform: rotate(180deg);
    }

    .catalog-filter-mobile-spoiler-text {
        display: flex;
        align-items: center;
    }

    .catalog-filter-mobile-spoiler-text svg {
        margin-left: 5px;
    }

    .catalog-filter-selects {
        display: block;
    }

    .catalog-filter-select-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .catalog-filter .select-title {
        border-radius: 200px;
    }

    .catalog-filter .select-options {
        border-radius: 10px;
    }
}
/* End */


/* Start:/local/templates/asahi_catalog/components/bitrix/news.list/glasses/style.css?16587452573310*/
.container.catalog-section__container {
    margin-bottom: 100px;
}

.catalog-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.glass-item {
    border: 1px solid #EAEAEA;
    padding: 25px 30px 30px 30px;
    transition: .3s;
}

.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;
}

.glass-item__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
    padding-top: 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__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: space-evenly;
}

.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;
}

@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__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;
    }

    .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;
    }
}
/* End */


/* Start:/local/components/asahi/map.branches/templates/.default/style.css?175225091814111*/
/*---------------------address------------------------*/
.address {
    padding: 70px 0 55px 0;
    background: #fff;
    position: relative;
}

.address-map__frame {
    height: 402px;
}

.address-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

.address__title {
    margin: 0;
}

.address__title:after {
    bottom: -5px;
    width: 138px;
}

.address-selectors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.address-selectors__btn {
    white-space: nowrap;
    margin-left: 15px;
    color: #001f6b;
    width: 157px;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    position: relative;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.address-selectors__btn:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #001f6b transparent transparent transparent;
}

.address-selectors__btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #001f6b;
}

.address-selectors__btn.active {
    background-color: #e40046;
    color: #fff;
}

.address-selectors__btn.active:before, .address-selectors__btn.active:after {
    display: none;
}

.address-info {
    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;
    margin-bottom: 25px;
}

.address-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 575px;
}

.address-filter-column {
    padding-right: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
}

.address-map {
    position: relative;
    margin-bottom: 25px;
}

.address-map__cursor {
    position: absolute;
    width: 42px;
    height: 67px;
    background-image: url(/local/components/asahi/map.branches/templates/.default/images/map-location.png);
}

.address-map__cursor.active {
    background-image: url(/local/components/asahi/map.branches/templates/.default/images/map-location-active.png);
}

.address-map-item {
    position: relative;
    position: absolute;
    width: 370px;
    padding: 25px;
    background: #FFF;
    -webkit-box-shadow: 5.7px 5.7px 16.9px 1.1px rgba(0, 0, 0, 0.2);
    box-shadow: 5.7px 5.7px 16.9px 1.1px rgba(0, 0, 0, 0.2);
}

.address-map-item:before {
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11.5px 12px 11.5px;
    border-color: transparent transparent #fff transparent;
}

.address-map-item__city {
    position: relative;
    margin-bottom: 5px;
    padding-left: 27px;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    color: #001f6b;
    background-image: url(/local/components/asahi/map.branches/templates/.default/images/icon-address.svg);
    background-repeat: no-repeat;
    background-position: 0 30%;
    background-size: 15px 19px;
}

.address-map-item__text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #352f31;
}

.address-map-item__phone {
    padding-left: 25px;
    font-size: 16px;
    color: #656565;
    background-image: url(/local/components/asahi/map.branches/templates/.default/images/icon-phone.svg);
    background-repeat: no-repeat;
    background-position: 0 10%;
    background-size: 13px 13px;
}

.address-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.address-time__type {
    padding-right: 17px;
    padding-left: 30px;
    line-height: 20px;
    color: #656565;
    background-image: url(/local/components/asahi/map.branches/templates/.default/images/icon-time.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    border-right: 1px solid #cecece;
}

.address-time__number {
    padding-left: 15px;
    color: #352f31;
}

.address-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.address-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.333%;
    flex: 1 1 33.333%;
    max-width: 33.333%;
    margin-bottom: 30px;
    padding: 0 15px;
}

.address-item {
    position: relative;
    padding: 20px 55px 20px 25px;
    height: 100%;
    min-height: 185px;
    border: 1px solid #dadada;
    cursor: pointer;
}

.address-item.active {
    border-color: transparent;
    -webkit-box-shadow: 5.7px 5.7px 16.9px 1.1px rgba(0, 0, 0, 0.1);
    box-shadow: 5.7px 5.7px 16.9px 1.1px rgba(0, 0, 0, 0.1);
}

.address-item.active .address-item__number {
    background: #e40046;
    color: #fff;
}

.address-item__number {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 27px;
    height: 27px;
    border: 1px solid #e40046;
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 14px;
    color: #e40046;
}

.address-item__city {
    position: relative;
    margin-bottom: 10px;
    padding-left: 27px;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    color: #001f6b;
    background-image: url(/local/components/asahi/map.branches/templates/.default/images/icon-address.svg);
    background-repeat: no-repeat;
    background-position: 0 30%;
    background-size: 15px 19px;
}

.address-item__text {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 22px;
    color: #352f31;
}

.address-item__phone {
    padding-left: 25px;
    font-size: 16px;
    color: #656565;
    background-image: url(/local/components/asahi/map.branches/templates/.default/images/icon-phone.svg);
    background-repeat: no-repeat;
    background-position: 0 10%;
    background-size: 13px 13px;
}

.address-item .address-item__phone_more {
    padding-left: 25px;
    font-size: 16px;
    color: #656565;
    background-image: url(/local/components/asahi/map.branches/templates/.default/images/icon-phone.svg);
    background-repeat: no-repeat;
    background-position: 0 10%;
    background-size: 13px 13px;
}

.address-item .address-item__phone_more + .address-item__phone,
.fp_lines__phone .address-item__phone_more + a {
    display: none;
}

.fp_lines__phone .address-item__phone_more {
    font-weight: bold;
    color: #4e4e4e;
}

.address-item__phone_more span {
    border-bottom: 1px dashed #656565;
    cursor: pointer;
}

.address-item__phone_more span:hover {
    border-color: transparent;
}

.address-load {
    display: none;
}

.address-column:nth-child(n+7) {
    display: none;
}

.address-row.load-all .address-column:nth-child(n+7) {
    display: block;
}

.address-load {
    margin: 10px auto 0;
    width: 32%;
}

.address-selectors__btn {
    white-space: nowrap;
    margin-left: 15px;
    color: #fff;
    background: #001f6b;
    width: 157px;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    position: relative;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.address-selectors__btn:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #001f6b transparent transparent transparent;
}

.address-selectors__btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #001f6b;
}

.address-selectors__btn.active {
    background-color: #ffffff;
    color: #001f6b;
}

.address-selectors__btn:before,
.address-selectors__btn:after {
    display: none;
}

.address-selectors__btn.active:before,
.address-selectors__btn.active:after {
    display: block;
}

.address-selectors__btn.bitstop {
    background-color: #e40046;
    color: #fff;
}

.address-selectors__btn.bitstop:before {
    border-color: #e40046 transparent transparent transparent;
}

.address-selectors__btn.bitstop:after {
    background: #e40046;
}

.address-selectors__btn.bitstop.active {
    background-color: #ffffff;
    color: #e40046;
}

.address-selectors__btn.bitstop.active:before,
.address-selectors__btn.bitstop.active:after {
    display: block;
}

.address-column:nth-child(n+7) {
    display: none;
}

.address-row.load-all .address-column:nth-child(n+7) {
    display: block;
}

.address-load {
    display: none;
}

.address-load {
    margin: 10px auto 0;
    width: 32%;
}

.address-item .feedback-form {
    width: 112%;
    margin-top: 20px;
}

.address-item .feedback-form__btn {
    width: 100%;
}

.address-item .feedback-form__field {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
}

.fP_lines {
    padding: 10px 0 7px 30px;
    /*	padding: 10px 0 10px 30px; */
    background: url(/local/templates/asahi/images/popup_ics.png) 0 11px no-repeat
}

.fp_lines__time {
    background-position: 0 -58px
}

.fp_lines__addr {
    background-position: 0 -126px;
    font-weight: bold
}

.fp_lines__addr span {
    padding: 0 15px 0 5px;
    font-weight: 400
}

.fp_lines__Street {
    background-position: 0 -192px
}

.fp_lines__website {
    background: url(/local/templates/asahi/images/icon-website.svg) 0 0 no-repeat;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}

.fp_lines__get_cost_btn {
    display: none;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: right;
    margin-right: -35px;
    cursor: pointer;
}

#filia_form .fp_lines__get_cost_btn {
    margin-top: 45px;
    margin-right: 0;
    float: right;
}

.fp_lines__website a {
    border-bottom: 1px dashed transparent;
    color: #656565;
}

.fp_lines__website a:hover {
    border-bottom: 1px dashed #656565;
}

.d-checkbox {
	position: relative;
    display: block;
	padding: 0 0 0 16px;
	font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
	letter-spacing: -0.02em;
    color: #656565;
	cursor: pointer;
}
    .d-checkbox a {
        color: #656565;
        text-decoration: underline;
    }
    .d-checkbox a:hover {
        text-decoration: none;
    }
	.d-checkbox input {
		position: absolute;
		opacity: 0;
		z-index: -1;
	}
	.d-checkbox i {
		position: absolute;
		left: 0;
		top: 1px;
		width: 12px;
		height: 12px;
		border: 1px solid #656565;
		border-radius: 3px;
		cursor: pointer;
	}
    .d-checkbox input.invalid ~ i {
        border-color: red;
    }
	.d-checkbox i:after {
		content: "";
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		transition: all 0.2s ease;
		background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.24512 4.02044L5.34231 8.2651L10.714 1.73486' stroke='%23004799' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 8px auto;
		opacity: 0;
	}
	.d-checkbox input:checked ~ i:after {
		opacity: 1;
	}
	@media (max-width: 767px){
		.d-checkbox {
			font-size: 11px;
		}
	}

.address-item .form-agreement {
	margin-bottom: 15px;
	margin-top: 3px;
}

.address-item .feedback-form__field {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
}

#get_cost div.form-agreement {
    margin: 15px 0 15px !important;
}

.catalog_installation_form_wrapper .d-checkbox {
	margin: 16px 0 30px;
	color: #7E869B;
}
.catalog_installation_form_wrapper .d-checkbox a {
	color: #7E869B;
}
.catalog_installation_form_wrapper .d-checkbox i {
	border-color: #7E869B;
}


@media only screen and (max-width: 1010px) {
    .address {
        padding-top: 50px;
    }

    .address-selectors__btn {
        width: 120px;
    }

    .address-filter {
        width: 490px;
    }

    .address-time__type {
        font-size: 14px;
        background-size: 16px 16px;
    }

    .address-time__number {
        font-size: 14px;
    }

    .address-column {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .address-info {
        display: block;
    }

    .address-filter {
        margin-bottom: 15px;
        width: 100%;
    }

    .address-load {
        width: auto;
    }
}

@media only screen and (max-width: 639px) {
    .address-top {
        display: block;
        margin-bottom: 30px;
    }

    .address__title {
        margin-bottom: 45px;
        text-align: center;
    }

    .address__title:after {
        left: 50%;
        margin-left: -68px;
        bottom: -20px;
    }

    .address-selectors {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .address-selectors__btn {
        width: 160px;
        margin: 0 10px;
    }

    .address-row {
        display: block;
    }

    .address-column {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .address-filter {
        display: block;
    }

    .address-filter-column {
        max-width: 100%;
        padding-right: 0;
    }

    .address-filter-column:first-child {
        margin-bottom: 15px;
    }

    .address-selectors {
        margin: 0 -8px;
    }

    .address-selectors__btn {
        width: 50%;
        margin: 0 8px;
    }

    .address-column:nth-child(n+4) {
        display: none;
    }

    .address-row.load-all .address-column:nth-child(n+4) {
        display: block;
    }

    .address-item.active {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #dadada;
    }

    .address-item.active .address-item__number {
        background: transparent;
        color: #e40046;
    }
}

/* End */


/* Start:/local/components/asahi/main.feedback/templates/get_cost/style.css?1752247494426*/
#get_cost div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;text-align:center;}
#get_cost div.form-agreement { display:flex; margin:0 0 15px; }
#get_cost div.form-agreement label { cursor:pointer; display:inline-block; vertical-align:middle;}
#get_cost div.form-agreement input[type=checkbox] { margin:3px 5px 0 10px; display:inline-block; vertical-align:middle;}
#get_cost div.mf-ok-image{text-align:center;}
/* End */


/* Start:/local/components/asahi/main.feedback/templates/catalog_installation/style.css?16584876153301*/
.catalog_installation_form_wrapper {
    background-color: #001F6B;
    background-image: url('/local/components/asahi/main.feedback/templates/catalog_installation/images/agc_bgr.png');
    background-repeat: no-repeat;
    background-position: 60px bottom;
    padding: 60px 110px 100px 60px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    position: relative;
    z-index: 5;
}

.catalog_installation_form_wrapper h4 {
    font-weight: 500;
    font-size: 50px;
    line-height: 61px;
    max-width: 336px;
    margin-bottom: 20px;
}

.catalog_installation_form_wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    max-width: 470px;
}

.text_input {
    width: 100%;
    border-bottom: 1px solid #F5F6F8;
    padding: 16px 0;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.text_input::placeholder {
    color: #fff;
}

.catalog_installation_form_wrapper .select-title {
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #F5F6F8;
    padding: 16px 0;
    height: auto;
}

.catalog_installation_form_wrapper .select-title__value {
    color: #fff;
    padding-left: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.catalog_installation_form_wrapper .select-title__arrow {
    background-image: url(/local/components/asahi/main.feedback/templates/catalog_installation/images/arrow.svg);
    width: 9px;
    height: 5px;
}

.catalog_installation_form_wrapper .submit_block {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.catalog_installation_form_wrapper .submit_block a {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
    text-decoration-line: underline;
    color: #7E869B;
    max-width: 200px;
}

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

.catalog_installation_form_wrapper .submit_block button {
    background: #FFFFFF;
    color: #001F6B;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 55px;
    margin-right: 20px;
    border: 1px solid #FFFFFF;
}

.catalog_installation_form_wrapper .submit_block button:hover {
    background: #001F6B;
    color: #FFFFFF;
}

.form_error_block {
    padding: 30px;
    margin-bottom: 10px;
    border: 1px solid #e40046;
}

.catalog_installation_form_wrapper .mf-ok-text {
    max-width: 500px;
    padding: 30px;
}

.catalog_installation_form_wrapper .select-options__value {
    color: #191C21;
}

@media only screen and (max-width: 1260px) {
    .catalog_installation_form_wrapper {
        padding: 40px 20px 20px 20px;
        display: block;
        background-image: none;
    }

    .catalog_installation_form_wrapper h4 {
        font-size: 36px;
        line-height: 44px;
    }

    .catalog_installation_form_wrapper p {
        font-size: 15px;
        line-height: 18px;
        max-width: none;
    }

    .catalog_installation_form_right {
        margin-top: 40px;
    }

    .catalog_installation_form_wrapper .submit_block {
        display: block;
    }
    .catalog_installation_form_wrapper .submit_block button {
        width: 100%;
        margin-bottom: 40px;
    }

    .catalog_installation_form_wrapper .submit_block a {
        display: block;
        max-width: none;
        text-align: center;
    }
}
/* End */
/* /local/components/asahi/main.feedback/templates/catalog_get_cost/style.css?16711829406568 */
/* /local/templates/asahi_catalog/components/bitrix/catalog.section.list/models_slider/style.css?16666378672264 */
/* /local/templates/asahi_catalog/css/slick.css?16588538681864 */
/* /local/components/asahi/catalog.filter/templates/.default/style.css?16590231113543 */
/* /local/templates/asahi_catalog/components/bitrix/news.list/glasses/style.css?16587452573310 */
/* /local/components/asahi/map.branches/templates/.default/style.css?175225091814111 */
/* /local/components/asahi/main.feedback/templates/get_cost/style.css?1752247494426 */
/* /local/components/asahi/main.feedback/templates/catalog_installation/style.css?16584876153301 */
