html {
    scroll-behavior: smooth
}

@font-face {
    font-family: "Bold";
    src: url(../fonts/bold.ttf)
}

@font-face {
    font-family: "Regular";
    src: url(../fonts/regular.ttf)
}

@font-face {
    font-family: "Medium";
    src: url(../fonts/medium.ttf)
}

@font-face {
    font-family: "Semi";
    src: url(../fonts/semi.ttf)
}

@font-face {
    font-family: "Extra";
    src: url(../fonts/extra.ttf)
}

@font-face {
    font-family: "Light";
    src: url(../fonts/light.ttf)
}

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

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

:focus, :active {
    outline: none
}

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

nav, footer, header, aside {
    display: block
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input, button, textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

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

a {
    color: inherit
}

:root {
    --bold: "Bold";
    --medium: "Medium";
    --light: "Light";
    --regular: "Regular";
    --semi: "Semi";
    --extra: "Extra"
}

body {
    max-width: 1440px;
    background-color: #e8f0fa;
    font-family: "Onest", sans-serif;
    margin: 0 auto
}

.container {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto
}

.desk {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.mob {
    display: none !important
}

.hidden {
    overflow: hidden
}
.thanks{
    width: 100%;
    margin-top: 200px;
    padding-bottom: 130px;
}
.thanks__body{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.thanks__body h1{
    font-family: var(--extra);
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #3d3d3d;
}
.thanks__body a{
    width: 365px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #57a1ff;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #fff
}
.about {
    width: 100%;
    position: relative
}

.about__back {
    width: 1440px;
    height: 900px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.about__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 62px 0px 0 52px;
    gap: 48px
}

.about__body-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about__body-text h2 {
    font-family: var(--extra);
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #3d3d3d;
    max-width: 350px;
}
.about__body-text h1 {
    font-family: var(--extra);
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #3d3d3d;
    max-width: 350px;
}
.about__body-text-soft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.about__body-text-soft span {
    font-size: 24px;
    font-weight: 600;
    line-height: 42px;
    text-align: left;
    color: #3d3d3d
}

.about__body-text-soft p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #3d3d3d;
    max-width: 885px
}

.about__body .winter__img {
    width: 1340px;
    height: 360px
}

.about__body .splide {
    width: 100%
}

.about__body .splide .shadow {
    position: absolute;
    right: 0;
    top: 0;
    width: 112px;
    height: 284px;
    background: linear-gradient(188.75deg, rgba(32, 32, 32, 0) -3.34%, #1E1E1E 97.82%);
    z-index: 10;
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.about__body .splide .splide__arrow {
    width: 48px;
    height: 48px;
    border-radius: 0%;
    background: #57a1ff;
    z-index: 15;
    opacity: 1;
}

.about__body .splide .splide__arrow svg {
    width: 22px;
    height: 16px;
    fill: none
}

.about__body .splide .splide__arrow--prev {
    display: none
}

.about__body .splide .splide__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 402px !important;
    margin-right: 24px !important;
    position: relative
}

.about__body .splide .splide__slide img {
    width: 100%;
    height: 284px
}

.about__body .splide .splide__slide .vid__play {
    position: absolute;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%
}

.about__body .splide .splide__slide .vid__play svg {
    width: 70px;
    height: 70px
}

.contact {
    width: 100%;
    margin-top: 100px
}

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

.contact__body h2 {
    font-family: var(--extra);
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #3d3d3d
}

.contact__body-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.contact__body-info iframe {
    width: 885px;
    height: 320px
}

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

.contact__body-info-company span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #3d3d3d
}

.contact__body-info-bot {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.contact__body-info-bot-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px
}

.contact__body-info-bot-items-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.contact__body-info-bot-items-item span {
    font-size: 16px;
    font-weight: 300;
    line-height: 19.2px;
    text-align: left;
    color: #3d3d3d
}

.contact__body-info-bot-items-item a {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    color: #3d3d3d
}

.contact__body-info-bot-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.contact__body-info-bot-social a {
    width: 32px;
    height: 32px
}

.contact__body-info-bot-social a svg {
    width: 32px;
    height: 32px
}

.feedback {
    width: 100%;
    position: relative;
    margin-top: 100px
}

.feedback__back {
    width: 100%;
    height: 900px;
    position: absolute;
    top: -91px;
    left: 0;
    z-index: -1
}

.feedback__body {
    position: relative;
    width: 100%;
    padding: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

.feedback__body-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.feedback__body-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    z-index: 2
}

.feedback__body-text h2 {
    font-family: var(--extra);
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #fff
}

.feedback__body-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    max-width: 579px;
    color: #fff
}

.feedback__body-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    z-index: 2
}

.feedback__body-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.feedback__body-form-wrap input {
    width: 324.5px;
    height: 60px;
    background: #fff;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 17.85px;
    text-align: left;
    color: #3d3d3d;
    transition: all 0.3s ease;
}
.feedback__body-form-wrap input.error{
    border: 1px solid red;
}
.feedback__body-form button {
    width: 665px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #57a1ff;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #fff
}
.call__back{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateY(-10%);
}
.call__back.active{
    opacity: 1;
    transform: translateY(0);
}
.call__back-main{
    width: 48px;
    height: 48px;
    background: transparent;
    rotate: 45deg;
    transition: all 0.3s ease;
}
.call__back-main.active{
    rotate: 180deg;
}
.call__back-main svg{
    width: 48px;
    height: 48px;
}
.call__back-soft{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
    height: 0;
    overflow: hidden;
}
.call__back-soft.active{
    height: 176px;
}
.call__back-soft a{
    width: 48px;
    height: 48px;
}
.call__back-soft a svg{
    width: 48px;
    height: 48px;
}
.footer {
    width: 100%;
    background: #cadffb;
    margin-top: 100px;
    padding: 48px 0
}

.footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 64px
}

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

.footer__body-bot span {
    font-size: 12px;
    font-weight: 300;
    line-height: 15.3px;
    text-align: center;
    color: #3d3d3d
}

.footer__body-bot a {
    font-size: 12px;
    font-weight: 300;
    line-height: 15.3px;
    text-align: center;
    color: #3d3d3d
}

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

.footer__body-top-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.footer__body-top-logo a {
    width: 178px;
    height: 44px
}

.footer__body-top-logo a img {
    width: 100%;
    height: 100%
}

.footer__body-top-logo p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    max-width: 177px;
    color: #3d3d3d
}

.footer__body-top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 87px
}

.footer__body-top-info-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 83px
}

.footer__body-top-info-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.footer__body-top-info-menu ul span {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #3d3d3d;
    margin-bottom: 12px
}

.footer__body-top-info-menu ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #3d3d3d
}

.footer__body-top-info-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px
}

.footer__body-top-info-cont-do {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 34px
}

.footer__body-top-info-cont-do-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.footer__body-top-info-cont-do-items-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.footer__body-top-info-cont-do-items-item span {
    font-size: 16px;
    font-weight: 300;
    line-height: 19.2px;
    text-align: left;
    color: #3d3d3d
}

.footer__body-top-info-cont-do-items-item a {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    color: #3d3d3d
}

.footer__body-top-info-cont-do-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 341px;
    height: 60px;
    background: #57a1ff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #fff
}

.footer__body-top-info-cont-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 33px
}

.footer__body-top-info-cont-social a {
    width: 24px;
    height: 24px
}

.footer__body-top-info-cont-social a svg {
    width: 24px;
    height: 24px
}

.header {
    width: 100%;
    padding: 40px 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(182, 182, 182, .1607843137);
    box-shadow: 0px 0px 20px 0px rgba(182, 182, 182, .1607843137)
}

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

.header__body-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 64px
}

.header__body-start-logo {
    width: 116px;
    height: 28px
}

.header__body-start-logo img {
    width: 100%;
    height: 100%
}

.header__body-start-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px
}

.header__body-start-menu-list li {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    font-weight: 400;
    color: #3d3d3d
}

.header__body-start-menu-list li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px
}

.header__body-start-menu-list li span svg {
    width: 12px;
    height: 7px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header__body-start-menu-list .serv__link {
    position: relative;
    cursor: pointer
}

.header__body-start-menu-list .serv__link .serv__wrap {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 24px;
    top: 150%;
    left: 0;
    background: #cadffb;
    border-radius: 10px;
    gap: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 20;
    display: none
}

.header__body-start-menu-list .serv__link .serv__wrap a {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    font-weight: 400;
    color: #3d3d3d;
    white-space: nowrap
}

.header__body-start-menu-list .serv__link .serv__wrap.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__body-start-menu-list .serv__link.active svg {
    rotate: 180deg
}

.header__body-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.header__body-end-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.header__body-end-cont a {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: right;
    color: #3d3d3d
}

.header__body-end-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #fff;
    padding: 20px 48px;
    background: #57a1ff
}

.honest {
    width: 100%;
    position: relative;
    margin-top: 100px
}

.honest__back {
    width: 100%;
    height: 900px;
    position: absolute;
    top: -251px;
    left: 0;
    z-index: -1
}

.honest__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 62px 0px 0 52px;
    gap: 48px
}

.honest__body h2 {
    font-family: var(--extra);
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #3d3d3d
}

.honest__body .splide {
    width: 100%
}

.honest__body .splide .shadow {
    position: absolute;
    right: 0;
    top: 0;
    width: 112px;
    height: 488px;
    background: linear-gradient(188.75deg, rgba(32, 32, 32, 0) -3.34%, #1E1E1E 97.82%);
    z-index: 10;
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.honest__body .splide .splide__arrow {
    width: 48px;
    height: 48px;
    border-radius: 0%;
    background: #57a1ff;
    z-index: 15;
    opacity: 1;
}

.honest__body .splide .splide__arrow svg {
    width: 22px;
    height: 16px;
    fill: none
}

.honest__body .splide .splide__arrow--prev {
    display: none
}

.honest__body .splide .splide__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 402px !important;
    margin-right: 24px !important;
    position: relative;
    background: #fff;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px
}

.honest__body .splide .splide__slide img {
    width: 100%;
    height: 280px
}

.honest__body .splide .splide__slide-text {
    padding: 0 0 48px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.honest__body .splide .splide__slide-text span {
    font-family: var(--extra);
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    color: #3d3d3d
}

.honest__body .splide .splide__slide-text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.4px;
    text-align: left;
    color: #3d3d3d
}

.main {
    width: 100%
}

.main__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 100px;
    height: 792px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px
}

.main__body-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.main__body-title {
    font-family: var(--extra);
    font-size: 48px;
    font-weight: 700;
    line-height: 59px;
    text-align: left;
    color: #fff
}

.main__body-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main__body-block-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 48px;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px
}

.main__body-block-items-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.main__body-block-items-item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px
}

.main__body-block-items-item-text span {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    color: #fff
}

.main__body-block-items-item-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #fff
}

.main__body-block-items-item:nth-child(1) {
    width: 282px
}

.main__body-block-items-item:nth-child(3) {
    width: 282px
}

.main__body-block-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #fff;
    padding: 20px 48px;
    background: #57a1ff;
    white-space: nowrap
}

.price {
    width: 100%;
    margin-top: 100px;
    position: relative
}

.price__back {
    width: 100%;
    height: 900px;
    position: absolute;
    top: 86px;
    left: 0;
    z-index: -1
}

.price__back.inst {
    top: 182px
}

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

.price__body h2 {
    font-family: var(--extra);
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #3d3d3d
}

.price__body p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #3d3d3d;
    max-width: 885px
}

.price__body p span {
    font-weight: 500
}

.project {
    width: 100%;
    margin-top: 100px
}

.project__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.project__body-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px
}

.project__body-main h2 {
    font-family: var(--extra);
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #3d3d3d
}

.project__body-main-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.project__body-main-block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
    width: 430px;
    background: #fff
}

.project__body-main-block-item img {
    width: 100%;
    height: 283px
}

.project__body-main-block-item-text {
    padding: 0 0 48px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 19px
}

.project__body-main-block-item-text h3 {
    font-family: var(--extra);
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    color: #3d3d3d
}

.project__body-main-block-item-text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.4px;
    text-align: left;
    color: #3d3d3d
}

.project__body-main-block-item-text p span {
    font-weight: 500
}

.project__body-soft {
    width: 100%;
    padding: 64px 50px;
    background: url(../images/dist/soft__back.png) center no-repeat;
    background-size: cover
}

.project__body-soft p {
    font-family: var(--extra);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #3d3d3d
}

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

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

:focus, :active {
    outline: none
}

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

nav, footer, header, aside {
    display: block
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input, button, textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

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

a {
    color: inherit
}

.services {
    width: 100%;
    margin-top: 100px;
    position: relative
}

.services__back {
    width: 100%;
    height: 900px;
    position: absolute;
    top: 66px;
    left: 0;
    z-index: -1
}

.services__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px
}

.services__body-title {
    font-family: var(--extra);
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #3d3d3d
}

.services__body-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 23px
}

.services__body-block-item {
    width: 431px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 572px;
    background: #fff;
    padding: 0 0 48px 0
}

.services__body-block-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px
}

.services__body-block-item-top img {
    width: 100%;
    height: 280px
}

.services__body-block-item-top-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding: 0 32px 48px
}

.services__body-block-item-top-text span {
    font-family: var(--extra);
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #3d3d3d
}

.services__body-block-item-top-text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.4px;
    text-align: left;
    color: #3d3d3d
}

.services__body-block-item a {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.4px;
    text-align: left;
    color: #3d3d3d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-left: 48px
}

.services__body-block-item a svg {
    width: 24px;
    height: 24px
}

.stage {
    width: 100%;
    margin-top: 100px
}

.stage__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px
}

.stage__body-title {
    font-family: var(--extra);
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #3d3d3d
}

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

.stage__body-block-item {
    width: 248px;
    min-height: 208px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    background: #fff;
    padding: 24px
}

.stage__body-block-item span {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #3d3d3d
}

.stage__body-block-item p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.4px;
    text-align: left;
    color: #3d3d3d
}

.why {
    width: 100%;
    margin-top: 100px
}

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

.why__body-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.why__body-text h2 {
    font-family: var(--extra);
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #3d3d3d
}

.why__body-text span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #3d3d3d
}

.why__body-text span svg {
    width: 24px;
    height: 24px
}

.why__body-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.why__body-block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    background: #fff;
    width: 885px
}

.why__body-block-item img {
    min-width: 382px;
    height: 180px
}

.why__body-block-item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.why__body-block-item-text-name {
    font-family: var(--extra);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #3d3d3d
}

.why__body-block-item-text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.4px;
    text-align: left;
    color: #3d3d3d
}

.why__body-block-item-text p span {
    font-weight: 500
}

.winter {
    width: 100%;
    margin-top: 100px
}

.winter__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px
}

.winter__body-title {
    font-family: var(--extra);
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #3d3d3d
}

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

.winter__body-block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    background: #fff;
    width: 657px
}

.winter__body-block-item span {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #3d3d3d
}

.winter__body-block-item p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    color: #3d3d3d
}

@media (max-width: 1440px) {
    html {
        font-size: .0694444444vw
    }

    body {
        max-width: 1440rem;
        background-color: #e8f0fa;
        font-family: "Onest", sans-serif;
        margin: 0 auto
    }

    .container {
        max-width: 1340rem;
        width: 100%;
        margin: 0 auto
    }
    .thanks{
        width: 100%;
        margin-top: 200rem;
        padding-bottom: 130rem;
    }
    .thanks__body{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40rem;
    }
    .thanks__body h1{
        font-family: var(--extra);
        font-size: 40rem;
        font-weight: 700;
        line-height: 42rem;
        text-align: left;
        color: #3d3d3d;
    }
    .thanks__body a{
        width: 365rem;
        height: 60rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #57a1ff;
        font-size: 16rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        color: #fff
    }
    .about {
        width: 100%;
        position: relative
    }

    .about__back {
        width: 100%;
        height: 900rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }

    .about__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 62rem 0rem 0 52rem;
        gap: 48rem
    }

    .about__body-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .about__body-text h2 {
        font-family: var(--extra);
        font-size: 40rem;
        font-weight: 700;
        line-height: 42rem;
        text-align: left;
        color: #3d3d3d;
        max-width: 350rem;
    }
    .about__body-text h1 {
        font-family: var(--extra);
        font-size: 40rem;
        font-weight: 700;
        line-height: 42rem;
        text-align: left;
        color: #3d3d3d;
        max-width: 350rem;
    }
    .about__body-text-soft {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10rem
    }

    .about__body-text-soft span {
        font-size: 24rem;
        font-weight: 600;
        line-height: 42rem;
        text-align: left;
        color: #3d3d3d
    }

    .about__body-text-soft p {
        font-size: 24rem;
        font-weight: 400;
        line-height: 32rem;
        text-align: left;
        color: #3d3d3d;
        max-width: 885rem
    }

    .about__body .winter__img {
        width: 1340rem;
        height: 360rem
    }

    .about__body .splide {
        width: 100%
    }

    .about__body .splide .shadow {
        position: absolute;
        right: 0;
        top: 0;
        width: 112rem;
        height: 284rem;
        background: linear-gradient(188.75deg, rgba(32, 32, 32, 0) -3.34%, #1E1E1E 97.82%);
        z-index: 10;
        -webkit-filter: blur(5rem);
        filter: blur(5rem)
    }

    .about__body .splide .splide__arrow {
        width: 48rem;
        height: 48rem;
        border-radius: 0%;
        background: #57a1ff;
        z-index: 15;
        opacity: 1;
    }

    .about__body .splide .splide__arrow svg {
        width: 22rem;
        height: 16rem;
        fill: none
    }

    .about__body .splide .splide__arrow--prev {
        display: none
    }

    .about__body .splide .splide__slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 402rem !important;
        margin-right: 24rem !important;
        position: relative
    }

    .about__body .splide .splide__slide img {
        width: 100%;
        height: 284rem
    }

    .about__body .splide .splide__slide .vid__play {
        position: absolute;
        width: 70rem;
        height: 70rem;
        background: rgba(0, 0, 0, 0);
        border-radius: 50%
    }

    .about__body .splide .splide__slide .vid__play svg {
        width: 70rem;
        height: 70rem
    }

    .contact {
        width: 100%;
        margin-top: 100rem
    }

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

    .contact__body h2 {
        font-family: var(--extra);
        font-size: 36rem;
        font-weight: 700;
        line-height: 42rem;
        text-align: left;
        color: #3d3d3d
    }

    .contact__body-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .contact__body-info iframe {
        width: 885rem;
        height: 320rem
    }

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

    .contact__body-info-company span {
        font-size: 18rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        color: #3d3d3d
    }

    .contact__body-info-bot {
        margin-top: 24rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .contact__body-info-bot-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 48rem
    }

    .contact__body-info-bot-items-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10rem
    }

    .contact__body-info-bot-items-item span {
        font-size: 16rem;
        font-weight: 300;
        line-height: 19.2rem;
        text-align: left;
        color: #3d3d3d
    }

    .contact__body-info-bot-items-item a {
        font-size: 18rem;
        font-weight: 400;
        line-height: 21.6rem;
        text-align: left;
        color: #3d3d3d
    }

    .contact__body-info-bot-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24rem
    }

    .contact__body-info-bot-social a {
        width: 32rem;
        height: 32rem
    }

    .contact__body-info-bot-social a svg {
        width: 32rem;
        height: 32rem
    }

    .feedback {
        width: 100%;
        position: relative;
        margin-top: 100rem
    }

    .feedback__back {
        width: 100%;
        height: 900rem;
        position: absolute;
        top: -91rem;
        left: 0;
        z-index: -1
    }

    .feedback__body {
        position: relative;
        width: 100%;
        padding: 64rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32rem
    }

    .feedback__body-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0
    }

    .feedback__body-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        z-index: 2
    }

    .feedback__body-text h2 {
        font-family: var(--extra);
        font-size: 36rem;
        font-weight: 700;
        line-height: 42rem;
        text-align: left;
        color: #fff
    }

    .feedback__body-text p {
        font-size: 16rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        max-width: 579rem;
        color: #fff
    }

    .feedback__body-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        z-index: 2
    }

    .feedback__body-form-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16rem
    }

    .feedback__body-form-wrap input {
        width: 324.5rem;
        height: 60rem;
        background: #fff;
        padding-left: 20rem;
        font-size: 14rem;
        font-weight: 300;
        line-height: 17.85rem;
        text-align: left;
        color: #3d3d3d
    }
    .feedback__body-form-wrap input.error{
        border: 1rem solid red;
    }
    .feedback__body-form button {
        width: 665rem;
        height: 60rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #57a1ff;
        font-size: 16rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        color: #fff
    }
    .call__back{
        position: fixed;
        bottom: 50rem;
        right: 50rem;
        z-index: 20;
        display: flex;
        flex-direction: column;
        gap: 16rem;
        align-items: center;
        opacity: 0;
        transition: all 0.3s ease;
    }
    .call__back.active{
        opacity: 1;
        transform: translateY(0);
    }
    .call__back-main{
        width: 48rem;
        height: 48rem;
        background: transparent;

    }
    .call__back-main svg{
        width: 48rem;
        height: 48rem;
    }
    .call__back-soft{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16rem;
        transition: all 0.3s ease;
        height: 0;
    }
    .call__back-soft.active{
        height: 176rem;
    }
    .call__back-soft a{
        width: 48rem;
        height: 48rem;
    }
    .call__back-soft a svg{
        width: 48rem;
        height: 48rem;
    }
    .footer {
        width: 100%;
        background: #cadffb;
        margin-top: 100rem;
        padding: 48rem 0
    }

    .footer__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 64rem
    }

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

    .footer__body-bot span {
        font-size: 12rem;
        font-weight: 300;
        line-height: 15.3rem;
        text-align: center;
        color: #3d3d3d
    }

    .footer__body-bot a {
        font-size: 12rem;
        font-weight: 300;
        line-height: 15.3rem;
        text-align: center;
        color: #3d3d3d
    }

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

    .footer__body-top-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .footer__body-top-logo a {
        width: 178rem;
        height: 44rem
    }

    .footer__body-top-logo a img {
        width: 100%;
        height: 100%
    }

    .footer__body-top-logo p {
        font-size: 18rem;
        font-weight: 500;
        line-height: 28rem;
        text-align: left;
        max-width: 177rem;
        color: #3d3d3d
    }

    .footer__body-top-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 87rem
    }

    .footer__body-top-info-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 83rem
    }

    .footer__body-top-info-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12rem
    }

    .footer__body-top-info-menu ul span {
        font-size: 18rem;
        font-weight: 500;
        line-height: 24rem;
        text-align: left;
        color: #3d3d3d;
        margin-bottom: 12rem
    }

    .footer__body-top-info-menu ul li {
        font-size: 16rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        color: #3d3d3d
    }

    .footer__body-top-info-cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 48rem
    }

    .footer__body-top-info-cont-do {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 34rem
    }

    .footer__body-top-info-cont-do-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24rem
    }

    .footer__body-top-info-cont-do-items-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10rem
    }

    .footer__body-top-info-cont-do-items-item span {
        font-size: 16rem;
        font-weight: 300;
        line-height: 19.2rem;
        text-align: left;
        color: #3d3d3d
    }

    .footer__body-top-info-cont-do-items-item a {
        font-size: 18rem;
        font-weight: 400;
        line-height: 21.6rem;
        text-align: left;
        color: #3d3d3d
    }

    .footer__body-top-info-cont-do-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 341rem;
        height: 60rem;
        background: #57a1ff;
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.2rem;
        text-align: left;
        color: #fff
    }

    .footer__body-top-info-cont-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 33rem
    }

    .footer__body-top-info-cont-social a {
        width: 24rem;
        height: 24rem
    }

    .footer__body-top-info-cont-social a svg {
        width: 24rem;
        height: 24rem
    }

    .header {
        width: 100%;
        padding: 40rem 0;
        -webkit-box-shadow: 0rem 0rem 20rem 0rem rgba(182, 182, 182, .1607843137);
        box-shadow: 0rem 0rem 20rem 0rem rgba(182, 182, 182, .1607843137)
    }

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

    .header__body-start {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 64rem
    }

    .header__body-start-logo {
        width: 116rem;
        height: 28rem
    }

    .header__body-start-logo img {
        width: 100%;
        height: 100%
    }

    .header__body-start-menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48rem
    }

    .header__body-start-menu-list li {
        font-size: 16rem;
        line-height: 18rem;
        text-align: left;
        font-weight: 400;
        color: #3d3d3d
    }

    .header__body-start-menu-list li span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 7rem
    }

    .header__body-start-menu-list li span svg {
        width: 12rem;
        height: 7rem;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .header__body-start-menu-list .serv__link {
        position: relative;
        cursor: pointer
    }

    .header__body-start-menu-list .serv__link .serv__wrap {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24rem 24rem;
        top: 150%;
        left: 0;
        background: #cadffb;
        border-radius: 10rem;
        gap: 10rem;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        display: none
    }

    .header__body-start-menu-list .serv__link .serv__wrap a {
        font-size: 16rem;
        line-height: 18rem;
        text-align: left;
        font-weight: 400;
        color: #3d3d3d;
        white-space: nowrap
    }

    .header__body-start-menu-list .serv__link .serv__wrap.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__body-start-menu-list .serv__link.active svg {
        rotate: 180deg
    }

    .header__body-end {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24rem
    }

    .header__body-end-cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .header__body-end-cont a {
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.2rem;
        text-align: right;
        color: #3d3d3d
    }

    .header__body-end-btn {
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.2rem;
        text-align: left;
        color: #fff;
        padding: 20rem 48rem;
        background: #57a1ff
    }

    .honest {
        width: 100%;
        position: relative;
        margin-top: 100rem
    }

    .honest__back {
        width: 100%;
        height: 900rem;
        position: absolute;
        top: -251rem;
        left: 0;
        z-index: -1
    }

    .honest__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 62rem 0rem 0 52rem;
        gap: 48rem
    }

    .honest__body h2 {
        font-family: var(--extra);
        font-size: 40rem;
        font-weight: 700;
        line-height: 42rem;
        text-align: left;
        color: #3d3d3d
    }

    .honest__body .splide {
        width: 100%
    }

    .honest__body .splide .shadow {
        position: absolute;
        right: 0;
        top: 0;
        width: 112rem;
        height: 488rem;
        background: linear-gradient(188.75deg, rgba(32, 32, 32, 0) -3.34%, #1E1E1E 97.82%);
        z-index: 10;
        -webkit-filter: blur(5rem);
        filter: blur(5rem)
    }

    .honest__body .splide .splide__arrow {
        width: 48rem;
        height: 48rem;
        border-radius: 0%;
        background: #57a1ff;
        z-index: 15;
        opacity: 1;
    }

    .honest__body .splide .splide__arrow svg {
        width: 22rem;
        height: 16rem;
        fill: none
    }

    .honest__body .splide .splide__arrow--prev {
        display: none
    }

    .honest__body .splide .splide__slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 402rem !important;
        margin-right: 24rem !important;
        position: relative;
        background: #fff;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48rem
    }

    .honest__body .splide .splide__slide img {
        width: 100%;
        height: 280rem
    }

    .honest__body .splide .splide__slide-text {
        padding: 0 0 48rem 48rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .honest__body .splide .splide__slide-text span {
        font-family: var(--extra);
        font-size: 32rem;
        font-weight: 700;
        line-height: 38rem;
        text-align: left;
        color: #3d3d3d
    }

    .honest__body .splide .splide__slide-text p {
        font-size: 16rem;
        font-weight: 300;
        line-height: 20.4rem;
        text-align: left;
        color: #3d3d3d
    }

    .main {
        width: 100%
    }

    .main__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 100rem;
        height: 792rem;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48rem
    }

    .main__body-img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }

    .main__body-title {
        font-family: var(--extra);
        font-size: 48rem;
        font-weight: 700;
        line-height: 59rem;
        text-align: left;
        color: #fff
    }

    .main__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .main__body-block-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 48rem;
        -webkit-column-gap: 48rem;
        -moz-column-gap: 48rem;
        column-gap: 48rem
    }

    .main__body-block-items-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24rem
    }

    .main__body-block-items-item-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5rem
    }

    .main__body-block-items-item-text span {
        font-size: 16rem;
        font-weight: 600;
        line-height: 19rem;
        text-align: left;
        color: #fff
    }

    .main__body-block-items-item-text p {
        font-size: 16rem;
        font-weight: 400;
        line-height: 19rem;
        text-align: left;
        color: #fff
    }

    .main__body-block-items-item:nth-child(1) {
        width: 282rem
    }

    .main__body-block-items-item:nth-child(3) {
        width: 282rem
    }

    .main__body-block-btn {
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.2rem;
        text-align: left;
        color: #fff;
        padding: 20rem 48rem;
        background: #57a1ff;
        white-space: nowrap
    }

    .price {
        width: 100%;
        margin-top: 100rem;
        position: relative
    }

    .price__back {
        width: 100%;
        height: 900rem;
        position: absolute;
        top: 86rem;
        left: 0;
        z-index: -1
    }

    .price__back.inst {
        top: 182rem
    }

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

    .price__body h2 {
        font-family: var(--extra);
        font-size: 40rem;
        font-weight: 700;
        line-height: 42rem;
        text-align: left;
        color: #3d3d3d
    }

    .price__body p {
        font-size: 24rem;
        font-weight: 400;
        line-height: 32rem;
        text-align: left;
        color: #3d3d3d;
        max-width: 885rem
    }

    .price__body p span {
        font-weight: 500
    }

    .project {
        width: 100%;
        margin-top: 100rem
    }

    .project__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .project__body-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48rem
    }

    .project__body-main h2 {
        font-family: var(--extra);
        font-size: 40rem;
        font-weight: 700;
        line-height: 42rem;
        text-align: left;
        color: #3d3d3d
    }

    .project__body-main-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .project__body-main-block-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48rem;
        width: 430rem;
        background: #fff
    }

    .project__body-main-block-item img {
        width: 100%;
        height: 283rem
    }

    .project__body-main-block-item-text {
        padding: 0 0 48rem 48rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 19rem
    }

    .project__body-main-block-item-text h3 {
        font-family: var(--extra);
        font-size: 32rem;
        font-weight: 700;
        line-height: 38rem;
        text-align: left;
        color: #3d3d3d
    }

    .project__body-main-block-item-text p {
        font-size: 16rem;
        font-weight: 300;
        line-height: 20.4rem;
        text-align: left;
        color: #3d3d3d
    }

    .project__body-main-block-item-text p span {
        font-weight: 500
    }

    .project__body-soft {
        width: 100%;
        padding: 64rem 50rem;
        background: url(../images/dist/soft__back.png) center no-repeat;
        background-size: cover
    }

    .project__body-soft p {
        font-family: var(--extra);
        font-size: 24rem;
        font-weight: 700;
        line-height: 32rem;
        text-align: center;
        color: #3d3d3d
    }

    .services {
        width: 100%;
        margin-top: 100rem;
        position: relative
    }

    .services__back {
        width: 100%;
        height: 900rem;
        position: absolute;
        top: 66rem;
        left: 0;
        z-index: -1
    }

    .services__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48rem
    }

    .services__body-title {
        font-family: var(--extra);
        font-size: 40rem;
        font-weight: 700;
        line-height: 42rem;
        text-align: left;
        color: #3d3d3d
    }

    .services__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 23rem
    }

    .services__body-block-item {
        width: 431rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 572rem;
        background: #fff;
        padding: 0 0 48rem 0
    }

    .services__body-block-item-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48rem
    }

    .services__body-block-item-top img {
        width: 100%;
        height: 280rem
    }

    .services__body-block-item-top-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        padding: 0 32rem 48rem
    }

    .services__body-block-item-top-text span {
        font-family: var(--extra);
        font-size: 32rem;
        font-weight: 700;
        line-height: 36rem;
        text-align: left;
        color: #3d3d3d
    }

    .services__body-block-item-top-text p {
        font-size: 16rem;
        font-weight: 300;
        line-height: 20.4rem;
        text-align: left;
        color: #3d3d3d
    }

    .services__body-block-item a {
        font-size: 16rem;
        font-weight: 300;
        line-height: 20.4rem;
        text-align: left;
        color: #3d3d3d;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        margin-left: 48rem
    }

    .services__body-block-item a svg {
        width: 24rem;
        height: 24rem
    }

    .stage {
        width: 100%;
        margin-top: 100rem
    }

    .stage__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48rem
    }

    .stage__body-title {
        font-family: var(--extra);
        font-size: 40rem;
        font-weight: 700;
        line-height: 42rem;
        text-align: left;
        color: #3d3d3d
    }

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

    .stage__body-block-item {
        width: 248rem;
        min-height: 208rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        background: #fff;
        padding: 24rem
    }

    .stage__body-block-item span {
        font-size: 24rem;
        font-weight: 400;
        line-height: 28rem;
        text-align: left;
        color: #3d3d3d
    }

    .stage__body-block-item p {
        font-size: 16rem;
        font-weight: 300;
        line-height: 20.4rem;
        text-align: left;
        color: #3d3d3d
    }

    .why {
        width: 100%;
        margin-top: 100rem
    }

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

    .why__body-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .why__body-text h2 {
        font-family: var(--extra);
        font-size: 40rem;
        font-weight: 700;
        line-height: 42rem;
        text-align: left;
        color: #3d3d3d
    }

    .why__body-text span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        font-size: 18rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        color: #3d3d3d
    }

    .why__body-text span svg {
        width: 24rem;
        height: 24rem
    }

    .why__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20rem
    }

    .why__body-block-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24rem;
        background: #fff;
        width: 885rem
    }

    .why__body-block-item img {
        min-width: 382rem;
        height: 180rem
    }

    .why__body-block-item-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .why__body-block-item-text-name {
        font-family: var(--extra);
        font-size: 24rem;
        font-weight: 700;
        line-height: 32rem;
        text-align: left;
        color: #3d3d3d
    }

    .why__body-block-item-text p {
        font-size: 16rem;
        font-weight: 300;
        line-height: 20.4rem;
        text-align: left;
        color: #3d3d3d
    }

    .why__body-block-item-text p span {
        font-weight: 500
    }

    .winter {
        width: 100%;
        margin-top: 100rem
    }

    .winter__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48rem
    }

    .winter__body-title {
        font-family: var(--extra);
        font-size: 40rem;
        font-weight: 700;
        line-height: 42rem;
        text-align: left;
        color: #3d3d3d
    }

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

    .winter__body-block-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        padding: 24rem;
        background: #fff;
        width: 657rem
    }

    .winter__body-block-item span {
        font-size: 24rem;
        font-weight: 400;
        line-height: 28rem;
        text-align: left;
        color: #3d3d3d
    }

    .winter__body-block-item p {
        font-size: 16rem;
        font-weight: 300;
        line-height: 24rem;
        text-align: left;
        color: #3d3d3d
    }
}

@media (max-width: 780px) {
    html {
        font-size: .2564102564vw
    }

    .desk {
        display: none !important
    }

    .mob {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    body {
        max-width: 390rem;
        background-color: #e8f0fa;
        font-family: "Onest", sans-serif;
        margin: 0 auto
    }

    .container {
        max-width: 342rem;
        width: 100%;
        margin: 0 auto
    }
    .thanks{
        width: 100%;
        margin-top: 100rem;
        padding-bottom: 100rem;
    }
    .thanks__body{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40rem;
    }
    .thanks__body h1{
        font-family: var(--extra);
        font-size: 24rem;
        font-weight: 700;
        line-height: 28rem;
        text-align: left;
        color: #3d3d3d;
    }
    .thanks__body a{
        width: 342rem;
        height: 60rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #57a1ff;
        font-size: 16rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        color: #fff
    }
    .about {
        width: 100%;
        position: relative;
        padding-top: 60rem
    }

    .about__back {
        width: 100%;
        height: 900rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: none
    }

    .about__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 100rem 0rem 0 24rem;
        gap: 24rem
    }

    .about__body-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        padding-right: 24rem;
    }

    .about__body-text h2 {
        font-family: var(--extra);
        font-size: 24rem;
        font-weight: 700;
        line-height: 28rem;
        text-align: left;
        color: #3d3d3d
    }
    .about__body-text h1 {
        font-family: var(--extra);
        font-size: 24rem;
        font-weight: 700;
        line-height: 28rem;
        text-align: left;
        color: #3d3d3d
    }
    .about__body-text-soft {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10rem
    }

    .about__body-text-soft span {
        font-size: 16rem;
        font-weight: 600;
        line-height: 24rem;
        text-align: left;
        color: #3d3d3d
    }

    .about__body-text-soft p {
        font-size: 15rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        color: #3d3d3d;
        max-width: 885rem
    }

    .about__body .winter__img {
        width: 100%;
        height: 360rem
    }

    .about__body .splide {
        width: 100%
    }

    .about__body .splide .shadow {
        position: absolute;
        right: 0;
        top: 0;
        width: 75rem;
        height: 320rem;
        background: linear-gradient(188.75deg, rgba(32, 32, 32, 0) -3.34%, #1E1E1E 97.82%);
        z-index: 10;
        -webkit-filter: blur(5rem);
        filter: blur(5rem);
        opacity: 0.5;
    }

    .about__body .splide .splide__arrow {
        width: 60rem;
        height: 60rem;
        border-radius: 0%;
        background: #57a1ff;
        z-index: 15;
        opacity: 1;
    }

    .about__body .splide .splide__arrow svg {
        width: 26rem;
        height: 20rem;
        fill: none
    }

    .about__body .splide .splide__arrow--prev {
        display: none
    }

    .about__body .splide .splide__slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 274rem !important;
        margin-right: 16rem !important;
        position: relative
    }

    .about__body .splide .splide__slide img {
        width: 100%;
        height: 320rem
    }

    .about__body .splide .splide__slide .vid__play {
        position: absolute;
        width: 70rem;
        height: 70rem;
        background: rgba(0, 0, 0, 0);
        border-radius: 50%
    }

    .about__body .splide .splide__slide .vid__play svg {
        width: 70rem;
        height: 70rem
    }

    .contact {
        width: 100%;
        margin-top: 50rem
    }

    .contact__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        width: 100%
    }

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

    .contact__body h2 {
        font-family: var(--extra);
        font-size: 24rem;
        font-weight: 700;
        line-height: 28rem;
        text-align: left;
        color: #3d3d3d
    }

    .contact__body-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .contact__body-info iframe {
        width: 342rem;
        height: 260rem
    }

    .contact__body-info-company {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem;
        width: 100%
    }

    .contact__body-info-company span {
        font-size: 18rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        color: #3d3d3d
    }

    .contact__body-info-bot {
        margin-top: 0rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .contact__body-info-bot-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24rem
    }

    .contact__body-info-bot-items-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10rem
    }

    .contact__body-info-bot-items-item span {
        font-size: 16rem;
        font-weight: 300;
        line-height: 19.2rem;
        text-align: left;
        color: #3d3d3d
    }

    .contact__body-info-bot-items-item a {
        font-size: 18rem;
        font-weight: 400;
        line-height: 21.6rem;
        text-align: left;
        color: #3d3d3d
    }

    .contact__body-info-bot-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24rem
    }

    .contact__body-info-bot-social a {
        width: 32rem;
        height: 32rem
    }

    .contact__body-info-bot-social a svg {
        width: 32rem;
        height: 32rem
    }

    .feedback {
        width: 100%;
        position: relative;
        margin-top: 50rem;
        padding-top: 50rem;
    }

    .feedback__back {
        width: 100%;
        height: 900rem;
        position: absolute;
        top: -91rem;
        left: 0;
        z-index: -1;
        display: none
    }

    .feedback__mob {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .feedback__body {
        position: relative;
        width: 100%;
        padding: 64rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32rem
    }

    .feedback__body-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 1340rem;
        height: 100%;
        z-index: 0
    }

    .feedback__body-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        z-index: 2
    }

    .feedback__body-text h2 {
        font-family: var(--extra);
        font-size: 24rem;
        font-weight: 700;
        line-height: 28rem;
        text-align: left;
        color: #fff
    }

    .feedback__body-text p {
        font-size: 16rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        max-width: 579rem;
        color: #fff
    }

    .feedback__body-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32rem;
        z-index: 2
    }

    .feedback__body-form-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .feedback__body-form-wrap input {
        width: 342rem;
        height: 60rem;
        background: #fff;
        padding-left: 20rem;
        font-size: 14rem;
        font-weight: 300;
        line-height: 17.85rem;
        text-align: left;
        color: #3d3d3d
    }
    .feedback__body-form-wrap input.error{
        border: 1rem solid red;
    }
    .feedback__body-form button {
        width: 342rem;
        height: 60rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #57a1ff;
        font-size: 16rem;
        font-weight: 400;
        line-height: 18rem;
        text-align: left;
        color: #fff
    }

    .footer {
        width: 100%;
        background: #cadffb;
        margin-top: 50rem;
        padding: 48rem 0
    }

    .footer__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48rem
    }

    .footer__body-bot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .footer__body-bot span {
        font-size: 12rem;
        font-weight: 300;
        line-height: 15.3rem;
        text-align: center;
        color: #3d3d3d
    }

    .footer__body-bot a {
        font-size: 12rem;
        font-weight: 300;
        line-height: 15.3rem;
        text-align: center;
        color: #3d3d3d;
        text-decoration: underline
    }

    .footer__body-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32rem;
        width: 100%
    }

    .footer__body-top-desc {
        font-size: 18rem;
        font-weight: 500;
        line-height: 28rem;
        text-align: left;
        max-width: none;
        margin-top: -16rem;
        color: #3d3d3d
    }

    .footer__body-top-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        gap: 16rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__body-top-logo a {
        width: 178rem;
        height: 44rem
    }

    .footer__body-top-logo a img {
        width: 100%;
        height: 100%
    }

    .footer__body-top-logo p {
        font-size: 18rem;
        font-weight: 500;
        line-height: 28rem;
        text-align: left;
        max-width: 177rem;
        color: #3d3d3d
    }

    .footer__body-top-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 48rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__body-top-info-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 39rem
    }

    .footer__body-top-info-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12rem
    }

    .footer__body-top-info-menu ul span {
        font-size: 18rem;
        font-weight: 500;
        line-height: 24rem;
        text-align: left;
        color: #3d3d3d;
        margin-bottom: 12rem
    }

    .footer__body-top-info-menu ul li {
        font-size: 16rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        color: #3d3d3d
    }

    .footer__body-top-info-cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24rem
    }

    .footer__body-top-info-cont-do {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 34rem
    }

    .footer__body-top-info-cont-do-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24rem
    }

    .footer__body-top-info-cont-do-items-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10rem
    }

    .footer__body-top-info-cont-do-items-item span {
        font-size: 16rem;
        font-weight: 300;
        line-height: 19.2rem;
        text-align: left;
        color: #3d3d3d
    }

    .footer__body-top-info-cont-do-items-item a {
        font-size: 18rem;
        font-weight: 400;
        line-height: 21.6rem;
        text-align: left;
        color: #3d3d3d
    }

    .footer__body-top-info-cont-do-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 341rem;
        height: 60rem;
        background: #57a1ff;
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.2rem;
        text-align: left;
        color: #fff
    }

    .footer__body-top-info-cont-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 16rem
    }

    .footer__body-top-info-cont-social a {
        width: 24rem;
        height: 24rem
    }

    .footer__body-top-info-cont-social a svg {
        width: 24rem;
        height: 24rem
    }

    .header.active {
        height: 100vh
    }

    .header {
        width: 100%;
        padding: 24rem 0 24rem 0;
        -webkit-box-shadow: 0rem 0rem 20rem 0rem rgba(182, 182, 182, .1607843137);
        box-shadow: 0rem 0rem 20rem 0rem rgba(182, 182, 182, .1607843137);
        position: fixed;
        background: #e8f0fa;
        top: 0;
        left: 0;
        z-index: 100;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        height: 76rem;
        overflow: hidden
    }

    .header__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        padding-top: 32rem
    }

    .header__mobile-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .header__mobile-social a {
        width: 34rem;
        height: 34rem
    }

    .header__mobile-social a svg {
        width: 34rem;
        height: 34rem
    }

    .header__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .header__body-start {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 64rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 0 4rem;
    }

    .header__body-start-logo {
        width: 116rem;
        height: 28rem
    }

    .header__body-start-logo img {
        width: 100%;
        height: 100%
    }

    .header__body-start .burger {
        width: 30rem;
        height: 20rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
        overflow: hidden;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .header__body-start .burger span {
        width: 100%;
        height: 2rem;
        background: #313131;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .header__body-start .burger span:nth-child(2) {
        width: 20rem
    }

    .header__body-start .burger.active {
        width: 32rem;
        height: 32rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        border: 1rem solid #313131
    }

    .header__body-start .burger.active span {
        position: absolute;
        width: 16rem
    }

    .header__body-start .burger.active span:nth-child(1) {
        rotate: 45deg
    }

    .header__body-start .burger.active span:nth-child(3) {
        rotate: -45deg
    }

    .header__body-start .burger.active span:nth-child(2) {
        opacity: 0
    }

    .header__body-start-menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .header__body-start-menu-list li {
        font-size: 18rem;
        line-height: 22rem;
        text-align: left;
        font-weight: 400;
        color: #3d3d3d
    }

    .header__body-start-menu-list li span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 7rem
    }

    .header__body-start-menu-list li span svg {
        width: 12rem;
        height: 7rem;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        display: none
    }

    .header__body-start-menu-list .serv__link {
        position: relative;
        cursor: pointer
    }

    .header__body-start-menu-list .serv__link .serv__wrap {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0rem;
        top: 150%;
        left: 0;
        background: rgba(0, 0, 0, 0);
        border-radius: 10rem;
        gap: 24rem;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        display: flex;
        margin-top: 24rem
    }

    .header__body-start-menu-list .serv__link .serv__wrap a {
        font-size: 18rem;
        line-height: 22rem;
        text-align: left;
        font-weight: 400;
        color: #57a1ff
    }

    .header__body-start-menu-list .serv__link .serv__wrap.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__body-start-menu-list .serv__link.active svg {
        rotate: 180deg
    }

    .header__body-end {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24rem
    }

    .header__body-end-cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem
    }

    .header__body-end-cont a {
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.2rem;
        text-align: right;
        color: #3d3d3d
    }

    .header__body-end-btn {
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.2rem;
        text-align: left;
        color: #fff;
        padding: 20rem 48rem;
        background: #57a1ff
    }

    .honest {
        width: 100%;
        position: relative;
        margin-top: 50rem
    }

    .honest__back {
        width: 100%;
        height: 900rem;
        position: absolute;
        top: -251rem;
        left: 0;
        z-index: -1;
        display: none
    }

    .honest__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 50rem 0rem 0 24rem;
        gap: 24rem
    }

    .honest__body h2 {
        font-family: var(--extra);
        font-size: 24rem;
        font-weight: 700;
        line-height: 28rem;
        text-align: left;
        color: #3d3d3d
    }

    .honest__body .splide {
        width: 100%
    }

    .honest__body .splide .shadow {
        position: absolute;
        right: 0;
        top: 0;
        width: 75rem;
        height: 312rem;
        background: linear-gradient(188.75deg, rgba(32, 32, 32, 0) -3.34%, #1E1E1E 97.82%);
        z-index: 10;
        -webkit-filter: blur(5rem);
        filter: blur(5rem);
        opacity: 0.5;
    }

    .honest__body .splide .splide__arrow {
        width: 60rem;
        height: 60rem;
        border-radius: 0%;
        background: #57a1ff;
        z-index: 15;
        opacity: 1;
    }

    .honest__body .splide .splide__arrow svg {
        width: 26rem;
        height: 20rem;
        fill: none
    }

    .honest__body .splide .splide__arrow--prev {
        display: none
    }

    .honest__body .splide .splide__slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 274rem !important;
        margin-right: 24rem !important;
        position: relative;
        background: #fff;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .honest__body .splide .splide__slide img {
        width: 100%;
        height: 180rem
    }

    .honest__body .splide .splide__slide-text {
        padding: 0 0 24rem 24rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem
    }

    .honest__body .splide .splide__slide-text span {
        font-family: var(--extra);
        font-size: 24rem;
        font-weight: 700;
        line-height: 26rem;
        text-align: left;
        color: #3d3d3d
    }

    .honest__body .splide .splide__slide-text p {
        font-size: 16rem;
        font-weight: 300;
        line-height: 20.4rem;
        text-align: left;
        color: #3d3d3d
    }

    .main {
        width: 100%;
        position: relative;
        padding-top: 120rem
    }

    .main__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0rem 0 32rem 0;
        height: 540rem;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .main__body-img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }

    .main__body-title {
        font-family: var(--extra);
        font-size: 24rem;
        font-weight: 700;
        line-height: 28rem;
        text-align: left;
        color: #fff
    }

    .main__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48rem
    }

    .main__body-block-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 24rem;
        -webkit-column-gap: 24rem;
        -moz-column-gap: 24rem;
        column-gap: 24rem
    }

    .main__body-block-items-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24rem
    }

    .main__body-block-items-item-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5rem
    }

    .main__body-block-items-item-text span {
        font-size: 16rem;
        font-weight: 600;
        line-height: 19rem;
        text-align: left;
        color: #fff
    }

    .main__body-block-items-item-text p {
        font-size: 16rem;
        font-weight: 400;
        line-height: 19rem;
        text-align: left;
        color: #fff
    }

    .main__body-block-items-item:nth-child(1) {
        width: 282rem
    }

    .main__body-block-items-item:nth-child(3) {
        width: 282rem
    }

    .main__body-block-btn {
        width: 100%;
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.2rem;
        text-align: center;
        color: #fff;
        padding: 20rem 48rem;
        background: #57a1ff;
        white-space: nowrap
    }

    .price {
        width: 100%;
        margin-top: 50rem;
        position: relative
    }

    .price__back {
        width: 100%;
        height: 900rem;
        position: absolute;
        top: 86rem;
        left: 0;
        z-index: -1;
        display: none
    }

    .price__back.inst {
        top: 182rem
    }

    .price__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        width: 100%
    }

    .price__body h2 {
        font-family: var(--extra);
        font-size: 24rem;
        font-weight: 700;
        line-height: 28rem;
        text-align: left;
        color: #3d3d3d
    }

    .price__body p {
        font-size: 16rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        color: #3d3d3d;
        max-width: 885rem
    }

    .price__body p span {
        font-weight: 500
    }

    .project {
        width: 100%;
        margin-top: 50rem
    }

    .project .container {
        max-width: none
    }

    .project__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        padding: 0 0 0 24rem
    }

    .project__body-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .project__body-main h2 {
        font-family: var(--extra);
        font-size: 24rem;
        font-weight: 700;
        line-height: 28rem;
        text-align: left;
        color: #3d3d3d
    }

    .project__body-main-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .project__body-main-block-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        width: 274rem !important;
        background: #fff;
        margin-right: 16rem !important
    }

    .project__body-main-block-item img {
        width: 100%;
        height: 180rem
    }

    .project__body-main-block-item-text {
        padding: 0 0 24rem 24rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 19rem
    }

    .project__body-main-block-item-text h3 {
        font-family: var(--extra);
        font-size: 32rem;
        font-weight: 700;
        line-height: 38rem;
        text-align: left;
        color: #3d3d3d
    }

    .project__body-main-block-item-text p {
        font-size: 16rem;
        font-weight: 300;
        line-height: 20.4rem;
        text-align: left;
        color: #3d3d3d
    }

    .project__body-main-block-item-text p span {
        font-weight: 500
    }

    .project__body .splide {
        width: 100%
    }

    .project__body .splide .shadow {
        position: absolute;
        right: 0;
        top: 0;
        width: 75rem;
        height: 100%;
        background: linear-gradient(188.75deg, rgba(32, 32, 32, 0) -3.34%, #1E1E1E 97.82%);
        z-index: 10;
        -webkit-filter: blur(5rem);
        filter: blur(5rem);
        opacity: 0.5;
    }

    .project__body .splide .splide__arrow {
        width: 60rem;
        height: 60rem;
        border-radius: 0%;
        background: #57a1ff;
        z-index: 15;
        opacity: 1;
    }

    .project__body .splide .splide__arrow svg {
        width: 26rem;
        height: 20rem;
        fill: none
    }

    .project__body .splide .splide__arrow--prev {
        display: none
    }

    .project__body-soft {
        width: 342rem;
        padding: 32rem 27rem;
        background: url(../images/dist/soft__back.png) center no-repeat;
        background-size: cover
    }

    .project__body-soft p {
        font-family: var(--extra);
        font-size: 16rem;
        font-weight: 700;
        line-height: 24rem;
        text-align: center;
        color: #3d3d3d
    }

    .services {
        width: 100%;
        margin-top: 0rem;
        padding-top: 100rem;
        position: relative
    }

    .services__back {
        width: 100%;
        height: 900rem;
        position: absolute;
        top: 66rem;
        left: 0;
        z-index: -1;
        display: none
    }

    .services__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .services__body-title {
        font-family: var(--extra);
        font-size: 24rem;
        font-weight: 700;
        line-height: 28rem;
        text-align: left;
        color: #3d3d3d
    }

    .services__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 23rem
    }

    .services__body-block-item {
        width: 342rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 351rem;
        background: #fff;
        padding: 0 0 24rem 0
    }

    .services__body-block-item-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .services__body-block-item-top img {
        width: 100%;
        height: 180rem
    }

    .services__body-block-item-top-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        padding: 0 0rem 32rem 24rem
    }

    .services__body-block-item-top-text span {
        font-family: var(--extra);
        font-size: 24rem;
        font-weight: 700;
        line-height: 24rem;
        text-align: left;
        color: #3d3d3d
    }

    .services__body-block-item-top-text p {
        font-size: 14rem;
        font-weight: 300;
        line-height: 17rem;
        text-align: left;
        color: #3d3d3d
    }

    .services__body-block-item a {
        font-size: 16rem;
        font-weight: 300;
        line-height: 20.4rem;
        text-align: left;
        color: #3d3d3d;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        margin-left: 24rem
    }

    .services__body-block-item a svg {
        width: 24rem;
        height: 24rem
    }

    .stage {
        width: 100%;
        margin-top: 50rem
    }

    .stage .container {
        max-width: none
    }

    .stage__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        padding: 0 0 0 24rem
    }

    .stage__body-title {
        font-family: var(--extra);
        font-size: 24rem;
        font-weight: 700;
        line-height: 28rem;
        text-align: left;
        color: #3d3d3d
    }

    .stage__body .splide {
        width: 100%
    }

    .stage__body .splide .shadow {
        position: absolute;
        right: 0;
        top: 0;
        width: 75rem;
        height: 100%;
        background: linear-gradient(188.75deg, rgba(32, 32, 32, 0) -3.34%, #1E1E1E 97.82%);
        z-index: 10;
        -webkit-filter: blur(5rem);
        filter: blur(5rem);
        opacity: 0.5;
    }

    .stage__body .splide .splide__arrow {
        width: 60rem;
        height: 60rem;
        border-radius: 0%;
        background: #57a1ff;
        z-index: 15;
        opacity: 1;
    }

    .stage__body .splide .splide__arrow svg {
        width: 26rem;
        height: 20rem;
        fill: none
    }

    .stage__body .splide .splide__arrow--prev {
        display: none
    }

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

    .stage__body-block-item {
        width: 274rem !important;
        min-height: 208rem;
        margin-right: 16rem !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        background: #fff;
        padding: 24rem
    }

    .stage__body-block-item span {
        font-size: 24rem;
        font-weight: 400;
        line-height: 28rem;
        text-align: left;
        color: #3d3d3d
    }

    .stage__body-block-item p {
        font-size: 16rem;
        font-weight: 300;
        line-height: 20.4rem;
        text-align: left;
        color: #3d3d3d
    }

    .why {
        width: 100%;
        margin-top: 50rem
    }

    .why__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        width: 100%
    }

    .why__body-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .why__body-text h2 {
        font-family: var(--extra);
        font-size: 24rem;
        font-weight: 700;
        line-height: 28rem;
        text-align: left;
        color: #3d3d3d
    }

    .why__body-text span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8rem;
        display: none;
        font-size: 18rem;
        font-weight: 400;
        line-height: 24rem;
        text-align: left;
        color: #3d3d3d
    }

    .why__body-text span svg {
        width: 24rem;
        height: 24rem
    }

    .why__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20rem
    }

    .why__body-block-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        background: #fff;
        width: 342rem
    }

    .why__body-block-item img {
        width: 100%;
        min-width: auto;
        height: 180rem
    }

    .why__body-block-item-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        padding: 0 0 24rem 24rem
    }

    .why__body-block-item-text-name {
        font-family: var(--extra);
        font-size: 24rem;
        font-weight: 700;
        line-height: 32rem;
        text-align: left;
        color: #3d3d3d
    }

    .why__body-block-item-text p {
        font-size: 16rem;
        font-weight: 300;
        line-height: 20.4rem;
        text-align: left;
        color: #3d3d3d
    }

    .why__body-block-item-text p span {
        font-weight: 500
    }

    .winter {
        width: 100%;
        margin-top: 50rem
    }

    .winter__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .winter__body-title {
        font-family: var(--extra);
        font-size: 24rem;
        font-weight: 700;
        line-height: 28rem;
        text-align: left;
        color: #3d3d3d
    }

    .winter__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem;
        width: 100%
    }

    .winter__body-block-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 18rem;
        padding: 24rem;
        background: #fff;
        width: 342rem
    }

    .winter__body-block-item span {
        font-size: 24rem;
        font-weight: 400;
        line-height: 26rem;
        text-align: left;
        color: #3d3d3d
    }

    .winter__body-block-item p {
        font-size: 16rem;
        font-weight: 300;
        line-height: 24rem;
        text-align: left;
        color: #3d3d3d
    }

    .md-0 {
        padding-top: 0
    }
}