@font-face {
    font-family: 'Conthrax';
    src: url('../fonts/conthrax-sb.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Fixel Display';
    src: url('../fonts/FixelDisplay-Bold.otf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Fixel Display';
    src: url('../fonts/FixelDisplay-SemiBold.otf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Fixel Display';
    src: url('../fonts/FixelDisplay-Medium.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Fixel Display';
    src: url('../fonts/FixelDisplay-Regular.otf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Fixel Text';
    src: url('../fonts/FixelText-SemiBold.otf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Fixel Text';
    src: url('../fonts/FixelText-Medium.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Fixel Text';
    src: url('../fonts/FixelText-Regular.otf');
    font-weight: 400;
    font-style: italic;
}

html, body, button {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Fixel Display', sans-serif;
    color: #000;
    position: relative;
}

body.modal-open {
    overflow: hidden;
}

.fixel-text {
    font-family: 'Fixel Text', sans-serif;
}

.lazy {
    background-image: none !important;
    background: none !important;
}

.lazy:before {
    background-image: none !important;
    background: none !important;
}

.lazy:after {
    background-image: none !important;
    background: none !important;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #616667;
    -webkit-tap-highlight-color: transparent;
}

a:focus,
a:active {
    outline: none;
}

h1 {
    color: #FFF;
    font-family: "Conthrax", sans-serif;
    font-size: 143.284px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    @media screen and (max-width: 1440px) {
        font-size: clamp(38px, -13px + 7.5vw, 95px);
        text-align: left;
    }
}

h2 {
    margin: 0;
}

p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}

.picture {
    width: 100%;
}

cite {
    font-style: normal;
}

button:active, button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

button {
    cursor: pointer;
    font-family: 'Fixel Text', sans-serif;
}

picture, picture > img {
    display: block;
}
header{
    display: flex;
    justify-content: center;
}
.header-hide{
    transform: translate(0,-104px) !important;
}
.header-wrap {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(17px);
    transition: all 0.5s ease;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    max-width: 1760px;
    margin: 0 auto;
    padding: 0 92px;
    position: relative;
    @media screen and (max-width: 1680px) {
        padding: 0 24px;
    }
    @media screen and (max-width: 1024px) {
        height: 54px;
    }
}

.pre-header {
    background: linear-gradient(90deg, #64AEF1 0%, #7FCEBB 50.52%, #FFD951 100%);
    padding: 10px 16px;
}

.pre-header-text {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #070707;
    text-transform: uppercase;
}

.logo {
    display: flex;
}

.logo a {
    display: flex;
}

.header-logo {
    border: none !important;
}

.logo-text {
    color: white;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Conthrax', sans-serif;
    @media screen and (max-width: 1024px) {
        font-size: 18px;
    }
}

.menu-nav {
    display: flex;
    gap: 16px;
    @media screen and (max-width: 680px) {
        display: none;
    }
}

.menu {
    display: flex;
    align-items: center;
}

.tablet, .tablet-review, .mobile, .btn-small--mobile {
    display: none !important;
}

.wrap {
    max-width: 1364px;
    margin: 0 auto;
}

.section-indent {
    padding: 0 14px;
    @media screen and (max-width: 680px) {
        padding: 0 12px;
    }
}

.pt160 {
    padding-top: 160px;
    @media screen and (max-width: 1024px) {
        padding-top: 100px;
    }
    @media screen and (max-width: 680px) {
        padding-top: 72px;
    }
}

.pb160 {
    padding-bottom: 160px;
    @media screen and (max-width: 1024px) {
        padding-bottom: 100px;
    }
    @media screen and (max-width: 680px) {
        padding-bottom: 72px;
    }
}

.pt120 {
    padding-top: 120px;
    @media screen and (max-width: 1024px) {
        padding-top: 100px;
    }
    @media screen and (max-width: 680px) {
        padding-top: 72px;
    }
}

.pb120 {
    padding-bottom: 120px;
    @media screen and (max-width: 1024px) {
        padding-bottom: 100px;
    }
    @media screen and (max-width: 680px) {
        padding-bottom: 72px;
    }
}


.block-indent {
    padding: 60px 0;
}

.section-light {
    background-color: #F7F8FC;
}

.section-gradient {
    background: linear-gradient(180deg, #FFFFFF 0%, #FCFCFE 89.21%, #F7F8FC 100%);
}

.section-dark {
    background-color: #3C4049;
}

.btn {
    text-align: center;
    color: white;
    font-family: 'Conthrax', sans-serif;
    font-weight: 600;
    line-height: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    background: #FF5B02;
    transition: 0.3s;
    height: max-content;
    @media screen and (max-width: 680px) {
        line-height: normal;
    }
}

.btn-l {
    padding: 26.8px 36px;
    border-radius: 48px;
    font-size: clamp(18px, 12.632px + 0.789vw, 24px);
    margin: 0 auto;
    @media screen and (max-width: 680px) {
        padding: 19px 24px;
    }
}

.btn-s {
    padding: 15px 24px;
    border-radius: 24px;
    font-size: 14px;
}

.btn:hover {
    transform: scale(1.05);
}

.btn-default {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding: 16px 32px;
    display: block;
    margin: 0 auto;
}

.btn-transparent {
    text-align: center;
    border-radius: 24px;
    border: 1px solid rgba(57, 125, 251, 0.50);
    background: #FFF;
    color: #1F54E8;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    transition: 0.3s;
}

.btn-small {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    padding: 9px 20px;
}

.play-btn {
    display: block;
    background: #F8F8F8;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease 0s;
    border: none;
}

.play-btn:before {
    content: "";
    background: url("../../images/play-blue.svg") no-repeat;
    position: absolute;
    top: 32%;
    left: 38%;
    padding: 20%;
    background-size: 85%;
}

.play-btn:hover {
    background: rgba(0, 0, 0, .8);
}

.section-title {
    font-family: 'Conthrax', sans-serif;
    font-size: clamp(30px, 8.526px + 3.158vw, 54px);
    font-weight: 600;
    line-height: 120%;
}

.text-center {
    text-align: center;
    @media screen and (max-width: 680px) {
        text-align: left;
    }
}

.section-subtitle {
    text-align: center;
    font-family: 'Montserrat',sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    @media screen and (max-width: 680px) {
        font-size: 16px;
        font-weight: 400;
        font-family: "Fixel Display",sans-serif;
    }
}

.conthrax-font {
    font-family: 'Conthrax', sans-serif;
}

.white-text {
    color: white;
}

.item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    padding-right: 24px;
}

.item-title > span {
    color: rgba(33, 33, 33, 0.6);
}

.item-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #808080;
    margin-top: 10px;
}

.menu-btn {
    width: 24px;
    height: 60px;
    background: url("../../images/burger.svg") no-repeat center;
    background-size: contain;
    cursor: pointer;
    display: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.header-wrap {
    .menu-list {
        display: flex;
        align-items: center;
        font-size: 18px;
    }

    .menu-item {
        margin: 0;
        border-bottom: none;
        padding: 0;
    }

    .menu-item--lang {
        display: flex;
    }

    .menu-right {
        display: flex;
        gap: 24px;
    }

    .menu-link,
    .menu-lang {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #010101;
        border-bottom: 2px solid transparent;
        padding: 0;
    }
}

.switcher_list {
    display: flex;
    gap: 12px;
    align-items: center;
    height: 100%;
    @media screen and (max-width: 1024px) {
       display: none;
    }
}

.header-wrap-new {
    .menu-list {
        display: flex;
        align-items: center;
        gap: 36px;
        @media screen and (max-width: 1680px) {
            gap: 18px;
        }
    }

    .menu-item--lang {
        display: flex;
    }

    .menu-right {
        display: flex;
        gap: 24px;
    }

    .menu-link {
        color: white;
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        transition: .3s;
        border-bottom: none;
        height: auto;
    }

    .menu-lang {
        color: white;
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }

    .menu-link:hover, .menu-link:focus {
        color: #FF5B02;
    }
}


.switcher_current {
    text-transform: uppercase;
    margin: 0 auto;
    color: #8B8F99;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    padding: 0 24px 0 0;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    will-change: background;
    transition: background 0.1s;
}
.switcher{
    display: none;
    @media screen and (max-width: 1024px) {
        display: flex
    }
}
.switcher_current_icon1 {
    @media screen and (max-width: 1024px) {
        width: 24px;
        height: 24px;
        display: block;
    }
}


.switcher_langs {
    display: none;
    @media screen and (max-width: 1024px) {
        flex-direction: column;
        justify-content: flex-start;
        position: absolute;
        top: 100%;
        right: 0;
        background: #000;
        width: 100vw;
        height: auto;
        overflow: auto;
        align-items: flex-start;
        gap: 12px;
        padding: 24px 0;
        animation: showBlock .7s ease forwards;
        border-top: 1px solid #1A1A1A;
    }
}


.switcher_item {
    margin-bottom: 0;
    margin-top: 0;
}


.switcher_link {
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.switcher_link:hover {
    color: #FF5B02;
    @media screen and (max-width: 1024px) {
        color: white;
    }
}

.switcher_show > .switcher_langs {
    display: flex;
}

.header-wrap {
    .menu-item:hover,
    .menu-item-active {
        color: #1b1d1e;
        border-bottom: 2px solid #397DFB;
    }

    .menu-item--lang:hover {
        color: #397DFB;
        border-bottom: 2px solid transparent;
        padding: 0;
    }

    .menu-lang:hover,
    .menu-lang--active {

    }
}

.header-wrap-new {
    .menu-item:hover,
    .menu-item-active {
        color: #1F54E8;
        border-bottom: none;
    }

    .menu-item--lang:hover {
        color: #1F54E8;
        border-bottom: none;
    }

    .menu-lang:hover,
    .menu-lang--active {
        color: #FF5B02;
        @media screen and (max-width: 1024px) {
            color: white;
        }
    }
}

.page {
    position: relative;
}

section {
    overflow: hidden;
}

.banner {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    @media screen and (max-width: 680px) {
        background: linear-gradient(180deg, #010101 54.9%, #0F0F0F 100%);
        padding: 0;
        min-height: auto;
    }
}

.banner-video-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    @media screen and (max-width: 680px) {

    }
    picture{
        width: 100%;
        height: 100%;
    }
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.page{
    @media screen and (max-width: 680px) {
        margin-top: 54px;
    }
}

.banner-video-wrap > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    @media screen and (max-width: 680px) {

    }
}

.banner-wrap {
    position: relative;
    width: 100%;
    max-width: 1742px;
    margin: 0 auto;
    height: calc(100vh - 144px);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 72px 0;
    @media screen and (max-width: 680px) {
        padding: 72px 24px 48px;
        height: calc(100vh - 174px);
        width: calc(100% - 48px);
    }
}

.banner-text {
    z-index: 1;
    position: relative;
    font-family: 'Montserrat',sans-serif;
    font-size: clamp(18px, 7.263px + 1.579vw, 30px);
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.banner-title {
    z-index: 1;
    position: relative;
    margin: 0 0 24px;
    max-width: 1248px;
    @media screen and (max-width: 768px) {
        max-width: calc(100% - 24px);
        margin: 0 0 12px;
    }
    @media screen and (max-width: 680px) {
        text-align: left;
    }
}

.banner-btn {
    z-index: 1;
    position: relative;
    margin: 32px 0 0;
    @media screen and (max-width: 768px) {
        margin: 0;
    }
}

.about {
    padding-bottom: 80px;
}

.about-wrap {
    max-width: 1742px;
    margin: 0 auto;
    padding-top: 38px;
    @media screen and (max-width: 680px) {
        padding-top: 0;
    }
}

.about-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
    @media screen and (max-width: 1024px) {
        grid-template-columns: 1fr;
        grid-gap: 16px;
    }
}

.about-item {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
}
.about-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 286px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #3E1C00 100%);
    z-index: 1;
    bottom: 0;
}
.about-item:nth-of-type(2){
    transition-delay: .3s;
    @media screen and (max-width: 680px) {
        transition-delay: 0s;
    }
}
.about-item:nth-of-type(3){
    transition-delay: .6s;
    @media screen and (max-width: 680px) {
        transition-delay: 0s;
    }
}
.about-item:nth-of-type(4){
    transition-delay: .9s;
    @media screen and (max-width: 680px) {
        transition-delay: 0s;
    }
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    @media screen and (max-width: 680px) {

    }
}
.about-text-block{
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 36px;
    width: 100%;
    z-index: 2;
    @media screen and (max-width: 680px) {
        padding: 24px;
    }
}
.about-text {
    font-family: "Fixel Display",sans-serif;
    font-size: clamp(14px, 10.421px + 0.526vw, 18px);
    font-weight: 600;
    line-height: 130%;
    opacity: 0.8;
}
.about-title{
    font-family: 'Montserrat',sans-serif;
    font-size: clamp(20px, 11.053px + 1.316vw, 30px);
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 10px;
}
.motivation {

}

.motivation-wrap {
    max-width: 1742px;
    margin: 0 auto;
}

.motivation-title {
    max-width: 1380px;
    margin: 0 auto;
}

.motivation-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
    @media screen and (max-width: 768px) {
        grid-template-columns: 1fr;
        grid-gap: 36px;
    }
    @media screen and (max-width: 680px) {

    }
}

.motivation-item {
    position: relative;
}
.motivation-item:nth-of-type(1){
    @media screen and (max-width: 768px) {

    }
}
.motivation-item:nth-of-type(2){
    transition-delay: .3s;
    @media screen and (max-width: 768px) {
        transition-delay: 0s;
    }
}
.motivation-item:nth-of-type(3){
    transition-delay: .6s;
    @media screen and (max-width: 768px) {
        transition-delay: 0s;
    }
}
.motivation-item:nth-of-type(4){
    transition-delay: .9s;
    @media screen and (max-width: 768px) {
        transition-delay: 0s;
    }
}
.motivation-item:nth-of-type(5),.motivation-item:nth-of-type(6){
    grid-column: span 2;
    @media screen and (max-width: 768px) {
        grid-column: span 1;
        transition-delay: 0s;
    }
}

.motivation-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    @media screen and (max-width: 680px) {
        border-radius: 20px;
    }
}

.motivation-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 36px;
    @media screen and (max-width: 768px) {
        position: relative;
        max-width: 100%;
        margin-top: 12px;
        padding: 0;
        color: #000;
    }
    @media screen and (max-width: 680px) {
        font-size: 16px;
    }
}
.motivation-text > span{
    @media screen and (max-width: 768px) {
        color: #000;
    }
}
.motivation-item-text-mob > span{
    @media screen and (max-width: 768px) {
        color: #000;
    }
}

.motivation-item-desc {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 48px;
    max-width: 721px;
    @media screen and (max-width: 768px) {
        position: relative;
        padding: 0;
        max-width: 100%;
    }
}

.motivation-item-title {
    font-family: 'Montserrat',sans-serif;
    font-size: 43.568px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 19px;
    @media screen and (max-width: 768px) {
        color: #000;
        font-size: 21px;
        margin-bottom: 12px;
    }
    br{
        @media screen and (max-width: 768px) {
            display: none;
        }
    }
}

.motivation-item-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    @media screen and (max-width: 768px) {
        color: #000;
        font-size: 16px;
    }
    br{
        @media screen and (max-width: 768px) {
          display: none;
        }
    }
}

.interactive {
    padding-top: 100px;
    padding-bottom: 34px;
    @media screen and (max-width: 680px) {
        padding-top: 72px;
        padding-bottom: 0;
    }
}

.interactive-wrap {
    max-width: 1578px;
    margin: 0 auto;
    @media screen and (max-width: 1766px) {
        max-width: 100%;
    }
}

.interactive-title{
    margin-bottom: 72px;
    @media screen and (max-width: 680px) {
        margin-bottom: 36px;
    }
}

.interactive-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
    @media screen and (max-width: 768px) {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }

}

.interactive-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    @media screen and (max-width: 680px) {
        border-radius: 20px;
    }
}
.interactive-content>picture:nth-of-type(2){
    transition-delay: .3s;
    @media screen and (max-width: 680px) {
        transition-delay: 0s;
    }
}
.interactive-content>picture:nth-of-type(3){
    transition-delay: .6s;
    @media screen and (max-width: 680px) {
        transition-delay: 0s;
    }
}
.play-toggle-button {
    position: absolute;
    bottom: 36px;
    right: 36px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.70);
    backdrop-filter: blur(1.3333333730697632px);
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    @media screen and (max-width: 680px) {
        bottom: 12px;
        right: 12px;
    }
}
.play-toggle-button > span{
    width: 24px;
    height: 24px;
}
.play-toggle-button:hover {
    background: rgba(0, 0, 0, 1);
}
.progress-bar {
    position: absolute;
    bottom: -0.875px;
    left: 0;
    height: 6px;
    width: 0;
    background: #FF6E09;
}
.play-toggle-button .pause {
    display: none;
}
.play-toggle-button.playing .pause {
    display: inline;
}
.play-toggle-button.playing .play {
    display: none;
}
.workout {

}

.workout-title {
    max-width: 900px;
    margin: 0 auto 24px;
    padding: 0 12px;
    @media screen and (max-width: 680px) {
        margin-bottom: 12px;
    }
}
.workout-subtitle {
    padding: 0 12px;
    margin: 0 auto 24px;
    @media screen and (max-width: 680px) {
        text-align: left;
        margin: 0 0 24px;
    }
}

.workout-img {
    width: 100%;
    height: auto;
    margin-top: 72px;
    @media screen and (max-width: 680px) {
        margin-top: 0;
        width: auto;
        max-height: 150px;
    }
}
.workout-img-1{
    position: relative;
    left: 390px;
    transition: transform 0.3s ease-out;
    display: none;
    margin-bottom: 24px;
    width: 200%;
    @media screen and (max-width: 680px) {
        display: flex;
        gap: 5px;
    }
}
.workout-img-2{
    position: relative;
    left: -825px;
    transition: transform 0.3s ease-out;
    display: none;
    width: 200%;
    @media screen and (max-width: 680px) {
        display: flex;
        gap: 5px;
    }
}
.workout-img-3{
    @media screen and (max-width: 680px) {
       display: none;
    }
}

.process{

}

.process-wrap{
    max-width: 1892px;
    padding: 160px 75px;
    border-radius: 72px;
    background: linear-gradient(180deg, #000 0%, #390100 45.78%, #FF6C06 91.55%);
    margin: 0 auto;
}
.process-title{
    max-width: 1024px;
    margin: 0 auto;
}
.process-content{
    max-width: 1550px;
    margin: 72px auto 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 16px;
}
.process-content-mob{
    display: none;
}
.process-item{
    overflow: hidden;
    padding: 36px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(35, 35, 35, 0.50) 0%, rgba(14, 5, 0, 0.50) 100%);
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    @media screen and (max-width: 960px) {
        display: block;
    }
}

.process-item:nth-of-type(1){
    grid-column: span 7;
    .process-text{
        max-width: 555px;
    }
    .process-img{
        max-width: 78%;

        @media screen and (max-width: 960px) {
            max-width: 100%;
        }
        @media screen and (max-width: 680px) {
                width: 100%;
                max-width: 350px;
        }
    }
}
.process-item:nth-of-type(2){
    grid-column: span 5;
    padding-bottom: 0;
    transition-delay: .3s;
    @media screen and (max-width: 680px) {
        transition-delay: 0s;
    }
    .process-text{
        max-width: 425px;
    }
}
.process-item:nth-of-type(3),.process-item:nth-of-type(4),.process-item:nth-of-type(5){
    grid-column: span 4;
}

.process-item:nth-of-type(3){
    transition-delay: .3s;
    @media screen and (max-width: 960px) {
        transition-delay: 0s;
    }
}
.process-item:nth-of-type(4){
    transition-delay: .6s;
    @media screen and (max-width: 960px) {
        transition-delay: 0s;
    }
}
.process-item:nth-of-type(5){
    transition-delay: .9s;
    @media screen and (max-width: 960px) {
        transition-delay: 0s;
    }
}
.process-text{
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 48px;
    min-height: 69px;
    @media screen and (max-width: 960px) {
        min-height: auto;
    }
}
.process-text > span{
    color: #FF710E;
}
.process-img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.video{
    @media screen and (max-width: 680px) {
        padding-top: 0!important;
    }
}
.video-wrap{
max-width: 1578px;
    margin: 0 auto;
}
.video-title{
    margin-bottom: 12px;
    @media screen and (max-width: 680px) {
        max-width: 300px;
    }
}
.video-subtitle{
    margin-bottom: 48px;
    @media screen and (max-width: 680px) {
        text-align: left;
        margin-bottom: 24px;
    }
}
.video-btn{
    margin: 48px auto 0;
    min-width: 392px;
    @media screen and (max-width: 680px) {
        margin: 24px auto 0;
        min-width: auto;
    }
}
.video-container{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 24px;
    @media screen and (max-width: 680px) {

    }
}
.video-content {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    @media screen and (max-width: 680px) {

    }
}
.video-img{
    max-width: 100%;
    height: auto;
}
.how{
    @media screen and (max-width: 680px) {
        padding-bottom: 0 !important;
    }
}
.how-wrap{
max-width: 1550px;
    margin: 0 auto;
}
.how-title{
max-width: 1220px;
    margin: 0 auto;
}
.how-content{
    margin-top: 72px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 72px;
    @media screen and (max-width: 1024px) {
        grid-template-columns: 1fr;
    }
    @media screen and (max-width: 680px) {
        grid-row-gap: 0;
        margin-top: 36px;
    }
}

.how-item{
display: flex;
    gap: 48px;
    @media screen and (max-width: 680px) {
        gap: 16px;
        padding: 24px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        align-items: center;
    }
}
.how-item--active{
    @media screen and (max-width: 680px) {
        align-items: flex-start;
        .how-item-text{
            display: block;
            animation: showBlock .7s linear forwards;
            margin-top: 8px;
        }
        .how-item-arrow{
            transform: scaleY(-1);
        }
    }
}

@keyframes showBlock {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.how-item:nth-of-type(odd){
    .how-item-text{
        max-width: 525px;
        @media screen and (max-width: 1024px) {
            max-width: 100%;
        }
    }
}
.how-item:nth-of-type(even){
    .how-item-text{
        max-width: 612px;
        @media screen and (max-width: 1024px) {
            max-width: 100%;
        }
    }
}
.how-item:nth-of-type(3),.how-item:nth-of-type(4){
    transition-delay: .3s;
    @media screen and (max-width: 1024px) {
        transition-delay: 0s;
    }
}
.how-item:nth-of-type(5),.how-item:nth-of-type(6){
    transition-delay: .6s;
    @media screen and (max-width: 1024px) {
        transition-delay: 0s;
    }
}
.how-item-img{
    @media screen and (max-width: 680px) {
        width: 30px;
        height: 30px;
        object-fit: contain;
        align-self: flex-start;
    }
}
.how-item-block{
    @media screen and (max-width: 680px) {
        width: 100%;
    }
}
.how-item-arrow{
    display: none;
    @media screen and (max-width: 680px) {
        display: block;
        transition: all .3s ease 0s;
    }
}
.how-item-title{
    color: #1A1A1A;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 12px;
    margin-top: 0;
    @media screen and (max-width: 680px) {
        margin-bottom: 0;
        font-size: 17px;
        line-height: 100%;
        min-height: 30px;
        display: flex;
        align-items: center;
    }
}
.how-item-text{
    color:  rgba(0, 0, 0, 0.60);
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    @media screen and (max-width: 680px) {
        color: #1A1A1A;
        font-size: 15px;
        line-height: 140%;
        display: none;
        opacity: 0;
    }
}
.health{
    background-image: url('/images/health.png');
    background-image: -webkit-image-set(url('/images/health.webp') 1x,
    url('/images/health@2x.webp') 2x);
    @media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
    only screen and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min-device-pixel-ratio: 1.5) {
        background-image: url("/images/health@2x.png");
        background-image: -webkit-image-set(url('/images/health@2x.webp') 2x);
    }
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    @media screen and (max-width: 768px) {
        background-position: center bottom;
        padding-bottom: 500px !important;
        background-image: url('/images/health-mob.png');
        background-image: -webkit-image-set(url('/images/health-mob.webp') 1x,
        url('/images/health-mob@2x.webp') 2x);
        @media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
        only screen and (-moz-min-device-pixel-ratio: 1.5),
        only screen and (-o-min-device-pixel-ratio: 3/2),
        only screen and (min-device-pixel-ratio: 1.5) {
            background-image: url("/images/health-mob@2x.png");
            background-image: -webkit-image-set(url('/images/health-mob@2x.webp') 2x);
        }
    }
    @media screen and (max-width: 680px) {
        padding-bottom: 308px !important;
    }
}

.health-wrap{
    max-width: 1760px;
    margin: 0 auto;
}
.health-title{
    max-width: 800px;
}
.health-content{
    margin-top: 48px;
    margin-left: auto;
    width: 856px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px;
    @media screen and (max-width: 768px) {
        width: 100%;
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr;
    }
}
.health-item{
    border-radius: 48px;
    width: 38%;
    padding: 48px;
    @media screen and (max-width: 768px) {
        width: auto;
        border-radius: 20px;
        padding: 24px 16px;
        align-self: stretch;
    }
}
.health-item:nth-of-type(1){
    background: #1A1A1A;
    @media screen and (max-width: 768px) {
        order: 4;
    }
}
.health-item:nth-of-type(2){
    background: #FF5B02;
    @media screen and (max-width: 768px) {
        order: 1;
    }
}
.health-item:nth-of-type(2)>.health-item-num{
    margin-bottom: 186px;
    @media screen and (max-width: 768px) {
        margin-bottom: 62px;
    }
}
.health-item:nth-of-type(3){
    @media screen and (max-width: 768px) {
        order: 3;
    }
}
.health-item:nth-of-type(4){
    @media screen and (max-width: 768px) {
        order: 2;
    }
}
.health-item:nth-of-type(3),.health-item:nth-of-type(4){
    background: white;
    align-self: stretch;
}
.health-item-num{
    font-size: 72px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
    @media screen and (max-width: 768px) {
        font-size: 40px;
        margin-bottom: 62px;
    }
}
.health-item-text{
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    @media screen and (max-width: 768px) {
        font-size: 12px;
    }
}
.health-item-info{
display: flex;
    gap: 24px;
    margin-top: 24px;
    align-items: center;
    @media screen and (max-width: 768px) {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-top: 12px;
    }
}
.health-item-info > .health-item-text{
    color: rgba(0, 0, 0, 0.60);
    font-size: 12px;
    font-weight: 400;
    line-height: 110%;
    @media screen and (max-width: 768px) {
        font-size: 10px;
        font-weight: 600;
    }
}
.health-item-img{

}
.contact-us{
    background: #FF5B02;
    @media screen and (max-width: 680px) {
        border-radius: 0 0 24px 24px;
    }
}
.contact-us-wrap{

}
.contact-us-title{
    max-width: 994px;
    margin: 0 auto;
    /*margin: 0 auto 48px;*/
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    @media screen and (max-width: 680px) {
        font-size: 20px;
        /*margin: 0 auto 24px;*/
    }
}
.contact-us-btn{
    border-radius: 12px;
    background: #000;
    @media screen and (max-width: 680px) {
       margin: 0;
    }
}

.experts{
padding-left: 80px;
padding-right: 80px;
    @media screen and (max-width: 1024px) {
        padding-left: 14px;
        padding-right: 14px;
    }
    @media screen and (max-width: 680px) {
        padding-left: 12px;
        padding-right: 12px;
    }
}
.experts-wrap{
    max-width: 1742px;
    margin: 0 auto;
}
.experts-title{
    @media screen and (max-width: 680px) {
       text-align: center !important;
    }
}
.experts-content{
    margin-top: 72px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    @media screen and (max-width: 1024px) {
        grid-template-columns: 1fr;
    }
    @media screen and (max-width: 680px) {
        margin-top: 48px;
        grid-gap: 10px;
    }
}
.experts-item{
    border-radius: 48px;
    background: #F5F5F7;
    padding: 48px;
    @media screen and (max-width: 1210px) {
        padding: 48px 24px;
    }
    @media screen and (max-width: 680px) {
        padding: 24px 16px;
        border-radius: 20px;
    }
}
.experts-item {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.experts-item.visible {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.experts-show-more{
    color: #FF5B02;
    font-size: 20px;
    border: 1px solid #FF5B02;
    height: 80px;
    padding: 24px 54px;
    background: white;
    margin-top: 72px;
    @media screen and (max-width: 680px) {
        margin-top: 24px;
        height: 56px;
        font-size: 18px;
    }
}
.experts-info{
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    align-items: center;
    @media screen and (max-width: 680px) {
        gap: 16px;
    }
}
.experts-img{
    @media screen and (max-width: 1210px) {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }
}
.experts-position{
    font-size: clamp(16px, 12.421px + 0.526vw, 20px);
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}
.experts-name{
    opacity: 0.5;
    margin: 0 0 6px;
    font-size: clamp(16px, 12.421px + 0.526vw, 20px);
    font-weight: 500;
    line-height: 120%;
    @media screen and (max-width: 680px) {
        font-size: 16px;
    }
}
.experts-text{
    color: #1A1A1A;
    font-size: clamp(16px, 14.211px + 0.263vw, 18px);
    font-weight: 500;
    line-height: 130%;
    @media screen and (max-width: 680px) {
        line-height: 130%;
    }
}

.test-drive {
    overflow: hidden;
}

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

.form-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 24px;
    margin-top: 0;
    @media screen and (max-width: 680px) {
        text-align: center !important;
        margin-bottom: 32px;
    }
}

.quiz-title {
    color: #87C24A;
}

.quiz-subtitle {
    color: #212121;
}

.form-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: rgba(33, 33, 33, 0.6);
    margin-bottom: 24px;
}

.input {
    border-radius: 48px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    height: 80px;
    margin-bottom: 12px;
    font-family: 'Conthrax', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 110%;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    padding: 24px 36px;
    @media screen and (max-width: 680px) {
        height: 60px;
        padding: 19px 36px;
    }
}

.input::placeholder {
    color: rgba(26, 26, 26, 0.30);
    font-family: 'Conthrax', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 110%;
}

select {
    width: 100% !important;
    appearance: none;
    background-image: url("../../images/select.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    background-color: white;
}

.test-input {
    color: #212121;
}

.btn-line {
    margin-top: 44px;
    @media screen and (max-width: 680px) {
        margin-top: 12px;
    }
}
.get_consult_btn{
    width: calc(100% - 48px);
}

.form-demo {
    display: flex;
    flex-wrap: wrap;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}

.footer {
    padding: 73px 89px 48px;
    background: #F5F5F5;
    @media screen and (max-width: 1024px) {
        padding: 72px 28px;
    }
    @media screen and (max-width: 680px) {
        padding: 36px 16px;
    }
}
.footer-wrap{
    max-width: 1742px;
    margin: 0 auto;
}
.footer-top{
padding: 72px 0;
    @media screen and (max-width: 680px) {
        padding: 36px 0;
    }
}
.footer-list {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 72px;
    @media screen and (max-width: 680px) {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
}
.footer-item{

}
.footer-link{
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.footer-middle{
position: relative;
    padding: 53px 0;
    @media screen and (max-width: 680px) {
        padding: 0;
    }
}
.footer-logo{
width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    @media screen and (max-width: 680px) {
        display: none;
    }
}
.footer-logo>svg{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-btn {
    min-width: 500px;
    @media screen and (max-width: 1024px) {
        min-width: auto;
    }
}
.footer-rights{
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 72px;
    text-align: center;
    @media screen and (max-width: 680px) {
        padding-top: 36px;
    }
}

.advantages{
    padding: 60px 72px 0;
    overflow: visible;
}
.advantages__title{
    margin-bottom: 72px;
}
.advantages__items{
    max-width: 1742px;
    margin: 0 auto;
}
.stack-cards__item{
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    height: 0;
    padding-bottom: 900px;
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.advantages__item{
    position: relative;
    width: 100%;
    border-radius: 48px;
    overflow: hidden;
    max-height: 853px;
    picture{
        width: 100%;
        height: 100%;
    }
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.advantages__item-info{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    .how-item-title{
        font-size: 54px;
        font-weight: 600;
        line-height: 120%;
        margin: 0 0 19px;
        color: white;
        color: white;
    }
    .how-item-text{
        font-size: 20px;
        font-weight: 500;
        line-height: 120%;
        font-family: "Fixel Display", sans-serif;
        max-width: 656px;
        opacity: 0.9;
        color: white;
    }
    .how-item-text-big{
        font-size: 100px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        text-transform: uppercase;
        padding: 56px 56px 56px 0;
        white-space: nowrap;
        color: white;
        opacity: 1;
        font-family: 'Conthrax', sans-serif;
        span{
            font-size: 70px;
        }
    }
}
.advantages__item-descr{
    padding: 56px;
}
.steps{
    padding: 0 20px;
}
.steps-wrap{
    padding: 120px 0;
}
.steps-title{
    max-width: 1146px;
    margin: 0 auto 96px;
}
.steps-content{
    max-width: 1578px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 0 auto;
    grid-row-gap: 72px;
    @media screen and (max-width: 768px) {
        grid-template-columns: 1fr;
        grid-row-gap: 24px;
    }
}
.steps-item{
    display: flex;
    gap: 48px;
}
.steps-item-num{
    color: #FF6E09;
    font-size: 57.13px;
    font-weight: 600;
    line-height: 130%;
    min-width: 52px;
    text-align: center;
}
.steps-item-text{
    color: #1A1A1A;
    font-family: "Fixel Display", sans-serif;
    font-size: clamp(16px, 12.421px + 0.526vw, 20px);
    font-weight: 700;
    line-height: 130%;
    max-width: 525px;
    @media screen and (max-width: 768px) {
        font-weight: 400;
    }
}
.steps-item:nth-of-type(2) > .steps-item-text{
    max-width: 612px;
}
.steps-item:last-of-type > .steps-item-text{
    max-width: 600px;
}
.examples{
    padding: 100px 80px;
    border-radius: 72px 72px 0 0;
    background: #F5F5F5;
}
.examples-wrap{
    margin: 0 auto;
    width: 100%;
    max-width: 1720px;
}
.examples-title{
    margin-bottom: 72px;
    text-align: center;
}
.examples-row{
    display: flex;
    column-gap: 96px;
    row-gap: 48px;
    justify-content: center;
    margin-bottom: 72px;
    flex-wrap: wrap;
}
.examples-row-text{
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    position: relative;
    padding-left: 52px;
}
.examples-row-text:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url("../../images/check.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.examples-content{
    display: grid;
    gap: 72px;
    grid-template-columns: 1fr 1fr;
    @media screen and (max-width: 1366px) {
        gap: 16px;
    }
}
.examples-item{
    border-radius: 36px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 24px;
    @media screen and (max-width: 1280px) {
        flex-direction: column-reverse;
        padding: 0 !important;
        border-radius: 20px;
    }
}
.examples-item > picture{
    width: 41.376%;
    height: auto;
    @media screen and (max-width: 1280px) {
        width: 100%;
    }
}
.examples-item > picture > img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: bottom;
}

.examples-item:nth-of-type(1){
    background: linear-gradient(180deg, #272727 0%, #333 100%);
}
.examples-item:nth-of-type(2){
    background: linear-gradient(180deg, #722000 0%, #9D2C00 100%);
}
.examples-img{
    display: block;
}
.examples-item-title{
    color: #FF5B02;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    @media screen and (max-width: 1280px) {
        margin-top: 0;
    }
}
.examples-item-cost{
    margin: 10px 0 5px;
    font-size: 30px;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}
.examples-item-cost>span{
    font-size: 20px;
}

.examples-item-text {
    font-size: 17px;
    font-weight: 500;
    line-height: 120%;
}

.examples-item-info {
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: 30px;
    padding: 34px 48px 46px 29px;
    width: 58%;
    box-sizing: border-box;
    @media screen and (max-width: 1280px) {
        width: 100%;
    }
}
.examples-item-list{
    list-style: none;
}
.examples-list-item{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
}
.examples-list-item:last-of-type{
    margin-bottom: 0;
}
.examples-btn{
    width: 100%;
    margin: 0;
    font-size: 18px;
    padding: 17.2px 36px;
}
@media screen and (max-width: 1460px) {
    .prev-slide {
        transform: translateX(75%) scale(0.7);
    }

    .next-slide {
        transform: translateX(-75%) scale(0.7);
    }

    .banner-wrap .prev-slide {
        transform: translateX(80%) scale(0.8);
    }

    .banner-wrap .next-slide {
        transform: translateX(-80%) scale(0.8);
    }

    .banner-wrap .prev-prev-slide {
        transform: translateX(170%) scale(0.7);
    }

    .banner-wrap .next-next-slide {
        transform: translateX(-170%) scale(0.7);
    }

    .carousel-3D-swiper-section {
        width: 100vw;
        margin-left: -42px;
        margin-right: -42px;
    }
}

@media screen and (max-width: 1280px) {

    .banner:before {
        height: 50%;
    }

    .carousel-3D-swiper-section, .clients-carousel-3D-swiper-section {
        min-height: 600px;
        width: 100vw;
    }

    .carousel-3D-swiper-section {
        margin-left: -42px;
        margin-right: -42px;
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
        margin-bottom: -56px;
    }

    .clients-carousel-3D-swiper-section {
        min-height: 420px;
        padding-top: 24px;
    }

    .carousel-3D-swiper, .clients-carousel-3D-swiper {
        width: 100%;
    }

    .carousel-3D-swiper .image-wrapper {
        max-height: 600px;
    }

    .clients-carousel-3D-swiper .image-wrapper {
        max-height: 420px;
    }

    .carousel-3D-swiper img {
        max-height: 600px;
    }

    .clients-carousel-3D-swiper img {
        max-height: 420px;
    }

    .carousel-3D-swiper .image-wrapper img {
        max-height: 600px;
    }

    .clients-carousel-3D-swiper .image-wrapper img {
        max-height: 420px;
    }
    .examples-item-text{
        font-size: 20px;
    }
    .advantages__item-info{
        .how-item-title{
            font-size: 44px;
        }
        .how-item-text-big{
            font-size: 72px;
        }
    }
    .stack-cards__item{
        padding-bottom: 570px;
    }
}

@media screen and (max-width: 1250px) {
    .btn-small--desktop {
        display: none;
    }
}

@media screen and (max-width: 1068px) {
    .desktop {
        display: none;
    }

    .tablet, .tablet-review {
        display: flex !important;
    }


    .clients {
        padding: 60px 0 85px;
    }

    .banner-subtitle {
        margin-bottom: 25px;
    }

    .banner-elem1 {
        left: -547px;
        top: 69px;
    }

    .banner-elem2 {
        top: 675px;
    }

    .banner-elem3 {
        display: none;
    }

    .video-text {
        max-width: 610px;
        margin: 0 auto;
    }

    .player-block {
        margin-top: 49px;
    }

    .player-block > img {
        height: 502px;
    }

    .player-block > iframe {
        height: 502px;
    }

    .advantage-list-item {
        padding: 11px 11px 12px 41px;
        font-size: 13px;
        line-height: 16px;
    }

    .advantage-list-item:before {
        left: 10px;
        top: 10px;
        width: 21px;
        height: 21px;
    }

    .video-block {
        margin-top: 72px;
    }

    .video-block img {
        width: 100%;
        height: auto;
    }

    .clients-subtitle {
        max-width: 805px;
    }

    .clients-img {
        margin: 72px 0 71px;
    }

    .review-container {
        padding: 59px 24px 113px;
        max-width: 752px;
        margin: 0 auto;
    }

    .reviews-column {
        width: calc(50% - 12px);
    }

    .faq {
        padding: 60px 0 120px;
    }

    .test-drive:before {
        left: -37px;
    }

    .test-drive:after {
        right: 46px;
        bottom: -38px;
        top: auto;
    }

    .carousel-3D-swiper-section {
        margin-left: -48px;
        margin-right: -48px;
    }

    .tabs {
        flex-wrap: wrap;
        row-gap: 28px;
        column-gap: 28px;
    }

    .tab-img1, .tab-img3 {
        width: 60vw;
    }

    .tab-img2 {
        width: 70vw;
    }
}

@media screen and (max-width: 1024px) {

    .header {
        gap: 24px;
    }

    .header-wrap-new .menu-list {
        display: none;
    }

    .btn-small--mobile {
        display: block;
    }
    .active-header{
        .menu-btn{
            background: url("/images/burger-active.svg") no-repeat center;
        }
        .header-wrap{
            background: black;
        }
    }
    .active-lang{
        .header-wrap{
            background: black;
        }
    }
    .header-wrap-new .menu-list{
        opacity: 0;
    }
    .header-wrap-new .menu-list.active {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: absolute;
        top: 100%;
        right: 0;
        background: #000;
        width: 100vw;
        height: auto;
        overflow: auto;
        align-items: flex-start;
        gap: 12px;
        padding: 24px 0;
        animation: showBlock .7s ease forwards;
        border-top: 1px solid #1A1A1A;
    }
    .menu-link{
        font-size: 14px;
        font-weight: 600;
    }

    .header-wrap-new .menu-item,
    .header-wrap-new .menu-item:last-child {
        margin: 0;
        padding: 0 24px;
    }

    .header-wrap-new .menu {
        order: 1;
    }

    .header-wrap-new .menu-right {
        margin-right: 38px;
    }

    .header-wrap-new .menu-btn {
        display: block;
    }
    .switcher_list_mob{
        display: flex;
        justify-content: center;
        gap: 12px;
        width: 100%;
    }
    .switcher_link{
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.10);
        font-size: 14px;
        font-weight: 600;
        padding: 6px 24px;
    }
        .menu-lang--active{
            border: 1px solid #FF5B02;
            background: #FF5B02;
        }
}

@media screen and (max-width: 960px) {
    .banner:before {
        height: 40%;
    }
    .examples-item-info{
        padding: 24px;
    }
}

@media screen and (max-width: 960px) {

    .process-content{
        display: none;
    }
    .process-content-mob{
        display: block;
        margin-top: 0;
    }
    .process{
        overflow: visible;
    }
    .process-item-wrap{
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        height: 0;
        padding-bottom: 900px;
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }
    .process-item-wrap:nth-child(2){
        .process-img{
            bottom: 0;
        }
    }
    .process-item-wrap:nth-child(3){
        .process-img{
            bottom: 0;
        }
    }
    .process-item{
        background: linear-gradient(0deg, #161618 0%, #161618 100%), linear-gradient(180deg, rgba(35, 35, 35, 0.50) 0%, rgba(14, 5, 0, 0.50) 100%);
        transform: translateY(100px);
        min-height: 638px;
        position: relative;
    }
    .process-item-wrap:nth-child(1){
        .process-item{
            background: linear-gradient(180deg, #0A0400 0%, #190B01 100%);
        }
    }
    .process-item-wrap:nth-child(2){
        .process-item{
            background: linear-gradient(180deg, #1A0B01 0%, #291201 100%);
        }
    }
    .process-item-wrap:nth-child(3){
        .process-item{
            background: linear-gradient(180deg, #2A1201 0%, #391902 100%);
        }
    }
    .process-item-wrap:nth-child(4){
        .process-item{
            background: linear-gradient(180deg, #3B1902 0%, #4A2002 100%);
        }
    }

    .process-img{
        position: absolute;
        bottom: 36px;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .process-num{
        color: #88898A;
        font-size: 16px;
        font-weight: 600;
        line-height: 120%;
        margin-bottom: 16px;
    }
    .stack-cards__item {
        padding-bottom: 720px;
    }
    .advantages__item{
        background: #F95800;
        transform: translateY(100px);
        height: 700px;
        .how-item-title{
            max-width: calc(100% - 20px);
        }
        picture{
            display: flex;
            justify-content: center;
            width: 100%;
            height: 71%;
        }
        img{
            width: 111%;
        }
    }
    .advantages__item-info{
        position: relative;
    }
    .how-item-text-big{
        display: none!important;
    }
}

@media screen and (max-width: 850px) {
    .footer-info--en {
        flex-direction: column;
        align-items: flex-end;
    }

    .footer-bottom--en {
        align-items: flex-end;
    }
}

@media screen and (max-width: 768px) {
    .examples-content{
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .slick-prev {
        left: calc(23.7% - 60px);
    }

    .clients {
        .swiper-slide {
            overflow: hidden;
            border-radius: 20px;
        }

        .swiper-pagination {
            margin-top: 48px;
        }
    }
    .steps-item:nth-of-type(1){
        order: 1;
    }
    .steps-item:nth-of-type(2){
        order: 3;
    }
    .steps-item:nth-of-type(3){
        order: 2;
    }
    .steps-item:nth-of-type(4){
        order: 4;
    }
    .interactive-wrap{
        margin: 0 auto;
    }
    .steps-wrap{
        padding-bottom: 0!important;
    }
}

@media screen and (max-width: 680px) {
    .tablet {
        display: none !important;
    }

    .mobile {
        display: flex !important;
    }

    h2 {
        font-size: 38px;
        line-height: 46px;
    }

    p {
        font-size: 17px;
        line-height: 23px;
    }

    .item-text {
        line-height: 20px;
        margin-top: 11px;
    }

    .btn {

    }
    .get_consult_btn {
        width: 100%;
    }

    .wrap {
        padding: 0 16px;
    }

    .header-logo {
        left: 0;
    }

    .banner:before {
        height: 40%;
    }

    .banner-content, .banner-companies, .banner-comments {
        padding: 0;
    }

    .banner-subtitle {
        margin-bottom: 18px;
        font-size: 14px;
    }

    .banner-text {
        margin-bottom: 32px;
    }

    .banner-img {
        margin-top: 53px;
    }

    .banner-companies {
        margin-top: 0;
        margin-bottom: 52px;
    }

    .banner-companies-text {
        font-size: 16px;
        line-height: normal;
    }

    .companies-icon {
        height: 44px;
        object-fit: contain;
        width: auto;
    }

    .marquee {
        --gap: 36px;
    }

    .marquee:before, .marquee:after {
        width: 100px;
        height: 100%;
    }

    .banner-comments-text {
        font-size: 14px;
        margin: 12px 0 16px;
    }

    .banner-comments-name, .banner-comments-pos {
        font-size: 14px;
    }

    .banner-companies-list {
        justify-content: space-evenly;
        max-width: 100%;
        flex-wrap: wrap;
    }

    .company {
        margin: 0 12px 24px;
    }

    .company:last-of-type {
        margin-bottom: 0;
    }

    .banner-elem1, .banner-elem2 {
        display: none;
    }

    .video-text {
        font-size: 15px;
        line-height: 20px;
    }

    .player-block {
        height: 343px;
    }

    .player-block > img {
        border-radius: 16px;
        object-position: 79%;
    }

    .player-block > iframe {
        height: 100%;
        border-radius: 16px;
    }

    .item-wrap {
        margin: 34px 24px 0 0;
    }

    .item-wrap:before {
        background-image: url("../../images/about4-mob.svg");
        width: 229px;
        right: -24px;
    }

    .img-text {
        width: 100px;
        height: 100px;
        padding-top: 13px;
    }

    .img-text-thin {
        font-size: 7px;
        line-height: 9px;
        margin-bottom: 17px;
    }

    .img-text-bold {
        font-size: 9px;
        line-height: 11px;
        max-width: 75px;
    }

    .advantage-item > .item-title {
        font-size: 20px;
        line-height: 24px;
        padding-right: 24px;
    }

    .advantage-item {
        border-radius: 16px;
    }

    .advantage-list-item {
        padding: 12px 11px 12px 38px;
        font-size: 12px;
        line-height: 13px;
    }

    .video-block {
        margin-top: 46px;
    }

    .check-title {
        font-size: 24px;
        line-height: 31px;
    }

    .video > .wrap > .block-indent {
        padding: 72px 0 0;
    }

    .clients .wrap {
        padding: 0;
    }

    .clients > .wrap > .tablet {
        display: none !important;
    }

    .clients > .wrap > .mobile {
        display: flex !important;
    }

    .clients-img {
        margin: 47px 0 53px;
    }

    .case-title {
        margin: 0 0 13px;
    }

    .clients-content {
        padding: 23px 20px 22px 24px;
    }

    .clients-content > .item-text {
        margin-top: 4px;
        font-size: 16px;
    }

    .swiper-slide > .player-block {
        width: 100%;
        height: 100%;
    }

    .review > .wrap > h2 {
        max-width: 300px;
        margin: 0 auto;
    }

    .review-container {
        flex-direction: column;
        padding: 52px 0 113px;
        height: 616px;
    }

    .reviews-column {
        width: 100%;
        margin-bottom: 24px;
    }

    .reviews-column:last-of-type {
        margin-bottom: 0;
    }

    .reviews-info {
        margin-bottom: 19px;
    }

    .test-drive-title {
        font-size: 32px;
        line-height: 39px;
    }

    .test-drive-subtitle {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 50px;
    }

    .test-drive:before, .test-drive:after {
        content: none;
    }

    .footer-logo, .footer-list {
        width: 100%;
    }

    .footer-info--en {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .footer-info--en > .contacts-email {
        font-size: 15px;
        line-height: 18px;
        font-weight: 400;
        padding: 8px 0;
    }

    .footer-bottom {
        margin-top: 30px;
        flex-direction: column-reverse;
        align-items: baseline;
        gap: 12px;
    }

    .footer-logo-text {
        font-size: 18px;
        line-height: 22px;
    }

    .footer-link {
        font-size: 15px;
        line-height: 18px;
    }

    .custom-model-inner {
        padding: 0 16px;
    }

    .close-btn {
        right: 16px;
        top: -30px;
    }

    .carousel-3D-swiper-section, .clients-carousel-3D-swiper-section {
        margin-left: 0px;
        margin-right: 0px;
    }

    .carousel-3D-swiper-section {
        min-height: 235px;
        padding: 48px 0;
        margin-left: -16px;
        margin-bottom: 0;
    }

    .clients {
        .swiper-slide {
            filter: blur(0);
        }
    }

    .tabs {
        column-gap: 28px;
        margin-bottom: 30px;
    }

    .tab > label {
        font-size: 16px;
    }

    .tabbed {
        margin: 64px 0 260px;
    }

    .tab-img1 {
        box-shadow: none;
        z-index: 1;
        width: 30%;
        left: 0;
        bottom: -55%;
        top: auto;
    }

    .tab-img2 {
        width: calc(100vw - 32px);
        z-index: -1;
    }

    .tab-img3 {
        width: 100%;
        top: auto;
        bottom: -135%;
        right: -20%;
        z-index: 0;
    }
    .steps{
        padding: 0;
        background: #FFF;
    }
    .steps-wrap{
        padding: 72px 12px;
        border-radius: 0;
    }
    .steps-title{
        text-transform: uppercase;
        margin-bottom: 36px;
    }
    .steps-item{
        padding: 0;
        gap: 12px;
        align-items: flex-start;
    }
    .steps-item-num{
        font-size: 18px;
        min-width: 28px;
    }
    .examples{
        padding: 72px 12px 0;
        border-radius: 36px 36px 0 0;
    }
    .examples-title{
        margin-bottom: 36px;
        text-transform: uppercase;
        text-align: left;
    }
    .examples-row{
        margin-bottom: 36px;
        gap: 18px;
        justify-content: flex-start;
    }
    .examples-row-text{
        font-size: 16px;
        padding-left: 32px;
    }
    .examples-row-text:before{
        top: -3px;
        width: 20px;
        height: 20px;
    }
    .examples-item-text{
        font-size: 18px;
    }
    .process{
        padding: 0;
    }
    .process-wrap{
        padding: 72px 12px;
        border-radius: 0;
    }
    .process-title{
        padding: 0 12px;
        text-transform: uppercase;
    }
    .process-item-wrap{
        padding-bottom: 660px;
    }
    .process-item{
        transform: translateY(70px);
        padding: 24px 16px;
        min-height: 500px;
    }
    .process-text{
        font-size: 16px;
    }
    .process-img{
        width: 100%;
        max-width: 350px;
    }
    .advantages{
        padding: 72px 12px;
    }
    .advantages__title{
        text-transform: uppercase;
        padding: 0 12px;
        margin-bottom: 0;
    }
    .stack-cards__item{
        padding-bottom: 560px;
    }
    .advantages__item{
        border-radius: 20px;
        transform: translateY(45px);
        height: 540px;
        .how-item-title{
            font-size: 22px;
            margin-bottom: 16px;
        }
        .how-item-text{
            font-size: 15px;
            font-weight: 500;
            display: block;
        }
        picture{
            height: 77%;
        }
    }
    .advantages__item-descr{
        padding: 24px 16px;
        position: relative;
        width: 100%;
    }
    .advantages__item-descr:before{
        content: '';
        width: 25.5px;
        height: 25px;
        background-image: url("../../images/advantages-arrow.svg");
        position: absolute;
        top: 10px;
        right: 11px;
    }
}

@media screen and (max-width: 430px) {
    .tabs {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .process-wrap{
        padding: 72px 12px 134px;
    }
    .process-item-wrap{
        padding-bottom: 460px;
    }
    .process-item{
        min-height: 402px;
    }
    .process-img{
        max-width: 330px;
    }
    .advantages{
        padding: 72px 12px 100px;
    }
    .stack-cards__item {
        padding-bottom: 401px;
    }
    .advantages__item{
        height: 385px;
        picture{
            height: 68%;
        }
    }
}

@media screen and (max-width: 380px) {
    .banner:before {
        height: 37%;
    }

    .carousel-3D-swiper-section {
        padding: 20px 0;
    }
}

@media screen and (max-width: 430px) {
    .tabbed {
        margin: 64px 0 155px;
    }
}

@media screen and (max-width: 280px) {
    .header-logo {
        position: relative;
    }
}

.custom-model-main {
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow: auto;
    max-height: 100vh;

}

.model-open {
    z-index: 99999;
    opacity: 1;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    margin: 30px auto;
    max-width: 692px;
    width: 100%;
    @media screen and (max-width: 680px) {
        display: flex;
        align-items: center;
        margin: 33px 0;
    }
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background: white;
    border-radius: 48px;
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 72px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    @media screen and (max-width: 680px) {
        padding: 48px 12px;
        border-radius: 30px;
    }
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(12px);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("/images/burger-active-dark.svg") no-repeat center;
    right: 36px;
    top: 36px;
    cursor: pointer;
    z-index: 99;
    @media screen and (min-width: 680px) {
        right: 24px;
        top: 24px;
    }
}

.quiz-form {
    margin-top: 24px;
}

.success-title, .error-title {
    margin-bottom: 6px;
}

@media screen and (min-width: 800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width: 799px) {
    .custom-model-inner {
        margin: 52px 0;
        width: calc(100% - 32px);
        max-width: 100%;
    }
}

.question {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.btn-box {
    display: flex;
    list-style: none;
    align-items: center;
}

.form-control {
    margin: 0 10px;
    position: relative;
    display: inline-block;
}

input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    margin: 0;
    width: 16px;
    height: 16px;
    position: relative;
}

.error::before {
    border: 1px solid red !important;
}

input[type="radio"]::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-color: white;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
}

input[type="radio"]:checked::before {
    background-color: #397DFB;
    background-image: url("../../images/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}


.question-row {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
}

.question-row > p {
    width: 35px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: black;
    text-align: center;
}

.question-title {
    margin-bottom: 24px;
}

.question-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #3F3F40;
}

.next {
    position: relative;
    margin-top: 36px;
}

.quiz-model {
    max-width: max-content;
}

.quiz-content {
    max-width: 474px;
}

.iti {
    margin-bottom: 12px;
    width: 100%;
}

.iti > input {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: white !important;
    border-radius: 48px 0 0 48px;
    padding: 0 6px 0 36px;
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-family: 'Conthrax', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 110%;
}

.iti-mobile .iti--container {
    z-index: 100000;
}

.shadow {
    object-position: top;
    box-shadow: 0 4px 48px 0 rgba(0, 0, 0, 0.06);
    object-fit: cover;
}

.animate {
    transition: 0.7s;
    opacity: 0;
    transform: translateY(40px);
    @media screen and (max-width: 680px) {
        transition: 0.5s;
    }
}

.reveal {
    opacity: 1;
    transform: translateY(0);
}

.recruiting {
    overflow: visible !important;
    padding: 142px 42px 80px;
    @media screen and (max-width: 1024px) {
        padding: 100px 28px 80px;
    }
    @media screen and (max-width: 680px) {
        padding: 72px 0 0;
    }

    .btn-default {
        margin-top: 80px;
        @media screen and (max-width: 680px) {
            margin-top: 48px;
        }
    }
}

.recruiting__text {
    color: #1F54E8;
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 24px;
    @media screen and (max-width: 680px) {
        font-size: 20px;
    }
}

.recruiting__title {
    text-align: left;
    font-size: 72px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 168px;
    @media screen and (max-width: 1440px) {
        margin-bottom: 100px;
    }
    @media screen and (max-width: 1024px) {
        font-size: 60px;
    }
    @media screen and (max-width: 680px) {
        font-size: 30px;
        margin-bottom: 48px;
    }
}

.recruiting__items-visible, .training__items-visible {
    position: sticky;
    right: 0;
    top: 150px;
    width: 53% !important;
    z-index: 0;
    height: min-content;
    display: flex;
    flex-direction: column;
    gap: 54px;
    max-width: 474px;
    margin-left: 69px;
    @media screen and (max-height: 850px) {
        gap: 40px;
    }
    @media screen and (max-height: 740px) {
        gap: 24px;
    }
    @media screen and (max-width: 1280px) {
        margin-left: 24px;
    }
}

.recruiting__item {
    color: #73777F;
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
    transition: .3s;
    position: relative;
    padding-right: 20px;
    @media screen and (max-height: 930px) {
        font-size: 18px;
    }
    @media screen and (max-width: 1280px) {
        font-size: 18px;
    }
}

.recruiting__item::before {
    content: '';
    position: absolute;
    width: 3px;
    border-radius: 4px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
    background: transparent;
    height: calc(100% - 12px);
}

.recruiting__item.active {
    color: #3C4049;
    padding-left: 20px;
    padding-right: 0;
}

.recruiting__item.active::before {
    background: #1F54E8;
}

.recruiting__img-animate {
    opacity: 0;
    transition: .3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: contain;
}

.recruiting__img-animate.active {
    opacity: 1;
}

.recruiting-desk, .training-desk {
    display: none;
    @media screen and (min-width: 1024px) {
        justify-content: end;
        position: relative;
        display: flex;
        .recruiting__wrap, .training__wrap {
            padding: 0;
        }

        article {
            width: 100%;
            max-width: 1px;
        }

        figure {
            position: sticky;
            right: 0;
            top: 100px;
            width: 100% !important;
            background-size: contain !important;
            z-index: 0;
            opacity: 0;
            height: calc(100vh - 64px) !important;
            border-radius: 16px;
            max-height: 653px;
            margin: 0 0 0 -189px;
            background-repeat: no-repeat;
            @media screen and (max-width: 1680px) {
                margin: 0 0 0 -100px;
                width: 85% !important;
            }
            @media screen and (max-width: 1490px) {
                margin: 0;
                width: 80% !important;
            }
            @media screen and (max-width: 1280px) {
                width: 60% !important;
            }
        }

        .step, .step2 {
            min-height: 653px;
            height: calc(100vh - 100px);
        }

        .step-anim {
            opacity: 1;
        }

        .recruiting__bg, .training__bg {
            background-position: top;
            transition: background 0.3s ease-in-out;
            position: sticky;
            right: 0;
            top: 150px;
            width: 100% !important;
            z-index: 0;
            height: calc(100vh - 64px) !important;
            border-radius: 16px;
            max-height: 640px;
            margin: 0 0 0 -220px;
            @media screen and (max-width: 1890px) {
                margin: 0 0 0 -100px;
                width: 85% !important;
            }
            @media screen and (max-width: 1620px) {
                margin: 0;
            }
            @media screen and (max-width: 1280px) {
                width: 60% !important;
            }
            @media screen and (max-height: 850px) {
                max-height: 585px;
            }
            @media screen and (max-height: 740px) {
                max-height: 525px;
            }
        }
    }
}

.recruiting-mob {
    @media screen and (min-width: 1024px) {
        display: none;
    }

    .recruiting__img {
        width: 100%;
        height: auto;
        margin-bottom: 24px;
    }

    .recruiting__item {
        margin-bottom: 68px;
        color: #3C4049;
        @media screen and (max-width: 680px) {
            margin-bottom: 48px;
            font-size: 17px;
        }
    }

    .recruiting__item:last-of-type {
        margin-bottom: 0;
    }
}

.training {
    overflow: visible !important;
    padding: 45px 42px 200px;
    @media screen and (max-width: 1440px) {
        padding: 45px 42px 100px;
    }
    @media screen and (max-width: 1024px) {
        padding: 45px 28px 100px;
    }
    @media screen and (max-width: 680px) {
        padding: 72px 0;
    }

    .recruiting__title {
        margin-bottom: 186px;
        @media screen and (max-width: 1440px) {
            margin-bottom: 100px;
        }
        @media screen and (max-width: 1024px) {
            margin-bottom: 68px;
        }
        @media screen and (max-width: 680px) {
            margin-bottom: 48px;
        }
    }

    .training__items-visible {
        margin-left: 0;
        margin-right: 64px;
        max-width: 520px;
        @media screen and (max-width: 1280px) {
            margin-right: 24px;
        }
        @media screen and (max-height: 1010px) {
            gap: 40px;
        }
        @media screen and (max-height: 930px) {
            gap: 24px;
        }
    }

    .training__bg {
        margin: 0 -240px 0 0;
        width: 73% !important;
        @media screen and (max-width: 1890px) {
            margin: 0 -100px 0 0;
            width: 85% !important;
        }
        @media screen and (max-width: 1620px) {
            margin: 0;
        }
        @media screen and (max-width: 1280px) {
            width: 60% !important;
        }
        @media screen and (max-height: 850px) {
            max-height: 585px;
        }
        @media screen and (max-height: 740px) {
            max-height: 525px;
        }
    }
}
