#linkToTest,
#web-push span,
.btn,
.censor-box,
.link,
.menu-toggle,
a {
    cursor: pointer
}

#bottom-ads-block,
.page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.cf::after,
.clear {
    clear: both
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.btn,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.header__menu,
.logo__text,
.logo__uppercase,
.subnav__menu,
h1,
h2,
h3,
h4,
h5 {
    text-transform: uppercase
}

.cf::after,
.collapsible__toggle::after {
    content: ""
}

.btn,
a:active,
a:hover {
    outline: 0
}

.btn,
.menu__link {
    letter-spacing: 1px
}

#header div:first-child a:hover,
.btn,
.link,
.vk-container,
a {
    text-decoration: none
}

#page,
.btn,
.collapsible__heading,
.container,
.header,
.header__menu,
.logo__pict img,
.row4-box,
.vk-comment,
.vk-comment-load {
    position: relative
}

.btn,
.logo__text {
    white-space: nowrap
}

body {
    margin: 0;
    min-height: 100%;
    background: #fff;
    color: #264654
}

.pop-up-layer-show,
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
}

b,
strong {
    font-weight: 700
}

*,
::after,
::before {
    -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 Slab", serif;
    font-family: sans-serif !important
}

#bottom-ads-block,
#header div:first-child a,
.block-11,
.vk-container,
.wheel-img__number,
body {
    font-family: sans-serif
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content-wrap {
    max-width: 1176px;
    padding: 0 1.5em;
    margin: 0 auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5 {
    display: block;
    margin: .5em 0;
    line-height: 1.2;
    font-weight: 700
}

.h1,
h1 {
    font-size: 2.25rem
}

.h3,
h3 {
    font-size: 1.125rem
}

.h4,
h4 {
    font-size: 1.0625rem
}

.main p {
    margin: 1.6em 0
}

.link,
a {
    color: #007db6;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.btn,
.my-a-button {
    -webkit-transition: .2s;
    -o-transition: .2s
}

a:hover {
    border-bottom-color: transparent
}

.btn,
img {
    border: none
}

img {
    max-width: 100%
}

.btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    padding: 0 1.2em;
    background: #297cb3;
    color: rgba(255, 255, 255, .95);
    font-size: .75rem;
    text-align: center;
    transition: .2s
}

.collapsible__toggle::after,
.header,
.logo,
.menu-toggle {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.btn:hover {
    background: #5faad7
}

.btn:active {
    background: #1a72a3
}

::-moz-selection {
    background: rgba(229, 90, 41, .75);
    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 {
    display: table
}

.container {
    max-width: 1176px;
    margin: auto;
    padding: 0 1.5em;
}

.collapsible__toggle {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer
}

.collapsible__toggle::after {
    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);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 66% 66% 0;
    -ms-transform-origin: 66% 66% 0;
    transform-origin: 66% 66% 0
}

.logo {
    display: table;
    table-layout: fixed;
    border-bottom: none;
    color: inherit
}

.logo:hover {
    opacity: .8
}

.header__cell,
.logo>* {
    display: table-cell;
    vertical-align: middle
}

.logo__pict {
    padding-right: 12px
}

.logo__pict img {
    top: -2px;
    width: 56px;
    max-width: none
}

.logo__text {
    font-size: 14px;
    font-weight: 700
}

.logo__uppercase {
    font-size: 32px;
    line-height: 1
}

.actual-info {
    margin: 0;
    padding-bottom: 15px;
    font-size: .875rem
}

.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;
    font-weight: 700
}

.menu-toggle,
.user-block {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute
}

.menu-toggle,
.subnav__menu .collapsible__heading {
    display: none
}

.header,
.subnav {
    font-weight: 400
}

.menu-toggle {
    right: 20px;
    height: 23px;
    width: 27px
}

.menu-toggle__line {
    height: 3px;
    background: #297cb3
}

.menu-toggle__line+.menu-toggle__line {
    margin-top: 7px
}

.subnav {
    border-bottom: 2px solid #f6f6f6;
    background: #fbfbfc
}

.subnav__menu {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.subnav__menu .menu__link {
    margin-left: 0;
    padding-top: .5em;
    padding-bottom: .5em;
    color: #297cb3
}

.header__menu .menu__link:hover,
.subnav__menu .menu__link--active,
.subnav__menu .menu__link:hover {
    color: inherit
}

.subnav__menu .menu__link:last-child:not(:only-child) {
    margin-right: 0
}

.subnav__menu .collapsible__body,
.subnav__menu .collapsible__heading {
    display: inline
}

#order,
.hideForm,
.subnav__menu .collapsible__toggle {
    display: none
}

.header {
    z-index: 1210;
    background: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__in {
    display: table;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0
}

.header__in:first-child {
    padding-top: 0;
    padding-bottom: 5px
}

.header__logo {
    width: 1%
}

.user-block {
    right: 0;
    display: table;
    text-align: right
}

.user-block__login {
    max-width: 10rem;
    font-size: 13px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: none
}

.comeback-btn,
.door__title,
.my-a-button,
.ord_button,
.pop-up-button {
    text-transform: uppercase
}

.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
}

.footer {
    padding: 25px 0;
    border-top: 3px solid #f2f2f2;
    background: #fff;
    font-size: 14px;
    line-height: 1.4285;
    font-weight: 400;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: auto
}



@media only screen and (max-width:1024px) {

    .h1,
    h1 {
        font-size: 30px
    }

    .h3,
    h3 {
        font-size: 17px
    }
}

@media only screen and (min-width:960px) {
    .header__menu {
        margin-left: 3%
    }
}

@media only screen and (max-width:960px) {

    .header__menu .menu__link+.menu__link,
    .user-block {
        border-top: 1px solid #2570a1
    }

    .header__in {
        padding: 0
    }

    .header__cell {
        display: block
    }

    .header__logo {
        position: relative;
        z-index: 110;
        width: auto;
        padding: 10px 2.5%;
        background: #fff
    }

    .header__menu {
        display: none;
        position: absolute;
        z-index: 100;
        background: #297cb3;
        color: #fff
    }

    .header__menu .menu__link {
        background: #297cb3;
        color: #fff;
        float: none;
        display: block;
        margin: 0;
        padding: 20px 2.5%
    }

    .actual-info {
        padding-left: 2.5%;
        padding-right: 2.5%
    }

    .user-block {
        position: static;
        float: none;
        display: table;
        width: 100%;
        background: #297cb3;
        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--active,
    .header__menu .menu__link:hover {
        background-color: #2570a1;
        color: #fff
    }

    .header__menu .menu__link br {
        display: none
    }

    .menu-toggle {
        z-index: 110;
        display: block
    }
}

@media only screen and (max-width:800px) {

    .collapsible__toggle,
    .page {
        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,
    .subnav__menu .collapsible__toggle {
        display: block
    }

    .subnav__menu .collapsible__body {
        display: none
    }
}

.vk-comment-date,
.vk-comment-text {
    margin-left: 60px
}

.vk-container {
    font-size: 15px;
    color: #353434;
}

.vk-header {
    background: #dae2e8;
    padding: 4px 4px 4px 6px;
    margin-bottom: 40px
}

.vk-logo {
    background: no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -1px
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: #45688e;
    font-weight: 700
}

.photo,
.vk-avatar img {
    float: left;
    margin-right: 10px
}

.vk-comment,
.vk-comment-load {
    margin-bottom: 15px;
    border-bottom: 1px solid #dae1e8;
    padding-bottom: 15px
}

.main,
.sidebar {
    float: left;
    padding: 10px
}

.vk-comment:last-child {
    border-bottom: 0
}

.vk-comment-name {
    color: #2b587a;
    font-weight: 700;
    font-size: 12px
}

.vk-comment-date {
    color: #999
}

.main {
    width: 72.34043%;
}

.sidebar {
    width: 27.65957%;
    border-radius: 10px
}

.msg li img,
.sidebar li img {
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 5px;
    border: 2px solid #f6f6f6
}

.msg ul li,
.sidebar ul li {
    list-style: none;
    padding-top: 40px;
    font-size: 16px;
    color: #1697ce;
    font-weight: 600
}

@media (max-width:980px) {
    .main {
        width: 100%
    }

    .sidebar {
        display: none
    }
}

#bottom-ads-block .teaser-box p,
.left-img-box p,
.vk-comment-text p {
    margin: 0;
    padding: 0
}

#header div:last-child,
#web-push,
.comnt-doc div:first-child,
.comnt-doc div:last-child {
    padding-top: 10px
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

#header,
#main-row1,
#main-row3 em,
#main-row4 h3:first-child,
.post-date {
    margin-bottom: 20px
}

#web-push,
.bg-row-li li,
.landingForm input.valid,
.post-date span:first-child,
.post-date span:last-child {
    background-repeat: no-repeat
}

#form,
#main-row3 .hot_call,
.form-bottom,
.my-a-button,
.sbmt-btn {
    text-align: center
}

.muted-text {
    color: #bfbfbf;
    font-weight: 500
}

#green-row p,
#header div:first-child a,
#main-row1 h3,
#main-row2 div:last-child span:first-child,
#main-row4 h3:first-child,
#web-push h4,
.bg-red,
.comnt-doc,
.comnt-label,
.dialog h4,
.dialog p span,
.dialog_p1,
.row4-box p:first-child,
.sbm-btn,
.text-red {
    font-weight: 600
}

#linkToTest {
    color: #00f
}

#linkToTest:hover {
    color: #00f;
    text-decoration: underline
}

#header {
    background-color: #009c57;
    color: #fff;
    padding: 20px 0
}

#page {
    z-index: 5
}

.bg-row-li {
    margin-top: 15px;
    margin-bottom: 5%;
    margin-left: 5%
}

.bg-row-li p {
    font-size: 1.3em;
    margin-top: 25px
}

.bg-row-li li {
    margin-bottom: 10px;
    font-size: 1.2em;
    padding-left: 25px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAATCAMAAACeNWzcAAAANlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3dmhyAAAAEXRSTlMAOt/l19JFP/LMrkkVp4QbGuPAyscAAABLSURBVAjXZc5ZDgAhCANQ3Gdxlt7/spqIKVG+XggpFTvVTf3pmL6AoHbB2ANeXbqjOncn9R2BMw+/AB6z5S0TmMtva4ePzaQW2aYBMlYC7oZsbD0AAAAASUVORK5CYII=);
    background-position: 2px 7px
}

.bg-red {
    background-color: #f4d4d4;
    padding: 25px 35px;
    font-size: 1.2em
}

#header div:first-child a {
    font-size: 2.5em;
    color: #fff;
    text-decoration: none;
    margin-left: 20px
}

#header div:first-child span:last-child {
    font-size: 1.4em;
    margin-left: 20px
}

#header div:last-child a:last-child {
    font-size: 1.4em;
    color: #fff;
    padding: 7px 20px;
    text-decoration: none;
    border: 1px solid #fff;
    margin-left: 40px
}

.comnt-doc,
.post-date {
    border-bottom: 1px solid #b3b3b3
}

#sidebar {
    margin-top: 272px
}

#sidebar img {
    z-index: 9
}

#green-row {
    background-color: #96d8be;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 25px 0
}

.bg-grey,
.bg-grey-video {
    background-color: #dcd9d9
}

#green-row div:last-child {
    padding: 5px 0
}

#green-row p {
    font-size: 1.1em
}

#green-row img {
    margin-left: -25px
}

.post-date {
    padding: 9px 0
}

.post-date span {
    color: #b3b3b3;
    font-size: 1.3em;
    padding-left: 30px
}

.post-date span:first-child {
    margin-left: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAMAAADH72RtAAAAPFBMVEX///+7v7/f4eH5+vrFycny8/PLzs6/w8Pc3t7n6enX2trU1tbDxsbIy8vQ0tLj5OTt7u7s7e319vbz9PRoMI0DAAAAc0lEQVQY042MWw7CMAwEncQv6jht4f53ZXGF+ELqaCVvRrEJnJknxs4qdKGAaPDKqPfhHMHubj2049fLWotoHzoGDxIY1TIrv+bHZeaDeqexEW1of0z4Wu6KoJXZxV2OEAm0u3cslVl1Img3t57TilaxHG/4OAV8zfQG4AAAAABJRU5ErkJggg==);
    background-position: 0 3px
}

.post-date span:last-child {
    margin-left: 40px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAALCAMAAABFyS02AAAAP1BMVEX///+7v7++wsLc3t7n6en19vbGycn3+Pjy8/P7+/vO0dHIy8vV19fS1dXBxMTN0NDw8fHr7Ozf4eHKzc3DxsbGjRD4AAAAdElEQVQI103OWQ7DMAhF0Vcwg+3YzrT/tRaURur9PAIEfom74C8b9Ilo2CtnwJCeeD6yEevgHFOmLYWp+GRNml6IAbkZMhOCBHwLqq6K9lADmlagxL5pilrcLUDaZZV752orJds7teJeGvUdb8eieOo6kH0BKPcDPFIIe6YAAAAASUVORK5CYII=);
    background-position: 0 5px
}

#main-row2 div:last-child span:first-child {
    color: red;
    font-size: 1.4em;
    margin-left: -15px
}

.comnt-doc {
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-top: 2px solid red;
    font-size: 1.4em;
    padding: 0 10px;
    background-size: 120px
}

#main-row3 {
    padding-top: 20px
}

#main-row3 p,
.box-text,
.dialog p span,
.dialog_p1,
.dialog_p2,
.row4-box p:first-child,
.row4-box p:last-child {
    font-size: 1.2em
}

#main-row3 .hot_call p {
    font-size: 2.7em;
    color: #2f98b4;
    line-height: .8em
}

#main-row3 .hot_call p span {
    font-size: .5em
}

#main-row3 img,
.dialog {
    margin-bottom: 40px
}

#main-row3 em,
.dialog b {
    font-size: 1.3em
}

#main-row4 h3:first-child {
    font-size: 1.5em;
    color: #478f8e;
    padding: 10px 0 10px 5px;
    border-bottom: 3px solid #478f8e
}

.row4-box {
    padding-left: 120px;
    margin-top: 30px
}

.row4-box img {
    position: absolute;
    top: -20px;
    left: 1px;
    border-radius: 60px;
    width: 100px
}

.box-text {
    color: #bfbfbf;
    margin-top: 20px
}

#main-row6 {
    margin-bottom: 30px
}

.comnt-label {
    color: #009c57;
    font-size: 1.5em;
    border-top: 3px solid #009c57;
    padding-top: 15px;
    margin-bottom: 10px
}

.dialog h4 {
    color: red;
    font-size: 1.65em
}

.dialog ul,
.form-bottom p {
    font-size: 1.2em;
    margin-top: 10px
}

.dialog p span {
    color: #bfbfbf
}

.opros,
.text-red {
    font-size: 1.4em
}

.error,
.text-red {
    color: red
}

.bg-grey {
    padding: 10px 15px
}

#form,
.bg-grey-video {
    padding: 15px
}

#form {
    background-color: #2989d7;
    color: #fff
}

.block-form {
    margin-left: 20px
}

.inner-form {
    border: 3px dashed #fff;
    padding: 3% 5%
}

.form-bottom p {
    padding-bottom: 10px;
    color: #bfbfbf
}

.form-bottom a span {
    padding: 3px 18px;
    border-radius: 10px
}

#footer {
    margin-top: 30px;
    background-color: #e5e5e5;
    padding: 20px 0
}

.comeback-content,
.foot-box1 {
    padding-top: 15px
}

.landingForm input {
    color: #000;
    width: 100%;
    height: 40px;
    border-radius: 0;
    outline: 0;
    padding-left: 10px;
    margin-bottom: 15px
}

.landingForm input.valid {
    border: 3px solid green;
    background-position: 97% 2px
}

.landingForm input.error {
    border: 2px solid red
}

.landingForm button {
    background-color: #00c048;
    padding: 10px 20px;
    font-size: 25px;
    margin-top: 10px
}

#web-push {
    position: fixed;
    top: -500px;
    left: 30px;
    width: 450px;
    height: 170px;
    padding-left: 110px;
    padding-right: 10px;
    background-image: url(/img/mv_logo.png);
    background-position: 15px 17px;
    background-color: #edebe9;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

#web-push h4 {
    font-size: .9em
}

#web-push span {
    padding: 6px 15px;
    font-size: 1em;
    background-color: #f9f9f9;
    margin-right: 5px
}

#web-push span:hover {
    background-color: #b1a5a5
}

#web-push span:last-child {
    background-color: #00c048;
    color: #fff
}

#web-push span:last-child:hover {
    background-color: #088035
}

#web-push-inner p:last-child {
    text-align: right;
    margin-top: 20px
}

@media (max-width:480px) {
    body {
        font-size: 1.2em
    }

    #main-row1 h3 {
        font-size: 1.8em
    }

    #message-window,
    #web-push {
        display: none
    }
}

.my-a,
.my-a-button:focus,
.my-a:hover {
    color: inherit !important;
    text-decoration: inherit !important
}

.my-input {
    width: 80%;
    height: 40px;
    -webkit-box-shadow: 0 0 2px #505050;
    box-shadow: 0 0 2px #505050;
    padding: 0 0 0 7px;
    margin: 5px 0 10px;
    border: 2px solid #3b9ff1;
    border-radius: 3px;
    color: #000
}

.my-input:focus {
    border: 2px solid #807f7f;
    border-radius: 3px
}

.my-a-button {
    background: #f14e4e;
    padding: 3% 15%;
    color: #fff;
    border-radius: 3px;
    width: 80%;
    margin: 0 auto;
    margin-top: 5px !important;
    max-width: 80%;
    font-size: 120%;
    display: block;
    transition: .2s
}

.my-a-button:hover {
    color: inherit !important;
    text-decoration: inherit !important;
    background: #e62828;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.my-a-button:active {
    background: #f14e4e
}

#created-button-1,
#created-button-2 {
    line-height: 30px !important
}

.pl_spacer_geo_detect {
    font-size: inherit !important;
    color: inherit !important;
    font-weight: inherit !important
}

@media screen and (max-width:480px) {
    .my-a-button {
        font-size: 120%;
        padding: 2% 10%;
        width: 100% !important
    }

    .inner-form b {
        font-size: 70% !important
    }

    .inner-form {
        border: 3px dashed #fff;
        padding: 5px 2px
    }

    .btn,
    .btn-lg,
    .btn-primary {
        width: 100%;
        font-size: 90%;
        padding: 8px 10px
    }
}

@media screen and (max-width:400px) {
    .my-a-button {
        font-size: 120%;
        padding: 2% 5%;
        width: 100% !important
    }

    .test li {
        width: 100% !important;
        text-align: left;
        padding: 0 25%
    }

    .test-item {
        min-width: 100% !important;
        max-width: 100% !important
    }

    .answer {
        background-image: none !important;
        background-color: initial !important;
        padding-left: 0 !important
    }
}

@media screen and (max-width:315px) {
    .comment-footer span {
        background-image: none !important;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .comment-footer span:last-child {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAOVBMVEUAAABYkP9YkP9YkP9YkP9YkP9YkP9YkP/////1+P9qnP/T4v9flf+Ptf+CrP/r8v/o8P+1zv+Xuv8FYJuXAAAAB3RSTlMAmNcwCsOf4l+qEAAAAHZJREFUGNN1kIsOwyAIRSc+LqjtHv//sWOCdWnTkxj05EoCjztiIIBCPEQKcEJyk+1d9WRzntll5EYfGG/uUOIKbdwwY6S1dzyZRT4AqYIiUvnHpveT2k3RUlLtY1jq5e2j1tYwGUMV/FHWQE6eQ5Yjk67LueELBmIGCFNPVmAAAAAASUVORK5CYII=) !important
    }

    .my-logo-img {
        width: auto;
        display: inline-table;
        max-width: 90%
    }

    .test li {
        display: table !important;
        text-align: left;
        padding: 0 25%
    }
}

@media screen and (max-width:323px) {
    .post-date span:last-child {
        width: 100%;
        display: inline-block;
        margin-left: 10px
    }
}

@media screen and (max-width:1240px) {
    .row.comment.well .col-md-2 {
        width: 100% !important
    }
}

.contentBox {
    line-height: 1.5
}

.contentBox p {
    padding-bottom: 18px;
    padding-top: 10px
}

.contentBox h1 {
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 27px
}

.blue-horizontal-box,
.green-horizontal-box {
    margin-top: 10px;
    padding: 2%;
    margin-bottom: 10px
}

.contentBox h2 {
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px
}

.right-vertical-box {
    float: right;
    padding: 10px;
    width: 270px;
    background: #f1f1f1;
    margin-left: 20px;
    margin-bottom: 20px
}

.right-vertical-box img {
    float: right;
    margin-bottom: 10px;
    width: 100%;
    height: auto
}

.blue-horizontal-box {
    width: 96%;
    color: #165391;
    background: #e5f2ff
}

.green-horizontal-box {
    width: 96%;
    color: #397b0d;
    background: #f1ffe7
}

.red-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #9f0d0d;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fee
}

.grey-horizontal-box,
.grey-shadow-horizontal-box,
.left-img-box,
.red-border-horizontal-box {
    padding: 2%;
    width: 96%;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px
}

.grey-horizontal-box {
    background: #eee;
    border: 1px solid #ccc
}

.red-border-horizontal-box {
    background: #fff;
    border: 3px solid red
}

.grey-shadow-horizontal-box {
    background: #ccc;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .75);
    box-shadow: 0 0 10px rgba(0, 0, 0, .75)
}

.grey-shadow-horizontal-box ul {
    margin-left: 30px
}

.left-img-box {
    float: left;
    background: #dadada
}

.block-1,
.block-2,
.block-7 {
    padding: 14px !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.block-10,
.block-11,
.block-12,
.block-3,
.block-4,
.block-5,
.block-6,
.block-8 {
    -webkit-box-sizing: border-box !important
}

.left-img-box img {
    float: left;
    margin-right: 20px;
    width: 100%;
    height: auto;
    max-width: 350px !important
}

.censor-box {
    margin: auto;
    width: auto;
    max-width: 400px;
    background-image: url(/img/censor.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    border: 5px solid red
}

.censor-box img {
    width: 100%;
    max-width: 400px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.block-1,
.block-10,
.block-11,
.block-13,
.block-14,
.block-14 img,
.block-2,
.block-3,
.block-5,
.block-6,
.block-7 {
    width: 100% !important
}

.censor-box.censor-show {
    border: 5px solid #fff
}

.censor-box.censor-show img {
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.block-1 {
    color: #fff !important;
    background: #005f9e !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .75) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .75) !important
}

.block-7 {
    border: 3px dashed #eaeaea !important;
    background: 0 0 !important
}

.block-2 {
    background: rgba(3, 224, 0, .04) !important;
    border-radius: 2px !important;
    border: 4px double rgba(21, 160, 37, .32) !important;
    color: #4a4a4a !important
}

.block-4 {
    border-left: 5px solid #39b4ff !important;
    padding: 10px 25px !important;
    margin: 0 35px !important;
    color: #39b4ff !important;
    box-sizing: border-box !important
}

.block-5 {
    border-left: 5px solid red !important;
    padding: 10px !important;
    box-sizing: border-box !important
}

.block-3,
.block-6 {
    -webkit-box-sizing: border-box !important
}

.block-10,
.block-11,
.block-12,
.block-13,
.block-6,
.block-8 {
    padding: 20px !important
}

.block-6 {
    background: #ffeca6 !important;
    box-sizing: border-box !important
}

.block-3 {
    padding: 14px !important;
    border: 1px dotted #e2e2e2 !important;
    border-right: none !important;
    color: #3a753a !important;
    box-sizing: border-box !important;
    border-radius: 2px !important;
    background-color: #f5fef5 !important;
    background-image: -webkit-repeating-linear-gradient(0deg, #bfe6bf 0, #f5fef5 100%) !important;
    background-image: -o-repeating-linear-gradient(left, #bfe6bf 0, #f5fef5 100%) !important;
    background-image: repeating-linear-gradient(90deg, #bfe6bf 0, #f5fef5 100%) !important;
    background-image: -ms-repeating-linear-gradient(0deg, #bfe6bf 0, rgba(3, 224, 0, .04) 100%) !important
}

.block-10,
.block-11,
.block-12,
.block-8 {
    -webkit-box-sizing: border-box !important
}

.block-10,
.block-11,
.block-8 {
    color: #fff !important;
    box-sizing: border-box !important
}

.block-8 {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .25) !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .25) !important;
    background: -o-linear-gradient(#88bf7a, #5c994c) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#88bf7a), to(#5c994c)) !important;
    background: linear-gradient(#88bf7a, #5c994c) !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .4) !important;
    border-radius: 5px !important
}

.block-9 {
    border: 5px double #d09959 !important;
    padding: 10px !important;
    background: #fef3d9 !important
}

.block-10 {
    background: -o-linear-gradient(#e55151, #bd3838) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e55151), to(#bd3838)) !important;
    background: linear-gradient(#e55151, #bd3838) !important;
    -webkit-box-shadow: 0 14px 14px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .22) !important;
    box-shadow: 0 14px 14px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .22) !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2), 0 -1px 0 rgba(0, 0, 0, .2), 0 1px 0 rgba(0, 0, 0, .2), 0 1px 0 rgba(0, 0, 0, .2), -1px 0 0 rgba(0, 0, 0, .2), 1px 0 0 rgba(0, 0, 0, .2), -1px 0 0 rgba(0, 0, 0, .2), 1px 0 0 rgba(0, 0, 0, .2), -1px -1px 0 rgba(0, 0, 0, .2), 1px -1px 0 rgba(0, 0, 0, .2), -1px 1px 0 rgba(0, 0, 0, .2), 1px 1px 0 rgba(0, 0, 0, .2), -1px -1px 0 rgba(0, 0, 0, .2), 1px -1px 0 rgba(0, 0, 0, .2), -1px 1px 0 rgba(0, 0, 0, .2), 1px 1px 0 rgba(0, 0, 0, .2);
    border-radius: 5px !important
}

.block-12 {
    background: rgba(189, 61, 77, .04) !important;
    box-sizing: border-box !important;
    color: #080808 !important;
    border: 2px solid #bd3d4d !important;
    border-radius: 5px !important;
    text-shadow: 0 0 0 #616161 !important;
    text-indent: 0 !important;
    text-align: left !important
}

.block-13 {
    background: rgba(189, 61, 77, .07) !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.block-11 {
    text-shadow: 0 1px 4px rgba(0, 0, 0, .4) !important;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .35) !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .35) !important;
    background: #3c72b5 !important;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #3c72b5), color-stop(100%, #7b9fcc)) !important;
    background: -o-linear-gradient(315deg, #3c72b5 0, #7b9fcc 100%) !important;
    background: linear-gradient(135deg, #3c72b5 0, #7b9fcc 100%) !important;
    position: relative !important;
    border-radius: 5px !important
}

.box,
.qoute {
    position: relative
}

.block-14 {
    margin: auto !important;
    max-width: 600px !important;
    text-align: center !important;
    background: #f7f7f7 !important;
    padding-bottom: 10px !important
}

.wheel img,
.wheel-img {
    max-width: 100%;
    max-height: 100%
}

.door,
.obutton {
    background-repeat: no-repeat;
    cursor: pointer
}

.block-14 img {
    height: auto !important;
    margin: 0 0 10px !important
}

.block-14 p {
    margin: 0 !important;
    padding: 0 !important;
    font-style: italic !important
}

#bottom-ads-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0;
    text-align: left
}

#bottom-ads-block h3 {
    margin: 0 0 10px;
    padding: 0
}

#bottom-ads-block .teaser-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100px;
    margin-bottom: 10px
}

.obutton,
.ord_button {
    display: inline-block
}

#order_form,
#order_form input,
.door,
.door__container,
.hi {
    display: flex
}

#bottom-ads-block .teaser-box img {
    width: auto;
    height: 100%;
    margin: 0 7px 0 0 !important
}

.contentBox p {
    margin: auto !important
}

.obutton {
    padding: 20px 40px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45) !important;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45) !important;
    border-radius: 10px;
    background-color: red;
    background-position: 1.35em .94em;
    background-size: 1em;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    border: none;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px
}

.obutton:hover {
    color: #fff;
    -webkit-box-shadow: 0 4px 35px 0 rgba(129, 150, 160, .45) !important;
    box-shadow: 0 4px 35px 0 rgba(129, 150, 160, .45) !important
}

header {}

.subnav__menu .menu__link {
    margin-right: 1rem
}

@media only screen and (max-width:640px) {

    .h3,
    h3,
    html {
        font-size: 15px
    }

    .h1,
    h1 {
        font-size: 16px
    }

    .h4,
    h4 {
        font-size: 14px
    }

    .actual-info,
    .container,
    .header__logo,
    .menu .menu__link {
        padding-left: 40px;
        padding-right: 40px
    }

    .header__in {
        padding: 0
    }

    .actual-info {
        color: #aaa;
        text-align: center
    }

    .user-block__btn--login {
        padding: 0 40px
    }

    .subnav__menu {
        margin: 0 -40px
    }

    .footer {
        padding-top: 0
    }

    .menu-toggle {
        display: block
    }

    .subnav__menu .menu__link {
        display: inline-block;
        width: 100%
    }

    .subnav__menu .collapsible__heading {
        display: inline
    }
}

.qoute {
    border-top: 3px solid #5e869e;
    border-bottom: 3px solid #5e869e;
    padding: 15px 0
}

.qoute p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    z-index: 1
}

.qoute img {
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
    z-index: 0
}

.ord_button {
    background-color: #fa3d3d;
    color: #fff !important;
    padding: 10px 30px;
    font-size: 22px !important;
    -webkit-box-shadow: 2px 3px 8px rgb(153 153 153);
    box-shadow: 2px 3px 8px rgb(153 153 153);
    text-decoration: none !important;
    border-radius: 8px;
    border: 3px solid #fff;
    margin: 20px 0 30px;
    line-height: 27px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    text-shadow: 1px 1px 0 #565656;
    font-weight: 500
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent
}

td,
th {
    padding: 5px
}

img.photo-people {
    width: 75px;
    border-radius: 50px
}

.commit-text {
    margin-top: 25px
}

.com-txt {
    padding-left: 90px;
    text-align: left;
    color: #000
}

@media only screen and (max-width:500px) {
    .close-popup {
        right: 0 !important;
        top: -40px !important
    }
}

button[type=submit],
input[type=submit] {
    -webkit-appearance: none !important
}

.door__container {
    justify-content: space-evenly
}

.box {
    perspective: 500px
}

.box,
.door {
    width: 165px;
    height: 346px;
    box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919
}

.door,
.hi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%
}

.door {
    background-image: url(/img/door1.png);
    transform: rotateY(0);
    display: inline-block;
    transition: .75s;
    transform-origin: 0% 0%;
    background-size: contain
}

#door__2 {
    background-image: url(/img/door2.png)
}

#door__3 {
    background-image: url(/img/door3.png)
}

.door:hover {
    transform: rotateY(-30deg)
}

.door.open {
    transform: rotateY(-85deg)
}

.door__head {
    font-size: 18px;
    margin: 18px 0;
    text-align: center
}

.door__sales {
    position: relative;
    font-size: 45px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    padding: 30px 5px !important;
    box-shadow: 0 1px 2px 2px #7f7878;
    margin: 0 !important
}

.door__title {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 22px !important;
    margin-bottom: 25px;
    background-color: #3a4752;
    padding: 10px 0;
    border-radius: .5em
}

@media (max-width:1040px) {

    .box,
    .door {
        width: 95px;
        height: 200px
    }

    .door__sales {
        font-size: 23px !important
    }

    #form-block {
        margin-bottom: 30px !important
    }
}

@media (max-width:840px) {
    .door__sales {
        font-size: 20px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
        padding: 30px 5px
    }

    #door__2,
    #door__3,
    .door {
        background-size: contain
    }
}

@media (max-width:360px) {
    .box+.box {
        margin-left: 15px
    }

    .door__sales {
        font-size: 19px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
        padding: 30px 5px
    }
}

#form-block>center>div.order_block>img {
    width: 80% !important
}

body :not(i) {
    font-family: sans-serif !important
}

@media (max-width:768px) {

    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-30,
    .card__item__sale .card__item__sale-50 {
        font-size: 22px !important
    }
}

@media (max-width:426px) {

    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-30,
    .card__item__sale .card__item__sale-50 {
        font-size: 15px !important
    }
}

@media (max-width:371px) {

    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-30,
    .card__item__sale .card__item__sale-50 {
        font-size: 11px !important
    }
}

#form-block>center>div.order_block>h3 {
    margin: 15px auto
}

.prodImg {
    width: 83%
}

.wheel-img {
    position: relative;
    user-select: none
}

.wheel-img__numbers {
    position: absolute;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    user-select: none
}

.wheel-img__number {
    color: #000;
    font-weight: 700;
    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
}

.pop-up-window::after,
.pop-up-window::before {
    content: "";
    position: absolute;
    right: 0;
    margin: 0 auto
}

.wheel-img__number:first-child {
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wheel-img__number:nth-child(2) {
    top: 25%;
    left: 75%;
    transform: translate(-50%, -50%) rotateZ(45deg)
}

.wheel-img__number:nth-child(3) {
    top: 50%;
    left: 85%;
    transform: translate(-50%, -50%) rotateZ(90deg)
}

.wheel-img__number:nth-child(4) {
    top: 75%;
    left: 75%;
    transform: translate(-50%, -50%) rotateZ(135deg)
}

.wheel-img__number:nth-child(5) {
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(180deg)
}

.wheel-img__number:nth-child(6) {
    top: 75%;
    left: 25%;
    transform: translate(-50%, -50%) rotateZ(225deg)
}

.wheel-img__number:nth-child(7) {
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%) rotateZ(270deg)
}

.wheel-img__number:nth-child(8) {
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%) rotateZ(315deg)
}

@media only screen and (max-width:576px) {
    .wheel-img__number {
        font-size: 1.95em
    }

    .wheel-img__number::before {
        top: 100%
    }
}

@keyframes super-rotation {
    70% {
        transform: rotate(1640deg)
    }

    100% {
        transform: rotate(1620deg)
    }
}

.super-rotation {
    -webkit-animation-name: super-rotation;
    animation-name: super-rotation;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.submit-roulette:hover {
    background: #b00;
    transition: background .3s
}

.additional-form-fields,
input[placeholder="Ваш телефон"],
input[placeholder="Ваше имя"] {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px
}

#order_form {
    flex-direction: column;
    align-items: center
}

.submit-roulette:active {
    transform: translateY(2px);
    box-shadow: none
}

.submit-roulette,
input[value="Получить бесплатно"] {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 5px 0 15px;
    outline: 0;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background .3s
}

.ruletka-p h2,
.spin-wrapper .ruletka-p {
    margin-bottom: 15px
}

input[value="Получить бесплатно"]:hover {
    background: #b00 !important;
    transition: background .3s
}

input[value="Получить бесплатно"]:active {
    transform: translateY(2px);
    box-shadow: none !important
}

.input-roulette::placeholder {
    font-size: .9em
}

.input-roulette {
    padding-left: 5px;
    height: 42px;
    width: auto !important;
    display: block;
    margin: 10px auto
}

.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: 700
}

.ruletka-p h2 {
    font-size: 25px
}

.ruletka-a {
    color: #1697ce
}

.spin-wrapper {
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box
}

.danger-text {
    color: red;
    font-weight: 700
}

.wheel {
    width: 380px;
    height: 380px;
    margin: 0 auto;
    position: relative
}

.cursor-text,
.wheel-cursor {
    position: absolute;
    left: 50%
}

.wheel-img {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s
}

.wheel-cursor {
    user-select: none;
    width: 35% !important;
    height: 35%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cursor-text {
    z-index: 2;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    font: 16px/61px sans-serif !important;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
    top: 49%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    background: #fff;
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #fff), color-stop(100%, #eaeaea));
    background: -webkit-radial-gradient(center, ellipse cover, #fff 0, #eaeaea 100%);
    background: -o-radial-gradient(center, ellipse cover, #fff 0, #eaeaea 100%);
    background: -webkit-radial-gradient(center, ellipse, #fff 0, #eaeaea 100%);
    background: -o-radial-gradient(center, ellipse, #fff 0, #eaeaea 100%);
    background: radial-gradient(ellipse at center, #fff 0, #eaeaea 100%)
}

.order_block {
    text-align: center !important
}

.order_block img {
    width: 100% !important;
    max-width: 200px
}

.order_block h3 {
    font: 700 18px sans-serif !important;
    background: 0 0
}

#ad1_form,
#adbees_form,
#adeptcpa_form,
#aff1_form,
#apilead_form,
#burg_tl_form,
#cpagetti_form,
#crm_form,
#drcash_form,
#everad_form,
#funcpa_form,
#ha9_form,
#hp_form,
#kma_form,
#leadbit_form,
#leadgroup_form,
#leadtrade_form,
#luckyshop_form,
#m_leads,
#monsterleads_form,
#omni_form,
#p_apilead_form,
#p_hp_form,
#p_hp_form_test,
#p_omni_form,
#p_rekl_form,
#profit_form2,
#pw_hp_form,
#rekl_form,
#rocket_form,
#scpa_pw_ad1_form,
#scpa_pw_apilead_form,
#scpa_pw_drcash_form,
#scpa_pw_hp_form,
#scpa_pw_leadtrade_form,
#scpa_pw_tl_form,
#shakes_form,
#static_omni_form,
#t_drcash_form,
#tl_form,
#v_m_leads {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: sans-serif
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700
}

.pop-up-button,
.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(/fonts/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
}

.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important
}

.pop-up-button {
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    border: none;
    cursor: pointer;
    outline: 0
}

.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.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-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding: 70px 10px 20px;
    border-radius: 10px;
    animation: .7s pop-up-appear
}

.pop-up-window::before {
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    background-color: #71c341;
    border-radius: 50%;
    animation: .5s .6s backwards pop-up-appear-before
}

.pop-up-window::after {
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    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;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s;
    animation: .5s .6s backwards pop-up-appear-after
}

.text_small {
    font-size: .5em !important;
    font-weight: 400 !important
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px)
    }

    30% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@media all and (max-width:520px) {
    .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
    }
}

#form-block {
    margin-bottom: 55px
}

.screenLock {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.msg {
    box-sizing: border-box;
    max-width: 781px;
    text-align: center;
    width: 94%;
    max-height: 535px;
    background: #3c72b5;
    background: -moz-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0, #3c72b5), color-stop(100%, #7b9fcc));
    background: -webkit-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
    background: -o-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
    background: -ms-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
    background: linear-gradient(135deg, #3c72b5 0, #7b9fcc 100%);
    font-family: sans-serif !important;
    position: relative;
    border: 5px solid #ddd;
    padding: 0 2%
}

.comeback-text,
.msg>p.comeback-title {
    font-family: sans-serif
}

.msg>p.comeback-title {
    font-size: 30px;
    font-weight: 700;
    padding-top: 9px;
    display: block;
    color: #fff;
    text-align: center;
    margin: 0
}

.comeback-close {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 30px;
    cursor: pointer;
    color: #b22222;
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    box-shadow: 0 0 9px 0 #000;
    background: url(/img/close_1.png) -4px -2px no-repeat
}

.comeback-img {
    display: inline-block;
    width: 30%
}

.comeback-img img {
    max-width: 206px
}

.comeback-text {
    line-height: 1.5;
    text-align: left;
    color: #fff;
    font-size: 20px;
    padding-bottom: 5px;
    width: 65%;
    float: right;
    margin-left: 5%;
    margin-top: 15px
}

.comeback-text span {
    border-radius: 3px;
    color: #5b5f65;
    background: #fff;
    font-weight: 600;
    line-height: 34px;
    padding: 1px 4px
}

.comeback-btn {
    display: inline-block;
    max-width: 334px;
    max-height: 56px;
    margin: 0 auto 33px;
    font-size: 23px;
    line-height: 100%;
    text-decoration: none;
    color: #fff;
    font-family: sans-serif;
    font-weight: 700;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 5px;
    padding: 15px !important
}

.comeback-btn:hover {
    border: 1px solid #fff
}

@media (max-width:737px) {

    .comeback-text,
    .msg>p.comeback-title {
        font-size: 18px
    }

    .comeback-img {
        display: none
    }

    .comeback-text {
        float: none;
        width: 92%;
        margin: 15px auto;
        text-align: center
    }

    .msg {
        width: 95%;
        left: auto;
        margin: 0 auto;
        top: 0;
        padding-bottom: 30px;
        text-align: center
    }

    .comeback-btn {
        font-size: 16px;
        margin: 0 auto
    }
}