html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, body,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    position: relative;
    font-family: var(--book);
    min-width: 1530px;
}
:root{
    --book: 'Gotham Book';
    --bold: 'Gotham';
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
input, textarea {
outline: none;
} 
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clr{
    clear: both;
}
a{
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
textarea,
input[type=text],
input[type=mail],
input[type=tel],
input[type=button],
input[type=submit]{
    -webkit-appearance: none;
    border-radius: 0;
}
::-webkit-input-placeholder {
    font-size: 32px;
    color: #fff; 
    font-family: var(--bold);
}
::-moz-placeholder          {
    font-size: 32px;
    color: #fff; 
    font-family: var(--bold);
 }/* Firefox 19+ */
:-moz-placeholder           {
    font-size: 32px;
    color: #fff; 
    font-family: var(--bold);
 }/* Firefox 18- */
:-ms-input-placeholder      {
    font-size: 32px;
    color: #fff; 
    font-family: var(--bold);
}
.sl_item .ozon_btn {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 9;
}
/* input:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-moz-placeholder          {
    opacity: 0;
    }/* Firefox 19+ */
/* input:focus:-moz-placeholder           {
    opacity: 0;
    } *//* Firefox 18- */
/* input:focus:-ms-input-placeholder      {
    opacity: 0;
}  */

.paralax_wrapp{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}
.paralax_bg{
    position: absolute;
    top: -50%;
    left: 0;
    height: 120%;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.top_gradient{
    height: 290px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,.8), rgba(0,0,0,0));
}
section{
    position: relative;
}
.wrapper{
    position: relative;
    width: 1530px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* z-index: 10; */
}
#main{
    overflow: hidden;
}
#main:before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    background-image: linear-gradient(to top, #400c63, rgba(64, 12, 99, 0));
    z-index: 11;
}
#main .wrapper  {
    padding-top: 200px;
    padding-bottom: 260px;
}
#main:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.53);
}
.h_flex_wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.menu{
    flex-grow: 1;
    margin-top: -64px;  
}
.menu ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu ul li a{
    color: rgba(255,255,255,.7);
    text-transform: uppercase;
    font-family: var(--bold);
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 1;
    padding: 8px 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu ul li a:hover{
    background-color: #e1e1e1;
    color: #000;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 22px;
}
.logo{
    width: 25%;
    max-width: 364px;
}
.logo img{
    display: block;
    max-width: 100%;
}
.btn{
    background-color: #d22025;
    color: rgba(255,255,255,.7);
    text-transform: uppercase;
    font-family: var(--bold);
    padding: 8px 9px; 
    letter-spacing: .4px;
    font-size: 20px;
    line-height: 1;
}
.btn:hover{
    background-color: #e1e1e1;
    color: #000;
}
#mobile-nav .btn{
    padding: 8px 20px; 
}
#mobile-nav .btn:hover {
    color: #000;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
}
.download_btn{
    margin-top: -64px;  
}
.main_man{
    display: block;
    width: 39.6%;
    height: auto;
    position: absolute;
    top: 127px;
    left: -151px;  
    z-index: 1;
}
.main_center_container{
    position: relative;
    max-width: 870px;
    margin: 0 auto;
    text-align: center;
    z-index: 13;
}
.main_center_container h1{
    font-size: 86px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--bold);
    margin-bottom: 42px;
    line-height: 1.25;
}
.main_center_container h3{
    font-size: 39px;
    color: #fff;
    font-weight: normal;
    line-height: 1.25;
}
.main_center_container h3 span{
    font-family: var(--bold);
    font-size: 58px;
    background-image: url('../images/span_bg.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.main_center_container .btn{
    position: relative;
    font-size: 54px;
    text-transform: uppercase;
    font-family: var(--bold);
    color: #fff;
    display: inline-block;
    padding: 22px 54px;
    margin-top: 65px;
    background-image: linear-gradient(to bottom, #ec2227, #b21f23);
}
.main_center_container .btn span{
    position: relative;
}
.main_center_container .btn:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e1e1e1;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.main_center_container .btn:hover{
    color: #000;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
}
.main_center_container .btn:hover:before{
    opacity: 1;
}
.btn_desc{
    font-size: 20px;
    color: rgba(255, 255, 255, 0.66);
    margin-top: 21px;
}
.money1 {
    position: absolute;
    top: 760px;
    left:0;
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    z-index: 13;
}
.money2{
    position: absolute;
    top: -70px;
    right: 0;
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    z-index: 12;
}
.hidden_container{
    width: 100%;
    overflow: hidden;
}

.btn_down {
    position: absolute;
    bottom: 109px;
    display: inline-block;
    left: 50%;
    color: #fff;
    font-size: 105px;
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 11;
}
.btn_down:hover{
    -webkit-transform: translateX(-50%) scale(1.3);
    -ms-transform: translateX(-50%) scale(1.3);
    -o-transform: translateX(-50%) scale(1.3);
    transform: translateX(-50%) scale(1.3);
}
.s_flex_wrapp{
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 69px;
    z-index: 1;
}
.f_item{
    position: relative;
    width: 35%;
    text-align: center;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 40px;
    line-height: 1.25;
    color: #fff;
}
.f_item:nth-child(2){
    width: 30%;
}
.f_item span{
    font-size: 49px;
    font-family: var(--bold);
}
.f_item .icon{
    font-size: 123px;
    color: #fff;
    margin-bottom: 38px;
    line-height: 1;
}
.f_item .icon img{
    display: block;
    max-width: 100%;
    margin:  0 auto;
}
.first_step {
    position: absolute;
    bottom: -6px;
    left: 104%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.second_step{
    position: absolute;
    top: 60px;
    left: 100%; 
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#second{
    background-color: #400c63;
    padding-bottom: 180px;
}
.rools_btn{
    position: relative;
    text-align: center;
    margin-top: 50px;
    z-index: 1;
}
.rools_btn a{
    font-size: 27px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--bold);
    border-bottom: 2px solid #fff;
}
.rools_btn a:hover{
    color: #bfbfbf;
    border-bottom: 2px solid #bfbfbf;
}
#second::after{
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #400c63, #291163);
}
.blured_elips{
    width: 50%;
    height: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #9151c3;
    -webkit-filter: blur(88px);
    -o-filter: blur(88px);
    filter: blur(88px);
    z-index: 1;
}
#slider{
    padding-bottom: 40px;
    background-image: linear-gradient(to bottom, #291163, #091865);
}
#slider .title{
    text-align: center;
}
#slider .title h2{
    font-size: 71px;
    color: #fff;
    text-align: center;
    font-family: var(--bold);
    text-transform: uppercase;
    display: inline-block;
    margin-left: 33px;
}
#slider .title .rotate{
    display: block;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
    -webkit-transform-origin: -60px 2530px;
    -moz-transform-origin: -60px 2530px;
    -ms-transform-origin: -60px 2530px;
    -o-transform-origin: -60px 2530px;
    transform-origin: -60px 2530px;
}
.dirty{
    color: #a9a6a6;
    background-image: url('../images/span_bg_gr.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    padding: 0 15px; 
}
.slider{
    margin-top: 50px;
}
.sl_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 20px;
}
.sl_item a{
    position: relative;
}
.sl_item a.ozon_btn:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #0968ae;
    box-shadow: 0px 0px 40px rgba(255, 255, 255, 0);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.sl_item a.ozon_btn:hover:before{
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.3);
}
#company{
    background-color: #001a64;
    padding-top: 135px;
    padding-bottom: 130px;
}
#company:before{
    content: '';
    position: absolute;
    top: -5px;
    width: 100%;
    height: 10px;
    background-color: #001a64;
    left: 0;
    z-index: -1;
}
.man2 {
    position: absolute;
    top: 71%;
    right: 100%;
    z-index: 1;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(70%, -50%);
}
#company h2{
    position: relative;
    font-size: 48px;
    letter-spacing: -1px;
    line-height: 1.2;
    font-family: var(--bold);
    text-transform: uppercase;
    margin-bottom: 57px;
}
.c_desc{
    position: relative;
    text-align: center;
    color: #fff;
    padding-right: 265px;
}
.c_desc:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 70%;
    background-color: #9151c3;
    opacity: .45;
    border-radius: 50%;
    -webkit-filter: blur(100px);
    -o-filter: blur(100px);
    filter: blur(100px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.c_desc p{
    position: relative;
    font-size: 24px;
    line-height: 1.25;
}
.c_desc .game{
    display: block;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-84%, -55%);
    -ms-transform: translate(-84%, -55%);
    -o-transform: translate(-84%, -55%);
    transform: translate(-84%, -55%);
}
#how_to_play{
    background-color: #001a64;
    padding-top: 22px;
    padding-bottom: 47px;
}
h2.my{
    margin-bottom: 20px !important;
    padding-top:25px !important;
}
#how_to_play h2,
h2.my{
    font-size: 71px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family: var(--bold);
    letter-spacing: -1px;
    margin-bottom: 75px;
}
.game_flex_box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
}
.game_open {
    margin-left: -80px;
}
.flex_item{
    font-size: 24px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.25;
}
.flex_item h3{
    font-size: 31px;
    text-transform: uppercase;

}
.list_right{
    padding-left: 72px;
}
.flex_item h3{
    margin-top: 30px;
}
.flex_item h3:first-child{
    margin-top: 0;
}
/* .mt-30{
    margin-top: 30px;
} */
.steps{
    position: relative;
    padding-top: 117px;
}
.step {
    position: relative;
    font-size: 24px;
    letter-spacing: -.4px;
    color: #fff;
    line-height: 1.25;
    max-width: 390px;
    min-height: 235px;
    padding-left: 97px;
    margin-bottom: 98px;
}
.step p{
    position: relative;
}
.first {
    position: absolute;
    top: 44%;
    left: -14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 464px;
    color: #787d9f;
    opacity: .8;
    font-family: var(--bold);
    text-shadow: 0px 0px 200px rgba(255, 255, 255, .3);
}
.line_trough{
    text-decoration: line-through;
}
.second {
    position: absolute;
    top: 42%;
    left: 26px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 450px;
    color: #021b65;
    opacity: 1;
    font-family: var(--bold);
    -webkit-text-stroke: 7px #5871aa;
    text-shadow: 0px 0px 200px rgba(255, 255, 255, .3);
}
.step.center{
    margin: 0 auto;
    padding-left: 205px;
    margin-bottom: 117px;
}
.step.right{
    margin: auto;
    margin-right: -45px;
    padding-left: 205px;
    margin-bottom: 33px;
}
.step:nth-child(3) .first{
    top: 28%;
    left: 11px;
}
.step:nth-child(4){
    padding-left: 184px;
    max-width: 400px;
    margin-bottom: 136px;
}
.step:nth-child(4) .second{
    top: 50%;
    left: -16px;
}
.step:nth-child(5){
    max-width: 420px;   
    padding-left: 240px;
    margin-bottom: 81px;
}
.step:nth-child(5) .first{
    top: 27%;
    left: 39px;
}
.step:nth-child(6){
    margin-right: -50px;
}
.step:nth-child(6) .second{
    top: 25%;
    left: 17px;
}
.step_man{
    display: block;
    max-width: 100%;
    position: absolute;
    top: 600px;
    right: -177px;
}
.card1{
    position: absolute;
    top: 1074px;
    left: -106px;
    display: block;
    max-width: 100%;
}
.card2{
    position: absolute;
    top: 1722px;
    right: -99px;
    display: block;
    max-width: 100%;
}
.step_man2{
    display: block;
    max-width: 1124px;
    position: absolute;
    top: 2192px;
    left: -73px;
}
.mon_by{
    max-width: 460px;
    margin: auto;
    margin-right: -17px;
    margin-top: 120px;
}
.mon_by img{
    display: block;
    max-width: 100%;
}
.mon_by .btn{
    display: block;
    max-width: 350px;
    /* background-color: #0968ae; */
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 28px;
    padding: 23px 9px;
}
.mon_by .btn:hover{
    background-color: #e1e1e1;
    box-shadow: 0px 0px 80px rgba(255, 255, 255, .44);
}
footer{
    position: relative;
    background-color: #191919;
    padding: 70px 0px 37px;
}
footer .logo{
    max-width: 225px;
}
footer .social{
    color: #fff;
    margin-top: -30px;
}
footer .social a{
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-left: 9px;
}
footer .social a:hover{
    color: #000;
    background-color: #fff;
}
footer .menu {
    margin-top: -30px;
}
.ozon {
    position: absolute;
    top: 215px;
    right: -23px;
    z-index: 20;
}
.ozon img{
    display: block;
    max-width: 100%;
}
.red_bg,
.yelow_bg,
.green_bg,
.blue_bg{
    position: relative;
}
.green_bg span,
.red_bg span,
.yelow_bg span,
.blue_bg span{
    position: relative;
}
.green_bg img,
.yelow_bg img,
.red_bg img,
.blue_bg img{
    position: absolute;
    top: 50%;
    left: 50%;    
    width: 110%;
    height: 200%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pop_up{
    width: 90%;
    max-width: 910px;
    background-color: #1c284c;
    padding: 60px 85px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pop_logo{
    width: 100%;
    max-width: 280px;   
    margin: 0 auto;
    margin-bottom: 30px;
}
.pop_logo img{
    display: block;
    max-width: 100%;
}
form  input{
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 50px;
    background: rgba(255, 255, 255, 0.09);
    border: 3px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
form  button.btn{
    display: block;
    margin: 0 auto; 
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    position: relative;
    cursor: pointer;
    padding: 30px 0;
    width: 100%;
    max-width: 500px;
    height: 100px;
    border: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
form  button.btn:hover{
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
}
form  button.btn.white{
    background-image: none;
    background-color: #fff;
    color: #131b33;
}
.fancybox-close-small{
    top: 30px;
    right: 30px;
    width: 53px;
    height: 52px;
    background: transparent;
}
.fancybox-close-small:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 60px;
    height: 3px;
    /* font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif; */
    /* color: #888; */
    /* font-weight: 300; */
    /* text-align: center; */
    border-radius: 0;
    border-width: initial;
    background: rgba(255, 255, 255, 0.3);
    transition: all .3s linear;
    box-sizing: border-box;
    z-index: 2;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    -o-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
}
.fancybox-close-small:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 60px;
    height: 3px;
    /* font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif; */
    /* color: #888; */
    /* font-weight: 300; */
    /* text-align: center; */
    border-radius: 0;
    border-width: initial;
    background: rgba(255, 255, 255, 0.3);
    transition: all .3s linear;
    box-sizing: border-box;
    z-index: 2;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    -o-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
}
.fancybox-close-small:hover:before{
    background: rgba(255, 255, 255, 1);
}
form {
    position: relative;
    z-index: 1;
}
form p{
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: var(--book);
}
.warn{
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    font-family: var(--bold);
    margin: 30px 0;
}
.qr{
    position: relative;
    cursor: pointer;
    border-bottom: 3px solid #fff;
}
.rools{
    margin-top: 30px;
}
.rools a{
    text-decoration: underline;
}
.rools a:hover{
    color: #bfbfbf;
}
.handcuffts {
    position: absolute;
    bottom: 56px;
    right: -22px;
    max-width: 33%;
    opacity: .48;
}
.th_content{
    position: relative;
    z-index: 1;
}
#thanks h2{
    font-size: 72px;
    font-family: var(--bold);
    color: #fff;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}
#thanks h3{
    font-size: 30px;
    line-height: 1.25;
    font-family: var(--book);
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-bottom: 50px;
}
#thanks {
    text-align: center;
}
#thanks .btn{
    position: relative;
    font-size: 32px;
    text-transform: uppercase;
    font-family: var(--bold);
    color: #fff;
    display: inline-block;
    padding: 22px 54px;
    z-index: 1;
    background-image: linear-gradient(to bottom, #ec2227, #b21f23);
}
#thanks .btn span{
    position: relative;
}
#thanks .btn:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e1e1e1;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#thanks .btn:hover{
    color: #000;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
}
#thanks .btn:hover:before{
    opacity: 1;
}
#problem .handcuffts,
#thanks .handcuffts{
    bottom: -10px;
}
#more_propose,
#problem{
    text-align: center;
    font-size: 32px;
    line-height: 1.25;
    color: #fff;
}
#more_propose ul{
    margin: 15px auto;
}
#problem p{
    margin-bottom: 30px;
}
#more_propose p:last-child,
#problem p:last-child{
    margin-bottom: 0;
}
#problem a{
    display: block;
    font-size: 42px;
    line-height: 1.5;
    font-family: var(--bold);
}
#problem a span{
    border-bottom: 3px solid #fff;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#problem a:hover{
    color: #bfbfbf;
}
#problem a:hover span{
    border-bottom: 3px solid #bfbfbf;
}
.menu{
    position: relative;
}
#hamburger{
    width: 30px;
    height: 20px;
    position: absolute;
    top: 35%;
    right: 0;
    display: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#hamburger span{
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#hamburger span:before,
#hamburger span:after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    position: absolute;
    background-color: #fff;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#hamburger span:before{
    top: 8px;
}
#hamburger span:after{
    top: -8px;
}
#hamburger.active span{
    background-color: transparent;
}
#hamburger.active span:before{
    top: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
#hamburger.active span:after{
    top: 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.mobile-visible{
    display: none;
}
.label_wrap{
    position: relative;
    display: block;
}
.label_wrap input{
    position: relative;
}
label.error{
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 14px;
    color: #fff;
    width: 100%;
    display: block;
}
.slider_wrapper{
    position: relative;
}
.ozon_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: 9;
}
.ozon_btn img{
    display: block;
    max-width: 100%;
    position: relative;
}
.ozon_btn:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #0968ae;
    box-shadow: 0px 0px 40px rgba(255, 255, 255, 0);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.ozon_btn:hover:before {
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.3);
}
.owl-item.active.center{
    /*opacity: 0;*/
}
#slider .owl-carousel .owl-item img{
    max-width: 85%;
    text-align: center;
    margin: 0 auto;
}

.error_phone{
    margin-bottom: 10px;
    display: none;
}
.error_phone.open{
    display: block;
}
.code_error,
.file_error{
    display: none;
}
.code_error.open,
.file_error.open{
    display: block;
}

.qrcode {
    position: absolute;
    bottom: 100%;
    left: -50px;
    opacity: 0;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
            -webkit-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
}

.qr:hover .qrcode{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
#more_propose li a:hover{
	text-decoration: underline;
}