.center {
    text-align: center
}

.icon {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon--vkontakte:before {
    content: "\e903"
}

.icon--facebook:before {
    content: "\e90f"
}

.icon--zen:before {
    content: "\e904"
}

.icon--twitter:before {
    content: "\e906"
}

.icon--telegram:before {
    content: "\e907"
}

html {
    box-sizing: border-box
}

* {
    box-sizing: inherit
}

a,
article,
body,
button,
div,
footer,
header,
html,
nav,
section,
time {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box
}

a {
    cursor: pointer;
    outline: 0;
    color: inherit;
    text-decoration: none;
    transition: border .125s, -webkit-filter .25s;
    transition: filter .25s, border .125s;
    transition: filter .25s, border .125s, -webkit-filter .25s
}

button {
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    transition: .25s
}

time {
    cursor: default
}

img {
    max-width: 100%;
    height: auto
}

article,
footer,
header,
nav,
section {
    display: block
}

body {
    display: block;
    color: #fff;
    background-color: #002447;
    line-height: 1.4;
    font-weight: 400;
    -webkit-text-size-adjust: none
}

.button {
    display: inline-block;
    width: 100%;
    padding: 1rem 3rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.125;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #1e488f;
    border: solid 1px #1e488f;
    border-radius: 2px;
    transition: .25s
}

.button:hover {
    -webkit-filter: brightness(125%);
    filter: brightness(125%)
}

@media screen and (max-width:767px) {
    .button {
        font-size: .9375rem
    }
}

.head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(2rem - 1px);
    padding: 0 1rem;
    font-size: .5625rem;
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #1e488f
}

a.head {
    cursor: pointer
}

a.head:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
}

.menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu .menu__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: .25rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.25rem
}

.menu .menu__item .menu__item-link {
    display: block;
    padding: .25rem .5rem;
    padding-bottom: .375rem;
    text-decoration: none
}

@media screen and (max-width:767px) {
    .menu .menu__item .menu__item-link {
        padding: .25rem
    }
}

@media screen and (max-width:1199px) {
    .menu .menu__item {
        font-size: 1rem
    }
}

@media screen and (max-width:1023px) {
    .menu .menu__item {
        margin: .25rem;
        color: #fff
    }
}

@media screen and (max-width:1023px) {
    .menu {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: 100%
    }
}

@media screen and (max-width:479px) {
    .menu {
        max-width: 16rem
    }
}

.meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: .25px
}

.meta>* {
    display: inline-block;
    cursor: default;
    white-space: nowrap;
    border-bottom: none
}

.meta>a {
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: -webkit-filter .25s;
    transition: filter .25s;
    transition: filter .25s, -webkit-filter .25s
}

.meta>a:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
}

.meta .meta__item:after {
    content: "•";
    display: inline-block;
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: .75em
}

.meta .meta__item:last-child:after {
    display: none
}

.social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.social .social__item {
    display: block;
    margin: 0 .75rem
}

.social .social__item:first-child {
    margin-left: 0
}

.social .social__item:last-child {
    margin-right: 0
}

.social .social__item .social__item-link {
    display: block;
    font-size: 1.125em;
    line-height: 1;
    color: inherit;
    transition: none
}

.social .social__item .social__item-link .icon {
    display: block;
    transition: color .25s
}

.social .social__item .social__item-link .icon.icon--facebook:hover {
    color: #3b5998
}

.social .social__item .social__item-link .icon.icon--vkontakte:hover {
    color: #5186bd
}

.social .social__item .social__item-link .icon.icon--twitter:hover {
    color: #1da1f2
}

.social .social__item .social__item-link .icon.icon--telegram:hover {
    color: #08c
}

.social .social__item .social__item-link .icon.icon--zen:hover {
    color: #d00
}

@media screen and (max-width:1023px) {
    .social .social__item {
        margin: 0 1rem;
        font-size: 1.25rem
    }
}

@media screen and (max-width:767px) {
    .social .social__item {
        margin: 0 .75rem;
        font-size: 1.125rem
    }
}

.toggle {
    outline: 0;
    cursor: pointer;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.toggle .toggle__line {
    display: block;
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    opacity: 0;
    background: #000;
    border-radius: 2px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: .25s ease-in-out
}

.toggle .toggle__line:nth-child(1) {
    top: 0
}

.toggle .toggle__line:nth-child(2) {
    top: calc(100% - 2px)
}

.toggle .toggle__line:nth-child(3) {
    top: calc(50% - 1px)
}

.toggle.toggle--menu .toggle__line {
    opacity: 1
}

.content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.product {
    max-width: 350px
}

@media screen and (max-width:1023px) {
    .content {
        max-width: 100%
    }
}

@media screen and (max-width:479px) {
    .content {
        padding-left: 0;
        padding-right: 0
    }
}

.footer {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    padding: 20px 0
}

.copyright {
    font-size: 14px;
    color: #ccc
}

.header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    width: 100%;
    color: #111;
    background-color: #fff;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    outline: solid 1px #fff;
    will-change: transform
}

.header .header__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 3.75rem;
    max-width: 80rem;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

p a {
    color: #1e488f;
    text-decoration: underline
}

.header .header__logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff
}

.header .header__logo .header__logo-link {
    display: block;
    font-weight: 900;
    font-size: 24px;
}

.header .header__logo .header__logo-image {
    display: block;
    width: 6.25rem;
    height: 1.875rem
}

@media screen and (max-width:1023px) {
    .header .header__logo .header__logo-image {
        width: 5rem;
        height: 1.5rem
    }
}

@media screen and (max-width:1023px) {
    .header .header__logo {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 14;
        width: 100%;
        height: 100%;
        padding: 0 3.25rem
    }
}

.header .header__navbar {
    z-index: 13;
    outline: 0
}

.header .header__button {
    position: relative;
    z-index: 15;
    outline: 0;
    cursor: pointer
}

.header .header__button.header__button--menu {
    display: none;
    height: 18px;
    width: 22px
}

@media screen and (max-width:1023px) {
    .header .header__button.header__button--menu {
        display: block
    }
}

@media screen and (max-width:1023px) {
    .header {
        height: 3.25rem
    }
}

.navbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

@media screen and (max-width:1023px) {
    .navbar .navbar__social {
        width: 100%;
        margin-top: 1rem;
        padding: 1rem 0 0;
        color: #fff;
        border-top: solid 1px rgba(255, 255, 255, .25)
    }
}

.navbar .navbar__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media screen and (max-width:1023px) {
    .navbar .navbar__menu .menu {
        margin-bottom: 1rem
    }

    .navbar .navbar__menu .menu .menu__item {
        font-size: 1.25rem
    }
}

@media screen and (max-width:1023px) and (max-width:767px) {
    .navbar .navbar__menu .menu {
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }
}

.navbar .navbar__pages {
    display: none
}

.navbar .navbar__pages .menu .menu__item {
    font-size: .875rem
}

.navbar .navbar__pages .menu .menu__item:after {
    content: '•'
}

.navbar .navbar__pages .menu .menu__item .menu__item-link {
    padding: 0;
    margin-right: .5rem
}

.navbar .navbar__pages .menu .menu__item:last-child:after {
    display: none
}

.navbar .navbar__pages .menu .menu__item:last-child .menu__item-link {
    margin-right: 0
}

@media screen and (max-width:1023px) {
    .navbar .navbar__pages {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width:1023px) {
    .navbar {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        position: absolute;
        top: 100%;
        left: 0;
        visibility: hidden;
        opacity: 0;
        width: 100%;
        padding: 1rem;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: -webkit-transform .25s;
        transition: transform .25s;
        transition: transform .25s, -webkit-transform .25s
    }
}

.post {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1 1 42.25rem;
    -ms-flex: 1 1 42.25rem;
    flex: 1 1 42.25rem;
    position: relative;
    max-width: 100%;
    overflow: hidden
}

.post>:first-child {
    margin-top: 1rem
}

.entry-content {
    display: block;
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding: 1rem 1rem 2rem;
    line-height: 1.65;
    font-size: 1rem;
    font-weight: 400;
    color: #111;
    background-color: #fff
}

.entry-content>* {
    max-width: 100%;
    width: 40rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem
}

@media screen and (max-width:767px) {
    .entry-content>* {
        margin-bottom: .75rem
    }
}

.entry-content>:first-child {
    margin-top: 0
}

.entry-content>:last-child {
    margin-bottom: 0
}

.entry-content strong {
    font-weight: 700
}

.entry-content i {
    font-style: normal;
    font-weight: 700
}

.entry-content h3 {
    margin-top: 1.4rem;
    font-weight: 400
}

.entry-content h3:target {
    margin-top: -4.75rem;
    padding-top: 4.75rem
}

@media screen and (max-width:767px) {
    .entry-content h3:target {
        margin-top: -4.25rem;
        padding-top: 4.25rem
    }
}

@media screen and (max-width:767px) {
    .entry-content h3 {
        margin-top: 1.5rem;
        margin-bottom: .5rem
    }
}

.entry-content h3 {
    font-size: 21px;
    line-height: 1.25
}

@media screen and (max-width:767px) {
    .entry-content h3 {
        font-size: 19px
    }
}

.entry-content hr {
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.interview h4 {
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 1.3
}

.interview ol,
.interview ul {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 15px
}

.interview li {
    margin-bottom: 10px
}

.entry-content p.table__title {
    font-size: 18px
}

picture {
    flex-shrink: 0
}

@media screen and (max-width:1199px) {
    .entry-content {
        padding: 15px
    }
}

@media screen and (max-width:767px) {
    .entry-content {
        font-size: .9375rem
    }
}

.entry-header {
    display: block;
    position: relative;
    width: 100%;
    padding: 2rem 1rem .5rem;
    color: #111;
    background-color: #fff
}

.entry-header>* {
    width: 40rem;
    max-width: 100%;
    margin: 0 auto 0;
    padding-bottom: 10px;
    padding-top: 10px
}

@media screen and (max-width:767px) {
    .entry-header>* {
        margin: 0 auto 0;
        padding-bottom: 10px;
        padding-top: 10px
    }
}

.entry-header .entry-header__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 2rem;
    margin: -.25rem auto;
    padding-right: 2rem;
    color: #1e488f
}

.entry-header .entry-header__lead {
    display: block;
    overflow: hidden
}

.entry-header .entry-header__lead>* {
    margin-bottom: 1rem
}

.entry-header .entry-header__lead>:last-child {
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .entry-header .entry-header__lead>* {
        margin-bottom: .5rem
    }
}

.entry-header .entry-header__lead p {
    line-height: 1.3;
    font-size: 17px;
    font-weight: 500
}

.entry-header .entry-header__title {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.075;
    text-align: center
}

@media screen and (max-width:1023px) {
    .entry-header .entry-header__title {
        font-size: 26px;
        line-height: 1.125
    }
}

@media screen and (max-width:767px) {
    .entry-header .entry-header__title {
        font-size: 23px;
        line-height: 1.25
    }
}

.entry-content p {
    font-size: 17px;
    line-height: 1.3
}

@media screen and (max-width:767px) {
    .entry-header {
        padding: 15px
    }
}

.qoute {
    position: relative;
    border-top: 3px solid #1da1f2;
    border-bottom: 3px solid #1da1f2;
    padding: 15px 0
}

.qoute.warning {
    border-color: #dc143c
}

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

.box-img {
    text-align: center
}

.box-img img {
    display: block;
    margin: 0 auto;
    border-radius: 10px
}

.box-img small {
    font-size: 14px;
    font-style: italic
}

.doctor {
    border: 1px solid #ccc;
    border-radius: 20px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, .2)
}

.doctor-flex {
    display: flex;
    align-items: center;
    border-bottom: .5px solid #ccc
}

.doctor-flex p {
    padding: 0 10px
}

.interview {
    padding: 10px 15px;
    border-radius: 10px
}

.interview p {
    margin-bottom: 15px
}

.doctor-flex img {
    margin-top: -1px;
    margin-right: 20px;
    width: 85px;
    border-radius: 21px 0 0 0
}

.chart {
    justify-content: space-between;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.chart__item {
    width: 22%
}

.chart-canvas {
    background-color: #ff7043;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    font-weight: 700
}

.c1 {
    height: 180px
}

.c2 {
    height: 90px
}

.c3 {
    height: 90px
}

.c4 {
    height: 150px
}

.chart__item p {
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px
}

.form {
    text-align: center
}

.form__input input {
    height: 35px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 20px;
    max-width: 350px;
    width: 100%;
    padding-left: 15px;
    transition: .3s;
    outline: 0
}

.form__input input:focus {
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .2)
}

.form button,
.main-btn {
    border-radius: 20px;
    max-width: 350px;
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #dc143c;
    color: #fff;
    height: 35px
}

.note-text {
    font-size: 19px
}

.note-text h4 {
    margin: 0
}

.entry-content .note-text p {
    font-size: 19px
}

.main-btn {
    display: block;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s
}

.form button:hover,
.main-btn:hover {
    box-shadow: 2px 3px 5px rgba(220, 20, 60, .6)
}

#product {
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .chart__item {
        width: 48%;
        margin-bottom: 10px
    }

    .chart-canvas {
        height: 150px
    }

    .chart {
        margin-bottom: 0
    }
}

.reply {
    margin-left: 50px
}

@media screen and (max-width:530px) {
    .doctor-flex {
        flex-direction: column
    }

    .doctor-flex div {
        padding: 10px 15px
    }

    .doctor-flex img {
        width: 150px;
        border-radius: 0 0 10px 10px;
        margin-right: 0
    }
}

@media screen and (max-width:479px) {
    .qoute p {
        padding-left: 15px
    }
}

@media screen and (max-width:390px) {
    .chart__item {
        width: 100%
    }

    .chart-canvas {
        height: 100px
    }
}

.comment-date {
    display: flex;
    align-items: center;
    position: relative
}

.comment-box:not(:last-child) {
    border-bottom: 1px solid #ccc
}

.comment-box {
    padding: 10px 0
}

.comment-date-box {
    margin-left: 8px
}

.comment-date__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4
}

.comment-date__time {
    color: #94989b;
    font-size: 12px
}

.comment-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4
}

.comment-date__avarar {
    width: 50px;
    flex-shrink: 0
}

.comment-date__avarar img {
    max-width: 100%;
    border-radius: 50%;
    border: 3px solid #ccc
}

.comment-title {
    margin: 10px auto !important;
    max-width: 100%;
    width: 40rem
}

.comment-text a {
    color: #1e488f;
    text-decoration: underline
}

.photo {
    margin-top: 10px
}

body {
    font-family: 'PT Sans', sans-serif
}

.contentBox {
    line-height: 1.5
}

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

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

.contentBox h2 {
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 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%;
    padding: 2%;
    color: #165391;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #e5f2ff
}

.green-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #397b0d;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #f1ffe7
}

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

.grey-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #eee;
    border: 1px solid #ccc
}

.red-border-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    border: 3px solid red
}

.grey-shadow-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, .75)
}

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

.left-img-box {
    float: left;
    padding: 2%;
    width: 96%;
    background: #dadada;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px
}

.left-img-box p {
    margin: 0;
    padding: 0
}

.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;
    cursor: pointer
}

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

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

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

.block-1 {
    color: #fff !important;
    padding: 14px !important;
    background: #005f9e none repeat scroll 0 0 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .75) !important;
    width: 100% !important;
    box-sizing: border-box !important
}

.block-7 {
    box-sizing: border-box !important;
    border: 3px dashed #eaeaea !important;
    background: 0 0 !important;
    padding: 14px !important;
    width: 100% !important
}

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

.block-4 {
    border-left: 5px solid #39b4ff !important;
    padding: 10px 25px 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;
    width: 100% !important;
    box-sizing: border-box !important
}

.block-6 {
    background: #ffeca6 !important;
    width: 100% !important;
    padding: 20px !important;
    box-sizing: border-box !important
}

.block-3 {
    padding: 14px !important;
    width: 100% !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: 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-8 {
    box-sizing: border-box !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .25) !important;
    background: linear-gradient(#88bf7a, #5c994c) !important;
    padding: 20px !important;
    color: #fff !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 {
    box-sizing: border-box !important;
    background: linear-gradient(#e55151, #bd3838) !important;
    box-shadow: 0 14px 14px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .22) !important;
    padding: 20px !important;
    width: 100% !important;
    color: #fff !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;
    padding: 20px !important;
    box-sizing: border-box !important;
    color: #080808 !important;
    border: 2px solid !important;
    border-radius: 5px !important;
    border-color: #bd3d4d !important;
    text-shadow: 0 0 0 #616161 !important;
    text-indent: 0 !important;
    text-align: left !important
}

.block-13 {
    background: rgba(189, 61, 77, .07) none repeat scroll 0 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 20px !important
}

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

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

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

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

#bottom-ads-block {
    display: flex;
    flex-direction: column;
    font-family: open sans, arial;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0 10px 0;
    text-align: left
}

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

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

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

#bottom-ads-block .teaser-box p {
    margin: 0;
    padding: 0
}

.obutton {
    display: inline-block;
    padding: 20px 40px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    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;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px
}

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

.lead-form-box {
    display: none
}

#lead-form-result {
    display: none;
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px;
    padding: 7px;
    font-size: 15px;
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1
}

.order_block,
.order_block * {
    box-sizing: border-box;
    transition: .2s;
    font-family: Arial, sans-serif !important
}

.order_block {
    width: 100%;
    margin: auto;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .12);
    border: 3px dashed #eaeaea;
    border-radius: 0
}

.order_block .order_offer {
    text-align: center
}

.order_block .order_offer img {
    max-width: 100%;
    width: auto;
    height: 170px
}

.order_pre_form {
    padding: 20px 20px 0 20px
}

.order_form_row {
    margin-bottom: 10px;
    text-align: left
}

.order_form {
    width: 100%;
    max-width: 500px;
    padding: 0 20px 20px 20px
}

.order_header {
    margin: 12px 0 !important;
    padding: 0 !important;
    font-size: 18px
}

.order_form .order_form_row input {
    width: 100% !important;
    padding: 14px;
    border: 2px solid #eaeaea;
    font-size: 15px;
    border-radius: 3px;
    box-shadow: none !important;
    margin: 0 !important
}

.order_form .order_form_row label {
    font-size: 13px;
    text-align: left;
    font-weight: 700
}

.order_form .order_form_row input:active,
.order_form .order_form_row input:focus {
    outline: 0;
    border: 2px solid #cecece
}

.order_form .order_form_button {
    box-shadow: 0 1px 0 0 #f5978e inset;
    background: #f24537;
    border-radius: 3px;
    border: 1px solid #d02718;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    outline: 0;
    padding: 16px 0;
    font-weight: 700;
    font-size: 16px;
    margin-top: 5px;
    text-decoration: none;
    letter-spacing: .6px;
    text-shadow: 0 1px 0 #810e05
}

.order_form .order_form_button:hover {
    background: #c62d1f
}

.order_form .order_form_button:active {
    position: relative;
    top: 1px
}

.order_timer_block {
    line-height: 1;
    font-weight: 700
}

.order_timer_block p {
    font-size: 18px;
    margin: 10px 0 !important;
    padding: 0 !important
}

.order_timer_block .order_timer {
    font-size: 21px
}

.time_remains {
    color: red
}

.box-popup-wrapper {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    display: none
}

.box-tooltip {
    background: #fff;
    font-size: 18px;
    padding: 20px;
    width: 90%;
    max-width: 320px;
    margin: 80px auto;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 1px 40px rgba(0, 0, 0, .5);
    cursor: pointer
}

.box-tooltip:hover .box-tooltip-btn {
    background: #62a30e;
    transition: .2s
}

.box-tooltip-title {
    margin: 0;
    padding: 0;
    color: #333;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important
}

.box-tooltip-ico {
    width: 100%;
    padding: 20px;
    padding-top: 0;
    box-sizing: border-box;
    text-align: center
}

.box-tooltip-ico img {
    height: 40px;
    width: auto
}

.box-tooltip-btn {
    background: #70b31a;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif !important;
    width: 100%;
    margin: 0 auto !important;
    padding: 16px 0;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
    animation: scale .4s infinite;
    animation-direction: alternate
}

.afterlose-boxes_item {
    opacity: .6
}

.shake {
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    animation-iteration-count: 1;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    100% {
        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;
    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: 35px;
    font-weight: 700;
    color: #e72c2a;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin: 0
}

@media (max-width:479px) {
    .boxes>div {
        width: 32%
    }

    .win_prize {
        font-size: 24px
    }
}

@media (max-width:319px) {
    .boxes>div {
        width: 48%
    }

    .win_prize {
        font-size: 21px
    }
}

*,
body * {
    font-family: Roboto, sans-serif !important
}

.post .entry-header .spin-wrapper {
    margin: 0 auto !important
}

.entry-header .order_block div img {
    width: 60% !important;
    margin-top: 20px !important
}

.submit-roulette {
    position: relative;
    background-color: #f27909 !important;
    min-width: 250px;
    border-radius: 15px !important;
    padding: 15px 0 !important;
    padding-left: 33px !important
}

.submit-roulette::after {
    content: "";
    width: 35px;
    height: 35px;
    background: url(../img/logo_ua.png) no-repeat;
    top: 5px;
    position: absolute;
    display: inline-block;
    left: 18px
}

body * {
    font-family: Georgia, Times, 'Times New Roman', serif !important
}

.main-content-font ol li,
.main-content-font p,
.main-content-font ul li {
    font-size: 18px !important;
    line-height: 150% !important;
}

.card.spin-wrapper .card__item {
    box-sizing: border-box
}

.card__counter {
    color: #fff !important;
    text-align: center !important;
    color: #fff !important
}

.card__item__sale p {
    padding: 0 !important;
    margin: 0 !important;
    text-indent: 0 !important;
    color: #fff !important
}

.card__instructions h1 {
    text-align: center !important;
    color: #fff !important;
    text-transform: none
}

@media (max-width:500px) {
    .card__item__sale p {
        font-size: 15px !important
    }
}

@media (max-width:370px) {
    .card__item svg {
        width: 50px !important;
        height: 50px !important
    }

    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-30,
    .card__item__sale .card__item__sale-50 {
        top: 50%;
        left: 50%;
        transform: translate(-45%, -50%);
        font-size: 14px !important
    }
}

.card {
    margin: 0 !important;
    width: 100%;
    max-width: 460px;
    padding: 25px;
    border-radius: 20px;
    border: 3px solid #5b2361;
    background-color: #c066ff;
    background: repeating-linear-gradient(45deg, #ce0071, #9b2766 10px, #860049 10px, #e73a98 20px)
}

.card.spin-wrapper {
    padding: 25px;
    border: 3px solid #5b2361
}

.card__instructions {
    color: #fff;
    font-size: 32px;
    max-width: 433px;
    text-align: center;
    margin: 0 auto 40px
}

.card__instructions h1 {
    font-size: 30px
}

.card__instructions span {
    width: 40px;
    height: 40px;
    display: inline-block
}

.card__instructions svg {
    width: 100%;
    height: 100%
}

.card__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 20px;
    border: 3px solid #5b2361;
    overflow: hidden;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23a3a3a3' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E")
}

.card__item {
    width: 25%;
    height: 112.5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: .3s ease-in
}

.card__item span {
    position: absolute
}

.card__item svg {
    width: 72px;
    height: 72px
}

.card__item .card__item__reload,
.card__item .card__item__sale {
    opacity: 0;
    z-index: 1
}

.card__item__sale {
    position: relative;
    line-height: 0
}

.card__item__sale p {
    font-family: 'Saira Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 17px;
    left: 15px
}

.card__item.reload .card__item__reload {
    opacity: 1
}

.card__item.reload .card__item__cover {
    opacity: 0
}

.card__item.sale .card__item__sale {
    opacity: 1
}

.card__item.sale .card__item__cover {
    opacity: 0
}

.card__item.glow::after {
    content: '';
    position: absolute;
    display: block;
    width: 72px;
    height: 72px;
    top: 20px;
    z-index: -1;
    background: rgba(173, 250, 76, .72);
    filter: blur(10px)
}

.card__item:hover {
    transform: scale(1.2)
}

.card__item__sale-100,
.card__item__sale-30,
.card__item__sale-50 {
    display: none
}

.card__item.sale-100 .card__item__sale-100 {
    display: block
}

.card__item.sale-50 .card__item__sale-50 {
    display: block
}

.card__item.sale-30 .card__item__sale-30 {
    display: block
}

.card__item__sale .card__item__sale-100,
.card__item__sale .card__item__sale-30,
.card__item__sale .card__item__sale-50 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.pop-up-window {
    top: 13%
}

.pop-up-window .pop-up-text {
    margin-bottom: 20px !important
}

.order_block {
    padding: 10px
}

@media only screen and (max-width:425px) {
    .pop-up-heading {
        font-size: 34px
    }

    .pop-up-window .pop-up-text {
        font-size: 18px
    }

    .close-popup {
        right: 0;
        top: -70px
    }
}

@media only screen and (max-width:425px) {
    .card__item svg {
        width: 52px;
        height: 52px
    }

    .card__item {
        height: 90px
    }

    .card__instructions {
        margin: 0 auto 10px
    }

    .card__instructions h1 {
        font-size: 24px;
        margin-top: 0 !important
    }

    .card__instructions span {
        width: 25px;
        height: 25px
    }

    .card__item.glow::after {
        width: 52px;
        height: 52px
    }

    .card__item__sale p {
        font-size: 20px;
        line-height: 20px;
        top: 16px;
        left: 8px
    }

    .card__item__sale-30 {
        left: 50% !important
    }
}

@media only screen and (max-width:370px) {
    .card__item svg {
        width: 40px;
        height: 40px
    }

    .card__item.glow::after {
        width: 40px;
        height: 40px;
        top: 20px
    }

    .card__instructions h1 {
        font-size: 20px
    }

    .card__item__sale p {
        font-size: 17px;
        line-height: 17px;
        top: 13px;
        left: 5px
    }
}


.order_block img {
    width: 40% !important
}

@media only screen and (max-width:580px),
only screen and (max-device-width:580px) {
    .order_block img {
        width: 70% !important
    }
}

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

.additional-form-fields {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px
}

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

#order_form input {
    display: flex
}

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

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

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

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

.target_list_wrap {
    width: 100%;
}

.input-roulette {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid black;
}

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

.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;
    margin-bottom: 15px
}

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

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

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

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

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

.wheel-img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s
}

.wheel-cursor {
    position: absolute;
    width: 35% !important;
    height: 35%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cursor-text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    font: 16px Arial !important;
    line-height: 61px !important;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 49%;
    left: 50%;
    -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 {
    display: none;
    text-align: center !important
}

.order_block img {
    width: 20%
}

#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: "Proxima Nova", Arial, "Helvetica Neue", sans-serif
}

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

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

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../img/cross.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 {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium none;
    cursor: pointer;
    outline: medium none
}

.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-layer-show {
    display: block
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    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%;
    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;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: .5s ease .6s normal backwards 1 running 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
    }
}

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

@media all and (max-width:520px) {
    .wheel {
        width: 260px !important;
        height: 260px !important
    }

    .cursor-text {
        line-height: 45px !important;
        font-size: 12px !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:505px) {
    .close-popup {
        right: 0
    }
}


input[value="Получить Мицинорм"]:hover {
    background: #bb0000 !important;
}

input[value="Получить Мицинорм"]:active {
    transform: translateY(2px);
    box-shadow: none !important;
}

.ruletka-p {
    text-indent: 0px;
    color: black;
    text-align: justify;
    margin: 15px;
    line-height: 25px;
}

.ruletka-a {
    color: rgb(22, 151, 206);
}

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

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

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

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

.wheel-cursor {
    position: absolute;
    width: 35% !important;
    height: 35%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cursor-text {
    font-size: 16px;
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 50% !important;
    height: 50%;
    line-height: 61px;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 49%;
    left: 50%;
    -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: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
    box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1);
}

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

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

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0px;
    left: 0px;
    top: 40%;
    margin: 0px auto;
    background: #ffffff none repeat scroll 0% 0%;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    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 {
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: rgb(113, 195, 65);
    color: black !important;
    color: rgb(255, 255, 255);
    border: medium none;
    cursor: pointer;
    outline: medium none;
}

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

@-webkit-keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg);
    }

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

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg);
    }

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

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

.pop-up-layer {
    position: fixed !important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    z-index: 99 !important;
}

.pop-up-layer-show {
    display: block;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0px;
    left: 0px;
    top: 40%;
    margin: 0px auto;
    background: #fff none repeat scroll 0% 0%;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: 0.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: 0px;
    margin: 0 auto;
    background-color: rgb(113, 195, 65);
    border-radius: 50%;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
    -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 ease 0s;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

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

    30% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0px);
    }
}

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

    100% {
        transform: scale(1);
    }
}

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

    100% {
        opacity: 1;
    }
}

.pop-up-button:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

@media all and (max-width: 520px) {
    .wheel {
        width: 280px !important;
    }

    .cursor-text {
        line-height: 45px;
        font-size: 12px;
    }
}

@media screen and (max-width: 345px) {
    .wheel {
        width: 250px !important;
    }

    .cursor-text {
        line-height: 40px;
        font-size: 11px;
    }
}

body * {
    box-sizing: border-box;
}

footer {
    font-size: 12px;
    padding: 15px;
    text-align: center;
    color: #000;
}

footer a {
    text-decoration: none;
    color: #000;
}

h1 {
    line-height: 150%;
}