@font-face {
    font-family: 'FuturaFuturisBlackC';
    src: url(../fonts/FuturaFuturisBlackC.eot);
    src: url(../fonts/FuturaFuturisBlackC.eot?#iefix) format('embedded-opentype'), 
        url(../fonts/FuturaFuturisBlackC.otf) format('otf'), 
        url(../fonts/FuturaFuturisBlackC.svg#FuturaFuturisBlackC) format('svg'), 
        url(../fonts/FuturaFuturisBlackC.ttf) format('truetype'), 
        url(../fonts/FuturaFuturisBlackC.woff) format('woff'), 
        url(../fonts/FuturaFuturisBlackC.woff2) format('woff2');
}
@font-face {
    font-family: 'DrukTextWideCyr';
    src: url(../fonts/DrukTextWideCyr.eot);
    src: url(../fonts/DrukTextWideCyr.eot?#iefix) format('embedded-opentype'), 
        url(../fonts/DrukTextWideCyr.otf) format('otf'), 
        url(../fonts/DrukTextWideCyr.svg#DrukTextWideCyr) format('svg'), 
        url(../fonts/DrukTextWideCyr.ttf) format('truetype'), 
        url(../fonts/DrukTextWideCyr.woff) format('woff'), 
        url(../fonts/DrukTextWideCyr.woff2) format('woff2');
}
body.bg {
    background-color: #680C00;
}

.page {
    width: 600px;
    margin: 0 auto;
    font-family: 'FuturaFuturisBlackC';
    position: relative;
    min-height: 1024px;
}

body.home {
    background-image: url('../img/home-bg.png');
    background-repeat: no-repeat;
    background-position: center 62px;
    background-size: 948px;
}

.header__logo {
    height: 126px;
}
.header__logo_b {
    text-align: center;
}
.page {
    padding-top: 50px;
}
.home__koleso2 {
    width: 521px;
    display: block;
    margin: 0 auto;
}
.text40 {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}
.text23 {
    color: #FEDF49;
    text-align: center;
    font-family: 'DrukTextWideCyr';
    font-size: 23px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-top: -3px;
}
.home__btn {
    padding-bottom: 65px;
    text-align: center;
}
.home__koleso {
    margin-bottom: 63px;
}
.home__koleso + .text40 {
    height: 65px;
}
.btn-k {
    border-radius: 15px;
    background: #FEDF49;
    box-shadow: 0px 0px 20px 0px rgba(249, 246, 190, 0.55);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 27.708px;
    height: 60px;
    color: #680C00;
    text-align: center;
    font-size: 24.614px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    border: 0;
}
.btn-k:hover {
    color: #680C00;
    text-decoration: none;
}
.home__texts {
    height: 100px;
}
.languages {
    position: absolute;
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    top: 65px;
    right: 30px;
}
.languages a {
    color: #FFF;
}
.languages a:hover {
    color: #FFF;
    text-decoration: none;
}
.languages a + a {
    margin-left: 10px;
}
.languages a.active {
    color: #FEDF49;
}
.languages a.active:hover {
    color: #FEDF49;
}
.bigLogo .header__logo {
    height: 170px;
}
.registration .page {
    padding-top: 72px;
    padding-bottom: 230px;
}
.bigLogo .languages {
    top: 27px;
}
body.registration {
    background-image: url('../img/bg-2.png');
    background-repeat: no-repeat;
    background-position: center 56px;
    background-size: 926px;
}
.text32 {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}
body.registration .header__logo_b {
    height: 228px;
}
.mb40 {
    margin-bottom: 40px;
}
.form__input {
    border-radius: 15px;
    background: #FFF;
    padding: 0 26px;
    height: 62px;
    border: 0;
    width: 100%;
    color: #680C00;
    font-size: 21.32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}
.form__input::placeholder {
    opacity: 1;
}
.form__input:active, .form__input:focus {
    border: 0;
    outline: 0;
}
.form__block {
    width: 446px;
    margin: 0 auto;
}
.form__field + .form__field {
    margin-top: 20px;
}
.form__checkbox {
    display: none;
}
.form__label {
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 28px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    height: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}
.form__label:before {
    position: absolute;
    content: '';
    height: 18px;
    width: 18px;
    border-radius: 3px;
    background: #FFF;
    top: 0;
    left: 0;
}
.form__checkbox:checked + .form__label:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 14px;
    top: 4px;
    left: 2px;
    background-image: url('../img/check.svg');
    background-repeat: no-repeat;
}
.form__checkbox_box + .form__checkbox_box {
    margin-top: 8px;
}
.form__label a {
    color: #fff;
    text-decoration: underline;
}
.form__label a:hover {
    color: #fff;
    text-decoration: none;
}
.form__input.input-validation-error {
    border: 2.5px solid #F00;
}
.modal-open {
    overflow: auto!important;
    padding: 0!important;
}
.modal {
    position: absolute;
    padding-right: 0!important;
}
.modal-dialog {
    max-width: 446px;
    padding-top: 55px;
}
.modal-body {
    height: 520px;
    position: relative;
    padding-top: 110px;
    padding-bottom: 42px;
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
    flex-direction: column;
}
.modal__close {
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 16px;
}
.modal-content {
    border-radius: 30px;
    background: #FFF;
    border: 0;
}
.modal-backdrop {
    display: none!important;
}
.text22 {
    color: #680C00;
    text-align: center;
    font-size: 21.32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}
.wheel .languages {
    display: none;
}
.wheel__box {
    margin: 0 auto;
    width: 521px;
    height: 521px;
    position: relative;
}
.wheel__arrow {
    position: absolute;
    height: 45px;
    top: -6px;
    left: calc(50% - 25.5px);
    z-index: 5;
}
.wheel__box {
    width: 521px;
    height: 521px;
    background-image: url('../img/wheel-bg.png');
    background-size: 100%;
    -webkit-transition: -webkit-transform 2s ease-out;
    margin-bottom: 33px;
}
.wheel__light {
    width: 521px;
    height: 521px;
    background-size: 100%;
    
}
.wheel__light.active {
    background-image: url('../img/wheel-bg-active.png');
}
.wheel__light.active .wheel__box {
    background-image: none;
}
body.wheel {
    background-image: url('../img/wheel-bg-full.png');
    background-size: 950px;
    background-repeat: no-repeat;
    background-position: center 63px;
}

.wheel-text40 {
    height: 107px;
}
.wheel__run {
    padding-top: 15px;
}
.wheel__info {
    height: 98px;
}
.wheel__info_t {
    color: #FEDF49;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.wheel__info_p {
    color: #FFF;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}
.wheel__info_p2 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    text-transform: uppercase;
}