* {
    font-family: "Mulish", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.container {
    max-width: 1300px;
    margin: 0 auto
}

main {
    overflow: hidden
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Полупрозрачный черный */
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    /* блокирует прокрутку внутри */
    touch-action: none;
    /* уьираем прокрутку при мобилках*/
}

h1,
h2,
h3,
p {
    margin: 0;
    padding: 0
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    overflow: auto;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.modal.show {
    display: block;
    opacity: 1
}

.modal-content {
    position: relative;
    background: linear-gradient(313.81deg, #FFFFFF -40.83%, #5CB45D 11.58%, #008601 82.81%);
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 581px;
    -webkit-animation: scaleIn .3s ease;
    animation: scaleIn .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@-webkit-keyframes scaleIn {
    from {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleIn {
    from {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.7s ease, opacity 0.7s ease;
}

.close:hover {
    scale: 1.2;
    transition: transform 0.7s ease, opacity 0.7s ease;
}

.modal__success {
    display: none;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.modal__success.active {
    display: block
}


/* modal and form */

.modal-close {
    position: relative;
    width: 436px;
    height: 40px;
    display: flex;
    align-items: center;
}


.form-toggle {
    display: flex;
    justify-content: center;
    gap: 10px;
    border-radius: 50%;
    height: 42px;
    border-radius: 539px;
    background-color: white;
    box-shadow:
        2.02px 2.02px 6.07px 0px #0000001A,
        8.09px 6.74px 10.79px 0px #00000017,
        18.2px 15.5px 14.16px 0px #0000000D,
        32.36px 26.96px 16.85px 0px #00000003,
        50.56px 42.47px 18.2px 0px #00000000;

}



.form-toggle .form-toggle__btn:nth-child(1) svg {
    width: 27px;
    height: 21px;
}


.form-toggle .form-toggle__btn:nth-child(2) svg {
    width: 27px;
    height: 21px;
}


.form-toggle .form-toggle__btn:nth-child(2) {
    left: 2px;
}

.form-toggle__btn {
    position: relative;
    left: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 42px;
    height: 100%;
    text-decoration: none;
    outline: none;
}

.form-toggle__btn.active {
    background-color: #008601;
}

.form-toggle__btn svg {
    fill: #129F13;
    color: #129F13;
}

.form-toggle__btn.active svg {
    fill: white;
    color: white;
}

.form__success,
.form__subsuccess {
    display: flex;
    color: white;
    font-size: 27px;
    line-height: 37px;
    font-weight: 400;
    user-select: none;
    text-align: left;
    width: 423px;
    margin-top: 50px;
}

.form__subsuccess {
    font-size: 16px;
    line-height: 16px;
    margin: 10px 0 0 0;
}


.modal-content h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    user-select: none;
    width: 436px;
    margin: 24px 0 50px 0;
}

.form {
    width: 436px;
    /* margin-top: 40px; */
}

.form form {
    display: flex;
    flex-direction: column;
    gap: 11px;
    align-items: center;
}

.form__agreement {
    display: flex;
    margin-top: 40px;

}


.form__agreement input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    position: relative;
    width: 29px;
    height: 29px;
    border-radius: 8px;
    border: 2px solid #333;
    background: white;
    cursor: pointer;
    outline: none;
    border: 0;
}


.form__agreement input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: translate(34%, 34%) rotate(45deg);
}


.form__agreement input[type="checkbox"]:checked {
    background-color: #007BFF;
}


.form__agreement .text_agree,
.form__agreement .link_agreement {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    user-select: none;
    letter-spacing: 2px;
}




.form__name,
.form__phone,
.form__email,
.form__agreement,
.form__work,
.form__speciality,
.form__button {
    width: 100%;
}

.form__name input,
.form__phone input,
.form__email input,
.form__speciality input,
.form__work input,
.form__button button {
    width: 100%;
    height: 50px;
    border-radius: 11px;
    outline: none;
    outline-offset: 0px;
    border: 0;
    padding-left: 24px;
    -webkit-appearance: none;
    /* для того чтобы Safari отображал box-shadow на мобилках ios*/
    appearance: none;
    /* для того чтобы Safari отображал box-shadow на мобилках ios*/
}

.form__button {
    margin-top: 40px;
}

.form__button button {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    user-select: none;
    height: 60px;
    border-radius: 34px;
    color: #129F13;
    background-color: #fff;
    cursor: pointer;
}

.form__name input::placeholder,
.form__phone input::placeholder,
.form__email input::placeholder,
.form__work input::placeholder,
.form__speciality input::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #343434;
}

/* Праздники */
/* ПРаздники */
.header__holiday {
    background-image: url('../img/Gradient.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.header__holiday-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    user-select: none;
}

.header__holiday-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    user-select: none;
}

.header__holiday-wrapp {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 11px 0;
}


/* Праздники */

/* modal and form */

.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.header__partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 127px
}

.header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    text-decoration: none
}

.header__img {
    width: 65px;
    height: 65px
}

.header__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 190px
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 0 40px 0
}

.header__title {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #393838;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.header__subtitle {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #393838;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.promo {
    padding: 60px 0;
    background: linear-gradient(135deg, #1AA615 0%, #FDFC47 100%);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin: 60px 0;
}

.promo__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

.promo__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex: 1;
    max-width: 60%;
    color: #fff;
}

.promo__info .title {
    font-weight: 800;
    font-size: 40px;
    line-height: 55px;
    color: #129F13;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.promo__title {
    font-weight: 800;
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 16px;
}

.promo__subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.promo__descrp {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.header__wrap nav {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 32px;
    justify-content: space-between;
    gap: 20px;
}

.header__logo-wrapp {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

/* мобилка header */
.header__mobile {
    width: 250px;
    left: -100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: white;
    z-index: 4;
    transform: translateX(-100%);
    transition: transform 0.7s ease, opacity 0.7s ease;
}

.header__mobile.active {
    transform: translateX(0);
    transition: transform 0.7s ease, opacity 0.7s ease;

}

.header__mobile-contact {
    display: flex;
    flex-direction: column;
    background: transparent;
    border: 2px solid #129F13;
    border-radius: 40px;
    padding: 30px;
    margin-top: 24px;
}

.header__mobile-contact p {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #343434;
    user-select: none;
}

.header__mobile-contact span {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #129F13;
    user-select: none;
    margin-top: 12px;
}

.header__mobile-contact a {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    user-select: none;
    color: #343434;
    text-decoration: none;
}

.header__mobile-contact a:nth-child(4) {
    font-weight: 700;
    margin-top: 4px;
}

.header__mobile-wrap {
    display: flex;
    flex-direction: column;
    padding: 17px 18px 17px 18px;
}

.header__mobile-wrap .button1,
.header__mobile-wrap .button2 {
    width: 100%;
    height: 50px;
}

.header__mobile-wrap .button1 .btn-registration,
.header__mobile-wrap .button2 .btn-registration {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-align: left;
}

.header__mobile-wrap .header__links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding-left: 0;
    margin: 24px 0 10px 0;
}

.header__mobile-wrap .header__links li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    user-select: none;
    color: #343434;
}

/* мобилка header */

.header__logo {
    padding: 0;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.header__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.header__logo-text {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    gap: 4px;
}

.header__org-type {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #313131;
    padding: 0;
    margin: 0;
}

.header__org-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #313131;
    padding: 0;
    margin: 0;
}

.header__licen {
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    color: #686868;
    padding: 0;
    margin: 0;
}

.header__links {
    display: flex;
    list-style-type: none;
    gap: 40px;
    align-items: center;
    flex-shrink: 0;
    margin: 0 20px;
}

.header__links li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #343434;
    text-decoration: none;
    padding: 8px 0;
    position: relative;
    transition: color 0.3s ease;
}

.header__links li a:hover {
    color: #129F13;
}

.header__links li a:hover::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #129F13;
    border-radius: 1px;
}

.header__buttons {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-shrink: 0;
}

.header__buttons-link {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    background-color: #2BAF20;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.header__buttons-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(43, 175, 32, 0.3);
}

.header__buttons-link img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.header__buttons .header__buttons-link:nth-child(2) img {
    width: 36px;
    height: 36px;
}

.header__buttons .header__buttons-link:nth-child(3) img {
    width: 28px;
    height: 28px;
}

.header__buttons-link--chat {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    background-color: #2BAF20;
    border-radius: 25px;
    text-decoration: none;
    padding: 0 20px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    gap: 8px;
}

.header__buttons-link--chat:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(43, 175, 32, 0.3);
}

.header__chat-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.header__chat-text {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}


.burger {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 7px;
    width: 37px;
    height: 37px;
    position: relative;
    cursor: pointer;
}

.burger span {
    width: 100%;
    height: 2px;
    background-color: #343434;
    transition: 0.3s ease all;
}

.header__mobile-close {
    display: block;
    width: 23px;
    height: 23px;
    position: relative;
    cursor: pointer;
    top: -11px;
    left: 0;
}

.header__mobile-close span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 23px;
    background-color: #343434;
    transform-origin: center;
}

.header__mobile-close span:nth-child(1) {
    transform: rotate(45deg);
}

.header__mobile-close span:nth-child(2) {
    transform: rotate(-45deg);
}

/* Состояние активности */
/* .burger.active span {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transition: 0.3s ease all;
} */

/* Верхняя полоска — поворот по часовой
.burger.active span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.3s ease all;
}

/* Средняя полоска — скрыта */
/* .burger.active span:nth-child(2) {
    display: none;
    transition: 0.3s ease all;
} */

/* Нижняя полоска — поворот против часовой */
/* .burger.active span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: 0.3s ease all;
}  */


/* promo */


.promo {
    padding-top: 30px;
}

.promo__descrp span {
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    color: #343434;
}

.promo__head {
    display: flex;
    width: 389px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 44px;
}

.promo__date,
.promo__free {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    user-select: none;
}

.promo__divider {
    width: 134px;
    background-color: #fff;
    height: 1px;
    opacity: 0.7;
}

.promo__pre-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.promo__buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.promo__button {
    height: 64px;
}

.promo__button--solo {
    width: 400px;
}

.promo__button--team {
    width: 491.72px;
}

.promo__button-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #1AA615;
    padding: 0 24px;
    border-radius: 120px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.promo__button-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* .btn-registration:hover {
    background-color: #159036; 
} */

.promo__button-icon {
    margin-right: 12px;
    flex-shrink: 0;
}

.promo__button--solo .promo__button-icon {
    width: 32px;
    height: 32px;
}

.promo__button--team .promo__button-icon {
    width: 80px;
    height: 32px;
}

.promo__button-text {
    font-weight: 600;
    font-size: 16px;
    color: #1AA615;
}


.promo__img {
    flex: 0 0 auto;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo__main-img {
    max-width: 120%;
    height: auto;
    object-fit: contain;
}

.promo__decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.promo__cloud {
    position: absolute;
    opacity: 0.3;
    background-image: url('../img/cloud-promo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.promo__cloud--top {
    top: 20px;
    right: 50px;
    width: 80px;
    height: 60px;
}

.promo__cloud--middle {
    top: 50%;
    left: 20px;
    width: 60px;
    height: 45px;
    transform: translateY(-50%);
}

.promo__cloud--bottom {
    bottom: 30px;
    right: 100px;
    width: 70px;
    height: 50px;
}




/* @keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
} */
/* 
@keyframes moveText {
  0% {
    startOffset: 0%;
  }
  100% {
    startOffset: 100%;
  }
} */

.conference {
    margin: 80px 0;
    text-align: center;
}

.conference .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #343434;
    text-align: left;
    padding: 0;
}

.conference__line {
    margin: 0px 15px 40px 0;
    text-align: left;
}

.conference__line-img {
    width: 245.28981018066406px;
    height: 13.341663360595703px;
}

.conference__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* gap: 2px; */
    margin-top: 40px;
}

.conference__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 242px;
    padding: 20px;
    border-radius: 24px;
    background: #F9F9F9;
    align-items: center;
}

.conference__icon {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.conference__icon img {
    width: 100%;
    height: auto;
}

.conference__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #343434;
    user-select: none;
}

/* quiz */
.quiz .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #343434;
    user-select: none;
    text-align: left;
    padding-top: 0;
    margin-bottom: 40px;
}

.quiz__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 80px);
    gap: 16px;
    max-width: 100%;
}

.quiz__card {
    padding: 20px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    min-height: 80px;
}

.quiz__card--tall {
    grid-row: span 2;
    min-height: 176px;
}

.quiz__card--green {
    background-color: #2BAF20;
}

.quiz__card--yellow {
    background-color: #FFE83D;
}

.quiz__card--light-green {
    background-color: #7DDC17;
}

.quiz__card-text {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    user-select: none;
    z-index: 2;
    position: relative;
}

.quiz__card--yellow .quiz__card-text {
    color: #333;
}

/* Декоративные волнистые линии */
.quiz__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.1) 2px, transparent 2px),
        radial-gradient(circle at 80% 80%, rgba(255,255,255,0.1) 1px, transparent 1px),
        radial-gradient(circle at 40% 60%, rgba(255,255,255,0.1) 1.5px, transparent 1.5px);
    background-size: 30px 30px, 20px 20px, 25px 25px;
    opacity: 0.3;
    z-index: 1;
}

.quiz__wrapp {
    display: flex;
    justify-content: space-between;
}

/* Gallery */
.gallery {
    margin: 120px 0;
}

.gallery .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #343434;
    user-select: none;
    text-align: left;
    padding-top: 0;
    margin-bottom: 40px;
}

.gallery__container {
    background: #F9F9F9;
    border-radius: 20px;
    padding: 40px;
    position: relative;
}

.gallery__wrapper {
    position: relative;
    overflow: hidden;
}

.gallery__slides {
    position: relative;
    width: 100%;
}

.gallery__slide {
    display: flex;
    gap: 20px;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
    visibility: hidden;
}

.gallery__slide.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.gallery__item {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
}

.gallery__image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    background: #fff;
}

.gallery__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 2;
}

.gallery__nav:hover {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.gallery__nav--prev {
    left: 20px;
}

.gallery__nav--next {
    right: 20px;
}

.gallery__nav svg {
    width: 24px;
    height: 24px;
    color: #333;
}

.gallery__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.gallery__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #D9D9D9;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery__dot.active {
    background: #2BAF20;
    transform: scale(1.2);
}

.gallery__dot:hover {
    background: #2BAF20;
    opacity: 0.7;
}

.quiz__info {
    display: flex;
    flex-direction: column;
    gap: 204px;
}

.quiz__descrp {
    display: flex;
    gap: 20px;
    flex-direction: column;
    max-width: 508px;
    margin-top: 40px;
}

.quiz__descrp p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #343434;
    user-select: none;
}

.quiz__draw {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quiz__circle {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.quiz__circle.mobile {
    display: none;
}

.wheel-wrapper {
    position: relative;
}

.spin-button {
    background-color: #129F13;
    text-decoration: none;
    border: none;
    width: 320px;
    height: 70px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    user-select: none;
    border-radius: 120px;
    cursor: pointer;
}

.result-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    user-select: none;
    color: #129F13;
}

.quiz__circle span {
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    user-select: none;
    text-transform: uppercase;
    color: #343434;
}




/* стили интарактивного колеса */
.wheel-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 41px;
    height: 41px;
    background-color: #FFF;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

/* #wheel-segments path:nth-child(1) { stroke: red; } */


.regist {
    margin: 120px 0;
}

.regist .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    user-select: none;
    margin-bottom: 40px;
}

.regist__wrapp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.regist__team,
.regist__network {
    flex: 1;
    max-width: 640px;
    height: 600px;
    box-shadow:
        0px 0px 10px 0px #0000001A,
        5px 5px 15px 0px #00000017,
        -5px -5px 15px 0px #00000017,
        10px 10px 20px 0px #0000000D,
        -10px -10px 20px 0px #0000000D;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.regist__info {
    display: flex;
    flex-direction: column;
    padding: 40px;
    align-items: center;
    height: 100%;
}

.regist__info h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #343434;
    user-select: none;
    text-align: center;
    margin-bottom: 20px;
}

.regist__descrp {
    margin-bottom: 20px;
    text-align: center;
    user-select: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #343434;
}

.regist__special {
    background: #F9F9F9;
    border: 2px solid #2BAF20;
    border-radius: 40px;
    padding: 16px 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 431px;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
}

.regist__special-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.regist__special-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #2BAF20;
    user-select: none;
}

.regist__img {
    margin: 20px 0;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 300px;
    height: 350px;
}

.regist__team-img,
.regist__solo-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 400px;
}

.regist__team .regist__img {
    align-items: flex-end;
}

.regist__network .regist__img {
    align-items: center;
}

.regist__info .button1 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 500px;
    height: 80px;
}

.regist__info .button2 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 500px;
    height: 80px;
}

.regist__info .button1 .btn-registration {
    width: 500px;
    height: 80px;
    background: #2BAF20;
    color: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-left: 40px;
}

.regist__info .button2 .btn-registration {
    width: 500px;
    height: 80px;
    background: #2BAF20;
    color: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-left: 40px;
}

.regist__info .button1 .btn-registration:hover,
.regist__info .button2 .btn-registration:hover {
    background: #1A8A1A;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(43, 175, 32, 0.3);
}

.button-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.footer {
    background: linear-gradient(135deg, #129F13 0%, #2BAF20 100%);
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.footer__wrap {
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
}

.footer__left {
    flex: 1;
    max-width: 723px;
}

.footer__chat-button {
    margin-bottom: 30px;
}

.footer__chat-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 2px solid #129F13;
    border-radius: 30px;
    padding: 12px 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer__chat-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.footer__chat-icon {
    width: 35px;
    height: 35px;
}

.footer__chat-text {
    font-weight: 600;
    font-size: 16px;
    color: #129F13;
}

.footer__text {
    color: #fff;
}

.footer__descrp {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 40px;
    user-select: none;
}

/* Разделительная линия убрана */

.footer__subdescrp {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
    user-select: none;
}

.footer__right {
    flex: 0 0 auto;
    margin-top: 95px;
}

.footer__contact-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 450px;
    min-width: 400px;
}

/* Убираем зеленый уголок */

.footer__contact-header p {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin: 0 0 20px 0;
    user-select: none;
    white-space: nowrap;
}

.footer__contact-divider {
    width: 100%;
    height: 1px;
    background: #E0E0E0;
    margin-bottom: 20px;
}

.footer__contact-info h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #129F13;
    margin: 0 0 15px 0;
    user-select: none;
}

.footer__contact-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer__phone {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer__phone:hover {
    color: #129F13;
}

.footer__decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.footer__cloud {
    position: absolute;
    opacity: 0.1;
}

.footer__cloud--top {
    top: 20px;
    right: 50px;
    width: 80px;
    height: 60px;
}

.footer__cloud--bottom {
    bottom: 20px;
    right: 100px;
    width: 60px;
    height: 45px;
}

.footer__mark {
    position: absolute;
    top: -25px;
    right: 10px;
    width: 60px;
    height: 60px;
    opacity: 1;
    z-index: 3;
}

.grecaptcha-badge {
    z-index: 20;
}


@media (max-width:1490px) {
    .container {
        max-width: 1140px;
    }

    .header__links {
        gap: 30px;
        margin: 0 15px;
    }

    .header__buttons {
        gap: 10px;
    }

    .header__buttons-link--chat {
        width: 150px;
        padding: 0 18px;
        gap: 7px;
    }

    .header__chat-icon {
        width: 17px;
        height: 17px;
    }

    .conference__list {
        justify-content: center;
        gap: 20px;
    }

    .regist__wrapp {
        flex-direction: column;
        gap: 20px;
    }

    .regist__team,
    .regist__network {
        height: 500px;
    }

    .regist__info .button1 .btn-registration {
        width: 100%;
        height: 60px;
        padding-left: 20px;
    }

    .regist__info .button2 .btn-registration {
        width: 100%;
        height: 60px;
        padding-left: 20px;
    }

    .regist__special {
        width: 100%;
        max-width: 431px;
    }

    .regist__info .button1 {
        width: 100%;
        height: 60px;
        bottom: 15px;
    }

    .regist__info .button2 {
        width: 100%;
        height: 60px;
        bottom: 15px;
    }

    .regist__img {
        min-height: 250px;
        height: 280px;
    }

    .regist__team-img,
    .regist__solo-img {
        max-height: 300px;
    }

    .button-icon {
        width: 50px;
        height: 50px;
    }

}


@media (max-width:1200px) {
    .container {
        max-width: 960px;
    }

    .promo__main-img {
        width: 500px;
    }

    .promo__title {
        font-size: 32px;
        line-height: 40px;
    }

    .promo__button--solo {
        width: 350px;
    }

    .promo__button--team {
        width: 430px;
    }

    .promo__main-img {
        width: 600px;
    }

    .promo__cloud--top {
        width: 60px;
        height: 45px;
        top: 15px;
        right: 30px;
    }

    .promo__cloud--middle {
        width: 45px;
        height: 35px;
        left: 15px;
    }

    .promo__cloud--bottom {
        width: 50px;
        height: 35px;
        bottom: 20px;
        right: 70px;
    }

    .footer__content {
        gap: 30px;
    }

    .footer__right {
        margin-top: 40px;
    }

    .footer__descrp {
        font-size: 16px;
        line-height: 22px;
    }

    .footer__subdescrp {
        font-size: 16px;
        line-height: 22px;
    }

    .footer__contact-card {
        padding: 25px;
        max-width: 420px;
        min-width: 350px;
    }

    .footer__contact-info h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .footer__chat-icon {
        width: 32px;
        height: 32px;
    }

    .quiz__draw #wheel {
        width: 500px;
    }

    .conference .title,
    .quiz .title,
    .regist .title {
        font-size: 28px;
        line-height: 30px;
    }

    .header__buttons {
        gap: 10px;
    }

    .header__buttons-link {
        width: 44px;
        height: 44px;
    }

    .header__buttons-link img {
        width: 24px;
        height: 24px;
    }

    .header__buttons .header__buttons-link:nth-child(2) img {
        width: 20px;
        height: 20px;
    }

    .header__buttons .header__buttons-link:nth-child(3) img {
        width: 20px;
        height: 20px;
    }

    .header__buttons-link--chat {
        width: 140px;
        height: 44px;
        padding: 0 16px;
        gap: 6px;
    }

    .header__chat-icon {
        width: 16px;
        height: 16px;
    }

    .header__chat-text {
        font-size: 12px;
    }

    .header__links {
        gap: 25px;
        margin: 0 15px;
    }

    .header__links li a {
        font-size: 14px;
    }


}


@media (max-width:991px) {
    .container {
        max-width: 720px;
    }

    .promo__title {
        max-width: 100%;
    }

    .promo__wrapp {
        flex-direction: column;
        gap: 60px;
        align-items: center;
    }

    .promo__info {
        max-width: 100%;
        text-align: center;
    }

    .promo__head {
        width: 100%;
        justify-content: center;
    }

    .promo__buttons {
        align-items: center;
    }

    .promo__button--solo {
        width: 300px;
    }

    .promo__button--team {
        width: 370px;
    }

    .burger {
        display: flex;
    }

    .header__links,
    .header__buttons {
        display: none;
    }

    .header__logo-wrapp {
        align-items: center;
    }

    .header__logo {
        width: 60px;
        height: 60px;
    }

    .header__org-name {
        font-size: 14px;
        line-height: 18px;
    }

    .header__org-type {
        font-size: 8px;
        line-height: 10px;
    }

    .header__licen {
        font-size: 7px;
        line-height: 9px;
    }

    .quiz__wrapp {
        flex-direction: column;
    }

    .quiz__circle {
        display: none;
    }

    .quiz__circle.mobile {
        display: flex;
    }

    .wheel-center {
        top: 41%;
    }

    .footer__contact-main span {
        font-size: 14px;
    }


    .footer_question p {
        font-size: 9px;
    }

    .promo__buttons {
        align-items: center;
    }

    .promo__button--solo {
        width: 300px;
    }

    .promo__button--team {
        width: 370px;
    }

    .promo__button-link {
        font-size: 14px;
    }

    .promo__button--solo .promo__button-icon {
        width: 28px;
        height: 28px;
    }

    .promo__button--team .promo__button-icon {
        width: 76px;
        height: 28px;
    }

    .promo__main-img {
        width: 800px;
    }
}


@media (max-width:768px) {
    .container {
        max-width: 540px;
    }

    .promo__wrapp {
        flex-direction: column;
        gap: 60px;
    }

    .burger {
        display: flex;
    }

    .header__links,
    .header__buttons {
        display: none;
    }

    .header__logo-wrapp {
        align-items: center;
    }

    .header__logo {
        width: 60px;
        height: 60px;
    }

    .header__org-name {
        font-size: 14px;
        line-height: 18px;
    }

    .header__org-type {
        font-size: 8px;
        line-height: 10px;
    }

    .header__licen {
        font-size: 7px;
        line-height: 9px;
    }

    .quiz__wrapp {
        flex-direction: column;
    }

    .quiz__circle {
        display: none;
    }

    .quiz__circle.mobile {
        display: flex;
    }

    .wheel-center {
        top: 41%;
    }

    .footer__contact-main span {
        font-size: 14px;
    }


    .footer_question p {
        font-size: 9px;
    }

    .promo__buttons {
        flex-direction: column;
        align-items: center;
    }

    .promo__main-img {
        width: 600px;
    }

    .promo__button--solo,
    .promo__button--team {
        width: 100%;
    }


}

@media (max-width:575px) {
    .container {
        max-width: 300px;
    }

    /* Праздники */
    .header__holiday-name {
        font-size: 14px;
    }

    .header__holiday-text {
        font-size: 10px;
    }

    .header__holiday-wrapp {
        flex-direction: column;
        align-items: baseline;
        gap: 4px;
    }

    .header__holiday-name {
        font-size: 14px;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    /* Праздники */

    .header__links,
    .header__buttons {
        display: none;
    }

    .header__org-name {
        font-size: 12px;
        line-height: 14px;
    }

    .header__org-type {
        font-size: 6px;
        line-height: 8px;
    }

    .burger {
        display: flex;
    }

    .header__logo {
        width: 80px;
        height: 80px;
    }

    .header__licen {
        font-size: 6px;
        line-height: 8px;
    }

    .header__wrap nav {
        gap: 13px;
    }

    /* promo */
    .promo {
        padding-top: 20px;
    }

    .promo__wrapp {
        flex-direction: column;
    }

    .promo__head {
        width: 100%;
    }

    .promo__date,
    .promo__free {
        font-size: 14px;
    }

    .promo__pre-title {
        font-size: 14px;
        line-height: 18px;
    }

    .promo__title {
        width: 100%;
        font-size: 22px;
        line-height: 26px;
    }

    .promo__button--solo,
    .promo__button--team {
        width: 100%;
    }

    .promo__button-link {
        text-align: left;
        font-size: 14px;
    }

    .promo__button--solo .promo__button-icon {
        width: 24px;
        height: 24px;
    }

    .promo__button--team .promo__button-icon {
        width: 64px;
        height: 24px;
    }

    .promo__main-img {
        width: 100%;
    }

    .promo__cloud--top {
        width: 40px;
        height: 30px;
        top: 10px;
        right: 20px;
    }

    .promo__cloud--middle {
        width: 35px;
        height: 25px;
        left: 10px;
    }

    .promo__cloud--bottom {
        width: 30px;
        height: 20px;
        bottom: 15px;
        right: 40px;
    }

    .promo__subtitle {
        font-size: 14px;
        line-height: 16px;
        margin-top: 8px;
        margin-bottom: 11px;
    }

    .promo__descrp {
        font-size: 12px;
        line-height: 12px;
    }

    .promo__descrp span {
        font-size: 12px;
    }

    /* conference */

    .conference {
        margin: 72px 0;
    }

    .conference .title {
        font-size: 28px;
        line-height: 30px;
    }


    .conference__list {
        justify-content: center;
        align-items: center;
        gap: 21px;
    }

    /* quiz */

    .quiz .title {
        font-size: 28px;
        line-height: 30px;
    }

    .quiz__wrapp {
        flex-direction: column;
        gap: 36px;
    }

    .quiz__descrp {
        width: 100%;
    }

    .quiz__descrp p {
        font-size: 14px;
        line-height: 14px;
    }

    .quiz__info {
        gap: 36px;
    }

    .wheel-wrapper {
        width: 100%;
    }

    .wheel-wrapper #pointer {
        /* top: 26% !important; */
        top: 137px !important;
        left: 6px !important;
    }

    .wheel-wrapper #pointer svg {
        height: 24px;
        width: 16px;
    }



    .wheel-wrapper svg#wheel {
        width: 300px;
        height: 300px;
    }

    .quiz__circle {
        display: none;
    }


    .quiz__circle.mobile {
        display: flex;
        margin-top: 36px;
        justify-content: center;
        align-items: center;
    }


    .quiz__circle.mobile .spin-button {
        width: 100%;
        font-size: 16px;
        line-height: 18px;
    }

    .wheel-center {
        width: 20px;
        height: 20px;
        top: 34%;
    }

    .result-text {
        font-size: 16px;
        line-height: 16px;
    }

    .result {
        position: absolute;
        bottom: -100px;
        text-align: center;
        font-size: 14px;
        line-height: 14px;
        left: 50%;
        transform: translateX(-50%);
    }

    /* regist */
    .regist {
        margin-top: 150px;
        margin-bottom: 70px;
    }

    .regist .title {
        font-size: 28px;
        line-height: 30px;
    }

    .regist__wrapp {
        flex-direction: column;
        gap: 32px;
    }

    .regist__team,
    .regist__network {
        width: 100%;
    }

    .regist__info h3 {
        font-size: 14px;
        line-height: 16px;
    }

    .regist__info {
        padding: 25px 30px 25px 30px;
    }

    .regist__subtitle span {
        font-size: 12px;
        line-height: 12px;
    }

    .regist__descrp {
        font-size: 12px;
        line-height: 14px;
    }

    .regist__img {
        margin: 20px 0;
    }

    .regist__img img {
        width: 100%;
    }

    .regist__info .button1,
    .regist__info .button2 {
        width: 100%;
        height: 57px;
    }

    .regist__info .button1 .btn-registration,
    .regist__info .button2 .btn-registration {
        font-size: 12px;
        line-height: 14px;
        text-align: left;
        padding-left: 30px;
    }

    /* footer */

    .footer {
        background-color: #2BAF20;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .footer__wrap {
        border: none;
        border-radius: 0;
        background: none;
        padding: 0;
        padding-top: 40px;
        padding-bottom: 23px;
        gap: 20px;
    }

    .footer__wrap {
        padding: 40px 0;
    }

    .footer__content {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .footer__right {
        margin-top: 0;
    }

    .footer__left {
        max-width: 100%;
    }

    .footer__chat-button {
        margin-bottom: 20px;
    }

    .footer__chat-link {
        padding: 10px 18px;
        gap: 8px;
    }

    .footer__chat-text {
        font-size: 14px;
    }

    .footer__descrp {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    /* Разделительная линия убрана для мобильных */

    .footer__subdescrp {
        font-size: 14px;
        line-height: 20px;
    }

    .footer__contact-card {
        padding: 20px;
        max-width: 100%;
        min-width: auto;
    }

    .footer__chat-icon {
        width: 35px;
        height: 35px;
    }

    /* Убираем зеленый уголок для мобильных */

    .footer__contact-header p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .footer__contact-info h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .footer__phone {
        font-size: 14px;
        line-height: 18px;
    }

    .footer__cloud--top {
        width: 60px;
        height: 45px;
        top: 15px;
        right: 30px;
    }

    .footer__cloud--bottom {
        width: 45px;
        height: 35px;
        bottom: 15px;
        right: 60px;
    }

    .footer__mark {
        width: 45px;
        height: 45px;
        top: -20px;
        right: 8px;
    }

    /* Gallery адаптив */
    .gallery__nav {
        width: 40px;
        height: 40px;
    }
    
    .gallery__nav--prev {
        left: 10px;
    }
    
    .gallery__nav--next {
        right: 10px;
    }
    
    .gallery__nav svg {
        width: 20px;
        height: 20px;
    }
    
    .gallery__image {
        height: 250px;
    }


    /* form */

    .form,
    .modal-close {
        width: 276px;
    }

    .modal-content h2 {
        font-size: 16px;
        line-height: 18px;
        width: 100%;
        margin-bottom: 24px;
    }

    .form__agreement {
        margin-top: 24px;
    }


    .form__agreement .text_agree,
    .form__agreement .link_agreement {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: normal;
    }

    /* .close{
        right: 40px;
    } */


    .form__button {
        margin-top: 0;
    }


    .form__success,
    .form__subsuccess {
        width: 276px;
        font-size: 23px;
        margin-top: 24px;
    }

    .form__subsuccess {
        font-size: 16px;
    }

    /* Gallery мобильный адаптив */
    .gallery__nav {
        width: 36px;
        height: 36px;
    }
    
    .gallery__nav--prev {
        left: 5px;
    }
    
    .gallery__nav--next {
        right: 5px;
    }
    
    .gallery__nav svg {
        width: 18px;
        height: 18px;
    }
    
    .gallery__image {
        height: 200px;
    }


}