/*Дэфолтные настройки*/
* {
    box-sizing: border-box;
}
ul li{
    list-style: none;
}
html, body {
    margin: 0;
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    overflow-x: clip;
}
section{
    position: relative;
}
h1,h2,h3,h4,h5,p,li,a{
    margin: 0;
    padding: 0;
}
input,textarea{
    font-family: "Inter", sans-serif;
}
input::placeholder,textarea::placeholder{
    font-family: "Inter", sans-serif;
}
ul{
    padding: 0;
    margin: 0;
}
body {
    font-family: "Inter", sans-serif;
    padding: 0;
    margin: 0;
    background-color: #FBFDFD;
    color: #31373D;
}
a {
    color: #31373D;
    text-decoration: none;
}
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 5;
    padding: 0;
    position: relative;
}
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
button{
    cursor: pointer;
    border: none;
}
button:hover{
    transition: 0.3s;
}
/*Дэфолтные настройки*/
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    display: none;
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
    width: 29px;
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}
.menu__btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    width: 48px;
    height: 48px;
    position: relative;
    top: -15px;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 29px;
    height: 1.5px;
    background-color: #31373d;
    transition-duration: .25s;
    right: 10px;
}
.span-burger{
    border: none;
    outline: none;
}

.menu__btn > span::after {
    content: '';
    top: 10px;
    transition: 0.3s;
    right: 0;
    width: 21.5px;
}
.slider-block-content img{
    height: 45px;
}
.section1-main-pagination-slider{
    display: none;
}
.menu__box {
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    padding: 85px 80px;
    height: 100%;
    margin: 0;
    list-style: none;
    background: #f5f7f8;
    backdrop-filter: blur(10px);
    transition-duration: .25s;
    z-index: 999;
    margin-top: 76px;
}
.list-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 65px;
    padding-left: 65px;
    height: 100px;
    position: relative;
    background: white;
}
@font-face {
    font-family: 'Story';
    src: local('Story Regular'), local('Story-Regular'),
    url('font/Story.woff2') format('woff2'),
    url('font/Story.woff') format('woff'),
    url('font/Story.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
.head-logo img{
    width: 130px;
}
.section2-main-title,.section4-main-text-title,.section2-main-title p,.section4-main-text-title p{
    font-family: "Story", sans-serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 125%;
}
.btn-link{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Story", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    background: #1A7B99;
    width: 213px;
    height: 40px;
}
.section2-main-text{
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-top: 10px;
    padding-right: 100px;
    padding-left: 75px;
}
.section2-main-text-content{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.section2-main-img img,.section4-main-img img{
    width: 592px;
    height: 592px;
    object-fit: cover;
}
.section2-main-img-bg span{
    display: flex;
    width: 451px;
    height: 232px;
    background-color: #F6F7F8;
}
.section2-main-img{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.section2-main-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section2-main-title span,.section4-main-text-title span,.section2-main-title em{
    color: #936846;
}
.section4-main-text ul li,.section5-main-text ul li,.section2-main-text-content-p{
    max-width: 559px;
    font-weight: 300;
    font-size: 22px;
    line-height: 120%;
}

.section4-main-container{
    display: flex;
    align-items: center;
    gap: 9px;
}
.section4-main-text ul,.section5-main-text ul{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 24px;
    padding-bottom: 48px;
    padding-left: 20px;
}
.section4-main-text ul li,.section5-main-text ul li{
    list-style-type: unset;
}
.section4-main-text{
    padding: 224px 0;
    padding-left: 75px;
    padding-right: 183px;
}
.section4-main-bg{
    width: 1030px;
    height: 100%;
    background-color: #F6F7F8;
    position: absolute;
    z-index: -1;
    padding-top: 152px;
    padding-bottom: 124px;
    right: 0;
}
.section5-main-text-list li{
    color: #fff;
}
.section5-main-container{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section5-main-text {
    padding: 80px 140px;
    width: 100%;
}
.section5-main-container{
    width: 100%;
}
.section5-main-bottom{
    padding: 25px;
    padding-left: 130px;
    background: #101820;
    width: 1327px;
    gap: 50px;
    display: flex;
}
.section5-main-content{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.section5-main-bottom a{
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #fff;
}
footer{
    padding: 73px 0;
    padding-left: 68px;
    padding-right: 136px;
}
.footer-block{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-block span{
    font-family: "Story", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 1px;
}
.footer-block ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-block ul li a{
    font-family: "Story", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
}
.footer-social{
    display: flex;
    gap: 32px;
}
.footer-block-logo{
    gap: 65px;
}
.footer-container{
    display: flex;
    justify-content: space-between;
    padding: 73px 68px;
    padding-bottom: 136px;
}
.first-section-container{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 143px 160px;
    padding-bottom: 198px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.first-section-container h1{
    font-family: 'Story', sans-serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 125%;
    color: #fff;
    position: relative;
    z-index: 5;
}
.first-section-container p{
    font-weight: 300;
    position: relative;
    z-index: 5;
    font-size: 22px;
    line-height: 120%;
    color: #fff;
}
.first-section-container-bg{
    background: linear-gradient(180deg, rgba(49, 55, 61, 0.25) 0%, rgba(49, 55, 61, 0.5) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.about-mini-tabes-container{
    display: flex;
    justify-content: center;
    gap: 35px;
    padding-left: 160px;
    padding-right: 60px;
}
.about-mini-tabes-container-part{
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 305px;
    width: 100%;
}
.about-mini-tabes-container-part span{
    font-family: 'Story', sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 80px;
}
.about-mini-tabes-container-part p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
}
.about-mini-tabes{
    margin-top: 108px;
}
.about-info-title{
    font-family: 'Story', sans-serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 125%;
}
.about-info-container{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 104px;
    padding-right: 258px;
    background: #FAF8F2;
    padding-left: 258px;
}
.about-info-container p,.about-section-text p{
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
}
.about-mini-tabes{
    margin-bottom: 104px;
}
.about-info-title span{
    color: #936846;
}
.about-section-img img{
    width: 720px;
    height: 720px;
    object-fit: cover;
}
.about-section-text{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 180px;
    padding-left: 95px;
    padding-right: 67px;
}
.about-section-container{
    display: flex;
    gap: 9px;
}
.footer-links{
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-links a{
    font-family: 'Story', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
}
.footer-links-line{
    display: flex;
    width: 1.75px;
    height: 15px;
    background-color: #31373D;
}
.footer-bottom{
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom p{
    font-family: 'Story', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
}
.title{
    font-family: 'Story', sans-serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 125%;
    padding-top: 64px;
    padding-right: 159px;
    padding-left: 159px;
}
.title span{
    color: #936846;
}
.section-partners-container{
    display: flex;
    justify-content: space-between;
    padding: 72px 67px;
}


/* Кнопка меню */
.menu-btn {
    background: transparent;
    padding: 0;
    cursor: pointer;
    font-family: 'Story', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    border: none;
    display: flex;
    gap: 8px;
    align-items: center;
}

/* Меню */
.popup-menu {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    display: none;
    min-width: 100%;
    z-index: 1000;
}

/* Пункты меню */
.menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.menu-list li a span{
    transition: .3s;
}
.menu-list li a span:hover{
    color: #1A7B99;
    transition: .3s;
    text-decoration: underline;
}
.menu-list li a:hover{
    font-size: 18px;
    transition: .3s;
}
.menu-list li:last-child {
    border-bottom: none;
}

.menu-list a {
    display: block;
    text-decoration: none;
    font-size: 16px;
}
.header-menu{
    display: flex;
    gap: 20px;
    align-items: center;
}

.header-left{
    display: flex;
    gap: 65px;
    align-items: center;
}
header{
    position: relative;
    z-index: 99999999;
}
.popup-menu-title{
    font-family: 'Story', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 125%;
    display: block;
    padding-bottom: 30px;
}
.popup-menu{
    padding: 4pc 60px 59px;
    background-color: rgb(245, 247, 248);
}

/* затемняющий слой */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 24, 32, 0.2); /* полупрозрачный черный слой */
    display: none; /* скрыт по умолчанию */
    z-index: 900; /* чуть ниже меню */
}
.header-container{
    background: #FBFDFD;
}
.header-right{
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-right a{
    font-family: 'Story', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #936846;
}

.swiper {
    width: 1158px;
    position: relative;
}
/* Стиль слайдов */
.swiper-button-next,
.swiper-button-prev {
    color: #333; /* Цвет стрелок */
}
.slider-block-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.slider-block-content span{
    font-family: 'Story', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}
.slider-block-content p{
    font-weight: 300;
    font-size: 14px;
    line-height: 125%;
    padding-top: 5px;
}
.slider-block{
    display: flex;
    flex-direction: column;
    background: #F6F7F8;
    padding: 20px;
    padding-bottom: 35px;
    height: 411px;
    justify-content: space-between;
}
.slider-block a{
    display: flex;
    align-items: center;
    font-family: 'Story', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1A7B99;
    gap: 17px;
}
.section3-main-container{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 74px;
}
.title-slider{
    font-family: 'Story', sans-serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 125%;
    padding-top: 80px;
    padding-right: 170px;
}
.title-slider span{
    color: #936846;
}
.swiper{
    margin: 0!important;
}
.section3-main{
    position: relative;
}
.section3-main-img{
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 490px;
    height: 870px;
}
.pagination-slider{
    display: flex;
    align-items: center;
    padding-left: 300px;
    justify-content: flex-start;
    width: 1158px;
}
.pagination-slider > div{
    position: relative!important;
}
.swiper-pagination-bullet{
    width: 16px!important;
    height: 16px!important;
    background: transparent!important;
    opacity: 1!important;
    border: 1px solid #31373D!important;
    margin: 0 12.5px!important;
}
.swiper-pagination-bullet-active{
    background: #31373D!important;
}
.swiper-pagination{
    width: 250px!important;
}
.sec-form-block{
    padding: 80px 100px;
    background: #F5F7F8;
}
.sec-form-container{
    padding: 64px 60px;
}
.sec-form-block p{
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    padding-bottom: 48px;
    padding-top: 24px;
}
.sec-form-block-content-part span{
    font-family: 'Story', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
}
.sec-form-block-content-part input{
    border: 1px solid #C2C7CC;
    background: #FFFFFF;
    width: 100%;
    height: 36px;
    padding-left: 10px;
}
.sec-form-block-content-part{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sec-form-block-content-part textarea{
    height: 100px;
    border: 1px solid #C2C7CC;
    background: #FFFFFF;
    padding-left: 10px;
    width: 100%;
}
.sec-form-block-content{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}
.sec-form-block-content-part{
    width: 100%;
}
.sec-form-block-content-part-input{
    width: 550px;
}



/* Определение CSS-переменных для кастомных чекбоксов */
:root {
    --itc-body-bg: transparent; /* Цвет фона */
    --itc-border-color: #dee2e6; /* Цвет границы */
    --itc-checkbox-color: #11AE88; /* Цвет активного состояния */
    --itc-disabled-opacity: 0.5; /* Прозрачность отключенного чекбокса */

    /* Размеры и стили оформления */
    --itc-border-width: 1px; /* Толщина границы */
    --itc-checkbox-size: 1rem; /* Размер чекбокса */
    --itc-checkbox-gap: 0.5rem; /* Расстояние между чекбоксом и текстом */
    --itc-radius: 0.375rem; /* Радиус скругления */
    --itc-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; /* Плавные анимации */
}


/* Оформление контейнера для чекбоксов */
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    max-width: 320px;
    padding: 1.5rem;
    background: var(--itc-body-bg);
    border: var(--itc-border-width) solid var(--itc-border-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Контейнер для каждого чекбокса */
.checkbox-item {
    display: flex;
    gap: 10px;
    position: relative;
}
.checkbox-item span{
    padding-top: 5px;
}
/* Стилизация чекбокса */
.checkbox-input {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #C2C7CC;
    background-color: var(--itc-body-bg);
    background-image: var(--itc-checkbox-bg-image);
    cursor: pointer;
    transition: var(--itc-transition);
    margin: 0;
}
.checkbox-input-login{
    width: 20px;
    height: 20px;
}
.checkbox-item-login{
    margin: 0!important;
}
.checkbox-label-login{
    font-size: 16px;
}
/* Эффект нажатия */
.checkbox-input:active {
    filter: brightness(90%);
}





/* Оформление состояния checked и indeterminate */
.checkbox-input:checked,
.checkbox-input:indeterminate {
    background-color: #1A7B99;
    background-image: var(--itc-checkbox-bg-image);
}

/* Иконка галочки при выборе чекбокса */
.checkbox-input:checked {
    --itc-checkbox-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* Иконка для неопределенного состояния */
.checkbox-input:indeterminate {
    --itc-checkbox-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* Стили метки чекбокса */
.checkbox-label {
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    color: #6C778E;
}

/* Отключенный чекбокс */
.checkbox-input:disabled {
    filter: none;
    opacity: var(--itc-disabled-opacity);
    cursor: not-allowed;
}

.checkbox-input:disabled ~ .checkbox-label {
    opacity: var(--itc-disabled-opacity);
    cursor: not-allowed;
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}

/* Скрытый элемент для доступности */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.checkbox-item{
    margin: 30px 0;
}
.sec-form-block{
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}
.checkbox-item{
    width: 100%;
}
.title-form,.sec-form-block p{
    width: 100%;
}
.sec-form{
    margin-top: 70px;
}
.about-section-text > p > span{
    color: #936846;
}
.slider-block-content-doc span{
    text-align: center;
    color: #1A7B99;
}
.slider-block-content-doc img{
    width: 50px;
    height: 50px;
}
.slider-block-doc a{
    justify-content: center;
}
.slider-block-doc{
    height: 287px;
}
.slider-block-content-doc{
    align-items: center;
    padding: 48px 20px;
    padding-bottom: 35px;
}
.slider-block-doc span{
    text-align: center;
}
.slider-block-doc{
    border: 1px solid #1A7B99;
}
.section3-main-img2{
    height: 750px;
}
.section3-main-container{
    padding-bottom: 71px;
}
.section3-main-img{
    height: 100%;
}
.section4-main-page{
    margin-top: 20px;
}
.section1-container-text{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 150px;
    padding-right: 30px;
    padding-left: 75px;
}
.section1-container-text span{
    font-family: 'Story', sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 125%;
}
.section1-container-text p{
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 24px;
    line-height: 120%;
    max-width: 495px;
}
.section1-container{
    display: flex;
    justify-content: space-between;
}
.section1-container-img img{
    width: 750px;
    height: 750px;
    object-fit: cover;
}
.section1-main-pagination{
    display: flex;
    background: #F6F7F8;
    width: 971px;
    padding-top: 63px;
    padding-right: 38px;
    padding-left: 38px;
    gap: 10px;
}
.section1-main-pagination-block-line span{
    background: #474C50;
    width: 1px;
    height: 36px;
    opacity: 0.2;
    display: flex;
}
.section1-main-pagination-block{
    padding-right: 26px;
    padding-left: 26px;
    width: 34%;
    cursor: pointer;
}
.section1-main-pagination-block span{
    padding-top: 1px;
    padding-right: 6px;
    padding-bottom: 42px;
    padding-left: 6px;
    display: flex;
    width: 100%;
}
.section1-main-pagination-block-active span{
    border-bottom: 4px solid #1A7B99;
}
.section1-main-pagination{
    position: absolute;
    bottom: 0;
    left: 0;
}
.btn-link{
    transition: .3s;
}
.btn-link:hover{
    transition: .3s;
    text-decoration: underline;
    background: #005075;
}
.news-section-date{
    display: flex;
    flex-direction: column;
    padding-top: 42px;
    padding-left: 99px;
}
.news-section-date-block{
    border-left: 1px solid #474C5033;
    width: 230px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 28px;
    font-family: 'Story', sans-serif;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    line-height: 125%;
}
.news-section-date-block-active{
    color: #936846;
    border-left: 1px solid #936846;
}
.news-section{
    margin-top: 70px;
}
.news-section-content-block-text span{
    font-family: 'Story', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}
.news-section-content-block-text p{
    font-weight: 300;
    font-size: 14px;
    line-height: 125%;
}
.news-section-content-block-text{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.news-section-content-block a{
    color: #1A7B99;
    font-family: 'Story', sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    line-height: 16px;
}
.news-section-content-block{
    width: 310px;
    justify-content: space-between;
    padding: 20px;
    padding-bottom: 35px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.news-section-content{
    background: #F6F7F8;
    padding-top: 164px;
    padding-right: 60px;
    padding-bottom: 164px;
    padding-left: 60px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.news-section-container{
    display: flex;
}
.first-section-container-contact h1,.first-section-container-contact p{
    color: #31373D;
}

.accordion {
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-family: 'Story', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    padding: 0;
}
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.faq-container{
    display: flex;
    flex-direction: column;
    max-width: 750px;
    padding-top: 64px;
    padding-bottom: 64px;
}
.faq-container-block{
    width: 100%;
    padding-top: 40px;
    padding-right: 32px;
    padding-bottom: 18px;
    padding-left: 32px;
    border-bottom: 1px solid #31373D;
}
.section-partners-container img{
    width: 200px;
}
.team-img img{
    width: 450px;
    height: 450px;
}
.section4-main-text-team > .section4-main-text-title{
    font-size: 46px;
}
.section4-main-text-team ul li{
    font-size: 18px;
}
.section4-main-container-team-reverse{
    flex-direction: row-reverse!important;
}
.menu-mob-title{
    font-family: 'Story', sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 1.71428;
    letter-spacing: .128rem;
    font-weight: 400;
    text-transform: uppercase;
}
.menu-mob{
    display: none;
}
.header-left,.head-logo{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-logo{
    border-top: 8px solid #35210d;
}
.menu-btn{
    transition: .3s;
}
.menu-btn:hover{
    transition: .3s;
    border-bottom: 1px solid #1A7B99;
    gap: 15px;
}
.footer-block ul li a:hover,.footer-links a:hover{
    transition: .3s;
    color: #1A7B99;
    text-decoration: underline;
}
.footer-block ul li a,.footer-links a{
    transition: .3s;
}
.section5-main-container,.section5-main-text{
    position: relative;
    z-index: 999;
}
.section5-main-container-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #31373D;
    opacity: 0.5;
}
.slider-block a{
    transition: .3s;
}
.slider-block a:hover{
    transition: .3s;
    gap: 25px;
}