@font-face {
    font-family: "FavoritPro";
    font-weight: 200;
    font-style: normal;
    src: url("../fonts/FavoritPro-Light/FavoritPro-Light.eot");
    src: url("../fonts/FavoritPro-Light/FavoritPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FavoritPro-Light/FavoritPro-Light.woff") format("woff"), url("../fonts/FavoritPro-Light/FavoritPro-Light.ttf") format("truetype");
}

@font-face {
    font-family: "FavoritPro";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/FavoritPro-Book/FavoritPro-Book.eot");
    src: url("../fonts/FavoritPro-Book/FavoritPro-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FavoritPro-Book/FavoritPro-Book.woff") format("woff"), url("../fonts/FavoritPro-Book/FavoritPro-Book.ttf") format("truetype");
}

@font-face {
    font-family: "FavoritPro";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/FavoritPro-Regular/FavoritPro-Regular.eot");
    src: url("../fonts/FavoritPro-Regular/FavoritPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FavoritPro-Regular/FavoritPro-Regular.woff") format("woff"), url("../fonts/FavoritPro-Regular/FavoritPro-Regular.ttf") format("truetype");
}

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

@font-face {
    font-family: "FavoritPro";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/FavoritPro-Bold/FavoritPro-Bold.eot");
    src: url("../fonts/FavoritPro-Bold/FavoritPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FavoritPro-Bold/FavoritPro-Bold.woff") format("woff"), url("../fonts/FavoritPro-Bold/FavoritPro-Bold.ttf") format("truetype");
}

*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666;
}

body input:required:valid,
body textarea:required:valid {
    color: #666;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.center {
    text-align: center;
}

.bodyContent {
    display: block;
    width: 100%;
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.2;
    overflow-x: hidden;
    color: #000;
    font-family: FavoritPro, sans-serif;
    z-index: 10;
    font-weight: 300;
}

.contain {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}

.pt_10 {
    padding-top: 10px;
}

.pb_10 {
    padding-bottom: 10px;
}

.pt_15 {
    padding-top: 15px;
}

.pb_15 {
    padding-bottom: 15px;
}

.pt_20 {
    padding-top: 20px;
}

.pb_20 {
    padding-bottom: 20px;
}

.pt_30 {
    padding-top: 30px;
}

.pb_30 {
    padding-bottom: 30px;
}

.pt_40 {
    padding-top: 40px;
}

.pb_40 {
    padding-bottom: 40px;
}

.pt_50 {
    padding-top: 50px;
}

.pb_50 {
    padding-bottom: 50px;
}

.pt_60 {
    padding-top: 60px;
}

.pb_60 {
    padding-bottom: 60px;
}

.pt_70 {
    padding-top: 70px;
}

.pb_70 {
    padding-bottom: 70px;
}

.pt_80 {
    padding-top: 80px;
}

.pb_80 {
    padding-bottom: 80px;
}

.mt_5 {
    margin-top: 5px;
}

.mb_5 {
    margin-bottom: 5px;
}

.mt_10 {
    margin-top: 10px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mt_30 {
    margin-top: 30px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mt_40 {
    margin-top: 40px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mt_50 {
    margin-top: 50px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mt_60 {
    margin-top: 60px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mt_70 {
    margin-top: 70px;
}

.mb_70 {
    margin-bottom: 70px;
}

.mt_80 {
    margin-top: 80px;
}

.mb_80 {
    margin-bottom: 80px;
}

.emitationHeader {
    background-color: #000;
    text-align: center;
    height: 44px;
    color: #fff;
    position: fixed;
    z-index: 11;
    width: 100%;
}

.emitationFooter {
    background-color: #000;
    padding: 30px 0;
    height: 500px;
    color: #fff;
    text-align: center;
}

.beforeStartSection {
    background-color: #0095D4;
    position: relative;
    overflow: hidden;
    padding: 70px 0 50px;
}

.beforeStartSection .contain {
    position: relative;
}

.imgWrapContent .title_2 {
    display: none;
}

.imgWrapContent .button_1 {
    display: none;
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.imgWrapContent .button_1:active {
    bottom: 47px !important;
    top: auto;
}

.menuTop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.nav_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}

.nav_1 li {
    margin-right: 50px;
}

.nav_1 li:last-child {
    margin-right: 0;
}

.nav_1 a {
    text-decoration: underline;
    white-space: nowrap;
    color: #000;
    -webkit-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s;
}

.nav_1 a._active {
    text-decoration: none;
}

.nav_1 a:hover {
    color: #fff;
}

.logo_1 {
    display: block;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 8px;
}

.logo_1 svg {
    width: 107px;
    height: 56px;
}

.manImg_1 {
    width: 500px;
    height: 900px;
    position: absolute;
    left: -15%;
    top: 8%;
}

.mainContent {
    max-width: 650px;
    margin-left: 34%;
    width: 66%;
}

.mainContent._one {
    padding: 100px 0;
}

.mainContent._one .title_1 {
    margin-bottom: 5%;
}

.mainContent._one .textArea_1 {
    max-width: 500px;
}

.mainContent._one .twoButtons {
    margin-top: 6%;
}

.mainContent._one .button_1 {
    min-width: 156px;
}

.mainContent._one .button_2 {
    min-width: 180px;
}

.mainContent._one .title_2 {
    margin-top: 6%;
}

.mainContent._one .menuTop {
    display: none;
}

.mainContent._two {
    padding: 100px 0;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-left: 0;
}

.mainContent._two .title_1 {
    margin-bottom: 5%;
}

.mainContent._two .textArea_1 {
    max-width: 600px;
}

.mainContent._two .emblem {
    margin-bottom: 10px;
}

.mainContent._three {
    padding: 50px 0;
    width: 50%;
    margin-left: 50%;
}

.mainContent._three .title_1 {
    margin-bottom: 5%;
}

.mainContent._three .textArea_1 {
    max-width: 500px;
}

.mainContent._three .twoButtons {
    margin-top: 6%;
}

.mainContent._three .button_1 {
    min-width: 156px;
}

.mainContent._three .button_2 {
    min-width: 180px;
}

.mainContent._three .title_2 {
    margin-top: 6%;
}

.mainContent._three .menuTop {
    display: none;
}

.mainContent._four {
    padding: 110px 0;
    width: 50%;
    margin-left: 50%;
}

.title_1 {
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
}

.textArea_1 p {
    margin-bottom: 15px;
}

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

.twoButtons .button_1, .twoButtons .button_2 {
    margin-right: 30px;
}

.twoButtons .button_1:last-child, .twoButtons .button_2:last-child {
    margin-right: 0;
}

.button_1 {
    background-color: #000;
    color: #fff !important;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    -webkit-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s;
    padding: 12px 20px;
    font-weight: 300;
    position: relative;
    font-family: FavoritPro, sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.button_1:hover {
    background-color: #3C3C3C;
}

.button_1:active {
    top: 3px;
}

.button_1 svg {
    fill: #fff;
    width: 15px;
    height: 15px;
}

.button_1._white {
    background-color: #fff;
    color: #000 !important;
}

.button_1._white:hover {
    background-color: #D2D2D2;
}

.button_2 {
    background: none;
    color: #000 !important;
    text-decoration: none;
    border: 1px solid #000 !important;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    -webkit-transition: color .15s, border .15s;
    -o-transition: color .15s, border .15s;
    transition: color .15s, border .15s;
    padding: 10px 20px;
    font-weight: 300;
    position: relative;
    font-family: FavoritPro, sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.button_2:hover {
    color: #fff !important;
    border-color: #fff !important;
}

.button_2:active {
    top: 3px;
}

.button_2._white {
    color: #fff !important;
    border-color: #fff !important;
}

.button_2._white:hover {
    color: #000 !important;
    border-color: #000 !important;
}

.title_2 {
    text-transform: uppercase;
    font-size: 24px;
}

.fastPaymentSystem {
    background-color: #FBBB21;
    padding: 30px 0;
}

.fastPaymentSystem_sliderWrap {
    position: relative;
}

.fastPaymentSystem_sliderWrap .dots_1 {
    position: absolute;
    bottom: 80px;
    left: 340px;
    z-index: 1;
}

.fastPaymentSystem_slider .owl-stage-outer {
    padding: 3px 0;
}

.fastPaymentSystem_slider .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.fastPaymentSystem_slider .item {
    height: 100%;
    position: relative;
    padding-bottom: 110px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fastPaymentSystem_slider .item .img {
    max-width: 290px !important;
    display: block;
    position: absolute;
    top: 0;
}

.fastPaymentSystem_slider .item .logo_1 {
    padding: 10px 40px;
    border-radius: 20px;
    width: 290px;
    height: 150px;
}

.fastPaymentSystem_slider .item .logo_1 svg {
    width: 100%;
    height: 130px;
}

.fastPaymentSystem_slider .item .content {
    padding-left: 50px;
    width: calc(100% - 290px);
    margin-left: 290px;
}

.fastPaymentSystem_slider .item .info {
    margin-bottom: 20px;
}

.fastPaymentSystem_slider .button_1 {
    width: 100%;
    max-width: 172px;
    bottom: 0;
    position: absolute;
}

.fastPaymentSystem_slider .button_1:active {
    bottom: -3px;
    top: auto;
}

.fastPaymentSystem_slider .emblem {
    width: 30px;
    height: 30px;
}

.fastPaymentSystem_slider .textArea_1 {
    margin-bottom: 20px;
}

.referer_1 {
    text-decoration: underline;
}

.dots_1 .owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s;
    margin-right: 12px;
    border: none;
    cursor: pointer;
}

.dots_1 .owl-dot:last-child {
    margin-right: 0;
}

.dots_1 .owl-dot.active {
    background-color: #000;
}

.dots_1 .owl-dot span {
    display: none;
}

.burger_button {
    cursor: pointer;
    width: 30px;
    position: relative;
    display: none;
    height: 20px;
}

.burger_button span {
    content: '';
    width: 100%;
    height: 4px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    position: relative;
    margin-top: 4px;
    margin-bottom: 4px;
}

.burger_button:before {
    content: '';
    width: 100%;
    height: 4px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    top: 0;
    position: relative;
}

.burger_button:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    position: relative;
    bottom: 0;
}

.burger_button.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 5px 3px;
    -ms-transform-origin: 5px 3px;
    transform-origin: 5px 3px;
}

.burger_button.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 4px 1px;
    -ms-transform-origin: 4px 1px;
    transform-origin: 4px 1px;
}

.burger_button.active span {
    opacity: 0;
}

.burgerMenu {
    position: fixed;
    z-index: 21;
    background-color: #fff;
    width: 100%;
    top: 0;
    right: 0;
    overflow: auto;
    height: 100%;
    min-height: 100vh;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    max-width: 400px;
    font-family: FavoritPro, sans-serif;
}

.burgerMenu.addTransition {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.burgerMenu.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.burgerMenu .closeIcon {
    left: 20px;
    margin-top: 15px;
}

.burgerUl {
    font-size: 20px;
    list-style-type: none;
    padding-left: 0;
    padding: 0 20px;
    margin-top: 30px;
}

.burgerUl li {
    margin-bottom: 15px;
}

.burger_bg {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-transition: opacity .5s, visibility .5s;
    -o-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
}

.burger_bg.active {
    opacity: 1;
    visibility: visible;
}

.closeIcon {
    position: relative;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: block;
}

.closeIcon:before {
    content: '';
    width: 100%;
    height: 4px;
    background: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 5px;
}

.closeIcon:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    border-radius: 5px;
}

.startSection {
    background-color: #7246D9;
    position: relative;
    overflow: hidden;
    padding: 70px 0 50px;
    color: #fff;
}

.manImg_2 {
    width: 900px;
    height: 1600px;
    position: absolute;
    right: 50%;
    top: 25%;
}

.hideSlider {
    display: none;
    position: absolute;
    top: 400px;
    max-width: 300px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 14px;
}

.hideSlider .button_1, .hideSlider .button_2 {
    width: 100%;
}

.hideSlider .button_1:first-child, .hideSlider .button_2:first-child {
    margin-bottom: 15px;
}

.hideSlider .name {
    font-size: 18px;
    margin-bottom: 10px;
}

.hideSlider .text {
    font-weight: 200;
}

.hideSlider .text_2 {
    font-weight: 200;
}

.hideSlider .text_2 p {
    margin-bottom: 10px;
}

.hideSlider .text_2 p:last-child {
    margin-bottom: 0;
}

.hideSlider strong {
    margin-top: 15px;
    display: block;
}

.gameInfoSlider_wrap {
    position: relative;
}

.gameInfoSlider_wrap .dots_2 {
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.dots_2 .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: none;
    -webkit-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s;
    margin-right: 10px;
    background-color: #C4C4C4;
}

.dots_2 .owl-dot:last-child {
    margin-right: 0;
}

.dots_2 .owl-dot.active {
    background-color: #02C8E4;
}

.sectionGame {
    background-image: url(../img/gameBg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 30px 0;
    margin-top: -2px;
    overflow: hidden;
}

.sectionGame._hide {
    display: none;
}

.messagesWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 100px;
    margin-top: 30px;
}

.phoneElem {
    position: relative;
    min-width: 500px;
    height: 670px;
    max-width: 500px;
}

.phoneElem .content {
    position: absolute;
    bottom: 100px;
    left: 46%;
    width: 55%;
    -webkit-transform: skew(-11deg) translate(-50%, 0);
    -ms-transform: skew(-11deg) translate(-50%, 0);
    transform: skew(-11deg) translate(-50%, 0);
}

.phoneElem .content .phoneInputItem, .phoneElem .content .buttonPhone_1 {
    -webkit-transform: skew(11deg);
    -ms-transform: skew(11deg);
    transform: skew(11deg);
}

.phoneElem .logo {
    width: 145px;
    height: 68px;
    -webkit-transform: skew(-11deg);
    -ms-transform: skew(-11deg);
    transform: skew(-11deg);
    margin: 40px auto 0;
    display: block;
}

.phoneElem .buttonPhone_1 {
    margin-bottom: 20px;
}

.handLeft {
    position: absolute;
    top: 300px;
    left: -210px;
    width: 300px;
    height: 500px;
}

.handRight {
    position: absolute;
    top: 400px;
    right: -215px;
    width: 400px;
    height: 500px;
}

.contentError {
    position: absolute;
    left: 43%;
    width: 55%;
    -webkit-transform: skew(-11deg) translate(-50%, -50%);
    -ms-transform: skew(-11deg) translate(-50%, -50%);
    transform: skew(-11deg) translate(-50%, -50%);
    top: 50%;
    display: none;
}

.contentError .buttonPhone_1 {
    -webkit-transform: skew(11deg);
    -ms-transform: skew(11deg);
    transform: skew(11deg);
}

.contentError .errorText {
    margin-bottom: 25px;
}

.errorText {
    border: 2px solid #E30611;
    background-color: #FDAFF0;
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.2);
}

.phoneImg {
    width: 100%;
    height: 100%;
}

.bankName {
    color: #5C57A2;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 30px;
}

.phoneInputItem {
    margin-bottom: 25px;
}

.phoneInputItem p {
    margin-bottom: 10px;
    margin-left: 10px;
    -webkit-transform: skew(-11deg);
    -ms-transform: skew(-11deg);
    transform: skew(-11deg);
}

.phoneInputWrap {
    width: 100%;
    -webkit-transform: skew(-11deg);
    -ms-transform: skew(-11deg);
    transform: skew(-11deg);
    border-radius: 10px;
    border: 2px solid transparent;
    background-color: #fff;
    -webkit-transition: border .15s;
    -o-transition: border .15s;
    transition: border .15s;
}

.phoneInputWrap._active {
    border-color: #7246D9;
}

.phoneInput {
    padding: 20px 15px;
    width: 100%;
    border: none;
    background: none;
    font-size: 24px;
    font-family: FavoritPro, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    border-radius: 10px;
}

.phoneInput.disabled {
    opacity: .5;
    pointer-events: none;
}

.buttonPhone_1 {
    background: none;
    border: none;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.buttonPhone_1:hover p {
    background-color: #5bbedd;
}

.buttonPhone_1:active {
    top: 3px;
}

.buttonPhone_1 p {
    padding: 18px 15px;
    text-transform: uppercase;
    font-size: 24px;
    width: 100%;
    -webkit-transform: skew(-11deg);
    -ms-transform: skew(-11deg);
    transform: skew(-11deg);
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: #70C6E1;
    position: relative;
}

.buttonPhone_1 span {
    display: block;
}

.buttonPhone_1:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #15849E;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: -1;
    -webkit-transform: skew(-11deg);
    -ms-transform: skew(-11deg);
    transform: skew(-11deg);
    border-radius: 10px;
}

.buttonPhone_1.disabled {
    opacity: .5;
    pointer-events: none;
}

.buttonPhone_2 {
    padding: 18px 15px;
    text-transform: uppercase;
    font-size: 24px;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 10px;
    position: relative;
    color: #5C57A2;
    background-color: #BDCAD2;
    cursor: pointer;
}

.buttonPhone_2 span {
    display: block;
}

.buttonPhone_2:hover {
    background-color: #aebec8;
}

.buttonPhone_2:active {
    top: 3px;
}

.buttonPhone_2.disabled {
    opacity: .5;
    pointer-events: none;
}

.timerArea {
    -webkit-transform: skew(-11deg);
    -ms-transform: skew(-11deg);
    transform: skew(-11deg);
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    position: absolute;
    top: 40px;
    width: 100px;
    right: 60px;
}

.manPhoto {
    background-size: cover;
    min-width: 96px;
    width: 96px;
    height: 96px;
    -webkit-box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.manText {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.2);
    max-width: 350px;
    position: relative;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.manText:before {
    content: '';
    width: 100px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    -webkit-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    transform: rotate(32deg);
    top: 0px;
    left: 8%;
    z-index: -1;
}

.messagesArea {
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

.manWrapPhoto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-bottom: 30px;
}

.manWrapPhoto .manPhoto {
    margin-right: 20px;
}

.resultSection {
    background-image: url(../img/resultBg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    padding: 70px 0 50px;
    color: #000;
    background-color: #7246D9;
}

.resultSection .contain {
    position: relative;
}

.resultSection .socialWrap {
    margin-top: 35px;
}

.resultTime {
    font-size: 48px;
    color: #fff;
    margin-bottom: 30px;
}

.resultPosition {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.resultPosition a {
    border-bottom: 1px solid #000;
}

.resultName {
    font-size: 48px;
    margin-top: 40px;
}

.resultText {
    margin-top: 30px;
}

.resultButtons {
    margin-top: 30px;
}

.resultButtons .button_1, .resultButtons .button_2 {
    margin-right: 20px;
}

.resultButtons .button_1:last-child, .resultButtons .button_2:last-child {
    margin-right: 0;
}

.socialWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.socialWrap .social_1 {
    margin-right: 30px;
}

.social_1 {
    width: 25px;
    height: 25px;
}

.social_1 svg {
    max-width: 25px;
    max-height: 25px;
    fill: #fff;
    -webkit-transition: fill .15s;
    -o-transition: fill .15s;
    transition: fill .15s;
}

.social_1:hover svg {
    fill: #000;
}

.manImg_result {
    position: absolute;
    left: -15%;
    top: 10%;
    width: 60%;
}

.ratingSection {
    position: relative;
    overflow: hidden;
    padding: 70px 0 50px;
    color: #000;
    background-color: #7246D9;
}

.ratingSection .button_1 {
    width: 200px;
    margin-top: 30px;
}

.table_1 {
    display: table;
    width: 100%;
    max-width: 400px;
}

.table_1 .tr {
    display: table-row;
}

.table_1 .tr:first-child .td {
    padding-bottom: 20px;
}

.table_1 .td {
    display: table-cell;
    color: #fff;
    text-transform: uppercase;
}

.table_1 .name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table_1 .name span {
    color: #000;
    display: block;
    margin-right: 5px;
}

.cookies {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
    background-color: #FCBB21;
}

.cookies__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    font-family: FavoritPro, sans-serif;
    font-size: 14px;
}

.cookies__text {
    margin-right: 20px;
}

.fz_12 {
    font-size: 12px;
}

.startGame._disabled {
    pointer-events: none;
}

.textNotSkip {
    font-size: 18px;
    text-align: center;
    display: none;
}

.push {
    height: 1000px;
}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1600px) {
    /**/
}

@media only screen and (max-width: 1350px) {
    /**/
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    /**/
    .contain {
        max-width: 992px;
    }
    .manImg_1 {
        left: -22%;
    }
    .messagesWrap {
        padding-left: 0;
    }
    .resultButtons .button_1 {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .resultButtons .button_1._white {
        width: 245px;
    }
    .mainContent._four {
        padding: 80px 0;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    /**/
    .contain {
        max-width: 768px;
    }
    .manImg_1 {
        height: 700px;
        width: 400px;
    }
    .title_1 {
        font-size: 40px;
    }
    .mainContent._two .title_1 {
        font-size: 30px;
    }
    .mainContent._four {
        padding: 50px 0;
    }
    .fastPaymentSystem_content .logo_2 {
        max-width: 210px;
    }
    .startSection .twoButtons .button_1 {
        min-width: 100px;
        margin-right: 15px;
    }
    .phoneElem {
        min-width: 350px;
        max-width: 350px;
        height: 490px;
    }
    .handLeft {
        width: 250px;
        height: 400px;
        left: -180px;
        top: 200px;
    }
    .handRight {
        width: 300px;
        height: 360px;
        right: -170px;
        top: 300px;
    }
    .phoneElem .content {
        -webkit-transform: skew(-11deg) translate(-50%, 0) scale(0.8);
        -ms-transform: skew(-11deg) translate(-50%, 0) scale(0.8);
        transform: skew(-11deg) translate(-50%, 0) scale(0.8);
        width: 63%;
        bottom: 25px;
    }
    .contentError {
        -webkit-transform: skew(-11deg) translate(-50%, -50%) scale(0.8);
        -ms-transform: skew(-11deg) translate(-50%, -50%) scale(0.8);
        transform: skew(-11deg) translate(-50%, -50%) scale(0.8);
        width: 63%;
        left: 41%;
    }
    .timerArea {
        font-size: 25px;
        top: 20px;
        right: 20px;
    }
    .bankName {
        font-size: 18px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    /**/
    .contain {
        max-width: 480px;
    }
    .beforeStartSection {
        padding-bottom: 0;
    }
    .imgWrapContent {
        height: calc(100vh - 152px);
        margin-top: 35px;
        position: relative;
    }
    .imgWrapContent:before {
        content: '';
        width: 200%;
        left: -50%;
        height: 200%;
        background-color: #0095D4;
        display: block;
        position: absolute;
        top: 100%;
        z-index: 1;
    }
    .imgWrapContent .title_2 {
        display: block;
    }
    .imgWrapContent .button_1 {
        display: block;
    }
    .mainContent {
        margin-left: 0;
    }
    .mainContent._one {
        padding: 30px 0 70px;
        z-index: 2;
        position: relative;
        width: 100%;
    }
    .mainContent._one .title_1 {
        display: none;
    }
    .mainContent._one .menuTop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10%;
    }
    .mainContent._one .title_2 {
        text-transform: none;
        font-size: 16px;
        font-weight: 700;
        margin-top: 25px;
    }
    .mainContent._one .twoButtons {
        margin-top: 25px;
    }
    .manImg_1 {
        top: 15%;
        left: -10%;
    }
    .burger_button {
        display: block;
    }
    .menuTop .nav_1 {
        display: none;
    }
    .logo_1 {
        padding: 5px 10px;
    }
    .logo_1 svg {
        height: 33px;
        width: 65px;
    }
    .twoButtons .button_1, .twoButtons .button_2 {
        margin-right: 15px;
    }
    .fastPaymentSystem_content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .fastPaymentSystem_content .logo_2 {
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-top: 20px;
    }
    .mainContent._two {
        width: 100%;
        max-width: 100%;
        padding: 0 0 50px;
    }
    .mainContent._three {
        display: none;
    }
    .startSection {
        min-height: 700px;
    }
    .manImg_2 {
        width: 600px;
        height: 1000px;
        position: absolute;
        right: calc(50% + 80px);
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
        top: 0%;
    }
    .hideSlider {
        display: block;
    }
    .hideSlider .owl-item {
        width: 300px;
    }
    .messagesWrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .messagesArea {
        padding-left: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .phoneElem {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .manText {
        max-width: 100%;
    }
    .manText:before {
        top: 12px;
        left: 50px;
    }
    .manWrapPhoto {
        padding-left: 30px;
        margin-bottom: 10px;
    }
    .manPhoto {
        width: 73px;
        min-width: 73px;
        height: 73px;
    }
    .resultSection {
        background-image: none;
    }
    .manImg_result {
        display: none;
    }
    .mainContent._four {
        width: 100%;
        margin-left: 0;
    }
    .fastPaymentSystem_slider .owl-stage {
        display: block;
    }
    .fastPaymentSystem_slider .item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 0;
        height: auto;
        padding-left: 1px;
    }
    .fastPaymentSystem_slider .item .img {
        position: static;
        width: 200px;
        margin-bottom: 30px;
    }
    .fastPaymentSystem_slider .item .logo_1 {
        padding: 10px 30px;
        border-radius: 20px;
        width: 200px;
        height: 100px;
    }
    .fastPaymentSystem_slider .item .logo_1 svg {
        width: 100%;
        height: 80px;
    }
    .fastPaymentSystem_slider .item .content {
        padding-left: 0;
        width: 100%;
        margin-left: 0;
    }
    .fastPaymentSystem_slider .button_1 {
        position: static;
    }
    .fastPaymentSystem_sliderWrap {
        margin-top: 30px;
    }
    .fastPaymentSystem_sliderWrap .dots_1 {
        position: static;
        margin-top: 20px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 550px) {
    .mainContent._two .title_1 {
        font-size: 24px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    /**/
}

@media only screen and (max-width: 400px) {
    .twoButtons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .twoButtons .button_1, .twoButtons .button_2 {
        margin-right: 0;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 10px;
    }
    .twoButtons .button_1:last-child, .twoButtons .button_2:last-child {
        margin-bottom: 0;
    }
    .manImg_1 {
        left: -8%;
    }
    .phoneElem {
        min-width: 320px;
        max-width: 320px;
        height: 450px;
        margin-top: -70px;
    }
    .phoneElem .content {
        bottom: -20px;
        -webkit-transform: skew(-11deg) translate(-50%, 0) scale(0.7);
        -ms-transform: skew(-11deg) translate(-50%, 0) scale(0.7);
        transform: skew(-11deg) translate(-50%, 0) scale(0.7);
        width: 73%;
        left: 43%;
    }
    .contentError {
        width: 73%;
        left: 40%;
        -webkit-transform: skew(-11deg) translate(-50%, -50%) scale(0.7);
        -ms-transform: skew(-11deg) translate(-50%, -50%) scale(0.7);
        transform: skew(-11deg) translate(-50%, -50%) scale(0.7);
    }
    .timerArea {
        top: 90px;
        right: 30px;
        font-size: 22px;
    }
    .bankName {
        max-width: 150px;
        margin-bottom: 25px;
    }
    .handLeft {
        left: -190px;
    }
    .manText {
        font-size: 14px;
    }
    .cookies__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cookies__text {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    /**/
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    /**/
}
