@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
/* Общие стили */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Onest', sans-serif;
    background: rgb(245, 245, 245);;
}

.d-flex {
    display: flex;
    align-items: center;
}
.fancybox__container {

    z-index: 999999 !important;

}
.tab__content.tab1-bg {
    background-image: url("../images/ssass.png") !important;
}

.tab__content.tab2-bg {
    
    background-image: url("../images/a2233373d81dfggdgfdc28380.png") !important;
}

.tab__content.tab3-bg {
    background-image: url("../images/yuyuyu.png") !important;
}



.container {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.foot a{
    color: #000;
    text-decoration: none;
    font-size: 12px;
}
.bor {
    font-size: 12px;
}
footer ul li a {
   font-weight: bold !important;
}
footer ul li a:hover{
    color: rgb(238, 185, 9) !important;

}
.flop{
    position: relative;
    width: 60%;
}
#flop .amoforms__textarea_paragraph {
 
    padding: 0;
    font-size: 15px !important;
}
.foot {
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    padding-bottom: 10px;
    margin-top: 10px;
}
.header__left {
    gap: 40.67px;
}

.header {
    border-bottom: 1px solid rgb(0 0 0 / 13%);
}

.header__logo img {
    max-width: 100%;
}

.header__menu ul {
    list-style: none;
    display: flex;
    gap: 32px;
}

.header__menu a {
    color: rgb(94, 94, 94);
    font-size: 15px;
    font-weight: 300;
    line-height: 150%;
    text-align: left;
    text-decoration: none;
}

.header__info {
    display: flex;
    gap: 21px;
}

.header__phone, .header__email {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__phone img, .header__email img {
    width: 16px; /* Настройка размера иконок */
    height: 16px;
}

.header__phone a, .header__email a {
    color: rgb(94, 94, 94);
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    text-decoration: none;
}

/* Информационный блок */
.info-section {
    padding: 75px 0 100px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-section__left h1 {
    font-family: 'Onest', sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 115%;
    text-align: left;
    letter-spacing: 0%;
    color: rgb(0, 0, 0); /* Основной цвет */
}

.info-section__left h1 .highlight {
    color: rgb(255, 202, 28); /* Выделение слова "Завод" */
}

.info-section__left p {
    color: rgb(94, 94, 94);
    font-family: 'Onest', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 150%;
    text-align: left;
    margin-top: 20px; /* Отступ между заголовком и описанием */
}
.cs__right,
.cs__left {
    cursor: pointer;
}
.prevs {
    margin-bottom: 40px;

}
.cc__right__cc {
    display: flex;
    justify-content: right;
    width: 100%;
}
.cs__right svg{
    transform: rotate(180deg);
}
/* Кнопка */
.info-section__right .btn {
    display: inline-block;
    background: rgb(255, 202, 28);
    color: #000;
    text-decoration: none;
    padding: 17px 36px;
    border-radius: 302px;
    font-size: 16px;
    font-weight: 500;
    border: 8px solid #fff2c9;
}
.fod {
    justify-content: space-between;
}
.btnf {
    display: inline-block;
    background: rgb(255, 202, 28);
    color: #000;
    text-decoration: none;
    padding: 14px 70px;
    border-radius: 302px;
    font-size: 16px;
    font-weight: 500;
    border: 8px solid #fdf2d1;
    background: #fff;
}
/* Section с background картинкой */
.tabs-section {
    position: relative;
}
.tab__content {
    background-image: url('../images/ssass.png'); /* Подставь путь к картинке */
    background-size: cover;
    background-position: center;
    min-height: 600px;
    border-radius: 45px;
    position: relative; /* Позиционирование для after */
    padding: 30px 0 40px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}
/* Затемняющий блок для контраста */
.tab__content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 7%);
    border-radius: 45px;
    z-index: 1;
}
/* Контейнер для кнопок */
.tabs-buttons {
    display: flex;
    gap: 20px;
    z-index: 2; /* Контент выше затемняющего блока */
    position: relative;
    align-items: center;
    justify-content: center;
}

/* Стили для кнопок в неактивном состоянии */
.tab-button {
    box-sizing: border-box;
    border: 1px solid rgb(255, 202, 28);
    border-radius: 70px;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -1.1%;
    text-align: center;
    transition: background 0.3s ease, color 0.3s ease;
}

/* Стили для активной кнопки */
.tab-button.active {
    background: rgb(255, 202, 28);
    color: rgb(0, 0, 0);
}

/* Текстовый блок под кнопками */
.tabs-content {
    margin-top: 0;
    text-align: left;
    color: rgb(255, 255, 255);
    z-index: 2;
    position: absolute;
    bottom: 40px;
    left: 97px;
    width: 50%;
}
/* Заголовок */
.tabs-content h2 {
    color: rgb(255, 255, 255);
    font-family: 'Onest', sans-serif;
    font-size: 38px;
    font-weight: 900;
    line-height: 48px;
    margin-bottom: 20px; /* Отступ вниз */
}

/* Описание */
.tabs-content p {
    font-family: 'Onest', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 38px; /* Отступ снизу */
}

/* Блок с информацией (стоимость и срок) */
.tabs-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Стили для подписи (стоимость и срок) */
.tabs-info .option-title {
    font-size: 15px;
    font-weight: 900;
    line-height: 19px;
}

/* Стили для значений */
.tabs-info .option-value {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    border: 1px solid rgb(255, 202, 28);
    border-radius: 23px;
    padding: 10px 27px;
}

/* Для блока "Стоимость" и "Срок изготовления" */
.tabs-info-row {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* Стили для скрытого контента */
.tab-content {
    display: none;
}

/* Отображение активного контента */
.tab-content.active {
    display: block;
}

.about__section {
    padding: 80px 0 120px; /* Top and bottom padding */
}

.container {
    display: flex; /* Use flexbox for alignment */
    max-width: 1200px; /* Set max width for the container */
    margin: 0 auto; /* Centering */
}

/* Left section styles */
.about__section-left {
    width: 657px; /* Width for the left section */
    
}
.first-part{
    border-radius: 45px 45px 0 0; /* Rounded corners on top */
    background: rgb(232, 232, 232); /* Background color */
    padding: 50px 0 30px 50px; /* Padding as specified */
    box-sizing: border-box;
}

/* Header styles */
.about__section-left h2 {
    font-family: 'Onest', sans-serif;
    font-size: 38px;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 19px;
}

.second-part{
    border-radius: 0px 0px 45px 45px; /* Rounded corners on top */
    background:#fff; /* Background color */
    padding: 30px 50px 45px 50px; /* Padding as specified */
    box-sizing: border-box; 
}

/* Paragraph styles */
.about__section-left p {
    color: rgb(94, 94, 94);
    font-family: Onest;
    font-size: 15px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 20px;
}

/* Second part styles */

/* Right section styles */
.about__section_right {
    flex: 1; /* Take remaining space */
    border-radius: 0 0 45px 45px; /* Rounded corners on bottom */
    background-image: url('../images/Фото013.jpg'); /* Set your background image */
    background-size: cover; /* Cover the whole area */
    background-position: center; /* Center the image */
    border-radius: 60px; /* Adjust border radius as needed */
    min-height: 570px;

}
.childmild {
    padding-bottom: 120px
}
.about__section .container {
    gap: 20px;
}
.prodcont h3{
    color: rgb(0, 0, 0);
    font-family: Onest;
    font-size: 24px;
    font-weight: 900;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 20px;
}
.sliderwraperpartner:after {
    content: "";
    display: block;
    width: 185px;
    height: 423px;
    position: absolute;
    right: 0;
    /* opacity: 0.5; */
    top: 49px;
    z-index: 9;
    background: linear-gradient(90deg, rgba(245, 245, 245, 0) 8.387%, rgb(245, 245, 245) 94.977%);
}
.sliderwraperdiploms:after {
    content: "";
    display: block;
    width: 197px;
    height: 388px;
    position: absolute;
    right: 0;
    /* opacity: 0.5; */
    top: 154px;
    z-index: 9;
    background: linear-gradient(90deg, rgba(245, 245, 245, 0) -93.613%, rgb(245, 245, 245) 94.977%);
}
.sliderwraperteam:after {
    content: "";
    display: block;
    width: 168px;
    height: 482px;
    position: absolute;
    right: 0;
    /* opacity: 0.5; */
    top: -82px;
    z-index: 9;
    background: linear-gradient(90deg, rgba(245, 245, 245, 0) -93.613%, rgb(245, 245, 245) 94.977%);
}

.slap {
    flex-wrap: wrap;
}
.prevs {
    gap: 10px;
}
.cs__left ,
.cs__right{
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    width: 60px;
    height: 60px;
}
.product-image {
    margin-bottom: 40px;
}
.prodcont  p{
        color: rgb(94, 94, 94);
        font-family: Onest;
        font-size: 15px;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: left;
}
.products-section {
    padding-bottom: 0px; /* Отступ снизу для секции */
}
.table-block-title svg {
    display: none;
}
.products-header {
    margin-bottom: 0px; /* Отступ снизу для заголовка */
    padding-left: 97px;
    box-sizing: border-box;
}
.cfg {
    width: 100%;
    justify-content: space-between;
}
.products-header h2 {
    color: rgb(40, 40, 40);
    font-family: 'Onest', sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 30px;
}

.products-header p {
    color: rgb(94, 94, 94);
    font-family: 'Onest', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0;
    text-align: left;
}

.products-items {
    display: flex; /* Для выстраивания элементов в ряд */
    gap: 20px; /* Расстояние между элементами */
}

.product-item {
    width: 367px; /* Ширина элемента */
}

.product-image {
    width: 320px;
    height: 226px;
    border-radius: 45px;
    background-size: cover; /* Чтобы картинка занимала весь контейнер */
    position: relative; /* Для абсолютного позиционирования круга */
}

.product-circle {
    width: 100px;
    height: 100px;
    background: rgb(0, 0, 0);
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: -34px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-circle img{
    width: 85px;
}
.product-item h3 {
    color: rgb(0, 0, 0);
    font-family: 'Onest', sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 31px;
    letter-spacing: 0;
    text-align: left;
    margin-top: 20px; /* Отступ сверху для заголовка продукта */
    margin-bottom: 20px;
}
.prodcont {
    padding-left: 30px;
    border-left: 4px solid rgb(255, 202, 28);
}
.product-item p {
    color: rgb(94, 94, 94);
    font-family: 'Onest', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0;
    text-align: left;
}



.iconsblock__section {
    padding-bottom: 80px; /* Отступ сверху для секции */
}



.iconsblock__header {
    color: rgb(40, 40, 40);
    font-family: 'Onest', sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 60px; /* Отступ снизу для заголовка */
    padding-left: 97px;
}

.iconsblock__items {
    display: flex;
    flex-wrap: wrap; /* Позволяет переносить элементы на новую строку */
    gap: 20px; /* Отступ между элементами */
}
.iconsblock__item {
    width: 48%;
    border-radius: 45px;
    background: rgb(255, 255, 255);
    margin-bottom: 30px;
    padding: 49px 36px 40px 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.iconsblock__icon {
   
  
}
.iconsblock__cc {
    width: 79%;
    padding-left: 20px;
    border-left: 4px solid rgb(255, 202, 28);
}
.iconsblock__item-title {
    color: rgb(40, 40, 40);
    font-family: 'Onest', sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 125%;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 15px; /* Отступ снизу для заголовка элемента */
}

.iconsblock__item-description {
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Onest', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
}


.consultationForma__section {
    padding: 60px 0; /* Отступы сверху и снизу для секции */
}

.consultationForma__container {
    display: flex;
    justify-content: center; /* Центрирование содержимого по горизонтали */
    width: 100%;
}

.consultationForma__content {
    border-radius: 70px;
    background: rgb(255, 255, 255);
    padding: 60px 0 43px 97px; /* Отступы сверху, справа, снизу и слева */
    box-sizing: border-box; /* Учитывать отступы в ширине контейнера */
    width: 100%;
}

.consultationForma__header {
    color: rgb(40, 40, 40);
    font-family: 'Onest', sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 47px; /* Отступ снизу для заголовка */
}
.consultationForma__form {
    display: flex;
    gap: 20px;
    width: 58%;
}

.consultationForma__input {
    border: none; /* Убираем стандартные границы */
    border-bottom: 1px solid rgb(0, 0, 0); /* Нижняя граница */
    font-family: 'Onest', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
    color: rgb(179, 179, 179); /* Цвет текста placeholder */
    padding: 10px 0; /* Отступы для инпутов */
    outline: none; /* Убираем обвод вокруг инпутов */
    flex: 1; /* Элементы растягиваются равномерно */
}

.consultationForma__privacy {
    color: rgba(0, 0, 0, 0.45);
    font-family: 'Onest', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
    margin-top: 40px; /* Отступ сверху для текста конфиденциальности */
    margin-bottom: 14px;
}

.consultationForma__submit {
    border-radius: 302px;
    background: rgb(255, 202, 28);
    padding: 17px 80px; /* Отступы для кнопки */
    border: none; /* Убираем границу */
    font-family: 'Onest', sans-serif;
    cursor: pointer; /* Указатель при наведении */
    color: rgb(0, 0, 0);
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
}
.block {
    width: 76px;
    height: 600px;
    background-color: #f0f0f0;
    border-radius: 50px;
    overflow: hidden;
    transition: width 0.9s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.block.active {
    width: 657px; /* ширина активного блока */
}

.block:hover {
    width: 657px; /* ширина блока при наведении */
}

.showblock {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.showblock__header {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: Onest;
    font-size: 24px;
    font-weight: 900;
    color: rgb(40, 40, 40);
    text-align: center;
    color: rgb(255, 219, 101);
    font-family: Onest;
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 10%;
    text-align: left;
    z-index: 99;
    display: flex;
    gap: 20px;
    position: absolute;
    bottom: 30px;
    transform: rotate(180deg);
    letter-spacing: 2px;
}
.showblock__header:before{
    content: "";
    background: #FFCA1C;
    width: 9px;
    height: 9px;
    display: block;
    margin-right: 10px;
    border-radius: 100%;
    border: 4px solid #7E724D;
}
.hiddenblock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; /* скрыть блок по умолчанию */
    padding: 20px;
}
.block.active .showblock {
    display: none;
}
.block.active .hiddenblock {
    display: block; /* показать блок при активации */
}
.showblock:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000069;
}
.hiddenblock__header {
   
    margin-bottom: 20px;
    border-radius: 0px 0px 15px 15px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-family: Onest;
    font-size: 17px;
    font-weight: 900;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
    width: 360px;
    text-align: center;
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 60px;
}

.hiddenblock__header:before {
    content: "";
    background: #FFCA1C;
    width: 9px;
    height: 9px;
    display: block;
    margin-right: 10px;
    border-radius: 100%;
    border: 4px solid #332806;
}
.bottom__blcok {
    position: absolute;
    bottom: 40px;
    left: 60px;
    width: 90%;
}
.hiddenblock h2 {
    color: rgb(255, 255, 255);
    font-family: Onest;
    font-size: 38px;
    font-weight: 900;
    line-height: 48px;
    margin-bottom: 20px;
}

.hiddenblock p {
    color: rgb(255, 255, 255);
    font-family: Onest;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}

.option {
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.srokivaluu {
    box-sizing: border-box;
    border: 1px solid rgb(255, 202, 28);
    border-radius: 23px;
    color: rgb(255, 255, 255);
    font-family: Onest;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
    display: block;
    padding: 12px 36px;
}
.sroki {
    color: rgb(255, 255, 255);
    font-family: Onest;
    font-size: 15px;
    font-weight: 900;
    line-height: 19px;
}
.review-link {
  
    text-decoration: none;
    padding: 12px 26px;
    border: 1px solid #fff;
    border-radius: 10px;
    position: absolute;
    right: 35px;
    bottom: 23px;
    box-sizing: border-box;
    border: 1px solid rgb(255, 202, 28);
    border-radius: 23px;
    background: rgb(255, 202, 28);
    color: rgb(0, 0, 0);
    font-family: Onest;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
}
.flex-section {
    padding-bottom: 120px;
}
.review-link:hover {
}
.leftman {
    width: 332px;
    position: absolute;
    right: 0;
    top: -55px;
}
.mans{
    background-image: url(images/man.png);
    width: 367px;
    height: 380px;
    background-position: center;
    background-repeat: no-repeat;
}
.man-cc {
    border-radius: 30px;
    background: linear-gradient(180.00deg, rgb(232, 232, 232), rgb(215, 215, 215) 100%);
    padding: 24px 0px 27px 50px;
    width: 310px;
    margin: 0px auto;
    position: absolute;
    bottom: -95px;
    left: 23px;
}
.man-cc  b {
    display: block;
    margin-bottom: 5px;
    color: rgb(40, 40, 40);
    font-family: Onest;
    font-size: 24px;
    font-weight: 900;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: left;
}
.man-cc span{
    display: block;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.6);
    font-family: Onest;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
}
.man-cc a {
    display: block;
    color: rgb(0, 0, 0);
    font-family: Onest;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
    text-decoration: none;
}
.consultationForma__container {
    position: relative;
}
.team {
    padding-top: 50px;
    padding-bottom: 60px;
}
.team__item {
    width: 270px;
}
.team__img {
    border-radius: 45px;
    background: rgb(238, 185, 9);
    height: 241px;
}
.team__img div {
    width: 270px;
    height: 330px;
    background-image: url(../images/image-12.png);
    position: relative;
    top: -89px;
}
.team h2 {
    color: rgb(40, 40, 40);
    font-family: 'Onest', sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 120px;
    padding-left: 97px;
}

.team__info {
    border-radius: 30px;
    background: rgb(255, 255, 255);
    padding: 30px;
    box-sizing: border-box;
    left: 38px;
    position: relative;
    left: 52px;
    top: -81px;
    z-index: 9999;
}
.team__info  b{
    color: rgb(40, 40, 40);
    font-family: Onest;
    font-size: 24px;
    font-weight: 900;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 5px;
    display: block;
}

.team__info span{
    color: rgb(238, 185, 9);
    font-family: Onest;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 15px;
    display: block;
}
.team__info  p{
    color: rgb(94, 94, 94);
    font-family: Onest;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
}
.team__box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.section__yellow_wpal {
    background-image: url(../images/Rectangle\ 30.png);
    border-radius: 70px;
    padding: 22px 60px;
    width: 100%;
    margin-bottom: 100px;
}


.section__yellow_wpal h2{
    color: rgb(40, 40, 40);
    font-family: Onest;
    font-size: 48px;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 15px;
}
.section__yellow_wpal a.spl{
    color: rgb(40, 40, 40);
    font-family: Onest;
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: left;
    text-decoration: none;
}
.container2 {
    width: 1140px;
    margin: 0px auto;
}


.sliderwraperpartner{
    width: calc(50% + 50vw);

}
.partner__section-body  {
        position: relative;

}
.childmild2{
    padding-bottom: 0;
}
.childmild2 .partner__section-body {
    overflow-x: clip;
    min-height: 485px;
}
.sliderwraperpartner .swiper-slide {
    width: 35% !important;
}
.sliderwraperdiploms .swiper-slide a {
    display: block;
}
.sliderwraperdiploms .swiper-slide img {
    width:100%;
}
.sliderwraperdiploms .swiper-wrapper{
    gap:40px;
}
.sliderwraperdiploms{
    width: calc(50% + 50vw);

}

.sliderwraperdiploms .swiper-slide {
    width: 20% !important;
}

.childmild3 .cfg {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 95px;
    margin-top: 60px;
}
.childmild3 {
    margin-bottom:70px;
}
.sliderwraperteam .swiper-slide a {
    display: block;
}

.sliderwraperteam{
    width: calc(50% + 50vw);
    position: relative;

}
.sliderwraperteam .swiper-slide {
    width: 30% !important;
}
.partnerois {
    padding-top: 50px;
    padding-bottom: 50px;
}
.partnerois h2 {
    color: rgb(40, 40, 40);
    font-family: Onest;
    font-size: 48px;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 0;
    text-align: left;
    padding-left: 67px;
    margin-bottom: 60px;
}
.partners-img {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.partner__section-body {
    overflow-x: hidden;
}

.table-section {
    padding: 60px 0;
}

.container {
    width: 1140px;
    margin: 0 auto;
}

.table-title {
    color: rgb(40, 40, 40);
    font-family: Onest;
    font-size: 48px;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 0;
    text-align: left;
    padding-left: 67px;
    margin-bottom: 60px;
}
.cfg h2{
    color: rgb(40, 40, 40);
    font-family: 'Onest', sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 60px;
    padding-left: 97px;
}
.table-wrapper {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 0px 45px 45px 45px;
}

.table-block {
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    border: 5px solid rgb(255, 202, 28);
    border-radius: 45px;
    padding: 63px 88px 60px 67px;
    width: 615px;
}

.table-block + .table-block {
    width: 525px;
    padding: 60px 62px 89px 96px;
}

.table-block-title {
    color: rgb(40, 40, 40);
    font-family: Onest;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 45px;
}

.table-highlight {
    background: rgb(255, 202, 28);
    border-radius: 15px;
    padding: 16px 25px;
}

.table-list {
    list-style: none;
    padding: 0;
}

.table-list li {
    color: rgb(94, 94, 94);
    font-family: Onest;
    font-size: 19px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 69px;
    display: flex;
    gap: 40px;
    align-items: top;
}
.ikontbl {
    position: relative;
    top: 6px;
}
.table-list li:last-child {
    margin-bottom: 0;
}

.table-block + .table-block .table-list li {
    margin-bottom: 50px;
}

.lasttable {
    border: 0;
    border-radius: 45px 45px 45px 45px;
}

#modal   .formmorm{
    padding: 0px 80px;
}
#modal {
    padding: 0;
    border-radius: 50px;
    padding-top: 39px;
}
#modal h2{
    color: rgb(40, 40, 40);
    font-family: 'Onest', sans-serif;
    font-size: 37px;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 50px;
    text-align: center;
}


#photos-section.photos-section {
    padding: 20px 0;
  }
  

  
  #photos-section  .photos-part {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  #photos-section  .photos-left {
    width: 463px;
  }
  
  #photos-section .photos-title {
    color: rgb(40, 40, 40);
    font-family: Onest;
    font-size: 48px;
    font-weight: 900;
    line-height: 115%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 10px;
  }
  
  #photos-section   .photos-button {
    display: inline-block;
    border-radius: 15px;
    background: rgb(255, 202, 28);
    color: rgb(40, 40, 40);
    font-family: Onest;
    font-size: 48px;
    font-weight: 900;
    line-height: 115%;
    letter-spacing: 0%;
    text-align: left;
    padding: 11px 25px;
    margin-bottom: 70px;
  }
  
  #photos-section  .photos-image {
    width: 100%;
    height: 360px;
    border-radius: 45px;
    background-size: cover;
    background-position: center;
  }
  
  #photos-section  .photos-right {
    width: 657px;
    height: 630px;
    border-radius: 45px;
    background-size: cover;
    background-position: center;
  }
  
  #photos-section   .photos-bottom {
    display: flex;
    justify-content: space-between;
  }
  
  #photos-section  .photos-left-big {
    width: 657px;
    height: 630px;
    border-radius: 45px;
    background-size: cover;
    background-position: center;
  }
  
  #photos-section .photos-right-small {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  #photos-section  .photos-image-small {
    width: 463px;
    height: 360px;
    border-radius: 45px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
  }
  
  #photos-section .photos-part .photos-left, .photos-right, .photos-left-big, .photos-right-small {
    margin-right: 20px;
  }
  
  #photos-section  .photos-part .photos-right-small .photos-image-small:last-child {
    margin-bottom: 0;
  }
  





  .header__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header__menu ul li {
    position: relative;
}

.header__menu ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #000;
}

.submenu {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    list-style: none;
    padding: 10px 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.hassubmenu a {
    display: flex;
    gap: 20px;
}
.submenu li {
    padding: 8px 20px;
}

.submenu li a {
    color: #000;
}
.menu-item:hover .submenu {
    display: block !important;
    width: 183px;
    padding: 20px 10px;
    box-sizing: border-box;
}

@media (max-width: 1480px) {
    .sliderwraperpartner:after {

        width: 120px;
      
    }
    
}



/* Адаптивность */
@media (max-width: 1200px) {
    .container {
        width: 1000px;
    }
    .info-section {
        flex-direction: column;
        text-align: center;
    }
    .info-section__left, .info-section__right {
        margin-bottom: 20px;
    }
    .hassubmenu a {
        display: flex;
        gap: 6px;
    }
    .header__menu a {
        color: rgb(94, 94, 94);
        font-size: 14px;

    }
    .header__menu ul {
      
        gap: 13px;
    }
    .sliderwraperpartner .swiper-slide {
        width: 45% !important;
    }
    
    .iconsblock__items {

        gap: 0px;
        justify-content: space-between;
    }
    .team__info {

        left: 0;
      
    }
    .table-block {
       
        width: 56% !important;
    }
    .lasttable {
        width: 44% !important;
    }
    #photos-section .photos-right{
        width: 57%;
   
    }
    #photos-section .photos-left {
        width: 40%;
    }


    #photos-section .photos-left-big {
        width: 60%;
    }

    #photos-section .photos-right-small {
        width: 40%;
   
    }

    .mobsa {
        width: 100%;
    }
    #photos-section .photos-image-small {
        width: 100%;
   
    }
    .leftman {
        width: 37%;
      
     
    }
    .man-cc {
   
        left: 28px;
    }

    .vrto{
        gap: 10px;
    }

}

@media (max-width: 1020px) {
    .container {
        width: 800px;
    }
    .mobilehidden {
        display: none;
    }
    .info-section__left h1 {
        font-family: 'Onest', sans-serif;
        font-size: 36px;
        font-weight: 900;
        line-height: 115%;
        text-align: left;
        letter-spacing: 0%;
        color: rgb(0, 0, 0);
    }
    .info-section__left p {
        font-family: 'Onest', sans-serif;
        font-size: 16px;
    
    }
    .about__section-left {
        width: 100%;
    }
    .about__section_right {
        display: none;
    }
    .products-header,
    .iconsblock__header,
    .table-title,
    .team h2 {
        padding-left: 0;
        font-size: 40px;

    }
    .hiddenblock h2 {
        color: rgb(255, 255, 255);
        font-family: Onest;
        font-size: 32px;
        font-weight: 900;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .bottom__blcok {
        position: absolute;
        bottom: 40px;
        left: 16px;
        width: 100%;
    }
    .iconsblock__item-title {
        color: rgb(40, 40, 40);
        font-family: 'Onest', sans-serif;
        font-size: 18px;
        font-weight: 900;
        line-height: 125%;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 15px;
    }
    .iconsblock__cc {
        width: 71%;
        padding-left: 20px;
        border-left: 2px solid rgb(255, 202, 28);
    }
    .mans {
        width: 100%;
        height: 380px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .man-cc {
        left: -10px;
    }
    .consultationForma__header {
        color: rgb(40, 40, 40);
        font-family: 'Onest', sans-serif;
        font-size: 40px;
        font-weight: 900;
        line-height: 47px;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 47px;
    }
    .consultationForma__header {
        color: rgb(40, 40, 40);
        font-family: 'Onest', sans-serif;
        font-size: 40px;
        font-weight: 900;
        line-height: 47px;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 47px;
    }
    .consultationForma__form {
   
        width: 48%;
    }
    .consultationForma__input {
        width: 100%;
    }
    .consultationForma__privacy {
        color: rgba(0, 0, 0, 0.45);
        font-family: 'Onest', sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 19px;
        letter-spacing: 0;
        text-align: left;
        margin-top: 40px;
        margin-bottom: 14px;
        width: 50%;
    }
    .table-wrapper {
        display: flex;
        justify-content: space-between;
        background-color: #fff;
        border-radius: 0px 45px 45px 45px;
        width: 100%;
        flex-wrap: wrap;
    }
    .table-block {
        width: 100% !important;
    }
    .lasttable {
        width: 100% !important;
    }
    #photos-section .photos-left-big {
        height: 400px;
     
    }
    #photos-section .photos-image-small {
        height: 250px;
    }
    .section__yellow_wpal h2 {
        font-size: 35px;
    }
}

.thispartonlymobile {
    display:none;
}
  
.menumobileopen {
    display:block;
}
@media (max-width: 820px) {
    .container {
        width: 600px;
    }
    .info-section__left h1 {
        font-size: 36px;
    }
    .info-section__left p {
        font-size: 18px;
    }
    .info-section__right .btn {
        font-size: 14px;
        padding: 15px 30px;
    }
    .sliderwraperpartner .swiper-slide {
        width: 67% !important;
    }

    .man-cc {
        left: 0;
    }
    .team__box {
        display: block;
      
    }
    .leftman {
        display: none;
    }

    .consultationForma__form {
        width: 85%;
    }
    .iconsblock__item {
        width: 100%;
        border-radius: 45px;
        background: rgb(255, 255, 255);
        margin-bottom: 30px;
        padding: 49px 36px 40px 30px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
    }
    
    .header {

        z-index: 100;
    }
    .header__menu.show {

        top: 84px !important;
   
        width: 75% !important;

        height: 100vh !important;
        z-index: 9;

    }
    .thispartonlymobile {
        display:block;
    }
    .submenu {
    position: static;

    }
    
    .menu-item:hover .submenu {
    display: none!important;
    width:100%;

    }
       .submenu {
    display: none !important;
    width:100%;

    }
    .hassubmenu ul {
        display:none !important;
    }
        #mlu .menumobileopen {
        display: block !important;
        box-shadow: none;
        padding: 0;
        padding-top: 15px;
    }
    .header__menu ul.submenu  li {
        margin-bottom: 0 !important;
    }
       .header__menu  .submenu  a{
       color: rgba(40, 40, 40, 0.6) !important;
    }
        .header__menu a {
        color: rgb(94, 94, 94);
        font-size: 17px;
    }
    
    .thispartonlymobile .header__info,
    .thispartonlymobile .mobilehidden{
        display:block !important;
                font-size: 14px;

    }
    .thispartonlymobile  .header__phone {
        margin-bottom:25px;
    }
    .thispartonlymobile .header__info {
    margin-top: 50%;
    }
    .info-section__right .btn {

    border: none;
}

footer{
    position:static !important;
}


}
.mbiletitle,
.aboutttm,
.arrowacc {
    display: none;
}
@media (max-width: 620px) {
    .container {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .info-section__left h1 {
        font-size: 28px;
    }
    .info-section__left p {
        font-size: 16px;
    }
    .info-section__right .btn {
        font-size: 12px;
        padding: 10px 20px;
    }
    .info-section {
        flex-direction: column;
        text-align: center;
        background-image: url(../images/aboutbf-mobile.png);
        background-position: center;
        background-size: cover;
    }
    .info-section .container {
        flex-wrap: wrap;
    }
    .info-section {

        background-position: center;
        background-size: cover;
        border-radius: 0px 0px 40px 40px;
        margin-bottom: 31px;
    }
    .dsktitle {
        display: none;
    }
    .mbiletitle {
        display: block;
        color: #fff;
        font-size: 36px;
    }
    .info-section__left p {
        font-size: 15px;
        color: #fff;
    }
    .info-section__right {
        width: 100%;
    }
    .info-section__right .btn {
        font-size: 17px;
        padding: 24px 0px;
        width: 100%;
    }
    .info-section {
        background-position: center;
        background-size: cover;
        border-radius: 0px 0px 40px 40px;
        margin-bottom: 0;
        padding-top: 296px;
        box-sizing: border-box;
        padding-bottom: 10px;
    }
    .tabs-section {
        margin-top: 31px;
    }
    .tabs-section .container {
        padding: 0;
    }
    .tabs-content h2 {
        color: rgb(255, 255, 255);
        font-family: 'Onest', sans-serif;
        font-size: 30px;
        font-weight: 900;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .tabs-content {
        margin-top: 0;
        text-align: left;
        color: rgb(255, 255, 255);
        z-index: 2;
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .tabs-content p {
        font-family: 'Onest', sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 38px;
    }
    .tabs-buttons {
        display: flex;
        gap: 10px;
        z-index: 2;
        position: relative;
        align-items: center;
        justify-content: center;
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .tab-button {
        box-sizing: border-box;
        border: 0;
        border-radius: 70px;
        background: rgb(114 114 114 / 72%);
        padding: 11px 26px;
        cursor: pointer;
        color: rgb(255, 255, 255);
        font-family: 'Onest', sans-serif;
        font-size: 13px;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: -1.1%;
        text-align: center;
    }
    .aboutttm {
        display: block;
    }
    .dskabt {
        display: none;
    }
    .about__section-left p {
        color: rgb(94, 94, 94);
        font-family: Onest;
        font-size: 17px;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 20px;
    }
    .first-part {
        border-radius: 45px;
        background: rgb(255, 255, 255);
        padding: 50px 50px 30px 50px;
        box-sizing: border-box;
    }
    .second-part {
        border-radius: 0px 0px 45px 45px;
        background: rgb(235, 235, 235);
        padding: 30px 50px 45px 50px;
        box-sizing: border-box;
        display: none;
    }
    .about__section-left {
        background: rgb(235, 235, 235);
        border-radius: 45px;

    }
    .aboutttmmore{
        display: flex;
        gap: 10px;
        justify-content: center;
    }
    .moretxt {
        font-size: 15px;
        color: rgba(40, 40, 40, 0.6);
    }
    .openas {
        display: block !important;
    }
    .arowup .aboutttmmore svg {
        transform: rotate(179deg);
    }
    .about__section {
        padding: 80px 0 60px;
    }
    .products-header h2 {
        color: rgb(40, 40, 40);
        font-family: 'Onest', sans-serif;
        font-size: 24px;
        font-weight: 900;
        line-height: 50px;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 20px;
    }
    .products-header p {
        color: rgb(94, 94, 94);
        font-family: 'Onest', sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: 0;
        text-align: left;
    }
    .prevs {
        display: none;
    }
    .sliderwraperpartner .swiper-slide {
        width: 85% !important;
    }
    .sliderwraperpartner:after {
        width: 75px;
    }
    .prodcont h3 {
        color: rgb(0, 0, 0);
        font-family: Onest;
        font-size: 17px;
        font-weight: 900;
        line-height: 31px;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 10px;
    }
    .prodcont p {
        color: rgb(94, 94, 94);
        font-family: Onest;
        font-size: 13px;
        font-weight: 300;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: left;
    }
    .prodcont {
        padding-left: 20px;
        border-left: 4px solid rgb(255, 202, 28);
    }
    .vrto {
        flex-wrap: wrap;
        gap:0;
    }
    .block {
        width: 100%;
        height: 60px;
        margin-bottom: 10px;
        padding-left: 33px;
        justify-content: left;

    }
    .block.active {
        width: 100%;
        min-height: 500px;
    }
    .showblock__header {
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        font-family: Onest;
        font-size: 24px;
        font-weight: 900;
        color: rgb(40, 40, 40);
        text-align: center;
        color: rgb(255, 219, 101);
        font-family: Onest;
        font-size: 15px;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: 10%;
        text-align: left;
        z-index: 99;
        display: flex;
        gap: 0px;
        position: static;
        bottom: 30px;
        transform: rotate(0deg);
        letter-spacing: 2px;
        align-items: center;
        


    }

    .hiddenblock__header {
        margin-bottom: 20px;
        border-radius: 0px 0px 15px 15px;
        background: rgb(0, 0, 0);
        color: rgb(255, 255, 255);
        font-family: Onest;
        font-size: 17px;
        font-weight: 900;
        line-height: 22px;
        letter-spacing: 0%;
        text-align: left;
        width: 360px;
        text-align: center;
        min-height: 55px;
        display: flex;
        justify-content: left;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #000000b0;
        border-radius: 0;
        padding-left: 27px;
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        font-family: Onest;
        font-size: 24px;
        font-weight: 900;
        color: rgb(40, 40, 40);
        text-align: center;
        color: rgb(255, 219, 101);
        font-family: Onest;
        font-size: 15px;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: 2px;

    }
    .arrowacc {
        display: block;
    }
    .arrowacc path {
      
    }
   .hiddenblock__header .arrowacc{
        position: absolute;
        right: 23px;
        transform: rotate(179deg);
    }
    .showblock__header .arrowacc{
        position: absolute;
        right: 23px;
        transform: rotate(0deg);
    }
    .showblock__header  {
        width: 100%;
    }
    .hiddenblock h2 {
        color: rgb(255, 255, 255);
        font-family: Onest;
        font-size: 24px;
        font-weight: 900;
        line-height: 48px;
        margin-bottom: 10px;
    }
    .review-link {
        text-decoration: none;
        padding: 12px 26px;
        border: 1px solid #fff;
        border-radius: 10px;
        position: static;
        right: 35px;
        bottom: 23px;
        box-sizing: border-box;
        border: 1px solid rgb(255, 202, 28);
        border-radius: 23px;
        background: rgb(255, 202, 28);
        color: rgb(0, 0, 0);
        font-family: Onest;
        font-size: 17px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0%;
        text-align: left;
        margin: 0px auto;
        display: block;
        width: 178px;
        margin: 0px auto;
        margin-top: 40px;
    }
    .products-header, .iconsblock__header, .table-title, .team h2,.cfg h2 ,.partnerois h2{
        padding-left: 0;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;

    }
    
    .sliderwraperteam .swiper-slide {
        width: 73% !important;
    }
    .flex-section {
        padding-bottom: 60px;
    }
    .iconsblock__section {
        padding-bottom: 20px;
    }
    .consultationForma__header {
        color: rgb(40, 40, 40);
        font-family: 'Onest', sans-serif;
        font-size: 30px;
        font-weight: 900;
        line-height: 30px;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 40px;
        text-align: center;
    }
    .consultationForma__content {
        border-radius: 70px;
        background: rgb(255, 255, 255);
        padding: 40px 20px 20px 20px;
        box-sizing: border-box;
        width: 100%;
    }
    .consultationForma__form {
        width: 100%;
        display: block;
    }
    .consultationForma__form input {
        margin-bottom: 30px;
    }
    .consultationForma__privacy {
        color: rgba(0, 0, 0, 0.45);
        font-family: 'Onest', sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 19px;
        letter-spacing: 0;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
    }
    .consultationForma__submit {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .leftman {
        display: flex;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
    }
    .mans {
        width: 131px;
        height: 175px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 9;
    }
    .man-cc {
        top: 46px;
        height: 107px;
        left: 58px;
        padding: 14px 0px 0px 94px;
    }
    .man-cc b {
        display: block;
        margin-bottom: 0;
        color: rgb(40, 40, 40);
        font-family: Onest;
        font-size: 24px;
        font-weight: 900;
        line-height: 31px;
        letter-spacing: 0%;
        text-align: left;
    }
    .man-cc a {
        display: block;
        color: rgb(0, 0, 0);
        font-family: Onest;
        font-size: 15px;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: 0%;
        text-align: left;
        text-decoration: none;
    }
    .man-cc span {
        display: block;
        margin-bottom: 4px;
        color: rgba(0, 0, 0, 0.6);
        font-family: Onest;
        font-size: 15px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0%;
        text-align: left;
    }
    .table-title {
        display: none;
    }
    .table-block-title {
        color: rgb(40, 40, 40);
        font-family: Onest;
        font-size: 20px;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 45px;
    }
    .table-list {
        display: none;
    }
    .table-block-title {
        color: rgb(40, 40, 40);
        font-family: Onest;
        font-size: 20px;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 0;
    }
    .table-block + .table-block {
        padding: 16px;
        text-align: left;
        border-radius: 45px;
        margin-top: 20px;
    }
    .table-wrapper {
        display: flex;
        justify-content: space-between;
        background-color: transparent;
        padding: 25px 24px;
        width: 100%;
        flex-wrap: wrap;
    }
    .table-block-title {
        color: rgb(40, 40, 40);
        font-family: Onest;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 0;
        padding-left: 10px;
    }
    .table-block {
        padding: 25px 24px;
        /* border: 2px solid; */
    }
    .table-block {
    
        border: 2px solid rgb(255, 202, 28);

    }
    .lasttable {
        border: 2px solid #0000008c;
    }
    .table-block-title svg {
        position: absolute;
        right: 19px;
    }
    .table-block {
        position: relative;
    }

    .section__yellow_wpal {
        border-radius: 45px;
        padding: 49px 27px;
        width: 100%;
        margin-bottom: 40px;
        background-size: cover;
        display: block;
        background-image: url(../images/xxx.png);
        min-height: auto;
    }

    .childmild3 {
        margin-bottom: 0;
    }
    .section__yellow_wpal h2 {
        font-size: 24px;
        line-height: 29px;
    }
    
    .section__yellow_wpal a.spl {
        color: rgb(40, 40, 40);
        font-family: Onest;
        font-size: 19px;
        font-weight: 600;
        line-height: 50px;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 25px;
        text-decoration: none;
        display: block;
    }
    .btnf {
        display: inline-block;
        background: rgb(255, 202, 28);
        color: #000;
        text-decoration: none;
        padding: 14px 70px;
        border-radius: 302px;
        font-size: 16px;
        font-weight: 500;
        border: 8px solid #fdf2d1;
        background: #fff;
        width: 100%;
        text-align: center;
    }
    footer .header__left  {
        justify-content: center !important;
    }
    #photos-section .photos-part {
        display: block;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .header__menu.show {
        top: 64px !important;

    }
    #photos-section .photos-left {
        width: 100%;
    }
    #photos-section .photos-title {
        color: rgb(40, 40, 40);
        font-family: Onest;
        font-size: 24px;
        font-weight: 900;
        line-height: 115%;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 10px;
    }

    #photos-section .photos-title br {
        display: none;
    }
    #photos-section .photos-button {
        display: inline-block;
        border-radius: 15px;
        background: rgb(255, 202, 28);
        color: rgb(40, 40, 40);
        font-family: Onest;
        font-size: 24px;
        font-weight: 900;
        line-height: 115%;
        letter-spacing: 0%;
        text-align: left;
        padding: 11px 25px;
        margin-bottom: 40px;
    }
    #photos-section .photos-right {
        width: 100%;
        margin-top: 20px;
    }
    #photos-section .photos-left-big {
        width: 100%;
        margin: 0;
    }
    #photos-section .photos-right-small {
        width: 100%;
        margin-top: 20px;
    }

    #photos-section .photos-image,
    .photos-right,
    .photos-left-big,
    .photos-image-small{
        height: 350px !important;
    }
    .sliderwraperdiploms .swiper-slide {
        width: 49% !important;
    }
    .partners-img {
        display: flex !important;
        gap: 5px;
        align-items: center;
        justify-content: space-between;
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .header__info {
        display: flex;
        gap: 21px;
        display: none;
    }
    .header__left {
        gap: 0;
        width: 100%;
        justify-content: space-between;
    }
    .header {
        border-bottom: 1px solid rgb(0 0 0 / 13%);
        position: fixed;
        width: 100%;
        background: rgb(245, 245, 245);
    }
    .burger-menu-icon {
       
        width: 40px !important;
        height: auto;
    }
    .burger-menu-icon {
        cursor: pointer;
        position: relative;
        width: 30px;
        height: 21px;
        display: flex !important;
        flex-direction: column;
        justify-content: end;
        align-items: flex-end;
    }
    
    .about__section-left p br {
        display:none;
    }

    .sliderwraperpartner {
   
        overflow: hidden;
    }
    .shootydo,
    .shooty{
    width: 200px;
    text-align: left;
    line-height: 19px;
    }
    .showblock {
   
    width: 100%;
}
    .bottom__blcok {

        left: 0;
        padding: 20px 20px 0px 20px;
        bottom: 25px;
        z-index:99;
     
    }
    .hiddenblock:after {
        content: "";
        width: 100%;
        display: block;
        height: 100%;
        position: absolute;
        background: #0000008a;
        left: 0;
        top: 55px;
    }

    .review-link {

        background: rgb(255, 202, 28) !important;
        
    }

   .iconsblock__items {
        display: flex;
        flex-wrap: nowrap;

    }

    .iconsblock__item {
        flex: 0 0 28%; /* Ширина элемента */
        margin-right: 2%; /* Отступ между элементами */
        scroll-snap-align: start;
    }
    
        .iconsblock__section {
    padding-bottom: 0;
    overflow-x: scroll;
    margin-bottom: 28px;

}
.iconsblock__item-description {
    display:none;
}
    .iconsblock__item {
        width: 100%;
        border-radius: 45px;
        background: rgb(255, 255, 255);
        margin-bottom: 30px;
        padding: 29px 19px 20px 19px;
        box-sizing: border-box;
        display: block;
        justify-content: space-between;
    }
    .iconsblock__cc {
        width: 100%;
        padding-left: 0;
        border-left: 0;
    }
    .iconsblock__item {
        flex: 0 0 44%;
        margin-right: 2%;
        scroll-snap-align: start;
    }
    .iconsblock__item-title {
        color: rgb(40, 40, 40);
        font-family: 'Onest', sans-serif;
        font-size: 18px;
        font-weight: 900;
        line-height: 125%;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .cfg h2 br{
        display:none;
    }
    .sliderwraperdiploms:after {
    content: "";
    display: block;
    width: 95px;
    height: 246px;
    position: absolute;
    right: 0;
    /* opacity: 0.5; */
    top: 0;
    z-index: 9;
    background: linear-gradient(90deg, rgba(245, 245, 245, 0) -93.613%, rgb(245, 245, 245) 94.977%);
    }

.sliderwraperdiploms .swiper-slide {
        width: 60% !important;
    }
.sliderwraperdiploms .swiper-slide {
        width: 60% !important;
    }
    
    .flop {
    position: relative;
    width: 100%;
}
#button_submit {
    width: initial;
}
    .consultationForma__section {
    padding: 0px 0;
}

.partners-img div {
    width: 26%;
}
.partners-img div img {
    width:100%;
}
.table-section {
    padding: 20px 0;
}
.table-block-title {
    color: rgb(40, 40, 40);
    font-family: Onest;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 0;
    padding-left: 10px;
}
.table-block-title svg {
    display: block;
    top: 23px;
}
    .gogo {
        display: block;
        margin-top: 33px;
    }
.table-list li {
    color: rgb(94, 94, 94);
    font-family: Onest;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 15px;
    display: flex;
    gap: 40px;
    align-items: top;
}
.table-block + .table-block .table-list li {
    margin-bottom: 18px;
}

.sliderwraperteam:after {
    content: "";
    display: block;
    width: 78px;
    height: 482px;
    position: absolute;
    right: 0;
    /* opacity: 0.5; */
    top: -82px;
    z-index: 9;
    background: linear-gradient(90deg, rgba(245, 245, 245, 0) -93.613%, rgb(245, 245, 245) 94.977%);
}
.sliderwraperteam .swiper-slide {
        width: 79% !important;
    }


}


@media (max-width: 420px) {
    .man-cc {
        top: 46px;
        height: 107px;
        left: 0;
        padding: 14px 0px 0px 94px;
        width: 100%;
    }
    .table-wrapper {
        display: flex;
        justify-content: space-between;
        background-color: transparent;
        padding: 0;
        width: 100%;
        flex-wrap: wrap;
    }
        .man-cc {
        top: 46px;
        height: 107px;
        left: 0;
        padding: 14px 0px 0px 143px;
        width: 100%;
    }
    
    #modal .formmorm {
    padding: 0;
}
.srokivaluu {

    font-size: 14px;
  
    padding: 12px 14px;
}
.team__img div {
    width: 185px;
    height: 225px;
    background-image: url(../images/image-12.png);
    position: relative;
    top: -31px;
    background-size: 100%;
}
.team__item {
    width: 210px;
}
 #gazan .sliderwraperteam  .swiper-slide {
        width: 78% !important;
    }

    .header {
        z-index: 100;
        top: 0 !important;
    }
    
    .fancybox__container {
    z-index: 9999999999 !important;
}

.tab__content.tab3-bg{
    background-position: -174px !important;
}
.team__info p{
    display:none;
}

  .aaas   .prevs {
        display: flex;
        justify-content: end;
        width: 100%;
    }
  .sliderwraperpartner:after {
      display:none;
  }  
    
}







.table-list2 {
  list-style: none; /* Убираем стандартные маркеры */
  padding: 0;
}

.table-list2 li {
  position: relative;
  padding-left: 20px; /* Отступ для кружка */
  margin-bottom: 10px; /* Отступ между элементами */
}

.table-list2 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}
@media (max-width: 400px) {
    .tabs-buttons {
        display: flex;
        gap: 4px;
        z-index: 2;
        position: relative;
        align-items: center;
        justify-content: center;
        padding: 0px 20px;
        box-sizing: border-box;
    }
        .tab-button {
        box-sizing: border-box;
        border: 0;
        border-radius: 70px;
        background: rgb(114 114 114 / 72%);
        padding: 6px 20px;
        }
            .tabs-content h2 {
        color: rgb(255, 255, 255);
        font-family: 'Onest', sans-serif;
        font-size: 27px;
        font-weight: 900;
        line-height: 37px;
        margin-bottom: 20px;
    }
    .tabs-info .option-value {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    border: 1px solid rgb(255, 202, 28);
    border-radius: 23px;
    padding: 10px 19px;
}

.second-part {
        border-radius: 0px 0px 45px 45px;
        background: rgb(235, 235, 235);
        padding: 30px 18px 45px 18px;
        box-sizing: border-box;
        display: none;
    }
.products-header h2 {
        color: rgb(40, 40, 40);
        font-family: 'Onest', sans-serif;
        font-size: 24px;
        font-weight: 900;
        line-height: 34px;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 20px;
    }
    
        .sliderwraperpartner .swiper-slide {
        width: 100% !important;
    }
.sliderwraperpartner:after {
       dislay:none !important;
    }
        .hiddenblock h2 {
        color: rgb(255, 255, 255);
        font-family: Onest;
        font-size: 22px;
        font-weight: 900;
        line-height: 33px;
        margin-bottom: 10px;
    }
    
        .block {
        width: 100%;
        height: 60px;
        margin-bottom: 10px;
        padding-left: 11px;
        justify-content: left;
    }
        .consultationForma__header {
        color: rgb(40, 40, 40);
        font-family: 'Onest', sans-serif;
        font-size: 25px;
        font-weight: 900;
        line-height: 30px;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 40px;
        text-align: center;
    }
.mans {
        width: 107px;
        height: 156px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 9;
    }

.man-cc {
        top: 46px;
        height: 107px;
        left: 0;
        padding: 14px 0px 0px 115px;
        width: 100%;
    }
        .man-cc a {
        display: block;
        color: rgb(0, 0, 0);
        font-family: Onest;
        font-size: 11px;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: 0%;
        text-align: left;
        text-decoration: none;
    }
    
        .table-block-title {
        color: rgb(40, 40, 40);
        font-family: Onest;
        font-size: 12px;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 0;
        padding-left: 10px;
    }
        #photos-section .photos-image, .photos-right, .photos-left-big, .photos-image-small {
        height: 243px !important;
    }
    
        .sliderwraperteam .swiper-slide {
        width: 94% !important;
    }
    .header {
        z-index:100;
    }
  
    
}

/* Бургер-меню */
@media (max-width: 820px) {
    .header__menu {
        display: none;
    }

    .burger-menu-icon {
        display: block;
        cursor: pointer;
        position: relative;
        width: 30px;
        height: 21px;
    }

    .burger-menu-icon span {
        display: block;
        width: 100%;
        height: 3px;
        background: #000;
        margin-bottom: 5px;
        transition: all 0.3s;
    }

    .header__menu.show {
        display: block;
        position: absolute;
        top: 60px;
        right: 0;
        background: white;
        width: 100%;
        text-align: center;
        padding: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .header__menu ul {
        flex-direction: column;
        list-style: none;
        padding: 0;
    }

    .header__menu ul li {
        margin-bottom: 15px;
    }

.partners-img {
    display: block;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
}

/* Для отображения открытого бургер-меню */
.header__menu.show {
    display: block;
}
