/* fonts*/

@font-face {
	font-family: 'TT Norms Pro'; 
	src: url('../fonts/TT\ Norms\ Pro\ Thin.otf');
    font-weight: 100;
}
@font-face {
	font-family: 'TT Norms Pro'; 
	src: url('../fonts/TT\ Norms\ Pro\ ExtraLight.otf');
    font-weight: 200;
}
@font-face {
	font-family: 'TT Norms Pro'; 
	src: url('../fonts/TT\ Norms\ Pro\ Regular.otf');
    font-weight: 400;
}
@font-face {
	font-family: 'TT Norms Pro'; 
	src: url('../fonts/TT\ Norms\ Pro\ Medium.otf');
    font-weight: 500;
}
@font-face {
	font-family: 'TT Norms Pro'; 
	src: url('../fonts/TT\ Norms\ Pro\ Bold.otf');
    font-weight: 700;
}
@font-face {
	font-family: 'TT Norms Pro'; 
	src: url('../fonts/TT\ Norms\ Pro\ ExtraBold.otf');
    font-weight: 800;
}
@font-face {
	font-family: 'TT Norms Pro'; 
	src: url('../fonts/TT\ Norms\ Pro\ Black.otf');
    font-weight: 900;
}
a, h1, h2, h3, h4, h5, p, span, button, ul, li {
    padding: 0;
    margin: 0;
    background: transparent;
    text-decoration: none;
    border: none;
    transition: all .2s linear;
}
html {
    overflow-x: hidden;
}
body {
    font-family: 'Montserrat';
    transition: all .2s linear !important;
    /*background-image: url('../images/fon-3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: rgba(0, 0, 0, 0.93);
    position: relative;
    overflow-x: hidden;
}
section {
    position: relative;
}
.img-fon {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
.img-fon-all {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    height: 100%;
}
.container {
    max-width: 1340px;
    padding-left: 30px;
    padding-right: 30px;
}
.section-main {
    padding: 160px 0;
    min-height: 100vh;
}
.section-main__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 1;
    position: relative;
}
.section-main__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    max-width: 596px;
}
.section-main__column h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 100px #0F08FA, 0px 0px 100px rgba(255, 255, 255, 0.25);
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 50px;
}
.section-main__column p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-family: 'TT Norms Pro';
    cursor: pointer;
}
.section-map {
    padding-bottom: 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-map__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.map__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
}
.map__block {
    display: flex;
    align-items: center;
    gap: 60px;
}
.map__block p {
    color: #FFF;
    text-shadow: 45px 37px 4px rgba(0, 0, 0, 0.12);
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 50px;
}
.map__block h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 100px #0F08FA, 0px 0px 100px rgba(255, 255, 255, 0.25);
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 50px;
}
.map__block:nth-child(2) {
    padding-left: 185px;
}
.section-map__main {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-top: 80px;
    gap: 30px;
    justify-content: center;
}
.section-map__main img {
    width: 100%;
    max-width: 270px;
}
.section-map__main__block {
    display: flex;
    align-items: center;
    gap: 70px;
}
.section-map__main__block-text {
    max-width: 343px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
}
.section-map__main__block-text p {
    color: #FFF;
    text-shadow: 45px 37px 4px rgba(0, 0, 0, 0.12);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: relative;
    padding-left: 34px;
    font-family: 'TT Norms Pro';
}
.section-map__main__block-text p::before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    left: 0;
    background: #433EFF;
    border-radius: 50%;
    top: 6px;
}
.section-map__main__block-text p:nth-child(1) {
    max-width: 330px;
}
.section-map__main > img {
    padding-top: 150px;
}
.section-map__left {
    width: 100%;
    position: relative;
    margin-top: -50px;
}
.section-map__left__text {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-map__left__fon {
    position: absolute;
    border-radius: 0 60px 60px 0;
    background: #111;
    width: 100%;
    max-width: 50%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: -1;
}
.section-map__left__text p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
    max-width: 375px;
}
.section-map__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-top: 80px;
}
.section-map__text p:nth-child(1) {
    color: #C3C3C3;
    text-shadow: 35px 50px 4px rgba(0, 0, 0, 0.08);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
    max-width: 970px;
    font-family: 'TT Norms Pro';
}
.section-map__text p:nth-child(1) span {
    color: #FFF;
}
.section-map__text p:nth-child(2) {
    color: #FFF;
    text-shadow: 35px 50px 4px rgba(0, 0, 0, 0.08);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
    font-family: 'TT Norms Pro';
}
.section-nfeed__main {
    display: flex;
    flex-direction: column;
}
.section-nfeed__row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 85px;
}
.section-nfeed__img {
    position: relative;
}
.section-nfeed__img > img:nth-child(1) {
    width: 100%;
    max-width: 270px;
}
.section-nfeed__img > img:nth-child(2) {
    position: absolute;
    top: 50px;
    right: -85px;
}
.section-nfeed__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    max-width: 575px;
    padding-top: 38px;
}
.section-nfeed__text > p {
    color: #FFF;
    text-shadow: 45px 37px 4px rgba(0, 0, 0, 0.12);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 395px;
}
.section-nfeed__text > span {
    color: #FFF;
    text-shadow: 45px 37px 4px rgba(0, 0, 0, 0.12);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.section-nfeed__text_block {
    border-radius: 45px;
    background: #111;
    padding: 35px 55px 50px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 7px;
}
.section-nfeed__text_block span {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
}
.section-nfeed__text_block p {
    color: #B9B9B9;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
    font-family: 'TT Norms Pro';
}
.section-main__img {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
}
.section-nfeed .section-map__left {
    margin-top: 50px;
}
.section-nfeed .section-map__left__text p {
    max-width: 500px;
}
.section-nfeed .section-map__left__fon {
    max-width: 50%;
}
.nfeed__row-2 {
    display: flex;
    align-items: flex-end;
}
.section-communities__row__column img {
    width: 270px;
}
.section-communities__row__block img:nth-child(2) {
    width: 270px;
    z-index: 1;
    position: relative;
}
.nfeed__row-2__img {
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: flex-end;
    margin-top: -205px;
}
.nfeed__row-2__img img {
    width: 100%;
    max-width: 270px;
}
.nfeed__row-2__img p {
    color: #B9B9B9;
    text-align: right;
    text-shadow: 35px 50px 4px rgba(0, 0, 0, 0.08);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.nfeed__row-2__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    padding-left: 155px;
    padding-bottom: 55px;
}
.nfeed__row-2__column > p {
    color: #FFF;
    text-shadow: 45px 37px 4px rgba(0, 0, 0, 0.12);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 402px;
    margin-left: 30px;
}
.nfeed__widgets {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.nfeed__widget-3 {
    border-radius: 50.107px;
    background: #2E2C2D;
    backdrop-filter: blur(13.580204010009766px);
    padding: 11px 25px;
    display: flex;
    gap: 20px;
}
.nfeed__widget-3 img {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    border: 1px solid #433EFF;
    object-fit: cover;
}
.nfeed__widget-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 185px;
    border-radius: 22.776px;
    background: #2E2C2D;
    backdrop-filter: blur(12.068696022033691px);
    padding: 16px 20px;
    gap: 6px;
    min-width: 185px;
}
.nfeed__widget-2__row {
    display: flex;
    align-items: center;
    gap: 4px;
}
.nfeed__widget-2__row p {
    color: #F0F0F0;
    font-size: 20.949px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.419px;
}
.nfeed__widget-2 > p {
    color: #D9D9D9;
    font-size: 17.14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.343px;
}
.nfeed__widget-1 {
    width: 100%;
    max-width: 252px;
    border-radius: 22.776px;
    background: #2E2C2D;
    backdrop-filter: blur(17.24099349975586px);
    padding: 17px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    min-width: 252px;
}
.nfeed__widget-1__row {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.nfeed__widget-1__row > p {
    color: #D9D9D9;
    font-size: 19.476px;
    font-style: normal;
    font-weight: 300;
    line-height: 19.284px;
    letter-spacing: -0.39px;
}
.nfeed__widget-1__row__img {
    display: flex;
}
.nfeed__widget-1__row__img > img:nth-child(1) {
    margin-left: 0;
}
.nfeed__widget-1__row__img > img {
    margin-left: -9px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    object-fit: cover;
}
.nfeed__widget-1__row__img p {
    margin-left: 4px;
    color: #FFF;
    font-size: 15.935px;
    font-style: normal;
    font-weight: 300;
    line-height: 19.284px;
    letter-spacing: -0.319px;
}
.nfeed__widgets__row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-left: 92px;
}
.nfeed__widget-2 {
    margin-top: 20px;
}
.nfeed__row-3 {
    display: flex;
    align-items: flex-start;
    margin-top: 45px;
}
.nfeed__row-3__img {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: flex-start;
    margin-left: 110px;
}
.nfeed__row-3__img img:nth-child(1) {
    width: 100%;
    max-width: 270px;
}
.nfeed__row-3__img img:nth-child(2) {
    position: absolute;
    right: 100px;
    bottom: 137px;
    width: 170.334px;
}
.nfeed__row-3__img p {
    color: #B9B9B9;
    text-shadow: 35px 50px 4px rgba(0, 0, 0, 0.08);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 450px;
}
.nfeed__row-3__main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    padding-top: 15px;
    margin-left: -100px;
}
.nfeed__row-3__main > span {
    color: #FFF;
    text-shadow: 45px 37px 4px rgba(0, 0, 0, 0.12);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 15px;
    max-width: 475px;
}
.nfeed__row-3__main > p {
    color: #B9B9B9;
    text-shadow: 45px 37px 4px rgba(0, 0, 0, 0.12);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: -25px;
    font-family: 'TT Norms Pro';
}
.nfeed__row-3__main__block {
    width: 100%;
    max-width: 574px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 35px 40px 55px 40px;
    border-radius: 45px;
    backdrop-filter: blur(20px);
    background: linear-gradient(107deg, #181818 3.03%, #111 99.93%);
}
.nfeed__row-3__main__block > span {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
}
.nfeed__row-3__main__block > p {
    color: #B9B9B9;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
    font-family: 'TT Norms Pro';
}
.nfeed__row-3__main__block button {
    border: 1px solid #433EFF;
    padding: 8px 49px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 50px;
}
.footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 25px;
    padding-bottom: 60px;
    position: absolute;
    width: 100%;
    margin-left: auto;
    left: 0;
    right: 0;
    z-index: 1;
    margin-right: auto;
    margin-top: -305px;
}
.footer-menu {
    padding: 0;
    margin: 0;
}
.footer-menu li {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.footer-menu li a {
    color: #D9D9D9;
    font-size: 12px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: -0.24px;
    text-align: right;
}
.footer-menu p {
    color: #D9D9D9;
    text-align: right;
    text-shadow: 35px 50px 4px rgba(0, 0, 0, 0.08);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
    margin-bottom: 20px;
}
.footer-menu li:nth-child(5) {
    margin-bottom: 20px;
}
.footer-left {
    display: flex;
    align-items: center;
    gap: 60px;
}
.footer-left__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.footer-left__text p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-left__text p:nth-child(2) {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    max-width: 890px;
}
.footer-left__text p:nth-child(2) span {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-nButton {
    padding-bottom: 180px;
}
.section-nButton__main {
    display: flex;
    flex-direction: column;
    gap: 95px;
    align-items: center;
}
.nButton__block {
    background: #131313;
    box-shadow: 0px 0px 21.3144474029541px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 45px;
    padding: 0 16px 0 23px;
    border-radius: 250px;
    height: 61px;
    margin: 65px auto 34px auto;
    width: 418px;
}
.section-nButton__container > p {
    color: #C3C3C3;
    text-align: center;
    font-family: 'TT Norms Pro';
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 370px;
    margin: auto;
}
.nButton__block button {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 106px;
}
.nButton__block svg:nth-child(4) {
    margin-left: 82px;
}
.section-nfeed .map__block:nth-child(2) {
    align-items: flex-start;
}
.section-nfeed .map__block:nth-child(2) p {
    padding-top: 7px;
}
.map__block__column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.map__block__column span {
    color: #7E7E7E;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;   
}
.section-nfeed {
    padding-bottom: 160px;
    padding-top: 180px;
}
.section-communities__name {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    margin-bottom: 75px;
    width: 100%;
}
.section-communities__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-communities__name h1 {
    color: #EFFFF7;
    text-align: center;
    text-shadow: 0px 0px 100px #0F08FA, 0px 0px 100px rgba(255, 255, 255, 0.25);
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 717px;
}
.section-communities__name p {
    color: #C3C3C3;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
    max-width: 800px;
    font-family: 'TT Norms Pro';
}
.section-communities__block {
    padding: 35px 65px 55px 40px;
    border-radius: 45px;
    background: #111;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-left: 115px;
}
.section-communities__block span {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.section-communities__block p {
    max-width: 526px;
    color: #B9B9B9;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
}
.section-communities__row {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-left: 115px;
}
.section-communities__row > p {
    color: #FFF;
    text-shadow: 45px 37px 4px rgba(0, 0, 0, 0.12);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 304px;
    margin-left: 70px;
    margin-top: 200px;
}
.section-communities__row__column {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: flex-start;
    margin-top: 90px;
}
.section-communities__row__column p {
    color: #FFF;
    text-shadow: 45px 37px 4px rgba(0, 0, 0, 0.12);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 324px;
}
.section-communities__row__block {
    position: relative;
    margin-top: -50px;
    margin-left: 50px;
}
.section-communities__row__block img:nth-child(1) {
    position: absolute;
    left: -128px;
    bottom: 20px;
    width: 169px;
    z-index: 2;
}
.section-map-bottom img:nth-child(2) {
    transform: scale(calc(1 + var(--scroll-map-bottom) / 6500));
    transform-origin: top center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 860px;
    object-fit: contain;
    transition: all 0.5s;
}
.section-communities {
    padding-bottom: 80px;
}
.section-map-bottom {
    position: relative;
    overflow: visible;
    padding-top: 80px;
}
.section-map-bottom .img-fon {
    z-index: -2;
}
.section-map-bottom:before, .section-map-bottom:after {
    content: "";
    display: table;
    clear: both;
}
.section-map-bottom:before {
    float: left;
    padding-bottom: 40.25%;
    margin-right: -100%;
}
.section-map-bottom__container-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
}
.section-map-bottom__container-top h1 {
    color: #EFFFF7;
    text-shadow: 0px 0px 100px #0F08FA, 0px 0px 100px rgba(255, 255, 255, 0.25);
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 680px;
}
.section-map-bottom__container-top p {
    color: #EFFFF7;
    text-shadow: 35px 50px 4px rgba(0, 0, 0, 0.08);
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.7px;
}
.section-map-bottom__container-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
}
.section-map-bottom__container-bottom button {
    border-radius: 42.619px;
    border: 1.705px solid #433EFF;
    background: rgba(217, 217, 217, 0.02);
    backdrop-filter: blur(17.899999618530273px);
    width: 260px;
    height: 48px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;   
}
.section-map-bottom__container-bottom p {
    color: #B9B9B9;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 513px;
}
.section-map-bottom__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 160px;
}
.nCard__block-1 {
    padding-left: 185px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
}
.nCard__block-1 > p {
    color: #FFF;
    text-shadow: 45px 37px 4px rgba(0, 0, 0, 0.12);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 400px;
}
.nCard__block-1__images {
    padding: 12px 33px;
    border-radius: 48px;
    background: #1F1F1F;
    display: flex;
    gap: 21px;
    margin-left: 173px;
}
.nCard__block-1__images img {
    border: 0.7px solid #5F5F5F;
    border-radius: 50%;
    width: 67px;
    height: 67px;
    object-fit: cover;
}
.nCard__main {
    margin-top: 100px;
}
.section-nCard .section-map__left {
    margin-top: 100px;
}
.section-nCard .section-map__left__text p {
    max-width: 440px;
}
.section-nCard .section-map__left__text {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-nCard .section-map__left__fon {
    max-width: 51%;
}
.nCard__row {
    display: flex;
    flex-direction: column-reverse;
}
.nCard__row-left__row {
    display: flex;
}
.nCard__row-left__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}
.nCard__row-left__column > p {
    color: #FFF;
    text-shadow: 45px 37px 4px rgba(0, 0, 0, 0.12);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 365px;
}
.nCard__row-left__column-img {
    position: relative;
}
.nCard__row-left__column-img > img:nth-child(1) {
    width: 270px;
}
.nCard__row-left__column-img > img:nth-child(2) {
    position: absolute;
    bottom: 140px;
    right: -90px;
}
.nCard__row-left__row-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    justify-content: flex-end;
    padding-bottom: 215px;
    margin-left: -15px;
}
.nCard__row-left__row-text span {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
}
.nCard__row-left__row-text p {
    max-width: 305px;
    color: #B9B9B9;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
}
.section-social__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 160px;
}
.social__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.social__top h1 {
    margin-bottom: 50px;
    color: #FFF;
    text-shadow: 35px 50px 4px rgba(0, 0, 0, 0.08);
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.social__top p {
    color: #FFF;
    text-shadow: 35px 50px 4px rgba(0, 0, 0, 0.08);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
}
.social__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;  
}
.social__bottom p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.social__bottom p span {
    background: linear-gradient(92deg, #433EFF 21.01%, #FF258C 98.56%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.social__bottom button {
    padding: 8px 57px;
    border: 1px solid #433EFF;
    border-radius: 250px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-nButton__main {
    width: 100%;
    overflow: hidden;
    margin-top: 75px;
}
.swiper-nButton img {
    width: 210px;
}
.swiper-nButton p {
    max-width: 360px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-family: 'TT Norms Pro';
    min-height: 104px;
}
.swiper-nButton {
    width: 100%;
    overflow: visible;
}
.swiper-nButton .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    height: 700px;
}
.swiper-nButton .swiper-slide-next .nButton__img img {
    width: 200px;
}
.swiper-nButton .swiper-slide-next p {
    font-size: 16px;
}
.swiper-nButton .swiper-slide-prev .nButton__img img {
    width: 200px;
}
.swiper-nButton .swiper-slide-prev p {
    font-size: 16px;
}
.section-nfeed__container .map__top {
    margin-bottom: 90px;
}
.section-planet {
    position: relative;
    padding-bottom: 180px;
    overflow: visible;
}
.section-planet > img:nth-child(2) {
    transform: scale(calc(1 + var(--scroll-planet) / 6500));
    transform-origin: top center;
    position: absolute;
    top: 0;
    left: 5%;
    width: 100%;
    z-index: -1;
    height: 1117px;
    object-fit: contain;
    transition: all 0.5s;
}
.swiper-nButton .swiper-slide:nth-child(1).swiper-slide-prev p {
    max-width: 257px;
    min-width: auto;
}
.swiper-nButton .swiper-slide:nth-child(2).swiper-slide-next p {
    max-width: 287px;
    min-width: auto;
}
.swiper-nButton .swiper-slide:nth-child(2).swiper-slide-prev p {
    max-width: 287px;
    min-width: auto;
}
.swiper-nButton .swiper-slide:nth-child(3).swiper-slide-next p {
    min-width: auto;
    max-width: 222px;
}
.swiper-nButton .swiper-slide:nth-child(3).swiper-slide-prev p {
    min-width: auto;
    max-width: 222px;
}
.swiper-nButton .swiper-slide:nth-child(4).swiper-slide-next p {
    min-width: auto;
    max-width: 280px;
}
.swiper-nButton .swiper-slide:nth-child(4).swiper-slide-prev p {
    min-width: auto;
    max-width: 280px;
}
.swiper-nButton .swiper-slide:nth-child(5).swiper-slide-next p {
    min-width: auto;
    max-width: 260px;
}
.swiper-nButton .swiper-slide:nth-child(5).swiper-slide-prev p {
    min-width: auto;
    max-width: 260px;
}
.swiper-nButton .swiper-slide:nth-child(6).swiper-slide-next p {
    min-width: auto;
    max-width: 285px;
}
.swiper-nButton .swiper-slide:nth-child(6).swiper-slide-prev p {
    min-width: auto;
    max-width: 285px;
}
.section-planet:before, .section-planet:after {
    content: "";
    display: table;
    clear: both;
}
.section-planet:before {
    float: left;
    padding-bottom: 50.25%;
    margin-right: -100%;
}
.section-planet__container > h1 {
    max-width: 715px;
    color: #EFFFF7;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0px 0px 100px #0F08FA, 0px 0px 100px rgba(255, 255, 255, 0.25);
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.planet__text-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 80px;
}
.planet__text-left span {
    color: #E7E7E7;
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.7px;
    font-family: 'TT Norms Pro';
}
.planet__text-left p {
    color: #7E7E7E;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 444px;
    font-family: 'TT Norms Pro';
}
.section-social {
    background-image: url('../images/section-last.png');
    padding: 160px 0 320px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-social__container {
    position: relative;
}
.section-social__container > svg {
    position: absolute;
    right: 217px;
    bottom: 134px;
}
.nCard__row-right {
    display: flex;
    margin-top: -370px;
    gap: 60px;
    justify-content: flex-end;
    padding-right: 120px;
}
.nCard__row-right__text {
    position: relative;
    margin-top: 450px;
    z-index: 222;
}
.nCard__row-right__text p {
    max-width: 310px;
    color: #FFF;
    text-shadow: 45px 37px 4px rgba(0, 0, 0, 0.12);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
}
.nCard__row-right__text img {
    position: absolute;
    top: -125px;
    right: -125px;
}
.nCard__row-right__slider img {
    width: 270px;
}
.nCard__row-right__slider-img {
    width: 270px;
}
.swiper-ncard {
    overflow: visible;
    width: 270px;
}
.swiper-ncard .swiper-slide {
    width: 270px !important;
}
.nCard__row-right__slider .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.section-main__container > img {
    width: 350px;
    margin-right: 80px;
}
.nCard__row-left {
    margin-top: -220px;
}
.nCard__row-right__slider .swiper-slide:nth-child(2) p {
    max-width: 305px;
    color: #FFF;
    text-shadow: 45px 37px 4px rgba(0, 0, 0, 0.12);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.nCard__row-right__slider .swiper-slide:nth-child(1) p {
    max-width: 234px;
    color: #FFF;
    text-align: center;
    text-shadow: 45px 37px 4px rgba(0, 0, 0, 0.12);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 35px;
}
.nCard__row-right__slider .swiper-slide:nth-child(1) p span {
    color: #B9B9B9;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.nCard__row-right__slider {
    width: 100%;
    max-width: 270px;
}
.section-nCard {
    overflow: hidden;
}
.nCard__row-right__slider .swiper-slide-next p {
    opacity: 0;
}
.nCard__row-right__slider .swiper-slide-next .nCard__row-right__slider-img {
    background: rgba(0, 0, 0, 0.01);
    filter: blur(3px);
}
.nCard__row-right__slider .swiper-slide-prev p {
    opacity: 0;
}
.nCard__row-right__slider .swiper-slide-prev .nCard__row-right__slider-img {
    background: rgba(0, 0, 0, 0.01);
    filter: blur(3px);
}
.nCard__row-right__slider .swiper-slide:nth-child(2).swiper-slide-active {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.section-planet__container {
    position: relative;
    height: 964px;
}
.planet__text-1 {
    position: absolute;
    color: #FFF;
    font-family: 'TT Norms Pro';
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
    top: 45%;
    left: 13%;
}
.planet__text-2 {
    position: absolute;
    color: #FFF;
    font-family: 'TT Norms Pro';
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;  
    bottom: 9%;
    left: 12%;
}
.planet__text-3 {
    position: absolute;
    color: #FFF;
    font-family: 'TT Norms Pro';
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;  
    bottom: -16%;
    right: 25%;
}
.planet__text-4 {
    position: absolute;
    color: #FFF;
    font-family: 'TT Norms Pro';
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
    right: 2%;
    bottom: 24%;
}
.planet__svg {
    position: absolute;
    top: 58%;
    left: 29%;
}
.planet__text-block-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    position: absolute;
    top: 70%;
    left: 40%;
}
.planet__text-block-center p {
    text-shadow: 28.841949462890625px 41.20278549194336px 3.296222686767578px rgba(0, 0, 0, 0.08);
    font-family: 'TT Norms Pro';
    font-size: 14.833px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
    letter-spacing: -0.297px;
    background: linear-gradient(90deg, #D9D9D9 50%, rgba(217, 217, 217, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.planet__text-block-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    position: absolute;
    right: 6%;
}
.planet__text-block-right p:nth-child(1) {
    color: #FFF;
    font-family: 'TT Norms Pro';
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
    z-index: 1;
}
.planet__text-block-right p:nth-child(2)  {
    color: #E7E7E7;
    font-family: 'TT Norms Pro';
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.7px;
    margin-right: -20px;
    z-index: 1;
}
.planet__text-block-right img:nth-child(3) {
    position: absolute;
    width: 220px;
    left: -33%;
    top: 45%;
}
.planet__text-block-right img:nth-child(4) {
    position: absolute;
    width: 95px;
    top: -16px;
    right: -10px;
}
.section-map__main__block-text.mobile {
    display: none;
}
.nfeed-slider-mobile {
    display: none;
}
.swiper-nButton .swiper-slide-active p {
    opacity: 1;
}
.swiper-nButton .swiper-slide-active .nButton__img img {
    width: 270px;
    transition: all 0.5s;
}
.nfeed__row-3__main > span:nth-child(3) {
    margin-top: 0;
}
.nButton__img {
    position: relative;
}
.nButton__img .nbutton-next {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 32px;
    left: 46%;
}
.section-nButton .swiper-slide:nth-child(1) p {
    min-width: 314px;
}
.section-nButton .swiper-slide:nth-child(2) p {
    max-width: 358px;
    min-width: 358px;
}
.section-nButton .swiper-slide:nth-child(3) p {
    max-width: 277px;
}
.section-nButton .swiper-slide:nth-child(4) p {
    max-width: 353px;
    min-width: 320px;
}
.section-nButton .swiper-slide:nth-child(5) p {
    min-width: 324px;
}
.section-nButton .swiper-slide:nth-child(6) p {
    min-width: 345px;
}
.communities__block_mobile {
    display: none;
}
.section-communities__row__column img:nth-child(3) {
    display: none;
}
.planet__text-block-center svg:nth-child(3) {
    display: none;
}
.nCard__column-mobile {
    display: none;
}
.section-nfeed__container > h1 {
    display: none;
}
.section-nButton__container > h1 {
    display: none;
}
.nbutton-slider-mobile {
    display: none;
}
.nbutton-mobile-block {
    display: none;
}
.nbutton-mobile-block-2 {
    display: none;
}
.section-nButton > img:nth-child(1) {
    z-index: -2;
}
.section-nButton > img:nth-child(2) {
    z-index: -1;
    position: absolute;
    width: 6833.58px;
    top: -156%;
    left: -158%;
}
.footer-left > svg {
    width: 62px;
    height: 62px;
}
.section_1_text-more-all {
    display: none;
    transition: all 0.5s;
}
.swiper-ncard{
    overflow: hidden;
    width: 630px;
}
.text-slide{
    max-width: 270px;
    color: #FFF;
    text-shadow: 45px 37px 4px rgba(0, 0, 0, 0.12);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 54px;
    text-align: center;
}
.text-slide span{
    display: block;
    color: #B9B9B9;
    font-weight: 300;
}
.image-snape-2 {
    position: absolute;
    top: -32%;
    left: -147%;
    z-index: -2;
    transform: rotate(-150deg);
}
.img-fon-all__mobile {
    display: none;
}
.fade-text {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 100px #0F08FA, 0px 0px 100px rgba(255, 255, 255, 0.25);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    margin-top: -273px;
    position: absolute;
    z-index: 1;
    margin-left: 27px;
    animation: 2s neon-2 alternate-reverse infinite;
}
.fade-text-2 {
    color: #FFF;
    text-align: center;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    margin-top: -273px;
    position: absolute;
    z-index: 1;
    margin-left: 33px;
    animation: 2s neon-2 alternate-reverse infinite;
}
.fade-text,
.fade-text-2 {
    opacity: 1;
    transition: opacity 3s ease-in-out;
}
@keyframes neon-2 {
    from {
        text-shadow: 0 0 5px #FFF,
        0 0 10px #FFF,
        0 0 15px #FFF,
        0 0 20px #BFE2FF;
    }
    to {
        text-shadow: 0 0 20px #BFE2FF,
        0 0 15px #BFE2FF,
        0 0 20px #BFE2FF,
        0 0 20px #BFE2FF,
        0 0 100px #BFE2FF;
    }
}    
.nButton__block button img {
    width: 100px;
}
.snape-mobile {
    display: none;
}
.snape-mobile-2 {
    display: none;
}
@media screen and (max-width: 1100px) {
    .section-main {
        min-height: auto;
    }
    .section-nfeed .map__block:nth-child(2) {
        padding-left: 90px;
    }
    .nfeed__row-2__column {
        padding-left: 45px;
    }
    .section-nfeed .section-map__left__text p {
        max-width: 45%;
    }
    .section-communities__block {
        margin-left: 0;
    }
    .section-communities__row {
        margin-left: 0;
    }
    .nCard__block-1__images {
        margin-left: 0;
    }
    .nCard__block-1 {
        padding-left: 125px;
    }
    .footer-left__text p:nth-child(2) {
        max-width: 650px;
    }
}
@media screen and (min-width: 992px) {
    .section-planet > img:nth-child(3) {
        display: none !important;
    }
    .section-map-bottom img:nth-child(3) {
        display: none !important;
    }
}
@media screen and (max-width: 992px) {
    .img-fon-all__mobile {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
        height: 100%;
    }
    .img-fon-all {
        object-fit: cover;
    }
    .section-nButton .swiper-slide:nth-child(1) p {
        min-width: auto;
    }
    .section-nButton .swiper-slide:nth-child(3) p {
        min-width: auto;
    }
    .section-nButton .swiper-slide:nth-child(5) p {
        min-width: auto;
    }
    .section-nButton .swiper-slide:nth-child(6) p {
        min-width: auto;
    }
    .section-map__main__block-text {
        display: none;
    }
    .section-map__main__block-text.mobile {
        display: flex;
    }
    .section-main__container {
        gap: 70px;
        flex-direction: column-reverse;
    }
    .nfeed__widgets {
        display: none;
    }
    .section-communities__row {
        flex-wrap: wrap;
        margin-left: 0;
    }
    .map__block:nth-child(2) {
        display: none;
    }
    .map__block {
        gap: 35px;
    }
    .map__block p {
        font-size: 20px;
    }
    .map__block h1 {
        font-size: 35px;
    }
    .section-map__main {
        flex-wrap: wrap;
        padding-top: 65px;
    }
    .section-map__main__block {
        flex-wrap: wrap;
    }
    .nfeed__row-3__img {
        display: none;
    }
    .nfeed__row-2 {
        display: none;
    }
    .section-map__left {
        display: none;
    }
    .section-nfeed__main {
        display: none;
    }
    .section-communities__block {
        display: none;
    }
    .section-communities__name h1 {
        text-align: left;
        font-size: 35px;
        line-height: 45px;
        max-width: 280px;
    }
    .social__top h1 {
        text-align: left;
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 9px;
        max-width: 277px;
    }
    .section-main {
        padding: 70px 0 100px 0;
    }
    .section-main__container > img {
        width: 250px;
        margin: 0 auto;
    }
    .section-main__column {
        gap: 25px;
        max-width: none;
    }
    .section-main__column h1 {
        text-align: left;
        font-size: 35px;
    }
    .section-main__column p {
        font-size: 17px;
    }
    .section-map__text {
        display: none;
    }
    .section-map__main > img {
        display: none;
    }
    .section-map__main img {
        width: 250px;
        margin: 0 auto;
    }
    .section-map__main__block-text {
        gap: 30px;
        max-width: none;
    }
    .section-map__main__block-text p {
        font-size: 17px;
        padding-left: 47px;
    }
    .section-map__main__block-text p::before {
        width: 12px;
        height: 12px;
    }
    .section-map {
        padding-bottom: 100px;
    }
    .section-nButton {
        padding-bottom: 100px;
    }
    .section-nfeed {
        padding-bottom: 100px;
        padding-top: 0;
    }
    .nfeed__row-3__main {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 35px;
        padding-top: 0;
        margin-left: 0;
        width: 100%;
    }
    .nfeed__row-3__main > span {
        display: none;
    }
    .nfeed__row-3__main > p {
        display: none;
    }
    .nfeed__row-3__main__block {
        max-width: none;
        gap: 12px;
        padding: 20px 0 30px 25px;
        border-radius: 26px;
        backdrop-filter: none;
        background: #111;
        width: 100%;
    }
    .nfeed__row-3__main__block > span {
        font-size: 17px;
    }
    .nfeed__row-3__main__block > p {
        font-size: 15px;
        margin-bottom: 8px;
        max-width: 306px;
    }
    .nfeed__row-3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nfeed__row-3__main__block button {
        border: none;
        padding: 4px 37px;
        font-size: 17px;
        background: #433EFF;
    }
    .section-communities {
        padding-bottom: 100px;
    }
    .section-communities__name {
        align-items: flex-start;
        gap: 25px;
        margin-bottom: 65px;
    }
    .section-communities__name p {
        font-size: 17px;
        text-align: left;
        max-width: 335px;
    }
    .section-communities__row__column {
        margin-top: 0;
        order: 4;
        width: 100%;
        position: relative;
    }
    .section-communities__row__column img {
        width: 250px;
        margin-left: auto;
    }
    .section-communities__row > p {
        order: 3;
        margin: 0;
        max-width: none;
        font-size: 20px;
        text-align: left;
        margin-bottom: 50px;
    }
    .section-communities__row__column p {
        max-width: 264px;
        font-size: 20px;
    }
    .section-communities__row__block img:nth-child(1) {
        display: none;
    }
    .section-communities__row__block img:nth-child(2) {
        width: 250px;
        margin: 0 auto;
    }
    .section-communities__row__block {
        margin: 0 auto;
        margin-bottom: 45px;
    }
    .section-map-bottom {
        padding-top: 0;
    }
    .section-map-bottom__container-top h1 {
        font-size: 35px;
        line-height: 45px;
        max-width: 280px;
    }
    .section-map-bottom__container-top {
        gap: 25px;
    }
    .section-map-bottom__container-top p {
        font-size: 20px;
        font-weight: 300;
        letter-spacing: -0.4px;
    }
    .section-map-bottom__container {
        gap: 100px;
    }
    .section-map-bottom__container-bottom {
        gap: 15px;
        z-index: 2;
    }
    .section-map-bottom__container-bottom button {
        border-radius: 25px;
        border: none;
        background: #433EFF;
        backdrop-filter: blur(10.5px);
        width: 166px;
        height: 44px;
        font-size: 20px;
    }
    .section-map-bottom__container-bottom p {
        max-width: 343px;
        font-size: 17px;
    }
    .section-social__container {
        gap: 70px;
    }
    .social__top {
        gap: 16px;
    }
    .footer {
        margin-top: -325px;
        padding-bottom: 0;
    }
    .footer-left {
        align-items: flex-start;
        gap: 30px;
        flex-direction: column;
    }
    .section-nCard .map__block p {
        display: none;
    }
    .section-nCard .map__top {
        align-items: center;
    }
    .section-map__main__block-text p:nth-child(1) {
        max-width: 254px;
    }
    .section-map__main__block-text p:nth-child(2) {
        max-width: 258px;
    }
    .section-map__main__block-text p:nth-child(3) {
        max-width: 294px;
    }
    .section-nButton .map__block p {
        display: none;
    }
    .section-planet {
        padding-bottom: 0;
    }
    .section-planet:before, .section-planet:after {
        display: none;
    }
    .section-planet__container > h1 {
        max-width: 285px;
        font-size: 35px;
        line-height: 50px;
    }
    .section-planet > img:nth-child(2) {
        display: none;
    }
    .nfeed-slider-mobile {
        display: block;
    }
    .nfeed-slider-mobile img {
        width: 250px;
    }
    .nfeed-slider-mobile p {
        color: #FFF;
        text-align: center;
        text-shadow: 45px 37px 4px rgba(0, 0, 0, 0.12);
        font-family: 'TT Norms Pro';
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    .nfeed-slider-mobile .swiper-slide:nth-child(1) p {
        max-width: 304px;
    }
    .nfeed-slider-mobile .swiper-slide:nth-child(2) p {
        max-width: 270px;
    }
    .nfeed-slider-mobile .swiper-slide:nth-child(3) p {
        max-width: 295px;
    }
    .nfeed-slider-mobile .swiper-slide:nth-child(4) p {
        max-width: 267px;
    }
    .nfeed-slider-mobile .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    .nfeed-slider-mobile .swiper {
        padding-left: 30px;
    }
    .section-nfeed__container .map__top {
        margin-bottom: 55px;
    }
    .communities__block_mobile {
        display: flex;
        justify-content: center;
        order: 3;
        margin-bottom: 50px;
        border-radius: 30px;
        background: #111;
        width: 100%;
        padding: 14px;
    }
    .communities__block_mobile p {
        color: #B9B9B9;
        text-align: center;
        font-family: 'TT Norms Pro';
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-transform: lowercase;
        max-width: 297px;
    }
    .section-communities__row__column img:nth-child(3) {
        display: block;
        width: 95px;
        position: absolute;
        bottom: 206px;
        right: 215px;
    }
    .section-map-bottom img:nth-child(2) {
        display: none;
    }
    .section-map-bottom:before, .section-map-bottom:after {
        display: none;
    }
    .social__top p {
        max-width: 250px;
        font-size: 20px;
        line-height: 142.9%;
    }
    .social__top p:nth-child(3) {
        color: #B9B9B9;
        text-shadow: 35px 50px 4px rgba(0, 0, 0, 0.08);
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -0.34px;
    }
    .social__bottom {
        gap: 25px;
    }
    .social__bottom p {
        font-size: 20px;
        max-width: 230px;
    }
    .social__bottom p span {
        font-size: 20px;
    }
    .social__bottom button {
        padding: 9px 52px;
        font-size: 20px;
    }
    .section-planet > img:nth-child(3) {
        display: block;
        position: absolute;
        top: 100px;
        left: -335px;
        width: 806px;
        height: 806px;
        transition: all .3s;
    }
    .planet__text-left {
        gap: 5px;
        margin-top: 0;
        position: absolute;
        top: 500px;
    }
    .planet__text-block-right img:nth-child(3) {
        display: none;
    }
    .planet__text-left span {
        font-size: 20px;
        letter-spacing: -0.4px;
    }
    .planet__text-left p {
        font-size: 17px;
        max-width: 283px;
    }
    .planet__text-1 {
        font-size: 17px;
        left: 10px;
        top: auto;
        bottom: 206px;
    }
    .planet__text-2 {
        font-size: 17px;
        top: 365px;
        left: auto;
        right: 96px;
        bottom: auto;
    }
    .planet__text-3 {
        font-size: 17px;
        top: auto;
        left: 131px;
        right: auto;
        bottom: 304px;
    }
    .planet__text-4 {
        font-size: 17px;
        top: 258px;
        left: 15px;
        bottom: auto;
        right: auto;
    }
    .planet__svg {
        display: none;
    }
    .planet__text-block-center {
        align-items: flex-start;
        gap: 2px;
        top: auto;
        left: auto;
        right: 30px;
        bottom: 100px;
    }
    .planet__text-block-center p {
        text-shadow: 15.750714302062988px 22.501020431518555px 1.8000816106796265px rgba(0, 0, 0, 0.08);
        font-size: 9px;
        letter-spacing: -0.18px;
    }
    .planet__text-block-right {
        flex-direction: row;
        align-items: center;
        gap: 39px;
        right: 50px;
        top: 150px;
    }
    .planet__text-block-right p:nth-child(1) {
        font-size: 20px;
        letter-spacing: -0.4px;
    }
    .planet__text-block-right p:nth-child(2) {
        font-size: 20px;
        letter-spacing: -0.4px;
        margin-right: 0;
    }
    .planet__text-block-right img:nth-child(4) {
        top: -5px;
        right: 73px;
        width: 32.297px;
    }
    .section-map-bottom img:nth-child(3) {
        display: block;
        position: absolute;
        left: -350px;
        top: -25px;
        width: 1170px;
    }
    .section-social__container > svg {
        right: 80px;
        bottom: auto;
        width: 40px;
        height: 40px;
        top: 470px;
    }
    .section-social {
        background-size: 130% 100%;
        padding: 100px 0 400px 0;
    }
    .footer-left__text {
        gap: 25px;
    }
    .footer-left__text p {
        font-size: 8px;
    }
    .footer-left__text p:nth-child(2) {
        font-size: 8px;
        max-width: 139px;
    }
    .footer-left__text p:nth-child(2) span {
        font-size: 8px;
    }
    .nCard__row-right__slider {
        display: none;
    }
    .nCard__block-1 {
        padding-left: 30px;
        flex-direction: column-reverse;
        gap: 25px;
    }
    .footer-left > img {
        width: 60px;
        margin-bottom: -25px;
    }
    .nCard__block-1 > p {
        font-size: 20px;
        max-width: 240px;
        margin-left: auto;
    }
    .nCard__block-1__images {
        padding: 6px 17px;
        border-radius: 25px;
        gap: 10px;
        margin-left: 0;
    }
    .nCard__block-1__images img {
        border: 0.5px solid #5F5F5F;
        width: 33px;
        height: 33px;
    }
    .nCard__row {
        display: none;
    }
    .nCard__main {
        margin-top: 50px;
    }
    .nCard__column-mobile {
        display: flex;
        flex-direction: column;
        gap: 50px;
        margin-top: 40px;
    }
    .nCard__column-mobile__top {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 50px;
    }
    .nCard__column-mobile__top > p {
        color: #FFF;
        text-shadow: 28.039627075195312px 23.054805755615234px 2.4924113750457764px rgba(0, 0, 0, 0.12);
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        max-width: 264px;
    }
    .nCard__column-mobile__top-image {
        position: relative;
        width: 100%;
    }
    .nCard__column-mobile__top-image img:nth-child(1) {
        width: 250px;
    }
    .nCard__column-mobile__top-image img:nth-child(2) {
        position: absolute;
        width: 108px;
        top: 70px;
        left: 207px;
    }
    .nCard__column-mobile__top-block {
        border-radius: 26.967px;
        background: #111;
        padding: 20px 25px 25px 25px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        width: 100%;
    }
    .nCard__column-mobile__top-block span {
        color: #FFF;
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-transform: lowercase;
    }
    .nCard__column-mobile__top-block p {
        color: #B9B9B9;
        font-family: 'TT Norms Pro';
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-transform: lowercase;
        max-width: 283px;
    }
    .nCard__column-mobile__bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
    .nCard__column-mobile__bottom p:nth-child(1) {
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        max-width: 300px;
    }
    .nCard__column-mobile__bottom p:nth-child(3) {
        color: #FFF;
        text-shadow: 45px 37px 4px rgba(0, 0, 0, 0.12);
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        max-width: 276px;
    }
    .nCard__column-mobile__bottom-image {
        position: relative;
        width: 100%;
        display: flex;
    }
    .nCard__column-mobile__bottom-image img:nth-child(1) {
        position: absolute;
        width: 95.359px;
        right: 214px;
        bottom: 56px;
    }
    .nCard__column-mobile__bottom-image img:nth-child(2) {
        width: 250px;
        margin-left: auto;
    }
    .section-nfeed__container > h1 {
        display: block;
        color: #FFF;
        text-align: center;
        text-shadow: 0px 0px 100px #0F08FA, 0px 0px 100px rgba(255, 255, 255, 0.25);
        font-size: 35px;
        font-style: normal;
        font-weight: 300;
        line-height: 50px;
        margin-bottom: 35px;
    }
    .section-nButton__container > h1 {
        display: block;
        max-width: 250px;
        color: #FFF;
        text-shadow: 0px 0px 100px #0F08FA, 0px 0px 100px rgba(255, 255, 255, 0.25);
        font-size: 35px;
        font-style: normal;
        font-weight: 300;
        line-height: 45px;
    }
    .section-nButton__main {
        display: none;
    }
    .nbutton-slider-mobile {
        display: flex;
        padding: 0 15px;
    }
    .nbutton-mobile-block {
        display: flex;
    }
    .nbutton-mobile-block-2 {
        display: flex;
    }
    .nbutton-slider-mobile__block img {
        width: 250px;
    }
    .nbutton-slider-mobile__block {
        display: flex;
        flex-direction: column;
        gap: 50px;
        position: relative;
        padding: 80px 0 55px 0;
    }
    .section-nButton__container > p {
        display: none;
    }
    .nbutton-mobile-block {
        margin-top: 50px;
    }
    .nbutton-mobile-block__main {
        display: flex;
        border-radius: 26.967px;
        background: #111;
        padding: 20px 20px 25px 25px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }
    .nbutton-mobile-block {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nbutton-mobile-block__main span {
        color: #FFF;
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-transform: lowercase;
    }
    .nbutton-mobile-block__main p {
        color: #B9B9B9;
        font-family: 'TT Norms Pro';
        max-width: 290px;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-transform: lowercase;
    }
    .nbutton-mobile-block-2 {
        margin-top: 50px;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
    .nbutton-mobile-block-2 p {
        color: #B9B9B9;
        font-family: 'TT Norms Pro';
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        max-width: 292px;
    }
    .nbutton-mobile-block-2 p span {
        color: #FFF;
    }
    .nbutton-mobile-block-2 > span {
        color: #FFF;
        font-family: 'TT Norms Pro';
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    .section-nButton {
        position: relative;
    }
    .nbutton-slider-mobile .swiper {
        border-radius: 30px;
        background: linear-gradient(180deg, rgba(9, 9, 9, 0.80) 0%, rgba(5, 5, 5, 0.80) 100%);
        backdrop-filter: blur(2px);
    }
    .nbutton-slider-mobile__block-img {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .nbutton-slider-mobile__block-img button {
        position: absolute;
        width: 20px;
        height: 20px;
        bottom: 30px;
    }
    .nbutton-slider-mobile__block-text {
        display: flex;
        height: 88px;
        justify-content: center;
        align-items: center;
    }
    .nbutton-slider-mobile__block-text p {
        color: #FFF;
        text-align: center;
        font-family: 'TT Norms Pro';
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    .nbutton-slider-mobile > button {
        border-radius: 30px;
        background: #433EFF;
        backdrop-filter: blur(35.5px);
        width: 134px;
        height: 44px;
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 44px;
        position: absolute;
        bottom: -22px;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .nbutton-slider-mobile {
        position: relative;
    }
    .nbutton-slider-mobile .swiper-slide:nth-child(1) p {
        max-width: 287px;
    }
    .nbutton-slider-mobile .swiper-slide:nth-child(2) p {
        max-width: 305px;
        min-width: auto;
    }
    .nbutton-slider-mobile .swiper-slide:nth-child(4) p {
        max-width: 262px;
        min-width: auto;
    }
    .nbutton-slider-mobile .swiper-slide:nth-child(5) p {
        max-width: 258px;
        min-width: auto;
    }
    .nbutton-slider-mobile .swiper-slide:nth-child(6) p {
        max-width: 280px;
        min-width: auto;
    }
    .nbutton-slider-mobile .swiper-slide:nth-child(7) p {
        max-width: 303px;
        min-width: auto;
    }
    .nButton__block {
        justify-content: flex-start;
        width: 327px;
        margin: 40px auto 65px auto;
        gap: 0;
        box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
        display: flex;
        align-items: center;
        padding: 0 26px;
        border-radius: 250px;
        height: 52px;
    }
    .nButton__block svg:nth-child(1) {
        width: 30px;
        height: 27.931px;
        margin-right: 30px;
    }
    .nButton__block svg:nth-child(2) {
        width: 30px;
        height: 30px;
        margin-right: auto;
    }
    .nButton__block button {
        width: 70px;
        position: relative;
        margin: 0;
    }
    .nButton__block button img {
        width: 70px;
    }
    .nButton__block svg:nth-child(4) {
        margin-left: 7px;
        margin-right: 30px;
        width: 29px;
        height: 29px;
    }
    .nButton__block img:nth-child(5) {
        width: 40px;
    }
    .section-nButton__container .map__block h1 {
        position: absolute;
        top: 219px;
        z-index: 9999;
        right: 30px;
    }
    .footer-left > svg {
        width: 40px;
        height: 40px;
    }
    .map-mobile {
        height: 595px;
    }
    .section-nButton > img:nth-child(2) {
        display: none;
    }
    .image-snape-2 {
        display: none;
    }
    .snape-mobile {
        display: block;
        position: absolute;
        z-index: -2;
        top: 30%;
        left: -207%;
    }
    .snape-mobile-2 {
        display: block;
        position: absolute;
        z-index: -2;
        top: 72%;
        left: -212%;
    }
}