@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

/* Указываем box sizing */
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

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

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
textarea,
select,
button {
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
}

/* Упрощаем работу с изображениями и прочей ерундой*/
embed,
iframe,
img,
object,
video {
    display: block;
    max-width: 100%;
}

[hidden] {
    display: none;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.visually-hidden {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
}

/* стилизация элементов формы */
body {
    min-width: 320px;
    width: 100%;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #ffffff;
    background: #2F2F2F;
}

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

@media (max-width: 991px) {
    .wrapper {
        max-width: 480px;
    }
}

@media (max-width: 767px) {
    .wrapper {
        max-width: 480px;
        padding: 0 10px;
    }
}

.btn {
    background: #ff1212;
    border-radius: 50px;
    -webkit-box-shadow: 0px 15px 15px rgba(255, 18, 18, 0.25);
    box-shadow: 0px 15px 15px rgba(255, 18, 18, 0.25);
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    display: block;
    padding: 9px 30px;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    max-width: 580px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

@media (max-width: 991px) {
    .btn {
        font-size: 22px;
        line-height: 28px;
    }
}

.btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.link {
    color: #FFF615;
    position: relative;
}

.link::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    background: #FFF615;
    height: 1px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.link:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.kmacb-form2 form {
	max-width:100%!important;
}

.header .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url("../img/image1.jpg?v2") no-repeat right center/auto 100%;
}

@media (max-width: 991px) {
    .header .wrapper {
        background: none;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

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

@media (max-width: 991px) {
    .header__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.header__column {
    max-width: 50%;
    width: 470px;
}

.header__column--right {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media (max-width: 991px) {
    .header__column {
        width: 100%;
        max-width: none;
    }
}

.header__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 61px;
    color: #ffffff;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .header__title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }
}

.header__img {
    width: 470px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.header__img img {
    width: 100%;
    border: 3px solid #ffffff;
}

.header__list li {
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    color: #ffffff;
    position: relative;
    padding-left: 65px;
    margin-bottom: 15px;
}

.header__list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 32px;
    background: url("../fonts/arrow.svg") no-repeat center;
}

@media (max-width: 991px) {
    .header__product-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: url("../img/image1--mobile.jpg?v2") no-repeat center/contain;
        padding-top: 165px;
        margin-top: -90px;
    }
}

@media (max-width: 991px) {
    .header__prod {
        max-width: 50%;
        width: 200px;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .header__prod {
        width: 120px;
    }
}

@media (max-width: 991px) {
    .header__price-block {
        max-width: 50%;
        margin-bottom: 15px;
    }
}

.header__price {
    font-size: 48px;
    line-height: 61px;
    letter-spacing: 0.03em;
    color: #ffcd1a;
}

@media (max-width: 479px) {
    .header__price {
        font-size: 35px;
        line-height: 34px;
    }
}

.header__price--old {
    
    
}

.header__price--old span {
	text-decoration: line-through;
    font-weight: 500;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: 0.03em;
    color: #ffffff;
}

@media (max-width: 479px) {
    .header__price--old span {
        font-size: 20px;
        line-height: 30px;
    }
}

.header__btn {
    max-width: 270px;
}

@media (max-width: 991px) {
    .header__btn {
        margin: 0 auto;
        margin-top: 20px;
    }
}

.effects {
    background: #202020;
}

.effects .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 510px;
    background: url("../img/image2.jpg?v2") no-repeat left center/auto 100%;
}

@media (max-width: 991px) {
    .effects .wrapper {
        background: none;
        padding-top: 30px;
        padding-bottom: 0;
    }
}

.effects__inner {
    max-width: 50%;
    margin-left: auto;
}

@media (max-width: 991px) {
    .effects__inner {
        max-width: none;
        margin: 0;
    }
}

.effects__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 61px;
    color: #ffffff;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .effects__title {
        font-size: 28px;
        line-height: 36px;
    }
}

.effects__list {
    counter-reset: item;
    position: relative;
}

@media (max-width: 991px) {
    .effects__list {
        padding-bottom: 150px;
    }
}

@media (max-width: 991px) {
    .effects__list::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 250px;
        bottom: 0;
        left: 0;
        background: url("../img/image2--mobile.jpg?v2") no-repeat center/contain;
        z-index: 1;
    }
}

.effects__list li {
    margin-bottom: 25px;
    position: relative;
    z-index: 10;
}

@media (max-width: 991px) {
    .effects__list li {
        min-height: 47px;
    }
}

.effects__list li:nth-child(1):before,
.effects__list li:nth-child(2):before {
    position: absolute;
    content: "";
    left: 24px;
    top: calc(50% + 37px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 50%;
    background: #ffcf27;
}

@media (max-width: 991px) {

    .effects__list li:nth-child(1):before,
    .effects__list li:nth-child(2):before {
        -webkit-transform: none;
        transform: none;
        top: 47px;
        z-index: 5;
    }
}

.effects__list li:nth-child(2):after,
.effects__list li:nth-child(3):after {
    position: absolute;
    content: "";
    left: 24px;
    top: calc(50% - 37px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 50%;
    background: #ffcf27;
}

@media (max-width: 991px) {

    .effects__list li:nth-child(2):after,
    .effects__list li:nth-child(3):after {
        -webkit-transform: none;
        transform: none;
        top: -50%;
        z-index: 5;
    }
}

.effects__list p {
    padding-left: 70px;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    color: #ffffff;
    position: relative;
}

@media (max-width: 991px) {
    .effects__list p {
        font-size: 20px;
        line-height: 26px;
    }
}

.effects__list p::before {
    counter-increment: item;
    position: absolute;
    content: counter(item);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 47px;
    height: 47px;
    border: 3px solid #ffcf27;
    border-radius: 50%;
    font-weight: bold;
    font-size: 26px;
    line-height: 45px;
    text-align: center;
    color: #ffcf27;
}

@media (max-width: 991px) {
    .effects__list p::before {
        -webkit-transform: none;
        transform: none;
        top: 0;
        background: #202020;
        z-index: 25;
    }
}

.effects__list span {
    position: relative;
}

.effects__list span::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 2px;
    background: #ffcf27;
    left: -220px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .effects__list span::after {
        content: none;
    }
}

.effects__list span::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #ffcf27;
    left: -220px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .effects__list span::before {
        content: none;
    }
}

.girls {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .girls {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

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

@media (max-width: 991px) {
    .girls__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
}

.girls__product-img {
    width: 160px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .girls__product-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 30%;
    }

    .girls__product-img img {
        max-width: 130px;
    }
}

.girls__text-block {
    padding: 0 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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .girls__text-block {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

.girls__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 61px;
    color: #ffffff;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .girls__title {
        font-size: 28px;
        line-height: 36px;
    }
}

.girls__title span {
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    color: #ffffff;
    display: block;
    margin-top: 25px;
}

@media (max-width: 991px) {
    .girls__title span {
        font-size: 20px;
        line-height: 26px;
        margin-top: 15px;
    }
}

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

@media (max-width: 991px) {
    .girls__btn-wrapper {
        display: none;
    }
}

.girls__arrow {
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
    position: relative;
    padding: 0 15px;
}

.girls__arrow span {
    display: block;
    width: 100%;
    height: 2px;
    background: #ffcf27;
    position: relative;
}

.girls__arrow span::before,
.girls__arrow span::after {
    position: absolute;
    content: "";
    right: -2px;
    width: 15px;
    height: 2px;
    background: #ffcf27;
}

.girls__arrow span::before {
    top: calc(50% - 5px);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.girls__arrow span::after {
    top: calc(50% + 5px);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.girls__btn {
    max-width: 270px;
    width: 270px;
}

.girls__img {
    width: 370px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .girls__img {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 70%;
        padding-left: 10px;
    }
}

.girls__img img {
    width: 100%;
    border: 3px solid #ffffff;
}

@media (max-width: 991px) {
    .girls__img img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
}

.girls__btn--mobile {
    display: none;
}

@media (max-width: 991px) {
    .girls__btn--mobile {
        display: block;
        margin: 0 auto;
    }
}

.doc {
    background: #202020;
}

.doc .wrapper {
    background: url("../img/image3.jpg?v2") no-repeat right center/auto 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .doc .wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
        background: none;
    }
}

.doc__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 61px;
    color: #ffffff;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .doc__title {
        font-size: 28px;
        line-height: 36px;
    }
}

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

@media (max-width: 991px) {
    .doc__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.doc__img {
    width: 267px;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .doc__img {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 479px) {
    .doc__img {
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .doc__text-block {
        background: url("../img/image3--mobile.jpg?v2") no-repeat center/contain;
    }
}

.doc__info-text {
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
    color: #ffcf27;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .doc__info-text {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}

.doc__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}

@media (max-width: 991px) {
    .doc__text {
        font-size: 18px;
        line-height: 28px;
    }
}

.order {
    background: #2f2f2f;
}

.order .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url("../img/image4.jpg?v2") no-repeat right center/auto 100%;
}

@media (max-width: 991px) {
    .order .wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
        background: none;
    }
}

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

@media (max-width: 991px) {
    .order__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.order__promo {
    width: 470px;
    max-width: 50%;
}

@media (max-width: 991px) {
    .order__promo {
        max-width: none;
        width: 100%;
        margin-bottom: 25px;
    }
}

.order__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 61px;
    color: #ffffff;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .order__title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }
}

.order__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .order__text {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

.order__img {
    max-width: 470px;
}

.order__img img {
    width: 100%;
    border: 3px solid #ffffff;
}

.order__form {
    width: 270px;
    margin-left: 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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

@media (max-width: 991px) {
    .order__form {
        max-width: none;
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .order__product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: url("../img/image4--mobile.jpg?v2") no-repeat center top/contain;
        padding-top: 100px;
    }
}

.order__product-img {
    position: absolute;
    width: 220px;
    left: -220px;
	bottom: 0;
}

@media (max-width: 991px) {
    .order__product-img {
        position: static;
        max-width: 50%;
        width: 130px;
    }
}

.order__price-block {
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .order__price-block {
        width: 50%;
    }
}

.order__price {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0.03em;
    color: #ffcd1a;
}

@media (max-width: 991px) {
    .order__price {
        font-size: 28px;
        line-height: 34px;
    }
}

.order__price--old {
    
    
}

.order__price--old span {
	text-decoration: line-through;
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.03em;
    color: #ffffff;
}

@media (max-width: 991px) {
    .order__price--old span {
        font-size: 20px;
        line-height: 30px;
    }
}

form {
    max-width: 370px;
    width: 100%;
    margin-left: auto;
    margin-right: 50px;
}

@media (max-width: 767px) {
    form {
        max-width: none;
        margin: 0;
    }
}

.form__element {
    display: block;
    width: 100%;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #dcdcdc;
    border-radius: 50px;
    padding: 12px 0;
    padding-right: 15px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding-left: 15px;
    position: relative;
    z-index: 5;
    outline: none;
}

.form__element--wrapper {
    padding: 0;
    border: none;
    position: relative;
}

.form__element--select {
    cursor: pointer;
    z-index: 1;
    white-space: nowrap;
    text-indent: 0.01px;
    background: transparent;
    -webkit-appearance: none;
    margin-bottom: 0;
}

.form__arrow {
    display: block;
    width: 45px;
    height: 100%;
    background: transparent;
    position: absolute;
    right: 0;
}

.form__arrow::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 3px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid #5c5c5c;
}

select::-ms-expand {
    display: none;
}

.form__select::-ms-expand {
    display: none;
}

.form__btn {
    width: 100%;
    border: none;
    position: relative;
    z-index: 5;
}

select {
    appearance: none;
}

footer {
    font-size: 12px;
    padding: 15px;
    text-align: center;
    color: white;
    background-color: #000000;
}

footer a {
    text-decoration: none;
    color: white;
}