

/* 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/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/templates/asahi/components/bitrix/news.list/faq/style.css?1652369403345*/
.spoiler_block {
    padding: 20px 0;
}

.spoiler_btn {
    font-size: 130%;
    display: inline-block;
    border-bottom: 1px dashed #656565;
    cursor: pointer;
}

.spoiler_btn:hover {
    border-color: transparent;
}

.spoiler_text {
    font-size: 110%;
    line-height: 130%;
    padding-top: 10px;
    display: none;
}
/* End */


/* Start:/local/components/asahi/main.feedback/templates/review/style.css?1639149878217*/
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}
div.form-agreement { margin:0 0 15px; }
div.form-agreement label { cursor:pointer; }
div.form-agreement input[type=checkbox] { margin:0 0 0 10px; }

/* End */
/* /local/components/asahi/brand.list/templates/.default/style.css?16657365396184 */
/* /local/components/asahi/main.feedback/templates/get_cost/style.css?1605797696424 */
/* /local/templates/asahi/components/bitrix/news.list/faq/style.css?1652369403345 */
/* /local/components/asahi/main.feedback/templates/review/style.css?1639149878217 */
