a, button {
    cursor: pointer;
    outline: 0
}

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

.button, a {
    text-decoration: none
}

.toggle, a, button {
    outline: 0
}

.box-img, .button, .center, .chart__item p, .form, .qoute p {
    text-align: center
}


.icon {
    font-family: knife-icons !important;
    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"
}

* {
    box-sizing: inherit
}

a, article, body, button, div, footer, h1, h3, header, html, i, img, li, nav, p, section, span, strong, time, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box
}

.button, body {
    font-weight: 400
}

a {
    color: inherit;
    transition: border .125s, -webkit-filter .25s;
    transition: filter .25s, border .125s;
    transition: filter .25s, border .125s, -webkit-filter .25s
}

.button, button {
    transition: .25s
}

button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent
}

time {
    cursor: default
}

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

ul {
    list-style: none
}

body {
    color: #fff;
    background-color: #002447;
    line-height: 1.4;
    font-family: Formular, sans-serif;
    -webkit-text-size-adjust: none
}

.button, .head {
    color: #fff;
    background-color: #1e488f
}

.button {
    display: inline-block;
    width: 100%;
    padding: 1rem 3rem;
    font-size: 1rem;
    line-height: 1.125;
    border: 1px solid #1e488f;
    border-radius: 2px
}

.head, .menu {
    display: -webkit-flex;
    display: -ms-flexbox
}

.head, .meta {
    font-weight: 500
}

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

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

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

a.head {
    cursor: pointer
}

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

.menu {
    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 .375rem;
    text-decoration: none
}

.comment-text a, p a {
    text-decoration: underline
}

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

    .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;
    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) {
    .menu .menu__item .menu__item-link {
        padding: .25rem
    }

    .social .social__item {
        margin: 0 .75rem;
        font-size: 1.125rem
    }
}

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

.chart-canvas, .footer {
    justify-content: center
}

.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;
    position: relative;
    width: 100%;
    padding: 20px 0
}

.header, .header .header__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%
}

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

@media screen and (max-width: 1023px) {
    .footer {
        max-width: 40rem;
        margin: 0 auto;
        border-top: 0
    }
}

.header {
    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;
    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: #fff solid 1px;
    will-change: transform
}

.header .header__inner {
    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;
    height: 3.75rem;
    max-width: 80rem;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.header .header__logo, .navbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-flow: row nowrap
}

p a {
    color: #1e488f
}

.header .header__logo {
    display: flex;
    position: relative;
    -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
}

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

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

    .header {
        height: 3.25rem
    }

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

.navbar {
    display: flex;
    -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%
}

.entry-content, .entry-header {
    color: #111;
    background-color: #fff
}

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

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

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

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

    .navbar .navbar__pages {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@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 .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 .menu__item-link {
    margin-right: 0
}

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

.entry-content, .entry-header, .post, .qoute {
    position: relative
}

.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;
    max-width: 100%;
    overflow: hidden
}

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

.entry-content {
    display: block;
    -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
}

.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;
    font-size: 21px;
    line-height: 1.25
}

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

    .entry-content h3 {
        margin-top: 1.5rem;
        margin-bottom: .5rem;
        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
    }
}

.entry-header {
    display: block;
    width: 100%;
    padding: 2rem 1rem .5rem
}

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

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

    .entry-header > * {
        margin: 15px auto 0
    }
}

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

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

.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__lead > * {
        margin-bottom: .5rem
    }

    .entry-header .entry-header__title {
        font-size: 23px;
        line-height: 1.25
    }

    .entry-header {
        padding: 15px
    }
}

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

.qoute {
    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;
    font-weight: 700;
    z-index: 1
}

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

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

.chart, .interview p {
    margin-bottom: 15px
}

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

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

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

.chart__item {
    width: 22%
}

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

.c1 {
    height: 180px
}

.c2 {
    height: 200px
}

.c3 {
    height: 190px
}

.c4 {
    height: 150px
}

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

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

.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 h4 {
    margin: 0
}

.main-btn {
    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
}

.photo {
    margin-top: 10px
}

blockquote {
    margin: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    background: #FFF4E0;
    color: #474C4F;
    padding: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    text-align: center
}

blockquote p {
    text-align: center !important
}

blockquote:before {
    content: "©";
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    top: 14px;
    color: #474C4F;
    font-size: 20px;
    background: #FFF4E0;
    padding: 0 15px
}

blockquote:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 20px;
    right: 15px;
    height: 4px;
    border-top: 1px dotted #474C4F;
    border-bottom: 1px dotted #474C4F
}

.data {
    display: table;
    height: 60px;
    float: left;
    width: 49%
}

#cell {
    display: table-cell;
    vertical-align: middle
}

.view img {
    width: 350px;
    float: right;
    display: -webkit-inline-box;
    margin: 10px
}

.view {
    float: right;
    display: block;
    height: 60px;
    width: 49%
}

.view img {
    width: 350px;
    float: right;
    display: -webkit-inline-box;
    margin: 10px
}

@media (max-width: 591px) {
    .data {
        text-align: center;
        width: 100%
    }

    .view {
        width: 100%;
        text-align: center
    }

    .view img {
        float: none;
        margin: 0 auto;
        width: 100%
    }
}


.step-quest > * label:active {
    background: #d0d0d0
}

.instructions td {
    background: none !important;
    border: none;
    width: 100%;
    font-size: 20px
}

.item .photo img {
    max-width: none !important
}

.content_img p {
    color: #656565;
    font-weight: 500;
    margin-bottom: 30px
}

.spisok {
    margin: 0px
}

.spisok li {
    font-size: 15px;
    list-style: inside;
    margin: 13px
}

#quiz {
    min-height: 50vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px;
    background: #f9f9f9
}

#quiz_form {
    width: 100%
}

#step0, #step1, #step2, #step3, #step4, #step5, #step6, #step7, #step8, #step9, #step10, #other_steps, #last_step {
    display: none
}

#step0 {
    display: block;
    text-align: center
}

#step1 h2, #step2 h2, #step3 h2, #last_step h2 {
    text-align: center;
    margin-bottom: 50px !important
}

#other_steps {
    text-align: center
}

.step > small {
    text-align: center;
    margin-bottom: 30px;
    display: block
}

.quiz_buttons {
    display: flex;
    justify-content: center
}

#quiz .btn {
    cursor: pointer;
    background: #54a8fb;
    padding: 7px 30px;
    display: inline-block;
    border-radius: 3px;
    font-size: 1rem;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    margin: 0 15px
}

#quiz .btn:hover {
    background: #4195e8
}

#quiz .btn.back_btn {
    background: #ccc
}

#quiz .btn.back_btn:hover {
    background: #aaa
}

.step-quest {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center
}

.step-quest > * {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px
}

.step-quest > * label {
    display: block;
    border: 2px solid #eee;
    padding: 15px 30px;
    border-radius: 5px;
    height: 100%;
    cursor: pointer;
}

.step-quest > * label.checked {
    border: 2px solid #54a8fb;
    box-shadow: 1px 1px 12px #ccc
}

.step-quest > * label input {
    margin-right: 15px;
    display: none
}

.step-quest > * label input#price_input {
    display: block;
    width: 100%;
    border-radius: 3px;
    pointer-events: none;
    font-size: 1.2rem;
    text-align: center
}

.step-quest > * img {
    margin-bottom: 15px
}

.step-quest > div > input {
    padding: 15px 0;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 1.3rem;
    text-align: center
}

#last_step {
    text-align: center;
    line-height: 22px
}

#contact_fields {
    justify-content: center;
    margin-bottom: 15px
}

#contact_fields > * {
    width: 51%;
    margin-bottom: 15px
}

#acceptance-line {
    margin-bottom: 30px
}

#progress_bar {
    height: 5px;
    width: 100%;
    background: rgba(84, 168, 251, 0.2)
}

#progress_in {
    width: 0;
    height: 100%;
    background: #54a8fb;
    transition: all .3s ease;
    -o-transition: all .3s;
    -webkit-transition: all .3s ease 0
}

#curr_step {
    margin-bottom: 15px;
    margin-top: 40px
}

@media screen and (max-device-width: 1024px) {
    #quiz h2 {
        margin-bottom: 50px !important
    }

    .step-quest {
        margin-bottom: 15px
    }

    #type-home > *, #type-repair > * {
        width: 50%;
        text-align: left;
        margin-bottom: 15px
    }

    .step-quest > * {
        margin-bottom: 15px
    }

    .step-quest > * label {
        display: flex;
        align-items: center;
        padding: 15px;
        justify-content: center
    }

    .step-quest > * img {
        width: 30%;
        margin-bottom: 0;
        margin-right: 20px
    }

    #contact_fields > * {
        width: 70%
    }

    .step-quest > div > input {
        padding: 10px 30px;
        font-size: 1.1rem
    }
}

@media screen and (max-device-width: 800px) {
    #quiz {
        padding: 0 15px
    }

    #quiz h2 {
        font-size: 1.8rem
    }

    .step-quest > * img {
        display: none
    }

    .step-quest > * label {
        text-align: center;
        padding: 10px 15px
    }

    #contact_fields > * {
        width: 90%
    }

    .step > small {
        margin-bottom: 15px
    }
}

@media screen and (max-device-width: 480px) {
    #quiz h2 {
        margin-bottom: 40px !important
    }

    .step-quest > *, #type-home > *, #type-repair > * {
        width: 90%
    }
}

@media screen and (max-device-width: 380px) {
    #quiz h2 {
        font-size: 1.6rem
    }

    .step-quest > *, #type-home > *, #type-repair > *, #contact_fields > * {
        width: 100%
    }

    .quiz_buttons {
        justify-content: space-between
    }

    .quiz_buttons p {
        width: 45%;
        margin-bottom: 20px
    }

    #quiz .btn {
        width: 100%;
        margin: 0
    }

    #step1 .quiz_buttons {
        justify-content: center
    }
}

.ever-popup-build {
    position: fixed;
    opacity: 0;
    z-index: -1;
    top: 0;
    left: -9999px;
}

@media screen and (max-width: 1000px) {
    .ever-popup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        z-index: 111;
        display: none;
        overflow: auto;
    }

    .ever-popup__body {
        position: static;
        float: none;
        display: block;
        margin: 0 auto;
        width: auto
    }

    .ever-popup.show {
        display: block;
        align-items: center;
    }

    .ever-popup__inner {
        position: relative;
        margin: 0 auto;
        padding-top: 35px
    }

    .ever-popup__close {
        width: 35px;
        height: 30px;
        position: absolute;
        cursor: pointer;
        top: 0;
        right: 0;
        z-index: 1;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .ever-popup__close:after, .ever-popup__close:before {
        content: "";
        position: absolute;
        right: 0;
        top: 10px;
        width: 35px;
        height: 10px;
        background: #fff;
        transition: all 1s;
    }

    .ever-popup__close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .ever-popup__close:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

#push-comments #push_mlyjekpdfdd1 {
    background-color: #f0f0f0;
    box-sizing: border-box;
    font-family: Arial, serif;
    padding: 3rem 2rem;
    transition: 1s;
    width: 100%;
}

#push-comments #push_mlyjekpdfdd1.hide {
    opacity: 0;
    display: block !important;
}

#push-comments #push_mlyjekpdfdd1__form {
    box-sizing: border-box;
    margin: auto;
    max-width: 600px;
}

#push-comments #push_mlyjekpdfdd1__title {
    color: #43A047;
    border-bottom: 0px solid;
    box-shadow: 1px 4px 10px -7px #ccc;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 16px;
}

#push-comments #push_mlyjekpdfdd1__message {
    border: 1px solid #43A047;
    box-shadow: 0px 2px 4px -3px #237a27;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 20px;
    height: 120px;
    width: 100%;
}

#push-comments #push_mlyjekpdfdd1__submit {
    background: #43A047;
    border: none;
    box-shadow: 0px 2px 4px -3px #000;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    display: table;
    margin: 20px 0 0;
    height: 50px;
    transition: .5s;
    text-align: center;
    text-shadow: 0px 0px 1px #237a27;
    font-size: 18px;
    max-width: 280px;
    width: 100%;
}

#push-comments #push_mlyjekpdfdd1__submit:hover {
    background: #237a27;
    text-shadow: none;
    box-shadow: none;
}

#push-comments #push_mlyjekpdfdd1__label::before, #push-comments #push_mlyjekpdfdd1__label::after {
    content: '';
    display: none;
}

#push-comments #push_3dv4f7 {
    background-color: #f0f0f0;
    box-sizing: border-box;
    font-family: Arial, serif;
    padding: 3rem 2rem;
    transition: 1s;
    width: 100%;
}

#push-comments #push_3dv4f7.hide {
    opacity: 0;
    display: block !important;
}

#push-comments #push_3dv4f7__form {
    box-sizing: border-box;
    margin: auto;
    max-width: 600px;
}

#push-comments #push_3dv4f7__title {
    color: #43A047;
    border-bottom: 0px solid;
    box-shadow: 1px 4px 10px -7px #ccc;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 16px;
}

#push-comments #push_3dv4f7__message, .comment-input {
    border: 1px solid #43A047;
    box-shadow: 0px 2px 4px -3px #237a27;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 20px;
    height: 120px;
    width: 100%;
}

#push-comments #push_3dv4f7__submit {
    background: #43A047;
    border: none;
    box-shadow: 0px 2px 4px -3px #000;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    display: table;
    margin: 20px 0 0;
    height: 50px;
    transition: .5s;
    text-align: center;
    text-shadow: 0px 0px 1px #237a27;
    font-size: 18px;
    max-width: 280px;
    width: 100%;
}

#push-comments #push_3dv4f7__submit:hover {
    background: #237a27;
    text-shadow: none;
    box-shadow: none;
}

#push-comments #push_3dv4f7__label::before, #push-comments #push_3dv4f7__label::after {
    content: '';
    display: none;
}

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

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

.submit-roulette, input[value="Получить за 196 рублей"] {
    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;
    -webkit-appearance: none
}

.input-roulette, input[name="name"], input[name="phone"] {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    max-width: 178px;
    min-width: 178px;
    box-sizing: border-box;
}
select {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    max-width: 178px;
    min-width: 178px;
    box-sizing: border-box;
}

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

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

.input-roulette {
    width: auto !important
}

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

.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 !important;
    margin: 0 auto;
    position: relative
}

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

.wheel img {
    max-width: 100%
}

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

.wheel-cursor {
    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 Arial !important;
    line-height: 61px !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: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 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, 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)
}

.order_block {
    display: none;
    text-align: center !important
}

.order_block img {
    width: 20%
}

.order_block h3 {
    font: 700 18px Arial !important;
    background: 0 0
}

#EgipetHils, #ad1_devtizer, #ad1_form, #adbees_form, #adeptcpa_form, #aff1_form, #apilead_form, #apilead_form_reg4, #burg_tl_form, #cpagetti_form, #crm_form, #drcash_form, #drcash_form_thx_reg2, #everad_form, #funcpa_form, #ha9_form, #healthinlife_new, #healthinlife_profitclicks, #healthinlife_profitclicks_max, #healthinlife_profitclicks_push, #hp_form, #hp_form3, #kma_form, #leadbit_form, #leadgroup_form, #leadtrade_form, #leadvertex_cpa1, #leadvertex_cpa1_reg2, #leadvertex_cpa3_profitclicks, #luckyshop_form, #m_leads, #monsterleads_form, #omni_form, #p_apilead_form, #p_hp_form, #p_hp_form_test, #p_omni_form, #p_omni_form_thx, #p_rekl_form, #papakarlo_form, #profit_form2, #pw_hp_form, #rekl_form, #rocket_form, #rocket_form_new, #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
}

.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.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
}
@media (max-width: 500px){
    .close-popup{
        right: 0px;
    }
}

.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;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    border: none;
    cursor: pointer;
    outline: 0
}

.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, .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;
    text-align: center;
    padding: 70px 10px 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

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

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

.pop-up-window::after {
    width: 50px;
    height: 20px;
    top: -20px;
    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
    }
}

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

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

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

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