@font-face {
    font-family: "Oi";
    src: url(../fonts/Oi-Regular.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Kharkiv Tone";
    src: url(../fonts/Kharkiv\ Tone\ 04.10.2020.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Rubik One";
    src: url(../fonts/RubikOne-Regular.ttf) format("truetype");
    font-weight: 400;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    text-decoration: none;
}
.classic-btn{
    height: 59px;
    line-height: 55px;
    background: #FF00D0;
    font-size: 20px;
    font-family: 'Roboto Flex', sans-serif;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 0 24px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    box-shadow: 5px 4px 0 0 #000;
}

/* Контейнер */
.container {
  padding: 0 15px;
}
@media (min-width: 575.98px){
  .container { max-width: 540px; margin: auto; padding: 0; }
}
@media (min-width: 767.98px){
  .container { max-width: 720px; }
}
@media (min-width: 991.98px) {
  .container { max-width: 960px; }
}
@media (min-width: 1199.98px){
  .container { max-width: 1140px; }
}

html {
    font-family: "Roboto Flex", sans-serif;
}
body {
    background: #000 url(../images/body_bg.jpg) 100% no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 100vh;
    line-height: 1;
}
a { text-decoration: none; }

/* HEADER */
.header {
    padding-top: 40px;
    padding-bottom: 40px;
}
.header__container {
    background: #CFF65E;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    padding: 12px 45px 12px 50px;
    max-width: 1045px;
}
.header__logo-link {}
.header__logo-img { display: block; height: 48px; }
.header__nav {}
.header__nav-list {
    display: flex;
    gap: 20px;
}
.header__nav-item {}
.header__nav-link {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    transition: color 0.2s;
}
.header__nav-link:hover {
    color: #FF00D0;
}
.header__actions {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header__telegram-link {}
.header__telegram-img { width: 32px; height: 32px; display: block; }
.header__join-link {
    background: #FF00D0;
    color: #fff;
    font-weight: 700;
    padding: 10px 21px;
    box-shadow: 3px 3px 0 0 #000;
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 6px;
    transition: all 0.455s cubic-bezier(.785, .135, .15, .86);
    position: relative;
    font-size: 16px;
    font-family: 'Roboto Flex', sans-serif;
}
.header__join-link:hover {
    box-shadow: 0px 0px 0 0 transparent;
    transform: translate(3px, 3px);
}

@media screen and (max-width: 1199px) {
    .header__container{
        max-width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 991px) {
    .header{
        padding: 20px 0;
    }
    .header__container{
        padding: 12px 20px;
    }
    .header__logo-img{
        height: 24px;
    }
    .header__telegram-img{
        height: 30px;
    }
    .header__join-link{
        height: 26px;
        padding: 0 12.5px;
        line-height: 26px;
        font-size: 8px;
    }
    .header__nav{
        display: none;
    }
    .classic-btn{
        height: 55px;
        line-height: 51px;
    }
}

/* WELCOME */
.welcome {
    position: relative;
    min-height: 900px;
}
.welcome__content {
    color: #fff;
    position: relative;
    min-height: 700px;
}
.welcome__title {
    font-family: 'Oi', sans-serif;
    font-size: 77.12px;
    text-shadow: 10px 0 #000, -3px 0 #000, 0 10px #000, 0 -3px #000, 10px 10px #000, -3px -3px #000, 3px -3px #000, -3px 3px #000;
    position: absolute;
    top: 26px;
    left: 47px;
    line-height: 104px;
}
.welcome__decor {
    position: absolute;
    z-index: -1;
}
.welcome__decor--el1 { left: 450.41px; top: 41.48px; }
.welcome__decor--el2 { right: 264.61px; top: 0; }
.welcome__decor--el3 { right: 29.78px; top: 9px; }
.welcome__decor--el4 { right: 141.09px; top: 95.99px; }
.welcome__decor--el5 { right: 224.94px; top: 184px; }
.welcome__decor--el8 { left: 75px; top: 430px; }
.welcome__decor--el10 { left: 91px; top: 564px; }
.welcome__decor--el14 { right: 34.13px; top: 476.73px; }
.welcome__decor--el15 { right: 113px; top: 550px; }
.welcome__decor--el15 img { width: 110px; }

/* BEST */
.welcome__best {
    display: inline-block;
    position: absolute;
    left: 32px;
    top: 162px;
}
.welcome__best::before{
    content: '';
    width: 809px;
    height: 211px;
    background: url(../images/el6.png) 100% no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.welcome__best::after{
    content: '';
    width: 745px;
    height: 180px;
    background: url(../images/el7.png) 100% no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.welcome__best-title {
    font-family: "Kharkiv Tone", sans-serif;
    font-size: 70px;
    text-transform: uppercase;
    text-shadow: 8.38px 5.59px #000;
    color: #fff;
    line-height: 64px;
    position: absolute;
    left: 93px;
    top: 73px;
    display: flex;
    align-items: flex-end;
}
.welcome__best-star {
    position: absolute;
    left: 620px;
    top: 60px;
}
.welcome__cup{
    display: flex;
    height: 70px;
}
.welcome__cup>img{
    height: 65px;
}

/* TEAM */
.welcome__team {
    position: absolute;
    left: 158px;
    top: 315.77px;
    z-index: 1;
    width: 578.5px;
    height: 137.77px;
    background: url(../images/el9.png) 100% no-repeat;
    font-size: 45.6px;
    color: #fff;
    font-family: 'Kharkiv Tone', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.welcome__team span {
    transform: rotate(355.74deg);
    display: inline-block;
    position: absolute;
    left: 38px;
    top: 42px;
    text-shadow: 4.22px 2.82px #000;
}

/* SEARCH */
.welcome__search {
    position: absolute;
    left: 201.12px;
    top: 437.29px;
    z-index: 1;
    width: 434px;
    height: 171px;
    background: url(../images/el11.png) 100% no-repeat;
    font-size: 29.96px;
    color: #FFE500;
    font-family: 'Kharkiv Tone', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.welcome__search span {
    transform: rotate(350deg);
    display: inline-block;
    position: absolute;
    left: 95px;
    top: 65px;
    text-shadow: 3.15px 2.1px #F4562A;
}

/* REGION */
.welcome__region {
    position: absolute;
    top: 381.77px;
    right: 89.33px;
    z-index: 1;
}
.welcome__region::before{
    content: '';
    width: 149px;
    height: 150px;
    background: url(../images/el12.png) 100% no-repeat;
    background-size: cover;
    position: absolute;
    left: -25px;
    top: -25px;
}
.welcome__region::after{
    content: '';
    width: 69px;
    height: 65px;
    background: url(../images/el13.png) 100% no-repeat;
    background-size: cover;
    position: absolute;
    right: -25px;
    top: -20px;
    z-index: -1;
}
.welcome__region-toptitle {
    font-size: 33.67px;
    font-family: 'Kharkiv Tone', sans-serif;
    text-shadow: 3.77px 2.52px #000;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    right: 0;
}
.welcome__region-title {
    position: relative;
    z-index: 2;
    font-family: 'Oi', sans-serif;
    font-size: 50.51px;
    text-shadow: 10px 0 #000, -3px 0 #000, 0 10px #000, 0 -3px #000, 10px 10px #000, -3px -3px #000, 3px -3px #000, -3px 3px #000;
}
.welcome__region-title span {
    font-size: 95.12px;
}

/* EXACTLY */
.welcome__exactly {
    font-family: 'Rubik One', sans-serif;
    color: #CFF65E;
    font-size: 101.7px;
    text-transform: uppercase;
    text-shadow: 10px 0 #000, -3px 0 #000, 0 10px #000, 0 -3px #000, 10px 10px #000, -3px -3px #000, 3px -3px #000, -3px 3px #000;
    position: absolute;
    top: 555px;
    left: 264px;
    z-index: 5;
}

@media screen and (max-width: 991px) {
    .welcome,
    .welcome__content{
        min-height: 600px;
        max-width: 300px;
        margin: 0 auto !important;
    }
    .welcome__title{
        font-size: 38.34px;
        left: 30px;
        top: 20px;
        line-height: 100%;
        transform: rotate(356deg);
    }
    .welcome__decor--el1 {
        left: 102.41px;
        top: 11px;
    }
    .welcome__decor--el1>img{
        width: 127px;
    }
    .welcome__decor--el2{
        left: 64.61px;
        right: auto;
        top: 140px;
    }
    .welcome__decor--el2>img{
        width: 45px;
    }
    .welcome__decor--el3{
        top: 63px;
        left: 203px;
        transform: rotate(10deg);
    }
    .welcome__decor--el3>img{
        height: 91px;
    }
    .welcome__decor--el4{
        left: 51px;
        top: 95.99px;
        right: auto;
    }
    .welcome__decor--el4>img{
        width: 163px;
    }
    .welcome__decor--el5{
        top: 120px;
        left: 230px;
        right: auto;
    }
    .welcome__decor--el5>img{
        height: 15px;
    }
    .welcome__best{
        top: 100px;
        left: 42.82px;
    }
    .welcome__best::before{
        width: 221px;
        height: 57px;
        top: 75px;
        left: -30px;
    }
    .welcome__best::after{
        width: 205px;
        height: 49px;
        top: 80px;
        left: -40px;
    }    
    .welcome__best-title{
        font-size: 19.2px;
        left: 0;
    }
    .welcome__cup{
        height: 45px;
    }
    .welcome__cup>img {
        height: 26px;
    }
    .welcome__best-star {
        position: absolute;
        left: 150px;
        top: 85px;
        width: 16px;
    }
    .welcome__decor--el8{
        display: none;
    }
    .welcome__team{
        left: 15px;
        top: 220px;
        width: 260px;
        height: 62px;
        background-size: cover;
        font-size: 19.75px;
        transform: rotate(6deg);
    }
    .welcome__team span{
        left: auto;
        top: auto;
    }
    .welcome__decor--el10{
        left: 24px;
        top: 360px;
    }
    .welcome__decor--el10>img{
        width: 46px;
    }
    .welcome__search{
        width: 187px;
        left: 87px;
        top: 340px;
        height: 74px;
        font-size: 13.56px;
        background-size: cover;
        transform: rotate(25deg);
    }
    .welcome__search>span{
        left: auto;
        top: auto;
    }
    .welcome__region{
        top: 285px;
        left: 46.64px;
        right: auto;
        transform: rotate(-355deg);
    }
    .welcome__region::before{
        width: 86px;
        height: 86px;
        left: -25px;
        top: -25px;
    }
    .welcome__region::after{
        width: 38px;
        height: 38px;
        right: -20px;
        top: -20px;
    }
    .welcome__region-toptitle{
        font-size: 16.74px;
    }
    .welcome__region-title{
        font-size: 25.21px;
        text-shadow: 5px 0 #000, -3px 0 #000, 0 5px #000, 0 -3px #000, 5px 5px #000, -3px -3px #000, 3px -3px #000, -3px 3px #000;
    }
    .welcome__region-title span{
        font-size: 47.29px;
    }
    .welcome__exactly{
        font-size: 45.02px;
        left: 21px;
        top: 410px;
        width: 199px;
        line-height: 100%;
        text-shadow: 5px 0 #000, -3px 0 #000, 0 5px #000, 0 -3px #000, 5px 5px #000, -3px -3px #000, 3px -3px #000, -3px 3px #000;
    }
    .welcome__decor--el14{
        left: 145.85px;
        right: auto;
        top: 413.48px;
    }
    .welcome__decor--el14>img{
        width: 117px;
    }
    .welcome__decor--el15{
        left: 180px;
        right: auto;
        top: 445px;
    }
    .welcome__decor--el15>img{
        width: 50px;
    }
}

/* ABOUT */
.about{
    padding-bottom: 75px;
}

.about__text {
    max-width: 424px;
    font-size: 20px;
    font-family: 'Kharkiv Tone', sans-serif;
    color: #fff;
    padding-left: 47px;
}

.about__team{
    padding-top: 150px;
    padding-left: 132.17px;
    position: relative;
}

.about__team-title{
    background: #CFF65E;
    height: 99.38px;
    border: 2.38px solid #fff;
    border-radius: 50px;
    display: inline-block;
    padding: 0 46px;
    font-family: 'Kharkiv Tone', sans-serif;
    font-size: 47.76px;
    color: #000;
    line-height: 105.38px;
    transform: rotate(348deg);
    z-index: 5;
    position: relative;
}

.about__team-title2{
    background: #0029FF;
    height: 99.38px;
    border: 2.38px solid #fff;
    border-radius: 50px;
    display: inline-block;
    padding: 0 46px;
    font-family: 'Kharkiv Tone', sans-serif;
    font-size: 47.76px;
    color: #fff;
    line-height: 105.38px;
    transform: rotate(336deg);
    position: absolute;
    left: 195.8px;
    top: 235.18px;
    text-shadow: 4.22px 2.82px #000;
}

.about__team-box{
    position: absolute;
    left: 267.59px;
    top: 59.08px;
}

.about__team-bottomtitle{
    margin-top: 100px;
}

.about__btn{
    display: flex;
    justify-content: flex-end;
    padding-right: 45px;
}

@media screen and (max-width: 991px) {
    .about__text{
        max-width: 100%;
        padding-left: 5px;
        font-size: 12px;
    }
    .about__team{
        padding: 30px 0 0;
    }
    .about__team-title{
        height: 39px;
        border: 0.98px solid #fff;
        padding: 0 19px;
        font-size: 19.04px;
        line-height: 41px;
    }
    .about__team-title2{
        height: 39px;
        border: 0.98px solid #fff;
        padding: 0 19px;
        font-size: 19.04px;
        line-height: 41px;
        left: 22px;
        top: 65px;
    }
    .about__team-box {
        position: absolute;
        left: 10px;
        top: 40px;
    }
    .about__team-box>img{
        width: 100%;
    }
    .about__team-bottomtitle{
        margin-top: 130px;
    }
    .about__team-bottomtitle>img{
        width: 100%;
    }
    .about__btn{
        padding: 0;
        justify-content: center;
        margin-top: 20px;
    }
}

.why{
    background: url(../images/why.png) 100% no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: min(12vw, 265px);
    padding-top: min(12vw, 265px);
}

.why__container{
    position: relative;
}

@media screen and (min-width: 1368px) {
    .why{
        background-size: cover;
    }
}

.why__el{
    position: absolute;
    top: 223px;
    left: -2px;
}

.why__el2{
    position: absolute;
    top: 495px;
    right: 30.84px;
}

.why__monitor{
    position: relative;
    width: 914px;
    min-height: 539px;
    margin: 0 auto;
    background: url(../images/monitor.png) 100% no-repeat;
    background-size: contain;
    background-position: top center;
}

.why__search{
    width: 533px;
    background: #fff;
    border-radius: 86px;
    border: 4px solid #000;
    height: 133px;
    line-height: 141px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 149.5px;
    top: 109px;
    padding: 0 21px 0 61px;
    font-family: 'Kharkiv Tone', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
}

.why__spoiler{
    position: absolute;
    top: 166.06px;
    left: 299.5px;
    z-index: 5;
}

.why__item1{
    background: #0029FF;
    height: 86.49px;
    border: 2.09px solid #fff;
    border-radius: 50px;
    display: inline-block;
    padding: 0 43.06px;
    font-family: 'Kharkiv Tone', sans-serif;
    font-size: 42.02px;
    color: #fff;
    line-height: 90.57px;
    transform: rotate(347deg);
    position: absolute;
    left: 165.14px;
    top: 371.28px;
    text-shadow: 4.22px 2.82px #000;
}

.why__item2{
    background: #000;
    height: 104.31px;
    border: 2.52px solid #fff;
    border-radius: 50px;
    display: inline-block;
    padding: 0 48.52px;
    font-family: 'Kharkiv Tone', sans-serif;
    font-size: 50.68px;
    color: #fff;
    line-height: 109.35px;
    transform: rotate(347deg);
    position: absolute;
    right: 222.5px;
    top: 364.34px;
    z-index: 5;
}

.why__item3{
    background: #CFF65E;
    height: 104.31px;
    border: 2.52px solid #000;
    border-radius: 50px;
    display: inline-block;
    padding: 0 46px;
    font-family: 'Kharkiv Tone', sans-serif;
    font-size: 50.68px;
    color: #000;
    line-height: 105.35px;
    transform: rotate(9deg);
    position: absolute;
    left: 250.8px;
    top: 477.62px;
    text-shadow: 4.22px 2.82px #fff;
}

.why__hand{
    position: absolute;
    top: 195.3px;
    right: 199.53px;
    z-index: 0;
}

.why__sweet{
    position: absolute;
    top: 460px;
    right: 192.52px;
    z-index: 0;
}

.why__bottom>img{
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .why__bottom-mob{
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .why{
        padding-top: min(24vw, 465px);
    }
    .why__el{
        top: 313px;
        left: 20px;
    }
    .why__el>img{
        width: 35px;
    }
    .why__el2{
        right: 30px;
        top: 391px;
    }
    .why__el2>img{
        width: 35px;
    }
    .why__bottom>img{
        display: none;
    }
    .why__monitor{
        width: 100%;
        min-height: 400px;
    }
    .why__search{
        width: 100%;
        height: 52px;
        line-height: 52px;
        border: 1.49px solid #000;
        padding: 7px 8px 7px 23px;
        width: calc(100% - 85px);
        left: 27px;
        font-size: 14.88px;
        top: 63px;
    }
    .why__search>img{
        height: 38px;
    }
    .why__spoiler{
        width: 125px;
        left: calc(50% - 62.5px);
        top: 100px;
    }
    .why__item1{
        height: 32px;
        line-height: 32px;
        padding: 0 16px;
        font-size: 15.63px;
        left: 39px;
        top: 182px;
    }
    .why__item2{
        height: 39px;
        line-height: 39px;
        padding: 0 18px;
        font-size: 18.84px;
        left: 129px;
        top: 187.78px;
        right: auto;
    }
    .why__item3{
        height: 39px;
        line-height: 39px;
        padding: 0 17.4px;
        font-size: 18.4px;
        left: 64px;
        top: 234px;
        border: 1px solid #000;
    }
    .why__hand {
        position: absolute;
        top: 115px;
        left: 195px;
        z-index: 0;
    }
    .why__hand>img{
        width: 90px;
    }
    .why__sweet{
        position: absolute;
        top: 225px;
        left: 190px;
        z-index: 0;
    }
    .why__sweet>img{
        width: 45px;
    }
    .why__bottom-mob{
        text-align: center;
        margin-top: -150px;
    }
}

.record{
    background: url(../images/record.png) 100% no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 250px 0 250px;
    margin-top: min(-12vw, -265px);
}

.record__box{
    display: flex;
    flex-direction: column;
    text-align: right;
    justify-content: flex-end;
    align-items: flex-end;
}

.record__text{
    width: 379px;
    font-family: 'Kharkiv Tone', sans-serif;
    font-size: 20px;
    color: #000;
    margin-bottom: 117px;
}

.record__btn{
    background: #FF00D0;
    color: #fff;
    font-weight: 700;
    padding: 0 24px;
    box-shadow: 3px 3px 0 0 #000;
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 6px;
    transition: all 0.455s cubic-bezier(.785, .135, .15, .86);
    position: relative;
    font-size: 16px;
    height: 59px;
    line-height: 55px;
    font-family: 'Roboto Flex', sans-serif;
}

@media screen and (max-width: 991px) {
    .record{
        background: url(../images/record-mob.png) 100% no-repeat;
        background-size: cover;
        background-position: top center;
        margin-top: -70px;
        padding: 417px 0 70px;
    }
    .record__text{
        width: 212px;
        margin-bottom: 20px;
        font-size: 12px;
    }
    .record__box{
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

.features__top{
    position: relative;
    width: 100%;
    height: 113px;
    background: url(../images/bg_1.png) 100% no-repeat;
    background-size: cover;
    background-position: top center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: -113px;
    z-index: 500;
}

.features__title{
    width: 771px;
    height: 126px;
    background: url(../images/team_title.png) 100% no-repeat;
    background-size: contain;
    text-align: center;
    z-index: 1;
}

.features__title>span{
    font-size: 45.06px;
    color: #fff;
    font-family: 'Kharkiv Tone', sans-serif;
    line-height: 126px;
    transform: rotate(358deg);
    display: inline-block;
    text-shadow: 4.22px 2.82px #000;
}

.features-list{
    background: url(../images/screen3.jpg) 100% no-repeat;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
    position: relative;
    height: 957px;
    overflow: hidden;
    position: relative;
}

.features-item {
  display: flex;
  width: 200vw;
  height: 100%;
}

.slide {
  width: 100vw;
  height: 957px;
  flex-shrink: 0;
}

.after-features {
  height: 957px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.team__container{
    position: relative;
}

.team__el1{
    position: absolute;
    left: 533px;
    top: 400px;
}

.team__el2{
    position: absolute;
    right: -48px;
    top: 201.44px;
}

.team__el3{
    position: absolute;
    left: -54px;
    top: 447px;
}

.team__plash{
    position: absolute;
    top: 20px;
    right: 119.75px;
}

.team__pers{
    left: -52px;
    top: 0;
    position: absolute;
}

.team__badge{
    width: 449px;
    height: 245px;
    background: url(../images/team_badge.png) 100% no-repeat;
    background-size: contain;
    position: absolute;
    right: 62.5px;
    top: 226px;
}

.team__star{
    position: absolute;
    left: 179px;
    top: -42px;
}

.team__text{
    font-size: 20px;
    color: #fff;
    font-family: 'Kharkiv Tone', sans-serif;
    position: absolute;
    top: 96px;
    left: 99px;
    width: 257px;
}

.team__subtitle{
    font-size: 59.71px;
    color: #fff;
    font-family: 'Oi', sans-serif;
    text-shadow: 10px 0 #000, -3px 0 #000, 0 10px #000, 0 -3px #000, 10px 10px #000, -3px -3px #000, 3px -3px #000, -3px 3px #000;
    top: 210px;
    right: 10px;
    position: absolute;
    transform: rotate(350deg);
}

.team__tg{
    width: 484px;
    height: 230px;
    background: url(../images/team_tg.png) 100% no-repeat;
    background-size: contain;
    position: absolute;
    top: 485px;
    right: 96.07px;
}

.team__tg>span{
    max-width: 274.51px;
    font-size: 17.57px;
    color: #000;
    font-family: 'Kharkiv Tone', sans-serif;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 55px;
    top: 81px;
    transform: rotate(354deg);
}

@media screen and (max-width: 991px) {
    .features__top{
        height: 60px;
        margin-top: -60px;
    }
    .features__title{
        width: 293px;
        height: 57px;
    }
    .features__title>span{
        font-size: 18px;
        text-shadow: 2.11px 1.41px #000;
        line-height: 55px;
    }
    .features-list{
        height: 590px;
    }
    .team__el1{
        left: 20px;
        top: 322px;
    }
    .team__el1>img{
        width: 51px;
    }
    .team__el2{
        top: 235px;
        right: 25px;
    }
    .team__el2>img{
        width: 40px;
    }
    .team__el3{
        right: 17.84px;
        left: auto;
        top: 440px;
    }
    .team__el3>img{
        width: 51px;
    }
    .team__plash{
        left: calc(50% - 96.5px);
    }
    .team__plash>img{
        width: 193px;
    }
    .team__pers{
        left: calc(50% - 129.5px);
        top: 205px;
    }
    .team__pers>img{
        width: 259px;
    }
    .team__star{
        left: calc(50% - 29px);
        top: -20px;
    }
    .team__star>img{
        width: 58px;
    }
    .team__badge{
        width: 235px;
        height: 125px;
        left: calc(50% - 117.5px);
        top: 110px;
    }
    .team__text{
        font-size: 12px;
        left: 50px;
        top: 36px;
        width: 129px;
    }
    .team__subtitle{
        font-size: 24px;
        left: calc(50% - 116px);
        top: 95px;
    }
    .team__tg{
        display: none;
    }
}

.hand{
    background: url(../images/hand.png) 100% no-repeat;
    background-size: cover;
    background-position: top center;
    margin-top: min(-12vw, -265px);
    position: relative;
}

.hand::before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('../images/hand_element.png') 100% no-repeat;
    background-position: bottom right;
    width: 590px;
    height: 612px;
    z-index: 0;
}

.hand::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('../images/hand_el.png') 100% no-repeat;
    background-position: bottom right;
    width: 497px;
    height: 516px;
}

.hand__container{
    position: relative;
    padding: min(12vw, 265px) 0 173px;

}

.hand__text{
    font-family: 'Kharkiv Tone', sans-serif;
    color: #fff;
    font-size: 20px;
    max-width: 379px;
    margin-bottom: 199px;
}

.hand__btn{
    background: #CEF55E;
    color: #000;
    font-weight: 700;
    padding: 0 24px;
    box-shadow: 3px 3px 0 0 #000;
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 6px;
    transition: all 0.455s cubic-bezier(.785, .135, .15, .86);
    position: relative;
    font-size: 16px;
    height: 59px;
    line-height: 55px;
    font-family: 'Roboto Flex', sans-serif;
}

.hand__el1{
    position: absolute;
    top: 360px;
    right: 332.48px;
}

.hand__el2{
    position: absolute;
    top: 152px;
    right: 500.35px;
}

.hand__el3{
    position: absolute;
    top: 365px;
    left: 71px;
}

.hand__el4{
    position: absolute;
    right: -59px;
    top: 287px;
}

.hand__el5{
    position: absolute;
    left: 185px;
    top: 355.25px;
}

.hand__el6{
    position: absolute;
    left: 285.91px;
    top: 319.21px;
}

.hand__el7{
    position: absolute;
    left: 556px;
    top: 322px;
}

.hand__el8{
    position: absolute;
    left: 460.09px;
    top: 404.5px;
}

.hand__el9{
    position: absolute;
    left: 380.81px;
    top: 363.66px;
}

@media screen and (max-width: 991px){
    .hand{
        height: 595px;
        background: url(../images/hand-mob.png) 100% no-repeat;
        background-size: cover;
        background-position: top center;
        margin-top: min(-6vw, -130px);
        overflow: hidden;
    }
    .hand::before,
    .hand::after{
        content: none;
    }
    .hand__container{
        padding: 0;
    }
    .hand__box{
        padding-top: 377px;
        text-align: center;
    }
    .hand__text{
        margin: 0 auto 20px;
        font-size: 12px;
        max-width: 212px;
        text-align: center;
    }
    .hand__btn{
        height: 55px;
        line-height: 52px;
        margin: 0 auto;
    }
    .hand__el1, 
    .hand__el2,
    .hand__el3{
        display: none;
    }
    .hand__el4{
        left: -16px;
        top: 104px;
    }
    .hand__el4>img{
        height: 73px;
    }
    .hand__el5{
        top: 46px;
        left: 30px;
    }
    .hand__el5>img{
        height: 73px;
    }
    .hand__el6{
        right: 35px;
        left: auto;
        top: 43px;
    }
    .hand__el6>img{
        height: 73px;
    }
    .hand__el7{
        right: -25px;
        top: 85px;
        left: auto;
    }
    .hand__el7>img{
        height: 73px;
    }
}

.line{
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -13.5rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  overflow: hidden;
}

.line-r{
    background: #bc340f;
    width: 120vw;
    height: 4.75rem;
    padding: 0;
    transform: rotate(2deg);
}

.line-r._2 {
    background-color: #9e2f10;
    margin-top: -4rem;
    transform: rotate(0);
}

.line-r._3 {
    grid-column-gap: 2.63rem;
    grid-row-gap: 2.63rem;
    background-color: #ff4b19;
    justify-content: flex-start;
    align-items: center;
    margin-top: -3.3rem;
    display: flex;
    transform: rotate(-3deg);
}

.line-train {
    grid-column-gap: 2.63rem;
    grid-row-gap: 2.63rem;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.line-flex {
    grid-column-gap: 1.38rem;
    grid-row-gap: 1.38rem;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    line-height: 1em;
    display: flex;
}

.line-title {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 3px 2px 0 #000;
    font-size: 2.5rem;
    line-height: 1em;
    font-family: 'Kharkiv Tone', sans-serif;
}

svg:not(:root) {
    overflow: hidden;
}

.line-icon {
    color: #ffe500;
    width: 2.56rem;
    height: 2.56rem;
}

@media screen and (max-width: 991px) {
    .line{
        margin-top: -11rem;
        padding-bottom: 4rem;
    }
    .line-r, .line-r._2, .line-r._3{
        height: 3.6rem;
    }
    .line-train{
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }
    .line-flex{
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }
    .line-title{
        font-size: 1.5rem;
    }
}

.feats{
    padding-bottom: 200px;
}

.feats-list{
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    display: flex;
    margin-bottom: 170px;
}

.feats-top{
    z-index: auto;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.feats-item{
    z-index: auto;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.feats-card{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 2rem;
    z-index: 10;
    background: #cff65e;
    border: 0.13rem solid #ff00d0;
    border-radius: 1.5rem;
    width: 27.6rem;
    height: 15.2rem;
    padding: 1.25rem 1.5rem 2rem;
    transition: all 0.375s;
    position: relative;
    transform: rotate(3deg) translate(0);
    box-shadow: 0 11px #a0cf17;
}

.feats-card--2{
    background-color: #ffe500;
    background-image: none;
    border-color: #ff4b19;
    margin-left: -1.88rem;
    padding-bottom: 1.8rem;
    transform: rotate(-4deg);
    box-shadow: 0 11px #d9c40b;
}

.feats-card--2 .feats-text{
    max-width: 22rem;
}

.feats-card--3{
    background-color: #ffe500;
    border-color: #ff4b19;
    width: 27.19rem;
    transform: rotate(-8deg) translate(0);
    box-shadow: 0 11px #d9c40b;
}

.feats-card--3 .feats-description{
    display: inline-block;
}

.feats-card--4{
    box-shadow: 0 11px 0 0 #cff65e;
    width: 27.6rem;
    height: 15.2rem;
    margin-left: -2rem;
    transform: rotate(5deg) translate(0);
}

.feats-card:hover{
    z-index: 30;
    background-color: #fff;
    box-shadow: 0 11px 0 0 #ff00d0;
    transform: scale(1.1) rotate(3deg) translate(0);
}

.feats-card--2:hover{
    z-index: 40;
    border-color: #ff00d0;
    background-color: #fff;
    box-shadow: 0 11px 0 0 #ff00d0;
    transform: scale(1.1) rotate(-4deg);
}

.feats-card--3:hover{
    z-index: 40;
    border-color: #ff00d0;
    background-color: #fff;
    box-shadow: 0 11px 0 0 #ff00d0;
    transform: scale(1.1) rotate(-8deg) translate(0);
}

.feats-card--4:hover{
    box-shadow: 0 11px 0 0 #ff00d0;
    transform: scale(1.1) rotate(5deg) translate(0);
}

.feats-text{
    max-width: 18rem;
    display: block;
    font-size: 13px;
    z-index: 10;
    font-weight: 400;
    position: relative;
    font-family: 'Kharkiv Tone', sans-serif;
    color: #000;
}

.feats-box{
    text-align: right;
}

.feats-headline {
    color: #fff;
    letter-spacing: -.05em;
    -webkit-text-stroke-width: .1rem;
    -webkit-text-stroke-color: #000;
    padding-left: 3rem;
    padding-right: .25rem;
    font-family: Oi, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    display: inline;
}

.feats-description {
    color: rgb(255, 0, 208);
    text-align: right;
    font-size: 1.42rem;
    display: inline;
    font-family: 'Kharkiv Tone', sans-serif;
}

.feat-icon1 {
    z-index: -1;
    color: #b6dc4a;
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 3.5rem;
    right: 2.63rem;
}

.feat-icon2{
    z-index: -1;
    color: rgb(255, 0, 208);
    width: 5rem;
    height: 5rem;
    display: none;
    position: absolute;
    top: 3.5rem;
    right: 2.63rem;
}

.feats-line{
    background-color: #b6dc4a;
    border-radius: 100vw;
    width: 100%;
    max-width: 11.25rem;
    height: .5rem;
    padding: 0;
    position: absolute;
    top: 2.63rem;
    left: 1.38rem;
}

.feat-icon3{
    z-index: -1;
    color: #000;
    width: 100%;
    max-width: 13.38rem;
    max-height: 2.88rem;
    position: absolute;
    bottom: 4.1rem;
    right: 5rem;
}

.feats-bottom{
    z-index: auto;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}

.feats-items{
    display: flex;
    align-items: center;
    justify-content: center;
}

.feats-item{
    position: relative;
}

.feats-item--1{
    margin-right: 48.07px;
}

.feats-item-text--1{
    font-family: 'Kharkiv Tone', sans-serif;
    font-size: 42.95px;
    color: #000;
    line-height: 88.4px;
    border: 2.14px solid #000;
    background: #fff;
    height: 88.4px;
    padding: 0 39px;
    border-radius: 50px;
    transform: rotate(15deg);
}

.feats-item-elephant{
    position: absolute;
    width: 60.53px;
    left: 18.37px;
    top: 55.92px;
}

.feats-item--2{
    padding-top: 50px;
    margin-right: 33.21px;
}

.feats-item-text--2{
    font-family: 'Kharkiv Tone', sans-serif;
    font-size: 29.94px;
    color: #fff;
    line-height: 63.65px;
    border: 1.49px solid #fff;
    background: #0029FF;
    height: 61.63px;
    padding: 0 26.75px;
    border-radius: 50px;
    transform: rotate(2deg);
    position: absolute;
    top: 90px;
    left: -22.88px;
    z-index: -1;
    text-shadow: 3.15px 2.1px #000;
}

.feats-item-text--3{
    font-family: 'Kharkiv Tone', sans-serif;
    font-size: 42.95px;
    color: #fff;
    line-height: 90.4px;
    border: 2.14px solid #fff;
    background: #000;
    height: 88.4px;
    padding: 0 40.79px;
    border-radius: 50px;
    transform: rotate(-15deg);
}

.feats-item-star{
    position: absolute;
    right: 27px;
    top: 59.53px;
}

.feats-item--3{
    margin-right: 10.37px;
}

.feats-item-text--4{
    font-family: 'Kharkiv Tone', sans-serif;
    font-size: 20.34px;
    color: #000;
    height: 63.29px;
    line-height: 63.29px;
    border: 1.38px solid #fff;
    background: #CFF65E;
    padding: 0 26.19px;
    border-radius: 50px;
    transform: rotate(5deg);
    position: absolute;
    top: 90.81px;
    left: -17.43px;
    z-index: -1;
}

.feats-item--4{
    padding-top: 50px;
    margin-right: 58.97px;
}

.feats-item--5{
    position: relative;
    padding-top: 50px;
}

.feats-item--5::before{
    content: '';
    width: 336px;
    height: 249px;
    position: absolute;
    left: -42.5%;
    top: -45%;
    background: url(../images/feats-sum.png) 100% no-repeat;
    z-index: -1;
}

.feats-item-finish{
    font-family: 'Rubik One', sans-serif;
    font-size: 30.48px;
    color: #fff;
    max-width: 187px;
    text-align: center;
}

@media screen and (max-width:991px) {
    .feats-list{
        margin-bottom: 7.5rem;
    }
    .feats-top{
        flex-flow: column;
        width: 85%;
    }
    .feats-card{
        z-index: 3;
        box-shadow: 0 11px 0 0 #a0cf17;
        color: #fff;
        border-width: 0.3rem;
        width: 100%;
        transform: rotate(-5deg) translate(0);
        height: 150px;
    }
    .feats-text{
        max-width: 22rem;
        font-size: 12px;
        line-height: 14px;
    }
    .feats-headline{
        -webkit-text-stroke-width: .15rem;
        font-size: 14px;
    }
    .feats-description{
        font-size: 14px;
    }
    .feat-icon1{
        top: 2.4rem;
        right: 1.5rem;
    }
    .feat-icon2{
        display: flex;
        top: 2.4rem;
        right: 1.5rem;
    }
    .feats-line{
        max-width: 17rem;
        top: 3.2rem;
    }
    .feats-bottom{
        flex-flow: column-reverse;
        width: 85%;
    }
    .feats-card--2{
        margin-top: -2rem;
        transform: rotate(5deg);
        box-shadow: 0 11px 0 0 #d9c40b;
        margin-left: 0;
    }
    .feats-card--3{
        margin-top: -2rem;
        transform: rotate(5deg) translate(0);
    }
    .feats-card--4{
        margin-top: -2rem;
        transform: rotate(-5deg) translate(0);
        box-shadow: 0 11px 0 0 #d9c40b;
        margin-left: 0;
    }
    .feats-items{
        flex-direction: column;
        gap: 50px;
    }
    .feats-item{
        margin: 0;
    }
}

.cv{
    z-index: 1;
    margin-top: 4rem;
    position: relative;
}

.cv__container{
    position: relative;
}

.cv__top{
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    display: flex;
}

.cv__link{
    border: .19rem solid #fff;
    box-shadow: 2px 2px 0 0 #000;
    background-color: #cff65e;
    border-radius: 1.25rem;
    justify-content: space-between;
    align-items: center;
    width: 33.25rem;
    min-height: 4.4rem;
    padding: .75rem 1.75rem;
    font-size: 1.25rem;
    line-height: 1.2em;
    transition: all .375s;
    display: flex;
    max-width: 100%;
    font-family: 'Kharkiv Tone', sans-serif;
    font-size: 20px;
    color: #000;
}

.cv__link:hover{
    transform: scale(1.1);
}

.cv__link>img{
    width: 1.5rem;
}

.cv__lottie{
    width: 1200px;
    height: 700px;
    position: absolute;
    top: 0px;
    right: -350px;
}

.cv__form{
    position: relative;
}

.cv__form-wrap{
    z-index: 10;
    border: .19rem solid #000;
    background-color: #fff;
    box-shadow: 5px 4px 0 0 #000;
    border-radius: 1.25rem;
    margin-top: 5.25rem;
    padding: 3.13rem 2rem 2rem;
    position: relative;
}

.cv__form-relative{
    border-radius: 1.19rem;
    height: 28rem;
    position: relative;
    overflow: hidden;
}

.cv__form-bg{
    width: 101%;
    position: absolute;
    inset: 50% 0% 0% 50%;
    transform: translate(-50%, -50%);
}

.cv__form-block{
    z-index: 10;
    border: .19rem solid #000;
    border-radius: 1.25rem;
    height: 28rem;
    margin: 0;
    padding: 1.88rem;
    position: relative;
}

.cv__form-main{
    flex-flow: column;
    display: flex;
}

.cv__form-title{
    font-size: 40px;
    font-family: 'Kharkiv Tone', sans-serif;
    line-height: 1.2em;
    color: #000;
}

.cv__form-grid{
    grid-column-gap: 2.5rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 1.88rem;
    display: grid;
}

.cv__form-item{
    border: .19rem solid #000;
    border-radius: 1.25rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 4rem;
    margin: 0;
    padding: 0;
    display: flex;
    overflow: hidden;
}

.cv__form-label{
    z-index: 10;
    text-align: center;
    background-color: #cff65e;
    border: .19rem solid #000;
    border-radius: 1.25rem;
    justify-content: center;
    align-items: center;
    width: 9.38rem;
    height: 4rem;
    margin: 0 0 0 -.2rem;
    padding: 0;
    display: flex;
    position: relative;
    font-family: "Kharkiv Tone";
}

.cv__form-input{
    border: 1px solid #ccc;
    width: 100%;
    vertical-align: middle;
    height: 4rem;
    margin: 0 0 0 -1.5rem;
    padding: 0 0 0 2.5rem;
    font-size: 1rem;
    line-height: 1.2em;
    position: relative;
    z-index: 1;
    background-color: #fff;
    color: #000;
}

.cv__form-input:focus{
    outline: 0;
}

.cv_form-select{
    z-index: 1;
    color: #000;
    height: 4rem;
    margin: 0 0 0 -1.5rem;
    padding: 0 0 0 2.5rem;
    font-size: 1rem;
    line-height: 1.2em;
    position: relative;
    border: 1px solid #ccc;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/select.png) no-repeat right 1rem center / 1.5rem 1.5rem;
    font-family: 'Kharkiv Tone', sans-serif;
}

.cv__form-item--full{
    grid-area: span 1 / span 2 / span 1 / span 2;
}

.cv__form-button{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cv__form-btn{
    border: .19rem solid #000;
    box-shadow: 4px 3px 0 0 #000;
    background-color: #ff00d0;
    border-radius: .63rem;
    margin-top: 1.88rem;
    margin-left: auto;
    margin-right: auto;
    font-family: Roboto Flex, sans-serif;
    font-weight: 700;
    transition: all .375s cubic-bezier(.77, 0, .175, 1);
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

.cv__icons{
    width: 7rem;
    position: absolute;
    inset: .7rem auto auto 3.5rem;
}

.cv__text{
    z-index: 10;
    color: #fff;
    text-shadow: 2px 3px 0 #000;
    background-color: #fa00ff;
    border: .3rem solid #000;
    border-radius: 1.25rem;
    margin-top: -2rem;
    padding: 1.63rem 2.25rem;
    font-size: 2.25rem;
    line-height: 1em;
    position: absolute;
    inset: 0% 0% auto auto;
    transform: rotate(4.7deg);
    box-shadow: -3px 5px #fa00ff;
    font-family: 'Kharkiv Tone', sans-serif;
}

@media screen and (max-width: 991px) {
    .cv{
        margin-top: 2rem;
    }
    .cv__link{
        width: auto;
        min-height: 2rem;
        font-size: 12px;
    }
    .cv__text{
        text-align: center;
        width: 78%;
        margin-top: -4.1rem;
        padding-top: .7rem;
        padding-bottom: .7rem;
        font-size: 22px;
        left: 50%;
        transform: translate(-50%) rotate(4.7deg);
    }
    .cv__form-wrap{
        margin-top: 24rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .cv__form-relative{
        height: auto;
    }
    .cv__form-bg{
        object-fit: cover;
        height: 110%;
    }
    .cv__form-block{
        z-index: 100;
        background-image: none;
        height: auto;
        padding: 1.25rem .63rem 2.5rem;
    }
    .cv__form-title{
        color: #000;
        padding-left: .63rem;
        font-size: 2rem;
    }
    .cv__form-grid{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .cv__form-item{
        border-radius: 1rem;
        height: 40px;
        order: 1;
    }
    .cv__form-label{
        font-size: 12px;
        width: 120px;
    }
    .cv__form-input{
        font-size: 12px;
        width: calc(100% - 130px);
    }
    .cv_form-select{
        font-size: 12px;
        width: calc(100% - 120px);
        margin: 0;
    }
}

.footer{
    z-index: 1;
    margin-top: 13.13rem;
    padding-bottom: 20rem;
    position: relative;
}

.footer__container{
    z-index: 10;
    position: relative;
}

.footer__list{
    justify-content: center;
    align-items: center;
    display: flex;
}

.footer__box{
    border: .13rem solid #ff00d0;
    background-color: #000;
    box-shadow: 0 10px 0 0 #ff00d0;
    border-radius: 1.88rem;
    justify-content: space-between;
    width: 61.25rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2.56rem 2.13rem 1.75rem;
    display: flex;
    position: relative;
}

.footer__contacts{
    z-index: -1;
    max-width: 10.63rem;
    position: absolute;
    inset: -30% -5% auto auto;
}

.footer__messages{
    width: 8.13rem;
    position: absolute;
    inset: auto auto -30% -6%;
}

.footer__stars{
    width: 6.25rem;
    position: absolute;
    inset: auto -5% -30% auto;
}

.contacts__item{
    max-width: 100%;
    display: inline-block;
}

.contacts__item-box{
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.contacts__item-top{
    margin-bottom: 1rem;
    position: relative;
}

.contacts__item-icon{
    background-color: #cff65e;
    justify-content: center;
    align-items: center;
    width: 12.5rem;
    height: 2.81rem;
    display: flex;
}

.contacts__item-icon>img{
    width: 9rem;
    height: 2rem;
    color: #000;
}

.contacts__item-icon2{
    width: 3.38rem;
    position: absolute;
    inset: -50% -13% auto auto;
}

.contacts__item-icon3{
    width: 3.13rem;
    height: 3.13rem;
    margin-top: .5rem;
}

@media screen and (max-width: 991px) {
    .footer{
        margin-top: 5.63rem;
        padding-bottom: 6rem;
    }
    .footer__box{
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        box-shadow: 0 20px 0 0 var(--pink);
        border-width: .3rem;
        border-radius: 4.5rem;
        flex-flow: column;
        width: 88%;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .footer__contacts,
    .footer__messages,
    .footer__stars{
        display: none;
    }
    .cv__lottie{
        width: 100%;
        height: auto;
        right: 0;
        top: 200px;
    }
}

.features-bg-fixed {
  position: fixed;
  inset: 0;
  z-index: 0; /* ниже контента */
  background: url(../images/screen3.jpg) top center / cover no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

/* Показать фон, пока секция features активна */
body.features-active .features-bg-fixed { opacity: 1; }

/* Фон внутри трека отключаем: фон теперь фиксированный слоем выше */
.features-list {
  position: relative;  /* как у тебя и было */
  overflow: hidden;    /* как у тебя и было */
  z-index: 1;          /* поверх фиксированного фона */
}

/* Трек делаем флекс-лентой */
.features__track {
  display: flex;
  height: 100%;
  will-change: transform;
}

/* Каждый слайд = 100vw, а не 200vw (переопределяем твоё правило) */
.features .features-item {
  flex: 0 0 100vw;
  width: auto;         /* перекрываем width: 200vw из исходника */
  height: 100%;
  display: block;      /* у тебя внутри свой layout */
}

/* Внутренняя обёртка у тебя уже есть (.slide). Сохраняем текущую высоту: */
.features .slide {
  height: 957px;       /* под твой макет десктопа */
}

/* Мобайлы: у тебя уже есть высота 590px для .features-list — её оставляем.
   Если нужно, можно опционально зафиксировать высоту .slide и на мобайле: */
@media (max-width: 991px) {
  .features .slide { height: 590px; }
}