html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}


@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Regular.eot');
    src: local('Cera Pro Regular'), local('CeraPro-Regular'),
        url('../fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Regular.woff2') format('woff2'),
        url('../fonts/CeraPro-Regular.woff') format('woff'),
        url('../fonts/CeraPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Bold.eot');
    src: local('Cera Pro Bold'), local('CeraPro-Bold'),
        url('../fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Bold.woff2') format('woff2'),
        url('../fonts/CeraPro-Bold.woff') format('woff'),
        url('../fonts/CeraPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Benzin';
    src: url('../fonts/Benzin-Medium.eot');
    src: url('../fonts/Benzin-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Benzin-Medium.woff2') format('woff2'),
        url('../fonts/Benzin-Medium.woff') format('woff'),
        url('../fonts/Benzin-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

*{
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: 'Cera Pro';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
    font-family: 'Cera Pro';
    color: #fff;
    background-color: #000212;
}

body,
html{
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
    -webkit-font-smoothing:antialiased!important;
}

.parallax-main{
    pointer-events: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

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

.show-mob{
    display: none;
}

@media only screen and (max-width: 767px){
    .show-mob{
        display: block;
    }
}

.noscroll {
    overflow: hidden;
}

.left{
    text-align: left;
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

a{
    color: blue;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

a:hover{
    
}

p{
    margin: 0 0 24px;
}

p:last-child{
    margin-bottom: 0;
}

@media only screen and (max-width: 767px){
    p{
        margin-bottom: 22px;
    }
}

img,
iframe{
    display: block;
    max-width: 100%;
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

input[type=text]{
    position: relative;
    display: block;
    width: 359px;
    height: 68px;
    padding: 23px 23px 23px 68px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Cera Pro';
    color: #fff;
    border: none;
    background-color: rgba(19, 13, 39, 0.5);
    background-image: url(../images/bg-input.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input::-webkit-input-placeholder {color: #453C62;}
input::-moz-placeholder {color: #453C62;}
input:-ms-input-placeholder {color: #453C62;}
input:-moz-placeholder {color: #453C62;}

.form-block{
    overflow: hidden;
}

.form-block_title{
    margin-bottom: 24px;
}

.form-block_line{
    position: relative;
    margin-bottom: 15px;
}

.form-block_line:last-child{
    margin: 21px 0 0;
}

.form-block_line input{
    position: relative;
    z-index: 1;
}

.icon-name:before{
    position: absolute;
    top: 26px;
    left: 26px;
    content: url(../images/icon-name.svg);
    z-index: 2;
}

.icon-phone:before{
    position: absolute;
    top: 26px;
    left: 28px;
    content: url(../images/icon-phone.svg);
    z-index: 2;
}

.icon-email:before{
    position: absolute;
    top: 27px;
    left: 26px;
    content: url(../images/icon-email.svg);
    z-index: 2;
}

.special-input {
    position: fixed;
    top: 0;
    right: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
}

@media only screen and (max-width: 767px){
    .form-block_title{
        margin-bottom: 35px;
    }
    
    .form-block_line{
        margin-bottom: 9px;
    }
    
    input[type=text]{
        width: 100%;
        height: 48px;
        padding: 10px 20px 10px 45px;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        background-position: 100% 100%;
    }
    
    .icon-name:before {
        top: 16px;
        left: 16px;
        transform: scale(0.85);
    }
    
    .icon-phone:before {
        top: 17px;
        left: 18px;
        transform: scale(0.85);
    }
    
    .icon-email:before {
        top: 16px;
        left: 16px;
        transform: scale(0.85);
    }
    
    .form-block_line:last-child{
        margin-top: 18px;
    }
}

/*     table     */

table {
    width: 100%;
    border-collapse: collapse;
    
}

table td,
table tr{
    border: 1px solid #777;
}

table td{
    padding: 5px;
}

/*     btn     */

.btn{
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    background: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.btn-main{
    position: relative;
    
}

.btn-main span{
    position: relative;
    display: block;
    width: 317px;
    height: 73px;
    padding: 24px 36px 24px 81px;
    font-family: 'Cera Pro';
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    z-index: 2;
}

.btn-main:before{
    position: absolute;
    content: '';
    top: -51px;
    left: -50px;
    width: 416px;
    height: 175px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
}

.btn-main.left-arrow:before{
    background-image: url(../images/bg-btn-main-left-arrow.png);
}

@media only screen and (min-width: 768px){
    .btn-main.left-arrow:hover:before{
        background-image: url(../images/bg-btn-main-left-arrow-active.png);
    }
}

.btn-main.right-arrow:before{
    background-image: url(../images/bg-btn-main-right-arrow.png);
}

@media only screen and (min-width: 768px){
    .btn-main.right-arrow:hover:before{
        background-image: url(../images/bg-btn-main-right-arrow-active.png);
    }
}

.btn-main:after{
    position: absolute;
    content: url(../images/icon-finger-white.svg);
    top: 24px;
    left: 36px;
    z-index: 2;
}

.btn-main.mini{
    
}

.btn-main.mini span{
    width: 208px;
    height: 68px;
    padding: 24px 40px 24px 80px;
    font-size: 16px;
    line-height: 20px;
}

.btn-main.mini:before{
    position: absolute;
    content: '';
    top: -51px;
    left: -50px;
    width: 311px;
    height: 170px;
}

.btn-main.mini:after {
    top: 21px;
    left: 31px;
}

.btn-main.mini.right-arrow:before{
    background-image: url(../images/bg-btn-main-right-arrow-mini.png);
}

.btn-main.mini.right-arrow:hover:before{
    background-image: url(../images/bg-btn-main-right-arrow-mini-active.png);
}

.btn-finger{
    width: 100%;
    padding: 21px 70px 19px 20px;
    font-family: 'Cera Pro';
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid rgba(169, 70, 252, 0);
    background-image: url(../images/icon-finger-violet.svg);
    background-position: right 18px top 5px;
    background-repeat: no-repeat;
    background-size: 45px;
}

.btn-finger:hover{
    border: 1px solid rgba(169, 70, 252, 1);
}

.btn-finger-simple{
    padding: 10px 0 10px 60px;
    font-family: 'Cera Pro';
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    background-image: url(../images/icon-finger-violet.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.btn-finger-simple:hover{
    color: #A946FC;
}

.btn-link{
    position: relative;
    color: #fff;
}

.btn-link:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn-link:hover{
    color: #9C2CF9;
}

.btn-link:hover:before{
    background: #9C2CF9;
}




@media only screen and (max-width: 1440px){
    
}

@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1023px){
    
}

@media only screen and (max-width: 767px){
    .btn-main span{
        width: 235px;
        height: 55px;
        padding: 18px 20px 18px 52px;
        font-size: 14px;
        line-height: 18px;
    }
    
    .btn-main:before{
        top: -39px;
        left: -38px;
        width: 313px;
        height: 132px;
    }
    
    .btn-main:after{
        top: 13px;
        left: 23px;
        transform: scale(0.75);
    }
    
    .btn-finger{
        padding: 17px 62px 16px 20px;
        font-size: 14px;
        line-height: 18px;
        background-size: 35px;
        background-position: right 18px top 7px;
    }
    
    .btn-finger-simple{
        padding-left: 40px;
        font-size: 14px;
        line-height: 18px;
        background-size: 45px;
    }
    
    .btn-main.mini span{
        width: 152px;
        height: 48px;
        padding: 15px 25px 15px 55px;
        font-size: 14px;
        line-height: 18px;
    }
    
    .btn-main.mini:after{
        top: 9px;
        left: 15px;
    }
    
    .btn-main.mini:before{
        top: -37px;
        left: -37px;
        width: 227px;
        height: 123px;
    }
    
    .btn-link{
        font-size: 14px;
        line-height: 18px;
    }
}

/*     container     */

.container{
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
    z-index: 15;
}

@media only screen and (max-width: 1179px){
    .container{
        max-width: 1024px;
    }
}

@media only screen and (max-width: 1023px){
    .container{
        max-width: 768px;
    }
}

@media only screen and (max-width: 767px){
    .container{
        max-width: 375px;
        padding: 0 23px;
    }
}


/*  row-block  */

.row-block:before,
.row-block:after{
    content:" ";
    display:table;
}

.row-block:after{
    clear:both;
}

/*   parts   */

.parts-divide{
    position: relative;
    clear: both;
}

.parts-divide:before,
.parts-divide:after{
    content:" ";
    display:table
}

.parts-divide:after{
    clear:both;
}

.parts-divide .col-item{
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.parts-divide.parts-2{
    margin-left: -10px;
    margin-right: -10px;
}

.parts-divide.parts-3,
.parts-divide.parts-4,
.parts-divide.parts-5,
.parts-divide.parts-6,
.parts-divide.parts-7,
.parts-divide.parts-8{
    margin-left: -10px;
    margin-right: -10px;
}

.parts-2 .col-item{
    padding: 0 10px;
}

.parts-3 .col-item,
.parts-4 .col-item,
.parts-5 .col-item,
.parts-6 .col-item,
.parts-7 .col-item,
.parts-8 .col-item{
    padding: 0 10px;
}

.parts-2 .col-item{
    width: 50%;
}

.parts-2 .col-item:nth-child(odd){
    clear: both;
}

.parts-2 .col-item:nth-child(2n+1){
    clear: both;
}

.parts-3 .col-item{
    width: 33.333333333333336%;
}

.parts-3 .col-item:nth-child(3n+1){
    clear: both;
}

.parts-4 .col-item {
    width: 25%;
}

.parts-5 .col-item{
    width: 20%;
}

.parts-5 .col-item:nth-child(5n+1){
    clear: both;
}

.parts-5 .part-3{
    width: 54.5%;
}

.parts-5 .part-2{
    width: 45.5%;
}

.parts-divide.parts-5 .part-1{
    width: 22.2222222222%;
}

.parts-6 .col-item{
    width: 16.6666666667%;
}

.parts-6 .col-item:nth-child(6n+1){
    clear: both;
}

.parts-8 .col-item{
    width: 12.5%;
}

.parts-8 .col-item:nth-child(8n+1){
    clear: both;
}

/*     main     */

.body-main-page{
    overflow: hidden;
}

.bg-main-page-1{
    position: relative;
    background-image: url(../images/bg-main-page-1.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.bg-main-page-2{
    position: relative;
    background-image: url(../images/bg-main-page-2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1441px){
    .bg-main-page-1:before,
    .bg-main-page-1:after,
    .bg-main-page-2:before,
    .bg-main-page-2:after{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        width: 150px;
    }

    .bg-main-page-1:before,
    .bg-main-page-2:before{
        left: calc(50% - 700px);
        background: linear-gradient(to right, rgba(0, 2, 18, 1), rgba(0, 2, 18, 0));
    }

    .bg-main-page-1:after,
    .bg-main-page-2:after{
        right: calc(50% - 700px);
        background: linear-gradient(to left, rgba(0, 2, 18, 1), rgba(0, 2, 18, 0));
    }
}

@media only screen and (max-width: 767px){
    .bg-main-page-1{
        position: relative;
        background-image: url(../images/bg-main-page-1-mob.png);
    }

    .bg-main-page-2{
        position: relative;
        background-image: url(../images/bg-main-page-2-mob.png);
    }
}


@media only screen and (min-width: 376px) and (max-width: 767px){
    .bg-main-page-1:before,
    .bg-main-page-1:after,
    .bg-main-page-2:before,
    .bg-main-page-2:after{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        width: 50px;
    }

    .bg-main-page-1:before,
    .bg-main-page-2:before{
        left: calc(50% - 188px);
        background: linear-gradient(to right, rgba(0, 2, 18, 1), rgba(0, 2, 18, 0));
    }

    .bg-main-page-1:after,
    .bg-main-page-2:after{
        right: calc(50% - 188px);
        background: linear-gradient(to left, rgba(0, 2, 18, 1), rgba(0, 2, 18, 0));
    }
}


.section{
    position: relative;
    width: 100%;
}

.section{
    z-index: 10;    
}

.section:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/bg-noise.png);
    background-repeat: repeat;
    z-index: 5;
}

/*
.section.arrow-up:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -5px;
    width: 100%;
    height: 55px;
    background: url(../images/icon-arrow-up.svg);
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 5;
}

.section.arrow-down:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100%;
    height: 74px;
    background: url(../images/icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 5;
}
*/


.section-title{
    position: relative;
    margin: 0;
    font-family: 'Benzin';
    font-size: 35px;
    font-weight: 500;
    line-height: 44px;
    text-transform: uppercase;
}

.section-title > span{
    display: block;
}

.violet{
    color: #9C2CF9;
}

@media only screen and (max-width: 1440px){
    
}

@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1023px){
    
}

@media only screen and (max-width: 767px){
    .section-title{
        font-size: 22px;
        line-height: 28px;
    }
}

@keyframes circular {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*     header     */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 0;
    background: rgba(0, 2, 18, 0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 50;
}

.active-scroll .header{
    background: rgba(0, 2, 18, 1);
}

.header-language {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
}

@media only screen and (min-width: 768px){
    .header-language {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translate(0, -50%);
    }
}

.header-language.mob {
    display: none;
}

.header-language ul{
    clear: both;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-language li:first-child a {
    padding-left: 0!important;
}

.header-language li:last-child a {
    padding-right: 0!important;
}

.header-language li a{
    position: relative;
    display: block;
    padding: 0 20px;
    color: #fff;   
}

.header-language li.current-lang a {
    color: #9C2CF9;
    cursor: default;
    pointer-events: none;
}
/* 
.header-language li.current-lang a:before,
.header-language li.current-lang a:after {
    background: #9C2CF9;
} */

.header-language li a:before,
.header-language li a:after {
    position: absolute;
    content: '';
    top: 50%;
    width: 10px;
    height: 1px;
    background: #31343C;
}

.header-language li a:before {
    left: 0;
}

.header-language li:first-child a:before {
    display: none!important;
}

.header-language li a:after {
    right: 0;
}

.header-language li:last-child a:after {
    display: none!important;
}

.header-logo{
    position: absolute;
    top: -7px;
    left: 50%;
    display: block;
    width: 138px;
    height: 33px;
    margin-left: -69px;
    background-image: url(../images/logo.png?v=123);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.header-menu {
    margin: 0 200px;
}

.header-menu ul{
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.header-menu ul li:nth-child(2) {
    margin-right: 180px;
}

.header-menu ul li a{
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header-menu ul li a:hover{
    color: #A745F8;
}

.header-burger{
    display: none;
}

@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1023px){
    .header-menu {
        margin: 0 130px;
    }
}

@media only screen and (max-width: 767px){
    .header{
        padding: 33px 0;
    }
    
    .header:before{
        position: fixed;
        content: '';
        top: 0%;
        left: 0;
        right: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    .header.open:before {
        top: 98%;
        left: 0;
        right: 0;
        bottom: -1000px;
        background: rgba(15, 16, 20, 0.25);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        z-index: 45;
    }

    .header .container {
        height: 2px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    .header.open .container {
        height: 540px;
    }
    
    .header.open {
        background: rgba(0, 2, 18, 1);
    }
    
    .header-language.pc {
        display: none;
    }

    .header-language.mob {
        display: block;
        width: 175px;
        margin: 50px auto 0;
    }

    .header-language {
        font-size: 12px;
        line-height: 18px;
    }

    .header-language li a {
        padding: 0 28px;
    }
    
    .header-language li a:before{
        width: 18px;
    }
    
    .header-logo{
        top: -12px;
        left: 30px;
        width: 116px;
        height: 28px;
        margin-left: 0;
    }
    
    .header-menu{
        position: absolute;
        left: 23px;
        right: 23px;
        bottom: 200px;
        margin: 0;
    }
    
    .header-menu > ul{
        flex-direction: column;
        row-gap: 20px;
    }
    
    .header-menu > ul li:nth-child(2) {
        margin-right: 0;
    }
    
    .header-burger{
        position: absolute;
        top: -15px;
        right: 25px;
        display: block;
        width: 32px;
        height: 32px;
        background-image: url(../images/bg-burger.svg);
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .header.open .header-burger{
        background-image: url(../images/icon-close.svg);
        background-size: 22px;
    }
}

.icon-s{
    position: relative;
    display: inline-block;   
}

.icon-s:before{
    position: absolute;
    content: '';
    display: block;
    border: 1px solid rgba(255,255,255,0.15);
    background: linear-gradient(168.55deg, rgba(10, 17, 33, 0.06) -4.52%, rgba(22, 29, 50, 0) 112.85%);
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    border-radius: 50%;    
    z-index: 1;
}

.icon-s:after{
    position: absolute;
    content: '';
    display: block;
    background-image: url(../images/icon-s-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
}

.icon-s1:before{
    position: absolute;
    content: '';
    top: -68px;
    left: -120px;
    width: 116px;
    height: 116px;
}

.icon-s1:after{
    top: -33px;
    left: -84px;
    width: 52px;
    height: 48px;
    background-image: url(../images/icon-s.png);
}

.icon-s2:before{
    position: absolute;
    content: '';
    top: -53px;
    left: -2px;
    width: 81px;
    height: 81px;
}

.icon-s2:after{
    top: -30px;
    left: 23px;
    width: 36px;
    height: 34px;
}

.icon-s3:before{
    position: absolute;
    content: '';
    top: -48px;
    left: 1px;
    width: 81px;
    height: 81px;
}

.icon-s3:after{
    top: -25px;
    left: 24px;
    width: 36px;
    height: 34px;
}

.icon-s4:before{
    position: absolute;
    content: '';
    top: -48px;
    left: 1px;
    width: 81px;
    height: 81px;
}

.icon-s4:after{
    top: -25px;
    left: 26px;
    width: 36px;
    height: 34px;
}

.icon-s5:before{
    position: absolute;
    content: '';
    top: -56px;
    left: -6px;
    width: 91px;
    height: 91px;
}

.icon-s5:after{
    top: -30px;
    left: 23px;
    width: 40px;
    height: 38px;
}

@media only screen and (max-width: 767px){
    .icon-s1:before{
        top: 24px;
        left: -18px;
        width: 54px;
        height: 54px;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }
    
    .icon-s1:after {
        top: 40px;
        left: -1px;
        width: 24px;
        height: 22px;
    }
    
    .icon-s2:before{
        top: -33px;
        left: -9px;
        width: 47px;
        height: 47px;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }
    
    .icon-s2:after {
        top: -19px;
        left: 6px;
        width: 21px;
        height: 19px;
    }
    
    .icon-s3:before{
        top: -64px;
        left: -153px;
        width: 49px;
        height: 49px;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }
    
    .icon-s3:after {
        top: -50px;
        left: -136px;
        width: 21px;
        height: 19px;
    }
    
    .icon-s4:before{
        top: -35px;
        left: -3px;
        width: 51px;
        height: 51px;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }
    
    .icon-s4:after{
        top: -21px;
        left: 13px;
        width: 22px;
        height: 21px;
    }

    .icon-s5:before{
        top: -33px;
        left: -5px;
        width: 55px;
        height: 55px;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }
    
    .icon-s5:after{
        top: -18px;
        left: 12px;
        width: 24px;
        height: 23px
    }
}

/*     first     */

.section-first{
    padding: 200px 0 150px;
}
/*
.section-first:before {
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -920px;
    content: url(../images/bg-first-decore-1.svg);
    z-index: 1;
}

.section-first:after {
    position: absolute;
    left: 50%;
    bottom: -480px;
    margin-left: -80px;
    content: url(../images/bg-first-decore-2.svg);
    z-index: 1;
}
*/

.first-block_title{
    margin: 0;
    font-family: 'Benzin';
    font-weight: 500;
    font-size: 45px;
    line-height: 53px;
    text-transform: uppercase;
}

.first-block_title > span{
    display: block;
}

.first-block_title .first{
    position: relative;
    padding-right: 30px;
    z-index: 2;
}

.first-block_title .second{
    position: relative;
    margin: 11px 0;
    padding-left: 15px;
    z-index: 1;
}

.first-block_title .third{
    position: relative;
    padding-left: 52px;
    z-index: 1;
}

.first-block_description{
    margin: 47px 0 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}

.first-block .btn-container{
    margin-top: 74px;
}

.section-arrow{
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 57px;
    margin: 0 auto;
    background-image: url(../images/icon-scroll-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    animation: spin 2s infinite linear;
    z-index: 20;
}

.section-first-arrow{
    bottom: 58px;
}

@keyframes spin {
  0% {
    transform: translate3d(0, -25%, 0);
  }
  50% {
    transform: translate3d(0, 25%, 0);
  }
  100% {
    transform: translate3d(0, -25%, 0);
  }
}

@keyframes spin2 {
  0% {
    transform: translate3d(-25%, 0, 0);
  }
  50% {
    transform: translate3d(25%, 0, 0);
  }
  100% {
    transform: translate3d(-25%, 0, 0);
  }
}

.section-first-decore{
    position: absolute;
    pointer-events: none;
    z-index: 20;
}

.section-first-decore .mob{
    display: none;
}

.section-first-decore.item-1{
    top: 150px;
    left: 0;
    max-width: 231px;
    
}

.section-first-decore.item-2{
    top: 574px;
    left: 50%;
    max-width: 147px;
    margin-left: -325px;
}

.section-first-decore.item-3{
    top: 201px;
    right: 50%;
    max-width: 129px;
    margin-right: -431px;
}

.section-first-decore.item-4{
    top: 195px;
    right: 0;
    max-width: 225px;
}

@media only screen and (max-width: 1179px){
    .first-block_title{
        font-size: 40px;
    }

    .section-first-decore.item-1 {
        top: 290px;
        left: 0;
        max-width: 140px;
    }
    
    .section-first-decore.item-3{
        margin-right: -393px;
    }
    
    .section-first-decore.item-4 {
        top: 485px;
        right: 0;
        max-width: 125px;
    }
}

@media only screen and (max-width: 767px){
    .section-first{
        padding: 155px 0 90px;
    }
    
    .first-block_title{
        font-size: 22px;
        line-height: 26px;
    }
    
    .first-block_title .first{
        padding-right: 0;
    }
    
    .first-block_title .second {
        margin: 4px -15px 6px;
        padding-left: 4px;
    }
    
    .first-block_title .third {
        padding-left: 28px;
    }
    
    .first-block_description {
        max-width: 250px;
        margin: 38px auto 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
    }
    
    .first-block .btn-container{
        margin-top: 84px;
    }
    
    .section-arrow{
        width: 16px;
        height: 50px;
        background-size: 13px;
    }
    
    .section-first-arrow{
        bottom: 62px;
    }
    
    
    .section-first-decore .pc{
        display: none;
    }
    
    .section-first-decore .mob{
        display: block;
    }
    
    .section-first-decore.item-1{
        top: 35px;
        max-width: 80px;
    }
    
    .section-first-decore.item-2 {
        top: 377px;
        max-width: 53px;
        margin-left: 86px;
    }
    
    .section-first-decore.item-3{
        display: none;
    }
    
    .section-first-decore.item-4{
        top: 238px;
        max-width: 71px;
    }
}

/*     about     */

.section-about{
    padding: 50px 0 115px;
}

.about-block{
    position: relative;
    height: 468px;
}

.about-block_item{
    position: absolute;
}

.about-block_item.type-1{
    padding-right: 130px;
    text-align: right;
}

.about-block_item.type-2{
    padding-left: 130px;
    text-align: left;
}

.about-block_item-image{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 500px;
    margin-top: -344px;
    margin-left: -250px;
}

.about-block_item.item-1{
    top: 0;
    left: 42px;
}

.about-block_item.item-2{
    top: 185px;
    left: -30px;
}

.about-block_item.item-3{
    top: 360px;
    left: 42px;
}

.about-block_item.item-4{
    top: 0;
    right: 16px;
}

.about-block_item.item-5{
    top: 185px;
    right: -42px;
}

.about-block_item.item-6{
    top: 360px;
    right: 16px;
}

.about-block_item-icon{
    position: absolute;
    width: 107px;
    height: 107px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.type-1 .about-block_item-icon{
    right: 0;
    background-image: url(../images/bg-about-icon-right.png);
}

.type-2 .about-block_item-icon{
    left: 0;
    background-image: url(../images/bg-about-icon-left.png);
}

.about-block_item-icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-block_item-icon.type-1 img{
    margin-left: -5px;
}

.about-block_item-icon.type-2 img{
    margin-right: -5px;
}

.about-block_item-text{
    position: relative;
    height: 107px;
    width: 200px;
}

.about-block_item-text span{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
}

.section-about-arrow{
    bottom: 24px;
}

.section-about-decore{
    position: absolute;
}

.section-about-decore.item-1{
    top: -95px;
    left: 50%;
    max-width: 811px;
    margin-left: -350px;
    z-index: 1;
}


@media only screen and (max-width: 1179px){
    .about-block_item-image{
        max-width: 400px;
        margin-top: -290px;
        margin-left: -200px;
    }
}

@media only screen and (max-width: 1023px){
    .about-block_item-image {
        max-width: 160px;
        margin-top: -110px;
        margin-left: -80px;
    }
    
    .about-block_item.item-1,
    .about-block_item.item-3{
        left: 27px;
    }
    
    .section-about-decore.item-1 {
        top: 95px;
        max-width: 400px;
        margin-left: -180px;
    }
}

@media only screen and (max-width: 767px){
    .section-about{
        padding-bottom: 85px;
        z-index: 15;
    }
    
    .about-block{
        height: auto;
        padding: 328px 0 0;
    }
    
    .about-block_item{
        position: relative!important;
        float: left;
        width: 50%;
        padding: 0!important;
        top: auto!important;
        left: auto!important;
        right: auto!important;
    }
    
    .about-block_item.item-4,
    .about-block_item.item-5,
    .about-block_item.item-6,
    .about-block_item.item-1{
        margin-bottom: 30px;
    }
    
    .about-block_item.item-1 img{
        width: 32px;
    }
    
    .about-block_item.item-2 img{
        width: 29px;
    }
    
    .about-block_item.item-3 img{
        width: 29px;
    }
    
    .about-block_item.item-4 img{
        width: 30px;
    }
    
    .about-block_item.item-5 img{
        width: 28px;
    }
    
    .about-block_item.item-6 img{
        width: 28px;
    }
    
    .about-block_item-icon{
        position: relative;
        width: 92px;
        height: 92px;
        margin: 0 auto 10px;
    }
    
    .about-block_item.item-3 .about-block_item-icon,
    .about-block_item.item-4 .about-block_item-icon,
    .about-block_item.item-6 .about-block_item-icon{
        background-image: url(../images/bg-about-icon-left-mob.png)!important;
    }
    
    .about-block_item.item-1 .about-block_item-icon,
    .about-block_item.item-2 .about-block_item-icon,
    .about-block_item.item-5 .about-block_item-icon{
        background-image: url(../images/bg-about-icon-right-mob.png)!important;
    }
    
    .about-block_item-text{
        height: auto;
        width: 160px;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
    
    .about-block_item-text span {
        position: relative;
        transform: none;
    }
    
    .about-block_item-image{
        width: 400px;
        max-width: 400px;
        margin-top: -110px;
        margin-left: -210px;
        top: 0;
        transform: translate(-50%, 0);
    }
    
    .section-first-arrow {
        bottom: 2px;
    }
    
    .section-about-decore.item-1 {
        display: none;
    }
    
    .section-about-arrow {
        bottom: 2px;
    }
}

/*     enter     */

.section-enter{
    padding: 82px 0 50px;
}

.enter-block{
    position: relative;
    height: 345px;
    padding-top: 64px;
}

.enter-block .section-title{
    
}

.enter-block .section-title .first{
    position: relative;
    padding-left: 0;
    z-index: 1;
}

.enter-block .section-title .second{
    position: relative;
    margin: 5px 0;
    padding-left: 55px;
    z-index: 2;
}

.enter-block .section-title .third{
    position: relative;
    padding-left: 177px;
    z-index: 1;
}

.enter-block_text{
    position: absolute;
    top: 0;
    left: 512px;
    width: 770px;
    padding: 53px 200px 52px 75px;
    font-size: 16px;
    line-height: 24px;
}

.enter-block_text-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0%;
    bottom: 0;
    background-image: url(../images/bg-enter-block-text.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 345px;
}

@media only screen and (min-width: 1441px){
    .enter-block_text:after{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        width: 200px;
        right: 0;
        background: linear-gradient(to left, rgba(0, 2, 18, 1), rgba(0, 2, 18, 0));
    }
}

.enter-block_text-container{
    position: relative;
    max-width: 500px;
    z-index: 2;
}

.enter-2-block{
    position: relative;
    max-width: 897px;
    min-height: 235px;
    margin: 76px auto 0;
    padding: 46px 20px 20px 69px;
    background-image: url(../images/bg-enter-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.enter-2-block_text{
    margin-top: 27px;
    margin-left: 361px;
    line-height: 22px;
    font-size: 16px;
}

.enter-2-block .btn-container{
    position: absolute;
    left: 67px;
    bottom: 48px;
}

.section-enter-decore{
    position: absolute;
}

.section-enter-decore.item-1{
    top: -215px;
    left: 50%;
    max-width: 811px;
    margin-left: -750px;
    z-index: 1;
}

.enter-2-block_decors{
    position: absolute;
    top: 0;
    right: -30px;
    width: 5px;
    z-index: 1;
}

.enter-2-block_decors span{
    display: block;
    width: 5px;
    height: 5px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: #A946FCBF;
    -webkit-animation: load 3s infinite ease;
    animation: load 3s infinite ease;
    opacity: 0.25;
}

.enter-2-block_decors .item-1{
    animation-delay: -1.5s;
}

.enter-2-block_decors .item-2{
    animation-delay: -1.25s;
}

.enter-2-block_decors .item-3{
    animation-delay: -1s;
}

.enter-2-block_decors .item-4{
    animation-delay: -0.75s;
}

.enter-2-block_decors .item-5{
    animation-delay: -0.5s;
}

.enter-2-block_decors .item-6{
   animation-delay: -0.25s;
}

.enter-2-block_decors .item-7{
    animation-delay: 0s;
}

.enter-2-block_decors .item-8{
    animation-delay: 0.25s;
}

.enter-2-block_decors .item-9{
    animation-delay: 0.5s;
}

.enter-2-block_decors .item-10{
    animation-delay: 0.75s;
}

.enter-2-block_decors .item-11{
    animation-delay: 1s;
}

.enter-2-block_decors .item-12{
    animation-delay: 1.25s;
}

@-webkit-keyframes load {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}

.enter-2-block_decors span:last-child{
    margin-bottom: 0;
}

@media only screen and (max-width: 1179px){
    .enter-block_text{
        font-size: 14px;
        line-height: 21px;
    }
    
    .enter-block_text-container{
        max-width: 410px;
    }
    
    .enter-block_text br{
        display: none;
    }
}

@media only screen and (max-width: 1023px){
    .enter-block{
        height: auto;
        padding: 0;
    }
    
    .enter-block .section-title{
        text-align: center;
        margin-bottom: 40px;
    }
    
    .enter-block .section-title .second{
        padding-left: 0;
    }
    
    .enter-block_text{
        position: relative;
        left: 0;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    
    .enter-2-block_text br:first-child{
        display: none;
    }
    
    .enter-block_text-bg{
        display: none;
    }
    
    .enter-block_text-container {
        max-width: 660px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .enter-2-block{
        background-size: 100% 100%;
    }
    
    .enter-2-block_text{
        margin-top: 18px;
    }
}

@media only screen and (max-width: 767px){
    .section-enter{
        padding-top: 52px;
    }
    
    .enter-block .section-title{
        margin-bottom: 28px;
    }
    
    .enter-block .section-title .second{
        margin: 4px 0 1px;
        padding-right: 74px;
    }
    
    .enter-block .section-title .third {
        padding-left: 85px;
    }
    
    .enter-2-block{
        height: 373px;
        margin-top: 55px;
        padding: 60px 20px 20px;
        text-align: center;
        background-image: url(../images/bg-enter-2-mob.png);
        background-size: contain;
    }
    
    .enter-2-block_text{
        max-width: 238px;
        margin: 30px auto 0;
        font-size: 14px;
        line-height: 19px;
    }
    
    .enter-2-block_text br{
        display: none;
    }
    
    .enter-2-block .btn-container{
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 45px;
    }
    
    .enter-2-block_decors{
        top: auto;
        left: 0;
        right: 0;
        bottom: -32px;
        width: 326px;
        height: 7px;
        margin: 0 auto;
    }
    
    .enter-2-block_decors span{
        float: left;
        width: 7px;
        height: 7px;
        margin: 0 22px 0 0;
    }
    
    .enter-2-block_decors span:last-child{
        margin-right: 0;
    }
    
    .section-enter-decore.item-1 {
        display: none;
    }
}

/*     countries     */

.section-countries {
    min-height: 540px;
    padding-top: 58px;
    z-index: 9;
}

.section-countries-map {
    position: absolute;
    
    top: -9px;
    left: calc(50% - 700px);
    width: 1405px;
    height: 563px;
    background-image: url(../images/bg-countries-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1405px auto;
    z-index: 1;
}

@media only screen and (min-width: 1401px){
    .section-countries-map:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        bottom: 0;
        width: 160px;
        background: linear-gradient(to right, rgba(0, 2, 18, 1), rgba(0, 2, 18, 0));
    }
}

.countries__logo {
    width: 138px;
    height: 33px;
    margin: 0 0 64px 66px;
    background-image: url(../images/logo.png?v=123);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.section-countries .section-title .first {
    padding-left: 127px;
}

.countries__country {
    position: absolute;
    width: 70px;
    padding-top: 42px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    background-image: url(../images/icon-country.svg);
    background-position: top center;
    background-repeat: no-repeat;
}

.countries__country_1 {top: 213px;left: calc(50% - 556px);}
.countries__country_2 {top: 300px;left: calc(50% - 154px);}
.countries__country_3 {top: 30px;left: calc(50% + 85px);}
.countries__country_4 {top: 200px;left: calc(50% + 105px);}
.countries__country_5 {top: 57px;left: calc(50% + 184px);}
.countries__country_6 {top: 162px;left: calc(50% + 227px);}
.countries__country_7 {top: 0px;left: calc(50% + 244px);}
.countries__country_8 {top: 88px;left: calc(50% + 275px);}
.countries__country_9 {top: 162px;left: calc(50% + 352px);}
.countries__country_10 {top: 234px;left: calc(50% + 352px);}

.countries__country_11 {top: 275px;left: calc(50% - 235px);}
.countries__country_12 {top: 144px;left: calc(50% - 50px);}
.countries__country_13 {top: 320px;left: calc(50% + 290px);}

@media only screen and (max-width: 1179px){
    .section-countries-map {
        left: calc(50% - 640px);
    }

    .countries__country {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 1023px){
    .section-countries-map {
        top: 0;
        left: calc(50% - 620px);
        transform: scale(0.7);
    }

    .section-countries .section-title {
        margin-left: 120px;
    }

    .countries__country {
        padding-top: 28px;
        margin: 0;
        font-size: 14px;
        background-size: 30px;
    }

    .countries__country_1 {
        top: 248px;
        left: calc(50% - 315px);
    }

    .countries__country_2 {
        top: 305px;
        left: calc(50% - 44px);
    }

    .countries__country_3 {
        top: 105px;
        left: calc(50% + 135px);
    }

    .countries__country_4 {
        top: 260px;
        left: calc(50% + 156px);
    }

    .countries__country_5 {
        top: 139px;
        left: calc(50% + 192px);
    }

    .countries__country_6 {
        top: 211px;
        left: calc(50% + 232px);
    }

    .countries__country_7 {
        top: 100px;
        left: calc(50% + 240px);
    }

    .countries__country_8 {
        top: 160px;
        left: calc(50% + 250px);
    }

    .countries__country_9 {
        top: 205px;
        left: calc(50% + 315px);
    }

    .countries__country_10 {
        top: 260px;
        left: calc(50% + 315px);
    }
    
    .countries__country_11 {
        top: 290px;
        left: calc(50% - 93px);
    }
    
    .countries__country_12 {
        top: 205px;
        left: calc(50% + 35px);
    }
    
    .countries__country_13 {
        top: 325px;
        left: calc(50% + 273px);
    }
}

@media only screen and (max-width: 767px){
    .section-countries {
        min-height: 380px;
    }

    .section-countries .section-title {
        margin-left: 0;
    }

    .section-countries .section-title .first {
        padding-left: 80px;
    }

    .section-countries-map {
        top: 0;
        left: calc(50% - 680px);
        transform: scale(0.35);
    }

    .countries__country {
        padding-top: 16px;
        margin-left: -10px;
        font-size: 8px;
        background-size: 20px;
    }

    .countries__country_1 {
        top: 235px;
        left: calc(50% - 187px);
    }

    .countries__country_2 {
        top: 262px;
    }

    .countries__country_3 {
        top: 167px;
        left: calc(50% + 40px);
    }

    .countries__country_4 {
        top: 243px;
        left: calc(50% + 53px);
    }

    .countries__country_5 {
        top: 180px;
        left: calc(50% + 68px);
        font-size: 0;
    }

    .countries__country_6 {
        top: 209px;
        left: calc(50% + 94px);
        font-size: 0;
    }

    .countries__country_7 {
        top: 153px;
        left: calc(50% + 96px);
    }

    .countries__country_8 {
        top: 190px;
        left: calc(50% + 98px);
        font-size: 0;
    }

    .countries__country_9 {
        top: 215px;
        left: calc(50% + 131px);
        font-size: 0;
    }

    .countries__country_10 {
        top: 244px;
        left: calc(50% + 131px);
    }
    
    .countries__country_11 {
        top: 255px;
        left: calc(50% - 73px);
    }
    
    .countries__country_12 {
        top: 208px;
        left: calc(50% - 8px);
    }
    
    .countries__country_13 {
        top: 275px;
        left: calc(50% + 112px);
    }
}

/*     offer     */

.section-offer{
    padding: 76px 0 58px;
}

.offer-block{
    position: relative;
}

.offer-block_head{
    position: absolute;
    top: -20px;
    left: -7px;
    z-index: 2;
}

.offer-block_head-icon{
    position: relative;
    height: 26px;
    margin-top: 45px;
    margin-left: 73px;
    background-image: url(../images/offer-block-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.offer-block_head-icon:before{
    position: absolute;
    content: '';
    top: 4px;
    left: 93px;
    display: block;
    width: 57px;
    height: 18px;
    background-image: url(../images/icon-offer-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    animation: spin2 2s infinite linear;
}

.offer-block .section-title .first{
    padding-left: 6px;
}

.offer-block .section-title .second{
    margin: 6px 0;
    padding-left: 20px;
}

.offer-block .section-title .third{
    
}

.offer-block_main{
    position: relative;
    z-index: 1;
}

.offer-block_main-line{
    
}

.offer-block_main-line.first{
    height: 214px;
    margin-bottom: 73px;
    padding-left: 340px;
}

.offer-block_item{
    position: relative;
    float: left;
    width: 258px;
    height: 194px;
    margin-right: 19px;
}

.offer-block_item:before{
    position: absolute;
    content: '';
    top: -51px;
    left: -54px;
    width: 366px;
    height: 468px;
    background-image: url(../images/bg-offer-item-new.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    pointer-events: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: -1;
}

.offer-block_item:hover:before{
    background-image: url(../images/bg-offer-item-new-active.png);
}

.offer-block_item:last-child{
    margin-right: 0;
}

.offer-block_item-image{
    position: relative;
    height: 108px;
    margin-bottom: 10px;
}

.offer-block_item-image img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 165px;
    margin-top: -40px;
    transform: translate(-50%, -50%);
}

.offer-block_item-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
}

.offer-block_item-text{
    padding: 0 19px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4D4B6D;
}

.offer-block_item-text ul{
    margin: 0 -10px 0 0;
    padding: 0;
    list-style: none;
}

.offer-block_item-text li{
    position: relative;
    margin-bottom: 2px;
    padding-left: 17px;
}

.offer-block_item-text li:last-child{
    margin-bottom: 0;    
}

.offer-block_item-text li:before{
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    border: 1px solid #4D4B6D;
    border-radius: 50%;
}

.offer-block_item-text span{
    color: #fff;
}

.offer-block_item-text img{
    position: relative;
    display: inline;
    margin-left: 10px;
    top: 4px;
}

.offer-block_item-text .images img{
    margin-left: 9px;
}

.offer-block_item .btn-container{
    margin-top: 32px;
    padding: 0 28px 0 37px;
}

.offer-block_more{
    display: none;
}

@media only screen and (max-width: 1179px){
    .offer-block_head{
        left: 0;
    }
    
    .offer-block_main-line.first{
        padding-left: 415px;
    }
    
    .offer-block_main-line.first .offer-block_item:nth-child(1),
    .offer-block_main-line.first .offer-block_item:nth-child(2){
        margin-bottom: 73px;
    }
    
    .offer-block_main-line.first .offer-block_item:nth-child(3){
        margin-left: -139px;
        margin-right: 19px;
    }

    .offer-block_main-line.second {
        margin-top: -20px;
    }
    
    .offer-block_main-line.second .offer-block_item:nth-child(1){
        margin-bottom: 73px;
    }
}

@media only screen and (max-width: 1023px){
    .offer-block_head {
        top: -50px;
    }

    .offer-block_main-line.first .offer-block_item:nth-child(1){
        float: none;
    }
    
    .offer-block_main-line.first .offer-block_item:nth-child(2){
        margin-left: -340px;
    }
    
    .offer-block_main-line.first .offer-block_item:nth-child(3){
        margin-left: 0;
        margin-bottom: 73px;
    }
    
    .offer-block_main-line.second .offer-block_item:nth-child(1),
    .offer-block_main-line.second .offer-block_item:nth-child(3){
        margin-left: 75px;
        margin-right: 82px;
    }
    
    .offer-block_main-line.second .offer-block_item:nth-child(2){
        margin-bottom: 73px;
    }
}

@media only screen and (max-width: 767px){
    .section-offer{
        padding: 53px 0 40px;
    }
    
    .offer-block .section-title{
        text-align: center;
    }
    
    .offer-block .section-title .first {
        padding-left: 0;
        padding-right: 90px;
    }
    
    .offer-block .section-title .second{
        margin: 2px 0 2px;
        padding-left: 44px;
    }
    
    .offer-block .section-title .third {
        padding-right: 26px;
    }
    
    .offer-block_head{
        position: relative;
        top: auto;
        left: auto;
    }
    
    .offer-block_head-icon{
        height: 20px;
        margin-top: 18px;
        margin-left: 64px;
    }
    
    .offer-block_head-icon:before{
        top: 4px;
        left: 58px;
        width: 56px;
        height: 13px;
    }
    
    .offer-block_main{
        padding-top: 73px;
    }
    
    .offer-block_main-line.first{
        height: auto;
        padding: 0;
        margin-bottom: 20px;
    }
    
    .offer-block_item{
        float: none;
        margin: 0 auto 75px!important;
    }
    
    /*
    .offer-block_item{
        float: none;
        width: 226px;
        height: 314px;
        margin: 0 auto 55px!important;
    }
    
    .offer-block_item:before{
        top: -44px;
        left: -47px;
        width: 321px;
        height: 409px;
    }
    
    .offer-block_item-image{
        height: 76px;
        transform: scale(0.86);
    }
    
    .offer-block_item-title{
        font-size: 14px;
        line-height: 18px;
    }
    
    .offer-block_item-text{
        margin-right: -10px;
        font-size: 14px;
        line-height: 21px;
    }
    */
    .offer-block_item .btn-container{
        margin-top: 27px;
        padding: 0 45px;
    }
    
    .offer-block_main-line.second{
        height: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        overflow: hidden;
    }
    
    .offer-block_main-line.second.active{
        height: auto;
        overflow: inherit;
    }
    
    .offer-block_more{
        display: block;
        margin-top: -15px;
    }
    
    .offer-block_more .btn{
        width: 202px;
        border-color: rgba(169, 70, 252, 1);
    }
}

/*     work     */

.section-work{
    padding: 50px 0;
    z-index: 25;
}

.section-work .section-title .first{
    padding-right: 28px;
}

.section-work .section-title .second{
    margin: 6px 0;
    padding-left: 152px;
}

.section-work .section-title .third{
    padding-right: 144px;
}

.work-block{
    position: relative;
    margin-top: 60px;
    padding-bottom: 82px;
}

.work-block_item{
    float: left;
    width: 18%;
    margin-right: 2.5%;
}

.work-block_item:last-child{
    margin-right: 0;
}

.work-block_item-number{
    position: relative;
    width: 107px;
    height: 107px;
    margin: 0 auto;
}

.work-block_item-number:after{
    position: absolute;
    content: '';
    top: 53px;
    right: -98px;
    width: 80px;
    height: 1px;
    background: #382458;
}

.work-block_item.active .work-block_item-number:after{
    right: -110px;
}

.work-block_item:last-child .work-block_item-number:after{
    display: none;
}

.work-block_item-number-item{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    font-size: 18px;
    line-height: 73px;
    font-family: 'Benzin';
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-image: url(../images/bg-work-number.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

@media only screen and (min-width: 1024px){
    .active .work-block_item-number-item{
        width: 107px;
        height: 107px;
        font-size: 25px;
        line-height: 105px;
        background-image: url(../images/bg-work-number-active.png);
    }
    
    .work-block_item-number,
    .work-block_item-title{
        cursor: pointer;
    }
}

.work-block_item-title{
    position: relative;
    height: 42px;
    margin-top: 16px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.work-block_item-title span{
    position: absolute;
    top: 50%;
    left: -50px;
    right: -50px;
    transform: translate(0, -50%);
}

@media only screen and (min-width: 1024px){
    .active .work-block_item-title{
        font-size: 16px;
        line-height: 20px;
    }
}

.work-block_item-description{
    margin-top: 30px;
    margin-left: -80px;
    margin-right: -80px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #4D4B6D;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

@media only screen and (min-width: 1024px){
    .active .work-block_item-description{
        opacity: 1;
    }
}

.work-block_control{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    width: 475px;
    margin: 0 auto;
    padding-top: 12px;
}

.work-block_control-btn{
    position: absolute;
    top: 0;
    width: 100px;
    height: 30px;
    cursor: default;
    pointer-events: none;
}

.work-block_control-btn.active{
    cursor: pointer;
    pointer-events: auto;
}

.work-block_control-btn svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.work-block_control-btn svg path{
    fill: #282448;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.work-block_control-btn.active svg path{
    fill: #fff;  
}

.work-block_control-prev{
    left: 0;
}

.work-block_control-next{
    right: 0;
}

.work-block_control-items{
    width: 139px;
    margin: 0 auto;
}

.work-block_control-item{
    width: 7px;
    height: 7px;
    float: left;
    margin-right: 26px;
    border: 1px solid #282448;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 50%;
}

.work-block_control-item:last-child{
    margin-right: 0;
}

.work-block_control-item.active{
    background: #A946FC;
    border-color: #A946FC;
}

@media only screen and (max-width: 1339px){
    .work-block_item.item-1 .work-block_item-description{
        margin-left: -50px;
        margin-right: -110px;
        text-align: left;
    }
    
    .work-block_item.item-5 .work-block_item-description{
        margin-right: -50px;
        margin-left: -110px;
        text-align: right;
    }
}

@media only screen and (max-width: 1279px){
    .work-block_item.item-1 .work-block_item-description{
        margin-left: 0;
        margin-right: -160px;
    }
    
    .work-block_item.item-5 .work-block_item-description{
        margin-right: 0;
        margin-left: -160px;
    }
}

@media only screen and (max-width: 1179px){
    .work-block_item.active .work-block_item-number:after {
        right: -90px;
    }
    
    .work-block_item-number:after{
        right: -86px;
    }
    
    .work-block_item-description{
        font-size: 14px;
        line-height: 21px;
    }
    
    .work-block_item-description br{
        display: none;
    }
}

@media only screen and (max-width: 1023px){
    .work-block_item{
        width: 48%;
        margin: 0 0 36px;
    }
    
    .work-block_item:nth-child(2n+1){
        margin-right: 4%;
    }
    
    .work-block_item:last-child{
        margin-bottom: 0;
    }
    
    .work-block_item-number:after{
        display: none!important;
    }
    
    .work-block_item-title{
        font-size: 14px;
        line-height: 18px;
    }
    
    .work-block_item-description{
        margin-left: 0!important;
        margin-right: 0!important;
        text-align: left!important;
        opacity: 1;
    }
    
    .work-block_item-description br{
        display: none;
    }
    
    .work-block_item.item-5 .work-block_item-description {
        margin-left: 0;
        text-align: left;
    }
    
    .work-block_control{
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .section-work{
        padding: 31px 0 69px;
    }
    
    .section-work .section-title .first {
        padding-right: 8px;
    }
    
    .section-work .section-title .second{
        margin: 2px 0;
        padding-left: 84px;
    }
    
    .section-work .section-title .third {
        padding-right: 66px;
    }
    
    .work-block{
        margin-top: 12px;
        padding-bottom: 0;
    }
    
    .work-block_item{
        position: relative;
        float: none;
        width: 100%;
        margin-bottom: 27px;
    }
    
    .work-block_item:last-child{
        margin-bottom: 0;
    }
    
    .work-block_item-number {
        position: absolute;
        top: 0;
        left: 0;
        width: 88px;
        height: 88px;
        margin: 0;
    }
    
    .work-block_item-number-item{
        width: 88px;
        height: 88px;
        font-size: 20px;
        line-height: 88px;
    }
    
    .work-block_item-title{
        height: 88px;
        margin-left: 152px;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        font-family: 'Benzin';
        text-align: left;
    }
    
    .work-block_item-description{
        width: auto;
        margin-top: 23px;
    }
    
    
    
    
    
}

/*     phone     */

.section-phone{
    padding: 155px 0 150px;
    z-index: 20;
}

.section-phone .section-title .first{
    padding-right: 28px;
}

.section-phone .section-title .second{
    margin: 6px 0;
    padding-right: 130px;
}

.section-phone .section-title .third{
    padding-left: 40px;
}

.phone-block{
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding-left: 436px;
    text-align: center;
}

.phone-block_image{
    position: absolute;
    top: -155px;
    left: 15px;
    height: 547px;
    transform: rotate(3.2deg);
    pointer-events: none;
    overflow: hidden;
}

.phone-block_image_container{
    position: relative;
}

.phone-block_image_container img{
    position: relative;
    width: 515px;
    transform: rotate(-3deg);
}

.phone-block_image_container .mob{
    display: none;
}

.phone-block .btn-container{
    margin-top: 52px;
}

.section-phone-decore{
    position: absolute;
}

.section-phone-decore.item-1{
    top: -185px;
    left: 50%;
    max-width: 811px;
    margin-left: -605px;
    z-index: 1;
}

@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1023px){
    .section-phone{
        padding: 0 0 50px;
    }
    
    .phone-block{
        padding-left: 0;
    }
    
    .phone-block_image {
        position: relative;
        top: 0;
        left: 50px;
        max-width: 500px;
        height: 420px;
        margin: 20px auto 0;
    }
    
    .phone-block_image_container img{
        width: 400px;
    }
    
    .phone-block .btn-container{
        display: none;
    }
    
    .section-phone-decore.item-1 {
        top: -55px;
        left: 50%;
        max-width: 600px;
        margin-left: -385px;
    }
}

@media only screen and (max-width: 767px){
    .section-phone{
        padding-bottom: 30px;    
    }
    
    .section-phone .section-title .first{
        padding-left: 20px;
        padding-right: 0;
    }
    
    .section-phone .section-title .second {
        margin: 3px 0 1px;
        padding-right: 61px;
    }
    
    .section-phone .section-title .third {
        padding-left: 6px;
    }
    
    .phone-block_image{
        top: 0;
        left: 0;
        height: 350px;
        margin: 35px auto 0;
        transform: rotate(0);
    }
    
    .phone-block_image_container{
        position: relative;
    }
    
    .phone-block_image_container img {
        position: relative;
        width: 300px;
        max-width: 300px;
        transform: rotate(0);
        z-index: 1;
    }
    
    .phone-block_image_container .pc{
        display: none;
    }
    
    .phone-block_image_container .mob{
        display: block;
    }
    
    .section-phone-decore.item-1{
        display: none;
    }
    
    
}

/*     contacts     */

.section-contacts{
    padding: 85px 0 50px;
    z-index: 15;
}

.contacts-block{
    max-width: 750px;
    margin: 72px auto 0;
}

.contacts-block_item{
    position: relative;
    display: block;
    float: left;
    width: 338px;
    height: 122px;
    margin-right: 73px;
    padding: 49px 22px 49px 92px;
}

.contacts-block_item:last-child{
    margin-right: 0;
}

.contacts-block_item:before {
    position: absolute;
    content: '';
    top: -40px;
    left: -42px;
    width: 423px;
    height: 211px;
    background-image: url(../images/bg-contacts-item.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    pointer-events: none;
    z-index: 2;
}

@media only screen and (min-width: 1024px){
    .contacts-block_item.item-2:before {
        background-image: url(../images/bg-contacts-item-2.png);
    }
}

.contacts-block_item:hover:before {
    background-image: url(../images/bg-contacts-item-active.png)!important;
}

.contacts-block_item:after {
    position: absolute;
    content: '';
    top: -200px;
    left: 0;
    width: 548px;
    height: 715px;
    background-image: url(../images/bg-contacts-item-decore.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
}

.contacts-block_item:hover:after {
    opacity: 1;
}

.contacts-block_item-image{
    position: absolute;
    top: 30px;
    left: 30px;
    width: 62px;
    height: 62px;
    float: left;
    border-radius: 50%;
    background: #A946FC;
    box-shadow: 0px 0px 22px rgba(172, 76, 252, 0.54);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 3;
}

.contacts-block_item:hover .contacts-block_item-image{
    background: #0B0A1D;
}

.contacts-block_item-image svg{
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.contacts-block_item-image svg.telegram{
    width: 38px;
    margin-left: -2px;
}

.contacts-block_item-image svg.email{
    width: 26px;
}

.contacts-block_item-image svg.skype{
    width: 26px;
}

.contacts-block_item-image svg path{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.contacts-block_item:hover .contacts-block_item-image svg path{
    fill: #9A40E5;
}

.contacts-block_item-text{
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    z-index: 3;
}

.contacts-block_item-text span{
    position: relative;
}

.contacts-block_item-text span:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #fff;
}

.section-contacts-decore{
    position: absolute;
}

.section-contacts-decore.item-1{
    top: -265px;
    left: 50%;
    max-width: 715px;
    margin-left: -358px;
    z-index: 1;
}

@media only screen and (max-width: 1179px){
    .contacts-block {
        max-width: 634px;
    }
    
    .contacts-block_item{
        width: 280px;
        height: 101px;
        padding: 23px 35px 23px 115px;
    }
    
    .contacts-block_item:before{
        width: 352px;
        height: 175px;
        top: -33px;
        left: -37px;
    }
    
    .contacts-block_item-image{
        top: 20px;
    }
}

@media only screen and (max-width: 1023px){
    .contacts-block_item{
        float: none;
        margin: 0 auto 20px!important;
    }
    
    .contacts-block_item:last-child{
        margin-bottom: 0!important;
    }
}

@media only screen and (max-width: 767px){
    .section-contacts{
        padding-top: 25px;    
    }
    
    .contacts-block{
        margin-top: 25px;
    }
    
    .contacts-block_item{
        margin-bottom: 14px!important;
        padding: 41px 28px 41px 93px;
    }
    
    .contacts-block_item:last-child{
        margin-bottom: 0!important;
    }
    
    .contacts-block_item:after{
        display: none;
    }
    
    .contacts-block_item-image{
        top: 25px;
        left: 28px;
        width: 51px;
        height: 51px;
    }
    
    .contacts-block_item-image svg.telegram {
        width: 34px;
    }
    
    .contacts-block_item-image svg.email {
        width: 22px;
    }
    
    .contacts-block_item-image svg.skype {
        width: 22px;
    }
    
    
    
    .contacts-block_item-text{
        font-size: 13px;
        line-height: 20px;
    }
    
    .section-contacts-decore.item-1{
        display: none;
    }
}


/*     subscribe     */


.section-subscribe {
    padding: 60px 0 140px;
}

.subscribe-block {
    position: relative;
    padding: 130px 478px 135px 0 ;
}

.footer-block_img {
    position: absolute;
    top: -35px;
    right: -21px;
    max-width: 505px;
}

.section-subscribe .section-title .first {
    position: relative;
    z-index: 1;
}

.section-subscribe .section-title .second {
    position: relative;
    z-index: 2;
    margin: 8px 0;
    padding-right: 64px;
}

.section-subscribe .section-title .third {
    position: relative;
    padding-left: 130px;
    z-index: 1;
}

.subscribe-block_btn {
    margin-top: 50px;
    text-align: center;
}

.footer-block_btn .btn-main span {
    padding-right: 56px;
    text-align: center;
}

@media only screen and (max-width: 1179px) {
    .section-subscribe {
        padding: 40px 0 80px;
    }

    .subscribe-block {
        padding: 95px 390px 105px 0;
    }

    .footer-block_img {
        top: -20px;
        right: -46px;
        max-width: 425px;
    }
}

@media only screen and (max-width: 1023px) {
    .footer-block_img {
        top: 0;
        right: calc(50% - 160px);
        max-width: 320px;
    }

    .subscribe-block {
        padding: 410px 45px 0;
    }
}

@media only screen and (max-width: 767px) {
    .subscribe-block {
        padding-left: 0;
        padding-right: 0;
    }

    .section-subscribe .section-title {
        font-size: 18px;
        line-height: 24px;
    }

    .section-subscribe .section-title .second {
        padding-right: 15px;
    }

    .section-subscribe .section-title .third {
        padding-left: 30px;
    }
}



/*     footer     */

.section-footer{
    margin-bottom: -132px;
    padding: 68px 0 144px;
}

.footer-block{
    margin-bottom: 43px;
    padding-left: 295px;
}

.footer-block_logo{
    position: absolute;
    display: block;
    top: -6px;
    left: 13px;
    width: 189px;
    height: 45px;
    background-image: url(../images/logo.png?v=123);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer-block_title{
    margin-bottom: 14px;
    font-weight: 700;
}

.footer-block_menu{
    float: left;
}

.footer-block_menu ul{
    display: block;
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    list-style: none;
}

.footer-block_menu ul:nth-child(1){
    width: 168px;
}

.footer-block_menu ul:nth-child(2){
    width: 199px;
}

.footer-block_menu ul:nth-child(3){
    width: 120px;
}

.footer-block_menu ul:last-child{
    padding-right: 0;
}

.footer-block_menu a{
    font-size: 16px;
    line-height: 41px;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer-block_menu a:hover{
    color: #A745F8;
}

.footer-block_info {
    position: absolute;
    top: 62px;
    left: 15px;
    font-size: 14px;
    line-height: 21px;
    color: #4D4B6D;
}

.footer-block_btn{
    position: absolute;
    top: 22px;
    right: 17px;
}

.footer-block_dev{
    position: absolute;
    top: 77px;
    right: 51px;
    font-size: 14px;
    line-height: 24px;
}

.footer-block_dev a{
    color: #fff;
    text-decoration: underline;
}

.footer-info-block{
    padding-top: 11px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #565B7B;
    border-top: 1px solid #252942;
    opacity: 0.6;
}

@media only screen and (max-width: 1179px){
    .section-footer{
        margin-bottom: -138px;
    }
    
    .footer-block_menu ul:nth-child(3){
        width: 100%;
    }
}

@media only screen and (max-width: 1023px){
    .section-footer{
        margin-bottom: -10px;
        padding-bottom: 20px;
    }
    
    .footer-block{
        padding-top: 100px;
        padding-left: 0;
    }
    
    .footer-block_menu {
        float: none;
        overflow: hidden;
    }
    
    .footer-block_menu ul:nth-child(3) {
        width: 120px;
    }
    
    .footer-block_info {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 35px;
    }

    .footer-block_btn {
        top: -2px;
        right: 20px;
    }
    
    .footer-block_dev {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 60px;
    }
}

@media only screen and (max-width: 767px){
    .section-footer{
        margin-bottom: 0;
        padding: 0 0 14px;
    }
    
    .footer-block{
        margin-bottom: 27px;
        padding-top: 70px;    
    }
    
    .footer-block_logo {
        top: 5px;
        left: 23px;
        width: 115px;
        height: 27px;
    }
    
    .footer-block_title{
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 30px;
    }
    
    .footer-block_menu ul{
        padding: 0;
    }
    
    .footer-block_menu ul:nth-child(1),
    .footer-block_menu ul:nth-child(2){
        width: 50%;
    }
    
    .footer-block_menu a{
        font-size: 14px;
        line-height: 36px;
    }
    
    .footer-block_btn{
        right: 23px;
    }
    
    .footer-block_dev{
        margin-top: 25px;
    }
    
    .footer-info-block{
        border: none;
        padding: 0;
        font-size: 9px;
        line-height: 24px;
    }
}



/*     XXXXX     */

.XXXX{


}


@media only screen and (max-width: 1440px){
    
}

@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1023px){
    
}

@media only screen and (max-width: 767px){
    
}



/*     XXXXX     */

.XXXX{


}


@media only screen and (max-width: 1440px){
    
}

@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1023px){
    
}

@media only screen and (max-width: 767px){
    
}

/*     popup     */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    background: #000212;
    overflow-y: scroll;
    z-index: 100;
}

.popup .block{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1160px;
    height: 488px;
    color: #fff;
    background-image: url(../images/bg-popup.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#register-popup .block{
    padding: 60px 176px 50px 625px;
    background-color: #000212;
    background-image: url(../images/bg-form-block-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#success-popup .block{
    padding: 73px 50px 50px;
    background-color: #000212;
    background-image: url(../images/bg-form-block-2.png);
    background-repeat: no-repeat;
    background-position: center;
}

.popup-close{
    position: absolute;
    cursor: pointer;
    top: 32px;
    right: 40px;
    width: 16px;
    height: 16px;
    z-index: 10;
}

.popup-close svg line {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.popup-close:hover svg line {
    stroke: #9A40E5;
}

.form-block form{
    position: relative;
    z-index: 20;
}

.popup-logo{
    position: relative;
    width: 158px;
    height: 38px;
    margin: 0 auto 63px;
    background-image: url(../images/logo.png?v=123);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 10;
}

#success-popup .section-title{
    position: relative;
    z-index: 10;
}

#success-popup .section-title .second{
    margin: 5px 0;
    padding-right: 119px;
}

#success-popup .section-title .third{
    padding-left: 182px;
}

#success-popup .btn-container{
    position: relative;
    margin-top: 62px;
    z-index: 10;
}

.form-block-decore{
    position: absolute;
}

.form-block-decore.item-1{
    top: 165px;
    left: 0;
    max-width: 170px;
}

.form-block-decore.item-2{
    right: 28px;
    bottom: 7px;
    max-width: 150px
}

.form-block-decore.item-3{
    top: 0;
    right: 0;
    max-width: 420px;
}

.form-block-decore.item-4{
    top: 30px;
    left: 30px;
    max-width: 540px;
    z-index: 1;
}

.form-block-decore.item-5{
    top: -83px;
    left: 40px;
    max-width: 540px;
    z-index: 2;
}

.form-block-decore.item-6{
    top: 50%;
    left: 50%;
    max-width: 540px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#success-popup .section-title .mob-line{
    display: inline;
}

@media only screen and (max-width: 1189px){
    #register-popup .block{
        padding: 60px 86px 50px 515px;
    }
    
    .popup .block{
        max-width: 960px;
        height: 468px;
        background-size: cover;
    }
    
    .form-block-decore.item-1 {
        top: 215px;
        max-width: 120px;
    }
    
    .form-block-decore.item-2 {
        right: 0;
        bottom: 0;
        max-width: 120px;
    }
    
    .form-block-decore.item-3 {
        right: 60px;
        max-width: 240px;
    }
    
    .form-block-decore.item-4 {
        max-width: 400px;
    }
    
    .form-block-decore.item-5 {
        top: -45px;
        left: 50px;
        max-width: 400px;
    }
}

@media only screen and (max-width: 1023px){
    .popup .block {
        width: 100%;
        max-width: 540px;
    }
    
    .popup-close{
        top: 14px;
        right: 17px;
    }
    
    #register-popup .block{
        padding: 50px 90px;
        background-image: url(../images/bg-form-block-1-mob.png);
    }
    
    .popup .block .form-block_line:last-child{
        text-align: center;
    }
    
    #success-popup .block{
        padding: 50px 70px;
        background-image: url(../images/bg-form-block-2-mob.png);
    }
    
    .form-block-decore.item-5{
        display: none;
    }
    
    #success-popup .section-title .second{
        padding-right: 0;
    }

    #success-popup .section-title .third {
        padding-left: 130px;
    }
}

@media only screen and (max-width: 767px){
    .popup .block {
        max-width: 320px;
        height: auto;
    }
    
    #register-popup .block{
        padding: 40px 35px 40px;
        background-size: contain;
    }
    
    #success-popup .block{
        padding: 50px 35px 50px;
        background-size: contain;
    }
    
    .form-block-decore{
        display: none;
    }
    
    .popup-logo{
        width: 100px;
        height: 24px;
        margin-bottom: 50px;
    }
    
    #success-popup .section-title .first{
        padding-right: 46px;
    }
    
    #success-popup .section-title .mob-line{
        display: block;
        padding-left: 38px;
        margin-right: -50px;
    }
    
    #success-popup .section-title .second {
        margin: 3px 0 4px;
        padding-right: 21px;
    }
    
    #success-popup .section-title .third {
        padding-left: 40px;
    }
    
    #success-popup .btn-container{
        margin-top: 50px;
    }
}

/*     cookie     */

.cookie-block {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    z-index: 100;
}

.cookie-block__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: #000212;
    border: 2px solid #a946fc;
}

.cookie-block__content {
    font-size: 12px;
    line-height: 18px;
}

.cookie-block__content p {
    margin-bottom: 10px;
}

.cookie-block__content a {
    color: #a946fc;
}

.cookie-block__btn {
    display: flex;
    column-gap: 20px;
    padding-left: 40px;
}

.cookie-block__btn .btn {
    cursor: pointer;
    display: block;
    width: 200px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #a946fc;
}

@media only screen and (max-width: 1023px) {
    .cookie-block__btn {
        flex-direction: column;
        row-gap: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .cookie-block__main {
        width: 100%;
        row-gap: 10px;
        flex-direction: column;
    }

    .cookie-block__description br {
        display: none;
    }

    .cookie-block__btn {
        width: 100%;
        padding: 0;
        flex-direction: row;
    }

    .cookie-block__btn .btn {
        width: 100%;
        font-size: 14px;
    }
}












/*  */
.footer-block_img {
    top: -100px;
    right: -36px;
    max-width: 474px;
}

@media only screen and (max-width: 1023px) {
    .footer-block_img {
        top: -63px;
        right: calc(50% - 171px);
        max-width: 320px;
    }
}



@media screen and (min-width : 767px) {
    .countries__country_6 {
        top: 140px;
        left: calc(50% + 228px);
    }
    .countries__country_13 {
        top: 280px;
    }
    .countries__country_14 {
        top: 348px;
        left: calc(50% + 472px);
    }
    .countries__country_15 {
        top: 119px;
        left: calc(50% + 100px);
    }
    .countries__country_16 {
        top: 124px;
        left: calc(50% + 175px);
    }
    .countries__country_17 {
        top: 193px;
        left: calc(50% + 185px);
    }
}

@media only screen and (max-width: 767px) {
    .section-countries-map {
        top: 14px;
    }
    .countries__country_14 {
        left: 357px;
        top: 279px;
    }
    .countries__country_15 {
        left: 232px;
        top: 203px;
    }
    .countries__country_17 {
        left: 265px;
        top: 223px;
    }


    .fz0 {
        font-size: 0 !important;
    }

    .pc {
        display: none !important;
    }
    
}



@media screen and (max-width : 767px) {
    .icon-s1:before {
        left: -27px;
    }
    .icon-s1:after {
        left: -9px;
    }

    .icon-s2:before {
        left: 5px;
    }
    .icon-s2:after {
        left: 19px;
    }

    .icon-s4:before {
        left: 5px;
    }
    .icon-s4:after {
        left: 21px;
    }

}

.header-language ul li:nth-child(2) {
    margin-right: 0;
}
