

/* Start:/local/templates/kabrita/components/bitrix/news.list/top.banner/style.css?1724071811982*/
/* Баннер */
picture img {
    width: 100%;
}

.banner {
    width: 100%;
    display: block;
    margin-top: 100px;
    overflow: hidden;
    position: relative;
}

.banner_mod {
    clip-path: ellipse(100% 96% at 50% 0%);
    margin-top: 110px;
}

.banner picture {
    display: flex;
}

.banner__slider a {
    display: block;
}

.banner__reviews {
    width: 100%;
}

.banner__slider-img {
    width: 100%;
    max-width: 1250px;
    /* padding: 10px 15px 0; */
    position: relative;
    bottom: 0;
    margin: 0 auto;
}

.banner .swiper-pagination {
    position: static;
    padding-top: 12px;
}

@media (max-width: 800px) {
    .banner {
        margin-top: 65px;
    }  
    .banner_mod {
        margin-top: 95px;       
    }
}

@media (max-width: 600px) {
    .banner_mod {
        clip-path: none;        
    }
}

@media (max-width: 500px) {
    .banner {
        margin-top: 50px;
    }  
    .banner_mod {
        margin-top: 65px;       
    }
}

/* ----- */
/* End */


/* Start:/local/templates/kabrita/components/bitrix/news.list/faq.v2/style.css?17630397287978*/
body {
    margin: 0;
}

.container__989 {
    max-width: 1250px;
    width: auto;
    margin: 20px auto;
}

.box__prev-navigate {
    display: grid;
    column-gap: 89px;
    grid-template:
        "filter bigSummary"
        "widgetAsk bigSummary" 100%;
    /*
    justify-content: start;
    */
    grid-template-columns: min-content;
}

.filter {
    width: 100%;
    max-width: 190px;
    grid-area: filter;
}

.widget__ask-question {
    width: 100%;
    grid-area: widgetAsk;
    margin-top: 40px;
}

.container__question {
    display: flex;
    width: 168px;
    padding: 40px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 20px;
    background: #F0F8FE;
    user-select: none;
    cursor: pointer;
}

.img__question {
    max-width: 90px;
}

.text__question {
    color: #002169;
    font-family: "GT Eesti Pro Display";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.44px;
}

.filter__title {
    font-family: 'Cocon', sans-serif;
    font-size: 34px;
    margin-bottom: 30px;
}

.filter__box {
    font-size: 14px;
    padding: 8px 10px;
    margin: 6px 0;
    display: inline-block;
    width: 100%;
    max-width: 160px;
    font-family: "GT Eesti Pro Display", sans-serif;
    color: #002169;
    cursor: pointer;
    line-height: 1.3;
}

.filter__box_active {
    border: 1px solid #83C2E6;
    background: #E4F3FF;
    border-radius: 25px;
}

.items__big-summary {
    width: 100%;
    grid-area: bigSummary;
}

.questions__page-title {
    font-family: "Cocon", sans-serif;
    color: #002169;
    font-size: 36px;
    margin-bottom: 20px;
    cursor: default;
}

.list__contain-questions {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #83C2E6;
}

.content__item {
    display: flex;
    padding: 10px 0 0 0;
    gap: 10px;
    align-items: center;
    transition: all 0.3s ease;
}

.list__contain-questions.is-opened .content__item {
    align-items: normal;
}

.content__item-descript {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.list__contain-questions.is-opened .content__item-descript {
    align-items: normal;
}

.js__hide {
    display: none;
}

.js__show {
    display: block !important;
}

.content__item-pict {
    width: 148px;
    border-radius: 12px;
    transition: width 0.3s ease, height 0.3s ease;
}

.list__contain-questions.is-opened .content__item-pict {
    width: 232px;
    height: fit-content;
}

.content__item-title {
    font-size: 22px;
    font-family: "GT Eesti Pro Display", sans-serif;
    line-height: 1;      
    color: #002169;
    font-weight: 500;
    max-width: 568px;
    transition: margin-left 0.3s ease;
    cursor: default;
    margin-bottom: 15px;
}

.content__item-icon {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    fill: none;
    stroke: #1B296A;
    stroke-width: 4px;
    transition: transform 0.1s ease;
    cursor: pointer;
}

.content__item-icon:active {
    transform: scale(0.7);
}

.main__contain-list_text-first {
    max-width: 750px;    
    width: auto;
    line-height: 1.2;
    letter-spacing: 0.16px;
    margin-top: 8px;
    cursor: default;
}

.main__contain-list_text-first p {
    margin-top: 0;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 16px;
    color: #002169;
    font-weight: 350;
}

.main__contain-list_text-first ul {
    padding-left: 25px;
}

.main__contain-list_text-first ul li {
    list-style: disc;
    font-weight: 350;
    padding-left: 5px;
}

.main__contain-list_text-first ul li:before {
    content: none;
}

.list__contain-questions.is-opened .content__item-icon line:first-child,
.list__contain-questions:not(.is-opened) .main__contain-list_text-first {
    display: none;
}

ul li {
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 16px;
    color: #002169;
}

ul {
    padding-left: 17px;
}

@media (max-width: 1290px) {
    .container__989 {        
        padding: 0 20px;
    }

    .list__contain-questions.is-opened .content__item-pict {
        width: 205px;
    }

    .main__contain-list_text-first {
        margin-left: 20px;
    }
}

@media (max-width: 1050px) {
    .content__item-pict {
        width: 130px;
    }

    .list__contain-questions.is-opened .content__item-pict {
        width: 170px;
    }

    .content__item-title {
        font-size: 20px;       
    } 

    .main__contain-list_text-first p {
        font-size: 14px;
    }

    ul li {
        font-size: 14px;
    }

    .content__item-icon {
        width: 28px;
        height: 28px;
        stroke-width: 3px;
    }
}

@media (max-width: 900px) {
    .content__item-pict {
        width: 120px;
    }

    .list__contain-questions.is-opened .content__item-pict {
        width: 141px;
    }

    .content__item-title {
        font-size: 20px;        
    }

    .questions__page-title {
        font-size: 30px;
    }

    .main__contain-list_text-first {
        margin-left: 1rem;
    }

    .content__item-icon {
        width: 26px;
        height: 26px;
    }  

    .filter {
        max-width: 100%;
        display: flex;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .filter::-webkit-scrollbar {       
        height: 15px;
    }
    .filter::-webkit-scrollbar-track {
        background: #E4F3FF; /* цвет дорожки */
    }
    .filter::-webkit-scrollbar-thumb {
        background-color: #83C2E6;    /* цвет плашки */
        border-radius: 20px;       /* закругления плашки */
        border: 3px solid #E4F3FF;  /* padding вокруг плашки */
    }

    .filter__title {
        margin-bottom: 20px;
        width: 100%;
    }

    .filter__box {
        border: 1px solid #83C2E6;
        border-radius: 25px;
        max-width: fit-content;
        margin: 6px 10px 6px 0;
        min-width: fit-content;        
    }

    .box__prev-navigate {
        /* flex-direction: column; */
        gap: 20px;
        grid-template:
            "filter"
            "bigSummary"
            "widgetAsk";
    }

    .widget__ask-question {
        display: flex;
        justify-content: center;
    }

    .container__question {
        flex-direction: row;
        max-width: 300px;
        width: 100%;
        height: 109px;
        align-items: center;
        gap: 20px;
        flex-shrink: 0;
    }
}

@media (max-width: 650px) {
    .content__item-title {
        font-size: 18px;       
    }

    .list__contain-questions.is-opened .content__item-pict {
        width: 130px;
    }

    .content__item-icon {
        width: 23px;
        height: 23px;
    }

    .questions__page-title {
        font-size: 25px;
    }
}

@media (max-width: 550px) {
    .list__contain-questions {
        padding: 0;
    }

    .content__item {
        padding: 20px 0 20px 0;
        gap: 0px;
        flex-direction: column;
    }

    .content__item-pict {
        display: none;
        margin-bottom: 20px;
    }

    .questions__page-title {
        display: none;
    }

    .list__contain-questions.is-opened .content__item-pict {
        width: 100%;
        max-width: 500px;
        display: block;
    }

    .list__contain-questions.is-opened .content__item-title {
        margin-left: 0;
    }

    .content__item-title {
        font-size: 22px;
        margin: 0;
    }

    .content__item-icon {
        width: 25px;
        height: 25px;
    }

    .main__contain-list_text-first {
        margin-left: 0;
    }

    .main__contain-list_text-first p {
        font-size: 16px;
    }

    ul li {
        font-size: 16px;
    }

    .content__item-descript {
        justify-content: space-between;
    }
}

@media (max-width: 400px) {
    .main__contain-list_text-first {
        max-width: 298px;
    }

    .content__item-title {
        max-width: 248px;
    }
}


.page._faq {
    background-image: none !important;
}
/* End */


/* Start:/local/components/kabrita/webform/templates/ask.form.popup/style.css?17374489341982*/
.ask-form-new {
    /* position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100; */
    /* display: flex;
    align-items: center;
    justify-content: center;
    background-color: #808080de; */
    width: 568px;
    background-color: #F0F8FE;
    padding: 36px 84px;
    border-radius: 16px;
    border: 0;
    overflow: visible;

    @media (max-width: 600px) {
        padding: 36px 20px;
    }

    &::backdrop {
        background-color: #808080de;
    }

    button.close {
        position: absolute;
        right: -29px;
        top: -22px;
        border: none;
        background: rgb(0 0 0 / 0%);
        cursor: pointer;

        @media (max-width: 650px) {
            right: -8px;
            top: -30px;
        }
    }

    .ask-form-new__container {
        /* max-width: 568px;
        width: 100%;
        background-color: #F0F8FE;
        padding: 36px 84px;
        border-radius: 16px;
        margin: auto 25px;

        @media (max-width: 600px) {
            padding: 36px 20px;
        } */
    }

    .ask-form-new__title__container {
        display: flex;
        gap: 20px;
        margin-bottom: 28px;
    }

    .ask-form-new__title {
        color: #002169;
        font-family: 'Cocon';
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        text-transform: capitalize;

        @media (max-width: 500px) {
            font-size: 30px;
        }
    }

    button.btn._submit {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 80px;
        color: #FFF;
        font-family: "GT Eesti Pro Display";
        font-size: 18px;
        font-weight: 400;
        width: 175px;
        height: 56px;
    }
}

/* .ask-form-new {
    @media (max-width: 768px) {
        margin: 0 auto !important;
    }
} */
/* End */
/* /local/templates/kabrita/components/bitrix/news.list/top.banner/style.css?1724071811982 */
/* /local/templates/kabrita/components/bitrix/news.list/faq.v2/style.css?17630397287978 */
/* /local/components/kabrita/webform/templates/ask.form.popup/style.css?17374489341982 */
