/* fonts */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/KFOlCnqEu92Fr1MmSU5vAw.ttf") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/KFOmCnqEu92Fr1Me5Q.ttf") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/KFOlCnqEu92Fr1MmEU9vAw.ttf") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/KFOlCnqEu92Fr1MmWUlvAw.ttf") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/KFOlCnqEu92Fr1MmYUtvAw.ttf") format('truetype');
}

/* */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    line-height: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

input::-ms-clear {
    display: none
}

img {
    max-width: 100%
}

section {
    position: relative
}

.intro {
    background-color: #f3f9ff;
    background-image: url("../img/intro-bg-left.png");
    background-position: -300px 0;
    background-repeat: no-repeat;
    margin-bottom: 100px
}

@media screen and (max-width: 1023px) {
    .intro .container {
        max-width: 800px
    }
}

.intro::after {
    content: '';
    position: absolute;
    bottom: -98px;
    display: block;
    width: 100%;
    height: 109px;
    background: url("../img/wave-bottom.png") calc(50% + -30px) 0 no-repeat;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media screen and (max-width: 1023px) {
    .intro::after {
        display: none
    }
}

@media screen and (max-width: 1199px) {
    .intro {
        padding-bottom: 40px;
        margin-bottom: 23px
    }
}

@media screen and (max-width: 1023px) {
    .intro {
        background-image: none;
        margin-bottom: 0
    }
}

@media screen and (max-width: 767px) {
    .intro {
        padding-bottom: 35px
    }
}

@media screen and (max-width: 479px) {
    .intro {
        padding-bottom: 30px
    }
}

.intro__header {
    padding-top: 14px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width: 1023px) {
    .intro__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
        padding-top: 40px
    }
}

@media screen and (max-width: 767px) {
    .intro__header {
        padding-top: 30px
    }
}

@media screen and (max-width: 479px) {
    .intro__header {
        margin-bottom: 5px
    }
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 88px
}

@media screen and (max-width: 1199px) {
    .logo {
        margin-right: 45px
    }
}

@media screen and (max-width: 1023px) {
    .logo {
        margin-right: 0;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 767px) {
    .logo {
        margin-bottom: 0
    }
}

.logo__pic {
    width: 81px;
    height: 56px
}

.logo__img {
    max-width: 100%;
    display: block
}

.logo__name {
    margin-left: 17px;
    font-size: 22px;
    color: #383334
}

@media screen and (max-width: 1023px) {
    .logo__name {
        font-size: 32px
    }
}

.intro__header-list {
    width: 647px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 21px
}

@media screen and (max-width: 1023px) {
    .intro__header-list {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .intro__header-list {
        display: none
    }
}

.intro__header-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.intro__header-desc {
    margin-left: 12px;
    font-size: 16px;
    color: #666
}

.nowdate {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px
}

.only {
    font-weight: 700
}

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

@media screen and (max-width: 1023px) {
    .intro__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.intro__product {
    position: relative;
    width: 471px;
    padding-top: 40px
}

@media screen and (max-width: 1199px) {
    .intro__product {
        width: 344px
    }
}

@media screen and (max-width: 1023px) {
    .intro__product {
        display: none
    }
}

.intro__product-legs {
    position: absolute;
    z-index: 2;
    top: -120px;
    left: -215px;
    max-width: none
}

@media screen and (max-width: 1199px) {
    .intro__product-legs {
        width: 570px
    }
}

.intro__product-pic {
    position: relative;
    z-index: 1;
    left: -99px;
    width: 571px;
    height: 571px
}

@media screen and (max-width: 1199px) {
    .intro__product-pic {
        width: 445px;
        height: 445px
    }
}

.intro__circle {
    position: absolute;
    top: -56px;
    left: 37px;
    width: 571px;
    height: 571px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media screen and (max-width: 1199px) {
    .intro__circle {
        display: none
    }
}

.intro__circle-img {
    fill: transparent;
    stroke: #fff;
    stroke-width: 6;
    stroke-dasharray: 293, 440;
    width: 700px;
    height: 700px
}

.intro__product-img {
    max-width: 100%;
    display: block
}

.intro__pack {
    position: absolute;
    z-index: 3;
    top: 300px;
    left: -655px;
}

@media screen and (max-width: 1350px) {
    .intro__pack {
        top: 367px;
        left: -884px
    }
}

@media screen and (max-width: 1199px) {
    .intro__pack {
        top: 276px;
        left: -730px
    }
}

@media screen and (max-width: 1023px) {
    .intro__pack {
        position: relative;
        top: 0;
        width: 50%;
        left: 0;
        -ms-flex-item-align: center;
        align-self: center;
        background: #fff;
        min-height: 285px;
        padding: 20px 10px 45px 15px;
        border: 4px solid #a8ca3f;
        border-radius: 10px
    }
}

@media screen and (max-width: 767px) {
    .intro__pack {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 479px) {
    .intro__pack {
        min-height: 200px;
        padding: 20px 0 5px 15px;
        padding-left: 0;
        margin-bottom: 10px;
        width: 300px
    }
}

.intro__pack::after {
    content: '';
    position: absolute;
    top: 50px;
    right: -28px;
    z-index: -1;
    display: block;
    width: 313px;
    height: 232px;
    background: url("../img/pack-decor.png") 0 0 no-repeat
}

@media screen and (max-width: 1350px) {
    .intro__pack::after {
        display: none
    }
}

.intro__pack-img {
    display: block
}

.intro__pack-tablets {
    position: relative
}

@media screen and (max-width: 1199px) {
    .intro__pack-tablets {
        width: calc(378px - 5%)
    }
}

@media screen and (max-width: 479px) {
    .intro__pack-tablets {
        width: calc(378px - 65%);
        margin: 0 auto
    }
}

.intro__tablets {
    max-width: 240px;
    margin: 0 auto;
}

.intro__pack-label {
    position: absolute;
    top: -11px;
    right: -12px;
    width: 110px;
    padding: 3px 0 0 3px;
    font-size: 34px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #ff6b00;
    border-radius: 8px
}

@media screen and (max-width: 479px) {
    .intro__pack-label {
        width: 75px;
        padding: 2px 0 0 3px;
        font-size: 20px;
        border-radius: 5px
    }
}

.intro__pack-label_island {
    background-color: #a8ca3f;
    top: -15px;
    right: 33px
}

.intro__pacl-currency {
    font-weight: 400;
    font-size: 18px
}

@media screen and (max-width: 479px) {
    .intro__pacl-currency {
        font-size: 15px
    }
}

.intro__pack-img_tablets {
    position: absolute;
    bottom: 2px;
    left: 20px
}

@media screen and (max-width: 1199px) {
    .intro__pack-img_tablets {
        width: calc(186px - 0%);
        bottom: -42px;
        left: -10px
    }
}

@media screen and (max-width: 479px) {
    .intro__pack-img_tablets {
        width: calc(186px - 45%);
        bottom: -14px;
        left: 4px
    }
}

.intro__pack-gel {
    position: absolute;
    top: 134px;
    left: 106px;
    width: 415px
}

@media screen and (max-width: 1199px) {
    .intro__pack-gel {
        width: calc(421px - 37%);
        top: 79px;
        left: 81px
    }
}

@media screen and (max-width: 1023px) {
    .intro__pack-gel {
        top: 130px;
        left: 95px
    }
}

@media screen and (max-width: 479px) {
    .intro__pack-gel {
        width: calc(421px - 85%);
        top: 90px;
        left: 85px
    }
}

@media screen and (max-width: 1199px) {
    .intro__pack-img_gel {
        width: 100%
    }
}

.intro__pack-img_stick {
    position: absolute;
    top: 207px;
    left: 247px
}

@media screen and (max-width: 1199px) {
    .intro__pack-img_stick {
        width: calc(339px - 37%);
        top: 130px;
        left: 180px
    }
}

@media screen and (max-width: 1023px) {
    .intro__pack-img_stick {
        top: 190px;
        left: 190px
    }
}

@media screen and (max-width: 479px) {
    .intro__pack-img_stick {
        width: calc(339px - 75%);
        top: 128px;
        left: 150px
    }
}

.intro__desc {
    max-width: 373px
}

@media screen and (max-width: 1023px) {
    .intro__desc {
        max-width: none;
        width: 100%;
        margin-bottom: 20px
    }
}

.intro__title {
    margin-bottom: 36px;
    max-width: 305px;
    font-size: 44px;
    color: #383334;
    line-height: 1
}

@media screen and (max-width: 1199px) {
    .intro__title {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 1023px) {
    .intro__title {
        max-width: none;
        max-width: 700px;
        font-size: 39px;
        text-align: center;
        margin: 0 auto 25px
    }
}

@media screen and (max-width: 767px) {
    .intro__title {
        font-size: 34px;
        max-width: 500px;
        margin: 0 auto 20px
    }
}

@media screen and (max-width: 479px) {
    .intro__title {
        font-size: 26px
    }
}

@media screen and (max-width: 1023px) {
    .intro__desc-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around
    }
}

@media screen and (max-width: 767px) {
    .intro__desc-list {
        display: block
    }
}

.intro__desc-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

@media screen and (max-width: 1023px) {
    .intro__desc-item:nth-child(2) {
        margin-right: 5px
    }
}

@media screen and (max-width: 1023px) {
    .intro__desc-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 767px) {
    .intro__desc-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.intro__desc-item:first-child::before {
    content: '';
    position: absolute;
    left: 26px;
    bottom: -24px;
    display: block;
    width: 9px;
    height: 31px;
    transform: rotate(180deg);
    background: url("../img/intro-list-arrow-way.png") 0 0 no-repeat
}

@media screen and (max-width: 1199px) {
    .intro__desc-item:first-child::before {
        bottom: -32px
    }
}

@media screen and (max-width: 1023px) {
    .intro__desc-item:first-child::before {
        display: none
    }
}

.intro__desc-item:not(:first-child)::before {
    content: '';
    position: absolute;
    left: 26px;
    bottom: -37px;
    display: block;
    width: 9px;
    height: 40px;
    transform: rotate(180deg);
    background: url("../img/intro-list-arrow-way.png") 0 0 no-repeat
}

@media screen and (max-width: 1199px) {
    .intro__desc-item:not(:first-child)::before {
        bottom: -44px
    }
}

@media screen and (max-width: 1023px) {
    .intro__desc-item:not(:first-child)::before {
        display: none
    }
}

.intro__desc-item:last-child::before {
    content: none
}

.intro__desc-item:not(:last-child) {
    margin-bottom: 39px
}

@media screen and (max-width: 1199px) {
    .intro__desc-item:not(:last-child) {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 1023px) {
    .intro__desc-item:not(:last-child) {
        margin-bottom: 0
    }
}

@media screen and (max-width: 767px) {
    .intro__desc-item:not(:last-child) {
        margin-bottom: 20px
    }
}

.intro__desc-bullet {
    margin: 0 27px 0 7px;
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #a7c93d;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    -webkit-box-shadow: 0 0 0 7px #e8edc9;
    box-shadow: 0 0 0 7px #e8edc9
}

@media screen and (max-width: 1023px) {
    .intro__desc-bullet {
        margin: 0 0 10px
    }
}

@media screen and (max-width: 767px) {
    .intro__desc-bullet {
        margin: 0 20px 0 0;
        width: 35px;
        height: 35px;
        font-size: 16px;
        -webkit-box-shadow: 0 0 0 5px #e8edc9;
        box-shadow: 0 0 0 5px #e8edc9
    }
}

.intro__title-small {
    font-size: 34px
}

@media screen and (max-width: 1023px) {
    .intro__title-small {
        font-size: 29px
    }
}

@media screen and (max-width: 479px) {
    .intro__title-small {
        font-size: 24px
    }
}

.intro__desc-text {
    width: 290px;
    font-size: 20px;
    color: #444;
    line-height: 1.1
}

@media screen and (max-width: 1023px) {
    .intro__desc-text {
        width: 242px;
        font-size: 16px;
        line-height: 1.3
    }
}

.intro__form {
    position: relative
}

@media screen and (max-width: 1023px) {
    .intro__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around
    }
}

@media screen and (max-width: 767px) {
    .intro__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.x_price_current {
    position: relative
}

.x_price_current::after {
    content: '*';
    font-size: .8em;
    position: relative;
    top: -6px
}

.form {
    position: relative;
    width: 270px;
    border: 7px solid #a8ca3f;
    border-radius: 14px;
    background-color: #fff
}

.form::before {
    content: '';
    position: absolute;
    top: 99px;
    right: -34px;
    display: block;
    width: 49px;
    height: 233px;
    background: url("../img/form-arrow.png") 0 0 no-repeat
}

@media screen and (max-width: 1350px) {
    .form::before {
        display: none
    }
}

.intro__delivery-icon {
    margin-right: 4px;
    vertical-align: middle
}

.intro__delivery-text {
    font-size: 16px;
    color: #444;
    vertical-align: middle;
    line-height: 1
}

.form__wrap {
    padding: 20px 18px 0
}

.form__title {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    line-height: 1
}

.form__title-accent {
    color: #ff6b00
}

.form__price-new {
    transition: .3s;
    margin: 0 auto
}

.form__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.form__price-title {
    font-size: 14px;
    color: #666
}

.form__prices {
    font-size: 30px;
    color: #0b0b0b
}

.form__price-value_previous {
    position: relative
}

.form__price-value_previous::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    width: 85%;
    height: 1px;
    background-color: #eb8050;
    -webkit-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg)
}

.form__price-value_previous::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    width: 85%;
    height: 1px;
    background-color: #eb8050;
    -webkit-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg)
}

.form__currency {
    font-size: 22px
}

.form__price-title {
    margin-bottom: 5px;
    text-align: center;
    line-height: 1
}

.form__price-value {
    padding: 3px 15px
}

.star {
    vertical-align: top;
    font-size: 18px
}

@media screen and (max-width: 479px) {
    .star {
        font-size: 14px
    }
}

.form__price-value_accent {
    background-color: #ffbf02;
    border-radius: 5px
}

.form__main-input {
    display: block;
    width: 100%;
    padding: 20px 25px 20px 55px;
    background-color: #eef2f7;
    border-radius: 100px;
    border: none;
    outline: none;
    transition: .2s
}

.form__main-input:hover, .form__main-input:focus {
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .2)
}

.form__main-name {
    position: relative;
    margin-bottom: 10px
}

.form__main-name::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    width: 19px;
    height: 23px;
    background: url("../img/form-name.svg") 0 0 no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form__main-tel {
    position: relative
}

.form__main-tel::before {
    content: '';
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    left: 21px;
    display: block;
    width: 21px;
    height: 24px;
    background: url("../img/form-tel.svg") 0 0 no-repeat
}

.intro .btn-box {
    margin: 15px 0 11px
}

.form__main-footnote {
    margin-bottom: 12px;
    text-align: center;
    font-size: 14px;
    opacity: .7
}

.form__lastpack {
    margin-bottom: 13px;
    font-size: 18px;
    text-align: center;
    line-height: 1
}

.form__lastpack-accent {
    color: #9dbd39
}

.form__security {
    padding: 13px 0;
    font-size: 14px;
    color: #666;
    vertical-align: middle;
    text-align: center;
    background-color: #eef2f7;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px
}

.form__security-img {
    margin-right: 6px;
    vertical-align: middle
}

.danger::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -12px;
    display: block;
    width: 100%;
    height: 109px;
    background: url("../img/wave-top.png") 0 0 no-repeat
}

@media screen and (max-width: 1023px) {
    .danger::after {
        display: none
    }
}

.danger-title {
    margin-bottom: 30px
}

.danger-slogan {
    text-align: center;
    color: #2b2828;
    font-size: 24px;
    margin-bottom: 47px
}

.danger-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    counter-reset: section;
    margin-bottom: 70px
}

.danger-item {
    margin-right: 50px;
    width: 33%
}

.danger-item:hover .danger-item__descr:before {
    background: #f4d3bb
}

.danger-item:nth-child(2) .danger-number {
    background-color: #e47643
}

.danger-item:nth-child(2) svg.circle {
    stroke: #e47643
}

.danger-item:nth-child(3) .danger-number {
    background-color: #ec5b19
}

.danger-item:nth-child(3) svg.circle {
    stroke: #ec5b19
}

.danger-item:last-child {
    margin-right: 0
}

.danger-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px
}

@-webkit-keyframes dangerCircle {
    0% {
        stroke-dasharray: 0, 640
    }
    100% {
        stroke-dasharray: 170, 470
    }
}

@keyframes dangerCircle {
    0% {
        stroke-dasharray: 0, 640
    }
    100% {
        stroke-dasharray: 170, 470
    }
}

.dangerCircle .circle {
    animation-name: dangerCircle;
    animation-duration: 1s
}

.danger-item__text {
    margin-left: 20px;
    font-size: 22px;
    line-height: 1.1
}

.danger-item__descr {
    position: relative;
    color: #444;
    font-size: 18px;
    line-height: 1.5
}

.danger-item__descr:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    height: 3px;
    width: 50px;
    background: #becbd8
}

.danger svg.circle {
    fill: transparent;
    stroke-width: 8px;
    stroke: #ec9a6a;
    stroke-dashoffset: 0;
    stroke-dasharray: 170, 470
}

.danger-number {
    position: absolute;
    top: -8px;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #ec9a6a;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.danger-number:after {
    content: counter(section);
    counter-increment: section;
    font-size: 30px;
    color: #fff
}

.danger-img {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.danger-img__circle {
    position: absolute;
    left: -22px;
    top: -25px;
    width: 212px;
    height: 212px;
    -webkit-transform: rotate(170deg);
    -ms-transform: rotate(170deg);
    transform: rotate(170deg)
}

.danger-stat {
    position: relative;
    z-index: 2;
    border: 3px solid #f4d3bb;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 40px 10px
}

.danger-stat:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url("../img/danger-stat.svg") no-repeat center center;
    width: 55px;
    height: 37px;
    z-index: 3
}

.danger-stat:after {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 170px;
    height: 10px;
    background: #fff;
    z-index: 2
}

.danger-stat__text {
    color: #444;
    font-size: 22px
}

@media screen and (max-width: 1299px) {
    .danger-wrap {
        padding: 0 20px
    }
}

@media screen and (max-width: 1189px) {
    .danger-img {
        width: 150px
    }

    .danger-img__circle {
        width: 200px;
        height: 200px
    }

    .danger-number {
        top: -20px;
        width: 45px;
        height: 45px
    }

    .danger-number:after {
        font-size: 26px
    }

    .danger-item {
        margin-right: 35px
    }

    .danger-item__text {
        margin-left: 10px
    }

    .danger-item__descr {
        font-size: 17px
    }

    .danger-stat__text {
        font-size: 21px
    }
}

@media screen and (max-width: 1023px) {
    .danger-title {
        margin-bottom: 10px
    }

    .danger-slogan {
        line-height: 1
    }

    .danger-wrap {
        padding: 0;
        margin-bottom: 40px
    }

    .danger-item {
        margin-right: 15px
    }

    .danger-item__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 25px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .danger-item__text {
        font-size: 20px;
        margin: 10px 0 0
    }

    .danger-item__descr {
        font-size: 16px
    }

    .danger-item__descr br {
        display: none
    }

    .danger-item__descr:before {
        top: -13px
    }

    .danger-img {
        margin: 0 auto
    }

    .danger-img__circle {
        left: -25px
    }

    .danger-stat {
        padding: 30px 10px
    }

    .danger-stat__text br {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .danger-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .danger-item {
        width: calc(50% - 20px);
        margin: 0 10px 40px
    }

    .danger-item:last-child {
        margin-bottom: 0
    }

    .danger-wrap {
        gap: 30px 0
    }

    .danger-item__text {
        font-size: 18px
    }

    .danger-stat__text {
        font-size: 18px
    }
}

@media screen and (max-width: 639px) {
    .danger-slogan {
        font-size: 23px
    }

    .danger-item {
        width: 100%;
        max-width: 350px;
        text-align: center;
        margin: 0 0 40px
    }

    .danger-item__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .danger-item__descr:before {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media screen and (max-width: 479px) {
    .danger-title {
        margin-bottom: 5px
    }

    .danger-slogan {
        font-size: 20px
    }

    .danger-stat {
        padding: 25px 5px
    }

    .danger-stat:after {
        width: 100px
    }

    .danger-stat__text {
        font-size: 16px
    }
}

.inefficient {
    background-color: #f3f9ff
}

.inefficient-title {
    margin-bottom: 80px;
    line-height: 1 !important
}

.inefficient-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px
}

.inefficient-item {
    width: 33%;
    border-top: 5px solid #a8c53a;
    background-color: #fff;
    margin-right: 30px;
    border-radius: 7px;
    text-align: center;
    position: relative;
    padding: 63px 25px 35px
}

.inefficient-item:last-child {
    margin-right: 0
}

.inefficient-item__img {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #f3f9ff;
    border-radius: 50%;
    top: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.inefficient-item__title {
    font-size: 24px;
    margin-bottom: 9px
}

.inefficient-item__slogan {
    color: #222;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 47px
}

.inefficient-item__slogan span {
    display: block;
    color: #666;
    font-size: 16px;
    font-style: italic;
    font-weight: 400
}

.inefficient-item__warning {
    color: #ff6b00;
    font-size: 24px;
    position: relative;
    margin-bottom: 10px
}

.inefficient-item__warning:before, .inefficient-item__warning:after {
    content: "";
    position: absolute
}

.inefficient-item__warning:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #d2dce6;
    height: 1px;
    width: 330px;
    top: -27px
}

.inefficient-item__warning:after {
    background-color: #fff;
    width: 22px;
    height: 22px;
    left: 47%;
    top: -37px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #d2dce6;
    border-right: 1px solid #d2dce6
}

.inefficient-item__text {
    font-size: 18px;
    line-height: 1.4
}

.inefficient-open {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ff6b00
}

.inefficient-open:before {
    content: "+";
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.inefficient-conclusion {
    position: relative;
    border: 3px solid #f4d3bb;
    background-color: #f3f9ff;
    border-radius: 5px;
    text-align: center;
    padding: 25px 10px
}

.inefficient-conclusion:before, .inefficient-conclusion:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.inefficient-conclusion:before {
    content: "!";
    color: #f4d3bb;
    font-size: 70px;
    font-weight: 700;
    top: -49px;
    width: 170px;
    height: 50px;
    background: #f3f9ff;
    z-index: 2
}

.inefficient-conclusion:after {
    content: "ВЫВОД:";
    top: -16px;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    z-index: 3
}

.inefficient-conclusion__text {
    color: #444;
    font-size: 21px;
    line-height: 1.3
}

@media screen and (max-width: 1189px) {
    .inefficient-item {
        padding: 63px 20px 20px;
        margin-right: 10px
    }

    .inefficient-item__warning:before {
        width: 100%
    }

    .inefficient-item__text br {
        display: none
    }

    .inefficient-conclusion__text {
        font-size: 20px
    }
}

@media screen and (max-width: 1023px) {
    .inefficient-title {
        margin-bottom: 60px
    }

    .inefficient-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .inefficient-item {
        width: 360px;
        margin-bottom: 50px;
        margin-right: 0
    }

    .inefficient-item:nth-child(2n) {
        margin-left: 20px
    }

    .inefficient-item:last-child {
        margin-bottom: 0
    }

    .inefficient-item__slogan {
        min-height: 74px
    }

    .inefficient-item__warning {
        line-height: 1
    }

    .inefficient-conclusion__text {
        font-size: 18px
    }

    .inefficient-conclusion__text br {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .inefficient-wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .inefficient-item {
        width: calc(50% - 10px)
    }

    .inefficient-item.active .inefficient-item__text {
        max-height: 325px;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s
    }

    .inefficient-item.active .inefficient-open:before {
        content: "-"
    }

    .inefficient-item__warning:after {
        left: 46%
    }

    .inefficient-item__slogan {
        margin-bottom: 40px
    }

    .inefficient-item__text {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s
    }

    .inefficient-open {
        display: block
    }
}

@media screen and (max-width: 639px) {
    .inefficient-title br {
        display: none
    }

    .inefficient-item {
        width: 320px;
        margin-left: 0 !important
    }

    .inefficient-conclusion__text {
        font-size: 16px
    }
}

@media screen and (max-width: 479px) {
    .inefficient-item {
        padding: 60px 10px 20px
    }

    .inefficient-item__text {
        font-size: 16px
    }
}

.description::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -12px;
    display: block;
    width: 100%;
    height: 109px;
    background: url("../img/wave-bottom.png") 0 0 no-repeat
}

@media screen and (max-width: 1023px) {
    .description::before {
        display: none
    }
}

.description-title {
    line-height: 1 !important;
    margin-bottom: 20px
}

@media screen and (max-width: 1023px) {
    .description-title {
        margin-bottom: 10px
    }
}

.description-slogan {
    text-align: center;
    color: #383334;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px
}

@media screen and (max-width: 1199px) {
    .description-slogan {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .description-slogan {
        font-size: 20px;
        margin-bottom: 15px
    }
}

.description-wrap {
    text-align: center;
    margin-bottom: 75px
}

@media screen and (max-width: 1023px) {
    .description-wrap {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 479px) {
    .description-wrap {
        margin-bottom: 20px
    }
}

.description-wrap__text {
    color: #444;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 35px
}

.description-wrap__text:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1199px) {
    .description-wrap__text {
        margin-bottom: 20px
    }

    .description-wrap__text br {
        display: none
    }
}

@media screen and (max-width: 1023px) {
    .description-wrap__text {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 479px) {
    .description-wrap__text {
        line-height: 1.3;
        font-size: 16px
    }
}

.description-line {
    width: 100%;
    height: 1px;
    background: #cad5df
}

.complex::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -12px;
    display: block;
    width: 100%;
    height: 109px;
    background: url("../img/wave-top.png") 0 0 no-repeat
}

@media screen and (max-width: 1023px) {
    .complex::after {
        display: none
    }
}

.complex .border-green-big:after, .complex .border-orange-big:after {
    bottom: -2px;
    z-index: 2
}

.block.complex {
    padding-top: 20px
}

@media screen and (max-width: 1023px) {
    .block.complex {
        padding-top: 0
    }
}

.complex-title {
    margin-bottom: 18px;
    line-height: 1 !important
}

.complex-slogan {
    text-align: center;
    color: #383334;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 58px
}

@media screen and (max-width: 1199px) {
    .complex-slogan {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .complex-slogan {
        font-size: 20px;
        line-height: 1
    }
}

@media screen and (max-width: 479px) {
    .complex-slogan {
        font-size: 17px
    }
}

.complex-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    min-height: 60px
}

@media screen and (max-width: 1023px) {
    .complex-item__header {
        min-height: 65px
    }
}

@media screen and (max-width: 767px) {
    .complex-item__header {
        min-height: auto;
        margin-bottom: 10px
    }
}

.complex-item__title {
    font-size: 22px;
    font-weight: 700
}

@media screen and (max-width: 1199px) {
    .complex-item__title {
        font-size: 18px;
        line-height: 1.4
    }
}

@media screen and (max-width: 1023px) {
    .complex-item__title br {
        display: none
    }
}

.complex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #383334;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 1023px) {
    .complex-wrap {
        justify-content: space-around;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .complex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.complex-list {
    counter-reset: section;
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .complex-list {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 479px) {
    .complex-list {
        margin-bottom: 10px
    }
}

.complex-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px
}

.complex-list__item:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1199px) {
    .complex-list__item {
        margin-bottom: 10px
    }
}

.complex-list__text {
    line-height: 1.5
}

.complex-list__text span {
    font-weight: 500;
    color: #000
}

@media screen and (max-width: 1199px) {
    .complex-list__text {
        font-size: 17px
    }
}

@media screen and (max-width: 1023px) {
    .complex-list__text br {
        display: none
    }
}

@media screen and (max-width: 479px) {
    .complex-list__text {
        font-size: 16px
    }
}

.complex-list__circle {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background: #ff6b00;
    border: 5px solid #fad7be;
    border-radius: 50%;
    margin: 0 0 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.complex-list__circle:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    content: counter(section);
    counter-increment: section
}

@media screen and (max-width: 1199px) {
    .complex-list__circle .complex-list__circle {
        margin: 0 9px 0 0
    }
}

.complex-item__effect {
    color: #383334;
    font-size: 22px;
    font-weight: 700
}

@media screen and (max-width: 1023px) {
    .complex-item__effect {
        text-align: center
    }
}

.complex-circle {
    position: relative;
    top: 75px;
    left: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 322px;
    height: 322px;
    border: 10px solid #f3f9ff;
    border-radius: 50%
}

.complex-circle:before {
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 230px;
    height: 230px;
    background-color: #f3f9ff;
    border-radius: 50%
}

@media screen and (max-width: 1199px) {
    .complex-circle {
        width: 300px;
        height: 300px
    }
}

.complex-item_left {
    max-width: 400px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    text-align: right;
    position: relative;
    z-index: 2
}

.complex-item_left .complex-item__header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.complex-item_left .complex-list__item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width: 1199px) {
    .complex-item_left {
        max-width: 345px
    }
}

@media screen and (max-width: 1023px) {
    .complex-item_left {
        text-align: left
    }

    .complex-item_left .complex-item__header {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .complex-item_left .complex-left__img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 10px 0 0
    }

    .complex-item_left .complex-list__item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .complex-item_left .complex-list__circle {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 9px 0 0
    }
}

@media screen and (max-width: 767px) {
    .complex-item_left {
        max-width: 420px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin-bottom: 40px
    }
}

.complex-left__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 15px;
    margin-left: 23px
}

@media screen and (max-width: 1199px) {
    .complex-left__img {
        margin-left: 10px
    }
}

.complex-item_center {
    position: relative;
    margin: 0 25px
}

.complex-item_center .line-left, .complex-item_center .line-right {
    position: absolute;
    top: 14px;
    border-color: #cad5df;
    border-style: solid
}

.complex-item_center .line-left {
    left: -10px;
    width: 120px;
    height: 109px;
    border-width: 1px 1px 0 0;
    border-radius: 0 5px
}

.complex-item_center .line-left:before, .complex-item_center .line-left:after {
    content: "";
    position: absolute;
    top: -9px;
    left: 7px;
    width: 1px;
    height: 10px;
    background: #cad5df;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.complex-item_center .line-left:after {
    top: -2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.complex-item_center .line-right {
    right: -10px;
    width: 118px;
    height: 109px;
    border-width: 1px 0 0 1px;
    border-radius: 5px 0
}

.complex-item_center .line-right:before, .complex-item_center .line-right:after {
    content: "";
    position: absolute;
    top: -9px;
    right: 7px;
    width: 1px;
    height: 10px;
    background: #cad5df;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.complex-item_center .line-right:after {
    top: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width: 1199px) {
    .complex-item_center {
        margin: 0 5px
    }

    .complex-item_center .line-left:before, .complex-item_center .line-left:after {
        left: 3px
    }

    .complex-item_center .line-right:before, .complex-item_center .line-right:after {
        right: 3px
    }
}

@media screen and (max-width: 1023px) {
    .complex-item_center {
        display: none
    }
}

.product-stick {
    position: absolute;
    top: 165px;
    left: 68px;
    width: 200px;
}

.product-tablets {
    position: absolute;
    bottom: 115px;
    left: 10px
}

@media screen and (max-width: 1199px) {
    .product-tablets {
        bottom: 80px
    }
}

.complex-item_right {
    max-width: 400px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    z-index: 2
}

.complex-item_right .complex-list__circle {
    border-color: #e2eec6;
    background-color: #a7c93d;
    margin: 0 15px 0 0
}

@media screen and (max-width: 1199px) {
    .complex-item_right {
        max-width: 345px
    }

    .complex-item_right .complex-list__circle {
        margin: 0 9px 0 0
    }
}

@media screen and (max-width: 767px) {
    .complex-item_right {
        max-width: 420px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}

.complex-right__img {
    width: 15px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 23px
}

@media screen and (max-width: 1199px) {
    .complex-right__img {
        margin-right: 10px
    }
}

.complex-line {
    position: relative;
    width: 100%;
    height: 1px;
    background: #d2dce6;
    margin-bottom: 35px
}

.complex-line:before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 22px;
    height: 22px;
    left: 49%;
    top: -10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #d2dce6;
    border-right: 1px solid #d2dce6
}

@media screen and (max-width: 767px) {
    .complex-line:before {
        left: 48%
    }
}

.complex-conclusion {
    position: relative;
    z-index: 2;
    color: #444;
    font-size: 22px;
    text-align: center
}

.complex-conclusion span {
    color: #000;
    font-weight: 500
}

@media screen and (max-width: 1023px) {
    .complex-conclusion {
        font-size: 20px
    }

    .complex-conclusion br {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .complex-conclusion {
        font-size: 18px;
        line-height: 1
    }
}

@media screen and (max-width: 479px) {
    .complex-conclusion {
        font-size: 16px
    }
}

.recommendation.block {
    background-color: #f3f9ff
}

@media screen and (max-width: 767px) {
    .recommendation.block {
        padding-top: 35px
    }
}

@media screen and (max-width: 479px) {
    .recommendation.block {
        padding-top: 30px
    }
}

.recommendation__title.title-decor {
    margin-bottom: 48px
}

@media screen and (max-width: 1023px) {
    .recommendation__title.title-decor {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .recommendation__title.title-decor::before {
        top: -70px
    }
}

@media screen and (max-width: 767px) {
    .recommendation__title.title-decor {
        margin-bottom: 15px
    }
}

.recommendation__subtitle {
    display: block;
    padding-top: 10px;
    font-size: 30px;
    font-weight: 400;
    color: #383334;
    letter-spacing: -1px
}

@media screen and (max-width: 1023px) {
    .recommendation__subtitle {
        font-size: 26px
    }
}

@media screen and (max-width: 767px) {
    .recommendation__subtitle {
        font-size: 22px
    }
}

.recommendation__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around
}

@media screen and (max-width: 1023px) {
    .recommendation__doc {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-bottom: -44px
    }
}

.recommendation__pic {
    position: relative;
    z-index: 1;
    max-width: 530px;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media screen and (max-width: 1023px) {
    .recommendation__pic {
        max-width: 450px
    }
}

@media screen and (max-width: 767px) {
    .recommendation__pic {
        display: none
    }
}

.recommendation__circle {
    position: absolute;
    top: 44px;
    left: -92px;
    z-index: -1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media screen and (max-width: 1023px) {
    .recommendation__circle {
        display: none
    }
}

.recommendation__circle-img {
    fill: transparent;
    stroke: #fff;
    stroke-width: 7;
    stroke-dasharray: 250, 440;
    width: 700px;
    height: 700px
}

.recommendation__desc {
    width: 540px
}

@media screen and (max-width: 1199px) {
    .recommendation__desc {
        max-width: 440px
    }
}

@media screen and (max-width: 1023px) {
    .recommendation__desc {
        padding-left: 10px
    }
}

@media screen and (max-width: 767px) {
    .recommendation__desc {
        padding-left: 0;
        padding-bottom: 0;
        max-width: none;
        width: 100%
    }
}

.recommendation__desc-title {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
    font-size: 22px;
    letter-spacing: -1px
}

@media screen and (max-width: 1199px) {
    .recommendation__desc-title {
        font-size: 20px
    }
}

@media screen and (max-width: 1023px) {
    .recommendation__desc-title {
        padding-bottom: 10px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 479px) {
    .recommendation__desc-title {
        padding-bottom: 10px;
        margin-bottom: 10px
    }
}

.recommendation__desc-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #a7c93d
}

.recommendation__text {
    font-size: 18px;
    line-height: 1.5;
    color: #444
}

@media screen and (max-width: 1199px) {
    .recommendation__text {
        font-size: 17px
    }
}

@media screen and (max-width: 1023px) {
    .recommendation__text {
        font-size: 16px
    }
}

.recommendation__text:not(:last-child) {
    margin-bottom: 40px
}

@media screen and (max-width: 1199px) {
    .recommendation__text:not(:last-child) {
        margin-bottom: 25px
    }
}

@media screen and (max-width: 1023px) {
    .recommendation__text:not(:last-child) {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 479px) {
    .recommendation__text:not(:last-child) {
        margin-bottom: 10px
    }
}

.composition.block {
    padding-top: 0
}

@media screen and (max-width: 1023px) {
    .composition.block {
        padding-top: 40px
    }
}

@media screen and (max-width: 767px) {
    .composition.block {
        padding-top: 35px
    }
}

@media screen and (max-width: 479px) {
    .composition.block {
        padding-top: 30px
    }
}

@media screen and (max-width: 1199px) {
    .composition .container {
        max-width: 1020px
    }
}

@media screen and (max-width: 1023px) {
    .composition .container {
        max-width: 760px
    }
}

@media screen and (max-width: 767px) {
    .composition .container {
        max-width: 100%
    }
}

.composition::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -166px;
    display: block;
    width: 100%;
    height: 109px;
    background: url("../img/wave-bottom.png") 0 0 no-repeat
}

@media screen and (max-width: 1023px) {
    .composition::before {
        display: none
    }
}

.composition::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -12px;
    display: block;
    width: 100%;
    height: 109px;
    background: url("../img/wave-top.png") 0 0 no-repeat
}

@media screen and (max-width: 1023px) {
    .composition::after {
        display: none
    }
}

.title.composition__title {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    color: #383334;
    line-height: 1
}

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

.composition__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 90px
}

@media screen and (max-width: 1023px) {
    .composition__wrap {
        margin-top: 20px
    }
}

@media screen and (max-width: 767px) {
    .composition__wrap {
        display: block
    }
}

.composition__section {
    width: 50%
}

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

.composition__section:first-child {
    padding-right: 45px
}

@media screen and (max-width: 1199px) {
    .composition__section:first-child {
        padding-right: 15px
    }
}

@media screen and (max-width: 1023px) {
    .composition__section:first-child {
        padding-right: 10px
    }
}

@media screen and (max-width: 767px) {
    .composition__section:first-child {
        padding-right: 0
    }
}

.composition__section:last-child {
    position: relative;
    padding-left: 45px
}

@media screen and (max-width: 1199px) {
    .composition__section:last-child {
        padding-left: 15px
    }
}

@media screen and (max-width: 1023px) {
    .composition__section:last-child {
        padding-left: 10px
    }
}

@media screen and (max-width: 767px) {
    .composition__section:last-child {
        padding-left: 0
    }
}

.composition__section:last-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 30px;
    display: block;
    width: 1px;
    background-color: #d2dce6
}

@media screen and (max-width: 767px) {
    .composition__section:last-child::before {
        display: none
    }
}

.composition__wrap-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px;
    padding: 0 33px 0 0;
    margin-bottom: 24px
}

@media screen and (max-width: 1023px) {
    .composition__wrap-title {
        margin-bottom: 5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 767px) {
    .composition__wrap-title {
        padding: 0
    }
}

.composition__subtitle {
    font-size: 22px;
    color: #383334
}

@media screen and (max-width: 1023px) {
    .composition__subtitle {
        font-size: 20px
    }
}

.composition__pack_gel {
    width: 117px;
    margin-left: 23px
}

@media screen and (max-width: 767px) {
    .composition__pack_gel {
        margin-left: 0;
        margin-right: 22px
    }
}

@media screen and (max-width: 479px) {
    .composition__pack_gel {
        margin-right: 15px
    }
}

.composition__pack_tablets {
    width: 83px;
    margin-right: 22px
}

@media screen and (max-width: 479px) {
    .composition__pack_tablets {
        margin-right: 15px
    }
}

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

@media screen and (max-width: 767px) {
    .composition__item {
        justify-content: space-evenly
    }
}

.composition__item:not(:last-child) {
    margin-bottom: 30px
}

@media screen and (max-width: 1023px) {
    .composition__item:not(:last-child) {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 767px) {
    .composition__item:not(:last-child) {
        margin-bottom: 10px
    }
}

.composition__item:not(:last-child) .composition__desc {
    padding-bottom: 25px;
    border-bottom: 1px solid #d2dce6
}

@media screen and (max-width: 1023px) {
    .composition__item:not(:last-child) .composition__desc {
        padding-bottom: 10px
    }
}

@media screen and (max-width: 767px) {
    .composition__item:not(:last-child) .composition__desc {
        padding-bottom: 0
    }
}

@media screen and (max-width: 479px) {
    .composition__item:not(:last-child) .composition__desc {
        padding-bottom: 5px
    }
}

.composition__desc {
    width: 334px
}

@media screen and (max-width: 1199px) {
    .composition__desc {
        width: 315px;
        padding: 0 0 0 10px
    }
}

@media screen and (max-width: 1023px) {
    .composition__desc {
        width: 300px
    }
}

@media screen and (max-width: 767px) {
    .composition__desc {
        width: 400px
    }
}

.composition__item-title {
    margin-bottom: 17px;
    font-size: 20px;
    color: #0f0f0f;
    font-weight: 500
}

@media screen and (max-width: 1023px) {
    .composition__item-title {
        margin-bottom: 5px;
        font-size: 17px
    }
}

.composition__item-text {
    font-size: 18px;
    line-height: 24px;
    color: #444
}

@media screen and (max-width: 1199px) {
    .composition__item-text {
        font-size: 17px
    }
}

@media screen and (max-width: 1023px) {
    .composition__item-text {
        font-size: 16px
    }
}

.composition__item-pic {
    width: 175px
}

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

@media screen and (max-width: 767px) {
    .composition__item-pic {
        width: 130px
    }
}

.composition__item-pic_margined {
    margin-top: -40px
}

@media screen and (max-width: 1023px) {
    .composition__item-pic_margined {
        margin-top: -24px
    }
}

@media screen and (max-width: 767px) {
    .composition__section_tablets .composition__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        justify-content: space-evenly
    }
}

.composition__section_tablets .composition__desc {
    text-align: right
}

@media screen and (max-width: 1199px) {
    .composition__section_tablets .composition__desc {
        padding: 0 10px 0 0
    }
}

@media screen and (max-width: 767px) {
    .composition__section_tablets .composition__desc {
        padding: 0 0 0 10px;
        text-align: left
    }
}

@media screen and (max-width: 767px) {
    .composition__section_gel {
        margin-top: 25px
    }
}

.composition__section_gel .composition__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.composition__section_gel .composition__wrap-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 45px
}

@media screen and (max-width: 767px) {
    .composition__section_gel .composition__wrap-title {
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.composition__footnote {
    position: relative;
    z-index: 2;
    padding: 34px 38px 33px 90px;
    margin-top: 67px;
    border: 2px solid #d2dce6;
    text-align: center;
    line-height: 1.3;
    border-radius: 9px
}

@media screen and (max-width: 1023px) {
    .composition__footnote {
        padding: 25px 5px 10px;
        margin-top: 50px
    }
}

@media screen and (max-width: 479px) {
    .composition__footnote {
        margin-top: 45px
    }
}

.composition__wrap-pic {
    position: absolute;
    top: -31px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 55px 0 48px;
    background-color: #fff
}

.composition__footnote-pic {
    width: 67px
}

.composition__text {
    font-size: 21px;
    color: #444
}

@media screen and (max-width: 1199px) {
    .composition__text {
        font-size: 19px
    }
}

@media screen and (max-width: 1023px) {
    .composition__text {
        font-size: 17px
    }
}

@media screen and (max-width: 767px) {
    .composition__text {
        font-size: 16px
    }
}

.use {
    background: #f3f9ff
}

.use .btn-box {
    position: relative;
    z-index: 2;
    max-width: 320px;
    margin: 0 auto
}

.use .btn {
    padding: 9px 25px 6px;
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .use .container {
        max-width: 620px
    }
}

@media screen and (max-width: 479px) {
    .use .btn {
        padding: 9px 15px 6px
    }
}

.use-title {
    margin-bottom: 25px;
    line-height: 1 !important
}

@media screen and (max-width: 1023px) {
    .use-title {
        margin-bottom: 20px
    }
}

.use-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

@media screen and (max-width: 1023px) {
    .use-wrap {
        max-width: 767px;
        margin: 0 auto 30px
    }
}

@media screen and (max-width: 767px) {
    .use-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 479px) {
    .use-wrap {
        margin-bottom: 25px
    }
}

.use-item__left {
    text-align: right;
    padding: 45px 65px 0 0;
    width: calc(50% - 251px)
}

@media screen and (max-width: 1199px) {
    .use-item__left {
        padding: 45px 60px 0 0;
        width: calc(50% - 226px)
    }

    .use-item__left .use-list__item:after {
        right: -60px
    }
}

@media screen and (max-width: 1023px) {
    .use-item__left {
        padding: 10px 55px 0 0;
        width: calc(50% - 135px)
    }

    .use-item__left .use-list__item:after {
        right: -55px
    }
}

@media screen and (max-width: 767px) {
    .use-item__left {
        padding: 0 0 0 50px;
        width: 50%;
        text-align: left;
        margin-bottom: 20px
    }

    .use-item__left .use-list__item:after {
        right: inherit;
        left: -50px
    }
}

@media screen and (max-width: 479px) {
    .use-item__left {
        width: 300px
    }
}

.use-item__center {
    position: relative;
    margin: 0 90px
}

.use-item__center .product-tab {
    position: absolute;
    width: 200px;
    top: 50px;
    left: 0
}

.use-item__center .product-gel {
    position: absolute;
    width: 360px;
    top: 140px;
    left: 30px
}

@media screen and (max-width: 1199px) {
    .use-item__center {
        margin: 0 65px
    }

    .use-item__center .product-tab {
        width: 310px;
        top: 55px;
        left: 9px
    }

    .use-item__center .product-gel {
        width: 340px;
        left: 20px;
        top: 160px
    }
}

@media screen and (max-width: 1023px) {
    .use-item__center {
        margin: 0 30px
    }

    .use-item__center .product-tab {
        width: 250px;
        top: 65px;
        left: -20px
    }

    .use-item__center .product-gel {
        max-width: 250px;
        left: 20px;
        top: inherit;
        bottom: -10px
    }
}

@media screen and (max-width: 767px) {
    .use-item__center {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 30px
    }

    .use-item__center .product-tab {
        width: 280px;
        top: inherit;
        bottom: 10px;
        left: -70px
    }

    .use-item__center .product-gel {
        max-width: 290px;
        left: 10px
    }
}

@media screen and (max-width: 479px) {
    .use-item__center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .use-item__center .product-tab {
        position: static
    }

    .use-item__center .product-gel {
        width: 260px;
        bottom: -10px;
        left: 30px
    }
}

.use-item__right {
    padding: 45px 0 0 65px;
    width: calc(50% - 251px)
}

.use-item__right .use-item__title {
    border-color: #a7c93d
}

.use-item__right .use-list__item:after {
    background: #a7c93d;
    border-color: #e2eec6;
    right: inherit;
    left: -65px
}

.use-item__right .use-list__item:nth-child(2):after {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.use-item__right .use-list__item + .use-list__item {
    margin-top: 60px
}

@media screen and (max-width: 1199px) {
    .use-item__right {
        padding: 45px 0 0 60px;
        width: calc(50% - 226px)
    }

    .use-item__right .use-list__item:after {
        left: -60px
    }
}

@media screen and (max-width: 1023px) {
    .use-item__right {
        padding: 10px 0 0 55px;
        width: calc(50% - 135px)
    }

    .use-item__right .use-list__item + .use-list__item {
        margin-top: 45px
    }

    .use-item__right .use-list__item:after {
        left: -55px
    }
}

@media screen and (max-width: 767px) {
    .use-item__right {
        padding: 0 0 0 55px;
        width: 50%
    }

    .use-item__right .use-list__item:after {
        left: -50px
    }

    .use-item__right .use-list__item + .use-list__item {
        margin-top: 20px
    }
}

@media screen and (max-width: 479px) {
    .use-item__right {
        padding: 0 0 0 50px;
        width: 300px
    }
}

.use-item__title {
    display: inline-block;
    color: #383334;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 5px solid #a7c93d
}

@media screen and (max-width: 1023px) {
    .use-item__title {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 479px) {
    .use-item__title {
        margin-bottom: 10px
    }
}

.use-list {
    counter-reset: section
}

.use-list__item {
    position: relative;
    color: #444;
    font-size: 18px;
    line-height: 28px
}

.use-list__item:after {
    content: "";
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    top: 0;
    right: -65px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid #fad7be;
    background-color: #ff6b00;
    content: counter(section);
    counter-increment: section
}

.use-item__left .use-list__item:first-child::before {
    content: '';
    position: absolute;
    top: 73px;
    right: -40px;
    display: block;
    width: 1px;
    height: 30px;
    background: url("../img/line-dashed.svg") 0 0 no-repeat
}

.use-item__right .use-list__item:first-child::before {
    content: '';
    position: absolute;
    top: 78px;
    left: -40px;
    display: block;
    width: 1px;
    height: 30px;
    background: url("../img/line-dashed.svg") 0 0 no-repeat
}

@media screen and (max-width: 1199px) {
    .use-item__right .use-list__item:first-child::before, .use-item__left .use-list__item:first-child::before {
        display: none
    }

    .product-stick {
        position: absolute;
        top: 140px;
        left: -10px
    }
}

@media screen and (max-width: 1023px) {
    .use-list__item {
        font-size: 16px;
        line-height: 1.3
    }

    .use-list__item br {
        display: none
    }

    .use-list__item:after {
        width: 35px;
        height: 35px;
        border-width: 3px;
        right: -55px
    }
}

@media screen and (max-width: 479px) {
    .use-list__item {
        font-size: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .use-list__item:after {
        top: 50% !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important
    }
}

.use-list__item + .use-list__item {
    margin-top: 70px
}

@media screen and (max-width: 1023px) {
    .use-list__item + .use-list__item {
        margin-top: 40px
    }
}

@media screen and (max-width: 767px) {
    .use-list__item + .use-list__item {
        margin-top: 20px
    }
}

@media screen and (max-width: 479px) {
    .use-list__item + .use-list__item {
        margin-top: 15px !important
    }
}

.use-circle {
    position: relative;
    width: 322px;
    height: 322px;
    border-radius: 50%;
    border: 10px solid #fff;
    background-color: transparent
}

.use-circle:before {
    content: "";
    position: absolute;
    width: 276px;
    height: 276px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 1023px) {
    .use-circle {
        width: 250px;
        height: 250px
    }

    .use-circle:before {
        width: 200px;
        height: 200px
    }
}

@media screen and (max-width: 479px) {
    .use-circle {
        display: none
    }
}

.use-advice {
    text-align: center;
    color: #444;
    font-size: 22px;
    margin-bottom: 45px
}

@media screen and (max-width: 1199px) {
    .use-advice {
        margin-bottom: 35px
    }
}

@media screen and (max-width: 1023px) {
    .use-advice {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .use-advice {
        font-size: 20px
    }
}

@media screen and (max-width: 479px) {
    .use-advice {
        font-size: 18px
    }
}

.use-line {
    position: relative;
    width: 100%;
    height: 1px;
    background: #d2dce6;
    margin-bottom: 45px
}

.use-line:before {
    content: "";
    position: absolute;
    background-color: #f3f9ff;
    width: 22px;
    height: 22px;
    left: 49%;
    top: -10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #d2dce6;
    border-right: 1px solid #d2dce6
}

@media screen and (max-width: 1023px) {
    .use-line {
        margin-bottom: 25px
    }
}

@media screen and (max-width: 767px) {
    .use-line:before {
        left: 48%
    }
}

.reviews::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -100px;
    display: block;
    width: 100%;
    height: 109px;
    background: url("../img/wave-bottom.png") 0 0 no-repeat
}

@media screen and (max-width: 1023px) {
    .reviews::before {
        display: none
    }
}

.reviews-title {
    line-height: 1.1 !important;
    margin-bottom: 32px
}

@media screen and (max-width: 1199px) {
    .reviews-title br {
        display: none
    }
}

@media screen and (max-width: 1023px) {
    .reviews-title {
        margin-bottom: 10px
    }
}

.reviews-slogan {
    margin-bottom: 10px;
    text-align: center;
    color: #444;
    font-size: 22px;
    line-height: 1
}

.reviews_slider-box .slick-dotted.slick-slider {
    margin-bottom: 40px
}

.reviews_slider-box {
    position: relative
}

@media screen and (max-width: 1350px) {
    .reviews_slider-box {
        padding: 0 30px
    }
}

@media screen and (max-width: 479px) {
    .reviews_slider-box {
        max-width: 400px;
        margin: 0 auto;
        padding: 0
    }
}

.reviews-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 32px;
    text-align: center;
    position: relative;
    z-index: 3
}

.reviews-slider:before, .reviews-slider:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 150px;
    width: 394px;
    height: 485px;
    border-top: 5px solid #a8c53a;
    border-radius: 10px;
    opacity: .6;
    -webkit-box-shadow: 0 0 15px rgba(37, 83, 129, .1);
    box-shadow: 0 0 15px rgba(37, 83, 129, .1)
}

.reviews-slider:before {
    left: -15px
}

.reviews-slider:after {
    right: -15px
}

.reviews-slider .slick-dots {
    bottom: -75px
}

.reviews-slider .slick-dots:before, .reviews-slider .slick-dots:after {
    content: "";
    position: absolute;
    bottom: 10px;
    height: 1px;
    background: #c3d0dd
}

.reviews-slider .slick-dots:before {
    left: 0;
    right: 60%
}

.reviews-slider .slick-dots:after {
    right: 0;
    left: 60%
}

.reviews-slider .slick-dots .slick-active {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #e2eec6
}

.reviews-slider .slick-dots .slick-active button:before {
    background-color: #a7c93d
}

.reviews-slider .slick-dots li button:before {
    width: 11px;
    height: 11px;
    background-color: #fad7be;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -5.5px;
    margin-top: -5.5px;
    font-size: 0
}

@media screen and (max-width: 1350px) {
    .reviews-slider:before, .reviews-slider:after {
        width: 200px
    }
}

@media screen and (max-width: 1199px) {
    .reviews-slider:before, .reviews-slider:after {
        display: none
    }

    .reviews-slider .slick-dots {
        bottom: -40px
    }
}

@media screen and (max-width: 1023px) {
    .reviews-slider {
        padding-top: 10px
    }

    .reviews-slider .slick-dots:before {
        right: 65%
    }

    .reviews-slider .slick-dots:after {
        left: 65%
    }
}

@media screen and (max-width: 767px) {
    .reviews-slider .slick-dots:before, .reviews-slider .slick-dots:after {
        display: none
    }
}

@media screen and (max-width: 479px) {
    .reviews-slider .slick-dots li {
        margin: 0 3px
    }
}

.reviews-arrow {
    position: absolute;
    width: 25px;
    height: 44px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: 0 0;
    border: none;
    cursor: pointer
}

.reviews-arrow svg {
    fill: #a8ca3f
}

.reviews-arrow svg:hover {
    fill: #ff6b00 !important
}

@media screen and (max-width: 479px) {
    .reviews-arrow {
        top: 115px;
        z-index: 4
    }
}

.reviews-prev {
    left: -80px
}

@media screen and (max-width: 1350px) {
    .reviews-prev {
        left: 0
    }
}

@media screen and (max-width: 479px) {
    .reviews-prev {
        left: 20px
    }
}

.reviews-next {
    right: -80px;
    z-index: 4;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg)
}

@media screen and (max-width: 1350px) {
    .reviews-next {
        right: 0
    }
}

@media screen and (max-width: 479px) {
    .reviews-next {
        right: 20px
    }
}

.reviews-item {
    position: relative;
    width: 370px;
    margin: 60px auto 45px;
    padding: 80px 25px 40px;
    -webkit-box-shadow: 0 0 15px rgba(37, 83, 129, .1);
    box-shadow: 0 0 15px rgba(37, 83, 129, .1);
    border-top: 5px solid #a8c53a;
    border-radius: 10px;
    background-color: #fff
}

.reviews-item.active .reviews-item__text {
    height: auto
}

.reviews-item.active .reviews-item__circle {
    -webkit-transform: translate(-50%, 0) rotate(180deg);
    -ms-transform: translate(-50%, 0) rotate(180deg);
    transform: translate(-50%, 0) rotate(180deg)
}

.reviews-item.active .reviews-item__button:before {
    content: "скрыть"
}

@media screen and (max-width: 1350px) {
    .reviews-item {
        width: 95%;
        padding: 80px 10px 40px
    }
}

@media screen and (max-width: 1023px) {
    .reviews-item {
        max-width: 400px
    }
}

.reviews-item__img {
    position: absolute;
    border-radius: 50%;
    top: -60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.reviews-item__title {
    color: #000;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px
}

.reviews-item__feel {
    position: relative;
    color: #666;
    font-size: 18px;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 45px;
    min-height: 54px
}

.reviews-item__feel:before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 22px;
    height: 22px;
    left: 47%;
    bottom: -31px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #d2dce6;
    border-right: 1px solid #d2dce6;
    z-index: 2
}

.reviews-item__feel:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d2dce6
}

@media screen and (max-width: 1199px) {
    .reviews-item__feel br {
        display: none
    }
}

.reviews-item__text {
    color: #444;
    font-size: 18px;
    line-height: 1.5;
    height: 300px;
    overflow: hidden
}

@media screen and (max-width: 1350px) {
    .reviews-item__text br {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .reviews-item__text {
        font-size: 17px;
        line-height: 1.4
    }
}

@media screen and (max-width: 479px) {
    .reviews-item__text {
        font-size: 16px;
        line-height: 1.3
    }
}

.reviews-item__circle {
    position: absolute;
    cursor: pointer;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffcb02
}

.reviews-item__circle:hover {
    background: #ff6b00
}

.reviews-item__circle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 11px;
    height: 11px;
    background: url("../img/slider-control-arrow.png") 0 0 no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.reviews-item__button {
    position: absolute;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #666;
    font-size: 15px;
    line-height: 1;
    font-style: italic
}

.reviews-item__button:hover {
    color: #ffcb02
}

.reviews-item__button:before {
    cursor: pointer;
    content: "подробнее"
}

.video {
    margin-bottom: 15px
}

.video__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start
}

.video__title {
    margin-bottom: 5px;
    font-size: 30px;
    text-align: center
}

.video__item {
    margin: 10px
}

.review__mob {
    display: none;
    margin: 15px 0 0;
    font-size: 20px;
    max-width: 200px
}

@media screen and (max-width: 1023px) {
    .video__list {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center
    }
}

.audio-title {
    font-size: 30px;
    text-align: center
}

@media screen and (max-width: 1199px) {
    .video__title {
        font-size: 28px
    }

    .audio-title {
        font-size: 28px
    }
}

.delivery {
    counter-reset: bullet
}

@media screen and (max-width: 1199px) {
    .delivery.block {
        padding-top: 0
    }
}

.delivery::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -11px;
    display: block;
    width: 100%;
    height: 109px;
    background: url("../img/wave-top.png") 0 0 no-repeat
}

@media screen and (max-width: 1023px) {
    .delivery::after {
        display: none
    }
}

.delivery__title {
    max-width: 800px;
    margin: 0 auto;
    color: #383334
}

.delivery__title.title {
    line-height: 1
}

.delivery__list {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 39px
}

@media screen and (max-width: 1023px) {
    .delivery__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width: 767px) {
    .delivery__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 30px 0
    }
}

@media screen and (max-width: 605px) {
    .delivery__list {
        margin-top: 15px
    }
}

.delivery__item {
    width: 293px
}

@media screen and (max-width: 767px) {
    .delivery__item:last-child {
        margin-top: 20px
    }
}

@media screen and (max-width: 605px) {
    .delivery__item:not(:first-child) {
        margin-top: 20px
    }
}

.delivery__item_centered .delivery__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1199px) {
    .delivery__item_centered .delivery__img {
        width: 156px;
        height: 164px
    }
}

.delivery__pic {
    position: relative;
    max-width: 284px;
    height: 284px;
    margin: 0 auto 25px;
    border: 17px solid #dfe8f1;
    border-radius: 50%
}

@media screen and (max-width: 1199px) {
    .delivery__pic {
        max-width: 250px;
        height: 250px
    }
}

@media screen and (max-width: 1023px) {
    .delivery__pic {
        max-width: 245px;
        height: 245px
    }
}

@media screen and (max-width: 605px) {
    .delivery__pic {
        margin: 0 auto 13px
    }
}

.delivery__pic::before {
    counter-increment: bullet;
    content: counter(bullet);
    position: absolute;
    top: -17px;
    right: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border: 6px solid #e2eec6;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    background-color: #a7c93d
}

.delivery__pic::after {
    content: '';
    position: absolute;
    bottom: -42px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 50px;
    height: 5px;
    background-color: #a7c93d
}

@media screen and (max-width: 605px) {
    .delivery__pic::after {
        bottom: -30px
    }
}

.delivery__pointer {
    margin-top: 126px
}

@media screen and (max-width: 1023px) {
    .delivery__pointer {
        display: none
    }
}

.delivery__item-title {
    padding-top: 14px;
    margin-bottom: 6px;
    font-size: 22px;
    text-align: center
}

@media screen and (max-width: 605px) {
    .delivery__item-title {
        padding-top: 5px;
        margin-bottom: 0
    }
}

.delivery__desc {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    color: #333
}

.intro_bottom {
    padding-top: 40px
}

@media screen and (max-width: 767px) {
    .intro_bottom {
        padding-top: 35px
    }
}

@media screen and (max-width: 479px) {
    .intro_bottom {
        padding-top: 30px
    }
}

.intro_bottom .intro__header {
    padding-top: 0
}

@media screen and (max-width: 1199px) {
    .intro_bottom {
        padding-bottom: 70px;
        margin-bottom: 0
    }
}

@media screen and (max-width: 767px) {
    .intro_bottom {
        padding-bottom: 35px
    }
}

@media screen and (max-width: 479px) {
    .intro_bottom {
        padding-bottom: 30px
    }
}

.intro_bottom::after {
    bottom: -72px
}

.intro_bottom .logo {
    margin-right: 310px
}

@media screen and (max-width: 1199px) {
    .intro_bottom .logo {
        margin-right: 150px
    }
}

@media screen and (max-width: 1023px) {
    .intro_bottom .logo {
        margin-right: 0
    }

    .delivery__desc {
        max-width: 230px;
        font-size: 17px
    }
}

.intro_bottom .intro__product-legs {
    top: -56px;
    left: -164px
}

@media screen and (max-width: 1199px) {
    .intro_bottom .intro__product-legs {
        width: 500px;
        top: -3px;
        left: -155px
    }
}

.footer {
    padding: 48px 0
}

@media screen and (max-width: 1199px) {
    .footer {
        padding: 20px 0 80px
    }
}

.footer__wrap {
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .footer__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .footer__copyright-text {
        display: none
    }
}

.footer__pic {
    margin-right: 30px
}

.footer__img {
    width: 54px;
    height: 50px
}

.footer__text {
    font-size: 16px;
    color: #666
}

.footer__link:hover {
    text-decoration: underline
}

.footer__policy {
    text-align: center
}

@media screen and (max-width: 767px) {
    .footer__text_address {
        display: none
    }

    .footer__pic {
        margin-right: 0
    }
}

.footer__inn {
    text-align: right
}

@media screen and (max-width: 767px) {
    .footer__inn {
        display: none
    }
}

.ever-popup .ever-popup__inner {
    padding-top: 0
}

@media screen and (max-width: 1023px) {
    .ever-popup .ever-popup__inner {
        margin: 40px auto !important;
        padding-top: 35px
    }
}

.ever-popup .ever-popup__close {
    top: 20px;
    right: 15px;
    width: 33px;
    height: 33px
}

@media screen and (max-width: 1023px) {
    .ever-popup .ever-popup__close {
        top: 10px;
        right: 2px
    }
}

.ever-popup .ever-popup__close:after, .ever-popup .ever-popup__close:before {
    width: 33px;
    height: 3px;
    background-color: #fd7532
}

.ever-popup .btn-box {
    margin: 15px 0 11px
}

.ever-popup .form__main-footnote {
    margin-bottom: 12px
}

.pop-up {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    min-width: 773px;
    padding: 25px 45px 40px 20px;
    background-color: #f3f9ff;
    border-radius: 9px;
    overflow: hidden
}

@media screen and (max-width: 1023px) {
    .pop-up {
        min-width: 0;
        width: auto;
        padding: 0;
        background-color: transparent
    }
}

.pop-up__rigth {
    padding-top: 15px
}

@media screen and (max-width: 1023px) {
    .pop-up__rigth {
        padding-top: 0
    }
}

.pop-up__header {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.pop-up__header .logo {
    margin-right: 0
}

.pop-up__header .logo__name {
    margin-left: 10px
}

.pop-up__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 1023px) {
    .pop-up__left {
        display: none
    }
}

.pop-up__picture {
    position: absolute;
    top: -18px;
    left: -90px;
    width: 470px
}

.pop-up__pack {
    position: relative;
    width: 395px;
    height: 270px
}

.pop-up__pack-tab {
    width: 390px
}

.pop-up__pack-gel {
    position: absolute;
    top: 95px;
    right: 0;
    width: 365px
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff
}

/*@font-face {*/
/*    font-family: slick;*/
/*    src: slick-font-url("../../../landing_file/ekzinidolKz/Landing_1/css/slick.eot");*/
/*    src: slick-font-url("../../../landing_file/ekzinidolKz/Landing_1/css/slick.eot") format("embedded-opentype"), slick-font-url("../../../landing_file/ekzinidolKz/Landing_1/css/slick.woff") format("woff"), slick-font-url("../../../landing_file/ekzinidolKz/Landing_1/css/slick.ttf") format("truetype"), slick-font-url("../../../landing_file/ekzinidolKz/Landing_1/css/slick.svg") format("svg");*/
/*    font-weight: 400;*/
/*    font-style: normal*/
/*}*/

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: 0 0;
    color: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before, .slick-next:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 1
}

.container {
    max-width: 1170px;
    margin: 0 auto
}

@media screen and (max-width: 1199px) {
    .container {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px
    }
}

.block {
    padding: 60px 0
}

@media screen and (max-width: 1023px) {
    .block {
        padding: 40px 0
    }
}

@media screen and (max-width: 767px) {
    .block {
        padding: 35px 0
    }
}

@media screen and (max-width: 479px) {
    .block {
        padding: 30px 0
    }
}

.font_light {
    font-weight: 300
}

.font_medium {
    font-weight: 500
}

.font_bold {
    font-weight: 700
}

.font_black {
    font-weight: 900
}

.font_italic {
    font-style: italic
}

.color-text_black {
    color: #000
}

.color-text_grey {
    color: #444
}

.border-orange-big {
    position: relative;
    z-index: 1
}

.border-orange-big::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #ff6b00;
    bottom: -1px;
    left: 0;
    z-index: -1
}

.border-orange-small {
    position: relative;
    z-index: 1
}

.border-orange-small::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ff6b00;
    bottom: 0;
    left: 0;
    z-index: -1
}

.border-green-big {
    position: relative;
    z-index: 1
}

.border-green-big::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #a7c93d;
    bottom: -1px;
    left: 0;
    z-index: -1
}

.border-green-small {
    position: relative;
    z-index: 1
}

.border-green-small::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #a7c93d;
    bottom: 0;
    left: 0;
    z-index: -1
}

.btn-box {
    width: 100%;
    margin: 15px 0 20px;
    padding: 5px;
    background: #ffbe02;
    background: -webkit-gradient(linear, left top, right top, from(#ffbe02), to(#ffcc02));
    background: -webkit-linear-gradient(left, #ffbe02 0%, #ffcc02 100%);
    background: -o-linear-gradient(left, #ffbe02 0%, #ffcc02 100%);
    background: linear-gradient(to right, #ffbe02 0%, #ffcc02 100%);
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: flex;
    flex-direction: column;
}

.btn-box:hover {
    -webkit-box-shadow: 0 0 15px 5px #ffd34a;
    box-shadow: 0 0 15px 5px #ffd34a
}

.btn {
    display: block;
    padding: 5px 10px;
    padding-top: 11px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: .7;
    font-weight: 700;
    background-color: transparent;
    border: 3px solid #ffd24e;
    border-radius: 100px
}

.btn .small-text {
    font-size: 16px;
    line-height: 1
}

.title {
    position: relative;
    font-size: 48px;
    font-weight: 900;
    line-height: normal;
    text-align: center
}

@media screen and (max-width: 1199px) {
    .title {
        font-size: 44px
    }
}

@media screen and (max-width: 1023px) {
    .title {
        font-size: 39px
    }
}

@media screen and (max-width: 767px) {
    .title {
        font-size: 34px
    }
}

@media screen and (max-width: 479px) {
    .title {
        font-size: 26px
    }
}

.title-decor {
    margin-top: 83px
}

.title-decor::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: -106px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150px;
    height: 106px;
    background: url("../img/section-decor.png") no-repeat 0 0;
    background-size: cover
}

@media screen and (max-width: 1023px) {
    .title-decor {
        margin-top: 0
    }

    .title-decor::before {
        display: none
    }
}

@media screen and (max-width: 1350px) {
    .intro__pack-img_tablets {
        left: -30px
    }
}

@media screen and (max-width: 1199px) {
    .reviews.block {
        padding: 20px 0 60px
    }

    .intro__pack-img_tablets {
        width: calc(186px - 0%);
        bottom: -42px;
        left: -10px
    }
}

@media screen and (max-width: 1023px) {
    .reviews.block {
        padding: 40px 0
    }
}

@media screen and (max-width: 767px) {
    .reviews.block {
        padding: 35px 0
    }
}

@media screen and (max-width: 479px) {
    .reviews.block {
        padding: 30px 0
    }
}

@media screen and (max-width: 479px) {
    .intro__pack-img_tablets {
        bottom: -24px
    }

    .intro__pack-tablets {
        width: calc(378px - 63%)
    }

    .intro__pack-gel {
        top: 90px;
        left: 100px
    }

    .intro__pack-img_stick {
        left: 168px
    }
}

@media screen and (max-width: 1199px) {
    .description.block {
        padding: 40px 0
    }

    .description-wrap {
        margin-bottom: 55px
    }
}

@media screen and (max-width: 479px) {
    .intro__pack-img_tablets {
        width: calc(186px - 45%)
    }
}

/* */

.audio-reviews-item {
    margin-bottom: 10px;
    position: relative;
    max-width: 377px;
    border-radius: 60px;
    border: 1px solid #b5d4e5;
    height: 65px
}

.audiojs .play-pause {
    position: relative;
    top: 9px;
    left: 23px
}

.audiojs .scrubber {
    position: absolute;
    top: 13px;
    left: 70px;
    max-width: 272px
}

.audio-reviews-title {
    position: absolute;
    bottom: 5px;
    left: 30px;
    color: #666;
    font-size: 15px
}

.audiojs .time {
    border: none
}

.audiojs .loaded {
    background: #bfdef3
}

.audiojs .progress {
    background: #4faaca
}

.audio-reviews-items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px
}

.audio-descrip {
    margin-bottom: 30px
}

.audiojs {
    max-width: 377px;
    height: 100px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: center top
}

.audiojs * {
    border-width: 0
}

.audiojs .play-pause {
    border: none !important
}

.loaded, .play-pause, .progress, .scrubber {
    background-color: transparent
}

.scrubber {
    position: absolute;
    bottom: -33px !important;
    width: 100%;
    background-color: #d4eef5 !important;
    height: 2px !important;
    margin: 10px 0 0 !important
}

.audiojs .scrubber {
    border: none !important
}

.loaded, .progress {
    width: 100%;
    height: 2px !important;
    background-color: #474747
}

.play-pause {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 5px
}

.play-pause .loading, .play-pause .pause, .play-pause .play {
    background-position: 0 0;
    background-image: url("../img/play.png");
    background-repeat: no-repeat
}

.play-pause .pause {
    background-image: url("../img/pause.png")
}

.audio-wrap .time {
    display: block;
    float: none;
    position: absolute;
    top: 25px;
    right: 33px;
    padding: 0;
    font-size: 13px;
    color: #666
}

.audiojs .time em {
    color: #666
}

.audio-reviews-item {
    margin: 0 12px
}

.audiojs .scrubber {
    background: #bfdef3 !important
}

.audio-reviews-items {
    display: flex;
    margin-bottom: 40px
}

.audio-reviews-item {
    width: 30%;
    margin: 0 10px;
    border: none
}

.audiojs {
    width: 100%;
    height: 65px
}

.audiojs .scrubber {
    top: 23px;
    left: 40px;
    max-width: 210px;
    background: #aac63e !important
}

.audiojs .loaded {
    background: #aac63e !important
}

.audiojs .progress {
    background: #ff6f07 !important
}

.audiojs .play-pause {
    height: 40px;
    left: 0;
    padding: 4px 0
}

.audio-reviews-title {
    bottom: 37px;
    left: 40px
}

.audiojs .time {
    float: right;
    padding: 15px 10px;
    text-shadow: none
}

@media only screen and (max-width: 1250px) {
    .audiojs .scrubber {
        max-width: 200px
    }
}

@media only screen and (max-width: 1190px) {
    .audiojs .scrubber {
        left: 30px;
        max-width: 170px
    }

    .audiojs .time {
        padding: 15px 0
    }

    .audio-reviews-title {
        bottom: 45px;
        left: 30px
    }
}

@media only screen and (max-width: 1023px) {
    .audio-reviews-items {
        margin: 30px 0 20px
    }

    .audio-reviews-item {
        margin: 0 5px
    }

    .audiojs .scrubber {
        max-width: 100px
    }

    .audiojs .time {
        float: none;
        margin-left: 140px
    }
}

@media only screen and (max-width: 767px) {
    .audio-reviews-items {
        flex-direction: column;
        justify-content: center;
        margin: 10px 0 20px
    }

    .audio-reviews-item {
        width: 300px;
        margin: 0 auto
    }

    .audiojs .scrubber {
        max-width: 180px
    }

    .audiojs .time {
        float: right;
        margin-left: 0
    }
}

@media only screen and (max-width: 479px) {
    .audio-reviews-items {
        padding: 0
    }
}

/* */

.youtube {
    background-color: #000;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    cursor: hand;
    cursor: pointer
}

.youtube .thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto
}

.youtube .play {
    filter: alpha(opacity=80);
    opacity: .8;
    height: 77px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 77px;
    transform: translate(-50%, -50%)
}

.video__name {
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 10px
}

.youtube .play {
    background: url("../img/playy.png")
}

.video-wrap iframe {
    border: none
}

/* */

@charset "UTF-8";
/*!Animate.css - http://daneden.me/animate
Licensed under the MIT license
Copyright (c) 2013 Daniel Eden
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    80% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    80% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

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

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(500px);
        transform: translateY(500px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(500px);
        -ms-transform: translateY(500px);
        transform: translateY(500px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

/* */

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

.footer__policy a {
    cursor: default;
}

.cookie-popup {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.cookie-popup-inner {
    line-height: 14px !important;
}

.ever-popup-btn {
    font-size: 21px;
    padding: 20px 25px !important;
}


@media (max-width: 1024px) and (min-width: 768px) {
    .intro__desc-item {
        justify-content: flex-start;
        text-align: center;
    }
}

/* */

* {
    outline: none
}

body {
    position: relative;
    -webkit-animation-name: example;
    -webkit-animation-duration: 1.2s;
    animation-name: example;
    animation-duration: 1.2s
}

@-webkit-keyframes example {
    0% {
        opacity: 0
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    75% {
        opacity: .9
    }
    100% {
        opacity: 1
    }
}

@keyframes example {
    0% {
        opacity: 0
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    75% {
        opacity: .9
    }
    100% {
        opacity: 1
    }
}

@-moz-document url-prefix() {
    select {
        -webkit-text-indent: -2px;
        -moz-text-indent: -2px;
        text-indent: -2px
    }
}

.corona-wrapper-close {
    font-family: monospace, sans-serif
}

.cookie-popup {
    padding: 4px 30px 4px 10px !important
}

#kmacb, .show-message__item, .show-message__item-first {
    z-index: 99999 !important
}

@media screen and (max-width: 1170px) {
    .cookie-popup {
        padding: 4px 10px !important
    }
}

@media screen and (max-width: 767px) {
    #kmacb {
        right: 10px !important
    }
}

@media screen and (max-width: 479px) {
    .corona-wrapper {
        padding: 5px 14% 5px 5px !important
    }
}

/* */

* {
    outline: none;
    -webkit-appearance: none;
}

.footer__policy a {
    display: inline-block;
}

.dat-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-top: 30px;
}


.my_img {
    padding-bottom: 40px;
    float: right;
}


.my_img img {
    margin-top: 43px;
    margin-bottom: 25px;
    /*width: 100%;*/
}

.dat_warning, .dat_warning2 {
    color: white;
    margin-top: 20px;
    padding: 20px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 4px 0 rgba(91, 116, 44, .4);
    -moz-box-shadow: 0 0 4px 0 rgba(91, 116, 44, .4);
    box-shadow: 0 0 4px 0 rgba(91, 116, 44, .4);
}

#kod-text {
    max-width: 700px;
    margin-top: 30px;
    color: #292929;
    font: 18px/22px Roboto, sans-serif;
}

.dat_warning {
    font-size: 18px;
    background-color: #f66b03;
}

.dat_warning2 {
    font-size: 13px;
    background-color: #ffffff;
    color: #000;
}


@media (max-width: 1024px) {

    .my_img img {
        margin-top: 53px;
        width: 100%;
    }

    .dat-container {
        padding-bottom: 10px;
    }

}

@media (max-width: 768px) {
    .my_img {
        text-align: center;
        padding-bottom: 0;
        float: none
    }

    .my_img img {
        margin-top: 30px;
        margin-bottom: -10px;
        max-width: 320px;
        width: 100%;
    }

    .dat-container {
        text-align: left;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }
}

@media (max-width: 375px) {
    .footer__policy {
        padding-bottom: 30px;
    }
}

.form .x_price_current::after {
    position: absolute;
    bottom: 18px;
    font-size: 0.55em;
    top: inherit;
    right: -7px;
}

@media (max-width: 767.98px) {
    .composition__list .composition__desc {
        padding-bottom: 10px !important;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .composition__item:last-child .composition__desc {
        border-bottom: 1px solid #d2dce6;
    }

    .complex-item__header {
        justify-content: center !important;
    }

    .reviews-item__text {
        height: 288px;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .intro__pack-tablets {
        max-width: 100%;
    }

    .intro__pack-img_tablets {
        max-width: 140px;
    }
}

@media (max-width: 480px) {
    .form {
        max-width: 300px;
        width: 100%;
    }

    .ever-popup-btn {
        line-height: 1.3;
        padding: 15px !important;
        width: 100%;
    }
}

.form__price-value {
    padding: 5px 15px !important;
}

.block.use .use-list__item + .use-list__item {
    margin-top: 40px;
}

.use-wrap .use-item__center .product-tab {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .use-wrap .use-item__left {
        width: calc(50% - 205px);
    }
}

.use-wrap .use-item__center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .complex-conclusion {
        line-height: 1.3;
    }
}

.composition__item-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.title-decor {
    line-height: 1.3 !important;
}

@media (max-width: 767.98px) {
    .complex-item__title {
        font-size: 20px;
    }
}

.product-stick img {
    position: relative;
    bottom: 30px;
    right: 10px;
}

@media (max-width: 1199.98px) {
    .product-stick img {
        bottom: 12px;
        right: 10px;
        max-width: 97%;
    }
}

/* */

body {
    position: relative;
    -webkit-animation-name: example;
    -webkit-animation-duration: 1.3s;
    animation-name: example;
    animation-duration: 1.3s;
}

@-webkit-keyframes example {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes example {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}

/* */
.corona-wrapper-close {
    font-family: monospace, sans-serif}
.cookie-popup {
    padding: 4px 30px 4px 10px !important}
#kmacb,
.show-message__item,
.show-message__item-first {
    z-index: 99999 !important}
@media screen and (max-width:1170px) {
    .cookie-popup {
        padding: 4px 10px !important}
}
@media screen and (max-width:767px) {
    #kmacb {
        right: 10px !important}
}
@media screen and (max-width:479px) {
    .corona-wrapper {
        padding: 5px 14% 5px 5px !important}
}

header .logo__pic img {
    width: 100%;
}

.ever-popup-build .logo__pic img,
header .logo__pic img {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:150px;
    height:106px;
    object-fit:cover;
}
.ever-popup-build .logo__pic,
header .logo__pic {
    width: 150px;
    height: 71px;
    position: relative;
    overflow:hidden;
}

header.intro__header {
    padding-top: 0;
}


.pop-up .logo__pic {
    width: 150px;
    height: 106px;
}

/* */

.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}

.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }
.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }
.errorMessage {font-size: 15px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 10px 0 0; z-index: 999;}




.btn {
    font-size: 28px;
}



.cpu{
    padding: 10px 0;
    text-align: center;
    }
    .cpu img{
    display:block;
    margin: 0 auto;
    }
    .cpu a{
    display: inline-block;
    margin: 5px;
    color: #333;
    font-size: 14px;
    }