

/*Theme Name: sdc 1.0*/

@charset "UTF-8";
/*null*/

/* $minwidth: 320px; //1920px;
$fontfamily: 'Montserrat', sans-serif; */

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*: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;
}
aside,
nav,
footer,
header,
section {
    display: block;
}
.header {height: 100vh;}
html,
body {
    height: 100%;
    min-width: 320px;

}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');


body {
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
input,
button,
textarea {
    font-family: 'Montserrat', sans-serif;
}
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-weight: inherit;
    font-size: inherit;
}

body {
    background: #320A59;
  z-index: -1;
  margin: 0; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

[class*="__container"] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.main {
    flex: 1 1 auto;
}


/* =============  start  ===============*/

/* =============   HEADER AREA   ===================*/

.under{
    height: 730px;
}
.header__fon {
    width: 100%;
    height: 80px;
    position: relative;
    top: 0;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.header__mob-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.logo {
    width: 54px;
    height: 41px;
    background: url(../img/logo.png);
    margin-left: 120px;
}

.fancy_overline { text-decoration: none;
    background-image: linear-gradient(to left, #9441B9, #17179F );
    background-repeat: no-repeat;
    background-position: right left;
    background-size: 0% 3px;

  }
  .fancy_overline:hover {  background-size: 100% 3px;

        padding-top: 10px;
        border-top: 0px solid #960c0c;
  }

  #mobvid {display: none;}
/* ==============   MOBILE MENU START  ============= */

.burger {
   display: none;
    width: 30px;
    height: 22px;
    background: url(../img/burger.png) no-repeat;
    margin-left: 580px;
}
.mob__menu{display: none;}

.back {
    position: absolute;
    left: 15px;
    top: 13px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 254.9%;
    letter-spacing: 0.08em;
    text-transform: lowercase;
    color: #9441B9;
}
.mob__menu .items {
    position: absolute;
    left: 13px;
    top: 126px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 46px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    text-transform: uppercase;
}
.mob__menu .items a{
    color: #FFFFFF;
}
.mob__menu .items .active {
    font-weight: 700;
}
.mob__social {
    position: relative;
    left: 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 22px;
    margin-left: 10px;
    margin-right: 40px;
    top: 383px;
    height: 31px;
}

.mob__login {
    position: absolute;
    top: 436px;
}
.mob__login button {
    width: 190px;
    height: 32px;
    left: 21px;
    border-radius: 6px;
    position: relative;
    background: transparent;
    color: white;
    text-transform: uppercase;
    border: solid 1px;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #FFFFFF;
}
/*---2id--*/

.mob__login {
    position: absolute;

    top: 436px;
}
.mob__login button {
    width: 190px;
    height: 32px;
    left: 21px;
    border-radius: 6px;
    position: relative;
    background: transparent;
    color: white;
    text-transform: uppercase;
    border: solid 1px;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #FFFFFF;
}
/*--------------------*/

/* ==============   MOBILE MENU END  ============= */

.menu__body {
    display: flex;
    justify-content: space-between;
    width: 367px;
    margin-left: 135px;
}
.header__container{
    display: flex;
    flex-wrap: wrap;
    height: 80px;
    align-items: center;
    padding-top: 30px;
}
.menu__list {
    flex-wrap: wrap;
    display: flex;

    justify-content: space-between;

}
.menu__list li a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 6px;
}

.menu__list .item1{
    margin-left: 0;
    font-weight: 700;
}
.menu__login {
    margin-left: 220px;
    display: flex;
    flex-wrap: wrap;
    width: 330px;
    justify-content: space-between;
}
.menu__login button {
    width: 156px;
    height: 32px;
    border:solid 1px #FFFFFF;
    border-radius: 6px;
    border-color: linear-gradient(#9441B9 100%, #17179F 100%);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: none;
}
.header__social{
    display: flex;
    flex-wrap: wrap;
    transform: rotate(270deg);

   position: absolute;
   top: 45%;
    font-weight: 400;
    z-index: 1;
}
.header__social li a{
    margin-right: 40px;
    color: #FFFFFF;
    font-size: 18px;
line-height: 22px;
letter-spacing: 0.08em;
text-transform: lowercase;
}
.lines {
    display: flex;
    transform: rotate(270deg);
    margin-bottom: -487px;
    margin-left: -379px;
    width: 366px;
}
.line{
    width: 69px;
    height: 0px;
    background: linear-gradient(#9441B9 100%, #17179F 100%);
    margin-right: 38px;
}
.line2 {
    width: 94px;
}
.line3 {
    width: 105px;
}


.page{
    color:#FFFFFF;
    font-weight: 700;
font-size: 24px;
line-height: 29px;
letter-spacing: 0.08em;
}

.left{
    position: absolute;

    bottom: 5%;
    z-index: 1;
    margin-left: 160px;
}

.circles{
    position: relative;
    top: 240px;
    left: 858px;
}

.circle{
    width: 11px;
height: 11px;
border-radius:50%;
margin-bottom: 7px;
}
.c1{
    background: #9441B9;
}
.c2{
    background: rgba(148, 65, 185, 0.9);
}
.c3{
    background: rgba(148, 65, 185, 0.7);
}
.c4{
    background: rgba(148, 65, 185, 0.22);
}
.c5{
    background: rgba(148, 65, 185, 0.09);
}
.c2, .c3, .c4, .c5{
    filter: blur(4px);
}



/*  PC  */
@media (max-width: 1400px) {
    [class*="__container"] {
        max-width: 970px;
    }
    .logo {margin-left: 0;}
    .menu__body {margin-left: 70px;}
    .menu__login {margin-left: 110px;}

    .circles {left: 710px;}
}

/*  TABLET  */
@media (max-width: 991.98px) {
    [class*="__container"] {
        max-width: 750px;
    }
    .logo {margin-left: -40px;}
    .menu__body {margin-left: 20px;}
    .menu__login {margin-left: 10px; width: fit-content;}
    .menu__login li:first-child {margin-right: 10px}
    .menu__login button {width: 130px}
    .header__social {margin-left: -204px;}
    .circles {left: 541px;}
}

/*  MOBILE  */
@media (max-width: 767.98px) {
    [class*="__container"] {
        max-width: none;
    }
    .logo {margin-left: 25px;}
    .menu__body {display: none;}
    .menu__login {display: none;}
    .header__social {display: none;}
    .circles {display: none;}
    .left {display: none;}
    .menu__btn {display: unset;}
}

@media (max-width: 767.98px) {
    [class*="__container"] {
        max-width: none;
    }
    .logo {margin-left: 25px;}
    .menu__body {display: none;}
    .menu__login {display: none;}
    .header__social {display: none;}
    .circles {display: none;}
    .left {display: none;}
    .burger {display: block;}
}

@media (max-width: 767.98px) {
    [class*="__container"] {
        max-width: none;
    }
    .mob__menu{
        display:block;
        position: fixed;
        color: #fff;
        width: 233px;
        height: 568px;
        background: #120824;
        box-shadow: -37px 0px 42px #0b0515;
        right: -100%;
        top: 0;
        overflow: auto;
        transition: all 0.3s ease 0s;
        z-index: 10;
    }
    .mob__menu.active {
        right: 0;
        height: 100vh;
        width: 235px;    /*  233px */
     }
     .burger {
        display: block;
        right: 40px;
        position: absolute;
       top: 40px;
     }
     .burger.active {
         display: none;
     }
     body.lock{
		overflow: hidden;
	}
}
@media (max-width: 4096px) {
    .header__social {
        left: 1293px;
    }
    }
    @media (max-width: 2048px) {
    .header__social {
        left: 273px;
    }
    }
    @media (max-width: 1920px) {
    .header__social {
        left: 209px;
    }
    }
    @media (max-width: 1440px) {
    .header__social {
        left: -33px;
    }
    }


    @media (max-width: 1366px) {
    .header__social {
        left: 25px;
    }
    }
    @media (max-width: 1280px) {
    .header__social {
        left: -18px;
    }
    }
    @media (max-width: 1024px) {
    .header__social {
        left: -146px;
    }
    }
    @media (max-width: 4096px){
        .left {
            margin-left: 1473px;
        }
        }
        @media (max-width: 2048px){
        .left {
           margin-left: 455px;
        }
        }
        @media (max-width: 1920px){
        .left {
            margin-left: 388px;
        }
        }
        @media (max-width: 1440px){
        .left {
            margin-left: 149px;
        }
        }
        @media (max-width: 1280px){
        .left {
            margin-left: 161px;
        }
        }
        @media (max-width: 1024px){
        .left {
            margin-left: 35px;
        }
        }

@media (max-width: 650px) {
#pcvid {display: none;}
#mobvid {display: unset;}
}
@media (min-aspect-ratio: 16/9) {
    #mobvid {
      width: 100%;
      height: auto;
    }
  }

  @media (max-aspect-ratio: 16/9) {
    #mobvid {
      width: auto;
      height: 100%;
    }
  }
/* ===========   2 BLOCK   ============ */
.two {
    height: 765px;
    position: relative;
    color: #1F0B3D;
    background: rgba(0, 0, 0, 0.7) url(../img/bgr2.png) center/cover no-repeat;
   background-blend-mode: multiply;
}


.fon, .two__container {
    height: 100%;

}
.two__center {
    width: 1095px;
    height: 418px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: linear-gradient(264.76deg, #120824 34.37%, rgba(18, 8, 36, 0) 86.22%);
    border-radius: 15px;
    top: 145px;
    position: relative;
}
.two__video {
    width: 719px;
    height: 719px;
    isolation: isolate;
    position: relative;
    top: -165px;
    left: -47px;
    z-index: 1;

}
.gif1 {
    width: 719px;
    height: 719px;
}

.two h1 {
    position: relative;

top: 0;
font-style: italic;
font-weight: 700;
font-size: 48px;
line-height: 59px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #FFFFFF;
text-align: right;
margin-bottom: 29px
}
.two__txtbl{
    width: 423px;
    position: relative;
    top: -673px;
    left: 650px;
}
.two__txtbl p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #FFFFFF;
}
.right {
    position: relative;
    top: 213px;
    left: 995px;
}
.circles2{
    position: absolute;
    top: 50%;
    margin-left: 1184px;
    margin-top: -45px;
}
.circles2 .c1 {
    background: rgba(148, 65, 185, 0.9);
    filter: blur(4px);
}
.circles2 .c2 {
    background: #9441B9;
    filter: none;
}
.circles2 .c3 {
    background: rgba(148, 65, 185, 0.7);
    filter: blur(4px);
}
.circles2 .c4{
    background: rgba(148, 65, 185, 0.22);
    filter: blur(4px);
}
.circles2 .c5 {
    background: rgba(148, 65, 185, 0.09);
    filter: blur(4px);
}
.fon-h1 {
    position: absolute;
width: 520px;
height: 79px;
left: 145px;
top: -11px;
background: linear-gradient(269.42deg, #9441B9 34.12%, rgba(0, 0, 0, 0) 70.96%);
filter: blur(14px);
}


/*  PC  */


@media (max-width: 1400px) {
    [class*="__container"] {
        max-width: 970px;
    }
    .two__center {width: 943px;}
    .two__video{left: -125px;}
    .two__txtbl{left: 500px;}
    .right{left: 888px;}
    .circles2{margin-left: 984px;}

}

/*  TABLET  */
@media (max-width: 991.98px) {
    [class*="__container"] {
        max-width: 750px;
    }
    .two__video {left: -235px;}
    .two__txtbl {left: 307px;}
    .circles2{display: none;}
}

/*  MOBILE  */
@media (max-width: 767.98px) {
    [class*="__container"] {
        max-width: none;
    }
    .two {top: -57px; position: relative;  height: 600px}   /* dr */
    .two__center{
        width: 288px;
        height: 465px;
    justify-content: center;
    margin: auto;
    top: 91px
    }
    .two__video{
        width: 275px;
        height: 275px;
        left: 0;
        top: -66px;
    }
    .gif1 {
        width: 330px;
        height: 330px;
        margin-left: -30px;
    }
    .two__txtbl{
        left: 0;
        width: 260px;
        height: 238px;
        top: -140px
    }
    .fon-h1{
        width: 547px;
        height: 49px;
        top: -199px;
        left: -213px;
        filter: blur(7px);
    }
    .two__txtbl h1{
        font-size: 33px;
        line-height: 40px;
        letter-spacing: 0.08em;
        top: -194px;
        text-align: center;
    }
    .two__txtbl{
        font-size: 14px;
        line-height: 17px;
        text-align: center;
    }
    .two__txtbl p {
        font-size: 14px; /* dr */
        line-height: 17px;
        text-align: center;
    }
}

/* ===========   3 BLOCK   ============ */

.three {

    color:#FFFFFF;
    background: rgba(31, 11, 61, 0.99) url(../img/bgr31.png) center/cover no-repeat;
    background-blend-mode: multiply;

    height: 687px;
    color: #ffffff;
    position: relative;
}
.three__center{
    width: 972px;
    height: 292px;

    top: 55px;
    background: linear-gradient(89.41deg, #120824 40.24%, rgba(31, 11, 61, 0) 104.27%);
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    margin: 0 auto;
}
.txt__bl3{
    width: 423px;
    padding-top: 54px;
    padding-bottom: 23px;
    padding-left: 20px;
}
.fon3-h1{
    position: relative;
    width: 526px;
    height: 79px;
    left: -288px;
    top: -17px;
    background: linear-gradient(269.42deg, #9441B9 30.3%, rgba(0, 0, 0, 0) 70.96%);
    filter: blur(14px);
    transform: rotate(-180deg);
}
.txt__bl3 h1{
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 46px;
    position: relative;
    top: -88px;
}
.txt__bl3 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    position: relative;
    top: -104px;
}
.three__video{
    position: relative;
    width: 598px;
    height: 497px;

    left: 340px;
    top: -416px; /* -335 */
    z-index: 1;
}
.gif2 {
    height: 1000px;
    width: 1000px;
    margin-top: -244px;
    margin-left: -80px;
}
.three__video1{
    position: relative;
    width: 598px;
    height: 497px;

    left: 340px;
    top: -416px; /* -335 */
    z-index: 1;
}
.three__video2 {
    position: relative;
    width: 680px;
    height: 514px;
    left: 544px;
    top: -853px;

}
.fon-txt2{
    position: relative;
    width: 526px;
    height: 53px;
    left: -60px;
    top: 148px;
    background: linear-gradient(269.42deg, #3A08AE 35.65%, rgba(0, 0, 0, 0) 70.96%);
    filter: blur(16px);
    transform: rotate(-180deg);
}
.txt__bl3-txt2{
    width: 462px;
    height: 119px;
    left: 200px;
    top: 82px;
    background: #120824;
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 21px 20px 32px 20px;
    z-index: 10;
}
.txt__bl3-txt2 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
.left3{
    position: relative;
    left: 219px;
    top: 155px;
}
.circles3{
    position: absolute;
    top: 50%;
    margin-left: 1184px;
    margin-top: -45px;
}
.c31{
    background: rgba(148, 65, 185, 0.7);
}
.c32{
    background:  rgba(148, 65, 185, 0.9);
}
.c33{
    background: #9441B9;
}
.c34{
    background: rgba(148, 65, 185, 0.22);
}
.c35{
    background: rgba(148, 65, 185, 0.09);
}
.c31,
.c32,
.c34,
.c35{
    filter: blur(4px);
}

/*  PC  */
@media (max-width: 1400px) {
    [class*="__container"] {
        max-width: 970px;
    }
    .fon-txt2{left: -240px;}
    .txt__bl3-txt2{left: 0;}
    .left3{left: 20px;}
}


@media (max-width: 1024px){   /* dr */
    [class*="__container"] {
        max-width: 750px;
    }
    .three__video{
        width: 460px;
        height: 360px;
        left: -180px;
        top: -13px;
    }

    .left3{display: none;}
}

/*  TABLET  */
 @media (max-width: 991.98px) {
    [class*="__container"] {
        max-width: 750px;
    }
    .three__video{
        width: 460px;
        height: 360px;
        left: -180px;
        top: -13px;
    }
    .gif2 {
        height: 800px;
        width: 800px;
        margin-top: -177px;
        margin-left: -112px;
    }
}

/*  MOBILE  */
@media (max-width: 767.98px) {
    [class*="__container"] {
        max-width: none;
    }
    .three {     /* dr */
        height: 735px;

        margin-top: -60px;

    }
    .three__center{
        flex-direction: column;
        justify-content: center;
        width: 288px;
        height: 620px;
        background: url(../img/mascotbg.png) center / cover no-repeat;
    }
    .three__video{
        width: 260px;
        height: 260px;
        left: -253px;
        top: -66px;
    }
    .fon3-h1{
        top: -176px;
    left: -95px;
    width: 635px;
        height: 49px;
        filter: blur(7px);
    }
    .txt__bl3 h1{
        font-size: 33px;
        text-align: center;
        top: -230px;
        position: relative;
    }
    .txt__bl3{
        width: 260px;
        margin-top: 31px;
    }
    .txt__bl3 p{
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        top: 25px;
        text-align: center;
    }

    .txt__bl3-txt2{

        top: -114px;
        width: 240px;
        background: none;
        margin: 0 auto;
        left: -20px;
    }

    .txt__bl3-txt2 p{
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        position: relative;
        left: 16px;
    }

    .page {
        display: none;
    }
    .gif2 {
        height: 550px;
        width: 550px;
        margin-top: -144px;
        margin-left: -147px;
    }
}

/* ===========   4 BLOCK   ============ */

.four {
    background: rgba(31, 11, 61, 0.7) url(../img/bgr4.png) center/cover no-repeat;
    background-blend-mode: multiply;
    height: 740px;
    color:#FFFFFF;
}
.four__center {
    width: 972px;
    height: 304px;
    left: 120px;
    top: 135px;
    background: linear-gradient(270deg, #120824 6.28%, rgba(18, 8, 36, 0) 100%);
    border-radius: 15px;
    position: relative;
}
.four__video {
    position: relative;
    width: 740px;
    height: 740px;
    left: -200px;
    top: -150px;

}
.gif4 {
    width: 740px;
    height: 740px;
}
.fon-btm{
    position: absolute;
    width: 498px;
    height: 113px;
    left: -50px;
    top: 359px;
}
.four__txtbl {
    width: 433px;
    position: relative;
    top: -684px;
    left: 518px;
}
.fon4-h1 {
    position: absolute;
    width: 520px;
    height: 79px;
    left: 145px;
    top: -11px;
    background: linear-gradient(269.42deg, #9441B9 34.12%, rgba(0, 0, 0, 0) 70.96%);
    filter: blur(14px);
}
.four__txtbl h1 {
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    text-align: right;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 46px;
}
.four__txtbl p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.four__txtbl-txt2{
    width: 400px;
    height: 30px;
    background: #17179F;
    border-radius: 10px;
    padding-right: 8px;
    margin-bottom: 7px;
    position: relative;
    left: 33px;
}
.four__txtbl-txt2 p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 31px;
    color: #FFFFFF;
}
.four__txtbl-txt2 img{
    margin-top: 7px;
}
.last-str{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #FFFFFF;
}
.four__txtbl2{
    position: relative;
    width: 475px;
    height: 119px;
    left: 617px;
    top: 153px;
    background: #1F0B3D;
    border-radius: 15px;
    padding: 12px 20px 3px 35px;
}
.four__txtbl2 p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #FFFFFF;
}
.right4 {
    position: relative;
    top: 203px;
    left: 1041px;
}
.circles4{
    position: relative;
    top: 50%;
    margin-left: 1184px;
    margin-top: -45px;
}
.c41{
    background: rgba(148, 65, 185, 0.3);
    filter: blur(4px);
}
.c42{
    background: rgba(148, 65, 185, 0.7);
    filter: blur(4px);
}
.c43{
    background: rgba(148, 65, 185, 0.9);
    filter: blur(4px);
}
.c44{
    background: #9441B9;
}
.c45{
    background: rgba(148, 65, 185, 0.09);
    filter: blur(4px);
}

/*  PC  */
@media (max-width: 1400px) {
    [class*="__container"] {
        max-width: 970px;
    }
    .four__center {
        left: 25px;
        width: 920px;
    }
    .four__txtbl{
        left: 463px;
    }
    .four__txtbl2{
        left: 470px;
    }
    .right4{left: 899px;}
    .circles4 {margin-left: 985px;}

}

/*  TABLET  */
@media (max-width: 991.98px) {
    [class*="__container"] {
        max-width: 750px;
    }
    .four__center{
        width: 705px;
        left: 10px;}
    .four__txtbl{
        left: 257px;}
    .four__txtbl2{
        left: 242px;}
    .right4{left: 673px;}
    .gif4 {
        width: 540px;
        height: 540px;
        margin-top: 165px;
        margin-left: -5px;
    }
}

/*  MOBILE  */
@media (max-width: 767.98px) {
    [class*="__container"] {
        max-width: none;
    }
    .four { height: 700px;}
    .four__center{
        width: 288px;
        height: 584px;
        left: unset;
        top: 37px;
        margin: 0 auto;
    }
    .four__video{
        width: 236px;
        height: 197px;
        top: 88px;
        left: unset;
        margin: 0 auto;
    }
    .gif4 {
        width: 325px;
        height: 325px;
        margin-left: -50px;
        margin-top: -40px;
    }
    .fon-btm{
        display: none;
    }
    .four__txtbl{
        width: 260px;
        left: unset;
        top: unset;
        margin: 0 auto;
    }
    .fon4-h1{
        top: -176px;
        left: -213px;
        width: 585px;
        height: 49px;
        background: linear-gradient(269.42deg, #9441B9 34.12%, rgba(0, 0, 0, 0) 70.96%);
        filter: blur(7px);
        position: absolute;
    }
    .four__txtbl h1{top: -182px; font-size: 33px; text-align: center;}
    .four__txtbl p{
        position: relative;
        top: 36px;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
    }
    .four__txtbl-txt2{
        top: 29px;
        width: 260px;
        height: 30px;
        left: 0;
    }
    .four__txtbl-txt2 p{
        font-weight: 400;
        font-size: 9px;
        line-height: 20px;
        top: 5px;
        left: 2px;
    }
    .four__txtbl-txt2 img{
        margin-top: 3px;
    }
    .last-str{
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
    }
    .four__txtbl2 {
        width: 288px;
        height: 119px;
        top: -70px;
        left: 0;
        margin: 0 auto;
        padding: 8px 14px 9px 14px;
    }
    .four__txtbl2 p{
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
    }
}

/* ===========   NEW BLOCK   ============ */
.new{
    position: relative;
    height: 750px;
    color: #FFFFFF;
    background: rgba(31, 11, 61, 0.99) url(../img/bgrnew.png) center/cover no-repeat;
    background-blend-mode: multiply;
}
.new__center {
    position: relative;
    width: 972px;
    height: 571px;
    margin: 0 auto;
    background: linear-gradient(89.41deg, #120824 40.24%, rgba(31, 11, 61, 0) 104.27%);
    border-radius: 15px;
    top: 83px;
    left: 0px;
    padding-left: 20px;
    padding-top: 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fon7-h1 {
    position: absolute;
    width: 526px;
    height: 79px;
    left: -270px;
    top: 28px;
    background: linear-gradient(269.42deg, #9441B9 30.3%, rgba(0, 0, 0, 0) 70.96%);
    filter: blur(14px);
    transform: rotate(-180deg);
}
.new__txtbl{
    width: 432px;
}
.new__txtbl h1{
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 46px;
    color: #FFFFFF;
}
.new__txtbl p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 47px;
}
.new__list {
    width: 474px;
}
.new__list li{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 22px;
    display: flex;
}
.new__list span{
    width: 41px;
    display: block;
    height: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    text-align: center;
}
.new__diagram{
    background: url(../img/diagram.png) center / cover no-repeat;
    width: 578px;
    height: 578px;
    top: 75px;
    position: relative;
}
.it1{background: #17179F;}
.it2{background: #4D4DD1;}
.it3{background: #CC6BEE;}
.it4{background: #9441B9;}
.it5{background: #2D1155;}
.it6{background: #1F0B3D;}
.it7{background: #120824;}


/*  PC  */
@media (max-width: 1400px) {
    [class*="__container"] {
        max-width: 970px;
    }
}

/*  TABLET  */
@media (max-width: 991.98px) {
    [class*="__container"] {
        max-width: 750px;
    }
    .new__txtbl {
        width: 410px;
    }
    .new__center {
        width: 800px;
        left: -40px;}
        .new__diagram {
        height: 428px;
        }
}

/*  MOBILE  */
@media (max-width: 767.98px) {
    [class*="__container"] {
        max-width: none;
    }
    .new{height: 800px;}
    .new__center{
        width: 288px;
        height: 793px;
        flex-direction: column;
        justify-content: center;
        left: 0;
        top: 21px;
        background: url(../img/bgrnewmob.png) center / cover no-repeat;
    }
    .fon7-h1{
        width: 635px;
        height: 49px;
        left: -95px;
        top: 34px;
        filter: blur(7px);
    }
    .new__txtbl{margin: 0 auto;}
    .new__txtbl h1{
        font-size: 33px;
        line-height: 40px;
        letter-spacing: 0.08em;
        margin-top: -40px;
        position: relative;
    }
    .new__txtbl p{
        width: 260px;
        height: 51px;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
    }
    .new__list{
        width: 260px;
        position: relative;
        top: 254px;
    }
    .new__list li{
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 17px;
    }
    .new__list span{
        width: 30px;
        height: 18px;
    }
    .new__diagram{
        width: 258px;
        height: 258px;
        position: relative;
        top: -285px;
        left: -8px;
        background: url(../img/diagrammob.png) center / cover no-repeat;
    }

}
/* ===========   STAKING BLOCK   ============ */

.staking {
    position: relative;
    color: #FFFFFF;
    background: radial-gradient(50% 50% at 50% 50%, #2E0F54 0%, #1F0B2F 100%);
    padding-top: 44px;
    padding-bottom: 102px;
}

.staking .bg-shine {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/shine.png);
    background-position: left top;
    background-size: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 1;
}

.staking__content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
    z-index: 2;
}

.staking__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.staking__head_left h2 {
    font-weight: 600;
    font-size: 52px;
    line-height: 63px;
    color: #FFFFFF;
}

.staking__head_currency {
    margin-top: 23px;
}

.staking__head_currency span {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
}

.staking__head_currency .changes {
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    color: #68CCAC;
}

.staking__content h1{
    position: relative;
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.staking__head_right .links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 32px;
}

.staking__head_right .links a {
    font-size: 31px;
    line-height: 38px;
    text-align: center;
    color: #D477FF;
    display: inline-flex;
    align-items: center;
    transition: all .4s;
}


.staking__head_right .links a:hover {
    color: #c037ff;
}

.staking__head_right .links a img {
    margin-left: 11px;
}

.staking__head_right .links a + a {
    margin-left: 11px;
}

.staking__head_right .button-wrap {
    display: flex;
    justify-content: flex-end;
}

.staking__head_right .button-wrap a + a {
    margin-left: 24px;
}

.staking__head_right .button-wrap .liquidity {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 79px;
    border: 2px solid #D477FF;
    background-color: transparent;
    border-radius: 15px;
    font-weight: 500;
    font-size: 27px;
    line-height: 33px;
    text-align: center;
    color: #D477FF;
    transition: all .4s;
}

.staking__head_right .button-wrap .liquidity:hover {
    background-color: rgba(212, 119, 255, .2);
}

.staking__head_right .button-wrap .trade-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 159px;
    height: 79px;
    background: #D477FF;
    border-radius: 15px;
    font-weight: 500;
    font-size: 27px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    transition: all .4s;
}

.staking__head_right .button-wrap .trade-btn:hover {
    background: #c037ff;
}

.staking__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 64px;
}

.staking__statistics {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 315px;
    height: 564px;
    padding: 45px 31px 65px;
    background-color: #27262C;
    border-radius: 36px;
    margin-right: 32px;
}

.staking__statistic_item {
    display: flex;
    flex-direction: column;
}

.staking__statistic_item + .staking__statistic_item {
    margin-top: 35px;
}

.staking__statistic_item .label {
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    color: #8D68EB;
}

.staking__statistic_item .amount {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
}

.staking__statistic_item .increase {
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    color: #68CCAC;
}

.staking__statistic_item .decrease {
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    color: #CC6868;
}

.staking__chart {
    display: flex;
    flex-direction: column;
    background-color: #27262C;
    border-radius: 36px;
    height: 564px;
    width: 100%;
}

.staking__chart-head {
    height: 89px;
    width: 100%;
    background: #362F45;
    border-radius: 36px 36px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
}

.staking__chart_current-data {
    margin-top: 35px;
    padding: 0 15px;
    margin-bottom: 25px;
}

.staking__chart .graph {
    padding: 0 15px;
    width: 100%;
    overflow-x: scroll;
}

.staking__chart_amount {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
}

.staking__chart_date {
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    color: #8D68EB;
}

.staking__advantages {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 67px;
}

.staking__advantages_mainText {
    font-weight: 400;
    font-style: italic;
    font-size: 47px;
    line-height: 51px;
    text-align: center;
    color: #FFFFFF;
}

.staking__bonus {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 68px;
}

.staking__bonus_text {
    font-style: italic;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
}

.staking__bonus_options {
    margin-top: 35px;
    display: flex;
}

.staking__bonus_options span {
    display: flex;
    align-items: flex-end;
    font-style: italic;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
}

.staking__bonus_options span .arrow-left {
    margin-left: 49px;
}

.staking__bonus_options span .arrow-right {
    margin-right: 49px;
}

.staking__how {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 68px;
}

.staking__how h2 {
    font-weight: 600;
    font-size: 52px;
    line-height: 63px;
    text-align: center;
    color: #FFFFFF;
}

.staking__how-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.staking__how-item {
    width: 49%;
    height: 171px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #030B2B;
    background-image: url("../img/bg-gradient.png");
    background-size: cover;
    border-radius: 48px;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 52px;
    margin-top: 23px;
}

.staking .text {
    margin-top: 53px;
    font-style: italic;
    font-weight: 400;
    font-size: 52px;
    line-height: 63px;
    text-align: center;
    color: #FFFFFF;
}

.staking .btn-article {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 74px auto 0;
    width: 463px;
    height: 104px;
    background: linear-gradient(274.35deg, rgba(255, 255, 255, 0) 19.45%, rgba(255, 255, 255, 0.15) 40.13%, rgba(255, 255, 255, 0) 67.28%), linear-gradient(88.28deg, #47196B -8.92%, #D014FF 46.35%, #3A1B88 90.27%);
    box-shadow: inset 0px 2px 15px rgba(255, 255, 255, 0.11), inset 19px 0px 25px rgba(255, 255, 255, 0.11), 0px 5px 0px #381699;
    font-weight: 700;
    font-size: 16.8064px;
    line-height: 146.5%;
    text-align: center;
    letter-spacing: 0.245em;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: rgba(255, 255, 255, 0.79);
    border-radius: 15px;
}

@media (max-width: 767.98px) {
    .staking__content h1 {
        font-size: 33px;
        text-align: center;
    }

    .staking__head {
        flex-direction: column-reverse;
    }

    .staking__head_left {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .staking__head_right {
        width: 100%;
        display: flex;
        margin-top: 20px;
        flex-direction: column;
    }

    .staking__head_left h2 {
        font-size: 20px;
        line-height: 28px;
        margin-top: 25px;
    }

    .staking__head_right .links a {
        font-size: 14px;
        line-height: 18px;
    }

    .staking__head_right .button-wrap .liquidity {
        font-size: 14px;
        line-height: 18px;
        width: 49%;
        height: 55px;
    }
    .staking__head_right .button-wrap .trade-btn {
        width: 49%;
        height: 55px;
        font-size: 14px;
        line-height: 18px;
        margin-left: 15px;
    }
    .staking__head_right .links {
        margin-bottom: 15px;
    }
    .staking__head_right .links a img {
        width: 15px;
    }
    .staking__head_currency {
        margin-top: 10px;
    }
    .staking__head_currency span {
        font-size: 18px;
        line-height: 20px;
    }
    .staking__head_currency .changes {
        font-size: 9px;
    }
    .staking .bg-shine {
        display: none;
    }
    .staking__info {
        flex-direction: column;
        margin-top: 30px;
    }

    .staking__statistics {
        height: 460px;
    }

    .staking__statistic_item + .staking__statistic_item {
        margin-top: 20px;
    }

    .staking__statistic_item .label {
        font-size: 14px;
        line-height: 18px;
    }

    .staking__statistic_item .amount {
        font-size: 18px;
        line-height: 22px;
    }

    .staking__statistic_item .decrease {
        font-size: 14px;
        line-height: 18px;
    }

    .staking__statistic_item .increase {
        font-size: 14px;
        line-height: 18px;
    }

    .staking__chart-head {
        height: 50px;
        font-size: 18px;
        line-height: 24px;

    }

    .staking__chart_amount {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: #FFFFFF;
    }

    .staking__chart_date {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #8D68EB;
}

    .staking__statistics {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0;
    }

    .staking__advantages_mainText {
        font-size: 18px;
        line-height: 22px;
    }

    .staking__bonus_text {
        font-size: 14px;
        line-height: 24px;
    }

    .staking__bonus {
        margin-top: 25px;
    }

    .staking__bonus_options {
        margin: 35px auto 0;
    }

    .staking__bonus_options span {
        font-size: 14px;
        line-height: 18px;
    }

    .staking__bonus_options span .arrow-right {
        margin-right: 10px;
    }

    .staking__bonus_options span .arrow-left {
        margin-left: 10px;
    }

    .staking__bonus_options span img {
        width: 62px;
    }

    .staking__how {
        margin-top: 40px;
    }

    .staking__how h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .staking__how-wrap {
        flex-direction: column;
        margin-top: 0;
    }

    .staking__how-item {
        width: 100%;
        margin-left: 0;
        height: 70px;
        font-size: 14px;
        line-height: 18px;
    }

    .staking .text {
        font-size: 14px;
        line-height: 18px;
    }

    .staking .btn-article {
        font-size: 12px;
        width: 340px;
        height: 70px;
        margin-top: 30px;
    }
}

/* ===========   ROADMAP BLOCK   ============ */

.roadmap {
    position: relative;
    color: #FFFFFF;
    background:  linear-gradient(180deg, #20083D 0%, #0B0318 100%);
    padding-top: 44px;
    padding-bottom: 102px;
}

.roadmap .bg-shine {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: url("../img/bg-roadmap.png");
    z-index: 1;
    opacity: .6;
}

.roadmap__content {
    position: relative;
    z-index: 2;
}

.roadmap__content h1{
    position: relative;
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.roadmap__timeline {
    gap: 0rem;
    margin-top: 97px;
    list-style: none;
    display: grid;
    grid-template-areas:
        "block1 block2 block3"
        "block6 block5 block4"
        "block7 block8 block9"
        "space space block10";
    padding-bottom: 0;
}

.roadmap__timeline_item:nth-child(1) {
    grid-area: block1;
    margin-left: 20px;
    border-top: 2px solid #FFFFFF;
}

.roadmap__timeline_item:nth-child(2) {
    grid-area: block2;
    border-top: 2px solid #FFFFFF;
}

.roadmap__timeline_item:nth-child(3) {
    grid-area: block3;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}

.roadmap__timeline_item:nth-child(4) {
    grid-area: block4;
}

.roadmap__timeline_item:nth-child(5) {
    grid-area: block5;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    margin-top: -2px;
}

.roadmap__timeline_item:nth-child(6) {
    grid-area: block6;
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    margin-top: -2px;
    padding-left: 40px;
}

.roadmap__timeline_item:nth-child(7) {
    grid-area: block7;
    padding-left: 40px;
}


.roadmap__timeline_item:nth-child(8) {
    grid-area: block8;
}

.roadmap__timeline_item:nth-child(9) {
    grid-area: block9;
    margin-top: -2px;
    padding-bottom: 0;
}

.roadmap__timeline_item {
    padding: 0px 10px 60px 0px;
    position: relative;
}

.roadmap__timeline_item .dot {
    position: relative;
    top: -10px;
    height: 18px;
    width: 18px;
    background: #fff;
    border-radius: 50%;
    display: block;
    margin-bottom: 20px;
}

.roadmap__timeline_item h3 {
    font-weight: 900;
    font-size: 36px;
    line-height: 135.32%;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    text-shadow: 0px 4px 64px rgba(255, 255, 255, 0.6);
    margin-bottom: 25px;
}

.roadmap__timeline_item li {
    font-weight: 400;
    font-size: 18px;
    line-height: 136.9%;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .roadmap h1 {
        font-size: 30px;
        line-height: 34px;
        text-align: center;
    }

    .roadmap__timeline {
        grid-template-areas:
        "block1"
        "block2"
        "block3"
        "block4"
        "block5"
        "block6"
        "block7"
        "block8"
        "block9"
    }

    .roadmap__timeline_item:nth-child(2n+1) {
        border-top: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        margin-left: 30px;
        margin-top: -2px;
    }

    .roadmap__timeline_item:nth-child(2n) {
        border-right: 0px;
        border-left: 2px solid #FFFFFF;
        border-top: 2px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        margin-top: -2px;
        padding-left: 30px;
    }
    .roadmap__timeline_item:nth-child(9) {
        border: 0;
    }
}

/* ===========   ABOUT US BLOCK   ============ */

.about-us {
    position: relative;
    color: #FFFFFF;
    background:  linear-gradient(180deg, #20083D 0%, #0B0318 100%);
    padding-top: 44px;
    padding-bottom: 102px;
}

.about-us__container {
    max-width: 1730px;
}

.about-us .bg-shine {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: url("../img/bg-about-us.png");
    z-index: 1;
    opacity: .6;
}

.about-us__content {
    position: relative;
    z-index: 2;
}

.about-us__content .media-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 92px;
}

.about-us__content .media-container + .media-container {
    margin-top: 72px;
}

.about-us__content .media-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us__content .media-item + .media-item{
    margin-left: 58px;
}

.about-us__content .media-item {
    width: 389px;
    height: 92px;
    border-radius: 30px;
    transition: all .4s;
}

.about-us__content .media-item img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
     filter: grayscale(100%);
    transition: all .4s;
}

.about-us__content .media-item:hover img{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
     filter: none;

}

.about-us__content .media-item:hover{
    box-shadow: 0 0 20px 0px rgb(255 255 255);
}

.about-us__content h1{
    position: relative;
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    max-width: 1400px;
    margin: auto;
    line-height: 59px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .about-us h1 {
      font-size: 30px;
      line-height: 34px;
      text-align: center;
  }

    .about-us__content .media-wrap {
        margin-top: 40px;
    }

    .about-us__content .media-wrap .media-container {
        flex-direction: column;
        margin-top: 15px;
    }

    .about-us__content .media-container .media-item {
        margin-left: 0;
        width: 100%;
    }

    .about-us__content .media-item + .media-item {
        margin-top: 15px;
    }
}

/* ===========   PARTNERS BLOCK   ============ */

.partners {
    position: relative;
    color: #FFFFFF;
    background:  linear-gradient(180deg, #20083D 0%, #0B0318 100%);
    padding-top: 44px;
    padding-bottom: 102px;
}

.partners .bg-shine {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: url("../img/bg-partners.png");
    z-index: 1;
    opacity: .6;
}

.partners__content {
    position: relative;
    z-index: 2;
}

.partners__content .partners__wrap {
    display: flex;
    margin-top: 92px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.partners__content .partners__item {
    width: 33%;
    margin-bottom: 96px;
}

.partners__content .partners__item a{
    display: flex;
    width: 185px;
    height: 185px;
    margin: auto;
}

.partners__content .partners__item img{
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
     filter: grayscale(100%);
    transition: all .4s;
}

.partners__content .partners__item a:hover img{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
     filter: none;
}


.partners__content h1{
    position: relative;
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    max-width: 1400px;
    margin: auto;
    line-height: 59px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .partners__content h1 {
      font-size: 30px;
      line-height: 34px;
      text-align: center;
  }

    .partners__content .partners__wrap {
        margin-top: 40px;
    }

    .partners__content .partners__item {
        width: 50%;
        margin-bottom: 40px;
    }

    .partners__content .partners__item a{
    display: flex;
    width: 120px;
    height: 120px;
    margin: auto;

    }
}

/* BLOCK AMBASSADORS */


.title {
    font-weight: 600;
    font-size: 52px;
    line-height: 63px;
}

.alert-ellipse {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 136.9%;
    border: 0.5px solid rgba(255, 255, 255, 0.5);
    border-radius: 18px;
}

.text-heading {
    font-weight: 700;
    font-size: 52px;
    line-height: 136%;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    text-shadow: 0 4px 104px rgba(255, 255, 255, 0.6);
}

.ambassador {
    background: url("../img/ambassador_background.png") left;
    background-size: cover;
    color: white;
}

.ambassador .ambassador__alert-ellipse {
    padding: 44px 28px;
    max-width: 780px;
    margin: 0 auto;
}

.ambassador-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 144px 0;
    text-align: center;
    overflow: hidden;
}

.ambassador-inner__title {
    max-width: 1208px;
    margin-bottom: 20px;
}

.ambassador-bloggers__image {
    background: url("../img/ambassador_bloggers.png") center no-repeat;
    height: 272px;
    padding: 80px 0 12px;
}

.ambassador-bloggers__description {
    padding: 0 20px 80px;
    max-width: 880px;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
}

.ambassador-inner__text-heading {
    max-width: 1164px;
    padding-top: 60px;
}

.criteria {
    background: url("../img/criteria_background.png") left;
    background-size: cover;
    color: white;
}

.criteria-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 100px 0;
    overflow: hidden;
}

.criteria .criteria-inner__title {
    padding-bottom: 44px;
}

.criteria__ellipse {
    width: 826px;
    height: 456px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url("../img/criteria_ellipse.png") center;
    background-size: cover;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    margin: 0 auto;
}

.criteria .criteria-inner__text-heading {
    position: absolute;
    padding: 112px 0;
    left: 0;
    right: 0;
}

.benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../img/benefits_background.png") left;
    background-size: cover;
    color: white;
    text-align: center;
}

.benefits-inner {
    padding: 100px 0;
}

.benefits .benefits__alert-ellipse {
    padding: 44px 28px;
    max-width: 1066px;
    margin: 0 auto;
}

.benefits .benefits-inner__title {
    max-width: 1150px;
    margin: 0 auto;
}

.benefits__blocks {
    display: flex;
    gap: 100px;
    padding: 128px 0 82px;
    justify-content: space-around;
}

.benefits__block {
    max-width: 660px;
    padding: 64px 90px;
    background: rgba(196, 196, 196, 0.01);
    box-shadow: inset 0 30.0211px 43.1072px -27.7118px rgba(255, 255, 255, 0.5),
    inset 0 5.38841px 8.46749px -3.07909px #ffffff,
    inset 0 -63.1213px 52.3445px -49.2654px rgba(22, 2, 78, 0.3),
    inset 0 75.4377px 76.9772px -36.9491px rgba(139, 102, 216, 0.3),
    inset 0 3.07909px 13.8559px rgba(234, 222, 243, 0.3),
    inset 0 0.769772px 30.7909px rgba(230, 222, 243, 0.2);

    backdrop-filter: blur(76.9772px);
    border-radius: 10px;
}

.benefits__block-title {
    font-weight: 900;
    font-size: 36px;
    line-height: 136%;

    letter-spacing: 0.015em;
    text-transform: uppercase;

    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.71) 0%,
            #ffffff 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow: 0 4px 64px rgba(255, 255, 255, 0.91);
}

.benefits__block-description {
    max-width: 470px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 136.9%;
    padding-top: 30px;
    margin: 0 auto;
}

/*  PC  */
@media (max-width: 1400px) {
    .benefits__blocks {
        flex-direction: column;
        gap: 50px;
        padding: 128px 40px 82px;
        align-items: center;
    }

    .benefits__block {
        max-width: 620px;
    }

    .benefits__block-description {
        max-width: unset;
    }

    .benefits .benefits-inner__title {
        padding: 0 20px;
    }
}

/*  TABLET  */
@media (max-width: 991.98px) {
    .title {
        font-size: 42px;
    }

    .ambassador-bloggers__description {
        font-size: 28px;
        padding-bottom: 60px;
    }

    .alert-ellipse {
        font-size: 28px;
        padding: 18px 20px;
    }

    .benefits__block-title {
        font-size: 32px;
    }

    .benefits__blocks {
        padding: 80px 0 50px;
        gap: 50px;
    }

    .benefits__block {
        padding: 36px 30px 44px;
    }

    .benefits__block-description {
        font-size: 28px;
    }

    .benefits .benefits-inner__title {
        padding: 0 40px;
    }

    .benefits .benefits__alert-ellipse {
        margin: 0 20px;
    }

    .criteria__ellipse {
        width: 100%;
        margin: unset;
    }

    .criteria .criteria-inner__text-heading {
        padding: 80px 0;
        line-height: 42px;
    }
}

/*  MOBILE  */
@media (max-width: 767.98px) {
    .ambassador {
        align-items: unset;
    }

    .title {
        padding: 0 20px;
        font-size: 32px;
        line-height: 42px;
    }

    .ambassador-inner {
        padding: 80px 20px 100px;
    }

    .criteria-inner {
        padding: 40px 0 40px;
    }

    .benefits__blocks {
        padding: 80px 40px 50px;
    }

    .ambassador .ambassador__alert-ellipse {
        padding: 32px 18px;
        margin: 0 20px;
    }

    .ambassador .ambassador-inner__text-heading {
        padding: 60px 20px 0;
    }

    .criteria .criteria-inner__title {
        padding-bottom: 16px;
    }

    .text-heading {
        font-size: 40px;
    }

    .benefits__blocks {
        padding: 60px 20px;
    }

    .benefits .benefits__alert-ellipse {
        margin: 0 20px;
    }
}


/* ===========   5 BLOCK   ============ */
.five{
    position: relative;
    height: 770px;
    color: #FFFFFF;

   background: rgba(31, 11, 61, 0.99) url(../img/bgr5.png) center/cover no-repeat;
background-blend-mode: multiply;
}

.five__center {
    width: 865px;
    height: 625px;
    margin: 0 auto;
    position: relative;
    top: 111px;
}
.fon5-h1{
    position: absolute;
    width: 526px;
    height: 79px;
    left: -288px;
    top: -12px;
    background: linear-gradient(269.42deg, #9441B9 -2.42%, rgba(0, 0, 0, 0) 70.96%);
    filter: blur(14px);
    transform: rotate(-180deg);
}

.five__center h1{
    position: relative;
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.five__txt-col{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 140px;

    top: 82px;
    margin-bottom: 41px;
}
.col{
    width: 300px;

    position: relative;
}
.col-h{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 245px;
    height: 73px;
    left: -29px;
    top: -88px;
    background: #9441B9;
    border-radius: 15px;
    align-items: center;
    justify-content: space-between;
}

.col3 .col-h{
    width: 280px;
}
.col4 .col-h, .col5 .col-h, .col6 .col-h, .col7 .col-h {
    width: 400px;
}
.col-h img{
    width: 27px;
    height: 31px;
    position: relative;
    left: 14px;
}
.col1{
    width: 270px;
    padding: 43px 20px 22px 20px;
}
.col2{
    width: 275px;
    padding: 42px 20px 57px 20px;
}
.col3{
    width: 320px;
    padding: 42px 20px 40px 20px;
}
.col4{
    width: 432px;
    padding: 42px 33px 40px 19px;
    top: -60px; /* dr */
}
.col5{
    width: 432px;
    padding: 42px 33px 40px 19px;
    top: -60px; /* dr */
}
.col6{
    width: 432px;
    padding: 42px 33px 40px 19px;
    top: -98px; /* dr */
}
.col7{
    width: 432px;
    padding: 42px 33px 40px 19px;
    top: -98px; /* dr */
}
.five__txt-col h3{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    left: 29px;
}

.five__txt-col p{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    position: relative;
}
.col1 p{
    top: -95px;
    left: -18px;
    width: 92%;
}
.col2 p{
    top: -95px;
    left: -21px;
    width: 92%;
}
.col3 p{
    top: -95px;
    left: -20px;
    width: 92%;
}
.col4 p{
    top: -95px;
    left: -18px;
    width: 99%;
}
.col5 p{
    top: -95px;
    left: -18px;
    width: 99%;
}
.col6 p{
    top: -95px;
    left: -18px;
    width: 99%;
}
.col7 p{
    top: -95px;
    left: -18px;
    width: 99%;
}
.five__txtbl{
    position: absolute;
    bottom: 5%;
    width: 865px;

   left: 510px;
}
.five__txtbl-bl1,
.five__txtbl-bl2,
.five__txtbl-bl3,
.five__txtbl-bl4{
    width: 422px;
    height: 73px;
    background: #9441B9;
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 23px;
}
.five__txtbl-bl1 p,
.five__txtbl-bl2 p,
.five__txtbl-bl3 p,
.five__txtbl-bl4 p {
    margin-left: 29px;
}
.five__txtbl-bl1 img,
.five__txtbl-bl4 img,
.five__txtbl-bl2 img,
.five__txtbl-bl3 img{
    transform: rotate(-90deg);
    position: relative;
    left: 13px;
}
.circles5{
    position: absolute;
    top: 50%;
    margin-left: 1184px;
    margin-top: -45px;
}
.right5 {
    bottom: 5% !important;

}

/*accordion*/
.accordion {
    background-color: #9441B9;
    color: rgb(255, 255, 255);
    cursor: pointer;

    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;

    z-index: 1;
}

.active_ac, .accordion:hover {
    background-color: #761a9e;
}

.accordion:after {

    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.active_ac img {
    transform: rotate(90deg);

}

.panel {
    padding: 12px 12px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;

    border: 0px solid #FFFFFF;
    border-radius: 6px;
    color:transparent;
}
/*end accordion*/
/*  PC  */
@media (max-width: 1400px) {
    [class*="__container"] {
        max-width: 970px;
    }
}

/*  TABLET  */
@media (max-width: 991.98px) {
    [class*="__container"] {
        max-width: 750px;
    }
    .five{
        height: 1000px;
        background: linear-gradient(90.07deg, #140726 74.74%, rgba(20, 7, 38, 1) 90.95%);}
    .five__center{
        width: 467px;
        top: 40px;}
    .five__txt-col{

        width: 467px;
       justify-content: center;
    }
    /* .col2,*/
    .col1{width: 432px;}
    .col2{width: 432px; margin-top: -65px;} /* dr */
    .col3{width: 432px; margin-top:  -100px;} /* dr */
    .col4 {top: -82px;} /* dr */
    .col5 {top: -163px;} /* dr */
    .col6 {top: -243px;} /* dr */
    .col7 {top: -323px;} /* dr */
    .col3 .col-h, .col2 .col-h, .col1 .col-h {
    width: 400px;
}
.col1 p, .col2 p, .col3 p {width: 97%;}
    .five__txtbl{
        width: 467px;
        justify-content: center;
    }
    .page,
    .circles5{display: none;}
}

/*  MOBILE  */
@media (max-width: 767.98px) {
    [class*="__container"] {
        max-width: none;
    }
    .five{height: 1068px;}
    .five__center h1{
        font-size: 33px;
        line-height: 40px;
        width: 260px;
        margin: 0 auto;
        margin-bottom: 85px;
        text-align: center;
    }
    .five__center{
        top: 65px;
    }
    .fon5-h1{
        width: 599px;
        height: 49px;
        left: -95px;
        filter: blur(7px);
        top: -4px;
    }
    .col-h{
        width: 260px;

    }
    .col1 .col-h, .col2 .col-h {
        width: 260px;
    }

    .col2, .col3{border: none;}
    .col1 {top: -81px; left: 36px;} /* dr */
    .col2 {top: -79px; left: 36px;} /* dr */
    .col3 {top: -76px;
            left: 36px;} /* dr */
    .col4 {top: -156px;
           left: 36px;} /* dr */
    .col5 {top: -234px;
           left: 36px;} /* dr */
    .col6 {top: -312px;
           left: 36px;} /* dr */
    .col7 {top: -392px;
           left: 36px;} /* dr */
    .col3 .col-h,
    .col4 .col-h,
    .col5 .col-h,
    .col6 .col-h,
    .col7 .col-h {

        width: 260px;
        height: 92px;  /* dr */
  }

    .five__txtbl {top: -303px;}
    .five__txtbl-bl1,
    .five__txtbl-bl2,
    .five__txtbl-bl3,
    .five__txtbl-bl4{margin-bottom: 15px;}
    .five__txt-col h3{font-size: 17px;}
    .five__txtbl-bl1,
    .five__txtbl-bl2,
    .five__txtbl-bl3,
    .five__txtbl-bl4 {width: 260px;}
    .five__center,
    .five__txt-col,
    .five__txtbl{
        width: 320px;
        margin: 0 auto;
    }
    .col1 p, .col2 p {
        top: -95px;
        left: -18px;
        width: 86%;
    }
    .col3 p {
        top: -95px;
        left: -20px;
        width: 86%;
    }
    .col4 p,  .col5 p, .col6 p, .col7 p {
        top: -95px;
        left: -18px;
        width: 89%;
    }
}
/* ===========   FOOTER   ============ */

.footer{
    height: 490px;
    position: relative;
    color:#FFFFFF;
    background: rgba(31, 11, 61, 0.99) url(../img/bgr6.png) center/cover no-repeat;
    background-blend-mode: multiply;
}
.ft__center{
    position: relative;
    width: 865px;
    height: 245px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 77px;
}
.ft__center-cont{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.fon6-h1{
    position: relative;
    width: 526px;
    height: 79px;
    left: -288px;
    top: 0;
    background: linear-gradient(269.42deg, #9441B9 -2.42%, rgba(0, 0, 0, 0) 70.96%);
    filter: blur(14px);
    transform: rotate(-180deg);
}
.ft__center h1{
    position: relative;
    top: -73px;
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.footer button {
    width: 245px;
    height: 50px;
    border: solid 1px #FFFFFF;
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    background: none;
    margin-bottom: 22px;
}
.ft__center-menu{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.ft__soc{
    position: relative;
    width: 264px;
    height: 65px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 19px;
}
.line-soc{
    width: 264px;
    height: 2px;
    background: url(../img/border-ft.png) no-repeat;
    border-radius: 6px;
    margin-bottom: 33px;
}
.ft__menu{
    width: 121px;
    height: 164px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    top: 6px;
}
.ft__menu li {
    display: flex;
    width: 264px;
    justify-content: space-between;
}
.ft__menu li a{
    font-weight: 400;
    font-size: 18px;
    line-height: 229.4%;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    text-transform: uppercase;
}
.ft__menu li a:hover{
    font-weight: 700;
}
.ft__laststr{
    position: absolute;
    width: 110%;
    height: 72px;
    left: 0;
    bottom: 0;
}
.ft__border1{
    position: absolute;
    width: 210px;
    height: 2px;
    left: -20px;
    bottom: 70px;
    background: url(../img/last-brdr.png) center / cover no-repeat;
}
.ft__border2{
    position: absolute;
    width: 100%;
    height: 2px;
    left: 673px;
    bottom: 70px;
    background: url(../img/last-brdr.png) center / cover no-repeat;
}
.ft__laststr p {
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    position: relative;
    left: 213px;
    top: -25px;
}


/*  PC  */
@media (max-width: 1400px) {
    [class*="__container"] {
        max-width: 970px;
    }
}

/*  TABLET  */
@media (max-width: 991.98px) {
    [class*="__container"] {
        max-width: 750px;
    }
    .ft__center{width: 650px;}
    .ft__center-cont {width: 305px;}
    .ft__border1 {left: -120px;}
    .ft__border2 {left: 573px;}
    .ft__laststr p {left: 113px;}


}

/*  MOBILE  */
@media (max-width: 767.98px) {
    [class*="__container"] {
        max-width: none;
    }
    .ft__center{width: 320px;}
    .ft__center-cont{
        width: 260px;
        margin: 0 auto;}
    .ft__center h1{
        font-size: 33px;
        line-height: 40px;
        letter-spacing: 0.08em;
        text-align: center;
        left: 25px;
        width: 207px;
}

    .fon6-h1{
        width: 533px;
        height: 49px;
        top: -26px;
        left: -95px;
        filter: blur(7px);
    }
    .ft__menu{display: none;}
    .ft__center-menu {
        width: 262px;
        margin: 0 auto;
        top: -210px;
    }
    .footer button {
        width: 260px;
        position: relative;
        top: 39px;}
    .ft__border{display: none;}
    .ft__laststr {
        width: 220px;
        position: relative;
        margin: 0 auto;}
    .ft__laststr p {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        top: 40px;
        left: -6px;}
    .footer {height: 430px;}
}


#copy-address{
	cursor: pointer;
}