@-webkit-keyframes pulse {

    0%,
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {

    0%,
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes blick {
    0% {
        -webkit-transform: translate(-1500px);
        transform: translate(-1500px)
    }

    to {
        -webkit-transform: translate(1500px);
        transform: translate(1500px)
    }
}

@keyframes blick {
    0% {
        -webkit-transform: translate(-1500px);
        transform: translate(-1500px)
    }

    to {
        -webkit-transform: translate(1500px);
        transform: translate(1500px)
    }
}

body,
body a {
    font-size: 13px
}

body {
    min-width: 320px;
    margin: 0 auto;
    font-family: "Roboto", "Arial", sans-serif;
    line-height: 16px;
    font-weight: 400;
    position: relative;
    color: #000
}

body a {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -40px;
    color: #6997bd;
    text-decoration: none;
    z-index: 200
}

*,
:after,
:before {
    margin: ;
    padding: 0
}

body,
html {
    overflow-x: hidden
}

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

input:invalid {
    -webkit-box-shadow: none;
    box-shadow: none
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.btn {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    outline: 0;
    border: 0;
    border-radius: 25px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .25);
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #d64160;
    cursor: pointer
}

.blick-btn {
    position: relative;
    overflow: hidden
}

.blick-btn::after {
    content: "";
    position: absolute;
    left: 20%;
    top: -50%;
    background: linear-gradient(115deg, transparent 40%, #fff 40%, #fff 60%, transparent 60%);
    opacity: .5;
    width: 50px;
    height: 100px;
    -webkit-animation: blick 5s infinite;
    animation: blick 5s infinite
}

.flag-dropdown,
.hide {
    display: none
}

.error-box {
    color: #fff;
    background-color: #de5042;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    font-size: 11px;
    line-height: 15px;
    margin: 0 auto 10px
}

@media (min-width: 480px) {
    body a {
        font-size: 15px;
        bottom: 15px;
        left: 50%;
        margin-left: -46px
    }
}

@media (min-width: 1170px) {
    body {
        padding-bottom: 0
    }

    body a {
        position: absolute;
        font-size: 25px;
        bottom: 50px;
        left: 50%;
        margin-left: -76.5px;
        text-decoration: none
    }
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Roboto-Regular.woff) format('woff'), url(../fonts/Roboto-Regular.woff2) format('woff2')
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/Roboto-Black.woff) format('woff'), url(../fonts/Roboto-Black.woff2) format('woff2')
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Roboto-Bold.woff) format('woff'), url(../fonts/Roboto-Bold.woff2) format('woff2')
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Roboto-Medium.woff) format('woff'), url(../fonts/Roboto-Medium.woff2) format('woff2')
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Roboto-Italic.woff) format('woff'), url(../fonts/Roboto-Italic.woff2) format('woff2')
}

.page-header {
    background-image: url(../img/header-bg-mobile.png);
    background-repeat: no-repeat;
    background-position: top center
}

.page-header__wrapper {
    width: 300px;
    padding: 10px;
    margin: 0 auto
}

@media (min-width: 480px) {
    .page-header__wrapper {
        width: 450px;
        padding: 40px 15px
    }
}

@media (min-width: 1170px) {
    .page-header__wrapper {
        width: 1140px;
        padding: 15px
    }
}

.page-header__text {
    font-size: 15px;
    line-height: 20px;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px
}

.page-header__text--bold {
    font-weight: 700;
    font-style: normal;
    margin-bottom: 330px
}

.page-header__title {
    color: #1d4292;
    font-size: 33px;
    line-height: 38px;
    text-align: center;
    font-style: italic;
    margin-bottom: 20px
}

.page-header__pack {
    position: relative;
    margin-left: -30px;
    margin-bottom: 20px
}

.page-header__pack-image {
    max-width: 63%;
    margin-left: 20px;
}

@media (min-width: 480px) {
    .page-header__pack-image {
        max-width: 58%;
        margin-left: 0;
    }
}

.page-header__pack::after {
    position: absolute;
    content: "";
    top: -60px;
    left: 50px;
    width: 73px;
    height: 73px;
    background-image: url(../img/Sale50off-mobile.png)
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
    -webkit-box-shadow: 0 3px 35px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 35px 0 rgba(0, 0, 0, .2);
    margin-bottom: 15px;
    background-color: #fff
}

.form-discont-text {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 10px
}

.form-discont-text .red {
    color: #92245f
}

.form-discont-text span {
    text-transform: uppercase;
    font-weight: 700
}

.timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #908e8e;
    font-weight: 700;
    margin-bottom: 15px
}

.timer span {
    font-size: 35px;
    line-height: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f1f1f1), color-stop(50%, #e3e3e3));
    background-image: linear-gradient(#f1f1f1 50%, #e3e3e3 50%);
    padding: 5px;
    border-radius: 5px
}

.timer__text {
    color: #999797;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px
}

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

.hour-container {
    font-size: 35px;
    margin-right: 10px;
    text-align: center
}

.hour-container:last-child {
    margin-right: 0
}

.form-prices {
    width: 300px;
    padding: 10px 15px;
    background-color: #f6f6f6;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px
}

.new-price,
.old-price {
    font-size: 30px;
    line-height: 26px
}

.old-price {
    text-decoration: line-through
}

.new-price {
    display: inline-block;
    font-weight: 900;
    color: #d64160;
    margin-left: 10px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.order-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center
}

.order-form-container {
    width: 100%
}

.order-form-container,
.order-form__input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.order-form__btn,
.order-form__input {
    width: 100%;
    font-size: 12px;
    outline: 0;
    border-radius: 25px;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.order-form__input {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0
}

.order-form__btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .25);
    background-color: #d64160;
    cursor: pointer
}

.packs-left {
    font-size: 13px;
    line-height: 17px;
    text-align: center
}

.packs-left span {
    color: #1d4292;
    font-weight: 700
}

.page-header__100 {
    display: none
}

@media (min-width: 480px) {
    .page-header {
        background-image: url(../img/header-bg-tablet.png)
    }

    .page-header__text {
        width: 400px;
        font-size: 18px;
        line-height: 24px;
        margin-left: auto;
        margin-right: auto
    }

    .page-header__text--bold {
        margin-bottom: 230px
    }

    .page-header__title {
        font-size: 50px;
        line-height: 48px
    }

    .page-header__pack {
        margin-left: 0
    }

    .page-header__pack::after {
        top: -110px;
        left: 25px;
        width: 117px;
        height: 117px;
        background-image: url(../img/Sale50off-tablet.png)
    }

    .form {
        width: 370px;
        padding: 30px 35px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto
    }

    .form-discont-text {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 20px
    }

    .form-prices,
    .timer {
        margin-bottom: 20px
    }

    .form-prices {
        width: 370px;
        padding: 20px 15px
    }

    .order-form__input {
        margin-bottom: 15px
    }

    .order-form__btn,
    .order-form__input {
        font-size: 15px;
        border-radius: 35px;
        padding: 20px
    }

    .packs-left {
        width: 350px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 19px
    }
}

@media (min-width: 1170px) {
    .page-header {
        background-image: url(../img/header-bg-desktop.jpg);
        background-repeat: no-repeat;
        background-position: top center
    }

    .page-header__wrapper {
        width: 1115px;
        padding-left: 40px;
        padding-top: 75px;
        position: relative
    }

    .page-header__text {
        position: relative;
        width: 415px;
        font-size: 19px;
        text-align: left;
        margin: 0 0 25px;
        z-index: 10
    }

    .page-header__text--bold {
        width: 540px;
        font-size: 18px;
        margin-bottom: 60px
    }

    .page-header__title {
        position: relative;
        font-size: 65px;
        line-height: 65px;
        width: 515px;
        text-align: left;
        z-index: 10
    }

    .page-header__100 {
        display: block;
        position: absolute;
        top: 840px;
        right: 15px;
        z-index: 10
    }

    .page-header__pack {
        position: absolute;
        top: 530px;
        left: 420px;
        z-index: 11
    }

    .page-header__pack::after {
        top: -100px;
        left: -50px
    }

    .form {
        position: relative;
        margin: 0 0 25px;
        z-index: 10
    }

    .packs-left {
        margin: 0 0 0 10px
    }
}

.start {
    position: relative;
    z-index: 10
}

.start__wrapper {
    width: 300px;
    margin: 0 auto;
    padding: 50px 10px
}

@media (min-width: 480px) {
    .start__wrapper {
        width: 450px;
        padding: 40px 15px
    }
}

@media (min-width: 1170px) {
    .start__wrapper {
        width: 1140px;
        padding: 15px
    }
}

.start__title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    text-align: center;
    font-style: italic
}

.start__title span {
    font-weight: 700
}

.start__list {
    list-style: none;
    padding: 0;
    margin: 0 0 50px
}

.start__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px 0
}

.rules__text:last-child,
.start__item:last-child,
.why__item:last-child {
    margin-bottom: 0
}

.item-img {
    position: relative;
    margin-bottom: 10px;
    margin-left: 50px;
    z-index: 10
}

.item-img::before {
    position: absolute;
    width: 93px;
    height: 186px;
    font-size: 260px;
    font-weight: 900;
    font-style: italic;
    content: "1";
    bottom: -60px;
    left: -60px;
    color: #f3f3f3;
    z-index: -1
}

.start__item--last,
.start__item--second {
    background-color: #fff8e8;
    -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .35)
}

.start__item--second .item-img::before {
    content: "2";
    color: #fff;
    left: -50px
}

.start__item--last .item-img::before {
    color: #fff;
    left: -50px
}

.start__item--third .item-img::before {
    content: "3";
    left: -50px
}

.start__item--last .item-img::before {
    content: "4"
}

.item-title {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px
}

.item-text {
    width: 80%;
    font-size: 14px;
    line-height: 19px;
    text-align: center
}

.item-text span {
    font-weight: 700;
    color: #1d4292
}

.start__text {
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px
}

.start__text span {
    font-weight: 700;
    color: #d64160
}

.start__btn {
    width: 70%;
    display: block;
    margin: 0 auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.start__flower {
    display: none
}

@media (min-width: 480px) {
    .start__title {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 30px
    }

    .start__list {
        margin-bottom: 70px
    }

    .item-img {
        margin-left: 0
    }

    .start__item--last,
    .start__item--second {
        width: 370px;
        margin-left: auto;
        margin-right: auto
    }

    .start__item--last .item-img::before,
    .start__item--second .item-img::before,
    .start__item--third .item-img::before {
        left: -60px
    }

    .item-title {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 25px
    }

    .item-text {
        width: 240px
    }

    .start__text {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 35px
    }

    .start__text span {
        font-weight: 700;
        color: #d64160
    }

    .start__btn {
        width: 295px;
        font-size: 15px;
        border-radius: 45px;
        padding: 20px
    }
}

@media (min-width: 1170px) {
    .start {
        background-image: url(../img/start-bg-desktop.png);
        background-repeat: no-repeat;
        background-position: top center;
        margin-bottom: 100px
    }

    .start__wrapper {
        position: relative;
        padding-top: 100px
    }

    .start__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 100px
    }

    .start__text {
        width: 600px;
        margin: 0 auto 50px
    }

    .start__list {
        width: 840px;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .start__item {
        width: 370px;
        margin: 0 90px 65px 0;
        padding-top: 20px;
        padding-bottom: 60px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .35);
        box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .35)
    }

    .start__item--second {
        margin-right: 0;
        background-color: #fff8e8
    }

    .start__item--third {
        margin-bottom: 0
    }

    .start__item--last {
        margin-right: 0
    }

    .start__item--last .item-img::before {
        color: #f3f3f3
    }

    .item-img {
        margin-bottom: 30px
    }

    .item-title {
        font-size: 17px;
        line-height: 18px;
        margin-bottom: 25px
    }

    .start__flower {
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -208px;
        left: 50%;
        margin-left: -157.5px
    }
}

.why {
    position: relative;
    background-image: url(../img/why-bg-mobile.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 180px;
    margin-top: -150px
}

.why__wrapper {
    width: 300px;
    padding: 10px;
    margin: 0 auto
}

@media (min-width: 480px) {
    .why__wrapper {
        width: 450px;
        padding: 40px 15px
    }
}

@media (min-width: 1170px) {
    .why__wrapper {
        width: 1140px;
        padding: 15px
    }
}

.why__text,
.why__title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

.why__title {
    color: #1d4292;
    font-style: italic;
    font-size: 30px;
    line-height: 38px
}

.why__text {
    font-size: 14px;
    line-height: 20px
}

.why__text--bold {
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    color: #af2844
}

.why__text--bold span {
    text-transform: none
}

.why__list {
    position: relative;
    list-style: none;
    background-color: #fff;
    border-radius: 20px;
    padding: 220px 20px 20px;
    margin: 0 0 30px
}

.why__item::before,
.why__list::before {
    position: absolute;
    content: "";
    top: 0;
    left: 25px;
    width: 250px;
    height: 202px;
    background-image: url(../img/why-girl-mobile.png)
}

.why__item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px
}

.why__item::before {
    width: 21px;
    height: 13px;
    left: 0;
    background-image: url(../img/why-arrow.png);
    background-repeat: no-repeat
}

.why__btn {
    width: 70%;
    display: block;
    margin: 0 auto 20px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

@media (min-width: 480px) {
    .why {
        margin-top: -120px
    }

    .why__wrapper {
        padding-top: 20px
    }

    .why__title {
        font-size: 40px;
        line-height: 48px
    }

    .why__text {
        font-size: 18px;
        margin-bottom: 50px
    }

    .why__text--bold {
        width: 400px;
        font-size: 20px;
        line-height: 24px;
        margin-left: auto;
        margin-right: auto
    }

    .why__list {
        padding: 250px 25px 45px;
        margin-bottom: 40px
    }

    .why__list::before {
        position: absolute;
        content: "";
        top: 0;
        left: 80px;
        width: 250px;
        height: 202px;
        background-image: url(../img/why-girl-mobile.png)
    }

    .why__item {
        font-size: 17px;
        line-height: 20px;
        padding-left: 50px;
        margin-bottom: 25px
    }

    .why__item::before {
        top: 3px;
        left: 15px
    }

    .why__btn {
        width: 295px;
        font-size: 15px;
        border-radius: 45px;
        padding: 20px
    }
}

@media (min-width: 1170px) {
    .why {
        background-image: url(../img/why-bg-desktop.jpg);
        padding-top: 0;
        margin-top: 0
    }

    .why__wrapper {
        padding-top: 70px;
        padding-bottom: 30px
    }

    .why__text,
    .why__title {
        text-align: left;
        margin-left: 510px
    }

    .why__title {
        width: 600px;
        font-size: 60px;
        line-height: 60px
    }

    .why__text {
        margin-bottom: 70px
    }

    .why__text--bold {
        width: 550px;
        margin-bottom: 40px
    }

    .why__list {
        background: 0 0;
        padding: 0;
        margin-left: 510px
    }

    .why__list::before {
        display: none
    }

    .why__item {
        padding-left: 40px;
        margin-bottom: 20px
    }

    .why__item::before {
        left: 0
    }

    .why__btn {
        margin-left: 510px
    }
}

.rules__wrapper {
    position: relative;
    width: 300px;
    margin: 0 auto;
    padding: 50px 10px
}

@media (min-width: 480px) {
    .rules__wrapper {
        width: 450px;
        padding: 40px 15px
    }
}

@media (min-width: 1170px) {
    .rules__wrapper {
        width: 1140px;
        padding: 15px
    }
}

.rules__title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    font-style: italic;
    text-align: center
}

.rules__title span {
    font-weight: 700;
    color: #d64160
}

.rules__img,
.rules__title {
    margin-bottom: 20px
}

.rules__text-container {
    -webkit-box-shadow: 0 3px 35px 0 rgba(0, 0, 0, .21);
    box-shadow: 0 3px 35px 0 rgba(0, 0, 0, .21);
    padding: 25px 10px;
    margin-bottom: 30px
}

.rules__text {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    font-style: italic;
    margin-bottom: 20px
}

.rules__list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 40px
}

.rules__item {
    position: relative;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
    font-style: italic;
    padding-left: 15px;
    margin-bottom: 10px
}

.rules__item::after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1d4292
}

.rules__btn {
    width: 70%;
    display: block;
    margin: 0 auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

@media (min-width: 480px) {
    .rules__wrapper {
        padding-bottom: 70px
    }

    .rules__title {
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px
    }

    .rules__img {
        margin-bottom: 20px;
        margin-left: 0;
    }

    .rules__text-container {
        width: 400px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 25px 20px;
        margin-left: auto;
        margin-right: auto
    }

    .rules__text {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px
    }

    .rules__list {
        margin-left: 90px;
        margin-bottom: 50px
    }

    .rules__item {
        font-size: 20px;
        line-height: 24px;
        padding-left: 20px
    }

    .rules__item::after {
        position: absolute;
        content: "";
        top: 50%;
        margin-top: -5px;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #1d4292
    }

    .rules__btn {
        width: 295px;
        font-size: 15px;
        border-radius: 45px;
        padding: 20px
    }
}

@media (min-width: 1170px) {
    .rules {
        background-image: url(../img/rules-bg-desktop.jpg);
        background-repeat: no-repeat;
        background-position: center top
    }

    .rules__wrapper {
        padding-top: 250px
    }

    .rules__title {
        position: inherit;
        width: 600px;
        font-size: 40px;
        line-height: 48px;
        text-align: left;
        margin-left: 100px;
        margin-bottom: 80px
    }

    .rules__img {
        position: absolute;
        top: 320px;
        left: 725px;
        margin: 0;
        max-width: 40%;
    }

    .rules__text-container {
        width: 840px;
        margin: 0 0 80px 60px;
        padding-left: 40px;
        background-color: #fff;
        background-image: url(../img/rules-text-bg-desktop.png);
        background-repeat: no-repeat;
        background-position: 500px 0
    }

    .rules__text {
        width: 630px;
        font-size: 17px;
        line-height: 30px;
        text-align: left
    }

    .rules__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 40px 170px
    }

    .rules__item {
        margin-right: 20px;
        padding-left: 15px
    }

    .rules__btn {
        margin: 0 0 0 165px
    }
}

.k150 {
    position: relative;
    background-image: url(../img/k150-title-bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 10
}

.k150__wrapper {
    width: 300px;
    margin: 0 auto;
    padding: 60px 10px 10px
}

@media (min-width: 480px) {
    .k150__wrapper {
        width: 450px;
        padding: 40px 15px
    }
}

@media (min-width: 1170px) {
    .k150__wrapper {
        width: 1140px;
        padding: 15px
    }
}

.k150__title {
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    font-weight: 300;
    padding-left: 100px;
    margin-bottom: 100px
}

.k150__title span {
    text-transform: uppercase;
    color: #1d4292;
    font-weight: 700
}

.k150__list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px
}

.k150__item {
    margin-bottom: 20px
}

.k150-title {
    font-weight: 700
}

.k150-prices {
    color: #fff;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    background-color: #be2a49;
    padding: 5px
}

.k150-prices .lt {
    text-decoration: line-through
}

.timer-pink {
    color: #fff;
    background-color: #d64160;
    margin-top: 0;
    padding: 10px 10px 30px
}

.timer-pink span {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #c03a56), color-stop(50%, #c5425d));
    background-image: linear-gradient(#c03a56 50%, #c5425d 50%)
}

.timer__text--pink {
    color: #fff
}

.k150__btn {
    width: 70%;
    display: block;
    margin: -20px auto 0;
    background: #2b2b2b;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.k150__btn--desktop {
    display: none
}

@media (min-width: 480px) {
    .k150 {
        background-position: center top
    }

    .k150__wrapper {
        padding-top: 50px
    }

    .k150__title {
        font-size: 25px;
        line-height: 30px;
        margin-left: 60px;
        padding-left: 50px
    }

    .k150__list {
        margin-bottom: 50px
    }

    .k150__item--last::after,
    .k150__list::after,
    .k150__list::before {
        position: absolute;
        content: "";
        width: 53px;
        height: 39px;
        background-repeat: no-repeat;
        z-index: -1
    }

    .k150__list::before {
        top: -25px;
        left: -10px;
        background-image: url(../img/1.png)
    }

    .k150__item--last::after,
    .k150__list::after {
        bottom: -25px;
        right: -10px;
        background-image: url(../img/2.png)
    }

    .k150__item--last,
    .k150__list {
        position: relative
    }

    .k150__item--last::after {
        bottom: -50px;
        right: -15px;
        width: 145px;
        height: 54px;
        background-image: url(../img/k150leaf.png);
        z-index: 0
    }

    .k150-title {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 5px
    }

    .k150-text {
        font-size: 17px
    }

    .k150-timer {
        width: 480px;
        margin-left: -15px
    }

    .k150-prices {
        font-size: 29px;
        line-height: 41px;
        padding: 10px
    }

    .timer-pink {
        padding-bottom: 60px
    }

    .timer__text--pink {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px
    }

    .k150__btn {
        width: 295px;
        font-size: 15px;
        border-radius: 45px;
        padding: 20px;
        margin-top: -50px
    }
}

@media (min-width: 1170px) {
    .k150-and-unique-container {
        background-image: url(../img/k150-bg-desktop.jpg);
        background-repeat: no-repeat;
        background-position: top center
    }

    .k150 {
        background: 0 0
    }

    .k150__wrapper {
        padding-top: 100px
    }

    .k150__title {
        font-size: 40px;
        line-height: 48px;
        padding: 0;
        margin: 0 0 70px 375px
    }

    .k150__list {
        width: 570px;
        margin-left: 390px
    }

    .k150__item--last::after,
    .k150__list::after,
    .k150__list::before {
        display: none
    }

    .k150-timer {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0
    }

    .timer-pink {
        margin: 0 90px 0 0;
        padding-bottom: 30px;
        background: 0 0
    }

    .timer__text--pink {
        font-size: 14px
    }

    .k150-prices {
        font-size: 24px;
        line-height: 35px;
        background: 0 0
    }

    .k150__btn {
        display: none
    }

    .k150__btn--desktop {
        display: block;
        margin: 0 0 0 80px
    }
}

.unique {
    background-image: url(../img/unique-bg-mobile.jpg);
    background-repeat: no-repeat;
    background-position: top center
}

.unique__wrapper {
    position: relative;
    width: 300px;
    margin: 0 auto;
    padding: 50px 10px
}

@media (min-width: 480px) {
    .unique__wrapper {
        width: 450px;
        padding: 40px 15px
    }
}

@media (min-width: 1170px) {
    .unique__wrapper {
        width: 1140px;
        padding: 15px
    }
}

.unique__text,
.unique__title {
    font-style: italic;
    margin-bottom: 20px
}

.unique__title {
    color: #1d4292;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px
}

.unique__text {
    font-size: 14px;
    line-height: 20px
}

.unique__list {
    list-style: none;
    padding: 0;
    margin: 0 0 170px
}

.unique__item {
    position: relative;
    font-weight: 700;
    padding-left: 30px;
    margin-bottom: 5px;
    z-index: 10
}

.unique__item::before {
    position: absolute;
    content: "";
    width: 21px;
    height: 13px;
    top: 2px;
    left: 0;
    background-image: url(../img/why-arrow.png);
    background-repeat: no-repeat
}

.unique__img {
    position: absolute;
    top: 190px;
    right: 10px
}

.unique__action {
    position: relative;
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 3px 35px 0 rgba(0, 0, 0, .21);
    box-shadow: 0 3px 35px 0 rgba(0, 0, 0, .21)
}

.action-text,
.action-title {
    font-style: italic;
    margin-bottom: 10px
}

.action-title {
    color: #1d4292;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px
}

.action-text {
    position: relative;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 10px
}

.action-text::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #eaeaea
}

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

.action-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    font-weight: 700
}

.action-item::before {
    position: absolute;
    content: "";
    width: 21px;
    height: 13px;
    top: 2px;
    left: 0;
    background-image: url(../img/why-arrow.png);
    background-repeat: no-repeat
}

@media (min-width: 480px) {
    .unique {
        margin-top: -70px
    }

    .unique__wrapper {
        padding-top: 80px;
        padding-bottom: 60px
    }

    .unique__title {
        font-size: 30px;
        line-height: 36px
    }

    .unique__text {
        position: relative;
        width: 340px;
        font-size: 16px;
        line-height: 24px;
        z-index: 10
    }

    .unique__list {
        list-style: none;
        padding: 0;
        margin: 0 0 50px
    }

    .mobile-only {
        display: none
    }

    .unique__item {
        font-size: 18px;
        line-height: 28px
    }

    .unique__item::before {
        top: 8px
    }

    .unique__img {
        position: absolute;
        top: 140px;
        right: 0;
        z-index: 1
    }

    .unique__action {
        width: 400px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto
    }

    .unique__action::after {
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        width: 172px;
        height: 120px;
        background-image: url(../img/unique-flower.png);
        background-repeat: no-repeat;
        background-position: 60px 0
    }

    .action-title {
        width: 300px;
        font-size: 23px;
        line-height: 28px
    }

    .action-text {
        font-size: 18px;
        line-height: 21px;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .action-item {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0
    }

    .action-item::before {
        top: 8px
    }
}

@media (min-width: 1170px) {
    .unique {
        background: 0 0;
        margin: 0
    }

    .unique__wrapper {
        background-image: url(../img/unique-bg-desktop.png);
        background-repeat: no-repeat;
        background-position: center 50px;
        padding-top: 140px
    }

    .unique__title {
        font-size: 40px;
        line-height: 48px;
        margin-left: 60px
    }

    .unique__text {
        width: 640px;
        font-size: 18px;
        margin-bottom: 30px
    }

    .unique__list,
    .unique__text {
        margin-left: 60px
    }

    .unique__img {
        top: 110px;
        right: -10px
    }

    .unique__action {
        width: 835px;
        padding: 30px 40px 0;
        margin: 0 0 150px 25px
    }

    .action-text::after,
    .unique__action::after {
        display: none
    }

    .action-title {
        width: 600px;
        font-size: 25px
    }

    .action-text {
        padding: 0;
        margin: 0 0 20px
    }

    .action-list {
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.steps__wrapper {
    width: 300px;
    margin: 0 auto;
    padding: 50px 10px 10px
}

@media (min-width: 480px) {
    .steps__wrapper {
        width: 450px;
        padding: 40px 15px
    }
}

@media (min-width: 1170px) {
    .steps__wrapper {
        width: 1140px;
        padding: 15px
    }
}

.steps__title {
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 40px
}

.steps__title span {
    color: #1d4292;
    font-weight: 700
}

.steps__list {
    list-style: none;
    margin: 0;
    padding: 0 0 40px
}

.steps__item {
    text-align: center;
    margin-bottom: 30px
}

.steps__item:last-child {
    margin-bottom: 0
}

.item-percent {
    font-size: 20px;
    line-height: 23px;
    font-weight: 300;
    margin-bottom: 10px
}

.item-percent span,
.three-steps__item .number {
    font-weight: 700;
    font-size: 30px;
    color: #d64160
}

.steps-item-text {
    width: 60%;
    margin: 0 auto
}

.three-steps {
    color: #fff;
    background-color: #d64160
}

.three-steps__wrapper {
    width: 300px;
    margin: 0 auto;
    padding: 30px 10px
}

@media (min-width: 480px) {
    .three-steps__wrapper {
        width: 450px;
        padding: 40px 15px
    }
}

@media (min-width: 1170px) {
    .three-steps__wrapper {
        width: 1140px;
        padding: 15px
    }
}

.three-steps-text {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 30px
}

.three-steps-text span {
    font-weight: 700
}

.three-steps__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.three-steps__item {
    margin-bottom: 20px;
    text-align: center
}

.three-steps__item .number {
    color: #d7ec90;
    margin-bottom: 15px
}

.three-steps__item .instruction {
    font-style: italic;
    font-weight: 500
}

.steps__footer {
    background-color: #2b2b2b
}

.steps__footer--wrapper {
    width: 300px;
    margin: 0 auto;
    padding: 20px 10px
}

@media (min-width: 480px) {
    .steps__footer--wrapper {
        width: 450px;
        padding: 40px 15px
    }
}

@media (min-width: 1170px) {
    .steps__footer--wrapper {
        width: 1140px;
        padding: 15px
    }
}

.steps__footer--wrapper p {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700
}

@media (min-width: 480px) {
    .steps__wrapper {
        padding-top: 60px
    }

    .steps__title {
        font-size: 30px;
        line-height: 36px
    }

    .steps__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .steps__item {
        width: 50%
    }

    .item-percent {
        font-size: 24px;
        line-height: 29px
    }

    .item-percent span,
    .three-steps__item .number {
        font-size: 38px;
        line-height: 40px
    }

    .steps-item-text {
        font-size: 15px;
        line-height: 18px;
        width: 95%;
        margin: 0 auto
    }

    .three-steps-text {
        width: 300px;
        font-size: 30px;
        line-height: 36px;
        margin: 0 auto 40px
    }

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

    .three-steps__item {
        width: 33%
    }

    .three-steps__item .number {
        margin-bottom: 20px
    }

    .three-steps__item .instruction {
        font-size: 14px;
        line-height: 17px
    }

    .three-steps__item .instruction .db-desktop {
        display: none
    }

    .steps__footer--wrapper p {
        font-size: 16px;
        line-height: 19px
    }
}

@media (min-width: 1170px) {
    .steps__wrapper {
        position: relative;
        padding-top: 0
    }

    .steps__wrapper::after {
        content: '';
        position: absolute;
        top: 220px;
        left: -375px;
        width: 1920px;
        height: 374px;
        background-image: url(../img/steps-leafs.png)
    }

    .steps__title {
        width: 555px;
        font-size: 40px;
        line-height: 48px;
        margin: 0 auto 80px
    }

    .steps__item {
        width: 20%
    }

    .three-steps {
        max-width: 1920px;
        margin: 0 auto
    }

    .three-steps__wrapper {
        padding-top: 55px
    }

    .three-steps-text {
        width: auto;
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 60px
    }

    .three-steps__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .three-steps__item {
        width: 25%
    }

    .three-steps__item .instruction {
        font-size: 20px;
        line-height: 24px;
        font-weight: 300
    }

    .three-steps__item .instruction .db-desktop {
        display: block
    }

    .three-steps__item .instruction--first {
        width: 160px;
        margin: 0 auto
    }

    .three-steps__item .instruction--second {
        width: 250px;
        margin: 0 auto
    }

    .three-steps__item .instruction--last {
        width: 210px;
        margin: 0 auto
    }

    .steps__footer {
        max-width: 1920px;
        margin: 0 auto
    }

    .steps__footer--wrapper {
        padding: 40px
    }

    .steps__footer--wrapper p {
        width: 675px;
        margin: 0 auto
    }
}

.components {
    background-image: url(../img/components-bg-mobile.jpg);
    background-repeat: no-repeat;
    background-position: center top
}

.components__wrapper {
    width: 300px;
    margin: 0 auto;
    padding: 60px 10px 10px
}

@media (min-width: 480px) {
    .components__wrapper {
        width: 450px;
        padding: 40px 15px
    }
}

@media (min-width: 1170px) {
    .components__wrapper {
        width: 1140px;
        padding: 15px
    }
}

.components__text,
.components__title {
    font-style: italic;
    text-align: center;
    margin-bottom: 20px
}

.components__title {
    font-size: 24px;
    line-height: 27px;
    font-weight: 300
}

.components__title span {
    color: #1d4292;
    font-weight: 700
}

.components__text {
    font-weight: 500
}

#ComponentsSlider {
    width: 260px;
    margin: 0 auto
}

#ComponentsSliderDesktop {
    display: none
}

.slider {
    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;
    position: relative
}

.owl-next,
.owl-prev {
    font-size: 0 !important;
    width: 15px !important;
    height: 24px !important;
    position: absolute;
    top: 50% !important;
    margin-top: -24px !important;
    right: -20px !important;
    padding: 0 !important;
    background: 0 0 !important;
    background-image: url(../img/next.png) !important;
    opacity: .9 !important
}

.owl-prev {
    left: -20px !important;
    background-image: url(../img/prev.png) !important
}

.owl-next:hover,
.owl-prev:hover {
    opacity: 1 !important
}

.components-slides {
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../img/polotno.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 260px
}

.component-text,
.component-title {
    text-align: center;
    font-style: italic
}

.component-title {
    color: #852237;
    width: 210px;
    font-weight: 700;
    margin-bottom: 10px
}

.component-text {
    width: 200px;
    font-weight: 300;
    margin-bottom: 40px
}

@media (min-width: 480px) {
    .components__wrapper {
        padding-top: 60px
    }

    .components__title {
        font-size: 30px;
        line-height: 36px
    }

    .components__title span {
        font-size: 28px
    }

    .components__text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px
    }

    #ComponentsSlider {
        width: 330px
    }

    .components-slides {
        width: 330px;
        background-image: url(../img/polotno-tablet.png);
        padding: 50px
    }

    .component-text,
    .component-title {
        width: 250px;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .component-text {
        width: 310px;
        margin-bottom: 0
    }

    .owl-next,
    .owl-prev {
        width: 26px !important;
        height: 42px !important;
        top: 50% !important;
        margin-top: -21px !important;
        right: -50px !important;
        padding: 0 !important;
        background: 0 0 !important;
        background-image: url(../img/next-tablet.png) !important;
        opacity: .9 !important
    }

    .owl-prev {
        left: -50px !important;
        background-image: url(../img/prev-tablet.png) !important
    }

    .owl-next:hover,
    .owl-prev:hover {
        opacity: 1 !important
    }
}

@media (min-width: 1170px) {
    .components {
        background-image: url(../img/components-bg-desktop.jpg)
    }

    .components__wrapper {
        padding-top: 100px
    }

    .components__title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 30px
    }

    .components__title span {
        font-size: 40px
    }

    .components__text {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 70px
    }

    #ComponentsSlider {
        display: none !important
    }

    #ComponentsSliderDesktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .components-slides {
        margin-right: 40px
    }

    .components-slides:last-child {
        margin-right: 0
    }

    .component-text {
        width: 300px;
        margin-bottom: 160px
    }
}

.features {
    color: #fff;
    background-image: url(../img/features-bg-mobile.jpg);
    background-repeat: no-repeat;
    background-position: top center
}

.features__wrapper {
    width: 300px;
    margin: 0 auto;
    padding: 50px 10px
}

@media (min-width: 480px) {
    .features__wrapper {
        width: 450px;
        padding: 40px 15px
    }
}

@media (min-width: 1170px) {
    .features__wrapper {
        width: 1140px;
        padding: 15px
    }
}

.features__title {
    font-size: 25px;
    line-height: 31px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    margin-bottom: 40px
}

.features__title span {
    font-weight: 700
}

.features__list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px
}

.features__item {
    position: relative;
    margin-bottom: 20px;
    padding-left: 90px
}

.features__item::before {
    position: absolute;
    width: 100px;
    height: 140px;
    font-size: 150px;
    font-weight: 900;
    font-style: italic;
    content: "1";
    top: 50px;
    left: 0;
    color: #3e3e3e
}

.features__item--second::before {
    content: '2'
}

.features__item--third::before {
    content: '3'
}

.features__item--last::before {
    content: '4'
}

.features__item-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-style: italic;
    color: #d24260;
    margin-bottom: 20px
}

.features__item-text {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    font-style: italic
}

.features__btn {
    width: 70%;
    display: block;
    margin: 0 auto 10px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.feature__text {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 480px) {
    .features {
        margin-top: -40px
    }

    .features__wrapper {
        padding-top: 60px
    }

    .features__title {
        width: 365px;
        font-size: 30px;
        line-height: 36px;
        margin: 0 auto 55px
    }

    .features__item {
        padding-left: 120px;
        margin-bottom: 50px
    }

    .features__item::before {
        font-size: 180px;
        top: 60px;
        left: 15px
    }

    .features__item-title {
        width: 240px;
        font-size: 20px;
        line-height: 25px
    }

    .features__item-text {
        font-size: 18px;
        line-height: 22px
    }

    .features__btn {
        width: 295px;
        font-size: 15px;
        border-radius: 45px;
        padding: 20px
    }

    .feature__text {
        font-size: 16px;
        line-height: 19px
    }
}

@media (min-width: 1170px) {
    .features {
        background-color: #272724;
        background-image: url(../img/features-bg-desktop.jpg)
    }

    .features__wrapper {
        padding-bottom: 60px
    }

    .features__title {
        width: 750px;
        font-size: 40px;
        line-height: 48px
    }

    .features__title span {
        font-weight: 300
    }

    .features__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        margin-left: 165px
    }

    .features__item-text {
        width: 300px
    }

    .features__btn {
        margin-bottom: 15px
    }
}

.reviews__wrapper {
    width: 300px;
    margin: 0 auto;
    padding: 40px 10px
}

@media (min-width: 480px) {
    .reviews__wrapper {
        width: 450px;
        padding: 40px 15px
    }
}

@media (min-width: 1170px) {
    .reviews__wrapper {
        width: 1140px;
        padding: 15px
    }
}

.reviews__title {
    font-size: 25px;
    line-height: 31px;
    text-align: center;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 30px
}

.reviews__title span {
    font-weight: 700
}

#ReviewsSlider {
    width: 260px;
    margin: 0 auto
}

#ReviewsSliderDesktop {
    display: none
}

.reviews-slides,
.slide-shadow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews-slides {
    width: 260px
}

.review-title {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

.review-text {
    width: 240px;
    text-align: center
}

@media (min-width: 480px) {
    .reviews__wrapper {
        padding-top: 70px
    }

    .reviews__title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 40px
    }

    #ReviewsSlider {
        width: 350px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .reviews-slides,
    .slide-shadow {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .slide-shadow {
        -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .2);
        width: 330px;
        padding: 30px 10px
    }

    .reviews-slides {
        width: 350px;
        padding: 45px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 1170px) {
    .reviews__wrapper {
        padding-bottom: 40px
    }

    .reviews__title {
        width: 700px;
        font-size: 40px;
        line-height: 48px;
        margin: 0 auto 30px
    }

    #ReviewsSlider {
        display: none !important
    }

    #ReviewsSliderDesktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .slide-shadow {
        width: 300px
    }
}

.page-footer {
    margin-bottom: 50px
}

@media (min-width: 1170px) {
    .page-footer {
        background-image: url(../img/footer-bg-desktop.jpg);
        margin-bottom: 100px
    }

    .page-footer__wrapper {
        position: relative
    }

    .page-footer__wrapper::after {
        content: '';
        position: absolute;
        top: -100px;
        left: -375px;
        width: 1920px;
        height: 855px;
        background-image: url(../img/footer-leafs.png);
        background-repeat: no-repeat
    }
}


.errorMessage {
    box-sizing: border-box;
    position: absolute;
    z-index: 100000;
    font-size: 13px;
    background: #dc3434;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    line-height: 13px;
    padding: 8px 12px;
}

.copyright {
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    color: #6c6e6f;
}

.copyright p {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.copyright br {
    display: none;
}

.copyright img {
    margin: 10px auto !important;
}

.copyright img:first-child {
    display: block !important;
}

.copyright a {
    color: #6c6e6f;
    text-decoration: none;
}

.copyright a:hover {
    color: #ff0069;
    text-decoration: none;
}

.country_select {
    -webkit-appearance: none !important;
}
