body {
    min-width: 320px;
    margin: 0 auto;
    font-family: "Open Sans", "Arial", sans-serif;
    color: #fff;
    background-color: #030829
}

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 {
    width: 270px;
    font-size: 19.52px;
    font-weight: 800;
    padding: 14px 0;
    border: 0;
    border-radius: 10px;
    background-color: #ffdf19;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe52b), to(#ffd000));
    background-image: linear-gradient(180deg, #ffe52b, #ffd000);
    -webkit-box-shadow: 0 3px 0 0 #9e4f00;
    box-shadow: 0 3px 0 0 #9e4f00;
    cursor: pointer;
    outline: 0
}

.btn:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7d900), to(#cca600));
    background-image: linear-gradient(180deg, #f7d900, #cca600)
}

.btn:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c4ac00), to(#997d00));
    background-image: linear-gradient(180deg, #c4ac00, #997d00)
}

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

.error-box {
    color: #fff;
    background-color: #8d0e01;
    border-radius: 5px;
    text-align: center;
    width: 230px;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto 10px
}

@media (min-width: 1005px) {
    .error-box {
        width: 270px
    }
}

.page-header {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700
}

.page-header__wrapper {
    width: 320px;
    margin: 0 auto
}

@media (min-width: 1005px) {
    .page-header__wrapper {
        width: 945px;
        padding: 0 30px
    }
}

.page-header__clients, .page-header__logo {
    display: none
}

.page-header__attention {
    position: relative;
    width: 275px;
    color: #a4a7bb;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    padding-left: 35px;
    padding-top: 8px;
    padding-bottom: 9px;
    margin: 0 auto 10px
}

.page-header__attention::before {
    position: absolute;
    content: "!";
    font-size: 40px;
    top: 50%;
    margin-top: -10px;
    left: 5px
}

.page-header__navigation {
    position: relative;
    background-color: #2f62a7
}

.page-header__navigation::after {
    position: absolute;
    content: "";
    top: -15px;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: url("../img/Фигура 4.png");
    background-repeat: repeat
}

.navigation__list {
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    padding: 5px 0;
    list-style: none
}

.navigation__item {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    border-right: 1px solid rgba(255, 255, 255, .36);
    padding-left: 15px;
    padding-right: 15px
}

.navigation__item--first {
    width: 110px
}

.navigation__item--second {
    width: 130px
}

.navigation__item--last {
    border: 0
}

@media (min-width: 1005px) {
    .page-header {
        position: relative;
        background-color: #141a3f
    }

    .page-header::after {
        position: absolute;
        content: "";
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 3px;
        background-image: url("../img/Фигура 4.png");
        background-repeat: repeat
    }

    .page-header__logo {
        display: block;
        margin: 10px 95px 20px
    }

    .page-header__clients {
        position: relative;
        display: block;
        width: 160px;
        font-size: 16px;
        line-height: 19px;
        font-weight: 600;
        font-style: italic;
        margin: 5px 48px 0 0;
        padding-left: 55px
    }

    .page-header__clients::before {
        position: absolute;
        content: "";
        top: 50%;
        margin-top: -21px;
        left: 0;
        width: 42px;
        height: 42px;
        background-image: url(../img/grey_new_seo-26-512.png);
        background-repeat: no-repeat
    }

    .page-header__topmenu {
        position: relative;
        width: 945px;
        padding: 0 30px 15px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page-header__attention {
        width: 335px;
        font-size: 16px;
        line-height: 19px;
        margin: 5px 0 0
    }

    .page-header__navigation {
        background: 0 0
    }

    .page-header__navigation::after {
        display: none
    }

    .navigation__list {
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 280px;
        right: 0;
        z-index: 1
    }

    .navigation__item {
        position: relative;
        width: 305px;
        font-size: 23px;
        line-height: 50px;
        background-color: #2f62a7;
        border: 0;
        border-left: 1px solid #254d8b;
        margin-bottom: 16px;
        padding-right: 0
    }

    .navigation__item::before {
        position: absolute;
        content: "";
        top: 0;
        left: -31px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 30px 25px 0;
        border-color: transparent #2f62a7 transparent transparent
    }
}

.maximum-sexual {
    background-color: #030829;
    background-image: url(../img/friends.png);
    background-repeat: no-repeat;
    background-position: center
}

.maximum-sexual__wrapper {
    width: 320px;
    margin: 0 auto;
    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: 1005px) {
    .maximum-sexual__wrapper {
        width: 945px;
        padding: 0 30px
    }
}

.maximum-sexual__title h2 {
    text-align: center;
    font-size: 20px
}

.maximum-sexual__number-one {
    display: none
}

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

.maximum-sexual__item {
    position: relative;
    width: 180px;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 58px;
    margin-bottom: 15px
}

.maximum-sexual__item--last {
    margin-bottom: -8px;
    width: 150px
}

.maximum-sexual__item::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 8px;
    width: 45px;
    height: 39px;
    background-image: url(../img/checkbox.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.maximum-sexual__image {
    position: relative
}

.maximum-sexual__price {
    position: absolute;
    bottom: 45px;
    left: -40px;
    width: 100px;
    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/figure.png);
    background-repeat: no-repeat;
    background-position: center
}

.maximum-sexual__price .old-price {
    color: #fe9fac;
    font-size: 16.3px;
    text-decoration: line-through;
    margin: 15px 0 0
}

.maximum-sexual__price .new-price {
    font-size: 30.72px;
    margin: 0 0 -5px
}

.maximum-sexual__price .currency {
    font-size: 16.07px;
    text-transform: uppercase;
    margin: 0 0 25px
}

.maximum-sexual__made {
    position: absolute;
    top: 42px;
    right: -38px
}

@media (min-width: 1005px) {
    .maximum-sexual {
        background: 0 0
    }

    .maximum-sexual__wrapper {
        position: relative;
        background-color: #030829;
        background-image: url(../img/Group3desktop.png);
        background-repeat: no-repeat;
        background-position: -50px -15px
    }

    .maximum-sexual__number-one {
        display: block
    }

    .maximum-sexual__list, .maximum-sexual__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .maximum-sexual__title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 10px;
        margin-left: auto
    }

    .maximum-sexual__title h2 {
        width: 480px;
        font-size: 32px;
        line-height: 42px;
        font-weight: 600;
        text-align: left;
        margin: 0
    }

    .maximum-sexual__list {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-left: 310px;
        margin-top: 15px
    }

    .maximum-sexual__price {
        bottom: 15px;
        left: -75px;
        width: 145px;
        height: 145px;
        background-image: url(../img/figure-desktop.png)
    }

    .maximum-sexual__price .old-price {
        font-size: 22px
    }

    .maximum-sexual__price .new-price {
        font-size: 43.52px;
        margin: -5px 0
    }

    .maximum-sexual__price .currency {
        font-size: 24.4px
    }

    .maximum-sexual__made {
        top: 140px;
        left: -65px
    }

    .maximum-sexual__image {
        margin-top: 10px;
        height: 430px
    }
}

.order__wrapper {
    margin: 0 auto;
    width: 306px;
    background-color: #eb293b;
    border-radius: 10px;
    border-bottom-right-radius: 30% 5%;
    border-bottom-left-radius: 30% 5%
}

@media (min-width: 1005px) {
    .order__wrapper {
        width: 945px;
        padding: 0 30px
    }
}

.order-form {
    position: relative;
    z-index: 2;
    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-top: 15px;
    padding-bottom: 20px;
    margin-top: -15px
}

.order-form__description {
    width: 300px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 3px
}

.order-form__fieldset input {
    width: 230px;
    margin: 5px 0;
    padding: 7px 0 7px 10px;
    font-size: 16.47px;
    border: 0;
    border-radius: 8px
}

.order-form__label {
    display: block;
    font-size: 14px;
    margin-bottom: 2px
}

.order-form__price {
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 5px
}

.old-price span, .order-form__price--old-price span {
    text-decoration: line-through
}

.order-form__price--new-price {
    margin-bottom: 10px
}

@media (min-width: 1005px) {
    .order-container {
        position: relative;
        width: 945px;
        margin: 0 auto
    }

    .order-form {
        margin-top: 0;
        padding-bottom: 40px
    }

    .order__wrapper {
        position: absolute;
        top: -195px;
        right: 0;
        width: 280px
    }

    .order-form__description {
        width: 300px;
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 10px
    }

    .order-form__fieldset {
        padding: 0
    }

    .order-form__fieldset input {
        width: 270px;
        margin: 8px 0 5px;
        padding: 9px 0 9px 10px;
        font-size: 16.47px;
        border: 0
    }

    .order-form__label {
        font-size: 15px
    }

    .order-form__price {
        font-size: 14px;
        margin-top: 5px
    }
}

.test-product__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 306px;
    background-image: linear-gradient(7.5deg, #030829 19%, #2f60a4 20%, #2f60a4 100%);
    padding-top: 40px;
    margin: -50px auto 0;
    z-index: -1
}

@media (min-width: 1005px) {
    .test-product__wrapper {
        width: 945px;
        padding: 0 30px
    }
}

.test-product__text {
    width: 190px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 15px
}

.test-product__icon {
    position: absolute;
    top: 105px;
    left: 165px
}

.test-product__image {
    position: relative;
    z-index: 1
}

@media (min-width: 1005px) {
    .test-product {
        width: 945px;
        padding: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 auto
    }

    .test-product__wrapper {
        width: 605px;
        background-image: linear-gradient(2.5deg, #030829 14%, #2f60a4 15%, #2f60a4 100%);
        background-position: 0 0;
        background-repeat: no-repeat;
        margin: 0;
        padding: 0
    }

    .test-product__text {
        width: 330px;
        font-size: 17.82px;
        line-height: 21px;
        margin-right: 5px;
        margin-top: 25px
    }

    .test-product__icon {
        position: static;
        width: 79px;
        height: 74px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 10px 15px 0
    }
}

.experts-says__wrapper {
    width: 320px;
    margin: 0 auto
}

@media (min-width: 1005px) {
    .experts-says__wrapper {
        width: 945px;
        padding: 0 30px
    }
}

.experts-says__title {
    width: 240px;
    font-size: 28px;
    line-height: 28px;
    margin: -10px 0 15px 15px
}

.experts-says__text {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 15px
}

.experts-says__text--last {
    margin-top: -30px
}

@media (min-width: 1005px) {
    .experts-says__wrapper {
        position: relative
    }

    .experts-says__title {
        width: 490px;
        font-size: 57px;
        line-height: 53px;
        margin-top: 5px;
        margin-left: 0
    }

    .experts-says__text {
        width: 695px;
        font-size: 18px;
        line-height: 21px;
        margin-left: 0;
        margin-bottom: 50px
    }

    .experts-says__text--last {
        width: 580px;
        margin-bottom: 0
    }

    .experts-says__images {
        position: absolute;
        top: 10px;
        right: 60px;
        z-index: -1
    }
}

.review {
    margin-top: 55px
}

.review__wrapper {
    width: 320px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(../img/male1.png);
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 1005px) {
    .review__wrapper {
        width: 945px;
        padding: 0 30px
    }
}

.review__author {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.review__author--who {
    width: 155px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    font-style: italic;
    margin-left: 125px;
    margin-top: 10px
}

.review__image {
    position: absolute;
    left: 20px;
    top: -47.5px
}

.review__text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    font-style: italic;
    margin-top: 15px;
    padding: 0 15px
}

@media (min-width: 1005px) {
    .review {
        margin-top: 30px
    }

    .review__wrapper {
        width: 945px;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: url(../img/male1-desktop.png);
        background-size: 945px auto;
        background-position: 0 0;
        padding: 0 0 40px
    }

    .review__text {
        width: 530px;
        font-size: 22px;
        line-height: 26px;
        margin-left: 120px;
        margin-top: 25px
    }

    .review__author {
        position: static
    }

    .review__author--who {
        width: 500px;
        font-size: 18px;
        margin-left: 95px;
        margin-top: 15px
    }

    .review__image {
        left: 20px;
        top: -15px
    }
}

.funziona__wrapper {
    width: 320px;
    margin: 0 auto;
    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
}

@media (min-width: 1005px) {
    .funziona__wrapper {
        width: 945px;
        padding: 0 30px
    }
}

.funziona__text, .funziona__title {
    font-size: 34px;
    line-height: 41px;
    font-weight: 700;
    margin: 15px 0 10px;
    padding-left: 10px
}

.funziona__text {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 10px
}

.funziona__image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.funziona__img {
    display: none
}

@media (min-width: 1005px) {
    .funziona__wrapper {
        position: relative;
        padding-bottom: 50px;
        margin-bottom: 50px
    }

    .funziona__title {
        width: 70%;
        font-size: 45px;
        line-height: 50px;
        margin-top: 35px;
        margin-bottom: 20px;
        padding-left: 0
    }

    .funziona__img {
        display: block;
        position: absolute;
        top: 30px;
        right: 30px
    }

    .funziona__text {
        width: 70%;
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 25px;
        padding-left: 0
    }

    .funziona__text--second {
        width: 68%;
        margin-left: auto;
        margin-right: 40px
    }

    .funziona__image-container {
        position: absolute;
        top: 200px
    }

    .funziona__image--second {
        position: absolute;
        top: 70px;
        left: 95px
    }
}

.advantages__wrapper {
    width: 320px;
    margin: 0 auto;
    position: relative;
    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: 1005px) {
    .advantages__wrapper {
        width: 945px;
        padding: 0 30px
    }
}

.advantages__title {
    font-size: 17px;
    line-height: 21px;
    font-weight: 900;
    text-align: center;
    margin: 15px 0
}

.advantages__item, .advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.advantages__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    list-style: none;
    padding: 0
}

.advantages__item {
    background-color: #103d61;
    margin-bottom: 14px;
    padding: 10px
}

.advantages__item--first, .advantages__item--second {
    background-image: url(../img/item1.png);
    background-repeat: no-repeat;
    background-size: cover
}

.advantages__item--second {
    background-image: url(../img/item2.png)
}

.advantages__item--fourth, .advantages__item--third {
    background-image: url(../img/item3.png);
    background-repeat: no-repeat;
    background-size: cover
}

.advantages__item--fourth {
    background-image: url(../img/item4.png)
}

.advantages__item-title {
    font-size: 15px;
    line-height: 18px;
    font-weight: 900;
    margin: 0 0 15px
}

.advantages__item-text {
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    font-style: italic;
    margin: 0
}

.advantages__image {
    display: none
}

@media (min-width: 1005px) {
    .advantages__title {
        width: 450px;
        font-size: 25px;
        line-height: 31px;
        margin-top: -20px
    }

    .advantages__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .advantages__item {
        width: 45%;
        z-index: -2
    }

    .advantages__item--fourth, .advantages__item--second {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .advantages__item-title {
        position: relative;
        width: 60%;
        font-size: 25px;
        line-height: 30px
    }

    .advantages__item-title::after {
        position: absolute;
        content: "";
        width: 292px;
        height: 1px;
        bottom: -7px;
        left: 0;
        background-color: #fff
    }

    .advantages__item-title--fourth, .advantages__item-title--second {
        text-align: right
    }

    .advantages__item-title--fourth::after, .advantages__item-title--second::after {
        left: auto;
        right: 0
    }

    .advantages__item-text {
        width: 70%;
        font-size: 16px;
        line-height: 19px
    }

    .advantages__item-text--fourth, .advantages__item-text--second {
        text-align: right
    }

    .advantages__image {
        display: block;
        position: absolute;
        top: 33px;
        z-index: -1
    }
}

.corso {
    background-image: url(../img/bg-red.png);
    background-repeat: no-repeat;
    background-size: auto 90px;
    background-position: 50% 45%;
    margin-bottom: 40px
}

.corso__wrapper {
    width: 320px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1005px) {
    .corso__wrapper {
        width: 945px;
        padding: 0 30px
    }
}

.corso__text, .corso__title {
    font-size: 23px;
    line-height: 26px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    margin: 15px 20px 0 auto
}

.corso__text {
    width: 200px;
    font-size: 22px;
    line-height: 25px;
    margin: 50px 0 0
}

.corso__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.corso__image {
    position: absolute;
    top: -45px;
    left: 10px
}

a {
    -ms-flex-item-align: center;
    align-self: center
}

.corso__btn {
    margin-top: 50px
}

@media (min-width: 1005px) {
    .corso {
        background: 0 0;
        margin-top: 75px;
        margin-bottom: 90px
    }

    .corso__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 100;
        padding: 15px 0;
        background-image: url(../img/bg-red.png);
        background-repeat: no-repeat;
        background-size: auto 90px;
        background-position: 50% 45%
    }

    .corso__wrapper a {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .corso__title {
        font-size: 34px;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
        margin: 0 135px 0 35px
    }

    .corso__btn {
        margin: 0 35px 0 0
    }

    .corso__text {
        font-size: 21px;
        margin: 0
    }

    .corso__image {
        top: -125px;
        left: -410px
    }
}

.results__wrapper {
    width: 320px;
    margin: 0 auto
}

@media (min-width: 1005px) {
    .results__wrapper {
        width: 945px;
        padding: 0 30px
    }
}

.results__title {
    font-size: 28px;
    line-height: 33px;
    font-weight: 800;
    margin: 10px 0 20px;
    text-transform: uppercase;
    text-align: center;
    font-style: italic
}

.results__text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    padding-left: 40px;
    padding-right: 30px;
    margin: 0 0 20px
}

.results__text--first, .results__text--second, .results__text--third {
    position: relative
}

.results__text--first::before, .results__text--second::before, .results__text--third::before {
    position: absolute;
    content: "2 týdny";
    text-transform: uppercase;
    color: #2a7abf;
    font-size: 12px;
    font-weight: 700;
    top: 15px;
    left: -15px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.results__text--second::before, .results__text--third::before {
    content: "3 týdny"
}

.results__text--third::before {
    content: "4 týdny";
    top: 17px
}

.results__image-container {
    position: relative;
    margin-left: 20px
}

.results__settimane {
    position: relative;
    width: 55px;
    font-size: 7.55px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 5px;
    background-color: #099fe3;
    border-radius: 5px
}

.results__settimane::before {
    position: absolute;
    content: "2";
    font-size: 28px;
    font-weight: 800;
    font-style: italic;
    top: -3px;
    left: 20px
}

.results__settimane::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -17px;
    left: 22px;
    border-style: solid;
    border-width: 17px 6px 0;
    border-color: #099fe3 transparent transparent
}

.settimane1 {
    position: absolute;
    top: 40px;
    left: 45px
}

.settimane2, .settimane3 {
    position: absolute;
    top: 10px;
    left: 110px
}

.settimane2::before {
    content: "3"
}

.settimane3 {
    top: 0;
    left: 180px
}

.settimane3::before {
    content: "4"
}

.results__image {
    padding-top: 80px
}

@media (min-width: 1005px) {
    .results {
        margin-bottom: 50px
    }

    .results__wrapper {
        position: relative;
        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;
        background-image: url(../img/ruler.png);
        background-repeat: no-repeat;
        background-position: 30px -20px
    }

    .results__title {
        width: 42%;
        font-size: 35px;
        line-height: 42px;
        text-align: left;
        margin-right: 60px;
        margin-left: auto;
        margin-bottom: 25px
    }

    .results__text {
        width: 42%;
        font-size: 18px;
        line-height: 21px;
        margin-left: auto;
        margin-bottom: 30px
    }

    .results__image {
        position: absolute;
        bottom: 0;
        left: 40px
    }

    .settimane1 {
        top: -400px;
        left: 120px
    }

    .settimane2 {
        top: -440px;
        left: 230px
    }

    .settimane3 {
        top: -470px;
        left: 350px
    }
}

.comments__wrapper {
    width: 320px;
    margin: 0 auto
}

@media (min-width: 1005px) {
    .comments__wrapper {
        width: 945px;
        padding: 0 30px
    }
}

.comments__title {
    font-size: 17px;
    line-height: 20px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px
}

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

.comment-author-container {
    float: left;
    margin-right: 5px
}

.comments__item {
    position: relative;
    background-color: #43508c;
    border-radius: 10px;
    padding: 10px 10px 35px;
    margin-bottom: 15px
}

.comment-author {
    width: 42px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    font-style: italic;
    text-align: center
}

.comment__text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    font-style: italic;
    margin: 0
}

.comment-like {
    width: 75px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    right: 15px;
    bottom: 10px
}

.comment-like img {
    cursor: pointer
}

@media (min-width: 1005px) {
    .comments__wrapper {
        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
    }

    .comments__title {
        font-size: 25px;
        line-height: 31px;
        width: 46%
    }

    .comment__text {
        font-size: 17px;
        line-height: 20px;
        padding-top: 10px;
        width: 945px
    }

    .comments__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .comments__item {
        padding-bottom: 0;
        padding-left: 0;
        border-radius: 0;
        border-top-right-radius: 10px
    }

    .comment-author-container {
        position: relative
    }

    .comment-author {
        position: absolute;
        bottom: 10px;
        left: 190px;
        width: 150px;
        font-size: 18px;
        margin: 0
    }
}

.action__wrapper {
    width: 320px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1005px) {
    .action__wrapper {
        width: 945px;
        padding: 0 30px
    }
}

.action__title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0
}

.action__text {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    color: #eb293b;
    margin: 0 0 15px
}

.action__price, .price-text {
    position: relative
}

.price-text {
    width: 80%;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #a81538;
    padding: 10px;
    text-align: right;
    margin-left: auto;
    margin-bottom: 100px
}

.price-text::before {
    position: absolute;
    content: "";
    top: -15px;
    left: 20px;
    width: 87px;
    height: 74px;
    background-image: url(../img/50.png);
    background-repeat: no-repeat
}

.action__image {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 100
}

.price-container {
    position: absolute;
    top: 70px;
    right: 0;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.old-price {
    font-size: 10px;
    color: #8387a5;
    margin: 0 10px 0 0
}

.old-price span {
    font-size: 24px;
    text-transform: uppercase
}

.new-price {
    color: #fffefe;
    font-size: 17px;
    margin: 0
}

.new-price span {
    font-size: 20px;
    text-transform: uppercase
}

.action-form {
    position: relative;
    z-index: 2;
    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-top: 15px;
    padding-bottom: 20px;
    margin-top: -15px;
    margin-bottom: 30px;
    background-color: #eb293b;
    border-radius: 10px;
    border-bottom-right-radius: 30% 5%;
    border-bottom-left-radius: 30% 5%
}

.action-form__description {
    width: 300px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 3px
}

.action-form__fieldset input {
    width: 230px;
    margin: 5px 0 10px;
    padding: 7px 0 7px 10px;
    font-size: 16.47px;
    border: 0;
    border-radius: 8px
}

.action-form__label {
    display: block;
    font-size: 14px;
    margin-bottom: 2px
}

.action-form__text, .share__text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    font-style: italic;
    text-align: center
}

.action-form__text {
    width: 85%
}

.action-form__text--desktop {
    display: none
}

.timetillde .dot {
    font-size: 37px;
    line-height: 73px
}

.timetillde {
    display: table;
    margin: 0 auto 10px;
    text-align: center
}

.timetillde .timer .num {
    margin-top: 10px;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    font-size: 37px;
    line-height: 53px;
    font-weight: 600;
    color: #000
}

.section_2 .forma {
    display: table;
    margin: 0 auto 5px
}

.section_4 .forma {
    display: table;
    margin: 20px auto 5px
}

.section_2 .yellow-button, .section_4 .yellow-button, header .yellow-button-small {
    display: table-cell;
    text-decoration: none;
    vertical-align: middle
}

.section_2 a.yellow-button, .section_4 a.yellow-button, header a.yellow-button-small {
    color: #000
}

@media (min-width: 1005px) {
    .timetillde {
        position: absolute;
        top: 220px;
        left: -400px
    }
}

.timetillde .timer .num:last-child {
    margin-right: 0
}

@media (min-width: 1005px) {
    .action__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .action__title {
        font-size: 36px;
        line-height: 40px;
        width: 49%;
        text-align: left
    }

    .action__text--red {
        position: relative;
        font-size: 20px;
        line-height: 27px;
        width: 33%;
        text-align: right;
        padding-right: 140px
    }

    .action__text--red::after {
        position: absolute;
        top: 0;
        rigth: 0;
        content: "";
        background-image: url(../img/playboy.png);
        background-repeat: no-repeat;
        width: 137px;
        height: 180px
    }

    .action__price {
        width: 50%;
        background-color: #ed213d;
        border-bottom-left-radius: 200px;
        padding-bottom: 150px
    }

    .action__image {
        left: 400px;
        top: 20px
    }

    .price-text {
        width: 90%;
        font-size: 28px;
        text-align: center
    }

    .price-text:before {
        top: -10px;
        left: -10px
    }

    .price-container {
        position: absolute;
        top: 85px;
        left: 40px;
        width: 80%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .old-price {
        font-size: 15px;
        color: #ffa0ad;
        margin-right: 55px
    }

    .old-price span {
        font-size: 37px
    }

    .action-form {
        position: relative;
        width: 50%;
        background-color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 0
    }

    .action-form__description {
        display: none
    }

    .action-form__label {
        color: #030728;
        font-weight: 700
    }

    .action-form__fieldset input {
        border: 2px solid #b2b2b2;
        width: 300px
    }

    .action-form__text {
        width: 65%;
        font-size: 15px;
        line-height: 20px;
        color: #595959
    }

    .action-form__text--desktop {
        display: block;
        color: #fff;
        background: #2d3665;
        width: 100%;
        padding: 15px 0
    }

    .share__text {
        position: absolute;
        top: 170px;
        left: -410px;
        font-size: 19px;
        text-transform: uppercase;
        font-style: normal
    }

    .action-form__btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.page-footer__wrapper {
    width: 320px;
    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: 0 auto 30px
}

@media (min-width: 1005px) {
    .page-footer__wrapper {
        width: 945px;
        padding: 0 30px
    }
}

.page-footer__text {
    width: 88%;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color: #4f588c;
    text-align: center;
    font-style: italic;
    margin: 0 0 30px
}

@media (min-width: 1005px) {
    .page-footer__text {
        width: 500px;
        font-size: 18px;
        line-height: 23px;
        margin-top: 30px
    }
}