@font-face {
    font-family: OpenSans;
    src: url(/landing/fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: OpenSans;
    src: url(/landing/fonts/OpenSans-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: OpenSans;
    src: url(/landing/fonts/OpenSans-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: OpenSans;
    src: url(/landing/fonts/OpenSans-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: OpenSans;
    src: url(/landing/fonts/OpenSans-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: OpenSans;
    src: url(/landing/fonts/OpenSans-ExtraBold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: OpenSans;
    src: url(/landing/fonts/OpenSans-Italic.ttf);
    font-style: italic;
}

@font-face {
    font-family: OpenSans;
    src: url(/landing/fonts/OpenSans-SemiBoldItalic.ttf);
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: Spectral;
    src: url(/landing/fonts/SpectralSC-Regular.ttf);
    font-weight: 400;
}

*{
    font-family: OpenSans, sans-serif;
}
header{
    position: relative;
}
body{
    margin:0;
    font-size: 16px;
    position: relative;
}
.form-group{
    margin-bottom: 0;
}
.invalid-feedback{
    margin:0;
}
.content{
    overflow: hidden;
}
.container-120{
    max-width: 1200px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container-143{
    max-width: 1430px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container-156{
    max-width: 1560px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-menu{
    border-top: 16px solid #dec463;
    background: -webkit-gradient(linear, left bottom, left top, from(#0B0E17), to(#172649));
    background: -webkit-linear-gradient(bottom, #0B0E17, #172649);
    background: -moz-linear-gradient(bottom, #0B0E17, #172649);
    background: -o-linear-gradient(bottom, #0B0E17, #172649);
    background: linear-gradient(to top, #0B0E17, #172649);
    padding: 18px 0 28px 0;
    position: relative;
    z-index: 1001;
}
.top-menu::after{
    position: absolute;
    bottom: 5px;
    left: 0;
    content: '';
    background: rgb(88,67,0);
    background: -webkit-gradient(linear, left top, right top, color-stop(8.19%, rgba(88,67,0,1)), color-stop(25%, rgba(240,203,5,1)), color-stop(55.09%, rgba(240,215,115,1)), color-stop(70.58%, rgba(234,225,234,1)), color-stop(90.93%, rgba(241,212,64,1)));
    background: -webkit-linear-gradient(left, rgba(88,67,0,1) 8.19%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55.09%, rgba(234,225,234,1) 70.58%, rgba(241,212,64,1) 90.93%);
    background: -moz-linear-gradient(left, rgba(88,67,0,1) 8.19%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55.09%, rgba(234,225,234,1) 70.58%, rgba(241,212,64,1) 90.93%);
    background: -o-linear-gradient(left, rgba(88,67,0,1) 8.19%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55.09%, rgba(234,225,234,1) 70.58%, rgba(241,212,64,1) 90.93%);
    background: linear-gradient(90deg, rgba(88,67,0,1) 8.19%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55.09%, rgba(234,225,234,1) 70.58%, rgba(241,212,64,1) 90.93%);
    display: inline-block;
    height: 5px;
    width: 100%;
}
.top-menu-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.main-menu{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.menu-langs{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
    gap: 5px;
    flex-wrap: wrap;
    max-width: 200px;
}
.main-menu > li a, .menu-langs > li a{
    color:#DEC463;
    text-decoration: none;
}
.main-menu > li, .menu-langs > li{
    display: inline-block;
}
.main-menu > li{
    font-size: 1em;
    margin: 0 16px;
}
.main-menu > li:first-child{
    margin-left: 0;
}
.main-menu > li:last-child{
    margin-right: 0;
}
.menu-langs > li{
    border: 2px solid #DEC463;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 2.3em;
    width: 2.3em;
}
.menu-langs > li a{
    font-weight: 700;
    font-size: 0.9em;
    text-transform: uppercase;
}
.menu-langs > li:last-child{
    margin: 0;
}

.button-reg{
    color:#DEC463;
    border: 3px solid #DEC463;
    padding: 3px 15px 6px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.2em;
}
.button-reg:hover{
    color:#DEC463;
    text-decoration: none;
}




/************/

.section-main-block{
    background: -webkit-gradient(linear, left bottom, left top, from(#0B0E17), to(#172649));
    background: -webkit-linear-gradient(bottom, #0B0E17, #172649);
    background: -moz-linear-gradient(bottom, #0B0E17, #172649);
    background: -o-linear-gradient(bottom, #0B0E17, #172649);
    background: linear-gradient(to top, #0B0E17, #172649);
    position: relative;
}
.section-main-block-wrapper{
    overflow: hidden;
    position: relative;
}
.section-main-block-wrapper::before{
    content: '';
    z-index: 100;
    position: absolute;
    left: -webkit-calc(50vw - 960px);
    left: -moz-calc(50vw - 960px);
    left: calc(50vw - 960px);
    top:0;
    width: 160px;
    height: 100%;
    background-image: url('/landing/images/pattern-gold-l.svg');
    background-position: right top;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
}
.section-main-block-wrapper::after{
    content: '';
    z-index: 100;
    position: absolute;
    right: -webkit-calc(50vw - 960px);
    right: -moz-calc(50vw - 960px);
    right: calc(50vw - 960px);
    top: 0;
    width: 160px;
    height: 100%;
    background-image: url(/landing/images/pattern-gold.svg);
    background-position: left top;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
}
.logo-main{
    width: 605px;
    position: relative;
    left: -85px;
}
.wrapper-main-block{
    background: url('/landing/images/gold-cups.png') no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: bottom right;
}

.headers-info{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header-info{
    display: inline-block;
    position: relative;
    margin-top:30px;
}
.header-info:first-child{
    margin-top: 15px;
}
.header-info h3{
    display: inline-block;
    position: relative;
    z-index: 10;
    font-size: 1.8em;
    font-weight: 700;
    margin: 8px 0 10px 0;
    text-shadow: 0px 0px 2px #0f152494;
    color:#1E1F29;
}
.header-info:first-child .background-header-main{
    position: absolute;
    left: -50%;
    top: 0;
    right: -20%;
    bottom: 0;
    z-index: 1;
    background: rgb(255,241,121);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,241,121,0)), color-stop(17%, rgba(194,174,47,0.4)), color-stop(40%, rgba(255,241,121,1)), color-stop(81%, rgba(255,239,161,1)), to(rgba(234,212,93,0)));
    background: -webkit-linear-gradient(left, rgba(255,241,121,0) 0%, rgba(194,174,47,0.4) 17%, rgba(255,241,121,1) 40%, rgba(255,239,161,1) 81%, rgba(234,212,93,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,241,121,0) 0%, rgba(194,174,47,0.4) 17%, rgba(255,241,121,1) 40%, rgba(255,239,161,1) 81%, rgba(234,212,93,0) 100%);
    background: -o-linear-gradient(left, rgba(255,241,121,0) 0%, rgba(194,174,47,0.4) 17%, rgba(255,241,121,1) 40%, rgba(255,239,161,1) 81%, rgba(234,212,93,0) 100%);
    background: linear-gradient(90deg, rgba(255,241,121,0) 0%, rgba(194,174,47,0.4) 17%, rgba(255,241,121,1) 40%, rgba(255,239,161,1) 81%, rgba(234,212,93,0) 100%);
}
.header-info:nth-child(2) .background-header-main{
    position: absolute;
    left: -20%;
    top: 0;
    right: -90%;
    bottom: 0;
    z-index: 1;
    background: rgb(255,241,121);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,241,121,.0)), color-stop(16%, rgba(194,174,47,0.9)), color-stop(31%, rgba(255,241,121,.9)), color-stop(74%, rgba(255,239,161,1)), to(rgba(234,212,93,0)));
    background: -webkit-linear-gradient(left, rgba(255,241,121,.0) 0%, rgba(194,174,47,0.9) 16%, rgba(255,241,121,.9) 31%, rgba(255,239,161,1) 74%, rgba(234,212,93,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,241,121,.0) 0%, rgba(194,174,47,0.9) 16%, rgba(255,241,121,.9) 31%, rgba(255,239,161,1) 74%, rgba(234,212,93,0) 100%);
    background: -o-linear-gradient(left, rgba(255,241,121,.0) 0%, rgba(194,174,47,0.9) 16%, rgba(255,241,121,.9) 31%, rgba(255,239,161,1) 74%, rgba(234,212,93,0) 100%);
    background: linear-gradient(90deg, rgba(255,241,121,.0) 0%, rgba(194,174,47,0.9) 16%, rgba(255,241,121,.9) 31%, rgba(255,239,161,1) 74%, rgba(234,212,93,0) 100%)
}
.header-info:last-child .background-header-main{
    position: absolute;
    left: -50%;
    top: 0;
    right: -20%;
    bottom: 0;
    z-index: 1;
    background: rgb(255,241,121);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,241,121,0)), color-stop(17%, rgba(194,174,47,0.4)), color-stop(40%, rgba(255,241,121,1)), color-stop(81%, rgba(255,239,161,1)), to(rgba(234,212,93,0)));
    background: -webkit-linear-gradient(left, rgba(255,241,121,0) 0%, rgba(194,174,47,0.4) 17%, rgba(255,241,121,1) 40%, rgba(255,239,161,1) 81%, rgba(234,212,93,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,241,121,0) 0%, rgba(194,174,47,0.4) 17%, rgba(255,241,121,1) 40%, rgba(255,239,161,1) 81%, rgba(234,212,93,0) 100%);
    background: -o-linear-gradient(left, rgba(255,241,121,0) 0%, rgba(194,174,47,0.4) 17%, rgba(255,241,121,1) 40%, rgba(255,239,161,1) 81%, rgba(234,212,93,0) 100%);
    background: linear-gradient(90deg, rgba(255,241,121,0) 0%, rgba(194,174,47,0.4) 17%, rgba(255,241,121,1) 40%, rgba(255,239,161,1) 81%, rgba(234,212,93,0) 100%);
}
.bottom-block-content{
    padding: 60px 115px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.prize-pool-bg::after{
    content: '';
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(88,67,0,1)), color-stop(25%, rgba(240,203,5,1)), color-stop(55%, rgba(240,215,115,1)), color-stop(71%, rgba(234,225,234,1)), color-stop(91%, rgba(241,212,64,1)));
    background: -webkit-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 71%, rgba(241,212,64,1) 91%);
    background: -moz-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 71%, rgba(241,212,64,1) 91%);
    background: -o-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 71%, rgba(241,212,64,1) 91%);
    background: linear-gradient(90deg, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 71%, rgba(241,212,64,1) 91%);
    position: absolute;
    left:-10%;
    top:-100%;
    right: -10%;
    bottom: -100%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: animatebgprize 4s linear infinite;
    -moz-animation: animatebgprize 4s linear infinite;
    -o-animation: animatebgprize 4s linear infinite;
    animation: animatebgprize 4s linear infinite;
}
@-webkit-keyframes lightshadow {
    0%{
        -webkit-filter:drop-shadow(0 0 1px #f1da57);
        filter:drop-shadow(0 0 1px #f1da57)
    }
    50%{
        -webkit-filter:drop-shadow(0 0 6px #f1da57);
        filter:drop-shadow(0 0 6px #f1da57)
    }
    100%{
        -webkit-filter:drop-shadow(0 0 1px #f1da57);
        filter:drop-shadow(0 0 1px #f1da57)
    }
}
@-moz-keyframes lightshadow {
    0%{
        filter:drop-shadow(0 0 1px #f1da57)
    }
    50%{
        filter:drop-shadow(0 0 6px #f1da57)
    }
    100%{
        filter:drop-shadow(0 0 1px #f1da57)
    }
}
@-o-keyframes lightshadow {
    0%{
        filter:drop-shadow(0 0 1px #f1da57)
    }
    50%{
        filter:drop-shadow(0 0 6px #f1da57)
    }
    100%{
        filter:drop-shadow(0 0 1px #f1da57)
    }
}
@keyframes lightshadow {
    0%{
        -webkit-filter:drop-shadow(0 0 1px #f1da57);
        filter:drop-shadow(0 0 1px #f1da57)
    }
    50%{
        -webkit-filter:drop-shadow(0 0 6px #f1da57);
        filter:drop-shadow(0 0 6px #f1da57)
    }
    100%{
        -webkit-filter:drop-shadow(0 0 1px #f1da57);
        filter:drop-shadow(0 0 1px #f1da57)
    }
}

@-webkit-keyframes animatebgprize {
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    50%{
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes animatebgprize {
    0%{
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25%{
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    50%{
        -moz-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100%{
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes animatebgprize {
    0%{
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25%{
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    50%{
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100%{
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animatebgprize {
    0%{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25%{
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    50%{
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.prize-pool-bg{
    display: inline-block;
    position: relative;
    padding: 2px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    overflow: hidden;
    z-index: 5;
}
.prize-pool{
    position: relative;
    z-index: 10;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgb(11,14,23);
    background: -webkit-gradient(linear, left top, right top, from(rgba(11,14,23,1)), color-stop(51%, rgba(23,38,73,1)), to(rgba(19,25,40,1)));
    background: -webkit-linear-gradient(left, rgba(11,14,23,1) 0%, rgba(23,38,73,1) 51%, rgba(19,25,40,1) 100%);
    background: -moz-linear-gradient(left, rgba(11,14,23,1) 0%, rgba(23,38,73,1) 51%, rgba(19,25,40,1) 100%);
    background: -o-linear-gradient(left, rgba(11,14,23,1) 0%, rgba(23,38,73,1) 51%, rgba(19,25,40,1) 100%);
    background: linear-gradient(90deg, rgba(11,14,23,1) 0%, rgba(23,38,73,1) 51%, rgba(19,25,40,1) 100%);
    padding: 10px 20px 8px 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.prize-pool span:first-child{
    font-size: 1.6em;
    font-weight: 700;
}
.prize-pool span:last-child{
    font-size: 2.8em;
    font-weight: 700;
}
.prize-pool span:last-child i{
    font-size: .8em;
    font-style: normal;
}
.prize-pool span{
    color: #DEC463
}
.tape-prize-wrapper{
    display: inline-block;
    position: relative;
}
#tape-prize{
    -webkit-animation: lightshadow 5s ease-in-out infinite;
    -moz-animation: lightshadow 5s ease-in-out infinite;
    -o-animation: lightshadow 5s ease-in-out infinite;
    animation: lightshadow 5s ease-in-out infinite;
    position: absolute;
    left: 50%;
    top: 15%;
    max-width: 250%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.button-reg-main::before{
    content: '';
    position: absolute;
    left: -100%;
    top:-25%;
    bottom: -25%;
    right: -250%;
    background: #0d111d87;
}
.button-reg-main{
    text-decoration: none;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 230px 0 0;
}
.button-reg-main-bg{
    position: relative;
    padding: 3px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    display: inline-block;
    transform: translateZ(0);
}
.button-reg-main-bg::after{
    position: absolute;
    content: '';
    left: -20%;
    top:-250%;
    right: -20%;
    bottom: -250%;
    display: inline-block;
    background: rgb(88,67,0);
    z-index: 1;
    background: -webkit-gradient(linear, right top, left top, color-stop(8.19%, rgba(88,67,0,1)), color-stop(25%, rgba(240,203,5,1)), color-stop(55.09%, rgba(240,215,115,1)), color-stop(70.58%, rgba(234,225,234,1)), color-stop(90.93%, rgba(241,212,64,1)));
    background: -webkit-linear-gradient(right, rgba(88,67,0,1) 8.19%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55.09%, rgba(234,225,234,1) 70.58%, rgba(241,212,64,1) 90.93%);
    background: -moz-linear-gradient(right, rgba(88,67,0,1) 8.19%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55.09%, rgba(234,225,234,1) 70.58%, rgba(241,212,64,1) 90.93%);
    background: -o-linear-gradient(right, rgba(88,67,0,1) 8.19%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55.09%, rgba(234,225,234,1) 70.58%, rgba(241,212,64,1) 90.93%);
    background: linear-gradient(-90deg, rgba(88,67,0,1) 8.19%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55.09%, rgba(234,225,234,1) 70.58%, rgba(241,212,64,1) 90.93%);
    -webkit-animation: animatebgprize 4s ease-in-out infinite;
    -moz-animation: animatebgprize 4s ease-in-out infinite;
    -o-animation: animatebgprize 4s ease-in-out infinite;
    animation: animatebgprize 4s ease-in-out infinite;
}
.button-reg-main-in{
    position: relative;
    z-index: 10;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 16px 5px 16px;
    background: #1E1F29;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 700;
    color: #dec463;
    display: inline-block;
}
.after-effects-rect{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
}
.left-blue{
    position: absolute;
    left: -webkit-calc(50vw - 960px);
    left: -moz-calc(50vw - 960px);
    left: calc(50vw - 960px);
    top:0;
    height: 120px;
    width: 230px;
    background: #0b0e17;
    -webkit-clip-path: polygon(0 0, 100% 0, 68% 79%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 68% 79%, 0% 100%);
    z-index: 110;
}
.left-blue::before{
    content: '';
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 100%;
    background-image: url(/landing/images/pattern-gold-l.svg);
    background-position: right -8px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
}
.left-gold{
    position: absolute;
    left: -webkit-calc(50vw - 960px);
    left: -moz-calc(50vw - 960px);
    left: calc(50vw - 960px);
    top:0;
    height: 271px;
    width: 160px;
    background: rgb(76,71,25);
    background: -webkit-linear-gradient(75deg, rgba(76,71,25,1) 0%, rgba(189,164,73,1) 19%, rgba(218,203,104,1) 30%, rgba(232,235,133,1) 39%, rgba(199,180,87,1) 50%, rgba(188,164,63,1) 65%, rgba(206,186,93,1) 78%, rgba(188,164,70,1) 88%, rgba(76,71,25,1) 100%);
    background: -moz-linear-gradient(75deg, rgba(76,71,25,1) 0%, rgba(189,164,73,1) 19%, rgba(218,203,104,1) 30%, rgba(232,235,133,1) 39%, rgba(199,180,87,1) 50%, rgba(188,164,63,1) 65%, rgba(206,186,93,1) 78%, rgba(188,164,70,1) 88%, rgba(76,71,25,1) 100%);
    background: -o-linear-gradient(75deg, rgba(76,71,25,1) 0%, rgba(189,164,73,1) 19%, rgba(218,203,104,1) 30%, rgba(232,235,133,1) 39%, rgba(199,180,87,1) 50%, rgba(188,164,63,1) 65%, rgba(206,186,93,1) 78%, rgba(188,164,70,1) 88%, rgba(76,71,25,1) 100%);
    background: linear-gradient(15deg, rgba(76,71,25,1) 0%, rgba(189,164,73,1) 19%, rgba(218,203,104,1) 30%, rgba(232,235,133,1) 39%, rgba(199,180,87,1) 50%, rgba(188,164,63,1) 65%, rgba(206,186,93,1) 78%, rgba(188,164,70,1) 88%, rgba(76,71,25,1) 100%);
    z-index: 5;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
}
.right-blue{
    position: absolute;
    right: -webkit-calc(50vw - 960px);
    right: -moz-calc(50vw - 960px);
    right: calc(50vw - 960px);
    top:0;
    height: 189px;
    width: 156px;
    z-index: 110;
    background: #0b0e17;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.right-blue::after{
    content: '';
    z-index: 100;
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
    height: 100%;
    background-image: url(/landing/images/pattern-gold.svg);
    background-position: left -8px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
}
.right-gold{
    position: absolute;
    right: -webkit-calc(50vw - 960px);
    right: -moz-calc(50vw - 960px);
    right: calc(50vw - 960px);
    top:0;
    height: 111px;
    width: 280px;
    z-index: 5;
    background: rgb(76,71,25);
    background: -webkit-linear-gradient(354deg, rgba(76,71,25,1) 0%, rgba(189,164,73,1) 19%, rgba(218,203,104,1) 30%, rgba(232,235,133,1) 39%, rgba(199,180,87,1) 50%, rgba(188,164,63,1) 65%, rgba(206,186,93,1) 78%, rgba(188,164,70,1) 88%, rgba(76,71,25,1) 100%);
    background: -moz-linear-gradient(354deg, rgba(76,71,25,1) 0%, rgba(189,164,73,1) 19%, rgba(218,203,104,1) 30%, rgba(232,235,133,1) 39%, rgba(199,180,87,1) 50%, rgba(188,164,63,1) 65%, rgba(206,186,93,1) 78%, rgba(188,164,70,1) 88%, rgba(76,71,25,1) 100%);
    background: -o-linear-gradient(354deg, rgba(76,71,25,1) 0%, rgba(189,164,73,1) 19%, rgba(218,203,104,1) 30%, rgba(232,235,133,1) 39%, rgba(199,180,87,1) 50%, rgba(188,164,63,1) 65%, rgba(206,186,93,1) 78%, rgba(188,164,70,1) 88%, rgba(76,71,25,1) 100%);
    background: linear-gradient(96deg, rgba(76,71,25,1) 0%, rgba(189,164,73,1) 19%, rgba(218,203,104,1) 30%, rgba(232,235,133,1) 39%, rgba(199,180,87,1) 50%, rgba(188,164,63,1) 65%, rgba(206,186,93,1) 78%, rgba(188,164,70,1) 88%, rgba(76,71,25,1) 100%);
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.group-sections-white{
    position: relative;
}
.group-sections-white::before{
    content: '';
    z-index: 80;
    position: absolute;
    left: -webkit-calc(50vw - 960px);
    left: -moz-calc(50vw - 960px);
    left: calc(50vw - 960px);
    top: 0;
    width: 160px;
    height: 100%;
    background-image: url(/landing/images/pattern-blue-l.svg);
    background-position: right 17px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
}
.group-sections-white::after{
    content: '';
    z-index: 80;
    position: absolute;
    right: -webkit-calc(50vw - 960px);
    right: -moz-calc(50vw - 960px);
    right: calc(50vw - 960px);
    top: 0;
    width: 160px;
    height: 100%;
    background-image: url(/landing/images/pattern-blue.svg);
    background-position: left 17px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
}
.int-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.int-left-block, .int-right-block{
    width: 50%;
    position: relative;
}
.int-left-block::after{
    content: '';
    width: 6px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    right: -3px;
    top: 30px;
    bottom: 10px;
    background: #dec463;
    background: rgb(88,67,0);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(88,67,0,.8)), color-stop(25%, rgba(240,203,5,1)), color-stop(55%, rgba(240,215,115,1)), color-stop(70%, rgba(234,225,234,1)), color-stop(90%, rgba(241,212,64,1)));
    background: -webkit-linear-gradient(left, rgba(88,67,0,.8) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: -moz-linear-gradient(left, rgba(88,67,0,.8) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: -o-linear-gradient(left, rgba(88,67,0,.8) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: linear-gradient(90deg, rgba(88,67,0,.8) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
}
.int-right-block::after{
    content: '';
    width: 6px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    right: -3px;
    top: 30px;
    bottom: 10px;
    background: #dec463;
    background: rgb(88,67,0);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(88,67,0,.8)), color-stop(25%, rgba(240,203,5,1)), color-stop(55%, rgba(240,215,115,1)), color-stop(70%, rgba(234,225,234,1)), color-stop(90%, rgba(241,212,64,1)));
    background: -webkit-linear-gradient(left, rgba(88,67,0,.8) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: -moz-linear-gradient(left, rgba(88,67,0,.8) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: -o-linear-gradient(left, rgba(88,67,0,.8) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: linear-gradient(90deg, rgba(88,67,0,.8) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
}
.int-image{
    padding:0 80px 30px 50px;
}
.bg-int-image{
    line-height:0;
    position: relative;
    padding: 5px;
    display: inline-block;
    background: rgb(88,67,0);
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(88,67,0,1)), color-stop(25%, rgba(240,203,5,1)), color-stop(55%, rgba(240,215,115,1)), color-stop(70%, rgba(234,225,234,1)), color-stop(90%, rgba(241,212,64,1)));
    background: -webkit-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: -moz-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: -o-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: linear-gradient(90deg, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    -webkit-box-shadow: 6px 6px 10px #172649bf;
    -moz-box-shadow: 6px 6px 10px #172649bf;
    box-shadow: 6px 6px 10px #172649bf;
}

.bg-int-image img{
    max-width: 100%;
    margin: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.bg-int-image h3{
    position: absolute;
    margin: 0;
    padding: 1.2em 0 1.2em 1.2em;
    text-shadow: 0px 0px 2px #0f152494;
    color:#231F20;
    left: 0;
    right: 0;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 0;
    bottom: 50px;
    background: rgb(255,241,121);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,241,121,1)), color-stop(49%, rgba(255,239,161,1)), to(rgba(234,212,93,0)));
    background: -webkit-linear-gradient(left, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
    background: -o-linear-gradient(left, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
    background: linear-gradient(90deg, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
}
@-webkit-keyframes animfsdf {
    0%{
        left: 0;
        right: auto;
    }
    50%{
        left: 80%;
    }
    100%{
        left: 0;
    }
}
@-moz-keyframes animfsdf {
    0%{
        left: 0;
        right: auto;
    }
    50%{
        left: 80%;
    }
    100%{
        left: 0;
    }
}
@-o-keyframes animfsdf {
    0%{
        left: 0;
        right: auto;
    }
    50%{
        left: 80%;
    }
    100%{
        left: 0;
    }
}
@keyframes animfsdf {
    0%{
        left: 0;
        right: auto;
    }
    50%{
        left: 80%;
    }
    100%{
        left: 0;
    }
}
.section-int{
    padding-top: 80px;
}
.int-left-block p{
    font-style: italic;
    line-height: 1.6em;
    font-size: 1.1em;
    color:#231F20;
    padding: 0 80px 0 10px;
    margin: 1em 0;
}
.int-right-block h2{
    font-family: Spectral, sans-serif;
    font-size: 3em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: .8em;
}
.text-int{
    padding: 0 50px 0 80px;
    margin-top: 35px;
}
.text-int::before{
    content: '';
    left: 40px;
    top: 65px;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(/landing/images/blql.svg) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}
.text-int::after{
    content: '';
    right: 40px;
    bottom: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(/landing/images/blql.svg) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.text-int p{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.7em;
    color:#1E1F29;
    margin: 0 0 5px 0;
    text-indent: 35px;
}
.text-int p strong{
    font-style: italic;
    font-weight: 600;
    color:#1E1F29;
}
.section-levels-prizes{
    padding-top: 50px;
    overflow: hidden;
}
.section-levels-prizes h2{
    font-size: 2.5em;
    line-height: 1em;
    font-family: Spectral, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    display: inline-block;
    color:#1E1F29;
    position: relative;
}
.section-levels-prizes h2::after{
    width: 22px;
    position: absolute;
    content: '';
    top: -12px;
    bottom: -4px;
    border-top: 3px solid #DEC463;
    border-right: 3px solid #DEC463;
    border-bottom: 3px solid #DEC463;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.section-levels-prizes h2::before{
    width: 22px;
    position: absolute;
    content: '';
    top: -12px;
    bottom: -4px;
    border-top: 3px solid #DEC463;
    border-left: 3px solid #DEC463;
    border-bottom: 3px solid #DEC463;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    left: -.6em;
}
.headers-wrapper{
    text-align: center;
}
.beforehead-info{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}
.beforehead-info h3{
    display: inline-block;
    position: relative;
    z-index: 101;
    font-size: 1.8em;
    font-weight: 700;
    margin: 22px 0 24px 0;
    text-shadow: 0px 0px 2px #0f152466;
    color: #1E1F29;
}
.beforehead-info h4{
    display: inline-block;
    position: relative;
    z-index: 10;
    font-size: 1.3em;
    font-weight: 700;
    margin: 14px 0 16px 50px;
    text-shadow: 0px 0px 2px #0f152466;
    color: #1E1F29;
}
.beforehead-info{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.beforehead-info-item{
    display: inline-block;
    position: relative;
}
.beforehead-info-item:first-child{
    width: 50%;
    margin-left: auto;
}

.beforehead-info-item:nth-child(2){
    width: 50%;
    margin-right: auto;
    margin-top: 25px;
}
.beforehead-info-item:nth-child(2) .background-info-item{
    position: absolute;
    left: -50%;
    top: 0;
    right: -20%;
    bottom: 0;
    z-index: 100;
    background: rgb(255,241,121);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,241,121,1)), color-stop(49%, rgba(255,239,161,1)), to(rgba(234,212,93,0)));
    background: -webkit-linear-gradient(left, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
    background: -o-linear-gradient(left, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
    background: linear-gradient(90deg, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
}
.beforehead-info-item:first-child .background-info-item{
    position: absolute;
    left: -50%;
    top: 0;
    right: -50%;
    bottom: 0;
    z-index: 100;
    background: rgb(255,241,121);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255,241,121,1)), color-stop(49%, rgba(255,239,161,1)), to(rgba(234,212,93,0)));
    background: -webkit-linear-gradient(right, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
    background: -moz-linear-gradient(right, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
    background: -o-linear-gradient(right, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
    background: linear-gradient(-90deg, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
}

/********/
.level-item{
    width: 360px;
    height: 360px;
    display: inline-block;
    position: relative;
}
.content-item-level{
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .8s cubic-bezier(0.75, 0, 0.85, 1);
    transition: -webkit-transform .8s cubic-bezier(0.75, 0, 0.85, 1);
    -o-transition: -o-transform .8s cubic-bezier(0.75, 0, 0.85, 1);
    -moz-transition: transform .8s cubic-bezier(0.75, 0, 0.85, 1), -moz-transform .8s cubic-bezier(0.75, 0, 0.85, 1);
    transition: transform .8s cubic-bezier(0.75, 0, 0.85, 1);
    transition: transform .8s cubic-bezier(0.75, 0, 0.85, 1), -webkit-transform .8s cubic-bezier(0.75, 0, 0.85, 1), -moz-transform .8s cubic-bezier(0.75, 0, 0.85, 1), -o-transform .8s cubic-bezier(0.75, 0, 0.85, 1);
}
.front-level-item{
    background: rgb(11,14,23);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(11,14,23,1)), color-stop(49%, rgba(23,38,73,1)), to(rgba(19,25,40,1)));
    background: -webkit-linear-gradient(left, rgba(11,14,23,1) 0%, rgba(23,38,73,1) 49%, rgba(19,25,40,1) 100%);
    background: -moz-linear-gradient(left, rgba(11,14,23,1) 0%, rgba(23,38,73,1) 49%, rgba(19,25,40,1) 100%);
    background: -o-linear-gradient(left, rgba(11,14,23,1) 0%, rgba(23,38,73,1) 49%, rgba(19,25,40,1) 100%);
    background: linear-gradient(90deg, rgba(11,14,23,1) 0%, rgba(23,38,73,1) 49%, rgba(19,25,40,1) 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.front-level-item::after{
    content: '';
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 40px;
    top: 20px;
    background: url(/landing/images/border-level.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: top center;
    -webkit-transform: translateZ(40px);
    -moz-transform: translateZ(40px);
    transform: translateZ(40px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.inside-block-level-item{
    z-index: 100;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 40px;
    bottom: 75px;
}
.levels-wrapper{
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    position: relative;
}
.level-item-out{
    width: 50%;
    margin-top: 50px;
}
.level-item-out:nth-child(2n){
    text-align: right;
}

.label-more-wrapper{
    background: rgb(88,67,0);
    background: -webkit-gradient(linear, right top, left top, color-stop(8%, rgba(88,67,0,1)), color-stop(25%, rgba(240,203,5,1)), color-stop(55%, rgba(240,215,115,1)), color-stop(70%, rgba(234,225,234,1)), color-stop(90%, rgba(241,212,64,1)));
    background: -webkit-linear-gradient(right, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: -moz-linear-gradient(right, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: -o-linear-gradient(right, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: linear-gradient(-90deg, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    padding: 2px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%) translateY(50%) translateZ(50px);
    -moz-transform: translateX(-50%) translateY(50%) translateZ(50px);
    transform: translateX(-50%) translateY(50%) translateZ(50px);
    z-index: 20;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.label-hidden{
    display: none;
}
.label-more-wrapper label{
    background: #1E1F29;
    padding: 6px 20px;
    color:#DEC463;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    margin:0;
}

.level-item-out:nth-child(odd) .label-hidden:checked ~ .content-item-level {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.level-item-out:nth-child(even) .label-hidden:checked ~ .content-item-level {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.level-item-out:nth-child(odd) .back-level-item{
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.level-item-out:nth-child(even) .back-level-item{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.inside-block-level-item {
    -webkit-transform: translateZ(40px);
    -moz-transform: translateZ(40px);
    transform: translateZ(40px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.inside-block-level-item h3{
    font-family: Spectral, sans-serif;
    font-weight: 400;
    color:#DEC463;
    font-size: 1.6em;
    line-height: 1.1em;
    margin: 0px 0 0 0;
    text-align: center;
    width: 100%;
    position: relative;
}
.inside-block-level-item h3::after{
    content: '';
    display: inline-block;
    width: 90%;
    height: 2px;
    bottom: 15px;
    position: relative;
    background: rgb(88,67,0);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(88,67,0,1)), color-stop(25%, rgba(240,203,5,1)), color-stop(55%, rgba(240,215,115,1)), color-stop(70%, rgba(234,225,234,1)), color-stop(90%, rgba(241,212,64,1)));
    background: -webkit-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: -moz-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: -o-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: linear-gradient(90deg, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
}
.inside-block-level-item span{
    font-family: Spectral, sans-serif;
    color:#DEC463;
    font-size: .8em;
    font-weight: 400;
}

.inside-block-level-item ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}
.inside-block-level-item ul li{
    color:#DEC463;
    font-size: 1.25em;
    margin-bottom: .8em;
    line-height: 1.5em;
}
.inside-block-level-item ul li b{
    color:#DEC463;
    font-size: 1.3em;
    font-weight: 700;
}
.front-image-level img{
    width: 100px;
}
.front-image-level{
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(41px);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(41px);
    transform: translateX(-50%) translateY(-50%) translateZ(41px);
    position: absolute;
    left: 20px;
    top:20px;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
/*back */
.back-level-item{
    background: white;
    -webkit-box-shadow: inset 0px 0px 0px 5px #131928;
    -moz-box-shadow: inset 0px 0px 0px 5px #131928;
    box-shadow: inset 0px 0px 0px 5px #131928;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.back-image-level img{
    width: 100px;
}
.back-image-level{
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(41px);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(41px);
    transform: translateX(-50%) translateY(-50%) translateZ(41px);
    position: absolute;
    left: 20px;
    top:20px;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.back-level-item::after {
    content: '';
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 40px;
    top: 20px;
    background: url(/landing/images/border-level.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: top center;
    -webkit-transform: translateZ(40px);
    -moz-transform: translateZ(40px);
    transform: translateZ(40px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.back-level-item .inside-block-level-item h3,.back-level-item .inside-block-level-item h3 span{
    color:#172649;
}
.inside-block-level-item p{
    color:#1E1F29;
    margin: 0 5px;
    text-align: justify;
    font-size: .90em;
    font-weight: 400;
    top: -10px;
    position: relative;
    line-height: 1.3em;
}
.label-more-wrapper span {
    background: #1E1F29;
    padding: 6px 20px;
    color: #DEC463;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
}
/********/

.center-lines-levels{
    position: absolute;
    left: 0;
    right: 0;
    top:10%;
    bottom: 0;
    z-index: -1;
}
.svg_lines_levels{
    max-width: 100%;
    max-height: 100%;
    width: 1200px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    left:50%;
    top:60%;
}
.front-level-item .label-more-wrapper::before{
    display: inline-block;
    content: '';
    background: url(/landing/images/stars.svg) no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    width: 50px;
    height: 20px;
    left: 50%;
    top: -85%;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    -o-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
    cursor: initial;
}

/******/
.section-advantages{
    padding-top: 35px;
    padding-bottom: 75px;
}
.section-advantages h2 {
    font-size: 2.5em;
    line-height: 1em;
    font-family: Spectral, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    display: inline-block;
    color:#1E1F29;
    position: relative;
}
.section-advantages h2::before {
    width: 22px;
    position: absolute;
    content: '';
    top: -12px;
    bottom: -4px;
    border-top: 3px solid #DEC463;
    border-left: 3px solid #DEC463;
    border-bottom: 3px solid #DEC463;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    left: -.6em;
}

.section-advantages h2::after {
    width: 22px;
    position: absolute;
    content: '';
    top: -12px;
    bottom: -4px;
    border-top: 3px solid #DEC463;
    border-right: 3px solid #DEC463;
    border-bottom: 3px solid #DEC463;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}
.section-advantages h3{
    font-weight: 700;
    font-size: 1.65em;
    font-style: italic;
    margin: 10px 0;
    color:#1E1F29;
}
.list-advantages{
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-advantages li{
    font-weight: 400;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.3em;
    margin: 15px 0 15px 0;
    height: 3em;
    position: relative;
    padding-left: 100px;
    min-width:50%;
}
.list-advantages li span{
    position: absolute;
    left: 0;
    width: 65px;
    margin-right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.list-advantages li span img{
    width: 100%;
}
.button-reg-lsa{
    text-decoration: none;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
}
.button-reg-main-bg-lsa{
    position: relative;
    padding: 3px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    display: inline-block;
    transform: translateZ(0);
}
.button-reg-main-in-lsa{
    position: relative;
    z-index: 10;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 16px 5px 16px;
    background: #1E1F29;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 700;
    color: #dec463;
    display: inline-block;
}
.button-reg-main-bg-lsa::after {
    position: absolute;
    content: '';
    left: -20%;
    top: -250%;
    right: -20%;
    bottom: -250%;
    display: inline-block;
    background: rgb(88,67,0);
    z-index: 1;
    background: -webkit-gradient(linear, right top, left top, color-stop(8.19%, rgba(88,67,0,1)), color-stop(25%, rgba(240,203,5,1)), color-stop(55.09%, rgba(240,215,115,1)), color-stop(70.58%, rgba(234,225,234,1)), color-stop(90.93%, rgba(241,212,64,1)));
    background: -webkit-linear-gradient(right, rgba(88,67,0,1) 8.19%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55.09%, rgba(234,225,234,1) 70.58%, rgba(241,212,64,1) 90.93%);
    background: -moz-linear-gradient(right, rgba(88,67,0,1) 8.19%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55.09%, rgba(234,225,234,1) 70.58%, rgba(241,212,64,1) 90.93%);
    background: -o-linear-gradient(right, rgba(88,67,0,1) 8.19%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55.09%, rgba(234,225,234,1) 70.58%, rgba(241,212,64,1) 90.93%);
    background: linear-gradient(-90deg, rgba(88,67,0,1) 8.19%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55.09%, rgba(234,225,234,1) 70.58%, rgba(241,212,64,1) 90.93%);
    -webkit-animation: animatebgprize 4s ease-in-out infinite;
    -moz-animation: animatebgprize 4s ease-in-out infinite;
    -o-animation: animatebgprize 4s ease-in-out infinite;
    animation: animatebgprize 4s ease-in-out infinite;
}
.regline{
    text-align: center;
    margin:35px 0;
}

/******/

.bottom-group-sections{
    background: url(/landing/images/bg-bottom.svg) no-repeat;
    -webkit-background-size: 1920px auto;
    -moz-background-size: 1920px auto;
    background-size: 1920px auto;
    background-position: center 30%;
    z-index: 110;
    position: relative;
}
.section-steps{
    margin-top: 15px;
}

.section-steps h2{
    font-size: 2.7em;
    line-height: 1em;
    font-family: Spectral, sans-serif;
    font-weight: 400;
    margin: 0;
    display: inline-block;
    color: #1E1F29;
    position: relative;
    background: rgb(255,241,121);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,241,121,1)), color-stop(49%, rgba(255,239,161,1)), to(rgba(234,212,93,0)));
    background: -webkit-linear-gradient(left, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
    background: -o-linear-gradient(left, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
    background: linear-gradient(90deg, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
    padding: 30px 20% 25px 45px;
}
.step-out-item{
    width: 50%;
    position: relative;
}
.step-block{
    width: 480px;
    height: 310px;
    position: relative;
    margin:35px 0;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background: rgb(88,67,0);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(88,67,0,1)), color-stop(25%, rgba(240,203,5,1)), color-stop(55%, rgba(240,215,115,1)), color-stop(70%, rgba(234,225,234,1)), color-stop(90%, rgba(241,212,64,1)));
    background: -webkit-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: -moz-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: -o-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: linear-gradient(90deg, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
}
.step-out-item:nth-child(even){
    text-align: right;
}
.step-out-item:nth-child(odd){
    text-align: left;
}
.steps-wrapper {
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px auto;
    position: relative;
}

.step-block-wrapper{
    position: absolute;
    background: rgb(11,14,23);
    background: -webkit-gradient(linear, left top, right top, from(rgba(11,14,23,1)), color-stop(50%, rgba(23,38,73,1)), to(rgba(19,25,40,1)));
    background: -webkit-linear-gradient(left, rgba(11,14,23,1) 0%, rgba(23,38,73,1) 50%, rgba(19,25,40,1) 100%);
    background: -moz-linear-gradient(left, rgba(11,14,23,1) 0%, rgba(23,38,73,1) 50%, rgba(19,25,40,1) 100%);
    background: -o-linear-gradient(left, rgba(11,14,23,1) 0%, rgba(23,38,73,1) 50%, rgba(19,25,40,1) 100%);
    background: linear-gradient(90deg, rgba(11,14,23,1) 0%, rgba(23,38,73,1) 50%, rgba(19,25,40,1) 100%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
}
.step-block-wrapper h3{
    color:#DEC463;
    font-size: 1.8em;
    line-height: 1em;
    font-family: Spectral, sans-serif;
    font-weight: 400;
    margin: 18px 0;
}
.step-text-wrapper{
    background: url(/landing/images/bgstep.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    top: 60px;
    right: 30px;
    left: 30px;
    bottom: 30px;
    position: absolute;
    padding: 25px;
    color:#1E1F29;
    font-size: 1.05em;
    text-align: left;
    line-height: 1.7em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.step-text-wrapper p{
    margin:0;
}
.step-left-header{
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    background: rgb(88,67,0);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(88,67,0,1)), color-stop(25%, rgba(240,203,5,1)), color-stop(55%, rgba(240,215,115,1)), color-stop(70%, rgba(234,225,234,1)), color-stop(90%, rgba(241,212,64,1)));
    background: -webkit-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: -moz-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: -o-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: linear-gradient(90deg, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    left: -35px;
    top: -35px;
    color:#DEC463;
}
.step-left-header-in{
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left:4px;
    top:4px;
    bottom: 4px;
    right: 4px;
    background: #172649;
    font-family: Spectral, sans-serif;
    font-size: 2.3em;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: .7em;
    padding: 5px 0 0 0;
}
.step-left-header-in span{
    font-size: .5em;
    font-family: Spectral, sans-serif;
    font-weight: 400;
}
.step-block-wrapper .step-text-wrapper .button-reg-main-in-lsa{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 2px 10px 2px 10px;
    font-size: .95em;
    line-height: 1.4em;
}
.step-block-wrapper .step-text-wrapper .button-reg-main-bg-lsa{
    padding: 2px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 1.4em;
    transform: translateZ(0);
}
.step-outline-dashed{
    display: inline-block;
    position: absolute;
}
.step-outline-dashed.step-1{
    left: -15px;
    bottom: -20px;
}
.step-outline-dashed.step-2{
    right: -15px;
    top: -15px;
}
.step-outline-dashed.step-3{
    left: -15px;
    bottom: -20px;
}
.step-outline-dashed.step-4{
    right: -15px;
    top: -15px;
}
.direction1to2{
    position: absolute;
    display: inline-block;
    right: 50px;
    top: -20px;
    -webkit-transform: translate(100%,0%);
    -moz-transform: translate(100%,0%);
    -ms-transform: translate(100%,0%);
    -o-transform: translate(100%,0%);
    transform: translate(100%,0%);
}
.direction1to2 img{
    width: 180px;
}

.direction2to3{
    position: absolute;
    display: inline-block;
    left: 115px;
    bottom: -20px;
    -webkit-transform: translate(-100%,100%);
    -moz-transform: translate(-100%,100%);
    -ms-transform: translate(-100%,100%);
    -o-transform: translate(-100%,100%);
    transform: translate(-100%,100%);
}
.direction2to3 img{
    width: 360px;
}

.direction3to4{
    position: absolute;
    display: inline-block;
    right: -80px;
    bottom: 70px;
    -webkit-transform: translate(100%,100%);
    -moz-transform: translate(100%,100%);
    -ms-transform: translate(100%,100%);
    -o-transform: translate(100%,100%);
    transform: translate(100%,100%);
}
.direction3to4 img{
    width: 130px;
}

.sections-itwas h2 {
    font-size: 2.7em;
    line-height: 1em;
    font-family: Spectral, sans-serif;
    font-weight: 400;
    margin: 0;
    display: inline-block;
    color: #1E1F29;
    position: relative;
    background: rgb(255,241,121);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,241,121,1)), color-stop(49%, rgba(255,239,161,1)), to(rgba(234,212,93,0)));
    background: -webkit-linear-gradient(left, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
    background: -o-linear-gradient(left, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
    background: linear-gradient(90deg, rgba(255,241,121,1) 0%, rgba(255,239,161,1) 49%, rgba(234,212,93,0) 100%);
    padding: 30px 20% 25px 45px;
}
.wrapper-itwas{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 40px 0 50px 0;
}
.itwas-1, .itwas-2, .itwas-4, .itwas-5, .itwas-6, .itwas-7, .itwas-9, .itwas-10{
    width: 25%;
}
.itwas-3, .itwas-8{
    width: 50%;
}

.item-itwas{
    height: 288px;
    position: relative;
    cursor: pointer;
}
.wrapper-itwas-item{
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;

    -webkit-transform-style: preserve-3d;

    -moz-transform-style: preserve-3d;

    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.75, 0, 0.85, 1);
    transition: -webkit-transform .3s cubic-bezier(0.75, 0, 0.85, 1);
    -o-transition: -o-transform .3s cubic-bezier(0.75, 0, 0.85, 1);
    -moz-transition: transform .3s cubic-bezier(0.75, 0, 0.85, 1), -moz-transform .3s cubic-bezier(0.75, 0, 0.85, 1);
    transition: transform .3s cubic-bezier(0.75, 0, 0.85, 1);
    transition: transform .3s cubic-bezier(0.75, 0, 0.85, 1), -webkit-transform .3s cubic-bezier(0.75, 0, 0.85, 1), -moz-transform .3s cubic-bezier(0.75, 0, 0.85, 1), -o-transform .3s cubic-bezier(0.75, 0, 0.85, 1);
}
.vert-anim.item-itwas:hover .wrapper-itwas-item {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.hor-anim.item-itwas:hover .wrapper-itwas-item {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.front-itwas-item{
    position: absolute;
    left:0;
    top:0;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.back-itwas-item{
    position: absolute;
    left:0;
    top:0;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.itwas-1 .back-itwas-item{
    padding: 30px 40px;
}
.back-itwas-item img{
    max-width: 100%;
    max-height: 100%;
}
.hor-anim .back-itwas-item{
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.itwas-1 .front-itwas-item{
    background: url('/landing/images/itwas/itwas-item-1.svg') no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
}
.itwas-1 .back-itwas-item{
    background: url('/landing/images/itwas/itwas-item-1-b.svg') no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
}
.itwas-2 .front-itwas-item{
    background: url('/landing/images/itwas/itwas-item-2.svg') no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
}
.itwas-2 .back-itwas-item{
    background: url('/landing/images/itwas/itwas-item-2-b.svg') no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
}
.itwas-3 .front-itwas-item{
    background: url('/landing/images/itwas/itwas-item-3.svg') no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
}
.itwas-3 .back-itwas-item{
    background: url('/landing/images/itwas/itwas-item-3-b.svg') no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
}
.itwas-4 .front-itwas-item{
    background: url('/landing/images/itwas/itwas-item-4.svg') no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
}
.itwas-5 .front-itwas-item{
    background: url('/landing/images/itwas/itwas-item-5.svg') no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
}
.itwas-5 .back-itwas-item{
    background: url('/landing/images/itwas/itwas-item-5-b.svg') no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
}
.itwas-6 .front-itwas-item{
    background: url('/landing/images/itwas/itwas-item-6.svg') no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
}
.itwas-6 .back-itwas-item{
    background: url('/landing/images/itwas/itwas-item-6-b.svg') no-repeat;
    -webkit-background-size: 100% 160%;
    -moz-background-size: 100% 160%;
    background-size: 100% 160%;
    background-position: center center;
}
.itwas-7 .front-itwas-item{
    background: url('/landing/images/itwas/itwas-item-7.svg') no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
}
.itwas-7 .back-itwas-item{
    background: url('/landing/images/itwas/itwas-item-7-b.svg') no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
}
.itwas-8 .front-itwas-item{
    background: url('/landing/images/itwas/itwas-item-8.svg') no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
}
.itwas-8 .back-itwas-item{
    background: url('/landing/images/itwas/itwas-item-8-b.svg') no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
}
.itwas-9 .front-itwas-item{
    background: url('/landing/images/itwas/itwas-item-9.svg') no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
}
.itwas-9 .back-itwas-item{
    background: url('/landing/images/itwas/itwas-item-9-b.svg') no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
}
.itwas-10 .front-itwas-item{
    background: url('/landing/images/itwas/itwas-item-10.svg') no-repeat;
    -webkit-background-size: 102% 102%;
    -moz-background-size: 102% 102%;
    background-size: 102% 102%;
    background-position: center center;
}
.itwas-10 .back-itwas-item{
    background: white;
    display: flex;
}
.itwas-10-b-wrapper p {
    padding: 0 10px;
}
.whatit-clip-2{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    -webkit-clip-path: polygon(0 70%, 0 31%, 12% 6%, 80% 13%, 99% 49%, 73% 80%, 7% 87%);
    clip-path: polygon(0 70%, 0 31%, 12% 6%, 80% 13%, 99% 49%, 73% 80%, 7% 87%);
    background: white;
    padding: 50px 85px 55px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.whatit-clip-2 p{
    margin: 5px 0;
}
.whatit-clip-2 img{
    width: 50%;
}
.whatit-clip-3{
    position: absolute;
    left: 15px;
    top:15px;
    right: 15px;
    bottom: 15px;
    background: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.whatit-clip-3 p{
    padding: 60px;
}
.itwas-4 .back-itwas-item{
    background: white;
    padding: 30px 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.itwas-4 .back-itwas-item p{
    font-family: Spectral, sans-serif;
    font-weight: 400;
    font-size: 1.7em;
    line-height: 1.35em;
    text-align: center;
    margin:0;
}
.itwas-5 .back-itwas-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
}
.itwas-5 .back-itwas-item p{
    padding: 20px 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 1.4em;
    color: white;
    font-weight: 700;
    text-align: center;
    border: 2px solid white;
    display: inline-block;
}
.itwas-5 .back-itwas-item p b {
    color: #FFD654;
}
.itwas-6 .back-itwas-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
}
.itwas-6 .back-itwas-item p {
    text-align: justify;
}
.itwas-7 .back-itwas-item p {
    background: #DEC463;
    margin: 100px 15px 30px 15px;
    padding: 50px 15px 30px 15px;
    text-align: center;
    font-size: 1.2em;
    position: relative;
}
.itwas-7 .back-itwas-item img{
    width: 160px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -70px;
}
.itwas-8 .back-itwas-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 55px;
}
.itwas-8 .back-itwas-item span {
    font-family: Spectral, sans-serif;
    position: relative;
}
.itwas-8 .back-itwas-item span:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 3px;
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    left: -5px;
    height: 2px;
    background: #DEC463;
}
.itwas-8 .back-itwas-item p {
    color: #DEC463;
    font-family: Spectral, sans-serif;
    font-weight: 400;
    font-size: 2.7em;
    text-align: center;
    line-height: 1.35em;
}
.itwas-9 .back-itwas-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.itwas-9 .back-itwas-item p span{
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1.5em;
}
.itwas-9 .back-itwas-item p b{
    position: relative;
}
.itwas-9 .back-itwas-item p {
    color: white;
    font-size: 1.3em;
    text-align: center;
    line-height: 1.5em;
    font-weight: 600;
    padding: 35px 50px;
    border: 1px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.itwas-10-b-wrapper{
    margin: 43px 18px;
    border: 5px solid;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(88,67,0,1)), color-stop(25%, rgba(240,203,5,1)), color-stop(55%, rgba(240,215,115,1)), color-stop(70%, rgba(234,225,234,1)), color-stop(90%, rgba(241,212,64,1)));
    -webkit-border-image: -webkit-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    -moz-border-image: -moz-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    -o-border-image: -o-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    border-image: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(88,67,0,1)), color-stop(25%, rgba(240,203,5,1)), color-stop(55%, rgba(240,215,115,1)), color-stop(70%, rgba(234,225,234,1)), color-stop(90%, rgba(241,212,64,1)));
    border-image: linear-gradient(90deg, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    border-image-slice: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*******/

.section-footer{
    border-top:15px solid #DEC463;
    background: #0b0f18;
    padding-bottom: 50px;
}
.footer-wrapper{
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-links, .section-footer p{
    color:#DEC463;
    text-decoration: none;
    margin: 0;
    display: block;
    font-size: 1.05em;
}
.unsection-footer{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.top-block-section-footer{
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.top-block-section-footer a{
    margin-right: 45px;
}
.top-block-section-footer a:last-child{
    margin-right: 0;
}
.top-block-section-footer::after{
    content: '';
    height: 3px;
    position: absolute;
    left: -20%;
    bottom: -17px;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(88,67,0,1)), color-stop(25%, rgba(240,203,5,1)), color-stop(55%, rgba(240,215,115,1)), color-stop(70%, rgba(234,225,234,1)), color-stop(90%, rgba(241,212,64,1)));
    background: -webkit-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: -moz-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: -o-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: linear-gradient(90deg, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
}
.bottom-block-section-footer{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contacts-item {
    margin-right: 50px;
}
.contacts-item:last-child{
    margin-right: 0;
}
/*******/

.reg-modal{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    background: rgba(22, 35, 61, 0.9215686274509803);
    background: -webkit-linear-gradient(335deg, rgba(255,241,124,1) 2%, rgba(88,67,0,0.8) 20%, rgba(21,35,66,0.9) 35%, rgba(21,31,56,0.9) 54%, rgba(88,67,0,0.85) 92%, rgba(241,212,64,1) 100%);
    background: -moz-linear-gradient(335deg, rgba(255,241,124,1) 2%, rgba(88,67,0,0.8) 20%, rgba(21,35,66,0.9) 35%, rgba(21,31,56,0.9) 54%, rgba(88,67,0,0.85) 92%, rgba(241,212,64,1) 100%);
    background: -o-linear-gradient(335deg, rgba(255,241,124,1) 2%, rgba(88,67,0,0.8) 20%, rgba(21,35,66,0.9) 35%, rgba(21,31,56,0.9) 54%, rgba(88,67,0,0.85) 92%, rgba(241,212,64,1) 100%);
    background: linear-gradient(115deg, rgba(255,241,124,1) 2%, rgba(88,67,0,0.8) 20%, rgba(21,35,66,0.9) 35%, rgba(21,31,56,0.9) 54%, rgba(88,67,0,0.85) 92%, rgba(241,212,64,1) 100%);
    z-index: 99999;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.reg-modal-wrapper{
    background: url('/landing/images/bg-modal-reg.svg') no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 40px;
    display: inline-block;
    position: relative;
}
.reg-modal-content h3{
    font-family: Spectral, sans-serif;
    font-weight: 700;
    font-size: 2.6em;
    position: relative;
    text-align: center;
    margin:15px 0;
}
.reg-modal-content{
    background: #DEC463;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 30px 50px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.reg-modal-ui{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.input-wrapper{
    display: inline-block;
    width: 100%;
    margin:10px 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(88,67,0,1)), color-stop(25%, rgba(240,203,5,1)), color-stop(55%, rgba(240,215,115,1)), color-stop(70%, rgba(234,225,234,1)), color-stop(90%, rgba(241,212,64,1)));
    background: -webkit-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: -moz-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: -o-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    background: linear-gradient(90deg, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    padding: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.input-wrapper input{
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 1.7em;
    border: none;
    padding-left: 15px;
    font-size: 1.6em;
    outline: none;
}
.toasts{
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10;
}
.reg-modal-ui .button-reg-lsa{
    margin: 5px 0;
}
.close-button-reg {
    position: absolute;
    right: -24px;
    top: -20px;
    cursor: pointer;
    background: gold;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.close-button-reg:hover{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.close-button-reg img{
    width: 20px;
    height: 20px;
}
.reg-modal-content h3:after{
    content: '';
    height: 2px;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    position: absolute;
    bottom: 3px;
    background: #1E1F29;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    left: -20px;
}

.reg-modal-content h3:before{
    content: '';
    height: 2px;
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
    position: absolute;
    bottom: -8px;
    background: #1E1F29;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    left: 0;
}
.tab-pane .changeTab {
    color: #1e1f29;
}
/******/
.beforehead-info-text{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 50%;
}
.beforehead-info-text p{
    margin: 1em 0;
    font-size: 1.2em;
    font-weight: 700;
    text-shadow: 0px 0px 2px #0f152466;
    color: #1E1F29;
}
.beforehead-info-text ul{
    list-style: none;
    font-size: 1em;
    font-weight: 400;
    text-shadow: 0px 0px 2px #0f152466;
    color: #1E1F29;
    margin:0;
    padding-left: 20px;
}
.china-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 800px;
    margin: 65px auto 15px auto;
}
.china-ticket{
    width: 100%;
    padding-top: 28%;
    position: relative;
}
.china-ticket-content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out, -moz-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -moz-transform .5s ease-in-out, -o-transform .5s ease-in-out;
}
.china-ticket .front-ticket p{
    position: relative;
    font-family: Spectral, sans-serif;
    z-index: 10;
    font-size: 1.6em;
    font-weight: 700;
    margin: 3px 0;
    text-shadow: 0px 0px 2px #0f152466;
    color: #1E1F29;
    line-height: 1.35em;
    text-align: center;
}
.front-ticket{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: url('/landing/images/china-ticket.svg') no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    -webkit-transform: translateZ(50px);
    -moz-transform: translateZ(50px);
    transform: translateZ(50px);
}
.back-ticket{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-180deg) translateZ(50px);
    -moz-transform: rotateX(-180deg) translateZ(50px);
    transform: rotateX(-180deg) translateZ(50px);
    background: url('/landing/images/china-ticket-b.svg') no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    padding: 2% 22%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.back-ticket p{
    margin:0;
}
.china-ticket:hover .china-ticket-content {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

/*******/


.top-mobile-menu, .gamburger{
    display: none;
}
/*******/
.scroll-top{
    position: fixed;
    display: none;
    right: 20px;
    bottom: 20%;
    cursor: pointer;
    z-index: 9999;
}
.top-sc{
    fill:#e4c005;
}
.bot-sc{
    fill:#977b02;
}
.scroll-top svg{
    -webkit-filter: drop-shadow(0 0 8px #f9e47c);
    filter: drop-shadow(0 0 8px #f9e47c);
    width: 50px;
}
.back-ticket-content p{
    font-size: .95em;
}
.back-ticket-content ul{
    margin: 0 0 0 25px;
    padding-left: 10px;
}
.back-ticket-content ul li{
    font-size: .9em;
}
.back-ticket-content p img{
    height: 1.2em;
    margin:0 5px 0 0;
    background: #141c2f;
    padding: 2px 5px;
}
@media(min-width: 1921px) {
    .section-main-block-wrapper::before{
        left: 0;
    }
    .section-main-block-wrapper::after{
        right: 0;
    }
    .left-blue, .left-gold, .group-sections-white::before{
        left: 0;
    }
    .right-blue, .right-gold, .group-sections-white::after{
        right: 0;
    }
}

@media (max-width: 1559px) {
    body{
        font-size: 14px;
    }
    .container-156{
        max-width: 1170px;
    }
    .container-143{
        max-width: 1170px;
    }
    .container-120{
        max-width: 800px;
    }
    .main-menu > li {
        margin: 0 8px;
        font-size: 1.0em;
    }
    .menu-langs > li{
        margin-right:0px;
        height: 2.5em;
        width: 2.5em;
    }
    .menu-langs > li a{
        font-size: 0.9em;
    }
    .logo-main{
        width: 500px;
    }
    .button-reg-main{
        margin: 0 100px 0 0;
    }

    .section-main-block-wrapper::before {
        left: -webkit-calc(50vw - 780px);
        left: -moz-calc(50vw - 780px);
        left: calc(50vw - 780px);
    }
    .section-main-block-wrapper::after {
        right: -webkit-calc(50vw - 780px);
        right: -moz-calc(50vw - 780px);
        right: calc(50vw - 780px);
    }
    .left-blue {
        left: -webkit-calc(50vw - 780px);
        left: -moz-calc(50vw - 780px);
        left: calc(50vw - 780px);
    }
    .left-gold {
        left: -webkit-calc(50vw - 780px);
        left: -moz-calc(50vw - 780px);
        left: calc(50vw - 780px);
    }
    .right-blue {
        right: -webkit-calc(50vw - 780px);
        right: -moz-calc(50vw - 780px);
        right: calc(50vw - 780px);
    }
    .right-gold {
        right: -webkit-calc(50vw - 780px);
        right: -moz-calc(50vw - 780px);
        right: calc(50vw - 780px);
    }
    .china-wrapper{
        width: 680px;
        margin: 35px auto 0 auto;
    }
    .beforehead-info h3{
        margin: 14px 0 16px 0;
    }
    .beforehead-info-item:nth-child(2){
        margin-top: 10px;
    }
    .bottom-group-sections{
        background-position: center 31%;
    }
    .int-image{
        padding: 0 60px 10px 30px;
    }
    .int-left-block p{
        padding: 0 60px 0 10px;
    }
    .text-int {
        padding: 0 30px 0 40px;
        margin-top: 25px;
    }
    .text-int::before {
        content: '';
        left: 20px;
        top: 35px;
    }
    .text-int::after {
        content: '';
        right: 20px;
        bottom: -5px;
    }
    .steps-wrapper{
        width: 100%;
    }
    .step-block {
        width: 430px;
        height: 290px;
    }
    .item-itwas{
        height: 225px;
    }
    .itwas-1 .back-itwas-item{
        padding: 14px 23px;
    }
    .itwas-1 .back-itwas-item p{
        margin: 2px 0;
    }
    .whatit-clip-2{
        padding: 26px 62px 43px 19px;
    }
    .itwas-4 .back-itwas-item{
        padding: 20px 40px;
    }
    .itwas-5 .back-itwas-item p{
        font-size: 1.4em;
    }
    .itwas-6 .back-itwas-item p{
        margin: 0;
    }
    .itwas-6 .back-itwas-item img{
        max-width: 60px;
    }
    .itwas-6 .back-itwas-item{
        padding: 15px;
    }
    .itwas-7 .back-itwas-item p{
        margin: 76px 15px 30px 15px;
        padding: 32px 15px 11px 15px;
    }
    .itwas-7 .back-itwas-item img{
        width: 130px;
        top: -63px;
    }
    .itwas-9 .back-itwas-item p{
        font-size: 1.2em;
        line-height: 1.2em;
        padding: 33px 29px;
    }
    .itwas-10-b-wrapper{
        margin: 5px 10px;
    }
}

@media (max-width: 1199px) {
    .china-wrapper{
        width:auto;
    }
    body{
        font-size: 16px;
    }
    .container-156{
        max-width: 768px;
    }
    .container-143{
        max-width: 768px;
    }
    .container-120{
        max-width: 768px;
    }
    .main-menu{
        display: none;
    }
    .top-menu-wrapper{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .menu-langs{
        margin-right: 40px;
    }
    .gamburger {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        display: block;
        top: 50%;
        left: 40px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-box-shadow: 1px 2px 10px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 1px 2px 10px 0px rgba(0,0,0,0.3);
        box-shadow: 1px 2px 10px 0px rgba(0,0,0,0.3);
    }

    .gamburger-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 80px;
        cursor: pointer;
    }

    .gamburger span {
        display: block;
        width: 100%;
        -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
        box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 10px;
        background: #DEC463;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        position: relative;
    }

    .gamburger span + span {
        margin-top: 7px;
    }

    .gamburger .active span:nth-child(1) {
        -webkit-animation: ease .7s top forwards;
        -moz-animation: ease .7s top forwards;
        -o-animation: ease .7s top forwards;
        animation: ease .7s top forwards;
    }

    .gamburger .not-active span:nth-child(1) {
        -webkit-animation: ease .7s top-2 forwards;
        -moz-animation: ease .7s top-2 forwards;
        -o-animation: ease .7s top-2 forwards;
        animation: ease .7s top-2 forwards;
    }

    .gamburger .active span:nth-child(2) {
        -webkit-animation: ease .7s scaled forwards;
        -moz-animation: ease .7s scaled forwards;
        -o-animation: ease .7s scaled forwards;
        animation: ease .7s scaled forwards;
    }

    .gamburger .not-active span:nth-child(2) {
        -webkit-animation: ease .7s scaled-2 forwards;
        -moz-animation: ease .7s scaled-2 forwards;
        -o-animation: ease .7s scaled-2 forwards;
        animation: ease .7s scaled-2 forwards;
    }

    .gamburger .active span:nth-child(3) {
        -webkit-animation: ease .7s bottom forwards;
        -moz-animation: ease .7s bottom forwards;
        -o-animation: ease .7s bottom forwards;
        animation: ease .7s bottom forwards;
    }

    .gamburger .not-active span:nth-child(3) {
        -webkit-animation: ease .7s bottom-2 forwards;
        -moz-animation: ease .7s bottom-2 forwards;
        -o-animation: ease .7s bottom-2 forwards;
        animation: ease .7s bottom-2 forwards;
    }
    .top-mobile-menu{
        display: inline-block;
        position: absolute;
        left: 0;
        -webkit-transform: translateY(-110%);
        -moz-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
        -o-transform: translateY(-110%);
        transform: translateY(-110%);
        z-index: 1000;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        background: rgba(13, 18, 32, 0.8196078431372549);
        -webkit-box-shadow: inset 1px 1px 23px 15px #0d1322, 1px 1px 23px 15px #0d1322;
        -moz-box-shadow: inset 1px 1px 23px 15px #0d1322, 1px 1px 23px 15px #0d1322;
        box-shadow: inset 1px 1px 23px 15px #0d1322, 1px 1px 23px 15px #0d1322;
    }
    .top-mobile-menu ul{
        list-style: none;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 10px;
        width: 100%;
    }
    .top-mobile-menu ul li{
        padding: 2px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        position: relative;
        margin: 10px 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(88,67,0,1)), color-stop(25%, rgba(240,203,5,1)), color-stop(55%, rgba(240,215,115,1)), color-stop(70%, rgba(234,225,234,1)), color-stop(90%, rgba(241,212,64,1)));
        background: -webkit-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
        background: -moz-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
        background: -o-linear-gradient(left, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
        background: linear-gradient(90deg, rgba(88,67,0,1) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    }

    .top-mobile-menu ul li a{
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        color: #DEC463;
        text-decoration: none;
        background: black;
        padding: 8px 15px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 10em;
        font-size: 1.5em;
        text-align: center;
    }
    .wrapper-main-block{
        text-align: center;
    }
    .logo-main {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    .wrapper-main-block{
        background: none;
    }
    .headers-info{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-block-content{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0;
    }
    .button-reg-main{
        margin:30px 0;
    }
    .button-reg-main::before{
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background:transparent;
    }
    .after-effects-rect{
        display: none;
    }

    .section-main-block-wrapper::before {
        left: -webkit-calc(50vw - 600px);
        left: -moz-calc(50vw - 600px);
        left: calc(50vw - 600px);
    }
    .section-main-block-wrapper::after {
        right: -webkit-calc(50vw - 600px);
        right: -moz-calc(50vw - 600px);
        right: calc(50vw - 600px);
    }
    .int-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .int-left-block, .int-right-block{
        width: 100%;
    }
    .int-image {
        padding: 0 120px 0 120px;
    }
    .int-left-block::after{
        background: transparent;
        width: 0;
        height: 0;
    }
    .int-right-block::before{
        content: '';
        width: 6px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        position: absolute;
        left: -3px;
        top: 30px;
        bottom: 10px;
        background: #dec463;
        background: rgb(88,67,0);
        background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(88,67,0,.8)), color-stop(25%, rgba(240,203,5,1)), color-stop(55%, rgba(240,215,115,1)), color-stop(70%, rgba(234,225,234,1)), color-stop(90%, rgba(241,212,64,1)));
        background: -webkit-linear-gradient(left, rgba(88,67,0,.8) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
        background: -moz-linear-gradient(left, rgba(88,67,0,.8) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
        background: -o-linear-gradient(left, rgba(88,67,0,.8) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
        background: linear-gradient(90deg, rgba(88,67,0,.8) 8%, rgba(240,203,5,1) 25%, rgba(240,215,115,1) 55%, rgba(234,225,234,1) 70%, rgba(241,212,64,1) 90%);
    }
    .int-left-block p {
        padding: 30px 0;
    }
    .int-right-block{
        margin-top:20px;
        text-align: center;
    }
    .text-int{text-align: left}
    .int-right-block h2{
        font-size: 2.5em;
        line-height: 1em;
        font-family: Spectral, sans-serif;
        font-weight: 400;
        margin: 0;
        padding: 0;
        display: inline-block;
        color: #1E1F29;
        position: relative;
    }
    .int-right-block h2::before {
        width: 22px;
        position: absolute;
        content: '';
        top: -12px;
        bottom: -4px;
        border-top: 3px solid #DEC463;
        border-left: 3px solid #DEC463;
        border-bottom: 3px solid #DEC463;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-left-radius: 3px;
        left: -.6em;
    }
    .int-right-block h2::after {
        width: 22px;
        position: absolute;
        content: '';
        top: -12px;
        bottom: -4px;
        border-top: 3px solid #DEC463;
        border-right: 3px solid #DEC463;
        border-bottom: 3px solid #DEC463;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        border-bottom-right-radius: 3px;
    }
    .beforehead-info-item:first-child,.beforehead-info-item:nth-child(2),.beforehead-info-text{
        width: 100%;
        text-align: center;
    }
    .beforehead-info-text{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .beforehead-info-item:first-child .background-info-item{
        left: -10%;
        right: 0;
    }
    .beforehead-info-item:nth-child(2) .background-info-item{
        right: -10%;
        left: 0;
    }
    .beforehead-info h3{
        margin: 8px 0 10px 0;
        font-size: 1.5em;
    }
    .level-item-out{
        width: 100%;
    }
    .china-ticket .front-ticket p{
        font-size: 1.4em;
    }
    .svg_lines_levels{
        top:50%;
    }
    .back-ticket{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .back-ticket p{
        font-size: .95em;
    }
    .step-out-item{
        width: 100%;
    }
    .direction1to2, .direction2to3, .direction3to4{
        display: none;
    }
    .section-advantages{
        background: white;
    }
    .bottom-group-sections{
        background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(11,14,23,1)), color-stop(70%, rgba(23,38,73,1)));
        background: -webkit-linear-gradient(bottom, rgba(11,14,23,1) 10%, rgba(23,38,73,1) 70%);
        background: -moz-linear-gradient(bottom, rgba(11,14,23,1) 10%, rgba(23,38,73,1) 70%);
        background: -o-linear-gradient(bottom, rgba(11,14,23,1) 10%, rgba(23,38,73,1) 70%);
        background: linear-gradient(to top, rgba(11,14,23,1) 10%, rgba(23,38,73,1) 70%);
    }
    .section-steps{
        position: relative;
    }
    .section-steps::before{
        content: '';
        position: absolute;
        top: -104px;
        height: 90px;
        width: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(23,38,73,1)), color-stop(14%, rgba(23,38,73,1)), color-stop(89%, rgba(21,35,66,0)), to(rgba(23,38,73,0)));
        background: -webkit-linear-gradient(bottom, rgba(23,38,73,1) 0%, rgba(23,38,73,1) 14%, rgba(21,35,66,0) 89%, rgba(23,38,73,0) 100%);
        background: -moz-linear-gradient(bottom, rgba(23,38,73,1) 0%, rgba(23,38,73,1) 14%, rgba(21,35,66,0) 89%, rgba(23,38,73,0) 100%);
        background: -o-linear-gradient(bottom, rgba(23,38,73,1) 0%, rgba(23,38,73,1) 14%, rgba(21,35,66,0) 89%, rgba(23,38,73,0) 100%);
        background: linear-gradient(to top, rgba(23,38,73,1) 0%, rgba(23,38,73,1) 14%, rgba(21,35,66,0) 89%, rgba(23,38,73,0) 100%);
    }
    .section-main-block::after{
        content: '';
        position: absolute;
        bottom: -89px;
        height: 90px;
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(11,14,23,1)), color-stop(14%, rgba(13,18,30,1)), color-stop(89%, rgba(21,35,66,0)), to(rgba(23,38,73,0)));
        background: -webkit-linear-gradient(top, rgba(11,14,23,1) 0%, rgba(13,18,30,1) 14%, rgba(21,35,66,0) 89%, rgba(23,38,73,0) 100%);
        background: -moz-linear-gradient(top, rgba(11,14,23,1) 0%, rgba(13,18,30,1) 14%, rgba(21,35,66,0) 89%, rgba(23,38,73,0) 100%);
        background: -o-linear-gradient(top, rgba(11,14,23,1) 0%, rgba(13,18,30,1) 14%, rgba(21,35,66,0) 89%, rgba(23,38,73,0) 100%);
        background: linear-gradient(to bottom, rgba(11,14,23,1) 0%, rgba(13,18,30,1) 14%, rgba(21,35,66,0) 89%, rgba(23,38,73,0) 100%);
    }
    .step-block{
        width: 480px;
        height: 300px;
    }
    .itwas-1, .itwas-2, .itwas-4, .itwas-5, .itwas-6, .itwas-7, .itwas-9, .itwas-10{
        width: 50%;
    }
    .itwas-3, .itwas-8{
        width: 100%;
    }
    .item-itwas{
        height: 289px;
    }
    .footer-wrapper .button-reg-lsa{
        margin-top: 30px;
    }
    .footer-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .top-block-section-footer{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .top-block-section-footer a{
        margin-bottom: 15px;
    }
    .top-block-section-footer::after{
        left: 0;
    }
}

@media (max-width: 800px){
    .scroll-top{
        bottom: 20px;
    }
    body{
        font-size: 14px;
    }
    .container-156{
        max-width: 100%;
    }
    .container-143{
        max-width: 100%;
    }
    .container-120{
        max-width: 100%;
    }
    .button-reg{
        padding: 1px 3px 4px 3px;
        font-size: 1em;
    }
    .top-menu-wrapper {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .menu-langs > li a {
        font-size: 0.8em;
    }
    .menu-langs > li {
        margin-right: 4px;
        height: 2.5em;
        width: 2.5em;
    }
    .menu-langs {
        margin-right: 20px;
    }
    .gamburger span + span {
        margin-top: 10px;
    }
    .gamburger span{
        height: 7px;
    }
    .gamburger-btn{
        width: 50px;
    }
    .logo-main{
        left: -35px;
    }
    .header-info h3{
        font-size: 1.1em;
    }
    .header-info{
        margin-top:10px;
    }
    .prize-pool span:first-child{
        font-size: 1.2em;
    }
    .prize-pool span:last-child{
        font-size: 2em;
    }
    .tape-prize-wrapper svg{
        width: 390px;
    }
    .bottom-block-content{
        padding: 15px 0;
    }
    .button-reg-main-in{
        font-size: 1.1em;
        padding: 5px 7px 5px 7px;
    }
    .button-reg-main{
        margin: 20px 0;
    }
    .section-main-block::after{
        bottom: -69px;
        height: 70px;
    }
    .top-mobile-menu ul{
        margin:0;
    }
    .top-mobile-menu ul li{
        margin:5px 0;
    }
    .int-image{
        padding: 0;
    }
    .text-int{
        padding: 0 20px 0 20px;
    }
    .text-int::before, .text-int::after{
        display: none;
    }
    .int-right-block{
        margin-top: 0;
    }
    .int-right-block::before, .int-right-block::after{
        top: 70px;
    }
    .text-int p{
        text-indent: 10px;
    }
    .int-right-block h2, .section-levels-prizes h2, .section-advantages h2{
        font-size: 2em;
        max-width: 90%;
    }

    .int-right-block h2::before, .section-levels-prizes h2::before, .section-advantages h2::before{
        top: -10px;
        left: -.9em;
    }
    .int-right-block h2::after, .section-levels-prizes h2::after, .section-advantages h2::after{
        top: -10px;
    }

    .beforehead-info h3{
        font-size: 1.2em;
    }
    .beforehead-info-text{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .beforehead-info-text p{
        display: none;
    }
    .beforehead-info-text ul{
        padding: 0;
        margin-top: 15px;
        position: relative;
    }
    .beforehead-info-text ul::before{
        content: '*';
        position: absolute;
        left: -10px;
        top:0;
    }
    .level-item{
        width: 300px;
        height: 320px;
        max-width: 100%;
    }
    .inside-block-level-item ul li{
        font-size: 1.1em;
    }
    .inside-block-level-item p{
        font-size: .86em;
    }
    .china-wrapper{
        width: 100%;
    }
    .china-ticket .front-ticket p {
        font-size: 3vw;
    }
    .section-advantages h3{
        font-size: 1.25em;
    }
    .section-advantages{
        padding-top: 30px;
    }
    .list-advantages li span{
        width: 45px;
    }
    .list-advantages li{
        padding-left: 50px;
        font-size: 1.1em;
    }
    .button-reg-main-in-lsa{
        font-size: 1.1em;
        padding: 5px 7px 5px 7px;
    }
    .section-steps h2{
        font-size: 2em;
        padding: 20px 20% 15px 25px;
    }

    .sections-itwas h2 {
        font-size: 2em;
        padding: 20px 20% 15px 25px;
    }
    .steps-wrapper{
        margin-bottom: 0;
    }
    .step-block:last-child{
        margin-bottom: 35px;
    }
    .itwas-1, .itwas-2, .itwas-4, .itwas-5, .itwas-6, .itwas-7, .itwas-9, .itwas-10, .itwas-8, .itwas-3{
        width: 100%;
        max-width: 330px;
    }
    .wrapper-itwas{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 650px) {
    .back-ticket{
        background-image: url(/landing/images/china-ticket-m.svg);
        padding: 10%;
    }
    .reg-modal-ui .button-reg-lsa{
        margin-top: 10px;
    }
    .close-button-reg{
        right: 10px;
        top: -50px;
    }
    .reg-modal-wrapper{
        padding: 15px;
    }
    .reg-modal-content{
        padding: 15px;
    }
    .reg-modal-content h3{
        font-size: 2em;
    }
    .footer-wrapper .button-reg-lsa{
        margin: 0;
    }
    .contacts-item{
        margin-bottom: 20px;
    }
    .bottom-block-section-footer{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .top-block-section-footer a{
        max-width: 340px;
    }
    .top-block-section-footer{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .itwas-8 .back-itwas-item p{
        font-size: 1.8em;
        padding: 10px;
    }
    .whatit-clip-3 img{
        display: none;
    }
    .step-block{
        max-width: 100%;
        margin: 55px 0;
        height: 350px;
    }
    .steps-wrapper {
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
    }
    .step-text-wrapper{
        right: 15px;
        left: 15px;
        bottom: 15px;
    }
    .step-left-header{
        left: -35px;
        top: -75px;
    }
    .section-advantages h2::after{
        right: 0;
    }
    .section-advantages h2::before{
        left: 0;
    }
    .china-ticket .front-ticket p {
        font-size: 3.5vw;
    }
    .back-ticket p {
        font-size: 2.9vw;
    }
    .back-ticket ul li {
        font-size: 2.9vw;
    }
    .china-ticket{
        padding-top: 55%;
    }
}
@media (max-width: 450px) {
    .top-menu-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .menu-langs{
        margin:0 0 15px 0;
    }
}
@media (max-width: 400px) {
    .back-ticket{
        padding: 0 20px;
    }
}
@-webkit-keyframes top {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        top: 17px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        top: 17px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@-moz-keyframes top {
    0% {
        top: 0;
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        top: 17px;
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        top: 17px;
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@-o-keyframes top {
    0% {
        top: 0;
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        top: 17px;
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        top: 17px;
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@keyframes top {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        top: 17px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        top: 17px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes top-2 {
    0% {
        top: 17px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    50% {
        top: 17px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes top-2 {
    0% {
        top: 17px;
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    50% {
        top: 17px;
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-o-keyframes top-2 {
    0% {
        top: 17px;
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    50% {
        top: 17px;
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes top-2 {
    0% {
        top: 17px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    50% {
        top: 17px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes bottom {
    0% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        bottom: 17px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        bottom: 17px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

@-moz-keyframes bottom {
    0% {
        bottom: 0;
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        bottom: 17px;
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        bottom: 17px;
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

@-o-keyframes bottom {
    0% {
        bottom: 0;
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        bottom: 17px;
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        bottom: 17px;
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

@keyframes bottom {
    0% {
        bottom: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        bottom: 17px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        bottom: 17px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

@-webkit-keyframes bottom-2 {
    0% {
        bottom: 17px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    50% {
        bottom: 17px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-moz-keyframes bottom-2 {
    0% {
        bottom: 17px;
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    50% {
        bottom: 17px;
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        bottom: 0;
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
}

@-o-keyframes bottom-2 {
    0% {
        bottom: 17px;
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    50% {
        bottom: 17px;
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        bottom: 0;
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes bottom-2 {
    0% {
        bottom: 17px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    50% {
        bottom: 17px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        bottom: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes scaled {
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes scaled {
    50% {
        -moz-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes scaled {
    50% {
        -o-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes scaled {
    50% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes scaled-2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes scaled-2 {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -moz-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes scaled-2 {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -o-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaled-2 {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@media (min-width: 1200px) and (max-width: 1559px) {
    .main-menu {
        max-width: 670px;
    }
}