@charset 'UTF-8';
@import url(css2.css);

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

main {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 -.15rem .12rem rgba(0, 0, 0, .25);
            box-shadow: 0 -.15rem .12rem rgba(0, 0, 0, .25);
    position: relative;
    z-index: 0
}

h1 {
    font-size: 2em
}

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    max-width: 100%
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

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

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

.slick-list:focus {
    outline: 0
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

[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;
    outline: 0
}

.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: url(ajax-loader.gif) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(slick.eot);
    src: url(slick.eot#iefix) format('embedded-opentype'), url(slick.woff) format('woff'), url(slick.ttf) format('truetype'), url(slick.svg#slick) format('svg')
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.feedback {
    width: 75px;
    height: 70px;
    position: fixed;
    right: -15px;
    top: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    background-color: #f20083;
    padding-left: 10px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    cursor: pointer;
    z-index: 1000;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .3);
            box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    -webkit-transition: .5s;
    transition: .5s
}

.feedback:hover {
    right: 0
}

.popup-window {
    font-family: inherit;
    line-height: .08rem;
    width: 300px;
    position: fixed;
    right: 0;
    top: 12%;
    padding: 35px 10px;
    background: #fff;
    border-radius: 5px;
    z-index: 2000;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
            box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    -webkit-transition: right .5s;
    transition: right .5s
}

@media (max-width:350px) {
    .popup-window {
        line-height: .1rem
    }
}

.closed {
    right: -100%
}

.popup-window form {
    width: 100%;
    min-height: auto;
    padding: 0;
    background: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0
}

.popup-window label {
    display: block;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: .1rem
}

.popup-window input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 10px;
    border: 1px solid #333;
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
    background: #fff
}

.popup-window input:last-of-type {
    margin-bottom: 15px
}

.popup-window button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 15px;
    background: #f20083;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px
}

.close-popup {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 27px;
    height: 27px;
    background-color: #fff;
    cursor: pointer
}

.close-popup:before {
    content: "";
    background: #333;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 13px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close-popup:after {
    content: "";
    background: #333;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 13px;
    left: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width:480px) {
    .feedback {
        width: 60px;
        height: 40px;
        padding-left: 7px
    }

    .feedback img {
        max-width: 30px
    }

    .popup-window {
        width: 80%
    }
}

.block1 {
    padding-top: .6rem;
    background: #ececec
}

.block1-bottom {
    padding-top: .8rem;
    padding-bottom: 3.6rem;
    background: url(../img/img_2.jpg) center bottom/100% no-repeat #fff;
    position: relative
}

.block1>img:first-of-type {
    margin-bottom: .25rem
}

.block1 ul {
    padding-right: .3rem;
    margin-bottom: .8rem
}

.block1 li {
    padding-left: .44rem;
    position: relative;
    font-size: .2rem;
    line-height: .26rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: .25rem
}

.block1 li::before {
    content: '';
    display: block;
    position: absolute;
    width: .3rem;
    height: .1rem;
    background: #765cc1;
    left: 0;
    top: .08rem
}

.block1 li:last-of-type {
    margin-bottom: 0
}

.block1-product {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1.5rem
}

.block2 {
    background: url(../img/img_3.jpg) center center/cover no-repeat;
    padding-top: 4.58rem;
    padding-bottom: .8rem;
    color: #fff;
    position: relative
}

.block2_rounded {
    position: absolute;
    width: 1.78rem;
    border-radius: 50%;
    left: .2rem;
    top: 2.65rem
}

.block2-title {
    background: #765cc1;
    padding: .08rem 1.65rem .08rem .3rem;
    position: relative;
    margin-bottom: .17rem
}

.block2-title p {
    font-size: .28rem;
    line-height: .34rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700
}

.block2-product {
    position: absolute;
    right: .1rem;
    bottom: -.05rem;
    width: 1.6rem
}

.block2-text {
    font-size: .2rem;
    line-height: .26rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 0 .3rem
}

.block3 {
    padding-top: .6rem;
    background: #ececec
}

.block3-expertText {
    padding-bottom: .3rem;
    border: .12rem solid #765cc1;
    position: relative
}

.block3-expertText p {
    padding: .2rem .18rem .28rem;
    font-size: .2rem;
    line-height: .26rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400
}

.block3-expertText::before {
    content: '';
    display: block;
    width: .58rem;
    height: .46rem;
    position: absolute;
    background: url(quote_open.svg) center center/contain no-repeat;
    left: .18rem;
    top: .08rem
}

.block3-expertText::after {
    content: '';
    display: block;
    width: .58rem;
    height: .46rem;
    position: absolute;
    background: url(quote_close.svg) center center/contain no-repeat;
    right: .18rem;
    bottom: .1rem
}

.block3-expertTitle {
    background: #474747;
    font-size: .2rem;
    line-height: .26rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: .16rem .18rem
}

.block3-expertTitle span {
    display: block;
    font-size: .24rem;
    line-height: .29rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: .1rem
}

.block4 .header-middle {
    padding-top: .7rem;
    background: url(../img/img_5.jpg) center top .3rem/100% no-repeat #fff
}

.block4 .header-middle p {
    max-width: 2.2rem
}

.block4 .header-middle p:first-child {
    font-size: .48rem;
    line-height: .62rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400
}

.block4 .header-middle h4 {
    margin: 0 auto 3.65rem;
    max-width: 4.2rem;
    font-size: .28rem;
    line-height: .34rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700
}

.block4 .header-middle .header-product_middle {
    width: 2.47rem
}

.block4 .header-bottom {
    background: #d6d6d7
}

.block5 {
    padding-top: .8rem;
    background: #ececec
}

.block5 ul.research {
    padding-left: .3rem;
    margin-bottom: .4rem
}

.block5 ul.research li {
    font-size: .2rem;
    line-height: .26rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    color: #000;
    padding-left: 1.2rem;
    padding-right: .3rem;
    padding-bottom: .15rem;
    margin-bottom: .25rem;
    position: relative;
    min-height: 67px;
}

.block5 ul.research li:last-of-type {
    margin-bottom: 0
}

.block5 ul.research li::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.56rem;
    height: .09rem;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #37babb), to(#765cc1));
    background: linear-gradient(270deg, #37babb 0, #765cc1 100%)
}

.block5 ul.research li::before {
    content: '79%';
    display: block;
    position: absolute;
    left: 0;
    top: -.05rem;
    width: 1.2rem;
    height: .6rem;
    font-size: .48rem;
    line-height: .6rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 800;
    color: #765cc1
}

.block5 ul.research li:nth-of-type(2)::after {
    width: 3.89rem
}

.block5 ul.research li:nth-of-type(2)::before {
    content: '83%'
}

.block5 ul.research li:nth-of-type(3)::after {
    width: 4.05rem
}

.block5 ul.research li:nth-of-type(3)::before {
    content: '84%'
}

.block5 ul.research li:nth-of-type(4)::after {
    width: 4.37rem
}

.block5 ul.research li:nth-of-type(4)::before {
    content: '94%'
}

.participants-wrapper {
    position: relative
}

.participants-item img {
    width: 100%
}

.participants-pagination {
    position: absolute;
    font-size: .36rem;
    line-height: .44rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 600;
    color: #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% + .45rem)
}

.components {
    color: #000;
    padding-bottom: .8rem;
}

.components h3 {
    margin-bottom: .1rem
}

.components h4 {
    font-size: .24rem;
    line-height: .29rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: .4rem
}

.components-item {
    margin-bottom: .4rem;
    text-align: center;
}

.components-item:last-of-type {
    margin-bottom: 0
}

.components-item h5 {
    font-size: .24rem;
    line-height: .29rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    max-width: 3.3rem;
    display: block;
    margin: 0 auto;
}

.components-item img {
    margin-bottom: .03rem
}

.components-item p {
    font-size: .16rem;
    line-height: .23rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    max-width: 3.3rem;
    display: block;
    margin: 0 auto;
}

.components-item:nth-of-type(1) img {
    width: 4.01rem
}

.components-item:nth-of-type(2) img {
    width: 3.78rem
}

.components-item:nth-of-type(3) img,
.components-item:nth-of-type(4) img {
    width: 3.37rem
}

.block6 {
    padding-top: .3rem;
    background: #765cc1;
    color: #fff
}

.block6 h3 {
    color: #fff;
    font-size: .3rem;
    line-height: .37rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: .45rem
}

.using-item {
    padding-left: 2rem;
    padding-right: .3rem;
    position: relative;
}

.using-item::before {
    content: '';
    display: block;
    position: absolute;
    left: .3rem;
    top: .25rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%
}

.using-item:nth-of-type(1) {
    background: #765cc1;
    padding-bottom: .8rem
}

.using-item:nth-of-type(1)::before {
    background: url(../img/step_1.png) center center/contain no-repeat;
    top: 0
}

.using-item:nth-of-type(2) {
    background: #259fa3;
    padding-top: .25rem;
    padding-bottom: 1rem
}

.using-item:nth-of-type(3) {
    padding-top: .25rem;
    padding-bottom: 1rem
}

.using-item:nth-of-type(2)::before {
    background: url(../img/step_2.png) center center/contain no-repeat
}

.using-item:nth-of-type(3)::before {
    background: url(../img/step_3.png) center center/contain no-repeat;
}

.using-title {
    font-size: .24rem;
    line-height: .29rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: .1rem
}

.using-text {
    font-size: .2rem;
    line-height: .26rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400
}

.block7 {
    padding-top: .8rem;
    background: #ececec
}

.block7 h3 {
    margin-bottom: .35rem
}

.block7-reviewsWrapper {
    position: relative
}

.reviews {
    position: relative;
    margin-bottom: 0 !important
}

.reviews::before {
    content: '';
    display: block;
    position: absolute;
    width: .8rem;
    height: .7rem;
    left: .3rem;
    top: .2rem;
    background: url(quote_open_grey.svg) center center/contain no-repeat;
    z-index: 1
}

.reviews::after {
    content: '';
    display: block;
    position: absolute;
    width: .8rem;
    height: .7rem;
    right: .3rem;
    top: 1.3rem;
    background: url(quote_close_grey.svg) center center/contain no-repeat;
    z-index: 1
}

.reviews img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 1.72rem
}

.reviews-pagination {
    position: absolute;
    font-size: .36rem;
    line-height: .44rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 600;
    color: #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
    bottom: .85rem
}

.reviews .slick-dots {
    display: none !important
}

.reviews-item {
    padding-bottom: 0;
    position: relative;
    padding-top: 1.1rem;
    background: #ececec
}

.reviews-author {
    font-size: .24rem;
    line-height: .29rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: .1rem
}

.reviews-text {
    padding: .8rem .3rem 1.75rem;
    background: #fff
}

.reviews .slick-next,
.reviews .slick-prev {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 1
}

#header-bottom .header-middle {
    background: url(../img/footer_bg.jpg) top center/100% no-repeat
}

#header-bottom .header-middle h4 {
    font-size: .48rem;
    line-height: .59rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 800;
    color: #fff;
    margin-bottom: .1rem
}

#header-bottom .header-middle h5 {
    font-size: .24rem;
    line-height: .29rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 600;
    margin: 0 auto 3.45rem;
    text-align: center;
    color: #fff;
    max-width: 4.2rem
}

#header-bottom .header-middle p {
    max-width: 2.2rem
}

#header-bottom .header-middle p:first-child {
    font-size: .48rem;
    line-height: .62rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400
}

#header-bottom .header-middle .header-product_middle {
    width: 2.45rem
}

#header-bottom .timer-description {
    color: #fff
}

#header-bottom .header-bottom {
    background: #2c2c2c
}

#header-bottom .header-bottom h4 {
    font-size: .3rem;
    line-height: .37rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: .4rem
}

#header-bottom .header-bottom h5 {
    color: #fff
}

#header-bottom .header-bottom form {
    width: 4.2rem;
    margin: 0 auto
}

#header-bottom .header-bottom form input {
    background: #fff;
    display: block;
    width: 100%;
    border-radius: .4rem;
    border: .01rem solid #9c9c9c;
    font-size: .21rem;
    line-height: .25rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: .23rem;
    padding: .22rem .45rem
}

#header-bottom .header-bottom form label {
    font-size: .21rem;
    line-height: .25rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    color: #fff;
    display: block;
    margin-bottom: .13rem;
    padding-left: .45rem
}

footer {
    width: 100%;
    padding: .15rem;
    color: #fff;
    text-align: center;
    background: #765cc1;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
            box-shadow: 0 4px 12px rgba(0, 0, 0, .25)
}

footer p {
    padding: 0;
    margin: 0;
    font-size: .14rem;
    line-height: .18rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    color: inherit
}

footer a {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: .14rem;
    line-height: .18rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400
}

footer a:hover {
    text-decoration: none
}

.header {
    background: #d6d6d7
}

.header-top {
    background: url(../img/header_top.jpg) top center/100% no-repeat #d6d6d7;
    padding-top: 3.6rem;
    color: #fff;
    position: relative
}

.header-top h1 {
    padding-left: .28rem;
    max-width: 3.2rem;
    font-size: .48rem;
    line-height: .59rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: .03rem
}

.header-top h2 {
    font-size: .2rem;
    line-height: .23rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    max-width: 2.5rem;
    padding-left: .28rem;
    margin-bottom: .4rem
}

.header-top li {
    background: -webkit-gradient(linear, left top, right top, color-stop(56%, #765cc1), color-stop(72%, #53408a));
    background: linear-gradient(90deg, #765cc1 56%, #53408a 72%);
    padding: .08rem 2.1rem .08rem .9rem;
    margin-bottom: .1rem;
    font-size: .2rem;
    line-height: .26rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    position: relative
}

.header-top li::before {
    content: '';
    display: block;
    width: .65rem;
    height: .72rem;
    position: absolute;
    left: .28rem;
    bottom: .12rem;
    background: url(../fonts/header_list.svg) center center/contain no-repeat
}

.header-top li:last-of-type {
    margin-bottom: 0
}

.header-banner {
    position: absolute;
    left: 0;
    top: 3rem;
    width: 2.65rem;
    padding: .1rem .15rem .1rem .28rem;
    background: #f20083;
    font-size: .16rem;
    line-height: .19rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.header-product_top {
    position: absolute;
    width: 2.2rem;
    right: 0;
    bottom: 0;
}

.header-product_middle {
    position: absolute;
    right: .15rem;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 2.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-middle {
    background: #d6d6d7;
    padding-top: .8rem
}

.header-middle h4 {
    text-align: center;
    font-size: .28rem;
    line-height: .34rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: .4rem
}

.header-price {
    background: linear-gradient(90.96deg, #765cc1 .37%, #765cc1 40.19%, #55428c 57.26%, #765cc1 99.67%);
    color: #fff;
    padding-top: .26rem;
    padding-left: .28rem;
    padding-bottom: .13rem;
    position: relative;
    padding-right: 55%;
}

.header-price p {
    font-size: .2rem;
    line-height: .23rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400
}

.header-price .price-old {
    margin-bottom: .07rem;
    font-size: .36rem;
    line-height: .46rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 500;
    position: relative
}

.header-price .price-old::after {
    content: '';
    display: block;
    position: absolute;
    width: 1.5rem;
    height: .1rem;
    background: url(../fonts/price_line.svg) center center/contain no-repeat;
    left: -.28rem;
    top: 50%
}

.header-price .price-old span {
    font-size: .18rem;
    line-height: .23rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase
}

.header-price .price-new {
    font-size: .40rem;
    line-height: 1.2;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700
}

.header-price .price-new span {
    font-size: .24rem;
    line-height: .3rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.header-price .price-sale {
    position: absolute;
    font-size: .22rem;
    line-height: .22rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: 1.7rem; 
    text-align: center;
}

.header-bottom {
    padding-top: .2rem;
    padding-bottom: .6rem
}

.header-bottom h5 {
    text-align: center;
    font-size: .24rem;
    line-height: .26rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: .25rem
}

.timer {
    margin-bottom: .4rem
}

.timer-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: .13rem
}

.timer-item {
    -ms-flex-preferred-size: 1rem;
        flex-basis: 1rem;
    height: 1rem;
    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;
    margin-right: .6rem;
    background: rgba(117, 92, 193, .9);
    color: #fff;
    text-align: center;
    font-size: .6rem;
    line-height: .66rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 400;
    padding: .15rem 0;
    position: relative
}

.timer-item::after {
    position: absolute;
    display: block;
    content: ':';
    left: calc(100% + .22rem);
    top: 0;
    font-size: .72rem;
    line-height: 1rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 500;
    color: #8068c3
}

.timer-item:last-of-type {
    margin-right: 0
}

.timer-item:last-of-type::after {
    display: none
}

.timer-descriptions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start
}

.timer-description {
    -ms-flex-preferred-size: 1rem;
        flex-basis: 1rem;
    margin-right: .6rem;
    font-size: .14rem;
    line-height: .15rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    text-align: center
}

.timer-description:last-of-type {
    margin-right: 0
}

.slick-next:before,
.slick-prev:before {
    content: ''
}

.slick-next {
    width: .7rem;
    height: .71rem;
    background: url(../fonts/arrow_right.svg) center center/contain no-repeat;
    right: 1rem;
    top: calc(100% + .65rem)
}

.slick-prev {
    width: .7rem;
    height: .71rem;
    background: url(../fonts/arrow_left.svg) center center/contain no-repeat;
    left: 1rem;
    top: calc(100% + .65rem)
}

.slick-next:active,
.slick-next:focus,
.slick-next:hover {
    background: url(../fonts/arrow_right.svg) center center/contain no-repeat
}

.slick-prev:active,
.slick-prev:focus,
.slick-prev:hover {
    background: url(../fonts/arrow_left.svg) center center/contain no-repeat
}

.participants.slick-slider {
    margin-bottom: 1.76rem
}

.participants .slick-dots {
    display: none !important
}

html {
    font-size: 625%
}

@media (max-width:480px) {
    html {
        font-size: 21vw
    }
}

body {
    padding: 0;
    margin: 0 auto;
    color: #131212;
    background: #e5e5e5;
    font-family: Roboto, Arial, sans-serif;
    font-size: .18rem
}

.content-wrapper{
    max-width: 480px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

iframe~div {
    font-size: .16rem
}

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

*>* {
    -webkit-box-sizing: inherit;
            box-sizing: inherit
}

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

.button {
    background: #f20083;
    border-radius: .38rem;
    min-width: 2.24rem;
    font-size: .2rem;
    line-height: .26rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 800;
    letter-spacing: .01rem;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border: none;
    outline: 0;
    -webkit-transition: background .5s;
    transition: background .5s;
    margin: 0 auto;
    display: block;
    padding: .22rem .95rem;
    position: relative;
    overflow: hidden
}

.button::before {
    display: none;
    content: '';
    width: 120%;
    height: 100%;
    background-image: url(animate_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: 2s cubic-bezier(.43, .61, 1, 1) infinite slideShiny;
    animation: 2s cubic-bezier(.43, .61, 1, 1) infinite slideShiny;
    position: absolute;
    top: 0;
    left: -10%;
    -webkit-filter: brightness(2);
    filter: brightness(2)
}

.button:focus,
.button:hover {
    cursor: pointer;
    background: #bf0067
}

.button:active {
    cursor: pointer;
    background: #a6005a
}

.alternativeButton {
    background: #fecd4d;
    color: #131212;
    font-weight: 400;
    -webkit-box-shadow: 0 .04rem .07rem rgba(11, 8, 8, .35);
            box-shadow: 0 .04rem .07rem rgba(11, 8, 8, .35)
}

.alternativeButton:active,
.alternativeButton:focus,
.alternativeButton:hover {
    background: #febf1a
}

.button-wrapper {
    width: 3.17rem;
    height: .81rem;
    background: rgba(255, 255, 255, .6);
    border-radius: .5rem;
    margin: 0 auto;
    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
}

.alternativeTitle,
.standardTitle {
    text-align: center;
    font-size: .28rem;
    line-height: .34rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700;
    color: #000;
    padding: 0 .3rem;
    margin-bottom: .4rem
}

.alternativeTitle span,
.standardTitle span {
    color: #008ae8
}

.additinal {
    margin-bottom: .33rem;
    position: relative
}

.additinal::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -.2rem;
    width: .6rem;
    height: .05rem;
    background: #a3e9f6
}

.standardTitleWrap {
    padding: .11rem .44rem 0 .34rem;
    background: url(title_bg.png) center center/contain no-repeat;
    margin: 0 auto .24rem;
    min-height: .88rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start
}

.standardTitleWrap p {
    font-size: .24rem;
    line-height: .29rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 400;
    padding: 0;
    color: #fff;
    text-transform: uppercase
}

.standardTitleWrap p span {
    font-size: .24rem;
    line-height: .29rem;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 400;
    color: #e93701
}

.alternativeTitle {
    color: #fff
}

.standard-list li {
    padding-left: .55rem;
    margin-bottom: .3rem;
    padding-right: .2rem;
    position: relative;
    font-size: .25rem;
    line-height: .33rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400
}

.standard-list li:last-of-type {
    margin-bottom: 0
}

.standard-list li::before {
    content: '';
    display: block;
    width: .25rem;
    height: .25rem;
    background: url(check.svg) center center/cover no-repeat;
    position: absolute;
    left: .15rem;
    top: .05rem
}

.standardPadd {
    padding: 0 20px
}

.standardText {
    margin: 0 0 10px;
    padding: 0 20px;
    font-size: 21px;
    line-height: 25px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400
}

.standardText span {
    font-size: 21px;
    line-height: 25px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700
}

.nopad {
    padding: 0
}

.standardTextWrap {
    padding: 35px 30px;
    color: #fff
}

.roundBlock {
    position: relative;
    margin-bottom: 80px;
    background: #131212
}

.roundBlock::before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100px;
    top: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(pseudo-bottom.svg);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1
}

.altTitle {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 35px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px
}

@media (max-width:400px) {
    .altTitle {
        font-size: 26px;
        line-height: 28px;
        font-family: Roboto, Arial, sans-serif;
        font-weight: 700
    }
}

header {
    -webkit-box-shadow: 0 -15px 12px rgba(0, 0, 0, .25);
            box-shadow: 0 -15px 12px rgba(0, 0, 0, .25);
    position: relative;
    z-index: 1
}

#header-bottom .header {
    -webkit-box-shadow: none;
            box-shadow: none
}

.list-reset {
    list-style-type: none;
    margin: 0;
    padding: 0
}

p {
    margin: 0;
    font-size: .2rem;
    line-height: .27rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400
}

p span {
    font-weight: 700
}

p.light {
    font-weight: 300
}

p.medium {
    font-weight: 500
}

p.semibold {
    font-weight: 600
}

p.bold {
    font-weight: 700
}

p.black {
    font-weight: 900
}

section {
    font-size: 0
}

.img-wrapper {
    position: relative;
    margin-bottom: .75rem;
    text-align: center
}

.img-wrapper img {
    border-radius: .3rem;
    max-width: 4.5rem
}

.img-wrapper span {
    position: absolute;
    left: 50%;
    top: 0;
    width: 3.95rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: .25rem;
    line-height: .3rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    border-radius: .2rem;
    background: #99465d;
    padding: .15rem .08rem
}

.rightSide {
    margin-right: 0;
    margin-left: auto;
    display: block
}

.alignRight {
    text-align: right
}

.alignLeft {
    text-align: left
}

.footer{
    background: #765cc1 !important;
    color: #fff !important;
}

.blockRedLine3103{
    z-index: 100 !important;
}

.price-sale{
    background: #F20083;
    padding: 12px 20px;
    border-radius: 8px;
}