

/* Start:/local/components/asahi/brand.list/templates/.default/style.css?16657365396184*/
.brand_list__wrapper {
    display: flex;
    width: 100%;
}

.brand_list__left {
    padding-right: 5%;
}

.brand_list__right {
    flex: 1;
    background: #F4F5F6;
    padding: 20px 30px 45px 70px;
}

.brand-list__letters-wrapper {
    display: flex;
    margin-bottom: 40px;
    margin-top: 15px;
}

.brand-list__brands-count {
    flex: 1;
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A8B1B7;
}

.brand-list__letters {
    display: flex;
}

.brand-list__letters li:not(:last-child) {
    margin-right: 30px;
}

.brand-list__letters li {
    cursor: pointer;
}

.brand-list__letters li:hover {
    color: #6D737C;
}

.brand-list__letters li.ru {
    margin-left: 30px;
}

.brand-list__manufacturer-select {
    width: 230px;
    background: #F4F5F6;
    border-radius: 10px;
}

.brand-list__manufacturer-select .select-title {
    background: #F4F5F6;
    border-radius: 200px;
    border: none;
    height: 50px;
    padding: 10px 22px;
    color: #E40046;
}

.brand-list__manufacturer-select .select-title__arrow {
    background-image: url(/local/components/asahi/brand.list/templates/.default/images/arrow.svg);
    width: 9px;
    height: 5px;
}

.brand-list__manufacturer-select .brand-list__manufacturer-title,
.brand-list__manufacturer-select .select-options__value:first-child {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #5B6170;
    padding: 17px 0 15px 0;
    margin: 0 20px 10px 20px;
    border-bottom: 1px solid #EAEAEB;
}

.brand-list__manufacturer-select .brand-list__manufacturer-options {
    box-shadow: none;
    border: none;
    max-height: none;
    position: relative;
    top: unset;
    display: block;
    padding-bottom: 10px;
}

.brand-list__manufacturer-select .select-options__value {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 7px 0;
    text-align: center;
    margin: 0 20px;
    border-bottom: 1px solid #EAEAEB;
}

div.brand-list__manufacturer-select .select-options__value:nth-child(4) {
    border-bottom: none;
}

.brand-list__manufacturer-logo img,
.brand-list__manufacturer-logo svg {
    margin: auto;
}

.brand-list__manufacturer-select .select-options__value.selected,
.brand-list__manufacturer-select .select-options__value:hover {
    background: none;
    color: #E40046;
}

.brand_list_manufacturer-item {
    display: none;
}

.brand_list_manufacturer-item.active {
    display: block;
}

.brand-list__block-inner {
    height: 420px;
    overflow-y: scroll;
    padding-top: 40px;
    padding-bottom: 10px;
    position: relative;
}

.brand-list__block-inner::-webkit-scrollbar {
    display: none;
}

.brand-list__block-inner:after {
    content: "";
    display: block;
    position: sticky;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 70px;
    /*background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%);*/
    background: url("/local/components/asahi/brand.list/templates/.default/images/transparent-bgr.png");
    background-repeat: repeat-x;
}

.brand-list__line-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex: 1;
    padding-top: 15px;
}

.brand-list__item {
    color: #6D737C;
}

.brand-list__item:hover {
    color: #E40046;
}

.brand-list__line {
    display: flex;
    align-items: normal;
}

.brand-list__line-left {
    width: 90px;
    margin-right: 20px;
    border-top: 1px solid #6D737C;
    padding-bottom: 85px;
    margin-top: 22px;
	background-image: url(/local/components/asahi/brand.list/templates/.default/images/line.svg);
    background-repeat: repeat-y;
}

.brand-list__line:last-child .brand-list__line-left {
    background: none;
}

.brand-list__line-letter {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #6D737C;
    width: 60px;
    transition: all 0.3s ease-out;
    text-align: center;
    padding-right: 50px;
    box-sizing: content-box;
}

.brand-list__line.active .brand-list__line-letter {
    transform: scale(1.2);
    color: #191C21;
}

.brand-list__line.active .brand-list__item {
    color: #191C21;
}

.brand-list__line.active .brand-list__line-left {
    background-image: url(/local/components/asahi/brand.list/templates/.default/images/line-active.svg);
    border-color: #191C21;
}

.brand-list__top-arrow,
.brand-list__bottom-arrow {
    opacity: 0;
    display: inline-block;
}

.brand-list__bottom-arrow {
    opacity: 1;
    cursor: pointer;
}

@media only screen and (max-width: 1260px) {
    .brand_list__left {
        display: none;
    }

    .brand_list__right {
        margin-left: -10px;
        margin-right: -10px;
        padding: 0px 10px 10px 10px;
    }

    .brand-list__letters-wrapper {
        padding: 13px 0;
        border-top: 1px solid #EAEAEA;
        border-bottom: 1px solid #EAEAEA;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .brand-list__letters li:not(:last-child) {
        margin-right: 20px;
    }

    .brand-list__letters li.ru {
        margin-left: 0;
    }

    .brand-list__brands-count {
        display: none;
    }

    .brand-list__line-items {
        grid-template-columns: 1fr 1fr;
    }

    .brand-list__top-arrow,
    .brand-list__bottom-arrow {
        width: 20px;
        height: 20px;
        margin-left: -4px;
    }

    .brand-list__top-arrow svg,
    .brand-list__bottom-arrow svg {
        width: 20px;
        height: 20px;
    }

    .brand-list__line-letter {
        font-size: 26px;
        line-height: 31px;
        padding-right: 25px;
        width: 20px;
    }

    .brand-list__line-left {
        width: 15px;
        margin-top: 15px;
        background-image: url("/local/components/asahi/brand.list/templates/.default/images/line-mobile.svg");
        padding-bottom: 75px;
    }

    .brand-list__line.active .brand-list__line-left {
        background-image: url("/local/components/asahi/brand.list/templates/.default/images/line-mobile-active.svg");
    }

    .brand-list__line-items {
        padding-top: 5px;
    }

    .brand-list__line.active .brand-list__line-letter {
        margin-top: 5px;
    }
}
/* End */


/* Start:/local/components/asahi/map.branches/templates/.default/style.css?165848150812905*/
/*---------------------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 .form-agreement {
    display: none;
}

.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;
}

@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?1605797696424*/
#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:15px 0; }
#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/brand.list/templates/.default/style.css?16657365396184 */
/* /local/components/asahi/map.branches/templates/.default/style.css?165848150812905 */
/* /local/components/asahi/main.feedback/templates/get_cost/style.css?1605797696424 */
/* /local/components/asahi/main.feedback/templates/catalog_installation/style.css?16584876153301 */
