* {
    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
}

html {
    scroll-behavior: smooth
}

body {
    max-width: 1440px;
    background: #161617;
    font-family: "Montserrat", sans-serif;
    margin: 0 auto;
    min-height: 100vh;
    position: relative
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%
}

.element-animation {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.element-animation.element-show {
    opacity: 1;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.link__hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.link__hover:hover {
    color: #2eecc5
}

.mob {
    display: none !important
}

.desk {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.hidden {
    overflow: hidden
}

.header.bef {
    translate: 0 -100%
}

.telegram {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    border: 1px solid #19ad8f;
    background: #282828;
    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;
    position: fixed;
    bottom: 100px;
    right: 250px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    translate: 0 -20%;
    z-index: 10;
}
.telegram .plus{
    width: 72px;
    height: 72px;
    transition: all 0.3s ease;
}
.telegram .plus.active{
    rotate: 135deg;
}
.telegram__items{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    position: absolute;
    bottom: 130px;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.telegram__items.active{
    height: 240px;
}
.telegram__items a{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #282828;
}
.telegram .telegram__items svg {
    max-width: 33px;
    max-height: 33px;
}

.telegram.active {
    translate: 0 0;
    opacity: 1
}

.input.error {
    border-color: #ce2828 !important
}

.abs {
    position: absolute;
    bottom: 0
}

.about {
    width: 100%;
    padding: 185px 0px
}

.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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px
}

.about__body-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 57.6px;
    text-align: center;
    color: #fff
}

.about__body-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.about__body-block-img {
    width: 631px;
    height: 507px
}

.about__body-block-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: 29px
}

.about__body-block-text p:nth-child(2) {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #fff;
    max-width: 630px
}

.about__body-block-text p:nth-child(1) {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #fff;
    max-width: 630px
}

.about__body-block-text-btn {
    position: relative;
    width: 271px;
    height: 62px;
    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;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(46, 236, 197, .2);
    box-shadow: 0px 0px 38px 0px rgba(46, 236, 197, .2);
    border: 1.5px solid #2eecc5;
    background: #161617;
    margin-top: 66px;
    color: #fff;
    border-radius: 4px
}

.about__body-block-text-btn:after {
    content: "";
    position: absolute;
    width: 271px;
    height: 62px;
    border: 1.5px solid #2eecc5;
    background: #161617;
    z-index: -1;
    top: 12px;
    left: 12px;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.adventures {
    width: 100%;
    background: linear-gradient(139.56deg, #303134 10.06%, #282828 53.72%, #282828 88%);
    border: 1px solid rgba(255, 255, 255, .1254901961);
    padding: 66px 0px
}

.adventures__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%
}

.adventures__body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.adventures__body-item img {
    max-width: 119px;
    max-height: 119px
}

.adventures__body-item span {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    white-space: nowrap;
    color: #fff;
    margin-top: 16px
}

.adventures__body-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    color: #fff;
    max-width: 378px;
    margin-top: 20px;
    min-height: 104px;
}

.contact {
    width: 100%;
    padding: 150px 0px 100px 0px
}

.contact__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact__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: 40px
}

.contact__body-form-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px
}

.contact__body-form-text h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
    max-width: 511px;
    color: #fff
}

.contact__body-form-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    max-width: 472px;
    color: #fff
}

.contact__body-form-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: 20px
}

.contact__body-form-main-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: 2px
}

.contact__body-form-main-item span {
    font-size: 17px;
    font-weight: 500;
    line-height: 26.15px;
    text-align: left;
    color: rgba(255, 255, 255, .6980392157)
}

.contact__body-form-main-item input {
    width: 511px;
    height: 58px;
    border: 1.5px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .1019607843);
    -webkit-box-shadow: 0px 0px 38px 0px rgba(255, 255, 255, .0509803922);
    box-shadow: 0px 0px 38px 0px rgba(255, 255, 255, .0509803922);
    font-size: 17px;
    font-weight: 500;
    line-height: 26.15px;
    text-align: left;
    color: #fff;
    border-radius: 41px;
    padding-left: 20px
}

.contact__body-form-main-item textarea {
    min-width: 511px;
    min-height: 184px;
    border: 1.5px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .1019607843);
    -webkit-box-shadow: 0px 0px 38px 0px rgba(255, 255, 255, .0509803922);
    box-shadow: 0px 0px 38px 0px rgba(255, 255, 255, .0509803922);
    font-size: 17px;
    font-weight: 500;
    line-height: 26.15px;
    text-align: left;
    color: #fff;
    border-radius: 41px;
    padding-left: 20px;
    padding-top: 20px;
    resize: none
}

.contact__body-form-main-btn {
    width: 511px;
    height: 58px;
    border: 1.5px solid #2eecc5;
    background: rgba(46, 236, 197, .1019607843);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(255, 255, 255, .0509803922);
    box-shadow: 0px 0px 38px 0px rgba(255, 255, 255, .0509803922);
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #fff;
    border-radius: 41px
}

.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: 30px
}

.contact__body-info-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    text-align: left;
    color: #fff
}

.contact__body-info-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: 10px
}

.contact__body-info-text span {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #fff;
    max-width: 365px
}

.contact__body-info-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: 10px;
    margin-top: 30px
}

.contact__body-info-block span {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #fff
}

.contact__body-info-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.contact__body-info-social a {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #19ad8f;
    background: rgba(0, 0, 0, 0);
    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
}

.contact__body-info-social a svg {
    width: 34px;
    height: 34px
}

.first {
    width: 100%;
    padding: 90px;
    background: url(../images/dist/first.png) center no-repeat;
    background-size: cover;
    z-index: -5;
    position: relative
}

.first__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: 36px
}

.first__body-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    color: #fff;
    max-width: 766px
}

.first__body p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    color: #fff;
    max-width: 710px
}

.first__body-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 41px;
    margin-top: 94px
}

.first__body-btns .first__body-btns-link {
    width: 314px;
    height: 77px;
    border-radius: 49px;
    background: rgba(46, 236, 197, .1019607843);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border: 1.5px solid #2eecc5;
    -webkit-box-shadow: 0px 0px 37px 0px rgba(46, 236, 197, .2);
    box-shadow: 0px 0px 37px 0px rgba(46, 236, 197, .2);
    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;
    font-size: 16px;
    font-weight: 500;
    line-height: 26.8px;
    text-align: left;
    color: #fff
}

.first__body-btns button:nth-child(2) {
    position: relative;
    width: 300px;
    height: 64px;
    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;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.8px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(46, 236, 197, .2);
    box-shadow: 0px 0px 38px 0px rgba(46, 236, 197, .2);
    border: 1.5px solid #2eecc5;
    background: #161617;
    color: #fff;
    border-radius: 4px
}

.first__body-btns button:nth-child(2):after {
    content: "";
    position: absolute;
    width: 300px;
    height: 64px;
    border: 1.5px solid #2eecc5;
    background: rgba(0, 0, 0, 0);
    z-index: -1;
    top: 12px;
    left: 12px;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer {
    width: 100%;
    padding-bottom: 42.5px
}

.footer .line {
    width: 1412px;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(42, 188, 158, 0)), color-stop(48.65%, #2ABC9E), to(rgba(42, 188, 158, 0)));
    background: linear-gradient(90deg, rgba(42, 188, 158, 0) 0%, #2ABC9E 48.65%, rgba(42, 188, 158, 0) 100%)
}

.footer__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;
    padding: 42.5px 0px 0 0
}

.footer__body-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 201px
}

.footer__body-menu-logo {
    width: 124px;
    height: 106px
}

.footer__body-menu-logo img {
    width: 100%;
    height: 100%
}

.footer__body-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px
}

.footer__body-menu-list-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #fff
}

.footer__body-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.footer__body-social a {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #19ad8f;
    background: rgba(0, 0, 0, 0);
    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
}

.footer__body-social a svg {
    width: 34px;
    height: 34px
}

.footer__contact {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px
}

.footer__contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.footer__contact a svg {
    width: 22px;
    height: 22px
}

.footer__contact a span {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: #fff
}

.free {
    width: 100%;
    background: url(../images/dist/free.png) center no-repeat;
    background-size: cover;
    padding: 80px
}

.free__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: 26px
}

.free__body-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    max-width: 941px;
    color: #fff
}

.free__body p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    color: #fff;
    max-width: 591px
}

.free__body p:nth-child(2) {
    margin-top: 7px
}

.free__body-btn {
    width: 413px;
    height: 77px;
    border-radius: 49px;
    background: rgba(46, 236, 197, .1019607843);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border: 1.5px solid #2eecc5;
    -webkit-box-shadow: 0px 0px 37px 0px rgba(46, 236, 197, .2);
    box-shadow: 0px 0px 37px 0px rgba(46, 236, 197, .2);
    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;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
    color: #fff;
    margin-top: 31px
}

.gallery {
    width: 100%;
    padding: 150px 0px
}

.gallery__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: 37px
}

.gallery__body-big {
    width: 100%;
    height: 572px
}

.gallery__body-gp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.gallery__body-gp img {
    width: 413px;
    height: 294px
}

.good {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 50px
}

.good__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px
}

.good__body-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 61.44px;
    text-align: left;
    color: #fff
}

.good__body p {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #fff
}

.good__body a {
    width: 300px;
    height: 57px;
    border-radius: 41px;
    border: 1.5px solid #2eecc5;
    background: rgba(46, 236, 197, .1019607843);
    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;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #fff;
    gap: 5px;
    margin-top: 0px
}

.header {
    width: 100%;
    padding: 27px 0px 31px 0px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    position: fixed;
    top: 0;
    background: #161617;
    left: 0;
    z-index: 100
}

.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
}

.header__body-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 201px
}

.header__body-menu-logo {
    width: 124px;
    height: 106px
}

.header__body-menu-logo img {
    width: 100%;
    height: 100%
}

.header__body-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px
}

.header__body-menu-list-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #fff
}

.header__body-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.header__body-phone svg {
    width: 22px;
    height: 22px
}

.header__body-phone span {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #fff
}

.learn {
    width: 100%;
    padding: 150px 0px;
    position: relative;
    overflow: hidden
}

.learn__back {
    width: 2110.64px;
    height: 1371.59px;
    position: absolute;
    top: -96px;
    left: -402px;
    z-index: -1
}

.learn__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: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.learn__body-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 57.6px;
    text-align: center;
    color: #fff
}

.learn__body-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.learn__body-block-item {
    width: 413px;
    height: 291px;
    background: linear-gradient(139.56deg, #303134 10.06%, #282828 53.72%, #282828 88%);
    border: 1px solid rgba(255, 255, 255, .1254901961);
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
    padding: 14px 0px 0px 0px
}
.learn__body-block-item:nth-child(3) p{
    padding-left: 12px;
    padding-right: 11px;
}
.learn__body-block-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28.65px;
    padding-left: 35px;
}

.learn__body-block-item-title span {
    font-size: 24px;
    font-weight: 500;
    line-height: 38.4px;
    text-align: left;
    color: #fff
}

.learn__body-block-item-title img {
    max-width: 92.75px;
    max-height: 91px
}

.learn__body-block-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #fff;
    padding-right: 34px;
    padding-left: 35px;
}

.main {
    width: 100%;
    margin-top: 200px
}

.main .line__top {
    width: 1413px;
    height: 3px;
    margin-bottom: 31px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(42, 188, 158, 0)), color-stop(48.65%, #2ABC9E), to(rgba(42, 188, 158, 0)));
    background: linear-gradient(90deg, rgba(42, 188, 158, 0) 0%, #2ABC9E 48.65%, rgba(42, 188, 158, 0) 100%)
}

.main .line__bot {
    width: 1413px;
    height: 3px;
    margin-top: 26px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(42, 188, 158, 0)), color-stop(48.65%, #2ABC9E), to(rgba(42, 188, 158, 0)));
    background: linear-gradient(90deg, rgba(42, 188, 158, 0) 0%, #2ABC9E 48.65%, rgba(42, 188, 158, 0) 100%)
}

.main__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.main__body .ellipse {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 130px;
    z-index: -1;
    right: 150px;
    -webkit-filter: blur(80px);
    filter: blur(80px);
    opacity: .6
}

.main__body-img {
    width: 600px;
    height: 610px
}

.main__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
}

.main__body-text-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 61.44px;
    text-align: left;
    color: #fff;
    max-width: 704px
}

.main__body-text-title span {
    color: #2eecc5
}

.main__body-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    max-width: 522px;
    margin-top: 18px;
    color: #fff
}

.main__body-text-btn {
    width: 200px;
    height: 57px;
    border-radius: 41px;
    border: 1.5px solid #2eecc5;
    background: rgba(46, 236, 197, .1019607843);
    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;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #fff;
    gap: 5px;
    margin-top: 72px
}

.main__body-text-btn svg {
    width: 24px;
    height: 24px;
    fill: #fff
}

.main__body-text-social {
    margin-top: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.main__body-text-social span {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: #fff
}

.main__body-text-social .line {
    background: #fff;
    width: 95px;
    height: 1px
}

.main__body-text-social-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px
}

.main__body-text-social-items a {
    width: 47px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #192c29;
    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
}

.main__body-text-social-items a:nth-child(1) svg {
    width: 22px;
    height: 22px
}

.main__body-text-social-items a:nth-child(2) svg {
    width: 22px;
    height: 18px
}

.main__body-text-social-items a:nth-child(3) svg {
    width: 21px;
    height: 19px
}

* {
    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
}

.sup {
    width: 100%;
    position: relative;
    overflow: hidden
}

.sup__back {
    width: 2043px;
    height: 743.08px;
    position: absolute;
    left: -379px;
    top: -70px
}

.sup__body {
    padding-top: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 44px
}

.sup__body-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 57.6px;
    text-align: center;
    color: #fff
}

.sup__body-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 36px
}

.sup__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: 30px;
    padding: 44px 0px 0px 42px;
    position: relative;
    width: 405px;
    height: 400px;
    background: linear-gradient(139.56deg, #303134 10.06%, #282828 53.72%, #282828 88%);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 6px
}

.sup__body-block-item img {
    position: absolute;
    bottom: 0;
    right: 0
}

.sup__body-block-item span {
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
    color: #fff;
    max-width: 280px;
    position: relative;
    z-index: 10;
    min-height: 58px;
}

.sup__body-block-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #fff;
    max-width: 337px;
    position: relative;
    z-index: 10
}

.sup__body-block-item:nth-child(1) img {
    width: 204.92px;
    height: 236.69px
}

.sup__body-block-item:nth-child(2) img {
    width: 200.33px;
    height: 233.11px
}

.sup__body-block-item:nth-child(3) img {
    width: 240px;
    height: 240px
}

@media(max-width: 1440px) {
    html {
        font-size: .0694444444vw
    }

    body {
        max-width: 1440rem;
        background: #161617;
        font-family: "Montserrat", sans-serif;
        margin: 0 auto
    }

    .container {
        max-width: 1280rem;
        margin: 0 auto;
        width: 100%
    }

    .telegram {
        width: 70rem;
        height: 70rem;
        border-radius: 50%;
        border: 1rem solid #19ad8f;
        background: #282828;
        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;
        position: fixed;
        bottom: 100rem;
        right: 150rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0;
        translate: 0 -20%;
    }
    .telegram .plus{
        width: 36rem;
        height: 36rem;
    }
    
    .telegram__items{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15rem;
        position: absolute;
        bottom: 80rem;
        height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .telegram__items.active{
        height: 180rem;
    }
    .telegram__items a{
        width: 50rem;
        height: 50rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #282828;
    }
    .telegram .telegram__items svg {
        max-width: 24rem;
        max-height: 24rem;
    }
    
    .telegram.active {
        translate: 0 0;
        opacity: 1
    }

    .good {
        width: 100%;
        padding-top: 200rem;
        padding-bottom: 50rem
    }

    .good__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40rem
    }

    .good__body-title {
        font-size: 48rem;
        font-weight: 700;
        line-height: 61.44rem;
        text-align: left;
        color: #fff
    }

    .good__body p {
        font-size: 24rem;
        font-weight: 700;
        line-height: 28rem;
        text-align: left;
        color: #fff
    }

    .good__body a {
        width: 300rem;
        height: 57rem;
        border-radius: 41rem;
        border: 1.5rem solid #2eecc5;
        background: rgba(46, 236, 197, .1019607843);
        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;
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: left;
        color: #fff;
        gap: 5rem;
        margin-top: 0rem
    }

    .about {
        width: 100%;
        padding: 185rem 0rem
    }

    .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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 60rem
    }

    .about__body-title {
        font-size: 36rem;
        font-weight: 500;
        line-height: 57.6rem;
        text-align: center;
        color: #fff
    }

    .about__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .about__body-block-img {
        width: 631rem;
        height: 507rem
    }

    .about__body-block-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: 29rem
    }

    .about__body-block-text p:nth-child(2) {
        font-size: 17rem;
        font-weight: 400;
        line-height: 27rem;
        text-align: left;
        color: #fff;
        max-width: 630rem
    }

    .about__body-block-text p:nth-child(1) {
        font-size: 17rem;
        font-weight: 400;
        line-height: 27rem;
        text-align: left;
        color: #fff;
        max-width: 630rem
    }

    .about__body-block-text-btn {
        position: relative;
        width: 271rem;
        height: 62rem;
        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;
        font-size: 18rem;
        font-weight: 400;
        line-height: 28.8rem;
        text-align: left;
        -webkit-box-shadow: 0rem 0rem 38rem 0rem rgba(46, 236, 197, .2);
        box-shadow: 0rem 0rem 38rem 0rem rgba(46, 236, 197, .2);
        border: 1.5rem solid #2eecc5;
        background: #161617;
        margin-top: 66rem;
        color: #fff;
        border-radius: 4rem
    }

    .about__body-block-text-btn:after {
        content: "";
        position: absolute;
        width: 271rem;
        height: 62rem;
        border: 1.5rem solid #2eecc5;
        background: #161617;
        z-index: -1;
        top: 12rem;
        left: 12rem;
        border-radius: 4rem;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .adventures {
        width: 100%;
        background: linear-gradient(139.56deg, #303134 10.06%, #282828 53.72%, #282828 88%);
        border: 1rem solid rgba(255, 255, 255, .1254901961);
        padding: 66rem 0rem
    }

    .adventures__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%
    }

    .adventures__body-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .adventures__body-item img {
        max-width: 119rem;
        max-height: 119rem
    }

    .adventures__body-item span {
        font-size: 20rem;
        font-weight: 500;
        line-height: 32rem;
        text-align: left;
        white-space: nowrap;
        color: #fff;
        margin-top: 16rem
    }

    .adventures__body-item p {
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: center;
        color: #fff;
        max-width: 378rem;
        margin-top: 20rem;
        min-height: 104rem;
    }

    .contact {
        width: 100%;
        padding: 150rem 0rem 100rem 0rem
    }

    .contact__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .contact__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: 40rem
    }

    .contact__body-form-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40rem
    }

    .contact__body-form-text h3 {
        font-size: 36rem;
        font-weight: 500;
        line-height: 46rem;
        text-align: center;
        max-width: 511rem;
        color: #fff
    }

    .contact__body-form-text p {
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: center;
        max-width: 472rem;
        color: #fff
    }

    .contact__body-form-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: 20rem
    }

    .contact__body-form-main-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: 2rem
    }

    .contact__body-form-main-item span {
        font-size: 17rem;
        font-weight: 500;
        line-height: 26.15rem;
        text-align: left;
        color: rgba(255, 255, 255, .6980392157)
    }

    .contact__body-form-main-item input {
        width: 511rem;
        height: 58rem;
        border: 1.5rem solid rgba(255, 255, 255, .2);
        background: rgba(255, 255, 255, .1019607843);
        -webkit-box-shadow: 0rem 0rem 38rem 0rem rgba(255, 255, 255, .0509803922);
        box-shadow: 0rem 0rem 38rem 0rem rgba(255, 255, 255, .0509803922);
        font-size: 17rem;
        font-weight: 500;
        line-height: 26.15rem;
        text-align: left;
        color: #fff;
        border-radius: 41rem;
        padding-left: 20rem
    }

    .contact__body-form-main-item textarea {
        min-width: 511rem;
        min-height: 184rem;
        border: 1.5rem solid rgba(255, 255, 255, .2);
        background: rgba(255, 255, 255, .1019607843);
        -webkit-box-shadow: 0rem 0rem 38rem 0rem rgba(255, 255, 255, .0509803922);
        box-shadow: 0rem 0rem 38rem 0rem rgba(255, 255, 255, .0509803922);
        font-size: 17rem;
        font-weight: 500;
        line-height: 26.15rem;
        text-align: left;
        color: #fff;
        border-radius: 41rem;
        padding-left: 20rem;
        padding-top: 20rem;
        resize: none
    }

    .contact__body-form-main-btn {
        width: 511rem;
        height: 58rem;
        border: 1.5rem solid #2eecc5;
        background: rgba(46, 236, 197, .1019607843);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: 0rem 0rem 38rem 0rem rgba(255, 255, 255, .0509803922);
        box-shadow: 0rem 0rem 38rem 0rem rgba(255, 255, 255, .0509803922);
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: left;
        color: #fff;
        border-radius: 41rem
    }

    .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: 30rem
    }

    .contact__body-info-title {
        font-size: 36rem;
        font-weight: 500;
        line-height: 46rem;
        text-align: left;
        color: #fff
    }

    .contact__body-info-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: 10rem
    }

    .contact__body-info-text span {
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: left;
        color: #fff;
        max-width: 365rem
    }

    .contact__body-info-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: 10rem;
        margin-top: 30rem
    }

    .contact__body-info-block span {
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: left;
        color: #fff
    }

    .contact__body-info-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30rem
    }

    .contact__body-info-social a {
        width: 70rem;
        height: 70rem;
        border-radius: 50%;
        border: 1rem solid #19ad8f;
        background: rgba(0, 0, 0, 0);
        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
    }

    .contact__body-info-social a svg {
        width: 34rem;
        height: 34rem
    }

    .first {
        width: 100%;
        padding: 90rem;
        background: url(../images/dist/first.png) center no-repeat;
        background-size: cover;
        z-index: -5;
        position: relative
    }

    .first__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: 36rem
    }

    .first__body-title {
        font-size: 40rem;
        font-weight: 700;
        line-height: 60rem;
        text-align: left;
        color: #fff;
        max-width: 766rem
    }

    .first__body p {
        font-size: 20rem;
        font-weight: 500;
        line-height: 32rem;
        text-align: left;
        color: #fff;
        max-width: 710rem
    }

    .first__body-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 41rem;
        margin-top: 94rem
    }

    .first__body-btns .first__body-btns-link {
        width: 314rem;
        height: 77rem;
        border-radius: 49rem;
        background: rgba(46, 236, 197, .1019607843);
        -webkit-backdrop-filter: blur(2rem);
        backdrop-filter: blur(2rem);
        border: 1.5rem solid #2eecc5;
        -webkit-box-shadow: 0rem 0rem 37rem 0rem rgba(46, 236, 197, .2);
        box-shadow: 0rem 0rem 37rem 0rem rgba(46, 236, 197, .2);
        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;
        font-size: 16rem;
        font-weight: 500;
        line-height: 26.8rem;
        text-align: left;
        color: #fff
    }

    .first__body-btns button:nth-child(2) {
        position: relative;
        width: 300rem;
        height: 64rem;
        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;
        font-size: 16rem;
        font-weight: 400;
        line-height: 26.8rem;
        text-align: left;
        -webkit-box-shadow: 0rem 0rem 38rem 0rem rgba(46, 236, 197, .2);
        box-shadow: 0rem 0rem 38rem 0rem rgba(46, 236, 197, .2);
        border: 1.5rem solid #2eecc5;
        background: #161617;
        color: #fff;
        border-radius: 4rem
    }

    .first__body-btns button:nth-child(2)::after {
        content: "";
        position: absolute;
        width: 300rem;
        height: 64rem;
        border: 1.5rem solid #2eecc5;
        background: rgba(0, 0, 0, 0);
        z-index: -1;
        top: 12rem;
        left: 12rem;
        border-radius: 4rem;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .footer {
        width: 100%;
        padding-bottom: 42.5rem
    }

    .footer .line {
        width: 1412rem;
        height: 3rem;
        background: -webkit-gradient(linear, left top, right top, from(rgba(42, 188, 158, 0)), color-stop(48.65%, #2ABC9E), to(rgba(42, 188, 158, 0)));
        background: linear-gradient(90deg, rgba(42, 188, 158, 0) 0%, #2ABC9E 48.65%, rgba(42, 188, 158, 0) 100%)
    }

    .footer__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;
        padding: 42.5rem 0rem 0 0
    }

    .footer__body-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 201rem
    }

    .footer__body-menu-logo {
        width: 124rem;
        height: 106rem
    }

    .footer__body-menu-logo img {
        width: 100%;
        height: 100%
    }

    .footer__body-menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40rem
    }

    .footer__body-menu-list-item {
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: left;
        color: #fff
    }

    .footer__body-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30rem
    }

    .footer__body-social a {
        width: 70rem;
        height: 70rem;
        border-radius: 50%;
        border: 1rem solid #19ad8f;
        background: rgba(0, 0, 0, 0);
        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
    }

    .footer__body-social a svg {
        width: 34rem;
        height: 34rem
    }

    .footer__contact {
        margin-top: 40rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 14rem
    }

    .footer__contact a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5rem
    }

    .footer__contact a svg {
        width: 22rem;
        height: 22rem
    }

    .footer__contact a span {
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.5rem;
        text-align: left;
        color: #fff
    }

    .free {
        width: 100%;
        background: url(../images/dist/free.png) center no-repeat;
        background-size: cover;
        padding: 80rem
    }

    .free__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: 26rem
    }

    .free__body-title {
        font-size: 40rem;
        font-weight: 700;
        line-height: 50rem;
        text-align: left;
        max-width: 941rem;
        color: #fff
    }

    .free__body p {
        font-size: 20rem;
        font-weight: 500;
        line-height: 32rem;
        text-align: left;
        color: #fff;
        max-width: 591rem
    }

    .free__body p:nth-child(2) {
        margin-top: 7rem
    }

    .free__body-btn {
        width: 413rem;
        height: 77rem;
        border-radius: 49rem;
        background: rgba(46, 236, 197, .1019607843);
        -webkit-backdrop-filter: blur(2rem);
        backdrop-filter: blur(2rem);
        border: 1.5rem solid #2eecc5;
        -webkit-box-shadow: 0rem 0rem 37rem 0rem rgba(46, 236, 197, .2);
        box-shadow: 0rem 0rem 37rem 0rem rgba(46, 236, 197, .2);
        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;
        font-size: 18rem;
        font-weight: 500;
        line-height: 28.8rem;
        text-align: left;
        color: #fff;
        margin-top: 31rem
    }

    .gallery {
        width: 100%;
        padding: 150rem 0rem
    }

    .gallery__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: 37rem
    }

    .gallery__body-big {
        width: 100%;
        height: 572rem
    }

    .gallery__body-gp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20rem
    }

    .gallery__body-gp img {
        width: 413rem;
        height: 294rem
    }

    .header {
        width: 100%;
        padding: 27rem 0rem 31rem 0rem
    }

    .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
    }

    .header__body-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 201rem
    }

    .header__body-menu-logo {
        width: 124rem;
        height: 106rem
    }

    .header__body-menu-logo img {
        width: 100%;
        height: 100%
    }

    .header__body-menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40rem
    }

    .header__body-menu-list-item {
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: left;
        color: #fff
    }

    .header__body-phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5rem
    }

    .header__body-phone svg {
        width: 22rem;
        height: 22rem
    }

    .header__body-phone span {
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: left;
        color: #fff
    }

    .learn {
        width: 100%;
        padding: 150rem 0rem;
        position: relative;
        overflow: hidden
    }

    .learn__back {
        width: 2110.64rem;
        height: 1371.59rem;
        position: absolute;
        top: -96rem;
        left: -402rem;
        z-index: -1
    }

    .learn__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: 60rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .learn__body-title {
        font-size: 36rem;
        font-weight: 500;
        line-height: 57.6rem;
        text-align: center;
        color: #fff
    }

    .learn__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20rem
    }

    .learn__body-block-item {
        width: 413rem;
        height: 291rem;
        background: linear-gradient(139.56deg, #303134 10.06%, #282828 53.72%, #282828 88%);
        border: 1rem solid rgba(255, 255, 255, .1254901961);
        border-radius: 6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 22rem;
        padding: 14rem 0rem 0rem 0rem
    }
    .learn__body-block-item:nth-child(3) p{
        padding-left: 12rem;
        padding-right: 11rem;
    }
    .learn__body-block-item-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 28.65rem;
        padding-left: 35rem;
    }

    .learn__body-block-item-title span {
        font-size: 24rem;
        font-weight: 500;
        line-height: 38.4rem;
        text-align: left;
        color: #fff
    }

    .learn__body-block-item-title img {
        max-width: 92.75rem;
        max-height: 91rem
    }

    .learn__body-block-item p {
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: left;
        color: #fff;
        padding-right: 34rem;
        padding-left: 35rem;
    }

    .main {
        width: 100%;
        margin-top: 200rem
    }

    .main .line__top {
        width: 1413rem;
        height: 3rem;
        margin-bottom: 31rem;
        background: -webkit-gradient(linear, left top, right top, from(rgba(42, 188, 158, 0)), color-stop(48.65%, #2ABC9E), to(rgba(42, 188, 158, 0)));
        background: linear-gradient(90deg, rgba(42, 188, 158, 0) 0%, #2ABC9E 48.65%, rgba(42, 188, 158, 0) 100%)
    }

    .main .line__bot {
        width: 1413rem;
        height: 3rem;
        margin-top: 26rem;
        background: -webkit-gradient(linear, left top, right top, from(rgba(42, 188, 158, 0)), color-stop(48.65%, #2ABC9E), to(rgba(42, 188, 158, 0)));
        background: linear-gradient(90deg, rgba(42, 188, 158, 0) 0%, #2ABC9E 48.65%, rgba(42, 188, 158, 0) 100%)
    }

    .main__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative
    }

    .main__body .ellipse {
        width: 300rem;
        height: 300rem;
        border-radius: 50%;
        background: #fff;
        position: absolute;
        top: 130rem;
        z-index: -1;
        right: 150rem;
        -webkit-filter: blur(80rem);
        filter: blur(80rem);
        opacity: .6
    }

    .main__body-img {
        width: 600rem;
        height: 610rem
    }

    .main__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
    }

    .main__body-text-title {
        font-size: 48rem;
        font-weight: 700;
        line-height: 61.44rem;
        text-align: left;
        color: #fff;
        max-width: 704rem
    }

    .main__body-text p {
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: left;
        max-width: 522rem;
        margin-top: 18rem;
        color: #fff
    }

    .main__body-text-btn {
        width: 200rem;
        height: 57rem;
        border-radius: 41rem;
        border: 1.5rem solid #2eecc5;
        background: rgba(46, 236, 197, .1019607843);
        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;
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: left;
        color: #fff;
        gap: 5rem;
        margin-top: 72rem
    }

    .main__body-text-btn svg {
        width: 24rem;
        height: 24rem;
        fill: #fff
    }

    .main__body-text-social {
        margin-top: 73rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem
    }

    .main__body-text-social span {
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.5rem;
        text-align: left;
        color: #fff
    }

    .main__body-text-social .line {
        background: #fff;
        width: 95rem;
        height: 1rem
    }

    .main__body-text-social-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 25rem
    }

    .main__body-text-social-items a {
        width: 47rem;
        height: 48rem;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0);
        border: 1rem solid #192c29;
        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
    }

    .main__body-text-social-items a:nth-child(1) svg {
        width: 22rem;
        height: 22rem
    }

    .main__body-text-social-items a:nth-child(2) svg {
        width: 22rem;
        height: 18rem
    }

    .main__body-text-social-items a:nth-child(3) svg {
        width: 21rem;
        height: 19rem
    }

    .sup {
        width: 100%;
        position: relative;
        overflow: hidden
    }

    .sup__back {
        width: 2043rem;
        height: 743.08rem;
        position: absolute;
        left: -379rem;
        top: -70rem
    }

    .sup__body {
        padding-top: 150rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 44rem
    }

    .sup__body-title {
        font-size: 36rem;
        font-weight: 500;
        line-height: 57.6rem;
        text-align: center;
        color: #fff
    }

    .sup__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 36rem
    }

    .sup__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: 30rem;
        padding: 44rem 0rem 0rem 42rem;
        position: relative;
        width: 405rem;
        height: 400rem;
        background: linear-gradient(139.56deg, #303134 10.06%, #282828 53.72%, #282828 88%);
        border: 1rem solid rgba(255, 255, 255, .2);
        border-radius: 6rem
    }

    .sup__body-block-item img {
        position: absolute;
        bottom: 0;
        right: 0
    }

    .sup__body-block-item span {
        font-size: 18rem;
        font-weight: 500;
        line-height: 28.8rem;
        text-align: left;
        color: #fff;
        max-width: 337rem;
        min-height: 58rem;
    }

    .sup__body-block-item p {
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: left;
        color: #fff;
        max-width: 337rem
    }

    .sup__body-block-item:nth-child(1) img {
        width: 204.92rem;
        height: 236.69rem
    }

    .sup__body-block-item:nth-child(2) img {
        width: 200.33rem;
        height: 233.11rem
    }

    .sup__body-block-item:nth-child(3) img {
        width: 240rem;
        height: 240rem
    }
}

@media(max-width: 750px) {
    html {
        font-size: .2666666667vw
    }

    .mob {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .desk {
        display: none !important
    }

    .telegram {
        width: 50rem;
        height: 50rem;
        border-radius: 50%;
        border: 1rem solid #19ad8f;
        background: #282828;
        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;
        position: fixed;
        bottom: 25rem;
        right: 25rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0;
        translate: 0 -20%;
    }
    .telegram .plus{
        width: 36rem;
        height: 36rem;
    }
    
    .telegram__items{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15rem;
        position: absolute;
        bottom: 60rem;
        height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .telegram__items.active{
        max-height: 160rem;
    }
    .telegram__items a{
        width: 40rem;
        height: 40rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #282828;
    }
    .telegram .telegram__items svg {
        max-width: 22rem;
        max-height: 22rem;
    }
    
    .telegram.active {
        translate: 0 0;
        opacity: 1
    }

    body {
        max-width: 375rem;
        background: #161617;
        font-family: "Montserrat", sans-serif;
        margin: 0 auto
    }

    .container {
        max-width: 336rem;
        margin: 0 auto;
        width: 100%
    }

    .good {
        width: 100%;
        padding-top: 200rem;
        padding-bottom: 50rem
    }

    .good__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40rem
    }

    .good__body-title {
        font-size: 24rem;
        font-weight: 700;
        line-height: 28rem;
        text-align: left;
        color: #fff
    }

    .good__body p {
        font-size: 16rem;
        font-weight: 700;
        line-height: 20rem;
        text-align: left;
        color: #fff
    }

    .good__body a {
        width: 335rem;
        height: 57rem;
        border-radius: 41rem;
        border: 1.5rem solid #2eecc5;
        background: rgba(46, 236, 197, .1019607843);
        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;
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: left;
        color: #fff;
        gap: 5rem;
        margin-top: 0rem
    }

    .about {
        width: 100%;
        padding: 100rem 0rem 40rem 0;
    }

    .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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20rem
    }

    .about__body-title {
        font-size: 24rem;
        font-weight: 500;
        line-height: 38rem;
        text-align: center;
        color: #fff
    }

    .about__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: 10rem
    }

    .about__body-block-img {
        width: 335rem;
        height: 269rem;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .about__body-block-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: 29rem
    }

    .about__body-block-text p:nth-child(2) {
        font-size: 14rem;
        font-weight: 400;
        line-height: 22.4rem;
        text-align: left;
        color: #fff;
        max-width: 573rem
    }

    .about__body-block-text p:nth-child(1) {
        font-size: 14rem;
        font-weight: 400;
        line-height: 22.4rem;
        text-align: left;
        color: #fff;
        max-width: 573rem
    }

    .about__body-block-text-btn {
        position: relative;
        width: 320rem;
        height: 62rem;
        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;
        font-size: 18rem;
        font-weight: 400;
        line-height: 28.8rem;
        text-align: left;
        -webkit-box-shadow: 0rem 0rem 38rem 0rem rgba(46, 236, 197, .2);
        box-shadow: 0rem 0rem 38rem 0rem rgba(46, 236, 197, .2);
        border: 1.5rem solid #2eecc5;
        background: #161617;
        margin-top: 0rem;
        color: #fff;
        border-radius: 4rem
    }

    .about__body-block-text-btn:after {
        content: "";
        position: absolute;
        width: 320rem;
        height: 62rem;
        border: 1.5rem solid #2eecc5;
        background: #161617;
        z-index: -1;
        top: 12rem;
        left: 12rem;
        border-radius: 4rem;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .adventures {
        width: 100%;
        background: linear-gradient(139.56deg, #303134 10.06%, #282828 53.72%, #282828 88%);
        border: 1rem solid rgba(255, 255, 255, .1254901961);
        padding: 20rem 0rem;
        border-radius: 6rem
    }

    .adventures__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;
        gap: 20rem;
        width: 100%
    }

    .adventures__body-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .adventures__body-item img {
        max-width: 119rem;
        max-height: 119rem
    }

    .adventures__body-item span {
        font-size: 18rem;
        font-weight: 500;
        line-height: 28rem;
        text-align: center;
        white-space: wrap;
        max-width: 334rem;
        color: #fff;
        margin-top: 16rem
    }

    .adventures__body-item p {
        font-size: 14rem;
        font-weight: 400;
        line-height: 22rem;
        text-align: center;
        color: #fff;
        max-width: 378rem;
        margin-top: 10rem
    }

    .contact {
        width: 100%;
        padding: 100rem 0rem 40rem 0rem
    }

    .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: 40rem
    }

    .contact__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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20rem
    }

    .contact__body-form-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10rem
    }

    .contact__body-form-text h3 {
        font-size: 24rem;
        font-weight: 500;
        line-height: 29rem;
        text-align: center;
        max-width: 511rem;
        color: #fff
    }

    .contact__body-form-text p {
        font-size: 14rem;
        font-weight: 400;
        line-height: 22rem;
        text-align: center;
        max-width: 472rem;
        color: #fff
    }

    .contact__body-form-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: 20rem
    }

    .contact__body-form-main-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: 5rem
    }

    .contact__body-form-main-item span {
        font-size: 14rem;
        font-weight: 500;
        line-height: 21rem;
        text-align: left;
        color: rgba(255, 255, 255, .6980392157)
    }

    .contact__body-form-main-item input {
        width: 335rem;
        height: 58rem;
        border: 1.5rem solid rgba(255, 255, 255, .2);
        background: rgba(255, 255, 255, .1019607843);
        -webkit-box-shadow: 0rem 0rem 38rem 0rem rgba(255, 255, 255, .0509803922);
        box-shadow: 0rem 0rem 38rem 0rem rgba(255, 255, 255, .0509803922);
        font-size: 14rem;
        font-weight: 500;
        line-height: 21rem;
        text-align: left;
        color: #fff;
        border-radius: 41rem;
        padding-left: 20rem
    }

    .contact__body-form-main-item textarea {
        min-width: 335rem;
        min-height: 184rem;
        border: 1.5rem solid rgba(255, 255, 255, .2);
        background: rgba(255, 255, 255, .1019607843);
        -webkit-box-shadow: 0rem 0rem 38rem 0rem rgba(255, 255, 255, .0509803922);
        box-shadow: 0rem 0rem 38rem 0rem rgba(255, 255, 255, .0509803922);
        font-size: 14rem;
        font-weight: 500;
        line-height: 21rem;
        text-align: left;
        color: #fff;
        border-radius: 41rem;
        padding-left: 20rem;
        padding-top: 20rem;
        resize: none
    }

    .contact__body-form-main-btn {
        width: 335rem;
        height: 58rem;
        border: 1.5rem solid #2eecc5;
        background: rgba(46, 236, 197, .1019607843);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: 0rem 0rem 38rem 0rem rgba(255, 255, 255, .0509803922);
        box-shadow: 0rem 0rem 38rem 0rem rgba(255, 255, 255, .0509803922);
        font-size: 14rem;
        font-weight: 400;
        line-height: 21rem;
        text-align: left;
        color: #fff;
        border-radius: 41rem
    }

    .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: 30rem
    }

    .contact__body-info-title {
        font-size: 24rem;
        font-weight: 500;
        line-height: 30rem;
        text-align: center;
        color: #fff
    }

    .contact__body-info-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: 10rem
    }

    .contact__body-info-text span {
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: left;
        color: #fff;
        max-width: 365rem
    }

    .contact__body-info-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: 10rem;
        margin-top: 30rem
    }

    .contact__body-info-block span {
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: left;
        color: #fff
    }

    .contact__body-info-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30rem
    }

    .contact__body-info-social a {
        width: 70rem;
        height: 70rem;
        border-radius: 50%;
        border: 1rem solid #19ad8f;
        background: rgba(0, 0, 0, 0);
        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
    }

    .contact__body-info-social a svg {
        width: 34rem;
        height: 34rem
    }

    .first {
        width: 100%;
        padding: 20rem;
        background: url(../images/dist/first__mob.png) center no-repeat;
        background-size: cover;
        z-index: -5;
        position: relative;
        padding-bottom: 30rem
    }

    .first__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: 20rem
    }

    .first__body-title {
        font-size: 18rem;
        font-weight: 700;
        line-height: 27rem;
        text-align: left;
        color: #fff;
        max-width: 766rem
    }

    .first__body p {
        font-size: 12rem;
        font-weight: 500;
        line-height: 19rem;
        text-align: left;
        color: #fff;
        max-width: 710rem
    }

    .first__body-btns {
        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: 20rem;
        margin-top: 20rem
    }

    .first__body-btns .first__body-btns-link {
        width: 338rem;
        height: 48rem;
        border-radius: 49rem;
        background: rgba(46, 236, 197, .1019607843);
        -webkit-backdrop-filter: blur(2rem);
        backdrop-filter: blur(2rem);
        border: 1.5rem solid #2eecc5;
        -webkit-box-shadow: 0rem 0rem 37rem 0rem rgba(46, 236, 197, .2);
        box-shadow: 0rem 0rem 37rem 0rem rgba(46, 236, 197, .2);
        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;
        font-size: 12rem;
        font-weight: 500;
        line-height: 19rem;
        text-align: left;
        color: #fff
    }

    .first__body-btns button:nth-child(2) {
        position: relative;
        width: 323rem;
        height: 40rem;
        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;
        font-size: 16rem;
        font-weight: 400;
        line-height: 26.8rem;
        text-align: left;
        -webkit-box-shadow: 0rem 0rem 38rem 0rem rgba(46, 236, 197, .2);
        box-shadow: 0rem 0rem 38rem 0rem rgba(46, 236, 197, .2);
        border: 1.5rem solid #2eecc5;
        background: #161617;
        color: #fff;
        border-radius: 4rem
    }

    .first__body-btns button:nth-child(2)::after {
        content: "";
        position: absolute;
        width: 323rem;
        height: 40rem;
        border: 1.5rem solid #2eecc5;
        background: rgba(0, 0, 0, 0);
        z-index: -1;
        top: 12rem;
        left: 12rem;
        border-radius: 4rem;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .footer {
        width: 100%;
        padding-bottom: 20rem
    }

    .footer .line {
        width: 375rem;
        height: 1rem;
        background: -webkit-gradient(linear, left top, right top, from(rgba(42, 188, 158, 0)), color-stop(48.65%, #2ABC9E), to(rgba(42, 188, 158, 0)));
        background: linear-gradient(90deg, rgba(42, 188, 158, 0) 0%, #2ABC9E 48.65%, rgba(42, 188, 158, 0) 100%)
    }

    .footer__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;
        padding: 20rem 0rem 0 0;
        align-items: center
    }

    .footer__body-menu {
        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: 20rem
    }

    .footer__body-menu-logo {
        width: 124rem;
        height: 106rem
    }

    .footer__body-menu-logo img {
        width: 100%;
        height: 100%
    }

    .footer__body-menu-list {
        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: 10rem
    }

    .footer__body-menu-list-item {
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: left;
        color: #fff
    }

    .footer__body-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30rem;
        margin-top: 20rem
    }

    .footer__body-social a {
        width: 70rem;
        height: 70rem;
        border-radius: 50%;
        border: 1rem solid #19ad8f;
        background: rgba(0, 0, 0, 0);
        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
    }

    .footer__body-social a svg {
        width: 34rem;
        height: 34rem
    }

    .footer__contact {
        margin-top: 0rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 14rem
    }

    .footer__contact a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5rem
    }

    .footer__contact a svg {
        width: 22rem;
        height: 22rem
    }

    .footer__contact a span {
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.5rem;
        text-align: left;
        color: #fff
    }

    .free {
        width: 100%;
        background: url(../images/dist/free__mob.png) center no-repeat;
        background-size: cover;
        padding: 20rem
    }

    .free__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: 10rem
    }

    .free__body-title {
        font-size: 20rem;
        font-weight: 700;
        line-height: 24rem;
        text-align: left;
        max-width: 335rem;
        color: #fff
    }

    .free__body p {
        font-size: 13rem;
        font-weight: 500;
        line-height: 20rem;
        text-align: left;
        color: #fff;
        max-width: 591rem
    }

    .free__body p:nth-child(2) {
        margin-top: 10rem
    }

    .free__body-btn {
        width: 335rem;
        height: 64rem;
        border-radius: 49rem;
        background: rgba(46, 236, 197, .1019607843);
        -webkit-backdrop-filter: blur(2rem);
        backdrop-filter: blur(2rem);
        border: 1.5rem solid #2eecc5;
        -webkit-box-shadow: 0rem 0rem 37rem 0rem rgba(46, 236, 197, .2);
        box-shadow: 0rem 0rem 37rem 0rem rgba(46, 236, 197, .2);
        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;
        font-size: 14rem;
        font-weight: 500;
        line-height: 22rem;
        text-align: left;
        color: #fff;
        margin-top: 31rem
    }

    .gallery {
        width: 100%;
        padding: 70rem 0rem 40rem 0rem;
    }

    .gallery__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: 10rem
    }

    .gallery__body-big {
        width: 100%;
        height: 150rem
    }

    .gallery__body-gp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5rem
    }

    .gallery__body-gp img {
        width: 108rem;
        height: 77rem
    }

    .header.active {
        height: 100vh
    }

    .header {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        height: 95rem;
        overflow: hidden;
        padding: 0rem;
        background: #18171a;
        z-index: 100;
        padding-top: 20rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40rem;
        margin-top: 60rem
    }

    .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-menu {
        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-menu-logo {
        width: 76rem;
        height: 65rem
    }

    .header__body-menu-logo img {
        width: 100%;
        height: 100%
    }

    .header__body-menu .burger {
        width: 33.75rem;
        height: 22.5rem;
        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
    }

    .header__body-menu .burger span {
        width: 100%;
        height: 3px;
        background: #fff
    }

    .header__body-menu-list {
        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: 40rem
    }

    .header__body-menu-list-item {
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: left;
        color: #fff
    }

    .header__body-phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5rem
    }

    .header__body-phone svg {
        width: 22rem;
        height: 22rem
    }

    .header__body-phone span {
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: left;
        color: #fff
    }

    .learn {
        width: 100%;
        padding: 100rem 0rem 40rem 0rem;
        position: relative;
        overflow: hidden
    }

    .learn__back {
        display: none
    }

    .learn__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: 20rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .learn__body-title {
        font-size: 24rem;
        font-weight: 500;
        line-height: 30rem;
        text-align: center;
        color: #fff
    }

    .learn__body-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10rem
    }

    .learn__body-block-item {
        width: 335rem;
        height: 236rem;
        background: linear-gradient(139.56deg, #303134 10.06%, #282828 53.72%, #282828 88%);
        border: 1rem solid rgba(255, 255, 255, .1254901961);
        border-radius: 6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 22rem;
        padding: 20rem 0rem 0rem 0rem
    }
    .learn__body-block-item:nth-child(3) p{
        padding-left: 20rem;
        padding-right: 15rem;
    }
    .learn__body-block-item-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20rem;
        padding-left: 20rem;
    }

    .learn__body-block-item-title span {
        font-size: 18rem;
        font-weight: 500;
        line-height: 28.4rem;
        text-align: left;
        color: #fff
    }

    .learn__body-block-item-title img {
        max-width: 70rem;
        max-height: 60rem
    }

    .learn__body-block-item p {
        font-size: 13rem;
        font-weight: 400;
        line-height: 20rem;
        text-align: left;
        color: #fff;
        padding-left: 20rem;
        padding-right: 15rem;
    }

    .main {
        width: 100%;
        margin-top: 95rem
    }

    .main .line__top {
        width: 100%;
        height: 1rem;
        margin-bottom: 10rem;
        background: -webkit-gradient(linear, left top, right top, from(rgba(42, 188, 158, 0)), color-stop(48.65%, #2ABC9E), to(rgba(42, 188, 158, 0)));
        background: linear-gradient(90deg, rgba(42, 188, 158, 0) 0%, #2ABC9E 48.65%, rgba(42, 188, 158, 0) 100%)
    }

    .main .line__bot {
        display: none
    }

    .main__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .main__body .ellipse {
        width: 200rem;
        height: 200rem;
        border-radius: 50%;
        background: #fff;
        position: absolute;
        top: 140rem;
        z-index: -1;
        right: 80rem;
        -webkit-filter: blur(50rem);
        filter: blur(50rem);
        opacity: .6
    }

    .main__body-img {
        width: 273rem;
        height: 300rem;
        margin: 0 auto
    }

    .main__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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .main__body-text-title {
        font-size: 24rem;
        font-weight: 700;
        line-height: 30rem;
        text-align: center;
        color: #fff;
        max-width: 308rem;
        width: 100%
    }

    .main__body-text-title span {
        color: #2eecc5
    }

    .main__body-text p {
        font-size: 14rem;
        font-weight: 400;
        line-height: 22rem;
        text-align: left;
        max-width: 522rem;
        margin-top: 10rem;
        color: #fff
    }

    .main__body-text-btn {
        width: 100%;
        height: 57rem;
        border-radius: 41rem;
        border: 1.5rem solid #2eecc5;
        background: rgba(46, 236, 197, .1019607843);
        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;
        font-size: 16rem;
        font-weight: 400;
        line-height: 25.6rem;
        text-align: left;
        color: #fff;
        gap: 5rem;
        margin-top: 20rem;
        padding: 0 30rem
    }

    .main__body-text-btn svg {
        width: 24rem;
        height: 24rem;
        fill: #fff
    }

    .main__body-text-social {
        margin-top: 73rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16rem
    }

    .main__body-text-social span {
        font-size: 16rem;
        font-weight: 400;
        line-height: 19.5rem;
        text-align: left;
        color: #fff
    }

    .main__body-text-social .line {
        background: #fff;
        width: 95rem;
        height: 1rem
    }

    .main__body-text-social-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 25rem
    }

    .main__body-text-social-items a {
        width: 47rem;
        height: 48rem;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0);
        border: 1rem solid #192c29;
        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
    }

    .main__body-text-social-items a:nth-child(1) svg {
        width: 22rem;
        height: 22rem
    }

    .main__body-text-social-items a:nth-child(2) svg {
        width: 22rem;
        height: 18rem
    }

    .main__body-text-social-items a:nth-child(3) svg {
        width: 21rem;
        height: 19rem
    }

    .sup {
        width: 100%;
        position: relative;
        overflow: hidden
    }

    .sup__back:nth-child(1) {
        width: 1378rem;
        height: 501rem;
        position: absolute;
        left: -316rem;
        top: -100rem
    }

    .sup__back:nth-child(2) {
        width: 1378rem;
        height: 501rem;
        position: absolute;
        left: -479rem;
        top: 250rem
    }

    .sup__back:nth-child(3) {
        width: 1378rem;
        height: 501rem;
        position: absolute;
        left: -179rem;
        top: 650rem
    }

    .sup__body {
        padding-top: 40rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20rem
    }

    .sup__body-title {
        font-size: 24rem;
        font-weight: 500;
        line-height: 38rem;
        text-align: center;
        color: #fff
    }

    .sup__body-block {
        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: 36rem
    }

    .sup__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: 20rem;
        padding: 20rem 0rem 0rem 20rem;
        position: relative;
        width: 336rem;
        height: 332rem;
        background: linear-gradient(139.56deg, #303134 10.06%, #282828 53.72%, #282828 88%);
        border: 1rem solid rgba(255, 255, 255, .2);
        border-radius: 6rem
    }

    .sup__body-block-item img {
        position: absolute;
        bottom: 0;
        right: 0
    }

    .sup__body-block-item span {
        font-size: 16rem;
        font-weight: 500;
        line-height: 25rem;
        text-align: left;
        color: #fff;
        max-width: 244rem;
        min-height: 52rem;
    }

    .sup__body-block-item p {
        font-size: 14rem;
        font-weight: 400;
        line-height: 22rem;
        text-align: left;
        color: #fff;
        max-width: 244rem
    }

    .sup__body-block-item:nth-child(1) img {
        width: 170rem;
        height: 196rem
    }

    .sup__body-block-item:nth-child(2) img {
        width: 143rem;
        height: 167rem
    }

    .sup__body-block-item:nth-child(3) img {
        width: 159rem;
        height: 159rem
    }
}