@charset 'UTF-8'; /*! 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;
    box-shadow: 0 -15px 12px rgba(0, 0, 0, .25);
    position: relative;
    z-index: 0
}

h1 {
    font-size: 2em
}

hr {
    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 {
    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] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-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;
    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;
    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);
    -ms-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
}

.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(fonts/slick.eot);
    src: url(fonts/slick.eot@#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg')
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 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-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    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;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    background: #34477a;
    color: #fff;
    opacity: 1;
    width: .25rem
}

.feedback {
    width: 75px;
    height: 70px;
    position: fixed;
    right: -15px;
    top: 15%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background: -webkit-radial-gradient(50% 20%, 89.09% 89.09%, #fff84a 0, #ffab00 100%);
    background: radial-gradient(89.09% 89.09% at 50% 20%, #fff84a 0, #ffab00 100%);
    padding-left: 10px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    cursor: pointer;
    z-index: 1000;
    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;
    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;
    box-shadow: none;
    margin-top: 0
}

.popup-window label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    text-transform: uppercase
}

.popup-window input {
    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: -webkit-radial-gradient(50% 20%, 89.09% 89.09%, #fff84a 0, #ffab00 100%);
    background: radial-gradient(89.09% 89.09% at 50% 20%, #fff84a 0, #ffab00 100%);
    color: #000;
    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);
    -ms-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);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@-webkit-keyframes btn {
    0%, 35% {
        -webkit-transform: translateX(-6%);
        transform: translateX(-6%)
    }
    100% {
        -webkit-transform: translateX(-60%);
        transform: translateX(-60%)
    }
}

@-webkit-keyframes btn2 {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes btn3 {
    0%, 100% {
        -webkit-transform: scale(1) translateX(-50%);
        transform: scale(1) translateX(-50%)
    }
    50% {
        -webkit-transform: scale(1.1) translateX(-50%);
        transform: scale(1.1) translateX(-50%)
    }
}

@-webkit-keyframes scrollerOuter {
    0%, 100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes scrollerOuterIphone {
    0%, 100% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes scrollerInner {
    0%, 100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes scrollerInnerIphone {
    0%, 100% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes scrollerOuterV {
    0%, 100% {
        top: -100%
    }
    50% {
        top: 0
    }
}

@-webkit-keyframes scrollerOuterH {
    0%, 100% {
        left: -100%
    }
    50% {
        left: 0
    }
}

@-webkit-keyframes scrollerInnerV {
    0%, 100% {
        top: 100%
    }
    50% {
        top: 0
    }
}

@-webkit-keyframes scrollerInnerH {
    0%, 100% {
        left: 100%
    }
    50% {
        left: 0
    }
}

@-webkit-keyframes dissapear {
    0%, 100%, 2%, 98% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@-webkit-keyframes screens {
    0%, 100% {
        -webkit-transform: translateX(350rem);
        transform: translateX(350rem)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes screens2 {
    0%, 100% {
        -webkit-transform: translateX(-350rem);
        transform: translateX(-350rem)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes screen-1 {
    0%, 100%, 33% {
        opacity: 1
    }
    34%, 99% {
        opacity: 0
    }
}

@-webkit-keyframes screen-2 {
    0%, 100%, 33%, 67% {
        opacity: 0
    }
    34%, 66% {
        opacity: 1
    }
}

@-webkit-keyframes screen-3 {
    0%, 100%, 66% {
        opacity: 0
    }
    67%, 99% {
        opacity: 1
    }
}

@-webkit-keyframes glassInit {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes glassTrack {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    15% {
        -webkit-transform: translate(-70rem, 0);
        transform: translate(-70rem, 0)
    }
    30% {
        -webkit-transform: translate(-140rem, 0);
        transform: translate(-140rem, 0)
    }
    45% {
        -webkit-transform: translate(-210rem, 0);
        transform: translate(-210rem, 0)
    }
    60% {
        -webkit-transform: translate(-280rem, 0);
        transform: translate(-280rem, 0)
    }
    75% {
        -webkit-transform: translate(-350rem, 0);
        transform: translate(-350rem, 0)
    }
    90% {
        -webkit-transform: translate(-420rem, 0);
        transform: translate(-420rem, 0)
    }
    100% {
        -webkit-transform: translate(-420rem, -80rem);
        transform: translate(-420rem, -80rem)
    }
}

@font-face {
    font-family: Gilroy;
    src: local("Gilroy Light"), local("Gilroy-Light"), url(../fonts/Gilroy-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: local("Gilroy Regular"), local("Gilroy-Regular"), url(../fonts/Gilroy-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: local("Gilroy Medium"), local("Gilroy-Medium"), url(../fonts/Gilroy-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url(../fonts/Gilroy-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: local("Gilroy Bold"), local("Gilroy-Bold"), url(../fonts/Gilroy-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url(../fonts/Gilroy-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: local("Gilroy Black"), local("Gilroy-Black"), url(../fonts/Gilroy-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

.block1 {
    background: url(../img/block_3_backround.jpg) center center/cover no-repeat;
    padding-top: .45rem;
    padding-bottom: .6rem;
    text-align: center
}

.block1 .alternativeTitle, .block1 .standardTitle {
    margin-bottom: .7rem
}

.block1 img {
    width: 4.9rem
}

.block1 img:first-of-type {
    margin-right: .45rem
}

@media (max-width: 480px) {
    .feedback {
        width: 60px;
        height: 40px;
        padding-left: 7px
    }

    .feedback img {
        max-width: 30px
    }

    .popup-window {
        width: 80%
    }
}

@media (max-width: 1140px) {
    .block1 .alternativeTitle, .block1 .standardTitle {
        margin-bottom: .4rem
    }

    .block1 {
        padding-top: .7rem;
        padding-bottom: .7rem;
        background: -webkit-radial-gradient(50% 50%, 50% 50%, #edf2fc 0, #e8edfa 100%);
        background: radial-gradient(50% 50% at 50% 50%, #edf2fc 0, #e8edfa 100%)
    }

    .block1 img {
        width: 4.38rem;
        display: block;
        margin: 0 auto
    }

    .block1 img:first-of-type {
        margin-right: auto;
        margin-bottom: .5rem
    }
}

.block10 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    background: #fff
}

.block10 h3 {
    margin-bottom: .15rem
}

@media (max-width: 1140px) {
    .block10 h3 {
        margin-bottom: .6rem;
        font-size: .3rem;
        line-height: .37rem
    }
}

.block10 h4 {
    font-size: .25rem;
    line-height: .29rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 500;
    text-align: center;
    margin: 0 auto .4rem;
    max-width: 7.4rem
}

.block10-orderWrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 8rem
}

@media (max-width: 1140px) {
    .block10 h4 {
        margin-bottom: .55rem;
        padding: 0 .2rem
    }

    .block10-orderWrapper {
        flex-wrap: wrap
    }
}

.block10-orderItem {
    flex-basis: 2.4rem;
    text-align: center
}

.block10-orderItem img {
    height: 1.57rem;
    margin-bottom: .3rem
}

.block10-orderItem p {
    font-size: .2rem;
    line-height: .24rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: .15rem;
    text-transform: uppercase
}

.block10-orderItem span {
    font-size: .16rem;
    line-height: .18rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 300
}

.block11 .header-top {
    background: #fff
}

.block11 .header-bg {
    background: url(../img/footer_backround.png) center top/auto 100% no-repeat
}

@media (min-width: 1910px) {
    .block11 .header-bg {
        background-size: 100% 100%
    }
}

@media (min-width: 1921px) {
    .block11 .header-bg {
        height: 100vh;
        background-size: auto 100%
    }
}

.block11 .header-price {
    left: 5.2rem;
    top: 2.4rem
}

.block11 .header-bottom {
    padding-bottom: .7rem
}

@media (max-width: 1140px) {
    .block10-orderItem {
        flex-basis: 100%;
        padding: 0 .2rem;
        margin-bottom: .4rem
    }

    .block10-orderItem:nth-of-type(3) {
        margin-bottom: 0
    }

    .block10-orderItem span {
        font-size: .2rem;
        line-height: .23rem;
        font-family: Gilroy, Arial, sans-serif;
        font-weight: 300
    }

    .block11 {
        padding-bottom: 1.5rem;
        background: -webkit-radial-gradient(32.71% 43.24%, 62.81% 500.76%, #cad2e7 0, #a5b1d0 100%);
        background: radial-gradient(62.81% 500.76% at 32.71% 43.24%, #cad2e7 0, #a5b1d0 100%)
    }

    .block11 .header-top {
        min-height: 8rem
    }

    .block11 .header-bg {
        background: url(../img/block_13_backround.jpg) center top/cover no-repeat
    }

    .block11 .header-price {
        left: auto;
        right: .4rem;
        top: 2.1rem
    }

    .block11 .header-bottom {
        position: relative;
        top: -5.5rem;
        padding: .25rem 0
    }
}

.block11 .header-form {
    padding: .4rem .25rem .9rem;
    background: #e8edfa;
    border-radius: .4rem;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .15);
    max-width: 4.6rem;
    margin-top: .5rem
}

.block11 .header-form label {
    display: block;
    color: #a7a7a7;
    font-size: .21rem;
    line-height: .24rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: .15rem;
    padding-left: .35rem
}

.block11 .header-form input {
    display: block;
    width: 100%;
    border-radius: .4rem;
    background: #fff;
    border: .01rem solid #9c9c9c;
    margin-bottom: .28rem;
    padding: .22rem .35rem
}

.block11 .header-form input::-webkit-input-placeholder {
    color: #a7a7a7
}

.block11 .header-form input::-moz-placeholder {
    color: #a7a7a7
}

.block11 .header-form input:-moz-placeholder {
    color: #a7a7a7
}

.block11 .header-form input:-ms-input-placeholder {
    color: #a7a7a7
}

.block11 .header-form .button {
    position: static;
    margin: .6rem auto 0
}

.timer-wrapper {
    max-width: 3.65rem;
    border-radius: .2rem;
    background: url(../img/gold_gradient.jpg) center center/cover no-repeat;
    padding: .03rem;
    position: absolute;
    left: 5.5rem;
    bottom: -.2rem
}

.timer-wrapper h5 {
    margin: 0 0 .15rem;
    font-size: .21rem;
    line-height: .24rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 400
}

.timer-inner {
    border-radius: .2rem;
    background: #fff;
    padding: .15rem .4rem;
    text-align: center
}

.timer-text {
    font-size: .6rem;
    line-height: .74rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 800;
    background: url(../img/gold_gradient.jpg) center center/cover no-repeat;
    border-radius: .2rem;
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.block2 {
    padding-top: .45rem
}

.block2 .widthContainer {
    background: url(../img/girl_1.png) left bottom/4.75rem no-repeat;
    padding-bottom: .45rem
}

.block2 h3 {
    margin-bottom: .25rem
}

@media (max-width: 1140px) {
    .block11 .header-form {
        margin: 10.5rem auto 0
    }

    .block11 .header-form .button {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .timer-wrapper {
        position: static;
        margin: 0 auto
    }

    .block2 .widthContainer {
        padding-bottom: 4.4rem;
        background-position: center bottom;
        background-size: 100%
    }

    .block2 h3 {
        font-size: .35rem;
        line-height: .42rem;
        font-family: Gilroy, Arial, sans-serif;
        font-weight: 700;
        padding: 0 .5rem
    }
}

.block2-box {
    max-width: 6.6rem;
    margin-right: 0;
    margin-left: auto;
    padding: 1.6rem .7rem .7rem;
    font-size: .16rem;
    line-height: .24rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 300;
    background: url(../img/block_4_frame.png) center center/cover no-repeat
}

@media (max-width: 1140px) {
    .block2-box {
        width: 100%;
        background: url(../img/block_4_backround_mobile.jpg) center center/100% no-repeat;
        padding: 2.4rem .7rem .5rem;
        font-size: .19rem;
        line-height: .3rem;
        font-family: Gilroy, Arial, sans-serif;
        font-weight: 300;
        box-shadow: 0 0 .2rem rgba(0, 0, 0, .15);
        margin-top: .45rem
    }
}

.block3 {
    padding-top: .5rem;
    background: url(../img/block_5_backround.jpg) center center/cover no-repeat
}

.block3 .widthContainer {
    background: url(../img/mila.png) right 1rem center/4rem no-repeat;
    padding-bottom: 1.3rem
}

.block3 h3 {
    margin-bottom: 1.3rem
}

.block3-textWrapper {
    max-width: 4.2rem;
    margin-left: 1.3rem;
    margin-right: auto
}

@media (max-width: 1140px) {
    .block3 {
        background: -webkit-radial-gradient(32.71% 43.24%, 62.81% 500.76%, #cad2e7 0, #a5b1d0 100%);
        background: radial-gradient(62.81% 500.76% at 32.71% 43.24%, #cad2e7 0, #a5b1d0 100%)
    }

    .block3 .widthContainer {
        background-size: 4.5rem;
        background-position: top 1.7rem center;
        padding-bottom: .7rem
    }

    .block3 h3 {
        margin-bottom: 6.5rem;
        font-size: .35rem;
        line-height: .42rem;
        font-family: Gilroy, Arial, sans-serif;
        font-weight: 700
    }

    .block3-textWrapper {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0 .2rem
    }
}

.block3-textWrapper p {
    font-size: .22rem;
    line-height: .3rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 300
}

.block3-textWrapper .block3-sign {
    font-size: .25rem;
    line-height: .3rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 600;
    text-align: right;
    margin-top: .2rem
}

.block4 {
    padding-top: .5rem;
    padding-bottom: .35rem;
    background: url(../img/block_6_backround.jpg) center center/cover no-repeat
}

.block4 h3 {
    margin: 0 auto .8rem;
    max-width: 8rem
}

@media (max-width: 420px) {
    .block4 h3 {
        padding: 0
    }
}

.block4-contentWrapper {
    max-width: 5.2rem;
    margin-right: .7rem;
    margin-left: auto
}

@media (max-width: 1140px) {
    .block4 {
        background: url(../img/block_6_backround_mobile.jpg) center center/cover no-repeat;
        padding-top: .65rem;
        padding-bottom: .55rem
    }

    .block4 h3 {
        font-size: .35rem;
        line-height: .42rem;
        font-family: Gilroy, Arial, sans-serif;
        font-weight: 700;
        margin-bottom: .8rem
    }

    .block4-contentWrapper {
        max-width: 100%;
        margin-right: .2rem;
        text-align: right
    }

    .block4 ul {
        margin-bottom: .5rem
    }
}

.block4 li {
    font-size: .22rem;
    line-height: .3rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: .4rem
}

.block4 li span {
    font-weight: 600
}

.block4 li:nth-of-type(2n) {
    padding-left: 1rem
}

.block4 li:nth-of-type(2n+1) {
    padding-right: 1.3rem
}

.block4 li:nth-of-type(4) {
    margin-bottom: .3rem
}

.block4 img {
    max-width: 2.4rem
}

.block4 img:nth-of-type(1) {
    margin-right: .3rem
}

.block5 {
    padding-top: .5rem;
    padding-bottom: .7rem;
    background: url(../img/block_7_backround.pg) center center/cover no-repeat
}

@media (max-width: 1140px) {
    .block4 li {
        font-size: .18rem;
        line-height: .21rem;
        font-family: Gilroy, Arial, sans-serif;
        font-weight: 300;
        margin-bottom: .3rem;
        text-align: left
    }

    .block4 li:nth-of-type(2n) {
        padding-left: 0
    }

    .block4 li:nth-of-type(2n+1) {
        padding-right: 0
    }

    .block4 li:nth-of-type(4) {
        padding-left: 1.55rem
    }

    .block4 li:nth-of-type(1) {
        padding-left: 1.65rem
    }

    .block4 li:nth-of-type(2) {
        padding-left: 1.85rem
    }

    .block4 li:nth-of-type(3) {
        padding-left: 1.78rem
    }

    .block4 img:nth-of-type(2) {
        display: none
    }

    .block5 {
        background: url(../img/block_7_backround_mobile.jpg) center center/cover no-repeat;
        padding-top: .65rem;
        padding-bottom: .35rem
    }
}

.block5 h3 {
    margin-bottom: 8.5rem
}

.block5 h3 span {
    font-weight: 600
}

.block5 .button {
    margin: 0 auto
}

@media (max-width: 1140px) {
    .block5 h3 {
        font-size: .28rem;
        line-height: .37rem;
        padding: 0 .4rem;
        margin-bottom: 3.85rem
    }

    .block6 h3 {
        font-size: .3rem;
        line-height: .37rem
    }
}

.block6 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    background: #fff
}

.block6 h3 {
    margin-bottom: .8rem
}

.block6-components {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap
}

.block6-component {
    flex-basis: 45%;
    text-align: center;
    margin-bottom: .7rem
}

.block6-component:nth-of-type(3), .block6-component:nth-of-type(4) {
    margin-bottom: 0
}

.block6-component img {
    min-height: 2.3rem;
    margin-bottom: .65rem
}

@media (max-width: 1140px) {
    .block6-component {
        flex-basis: 100%;
        padding: 0 .25rem
    }

    .block6-component:nth-of-type(3) {
        margin-bottom: .7rem
    }

    .block6-component img {
        min-height: auto;
        max-width: 2.4rem;
        margin-bottom: .4rem
    }
}

.block6-component p {
    font-size: .3rem;
    line-height: .36rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: .15rem
}

.block6-component span {
    font-size: .2rem;
    line-height: .23rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 400
}

.block7 {
    padding-top: .5rem;
    padding-bottom: .45rem;
    background: url(../img/block_9_backround.jpg) center center/cover no-repeat
}

.block7-content {
    max-width: 10.2rem;
    margin: 0 auto
}

.block7 h3 {
    margin-bottom: .4rem
}

.block7-imgWrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin-bottom: .25rem
}

@media (max-width: 1140px) {
    .block7 h3 {
        font-size: .3rem;
        line-height: .37rem
    }

    .block7-imgWrapper {
        flex-wrap: wrap;
        margin-bottom: 0
    }
}

.block7-imgItem {
    flex-basis: 4.65rem
}

.block7 p {
    font-size: .18rem;
    line-height: .21rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: .18rem
}

.block7 p span {
    font-weight: 600
}

.block7 ul {
    margin-bottom: .18rem
}

.block7 ul li {
    font-size: .18rem;
    line-height: .21rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: .05rem;
    position: relative
}

.block7 ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: -.18rem;
    top: .05rem;
    width: .1rem;
    height: .1rem;
    background: url(../img/list_ball.png) center center/cover no-repeat
}

.block8 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    background: #fff
}

.block8 h3 {
    margin-bottom: .4rem
}

@media (max-width: 1140px) {
    .block7-imgItem {
        flex-basis: 100%;
        text-align: center;
        margin-bottom: .65rem
    }

    .block7-imgItem img {
        max-width: 4.4rem
    }

    .block7 p {
        padding: 0 .25rem;
        font-size: .22rem;
        line-height: .26rem;
        font-family: Gilroy, Arial, sans-serif;
        font-weight: 400
    }

    .block7 ul {
        padding: 0 .25rem
    }

    .block7 ul li {
        font-size: .22rem;
        line-height: .26rem;
        font-family: Gilroy, Arial, sans-serif;
        font-weight: 400
    }

    .block7 ul li::before {
        width: .12rem;
        height: .12rem;
        top: .06rem
    }

    .block8 h3 {
        font-size: .3rem;
        line-height: .37rem
    }
}

.block8-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start
}

@media (max-width: 1140px) {
    .block8-content {
        flex-wrap: wrap;
        padding: 0 .2rem
    }
}

.block8 ul {
    flex-basis: 5rem
}

@media (max-width: 1140px) {
    .block8 ul {
        flex-basis: 100%;
        margin-bottom: .3rem
    }
}

.block8-imgWrapper {
    flex-basis: 6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch
}

.block8 li {
    font-size: .18rem;
    line-height: .21rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: .15rem;
    position: relative
}

.block8 li::before {
    content: '';
    display: block;
    position: absolute;
    left: -.18rem;
    top: .05rem;
    width: .1rem;
    height: .1rem;
    background: url(../img/list_ball.png) center center/cover no-repeat
}

.block9 {
    padding-top: .5rem;
    padding-bottom: .4rem;
    background: -webkit-radial-gradient(32.71% 43.24%, 62.81% 500.76%, #cad2e7 0, #a5b1d0 100%);
    background: radial-gradient(62.81% 500.76% at 32.71% 43.24%, #cad2e7 0, #a5b1d0 100%)
}

.block9 h3 {
    margin-bottom: .38rem
}

.reviews {
    width: 8.2rem;
    margin: 0 auto
}

@media (max-width: 1140px) {
    .block8-imgWrapper {
        flex-basis: 100%
    }

    .block8-imgWrapper img {
        max-width: 2rem;
        max-height: 2.9rem
    }

    .block8 li {
        font-size: .22rem;
        line-height: .26rem;
        font-family: Gilroy, Arial, sans-serif;
        font-weight: 400
    }

    .block8 li::before {
        display: none
    }

    .block9 {
        padding-top: .6rem
    }

    .block9 h3 {
        margin-bottom: .7rem;
        font-size: .3rem;
        line-height: .37rem
    }

    .reviews {
        width: 100%
    }
}

.reviews-item {
    padding: .15rem
}

.reviews-box {
    background: #fff;
    box-shadow: 0 0 .15rem rgba(0, 0, 0, .25);
    border-radius: .3rem;
    padding: .25rem;
    max-width: 4.2rem;
    margin: 0 auto
}

.reviews-author {
    margin-bottom: .3rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start
}

.reviews-ava {
    margin-right: .45rem
}

.reviews-ava img {
    max-width: .8rem
}

.reviews-stars {
    margin-bottom: .1rem
}

.reviews-stars img {
    max-width: .25rem;
    margin-right: .02rem;
    display: inline-block
}

.reviews-info p {
    font-size: .18rem;
    line-height: .24rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 400
}

.reviews-text p {
    font-size: .16rem;
    line-height: .2rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: .2rem
}

.reviews-text img {
    display: block;
    margin: 0 auto
}

.slick-prev {
    width: .67rem;
    height: .67rem
}

.buy {
    padding-bottom: .5rem
}

.buy h4 {
    margin-top: .6rem;
    font-size: .26rem;
    line-height: .32rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-bottom: .25rem;
    text-align: center
}

.buy form {
    padding: 0 .45rem;
    color: #333
}

.buy form label {
    display: block;
    margin-bottom: .17rem;
    font-size: .21rem;
    line-height: .26rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 400
}

.buy form input {
    display: block;
    width: 100%;
    border-radius: .4rem;
    border: .01rem solid #dbdbdb;
    padding: .3rem;
    font-size: .21rem;
    line-height: .26rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: .3rem
}

.buy form input:last-of-type {
    margin-bottom: .6rem
}

footer {
    width: 100%;
    padding: .15rem;
    color: inherit;
    text-align: center;
    font-size: .14rem;
    line-height: .2rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 400;
    background: #2b2727;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25)
}

footer p {
    padding: 0;
    margin: 0;
    color: #fff
}

footer a {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: .5s;
    transition: .5s
}

footer a:hover {
    text-decoration: none
}

.header {
    overflow: hidden
}

.header-top {
    min-height: 7.05rem;
    position: relative;
    background: -webkit-radial-gradient(32.71% 43.24%, 62.81% 500.76%, #cad2e7 0, #a5b1d0 100%);
    background: radial-gradient(62.81% 500.76% at 32.71% 43.24%, #cad2e7 0, #a5b1d0 100%)
}

.header-top .widthContainer {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    width: 100%
}

.header-bg {
    width: 100%;
    height: 7.05rem;
    background: url(../img/header_backround_1.png) center center/auto 100% no-repeat
}

@media (max-width: 1140px) {
    .header-bg {
        height: 15rem;
        background: url(../img/header_backround_1_mobile.jpg) center center/cover no-repeat
    }
}

.header-bottom {
    background: #fff;
    padding: .45rem 0
}

.header-bottom .widthContainer {
    position: relative
}

.header-logo {
    font-size: .8rem;
    line-height: .93rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    padding-top: .12rem
}

.header-logo span {
    font-weight: 900
}

@media (max-width: 1140px) {
    .header-logo {
        font-size: .6rem;
        line-height: .7rem;
        font-family: Gilroy, Arial, sans-serif;
        font-weight: 400;
        padding: .18rem .18rem 0
    }
}

.header-slogan {
    font-size: .35rem;
    line-height: .54rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 700;
    color: #34477a;
    max-width: 6rem
}

.header-price {
    position: absolute;
    left: 4.5rem;
    top: 3.5rem
}

@media (max-width: 1140px) {
    .header-slogan {
        font-size: .35rem;
        line-height: .42rem;
        font-family: Gilroy, Arial, sans-serif;
        font-weight: 700;
        padding: 0 .18rem
    }

    .header-price {
        left: auto;
        right: .25rem;
        top: 6rem
    }
}

.header-effect {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4.22rem;
    height: 4.43rem
}

@media (max-width: 1140px) {
    .header-effect {
        bottom: auto;
        top: 2.05rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .header-ball {
        display: none
    }
}

.header-ball {
    position: absolute;
    width: 1.9rem;
    height: 1.25rem;
    bottom: -.25rem;
    left: calc(50% + 4.2rem)
}

.header-features {
    width: 8.2rem;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: start;
    align-items: flex-start
}

.header-feature {
    flex-basis: 2.57rem;
    min-height: 1.75rem;
    text-align: center;
    padding: .1rem .1rem .2rem;
    background: url(../img/line.png) center top 55% no-repeat #edf2fc;
    border-radius: .05rem;
    box-shadow: 0 .04rem .15rem rgba(0, 0, 0, .25)
}

.header-feature img {
    margin-bottom: .3rem
}

.header-feature p {
    font-size: .18rem;
    line-height: .21rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 400
}

.header .button {
    position: absolute;
    left: 4rem;
    top: 5.2rem
}

@media (max-width: 1140px) {
    .header-features {
        display: block;
        width: 100%
    }

    .header-feature {
        width: 4.38rem;
        margin: 0 auto .3rem;
        background: url(../img/line.png) center top 1.55rem/3.3rem no-repeat #edf2fc;
        padding-top: .18rem;
        padding-bottom: .25rem;
        min-height: 2.8rem
    }

    .header-feature img {
        width: 1.12rem;
        margin-bottom: .45rem
    }

    .header-feature p {
        font-size: .3rem;
        line-height: .35rem;
        font-family: Gilroy, Arial, sans-serif;
        font-weight: 400
    }

    .header .button {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto;
        bottom: 1.2rem
    }

    .header .button:hover {
        -webkit-animation: none;
        animation: none
    }
}

.price {
    width: 2.2rem;
    height: 1.5rem;
    background: url(../img/sale.png) center center/cover no-repeat;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: .45rem;
    -webkit-box-pack: center;
    justify-content: center
}

.price-old {
    font-size: .3rem;
    line-height: .36rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 600;
    color: #7b7b7b;
    text-decoration: line-through
}

.price-new {
    font-size: .4rem;
    line-height: .6rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 700;
    color: #353535
}

@media (max-width: 1140px) {
    .price {
        background: url(../img/sale_mobile.png) center center/cover no-repeat
    }
}

.effect {
    overflow: hidden;
    background: url(../img/header_1.png) center bottom no-repeat
}


.effect-before {
    width: 100%;
    height: 100%;
    background-size: cover;
}

@media (min-device-width: 375px) and (max-device-width: 667px) {
    .effect-before {
        -webkit-animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerOuter;
        animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerOuter
    }
}

@media (min-device-width: 414px) and (max-device-width: 736px) {
    .effect-before {
        -webkit-animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerOuter;
        animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerOuter
    }
}

@media (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .effect-before {
        -webkit-animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerOuter;
        animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerOuter
    }
}

@media (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 3) {
    .effect-before {
        -webkit-animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerOuter;
        animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerOuter
    }
}

@media (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
    .effect-before {
        -webkit-animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerOuter;
        animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerOuter
    }
}

@media (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .effect-before {
        -webkit-animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerOuter;
        animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerOuter
    }
}


@media (min-device-width: 375px) and (max-device-width: 667px) {
    .effect-after {
        -webkit-animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerInner;
        animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerInner
    }
}

@media (min-device-width: 414px) and (max-device-width: 736px) {
    .effect-after {
        -webkit-animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerInner;
        animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerInner
    }
}

@media (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .effect-after {
        -webkit-animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerInner;
        animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerInner
    }
}

@media (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 3) {
    .effect-after {
        -webkit-animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerInner;
        animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerInner
    }
}

@media (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
    .effect-after {
        -webkit-animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerInner;
        animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerInner
    }
}

@media (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .effect-after {
        -webkit-animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerInner;
        animation: 3s cubic-bezier(.71, .01, .35, 1) infinite both scrollerInner
    }
}

.left_ball {
    position: absolute;
    width: .96rem;
    height: .68rem;
    left: .5rem;
    top: .8rem
}

.right_ball {
    position: absolute;
    width: .8rem;
    height: .55rem;
    right: .1rem;
    top: 1.1rem
}

@media (max-width: 1140px) {
    .effect-after {
        background: url(../img/header_2_mobile.png) center center/cover no-repeat
    }

    .left_ball, .right_ball {
        display: none
    }

    body {
        max-width: 480px
    }
}

.slick-dots {
    bottom: -.6rem
}

.slick-dots li {
    margin: .05rem;
    width: .25rem;
    height: .25rem
}

.slick-dots li button {
    width: .25rem;
    height: .25rem;
    padding: .05rem
}

.slick-dots li button:before {
    content: '';
    width: .25rem;
    height: .25rem;
    background: #efefef;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    -webkit-transition: width .4s;
    transition: width .4s
}

.slick-dots li:hover button:before {
    background: #34477a;
    color: #fff;
    opacity: 1
}

.slick-dots li.slick-active {
    width: .25rem
}

.slick-dotted.slick-slider {
    margin-bottom: .65rem
}

.slick-slide, .slick-slide:active, .slick-slide:focus, .slick-slide:hover {
    outline: 0
}

.slick-arrow {
    z-index: 2;
    width: .67rem;
    height: .67rem;
    top: 50%;
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.slick-arrow::before {
    display: none
}

.slick-next {
    right: -.75rem;
    background: url(../img/arrow_right.svg) center center/cover no-repeat
}

.slick-next:active, .slick-next:focus, .slick-next:hover {
    background: url(../img/arrow_right.svg) center center no-repeat
}

.slick-prev {
    left: -.75rem;
    background: url(../img/arrow_left.svg) center center/cover no-repeat
}

.slick-prev:active, .slick-prev:focus, .slick-prev:hover {
    background: url(../img/arrow_left.svg) center center no-repeat
}

@keyframes btn {
    0%, 35% {
        -webkit-transform: translateX(-6%);
        transform: translateX(-6%)
    }
    100% {
        -webkit-transform: translateX(-60%);
        transform: translateX(-60%)
    }
}

@keyframes btn2 {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes btn3 {
    0%, 100% {
        -webkit-transform: scale(1) translateX(-50%);
        transform: scale(1) translateX(-50%)
    }
    50% {
        -webkit-transform: scale(1.1) translateX(-50%);
        transform: scale(1.1) translateX(-50%)
    }
}

@keyframes scrollerOuter {
    0%, 100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes scrollerOuterIphone {
    0%, 100% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes scrollerInner {
    0%, 100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes scrollerInnerIphone {
    0%, 100% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes scrollerOuterV {
    0%, 100% {
        top: -100%
    }
    50% {
        top: 0
    }
}

@keyframes scrollerOuterH {
    0%, 100% {
        left: -100%
    }
    50% {
        left: 0
    }
}

@keyframes scrollerInnerV {
    0%, 100% {
        top: 100%
    }
    50% {
        top: 0
    }
}

@keyframes scrollerInnerH {
    0%, 100% {
        left: 100%
    }
    50% {
        left: 0
    }
}

@keyframes dissapear {
    0%, 100%, 2%, 98% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@keyframes screens {
    0%, 100% {
        -webkit-transform: translateX(350rem);
        transform: translateX(350rem)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes screens2 {
    0%, 100% {
        -webkit-transform: translateX(-350rem);
        transform: translateX(-350rem)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes screen-1 {
    0%, 100%, 33% {
        opacity: 1
    }
    34%, 99% {
        opacity: 0
    }
}

@keyframes screen-2 {
    0%, 100%, 33%, 67% {
        opacity: 0
    }
    34%, 66% {
        opacity: 1
    }
}

@keyframes screen-3 {
    0%, 100%, 66% {
        opacity: 0
    }
    67%, 99% {
        opacity: 1
    }
}

@keyframes glassInit {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes glassTrack {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    15% {
        -webkit-transform: translate(-70rem, 0);
        transform: translate(-70rem, 0)
    }
    30% {
        -webkit-transform: translate(-140rem, 0);
        transform: translate(-140rem, 0)
    }
    45% {
        -webkit-transform: translate(-210rem, 0);
        transform: translate(-210rem, 0)
    }
    60% {
        -webkit-transform: translate(-280rem, 0);
        transform: translate(-280rem, 0)
    }
    75% {
        -webkit-transform: translate(-350rem, 0);
        transform: translate(-350rem, 0)
    }
    90% {
        -webkit-transform: translate(-420rem, 0);
        transform: translate(-420rem, 0)
    }
    100% {
        -webkit-transform: translate(-420rem, -80rem);
        transform: translate(-420rem, -80rem)
    }
}

html {
    font-size: 625%
}

@media (max-width: 480px) {
    html {
        font-size: 21vw
    }
}

body {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    color: #000;
    background: #e5e5e5;
    font-family: Gilroy, Arial, sans-serif;
    font-size: .18rem
}

.widthContainer {
    max-width: 11.4rem;
    margin: 0 auto
}

iframe ~ div {
    font-size: .16rem
}

* {
    box-sizing: border-box
}

* > * {
    box-sizing: inherit
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0
}

.button {
    background: -webkit-radial-gradient(50% 20%, 89.09% 89.09%, #fff84a 0, #ffab00 100%);
    background: radial-gradient(89.09% 89.09% at 50% 20%, #fff84a 0, #ffab00 100%);
    background-size: 100%;
    box-shadow: 0 .08rem 0 #b67a00;
    width: 3rem;
    font-size: .28rem;
    line-height: .34rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    border: none;
    border-radius: .45rem;
    outline: 0;
    -webkit-transition: background .5s;
    transition: background .5s;
    display: block;
    margin-bottom: 0;
    padding: .2rem
}

.button:hover {
    cursor: pointer;
    -webkit-animation: 1s infinite btn2;
    animation: 1s infinite btn2
}

.alternativeTitle, .standardTitle {
    text-align: center;
    font-size: .45rem;
    line-height: .54rem;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #34477a;
    letter-spacing: .06em
}

.alternativeTitle span, .standardTitle span {
    color: #34477a
}

.alternativeTitle b, .standardTitle b {
    font-weight: 700
}

@media (max-width: 1100px) {
    .alternativeTitle, .standardTitle {
        font-size: .35rem;
        line-height: .42rem;
        font-family: Gilroy, Arial, sans-serif;
        font-weight: 700;
        padding: 0 .3rem
    }
}

.standardTitleWrap {
    padding: .2rem;
    background: #3f8e3d;
    width: 4.3rem;
    border-radius: 0 .2rem;
    margin: 0 auto
}

.alternativeTitle {
    color: #242424
}

.standard-list li {
    padding-left: .55rem;
    margin-bottom: .3rem;
    padding-right: .2rem;
    position: relative;
    font-size: .25rem;
    line-height: .33rem;
    font-family: Gilroy, 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(../img/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: Gilroy, Arial, sans-serif;
    font-weight: 400
}

.standardText span {
    font-size: 21px;
    line-height: 25px;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 700
}

.nopad {
    padding: 0
}

.standardTextWrap {
    padding: 35px 30px;
    color: #fff
}

.roundBlock {
    position: relative;
    margin-bottom: 80px;
    background: #3f8e3d
}

.roundBlock::before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100px;
    top: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/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: Gilroy, 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: Gilroy, Arial, sans-serif;
        font-weight: 700
    }
}

header {
    box-shadow: 0 -15px 12px rgba(0, 0, 0, .25);
    position: relative;
    z-index: 1
}

.list-reset {
    list-style-type: none;
    margin: 0;
    padding: 0
}

p {
    font-weight: 400;
    margin: 0
}

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
}

.no-mobile {
    display: block
}

.no-desktop {
    display: none
}

@media (max-width: 1100px) {
    .no-mobile {
        display: none
    }

    .no-desktop {
        display: block
    }
}