@font-face {
    font-family: Bruno;
    src: url(./fonts/Bruno.ttf);
}
@font-face {
    font-family: Montserrat300;
    src: url(./fonts/Montserrat-Light.ttf);
}
@font-face {
    font-family: Montserrat400;
    src: url(./fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat500;
    src: url(./fonts/Montserrat-Medium.ttf);
}
@font-face {
    font-family: Montserrat600;
    src: url(./fonts/Montserrat-SemiBold.ttf);
}

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1;
    color: #fff;
    font-family: Montserrat400;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

html {
    overflow-x: hidden
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    color: #1b1b1c;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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




a {
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    transition: .3s;
}



.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}
header{
    padding-top: 60px;
}
header .logo{
    display: block;
    max-width: 132px;
    width: 100%;
}
header .header-nav{
    width: fit-content;
    gap: 13px;
}
.btn{
    width: fit-content;
    padding: 14px 35px 14px 35px;
    border-radius: 35px;
    border: 1px solid #FFF;
    display: block;
    color: #FFF;
    font-family: Montserrat600, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: none;
    transition: .5s;
    cursor: pointer;
}
.btn:hover{
    background: linear-gradient(92.41deg, #9400EF 3.16%, #5600E1 99.45%);
}
header .header-nav .header-nav-tel{
    color: #FFF;
font-family: Montserrat600, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
header .header-nav .btn{
    padding: 11px 17px;
}
.block1{
    position: relative;
    padding-top: 120px;
}
.block1 h1{
    color: #FFF;
text-shadow: 0px 4px 90px #000;
font-family: Bruno, sans-serif;
font-size: 95px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;
}
.block1 .btn{
    margin: 0 auto;
    margin-top: 49px;
}
.block1 h1 span{
    color: #F5F5F5;
font-family: Montserrat400, sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: lowercase;
display: block;
text-align: center;
}
.block1 h1 span:last-child{
    font-size: 15px;
}
.block1-wrapper{
   
    width: fit-content;
    margin: 0 auto;
     margin-top: 59px;
    gap: 75px;
    align-items: flex-start;
}
.block1-wrapper .item{
    width: fit-content;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 19px;
    align-items: center;
}
.block1-wrapper .item img{
    display: block;
}
.block1-wrapper .item span{
    color: #FFF;
font-family: Montserrat300, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: normal;
text-transform: lowercase;
display: block;
text-align: center;
margin-bottom: 5px;
}
.block1-wrapper .item p{
    color: #FFF;
font-family: Montserrat500, sans-serif;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.down-wrapper{
    flex-direction: column;
    gap: 9px;
    margin-top: 79px;
}
.down-wrapper p{
    color: #545454;
font-family: Montserrat400, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}
.block2{
    padding-top: 82.5px;
}
.block2-wrapper{
    width: 890px;
    margin: 0 auto;
    gap: 10px;
}
.block2-wrapper .item{
    width: 243.5px;
    height: 244px;
    background: url(./img/card.svg) no-repeat;
    position: relative;
}
.block2-wrapper .item span{
    display: block;
    text-align: center;
    text-shadow: 0px 4px 30px #8C45FF;
font-family: Montserrat400, sans-serif;
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: normal;
font-variant: small-caps;
}
.block2-wrapper .item .text{
    margin: 0 auto;
    margin-top: 70px;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    max-width: 155px;
}
.block2-wrapper .abs-wrapper{
    position: absolute;
    background: url(./img/abs.svg) no-repeat;
    width: 60px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    background-position: center;
    border-radius: 50%;
}
.form-input__example{
    display: block;
    margin-top: 15px;
    text-align: center;
}
.block2-wrapper .abs-wrapper .abs{
    position: relative;
    width: 100%;
    height: 100%;
}
.block2-wrapper .abs-wrapper .abs div{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #121212;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
        display: flex;
    justify-content: center;
    align-items: center;
}
.block2-wrapper .item p{
    display: block;
    color: #FFF;
text-align: center;
font-family: Montserrat500, sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: normal;
font-variant: small-caps;
}
.block3-wrapper{
    background: url(./img/ellipse1.svg) no-repeat;
    width: 664px;
    height: 666px;
    position: relative;
    margin: 0 auto;
    margin-top: 90px;
}
.block3-wrapper .item{
    position: absolute;
    max-width: 220px;
    width: 100%;
}
.block3-wrapper .item1, .block3-wrapper .item2, .block3-wrapper .item3{
    text-align: right;
}
.block3-wrapper .item4 div, .block3-wrapper .item5 div, .block3-wrapper .item6 div{
    text-align: left !important;
}
.block3-wrapper .item1 div:before, .block3-wrapper .item2 div:before, .block3-wrapper .item3 div:before{
    right: -40px;
    top: 3px;
}
.block3-wrapper .item4 div:before, .block3-wrapper .item5 div:before, .block3-wrapper .item6 div:before{
    left: -40px;
    top: 3px;
}
.block3-wrapper .item4 div:before{
top: 39px;
}
.block3-wrapper .item1{
    left: -197px;
    top: 260px;
}
.block3-wrapper .item2{
        left: -207px;
    top: 485px;
}
.block3-wrapper .item3{
        left: 60px;
    top: 653px;
}
.block3-wrapper .item4{
        right: -135px;
    top: 96px;
}
.block3-wrapper .item5{
right: -249px;
    top: 291px;
}
.block3-wrapper .item6{
    right: -157px;
    top: 485px;
}
.block3-wrapper .item div{
    position: relative;
    width: 100%;
    height: 100%;
    color: #FFF;
text-align: right;
font-family: Montserrat400, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
font-variant: small-caps;
}
.block3-wrapper .item div:before{
    content: '';
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #5600E1;
}
.block3{
    padding-top: 182px;
}
.block3 h1 span{
    color: #FFF;
text-align: center;
font-family: Montserrat400, sans-serif;
display: block;
margin-bottom: 15px;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
font-variant: small-caps;
}
.block3 h1{
    color: #C0F;
text-align: center;
font-family: Montserrat600, sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: normal;
font-variant: small-caps;
}
.block3-ellipse{
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(./img/ellipse2.svg) no-repeat;
   width: 571.871px;
height: 573.642px;
    transform: translate(-50%, -50%) rotate(45deg);
border-radius: 50%;
}
.block3 .gif{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 461px;
    height: 461px;
    border-radius: 50%;
    overflow: hidden;
    background: url(./img/gif.gif) no-repeat;
        background-position: center;
}
.block4-wrapper{
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    margin-top: 92px;
    row-gap: 77px;
    flex-wrap: wrap;
}
.block4-wrapper .item{
    max-width: 264px;
    width: 100%;

}
.block4-wrapper .item .item-top{
    margin: 0 auto;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(86, 0, 225, 0.35) 0%, rgba(229, 72, 255, 0.00) 100%);
    margin-bottom: 23px;
}
.block4-wrapper .item .title{
    color: #DDC8FF;
text-align: center;
font-family: Montserrat600, sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 600;
line-height: normal;
font-variant: small-caps;
margin-bottom: 12px;
}
.block4-wrapper .item p{
    color: #FFF;
text-align: center;
font-family: Montserrat400, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
font-variant: small-caps;
}
.block4{
    padding-top: 217px;
}
.block4 h2{
    color: #C0F;
font-family: Montserrat600, sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: normal;
font-variant: small-caps;
text-align: center;
}
.block4 h2 span{
    color: #fff;
}
.block5-wrapper{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    gap: 8px;
}
.block5{
    padding-top: 145px;
    padding-bottom: 145px;
}
.block5 h2{
    color: #C0F;
font-family: Montserrat600, sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: normal;
font-variant: small-caps;
text-align: center;
margin-bottom: 72px;
}
.block5 h2 span{
    color: #fff;
}
.block5-wrapper .item{
    padding: 23px 25px 23px 30px;
    border-top: 1px solid #6C6071;
    max-width: 508px;
    width: 100%;
    margin-left: auto;
    
}
.block5-wrapper .item .num{
color: #6C6071;
font-family: Montserrat500, sans-serif;
font-size: 55px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.block5-wrapper .item p{
    color: #6C6071;
font-family: Montserrat500, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
max-width: 332px;
}
.block5-wrapper .item:hover{
     border-radius: 15px;
    background: linear-gradient(90deg, #C0F 0%, rgba(140, 69, 255, 0.00) 100%);
box-shadow: 0px 0px 28px 0px #C0F;
}
.block5-wrapper .item:hover p, .block5-wrapper .item:hover .num{
    color: #fff;
}
.block6-slider{
    max-width: 1114px;
    width: 100%;
    margin: 0 auto;
}
.slick-list{
    padding: 0 15px 30px !important
}
.block6-slider .item-wraper{

padding-top: 40px;
max-width: 235px;
width: 100%;
margin: 0 18px;
}
.block6-slider .item{
    height: 181.5px;
        border-radius: 15px;
    border: 1px solid #6C6071;
    padding: 33px 26px;
    position: relative
}
.block6-slider .item .name{
    color: #6C6071;
font-family: Montserrat600, sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 600;
line-height: 116%;
text-align: center;
margin-bottom: 8px;
}
.block6-slider .item .about{
    color: #6C6071;
text-align: center;
font-family: Montserrat400, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: 116%; /* 12.76px */
}
.block6-slider .item .photo{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -25px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    display: none;
}
.block6-slider .item .photo img{
    display: block;
    width: 100%;
    height: 100%;
}
.custom-arrows{
    width: fit-content;
    gap: 20px;
    margin: 0 auto;
    margin-top: 44px;
}
.slick-dots{
    position: unset;
    display: flex;
    align-items: center;
}
.slick-dots li{
    display: block;
    width: 6px;
height: 6px;
border: 0;
border-radius: 50%;
overflow: hidden;
background: #D9D9D9;
}
.slick-dots li button{
    width: 100%;
    height: 100%;
}
.slick-dots li.slick-active {
    width: 10px;
    height: 10px;
}

.custom-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #9400EF;
    cursor: pointer;
}
.block6-slider .item-wraper:hover .photo{
    display: block;
}
.block6-slider .item-wraper:hover .item{
    background: rgba(148, 0, 239, 0.20);
box-shadow: 0px 0px 36px 0px #C0F;
}
.block6-slider .item-wraper:hover .about{
    color: #fff;
}
.block6-slider .item-wraper:hover .name{
    color: #fff;
}

.block6 .title{
    color: #FFF;
text-align: center;
font-family: Montserrat600, sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: normal;
font-variant: small-caps;
}
.block7{
    padding-top: 145px;
    padding-bottom: 112px;
}
.block7 span.span{
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
.block7 h2{
    color: #C39EFF;
text-align: center;
font-family: Montserrat600, sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: normal;
font-variant: small-caps;
max-width: 560px;
width: 100%;
margin: 0 auto;
}
.form-wrapper{
    max-width: 495px;
    width: 100%;
    margin: 0 auto;
    margin-top: 73px;
   
}
.inputs{
    flex-direction: column;
    gap: 50px;
     border-radius: 25px;
border: 2px dashed rgba(245, 245, 245, 0.15);
background: rgba(18, 18, 18, 0.32);
box-shadow: 0px 4px 175px 0px rgba(140, 69, 255, 0.75);
padding: 38px 48px;
}
.form-wrapper .btn{
    margin: 0 auto;
    margin-top: 63px;
    padding: 18px 30px;
}
footer{
background: #060A10;
padding: 58px 0 45px 0;
}
main{
    background: url(./img/bg.png) no-repeat, #060A10;
    background-size: cover;
    overflow: hidden;
}
footer a{
    display: block;
    color: #FFF;
font-family: Montserrat500, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
footer .col{
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
}
footer p{
    color: #FFF;
font-family: Montserrat600, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
footer .right-col p, footer .right-col a{
    display: block;
    margin-left: auto;
}
.footer-block .left-col a{
position: relative;
padding-left: 22px;
}
.footer-block .left-col a:before{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(./img/ph.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.form-wrapper input{
    width: 100%;
    border: 0;
    border-radius: 10px;
border: 1px solid rgba(217, 217, 217, 0.15);
box-shadow: 1px 0px 20px 0px #8c45ff54;
color: #D2D5DB;
font-family: Montserrat300;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: normal;
padding: 14px 18px;
background: none;
}
.form-wrapper .inp{
    width: 100%;
}
.block7{
    position: relative;
    overflow: hidden;
}
.block7 .container{
    position: relative;
    z-index: 9;
}
.form-wrapper label{
    color: #FFF;
font-family: Montserrat600, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 600;
display: block;
margin-bottom: 5px;
line-height: normal;
}
.gif2{
    position: absolute;
    width: 100%;
    left: 0;
      bottom: -245px;
    z-index: 1;
}
.gif2 img{
    display: block;
    width: 100%;
    height: auto;
}

:root {
  --rx-primary: 190;
  --color-primary: hsl(calc(var(--rx-primary)), 50%, 50%);
  --color-primary-light: hsl(calc(var(--rx-primary)), 35%, 80%);
  --color-primary-dark: hsl(calc(var(--rx-primary)), 70%, 35%);
  --bg-start: hsl(calc(var(--rx-primary)), 20%, 65%);
  --bg-end: hsl(calc(var(--rx-primary)), 20%, 85%);
}

.lv1 img{
    width: 92px;
}.lv2 img{
    width: 287px;
}
.lv3 img{
width: 48px;
}
.lv4 img{
width: 384px;
}
.lv1, .lv2, .lv3, .lv4, .lv5 {
    position: absolute;
}
.lv2{
    left: 0;
    top: 335px;
}
.lv5{
    top: 850px;
    right: 0;
}
.lv3{
    top: 184px;
    right: 100px;
}
.lv4{
    right: 0;
    top: 150px;
}
.lv1{
    top: 160px;
    left: 0;
}
.lv {
  -webkit-animation: levitation 3s ease-in-out infinite;
          animation: levitation 3s ease-in-out infinite;
  font-size: 60px !important;
  color: var(--color-primary);
}
.lv:before, .lv:after {
  content: "";
  position: absolute;
  width: 85%;
  height: 25%;
  border-radius: inherit;
  color: inherit;
  transform-orgin: 50% 50%;
}

@-webkit-keyframes shadow {
  0%, 100% {
    transform: scale(1) rotateX(100deg);
  }
  50% {
    transform: scale(0.7) rotateX(100deg);
  }
}

@keyframes shadow {
  0%, 100% {
    transform: scale(1) rotateX(100deg);
  }
  50% {
    transform: scale(0.7) rotateX(100deg);
  }
}
@-webkit-keyframes levitation {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}
@keyframes levitation {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}
.block3-wrapper-m{
    display: none;
}
.block1 .container{
    position: relative;
    z-index: 9;
}



@media (max-width: 1100px){
    header .header-nav .btn{
        display: none;
    }
    header .logo{
        max-width: 90px;
    }
     header .logo img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;

     }
     header .header-nav .header-nav-tel{
        font-size: 11px;
     }
     .block1{
        padding-top: 82px;
     }
     .block1 h1{
        font-size: 55px;
     }
     .block1 h1 span{
        font-size: 13px;
     }
     .block1 h1 span:last-child{
        font-size: 11px;
     }
     .block1-wrapper{
        margin-top: 30px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
     }
     .block1-wrapper .item span{
         font-size: 11px;
     }
     .block1-wrapper .item p{
        font-size: 15px;

     }
     .down-wrapper{
        display: none;
     }
     .block2{
        padding-top: 70px;
     }
     .block2-wrapper{
        flex-direction: column;
        gap: 47px;
     }
     .block2-wrapper .item{
        width: 182px;
        height: 184px;
        background-size: cover;
     }
     .block2-wrapper .item .text{
        margin-top: 50px;
        gap: 0px;
     }
     .block2-wrapper .item p{
font-size: 11px;
max-width: 110px;
     }
     .block3{
        padding-top: 102px;
     }
     .block3 h1{
        font-size: 20px;
     }
     .block3 h1 span{
        font-size: 11px;

     }
     .block3-wrapper{
       display: none;
     }
     .block3-wrapper-m{
        display: block;
            margin: 0 auto;
     }
     .block3-wrapper-m img{
        display: block;
        width: 100%;
     }
     .block4{
        padding-top: 75px;
     }
     .block4 h2{
        font-size: 20px;
     }
     .block4-wrapper{
        flex-direction: column;

    row-gap: 22px;
     }.block4-wrapper .item .item-top{
        width: 47px;
        height: 47px;
        margin-bottom: 18px;
     }
     .block4-wrapper .item .title{
        font-size: 15px;
     }
     .block4-wrapper .item p{
        font-size: 11px;
     }
     .block4-wrapper{
        margin-top: 55px;
     }
     .block5{
        padding-top: 75px;
        padding-bottom: 75px;
     }
     .block5 h2{
        font-size: 20px;
        margin-bottom: 50px;
     }
     .block5-wrapper .item{
        margin: unset;
        padding: 14px 12px 14px 22px;
        gap: 15px;
     }
     .block5-wrapper .item .num{
        font-size: 35px;
     }
     .block5-wrapper .item p{
        font-size: 10px;
     }
     .block6 .title{
        font-size: 20px;
     }
     .block6-slider .item .name{
        font-size: 25px;
     }
     .block6-slider{
        max-width: 265px;
     }
     .custom-arrows{
        margin-top: 20px;
     }
     .block2-wrapper{
        width: 100%;
     }
     .block7{
        padding-top: 100px;
        padding-bottom: 100px;
     }
     .block7 span.span{
        font-size: 11px;
     }
     .block7 h2{
        font-size: 20px;
     }
     .form-wrapper{
        margin-top: 45px;
     }
     .inputs{
        padding: 30px;
     }
     .form-wrapper label{
        font-size: 11px;
     }
     .form-wrapper input{
        font-size: 11px;
            padding: 15px 14px;
     }
     .inputs{
        gap: 24px;
     }
     .form-wrapper .btn{
        margin-top: 40px;
        padding: 14px 25px;
     }
     .footer-block{
        flex-direction: column;
        gap: 27px;
     }
     footer p{
        font-size: 15px;
     }
      footer a{
        font-size: 18px;
      }
      header{
        padding-top: 40px;
      }
     footer p,footer a{
        text-align: center;
        margin: 0 auto;
     }
     footer .col{
        align-items: center;
     }
     main{
            background: url(./img/bg-mob.png) no-repeat, #060A10;
    background-size: cover;
     }
     .block6-slider .item-wraper .item{
    background: rgba(148, 0, 239, 0.20);
    box-shadow: 0px 0px 36px 0px #C0F;
     }
     .block6-slider .item-wraper .photo{
     	display: block;
     }
     .block6-slider .item-wraper .name,.block6-slider .item-wraper .about{
     	color: #fff;
     }
     .block6-slider .item-wraper{
     	margin: 0 40px;
     }
     .block6-slider{
     	    max-width: 345px;
     }
     .lv{
        display: none;
     }
     .block3-wrapper-m{
        position: relative;
        margin-top: 50px;
     }
     .block3-wrapper-m .abs{
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
     }

}















