@import url('https://fonts.googleapis.com/css2?family=PT+Serif+Caption:ital@0; 1&family=Unbounded:wght@200..900&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Serif+Caption:ital@0;1&family=Unbounded:wght@200..900&display=swap);

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
*::after,
*::before {
    box-sizing: border-box
}

*::after,
*::before {
    display: inline-block
}

body,
html {
    height: 100%;
    min-width: 320px
}

body {
    color: #d6d2c4;
    line-height: 1;
    font-family: Montserrat;
    font-size: totoRem(18);
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
    font-family: Montserrat;
    font-size: inherit;
    line-height: inherit;
    color: #dfdfdf;
    background-color: rgba(0, 0, 0, 0)
}

label {
    display: inline-block
}

button,
option,
select {
    cursor: pointer
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

.lock body {
    overflow: hidden;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

@supports (overflow:clip) {
    .wrapper {
        overflow: clip
    }
}

.wrapper > main {
    flex: 1 1 auto
}

.wrapper > * {
    min-width: 0
}

[class*=__container] {
    max-width: 69.375rem;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto
}

[class*=__container-big] {
    max-width: 69.375rem;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 .625rem
}

[class*="--gc"] {
    display: grid;
    min-width: 0;
    grid-template-columns: .625rem 1fr minmax(auto, 69.375rem) 1fr .625rem
}

[class*="--gc"] > * {
    min-width: 0;
    grid-column: 3/4
}

.icon-menu {
    display: none
}

body::after {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .8s ease 0s;
    pointer-events: none;
    z-index: 149
}

.popup-show body::after {
    opacity: 1
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    transition: visibility .8s ease 0s;
    visibility: hidden;
    pointer-events: none
}

.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto
}

.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.popup__wrapper {
    flex-direction: column;
    min-height: 100%;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
    background-color: #eee;
    padding: 20px;
    width: 100%;
    max-width: 900px;
    border-radius: 20px
}

.lock .popup__content {
    visibility: visible
}

.form-start__wrapper {
    display: flex
}

.form-start__item.bl2 {
    min-width: 23.125rem
}

.form-start__image {
    max-width: 32.3125rem
}

.form-start__title {
    color: #000
}

.form-start__subtitle {
    line-height: 28px;
    font-family: Montserrat
}

.form-start__subtitle span {
    color: #cba768
}

.form-start-img-bg {
    position: relative;
    justify-content: center;
    align-items: center;
    background-image: url(https://calmuh-focus.icu/img/popup/1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    z-index: 1
}

.input {
    border-radius: 3px;
    border: 1px solid #c9c9c9
}

.close-form-start {
    position: absolute
}

.content-form-start {
    max-width: 1000px;
    max-height: 700px;
    padding: 0;
    overflow: hidden
}

.form-popup {
    max-width: 23.125rem;
    display: flex;
    flex-direction: column
}

.block-popup2 {
    display: flex;
    align-items: center
}

.btn-pop-close {
    display: flex;
    z-index: 99;
    width: 32px;
    height: 33px;
    border-radius: 50%;
    background-color: #000;
    align-content: center;
    justify-content: center;
    align-items: center
}

.form-thanks {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center
}

.form-thanks__title h3 {
    color: #cba768
}

.form-thanks__subtitle p {
    color: #000;
    font-family: Montserrat;
    max-width: 28.75rem;
    text-align: center;
    line-height: 33px
}

.content-form-thanks {
    max-width: 1000px;
    max-height: 700px;
    padding: 0;
    overflow: hidden
}

.ibg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ibg--top {
    -o-object-position: top;
    object-position: top
}

.ibg--bottom {
    -o-object-position: bottom;
    object-position: bottom
}

.ibg--left {
    -o-object-position: left;
    object-position: left
}

.ibg--right {
    -o-object-position: right;
    object-position: right
}

.ibg--contain {
    -o-object-fit: contain;
    object-fit: contain
}

.button {
    font-family: Montserrat;
    font-weight: 400;
    position: relative;
    color: #fff;
    background: linear-gradient(90.22deg, #daaa4c .19%, #745b28 159.69%);
    border-radius: 20px;
    text-align: center;
    max-width: 350px;
    width: 100%;
    transition: background-color .3s ease, box-shadow .3s ease
}

.title {
    max-width: 60%;
    font-family: "PT Serif Caption";
    color: #fff;
    text-transform: uppercase
}

.header {
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #bababa
}

.header__container-big {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header__logo {
    position: relative;
    z-index: 5
}

.header__logo img {
    max-width: 18.0625rem
}

.header__actions {
    position: relative;
    z-index: 5;
    display: flex;
    gap: 1rem;
    align-items: center
}

.menu {
    padding: 0 .625rem
}

.menu__body {
    z-index: 7
}

.menu__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: .625rem;
    -webkit-column-gap: 2.9375rem;
    -moz-column-gap: 2.9375rem;
    column-gap: 2.9375rem
}

.menu__link {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.bth {
    border: 1px solid #cba768;
    border-radius: 15px;
    padding: 6px 15px 6px 15px
}

.footer {
    background-color: rgba(0, 0, 0, .5019607843);
    position: relative
}

.footer p {
    color: #fff
}

.footer__wraper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

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

.footer__item p {
    font-weight: 300
}

.footer__item img {
    max-width: 120px
}

.pp {
    text-decoration: underline
}

.fp {
    color: #939393 !important;
    text-align: center
}

body {
    background-color: #1e1e1e
}

p {
    font-weight: 400
}

.banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -100px;
    position: relative;
    background-image: url(../img/fon.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 105vh;
    padding-top: 0
}

.banner__item {
    display: flex;
    gap: 10px;
    flex-direction: column;
    max-width: 65%
}

.banner__title {
    text-transform: uppercase;
    background: linear-gradient(90.27deg, #daaa4c -1.71%, #aa8c4f 81.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "PT Serif Caption"
}

.siyuation {
    background-color: #000
}

.situation__title {
    max-width: 60%;
    font-family: "PT Serif Caption";
    color: #cba768;
    text-transform: uppercase
}

.situation__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 25px
}

.situation__item {
    border-radius: 5px;
    flex-direction: column;
    flex: 0 0 31%;
    box-sizing: border-box;
    display: flex;
    gap: 15px;
    background-color: #2a2a2a
}

.situation__img img {
    overflow: hidden;
    border-radius: 5px;
    max-width: 100%
}

.situation__subtitle {
    color: #fff;
    text-transform: uppercase
}

.etap__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 55px;
    flex-wrap: wrap
}

.etap__item {
    position: relative;
    border: 1px solid #cba768;
    border-radius: 17px;
    flex-direction: column;
    flex: 0 0 45%;
    box-sizing: border-box;
    display: flex;
    gap: 15px;
    background-color: #000
}

.etap__item::after {
    content: "";
    display: inline-block;
    width: 160px;
    height: 90px;
    position: absolute;
    top: -25px;
    right: -35px;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: cover;
    background-repeat: no-repeat
}

.etap__subtitle {
    text-align: center;
    color: #cba768;
    font-family: "PT Serif Caption"
}

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

.et1::after {
    background-image: url(../img/block3/1.webp)
}

.et2::after {
    background-image: url(../img/block3/2.webp)
}

.et3::after {
    background-image: url(../img/block3/3.webp)
}

.et4::after {
    background-image: url(../img/block3/4.webp)
}

.about {
    position: relative
}

.about__wrapper {
    display: flex;
    justify-content: flex-end
}

.about__image {
    display: flex;
    justify-content: center;
    padding: 10px;
    width: 100%
}

.about__image img {
    border-radius: 5px;
    max-width: 650px;
    width: 100%
}

.about__item {
    position: relative;
    border: 1px solid #cba768;
    border-radius: 17px;
    flex-direction: column;
    flex: 0 0 100%;
    box-sizing: border-box;
    display: flex;
    gap: 15px;
    background-color: #2a2a2a
}

.about__subtitle {
    text-align: center;
    color: #cba768;
    font-family: "PT Serif Caption"
}

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

.about2 {
    background-color: #000
}

.about2__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.about2__item {
    position: relative;
    border-radius: 17px;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    gap: 15px
}

.about2__subtitle {
    text-align: center;
    background: #daaa4c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "PT Serif Caption"
}

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

.itm1 {
    display: flex;
    justify-content: center;
    width: 60%
}

.itm2 {
    border: 0 solid #cba768;
    border-radius: 0;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: flex-end;
    width: 31%
}

.itm2 img {
    max-width: 100%
}

.team__wrapper {
    gap: 25px;
    justify-content: center;
    align-items: stretch;
    display: flex
}

.team__item {
    border-radius: 5px;
    flex-direction: column;
    flex: 0 0 48%;
    box-sizing: border-box;
    display: flex;
    gap: 15px
}

.team__img img {
    border-radius: 5px;
    max-width: 100%
}

.accent {
    color: #cba768;
    font-weight: 700
}

.osn {
    font-weight: 700;
    color: #daaa4c
}

.swiper-wrapper {
    gap: 20px
}

.slider-wrapper {
    position: relative;
    width: 100%;
    gap: 20px;
    overflow: hidden
}

.swiper-container {
    position: relative;
    width: 100%
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

.swiper-button-next {
    color: #cba762 !important;
    right: 10px
}

.swiper-button-prev {
    color: #cba762 !important;
    left: 10px
}

.swiper-slide {
    width: 233px !important;
    height: 414px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100%;
    border: 1px solid rgba(255, 174, 0, .4196078431);
    background-color: rgba(0, 0, 0, .774);
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    text-align: center;
    position: relative
}

.swiper-slide img {
    width: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover
}

.swiper-slide h3 {
    margin: 10px 0
}

.swiper-slide .play-button {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ff5722;
    padding: 10px 10px 11px 12px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 18px
}

.swiper-slide .play-button:active {
    background-color: #e64a19
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.popup__content {
    position: relative;
    width: 90vw;
    max-width: 800px;
    aspect-ratio: 16/9
}

.popup iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    background: 0 0;
    border: none;
    font-size: 30px;
    color: #fff;
    cursor: pointer
}

.gft {
    display: flex;
    gap: 7px;
    flex-direction: column
}

.fo-pw {
    margin-bottom: 7px;
    display: flex;
    gap: 7px;
    justify-content: space-evenly;
    flex-wrap: wrap
}

.hov {
    color: rgba(255, 186, 0, .7019607843)
}

.for__container {
    z-index: 9999999;
    position: relative
}

.for__wrapper {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/block8/12.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #cba768;
    border-radius: 17px;
    align-items: center;
    display: flex;
    justify-content: space-between
}

.for__item {
    flex: 0 0 45%;
    box-sizing: border-box;
    display: flex;
    gap: 15px
}

.for__subtitle {
    text-align: center;
    color: #cba768;
    font-family: "PT Serif Caption"
}

.for__subtitle1 {
    color: #fff;
    font-family: "PT Serif Caption"
}

.for__img {
    margin: 0 auto
}

.for__img img {
    max-width: 100%
}

.f1 {
    display: flex;
    flex-direction: column
}

.f2 {
    display: flex;
    flex-direction: column
}

#leadform {
    display: flex;
    gap: 5px;
    flex-direction: column
}

.input-form {
    background-color: #474747;
    border: 1px solid #9d7b3e;
    width: 100%;
    padding: 7px 10px 7px 10px;
    border-radius: 4px
}

.lse {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 5px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #d5d5d5
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #d5d5d5
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #d5d5d5
}

input::placeholder,
textarea::placeholder {
    color: #d5d5d5
}

.popup__btn {
    display: flex
}

.submitbtn {
    text-transform: uppercase;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 600
}

.min {
    font-size: .75rem
}

.und {
    text-decoration: underline
}

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

.row1__wrapper {
    display: flex;
    justify-content: space-evenly;
    gap: 20px
}

.row1__item {
    background-color: #2a2a2a;
    color: #daaa4c;
    border-radius: 3px;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 32%;
    box-sizing: border-box;
    display: flex;
    gap: 15px;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .2509803922)
}

.row1__info-bl {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.row1__info-bl img {
    max-width: 30px
}

.row1__info-bl h2 {
    color: #616161
}

.row1__title {
    text-transform: uppercase
}

.row1__text {
    color: #fff
}

.it-accent {
    color: #d6d2c4;
    background-color: #0b0b0c
}

.it-accent h2 {
    color: #fff
}

.und {
    text-decoration: underline
}

.row2 {
    max-width: 100%
}

.row2__wrapper {
    display: flex;
    justify-content: space-evenly;
    gap: 20px
}

.row2__info-bl {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.row2__info-bl img {
    max-width: 30px
}

.row2__info-bl h2 {
    color: #fff
}

.row2__title {
    color: #daaa4c;
    text-align: center;
    text-transform: uppercase
}

.row2__title p {
    text-transform: none;
    font-style: normal;
    font-size: 16px;
    color: #fff
}

.img-wrap__wrapper {
    display: flex;
    align-items: center
}

.img-wrap__item {
    flex: 0 0 48%;
    display: flex;
    flex-direction: column
}

.t1 {
    color: #fff;
    text-align: start
}

.itw1 {
    background-color: #0b0b0c;
    color: #d6d2c4;
    border-radius: 3px;
    flex-direction: column;
    justify-content: space-between;
    width: 66%;
    box-sizing: border-box;
    display: flex;
    gap: 15px;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .2509803922)
}

.etap__button {
    padding-top: 0;
    padding-bottom: 0
}

.itw2 {
    max-width: 100%;
    background-color: #2a2a2a;
    color: #000;
    border-radius: 3px;
    flex-direction: column;
    justify-content: space-evenly;
    width: 32%;
    box-sizing: border-box;
    display: flex;
    gap: 15px;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .2509803922)
}

.bl-mob {
    display: none
}

@media (min-width: 70.625em) {
    .form-start__item.bl2 {
        width: 37.125rem
    }

    .form-start__item.bl2 {
        padding-top: 1.25rem
    }

    .form-start__item.bl2 {
        padding-bottom: 1.25rem
    }

    .form-start__item.bl2 {
        padding-left: 3.75rem
    }

    .form-start__item.bl2 {
        padding-right: 3.75rem
    }

    .form-start__item.bl2 p {
        font-size: 1.25rem
    }

    .form-start__item.bl2 p {
        padding-bottom: .9375rem
    }

    .form-start__title {
        font-size: 1.75rem
    }

    .form-start__title {
        padding-bottom: .9375rem
    }

    .form-start__subtitle {
        padding-bottom: .9375rem
    }

    .form-start__subtitle {
        font-size: 1.25rem
    }

    .form-start-img-bg {
        height: 46.875rem
    }

    .form-start-img-bg {
        width: 26.0625rem
    }

    .input {
        padding-left: 1.5625rem
    }

    .input {
        height: 2.75rem
    }

    .close-form-start {
        right: 1.25rem
    }

    .close-form-start {
        top: 1.25rem
    }

    .form-popup {
        row-gap: .625rem
    }

    .form-thanks__img {
        width: 6.25rem
    }

    .form-thanks__title {
        padding-top: 1.875rem
    }

    .form-thanks__title {
        padding-bottom: 1.25rem
    }

    .form-thanks__title h3 {
        font-size: 2.25rem
    }

    .form-thanks__subtitle p {
        font-size: 1.25rem
    }

    .button {
        font-size: 1rem
    }

    .button {
        padding-top: .65625rem
    }

    .button {
        padding-bottom: .625rem
    }

    .button {
        padding-left: .625rem
    }

    .button {
        padding-right: .625rem
    }

    .title {
        padding-top: 4.0625rem
    }

    .title {
        padding-bottom: 2.8125rem
    }

    .title {
        font-size: 1.5rem
    }

    .header {
        padding-top: .4375rem
    }

    .header {
        padding-bottom: .4375rem
    }

    .header__logo img {
        width: 4.6875rem
    }

    .menu__list {
        -webkit-column-gap: 2.75rem;
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem
    }

    .footer {
        padding-top: 2.5rem
    }

    .footer {
        padding-bottom: 2.5rem
    }

    .fp {
        font-size: .875rem
    }

    .fp {
        padding-top: .9375rem
    }

    p {
        font-size: 1.125rem
    }

    .banner__subtext p {
        font-size: 1.375rem
    }

    .banner__title {
        font-size: 2.125rem
    }

    .banner__button {
        padding-top: 3.75rem
    }

    .bl11 {
        margin-top: 1.5625rem
    }

    .siyuation {
        padding-bottom: 1.5625rem
    }

    .situation__title {
        padding-top: 4.0625rem
    }

    .situation__title {
        padding-bottom: 2.8125rem
    }

    .situation__title {
        font-size: 2.125rem
    }

    .situation__item {
        padding-bottom: 1.5625rem
    }

    .situation__subtitle {
        padding-left: .9375rem
    }

    .situation__subtitle {
        padding-right: .9375rem
    }

    .situation__subtitle {
        font-size: 1.375rem
    }

    .situation__subtext {
        padding-left: .9375rem
    }

    .situation__subtext {
        padding-right: .9375rem
    }

    .etap__wrapper {
        padding-top: 3.125rem
    }

    .etap__item {
        padding-top: 1.5625rem
    }

    .etap__item {
        padding-bottom: 1.5625rem
    }

    .etap__subtitle {
        padding-left: .9375rem
    }

    .etap__subtitle {
        padding-right: .9375rem
    }

    .etap__subtitle {
        font-size: 1.375rem
    }

    .etap__subtext {
        padding-left: 1.25rem
    }

    .etap__subtext {
        padding-right: 1.25rem
    }

    .etap__button {
        padding-top: 3.125rem
    }

    .etap__button {
        padding-bottom: 3.125rem
    }

    .about__item {
        padding-top: 1.5625rem
    }

    .about__item {
        padding-bottom: 1.5625rem
    }

    .about__subtitle {
        padding-left: .9375rem
    }

    .about__subtitle {
        padding-right: .9375rem
    }

    .about__subtitle {
        font-size: 1.75rem
    }

    .about__subtext {
        padding-left: 2.8125rem
    }

    .about__subtext {
        padding-right: 2.8125rem
    }

    .about2 {
        padding-bottom: 1.5625rem
    }

    .about2__item {
        padding-top: 1.5625rem
    }

    .about2__item {
        padding-bottom: 1.5625rem
    }

    .about2__subtitle {
        padding-left: .9375rem
    }

    .about2__subtitle {
        padding-right: .9375rem
    }

    .about2__subtitle {
        font-size: 1.75rem
    }

    .about2__subtext {
        padding-left: 2.8125rem
    }

    .about2__subtext {
        padding-right: 2.8125rem
    }

    .team {
        padding-top: 3.125rem
    }

    .team {
        padding-bottom: 3.125rem
    }

    .team__wrapper {
        padding-left: 2.1875rem
    }

    .team__wrapper {
        padding-right: 2.1875rem
    }

    .team__wrapper {
        padding-bottom: 1.5625rem
    }

    .olr {
        padding: 1.5625rem
    }

    .osn {
        padding-bottom: 2.1875rem
    }

    .slider-wrapper {
        padding-bottom: 3.125rem
    }

    .for {
        padding-top: 3.125rem
    }

    .for {
        padding-bottom: 3.125rem
    }

    .for__wrapper {
        padding: 2.1875rem
    }

    .for__subtitle {
        padding-left: .9375rem
    }

    .for__subtitle {
        padding-right: .9375rem
    }

    .for__subtitle {
        font-size: 1.75rem
    }

    .for__subtitle1 {
        font-size: 2rem
    }

    .numb {
        font-size: 1.5625rem
    }

    .row1__item {
        padding: .9375rem
    }

    .row1__title {
        font-size: 1.25rem
    }

    .row2__title {
        font-size: 1.375rem
    }

    .img-wrap__item {
        gap: 1.25rem
    }

    .itw1 {
        padding: .9375rem
    }

    .itw2 {
        padding: .9375rem
    }
}

@media (max-width: 650px) {
    .sl__container {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media (max-width: 20em) {
    .form-start__item.bl2 {
        width: 20rem
    }

    .form-start__item.bl2 {
        padding-top: 1.125rem
    }

    .form-start__item.bl2 {
        padding-bottom: .625rem
    }

    .form-start__item.bl2 {
        padding-left: 1.25rem
    }

    .form-start__item.bl2 {
        padding-right: 1.25rem
    }

    .form-start__item.bl2 p {
        font-size: .75rem
    }

    .form-start__item.bl2 p {
        padding-bottom: .4375rem
    }

    .form-start__title {
        font-size: 1.125rem
    }

    .form-start__title {
        padding-bottom: .875rem
    }

    .form-start__subtitle {
        padding-bottom: .4375rem
    }

    .form-start__subtitle {
        font-size: .875rem
    }

    .form-start-img-bg {
        height: 9.375rem
    }

    .form-start-img-bg {
        width: 20rem
    }

    .input {
        padding-left: .625rem
    }

    .input {
        height: 2.5rem
    }

    .close-form-start {
        right: .625rem
    }

    .close-form-start {
        top: .625rem
    }

    .form-popup {
        row-gap: .4375rem
    }

    .form-thanks__img {
        width: 3.125rem
    }

    .form-thanks__title {
        padding-top: .9375rem
    }

    .form-thanks__title {
        padding-bottom: .625rem
    }

    .form-thanks__title h3 {
        font-size: 1.25rem
    }

    .form-thanks__subtitle p {
        font-size: .875rem
    }

    .button {
        font-size: .875rem
    }

    .button {
        padding-top: .625rem
    }

    .button {
        padding-bottom: .625rem
    }

    .button {
        padding-left: .625rem
    }

    .button {
        padding-right: .625rem
    }

    .title {
        padding-top: 2.5rem
    }

    .title {
        padding-bottom: 1.5625rem
    }

    .title {
        font-size: 1.25rem
    }

    .header {
        padding-top: .3125rem
    }

    .header {
        padding-bottom: .3125rem
    }

    .header__logo img {
        width: 4.375rem
    }

    .menu__list {
        -webkit-column-gap: .9375rem;
        -moz-column-gap: .9375rem;
        column-gap: .9375rem
    }

    .footer {
        padding-top: 1.25rem
    }

    .footer {
        padding-bottom: 1.25rem
    }

    .fp {
        font-size: .8125rem
    }

    .fp {
        padding-top: .625rem
    }

    p {
        font-size: .9375rem
    }

    .banner__subtext p {
        font-size: 1rem
    }

    .banner__title {
        font-size: 1.5rem
    }

    .banner__button {
        padding-top: 1.875rem
    }

    .bl11 {
        margin-top: .9375rem
    }

    .siyuation {
        padding-bottom: .9375rem
    }

    .situation__title {
        padding-top: 2.5rem
    }

    .situation__title {
        padding-bottom: 1.5625rem
    }

    .situation__title {
        font-size: 1.25rem
    }

    .situation__item {
        padding-bottom: .9375rem
    }

    .situation__subtitle {
        padding-left: .625rem
    }

    .situation__subtitle {
        padding-right: .625rem
    }

    .situation__subtitle {
        font-size: 1.125rem
    }

    .situation__subtext {
        padding-left: .625rem
    }

    .situation__subtext {
        padding-right: .625rem
    }

    .etap__wrapper {
        padding-top: 2.5rem
    }

    .etap__item {
        padding-top: .9375rem
    }

    .etap__item {
        padding-bottom: .9375rem
    }

    .etap__subtitle {
        padding-left: .625rem
    }

    .etap__subtitle {
        padding-right: .625rem
    }

    .etap__subtitle {
        font-size: 1.125rem
    }

    .etap__subtext {
        padding-left: .625rem
    }

    .etap__subtext {
        padding-right: .625rem
    }

    .etap__button {
        padding-top: 1.875rem
    }

    .etap__button {
        padding-bottom: 1.875rem
    }

    .about__item {
        padding-top: .9375rem
    }

    .about__item {
        padding-bottom: .9375rem
    }

    .about__subtitle {
        padding-left: .625rem
    }

    .about__subtitle {
        padding-right: .625rem
    }

    .about__subtitle {
        font-size: 1.25rem
    }

    .about__subtext {
        padding-left: .625rem
    }

    .about__subtext {
        padding-right: .625rem
    }

    .about2 {
        padding-bottom: .9375rem
    }

    .about2__item {
        padding-top: .9375rem
    }

    .about2__item {
        padding-bottom: .9375rem
    }

    .about2__subtitle {
        padding-left: .0000000625rem
    }

    .about2__subtitle {
        padding-right: .0000000625rem
    }

    .about2__subtitle {
        font-size: 1.25rem
    }

    .about2__subtext {
        padding-left: .0000000625rem
    }

    .about2__subtext {
        padding-right: .0000000625rem
    }

    .team {
        padding-top: 1.875rem
    }

    .team {
        padding-bottom: 1.875rem
    }

    .team__wrapper {
        padding-left: .9375rem
    }

    .team__wrapper {
        padding-right: .9375rem
    }

    .team__wrapper {
        padding-bottom: .9375rem
    }

    .olr {
        padding: .625rem
    }

    .osn {
        padding-bottom: 1.25rem
    }

    .slider-wrapper {
        padding-bottom: 2.1875rem
    }

    .for {
        padding-top: 1.875rem
    }

    .for {
        padding-bottom: 1.875rem
    }

    .for__wrapper {
        padding: .9375rem
    }

    .for__subtitle {
        padding-left: .625rem
    }

    .for__subtitle {
        padding-right: .625rem
    }

    .for__subtitle {
        font-size: 1.25rem
    }

    .for__subtitle1 {
        font-size: 1.5rem
    }

    .numb {
        font-size: 1.25rem
    }

    .row1__item {
        padding: .9375rem
    }

    .row1__title {
        font-size: 1.125rem
    }

    .row2__title {
        font-size: 1.25rem
    }

    .img-wrap__item {
        gap: .9375rem
    }

    .itw1 {
        padding: .9375rem
    }

    .itw2 {
        padding: .9375rem
    }
}

@media (max-width: 68.75em) {
    .form-start__subtitle {
        line-height: 19px
    }

    .form-start-img-bg {
        background-image: url(https://calmuh-focus.icu/img/popup/1-1.webp)
    }
}

@media (max-width: 61.99875em) {
    .button {
        border-radius: 20px
    }

    .menu__body {
        position: fixed;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 0;
        left: -100%;
        transition: all .3s ease 0s;
        overflow: auto;
        background-color: #1b2327;
        gap: 1.875rem;
        z-index: 4;
        padding-left: .9375rem;
        padding-right: .9375rem;
        padding-bottom: 1.875rem
    }

    .menu__body::before {
        content: "";
        position: fixed;
        top: 0;
        left: -100%;
        transition: all .3s ease 0s;
        width: 100%;
        height: 5.125rem;
        background-color: rgba(129, 93, 243, .1215686275);
        z-index: 2
    }

    .menu-open .menu__body {
        left: 0
    }

    .menu-open .menu__body::before {
        left: 0
    }

    .menu__list {
        flex-direction: column;
        text-align: center;
        row-gap: 1.875rem
    }

    .menu__link {
        font-size: .875rem
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 1.875rem;
        height: 1.125rem;
        cursor: pointer;
        z-index: 5
    }

    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        transition: all .3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: .125rem;
        background-color: #cba768
    }

    .icon-menu::before {
        top: 0
    }

    .icon-menu::after {
        bottom: 0
    }

    .icon-menu span {
        top: calc(50% - .0625rem)
    }

    .menu-open .icon-menu span {
        width: 0
    }

    .menu-open .icon-menu::before {
        top: calc(50% - .0625rem);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - .0625rem);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@media (max-width: 61.99875em)and (max-width: 0.125em) {
    .menu__body {
        padding-top: 7.5rem
    }
}

@media (max-width: 61.99875em)and (max-width: 20em) {
    .menu__body::before {
        padding-top: 1.375rem
    }

    .menu__body::before {
        padding-bottom: .625rem
    }
}

@media (max-width: 55.3125em) {
    .form-start__wrapper {
        flex-wrap: wrap;
        justify-content: center
    }

    .form-start-img-bg {
        background-image: url(https://calmuh-focus.icu/img/popup/1-2.webp)
    }

    .content-form-start {
        max-width: 585px;
        max-height: 100%
    }

    .content-form-thanks {
        max-width: 585px;
        max-height: 100%
    }
}

@media (max-width: 55.3125em)and (max-width: 20em) {
    .form-start__item.bl2 {
        padding-bottom: 2.1875rem
    }

    .form-start-img-bg {
        width: 26.25rem
    }
}

@media (max-width: 47.99875em) {
    .menu__body {
        position: fixed;
        width: 100%;
        height: 100%;
        left: -100%;
        top: 0;
        overflow: auto;
        padding: 3.125rem .9375rem .9375rem 1.875rem;
        transition: left .3s
    }

    .menu__body::before {
        content: "";
        position: fixed;
        width: 100%;
        height: 4.375rem;
        left: -100%;
        top: 0;
        transition: left .3s;
        z-index: 2
    }

    .menu-open .menu__body {
        left: 0
    }

    .menu-open .menu__body::before {
        left: 0
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 1.875rem;
        height: 1.125rem;
        z-index: 5
    }

    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        transition: all .3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: .125rem;
        background-color: #d2a349
    }

    .icon-menu::before {
        top: 0
    }

    .icon-menu::after {
        bottom: 0
    }

    .icon-menu span {
        top: calc(50% - .0625rem)
    }

    .menu-open .icon-menu span {
        width: 0
    }

    .menu-open .icon-menu::before {
        top: calc(50% - .0625rem);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - .0625rem);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .form-start__subtitle {
        padding-top: .5 pxrem
    }

    .form-thanks__subtitle p {
        line-height: 19px
    }

    .button {
        border-radius: 15px
    }

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

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

    .footer__item p {
        text-align: center
    }

    .footer__item img {
        max-width: 80px
    }

    .bl1 {
        display: flex;
        gap: 5px;
        flex-direction: column
    }

    .banner {
        padding-bottom: 100px;
        justify-content: flex-end;
        margin-top: 0;
        height: 90vh;
        background-image: url(../img/fon-mob.webp)
    }

    .banner__wrapper {
        padding-top: 260px
    }

    .banner__item {
        max-width: 100%
    }

    .banner__subtext {
        max-width: 100%
    }

    .banner__subtext p {
        text-align: center
    }

    .banner__title {
        text-align: center
    }

    .banner__button {
        display: flex;
        justify-content: center
    }

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

    .situation__wrapper {
        flex-wrap: wrap
    }

    .situation__item {
        flex: 0 0 100%
    }

    .etap__wrapper {
        flex-wrap: wrap
    }

    .etap__item {
        flex: 0 0 100%
    }

    .etap__item::after {
        width: 125px;
        height: 65px
    }

    .about__item {
        flex: 0 0 100%
    }

    .about__subtext {
        gap: 10px
    }

    .about2__wrapper {
        flex-wrap: wrap
    }

    .about2__subtitle {
        text-align: center
    }

    .about2__subtext {
        gap: 10px;
        text-align: center
    }

    .nb {
        display: none
    }

    .itm1 {
        width: 100%
    }

    .itm2 {
        width: 100%
    }

    .itm2 img {
        margin: 0 auto;
        max-width: 65%
    }

    .team__wrapper {
        gap: 20px;
        justify-content: space-between;
        flex-direction: column-reverse
    }

    .for__wrapper {
        background-image: linear-gradient(rgba(0, 0, 0, .81), rgba(0, 0, 0, .63)), url(../img/block8/12.webp);
        gap: 20px;
        justify-content: space-between;
        flex-direction: column
    }

    .lse {
        font-size: 13px
    }

    .min {
        font-size: 12px
    }

    .stages__wrapper {
        flex-wrap: wrap
    }

    .row1__wrapper {
        flex-wrap: wrap;
        gap: 15px
    }

    .row1__item {
        flex: 0 0 100%;
        justify-content: center;
        min-height: 220px
    }

    .row2__wrapper {
        flex-wrap: wrap
    }

    .img-wrap__wrapper {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-direction: column
    }

    .itw1 {
        width: 100%
    }

    .itw2 {
        display: none
    }

    .bl-mob {
        display: block
    }
}

@media (max-width: 47.99875em)and (any-hover: none) {
    .icon-menu {
        cursor: default
    }
}

@media (max-width: 47.99875em)and (max-width: 20em) {
    .for__wrapper {
        padding-bottom: 1.875rem
    }
}

@media (max-width: 29.99875em) {
    .header__btn-menu {
        display: none
    }

    .header__btn-menu::before {
        content: "";
        position: fixed;
        top: 0;
        left: -100%;
        transition: all .3s ease 0s;
        width: 100%;
        z-index: 2
    }

    .menu-open .header__btn-menu {
        left: 0
    }

    .menu-open .header__btn-menu::before {
        left: 0
    }
}

@media (min-width: 20em)and (max-width: 70.625em) {
    .form-start__item.bl2 {
        width: clamp(20rem, 13.2345679012rem + 33.8271604938vw, 37.125rem)
    }

    .form-start__item.bl2 {
        padding-top: clamp(1.125rem, 1.075617284rem + .2469135802vw, 1.25rem)
    }

    .form-start__item.bl2 {
        padding-bottom: clamp(.625rem, .3780864198rem + 1.2345679012vw, 1.25rem)
    }

    .form-start__item.bl2 {
        padding-left: clamp(1.25rem, .262345679rem + 4.9382716049vw, 3.75rem)
    }

    .form-start__item.bl2 {
        padding-right: clamp(1.25rem, .262345679rem + 4.9382716049vw, 3.75rem)
    }

    .form-start__item.bl2 p {
        font-size: clamp(.75rem, .5524691358rem + .987654321vw, 1.25rem)
    }

    .form-start__item.bl2 p {
        padding-bottom: clamp(.4375rem, .2399691358rem + .987654321vw, .9375rem)
    }

    .form-start__title {
        font-size: clamp(1.125rem, .8780864198rem + 1.2345679012vw, 1.75rem)
    }

    .form-start__title {
        padding-bottom: clamp(.875rem, .850308642rem + .1234567901vw, .9375rem)
    }

    .form-start__subtitle {
        padding-bottom: clamp(.4375rem, .2399691358rem + .987654321vw, .9375rem)
    }

    .form-start__subtitle {
        font-size: clamp(.875rem, .7268518519rem + .7407407407vw, 1.25rem)
    }

    .form-start-img-bg {
        height: clamp(9.375rem, -5.4398148148rem + 74.0740740741vw, 46.875rem)
    }

    .form-start-img-bg {
        width: clamp(20rem, 17.6049382716rem + 11.975308642vw, 26.0625rem)
    }

    .input {
        padding-left: clamp(.625rem, .2546296296rem + 1.8518518519vw, 1.5625rem)
    }

    .input {
        height: clamp(2.5rem, 2.4012345679rem + .4938271605vw, 2.75rem)
    }

    .close-form-start {
        right: clamp(.625rem, .3780864198rem + 1.2345679012vw, 1.25rem)
    }

    .close-form-start {
        top: clamp(.625rem, .3780864198rem + 1.2345679012vw, 1.25rem)
    }

    .form-popup {
        row-gap: clamp(.4375rem, .3634259259rem + .3703703704vw, .625rem)
    }

    .form-thanks__img {
        width: clamp(3.125rem, 1.8904320988rem + 6.1728395062vw, 6.25rem)
    }

    .form-thanks__title {
        padding-top: clamp(.9375rem, .5671296296rem + 1.8518518519vw, 1.875rem)
    }

    .form-thanks__title {
        padding-bottom: clamp(.625rem, .3780864198rem + 1.2345679012vw, 1.25rem)
    }

    .form-thanks__title h3 {
        font-size: clamp(1.25rem, .8549382716rem + 1.975308642vw, 2.25rem)
    }

    .form-thanks__subtitle p {
        font-size: clamp(.875rem, .7268518519rem + .7407407407vw, 1.25rem)
    }

    .button {
        font-size: clamp(.875rem, .825617284rem + .2469135802vw, 1rem)
    }

    .button {
        padding-top: clamp(.625rem, .612654321rem + .0617283951vw, .65625rem)
    }

    .button {
        padding-bottom: clamp(.625rem, .625rem + 0, .625rem)
    }

    .button {
        padding-left: clamp(.625rem, .625rem + 0, .625rem)
    }

    .button {
        padding-right: clamp(.625rem, .625rem + 0, .625rem)
    }

    .title {
        padding-top: clamp(2.5rem, 1.8827160494rem + 3.0864197531vw, 4.0625rem)
    }

    .title {
        padding-bottom: clamp(1.5625rem, 1.0686728395rem + 2.4691358025vw, 2.8125rem)
    }

    .title {
        font-size: clamp(1.25rem, 1.1512345679rem + .4938271605vw, 1.5rem)
    }

    .header {
        padding-top: clamp(.3125rem, .263117284rem + .2469135802vw, .4375rem)
    }

    .header {
        padding-bottom: clamp(.3125rem, .263117284rem + .2469135802vw, .4375rem)
    }

    .header__logo img {
        width: clamp(4.375rem, 4.2515432099rem + .6172839506vw, 4.6875rem)
    }

    .menu__list {
        -webkit-column-gap: clamp(.9375rem, .2214506173rem + 3.5802469136vw, 2.75rem);
        -moz-column-gap: clamp(.9375rem, .2214506173rem + 3.5802469136vw, 2.75rem);
        column-gap: clamp(.9375rem, .2214506173rem + 3.5802469136vw, 2.75rem)
    }

    .footer {
        padding-top: clamp(1.25rem, .7561728395rem + 2.4691358025vw, 2.5rem)
    }

    .footer {
        padding-bottom: clamp(1.25rem, .7561728395rem + 2.4691358025vw, 2.5rem)
    }

    .fp {
        font-size: clamp(.8125rem, .787808642rem + .1234567901vw, .875rem)
    }

    .fp {
        padding-top: clamp(.625rem, .5015432099rem + .6172839506vw, .9375rem)
    }

    p {
        font-size: clamp(.9375rem, .8634259259rem + .3703703704vw, 1.125rem)
    }

    .banner__subtext p {
        font-size: clamp(1rem, .8518518519rem + .7407407407vw, 1.375rem)
    }

    .banner__title {
        font-size: clamp(1.5rem, 1.2530864198rem + 1.2345679012vw, 2.125rem)
    }

    .banner__button {
        padding-top: clamp(1.875rem, 1.1342592593rem + 3.7037037037vw, 3.75rem)
    }

    .bl11 {
        margin-top: clamp(.9375rem, .6905864198rem + 1.2345679012vw, 1.5625rem)
    }

    .siyuation {
        padding-bottom: clamp(.9375rem, .6905864198rem + 1.2345679012vw, 1.5625rem)
    }

    .situation__title {
        padding-top: clamp(2.5rem, 1.8827160494rem + 3.0864197531vw, 4.0625rem)
    }

    .situation__title {
        padding-bottom: clamp(1.5625rem, 1.0686728395rem + 2.4691358025vw, 2.8125rem)
    }

    .situation__title {
        font-size: clamp(1.25rem, .9043209877rem + 1.7283950617vw, 2.125rem)
    }

    .situation__item {
        padding-bottom: clamp(.9375rem, .6905864198rem + 1.2345679012vw, 1.5625rem)
    }

    .situation__subtitle {
        padding-left: clamp(.625rem, .5015432099rem + .6172839506vw, .9375rem)
    }

    .situation__subtitle {
        padding-right: clamp(.625rem, .5015432099rem + .6172839506vw, .9375rem)
    }

    .situation__subtitle {
        font-size: clamp(1.125rem, 1.0262345679rem + .4938271605vw, 1.375rem)
    }

    .situation__subtext {
        padding-left: clamp(.625rem, .5015432099rem + .6172839506vw, .9375rem)
    }

    .situation__subtext {
        padding-right: clamp(.625rem, .5015432099rem + .6172839506vw, .9375rem)
    }

    .etap__wrapper {
        padding-top: clamp(2.5rem, 2.2530864198rem + 1.2345679012vw, 3.125rem)
    }

    .etap__item {
        padding-top: clamp(.9375rem, .6905864198rem + 1.2345679012vw, 1.5625rem)
    }

    .etap__item {
        padding-bottom: clamp(.9375rem, .6905864198rem + 1.2345679012vw, 1.5625rem)
    }

    .etap__subtitle {
        padding-left: clamp(.625rem, .5015432099rem + .6172839506vw, .9375rem)
    }

    .etap__subtitle {
        padding-right: clamp(.625rem, .5015432099rem + .6172839506vw, .9375rem)
    }

    .etap__subtitle {
        font-size: clamp(1.125rem, 1.0262345679rem + .4938271605vw, 1.375rem)
    }

    .etap__subtext {
        padding-left: clamp(.625rem, .3780864198rem + 1.2345679012vw, 1.25rem)
    }

    .etap__subtext {
        padding-right: clamp(.625rem, .3780864198rem + 1.2345679012vw, 1.25rem)
    }

    .etap__button {
        padding-top: clamp(1.875rem, 1.3811728395rem + 2.4691358025vw, 3.125rem)
    }

    .etap__button {
        padding-bottom: clamp(1.875rem, 1.3811728395rem + 2.4691358025vw, 3.125rem)
    }

    .about__item {
        padding-top: clamp(.9375rem, .6905864198rem + 1.2345679012vw, 1.5625rem)
    }

    .about__item {
        padding-bottom: clamp(.9375rem, .6905864198rem + 1.2345679012vw, 1.5625rem)
    }

    .about__subtitle {
        padding-left: clamp(.625rem, .5015432099rem + .6172839506vw, .9375rem)
    }

    .about__subtitle {
        padding-right: clamp(.625rem, .5015432099rem + .6172839506vw, .9375rem)
    }

    .about__subtitle {
        font-size: clamp(1.25rem, 1.0524691358rem + .987654321vw, 1.75rem)
    }

    .about__subtext {
        padding-left: clamp(.625rem, -.2391975309rem + 4.3209876543vw, 2.8125rem)
    }

    .about__subtext {
        padding-right: clamp(.625rem, -.2391975309rem + 4.3209876543vw, 2.8125rem)
    }

    .about2 {
        padding-bottom: clamp(.9375rem, .6905864198rem + 1.2345679012vw, 1.5625rem)
    }

    .about2__item {
        padding-top: clamp(.9375rem, .6905864198rem + 1.2345679012vw, 1.5625rem)
    }

    .about2__item {
        padding-bottom: clamp(.9375rem, .6905864198rem + 1.2345679012vw, 1.5625rem)
    }

    .about2__subtitle {
        padding-left: clamp(.0000000625rem, -.3703702832rem + 1.8518517284vw, .9375rem)
    }

    .about2__subtitle {
        padding-right: clamp(.0000000625rem, -.3703702832rem + 1.8518517284vw, .9375rem)
    }

    .about2__subtitle {
        font-size: clamp(1.25rem, 1.0524691358rem + .987654321vw, 1.75rem)
    }

    .about2__subtext {
        padding-left: clamp(.0000000625rem, -1.1111110239rem + 5.5555554321vw, 2.8125rem)
    }

    .about2__subtext {
        padding-right: clamp(.0000000625rem, -1.1111110239rem + 5.5555554321vw, 2.8125rem)
    }

    .team {
        padding-top: clamp(1.875rem, 1.3811728395rem + 2.4691358025vw, 3.125rem)
    }

    .team {
        padding-bottom: clamp(1.875rem, 1.3811728395rem + 2.4691358025vw, 3.125rem)
    }

    .team__wrapper {
        padding-left: clamp(.9375rem, .4436728395rem + 2.4691358025vw, 2.1875rem)
    }

    .team__wrapper {
        padding-right: clamp(.9375rem, .4436728395rem + 2.4691358025vw, 2.1875rem)
    }

    .team__wrapper {
        padding-bottom: clamp(.9375rem, .6905864198rem + 1.2345679012vw, 1.5625rem)
    }

    .olr {
        padding: clamp(.625rem, .2546296296rem + 1.8518518519vw, 1.5625rem)
    }

    .osn {
        padding-bottom: clamp(1.25rem, .8796296296rem + 1.8518518519vw, 2.1875rem)
    }

    .slider-wrapper {
        padding-bottom: clamp(2.1875rem, 1.8171296296rem + 1.8518518519vw, 3.125rem)
    }

    .for {
        padding-top: clamp(1.875rem, 1.3811728395rem + 2.4691358025vw, 3.125rem)
    }

    .for {
        padding-bottom: clamp(1.875rem, 1.3811728395rem + 2.4691358025vw, 3.125rem)
    }

    .for__wrapper {
        padding: clamp(.9375rem, .4436728395rem + 2.4691358025vw, 2.1875rem)
    }

    .for__subtitle {
        padding-left: clamp(.625rem, .5015432099rem + .6172839506vw, .9375rem)
    }

    .for__subtitle {
        padding-right: clamp(.625rem, .5015432099rem + .6172839506vw, .9375rem)
    }

    .for__subtitle {
        font-size: clamp(1.25rem, 1.0524691358rem + .987654321vw, 1.75rem)
    }

    .for__subtitle1 {
        font-size: clamp(1.5rem, 1.3024691358rem + .987654321vw, 2rem)
    }

    .numb {
        font-size: clamp(1.25rem, 1.1265432099rem + .6172839506vw, 1.5625rem)
    }

    .row1__item {
        padding: 10px
    }

    .row1__title {
        font-size: clamp(1.125rem, 1.075617284rem + .2469135802vw, 1.25rem)
    }

    .row2__title {
        font-size: clamp(1.25rem, 1.200617284rem + .2469135802vw, 1.375rem)
    }

    .img-wrap__item {
        gap: clamp(.9375rem, .8140432099rem + .6172839506vw, 1.25rem)
    }

    .itw1 {
        padding: 10px
    }

    .itw2 {
        padding: clamp(.9375rem, .9375rem + 0, .9375rem)
    }
}

@media (max-width: 55.3125em)and (min-width: 70.625em) {
    .form-start__item.bl2 {
        padding-bottom: 3.125rem
    }

    .form-start-img-bg {
        width: 69.375rem
    }
}

@media (max-width: 55.3125em)and (min-width: 20em)and (max-width: 70.625em) {
    .form-start__item.bl2 {
        padding-bottom: clamp(2.1875rem, 1.8171296296rem + 1.8518518519vw, 3.125rem)
    }

    .form-start-img-bg {
        width: clamp(26.25rem, 9.212962963rem + 85.1851851852vw, 69.375rem)
    }
}

@media (max-width: 61.99875em)and (min-width: 20em) {
    .menu__body {
        padding-top: 11.25rem
    }
}

@media (max-width: 61.99875em)and (min-width: 0.125em)and (max-width: 20em) {
    .menu__body {
        padding-top: clamp(7.5rem, 7.4764150943rem + 18.8679245283vw, 11.25rem)
    }
}

@media (max-width: 61.99875em)and (min-width: 70.625em) {
    .menu__body::before {
        padding-top: 1.875rem
    }

    .menu__body::before {
        padding-bottom: 1.25rem
    }
}

@media (max-width: 61.99875em)and (min-width: 20em)and (max-width: 70.625em) {
    .menu__body::before {
        padding-top: clamp(1.375rem, 1.1774691358rem + .987654321vw, 1.875rem)
    }

    .menu__body::before {
        padding-bottom: clamp(.625rem, .3780864198rem + 1.2345679012vw, 1.25rem)
    }
}

@media (max-width: 47.99875em)and (min-width: 70.625em) {
    .for__wrapper {
        padding-bottom: 2.1875rem
    }
}

@media (max-width: 47.99875em)and (min-width: 20em)and (max-width: 70.625em) {
    .for__wrapper {
        padding-bottom: clamp(1.875rem, 1.7515432099rem + .6172839506vw, 2.1875rem)
    }
}

@media (any-hover: hover) {
    .button:hover {
        background-color: #d8ab5b;
        box-shadow: 0 0 6px #d8ca25
    }

    .menu__link:hover {
        color: #cba768;
        transition: all .3s ease 0s
    }
}

.phone-input {
    width: 100%;
}

.iti {
    width: 100%
}