/*Font 'Candara Regular'*/
@font-face {
    font-family: 'Candara Regular';
    src: url('../fonts/Candara-Regular.eot');
    src: url('../fonts/Candara-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Candara-Regular.woff') format('woff'),
    url('../fonts/Candara-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*Font 'Candara Bold'*/
@font-face {
    font-family: 'Candara Bold';
    src: url('../fonts/Candara-Bold.eot');
    src: url('../fonts/Candara-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Candara-Bold.woff') format('woff'),
    url('../fonts/Candara-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SDK_JP_Web';
    src: url('../fonts/SDK_JP_Web.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


.container {
    max-width: 1400px;
    margin: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 200;
    background: linear-gradient(180deg, rgba(255, 247, 230, 0.97) 0%, rgba(255, 237, 216, 0.94) 100%);
    border-bottom: 2px solid rgba(216, 154, 55, 0.45);
    box-shadow: 0 4px 20px rgba(74, 72, 23, 0.07);
}
.site-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px 20px;
    padding: 12px 20px;
}
.site-header__brand {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: inherit;
}
.site-header__brand img {
    width: auto;
    height: 52px;
    max-width: 72px;
    object-fit: contain;
    display: block;
}
.site-header__title {
    font-family: 'SDK_JP_Web', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: -0.01em;
    color: #4A4817;
    line-height: 1.05;
}
.site-header__nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 28px;
}
.site-header__link {
    font-family: 'Candara Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #4A4817;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    transition: border-color 0.2s ease, color 0.2s ease;
}
.site-header__link:hover {
    color: #635a1f;
    border-bottom-color: rgba(216, 154, 55, 0.85);
}
.site-header__langs {
    display: inline-flex;
    align-items: stretch;
    border-radius: 58px;
    overflow: hidden;
    border: 2px solid rgba(216, 154, 55, 0.8);
    background: rgba(255, 237, 216, 0.65);
}
.site-header__lang {
    font-family: 'Candara Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.06em;
    color: #4A4817;
    text-decoration: none;
    padding: 10px 18px;
    line-height: 1.2;
    transition: background 0.2s ease, color 0.2s ease;
}
.site-header__lang:hover {
    background: rgba(216, 154, 55, 0.18);
}
.site-header__lang--active {
    background: linear-gradient(105.3deg, #FFEBCC -3.49%, #FFD48F 53.47%);
    color: #4A4817;
}
.site-header__lang--active:hover {
    background: linear-gradient(105.3deg, #ffe6bf -3.49%, #ffcf85 53.47%);
}

#about,
#registration {
    scroll-margin-top: 88px;
}

.hero-logo {
    width: 100%;
    display: flex;
    align-items: center;
    grid-gap: 24px;
    text-decoration: none;
}
.hero-logo img {
    width: 100%;
    max-width: 150px;
}
.hero-logo__text {
font-family: 'SDK_JP_Web', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 60px;
letter-spacing: -0.01em;
color: #4A4817;


}
.section-hero {
    background-image: url(../img/hero-back__desk.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 63px;
}
.section-hero__ar{
    background-image: url(../img/hero-back__desk_reverse.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.hero-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    grid-gap: 15px;
    margin-top: 55px;
    margin-bottom: 55px;
}

.hero-title {
    margin: 0;
    font-family: 'SDK_JP_Web', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 60px;
color: #4A4817;
letter-spacing: -0.01em;
}
.hero-pretitle {
    font-family: 'Candara Bold', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 30px;

letter-spacing: 0.03em;

color: #4A4817;
}
.hero-text {
    font-family: 'Candara Bold', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 35px;
/* or 117% */
letter-spacing: 0.03em;

color: #4A4817;

}
.hero-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.hero-form {
    padding: 100px 35px;
    max-width: calc(481px - 70px);
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
    position: relative;
}
.hero-label, .hero-button, .hero-dop, .hero-pay {
    z-index: 2;
}
.hero-form__img {
     width: 100%;
  height: 100%;

  display: block;
  position: absolute;
  top: 0;
}
.hero-input {
    background: rgba(255, 237, 216, 0.8);
border: 2px solid rgba(216, 154, 55, 0.8);
border-radius: 6px;
outline: none;
width: calc(100% - 28px);
padding: 14px;
 font-family: 'Candara Regular', sans-serif;
}
.hero-label {
    width: 100%;
}
/* intl-tel-input: список стран выше кнопки — у .hero-button тоже z-index: 2, она ниже в DOM и перекрывала dropdown */
.hero-form .hero-label:has(.iti) {
    position: relative;
    z-index: 10;
}
.hero-form .iti__country-list,
.contact-card--form .iti__country-list {
    z-index: 50;
}
.contact-card--form .lander-form-field:has(.iti) {
    position: relative;
    z-index: 10;
}
.hero-button {
    background: url(../img/btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
border-radius: 58px;
 width: 100%;
 padding: 22px;
 cursor: pointer;
 padding-bottom: 28px;
 border: 0;
 background-color: initial;
 transition: 0.3s all;
}
.hero-button:hover {
    transition: 0.3s all;
    transform: scale(1.05);
}
.hero-button span {
     font-family: 'Candara Bold', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 38px;
text-align: center;
letter-spacing: 0.02em;
letter-spacing: 0.02em;
text-transform: uppercase;
background: linear-gradient(105.3deg, #FFEBCC -3.49%, #FFD48F 53.47%);
-webkit-background-clip: text;

-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;

}
.hero-dop {
    display: flex;
    justify-content: space-between;
    grid-gap: 10px;
}
.hero-dop__text {
font-family: 'Candara Bold', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 15px;
text-align: center;
color: #4A4817;
}
.hero-block {
    display: flex;
}
.hero-info__item {
    display: flex;
     align-items: flex-end;
     padding: 0 12px !important;
}

.hero-info {
    display: flex;
  
    grid-gap: 30px;
    max-width: 1820px;
    margin: auto;
    margin-top: 140px;
    position: relative;
    justify-content: center;
}


.hero-pay {
    mix-blend-mode: multiply;

}
.hero-info__content {
    align-self: flex-start;
    max-width: 325px;
    position: relative;
    z-index: 2;
    margin-top: -70px;
}
.hero-info__title {
    font-family: 'SDK_JP_Web';
font-style: normal;
font-weight: 400;
font-size: 32px;
letter-spacing: -0.01em;
color: #4A4817;

}
.hero-info__subtext {
    font-family: 'Candara Regular', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 24px;
letter-spacing: 0.01em;
color: #4A4817;
margin-top: 10px;
margin-bottom: 30px;

}
.hero-info__text {
    font-family: 'Candara Regular', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 21px;
line-height: 26px;
letter-spacing: 0.01em;
padding-left: 30px;
max-width: 280px;
z-index: 2;
position: relative;
color: #4A4817;

}
.hero-info__text::before {
    content: url(../img/quote-1.svg);
    position: absolute;
    top: 0;
    left: 0;
}
.hero-info__text::after {
    content: url(../img/quote-2.svg);

}
.hero-person {
   position: absolute;
}
.hero-info__item:first-child .hero-person {
    left: 0;
}
.hero-info__item:last-child .hero-person {
    right: 0;
}
.hero-info__mob {
    display: none;
}



.section-about {
    background-image: url(../img/about-back__desk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 114px;
    padding-bottom: 188px;
}

.about-title {
    margin: 0;
    font-family: 'SDK_JP_Web';
font-style: normal;
font-weight: 400;
font-size: 38px;
line-height: 1.2;
text-align: center;
letter-spacing: -0.01em;
max-width: 1290px;
color: #F5D5A3;
}
.about-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 10px;
    margin-top: 126px;

}
.about-img {
    max-width: 750px;
}
.about-form {
    background-image: url(../img/form2-back.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    padding-top: 114px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
    
    width: 100%;
    max-width: calc(541px - 100px);

}
.about-button {
        background: url(../img/btn-2.png);
            background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    text-decoration: initial;
    text-align: center;
    width: calc(100% - 44px);
    display: inline-block;
}
.about-form__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
    background: rgba(255, 237, 216, 0.8);
border: 2px solid rgba(216, 154, 55, 0.8);
border-radius: 6px;
padding: 10px 20px;
}
.about-form__price {

font-family: 'SDK_JP_Web', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 20px;
text-align: right;
letter-spacing: 0.03em;
color: #666A1A;

}
.about-form__info {
    display: flex;
    align-items: center;
    grid-gap: 21px;
}
.about-form__img {
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-form__text {
    font-family: 'Candara Regular', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 22px;
text-align: center;
letter-spacing: 0.03em;

color: #4A4817;

}

.about-top {
    margin-top: 118px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    grid-gap: 30px;
}
.about-top__title {
font-family: 'SDK_JP_Web', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 39px;
text-align: center;
letter-spacing: -0.01em;
color: #F5D5A3;
line-height: 1.2;
margin: 0;
}
.about-top__line {
    border-top: 2px solid #FFD48F;
    width: 100%;
}
.about-top__text {
font-family: 'Candara Regular', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 28px;
line-height: 40px;
text-align: center;
letter-spacing: 0.03em;
color: #F5D5A3;


}
.about-rev {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 50px;
    margin-top: 100px;
}
.about-rev__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 30px;
    max-width: 406px;
}
.about-rev__text {
    font-family: 'Candara Regular', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
letter-spacing: 0.03em;
color: #F5D5A3;

}
.about-rev__img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;

}

.about-rev__info {
    background: rgba(254, 219, 164, 0.9);
border-radius: 5px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px;
grid-gap: 20px;
width: calc(100% - 90px);
position: absolute;
bottom: 50px;
left: 50%;
transform: translate(-50%);
}
.about-rev__tit {
    font-family: 'Candara Regular', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 18px;
letter-spacing: 0.03em;
color: #4A4817;
}
.about-rev__price {
 font-family: 'SDK_JP_Web', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 22px;
letter-spacing: -0.01em;
color: #4A4817;

}
.about-rev__img img {
    width: 100%;
}

.section-reg {
    padding-top: 89px;
    padding-bottom: 89px;
        background-image: url(../img/reg-back__desk.jpg);
            background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.reg-title {
    margin: 0;
    font-family: 'SDK_JP_Web', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 39px;
text-align: center;
letter-spacing: -0.01em;
color: #4A4817;
}
.reg-subtext {
    margin-top: 18px;
    font-family: 'Candara Regular', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 28px;
text-align: center;
letter-spacing: 0.03em;
color: #4A4817;
}
.reg-block {
    margin-top: 112px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    grid-column-gap: 130px;
}
.reg-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #FFEFD7;
    box-shadow: 0px 4px 15px #C1A372;
    position: relative;
    padding: 20px;
    padding-top: 0;
    background-size: cover;
    padding-bottom: 87px;
    max-width: 383px;
}
    .cut-frame__corner2 {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #f7d5a6;
        /* цвет внутреннего блока */
      }

      /* позиции */

      .cut-frame__corner--tl2 {
        top: 0;
        left: 0;
      }

      .cut-frame__corner--tr2 {
        top: 0;
        right: 0;
      }

      .cut-frame__corner--bl2 {
        bottom: 0;
        left: 0;
      }

      .cut-frame__corner--br2 {
        bottom: 0;
        right: 0;
      }



.reg-item__img {
    margin-top: -68px;
    border-radius: 50%;
}
.reg-item__title {
    font-family: 'SDK_JP_Web', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 22px;
text-align: center;
letter-spacing: 0.03em;
color: #4A4817;
margin-top: 44px;
margin-bottom: 27px;
}
.reg-item__text {
    font-family: 'Candara Regular', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 24px;
text-align: center;
letter-spacing: 0.03em;

color: #4A4817;

}
.reg-doptext {
    margin-top: 75px;
    margin-bottom: 17px;
    text-align: center;
    font-family: 'SDK_JP_Web', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 25px;
text-align: center;
letter-spacing: -0.01em;
color: #4A4817;
}
.reg-doptext span {
    color: #838729;
}
html {
  scroll-behavior: smooth;
}
.reg-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 90px;
}
.hero-label {
    position: relative;
}

.hero-input__tel {
    width: calc(100% - 104px);
}
.iti__flag-container {
    top: 14px !important;

}

.reg-info__cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    grid-gap: 33px;
}
.reg-info__title {
    font-family: 'SDK_JP_Web', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 39px;
line-height: 1.2;
letter-spacing: -0.01em;
color: #4A4817;
}
.reg-info__text {
font-family: 'Candara Regular', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 26px;
letter-spacing: 0.03em;
color: #4A4817;
}
.reg-bottom {
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
    margin-top: 47px;
}

.section-end {
        background-image: url(../img/end-desk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 70px;
    padding-bottom: 50px;

}
.end-block {
    display: flex;
    grid-gap: 30px;
    grid-column-gap: 60px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.end-item {
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.end-item__name {
    font-family: 'SDK_JP_Web', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 27px;
text-align: center;
letter-spacing: 0.03em;
margin-bottom: 30px;
color: #F5D5A3;

}
.end-item__price {
    padding: 12px 17px;
    background: rgba(11, 31, 5, 0.7);
border-radius: 10px;
font-family: 'SDK_JP_Web', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 30px;
text-align: center;
letter-spacing: 0.03em;
color: #F5D5A3;
margin-top: -29px;

}
.end-item__text {
    font-family: 'Candara Regular', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 24px;
text-align: center;
letter-spacing: 0.03em;
margin-top: 26px;
color: #F5D5A3;

}
.end-rev {
    margin-top: 60px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    grid-gap: 16px;
    flex-direction: column;
}
.end-rev__item {
    background: rgba(255, 237, 216, 0.8);
border: 2px solid rgba(216, 154, 55, 0.8);
border-radius: 25px;
padding: 28px 90px;
width: calc(100% - 180px);
display: flex;
align-items: flex-start;
grid-gap: 60px;
}
.end-rev__img {
    margin-top: 20px;
    border-radius: 50%;
    max-width: 82px;
    border: 3px solid #666A1A;
}




.cut-frame {
        position: relative;
        width: 100%;
        max-width: 382px;
        padding: 10px;
        background: #d2a24b;
        /* золотая рамка */
      }

      .cut-frame__content {
        background: #ffefd7;
        /* padding: 12px; */
      }

      .cut-frame__content img {
        display: block;
        width: 100%;
        height: auto;
      }

      .cut-frame__corner {
        position: absolute;
        width: 15px;
        height: 15px;
        background: #515634;
        /* цвет внутреннего блока */
      }

      /* позиции */

      .cut-frame__corner--tl {
        top: 0;
        left: 0;
      }

      .cut-frame__corner--tr {
        top: 0;
        right: 0;
      }

      .cut-frame__corner--bl {
        bottom: 0;
        left: 0;
      }

      .cut-frame__corner--br {
        bottom: 0;
        right: 0;
      }


    


.end-item__img {
    border-radius: 50%;
    max-width: 213px;
    min-height: 213px;
    border: 3px solid #F5D5A3;
}
.reg-bottom__img {
 width: 60px;
    height: 60px;
        padding: 10px;
    border: 2px solid #666A1A;
    border-radius: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}
.reg-bottom__img img {
    width: 100%;
    height: 100%;
}
.end-rev__name {
    font-family: 'SDK_JP_Web', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 27px;
/* identical to box height */
letter-spacing: 0.03em;

color: #49601C;

}
.end-rev__star {
    margin-top: 2px;
    margin-bottom: 8px;
}
.end-rev__text {
    font-family: 'Candara Regular', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
letter-spacing: 0.03em;

color: #4A4817;
margin-bottom: 10px;

}
.end-rev__bottom {
    display: flex;
    grid-gap: 59px;
}
.end-rev__dop {
    display: flex;
    align-items: center;
    grid-gap: 14px;
}
.end-rev__doptext {
    font-family: 'Candara Regular', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 15px;
letter-spacing: 0.03em;

color: #4A4817;

}

.end-bottom__text {
    font-family: 'SDK_JP_Web', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 30px;
line-height: 1.2;
text-align: center;
letter-spacing: -0.01em;

color: #F5D5A3;

}
.end-button {

   display: flex;
   justify-content: center;
   text-decoration: initial;
   max-width: calc(680px - 44px);
   margin: auto;
       margin-top: 60px;
    margin-bottom: 50px;
        background: url(../img/end-btn.png);
            background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding-top: 30px;
    padding-bottom: 35px;
}
.end-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}
.end-logo__text {
    color: #d6b059;
        font-family: 'SDK_JP_Web', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
}
.end-foot {
    text-align: center;
    margin-top: 5px;
    font-family: 'Candara Regular', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 29px;
text-align: center;
letter-spacing: 0.03em;

color: #F5D5A3;
}
.end-copy {
    margin-top: 239px;
    text-align: center;
    font-family: 'SDK_JP_Web', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 15px;
text-align: center;
letter-spacing: -0.01em;

color: #F5D5A3;

}
.end-mob {
    display: none;
}

@media (max-width: 1700px) {
    .hero-info__text {
        font-size: 18px;
    }
    .hero-line {
        max-height: 480px;
    }
    .hero-info__item:last-child .hero-person {
        max-width: 520px;
    }
    .hero-info__item:first-child .hero-person {
        max-width: 660px;
    }
}
@media (max-width: 1500px) {
    .container {
        max-width: 90%;
    }
    .about-img {
        max-width: 50%;
    }
    .hero-person {
        position: initial;
        left: initial;
        right: initial;
        
    }
    .hero-info__content {
        max-width: 400px;
        margin-top: initial;
    }
    .hero-line {
        display: none;
    }
    .hero-info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 90%;
        margin: auto;
        margin-top: 50px;
    }
    .about-rev {
        flex-wrap: wrap;
    }
    .reg-block {
        flex-wrap: wrap;
        grid-gap: 70px;
    }
    .reg-item {
        max-width: 356px;
    }
    .reg-info {
        grid-gap: 30px;
    }
    .reg-bottom {
        flex-wrap: wrap;
        grid-row-gap: 10px;
    }
   .reg-info {
    flex-wrap: wrap-reverse;
   }
   
}

@media (max-width: 1200px) {
    .end-block {
        justify-content: center;
    }
    .about-block {
        flex-direction: column-reverse;
        margin-top: 50px;
    }
    .about-img {
        max-width: initial;
    }
    .about-form__item {
        display: none;
    }
    .about-form {
        background: initial;
        padding: 0;
    }
    .about-top {
        margin-top: 0;
    }
    .section-about {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .about-img {
        max-width: 700px;
        width: 100%;
    }
    .about-title, .about-top__title {
        font-size: 30px;
    }
    .about-top__text {
        font-size: 22px;
        line-height: 1.2;
    }
    .contact-card--form .lander-submit{
        width:100% !important;
    }
}

@media (max-width: 1100px) {
    .site-header__title {
        font-size: 24px;
    }
    .site-header__link {
        font-size: 16px;
    }
    .site-header__nav {
        gap: 8px 20px;
    }
    .hero-logo img {
        max-width: 120px;
    }
    .hero-logo__text {
        font-size: 55px;
    }
    .hero-info__mob {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
         grid-column: 1 / -1;
    }
    .hero-info__title br {
        display: none;
    }
    .hero-info__mob > .hero-info__title {
        display: inline-block !important;
    }
    .hero-info__mob > .hero-info__subtext {
        display: inline-block !important;
    }
    .hero-info__title {
        display: none;
    }
    .hero-info__subtext {
        display: none;
    }
    .hero-info__item {
        display: grid;
  grid-template-columns: 1fr 1fr;
    }
    .hero-person {
        max-width: 100% !important;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .iti__flag-container {
    top: 5px !important;

}
    .cut-frame {
        width: calc(100% - 20px);
    }

       .section-end {
        padding-top: 57px;
        padding-bottom: 30px;
        background-image: url(../img/end-mob.jpg);
        background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    }

    .end-mob {
        display: inline-block;
    }
 
    .end-mob {
     font-size: 16px;
     line-height: 20px;
     margin-bottom: 54px;
    }
    .end-item__name {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .end-item__price {
        font-size: 24px;
        padding: 8px 15px;
    }
    .end-item__text {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.2;
    }
    .end-block {
        grid-gap: 50px;
    }
    .end-rev {
        margin-top: 54px;
        grid-gap: 28px;
    }
    .end-rev__item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        grid-gap: 10px;
        padding: 23px 21px;
        width: calc(100% - 42px);
    }
    .end-rev__cont {
        justify-content: center;
        align-items: center;
        text-align: center;

    }
    .end-rev__name {
        font-size: 17px;
    }
    .end-rev__star {
        max-width: 90px;
    }
    .end-rev__text {
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .end-rev__bottom {
        justify-content: center;
        align-items: center;
        grid-gap: 49px;
    }
    .end-rev__dop {
        grid-gap: 10px;
    }
    .end-bottom__text {
        font-size: 16px;
        line-height: 1.2;
    }
    .end-button {
        margin-top: 30px;
        margin-bottom: 80px;
        width: calc(100% - 44px);
    }
    .end-logo {
        grid-gap: 6px;
    }
    .end-logo img {
        max-width: 28px;
    }
    .end-logo__text {
        font-size: 18px;
    }
    .end-foot {
        font-size: 15px;
        line-height: 1.2;
    }
    .end-copy {
        font-size: 10px;
        margin-top: 170px;
    }
    .section-reg {
        padding-top: 57px;
        padding-bottom: 45px;
        background-image: url(../img/reg-back__mob.jpg);
        background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    }
    .reg-title {
        font-size: 24px;
        line-height: 27px;
    }
    .reg-subtext {
        font-size: 15px;
        line-height: 100%;
        margin-top: 16px;
    }
    .reg-block {
        margin-top: 108px;
        grid-gap: 39px;

    }
    .reg-item__img {
        max-width: 129px;
        margin-top: -63px;
    }
    .reg-item__title {
        margin-top: 26px;
        margin-bottom: 24px;
    }
    .reg-item__text {
        font-size: 15px;
    }
    .reg-item {
           padding: 25px;
           padding-top: 0;
        padding-bottom: 45px;
      
            background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    max-width: calc(300px - 50px);
 
    }
    .reg-info__img {
        display: none;
    }
.reg-doptext {
    margin-top: 55px;
    font-size: 16px;
    margin-bottom: 50px;
}
.reg-info__title {
    font-size: 21px;
}
.reg-info__text {
    font-size: 15px;
    line-height: 20px;
}
.reg-info__cont {
    grid-gap: 24px;
}
.reg-bottom {
    grid-gap: 25px;
            grid-row-gap: 20px;
            justify-content: center;
}
.reg-bottom__img {
    max-width: 49px;
    max-height: 49px;
}
   .hero-logo img {
        max-width: 45px;
    }
    .hero-logo {
        grid-gap: 7px;
    }
    .hero-logo__text {
        font-size: 23px;
    }
    .site-header__container {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "brand langs"
            "nav nav";
        padding: 10px 16px;
        gap: 12px 10px;
    }
    .site-header__brand {
        grid-area: brand;
    }
    .site-header__langs {
        grid-area: langs;
        align-self: center;
        justify-self: end;
    }
    .site-header__nav {
        grid-area: nav;
        width: 100%;
        justify-content: center;
        gap: 12px 20px;
    }
    .site-header__brand img {
        height: 40px;
        max-width: 48px;
    }
    .site-header__title {
        font-size: 18px;
    }
    .site-header__link {
        font-size: 14px;
    }
    .site-header__lang {
        font-size: 13px;
        padding: 8px 14px;
    }
    #about,
    #registration {
        scroll-margin-top: 72px;
    }
    .section-hero {
        padding-top: 35px;
            background-image: url(../img/hero-back__mob.jpg);
    }

    .hero-item {
        margin-top: 29px;
        margin-bottom: 35px;
    }
    .hero-pretitle {
        font-size: 32px;
        letter-spacing: 4%;
    }
    .hero-item {
        grid-gap: 5px;
    }
    .hero-title {
        font-size: 48px;
width: 100%;
    }
    .hero-text {
        font-size: 24px;
        line-height: 24px;
        padding-top: 20px;
        width: 100%;
    }
    .hero-form {
        padding: 23px;
        max-width: 300px;
        width: calc(100% - 46px);
        padding-top: 73px;
        padding-bottom: 40px;
        grid-gap: 10px;
    }
    .hero-pay {
        width: 100%;
    }
    .hero-input {
        padding: 5px;
        width: calc(100% - 10px);
    }
    .hero-input__tel {
        width: calc(100% - 95px);
    }
    .hero-dop__text {
        font-size: 10px;
    }
    .hero-button span {
        font-size: 20px;
    }
    .hero-info {
        margin-top: 40px;
        max-width: initial;
        grid-gap: 24px;
    }
    .hero-info__mob {
        max-width: 90%;
        margin: auto;
    }
    .hero-info__title {
        font-size: 23px;
    }
    .hero-info__subtext {
        font-size: 14px;
        margin-top: 3px;
        margin-bottom: 20px;
    }
    .hero-info__text {
        font-size: 18px;
        line-height: 100%;
        padding-left: 13px;
    }
        .hero-info__item:first-child .hero-info__text {
            margin-right: 5%;
        }
           .hero-info__item:last-child .hero-info__text {
            margin-left: 5%;
        }
        .hero-info__text::before {
                content: url(../img/quote-1-mob.svg);
        }
          .hero-info__text::after {
                content: url(../img/quote-2-mob.svg);
        }

        .about-title {
            font-size: 16px;
            line-height: 20px;
           letter-spacing: 0.02em;
        }
        .about-block {
            margin-top: 40px;
        }
        .about-top__title {
            font-size: 24px;
        }
        .about-top__title br {
            display: none;
        }
        .about-top {
            grid-gap: 20px;
        }
        .about-top__text {
            font-size: 16px;
        }
        .about-rev {
            grid-gap: 30px;
            margin-top: 70px;
        }
        .about-rev__item {
            grid-gap: 20px;
        }
        .about-rev__text {
            font-size: 13px;
            line-height: 17px;
        }
        .about-rev__info {
            padding: 10px;
            grid-gap: 10px;
                width: calc(100% - 60px);
        }
        .about-rev__tit {
            font-size: 15px;
        }
        .about-rev__price {
            font-size: 15px;
        }
        .section-about {
            background-image: url(../img/about-back__mob.jpg);
        }
        
}
/* Только светлый футер внутренних страниц (flex). Не трогать .section-end .footer-links (grid) — иначе
   при max-width: 950px align-items: center ломает равную высоту кнопок в ряду. */
   @media (max-width: 640px){
    .end-bottom .footer-links{
flex-direction: column;
    }
   }
@media (max-width: 950px) {
    .footer .footer-links {
        justify-content: center;
        align-items: center;
    }
}

.footer-links{
    display: flex;
    gap: 30px;
    margin-top: auto;
    justify-content: center;
    margin-bottom: 30px;
}
.footer-link{
    color: #d6b059;
    text-decoration: none;
    font-size: 24px;
}

/* Тёмный фон section-end: ссылки как кнопки с подложкой (контраст с декоративной полосой) */
.section-end .footer-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 14px;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    align-items: stretch;
    justify-items: stretch;
}
.section-end .footer-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    text-align: center;
    color: #F5D5A3;
    font-weight: 600;
    padding: 0.5em 1.15em;
    background: rgba(8, 26, 10, 0.92);
    border: 1px solid rgba(214, 176, 89, 0.55);
    border-radius: 10px;
    box-shadow:
        0 2px 10px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 245, 220, 0.08);
    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}
.section-end .footer-link:hover,
.section-end .footer-link:focus-visible {
    color: #FFF8E8;
    background: rgba(12, 42, 18, 0.96);
    border-color: rgba(245, 213, 163, 0.85);
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(245, 213, 163, 0.15),
        inset 0 1px 0 rgba(255, 250, 235, 0.12);
    text-decoration: none;
}
.section-end .footer-link:focus-visible {
    outline: 2px solid rgba(245, 213, 163, 0.65);
    outline-offset: 3px;
}
@media (max-width: 900px) {
    .section-end .footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 520px;
    }
}
/* Один оттенок без тени не читается и на песке, и на экране ноутбука — добавляем «ореол» + тень */
@media (max-width: 560px) {
    .hero-text {
        color: #4a4828;
        text-shadow:
            0 0 1px rgba(255, 252, 240, 0.95),
            0 0 10px rgba(255, 250, 235, 0.85),
            0 1px 3px rgba(0, 0, 0, 0.55),
            0 0 18px rgba(0, 0, 0, 0.35);
    }
    .hero-info__text{
        font-size: 16px;
    }

}
@media (max-width: 470px){
    .hero-info__text{
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .section-end .footer-links {
        grid-template-columns: 1fr;
        max-width: 320px;
    }
}
.footer{
    background: linear-gradient(180deg, rgba(255, 247, 230, 0.97) 0%, rgba(255, 237, 216, 0.94) 100%);
}

.footer .footer-links{
    padding-top: 20px;
}

.footer .end-foot, .footer .end-copy, .footer a {
    color: #4A4817;
}

.footer .end-logo{
    margin-bottom: 20px;
}
.inner-main .reg-info__text a{
    color: #d6b059;
text-decoration: none;
}

/* Contact page: form + details row & map */
.contact-form-aside-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 32px;
    margin: 36px 0 40px;
}
.contact-branch-aside {
    flex: 1;
    min-width: 0;
}
.contact-card {
    background: rgba(255, 237, 216, 0.75);
    border: 2px solid rgba(216, 154, 55, 0.8);
    border-radius: 10px;
    padding: 28px 32px;
    box-shadow: 0 8px 28px rgba(74, 72, 23, 0.08);
    height: 100%;
    box-sizing: border-box;
}
.contact-card--form {
    flex: 1;
    min-width: 0;
    position: relative;
}
.contact-card__title {
    margin: 0 0 20px;
    font-family: 'SDK_JP_Web', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: #4A4817;
}
.contact-info .branch-panel p {
    margin: 0 0 14px;
    font-family: 'Candara Regular', sans-serif;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0.03em;
    color: #4A4817;
}
.contact-info .branch-panel p:last-child {
    margin-bottom: 0;
}
.contact-info .branch-panel strong {
    font-family: 'Candara Bold', sans-serif;
    font-weight: 700;
    color: #4A4817;
}
.contact-info .branch-panel a {
    color: #b8892a;
    text-decoration: none;
    border-bottom: 1px solid rgba(216, 154, 55, 0.55);
    transition: color 0.2s ease, border-color 0.2s ease;
}
.contact-info .branch-panel a:hover {
    color: #8a6418;
    border-bottom-color: rgba(138, 100, 24, 0.85);
}
.contact-card--form .lander-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    align-items: stretch;
}
.contact-card--form .lander-form-field {
    width: 100%;
    margin: 0;
}
.contact-card--form .lander-form-field label {
    display: block;
    width: 100%;
    margin: 0;
}
.contact-card--form .lander-form-send {
    box-sizing: border-box;
    width: 100%;
    background: rgba(255, 237, 216, 0.9);
    border: 2px solid rgba(216, 154, 55, 0.8);
    border-radius: 6px;
    outline: none;
    padding: 14px 16px;
    font-family: 'Candara Regular', sans-serif;
    font-size: 18px;
    color: #4A4817;
}
.contact-card--form .lander-form-send::placeholder {
    color: rgba(74, 72, 23, 0.55);
}
.contact-card--form .lander-form-send:focus {
    border-color: rgba(180, 120, 40, 0.95);
    background: rgba(255, 244, 228, 0.95);
}
.contact-card--form .lander-submit {
    background: url(../img/btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: transparent;
    font-family: 'Candara Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    color:  #FFEBCC;
    text-shadow: 0 1px 0 rgba(255, 235, 200, 0.6);
    transition: transform 0.3s ease;
    border-radius: 58px;
    width: 70%;
    height: 100px;
    padding: 22px;
    cursor: pointer;
    border: 0;
    padding-bottom: 28px;
    background-color: initial;
    transition: 0.3s all;
    margin: auto;
    display: block;
}
.contact-card--form .lander-submit:hover {
    transform: scale(1.03);
}
.contact-card--form .iti {
    width: 100%;
}
.contact-card--form .iti__flag-container {
    top: 14px !important;
    border-radius: 4px 0 0 4px;
}
.contact-card--form .iti--separate-dial-code .iti__selected-flag {
    background: rgba(255, 237, 216, 0.95);
    border-right: 2px solid rgba(216, 154, 55, 0.5);
}
.social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 8px;
}
.social-row a {
    font-family: 'Candara Bold', sans-serif;
    font-size: 15px;
    letter-spacing: 0.03em;
    color: #4A4817;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 58px;

    background: rgba(255, 252, 245, 0.9);
    transition: background 0.2s ease, transform 0.2s ease;
}
.social-row a:hover {
    background: rgba(255, 235, 200, 0.85);
    transform: translateY(-1px);
}
.contact-grid--branch-map {
    margin: 0 0 48px;
}
.branch-map-host {
    border: 2px solid rgba(216, 154, 55, 0.8);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 237, 216, 0.4);
    box-shadow: 0 8px 28px rgba(74, 72, 23, 0.08);
}
.branch-map-panel {
    line-height: 0;
}
.branch-map-panel iframe {
    display: block;
    width: 100%;
    min-height: 380px;
    height: 420px;
    border: 0;
}

@media (max-width: 900px) {
    .contact-form-aside-row {
        flex-direction: column;
        gap: 28px;
    }
    .contact-card {
        padding: 22px 20px;
    }
    .contact-card__title {
        font-size: 26px;
    }
    .contact-card--form .lander-submit {
        font-size: 22px;
        padding: 18px 16px 22px;
    }
    .contact-card--form .lander-submit{
        width:70% !important;
    }
}

.about-layout__split {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    margin: 40px 0;
}
.about-layout__figure {
    margin: 0;
    flex: 1;
    min-width: 0;
}
.about-layout__figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}
.about-layout__text {
    flex: 1;
    min-width: 0;
}

@media (max-width: 768px) {
    .about-layout__split {
        flex-direction: column;
        gap: 28px;
        margin: 28px 0;
    }
}
@media (max-width: 630px) {
    .contact-card--form .lander-submit{
        width:100% !important;
    }
}