html {
    font-family: sans-serif
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

*,
::before,
::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    font: 16px/1.25 sans-serif
}

body {
    min-height: 100%;
    background: #fff 0 0;
    color: #264654
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content-wrap {
    max-width: 1140px;
    margin: 0 auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h5,
.h6 {
    display: block;
    margin: .5em 0;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase
}

h1,
.h1 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 25px
}

h4,
.h4 {
    font-size: 20px
}

.main p {
    margin: 15px 0
}

a,
.link {
    color: #007db6;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

a:hover {
    border-bottom-color: transparent
}

img {
    width: 100%;
    border: medium
}

.btn {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    padding: 0 1.2em;
    border: medium;
    outline: medium;
    background: #297cb3 0 0;
    color: rgba(255, 255, 255, .95);
    font-size: .75rem;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.btn:hover {
    background: #5faad7 0 0
}

.btn:active {
    background: #1a72a3 0 0
}

::-moz-selection {
    background: rgba(229, 90, 41, .75) 0 0;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .25)
}

::-moz-placeholder {
    color: #8c8c8c;
    font-size: 12px;
    text-transform: uppercase
}

::-webkit-input-placeholder {
    color: #8c8c8c;
    font-size: 12px;
    text-transform: uppercase
}

:-ms-input-placeholder {
    color: #8c8c8c;
    font-size: 12px;
    text-transform: uppercase
}

::-ms-input-placeholder {
    color: #8c8c8c;
    font-size: 12px;
    text-transform: uppercase
}

::placeholder {
    color: #8c8c8c;
    font-size: 12px;
    text-transform: uppercase
}

.cf::after {
    content: "";
    display: table;
    clear: both
}

.container {
    position: relative;
    max-width: 1440px;
    margin: auto;
    padding: 0 2.5%
}

.collapsible__heading {
    position: relative
}

.collapsible__toggle {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer
}

.collapsible__toggle::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    height: 10px;
    width: 10px;
    margin: auto;
    border-width: medium 2px 2px medium;
    border-style: none solid solid none;
    border-color: currentcolor;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -o-border-image: none;
    border-image: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 66% 66% 0;
    transform-origin: 66% 66% 0;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

.logo {
    display: table;
    table-layout: fixed;
    border-bottom: medium;
    color: inherit;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

.logo:hover {
    opacity: .8
}

.logo>* {
    display: table-cell;
    vertical-align: middle
}

.logo__pict {
    padding-right: 12px
}

.logo__pict img {
    position: relative;
    top: -2px;
    width: 75px;
    max-width: none
}

.logo__text {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase
}

.logo__uppercase {
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase
}

.actual-info {
    margin: 0;
    padding: 10px 0 0;
    font-size: 18px !important
}

.menu {
    top: 100%;
    left: 0;
    right: 0;
    font-size: .875rem;
    line-height: 1.428
}

.menu__link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3.5%;
    border-bottom-color: transparent;
    letter-spacing: 1px;
    font-weight: 700
}

.menu-toggle {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    height: 23px;
    width: 27px;
    margin: auto;
    cursor: pointer;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

.menu-toggle__line {
    height: 3px;
    background: #297cb3 0 0
}

.menu-toggle__line+.menu-toggle__line {
    margin-top: 7px
}

.subnav {
    border-bottom: 2px solid #f6f6f6;
    background: #fbfbfc 0 0;
    font-weight: 400
}

.subnav__menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-transform: uppercase
}

.subnav__menu .menu__link {
    margin-left: 0;
    margin-right: 1.5rem;
    padding-top: .5em;
    padding-bottom: .5em;
    color: #297cb3
}

.subnav__menu .menu__link:last-child:not(:only-child) {
    margin-right: 0
}

.subnav__menu .menu__link:hover,
.subnav__menu .menu__link--active {
    color: inherit
}

.subnav__menu .collapsible__heading {
    display: none
}

.subnav__menu .collapsible__body {
    display: inline
}

.subnav__menu .collapsible__toggle {
    display: none
}

.header {
    z-index: 1210;
    background: #fff 0 0;
    font-weight: 400;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

.header__in {
    display: table;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.header__in:first-child {
    padding-top: 20px;
    padding-bottom: 5px
}

.header__cell {
    display: table-cell;
    vertical-align: middle
}

.header__logo {
    width: 1%
}

.header__menu {
    position: relative;
    text-transform: uppercase
}

.header__menu .menu__link:hover {
    color: inherit
}

.user-block {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: table;
    margin: auto;
    text-align: right
}

.user-block__login {
    max-width: 10rem;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none
}

.user-block__btn--login {
    background-color: transparent;
    color: #297cb3;
    font-size: 14px;
    font-weight: 700
}

.user-block__btn--login:hover {
    background-color: transparent;
    color: inherit
}



.page--inner .header {
    border-bottom: 2px solid #f7f7f7
}

.vk-container {
    font-family: sans-serif;
    font-size: 15px;
    color: #000;
    text-decoration: none
}

.vk-header {
    background: #dae2e8 0 0;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px
}

.vk-logo {
    background: no-repeat 0 0;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -1px
}

.vk-header-text {
    padding: 5px;
    font-size: 16px;
    line-height: 100%;
    color: #45688e;
    font-weight: 700
}

.vk-avatar img {
    float: left;
    margin-right: 10px
}

.vk-comment,
.vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #dae1e8;
    padding-bottom: 15px
}

.vk-comment:last-child {
    border-bottom: 0
}

.vk-comment-name {
    color: #2b587a;
    font-weight: 700;
    font-size: 12px
}

.vk-comment-text {
    margin-left: 60px
}

.vk-comment-date {
    margin-left: 60px;
    color: #999
}

.main {
    width: 60%;
    float: left;
    border-right: 2px solid #f6f6f6;
    padding: 10px
}

.sidebar {
    float: left;
    width: 35%;
    background-color: #fbfbfc;
    margin: 15px 0 0 20px;
    border: 2px solid #f6f6f6;
    border-radius: 10px;
    padding: 10px
}

.sidebar ul li {
    list-style: outside none none;
    padding-top: 40px;
    font-size: 16px;
    color: #1697ce;
    font-weight: 600
}

.sidebar li img {
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 5px;
    border: 2px solid #f6f6f6
}

.msg ul li {
    list-style: outside none none;
    padding-top: 40px;
    font-size: 16px;
    color: #1697ce;
    font-weight: 600
}

.msg li img {
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 5px;
    border: 2px solid #f6f6f6
}

.vk-comment-text p {
    margin: 0;
    padding: 0
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
/*    background-image: url(../img/content/cross_1.svg);*/
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer
}

.blue-link {
    color: #007db6;
    font-weight: 500;
    text-decoration: underline
}

.sidebar p {
    margin: 5px 0 10px !important
}

.sidebar p a {
    font-size: 17px;
    line-height: 1.2
}


body :not(i) {
    font-family: sans-serif !important
}

p,
ul li,
ol li {
    font-size: 22px !important;
    line-height: 26px !important
}

.prodImg {
    width: 83%
}

.wheel-img {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wheel-img__numbers {
    position: absolute;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wheel-img__number {
    color: #000;
    font-weight: 700;
    font-family: sans-serif;
    position: absolute;
    font-size: 3.5em;
    line-height: 1
}

.wheel-img__number::before {
    content: "%";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    font-size: .7em
}

.wheel-img__number:nth-child(1) {
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.wheel-img__number:nth-child(2) {
    top: 25%;
    left: 75%;
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
    transform: translate(-50%, -50%) rotateZ(45deg)
}

.wheel-img__number:nth-child(3) {
    top: 50%;
    left: 85%;
    -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
    transform: translate(-50%, -50%) rotateZ(90deg)
}

.wheel-img__number:nth-child(4) {
    top: 75%;
    left: 75%;
    -webkit-transform: translate(-50%, -50%) rotateZ(135deg);
    transform: translate(-50%, -50%) rotateZ(135deg)
}

.wheel-img__number:nth-child(5) {
    top: 85%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotateZ(180deg);
    transform: translate(-50%, -50%) rotateZ(180deg)
}

.wheel-img__number:nth-child(6) {
    top: 75%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%) rotateZ(225deg);
    transform: translate(-50%, -50%) rotateZ(225deg)
}

.wheel-img__number:nth-child(7) {
    top: 50%;
    left: 15%;
    -webkit-transform: translate(-50%, -50%) rotateZ(270deg);
    transform: translate(-50%, -50%) rotateZ(270deg)
}

.wheel-img__number:nth-child(8) {
    top: 25%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%) rotateZ(315deg);
    transform: translate(-50%, -50%) rotateZ(315deg)
}

@-webkit-keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1640deg);
        transform: rotate(1640deg)
    }

    to {
        -webkit-transform: rotate(1620deg);
        transform: rotate(1620deg)
    }
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1640deg);
        transform: rotate(1640deg)
    }

    to {
        -webkit-transform: rotate(1620deg);
        transform: rotate(1620deg)
    }
}



.pop-up-layer {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, .7) !important;
    z-index: 99 !important
}

.pop-up-layer-show {
    display: block
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 33%;
    margin: 0 auto;
    background: #fff 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 65px;
    padding-bottom: 20px;
    border-radius: 10px;
    -webkit-animation: .7s ease 0s normal none 1 running pop-up-appear;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    -webkit-animation: .5s ease .6s normal backwards 1 running pop-up-appear-before;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -o-border-image: none;
    border-image: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
    -webkit-animation: .5s ease .6s normal backwards 1 running pop-up-appear-after;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

.text_small {
    font-size: .5em !important;
    font-weight: 400 !important
}

#order {
    display: none
}

@-webkit-keyframes pop-up-appear {
    0% {
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    30% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes pop-up-appear {
    0% {
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    30% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes pop-up-appear-before {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pop-up-appear-before {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important
}

.lead-form-box {
    display: none
}

#lead-form-result {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px;
    padding: 7px;
    font-size: 15px;
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1
}







.afterlose-boxes_item {
    opacity: .6
}

.shake {
    -webkit-animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@-webkit-keyframes shake {

    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes shake {

    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

#boxesContainer {
    width: 100%;
    margin: auto;
    max-width: 600px
}

.boxes,
.boxes cbox,
.boxes img {
    width: 100%
}

.instructions {
    padding: 10px;
    background-color: #232f3e;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45);
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45);
    color: #fff
}

#tries_count {
    font-size: 19px
}

.boxes {
    margin: 10px 0
}

.boxes_item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 32.5%;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.boxes_item.afterlose-boxes_item {
    cursor: default
}

.boxes_item.afterlose-boxes_item:hover {
    -webkit-transform: none;
    transform: none
}

.boxes_item:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.win_prize {
    font-size: 55px;
    font-weight: 700;
    color: #e72c2a;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin: 0 !important
}

.comment-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0
}

.user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px
}

.user-info img {
    width: 50px !important;
    -webkit-box-flex: 50px;
    -ms-flex: 50px 0 0px;
    flex: 50px 0 0;
    margin: 0 !important
}

.user-info>div:last-child {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 700
}

.user-message {
    font-size: 16px;
    line-height: 1.4
}

.mycity {
    color: #fff;
    font-size: 11px;
    background: #70b3d2 0 0;
    padding: 2px 4px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    margin-left: 4px
}

.prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.old_price,
.new_price {
    margin-right: 10px
}

.new_price {
    color: red
}

.old_price {
    text-decoration: line-through
}

.mt-5 {
    margin-top: 5px
}

.pt-5 {
    padding-top: 5px
}

.mr-5 {
    margin-right: 5px
}

.pr-5 {
    padding-right: 5px
}

.mb-5 {
    margin-bottom: 5px
}

.pb-5 {
    padding-bottom: 5px
}

.ml-5 {
    margin-left: 5px
}

.pl-5 {
    padding-left: 5px
}

.mt-10 {
    margin-top: 10px
}

.pt-10 {
    padding-top: 10px
}

.mr-10 {
    margin-right: 10px
}

.pr-10 {
    padding-right: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.pb-10 {
    padding-bottom: 10px
}

.ml-10 {
    margin-left: 10px
}

.pl-10 {
    padding-left: 10px
}

.mt-15 {
    margin-top: 15px
}

.pt-15 {
    padding-top: 15px
}

.mr-15 {
    margin-right: 15px
}

.pr-15 {
    padding-right: 15px
}

.mb-15 {
    margin-bottom: 15px
}

.pb-15 {
    padding-bottom: 15px
}

.ml-15 {
    margin-left: 15px
}

.pl-15 {
    padding-left: 15px
}

.mt-20 {
    margin-top: 20px
}

.pt-20 {
    padding-top: 20px
}

.mr-20 {
    margin-right: 20px
}

.pr-20 {
    padding-right: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.ml-20 {
    margin-left: 20px
}

.pl-20 {
    padding-left: 20px
}

.mt-25 {
    margin-top: 25px
}

.pt-25 {
    padding-top: 25px
}

.mr-25 {
    margin-right: 25px
}

.pr-25 {
    padding-right: 25px
}

.mb-25 {
    margin-bottom: 25px
}

.pb-25 {
    padding-bottom: 25px
}

.ml-25 {
    margin-left: 25px
}

.pl-25 {
    padding-left: 25px
}

.mt-30 {
    margin-top: 30px
}

.pt-30 {
    padding-top: 30px
}

.mr-30 {
    margin-right: 30px
}

.pr-30 {
    padding-right: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.ml-30 {
    margin-left: 30px
}

.pl-30 {
    padding-left: 30px
}

.mt-35 {
    margin-top: 35px
}

.pt-35 {
    padding-top: 35px
}

.mr-35 {
    margin-right: 35px
}

.pr-35 {
    padding-right: 35px
}

.mb-35 {
    margin-bottom: 35px
}

.pb-35 {
    padding-bottom: 35px
}

.ml-35 {
    margin-left: 35px
}

.pl-35 {
    padding-left: 35px
}

.mt-40 {
    margin-top: 40px
}

.pt-40 {
    padding-top: 40px
}

.mr-40 {
    margin-right: 40px
}

.pr-40 {
    padding-right: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.ml-40 {
    margin-left: 40px
}

.pl-40 {
    padding-left: 40px
}

.mt-45 {
    margin-top: 45px
}

.pt-45 {
    padding-top: 45px
}

.mr-45 {
    margin-right: 45px
}

.pr-45 {
    padding-right: 45px
}

.mb-45 {
    margin-bottom: 45px
}

.pb-45 {
    padding-bottom: 45px
}

.ml-45 {
    margin-left: 45px
}

.pl-45 {
    padding-left: 45px
}

.mt-50 {
    margin-top: 50px
}

.pt-50 {
    padding-top: 50px
}

.mr-50 {
    margin-right: 50px
}

.pr-50 {
    padding-right: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.ml-50 {
    margin-left: 50px
}

.pl-50 {
    padding-left: 50px
}

.mt-75 {
    margin-top: 75px
}

.pt-75 {
    padding-top: 75px
}

.mr-75 {
    margin-right: 75px
}

.pr-75 {
    padding-right: 75px
}

.mb-75 {
    margin-bottom: 75px
}

.pb-75 {
    padding-bottom: 75px
}

.ml-75 {
    margin-left: 75px
}

.pl-75 {
    padding-left: 75px
}

.mt-100 {
    margin-top: 100px
}

.pt-100 {
    padding-top: 100px
}

.mr-100 {
    margin-right: 100px
}

.pr-100 {
    padding-right: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.ml-100 {
    margin-left: 100px
}

.pl-100 {
    padding-left: 100px
}

.w-5 {
    width: 5%
}

.h-5 {
    height: 5%
}

.maxw-5 {
    max-width: 5%
}

.maxh-5 {
    max-height: 5%
}

.w-10 {
    width: 10%
}

.h-10 {
    height: 10%
}

.maxw-10 {
    max-width: 10%
}

.maxh-10 {
    max-height: 10%
}

.w-15 {
    width: 15%
}

.h-15 {
    height: 15%
}

.maxw-15 {
    max-width: 15%
}

.maxh-15 {
    max-height: 15%
}

.w-20 {
    width: 20%
}

.h-20 {
    height: 20%
}

.maxw-20 {
    max-width: 20%
}

.maxh-20 {
    max-height: 20%
}

.w-25 {
    width: 25%
}

.h-25 {
    height: 25%
}

.maxw-25 {
    max-width: 25%
}

.maxh-25 {
    max-height: 25%
}

.w-30 {
    width: 30%
}

.h-30 {
    height: 30%
}

.maxw-30 {
    max-width: 30%
}

.maxh-30 {
    max-height: 30%
}

.w-35 {
    width: 35%
}

.h-35 {
    height: 35%
}

.maxw-35 {
    max-width: 35%
}

.maxh-35 {
    max-height: 35%
}

.w-40 {
    width: 40%
}

.h-40 {
    height: 40%
}

.maxw-40 {
    max-width: 40%
}

.maxh-40 {
    max-height: 40%
}

.w-45 {
    width: 45%
}

.h-45 {
    height: 45%
}

.maxw-45 {
    max-width: 45%
}

.maxh-45 {
    max-height: 45%
}

.w-50 {
    width: 50%
}

.h-50 {
    height: 50%
}

.maxw-50 {
    max-width: 50%
}

.maxh-50 {
    max-height: 50%
}

.w-75 {
    width: 75%
}

.h-75 {
    height: 75%
}

.maxw-75 {
    max-width: 75%
}

.maxh-75 {
    max-height: 75%
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.maxw-100 {
    max-width: 100%
}

.maxh-100 {
    max-height: 100%
}

.d-none {
    display: none !important
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-fill-no-shrink {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-fill-100per {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.flex-no-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

body.js-popup {
    overflow-y: hidden
}

.js-d-none {
    display: none !important
}

.b-lazy {
    opacity: 0
}

.b-loaded {
    opacity: 1
}

.social-links-telegram,
.social-links-facebook,
.social-links-youtube {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-links-telegram {
    background-color: #007ebd
}

.social-links-telegram:hover {
    background-color: #00aeff
}

.social-links-telegram svg {
    width: 11px;
    height: 11px;
    fill: #fff;
    margin-right: 2px
}

.social-links-facebook {
    background-color: #3754a0
}

.social-links-facebook:hover {
    background-color: #1178f2
}

.social-links-facebook svg {
    width: 6px;
    height: 13px;
    fill: #fff
}

.social-links-youtube {
    background-color: #b71a20
}

.social-links-youtube:hover {
    background-color: #fe0000
}

.social-links-youtube svg {
    width: 13px;
    height: 9px;
    fill: #fff
}

.icon-like {
    fill: #4c5b6b
}


@media only screen and (min-width:960px) {
    .header__menu {
        margin-left: 3%
    }
}

@media only screen and (max-width:1024px) {

    h1,
    .h1 {
        font-size: 30px
    }

    h3,
    .h3 {
        font-size: 20px
    }
}

@media (max-width:1024px) {
    .close-popup {
        right: 0 !important
    }
}

@media (max-width:980px) {
    .main {
        width: auto
    }

    .sidebar {
        display: none
    }
}

@media only screen and (max-width:960px) {
    .menu-toggle {
        right: 15px !important
    }

    .header__in {
        padding: 0
    }

    .header__cell {
        display: block
    }

    .header__logo {
        position: relative;
        z-index: 110;
        width: auto;
        padding: 10px 2.5%;
        background: #fff 0 0
    }

    .header__menu {
        display: none;
        position: absolute;
        z-index: 100;
        background: #297cb3 0 0;
        color: #fff
    }

    .header__menu .menu__link {
        background: #297cb3 0 0;
        color: #fff
    }

    .actual-info {
        padding-left: 2.5%;
        padding-right: 2.5%
    }

    .user-block {
        position: static;
        float: none;
        display: table;
        width: 100%;
        border-top: 1px solid #2570a1;
        background: #297cb3 0 0;
        text-align: left
    }

    .user-block__login {
        max-width: 12rem;
        font-size: 14px;
        text-transform: uppercase
    }

    .user-block__btn {
        position: relative;
        height: 60px;
        line-height: 60px;
        background-color: transparent;
        font-size: 14px
    }

    .user-block__btn:hover {
        background-color: transparent;
        color: #297cb3
    }

    .user-block__btn--login {
        width: 100%;
        padding: 0 2.5%;
        color: #fff;
        text-align: left;
        font-weight: 400
    }

    [class*=user-block__btn--log]:hover {
        background-color: #2570a1;
        color: #fff !important
    }

    .header__menu .menu__link {
        float: none;
        display: block;
        margin: 0;
        padding: 20px 2.5%
    }

    .header__menu .menu__link:hover,
    .header__menu .menu__link--active {
        background-color: #2570a1;
        color: #fff
    }

    .header__menu .menu__link+.menu__link {
        border-top: 1px solid #2570a1
    }

    .header__menu .menu__link br {
        display: none
    }

    .menu-toggle {
        z-index: 110;
        display: block
    }
}

@media only screen and (max-width:800px) {
    .page {
        display: block
    }

    .collapsible__toggle {
        display: block
    }

    .collapsible__body {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .subnav__menu {
        margin: 0 -2.5%;
        padding: 0
    }

    .subnav__menu .menu__link {
        display: block;
        width: auto;
        padding: 1em 2.5%;
        margin-right: 0
    }

    .subnav__menu .menu__link:not(:only-of-type) {
        border-top: 1px solid #e6e6e6
    }

    .subnav__menu .collapsible__heading {
        display: block
    }

    .subnav__menu .collapsible__body {
        display: none
    }

    .subnav__menu .collapsible__toggle {
        display: block
    }
}

@media (max-width:768px) {
    .sidebar {
        display: none
    }

    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-50,
    .card__item__sale .card__item__sale-30 {
        font-size: 22px !important
    }
}

@media (max-width:767px) {

    .social-links-telegram,
    .social-links-facebook,
    .social-links-youtube {
        width: 25px;
        height: 25px
    }
}

@media all and (max-width:750px) {
    .close-popup {
        right: -1px
    }

    .obutton {
        margin: 10px 0;
        display: inline-block
    }
}

@media (max-width:700px) {

    .door_box,
    .door {
        width: 90px;
        height: 190px
    }

    .door__sales {
        font-size: 23px !important
    }

    #form-block {
        margin-bottom: 30px !important
    }

    .door__title {
        font-size: 17px
    }

    .door__sales {
        font-size: 20px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
        padding: 30px 5px
    }

    .door {
        background-size: contain
    }

    #door__2 {
        background-size: contain
    }

    #door__3 {
        background-size: contain
    }
}

@media only screen and (max-width:640px) {
    html {
        font-size: 15px
    }

    h1,
    .h1 {
        font-size: 18px
    }

    h3,
    .h3 {
        font-size: 17px
    }

    h4,
    .h4 {
        font-size: 17px;
        margin: 4.5em 0 0
    }

    .container {
        padding-left: 40px;
        padding-right: 40px
    }

    .header__in {
        padding: 0
    }

    .header__logo {
        padding-left: 40px;
        padding-right: 40px
    }

    .actual-info {
        padding-left: 40px;
        padding-right: 40px;
        color: #aaa;
        text-align: center
    }

    .user-block__btn--login {
        padding: 0 40px
    }

    .menu .menu__link {
        padding-left: 40px;
        padding-right: 40px
    }

    .subnav__menu {
        margin: 0 -40px
    }

    

    .menu-toggle {
        display: block
    }
}

@media only screen and (max-width:576px) {
    .wheel-img__number {
        font-size: 1.95em
    }

    .wheel-img__number::before {
        top: 100%
    }
}

@media (max-width:540px) {
    .boxes_item {
        width: 31%
    }
}

@media all and (max-width:520px) {
    .close-popup {
        right: -1px
    }

    .wheel {
        width: 260px !important;
        height: 260px !important
    }

    .cursor-text {
        line-height: 45px !important;
        font-size: 12px !important
    }

    .close-popup {
        right: 0 !important
    }
}

@media screen and (max-width:520px)and (max-width:345px) {
    .wheel {
        width: 250px !important;
        height: 250px !important
    }

    .cursor-text {
        line-height: 40px !important;
        font-size: 11px !important
    }
}

@media (max-width:500px) {
    .header__logo {
        padding-left: 0;
    }
}

@media (max-width:479px) {
    .win_prize {
        font-size: 30px
    }
}

@media (max-width:426px) {

    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-50,
    .card__item__sale .card__item__sale-30 {
        font-size: 15px !important
    }
}

@media (max-width:372px) {
    .header {
        position: absolute !important;
        top: 0;
        left: 0;
        z-index: 1210;
        background: #fff 0 0;
        font-weight: 400;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: all .25s ease 0s;
        transition: all .25s ease 0s
    }

    .sidebar {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0
    }
}

@media (max-width:371px) {

    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-50,
    .card__item__sale .card__item__sale-30 {
        font-size: 11px !important
    }
}

@media (max-width:360px) {
    .door_box+.door_box {
        margin-left: 5px
    }

    .door__sales {
        font-size: 19px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
        padding: 30px 5px
    }
}

@media (max-width:342px) {
    .header {
        position: absolute !important;
        top: 0;
        left: 0;
        z-index: 1210;
        background: #fff 0 0;
        font-weight: 400;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: all .25s ease 0s;
        transition: all .25s ease 0s
    }

    .main {
        padding-top: 143px;
        width: 100% !important;
        float: left;
        border-right: 2px solid #f6f6f6;
        padding: 10px;
        max-width: 100%
    }
}

@media (max-width:339px) {
    .sidebar {
        margin: 0 auto !important;
        display: block;
        width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width:328px) {
    .header {
        position: absolute !important;
        top: 0;
        left: 0;
        z-index: 1210;
        background: #fff 0 0;
        font-weight: 400;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: all .25s ease 0s;
        transition: all .25s ease 0s
    }

    .main {
        padding-top: 143px;
        width: 100% !important;
        float: left;
        border-right: 2px solid #f6f6f6;
        padding: 10px;
        max-width: 100%
    }

    .sidebar {
        margin: 0 auto !important;
        display: block;
        width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width:319px) {
    .boxes>div {
        width: 48%
    }

    .win_prize {
        font-size: 15px
    }
}