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

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

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
div {
    display: block;
    width: 100%;
    height: auto;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-value {
    background: none;
    color: #003159;
}

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

input::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
}

input::-moz-placeholder {
    opacity: 1;
    color: inherit;
}

input:-ms-input-placeholder {
    opacity: 1;
    color: inherit;
}

input::-ms-input-placeholder {
    opacity: 1;
    color: inherit;
}

input::placeholder {
    opacity: 1;
    color: inherit;
}

input:-ms-input-placeholder {
    color: #003159 !important;
}

textarea {
    overflow: auto;
}

input,
button,
textarea,
select,
a,
option {
    font: inherit;
    outline: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}

img {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

*:focus-visible {
    outline: none;
}

*:before,
*:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    width: 100%;
}

label.error {
    display: none !important;
}

body {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color: #111;
    background-color: #fff;
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
}

.site__wrapper {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    margin: auto;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.container {
    width: 1140px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.main {
    width: 100%;
    height: auto;
}

.footer__modal {
    width: 100%;
    max-width: 900px;
    display: none;
    color: #222;
}

.footer__modal h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.footer__modal h6 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.footer__modal p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media (max-width: 540px) {
    .footer__modal h2 {
        font-size: 6vw;
    }
    .footer__modal h6 {
        font-size: 5vw;
    }
    .footer__modal p {
        font-size: 4vw;
    }
}

.modal__review {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.modal__review input:-ms-input-placeholder {
    color: #444 !important;
}

.modal__review.active {
    opacity: 1;
    visibility: visible;
    z-index: 10000;
}

.modal__review-wrapper {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px;
    height: auto;
    padding: 50px;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.modal__review form {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.modal__review form.active {
    opacity: 1;
    visibility: visible;
}

.name__input {
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 50px;
    border: 1px solid #888888;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: inherit;
    font-weight: normal;
    font-size: 18px;
    line-height: 50px;
    color: #444444;
    padding: 0 20px;
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.name__input::-webkit-input-placeholder {
    font-family: inherit;
    font-weight: normal;
    font-size: 18px;
    line-height: 50px;
    color: #444;
}

.name__input::-moz-placeholder {
    font-family: inherit;
    font-weight: normal;
    font-size: 18px;
    line-height: 50px;
    color: #444;
}

.name__input:-ms-input-placeholder {
    font-family: inherit;
    font-weight: normal;
    font-size: 18px;
    line-height: 50px;
    color: #444;
}

.name__input::-ms-input-placeholder {
    font-family: inherit;
    font-weight: normal;
    font-size: 18px;
    line-height: 50px;
    color: #444;
}

.name__input::placeholder {
    font-family: inherit;
    font-weight: normal;
    font-size: 18px;
    line-height: 50px;
    color: #444;
}

.input__file {
    display: none;
}

.file {
    width: auto;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    margin: 20px 0;
}

.file span {
    font-size: 16px;
    line-height: 1.3;
    color: #222;
}

.file div {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: transparent;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 15px;
    border: 1px solid #888888;
    position: relative;
    overflow: hidden;
}

.file div img {
    display: none;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
}

.file div:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: #5B67C8;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.file div:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: #5B67C8;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.modal__star-raiting {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: inherit;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
    color: #222222;
    position: relative;
    z-index: 10000;
    margin: 10px 0;
}

.modal__raiting {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-width: 98px;
    height: 18px;
    font-size: 0px;
    margin-left: 23px;
}

.modal__raiting img {
    pointer-events: auto;
}

.modal__raiting img {
    width: 18px;
    height: 18px;
}

.modal__area {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 98px;
    max-height: 118px;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #888888;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: inherit;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3;
    color: #444444;
    padding: 13px 20px;
    background-color: transparent;
}

.modal__area::-webkit-input-placeholder {
    font-family: inherit;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #444444;
}

.modal__area::-moz-placeholder {
    font-family: inherit;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #444444;
}

.modal__area:-ms-input-placeholder {
    font-family: inherit;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #444444;
}

.modal__area::-ms-input-placeholder {
    font-family: inherit;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #444444;
}

.modal__area::placeholder {
    font-family: inherit;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #444444;
}

.send {
    width: 100%;
    max-width: 250px;
    height: 50px;
    background: #5B67C8;
    border-radius: 4px;
    font-family: inherit;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.send:hover {
    background: #4353cf;
}

.send__img img {
    margin: auto;
}

.send__window {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.send__window.active {
    opacity: 1;
    visibility: visible;
}

.send__massage {
    width: 60%;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #222222;
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
}

.modal__close img {
    width: 18px;
}

@media (max-width: 540px) {
    .modal__review-wrapper {
        max-width: calc(100% - 30px);
        padding: 50px 30px;
    }
}

.size-table-wrapper {
    position: relative;
    width: 100%;
    background-color: #1a2e80;
    padding: 25px;
    max-width: 690px;
    margin: 0 auto;
    color: #fff;
    display: none;
}

.size-table-wrapper h3 {
    text-align: center;
    margin: 0 0 20px;
    font-size: 24px;
}

.size-table-wrapper table {
    margin-bottom: 30px;
}

.size-table-wrapper table:last-child {
    margin-bottom: 0;
}

.size-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
    text-align: center;
}

.size-table tbody tr:nth-of-type(even) td {
    background-color: #162a7c;
}

.size-table tbody td:first-child {
    width: 25.5%;
    padding-left: 0;
    /*border-right: 1px solid #fff;*/
    text-align: left;
}

.size-table thead th:nth-child(2) {
    border-left: 1px solid #fff;
}

.size-table tbody td {
    width: 15%;
    padding: 8px 8px 8px;
}

.size-table thead th {
    padding: 8px 10px;
    border-bottom: 1px solid #fff;
    /*color: #000;*/
}

.modal__result {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
}

.modal__block {
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 80px 30px 30px;
}

.modal__result-title {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
    color: #333;
}

.modal__result-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    color: #333;
    margin-bottom: 25px;
}

.discount__modal {
    position: absolute;
    top: -65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header__content {
    width: 100%;
    max-width: 555px;
    height: auto;
    padding: 30px 0 200px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.header__content:before {
    content: "";
    width: 700px;
    height: 700px;
    border-radius: 100%;
    background-color: #c9b5e9;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -1;
    position: absolute;
    top: -100px;
    right: -780px;
}

.header__logo {
    width: 160px;
    height: auto;
    margin-bottom: 50px;
}

.header__season {
    width: auto;
    border-radius: 10px;
    background: #5b3ec6;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 30px;
}

.header__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #2e187c;
    margin-bottom: 27px;
}

.header__text {
    width: 100%;
    max-width: 314px;
    padding-left: 12px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    color: #111;
    position: relative;
    margin-bottom: 44px;
}

.header__text:before {
    content: "";
    width: 2px;
    height: calc(100% - 4px);
    position: absolute;
    top: 2px;
    left: 0;
    background-color: #9b3583;
    border-radius: 10px;
}

.header__price-wrapper {
    width: 360px;
    height: auto;
}

.header__price {
    margin-bottom: 15px;
}

.price {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.old__price {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #222;
    position: relative;
    display: inline-block;
    padding: 0 5px;
    margin-right: 20px;
}

.old__price:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #f00;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-3deg);
    -ms-transform: translate(-50%, -50%) rotate(-3deg);
    -o-transform: translate(-50%, -50%) rotate(-3deg);
    transform: translate(-50%, -50%) rotate(-3deg);
}

.new__price {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #b22d93;
}

.order__btn {
    display: inline-block;
    border-radius: 20px;
    background-color: #b22d93;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 20px;
    width: 100%;
    height: auto;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
}

.order__btn:hover {
    background-color: #d600a3;
}

.header__result {
    margin-top: 7px;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #111;
}

.header__result span {
    font-weight: 700;
    color: #b22d93;
}

.header__decor {
    width: 100%;
    height: auto;
}

.header__girl {
    position: absolute;
    width: 200px;
    height: auto;
    top: 30px;
    left: -230px;
    z-index: -1;
}

.header__decor-logo {
    position: absolute;
    width: 458px;
    height: auto;
    bottom: 76px;
    right: -245px;
    z-index: -1;
}

.header__boot {
    position: absolute;
    height: auto;
    z-index: -1;
}

.header__boot-1 {
    width: 679px;
    right: -780px;
    top: 100px;
}

.header__boot-2 {
    width: 504px;
    top: 90px;
    right: -540px;
}

.header__decor-info {
    width: auto;
    height: auto;
    position: absolute;
    top: 26px;
    right: -730px;
}

.header__decor-info:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
    position: absolute;
    right: 10px;
    top: 10px;
}

.decor__info-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
}

.decor__info-text-1 {
    padding-right: 38px;
}

.decor__info-text-2 {
    position: absolute;
    white-space: nowrap;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 100px;
    right: -65px;
}

@media (max-width: 1480px) {
    .header__content {
        padding: 30px 0 140px;
    }
    .header__girl {
        width: 180px;
        top: 80px;
        left: -185px;
    }
    .header__decor-logo {
        width: 400px;
        bottom: 40px;
        right: -190px;
    }
    .header__boot-1 {
        width: 580px;
        right: -670px;
        top: 160px;
    }
    .header__boot-2 {
        width: 430px;
        top: 120px;
        right: -492px;
    }
    .header__decor-info {
        top: 55px;
        right: -630px;
    }
}

@media (max-width: 1280px) {
    .container {
        width: 1000px;
    }
    .header__content {
        max-width: 460px;
        padding: 30px 0 100px;
    }
    .header__logo {
        width: 130px;
        height: auto;
        margin-bottom: 30px;
    }
    .header__season {
        margin-bottom: 20px;
    }
    .header__title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .header__text {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .header__girl {
        width: 140px;
        top: 110px;
        left: -150px;
    }
    .header__decor-logo {
        width: 320px;
        bottom: 40px;
        right: -190px;
    }
    .header__boot-1 {
        width: 460px;
        right: -560px;
        top: 160px;
    }
    .header__boot-2 {
        width: 360px;
        top: 120px;
        right: -420px;
    }
    .header__decor-info {
        top: 55px;
        right: -550px;
    }
    .header__content:before {
        width: 600px;
        height: 600px;
    }
}

@media (max-width: 1080px) {
    .container {
        width: 700px !important;
    }
    .header__content {
        max-width: 100%;
        padding: 30px 0 68px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .header__decor-info {
        display: none;
    }
    .header__content:before {
        display: none;
    }
    .header__logo {
        width: 160px;
        height: auto;
        margin-bottom: 20px;
    }
    .header__season {
        margin-bottom: 11px;
    }
    .header__title {
        font-size: 30px;
        margin-bottom: 9px;
        text-align: center;
    }
    .header__text {
        max-width: 280px;
        font-size: 20px;
        margin-bottom: 18px;
    }
    .header__decor {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 55px;
    }
    .header__girl {
        width: 200px;
        position: static;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        z-index: 1;
    }
    .header__decor-logo {
        width: 384px;
        bottom: -130px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .header__boot {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
    }
    .header__boot-1 {
        width: 460px;
        right: auto;
        top: 55%;
        left: 60%;
    }
    .header__boot-2 {
        top: 43%;
        right: auto;
        left: 43%;
    }
}

@media (max-width: 700px) {
    .container {
        width: 100% !important;
        padding: 0 15px;
    }
    .site__wrapper {
        background: none;
    }
    .header__section {
        position: relative;
    }
    .header__section:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 115%;
        -webkit-filter: blur(30px);
        filter: blur(30px);
        background: -webkit-linear-gradient(324deg, #e2c8f0 0%, #c1c8fb 100%);
        background: linear-gradient(126deg, #e2c8f0 0%, #c1c8fb 100%);
    }
}

@media (max-width: 540px) {
    .header__section:before {
        height: 120%;
    }
    .header__content {
        padding: 7vw 0 14vw;
    }
    .header__logo {
        width: 38.7vw;
        height: auto;
        margin-bottom: 4.8vw;
    }
    .header__season {
        margin-bottom: 2.8vw;
        border-radius: 2vw;
        padding: 1vw 2vw;
        font-size: 4.5vw;
    }
    .header__title {
        font-size: 7vw;
        margin-bottom: 2vw;
    }
    .header__text {
        max-width: 73vw;
        font-size: 5.5vw;
        margin-bottom: 4.5vw;
        padding-left: 3vw;
    }
    .header__decor {
        margin-bottom: 12vw;
    }
    .header__girl {
        width: 55vw;
        margin-right: 5vw;
    }
    .header__decor-logo {
        width: 100%;
        bottom: -28vw;
    }
    .header__boot-2 {
        width: 73vw;
        top: 43%;
        right: auto;
        left: 36%;
    }
    .header__boot-1 {
        width: 90vw;
        right: auto;
        top: 54%;
        left: 58%;
    }
    .header__price-wrapper {
        width: 100%;
        height: auto;
    }
    .header__price {
        margin-bottom: 3.5vw;
    }
    .old__price {
        font-size: 5.8vw;
        padding: 0 1vw;
        margin-right: 4.8vw;
    }
    .new__price {
        font-size: 7vw;
    }
    .order__btn {
        border-radius: 4.8vw;
        font-size: 4.8vw;
        padding: 4.8vw;
    }
    .header__result {
        margin-top: 1.8vw;
        font-size: 4.8vw;
    }
}

.info__section-wrapper {
    padding-bottom: 130px;
}

.info__section-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.info__left {
    width: 673px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: relative;
}

.info__boot {
    width: 100%;
    margin-left: -20px;
}

.info__decor {
    width: 252px;
    height: 227px;
    background-image: url(../img/info-decor.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -30px;
    right: 20px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.info__decor-text {
    width: 163px;
    height: auto;
    margin-top: 25px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    margin-left: 15px;
}

.info__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #2e187c;
    margin-bottom: 31px;
}

.info__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #111;
}

.info__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.info__img {
    width: 23%;
    height: auto;
    border: 2px solid #fff;
    border-radius: 30px;
}

@media (max-width: 1280px) {
    .info__left {
        width: 600px;
    }
    .info__decor {
        top: -50px;
    }
    .info__title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .info__text {
        font-size: 18px;
    }
}

@media (max-width: 1080px) {
    .info__section-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .info__left {
        width: 100%;
    }
    .info__decor {
        width: 257px;
        height: 225px;
        background-image: url(../img/info-decor-mobile.png);
        right: auto;
        top: -100px;
        left: 40%;
        -webkit-transform: translateX(-50%) rotate(5deg);
        -ms-transform: translateX(-50%) rotate(5deg);
        -o-transform: translateX(-50%) rotate(5deg);
        transform: translateX(-50%) rotate(5deg);
    }
    .info__right {
        margin-bottom: 120px;
    }
    .info__title {
        font-size: 30px;
        margin-bottom: 13px;
        text-align: center;
    }
    .info__text {
        font-size: 20px;
        text-align: center;
    }
    .info__items {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 700px) {
    .info__section {
        position: relative;
    }
    .info__section:before {
        content: "";
        width: 100%;
        height: 240%;
        -webkit-filter: blur(30px);
        filter: blur(30px);
        background: #b5f9eb;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .info__section-wrapper {
        padding-bottom: 90px;
    }
}

@media (max-width: 540px) {
    .info__title {
        font-size: 7vw;
        margin-bottom: 3vw;
    }
    .info__text {
        font-size: 20px;
    }
    .info__right {
        margin-bottom: 32vw;
    }
    .info__left {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .info__boot {
        width: 105%;
        margin-left: 0;
    }
    .info__decor {
        width: 57.6vw;
        height: 49.5vw;
        right: auto;
        top: -28vw;
        left: 46%;
    }
    .info__decor-text {
        width: 41vw;
        margin-top: 5vw;
        font-size: 5.6vw;
        margin-left: 4vw;
    }
    .info__section-block {
        margin-bottom: 2vw;
    }
    .info__img {
        width: 48%;
        border-radius: 7vw;
        margin-bottom: 4.8vw;
    }
    .info__section-wrapper {
        padding-bottom: 13vw;
    }
    .info__section:before {
        height: 166%;
    }
}

.gallery__section .container {
    width: 1470px;
}

.gallery__section-wrapper {
    padding-bottom: 166px;
}

.gallery__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    border-radius: 50px;
    overflow: hidden;
}

.gallery__item {
    width: 25%;
    height: auto;
    position: relative;
}

.gallery__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery__item-text {
    width: auto;
    position: absolute;
    bottom: 30px;
    left: 50px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.owl-nav {
    margin: auto;
    margin-top: 30px;
    width: 90%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.owl-nav button {
    width: 38px;
    height: 24px;
    background-image: url(../img/arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

.owl-nav button span {
    display: none;
}

.owl-nav button:hover {
    background-image: url(../img/arrow-hover.png) !important;
}

.owl-nav button.owl-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: -17px;
    margin-bottom: 7px;
}

.owl-dots button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 10px;
    background-color: #2e187c !important;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.owl-dots button.active {
    background-color: #b22d93 !important;
}

.owl-dots button:last-child {
    margin-right: 0;
}

@media (max-width: 1480px) {
    .gallery__section .container {
        width: 1260px;
    }
}

@media (max-width: 1280px) {
    .gallery__section .container {
        width: 1060px;
    }
}

@media (max-width: 1080px) {
    .gallery__block {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .gallery__item {
        width: 50%;
    }
}

@media (max-width: 700px) {
    .gallery__section-wrapper {
        padding-bottom: 80px;
    }
}

@media (max-width: 540px) {
    .owl-nav {
        margin-top: 7vw;
    }
    .gallery__section-wrapper {
        padding-bottom: 0px;
    }
    .gallery__block {
        overflow: auto;
        border-radius: 0;
        position: relative;
        z-index: 2;
    }
    .gallery__item {
        width: 100%;
        height: auto;
    }
    .gallery__item img {
        border-radius: 7vw;
    }
    .gallery__item-text {
        bottom: 7vw;
        left: 12vw;
        font-size: 4.8vw;
    }
}

.advantage__section-wrapper {
    padding-bottom: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.advantage__content {
    width: 485px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.advantage__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #2e187c;
    margin-bottom: 31px;
}

.advantage__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #111;
    margin-bottom: 22px;
}

.advantage__list {
    margin-bottom: 26px;
}

.advantage__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #2e187c;
    margin-bottom: 20px;
}

.advantage__list-item:last-child {
    margin-bottom: 0;
}

.advantage__list-item img {
    width: 40px;
    height: auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 20px;
}

.advantage__decor {
    width: 100%;
    height: auto;
}

.advantage__img {
    position: absolute;
    width: 380px;
    height: auto;
    border-radius: 30px;
    z-index: -1;
}

.advantage__img-1 {
    border: 3px solid #fff;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    transform: rotate(7deg);
    border-top: none;
    top: 5px;
    left: -786px;
}

.advantage__img-2 {
    border: 3px solid #cecece;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    top: 124px;
    left: -422px;
}

.advantage__img-3 {
    display: none;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    transform: rotate(7deg);
    border: 3px solid #fff;
    top: 72px;
    right: -355px;
}

@media (max-width: 1280px) {
    .advantage__img {
        width: 320px;
    }
    .advantage__content {
        width: 420px;
        margin-right: 100px;
    }
    .advantage__img-1 {
        top: 5px;
        left: -650px;
    }
    .advantage__img-2 {
        top: 124px;
        left: -350px;
    }
    .advantage__img-3 {
        top: 72px;
        right: -320px;
    }
    .advantage__title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .advantage__text {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .advantage__list-item {
        font-size: 18px;
    }
}

@media (max-width: 1080px) {
    .advantage__content {
        width: 100%;
        margin-right: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .advantage__decor {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        margin-bottom: 26px;
    }
    .advantage__img {
        width: 32%;
        height: auto;
        position: static;
        top: auto;
        left: auto;
        right: auto;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        display: block !important;
    }
    .advantage__title {
        text-align: center;
    }
    .advantage__text {
        text-align: center;
    }
}

@media (max-width: 700px) {
    .advantage__section {
        position: relative;
    }
    .advantage__section:before {
        content: "";
        width: 100%;
        height: 200%;
        -webkit-filter: blur(30px);
        filter: blur(30px);
        background: -webkit-linear-gradient(316deg, #feeab4 0%, #ffd5b5 100%);
        background: linear-gradient(134deg, #feeab4 0%, #ffd5b5 100%);
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width: 540px) {
    .advantage__section:before {
        height: 175%;
    }
    .advantage__section-wrapper {
        padding: 17vw 0 15vw;
    }
    .advantage__title {
        font-size: 7vw;
        margin-bottom: 3vw;
    }
    .advantage__text {
        font-size: 4.8vw;
        margin-bottom: 3.5vw;
    }
    .advantage__list {
        margin-bottom: 5vw;
    }
    .advantage__list-item {
        font-size: 4.8vw;
        margin-bottom: 3vw;
    }
    .advantage__list-item img {
        width: 9.8vw;
        margin-right: 4.8vw;
    }
}

.card__section-wrapper {
    position: relative;
    z-index: 2;
}

.card {
    border: 5px solid #fff;
    border-radius: 50px;
    margin-bottom: 100px;
    background: rgba(255, 190, 226, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.card__3 .new__price {
    color: #222;
}

.card__3 .card__result-text {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.card__3 .card__result-text span {
    font-size: 30px;
}

.sprey {
    margin-bottom: 70px;
}

.card__left {
    width: 708px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding: 80px 50px 68px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.card__left:before {
    content: "";
    width: 348px;
    height: calc(100% - 50px);
    border-radius: 30px 30px 0 0;
    background: -webkit-linear-gradient(top, #c03a77 0%, #fc7dc2 100%);
    background: linear-gradient(180deg, #c03a77 0%, #fc7dc2 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.card__logo {
    width: 128px;
    height: auto;
    position: relative;
    z-index: 1;
}

.card__boot {
    position: relative;
    z-index: 1;
    width: auto;
    height: auto;
    max-width: 110%;
}

.card__photos {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.card__photo {
    width: 93px;
    height: 62px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.card__photo:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.card__photo a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.card__photo a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.card__right {
    width: 432px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 40px 50px 45px 0;
}

.card__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    color: #2e187c;
    margin-bottom: 7px;
}

.card__rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #111;
}

.rating {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 10px;
}

.rating img {
    width: 18px;
    height: auto;
    margin-right: 3px;
}

.rating img:last-child {
    margin-right: 0;
}

.card__price {
    margin-bottom: 5px;
}

.card__price .price {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.card__result {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.card__result img {
    width: 30px;
    height: auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.card__result-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #970074;
}

.card__info {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #111;
}

.card__form {
    width: 100%;
    height: auto;
}

.card__input-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    position: relative;
}

.card__input-wrapper:before {
    content: "";
    width: 55px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px 0 0 20px;
    background-color: #d16da5;
    background-repeat: no-repeat;
    background-position: center;
}

.card__input {
    width: 100%;
    height: 50px;
    border: 1px solid #d16da5;
    border-radius: 20px;
    padding: 0 10px 0 65px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #222;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.card__input:focus {
    background-color: rgba(255, 255, 255, 0.3);
}

.name:before {
    background-image: url(../img/name.png);
}

.phone:before {
    background-image: url(../img/phone.png);
}

.size:before {
    background-image: url(../img/tringle.png);
}

.card__submit {
    margin-top: 10px;
}

.card__date {
    margin-top: 7px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #111;
}

.card__date span {
    font-weight: 700;
    color: #b22d93;
}

.card__delivery {
    width: 509px;
    height: auto;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 25px 30px 25px 50px;
    border: 5px solid #fff;
    border-radius: 30px;
    background: #ffbee2;
}

.delivery__logo {
    width: 139px;
    height: auto;
    border: 1px solid #f3dca8;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 20px;
}

.delivery__logo img {
    width: 100%;
    height: auto;
}

.delivery__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #111;
}

@media (max-width: 1280px) {
    .card__left {
        width: 610px;
    }
    .card__right {
        width: 380px;
    }
    .card__info {
        font-size: 18px;
    }
    .card__photo {
        width: 80px;
        height: 56px;
    }
}

@media (max-width: 1080px) {
    .card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        overflow: hidden;
    }
    .card__left {
        width: 100%;
        background: -webkit-linear-gradient(top, #c03a77 0%, #fc7dc2 100%);
        background: linear-gradient(180deg, #c03a77 0%, #fc7dc2 100%);
    }
    .card__left:before {
        display: none;
    }
    .card__right {
        width: 480px;
        padding: 30px 50px 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .card__title {
        text-align: center;
    }
    .card__rating {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .card__price .price {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .card__result {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .card__result-text {
        width: auto;
    }
    .card__info {
        font-size: 20px;
    }
    .card__section-wrapper {
        padding-top: 80px;
    }
    .card__photo {
        width: 92px;
        height: 65px;
    }
    .sprey .card__logo {
        margin-bottom: 20px;
    }
}

@media (max-width: 700px) {
    .card__section {
        position: relative;
    }
    .card__section:before {
        content: "";
        width: 100%;
        height: 96%;
        position: absolute;
        top: -5%;
        left: 0;
        -webkit-filter: blur(30px);
        filter: blur(30px);
        background: -webkit-linear-gradient(bottom, #fbb9c3 0%, #faafd0 100%);
        background: linear-gradient(0deg, #fbb9c3 0%, #faafd0 100%);
    }
    .card__photo {
        width: 16%;
        height: 60px;
    }
}

@media (max-width: 540px) {
    .card__section-wrapper {
        padding-top: 19vw;
    }
    .card__left {
        padding: 7vw 4.8vw 2.2vw;
    }
    .card {
        border: 3px solid #fff;
        margin-bottom: 12vw;
        border-radius: 7vw;
    }
    .card__logo {
        width: 30vw;
    }
    .card__photos {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .card__photo {
        width: 29%;
        height: 16vw;
        margin-bottom: 4.8vw;
    }
    .card__right {
        width: 100%;
        padding: 5vw 5vw 7vw;
    }
    .card__title {
        font-size: 7vw;
        margin-bottom: 1.8vw;
    }
    .card__rating {
        margin-bottom: 2vw;
        font-size: 5.5vw;
    }
    .rating {
        margin-left: 2vw;
    }
    .rating img {
        width: 4.5vw;
        height: auto;
        margin-right: 0.8vw;
    }
    .card__price {
        margin-bottom: 1vw;
    }
    .card__result {
        margin-bottom: 3vw;
    }
    .card__result img {
        width: 7vw;
        margin-right: 2vw;
    }
    .card__result-text {
        font-size: 4.8vw;
    }
    .card__info {
        font-size: 4.8vw;
        margin-bottom: 3vw;
    }
    .card__date {
        margin-top: 1.8vw;
        font-size: 4.8vw;
    }
    .card__delivery {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 4.8vw 4.8vw 3.5vw;
        border: 3px solid #fff;
    }
    .delivery__logo {
        margin-right: 0;
        margin-bottom: 3.5vw;
    }
    .delivery__text {
        font-size: 4.5vw;
        text-align: center;
    }
    .card__3 .card__result-text span {
        font-size: 7vw;
    }
}

.about__section-wrapper {
    padding-bottom: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.about__content {
    width: 360px;
    height: auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.about__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #2e187c;
    margin-bottom: 10px;
}

.about__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #111;
}

.about__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 744px;
    height: auto;
    position: relative;
    z-index: 1;
}

.about__item {
    width: 250px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 40px 20px 30px;
    border: 2px solid #fff;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
}

.about__item-icon {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: -webkit-linear-gradient(right, #311b7e 0%, #5b3ec6 100%);
    background: linear-gradient(270deg, #311b7e 0%, #5b3ec6 100%);
    margin-bottom: 24px;
}

.about__item-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    color: #2e187c;
}

.about__item-1 {
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.about__item-2 {
    margin: 0 -3px;
    z-index: -1;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    border: none;
    margin-top: -40px;
}

.about__item-3 {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    margin-top: -10px;
}

@media (max-width: 1280px) {
    .about__item {
        width: 230px;
        padding: 40px 20px 34px;
    }
    .about__title {
        font-size: 30px;
    }
    .about__text {
        font-size: 18px;
    }
}

@media (max-width: 1080px) {
    .about__section-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .about__content {
        width: 100%;
        margin-bottom: 22px;
    }
    .about__items {
        width: 100%;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
    }
    .about__item {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin: 0;
    }
    .about__item-2 {
        border: 2px solid #fff;
    }
    .about__title {
        text-align: center;
    }
    .about__text {
        text-align: center;
    }
    .about__section-wrapper {
        padding-bottom: 0;
    }
}

@media (max-width: 700px) {
    .about__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .about__item {
        width: 250px;
        padding: 50px 30px 44px;
        margin-bottom: 30px;
    }
    .about__item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 540px) {
    .about__title {
        font-size: 7vw;
        margin-bottom: 3vw;
    }
    .about__content {
        width: 100%;
        margin-bottom: 5vw;
    }
    .about__text {
        font-size: 4.8vw;
    }
    .about__item {
        width: 60.4vw;
        padding: 12vw 7vw 10vw;
        margin-bottom: 7vw;
    }
    .about__item-icon {
        width: 19.3vw;
        height: 19.3vw;
        margin-bottom: 5vw;
    }
    .about__item-icon img {
        width: auto;
        height: 10vw;
    }
    .about__item-text {
        font-size: 4.8vw;
    }
}

.review__section-wrapper {
    padding: 140px 0 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.review__section-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    color: #2e187c;
    margin-bottom: 89px;
}

.review__slider .owl-nav {
    width: 146px;
    height: auto;
}

.review {
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.3);
    padding: 30px;
}

.review__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 11px;
}

.review__quote {
    width: 32px !important;
    height: auto;
}

.review__title {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #b22d93;
}

.review__title img {
    width: 18px !important;
    height: auto;
    margin-right: 10px;
}

.review__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #111;
    padding-bottom: 12px;
    border-bottom: 2px solid #2e187c;
    margin-bottom: 20px;
}

.review__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.review__name {
    width: auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #111;
}

.add__review {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #222;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    margin-right: 30px;
    margin-top: -30px;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

@media (max-width: 1280px) {
    .review__section-wrapper {
        padding: 100px 0 100px;
    }
}

@media (max-width: 700px) {
    .review__section {
        position: relative;
    }
    .review__section:before {
        content: "";
        width: 100%;
        height: 390%;
        position: absolute;
        top: -50%;
        left: 0;
        -webkit-filter: blur(30px);
        filter: blur(30px);
        background: -webkit-linear-gradient(123deg, #f5c0e0 0%, #cec2f4 100%);
        background: linear-gradient(327deg, #f5c0e0 0%, #cec2f4 100%);
    }
    .review__slider .owl-nav {
        width: 90vw;
    }
    .add__review {
        -webkit-align-self: center;
        align-self: center;
        margin-right: 0px;
        margin-top: 11px;
        margin-bottom: 0;
    }
}

@media (max-width: 540px) {
    .review__section-wrapper {
        padding: 17vw 0 18vw;
    }
    .review__section-title {
        font-size: 7vw;
        margin-bottom: 10vw;
    }
    .review {
        border-radius: 7vw;
        padding: 7vw;
    }
    .review__quote {
        width: 8vw !important;
    }
    .review__title {
        font-size: 4.5vw;
    }
    .review__title img {
        width: 4.5vw !important;
        margin-right: 2vw;
    }
    .review__top {
        margin-bottom: 2.5vw;
    }
    .review__text {
        font-size: 4.8vw;
        padding-bottom: 2.8vw;
        margin-bottom: 4.8vw;
    }
    .review__name {
        font-size: 4.8vw;
    }
    .review__slider .owl-nav {
        width: 90%;
    }
    .add__review {
        margin-top: 2.8vw;
        font-size: 4vw;
    }
}

.footer__section-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer__content {
    width: 555px;
    height: auto;
    padding-bottom: 97px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.footer__content .header__title {
    text-align: center;
}

.footer__content .header__text {
    max-width: 350px;
}

.footer__decor {
    width: 100%;
    height: auto;
}

.footer__decor-logo {
    width: 458px;
    height: auto;
    position: absolute;
    top: 138px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.footer__girl {
    position: absolute;
    height: auto;
}

.footer__girl-1 {
    width: 209px;
    top: 40px;
    left: -510px;
}

.footer__girl-2 {
    width: 276px;
    top: 40px;
    right: -550px;
}

.footer__boot {
    position: absolute;
    height: auto;
}

.footer__boot-1 {
    width: 402px;
    top: 40px;
    left: -325px;
}

.footer__boot-2 {
    width: 466px;
    top: 25px;
    right: -350px;
}

.footer__line {
    background-color: rgba(211, 177, 234, 0.7);
    position: relative;
    z-index: 2;
}

.footer__line .container {
    width: 100%;
    max-width: 1400px;
}

.footer__line-wrapper {
    padding: 9px 0;
}

.footer__line-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__line-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    color: #444;
}

@media (max-width: 1480px) {
    .footer__boot-1 {
        width: 340px;
        top: 60px;
        left: -275px;
    }
    .footer__boot-2 {
        width: 390px;
        top: 55px;
        right: -290px;
    }
    .footer__girl-1 {
        width: 180px;
        top: 40px;
        left: -440px;
    }
    .footer__girl-2 {
        width: 248px;
        top: 40px;
        right: -480px;
    }
}

@media (max-width: 1280px) {
    .footer__content {
        width: 470px;
    }
    .footer__boot-1 {
        width: 280px;
        top: 60px;
        left: -250px;
    }
    .footer__boot-2 {
        width: 310px;
        top: 68px;
        right: -250px;
    }
    .footer__girl-1 {
        width: 150px;
        top: 50px;
        left: -390px;
    }
    .footer__girl-2 {
        width: 200px;
        top: 50px;
        right: -390px;
    }
}

@media (max-width: 1080px) {
    .footer__content {
        width: 100%;
    }
    .footer__decor {
        width: 80%;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__girl {
        position: static;
        margin-bottom: 50px;
    }
    .footer__girl-1 {
        width: 180px;
        top: auto;
        left: auto;
    }
    .footer__girl-2 {
        width: 240px;
        top: auto;
        right: auto;
    }
    .footer__decor-logo {
        top: 0;
    }
    .footer__boot {
        position: static;
    }
    .footer__boot-1 {
        width: 280px;
        top: auto;
        left: auto;
        margin-right: -110px;
        z-index: 1;
    }
    .footer__boot-2 {
        width: 310px;
        top: auto;
        right: auto;
        margin-top: -60px;
        margin-left: -110px;
    }
}

@media (max-width: 540px) {
    .footer__content {
        padding-bottom: 12vw;
    }
    .footer__decor {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 2vw;
    }
    .footer__decor-logo {
        width: 100%;
    }
    .footer__girl {
        margin-bottom: 5vw;
    }
    .footer__girl-1 {
        width: 34vw;
    }
    .footer__girl-2 {
        width: 45vw;
    }
    .footer__boot-1 {
        width: 50vw;
        margin-right: -12vw;
    }
    .footer__boot-2 {
        width: 54vw;
        top: auto;
        right: auto;
        margin-top: -8vw;
        margin-left: -12vw;
    }
    .footer__line-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .fancybox-content {
        padding: 44px 15px 20px;
    }
}