@charset "UTF-8";


[class*=_icon-]:before,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1
}

a,
button {
    color: inherit
}

.popup__content,
.wrapper {
    background-color: var(--bg-primary)
}

.numbers,
.uniqueness__content-bottom-text {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent
}

.numbers,
.what-br__top-sub-title,
.what-br__top-title span {
    text-transform: uppercase
}

.left-exampl-item,
.right-exampl-item {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.application-form__checkbox-text span,
.checkbox__text a {
    text-decoration: underline
}

.swiper,
ul li {
    list-style: none
}

@font-face {
    font-family: icons;
    font-display: swap;
    src: url("./../fonts/icons.woff2") format("woff2"), url("./../fonts/icons.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

[class*=_icon-]:before {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    display: block
}

.content-btn__title,
.footer-navigation__link,
.footer-top__subtitle,
.numbers,
.social-link-big-btn__text,
.title-h2 {
    
    font-style: normal
}

._icon-vcru:before {
    content: "\e911"
}

._icon-external:before {
    content: "\e900"
}

._icon-arrow:before {
    content: "\e901"
}

._icon-checkbox:before {
    content: "\e902";
    color: #fff
}

._icon-cross:before {
    content: "\e903";
    color: #fff
}

._icon-done:before {
    content: "\e904"
}

._icon-dropdown:before {
    content: "\e905";
    color: #fff
}

._icon-edit-text:before {
    content: "\e906"
}

._icon-email:before {
    content: "\e907"
}

._icon-Icon-external:before {
    content: "\e908"
}

._icon-instagram:before {
    content: "\e909"
}

._icon-phone:before {
    content: "\e90a"
}

._icon-pin:before {
    content: "\e90b";
    color: #fff
}

._icon-play:before {
    content: "\e90c"
}

._icon-profile:before {
    content: "\e90d"
}

._icon-telegram:before {
    content: "\e90e"
}

._icon-vk:before {
    content: "\e90f"
}

._icon-youtube:before {
    content: "\e910";
    margin-top: .0625rem
}

:root {
    --primary: #0a9396;
    --secondary: #94d2bd;
    --accent: #0090c1;
    --inverse: #ffff3f;
    --bg-primary: #000000;
    --bg-secondary: #141416;
    --bg-accent-blue: #27ae60;
    --bg-accent-violet: #129da6;
    --bg-inverse: #2d00f7;
    --text-primary: #fbfffe;
    --text-secondary: #141416;
    --text-accent: #e8eddf;
    --text-inverse: #e8eddf;
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px
}

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

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

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

body {
    color: #fff;
    
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button,
input,
textarea {
    
    font-size: inherit;
    line-height: inherit
}

button {
    cursor: pointer;
    background-color: transparent
}

a {
    text-decoration: none
}

img {
    vertical-align: top
}

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

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

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

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

.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

[class*=__container] {
    max-width: 86rem;
    margin: 0 auto;
    padding: 0 1rem
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    
    font-style: normal;
    font-weight: 350;
    letter-spacing: .25px;
    color: #fff;
    font-stretch: 100;
    padding-left: 3.5rem;
    padding-top: 1.25rem;
    padding-right: 1.875rem
}

textarea {
    padding-top: 1.875rem
}

.input {
    width: 100%;
    display: block
}

.input._form-focus .application-form__item-placeholder {
    top: .6875rem;
    font-size: .75rem;
    line-height: 1.5
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder {
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
    -ms-transition: opacity .3s;
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
    -ms-transition: opacity .3s;
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.checkbox,
.checkbox__label:before {
    -webkit-transition: .3s;
    -o-transition: .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
    opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder {
    opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
    opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
    opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
    opacity: 0
}

textarea.input {
    resize: none;
    padding: 0
}

.checkbox {
    position: relative;
    transition: .3s
}

.checkbox:hover .checkbox__label:before {
    background: rgba(0, 0, 0, .4)
}

.checkbox:active .checkbox__input:checked+.checkbox__label:before,
.checkbox:hover .checkbox__input:checked+.checkbox__label .checkbox__icon,
.content-btn:active,
.detail-btn-mobile-wite:active,
.detail-btn:active,
.dropdown-btn:active,
.play-btn:active,
.social-link-btn:active,
.social-link-next-btn:active {
    opacity: .7
}

.checkbox:active .checkbox__label:before {
    background: rgba(0, 0, 0, .6)
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

.checkbox__input:checked+.checkbox__label:before {
    background: #fff
}

.checkbox__input:checked+.checkbox__label .checkbox__icon,
.popup-show body::after {
    opacity: 1
}

.checkbox__label {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative
}

.popup__content,
.popup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.checkbox__label:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, .2);
    border-radius: .25rem;
    transition: .3s;
    margin-top: .125rem
}

.popup__close::after,
.popup__close::before {
    z-index: 10;
    content: "";
    width: 2px;
    background-color: #fff;
    left: 50%
}

.checkbox__icon,
.content-btn {
    -webkit-transition: .3s;
    -o-transition: .3s
}

.checkbox__icon {
    position: absolute;
    top: .25rem;
    left: .125rem;
    opacity: 0;
    color: #000;
    transition: .3s
}

.popup,
body::after {
    position: fixed;
    left: 0;
    pointer-events: none;
    top: 0
}

.checkbox__text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-style: normal;
    font-weight: 350;
    letter-spacing: .25px;
    font-stretch: 100;
    margin-left: .75rem
}

body::after {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
    z-index: 149
}

.popup {
    bottom: 0;
    right: 0;
    padding: 20px;
    -webkit-transition: visibility .8s;
    -o-transition: visibility .8s;
    transition: visibility .8s;
    visibility: hidden
}

.lock .popup__content,
.popup_show {
    visibility: visible
}

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

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

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

.popup__content {
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    padding: 30px 20px;
    border-radius: 20px
}

.content-btn,
.numbers {
    display: -webkit-box;
    display: -ms-flexbox
}

.popup__text {
    width: 100%;
    height: 100%
}

.popup__close,
.popup__close::after,
.popup__close::before {
    position: absolute;
    height: 30px
}

.popup__text iframe {
    height: 100%;
    width: 100%
}

.popup__close {
    width: 30px;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    border-radius: 3px;
    margin: 10px
}

.popup__close::before {
    top: 0;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    -ms-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg)
}

.popup__close::after {
    top: 0;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    -ms-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg)
}

.application-form__item,
.application-text-box__text-info,
.br-video__box-content,
.br-video__container,
.br-video__content,
.demarcation-slider-item__text-box,
.examples__container,
.form-application__container,
.practice-top-image,
.practice__content,
.top-secret,
.uniqueness__content,
.what-sm-top-image,
.what-sm__content,
[class*=-ibg] {
    position: relative
}

.br-video-box__video-bg,
[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

.title-h2 {
    font-weight: 500;
    letter-spacing: -.125rem
}

.text-b1 {
    font-weight: 350;
    letter-spacing: -.015625rem;
    opacity: .7
}

.numbers {
    margin-top: .625rem;
    font-weight: 500;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    letter-spacing: -.0625rem;
    background: -o-linear-gradient(39.55deg, #fff .24%, rgba(255, 255, 255, .4) 114.72%);
    background: linear-gradient(50.45deg, #fff .24%, rgba(255, 255, 255, .4) 114.72%);
    -webkit-background-clip: text;
    background-clip: text;
    opacity: .4
}

.box-max-w {
    max-width: 69.75rem
}

.content-btn {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: .5rem;
    transition: .3s;
    background: var(--bg-secondary);
    gap: 1.25rem
}

.content-btn__box-icon,
.social-link-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    border-radius: 50%
}

.content-btn_blue .content-btn__box-icon {
    background: var(--bg-accent-blue)
}

.content-btn_violet .content-btn__box-icon {
    background: var(--bg-accent-violet)
}

.content-btn_light-blue .content-btn__box-icon {
    background: #efbc07
}

.content-btn__text-box {
    max-width: 20.625rem
}

.content-btn__title,
.footer-navigation__link,
.footer-top__subtitle {
    font-weight: 500;
    letter-spacing: -.03125rem
}

.content-btn__text {
    font-style: normal;
    font-weight: 350;
    letter-spacing: .015625rem;
    opacity: .7
}

.content-btn__box-icon {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.content-btn__icon {
    font-size: 3rem;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.social-link-big-btn,
.social-link-btn {
    -webkit-box-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.social-link-btn {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
    height: 3rem;
    width: 3rem;
    background-color: var(--bg-secondary);
    transition: .3s
}

.play-btn,
.social-link-big-btn {
    display: -webkit-box;
    display: -ms-flexbox
}

.social-link-btn_blur {
    background-color: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px)
}

.social-link-big-btn,
.social-link-btn_crystalline {
    background: rgba(0, 0, 0, .2)
}

.social-link-big-btn {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2rem;
    transition: .3s
}

.social-link-big-btn__icon {
    margin-right: .75rem;
    font-size: 1.5rem
}

.social-link-big-btn__text {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5
}

.social-link-next-btn {
    border-radius: 24px;
    background: rgba(255, 255, 255, .1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .75rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.social-link-next-btn_video {
    border-radius: .5rem;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    gap: .5rem
}

.application-text-box__bottom-text,
.detail-btn-mobile-wite__text,
.detail-btn__text,
.slider-one__text-title,
.social-link-next-btn_video .social-link-next-btn__text,
.what-sm-top-slider__slide-title {
    
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.5px
}

.social-link-next-btn__text {
    font-family: Roboto Flex;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375
}

.social-link-next-btn__icon {
    font-size: 1.0625rem
}

.social-link-next-btn__icon_video-two {
    font-size: 1.5625rem
}

.dropdown-btn,
.play-btn {
    font-size: 1.5rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    border-radius: 50%
}

.play-btn {
    color: #fff;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: red;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    transition: .3s
}

.slider-btn_left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown-btn {
    height: 4rem;
    width: 4rem;
    background-color: var(--bg-secondary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    transition: .3s
}

.detail-btn,
.detail-btn-mobile-wite {
    background-color: var(--bg-accent-blue);
    -webkit-transition: .3s;
    -o-transition: .3s
}

.detail-btn {
    border-radius: .5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .3s
}

.detail-btn-mobile-wite,
.switch-btn {
    display: -webkit-box;
    display: -ms-flexbox
}

.detail-btn-mobile-wite__icon,
.detail-btn__icon {
    font-size: 1.125rem
}

.detail-btn-mobile-wite__icon_request,
.detail-btn__icon_request {
    font-size: 1.5625rem
}

.detail-btn-mobile-wite {
    border-radius: 2rem;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .3s
}

.switch-btn__color-bg,
.switch-btn__text {
    -webkit-transition: .3s;
    -o-transition: .3s
}

.act-focus {
    margin-top: .25rem;
    margin-bottom: -1.375rem;
    opacity: .7
}

.card-one {
    background-color: var(--bg-secondary)
}

.card-one :not(:last-child) {
    margin-bottom: 1.5rem
}

.card-one :first-child {
    margin-bottom: 2rem
}

.card-one_slider .card-one__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%
}

.footer-navigation__link:after,
.menu__link:after {
    display: block;
    margin-top: 5px;
    height: 2px;
    width: 0;
    content: ""
}

.card-one__subtitle {
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.5px;
    opacity: .4
}

.card-one__title {
    
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1px
}

.card-one__text {
    
    font-style: normal;
    font-weight: 350;
    letter-spacing: -.25px;
    font-stretch: 100;
    opacity: .7
}

.menu__link,
.switch-btn__text {
    font-weight: 500;
    font-style: normal
}

.switch-btn {
    position: relative;
    z-index: 1;
    border-radius: 1.5rem;
    background-color: #212123;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 2.5rem
}

.switch-btn__color-bg {
    position: absolute;
    left: 0;
    z-index: 1;
    height: 2rem;
    width: 48%;
    margin-left: .25rem;
    margin-right: 0;
    border-radius: 1.25rem;
    background-color: var(--bg-accent-blue);
    transition: .3s
}

.switch-btn__text {
    position: relative;
    z-index: 2;
    text-align: center;
    font-family: Roboto Flex;
    font-size: 1rem;
    line-height: 1.375;
    transition: .3s
}

.demarcation-slider-item.active-btn .switch-btn__text_left,
.switch-btn__text_right {
    opacity: .7
}

.demarcation-slider-item.active-btn .switch-btn__color-bg {
    margin-left: 0;
    width: 50%;
    margin-left: calc(50% - 4px)
}

.demarcation-slider-item.active-btn .demarcation-slider-item__image-ibg_two,
.demarcation-slider-item.active-btn .switch-btn__text_right {
    opacity: 1
}

.demarcation-slider-item.active-btn .demarcation-slider-item__text {
    position: absolute;
    top: .75rem;
    opacity: 0
}

.demarcation-slider-item.active-btn .demarcation-slider-item__text_before {
    position: relative;
    top: 0;
    opacity: .7
}

.header {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 30;
}

.header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.menu__socials {
    display: none;
    margin-top: 1.25rem
}

.application-form__checkbox,
.application-text-box__social-box,
.footer-bottom__social-box,
.footer-contacts__location,
.menu__list,
.more__social-link,
.secret-technologies__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu__list :not(:last-child) {
    margin-right: 2.5rem
}

.menu__link {
    
    font-size: 1.5rem;
    line-height: 1.3333333333;
    letter-spacing: -.03125rem
}

.menu__link:after {
    background: 0 0;
    -webkit-transition: width .5s, background-color .5s;
    -o-transition: width .5s, background-color .5s;
    transition: width .5s, background-color .5s
}

.header._header-scroll {
    background-color: var(--bg-primary);
    position: fixed
}

.icon-menu,
.slider-one {
    display: none
}

.footer__content-box {
    border-top: .0625rem solid RGBA(255, 255, 255, .2)
}

.footer__content-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.examples__content,
.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.features-examples,
.footer-top__content-box,
.footer-top__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.footer-top__contacts {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4rem
}

.footer-top__contacts-box {
    max-width: 31.25rem
}

.footer-top__contacts-navigation {
    margin-right: .8125rem
}

.footer-top__text-box {
    max-width: 33.75rem
}

.footer-top__title {
    max-width: 19.875rem
}

.footer-top__text {
    font-size: 24px;
    font-style: normal;
    font-weight: 350;
    letter-spacing: -.25px;
    opacity: .7
}

.footer-contacts__contact-icon {
    font-size: 1.5rem;
    margin-top: .3125rem
}

.footer-contacts__contact-text {
    font-style: normal;
    font-weight: 350;
    letter-spacing: -.015625rem;
    opacity: .7
}

.footer-contacts__email,
.footer-contacts__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer-navigation__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (1fr)[2];
    -ms-grid-columns: (1fr)[2];
    grid-template: repeat(2, 1fr)/repeat(2, 1fr)
}

.footer-navigation__link:after {
    background: 0 0;
    -webkit-transition: width .5s, background-color .5s;
    -o-transition: width .5s, background-color .5s;
    transition: width .5s, background-color .5s
}

.application-form__item input:hover,
.application-form__item textarea:hover,
.br-video__video-box::before {
    background-color: rgba(0, 0, 0, .4)
}

.footer-bottom__logo {
    margin-right: 2.625rem
}

.footer-bottom__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    gap: 1.5rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer-bottom__all {
    font-style: normal;
    font-weight: 350;
    letter-spacing: .015625rem;
    opacity: .4;
    margin-bottom: -.375rem
}

.br-video__video-wrapper {
    position: absolute;
    left: 0;
    right: 0
}

.br-video__video-box {
    position: relative;
    z-index: 0;
    max-width: 90rem;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden
}

.br-video__video-box::before {
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.br-video-box,
.slider-demarcation-slider,
.slider-examples {
    position: relative;
    width: 100%
}

.br-video-box__controls {
    position: relative;
    z-index: 1
}

.br-video-box__progress {
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: .25rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: rgba(255, 255, 255, .2);
    border-radius: 2px
}

.progress {
    width: 0;
    background: #fff;
    border-radius: 2px
}

.br-video-box-content,
.practice__top,
.top-equipment,
.what-br__top,
.what-sm__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.br-video-box-content__left-title {
    font-family: Roboto Flex;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 34.125rem
}

.br-video-box-content__image-big-ibg {
    height: 11.75rem;
    width: 29.375rem
}

.br-video-box-content__left-text {
    font-weight: 350;
    letter-spacing: -.25px;
    max-width: 41.25rem
}

.br-video-box-content__left-btn-box,
.more__social-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem
}

.br-video-box-content__left-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.what-br__bottom,
.what-br__top-content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    gap: 1.5rem
}

.what-br__top-content-box {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.top-equipment__title,
.what-br__top-title,
.what-sm-top-left {
    max-width: 27rem
}

.what-br__top-content-box-right {
    margin-top: .25rem;
    max-width: 34.125rem
}

.what-br__top-content-box-right :not(:last-child) {
    margin-bottom: 1.5rem
}

.what-br__top-sub-title {
    
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.0625rem
}

.what-br__bottom {
    margin-top: 4rem;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.what-br__bottom-content-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.5rem
}

.slider-one__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slider-one__slide-image {
    position: relative;
    width: 62.5rem;
    height: 22.875rem
}

.slider-one__slide-image-bg {
    width: 62.5rem;
    height: 17.875rem;
    background: -o-linear-gradient(15.93deg, #0e0e3a -11.92%, #171762 13.16%, #3232d1 73.87%, #3b3bf8 88.02%, #6340fb 104.71%, #9747ff 123.54%, #cda6ff 157.88%), #141416;
    background: linear-gradient(74.07deg, #0e0e3a -11.92%, #171762 13.16%, #3232d1 73.87%, #3b3bf8 88.02%, #6340fb 104.71%, #9747ff 123.54%, #cda6ff 157.88%), #141416;
    border-radius: 0 9.375rem 9.375rem 12.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

.slider-one__image-ibg {
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 28rem;
    border-radius: 0 8.9375rem 8.9375rem 11.9375rem;
    overflow: hidden
}

.slider-one__image-ibg img {
    -o-object-fit: contain;
    object-fit: contain
}

.slider-one__text-box {
    max-width: 19.875rem;
    min-height: 17.875rem;
    background-color: var(--bg-secondary);
    padding: 5.125rem 1.5rem 6.5rem 3rem;
    border-radius: 9.375rem 10.3125rem 0 9.375rem
}

.slider-one__text-text,
.what-sm-top-slider__slide-text {
    font-style: normal;
    font-weight: 350;
    letter-spacing: .25px;
    font-stretch: 100;
    opacity: .7
}

.slider-one__controls {
    position: absolute;
    bottom: 3.5rem;
    right: 1.5rem
}

.examples__btn,
.what-sm__btn {
    position: absolute;
    bottom: 0
}

.bottom-equipment__title,
.features-examples__left-title,
.features-examples__right-title,
.item-practice-slider__title,
.practice-mobile-item__title,
.slider-demarcation-slider__title,
.slider-examples__title,
.what-sm-top-right__title {
    font-family: Roboto Flex;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1px
}

.slider-examples__image-ibg {
    width: 12.75rem;
    height: 12.75rem;
    border-radius: .5rem;
    overflow: hidden
}

.slider-examples__control-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.875rem
}

.slider-demarcation-slider__controls,
.slider-examples__controls {
    position: relative;
    max-width: 9rem;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .625rem
}

.slider-examples__controls .swiper-button-next,
.slider-examples__controls .swiper-button-prev {
    position: relative;
    left: unset;
    right: unset;
    top: 45%;
    display: unset
}

.left-exampl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.125rem
}

.left-exampl-item__icon-box {
    padding: .5rem;
    background-color: RGBA(39, 174, 96, .2);
    border-radius: 8px
}

.left-exampl-item__icon-one,
.left-exampl-item__icon-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.left-exampl-item__subtitle-text,
.right-exampl-item__subtitle-text {
    font-family: Roboto Flex;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.5px
}

.right-exampl-item__text {
    
    font-style: normal;
    font-weight: 350;
    letter-spacing: .25px;
    opacity: .7;
    margin-top: 1rem
}

.right-exampl-item__box-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.5rem
}

.right-exampl-item__option {
    text-align: center;
    font-family: Roboto Flex;
    font-size: 1rem;
    line-height: 1.375;
    font-style: normal;
    font-weight: 500;
    padding: .25rem 1rem;
    background-color: #141416;
    border-radius: 8px
}

.uniqueness-top__text-one,
.uniqueness-top__text-two,
.uniqueness__content-bottom-text {
    padding-bottom: .625rem;
    margin-bottom: -.625rem
}

.uniqueness__image-box {
    position: absolute;
    top: -12%;
    right: -3.125rem;
    opacity: 0;
    -webkit-transition: opacity 1.5s 2s;
    -o-transition: opacity 1.5s 2s;
    transition: opacity 1.5s 2s
}

.uniqueness__content-bottom,
.uniqueness__content-middle,
.what-sm__bottom,
.what-sm__middle {
    display: none
}

.uniqueness__content-bottom-text {
    
    font-style: normal;
    font-weight: 500;
    letter-spacing: -6.2px;
    background: -o-linear-gradient(169.88deg, #fff 26.58%, rgba(255, 255, 255, 0) 112.31%);
    background: linear-gradient(280.12deg, #fff 26.58%, rgba(255, 255, 255, 0) 112.31%);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    opacity: 0;
    right: 12.5rem;
    -webkit-transition: 3s;
    -o-transition: 3s;
    transition: 3s
}

.uniqueness-top__text-one,
.uniqueness-top__text-three,
.uniqueness-top__text-two {
    position: relative;
    right: 6.25rem;
    
    font-weight: 500;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    opacity: 0;
    font-style: normal
}

.uniqueness__content-bottom-text._watcher-view {
    right: 0;
    opacity: 1
}

.uniqueness-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.uniqueness-top__text-box-one,
.uniqueness-top__text-box-three,
.uniqueness-top__text-box-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.uniqueness-top__text-one {
    background: -o-linear-gradient(12.3deg, #fff 23.64%, rgba(255, 255, 255, .4) 87.13%);
    background: linear-gradient(77.7deg, #fff 23.64%, rgba(255, 255, 255, .4) 87.13%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s
}

.uniqueness-top__text-two {
    background: -o-linear-gradient(12.3deg, #fff 23.64%, rgba(255, 255, 255, .4) 87.13%);
    background: linear-gradient(77.7deg, #fff 23.64%, rgba(255, 255, 255, .4) 87.13%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: 1.5s .5s;
    -o-transition: 1.5s .5s;
    transition: 1.5s .5s;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.uniqueness-top__text-three {
    -webkit-transition: 1.5s 1s;
    -o-transition: 1.5s 1s;
    transition: 1.5s 1s;
    background: -o-linear-gradient(12.49deg, #fff 41.03%, rgba(255, 255, 255, .4) 107.88%);
    background: linear-gradient(77.51deg, #fff 41.03%, rgba(255, 255, 255, .4) 107.88%);
    -webkit-background-clip: text;
    background-clip: text;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.demarcation-slider-item__box,
.item-practice-slider__box-text,
.practice-mobile-item__box {
    border-radius: .5rem;
    background-color: var(--bg-secondary)
}

.uniqueness-top__btn {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 1.5s 2s;
    -o-transition: opacity 1.5s 2s;
    transition: opacity 1.5s 2s;
    margin-bottom: 1.25rem
}

.uniqueness-top._watcher-view .uniqueness-top__text-one {
    right: 0;
    opacity: .2
}

.uniqueness-top._watcher-view .uniqueness-top__text-two {
    right: 0;
    opacity: .6
}

.uniqueness-top._watcher-view .uniqueness-top__text-three {
    right: 0;
    opacity: 1
}

.uniqueness-middle-image._watcher-view,
.uniqueness-top._watcher-view .uniqueness-top__btn,
.uniqueness-top._watcher-view .uniqueness__image-box {
    opacity: 1
}

.uniqueness-middle-image {
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s
}

.uniqueness-middle-image__one-ibg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 3.125rem;
    padding-bottom: 3.125rem
}

.uniqueness-middle-image__three-ibg,
.uniqueness-middle-image__two-ibg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    width: 100%
}

.uniqueness-middle-image__three-ibg,
.uniqueness-middle-image__two-ibg {
    transform: translate(-50%, -50%)
}

.practice__top-content-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.item-practice-slider,
.practice-slider__content {
    gap: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox
}

.practice-top-left {
    max-width: 34rem
}

.practice-top-left__text,
.what-sm-top-left__text {
    font-style: normal;
    font-weight: 350;
    letter-spacing: -.25px;
    font-stretch: 100;
    opacity: .7
}

.practice-top-image__image-ibg {
    border-radius: .5rem;
    overflow: hidden
}

.practice-slider__content {
    margin-left: auto;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.item-practice-slider {
    display: flex
}

.item-practice-slider__image-ibg {
    border-radius: .5rem;
    overflow: hidden;
    width: 27rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.item-practice-slider__text,
.practice-mobile-item__text,
.top-equipment__box-righ-subtitle {
    
    font-style: normal;
    font-weight: 350;
    letter-spacing: -.25px;
    opacity: .7
}

.practice-mobile-slider__slider,
.slider-secret__slider,
.what-sm-slider-bottom__slider {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.demarcation-slider-item,
.practice-mobile-item {
    height: unset !important
}

.practice-mobile-item__box {
    overflow: hidden;
    height: 100% !important
}

.practice-mobile-item__text-box {
    padding-bottom: 2.5rem
}

.slider-demarcation-slider__control-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.875rem
}

.slider-demarcation-slider__controls .swiper-button-next,
.slider-demarcation-slider__controls .swiper-button-prev {
    position: relative;
    left: unset;
    right: unset;
    top: 45%;
    display: unset
}

.slider-demarcation-slider__pagination,
.what-sm-slider-bottom__pagination {
    margin-top: .75rem;
    margin-bottom: 1.25rem
}

.demarcation-slider-item__box {
    height: 100%;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.demarcation-slider-item__image-box {
    position: relative;
    height: 27rem
}

.demarcation-slider-item__image-ibg {
    position: absolute;
    top: 0;
    left: 0;
    height: 27rem;
    width: 100%
}

.demarcation-slider-item__image-ibg_two {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0
}

.demarcation-slider-item__btn {
    width: 100%
}

.demarcation-slider-item__title {
    display: none;
    font-family: Roboto Flex;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.5px;
    margin-top: 2rem
}

.design-text,
.design__content,
.innovation-text,
.innovation__content,
.made-text,
.made__content {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.demarcation-slider-item__text {
    position: relative;
    top: 0;
    left: 0;
    
    font-size: 1rem;
    line-height: 1.5;
    font-style: normal;
    font-weight: 350;
    letter-spacing: .25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: .7;
    margin-top: 2rem
}

.design-text__text-two,
.innovation-text__text-two,
.made-text__text-one,
.made-text__text-two {
    font-weight: 500;
    
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent
}

.demarcation-slider-item__text_before {
    position: absolute;
    top: .75rem;
    left: 0;
    opacity: 0
}

.design__content,
.innovation__content,
.made__content {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.made__content-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 3s .5s;
    -o-transition: opacity 3s .5s;
    transition: opacity 3s .5s
}

.design-text,
.innovation-text,
.made-text {
    width: 100%;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.made-text__text-box-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.made-text__text-one {
    position: relative;
    left: 6.25rem;
    letter-spacing: -1px;
    margin-bottom: -2.5rem;
    background: -o-linear-gradient(39.55deg, #fff 40%, rgba(255, 255, 255, .4) 110%);
    background: linear-gradient(50.45deg, #fff 40%, rgba(255, 255, 255, .4) 110%);
    -webkit-background-clip: text;
    background-clip: text;
    opacity: 0;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s
}

.innovation-text__text-box-two,
.made-text__text-box-two {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.design-text__text-two,
.innovation-text__text-two,
.made-text__text-two {
    position: relative;
    left: 6.25rem;
    letter-spacing: -4px;
    background: -o-linear-gradient(39.55deg, #fff .24%, rgba(255, 255, 255, .4) 50%);
    background: linear-gradient(50.45deg, #fff .24%, rgba(255, 255, 255, .4) 50%);
    -webkit-background-clip: text;
    background-clip: text;
    opacity: 0;
    -webkit-transition: 1.5s .5s;
    -o-transition: 1.5s .5s;
    transition: 1.5s .5s
}

.made-text__text-box-three {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -1.25rem
}

.design-text__text-three,
.innovation-text__text-three,
.made-text__text-three {
    position: relative;
    left: 6.25rem;
    
    font-weight: 500;
    letter-spacing: -4px;
    opacity: 0;
    -webkit-transition: 1.5s 1s;
    -o-transition: 1.5s 1s;
    transition: 1.5s 1s
}

.equipment-slider-item__subtitle,
.equipment-slider-item__title,
.top-equipment__box-righ-item {
    font-family: Roboto Flex;
    font-weight: 500;
    font-style: normal
}

.made__content._watcher-view .made-text__text-one {
    left: 0;
    opacity: .7
}

.made__content._watcher-view .made-text__text-two {
    left: 0;
    opacity: .9
}

.made__content._watcher-view .made-text__text-three {
    left: 0;
    opacity: 1
}

.made__content._watcher-view .made__content-image {
    opacity: 1
}

.equipment__bottom {
    margin-top: 3rem
}

.top-equipment__content-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.875rem
}

.top-equipment__content-box-right {
    margin-top: .625rem
}

.top-equipment__box-righ-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-equipment__box-righ-item {
    padding: .75rem 1.75rem;
    border-radius: 24px;
    background-color: red;
    background-color: var(--bg-secondary);
    text-align: center;
    font-size: 1rem;
    line-height: 1.375
}

.bottom-equipment,
.equipment-slider-item__box {
    background-color: var(--bg-secondary);
    border-radius: .5rem
}

.slider-equipment__pagination,
.slider-secret__pagination,
.slider-what-sm__pagination {
    margin-top: .75rem
}

.equipment-slider-item__box {
    margin-top: 3.125rem;
    position: relative
}

.equipment-slider-item__image-ibg {
    position: absolute;
    left: 57%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.equipment-slider-item__title {
    letter-spacing: -1px;
    padding-bottom: .375rem
}

.equipment-slider-item__subtitle {
    font-size: 1rem;
    line-height: 1.375;
    margin-top: 1.625rem
}

.equipment-slider-item__text {
    
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: .25px;
    opacity: .7
}

.equipment-slider-item__text-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

.bottom-equipment {
    padding-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bottom-equipment__image-box {
    position: relative;
    margin-top: -6.875rem;
    width: 24rem;
    height: 24.4375rem
}

.bottom-equipment__image-one-ibg {
    width: 30rem;
    height: 30rem
}

.bottom-equipment__image-tow-ibg {
    position: absolute;
    bottom: 0;
    left: 51.5%;
    width: 12.5625rem;
    height: 2.3125rem;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.bottom-equipment__subtitle {
    font-family: Roboto Flex;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.5px;
    margin-top: 1.5rem
}

.bottom-equipment__text-box {
    gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.5rem
}

.bottom-equipment__paragraph-box {
    max-width: 21rem
}

.bottom-equipment__subsubtitle {
    font-family: Roboto Flex;
    font-size: 1rem;
    line-height: 1.375;
    font-style: normal;
    font-weight: 500
}

.bottom-equipment__text {
    
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: .25px;
    opacity: .7;
    margin-top: .5rem
}

.design__content-image {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    -webkit-transition: opacity 3s .5s;
    -o-transition: opacity 3s .5s;
    transition: opacity 3s .5s
}

.design__content-btn {
    position: absolute;
    bottom: 1.25rem;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 1.5s 2s;
    -o-transition: opacity 1.5s 2s;
    transition: opacity 1.5s 2s
}

.design-text__text-box-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative
}

.design-text__text-one,
.innovation-text__text-one {
    position: relative;
    left: 6.25rem;
    
    font-weight: 500;
    letter-spacing: -4px;
    background: -o-linear-gradient(39.55deg, #fff 10%, rgba(255, 255, 255, .4) 110%);
    background: linear-gradient(50.45deg, #fff 10%, rgba(255, 255, 255, .4) 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s
}

.design-text__text-box-two {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.design-text__text-box-three,
.innovation-text__text-box-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.design__content._watcher-view .design-text__text-one {
    left: 0;
    opacity: .2
}

.design__content._watcher-view .design-text__text-two {
    left: 0;
    opacity: .9
}

.design__content._watcher-view .design-text__text-three {
    left: 0;
    opacity: 1
}

.design__content._watcher-view .design__content-btn,
.design__content._watcher-view .design__content-image {
    opacity: 1
}

.what-sm__top-content-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.what-sm__bottom-slider {
    margin-top: .5rem
}

.what-sm-slider-bottom__slide {
    height: auto !important
}

.what-sm-slider-bottom__slide-box {
    height: 100%;
    border-radius: .5rem;
    background-color: var(--bg-secondary)
}

.what-sm-slider-bottom__slide-box-title {
    font-family: Roboto Flex;
    font-size: 1rem;
    line-height: 1.375;
    font-style: normal;
    font-weight: 500
}

.what-sm-slider-bottom__slide-box-text,
.what-sm-top-right__text {
    
    font-weight: 350;
    font-style: normal;
    opacity: .7
}

.what-sm-slider-bottom__slide-box-text {
    font-size: .875rem;
    line-height: 1.4285714286;
    letter-spacing: .15px;
    margin-top: .75rem
}

.what-sm-top-right {
    max-width: 34.125rem
}

.what-sm-top-right__text {
    font-size: 1.5rem;
    line-height: 1.4166666667;
    letter-spacing: -.25px
}

.what-sm-top-slider__slide-image-ibg {
    overflow: hidden;
    border-radius: 200px 0 250px 200px
}

.what-sm-bottom-box__left,
.what-sm-bottom-box__right-item {
    border-radius: 8px;
    background-color: var(--bg-secondary)
}

.what-sm-top-slider__controls {
    position: absolute;
    right: 0
}

.what-sm-top-image__image-bg {
    position: relative;
    top: -.9375rem
}

.what-sm-top-image__image-ibg {
    position: absolute
}

.what-sm-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.5rem
}

.secret__content,
.what-sm-bottom-slider__slide,
.what-sm-middle__right {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    gap: 1.5rem
}

.what-sm-middle__left {
    max-width: 48.375rem
}

.secret__content,
.what-sm-middle__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

.what-sm-middle__right-btn {
    min-width: 34.125rem
}

.what-sm-bottom-box {
    margin-left: auto;
    margin-top: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem
}

.what-sm-bottom-box__left {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 20.75rem 3rem 3rem
}

.what-sm-bottom-box__left-image-ibg {
    position: absolute;
    top: -13.4375rem;
    left: -7.1875rem;
    height: 53.125rem;
    width: 53.125rem
}

.title-secret,
.what-sm-bottom-box__left-title {
    font-family: Roboto Flex;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1px
}

.secret-text,
.what-sm-bottom-box__left-text {
    
    font-style: normal;
    font-weight: 350;
    letter-spacing: -.25px;
    opacity: .7
}

.what-sm-bottom-box__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem
}

.what-sm-bottom-box__right-item-subtitle {
    font-family: Roboto Flex;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.5px
}

.what-sm-bottom-box__right-item-text {
    margin-top: 1rem;
    
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 1.5;
    letter-spacing: .25px;
    opacity: .7
}

.what-sm-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.what-sm-bottom__btn {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2
}

.what-sm-bottom-slider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.what-sm-bottom-slider__slider {
    height: 100%
}

.what-sm-bottom-slider__pagination {
    margin-top: 1rem;
    display: none
}

.what-sm-bottom-slider__controls {
    position: absolute;
    top: 5rem;
    right: 3rem;
    width: 9rem
}

.what-sm-bottom-slider__slide {
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%
}

.what-sm-bottom-slider__slide-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.what-sm-bottom-slider__slide-card {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.what-sm-bottom-slider__slide-image-ibg {
    min-width: 34.125rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border-radius: 0 200px 200px
}

.item-slider-what-sm__box {
    background-color: var(--bg-secondary);
    border-radius: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 156px
}

.light-info__content,
.light-info__left {
    display: -webkit-box;
    display: -ms-flexbox
}

.light-info__content {
    position: relative;
    min-width: 100%;
    border-radius: .5rem;
    overflow: hidden;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.application-text-box,
.light-info__left {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.light-info__bg-image-ibg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.form-application__right,
.light-info__left,
.light-info__right {
    position: relative;
    z-index: 2
}

.light-info__left {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.light-info__left-subtitle {
    font-family: Roboto Flex;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: -.5px;
    margin-bottom: 3.75rem
}

.light-info__right-quotes,
.light-info__right-text {
    letter-spacing: -1px;
    font-weight: 500;
    font-style: normal
}

.light-info__right-quotes {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-145%, 73%);
    -ms-transform: translate(-145%, 73%);
    transform: translate(-145%, 73%);
    color: #27ae60;
    leading-trim: both;
    text-edge: cap;
    font-family: Roboto
}

.light-info__right-text {
    font-family: Roboto Flex;
    font-size: 2.5rem;
    max-width: 34.375rem
}

.light-info__mobile-btn {
    position: relative;
    z-index: 2;
    margin-top: 2.5rem;
    margin-left: 3.125rem
}

.form-application_two {
    padding-bottom: 0
}

.form-application__bg-image-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.form-application__bg-image-ibg {
    border-radius: 4rem;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.form-application__bg-image-ibg img {
    width: 84rem;
    height: 49.0625rem
}

.no-webp .form-application__content {
    background: url("./../img/form-bg.png") no-repeat
}

.webp .form-application__content {
    background: url("./../img/form-bg.webp") no-repeat
}

.form-application__content {
    border-radius: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.5rem;
    overflow: hidden
}

.form-application__left {
    position: relative;
    z-index: 2;
    max-width: 29.0625rem
}

.application-text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 36.5625rem
}

.application-text-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.application-text-box__text-info :not(:first-child) a {
    color: #fff;
    font-family: Roboto Flex;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.5px;
    text-decoration: underline
}

.application-text-box__text-info :nth-child(2) a {
    text-decoration: none
}

.application-text-box__text-info>:only-child ::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    left: -1.3125rem;
    top: .9375rem;
    background-color: rgba(255, 255, 255, .7)
}

.application-text-box__text-row {
    position: relative;
    color: rgba(255, 255, 255, .7);
    
    font-size: 24px;
    line-height: 34px;
    font-weight: 350;
    font-style: normal;
    letter-spacing: -.25px
}

.application-text-box__bottom-box {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    display: none
}

.application-text-box__bottom-icon {
    position: relative;
    overflow: visible;
    cursor: pointer
}

.application-text-box__bottom-icon:hover .application-text-box__bottom-icon-info {
    bottom: 3rem;
    opacity: 1
}

.application-text-box__bottom-icon-info {
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 100%;
    min-width: 20.25rem;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    border-radius: 8px;
    background: #212123;
    -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .25);
    padding: .75rem 1rem 1rem 1.875rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none
}

.application-form__item-limit,
.application-form__item-placeholder {
    -webkit-transition: .3s;
    -o-transition: .3s;
    font-style: normal;
    font-weight: 350
}

.application-text-box__bottom-icon-info::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -8px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-style: solid;
    border-width: 8px 8px 0;
    border-color: #212123 transparent transparent
}

.possibilities-slide-item,
.possibilities__container._watcher-view .possibilities-slide-item {
    border-bottom: 1px solid #515151
}

.application-text-box__bottom-icon-info-text {
    position: relative;
    color: #fff;
    
    font-size: .875rem;
    line-height: 1.4285714286;
    font-style: normal;
    font-weight: 350;
    letter-spacing: .15px
}

.application-text-box__bottom-icon-info-text::before {
    position: absolute;
    content: "";
    top: 8px;
    left: -12px;
    height: 3px;
    width: 3px;
    background-color: #fff
}

.application-form {
    min-width: 27rem
}

.application-form__item input,
.application-form__item textarea {
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
    border-radius: .5rem;
    resize: none
}

.application-form__item input:focus,
.application-form__item textarea:focus {
    background-color: rgba(0, 0, 0, .6)
}

.application-form input {
    height: 4rem
}

.application-form textarea {
    min-height: 9.0625rem
}

.application-form__item-placeholder {
    position: absolute;
    left: 3.5rem;
    letter-spacing: .25px;
    font-stretch: 100;
    opacity: .6;
    transition: .3s
}

.application-form__item-limit {
    text-align: right;
    margin-top: 0;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: -.1px;
    opacity: 0;
    margin-bottom: -1.125rem;
    transition: .3s
}

.application-form__item-limit.act-focus {
    margin-top: .25rem;
    margin-bottom: -1.375rem;
    opacity: .7
}

.application-form__item-icon {
    position: absolute;
    left: 1rem;
    top: 1.25rem;
    font-size: 1.5rem
}

.application-form__checkbox-text {
    font-style: normal;
    font-weight: 350;
    letter-spacing: .25px;
    font-stretch: 100;
    margin-left: .75rem
}

.application-form__bottom-text,
.application-form__button {
    
    text-align: center;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.5px
}

.application-form__button {
    color: var(--bg-secondary);
    background: #fff;
    border-radius: .5rem;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.application-form__button:active,
.swiper-button-next:active,
.swiper-button-prev:active {
    opacity: .7
}

.application-form__bottom-text {
    display: none;
    margin-top: 1.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.application-form__error,
.application-form__incorrect-format {
    color: #fff;
    display: none;
    gap: 8px;
    font-style: normal;
    font-weight: 350;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: .25px;
    margin: 1.5rem auto -4rem;
    opacity: 0;
    border-radius: 8px;
    background: #ee164a;
    padding: 8px 16px 8px 12px
}

.application-form__bottom-text_mobile {
    display: none
}

.application-form__bottom-text_mobile .application-text-box__bottom-icon-info {
    text-align: left;
    right: -.5rem;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.application-form__bottom-text_mobile .application-text-box__bottom-icon-info::after {
    left: unset;
    right: .25rem;
    bottom: -8px
}

.application-form__error {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 23.875rem
}

.application-form__error-icon-ibg {
    height: 24px;
    width: 100%;
    max-width: 24px
}

.application-form__incorrect-format {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 18.625rem
}

.possibilities-slide-item__left-number,
.possibilities-slide-item__left-text,
.possibilities-slide-item__right-text {
    font-weight: 500;
    letter-spacing: -.5px;
    font-family: Roboto Flex
}

.secret-box,
.secret-slider-item__box {
    background-color: var(--bg-secondary)
}

.application-form__incorrect-format-icon-ibg {
    height: 24px;
    width: 100%;
    max-width: 24px
}

.error-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1
}

.form__input._error {
    border: 1px solid red
}

.checkbox__input._error {
    border: 1px solid #ee164a
}

.application-form__item._error .application-form__item-icon {
    color: #ee164a
}

.application-form__checkbox._error .checkbox__label::before {
    background: rgba(238, 22, 72, .3)
}

.innovation__content-image {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    -webkit-transition: opacity 3s .5s;
    -o-transition: opacity 3s .5s;
    transition: opacity 3s .5s
}

.innovation__content-btn {
    position: absolute;
    bottom: 1.25rem;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 1.5s 2s;
    -o-transition: opacity 1.5s 2s;
    transition: opacity 1.5s 2s
}

.innovation-text__text-box-three {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.innovation__content._watcher-view .innovation-text__text-one {
    left: 0;
    opacity: .2
}

.innovation__content._watcher-view .innovation-text__text-two {
    left: 0;
    opacity: .9
}

.innovation__content._watcher-view .innovation-text__text-three {
    left: 0;
    opacity: 1
}

.innovation__content._watcher-view .innovation__content-btn,
.innovation__content._watcher-view .innovation__content-image {
    opacity: 1
}

.possibilities__wrapper,
.swiper-vertical .swiper-wrapper,
.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.possibilities__slide-pagination {
    margin-top: .75rem;
    display: none
}

.possibilities-slide-item {
    padding-bottom: 2rem;
    margin-bottom: 2rem
}

.possibilities-slide-item__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.possibilities-slide-item__left {
    width: 12.75rem
}

.possibilities-slide-item__left-number {
    font-size: 1.5rem;
    line-height: 1.3333333333
}

.possibilities-slide-item__left-text {
    opacity: .4
}

.possibilities-slide-item__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem
}

.possibilities-slide-item__right-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 48.25rem;
    gap: 1.4375rem
}

.bottom-secret__right,
.secret-box {
    display: -webkit-box;
    display: -ms-flexbox
}

.possibilities-slide-item__right-image-ibg {
    min-width: 12.625rem;
    min-height: 8rem;
    border-radius: 1rem;
    overflow: hidden
}

.possibilities-slide-item__right-box-text {
    font-weight: 350;
    letter-spacing: .25px;
    max-width: 27rem;
    opacity: .6
}

.more__title,
.secret-title {
    font-weight: 500;
    font-style: normal
}

.secret-box {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: .5rem;
    padding: 4rem 3rem;
    gap: 1.875rem
}

.top-secret__left {
    width: 100%;
    max-width: 35rem
}

.top-secret__left-image-ibg {
    position: absolute;
    z-index: 1;
    top: 3rem;
    left: 3rem;
    overflow: hidden;
    width: 28.75rem;
    height: 28.625rem
}

.top-secret__left-title,
.top-secret__right {
    z-index: 2;
    position: relative
}

.top-secret__left-image-ibg img {
    width: 28.8125rem
}

.top-secret__right {
    max-width: 38.25rem
}

.top-secret__right>:not(:last-child) {
    margin-bottom: 2.5rem
}

.secret-title {
    font-family: Roboto Flex;
    letter-spacing: -.5px;
    margin-bottom: .5rem
}

.secret-technologies_dot-var :nth-child(2),
.secret-technologies_dot-var>:first-child {
    position: relative;
    margin-left: 2.375rem
}

.secret-technologies_dot-var :nth-child(2)::before,
.secret-technologies_dot-var>:first-child::before {
    position: absolute;
    content: "";
    top: .875rem;
    left: -1.375rem;
    height: .3125rem;
    width: .3125rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: .7
}

.secret-technologies__num {
    margin-left: .5rem;
    margin-right: .625rem
}

.bottom-secret__left {
    max-width: 35.9375rem
}

.bottom-secret__right {
    width: 100%;
    max-width: 38.25rem;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bottom-secret__right-text-box_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-secret__right-text-box_logo :nth-child(2) {
    margin-bottom: unset
}

.bottom-secret__right-logo-ibg {
    height: 3rem;
    width: 3rem;
    margin-right: 1rem
}

.slider-secret__slide {
    height: auto !important
}

.secret-slider-item__box,
.secret-slider-item__text-box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.secret-slider-item__box {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: .5rem;
    padding: 2.5rem 1.5rem
}

.secret-slider-item__title {
    padding-bottom: .5rem
}

.secret-slider-item__text-box {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.secret-slider-item__content-box {
    margin-top: 1rem
}

.secret-slider-item__content-box_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .5rem
}

.secret-slider-item__logo-ibg {
    height: 2rem;
    min-width: 2rem
}

.swiper-slide,
.swiper-wrapper {
    height: 100%;
    position: relative;
    width: 100%
}

.more__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: .9375rem;
    background: -o-radial-gradient(91.37% -44.92%, 188.85% 188.85%, #27ae60 0, #163e54 53.89%, #141416 100%), -o-radial-gradient(91.37% -44.92%, 187.72% 187.72%, #2f7383 0, #191654 53.89%, #141416 100%);
    background: radial-gradient(188.85% 188.85% at 91.37% -44.92%, #27ae60 0, #163e54 53.89%, #141416 100%), radial-gradient(187.72% 187.72% at 91.37% -44.92%, #2f7383 0, #191654 53.89%, #141416 100%);
    border-radius: .5rem
}

.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox
}

.more__title {
    
    max-width: 34.125rem;
    letter-spacing: -2.5px
}

.more__title span {
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -2px;
    background: -webkit-linear-gradient(257.91deg, #162754 1.81%, #27ae60 7%, #efbc07 70%), #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    color: transparent
}

.more__right-content {
    margin-top: .9375rem
}

.more__right-content>:not(:last-child) {
    margin-bottom: 2rem
}

.more__text {
    text-align: end;
    font-style: normal;
    font-weight: 350;
    text-align: start;
    letter-spacing: -.015625rem;
    opacity: .7
}

.swiper-initialized,
.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: flex
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-button-lock,
.swiper-pagination-bullet:only-child {
    display: none !important
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    z-index: 1;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-pagination {
    position: relative;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    background-color: var(--bg-secondary)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background-color: #fff
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s;
    -o-transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s;
    -o-transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s;
    -o-transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock,
.swiper-scrollbar-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
    cursor: move
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: 1s linear infinite swiper-preloader-spin;
    animation: 1s linear infinite swiper-preloader-spin;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-cube .swiper-slide .swiper-slide,
.swiper-fade .swiper-slide .swiper-slide,
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active,
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active,
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cards,
.swiper-cube,
.swiper-flip {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

@media (min-width:29.99875em) {

    .left-exampl-item__icon-two,
    .slider-demarcation-slider__pagination,
    .what-sm-bottom-box__right-btn_mobile,
    .what-sm-top-image__image-bg_two,
    .what-sm__bottom-slider {
        display: none
    }

    .slider-demarcation-slider__control-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:37.5em) {
    .more__right-content {
        min-width: 35rem
    }
}

@media (min-width:47.99875em) {

    .br-video-box-content__left-image-middle,
    .social-link-next-btn__icon_video-two {
        display: none
    }
}

@media (min-width:57.5em) {
    .practice-slider__mobile {
        display: none
    }
}

@media (min-width:61.99875em) {
    .top-equipment__box-righ-subtitle {
        text-align: right;
        margin-top: .5rem
    }

    .top-equipment__box-righ-text {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .bottom-equipment__right-content {
        width: 49.5rem
    }
}

@media (min-width:62.5em) {
    .features-examples__left {
        max-width: 27rem
    }

    .features-examples__right {
        max-width: 34.125rem
    }
}

@media (min-width:68.8125em) {
    .slider-secret {
        display: none
    }
}

@media (min-width:78.1875em) {
    .item-slider-what-sm__image {
        opacity: .4;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .possibilities-slide-item {
        border-bottom: 1px solid rgba(81, 81, 81, 0);
        -webkit-transition: border-bottom 1s 2s;
        -o-transition: border-bottom 1s 2s;
        transition: border-bottom 1s 2s
    }

    .possibilities-slide-item__box {
        position: relative;
        left: 12.5rem;
        opacity: 0
    }

    .possibilities-slide-item__box_one {
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s
    }

    .possibilities-slide-item__box_two {
        -webkit-transition: 1s .5s;
        -o-transition: 1s .5s;
        transition: 1s .5s
    }

    .possibilities-slide-item__box_three {
        -webkit-transition: 1s 1s;
        -o-transition: 1s 1s;
        transition: 1s 1s
    }

    .possibilities-slide-item__box_four {
        -webkit-transition: 1s 1.5s;
        -o-transition: 1s 1.5s;
        transition: 1s 1.5s
    }

    .possibilities__container._watcher-view .possibilities-slide-item__box {
        opacity: 1;
        left: 0
    }
}

@media (min-width:78.125em) {
    .possibilities__wrapper {
        height: 100% !important;
        margin-right: -1.875rem;
        margin-left: -1.875rem;
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important
    }
}

@media (min-width:79.375em) {
    .slider-demarcation-slider__wrapper {
        gap: 1.5rem;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .slider-demarcation-slider__slide {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        width: 100% !important;
        margin-right: unset !important
    }
}

@media (min-width:84.375em) {
    .bottom-secret__left {
        width: 100%
    }
}

@media (min-width:75em) {
    .light-info__mobile-btn {
        display: none
    }
}

@media (min-width:86em) {

    .play-btn,
    .slider-btn_left,
    .slider-btn_right {
        width: 4rem;
        height: 4rem
    }

    .application-text-box__social-box :not(:last-child),
    .footer-bottom__social-box :not(:last-child),
    .footer-contacts__contact-icon {
        margin-right: 1rem
    }

    .checkbox__text,
    .content-btn__text,
    .equipment-slider-item__text,
    .footer-bottom__all,
    .right-exampl-item__text,
    .what-sm-top-slider__slide-text,
    input[type=email],
    input[type=tel],
    input[type=text],
    textarea {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .application-text-box__title,
    .more__title,
    .title-h2 {
        font-size: 4rem;
        line-height: 4.5rem
    }

    .application-text-box__text-row,
    .card-one__text,
    .footer-contacts__contact-text,
    .more__text,
    .secret-text,
    .text-b1,
    .top-equipment__box-righ-subtitle {
        font-size: 1.5rem;
        line-height: 2.125rem
    }

    .numbers {
        max-height: 8rem;
        font-size: 10.25rem;
        line-height: 8rem
    }

    .content-btn {
        padding: 1.5rem 1.5rem 1.5rem 3rem
    }

    .content-btn__text-box {
        margin-top: 1.375rem;
        margin-bottom: 1.375rem
    }

    .content-btn__text-box :not(:last-child) {
        margin-bottom: .75rem
    }

    .bottom-equipment__subtitle,
    .content-btn__title,
    .demarcation-slider-item__title,
    .detail-btn-mobile-wite__text,
    .detail-btn__text,
    .footer-navigation__link,
    .left-exampl-item__subtitle-text,
    .right-exampl-item__subtitle-text,
    .slider-one__text-title,
    .social-link-next-btn_video .social-link-next-btn__text,
    .what-sm-top-slider__slide-title {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .content-btn__box-icon {
        min-height: 7rem;
        min-width: 7rem
    }

    .content-btn__icon {
        font-size: 3rem
    }

    .social-link-big-btn {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .social-link-next-btn {
        padding: .75rem 1.375rem .75rem 1.75rem
    }

    .detail-btn,
    .detail-btn-mobile-wite,
    .social-link-next-btn_video {
        padding: 1rem 1.5rem 1rem 1.75rem
    }

    .detail-btn-mobile-wite__icon,
    .detail-btn__icon {
        margin-left: .75rem
    }

    .card-one {
        border-radius: 4rem;
        padding: 3rem 3rem 3.625rem
    }

    .card-one__subtitle {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 2rem
    }

    .bottom-equipment__title,
    .card-one__title,
    .equipment-slider-item__title,
    .features-examples__left-title,
    .features-examples__right-title,
    .footer-top__subtitle,
    .item-practice-slider__title,
    .made-text__text-one,
    .practice-mobile-item__title,
    .what-br__top-sub-title {
        font-size: 2.5rem;
        line-height: 3rem
    }

    .footer__content-box {
        padding-top: 10rem;
        margin-top: 10rem
    }

    .footer__content-bottom {
        margin-top: 10rem
    }

    .examples__features,
    .footer-top__contacts,
    .what-sm__slider {
        margin-top: 5rem
    }

    .footer-top__text {
        margin-top: 1.5rem;
        font-size: 1.5rem;
        line-height: 2.125rem
    }

    .application-form__box>:not(:last-child),
    .footer-contacts>:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .features-examples__left-box>:not(:last-child),
    .features-examples__right-box>:not(:last-child),
    .footer-bottom {
        margin-bottom: 2rem
    }

    .footer-navigation__list {
        row-gap: 3rem;
        -webkit-column-gap: 10rem;
        -moz-column-gap: 10rem;
        column-gap: 10rem
    }

    .br-video-box {
        height: 53rem
    }

    .br-video-box__progress {
        top: 49.875rem
    }

    .br-video-box-content {
        padding-bottom: 6.25rem
    }

    .br-video-box-content__left-title {
        font-size: 8rem;
        line-height: 8rem;
        padding-top: 14.5rem
    }

    .br-video-box-content__left-image-big {
        margin-top: 16.1875rem
    }

    .br-video-box-content__left-image-middle {
        margin-top: 3.125rem;
        margin-bottom: 20rem
    }

    .br-video-box-content__image-middle-ibg {
        height: 6rem;
        width: 34.6875rem
    }

    .br-video-box-content__left-text {
        font-size: 1.5rem;
        line-height: 2.125rem;
        margin-top: 2.5rem
    }

    .br-video-box-content__left-btn {
        margin-top: 5.9375rem
    }

    .what-br {
        padding-top: 10rem;
        padding-bottom: 3.75rem
    }

    .design,
    .equipment,
    .innovation,
    .more,
    .slider-one,
    .uniqueness {
        padding-bottom: 10rem
    }

    .slider-one__text-text {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-top: .75rem
    }

    .slider-one__controls {
        width: 9rem
    }

    .examples {
        margin-bottom: 7.5rem
    }

    .slider-demarcation-slider__title,
    .slider-examples__title {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: 2.125rem
    }

    .slider-demarcation-slider__controls,
    .slider-examples__controls {
        gap: 1rem
    }

    .features-examples__left-box,
    .features-examples__right-box,
    .uniqueness__content-middle {
        margin-top: 3rem
    }

    .left-exampl-item {
        padding-bottom: 2.5rem
    }

    .right-exampl-item {
        padding-bottom: 3.125rem
    }

    .uniqueness__image-ibg {
        width: 75rem;
        height: 39.5625rem
    }

    .uniqueness__content-bottom-text {
        margin-top: 5rem;
        font-size: 13.6875rem;
        line-height: 15rem;
        width: 84rem;
        margin-left: .0000000625rem
    }

    .design-text__text-box-one,
    .uniqueness-top__text-box-one,
    .uniqueness-top__text-box-three {
        left: 14.25rem
    }

    .uniqueness-top__text-one,
    .uniqueness-top__text-three,
    .uniqueness-top__text-two {
        font-size: 8rem;
        line-height: 8rem;
        letter-spacing: -.25rem
    }

    .uniqueness-middle-image {
        min-height: 16.625rem
    }

    .uniqueness-middle-image__one-ibg {
        height: 16.625rem;
        width: 90rem
    }

    .uniqueness-middle-image__two-ibg {
        height: 30.875rem;
        width: 90rem
    }

    .uniqueness-middle-image__three-ibg {
        height: 27.5rem;
        width: 100rem
    }

    .practice,
    .practice_two,
    .what-sm,
    .what-sm_two {
        padding-bottom: 5rem
    }

    .practice-top-left__text,
    .what-sm-top-left__text {
        font-size: 1.5rem;
        line-height: 2.125rem;
        margin-top: 2rem
    }

    .practice-top-left__btn,
    .what-sm-top-left__btn {
        margin-top: 3rem;
        max-width: 18.5rem
    }

    .item-practice-slider__text,
    .practice-mobile-item__text {
        font-size: 1.5rem;
        line-height: 2.125rem;
        margin-top: 1.5rem
    }

    .practice-top-image,
    .what-sm-top-image,
    .what-sm-top-slider {
        max-width: 34.125rem
    }

    .practice-top-image__image-ibg {
        width: 34.125rem;
        height: 24.375rem
    }

    .practice-slider {
        margin-bottom: 5rem
    }

    .item-practice-slider__box-text,
    .what-sm-bottom-box__right-item,
    .what-sm-slider-bottom__slide-box {
        padding: 3rem
    }

    .practice-mobile-item__image-ibg {
        height: 53.125rem
    }

    .practice-mobile-item__text-box {
        padding-top: 2.5rem;
        padding-right: 2.5rem;
        padding-left: 2.5rem
    }

    .demarcation-slider-item__content-box {
        padding: 3rem 3rem 4.625rem
    }

    .made {
        padding-top: 12.0625rem;
        padding-bottom: 10rem
    }

    .made__image-ibg {
        width: 87.5rem;
        height: 87.5rem
    }

    .made-text__text-box-one,
    .made-text__text-box-three {
        right: 14.1875rem
    }

    .made-text__text-box-two {
        left: 15.5rem
    }

    .design-text__text-one,
    .design-text__text-three,
    .design-text__text-two,
    .innovation-text__text-one,
    .innovation-text__text-three,
    .innovation-text__text-two,
    .made-text__text-three,
    .made-text__text-two {
        font-size: 8rem;
        line-height: 8rem
    }

    .title-secret,
    .what-sm-bottom-box__left-title,
    .what-sm-top-right__title {
        font-size: 2.5rem;
        line-height: 3rem
    }

    .equipment__slider {
        margin-top: 1.875rem
    }

    .equipment-slider-item__box {
        padding: 15rem 3rem 3.125rem
    }

    .equipment-slider-item__image-ibg {
        top: -6.25rem;
        height: 30.625rem;
        width: 30.625rem
    }

    .bottom-equipment {
        padding-right: 3rem;
        padding-bottom: 3.125rem
    }

    .design__image-ibg,
    .innovation__image-ibg {
        width: 38.625rem;
        height: 38.625rem
    }

    .what-sm__middle {
        margin-top: 4rem
    }

    .what-sm-top-right__title {
        margin-bottom: 1.5rem
    }

    .what-sm-top-slider__slide-image-ibg {
        width: 34.125rem;
        height: 19.5625rem
    }

    .what-sm-top-slider__slide-box-text {
        margin-top: 3rem;
        max-width: 19.375rem
    }

    .what-sm-top-slider__slide-box-text :not(:last-child) {
        margin-bottom: .75rem
    }

    .what-sm-top-slider__controls {
        width: 9rem;
        top: 24.5625rem
    }

    .what-sm-top-image__image-bg_one svg,
    .what-sm-top-image__image-bg_two svg {
        width: 34.125rem;
        height: 18.75rem
    }

    .what-sm-top-image__image-ibg {
        top: -8.4375rem;
        right: -1.9375rem;
        width: 34.6875rem;
        height: 34.6875rem
    }

    .what-sm-bottom-box__left {
        padding-right: 3rem;
        padding-bottom: 3rem;
        padding-left: 3rem
    }

    .what-sm-bottom-box__left-text {
        margin-top: 1.5rem;
        font-size: 1.5rem;
        line-height: 2.125rem
    }

    .what-sm-bottom-box__right-item-subtitle {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .what-sm-bottom {
        margin-top: 4.75rem
    }

    .what-sm-bottom-slider__slide-image-ibg {
        height: 28.25rem;
        width: 34.125rem
    }

    .light-info,
    .secret {
        margin-bottom: 10rem
    }

    .light-info__content {
        padding: 4.5rem 3rem
    }

    .light-info__left-logo-ibg {
        height: 5rem;
        width: 5rem
    }

    .light-info__right-quotes {
        font-size: 8rem;
        line-height: 3rem
    }

    .light-info__right-text {
        line-height: 3rem
    }

    .form-application {
        padding-bottom: 11.25rem
    }

    .form-application__content {
        padding: 6.5rem 7.125rem 6rem
    }

    .application-form__checkbox,
    .application-text-box__text-info {
        margin-top: 2rem
    }

    .application-form__bottom-text,
    .application-text-box__bottom-text,
    .application-text-box__text-info :not(:first-child) a,
    .possibilities-slide-item__right-text,
    .secret-title {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .application-text-box__social-box {
        margin-top: 2.5rem
    }

    .application-form__item-placeholder {
        top: 1.25rem;
        font-size: 1rem;
        line-height: 1.5rem
    }

    .application-form__checkbox-text,
    .possibilities-slide-item__right-box-text {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .application-form__button {
        font-size: 1.5rem;
        line-height: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-top: 3rem
    }

    .innovation-text__text-box-two {
        left: 8.125rem
    }

    .innovation-text__text-box-three {
        left: 12.5rem
    }

    .possibilities {
        padding-bottom: 8rem
    }

    .possibilities-slide-item__left-text {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-top: 2rem
    }

    .more__content {
        padding: 5rem 6.875rem 5.5rem 5.625rem
    }
}

@media (max-width:80em) {
    .footer-top__contacts {
        max-width: 66.625rem;
        gap: 1.5625rem
    }

    .footer-navigation__list {
        -webkit-column-gap: 11.25rem;
        -moz-column-gap: 11.25rem;
        column-gap: 11.25rem
    }

    .practice-slider__content,
    .what-sm-bottom-box {
        max-width: 66.625rem
    }

    .more__title {
        font-size: 3.4375rem
    }
}

@media (max-width:75em) and (max-width:20em) {
    .practice__top-number {
        margin-top: 14.875rem
    }

    .light-info__left-subtitle {
        margin-top: 1rem
    }

    .light-info__right {
        margin-top: 1.5rem;
        margin-left: 3.125rem
    }
}

@media (max-width:75em) {
    .practice__top-content-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 2rem
    }

    .light-info__content,
    .what-sm__top-content-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .practice-slider__content {
        max-width: unset
    }

    .slider-equipment__slider {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .what-sm__top-content-box {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.5rem
    }

    .light-info__left-btn,
    .what-sm-top-left__btn {
        display: none
    }

    .light-info__content {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .light-info__left-subtitle {
        margin-bottom: 0
    }

    .more__right-content {
        margin-top: 0
    }

    .more__social-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: .5rem
    }
}

@media (max-width:25em) {
    .slider-examples__image-ibg {
        width: 9.375rem;
        height: 9.375rem
    }

    .practice-top-image,
    .what-sm-top-image,
    .what-sm-top-slider {
        margin-left: -2.8125rem
    }
}

@media (max-width:20em) {

    .play-btn,
    .slider-btn_left,
    .slider-btn_right {
        width: 3rem;
        height: 3rem
    }

    .detail-btn_video,
    .footer-top__contacts-box,
    .social-link-next-btn_video {
        max-width: 12.5rem
    }

    .application-text-box__social-box :not(:last-child),
    .footer-bottom__social-box :not(:last-child) {
        margin-right: .5rem
    }

    .checkbox__text,
    .equipment-slider-item__text,
    .right-exampl-item__text,
    input[type=email],
    input[type=tel],
    input[type=text],
    textarea {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .more__title,
    .title-h2 {
        font-size: 2rem;
        line-height: 2.5rem
    }

    .card-one__text,
    .demarcation-slider-item__title,
    .footer-contacts__contact-text,
    .text-b1,
    .top-equipment__box-righ-subtitle {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .numbers {
        max-height: 2.375rem;
        font-size: 2rem;
        line-height: 2.5rem
    }

    .content-btn {
        padding: 1rem 1rem 1rem 2rem
    }

    .content-btn__text-box {
        margin-top: .0625rem;
        margin-bottom: .0625rem
    }

    .content-btn__text-box :not(:last-child) {
        margin-bottom: .5rem
    }

    .bottom-equipment__subtitle,
    .content-btn__title,
    .detail-btn__text,
    .footer-navigation__link,
    .footer-top__subtitle,
    .left-exampl-item__subtitle-text,
    .made-text__text-one,
    .right-exampl-item__subtitle-text,
    .slider-one__text-title,
    .social-link-next-btn_video .social-link-next-btn__text,
    .what-sm-top-slider__slide-title {
        font-size: 1rem;
        line-height: 1.375rem
    }

    .content-btn__text,
    .footer-bottom__all,
    .what-sm-top-slider__slide-text {
        font-size: .75rem;
        line-height: 1.125rem
    }

    .content-btn__box-icon {
        min-height: 4.5rem;
        min-width: 4.5rem
    }

    .content-btn__icon {
        font-size: 1.25rem
    }

    .social-link-big-btn {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .social-link-next-btn {
        padding: .5rem 1.125rem .5rem 1.5rem
    }

    .detail-btn,
    .social-link-next-btn_video {
        padding: .75rem 1.25rem .75rem 1.5rem
    }

    .detail-btn-mobile-wite__icon,
    .detail-btn__icon {
        margin-left: .5rem
    }

    .detail-btn-mobile-wite {
        padding: .8125rem 1.25rem .8125rem 1.5rem
    }

    .detail-btn-mobile-wite__text {
        font-size: 1.125rem;
        line-height: 1.375rem
    }

    .card-one {
        border-radius: 2rem;
        padding: 2.5rem 1.5rem 1.5rem
    }

    .card-one__subtitle {
        font-size: 1rem;
        line-height: 1.375rem;
        margin-bottom: 1.5rem
    }

    .features-examples__left-box>:not(:last-child),
    .footer-bottom,
    .footer-contacts>:not(:last-child) {
        margin-bottom: 1rem
    }

    .bottom-equipment__title,
    .card-one__title,
    .equipment-slider-item__title,
    .features-examples__left-title,
    .features-examples__right-title,
    .item-practice-slider__title,
    .practice-mobile-item__title,
    .what-br__top-sub-title {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .footer__content-box {
        padding-top: 4rem;
        margin-top: 4rem
    }

    .footer__content-bottom {
        margin-top: 4rem
    }

    .features-examples__left-box,
    .features-examples__right-box,
    .footer-top__contacts,
    .uniqueness__content-bottom-text,
    .uniqueness__content-middle {
        margin-top: 1.5rem
    }

    .footer-top__text {
        margin-top: .5rem;
        font-size: 1rem;
        line-height: 1.5rem
    }

    .footer-contacts__contact-icon {
        margin-right: 1.5rem
    }

    .footer-navigation__list {
        row-gap: 2.5rem;
        -webkit-column-gap: 0.625rem;
        -moz-column-gap: 0.625rem;
        column-gap: .625rem
    }

    .br-video-box {
        height: 26.25rem
    }

    .br-video-box__progress {
        top: 24.5rem
    }

    .br-video-box-content {
        padding-bottom: 3.25rem
    }

    .br-video-box-content__left-title {
        font-size: 2.5rem;
        line-height: 3rem;
        padding-top: 9rem
    }

    .br-video-box-content__left-image-big {
        margin-top: 3.75rem
    }

    .br-video-box-content__left-image-middle {
        margin-top: 1rem;
        margin-bottom: 2.375rem
    }

    .br-video-box-content__image-middle-ibg {
        height: 2.3125rem;
        width: 13.75rem
    }

    .br-video-box-content__left-text,
    .practice-top-left__text,
    .what-sm-top-left__text {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-top: 1.5rem
    }

    .br-video-box-content__left-btn {
        margin-top: 2rem
    }

    .what-br {
        padding-top: 4rem;
        padding-bottom: 2.5rem
    }

    .design,
    .equipment,
    .form-application,
    .innovation,
    .more,
    .possibilities,
    .slider-one,
    .uniqueness {
        padding-bottom: 4rem
    }

    .slider-one__text-text {
        font-size: .75rem;
        line-height: 1.125rem;
        margin-top: .5rem
    }

    .slider-one__controls {
        width: 6.5rem
    }

    .examples,
    .light-info,
    .secret {
        margin-bottom: 4rem
    }

    .examples__features {
        margin-top: 2.5rem
    }

    .slider-demarcation-slider__title,
    .slider-examples__title {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem
    }

    .slider-demarcation-slider__controls,
    .slider-examples__controls {
        gap: .5rem
    }

    .features-examples__right-box>:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .left-exampl-item {
        padding-bottom: 1rem
    }

    .right-exampl-item {
        padding-bottom: 1.5rem
    }

    .uniqueness__image-ibg {
        width: 18.75rem;
        height: 9.375rem
    }

    .uniqueness__content-bottom-text {
        font-size: 4rem;
        line-height: 4.5rem;
        width: 21.75rem;
        margin-left: -3.75rem
    }

    .uniqueness-top__text-box-one,
    .uniqueness-top__text-box-three {
        left: 3.25rem
    }

    .uniqueness-top__text-one,
    .uniqueness-top__text-three,
    .uniqueness-top__text-two {
        font-size: 2.5rem;
        line-height: 3rem;
        letter-spacing: -.0625rem
    }

    .uniqueness-middle-image {
        min-height: 3.6875rem
    }

    .uniqueness-middle-image__one-ibg {
        height: 3.6875rem;
        width: 20rem
    }

    .uniqueness-middle-image__two-ibg {
        height: 6.8125rem;
        width: 20rem
    }

    .uniqueness-middle-image__three-ibg {
        height: 5.5rem;
        width: 20rem
    }

    .practice,
    .practice_two,
    .what-sm,
    .what-sm_two {
        padding-bottom: 3rem
    }

    .practice-top-left__btn,
    .what-sm-top-left__btn {
        margin-top: 2rem;
        max-width: 14.0625rem
    }

    .item-practice-slider__text,
    .practice-mobile-item__text {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-top: 1rem
    }

    .practice-top-image,
    .what-sm-top-image,
    .what-sm-top-slider {
        max-width: 18rem
    }

    .practice-top-image__image-ibg {
        width: 18rem;
        height: 12.875rem
    }

    .practice-slider {
        margin-bottom: 2.5rem
    }

    .item-practice-slider__box-text {
        padding: 1.25rem
    }

    .practice-mobile-item__image-ibg {
        height: 12.6875rem
    }

    .practice-mobile-item__text-box {
        padding-top: 2rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .demarcation-slider-item__content-box {
        padding: 1.5rem 1.5rem 3.5rem
    }

    .made {
        padding-top: 5.4375rem;
        padding-bottom: 7.0625rem
    }

    .made__image-ibg {
        width: 34.375rem;
        height: 34.375rem
    }

    .made-text__text-box-one,
    .made-text__text-box-three {
        right: .0000000625rem
    }

    .innovation-text__text-box-three,
    .innovation-text__text-box-two,
    .made-text__text-box-two {
        left: .0000000625rem
    }

    .design-text__text-one,
    .design-text__text-three,
    .design-text__text-two,
    .innovation-text__text-one,
    .innovation-text__text-three,
    .innovation-text__text-two,
    .made-text__text-three,
    .made-text__text-two {
        font-size: 2.5rem;
        line-height: 3rem
    }

    .application-text-box__title,
    .title-secret,
    .what-sm-bottom-box__left-title,
    .what-sm-top-right__title {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .equipment__slider {
        margin-top: -.625rem
    }

    .equipment-slider-item__box {
        padding: 9.25rem 1.5rem 2rem
    }

    .equipment-slider-item__image-ibg {
        top: -4.375rem;
        height: 19.375rem;
        width: 19.375rem
    }

    .bottom-equipment {
        padding-right: 1.5rem;
        padding-bottom: 2.5rem
    }

    .design__image-ibg,
    .innovation__image-ibg {
        width: 13.9375rem;
        height: 13.9375rem
    }

    .design-text__text-box-one {
        left: 3.125rem
    }

    .what-sm__middle {
        margin-top: 3rem
    }

    .what-sm__slider {
        margin-top: 1.875rem
    }

    .what-sm-bottom-box__right-item,
    .what-sm-slider-bottom__slide-box {
        padding: 2rem 1.5rem
    }

    .what-sm-top-right__title {
        margin-bottom: .75rem
    }

    .what-sm-top-slider__slide-image-ibg {
        width: 18rem;
        height: 10.3125rem
    }

    .what-sm-top-slider__slide-box-text {
        margin-top: 1.25rem;
        max-width: 10.5rem
    }

    .application-form__box>:not(:last-child),
    .what-sm-top-slider__slide-box-text :not(:last-child) {
        margin-bottom: .5rem
    }

    .what-sm-top-slider__controls {
        width: 6.5rem;
        top: 12.8125rem
    }

    .what-sm-top-image__image-bg_one svg,
    .what-sm-top-image__image-bg_two svg {
        width: 18rem;
        height: 14rem
    }

    .what-sm-top-image__image-ibg {
        top: -1.25rem;
        right: -.9375rem;
        width: 18.125rem;
        height: 18.125rem
    }

    .what-sm-bottom-box__left {
        padding-right: 1.5rem;
        padding-bottom: 2.5rem;
        padding-left: 1.5rem
    }

    .what-sm-bottom-box__left-text {
        margin-top: .75rem;
        font-size: 1rem;
        line-height: 1.5rem
    }

    .application-form__bottom-text,
    .application-text-box__bottom-text,
    .possibilities-slide-item__right-text,
    .secret-title,
    .what-sm-bottom-box__right-item-subtitle {
        font-size: 1rem;
        line-height: 1.375rem
    }

    .what-sm-bottom {
        margin-top: 3rem
    }

    .what-sm-bottom-slider__slide-image-ibg {
        height: 12.375rem;
        width: 15rem
    }

    .light-info__content {
        padding: 2rem 1rem 2.5rem
    }

    .light-info__left-logo-ibg {
        height: 4rem;
        width: 4rem
    }

    .light-info__right-quotes {
        font-size: 4rem;
        line-height: 1.25rem
    }

    .light-info__right-text {
        line-height: 1.375rem
    }

    .form-application__content {
        padding: 2.5rem 1rem
    }

    .application-form__checkbox,
    .application-text-box__social-box,
    .application-text-box__text-info {
        margin-top: 1rem
    }

    .application-text-box__text-info :not(:first-child) a,
    .application-text-box__text-row,
    .more__text {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .application-form__checkbox-text,
    .application-form__item-placeholder,
    .possibilities-slide-item__right-box-text,
    .secret-text {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .application-form__item-placeholder {
        top: 1.125rem
    }

    .application-form__button {
        font-size: 1rem;
        line-height: 1.375rem;
        padding-top: .75rem;
        padding-bottom: .75rem;
        margin-top: 2rem
    }

    .possibilities-slide-item__left-text {
        font-size: 1rem;
        line-height: 1.375rem;
        margin-top: .75rem
    }

    .more__content {
        padding: 2.5rem 1.5rem
    }
}

@media (max-width:87.5em) {

    .menu__body,
    .menu__body::before {
        position: fixed;
        right: -100%;
        background-color: var(--bg-primary);
        width: 100%;
        top: 0
    }

    .menu__body,
    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .menu-open .header._header-scroll .header__logo,
    .menu-open .header__logo {
        opacity: 1
    }

    .header__logo {
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        opacity: 0
    }

    .menu__body {
        padding: 9.375rem 1rem 1rem;
        z-index: 3;
        height: 100%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        overflow: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .menu__body::before {
        content: "";
        height: 6.25rem;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        z-index: 2
    }

    .menu-open .menu__body,
    .menu-open .menu__body::before {
        right: 0
    }

    .menu__socials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: .5rem
    }

    .menu__list {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .menu__list :not(:last-child) {
        margin-bottom: 2.5rem;
        margin-right: 0
    }

    .header._header-scroll .header__logo {
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        opacity: 1
    }

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

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

    .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);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

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

@media (max-width:87.5em) and (max-width:29.99875em) {
    .menu__body::before {
        height: 3.75rem
    }

    .icon-menu {
        width: 1.125rem;
        height: 1rem
    }
}

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

@media (max-width:86.25em) {

    .numbers,
    .what-br__top-content-box-right {
        margin-top: 0
    }

    .numbers {
        margin-right: .75rem
    }

    .what-br__top-content-box-right :not(:last-child) {
        margin-bottom: .75rem
    }

    .what-br__bottom-content-box {
        max-width: none
    }

    .slider-one__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .slider-one__text-box {
        background-color: inherit;
        padding: 1.25rem 0 0;
        min-height: 100%
    }

    .slider-one__controls {
        bottom: unset;
        top: 26.25rem
    }

    .what-sm-bottom-slider__pagination {
        display: block
    }

    .what-sm-bottom-slider__controls {
        display: none
    }
}

@media (max-width:86.1875em) {
    .what-sm-bottom-container {
        padding-left: 0;
        padding-right: 0
    }

    .what-sm-bottom__btn {
        left: 1rem
    }

    .what-sm-bottom-slider__slider {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .what-sm-bottom-slider__slide {
        max-width: none;
        gap: none
    }
}

@media (max-width:79.375em) {

    .what-br__bottom,
    .what-br__top-content-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .br-video__video-box {
        border-radius: 0 0 20px 20px
    }

    .what-br__top-content-box {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .what-br__bottom {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal
    }

    .slider-examples__slider {
        margin-right: -1rem !important;
        padding-right: 0 !important
    }

    .slider-examples__image-ibg {
        width: 11.25rem;
        height: 11.25rem
    }

    .slider-demarcation-slider__slider {
        margin-right: -21.875rem !important;
        padding-right: 21.875rem !important;
        margin-left: -21.875rem !important;
        padding-left: 21.875rem !important
    }
}

@media (max-width:79.9375em) {

    .bottom-equipment,
    .more__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .bottom-equipment {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bottom-equipment__image-box {
        margin-left: -6.25rem;
        margin-bottom: 1.875rem
    }

    .what-sm-top-left__title br {
        display: none
    }

    .more__content {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.5rem
    }
}

@media (max-width:79.9375em) and (max-width:20em) {
    .bottom-equipment {
        padding-left: 1.5rem
    }

    .what-sm-top-right__text {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .more__title {
        font-size: 2rem
    }
}

@media (max-width:79.375em) and (max-width:20em) {
    .light-info__right-text {
        font-size: 1rem
    }
}

@media (max-width:78.125em) {

    .possibilities__slider,
    .slider-what-sm__slider {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .examples__btn {
        display: none
    }

    .slider-what-sm__slider {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .possibilities__container {
        margin-right: -1rem;
        margin-left: -1rem
    }

    .possibilities__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .possibilities__slide-pagination {
        display: block
    }

    .possibilities-slide-item {
        margin-bottom: 0;
        min-height: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .possibilities-slide-item__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }

    .possibilities-slide-item__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .possibilities-slide-item__left-image-ibg {
        border-radius: .5rem;
        overflow: hidden;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
        right: 50%
    }

    .possibilities-slide-item__right {
        max-width: 100%;
        margin-top: 1.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .possibilities-slide-item__right-text {
        width: 100%;
        max-width: 18rem
    }

    .possibilities-slide-item__right-image-ibg,
    .possibilities-slide-item__right-text br {
        display: none
    }

    .possibilities-slide-item__right-box-text {
        max-width: 100%
    }
}

@media (max-width:78.125em) and (max-width:20em) {
    .possibilities-slide-item__left-image-ibg {
        width: 8.625rem;
        height: 5.5rem
    }
}

@media (max-width:77.5em) {
    .what-sm__btn {
        display: none
    }
}

@media (max-width:73.8125em) and (max-width:20em) {
    .br-video-box-content__left-btn {
        margin-top: 2.5rem
    }
}

@media (max-width:73.75em) {
    .what-sm-bottom__btn {
        display: none
    }
}

@media (max-width:71.75em) {
    .slider-examples__slider {
        margin-left: -1rem !important;
        padding-left: 1rem !important
    }
}

@media (max-width:68.75em) {
    .detail-btn-mobile-wite {
        background-color: #fff
    }

    .detail-btn-mobile-wite__icon,
    .detail-btn-mobile-wite__text {
        color: var(--bg-secondary)
    }

    .footer-top__contacts,
    .footer-top__content-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-navigation__list {
        max-width: 31.25rem
    }

    .slider-examples__image-ibg {
        width: 10.625rem;
        height: 10.625rem
    }

    .demarcation-slider-item__image-box,
    .demarcation-slider-item__image-ibg {
        height: 21.875rem
    }

    .form-application__content,
    .no-webp .form-application__content,
    .webp .form-application__content {
        gap: 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: -o-radial-gradient(101.04% 3.3%, 333.68% 125%, #162754 0, #1b9f53 58.52%, #e0b10b 100%), #141416;
        background: radial-gradient(333.68% 125% at 101.04% 3.3%, #162754 0, #1b9f53 58.52%, #e0b10b 100%), #141416
    }

    .application-text-box {
        min-height: unset
    }

    .application-text-box__text-info {
        margin-left: 1.4375rem
    }

    .application-text-box__bottom-box,
    .secret__content {
        display: none
    }

    .application-text-box__bottom-icon-info {
        padding: .5rem .75rem .75rem 1.25rem
    }

    .application-text-box__bottom-icon-info-text {
        font-size: .75rem;
        line-height: 1.5
    }

    .application-form {
        min-width: unset
    }

    .application-form__bottom-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 2.125rem
    }

    .application-form__incorrect-format {
        margin-bottom: -3.125rem
    }

    .error-active {
        margin-bottom: 0
    }
}

@media (max-width:68.75em) and (any-hover:hover) {
    .detail-btn-mobile-wite:hover {
        background-color: #d8d8fe
    }
}

@media (max-width:68.75em) and (max-width:20em) {

    .footer-top__contacts-box,
    .footer-top__contacts-navigation {
        margin-left: 2.875rem
    }

    .footer-navigation__list {
        -webkit-column-gap: 0.625rem;
        -moz-column-gap: 0.625rem;
        column-gap: .625rem
    }

    .br-video-box-content {
        padding-bottom: 3.25rem
    }
}

@media (max-width:65.625em) {
    .slider-examples__image-ibg {
        width: 12.5rem;
        height: 12.5rem
    }

    .what-sm-bottom-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .what-sm-bottom-box__left-image-ibg {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media (max-width:64.375em) {
    .slider-one__slide-image {
        height: 18.75rem
    }

    .slider-one__slide-image-bg {
        width: 46.875rem;
        height: 13.375rem
    }

    .slider-one__image-ibg {
        border-radius: 0 6.5625rem 6.5625rem 8.875rem;
        height: 21rem;
        width: 46.875rem
    }

    .slider-one__controls {
        top: 21.875rem
    }
}

@media (max-width:62.4375em) {
    .features-examples {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:62.5em) {
    .features-examples__right {
        margin-top: 2.5rem
    }

    .what-sm-middle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .what-sm-middle__left {
        max-width: unset
    }

    .what-sm-middle__right-btn {
        min-width: unset
    }
}

@media (max-width:61.99875em) {

    .footer__content-bottom,
    .top-equipment__content-box {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical
    }

    .dropdown-btn,
    .form-application__bg-image-ibg {
        display: none
    }

    .footer__content-bottom {
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer-bottom__logo {
        margin-right: 0;
        margin-bottom: 2rem
    }

    .footer-bottom__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .top-equipment__content-box {
        gap: 1.5rem;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .top-equipment__content-box-right {
        margin-top: unset
    }

    .what-sm-bottom-slider__slide-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .what-sm-bottom-slider__slide-image-ibg {
        margin-right: 0;
        margin-bottom: -10.875rem;
        min-width: unset
    }
}

@media (max-width:61.99875em) and (max-width:20em) {
    .card-one_slider {
        padding-top: 12.875rem
    }
}

@media (max-width:59.375em) {
    .slider-examples__image-ibg {
        width: 13.125rem;
        height: 13.125rem
    }
}

@media (max-width:57.4375em) {
    .practice-slider__container {
        display: none
    }
}

@media (max-width:53.75em) {
    .bottom-equipment__text-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:51.25em) {
    .slider-examples__image-ibg {
        width: 16.875rem;
        height: 16.875rem
    }
}

@media (max-width:49.375em) {
    .slider-one__slide-image {
        height: 12.5rem
    }

    .slider-one__slide-image-bg {
        width: 31.25rem;
        height: 8.9375rem
    }

    .slider-one__image-ibg {
        border-radius: 0 4.4375rem 4.4375rem 5.125rem;
        height: 14rem;
        width: 31.25rem
    }

    .slider-one__controls {
        top: 15.5rem;
        right: 0
    }
}

@media (max-width:47.99875em) {
    .popup {
        padding: 0
    }

    .popup__content {
        border-radius: 0;
        padding: 0
    }

    .detail-btn__text,
    .social-link-next-btn_video .social-link-next-btn__text,
    .what-sm-bottom-box__right-item-subtitle {
        letter-spacing: unset
    }

    .br-video-box-content__left-image-big,
    .social-link-next-btn__icon_video-one {
        display: none
    }

    .br-video-box-content__left-btn-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 15.625rem
    }

    .br-video-box-content__left-btn-box>:not(:first-child) {
        margin-top: 0
    }

    .br-video-box-content__left-btn-box :nth-child(2),
    .br-video-box-content__left-btn-box>:first-child {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .what-br__bottom-content-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .features-examples__left-title,
    .features-examples__right-title,
    .slider-demarcation-slider__title,
    .slider-examples__title,
    .what-sm-bottom-box__left-title {
        letter-spacing: -.5px
    }

    .features-examples__left-box {
        margin-top: 1.5rem
    }

    .left-exampl-item__subtitle-text,
    .right-exampl-item__subtitle-text {
        letter-spacing: 0
    }

    .right-exampl-item__text {
        letter-spacing: .15px
    }

    .what-sm-bottom-box {
        margin-top: 4.25rem
    }

    .what-sm-bottom-box__left-text {
        letter-spacing: .25px
    }

    .what-sm-bottom-box__right-item-text {
        font-size: .875rem;
        line-height: 1.4285714286;
        letter-spacing: .15px;
        margin-top: .75rem
    }
}

@media (max-width:38.75em) {
    .slider-examples__image-ibg {
        width: 15.625rem;
        height: 15.625rem
    }
}

@media (max-width:36.25em) {
    .slider-examples__image-ibg {
        width: 13.75rem;
        height: 13.75rem
    }
}

@media (max-width:34.375em) {
    .top-equipment__box-righ-item {
        padding: .3125rem 1rem
    }
}

@media (max-width:33.75em) {
    .slider-one__slide-image {
        height: 6.25rem
    }

    .slider-one__slide-image-bg {
        width: 18rem;
        height: 5.125rem
    }

    .slider-one__image-ibg {
        border-radius: 0 2.5rem 2.5rem 3.4375rem;
        width: 18rem;
        height: 8.0625rem
    }

    .slider-one__text-box {
        max-width: 10.25rem
    }

    .slider-one__controls {
        top: 9.25rem
    }
}

@media (max-width:31.875em) {
    .slider-examples__image-ibg {
        width: 12.5rem;
        height: 12.5rem
    }
}

@media (max-width:29.99875em) {

    .left-exampl-item__icon-one,
    .light-info__left-subtitle br,
    .what-sm-bottom-box__right,
    .what-sm-top-image__image-bg_one {
        display: none
    }

    .checkbox__label:before,
    .right-exampl-item__text {
        margin-top: .5rem
    }

    .checkbox__icon {
        top: .625rem
    }

    .checkbox__text {
        max-width: 15.625rem
    }

    .social-link-btn {
        height: 2.5rem;
        width: 2.5rem
    }

    .social-link-big-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .card-one :not(:last-child) {
        margin-bottom: 1rem
    }

    .card-one :first-child {
        margin-bottom: 1.5rem
    }

    .switch-btn__color-bg {
        width: 46%
    }

    .header {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .header__logo img {
        width: 8.75rem
    }

    .menu__body {
        padding: 5.5rem 1rem 1rem
    }

    .menu__link {
        font-size: 1rem;
        line-height: 1.375
    }

    .footer-top__contacts-box,
    .footer-top__contacts-navigation {
        margin-left: 0
    }

    .footer-bottom__logo img {
        width: 9.375rem
    }

    .what-br__top-title {
        max-width: 11.25rem
    }

    .what-br__top-sub-title,
    .what-br__top-title span {
        text-transform: none
    }

    .top-equipment__box-righ-text,
    .what-br__bottom,
    .what-sm-middle__right {
        gap: .5rem
    }

    .left-exampl-item {
        gap: 1.5rem
    }

    .left-exampl-item__icon-box {
        padding: .4375rem
    }

    .bottom-equipment__text-box,
    .equipment-slider-item__subtitle,
    .right-exampl-item__box-options {
        margin-top: 1rem
    }

    .uniqueness__image-box {
        top: 0;
        right: -1.25rem
    }

    .bottom-equipment__title,
    .item-practice-slider__title,
    .practice-mobile-item__title,
    .title-secret,
    .what-sm-top-right__title {
        letter-spacing: -.5px
    }

    .item-practice-slider__text,
    .practice-mobile-item__text,
    .top-equipment__box-righ-subtitle,
    .what-sm-top-right__text {
        letter-spacing: .25px
    }

    .demarcation-slider-item__title {
        letter-spacing: .25px;
        margin-top: .875rem
    }

    .demarcation-slider-item__text {
        margin-top: .875rem
    }

    .bottom-equipment__subtitle,
    .light-info__right-text,
    .made-text__text-one,
    .secret-title {
        letter-spacing: unset
    }

    .made-text__text-two {
        width: 100%
    }

    .made-text__text-box-three {
        margin-top: unset
    }

    .equipment__bottom {
        margin-top: 2.5rem
    }

    .equipment-slider-item__title {
        padding-bottom: unset;
        letter-spacing: -.5px
    }

    .equipment-slider-item__text,
    .secret-text {
        letter-spacing: .15px
    }

    .equipment-slider-item__text-box {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .bottom-equipment__image-box {
        width: 15rem;
        height: 16.25rem
    }

    .bottom-equipment__image-one-ibg {
        width: 20.625rem;
        height: 20.625rem
    }

    .bottom-equipment__image-tow-ibg {
        width: 8rem;
        height: 1.5rem
    }

    .bottom-equipment__text {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .15px
    }

    .design-text__text-one,
    .design-text__text-three,
    .design-text__text-two {
        letter-spacing: -1px
    }

    .design-text__text-box-two {
        left: 3.4375rem
    }

    .what-sm-top-image__image-bg {
        top: unset
    }

    .what-sm-bottom-box__left {
        padding-top: 11rem
    }

    .what-sm-bottom-box__left-image-ibg {
        top: -12.5rem;
        height: 37.5rem;
        width: 37.5rem
    }

    .light-info__content {
        border-radius: 0;
        margin-left: -1rem;
        margin-right: -1rem
    }

    .light-info__right-quotes {
        top: .1875rem;
        left: -.9375rem
    }

    .light-info__mobile-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: unset;
        min-width: unset;
        width: 100%
    }

    .form-application__container {
        padding-right: 0;
        padding-left: 0
    }

    .form-application__bg-image-ibg,
    .form-application__content {
        border-radius: 0
    }

    .application-text-box__text-info {
        margin-left: .8125rem
    }

    .application-text-box__text-info>:only-child ::before {
        height: 3px;
        width: 3px;
        left: -.6875rem
    }

    .application-form__bottom-text_mobile:hover .application-text-box__bottom-icon-info {
        bottom: 3.75rem
    }

    .application-form__bottom-text_mobile .application-text-box__bottom-text {
        max-width: 12.5rem;
        text-align: left
    }

    .application-form__bottom-text_mobile .application-text-box__bottom-icon-info {
        min-width: 13.5rem
    }

    .possibilities-slide-item__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .more__title {
        letter-spacing: -.4px
    }
}

@media (max-width:29.99875em) and (max-width:20em) {
    .footer-contacts__contact-icon {
        margin-right: 1.5rem
    }

    .bottom-equipment__image-box {
        margin-left: -1.5625rem
    }
}

@media (max-width:29.125em) {
    .slider-examples__image-ibg {
        width: 11.25rem;
        height: 11.25rem
    }
}

@media (max-width:23.75em) {
    .what-sm-bottom-box__left-image-ibg {
        top: -10.3125rem;
        height: 31.25rem;
        width: 31.25rem
    }
}

@media (max-width:21.875em) {
    .slider-examples__image-ibg {
        width: 8.625rem;
        height: 8.625rem
    }

    .possibilities-slide-item__left-image-ibg {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        right: unset
    }
}

@media (min-width:20em) and (max-width:86em) {
    @supports (max-height:clamp(2.375rem, 0.6704545455rem + 8.5227272727vw, 8rem)) {
        .numbers {
            max-height: clamp(2.375rem, .6704545455rem + 8.5227272727vw, 8rem)
        }
    }

    @supports not (max-height:clamp(2.375rem, 0.6704545455rem + 8.5227272727vw, 8rem)) {
        .numbers {
            max-height: calc(2.375rem + 5.625 * (100vw - 20rem)/ 66)
        }
    }

    @supports (font-size:clamp(2rem, -0.5rem + 12.5vw, 10.25rem)) {
        .numbers {
            font-size: clamp(2rem, -.5rem + 12.5vw, 10.25rem)
        }
    }

    @supports not (font-size:clamp(2rem, -0.5rem + 12.5vw, 10.25rem)) {
        .numbers {
            font-size: calc(2rem + 8.25 * (100vw - 20rem) / 66)
        }
    }

    @supports (line-height:clamp(2.5rem, 0.8333333333rem + 8.3333333333vw, 8rem)) {
        .numbers {
            line-height: clamp(2.5rem, .8333333333rem + 8.3333333333vw, 8rem)
        }
    }

    @supports not (line-height:clamp(2.5rem, 0.8333333333rem + 8.3333333333vw, 8rem)) {
        .numbers {
            line-height: calc(2.5rem + 5.5 * (100vw - 20rem) / 66)
        }
    }

    @supports (padding-top:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
        .content-btn {
            padding-top: clamp(1rem, .8484848485rem + .7575757576vw, 1.5rem)
        }
    }

    @supports not (padding-top:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
        .content-btn {
            padding-top: calc(1rem + .5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
        .content-btn {
            padding-bottom: clamp(1rem, .8484848485rem + .7575757576vw, 1.5rem)
        }
    }

    @supports not (padding-bottom:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
        .content-btn {
            padding-bottom: calc(1rem + .5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-right:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
        .content-btn {
            padding-right: clamp(1rem, .8484848485rem + .7575757576vw, 1.5rem)
        }
    }

    @supports not (padding-right:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
        .content-btn {
            padding-right: calc(1rem + .5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-left:clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)) {
        .content-btn {
            padding-left: clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)
        }
    }

    @supports not (padding-left:clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)) {
        .content-btn {
            padding-left: calc(2rem + 1 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(0.0625rem, -0.3352272727rem + 1.9886363636vw, 1.375rem)) {
        .content-btn__text-box {
            margin-top: clamp(.0625rem, -.3352272727rem + 1.9886363636vw, 1.375rem)
        }
    }

    @supports not (margin-top:clamp(0.0625rem, -0.3352272727rem + 1.9886363636vw, 1.375rem)) {
        .content-btn__text-box {
            margin-top: calc(.0625rem + 1.3125 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-bottom:clamp(0.0625rem, -0.3352272727rem + 1.9886363636vw, 1.375rem)) {
        .content-btn__text-box {
            margin-bottom: clamp(.0625rem, -.3352272727rem + 1.9886363636vw, 1.375rem)
        }
    }

    @supports not (margin-bottom:clamp(0.0625rem, -0.3352272727rem + 1.9886363636vw, 1.375rem)) {
        .content-btn__text-box {
            margin-bottom: calc(.0625rem + 1.3125 * (100vw - 20rem)/ 66)
        }
    }

    @supports (min-height:clamp(4.5rem, 3.7424242424rem + 3.7878787879vw, 7rem)) {
        .content-btn__box-icon {
            min-height: clamp(4.5rem, 3.7424242424rem + 3.7878787879vw, 7rem)
        }
    }

    @supports not (min-height:clamp(4.5rem, 3.7424242424rem + 3.7878787879vw, 7rem)) {
        .content-btn__box-icon {
            min-height: calc(4.5rem + 2.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (min-width:clamp(4.5rem, 3.7424242424rem + 3.7878787879vw, 7rem)) {
        .content-btn__box-icon {
            min-width: clamp(4.5rem, 3.7424242424rem + 3.7878787879vw, 7rem)
        }
    }

    @supports not (min-width:clamp(4.5rem, 3.7424242424rem + 3.7878787879vw, 7rem)) {
        .content-btn__box-icon {
            min-width: calc(4.5rem + 2.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (font-size:clamp(1.25rem, 0.7196969697rem + 2.6515151515vw, 3rem)) {
        .content-btn__icon {
            font-size: clamp(1.25rem, .7196969697rem + 2.6515151515vw, 3rem)
        }
    }

    @supports not (font-size:clamp(1.25rem, 0.7196969697rem + 2.6515151515vw, 3rem)) {
        .content-btn__icon {
            font-size: calc(1.25rem + 1.75 * (100vw - 20rem) / 66)
        }
    }

    @supports (padding-top:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {

        .social-link-big-btn,
        .social-link-next-btn {
            padding-top: clamp(.5rem, .4242424242rem + .3787878788vw, .75rem)
        }
    }

    @supports not (padding-top:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {

        .social-link-big-btn,
        .social-link-next-btn {
            padding-top: calc(.5rem + .25 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-right:clamp(1.125rem, 1.0492424242rem + 0.3787878788vw, 1.375rem)) {
        .social-link-next-btn {
            padding-right: clamp(1.125rem, 1.0492424242rem + .3787878788vw, 1.375rem)
        }
    }

    @supports not (padding-right:clamp(1.125rem, 1.0492424242rem + 0.3787878788vw, 1.375rem)) {
        .social-link-next-btn {
            padding-right: calc(1.125rem + .25 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {

        .social-link-big-btn,
        .social-link-next-btn {
            padding-bottom: clamp(.5rem, .4242424242rem + .3787878788vw, .75rem)
        }
    }

    @supports not (padding-bottom:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {

        .social-link-big-btn,
        .social-link-next-btn {
            padding-bottom: calc(.5rem + .25 * (100vw - 20rem)/ 66)
        }
    }

    @supports (width:clamp(3rem, 2.696969697rem + 1.5151515152vw, 4rem)) {

        .play-btn,
        .slider-btn_left,
        .slider-btn_right {
            width: clamp(3rem, 2.696969697rem + 1.5151515152vw, 4rem)
        }
    }

    @supports not (width:clamp(3rem, 2.696969697rem + 1.5151515152vw, 4rem)) {

        .play-btn,
        .slider-btn_left,
        .slider-btn_right {
            width: calc(3rem + 1 * (100vw - 20rem)/ 66)
        }
    }

    @supports (height:clamp(3rem, 2.696969697rem + 1.5151515152vw, 4rem)) {

        .play-btn,
        .slider-btn_left,
        .slider-btn_right {
            height: clamp(3rem, 2.696969697rem + 1.5151515152vw, 4rem)
        }
    }

    @supports not (height:clamp(3rem, 2.696969697rem + 1.5151515152vw, 4rem)) {

        .play-btn,
        .slider-btn_left,
        .slider-btn_right {
            height: calc(3rem + 1 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-top:clamp(0.8125rem, 0.7556818182rem + 0.2840909091vw, 1rem)) {
        .detail-btn-mobile-wite {
            padding-top: clamp(.8125rem, .7556818182rem + .2840909091vw, 1rem)
        }
    }

    @supports not (padding-top:clamp(0.8125rem, 0.7556818182rem + 0.2840909091vw, 1rem)) {
        .detail-btn-mobile-wite {
            padding-top: calc(.8125rem + .1875 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(0.8125rem, 0.7556818182rem + 0.2840909091vw, 1rem)) {
        .detail-btn-mobile-wite {
            padding-bottom: clamp(.8125rem, .7556818182rem + .2840909091vw, 1rem)
        }
    }

    @supports not (padding-bottom:clamp(0.8125rem, 0.7556818182rem + 0.2840909091vw, 1rem)) {
        .detail-btn-mobile-wite {
            padding-bottom: calc(.8125rem + .1875 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-left:clamp(1.5rem, 1.4242424242rem + 0.3787878788vw, 1.75rem)) {

        .detail-btn,
        .detail-btn-mobile-wite,
        .social-link-next-btn,
        .social-link-next-btn_video {
            padding-left: clamp(1.5rem, 1.4242424242rem + .3787878788vw, 1.75rem)
        }
    }

    @supports not (padding-left:clamp(1.5rem, 1.4242424242rem + 0.3787878788vw, 1.75rem)) {

        .detail-btn,
        .detail-btn-mobile-wite,
        .social-link-next-btn,
        .social-link-next-btn_video {
            padding-left: calc(1.5rem + .25 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-right:clamp(1.25rem, 1.1742424242rem + 0.3787878788vw, 1.5rem)) {

        .detail-btn,
        .detail-btn-mobile-wite,
        .social-link-next-btn_video {
            padding-right: clamp(1.25rem, 1.1742424242rem + .3787878788vw, 1.5rem)
        }
    }

    @supports not (padding-right:clamp(1.25rem, 1.1742424242rem + 0.3787878788vw, 1.5rem)) {

        .detail-btn,
        .detail-btn-mobile-wite,
        .social-link-next-btn_video {
            padding-right: calc(1.25rem + .25 * (100vw - 20rem)/ 66)
        }
    }

    @supports (font-size:clamp(1.125rem, 1.0113636364rem + 0.5681818182vw, 1.5rem)) {
        .detail-btn-mobile-wite__text {
            font-size: clamp(1.125rem, 1.0113636364rem + .5681818182vw, 1.5rem)
        }
    }

    @supports not (font-size:clamp(1.125rem, 1.0113636364rem + 0.5681818182vw, 1.5rem)) {
        .detail-btn-mobile-wite__text {
            font-size: calc(1.125rem + .375 * (100vw - 20rem) / 66)
        }
    }

    @supports (margin-left:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {

        .detail-btn-mobile-wite__icon,
        .detail-btn__icon {
            margin-left: clamp(.5rem, .4242424242rem + .3787878788vw, .75rem)
        }
    }

    @supports not (margin-left:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {

        .detail-btn-mobile-wite__icon,
        .detail-btn__icon {
            margin-left: calc(.5rem + .25 * (100vw - 20rem)/ 66)
        }
    }

    @supports (border-radius:clamp(2rem, 1.3939393939rem + 3.0303030303vw, 4rem)) {
        .card-one {
            border-radius: clamp(2rem, 1.3939393939rem + 3.0303030303vw, 4rem)
        }
    }

    @supports not (border-radius:clamp(2rem, 1.3939393939rem + 3.0303030303vw, 4rem)) {
        .card-one {
            border-radius: calc(2rem + 2 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-top:clamp(2.5rem, 2.3484848485rem + 0.7575757576vw, 3rem)) {
        .card-one {
            padding-top: clamp(2.5rem, 2.3484848485rem + .7575757576vw, 3rem)
        }
    }

    @supports not (padding-top:clamp(2.5rem, 2.3484848485rem + 0.7575757576vw, 3rem)) {
        .card-one {
            padding-top: calc(2.5rem + .5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(1.5rem, 0.8560606061rem + 3.2196969697vw, 3.625rem)) {
        .card-one {
            padding-bottom: clamp(1.5rem, .8560606061rem + 3.2196969697vw, 3.625rem)
        }
    }

    @supports not (padding-bottom:clamp(1.5rem, 0.8560606061rem + 3.2196969697vw, 3.625rem)) {
        .card-one {
            padding-bottom: calc(1.5rem + 2.125 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)) {

        .footer__content-bottom,
        .footer__content-box {
            margin-top: clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)
        }
    }

    @supports not (margin-top:clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)) {

        .footer__content-bottom,
        .footer__content-box {
            margin-top: calc(4rem + 6 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(0.5rem, 0.196969697rem + 1.5151515152vw, 1.5rem)) {
        .footer-top__text {
            margin-top: clamp(.5rem, .196969697rem + 1.5151515152vw, 1.5rem)
        }
    }

    @supports not (margin-top:clamp(0.5rem, 0.196969697rem + 1.5151515152vw, 1.5rem)) {
        .footer-top__text {
            margin-top: calc(.5rem + 1 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-bottom:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
        .footer-contacts>:not(:last-child) {
            margin-bottom: clamp(1rem, .8484848485rem + .7575757576vw, 1.5rem)
        }
    }

    @supports not (margin-bottom:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
        .footer-contacts>:not(:last-child) {
            margin-bottom: calc(1rem + .5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-right:clamp(1rem, 1.6515151515rem + -0.7575757576vw, 1.5rem)) {
        .footer-contacts__contact-icon {
            margin-right: clamp(1rem, 1.6515151515rem + -.7575757576vw, 1.5rem)
        }
    }

    @supports not (margin-right:clamp(1rem, 1.6515151515rem + -0.7575757576vw, 1.5rem)) {
        .footer-contacts__contact-icon {
            margin-right: calc(1.5rem + -.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (row-gap:clamp(2.5rem, 2.3484848485rem + 0.7575757576vw, 3rem)) {
        .footer-navigation__list {
            row-gap: clamp(2.5rem, 2.3484848485rem + .7575757576vw, 3rem)
        }
    }

    @supports not (row-gap:clamp(2.5rem, 2.3484848485rem + 0.7575757576vw, 3rem)) {
        .footer-navigation__list {
            row-gap: calc(2.5rem + .5 * (100vw - 20rem)/ 66)
        }
    }

    @supports ((-moz-column-gap:clamp(0.625rem, -2.2159090909rem + 14.2045454545vw, 10rem)) or (column-gap:clamp(0.625rem, -2.2159090909rem + 14.2045454545vw, 10rem))) {
        .footer-navigation__list {
            -webkit-column-gap: clamp(0.625rem, -2.2159090909rem + 14.2045454545vw, 10rem);
            -moz-column-gap: clamp(0.625rem, -2.2159090909rem + 14.2045454545vw, 10rem);
            column-gap: clamp(.625rem, -2.2159090909rem + 14.2045454545vw, 10rem)
        }
    }

    @supports not ((-moz-column-gap:clamp(0.625rem, -2.2159090909rem + 14.2045454545vw, 10rem)) or (column-gap:clamp(0.625rem, -2.2159090909rem + 14.2045454545vw, 10rem))) {
        .footer-navigation__list {
            -webkit-column-gap: calc(0.625rem + 9.375 * (100vw - 20rem)/ 66);
            -moz-column-gap: calc(0.625rem + 9.375 * (100vw - 20rem)/ 66);
            column-gap: calc(.625rem + 9.375 * (100vw - 20rem)/ 66)
        }
    }

    @supports (height:clamp(26.25rem, 18.1439393939rem + 40.5303030303vw, 53rem)) {
        .br-video-box {
            height: clamp(26.25rem, 18.1439393939rem + 40.5303030303vw, 53rem)
        }
    }

    @supports not (height:clamp(26.25rem, 18.1439393939rem + 40.5303030303vw, 53rem)) {
        .br-video-box {
            height: calc(26.25rem + 26.75 * (100vw - 20rem)/ 66)
        }
    }

    @supports (top:clamp(24.5rem, 16.8106060606rem + 38.446969697vw, 49.875rem)) {
        .br-video-box__progress {
            top: clamp(24.5rem, 16.8106060606rem + 38.446969697vw, 49.875rem)
        }
    }

    @supports not (top:clamp(24.5rem, 16.8106060606rem + 38.446969697vw, 49.875rem)) {
        .br-video-box__progress {
            top: calc(24.5rem + 25.375 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(3.25rem, 2.3409090909rem + 4.5454545455vw, 6.25rem)) {
        .br-video-box-content {
            padding-bottom: clamp(3.25rem, 2.3409090909rem + 4.5454545455vw, 6.25rem)
        }
    }

    @supports not (padding-bottom:clamp(3.25rem, 2.3409090909rem + 4.5454545455vw, 6.25rem)) {
        .br-video-box-content {
            padding-bottom: calc(3.25rem + 3 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-top:clamp(9rem, 7.3333333333rem + 8.3333333333vw, 14.5rem)) {
        .br-video-box-content__left-title {
            padding-top: clamp(9rem, 7.3333333333rem + 8.3333333333vw, 14.5rem)
        }
    }

    @supports not (padding-top:clamp(9rem, 7.3333333333rem + 8.3333333333vw, 14.5rem)) {
        .br-video-box-content__left-title {
            padding-top: calc(9rem + 5.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(3.75rem, -0.0189393939rem + 18.8446969697vw, 16.1875rem)) {
        .br-video-box-content__left-image-big {
            margin-top: clamp(3.75rem, -.0189393939rem + 18.8446969697vw, 16.1875rem)
        }
    }

    @supports not (margin-top:clamp(3.75rem, -0.0189393939rem + 18.8446969697vw, 16.1875rem)) {
        .br-video-box-content__left-image-big {
            margin-top: calc(3.75rem + 12.4375 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(1rem, 0.3560606061rem + 3.2196969697vw, 3.125rem)) {
        .br-video-box-content__left-image-middle {
            margin-top: clamp(1rem, .3560606061rem + 3.2196969697vw, 3.125rem)
        }
    }

    @supports not (margin-top:clamp(1rem, 0.3560606061rem + 3.2196969697vw, 3.125rem)) {
        .br-video-box-content__left-image-middle {
            margin-top: calc(1rem + 2.125 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-bottom:clamp(2.375rem, -2.9659090909rem + 26.7045454545vw, 20rem)) {
        .br-video-box-content__left-image-middle {
            margin-bottom: clamp(2.375rem, -2.9659090909rem + 26.7045454545vw, 20rem)
        }
    }

    @supports not (margin-bottom:clamp(2.375rem, -2.9659090909rem + 26.7045454545vw, 20rem)) {
        .br-video-box-content__left-image-middle {
            margin-bottom: calc(2.375rem + 17.625 * (100vw - 20rem)/ 66)
        }
    }

    @supports (height:clamp(2.3125rem, 1.1950757576rem + 5.5871212121vw, 6rem)) {
        .br-video-box-content__image-middle-ibg {
            height: clamp(2.3125rem, 1.1950757576rem + 5.5871212121vw, 6rem)
        }
    }

    @supports not (height:clamp(2.3125rem, 1.1950757576rem + 5.5871212121vw, 6rem)) {
        .br-video-box-content__image-middle-ibg {
            height: calc(2.3125rem + 3.6875 * (100vw - 20rem)/ 66)
        }
    }

    @supports (width:clamp(13.75rem, 7.4053030303rem + 31.7234848485vw, 34.6875rem)) {
        .br-video-box-content__image-middle-ibg {
            width: clamp(13.75rem, 7.4053030303rem + 31.7234848485vw, 34.6875rem)
        }
    }

    @supports not (width:clamp(13.75rem, 7.4053030303rem + 31.7234848485vw, 34.6875rem)) {
        .br-video-box-content__image-middle-ibg {
            width: calc(13.75rem + 20.9375 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(1.5rem, 1.196969697rem + 1.5151515152vw, 2.5rem)) {
        .br-video-box-content__left-text {
            margin-top: clamp(1.5rem, 1.196969697rem + 1.5151515152vw, 2.5rem)
        }
    }

    @supports not (margin-top:clamp(1.5rem, 1.196969697rem + 1.5151515152vw, 2.5rem)) {
        .br-video-box-content__left-text {
            margin-top: calc(1.5rem + 1 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(2rem, 0.8068181818rem + 5.9659090909vw, 5.9375rem)) {
        .br-video-box-content__left-btn {
            margin-top: clamp(2rem, .8068181818rem + 5.9659090909vw, 5.9375rem)
        }
    }

    @supports not (margin-top:clamp(2rem, 0.8068181818rem + 5.9659090909vw, 5.9375rem)) {
        .br-video-box-content__left-btn {
            margin-top: calc(2rem + 3.9375 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-top:clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)) {

        .footer__content-box,
        .what-br {
            padding-top: clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)
        }
    }

    @supports not (padding-top:clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)) {

        .footer__content-box,
        .what-br {
            padding-top: calc(4rem + 6 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(2.5rem, 2.1212121212rem + 1.8939393939vw, 3.75rem)) {
        .what-br {
            padding-bottom: clamp(2.5rem, 2.1212121212rem + 1.8939393939vw, 3.75rem)
        }
    }

    @supports not (padding-bottom:clamp(2.5rem, 2.1212121212rem + 1.8939393939vw, 3.75rem)) {
        .what-br {
            padding-bottom: calc(2.5rem + 1.25 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {
        .slider-one__text-text {
            margin-top: clamp(.5rem, .4242424242rem + .3787878788vw, .75rem)
        }
    }

    @supports not (margin-top:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {
        .slider-one__text-text {
            margin-top: calc(.5rem + .25 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-bottom:clamp(4rem, 2.9393939394rem + 5.303030303vw, 7.5rem)) {
        .examples {
            margin-bottom: clamp(4rem, 2.9393939394rem + 5.303030303vw, 7.5rem)
        }
    }

    @supports not (margin-bottom:clamp(4rem, 2.9393939394rem + 5.303030303vw, 7.5rem)) {
        .examples {
            margin-bottom: calc(4rem + 3.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(2.5rem, 1.7424242424rem + 3.7878787879vw, 5rem)) {
        .examples__features {
            margin-top: clamp(2.5rem, 1.7424242424rem + 3.7878787879vw, 5rem)
        }
    }

    @supports not (margin-top:clamp(2.5rem, 1.7424242424rem + 3.7878787879vw, 5rem)) {
        .examples__features {
            margin-top: calc(2.5rem + 2.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-bottom:clamp(1rem, 0.696969697rem + 1.5151515152vw, 2rem)) {

        .features-examples__left-box>:not(:last-child),
        .footer-bottom {
            margin-bottom: clamp(1rem, .696969697rem + 1.5151515152vw, 2rem)
        }
    }

    @supports not (margin-bottom:clamp(1rem, 0.696969697rem + 1.5151515152vw, 2rem)) {

        .features-examples__left-box>:not(:last-child),
        .footer-bottom {
            margin-bottom: calc(1rem + 1 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-bottom:clamp(1.5rem, 1.3484848485rem + 0.7575757576vw, 2rem)) {

        .card-one__subtitle,
        .features-examples__right-box>:not(:last-child) {
            margin-bottom: clamp(1.5rem, 1.3484848485rem + .7575757576vw, 2rem)
        }
    }

    @supports not (margin-bottom:clamp(1.5rem, 1.3484848485rem + 0.7575757576vw, 2rem)) {

        .card-one__subtitle,
        .features-examples__right-box>:not(:last-child) {
            margin-bottom: calc(1.5rem + .5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(1rem, 0.5454545455rem + 2.2727272727vw, 2.5rem)) {
        .left-exampl-item {
            padding-bottom: clamp(1rem, .5454545455rem + 2.2727272727vw, 2.5rem)
        }
    }

    @supports not (padding-bottom:clamp(1rem, 0.5454545455rem + 2.2727272727vw, 2.5rem)) {
        .left-exampl-item {
            padding-bottom: calc(1rem + 1.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(1.5rem, 1.0075757576rem + 2.4621212121vw, 3.125rem)) {
        .right-exampl-item {
            padding-bottom: clamp(1.5rem, 1.0075757576rem + 2.4621212121vw, 3.125rem)
        }
    }

    @supports not (padding-bottom:clamp(1.5rem, 1.0075757576rem + 2.4621212121vw, 3.125rem)) {
        .right-exampl-item {
            padding-bottom: calc(1.5rem + 1.625 * (100vw - 20rem)/ 66)
        }
    }

    @supports (width:clamp(18.75rem, 1.7045454545rem + 85.2272727273vw, 75rem)) {
        .uniqueness__image-ibg {
            width: clamp(18.75rem, 1.7045454545rem + 85.2272727273vw, 75rem)
        }
    }

    @supports not (width:clamp(18.75rem, 1.7045454545rem + 85.2272727273vw, 75rem)) {
        .uniqueness__image-ibg {
            width: calc(18.75rem + 56.25 * (100vw - 20rem)/ 66)
        }
    }

    @supports (height:clamp(9.375rem, 0.2272727273rem + 45.7386363636vw, 39.5625rem)) {
        .uniqueness__image-ibg {
            height: clamp(9.375rem, .2272727273rem + 45.7386363636vw, 39.5625rem)
        }
    }

    @supports not (height:clamp(9.375rem, 0.2272727273rem + 45.7386363636vw, 39.5625rem)) {
        .uniqueness__image-ibg {
            height: calc(9.375rem + 30.1875 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)) {

        .features-examples__left-box,
        .features-examples__right-box,
        .uniqueness__content-middle {
            margin-top: clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)
        }
    }

    @supports not (margin-top:clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)) {

        .features-examples__left-box,
        .features-examples__right-box,
        .uniqueness__content-middle {
            margin-top: calc(1.5rem + 1.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(1.5rem, 0.4393939394rem + 5.303030303vw, 5rem)) {

        .footer-top__contacts,
        .uniqueness__content-bottom-text {
            margin-top: clamp(1.5rem, .4393939394rem + 5.303030303vw, 5rem)
        }
    }

    @supports not (margin-top:clamp(1.5rem, 0.4393939394rem + 5.303030303vw, 5rem)) {

        .footer-top__contacts,
        .uniqueness__content-bottom-text {
            margin-top: calc(1.5rem + 3.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (font-size:clamp(4rem, 1.0643939394rem + 14.678030303vw, 13.6875rem)) {
        .uniqueness__content-bottom-text {
            font-size: clamp(4rem, 1.0643939394rem + 14.678030303vw, 13.6875rem)
        }
    }

    @supports not (font-size:clamp(4rem, 1.0643939394rem + 14.678030303vw, 13.6875rem)) {
        .uniqueness__content-bottom-text {
            font-size: calc(4rem + 9.6875 * (100vw - 20rem) / 66)
        }
    }

    @supports (line-height:clamp(4.5rem, 1.3181818182rem + 15.9090909091vw, 15rem)) {
        .uniqueness__content-bottom-text {
            line-height: clamp(4.5rem, 1.3181818182rem + 15.9090909091vw, 15rem)
        }
    }

    @supports not (line-height:clamp(4.5rem, 1.3181818182rem + 15.9090909091vw, 15rem)) {
        .uniqueness__content-bottom-text {
            line-height: calc(4.5rem + 10.5 * (100vw - 20rem) / 66)
        }
    }

    @supports (width:clamp(21.75rem, 2.8863636364rem + 94.3181818182vw, 84rem)) {
        .uniqueness__content-bottom-text {
            width: clamp(21.75rem, 2.8863636364rem + 94.3181818182vw, 84rem)
        }
    }

    @supports not (width:clamp(21.75rem, 2.8863636364rem + 94.3181818182vw, 84rem)) {
        .uniqueness__content-bottom-text {
            width: calc(21.75rem + 62.25 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-left:clamp(-3.75rem, -4.8863636553rem + 5.6818182765vw, 0.0000000625rem)) {
        .uniqueness__content-bottom-text {
            margin-left: clamp(-3.75rem, -4.8863636553rem + 5.6818182765vw, .0000000625rem)
        }
    }

    @supports not (margin-left:clamp(-3.75rem, -4.8863636553rem + 5.6818182765vw, 0.0000000625rem)) {
        .uniqueness__content-bottom-text {
            margin-left: calc(-3.75rem + 3.7500000625 * (100vw - 20rem)/ 66)
        }
    }

    @supports (left:clamp(3.25rem, -0.0833333333rem + 16.6666666667vw, 14.25rem)) {

        .uniqueness-top__text-box-one,
        .uniqueness-top__text-box-three {
            left: clamp(3.25rem, -.0833333333rem + 16.6666666667vw, 14.25rem)
        }
    }

    @supports not (left:clamp(3.25rem, -0.0833333333rem + 16.6666666667vw, 14.25rem)) {

        .uniqueness-top__text-box-one,
        .uniqueness-top__text-box-three {
            left: calc(3.25rem + 11 * (100vw - 20rem)/ 66)
        }
    }

    @supports (letter-spacing:clamp(-0.25rem, -0.0056818182rem + -0.2840909091vw, -0.0625rem)) {

        .uniqueness-top__text-one,
        .uniqueness-top__text-three,
        .uniqueness-top__text-two {
            letter-spacing: clamp(-.25rem, -.0056818182rem + -.2840909091vw, -.0625rem)
        }
    }

    @supports not (letter-spacing:clamp(-0.25rem, -0.0056818182rem + -0.2840909091vw, -0.0625rem)) {

        .uniqueness-top__text-one,
        .uniqueness-top__text-three,
        .uniqueness-top__text-two {
            letter-spacing: calc(-.0625rem + -.1875 * (100vw - 20rem) / 66)
        }
    }

    @supports (min-height:clamp(3.6875rem, -0.2329545455rem + 19.6022727273vw, 16.625rem)) {
        .uniqueness-middle-image {
            min-height: clamp(3.6875rem, -.2329545455rem + 19.6022727273vw, 16.625rem)
        }
    }

    @supports not (min-height:clamp(3.6875rem, -0.2329545455rem + 19.6022727273vw, 16.625rem)) {
        .uniqueness-middle-image {
            min-height: calc(3.6875rem + 12.9375 * (100vw - 20rem)/ 66)
        }
    }

    @supports (height:clamp(3.6875rem, -0.2329545455rem + 19.6022727273vw, 16.625rem)) {
        .uniqueness-middle-image__one-ibg {
            height: clamp(3.6875rem, -.2329545455rem + 19.6022727273vw, 16.625rem)
        }
    }

    @supports not (height:clamp(3.6875rem, -0.2329545455rem + 19.6022727273vw, 16.625rem)) {
        .uniqueness-middle-image__one-ibg {
            height: calc(3.6875rem + 12.9375 * (100vw - 20rem)/ 66)
        }
    }

    @supports (height:clamp(6.8125rem, -0.4791666667rem + 36.4583333333vw, 30.875rem)) {
        .uniqueness-middle-image__two-ibg {
            height: clamp(6.8125rem, -.4791666667rem + 36.4583333333vw, 30.875rem)
        }
    }

    @supports not (height:clamp(6.8125rem, -0.4791666667rem + 36.4583333333vw, 30.875rem)) {
        .uniqueness-middle-image__two-ibg {
            height: calc(6.8125rem + 24.0625 * (100vw - 20rem)/ 66)
        }
    }

    @supports (width:clamp(20rem, -1.2121212121rem + 106.0606060606vw, 90rem)) {

        .uniqueness-middle-image__one-ibg,
        .uniqueness-middle-image__two-ibg {
            width: clamp(20rem, -1.2121212121rem + 106.0606060606vw, 90rem)
        }
    }

    @supports not (width:clamp(20rem, -1.2121212121rem + 106.0606060606vw, 90rem)) {

        .uniqueness-middle-image__one-ibg,
        .uniqueness-middle-image__two-ibg {
            width: calc(20rem + 70 * (100vw - 20rem)/ 66)
        }
    }

    @supports (height:clamp(5.5rem, -1.1666666667rem + 33.3333333333vw, 27.5rem)) {
        .uniqueness-middle-image__three-ibg {
            height: clamp(5.5rem, -1.1666666667rem + 33.3333333333vw, 27.5rem)
        }
    }

    @supports not (height:clamp(5.5rem, -1.1666666667rem + 33.3333333333vw, 27.5rem)) {
        .uniqueness-middle-image__three-ibg {
            height: calc(5.5rem + 22 * (100vw - 20rem)/ 66)
        }
    }

    @supports (width:clamp(20rem, -4.2424242424rem + 121.2121212121vw, 100rem)) {
        .uniqueness-middle-image__three-ibg {
            width: clamp(20rem, -4.2424242424rem + 121.2121212121vw, 100rem)
        }
    }

    @supports not (width:clamp(20rem, -4.2424242424rem + 121.2121212121vw, 100rem)) {
        .uniqueness-middle-image__three-ibg {
            width: calc(20rem + 80 * (100vw - 20rem)/ 66)
        }
    }

    @supports (height:clamp(12.875rem, 9.3901515152rem + 17.4242424242vw, 24.375rem)) {
        .practice-top-image__image-ibg {
            height: clamp(12.875rem, 9.3901515152rem + 17.4242424242vw, 24.375rem)
        }
    }

    @supports not (height:clamp(12.875rem, 9.3901515152rem + 17.4242424242vw, 24.375rem)) {
        .practice-top-image__image-ibg {
            height: calc(12.875rem + 11.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-bottom:clamp(2.5rem, 1.7424242424rem + 3.7878787879vw, 5rem)) {
        .practice-slider {
            margin-bottom: clamp(2.5rem, 1.7424242424rem + 3.7878787879vw, 5rem)
        }
    }

    @supports not (margin-bottom:clamp(2.5rem, 1.7424242424rem + 3.7878787879vw, 5rem)) {
        .practice-slider {
            margin-bottom: calc(2.5rem + 2.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding:clamp(1.25rem, 0.7196969697rem + 2.6515151515vw, 3rem)) {
        .item-practice-slider__box-text {
            padding: clamp(1.25rem, .7196969697rem + 2.6515151515vw, 3rem)
        }
    }

    @supports not (padding:clamp(1.25rem, 0.7196969697rem + 2.6515151515vw, 3rem)) {
        .item-practice-slider__box-text {
            padding: calc(1.25rem + 1.75 * (100vw - 20rem)/ 66)
        }
    }

    @supports (height:clamp(12.6875rem, 0.4337121212rem + 61.2689393939vw, 53.125rem)) {
        .practice-mobile-item__image-ibg {
            height: clamp(12.6875rem, .4337121212rem + 61.2689393939vw, 53.125rem)
        }
    }

    @supports not (height:clamp(12.6875rem, 0.4337121212rem + 61.2689393939vw, 53.125rem)) {
        .practice-mobile-item__image-ibg {
            height: calc(12.6875rem + 40.4375 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-top:clamp(2rem, 1.8484848485rem + 0.7575757576vw, 2.5rem)) {
        .practice-mobile-item__text-box {
            padding-top: clamp(2rem, 1.8484848485rem + .7575757576vw, 2.5rem)
        }
    }

    @supports not (padding-top:clamp(2rem, 1.8484848485rem + 0.7575757576vw, 2.5rem)) {
        .practice-mobile-item__text-box {
            padding-top: calc(2rem + .5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-right:clamp(1.5rem, 1.196969697rem + 1.5151515152vw, 2.5rem)) {
        .practice-mobile-item__text-box {
            padding-right: clamp(1.5rem, 1.196969697rem + 1.5151515152vw, 2.5rem)
        }
    }

    @supports not (padding-right:clamp(1.5rem, 1.196969697rem + 1.5151515152vw, 2.5rem)) {
        .practice-mobile-item__text-box {
            padding-right: calc(1.5rem + 1 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-left:clamp(1.5rem, 1.196969697rem + 1.5151515152vw, 2.5rem)) {
        .practice-mobile-item__text-box {
            padding-left: clamp(1.5rem, 1.196969697rem + 1.5151515152vw, 2.5rem)
        }
    }

    @supports not (padding-left:clamp(1.5rem, 1.196969697rem + 1.5151515152vw, 2.5rem)) {
        .practice-mobile-item__text-box {
            padding-left: calc(1.5rem + 1 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {

        .item-practice-slider__text,
        .practice-mobile-item__text {
            margin-top: clamp(1rem, .8484848485rem + .7575757576vw, 1.5rem)
        }
    }

    @supports not (margin-top:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {

        .item-practice-slider__text,
        .practice-mobile-item__text {
            margin-top: calc(1rem + .5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-bottom:clamp(1.5rem, 1.3106060606rem + 0.946969697vw, 2.125rem)) {

        .slider-demarcation-slider__title,
        .slider-examples__title {
            margin-bottom: clamp(1.5rem, 1.3106060606rem + .946969697vw, 2.125rem)
        }
    }

    @supports not (margin-bottom:clamp(1.5rem, 1.3106060606rem + 0.946969697vw, 2.125rem)) {

        .slider-demarcation-slider__title,
        .slider-examples__title {
            margin-bottom: calc(1.5rem + .625 * (100vw - 20rem)/ 66)
        }
    }

    @supports (gap:clamp(0.5rem, 0.3484848485rem + 0.7575757576vw, 1rem)) {

        .slider-demarcation-slider__controls,
        .slider-examples__controls {
            gap: clamp(.5rem, .3484848485rem + .7575757576vw, 1rem)
        }
    }

    @supports not (gap:clamp(0.5rem, 0.3484848485rem + 0.7575757576vw, 1rem)) {

        .slider-demarcation-slider__controls,
        .slider-examples__controls {
            gap: calc(.5rem + .5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-top:clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)) {
        .demarcation-slider-item__content-box {
            padding-top: clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)
        }
    }

    @supports not (padding-top:clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)) {
        .demarcation-slider-item__content-box {
            padding-top: calc(1.5rem + 1.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(3.5rem, 3.1590909091rem + 1.7045454545vw, 4.625rem)) {
        .demarcation-slider-item__content-box {
            padding-bottom: clamp(3.5rem, 3.1590909091rem + 1.7045454545vw, 4.625rem)
        }
    }

    @supports not (padding-bottom:clamp(3.5rem, 3.1590909091rem + 1.7045454545vw, 4.625rem)) {
        .demarcation-slider-item__content-box {
            padding-bottom: calc(3.5rem + 1.125 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-top:clamp(5.4375rem, 3.4299242424rem + 10.0378787879vw, 12.0625rem)) {
        .made {
            padding-top: clamp(5.4375rem, 3.4299242424rem + 10.0378787879vw, 12.0625rem)
        }
    }

    @supports not (padding-top:clamp(5.4375rem, 3.4299242424rem + 10.0378787879vw, 12.0625rem)) {
        .made {
            padding-top: calc(5.4375rem + 6.625 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(7.0625rem, 6.1723484848rem + 4.4507575758vw, 10rem)) {
        .made {
            padding-bottom: clamp(7.0625rem, 6.1723484848rem + 4.4507575758vw, 10rem)
        }
    }

    @supports not (padding-bottom:clamp(7.0625rem, 6.1723484848rem + 4.4507575758vw, 10rem)) {
        .made {
            padding-bottom: calc(7.0625rem + 2.9375 * (100vw - 20rem)/ 66)
        }
    }

    @supports (width:clamp(34.375rem, 18.2765151515rem + 80.4924242424vw, 87.5rem)) {
        .made__image-ibg {
            width: clamp(34.375rem, 18.2765151515rem + 80.4924242424vw, 87.5rem)
        }
    }

    @supports not (width:clamp(34.375rem, 18.2765151515rem + 80.4924242424vw, 87.5rem)) {
        .made__image-ibg {
            width: calc(34.375rem + 53.125 * (100vw - 20rem)/ 66)
        }
    }

    @supports (height:clamp(34.375rem, 18.2765151515rem + 80.4924242424vw, 87.5rem)) {
        .made__image-ibg {
            height: clamp(34.375rem, 18.2765151515rem + 80.4924242424vw, 87.5rem)
        }
    }

    @supports not (height:clamp(34.375rem, 18.2765151515rem + 80.4924242424vw, 87.5rem)) {
        .made__image-ibg {
            height: calc(34.375rem + 53.125 * (100vw - 20rem)/ 66)
        }
    }

    @supports (font-size:clamp(1rem, 0.5454545455rem + 2.2727272727vw, 2.5rem)) {

        .footer-top__subtitle,
        .made-text__text-one {
            font-size: clamp(1rem, .5454545455rem + 2.2727272727vw, 2.5rem)
        }
    }

    @supports not (font-size:clamp(1rem, 0.5454545455rem + 2.2727272727vw, 2.5rem)) {

        .footer-top__subtitle,
        .made-text__text-one {
            font-size: calc(1rem + 1.5 * (100vw - 20rem) / 66)
        }
    }

    @supports (left:clamp(0.0000000625rem, -4.6969696155rem + 23.4848483902vw, 15.5rem)) {
        .made-text__text-box-two {
            left: clamp(.0000000625rem, -4.6969696155rem + 23.4848483902vw, 15.5rem)
        }
    }

    @supports not (left:clamp(0.0000000625rem, -4.6969696155rem + 23.4848483902vw, 15.5rem)) {
        .made-text__text-box-two {
            left: calc(.0000000625rem + 15.4999999375 * (100vw - 20rem)/ 66)
        }
    }

    @supports (right:clamp(0.0000000625rem, -4.2992423428rem + 21.4962120265vw, 14.1875rem)) {

        .made-text__text-box-one,
        .made-text__text-box-three {
            right: clamp(.0000000625rem, -4.2992423428rem + 21.4962120265vw, 14.1875rem)
        }
    }

    @supports not (right:clamp(0.0000000625rem, -4.2992423428rem + 21.4962120265vw, 14.1875rem)) {

        .made-text__text-box-one,
        .made-text__text-box-three {
            right: calc(.0000000625rem + 14.1874999375 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(-0.625rem, -1.3825757576rem + 3.7878787879vw, 1.875rem)) {
        .equipment__slider {
            margin-top: clamp(-.625rem, -1.3825757576rem + 3.7878787879vw, 1.875rem)
        }
    }

    @supports not (margin-top:clamp(-0.625rem, -1.3825757576rem + 3.7878787879vw, 1.875rem)) {
        .equipment__slider {
            margin-top: calc(-.625rem + 2.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-top:clamp(9.25rem, 7.5075757576rem + 8.7121212121vw, 15rem)) {
        .equipment-slider-item__box {
            padding-top: clamp(9.25rem, 7.5075757576rem + 8.7121212121vw, 15rem)
        }
    }

    @supports not (padding-top:clamp(9.25rem, 7.5075757576rem + 8.7121212121vw, 15rem)) {
        .equipment-slider-item__box {
            padding-top: calc(9.25rem + 5.75 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(2rem, 1.6590909091rem + 1.7045454545vw, 3.125rem)) {
        .equipment-slider-item__box {
            padding-bottom: clamp(2rem, 1.6590909091rem + 1.7045454545vw, 3.125rem)
        }
    }

    @supports not (padding-bottom:clamp(2rem, 1.6590909091rem + 1.7045454545vw, 3.125rem)) {
        .equipment-slider-item__box {
            padding-bottom: calc(2rem + 1.125 * (100vw - 20rem)/ 66)
        }
    }

    @supports (top:clamp(-6.25rem, -3.8068181818rem + -2.8409090909vw, -4.375rem)) {
        .equipment-slider-item__image-ibg {
            top: clamp(-6.25rem, -3.8068181818rem + -2.8409090909vw, -4.375rem)
        }
    }

    @supports not (top:clamp(-6.25rem, -3.8068181818rem + -2.8409090909vw, -4.375rem)) {
        .equipment-slider-item__image-ibg {
            top: calc(-4.375rem + -1.875 * (100vw - 20rem)/ 66)
        }
    }

    @supports (height:clamp(19.375rem, 15.9659090909rem + 17.0454545455vw, 30.625rem)) {
        .equipment-slider-item__image-ibg {
            height: clamp(19.375rem, 15.9659090909rem + 17.0454545455vw, 30.625rem)
        }
    }

    @supports not (height:clamp(19.375rem, 15.9659090909rem + 17.0454545455vw, 30.625rem)) {
        .equipment-slider-item__image-ibg {
            height: calc(19.375rem + 11.25 * (100vw - 20rem)/ 66)
        }
    }

    @supports (width:clamp(19.375rem, 15.9659090909rem + 17.0454545455vw, 30.625rem)) {
        .equipment-slider-item__image-ibg {
            width: clamp(19.375rem, 15.9659090909rem + 17.0454545455vw, 30.625rem)
        }
    }

    @supports not (width:clamp(19.375rem, 15.9659090909rem + 17.0454545455vw, 30.625rem)) {
        .equipment-slider-item__image-ibg {
            width: calc(19.375rem + 11.25 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(2.5rem, 2.3106060606rem + 0.946969697vw, 3.125rem)) {
        .bottom-equipment {
            padding-bottom: clamp(2.5rem, 2.3106060606rem + .946969697vw, 3.125rem)
        }
    }

    @supports not (padding-bottom:clamp(2.5rem, 2.3106060606rem + 0.946969697vw, 3.125rem)) {
        .bottom-equipment {
            padding-bottom: calc(2.5rem + .625 * (100vw - 20rem)/ 66)
        }
    }

    @supports (left:clamp(3.125rem, -0.2462121212rem + 16.8560606061vw, 14.25rem)) {
        .design-text__text-box-one {
            left: clamp(3.125rem, -.2462121212rem + 16.8560606061vw, 14.25rem)
        }
    }

    @supports not (left:clamp(3.125rem, -0.2462121212rem + 16.8560606061vw, 14.25rem)) {
        .design-text__text-box-one {
            left: calc(3.125rem + 11.125 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(3rem, 2.3939393939rem + 3.0303030303vw, 5rem)) {

        .practice,
        .practice_two,
        .what-sm,
        .what-sm_two {
            padding-bottom: clamp(3rem, 2.3939393939rem + 3.0303030303vw, 5rem)
        }
    }

    @supports not (padding-bottom:clamp(3rem, 2.3939393939rem + 3.0303030303vw, 5rem)) {

        .practice,
        .practice_two,
        .what-sm,
        .what-sm_two {
            padding-bottom: calc(3rem + 2 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(3rem, 2.696969697rem + 1.5151515152vw, 4rem)) {
        .what-sm__middle {
            margin-top: clamp(3rem, 2.696969697rem + 1.5151515152vw, 4rem)
        }
    }

    @supports not (margin-top:clamp(3rem, 2.696969697rem + 1.5151515152vw, 4rem)) {
        .what-sm__middle {
            margin-top: calc(3rem + 1 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(1.875rem, 0.928030303rem + 4.7348484848vw, 5rem)) {
        .what-sm__slider {
            margin-top: clamp(1.875rem, .928030303rem + 4.7348484848vw, 5rem)
        }
    }

    @supports not (margin-top:clamp(1.875rem, 0.928030303rem + 4.7348484848vw, 5rem)) {
        .what-sm__slider {
            margin-top: calc(1.875rem + 3.125 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(1.5rem, 1.3484848485rem + 0.7575757576vw, 2rem)) {

        .practice-top-left__text,
        .what-sm-top-left__text {
            margin-top: clamp(1.5rem, 1.3484848485rem + .7575757576vw, 2rem)
        }
    }

    @supports not (margin-top:clamp(1.5rem, 1.3484848485rem + 0.7575757576vw, 2rem)) {

        .practice-top-left__text,
        .what-sm-top-left__text {
            margin-top: calc(1.5rem + .5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (max-width:clamp(14.0625rem, 12.7178030303rem + 6.7234848485vw, 18.5rem)) {

        .practice-top-left__btn,
        .what-sm-top-left__btn {
            max-width: clamp(14.0625rem, 12.7178030303rem + 6.7234848485vw, 18.5rem)
        }
    }

    @supports not (max-width:clamp(14.0625rem, 12.7178030303rem + 6.7234848485vw, 18.5rem)) {

        .practice-top-left__btn,
        .what-sm-top-left__btn {
            max-width: calc(14.0625rem + 4.4375 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-bottom:clamp(0.75rem, 0.5227272727rem + 1.1363636364vw, 1.5rem)) {
        .what-sm-top-right__title {
            margin-bottom: clamp(.75rem, .5227272727rem + 1.1363636364vw, 1.5rem)
        }
    }

    @supports not (margin-bottom:clamp(0.75rem, 0.5227272727rem + 1.1363636364vw, 1.5rem)) {
        .what-sm-top-right__title {
            margin-bottom: calc(.75rem + .75 * (100vw - 20rem)/ 66)
        }
    }

    @supports (height:clamp(10.3125rem, 7.509469697rem + 14.0151515152vw, 19.5625rem)) {
        .what-sm-top-slider__slide-image-ibg {
            height: clamp(10.3125rem, 7.509469697rem + 14.0151515152vw, 19.5625rem)
        }
    }

    @supports not (height:clamp(10.3125rem, 7.509469697rem + 14.0151515152vw, 19.5625rem)) {
        .what-sm-top-slider__slide-image-ibg {
            height: calc(10.3125rem + 9.25 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(1.25rem, 0.7196969697rem + 2.6515151515vw, 3rem)) {
        .what-sm-top-slider__slide-box-text {
            margin-top: clamp(1.25rem, .7196969697rem + 2.6515151515vw, 3rem)
        }
    }

    @supports not (margin-top:clamp(1.25rem, 0.7196969697rem + 2.6515151515vw, 3rem)) {
        .what-sm-top-slider__slide-box-text {
            margin-top: calc(1.25rem + 1.75 * (100vw - 20rem)/ 66)
        }
    }

    @supports (max-width:clamp(10.5rem, 7.8106060606rem + 13.446969697vw, 19.375rem)) {
        .what-sm-top-slider__slide-box-text {
            max-width: clamp(10.5rem, 7.8106060606rem + 13.446969697vw, 19.375rem)
        }
    }

    @supports not (max-width:clamp(10.5rem, 7.8106060606rem + 13.446969697vw, 19.375rem)) {
        .what-sm-top-slider__slide-box-text {
            max-width: calc(10.5rem + 8.875 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-bottom:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {

        .content-btn__text-box :not(:last-child),
        .what-sm-top-slider__slide-box-text :not(:last-child) {
            margin-bottom: clamp(.5rem, .4242424242rem + .3787878788vw, .75rem)
        }
    }

    @supports not (margin-bottom:clamp(0.5rem, 0.4242424242rem + 0.3787878788vw, 0.75rem)) {

        .content-btn__text-box :not(:last-child),
        .what-sm-top-slider__slide-box-text :not(:last-child) {
            margin-bottom: calc(.5rem + .25 * (100vw - 20rem)/ 66)
        }
    }

    @supports (font-size:clamp(0.75rem, 0.6742424242rem + 0.3787878788vw, 1rem)) {

        .content-btn__text,
        .footer-bottom__all,
        .slider-one__text-text,
        .what-sm-top-slider__slide-text {
            font-size: clamp(.75rem, .6742424242rem + .3787878788vw, 1rem)
        }
    }

    @supports not (font-size:clamp(0.75rem, 0.6742424242rem + 0.3787878788vw, 1rem)) {

        .content-btn__text,
        .footer-bottom__all,
        .slider-one__text-text,
        .what-sm-top-slider__slide-text {
            font-size: calc(.75rem + .25 * (100vw - 20rem) / 66)
        }
    }

    @supports (line-height:clamp(1.125rem, 1.0113636364rem + 0.5681818182vw, 1.5rem)) {

        .content-btn__text,
        .footer-bottom__all,
        .slider-one__text-text,
        .what-sm-top-slider__slide-text {
            line-height: clamp(1.125rem, 1.0113636364rem + .5681818182vw, 1.5rem)
        }
    }

    @supports not (line-height:clamp(1.125rem, 1.0113636364rem + 0.5681818182vw, 1.5rem)) {

        .content-btn__text,
        .footer-bottom__all,
        .slider-one__text-text,
        .what-sm-top-slider__slide-text {
            line-height: calc(1.125rem + .375 * (100vw - 20rem) / 66)
        }
    }

    @supports (width:clamp(6.5rem, 5.7424242424rem + 3.7878787879vw, 9rem)) {

        .slider-one__controls,
        .what-sm-top-slider__controls {
            width: clamp(6.5rem, 5.7424242424rem + 3.7878787879vw, 9rem)
        }
    }

    @supports not (width:clamp(6.5rem, 5.7424242424rem + 3.7878787879vw, 9rem)) {

        .slider-one__controls,
        .what-sm-top-slider__controls {
            width: calc(6.5rem + 2.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (top:clamp(12.8125rem, 9.2518939394rem + 17.803030303vw, 24.5625rem)) {
        .what-sm-top-slider__controls {
            top: clamp(12.8125rem, 9.2518939394rem + 17.803030303vw, 24.5625rem)
        }
    }

    @supports not (top:clamp(12.8125rem, 9.2518939394rem + 17.803030303vw, 24.5625rem)) {
        .what-sm-top-slider__controls {
            top: calc(12.8125rem + 11.75 * (100vw - 20rem)/ 66)
        }
    }

    @supports (max-width:clamp(18rem, 13.1136363636rem + 24.4318181818vw, 34.125rem)) {

        .practice-top-image,
        .what-sm-top-image,
        .what-sm-top-slider {
            max-width: clamp(18rem, 13.1136363636rem + 24.4318181818vw, 34.125rem)
        }
    }

    @supports not (max-width:clamp(18rem, 13.1136363636rem + 24.4318181818vw, 34.125rem)) {

        .practice-top-image,
        .what-sm-top-image,
        .what-sm-top-slider {
            max-width: calc(18rem + 16.125 * (100vw - 20rem)/ 66)
        }
    }

    @supports (width:clamp(18rem, 13.1136363636rem + 24.4318181818vw, 34.125rem)) {

        .practice-top-image__image-ibg,
        .what-sm-top-image__image-bg_one svg,
        .what-sm-top-image__image-bg_two svg,
        .what-sm-top-slider__slide-image-ibg {
            width: clamp(18rem, 13.1136363636rem + 24.4318181818vw, 34.125rem)
        }
    }

    @supports not (width:clamp(18rem, 13.1136363636rem + 24.4318181818vw, 34.125rem)) {

        .practice-top-image__image-ibg,
        .what-sm-top-image__image-bg_one svg,
        .what-sm-top-image__image-bg_two svg,
        .what-sm-top-slider__slide-image-ibg {
            width: calc(18rem + 16.125 * (100vw - 20rem)/ 66)
        }
    }

    @supports (height:clamp(14rem, 12.5606060606rem + 7.196969697vw, 18.75rem)) {

        .what-sm-top-image__image-bg_one svg,
        .what-sm-top-image__image-bg_two svg {
            height: clamp(14rem, 12.5606060606rem + 7.196969697vw, 18.75rem)
        }
    }

    @supports not (height:clamp(14rem, 12.5606060606rem + 7.196969697vw, 18.75rem)) {

        .what-sm-top-image__image-bg_one svg,
        .what-sm-top-image__image-bg_two svg {
            height: calc(14rem + 4.75 * (100vw - 20rem)/ 66)
        }
    }

    @supports (top:clamp(-8.4375rem, 0.928030303rem + -10.8901515152vw, -1.25rem)) {
        .what-sm-top-image__image-ibg {
            top: clamp(-8.4375rem, .928030303rem + -10.8901515152vw, -1.25rem)
        }
    }

    @supports not (top:clamp(-8.4375rem, 0.928030303rem + -10.8901515152vw, -1.25rem)) {
        .what-sm-top-image__image-ibg {
            top: calc(-1.25rem + -7.1875 * (100vw - 20rem)/ 66)
        }
    }

    @supports (right:clamp(-1.9375rem, -0.634469697rem + -1.5151515152vw, -0.9375rem)) {
        .what-sm-top-image__image-ibg {
            right: clamp(-1.9375rem, -.634469697rem + -1.5151515152vw, -.9375rem)
        }
    }

    @supports not (right:clamp(-1.9375rem, -0.634469697rem + -1.5151515152vw, -0.9375rem)) {
        .what-sm-top-image__image-ibg {
            right: calc(-.9375rem + -1 * (100vw - 20rem)/ 66)
        }
    }

    @supports (width:clamp(18.125rem, 13.1060606061rem + 25.0946969697vw, 34.6875rem)) {
        .what-sm-top-image__image-ibg {
            width: clamp(18.125rem, 13.1060606061rem + 25.0946969697vw, 34.6875rem)
        }
    }

    @supports not (width:clamp(18.125rem, 13.1060606061rem + 25.0946969697vw, 34.6875rem)) {
        .what-sm-top-image__image-ibg {
            width: calc(18.125rem + 16.5625 * (100vw - 20rem)/ 66)
        }
    }

    @supports (height:clamp(18.125rem, 13.1060606061rem + 25.0946969697vw, 34.6875rem)) {
        .what-sm-top-image__image-ibg {
            height: clamp(18.125rem, 13.1060606061rem + 25.0946969697vw, 34.6875rem)
        }
    }

    @supports not (height:clamp(18.125rem, 13.1060606061rem + 25.0946969697vw, 34.6875rem)) {
        .what-sm-top-image__image-ibg {
            height: calc(18.125rem + 16.5625 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(2.5rem, 2.3484848485rem + 0.7575757576vw, 3rem)) {
        .what-sm-bottom-box__left {
            padding-bottom: clamp(2.5rem, 2.3484848485rem + .7575757576vw, 3rem)
        }
    }

    @supports not (padding-bottom:clamp(2.5rem, 2.3484848485rem + 0.7575757576vw, 3rem)) {
        .what-sm-bottom-box__left {
            padding-bottom: calc(2.5rem + .5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(0.75rem, 0.5227272727rem + 1.1363636364vw, 1.5rem)) {
        .what-sm-bottom-box__left-text {
            margin-top: clamp(.75rem, .5227272727rem + 1.1363636364vw, 1.5rem)
        }
    }

    @supports not (margin-top:clamp(0.75rem, 0.5227272727rem + 1.1363636364vw, 1.5rem)) {
        .what-sm-bottom-box__left-text {
            margin-top: calc(.75rem + .75 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-top:clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)) {

        .what-sm-bottom-box__right-item,
        .what-sm-slider-bottom__slide-box {
            padding-top: clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)
        }
    }

    @supports not (padding-top:clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)) {

        .what-sm-bottom-box__right-item,
        .what-sm-slider-bottom__slide-box {
            padding-top: calc(2rem + 1 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-right:clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)) {

        .bottom-equipment,
        .card-one,
        .demarcation-slider-item__content-box,
        .equipment-slider-item__box,
        .what-sm-bottom-box__left,
        .what-sm-bottom-box__right-item,
        .what-sm-slider-bottom__slide-box {
            padding-right: clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)
        }
    }

    @supports not (padding-right:clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)) {

        .bottom-equipment,
        .card-one,
        .demarcation-slider-item__content-box,
        .equipment-slider-item__box,
        .what-sm-bottom-box__left,
        .what-sm-bottom-box__right-item,
        .what-sm-slider-bottom__slide-box {
            padding-right: calc(1.5rem + 1.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)) {

        .what-sm-bottom-box__right-item,
        .what-sm-slider-bottom__slide-box {
            padding-bottom: clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)
        }
    }

    @supports not (padding-bottom:clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)) {

        .what-sm-bottom-box__right-item,
        .what-sm-slider-bottom__slide-box {
            padding-bottom: calc(2rem + 1 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-left:clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)) {

        .card-one,
        .demarcation-slider-item__content-box,
        .equipment-slider-item__box,
        .what-sm-bottom-box__left,
        .what-sm-bottom-box__right-item,
        .what-sm-slider-bottom__slide-box {
            padding-left: clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)
        }
    }

    @supports not (padding-left:clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)) {

        .card-one,
        .demarcation-slider-item__content-box,
        .equipment-slider-item__box,
        .what-sm-bottom-box__left,
        .what-sm-bottom-box__right-item,
        .what-sm-slider-bottom__slide-box {
            padding-left: calc(1.5rem + 1.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(3rem, 2.4696969697rem + 2.6515151515vw, 4.75rem)) {
        .what-sm-bottom {
            margin-top: clamp(3rem, 2.4696969697rem + 2.6515151515vw, 4.75rem)
        }
    }

    @supports not (margin-top:clamp(3rem, 2.4696969697rem + 2.6515151515vw, 4.75rem)) {
        .what-sm-bottom {
            margin-top: calc(3rem + 1.75 * (100vw - 20rem)/ 66)
        }
    }

    @supports (height:clamp(12.375rem, 7.5643939394rem + 24.053030303vw, 28.25rem)) {
        .what-sm-bottom-slider__slide-image-ibg {
            height: clamp(12.375rem, 7.5643939394rem + 24.053030303vw, 28.25rem)
        }
    }

    @supports not (height:clamp(12.375rem, 7.5643939394rem + 24.053030303vw, 28.25rem)) {
        .what-sm-bottom-slider__slide-image-ibg {
            height: calc(12.375rem + 15.875 * (100vw - 20rem)/ 66)
        }
    }

    @supports (width:clamp(15rem, 9.2045454545rem + 28.9772727273vw, 34.125rem)) {
        .what-sm-bottom-slider__slide-image-ibg {
            width: clamp(15rem, 9.2045454545rem + 28.9772727273vw, 34.125rem)
        }
    }

    @supports not (width:clamp(15rem, 9.2045454545rem + 28.9772727273vw, 34.125rem)) {
        .what-sm-bottom-slider__slide-image-ibg {
            width: calc(15rem + 19.125 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-top:clamp(2rem, 1.2424242424rem + 3.7878787879vw, 4.5rem)) {
        .light-info__content {
            padding-top: clamp(2rem, 1.2424242424rem + 3.7878787879vw, 4.5rem)
        }
    }

    @supports not (padding-top:clamp(2rem, 1.2424242424rem + 3.7878787879vw, 4.5rem)) {
        .light-info__content {
            padding-top: calc(2rem + 2.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-right:clamp(1rem, 0.3939393939rem + 3.0303030303vw, 3rem)) {
        .light-info__content {
            padding-right: clamp(1rem, .3939393939rem + 3.0303030303vw, 3rem)
        }
    }

    @supports not (padding-right:clamp(1rem, 0.3939393939rem + 3.0303030303vw, 3rem)) {
        .light-info__content {
            padding-right: calc(1rem + 2 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-left:clamp(1rem, 0.3939393939rem + 3.0303030303vw, 3rem)) {
        .light-info__content {
            padding-left: clamp(1rem, .3939393939rem + 3.0303030303vw, 3rem)
        }
    }

    @supports not (padding-left:clamp(1rem, 0.3939393939rem + 3.0303030303vw, 3rem)) {
        .light-info__content {
            padding-left: calc(1rem + 2 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(2.5rem, 1.8939393939rem + 3.0303030303vw, 4.5rem)) {
        .light-info__content {
            padding-bottom: clamp(2.5rem, 1.8939393939rem + 3.0303030303vw, 4.5rem)
        }
    }

    @supports not (padding-bottom:clamp(2.5rem, 1.8939393939rem + 3.0303030303vw, 4.5rem)) {
        .light-info__content {
            padding-bottom: calc(2.5rem + 2 * (100vw - 20rem)/ 66)
        }
    }

    @supports (height:clamp(4rem, 3.696969697rem + 1.5151515152vw, 5rem)) {
        .light-info__left-logo-ibg {
            height: clamp(4rem, 3.696969697rem + 1.5151515152vw, 5rem)
        }
    }

    @supports not (height:clamp(4rem, 3.696969697rem + 1.5151515152vw, 5rem)) {
        .light-info__left-logo-ibg {
            height: calc(4rem + 1 * (100vw - 20rem)/ 66)
        }
    }

    @supports (width:clamp(4rem, 3.696969697rem + 1.5151515152vw, 5rem)) {
        .light-info__left-logo-ibg {
            width: clamp(4rem, 3.696969697rem + 1.5151515152vw, 5rem)
        }
    }

    @supports not (width:clamp(4rem, 3.696969697rem + 1.5151515152vw, 5rem)) {
        .light-info__left-logo-ibg {
            width: calc(4rem + 1 * (100vw - 20rem)/ 66)
        }
    }

    @supports (font-size:clamp(4rem, 2.7878787879rem + 6.0606060606vw, 8rem)) {
        .light-info__right-quotes {
            font-size: clamp(4rem, 2.7878787879rem + 6.0606060606vw, 8rem)
        }
    }

    @supports not (font-size:clamp(4rem, 2.7878787879rem + 6.0606060606vw, 8rem)) {
        .light-info__right-quotes {
            font-size: calc(4rem + 4 * (100vw - 20rem) / 66)
        }
    }

    @supports (line-height:clamp(1.25rem, 0.7196969697rem + 2.6515151515vw, 3rem)) {
        .light-info__right-quotes {
            line-height: clamp(1.25rem, .7196969697rem + 2.6515151515vw, 3rem)
        }
    }

    @supports not (line-height:clamp(1.25rem, 0.7196969697rem + 2.6515151515vw, 3rem)) {
        .light-info__right-quotes {
            line-height: calc(1.25rem + 1.75 * (100vw - 20rem) / 66)
        }
    }

    @supports (line-height:clamp(1.375rem, 0.8825757576rem + 2.4621212121vw, 3rem)) {

        .footer-top__subtitle,
        .light-info__right-text,
        .made-text__text-one {
            line-height: clamp(1.375rem, .8825757576rem + 2.4621212121vw, 3rem)
        }
    }

    @supports not (line-height:clamp(1.375rem, 0.8825757576rem + 2.4621212121vw, 3rem)) {

        .footer-top__subtitle,
        .light-info__right-text,
        .made-text__text-one {
            line-height: calc(1.375rem + 1.625 * (100vw - 20rem) / 66)
        }
    }

    @supports (padding-bottom:clamp(4rem, 1.803030303rem + 10.9848484848vw, 11.25rem)) {
        .form-application {
            padding-bottom: clamp(4rem, 1.803030303rem + 10.9848484848vw, 11.25rem)
        }
    }

    @supports not (padding-bottom:clamp(4rem, 1.803030303rem + 10.9848484848vw, 11.25rem)) {
        .form-application {
            padding-bottom: calc(4rem + 7.25 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-top:clamp(2.5rem, 1.2878787879rem + 6.0606060606vw, 6.5rem)) {
        .form-application__content {
            padding-top: clamp(2.5rem, 1.2878787879rem + 6.0606060606vw, 6.5rem)
        }
    }

    @supports not (padding-top:clamp(2.5rem, 1.2878787879rem + 6.0606060606vw, 6.5rem)) {
        .form-application__content {
            padding-top: calc(2.5rem + 4 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-right:clamp(1rem, -0.8560606061rem + 9.2803030303vw, 7.125rem)) {
        .form-application__content {
            padding-right: clamp(1rem, -.8560606061rem + 9.2803030303vw, 7.125rem)
        }
    }

    @supports not (padding-right:clamp(1rem, -0.8560606061rem + 9.2803030303vw, 7.125rem)) {
        .form-application__content {
            padding-right: calc(1rem + 6.125 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(2.5rem, 1.4393939394rem + 5.303030303vw, 6rem)) {
        .form-application__content {
            padding-bottom: clamp(2.5rem, 1.4393939394rem + 5.303030303vw, 6rem)
        }
    }

    @supports not (padding-bottom:clamp(2.5rem, 1.4393939394rem + 5.303030303vw, 6rem)) {
        .form-application__content {
            padding-bottom: calc(2.5rem + 3.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-left:clamp(1rem, -0.8560606061rem + 9.2803030303vw, 7.125rem)) {
        .form-application__content {
            padding-left: clamp(1rem, -.8560606061rem + 9.2803030303vw, 7.125rem)
        }
    }

    @supports not (padding-left:clamp(1rem, -0.8560606061rem + 9.2803030303vw, 7.125rem)) {
        .form-application__content {
            padding-left: calc(1rem + 6.125 * (100vw - 20rem)/ 66)
        }
    }

    @supports (font-size:clamp(1.5rem, 0.7424242424rem + 3.7878787879vw, 4rem)) {
        .application-text-box__title {
            font-size: clamp(1.5rem, .7424242424rem + 3.7878787879vw, 4rem)
        }
    }

    @supports not (font-size:clamp(1.5rem, 0.7424242424rem + 3.7878787879vw, 4rem)) {
        .application-text-box__title {
            font-size: calc(1.5rem + 2.5 * (100vw - 20rem) / 66)
        }
    }

    @supports (line-height:clamp(2rem, 1.2424242424rem + 3.7878787879vw, 4.5rem)) {
        .application-text-box__title {
            line-height: clamp(2rem, 1.2424242424rem + 3.7878787879vw, 4.5rem)
        }
    }

    @supports not (line-height:clamp(2rem, 1.2424242424rem + 3.7878787879vw, 4.5rem)) {
        .application-text-box__title {
            line-height: calc(2rem + 2.5 * (100vw - 20rem) / 66)
        }
    }

    @supports (line-height:clamp(1.5rem, 1.3484848485rem + 0.7575757576vw, 2rem)) {

        .application-text-box__text-info :not(:first-child) a,
        .demarcation-slider-item__title {
            line-height: clamp(1.5rem, 1.3484848485rem + .7575757576vw, 2rem)
        }
    }

    @supports not (line-height:clamp(1.5rem, 1.3484848485rem + 0.7575757576vw, 2rem)) {

        .application-text-box__text-info :not(:first-child) a,
        .demarcation-slider-item__title {
            line-height: calc(1.5rem + .5 * (100vw - 20rem) / 66)
        }
    }

    @supports (margin-top:clamp(1rem, 0.5454545455rem + 2.2727272727vw, 2.5rem)) {
        .application-text-box__social-box {
            margin-top: clamp(1rem, .5454545455rem + 2.2727272727vw, 2.5rem)
        }
    }

    @supports not (margin-top:clamp(1rem, 0.5454545455rem + 2.2727272727vw, 2.5rem)) {
        .application-text-box__social-box {
            margin-top: calc(1rem + 1.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-right:clamp(0.5rem, 0.3484848485rem + 0.7575757576vw, 1rem)) {

        .application-text-box__social-box :not(:last-child),
        .footer-bottom__social-box :not(:last-child) {
            margin-right: clamp(.5rem, .3484848485rem + .7575757576vw, 1rem)
        }
    }

    @supports not (margin-right:clamp(0.5rem, 0.3484848485rem + 0.7575757576vw, 1rem)) {

        .application-text-box__social-box :not(:last-child),
        .footer-bottom__social-box :not(:last-child) {
            margin-right: calc(.5rem + .5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-bottom:clamp(0.5rem, 0.196969697rem + 1.5151515152vw, 1.5rem)) {
        .application-form__box>:not(:last-child) {
            margin-bottom: clamp(.5rem, .196969697rem + 1.5151515152vw, 1.5rem)
        }
    }

    @supports not (margin-bottom:clamp(0.5rem, 0.196969697rem + 1.5151515152vw, 1.5rem)) {
        .application-form__box>:not(:last-child) {
            margin-bottom: calc(.5rem + 1 * (100vw - 20rem)/ 66)
        }
    }

    @supports (top:clamp(1.125rem, 1.0871212121rem + 0.1893939394vw, 1.25rem)) {
        .application-form__item-placeholder {
            top: clamp(1.125rem, 1.0871212121rem + .1893939394vw, 1.25rem)
        }
    }

    @supports not (top:clamp(1.125rem, 1.0871212121rem + 0.1893939394vw, 1.25rem)) {
        .application-form__item-placeholder {
            top: calc(1.125rem + .125 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(1rem, 0.696969697rem + 1.5151515152vw, 2rem)) {

        .application-form__checkbox,
        .application-text-box__text-info {
            margin-top: clamp(1rem, .696969697rem + 1.5151515152vw, 2rem)
        }
    }

    @supports not (margin-top:clamp(1rem, 0.696969697rem + 1.5151515152vw, 2rem)) {

        .application-form__checkbox,
        .application-text-box__text-info {
            margin-top: calc(1rem + 1 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-top:clamp(0.75rem, 0.6742424242rem + 0.3787878788vw, 1rem)) {

        .application-form__button,
        .detail-btn,
        .social-link-next-btn_video {
            padding-top: clamp(.75rem, .6742424242rem + .3787878788vw, 1rem)
        }
    }

    @supports not (padding-top:clamp(0.75rem, 0.6742424242rem + 0.3787878788vw, 1rem)) {

        .application-form__button,
        .detail-btn,
        .social-link-next-btn_video {
            padding-top: calc(.75rem + .25 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(0.75rem, 0.6742424242rem + 0.3787878788vw, 1rem)) {

        .application-form__button,
        .detail-btn,
        .social-link-next-btn_video {
            padding-bottom: clamp(.75rem, .6742424242rem + .3787878788vw, 1rem)
        }
    }

    @supports not (padding-bottom:clamp(0.75rem, 0.6742424242rem + 0.3787878788vw, 1rem)) {

        .application-form__button,
        .detail-btn,
        .social-link-next-btn_video {
            padding-bottom: calc(.75rem + .25 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)) {

        .application-form__button,
        .practice-top-left__btn,
        .what-sm-top-left__btn {
            margin-top: clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)
        }
    }

    @supports not (margin-top:clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)) {

        .application-form__button,
        .practice-top-left__btn,
        .what-sm-top-left__btn {
            margin-top: calc(2rem + 1 * (100vw - 20rem)/ 66)
        }
    }

    @supports (width:clamp(13.9375rem, 6.4564393939rem + 37.4053030303vw, 38.625rem)) {

        .design__image-ibg,
        .innovation__image-ibg {
            width: clamp(13.9375rem, 6.4564393939rem + 37.4053030303vw, 38.625rem)
        }
    }

    @supports not (width:clamp(13.9375rem, 6.4564393939rem + 37.4053030303vw, 38.625rem)) {

        .design__image-ibg,
        .innovation__image-ibg {
            width: calc(13.9375rem + 24.6875 * (100vw - 20rem)/ 66)
        }
    }

    @supports (height:clamp(13.9375rem, 6.4564393939rem + 37.4053030303vw, 38.625rem)) {

        .design__image-ibg,
        .innovation__image-ibg {
            height: clamp(13.9375rem, 6.4564393939rem + 37.4053030303vw, 38.625rem)
        }
    }

    @supports not (height:clamp(13.9375rem, 6.4564393939rem + 37.4053030303vw, 38.625rem)) {

        .design__image-ibg,
        .innovation__image-ibg {
            height: calc(13.9375rem + 24.6875 * (100vw - 20rem)/ 66)
        }
    }

    @supports (left:clamp(0.0000000625rem, -2.4621211307rem + 12.3106059659vw, 8.125rem)) {
        .innovation-text__text-box-two {
            left: clamp(.0000000625rem, -2.4621211307rem + 12.3106059659vw, 8.125rem)
        }
    }

    @supports not (left:clamp(0.0000000625rem, -2.4621211307rem + 12.3106059659vw, 8.125rem)) {
        .innovation-text__text-box-two {
            left: calc(.0000000625rem + 8.1249999375 * (100vw - 20rem)/ 66)
        }
    }

    @supports (left:clamp(0.0000000625rem, -3.7878787064rem + 18.9393938447vw, 12.5rem)) {
        .innovation-text__text-box-three {
            left: clamp(.0000000625rem, -3.7878787064rem + 18.9393938447vw, 12.5rem)
        }
    }

    @supports not (left:clamp(0.0000000625rem, -3.7878787064rem + 18.9393938447vw, 12.5rem)) {
        .innovation-text__text-box-three {
            left: calc(.0000000625rem + 12.4999999375 * (100vw - 20rem)/ 66)
        }
    }

    @supports (font-size:clamp(2.5rem, 0.8333333333rem + 8.3333333333vw, 8rem)) {

        .br-video-box-content__left-title,
        .design-text__text-one,
        .design-text__text-three,
        .design-text__text-two,
        .innovation-text__text-one,
        .innovation-text__text-three,
        .innovation-text__text-two,
        .made-text__text-three,
        .made-text__text-two,
        .uniqueness-top__text-one,
        .uniqueness-top__text-three,
        .uniqueness-top__text-two {
            font-size: clamp(2.5rem, .8333333333rem + 8.3333333333vw, 8rem)
        }
    }

    @supports not (font-size:clamp(2.5rem, 0.8333333333rem + 8.3333333333vw, 8rem)) {

        .br-video-box-content__left-title,
        .design-text__text-one,
        .design-text__text-three,
        .design-text__text-two,
        .innovation-text__text-one,
        .innovation-text__text-three,
        .innovation-text__text-two,
        .made-text__text-three,
        .made-text__text-two,
        .uniqueness-top__text-one,
        .uniqueness-top__text-three,
        .uniqueness-top__text-two {
            font-size: calc(2.5rem + 5.5 * (100vw - 20rem) / 66)
        }
    }

    @supports (line-height:clamp(3rem, 1.4848484848rem + 7.5757575758vw, 8rem)) {

        .br-video-box-content__left-title,
        .design-text__text-one,
        .design-text__text-three,
        .design-text__text-two,
        .innovation-text__text-one,
        .innovation-text__text-three,
        .innovation-text__text-two,
        .made-text__text-three,
        .made-text__text-two,
        .uniqueness-top__text-one,
        .uniqueness-top__text-three,
        .uniqueness-top__text-two {
            line-height: clamp(3rem, 1.4848484848rem + 7.5757575758vw, 8rem)
        }
    }

    @supports not (line-height:clamp(3rem, 1.4848484848rem + 7.5757575758vw, 8rem)) {

        .br-video-box-content__left-title,
        .design-text__text-one,
        .design-text__text-three,
        .design-text__text-two,
        .innovation-text__text-one,
        .innovation-text__text-three,
        .innovation-text__text-two,
        .made-text__text-three,
        .made-text__text-two,
        .uniqueness-top__text-one,
        .uniqueness-top__text-three,
        .uniqueness-top__text-two {
            line-height: calc(3rem + 5 * (100vw - 20rem) / 66)
        }
    }

    @supports (padding-bottom:clamp(4rem, 2.7878787879rem + 6.0606060606vw, 8rem)) {
        .possibilities {
            padding-bottom: clamp(4rem, 2.7878787879rem + 6.0606060606vw, 8rem)
        }
    }

    @supports not (padding-bottom:clamp(4rem, 2.7878787879rem + 6.0606060606vw, 8rem)) {
        .possibilities {
            padding-bottom: calc(4rem + 4 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(0.75rem, 0.3712121212rem + 1.8939393939vw, 2rem)) {
        .possibilities-slide-item__left-text {
            margin-top: clamp(.75rem, .3712121212rem + 1.8939393939vw, 2rem)
        }
    }

    @supports not (margin-top:clamp(0.75rem, 0.3712121212rem + 1.8939393939vw, 2rem)) {
        .possibilities-slide-item__left-text {
            margin-top: calc(.75rem + 1.25 * (100vw - 20rem)/ 66)
        }
    }

    @supports (font-size:clamp(0.875rem, 0.8371212121rem + 0.1893939394vw, 1rem)) {

        .application-form__checkbox-text,
        .application-form__item-placeholder,
        .checkbox__text,
        .equipment-slider-item__text,
        .possibilities-slide-item__right-box-text,
        .right-exampl-item__text,
        input[type=email],
        input[type=tel],
        input[type=text],
        textarea {
            font-size: clamp(.875rem, .8371212121rem + .1893939394vw, 1rem)
        }
    }

    @supports not (font-size:clamp(0.875rem, 0.8371212121rem + 0.1893939394vw, 1rem)) {

        .application-form__checkbox-text,
        .application-form__item-placeholder,
        .checkbox__text,
        .equipment-slider-item__text,
        .possibilities-slide-item__right-box-text,
        .right-exampl-item__text,
        input[type=email],
        input[type=tel],
        input[type=text],
        textarea {
            font-size: calc(.875rem + .125 * (100vw - 20rem) / 66)
        }
    }

    @supports (line-height:clamp(1.25rem, 1.1742424242rem + 0.3787878788vw, 1.5rem)) {

        .application-form__checkbox-text,
        .application-form__item-placeholder,
        .checkbox__text,
        .equipment-slider-item__text,
        .possibilities-slide-item__right-box-text,
        .right-exampl-item__text,
        input[type=email],
        input[type=tel],
        input[type=text],
        textarea {
            line-height: clamp(1.25rem, 1.1742424242rem + .3787878788vw, 1.5rem)
        }
    }

    @supports not (line-height:clamp(1.25rem, 1.1742424242rem + 0.3787878788vw, 1.5rem)) {

        .application-form__checkbox-text,
        .application-form__item-placeholder,
        .checkbox__text,
        .equipment-slider-item__text,
        .possibilities-slide-item__right-box-text,
        .right-exampl-item__text,
        input[type=email],
        input[type=tel],
        input[type=text],
        textarea {
            line-height: calc(1.25rem + .25 * (100vw - 20rem) / 66)
        }
    }

    @supports (margin-bottom:clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)) {

        .light-info,
        .secret {
            margin-bottom: clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)
        }
    }

    @supports not (margin-bottom:clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)) {

        .light-info,
        .secret {
            margin-bottom: calc(4rem + 6 * (100vw - 20rem)/ 66)
        }
    }

    @supports (font-size:clamp(1.5rem, 1.196969697rem + 1.5151515152vw, 2.5rem)) {

        .bottom-equipment__title,
        .card-one__title,
        .equipment-slider-item__title,
        .features-examples__left-title,
        .features-examples__right-title,
        .item-practice-slider__title,
        .practice-mobile-item__title,
        .slider-demarcation-slider__title,
        .slider-examples__title,
        .title-secret,
        .what-br__top-sub-title,
        .what-sm-bottom-box__left-title,
        .what-sm-top-right__title {
            font-size: clamp(1.5rem, 1.196969697rem + 1.5151515152vw, 2.5rem)
        }
    }

    @supports not (font-size:clamp(1.5rem, 1.196969697rem + 1.5151515152vw, 2.5rem)) {

        .bottom-equipment__title,
        .card-one__title,
        .equipment-slider-item__title,
        .features-examples__left-title,
        .features-examples__right-title,
        .item-practice-slider__title,
        .practice-mobile-item__title,
        .slider-demarcation-slider__title,
        .slider-examples__title,
        .title-secret,
        .what-br__top-sub-title,
        .what-sm-bottom-box__left-title,
        .what-sm-top-right__title {
            font-size: calc(1.5rem + 1 * (100vw - 20rem) / 66)
        }
    }

    @supports (line-height:clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)) {

        .bottom-equipment__title,
        .card-one__title,
        .equipment-slider-item__title,
        .features-examples__left-title,
        .features-examples__right-title,
        .item-practice-slider__title,
        .practice-mobile-item__title,
        .slider-demarcation-slider__title,
        .slider-examples__title,
        .title-secret,
        .what-br__top-sub-title,
        .what-sm-bottom-box__left-title,
        .what-sm-top-right__title {
            line-height: clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)
        }
    }

    @supports not (line-height:clamp(2rem, 1.696969697rem + 1.5151515152vw, 3rem)) {

        .bottom-equipment__title,
        .card-one__title,
        .equipment-slider-item__title,
        .features-examples__left-title,
        .features-examples__right-title,
        .item-practice-slider__title,
        .practice-mobile-item__title,
        .slider-demarcation-slider__title,
        .slider-examples__title,
        .title-secret,
        .what-br__top-sub-title,
        .what-sm-bottom-box__left-title,
        .what-sm-top-right__title {
            line-height: calc(2rem + 1 * (100vw - 20rem) / 66)
        }
    }

    @supports (line-height:clamp(1.375rem, 1.1856060606rem + 0.946969697vw, 2rem)) {

        .application-form__bottom-text,
        .application-form__button,
        .application-text-box__bottom-text,
        .bottom-equipment__subtitle,
        .card-one__subtitle,
        .content-btn__title,
        .detail-btn-mobile-wite__text,
        .detail-btn__text,
        .footer-navigation__link,
        .left-exampl-item__subtitle-text,
        .possibilities-slide-item__left-text,
        .possibilities-slide-item__right-text,
        .right-exampl-item__subtitle-text,
        .secret-title,
        .slider-one__text-title,
        .social-link-next-btn_video .social-link-next-btn__text,
        .what-sm-bottom-box__right-item-subtitle,
        .what-sm-top-slider__slide-title {
            line-height: clamp(1.375rem, 1.1856060606rem + .946969697vw, 2rem)
        }
    }

    @supports not (line-height:clamp(1.375rem, 1.1856060606rem + 0.946969697vw, 2rem)) {

        .application-form__bottom-text,
        .application-form__button,
        .application-text-box__bottom-text,
        .bottom-equipment__subtitle,
        .card-one__subtitle,
        .content-btn__title,
        .detail-btn-mobile-wite__text,
        .detail-btn__text,
        .footer-navigation__link,
        .left-exampl-item__subtitle-text,
        .possibilities-slide-item__left-text,
        .possibilities-slide-item__right-text,
        .right-exampl-item__subtitle-text,
        .secret-title,
        .slider-one__text-title,
        .social-link-next-btn_video .social-link-next-btn__text,
        .what-sm-bottom-box__right-item-subtitle,
        .what-sm-top-slider__slide-title {
            line-height: calc(1.375rem + .625 * (100vw - 20rem) / 66)
        }
    }

    @supports (font-size:clamp(0.875rem, 0.6856060606rem + 0.946969697vw, 1.5rem)) {
        .secret-text {
            font-size: clamp(.875rem, .6856060606rem + .946969697vw, 1.5rem)
        }
    }

    @supports not (font-size:clamp(0.875rem, 0.6856060606rem + 0.946969697vw, 1.5rem)) {
        .secret-text {
            font-size: calc(.875rem + .625 * (100vw - 20rem) / 66)
        }
    }

    @supports (line-height:clamp(1.25rem, 0.9848484848rem + 1.3257575758vw, 2.125rem)) {
        .secret-text {
            line-height: clamp(1.25rem, .9848484848rem + 1.3257575758vw, 2.125rem)
        }
    }

    @supports not (line-height:clamp(1.25rem, 0.9848484848rem + 1.3257575758vw, 2.125rem)) {
        .secret-text {
            line-height: calc(1.25rem + .875 * (100vw - 20rem) / 66)
        }
    }

    @supports (padding-bottom:clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)) {

        .design,
        .equipment,
        .innovation,
        .more,
        .slider-one,
        .uniqueness {
            padding-bottom: clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)
        }
    }

    @supports not (padding-bottom:clamp(4rem, 2.1818181818rem + 9.0909090909vw, 10rem)) {

        .design,
        .equipment,
        .innovation,
        .more,
        .slider-one,
        .uniqueness {
            padding-bottom: calc(4rem + 6 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-top:clamp(2.5rem, 1.7424242424rem + 3.7878787879vw, 5rem)) {
        .more__content {
            padding-top: clamp(2.5rem, 1.7424242424rem + 3.7878787879vw, 5rem)
        }
    }

    @supports not (padding-top:clamp(2.5rem, 1.7424242424rem + 3.7878787879vw, 5rem)) {
        .more__content {
            padding-top: calc(2.5rem + 2.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-right:clamp(1.5rem, -0.1287878788rem + 8.1439393939vw, 6.875rem)) {
        .more__content {
            padding-right: clamp(1.5rem, -.1287878788rem + 8.1439393939vw, 6.875rem)
        }
    }

    @supports not (padding-right:clamp(1.5rem, -0.1287878788rem + 8.1439393939vw, 6.875rem)) {
        .more__content {
            padding-right: calc(1.5rem + 5.375 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(2.5rem, 1.5909090909rem + 4.5454545455vw, 5.5rem)) {
        .more__content {
            padding-bottom: clamp(2.5rem, 1.5909090909rem + 4.5454545455vw, 5.5rem)
        }
    }

    @supports not (padding-bottom:clamp(2.5rem, 1.5909090909rem + 4.5454545455vw, 5.5rem)) {
        .more__content {
            padding-bottom: calc(2.5rem + 3 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-left:clamp(1.5rem, 0.25rem + 6.25vw, 5.625rem)) {
        .more__content {
            padding-left: clamp(1.5rem, .25rem + 6.25vw, 5.625rem)
        }
    }

    @supports not (padding-left:clamp(1.5rem, 0.25rem + 6.25vw, 5.625rem)) {
        .more__content {
            padding-left: calc(1.5rem + 4.125 * (100vw - 20rem)/ 66)
        }
    }

    @supports (font-size:clamp(2rem, 1.3939393939rem + 3.0303030303vw, 4rem)) {

        .more__title,
        .title-h2 {
            font-size: clamp(2rem, 1.3939393939rem + 3.0303030303vw, 4rem)
        }
    }

    @supports not (font-size:clamp(2rem, 1.3939393939rem + 3.0303030303vw, 4rem)) {

        .more__title,
        .title-h2 {
            font-size: calc(2rem + 2 * (100vw - 20rem) / 66)
        }
    }

    @supports (line-height:clamp(2.5rem, 1.8939393939rem + 3.0303030303vw, 4.5rem)) {

        .more__title,
        .title-h2 {
            line-height: clamp(2.5rem, 1.8939393939rem + 3.0303030303vw, 4.5rem)
        }
    }

    @supports not (line-height:clamp(2.5rem, 1.8939393939rem + 3.0303030303vw, 4.5rem)) {

        .more__title,
        .title-h2 {
            line-height: calc(2.5rem + 2 * (100vw - 20rem) / 66)
        }
    }

    @supports (font-size:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {

        .application-form__bottom-text,
        .application-form__button,
        .application-text-box__bottom-text,
        .application-text-box__text-info :not(:first-child) a,
        .application-text-box__text-row,
        .bottom-equipment__subtitle,
        .br-video-box-content__left-text,
        .card-one__subtitle,
        .card-one__text,
        .content-btn__title,
        .demarcation-slider-item__title,
        .detail-btn__text,
        .footer-contacts__contact-text,
        .footer-navigation__link,
        .footer-top__text,
        .item-practice-slider__text,
        .left-exampl-item__subtitle-text,
        .more__text,
        .possibilities-slide-item__left-text,
        .possibilities-slide-item__right-text,
        .practice-mobile-item__text,
        .practice-top-left__text,
        .right-exampl-item__subtitle-text,
        .secret-title,
        .slider-one__text-title,
        .social-link-next-btn_video .social-link-next-btn__text,
        .text-b1,
        .top-equipment__box-righ-subtitle,
        .what-sm-bottom-box__left-text,
        .what-sm-bottom-box__right-item-subtitle,
        .what-sm-top-left__text,
        .what-sm-top-slider__slide-title {
            font-size: clamp(1rem, .8484848485rem + .7575757576vw, 1.5rem)
        }
    }

    @supports not (font-size:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {

        .application-form__bottom-text,
        .application-form__button,
        .application-text-box__bottom-text,
        .application-text-box__text-info :not(:first-child) a,
        .application-text-box__text-row,
        .bottom-equipment__subtitle,
        .br-video-box-content__left-text,
        .card-one__subtitle,
        .card-one__text,
        .content-btn__title,
        .demarcation-slider-item__title,
        .detail-btn__text,
        .footer-contacts__contact-text,
        .footer-navigation__link,
        .footer-top__text,
        .item-practice-slider__text,
        .left-exampl-item__subtitle-text,
        .more__text,
        .possibilities-slide-item__left-text,
        .possibilities-slide-item__right-text,
        .practice-mobile-item__text,
        .practice-top-left__text,
        .right-exampl-item__subtitle-text,
        .secret-title,
        .slider-one__text-title,
        .social-link-next-btn_video .social-link-next-btn__text,
        .text-b1,
        .top-equipment__box-righ-subtitle,
        .what-sm-bottom-box__left-text,
        .what-sm-bottom-box__right-item-subtitle,
        .what-sm-top-left__text,
        .what-sm-top-slider__slide-title {
            font-size: calc(1rem + .5 * (100vw - 20rem) / 66)
        }
    }

    @supports (line-height:clamp(1.5rem, 1.3106060606rem + 0.946969697vw, 2.125rem)) {

        .application-text-box__text-row,
        .br-video-box-content__left-text,
        .card-one__text,
        .footer-contacts__contact-text,
        .footer-top__text,
        .item-practice-slider__text,
        .more__text,
        .practice-mobile-item__text,
        .practice-top-left__text,
        .text-b1,
        .top-equipment__box-righ-subtitle,
        .what-sm-bottom-box__left-text,
        .what-sm-top-left__text {
            line-height: clamp(1.5rem, 1.3106060606rem + .946969697vw, 2.125rem)
        }
    }

    @supports not (line-height:clamp(1.5rem, 1.3106060606rem + 0.946969697vw, 2.125rem)) {

        .application-text-box__text-row,
        .br-video-box-content__left-text,
        .card-one__text,
        .footer-contacts__contact-text,
        .footer-top__text,
        .item-practice-slider__text,
        .more__text,
        .practice-mobile-item__text,
        .practice-top-left__text,
        .text-b1,
        .top-equipment__box-righ-subtitle,
        .what-sm-bottom-box__left-text,
        .what-sm-top-left__text {
            line-height: calc(1.5rem + .625 * (100vw - 20rem) / 66)
        }
    }
}

@media (max-width:61.99875em) and (min-width:86em) {
    .card-one_slider {
        padding-top: 15.625rem
    }
}

@media (max-width:61.99875em) and (min-width:20em) and (max-width:86em) {
    @supports (padding-top:clamp(12.875rem, 12.0416666667rem + 4.1666666667vw, 15.625rem)) {
        .card-one_slider {
            padding-top: clamp(12.875rem, 12.0416666667rem + 4.1666666667vw, 15.625rem)
        }
    }

    @supports not (padding-top:clamp(12.875rem, 12.0416666667rem + 4.1666666667vw, 15.625rem)) {
        .card-one_slider {
            padding-top: calc(12.875rem + 2.75 * (100vw - 20rem)/ 66)
        }
    }
}

@media (max-width:68.75em) and (min-width:86em) {

    .footer-top__contacts-box,
    .footer-top__contacts-navigation {
        margin-left: 13.125rem
    }

    .footer-navigation__list {
        -webkit-column-gap: 10rem;
        -moz-column-gap: 10rem;
        column-gap: 10rem
    }

    .br-video-box-content {
        padding-bottom: 19.6875rem
    }
}

@media (max-width:68.75em) and (min-width:20em) and (max-width:86em) {
    @supports (margin-left:clamp(2.875rem, -0.2310606061rem + 15.5303030303vw, 13.125rem)) {

        .footer-top__contacts-box,
        .footer-top__contacts-navigation {
            margin-left: clamp(2.875rem, -.2310606061rem + 15.5303030303vw, 13.125rem)
        }
    }

    @supports not (margin-left:clamp(2.875rem, -0.2310606061rem + 15.5303030303vw, 13.125rem)) {

        .footer-top__contacts-box,
        .footer-top__contacts-navigation {
            margin-left: calc(2.875rem + 10.25 * (100vw - 20rem)/ 66)
        }
    }

    @supports ((-moz-column-gap:clamp(0.625rem, -2.2159090909rem + 14.2045454545vw, 10rem)) or (column-gap:clamp(0.625rem, -2.2159090909rem + 14.2045454545vw, 10rem))) {
        .footer-navigation__list {
            -webkit-column-gap: clamp(0.625rem, -2.2159090909rem + 14.2045454545vw, 10rem);
            -moz-column-gap: clamp(0.625rem, -2.2159090909rem + 14.2045454545vw, 10rem);
            column-gap: clamp(.625rem, -2.2159090909rem + 14.2045454545vw, 10rem)
        }
    }

    @supports not ((-moz-column-gap:clamp(0.625rem, -2.2159090909rem + 14.2045454545vw, 10rem)) or (column-gap:clamp(0.625rem, -2.2159090909rem + 14.2045454545vw, 10rem))) {
        .footer-navigation__list {
            -webkit-column-gap: calc(0.625rem + 9.375 * (100vw - 20rem)/ 66);
            -moz-column-gap: calc(0.625rem + 9.375 * (100vw - 20rem)/ 66);
            column-gap: calc(.625rem + 9.375 * (100vw - 20rem)/ 66)
        }
    }

    @supports (padding-bottom:clamp(3.25rem, -1.7310606061rem + 24.9053030303vw, 19.6875rem)) {
        .br-video-box-content {
            padding-bottom: clamp(3.25rem, -1.7310606061rem + 24.9053030303vw, 19.6875rem)
        }
    }

    @supports not (padding-bottom:clamp(3.25rem, -1.7310606061rem + 24.9053030303vw, 19.6875rem)) {
        .br-video-box-content {
            padding-bottom: calc(3.25rem + 16.4375 * (100vw - 20rem)/ 66)
        }
    }
}

@media (max-width:29.99875em) and (min-width:86em) {
    .footer-contacts__contact-icon {
        margin-right: 10.625rem
    }

    .bottom-equipment__image-box {
        margin-left: 31.25rem
    }
}

@media (max-width:29.99875em) and (min-width:20em) and (max-width:86em) {
    @supports (margin-right:clamp(1.5rem, -1.2651515152rem + 13.8257575758vw, 10.625rem)) {
        .footer-contacts__contact-icon {
            margin-right: clamp(1.5rem, -1.2651515152rem + 13.8257575758vw, 10.625rem)
        }
    }

    @supports not (margin-right:clamp(1.5rem, -1.2651515152rem + 13.8257575758vw, 10.625rem)) {
        .footer-contacts__contact-icon {
            margin-right: calc(1.5rem + 9.125 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-left:clamp(-1.5625rem, -11.5056818182rem + 49.7159090909vw, 31.25rem)) {
        .bottom-equipment__image-box {
            margin-left: clamp(-1.5625rem, -11.5056818182rem + 49.7159090909vw, 31.25rem)
        }
    }

    @supports not (margin-left:clamp(-1.5625rem, -11.5056818182rem + 49.7159090909vw, 31.25rem)) {
        .bottom-equipment__image-box {
            margin-left: calc(-1.5625rem + 32.8125 * (100vw - 20rem)/ 66)
        }
    }
}

@media (max-width:73.8125em) and (min-width:86em) {
    .br-video-box-content__left-btn {
        margin-top: 3.75rem
    }
}

@media (max-width:73.8125em) and (min-width:20em) and (max-width:86em) {
    @supports (margin-top:clamp(2.5rem, 2.1212121212rem + 1.8939393939vw, 3.75rem)) {
        .br-video-box-content__left-btn {
            margin-top: clamp(2.5rem, 2.1212121212rem + 1.8939393939vw, 3.75rem)
        }
    }

    @supports not (margin-top:clamp(2.5rem, 2.1212121212rem + 1.8939393939vw, 3.75rem)) {
        .br-video-box-content__left-btn {
            margin-top: calc(2.5rem + 1.25 * (100vw - 20rem)/ 66)
        }
    }
}

@media (max-width:75em) and (min-width:86em) {
    .practice__top-number {
        margin-top: 24.4375rem
    }

    .light-info__left-subtitle {
        margin-top: 2.5rem
    }

    .light-info__right {
        margin-top: 3.125rem;
        margin-left: 4.375rem
    }
}

@media (max-width:75em) and (min-width:20em) and (max-width:86em) {
    @supports (margin-top:clamp(14.875rem, 11.9772727273rem + 14.4886363636vw, 24.4375rem)) {
        .practice__top-number {
            margin-top: clamp(14.875rem, 11.9772727273rem + 14.4886363636vw, 24.4375rem)
        }
    }

    @supports not (margin-top:clamp(14.875rem, 11.9772727273rem + 14.4886363636vw, 24.4375rem)) {
        .practice__top-number {
            margin-top: calc(14.875rem + 9.5625 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(1rem, 0.5454545455rem + 2.2727272727vw, 2.5rem)) {
        .light-info__left-subtitle {
            margin-top: clamp(1rem, .5454545455rem + 2.2727272727vw, 2.5rem)
        }
    }

    @supports not (margin-top:clamp(1rem, 0.5454545455rem + 2.2727272727vw, 2.5rem)) {
        .light-info__left-subtitle {
            margin-top: calc(1rem + 1.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-top:clamp(1.5rem, 1.0075757576rem + 2.4621212121vw, 3.125rem)) {
        .light-info__right {
            margin-top: clamp(1.5rem, 1.0075757576rem + 2.4621212121vw, 3.125rem)
        }
    }

    @supports not (margin-top:clamp(1.5rem, 1.0075757576rem + 2.4621212121vw, 3.125rem)) {
        .light-info__right {
            margin-top: calc(1.5rem + 1.625 * (100vw - 20rem)/ 66)
        }
    }

    @supports (margin-left:clamp(3.125rem, 2.7462121212rem + 1.8939393939vw, 4.375rem)) {
        .light-info__right {
            margin-left: clamp(3.125rem, 2.7462121212rem + 1.8939393939vw, 4.375rem)
        }
    }

    @supports not (margin-left:clamp(3.125rem, 2.7462121212rem + 1.8939393939vw, 4.375rem)) {
        .light-info__right {
            margin-left: calc(3.125rem + 1.25 * (100vw - 20rem)/ 66)
        }
    }
}

@media (max-width:79.9375em) and (min-width:86em) {
    .bottom-equipment {
        padding-left: 3rem
    }

    .what-sm-top-right__text {
        font-size: 1.5rem;
        line-height: 2.125rem
    }

    .more__title {
        font-size: 4rem
    }
}

@media (max-width:79.9375em) and (min-width:20em) and (max-width:86em) {
    @supports (padding-left:clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)) {
        .bottom-equipment {
            padding-left: clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)
        }
    }

    @supports not (padding-left:clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 3rem)) {
        .bottom-equipment {
            padding-left: calc(1.5rem + 1.5 * (100vw - 20rem)/ 66)
        }
    }

    @supports (font-size:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
        .what-sm-top-right__text {
            font-size: clamp(1rem, .8484848485rem + .7575757576vw, 1.5rem)
        }
    }

    @supports not (font-size:clamp(1rem, 0.8484848485rem + 0.7575757576vw, 1.5rem)) {
        .what-sm-top-right__text {
            font-size: calc(1rem + .5 * (100vw - 20rem) / 66)
        }
    }

    @supports (line-height:clamp(1.5rem, 1.3106060606rem + 0.946969697vw, 2.125rem)) {
        .what-sm-top-right__text {
            line-height: clamp(1.5rem, 1.3106060606rem + .946969697vw, 2.125rem)
        }
    }

    @supports not (line-height:clamp(1.5rem, 1.3106060606rem + 0.946969697vw, 2.125rem)) {
        .what-sm-top-right__text {
            line-height: calc(1.5rem + .625 * (100vw - 20rem) / 66)
        }
    }

    @supports (font-size:clamp(2rem, 1.3939393939rem + 3.0303030303vw, 4rem)) {
        .more__title {
            font-size: clamp(2rem, 1.3939393939rem + 3.0303030303vw, 4rem)
        }
    }

    @supports not (font-size:clamp(2rem, 1.3939393939rem + 3.0303030303vw, 4rem)) {
        .more__title {
            font-size: calc(2rem + 2 * (100vw - 20rem) / 66)
        }
    }
}

@media (max-width:79.375em) and (min-width:86em) {
    .light-info__right-text {
        font-size: 2.5rem
    }
}

@media (max-width:79.375em) and (min-width:20em) and (max-width:86em) {
    @supports (font-size:clamp(1rem, 0.5454545455rem + 2.2727272727vw, 2.5rem)) {
        .light-info__right-text {
            font-size: clamp(1rem, .5454545455rem + 2.2727272727vw, 2.5rem)
        }
    }

    @supports not (font-size:clamp(1rem, 0.5454545455rem + 2.2727272727vw, 2.5rem)) {
        .light-info__right-text {
            font-size: calc(1rem + 1.5 * (100vw - 20rem) / 66)
        }
    }
}

@media (max-width:78.125em) and (min-width:86em) {
    .possibilities-slide-item__left-image-ibg {
        width: 25rem;
        height: 18.75rem
    }
}

@media (max-width:78.125em) and (min-width:20em) and (max-width:86em) {
    @supports (width:clamp(8.625rem, 3.6628787879rem + 24.8106060606vw, 25rem)) {
        .possibilities-slide-item__left-image-ibg {
            width: clamp(8.625rem, 3.6628787879rem + 24.8106060606vw, 25rem)
        }
    }

    @supports not (width:clamp(8.625rem, 3.6628787879rem + 24.8106060606vw, 25rem)) {
        .possibilities-slide-item__left-image-ibg {
            width: calc(8.625rem + 16.375 * (100vw - 20rem)/ 66)
        }
    }

    @supports (height:clamp(5.5rem, 1.4848484848rem + 20.0757575758vw, 18.75rem)) {
        .possibilities-slide-item__left-image-ibg {
            height: clamp(5.5rem, 1.4848484848rem + 20.0757575758vw, 18.75rem)
        }
    }

    @supports not (height:clamp(5.5rem, 1.4848484848rem + 20.0757575758vw, 18.75rem)) {
        .possibilities-slide-item__left-image-ibg {
            height: calc(5.5rem + 13.25 * (100vw - 20rem)/ 66)
        }
    }
}

@media (any-hover:hover) {
    .content-btn:hover {
        background: #fff
    }

    .content-btn:hover .content-btn__text-box {
        color: var(--bg-secondary)
    }

    .play-btn:hover,
    .social-link-btn:hover,
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background: #fff;
        color: #000
    }

    .social-link-big-btn:hover {
        background: rgba(0, 0, 0, .05)
    }

    .social-link-next-btn:hover {
        background: rgba(255, 255, 255, .2)
    }

    .dropdown-btn:hover {
        background: #212123
    }

    .detail-btn:hover {
        background-color: #1f8b4d
    }

    .detail-btn-mobile-wite:hover {
        background-color: #2f2fc6
    }

    .footer-navigation__link:hover:after,
    .menu__link:hover:after {
        width: 100%;
        background: #fff
    }

    .footer-contacts__email:hover,
    .footer-contacts__phone:hover {
        opacity: .5
    }

    .item-slider-what-sm__box:hover .item-slider-what-sm__image {
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

    .application-form__button:hover {
        background: #d8d8fe
    }
}

.form-application form .uspeh {
    background: url(./../img/form-bg.webp) no-repeat;
    border-radius: 6px;
}