.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 {
    /*display: block;*/
    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;
}

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

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

.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: 1550px) {}

@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 ul,
.interview ol {
    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: crimson;
}

.qoute p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    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 0px 5px rgba(0, 0, 0, 0.2);
}

.doctor-flex {
    display: flex;
    align-items: center;
    border-bottom: 0.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 0px;
}

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

.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: bold;
    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: none;
}

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

.form button,
.main-btn {
    border-radius: 20px;
    max-width: 350px;
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: crimson;
    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, 0.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: 0px 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: bold;
    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: #ffeeee;
}

.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: rgb(204, 204, 204);
    box-shadow: 0px 0px 10px rgba(0, 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('images/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: 0.3s;
}

.censor-box.censor-show {
    border: 5px solid white;
}

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

.block-1 {
    color: #fff !important;
    padding: 14px !important;
    background: rgb(0, 95, 158) none repeat scroll 0% 0% !important;
    box-shadow: 0px 0px 10px rgba(0, 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: transparent !important;
    padding: 14px !important;
    width: 100% !important;
}

.block-2 {
    background: rgba(3, 224, 0, 0.04) !important;
    padding: 14px !important;
    border-radius: 2px !important;
    border: 4px double rgba(21, 160, 37, 0.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: rgb(245, 254, 245) !important;
    background-image: -webkit-repeating-linear-gradient(0deg, rgb(191, 230, 191) 0%, rgb(245, 254, 245) 100%) !important;
    background-image: repeating-linear-gradient(90deg, rgb(191, 230, 191) 0%, rgb(245, 254, 245) 100%) !important;
    background-image: -ms-repeating-linear-gradient(0deg, rgb(191, 230, 191) 0%, rgba(3, 224, 0, 0.04) 100%) !important;
}

.block-8 {
    box-sizing: border-box !important;
    box-shadow: 0 3px 10px rgba(0, 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, 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, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22) !important;
    padding: 20px !important;
    width: 100% !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2), -1px 0 0 rgba(0, 0, 0, 0.2), 1px 0 0 rgba(0, 0, 0, 0.2), -1px 0 0 rgba(0, 0, 0, 0.2), 1px 0 0 rgba(0, 0, 0, 0.2), -1px -1px 0 rgba(0, 0, 0, 0.2), 1px -1px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2), -1px -1px 0 rgba(0, 0, 0, 0.2), 1px -1px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 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, 0.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, 0.4) !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.35) !important;
    box-sizing: border-box !important;
    padding: 20px !important;
    background: rgba(60, 114, 181, 1) !important;
    background: -moz-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%) !important;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(60, 114, 181, 1)), color-stop(100%, rgba(123, 159, 204, 1))) !important;
    background: -webkit-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%) !important;
    background: -o-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%) !important;
    background: -ms-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%) !important;
    background: linear-gradient(135deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c72b5', endColorstr='#7b9fcc', GradientType=1) !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: 0px;
    padding: 0px;
}

.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, 0.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, 0.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: 0.2s;
    font-family: Arial, sans-serif !important;
}

.order_block {
    max-width: 430px;
    width: 100%;
    margin: auto;
    text-align: center;
    background: #fff;
    box-shadow: 0 0px 25px 0px rgba(0, 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: bold;
}

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

.order_form .order_form_button {
    box-shadow: 0px 1px 0px 0px rgb(245, 151, 142) inset;
    background: rgb(242, 69, 55);
    border-radius: 3px;
    border: 1px solid rgb(208, 39, 24);
    width: 100%;
    display: inline-block;
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    outline: none;
    padding: 16px 0;
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
    text-decoration: none;
    letter-spacing: 0.6px;
    text-shadow: 0px 1px 0px rgb(129, 14, 5);
}

.order_form .order_form_button:hover {
    background: rgb(198, 45, 31)
}

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

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

.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: 0.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: bold;
    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: 0.6;
}

.shake {
    animation: shake 0.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, 0.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: bold;
    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;
    }
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/roboto-v27-cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/roboto-v27-cyrillic-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('../fonts/roboto-v27-cyrillic-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/roboto-v27-cyrillic-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

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