/*! 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 {
  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 {
  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] {
  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;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #5F4864;
  background-color: #FFF3F0;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
a:active {
  outline: none;
  border: none;
}

button {
  font-family: inherit;
  color: inherit;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.prev,
.next {
  -webkit-tap-highlight-color: transparent;
}

input {
  font-family: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder {
  opacity: 1;
}
input::-ms-input-placeholder {
  opacity: 1;
}
input::placeholder {
  opacity: 1;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
input:invalid {
  box-shadow: none;
}

img {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none !important;
  -webkit-user-select: none !important;
}

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

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

label.error {
  display: none !important;
}

input::-ms-clear {
  width: 15px;
  height: 15px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.back {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: none;
}
.back div {
  position: absolute;
}
.back div img {
  display: block;
  width: 100%;
}
.back img {
  position: absolute;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}

.overflow {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50000;
  pointer-events: none;
  opacity: 0.4;
}

.footer {
  background-color: #FFE7EB;
  padding: 15px 0;
  color: #777777;
  font-size: 14px;
}

.footer-info {
  text-align: center;
}

.modal {
  display: none;
  max-width: 800px;
  background-color: #fff;
  color: #222;
  padding: 15px;
  font-size: 16px;
}

.modal h6 {
  margin: 0;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}

.popup-review {
  display: none;
  max-width: 460px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fffaf9;
  border: 1px solid #734A7B;
  border-radius: 30px;
  background-size: cover;
  padding: 20px 15px;
}
.popup-review .btn-styles {
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 320px;
}

.popup-review h5 {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px;
}

.reviews-form {
  display: block;
  width: 100%;
}

.reviews-form .order-btn {
  width: 100%;
}

.reviews-form .form-group--name {
  width: 100%;
}

.reviews-form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 120px;
  font-size: 16px;
  padding: 15px;
  outline: none;
  font-family: inherit;
  color: inherit;
  background: none;
  border-radius: 20px;
}

.reviews-form textarea::-webkit-input-placeholder {
  color: inherit;
}

.reviews-form textarea::-moz-placeholder {
  color: inherit;
}

.reviews-form textarea:-ms-input-placeholder {
  color: inherit;
}

.reviews-form textarea::-ms-input-placeholder {
  color: inherit;
}

.reviews-form textarea::placeholder {
  color: inherit;
}

.popup-review .mfp-close {
  top: 10px;
  right: 10px;
  position: absolute;
}

.reviews-form .form-group--btn {
  max-width: 320px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-form .form-field {
  padding-left: 15px;
}

.popup-review .review-ratting {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 25px;
  margin-top: 15px;
}

.popup-review .review-ratting .items {
  display: -webkit-flex;
  display: flex;
  margin-left: 10px;
}

.popup-review .review-ratting .item {
  width: 18px;
  height: 18px;
  background: url("../img/star3.png") center no-repeat;
  background-size: contain;
  margin-right: 4px;
  cursor: pointer;
}

.popup-review .review-ratting .item.active {
  background-image: url("../img/star.png");
}

.thanks-review {
  display: none;
  padding: 20px 0;
}

.reviews-form .form-control {
  text-align: left;
  font-size: 16px;
  padding-left: 15px;
  border: none;
}

.popup {
  position: relative;
}

.header {
  position: relative;
  color: #fff;
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#FF90A2), to(#D9A784));
  background: -webkit-linear-gradient(top left, #FF90A2, #D9A784);
  background: linear-gradient(to bottom right, #FF90A2, #D9A784);
}

.logo-box {
  font-size: 69px;
  text-transform: uppercase;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
  font-weight: bold;
}
.logo-box .text2 {
  margin-left: 20px;
  font-size: 35px;
}

h1,
h2 {
  font-size: 40px;
  margin: 0;
  font-weight: bold;
}

h3 {
  font-size: 36px;
  margin: 0;
  font-weight: 500;
}

.header-content {
  position: relative;
  max-width: 540px;
  width: 100%;
}
.header-content .inner {
  position: relative;
  height: 100%;
  z-index: 10;
  min-height: 645px;
}
.header-content:before {
  position: absolute;
  right: -90px;
  top: -30px;
  content: "";
  width: 982px;
  height: 700px;
  background: url("../img/decor1.svg") right center no-repeat;
  background-size: contain;
}
.header-content h1 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  min-height: 370px;
}

.text-yellow {
  color: #FBFF21;
}

.btn-styles {
  display: block;
  width: 100%;
  max-width: 400px;
  color: #783B84;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 24px;
  padding: 25px 15px;
  font-weight: 500;
  background-color: #FBFF21;
}

.btn-styles--red {
  color: #fff;
  background: -webkit-gradient(linear, left top, right bottom, from(#FF5C00), to(#FF3D00));
  background: -webkit-linear-gradient(top left, #FF5C00, #FF3D00);
  background: linear-gradient(to bottom right, #FF5C00, #FF3D00);
}

.header .sale-text {
  max-width: 400px;
}

.sale-text {
  text-align: center;
}
.sale-text span {
  font-weight: bold;
}

.header-images {
  position: absolute;
  bottom: -30px;
  left: -webkit-calc(100% - 90px);
  left: calc(100% - 90px);
  width: 900px;
  height: 705px;
}
.header-images .image img {
  display: block;
  width: 100%;
}
.header-images .image2 {
  position: absolute;
  bottom: -5%;
  left: -3%;
  width: 81.4%;
  z-index: 10;
}
.header-images .image1 {
  border-radius: 30px;
  margin-left: auto;
  width: 51.8%;
  overflow: hidden;
}

.header-images .sale-labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-images .sale-label {
  position: absolute;
  width: 200px;
  height: 200px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 200px;
  font-size: 64px;
  font-weight: bold;
  box-shadow: 0 8px 12px 4px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(#FF5C00), to(#FF3D00));
  background: -webkit-linear-gradient(#FF5C00, #FF3D00);
  background: linear-gradient(#FF5C00, #FF3D00);
  border-radius: 50%;
}
.header-images .sale-label1 {
  top: 35.8%;
  left: 9%;
}
.header-images .sale-label2 {
  top: 3%;
  left: 35%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.header-images .sale-label3 {
  top: 86%;
  left: -39%;
  -webkit-transform: scale(0.71);
          transform: scale(0.71);
}
.header-images .sale-label4 {
  top: 43%;
  left: -87%;
  -webkit-transform: scale(0.61);
          transform: scale(0.61);
}

.header-images .sale-label1 {
  -webkit-transform: scale(1) rotate(-15deg);
          transform: scale(1) rotate(-15deg);
  -webkit-animation: 2.4s saleLabelAnim1 infinite linear 300ms;
          animation: 2.4s saleLabelAnim1 infinite linear 300ms;
}

@-webkit-keyframes saleLabelAnim1 {
  0%, 20%, 100% {
    -webkit-transform: scale(1) rotate(-15deg);
            transform: scale(1) rotate(-15deg);
  }
  4%, 12% {
    -webkit-transform: scale(1) rotate(-20deg);
            transform: scale(1) rotate(-20deg);
  }
  8%, 16% {
    -webkit-transform: scale(1) rotate(-10deg);
            transform: scale(1) rotate(-10deg);
  }
  18% {
    -webkit-transform: scale(1) rotate(-12.5deg);
            transform: scale(1) rotate(-12.5deg);
  }
}

@keyframes saleLabelAnim1 {
  0%, 20%, 100% {
    -webkit-transform: scale(1) rotate(-15deg);
            transform: scale(1) rotate(-15deg);
  }
  4%, 12% {
    -webkit-transform: scale(1) rotate(-20deg);
            transform: scale(1) rotate(-20deg);
  }
  8%, 16% {
    -webkit-transform: scale(1) rotate(-10deg);
            transform: scale(1) rotate(-10deg);
  }
  18% {
    -webkit-transform: scale(1) rotate(-12.5deg);
            transform: scale(1) rotate(-12.5deg);
  }
}
.header-images .sale-label2 {
  -webkit-transform: scale(0.6) rotate(30deg);
          transform: scale(0.6) rotate(30deg);
  -webkit-animation: 2.3s saleLabelAnim2 infinite linear;
          animation: 2.3s saleLabelAnim2 infinite linear;
}

@-webkit-keyframes saleLabelAnim2 {
  0%, 30%, 100% {
    -webkit-transform: scale(0.6) rotate(30deg);
            transform: scale(0.6) rotate(30deg);
  }
  5%, 15% {
    -webkit-transform: scale(0.6) rotate(35deg);
            transform: scale(0.6) rotate(35deg);
  }
  10%, 20% {
    -webkit-transform: scale(0.6) rotate(25deg);
            transform: scale(0.6) rotate(25deg);
  }
  25% {
    -webkit-transform: scale(0.6) rotate(27.5deg);
            transform: scale(0.6) rotate(27.5deg);
  }
}

@keyframes saleLabelAnim2 {
  0%, 30%, 100% {
    -webkit-transform: scale(0.6) rotate(30deg);
            transform: scale(0.6) rotate(30deg);
  }
  5%, 15% {
    -webkit-transform: scale(0.6) rotate(35deg);
            transform: scale(0.6) rotate(35deg);
  }
  10%, 20% {
    -webkit-transform: scale(0.6) rotate(25deg);
            transform: scale(0.6) rotate(25deg);
  }
  25% {
    -webkit-transform: scale(0.6) rotate(27.5deg);
            transform: scale(0.6) rotate(27.5deg);
  }
}
.header-images .sale-label3 {
  -webkit-transform: scale(0.85) rotate(10deg);
          transform: scale(0.85) rotate(10deg);
  -webkit-animation: 2s saleLabelAnim3 infinite linear 800ms;
          animation: 2s saleLabelAnim3 infinite linear 800ms;
}

@-webkit-keyframes saleLabelAnim3 {
  0%, 30%, 100% {
    -webkit-transform: scale(0.85) rotate(10deg);
            transform: scale(0.85) rotate(10deg);
  }
  5%, 15% {
    -webkit-transform: scale(0.85) rotate(2deg);
            transform: scale(0.85) rotate(2deg);
  }
  10%, 20% {
    -webkit-transform: scale(0.85) rotate(18deg);
            transform: scale(0.85) rotate(18deg);
  }
  25% {
    -webkit-transform: scale(0.85) rotate(12deg);
            transform: scale(0.85) rotate(12deg);
  }
}

@keyframes saleLabelAnim3 {
  0%, 30%, 100% {
    -webkit-transform: scale(0.85) rotate(10deg);
            transform: scale(0.85) rotate(10deg);
  }
  5%, 15% {
    -webkit-transform: scale(0.85) rotate(2deg);
            transform: scale(0.85) rotate(2deg);
  }
  10%, 20% {
    -webkit-transform: scale(0.85) rotate(18deg);
            transform: scale(0.85) rotate(18deg);
  }
  25% {
    -webkit-transform: scale(0.85) rotate(12deg);
            transform: scale(0.85) rotate(12deg);
  }
}
.header-images .sale-label4 {
  -webkit-transform: scale(0.6) rotate(30deg);
          transform: scale(0.6) rotate(30deg);
  -webkit-animation: 2.3s saleLabelAnim4 infinite linear 100ms;
          animation: 2.3s saleLabelAnim4 infinite linear 100ms;
}

@-webkit-keyframes saleLabelAnim4 {
  0%, 20%, 100% {
    -webkit-transform: scale(0.6) rotate(30deg);
            transform: scale(0.6) rotate(30deg);
  }
  4%, 12% {
    -webkit-transform: scale(0.6) rotate(35deg);
            transform: scale(0.6) rotate(35deg);
  }
  8%, 16% {
    -webkit-transform: scale(0.6) rotate(25deg);
            transform: scale(0.6) rotate(25deg);
  }
  18% {
    -webkit-transform: scale(0.6) rotate(27.5deg);
            transform: scale(0.6) rotate(27.5deg);
  }
}

@keyframes saleLabelAnim4 {
  0%, 20%, 100% {
    -webkit-transform: scale(0.6) rotate(30deg);
            transform: scale(0.6) rotate(30deg);
  }
  4%, 12% {
    -webkit-transform: scale(0.6) rotate(35deg);
            transform: scale(0.6) rotate(35deg);
  }
  8%, 16% {
    -webkit-transform: scale(0.6) rotate(25deg);
            transform: scale(0.6) rotate(25deg);
  }
  18% {
    -webkit-transform: scale(0.6) rotate(27.5deg);
            transform: scale(0.6) rotate(27.5deg);
  }
}
@media (max-width: 1800px) {
  .header-images .sale-label4 {
    left: -75%;
  }
}
@media (max-width: 1700px) {
  .header-images {
    width: 848px;
    height: 660px;
    bottom: auto;
    top: -30px;
  }
  .header-content h1 {
    min-height: 330px;
  }
  .header-content .inner {
    min-height: 615px;
  }
  .header-content:before {
    height: 660px;
  }
}
@media (max-width: 1535px) {
  .header-images {
    width: 780px;
    height: 610px;
    bottom: auto;
    top: -30px;
  }
  .header-content h1 {
    min-height: 300px;
  }
  .logo-box {
    font-size: 60px;
  }
  .header-content:before {
    height: 610px;
  }
  .header-images .image2 {
    width: 76.4%;
  }
  .header-images .sale-label1 {
    top: 36%;
    left: 10.8%;
  }
  .header-images .sale-label {
    width: 170px;
    height: 170px;
    line-height: 170px;
    font-size: 52px;
  }
  .header-images .sale-label4 {
    left: -77%;
    top: 48%;
  }
  .header-content .inner {
    min-height: 547px;
  }
  .header-images .sale-label3 {
    top: 89%;
    left: -52%;
  }
}
@media (max-width: 1365px) {
  h1, h2 {
    font-size: 34px;
  }
  .header-content:before {
    height: 550px;
  }
  .header-images {
    width: 707px;
    height: 550px;
  }
  .header-content .inner {
    min-height: 520px;
  }
  .header {
    padding-bottom: 30px;
  }
  .header-images .sale-label {
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 48px;
  }
  .header-images .sale-label1 {
    top: 36.2%;
    left: 14.8%;
  }
  .header-images .sale-label4 {
    left: 85.5%;
    top: 33%;
  }
  .header-images .sale-label3 {
    top: 78%;
    left: 35%;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 992px;
  }
  .header-content h1 {
    max-width: 390px;
  }
  .header-content:before {
    display: none;
    background: none;
  }
  .header {
    padding-top: 30px;
    padding-bottom: 60px;
    background: -webkit-gradient(linear, left top, right bottom, from(#D93D6B), to(#FF90A2));
    background: -webkit-linear-gradient(left top, #D93D6B, #FF90A2);
    background: linear-gradient(to right bottom, #D93D6B, #FF90A2);
  }
  .header-images {
    top: 0;
    left: -webkit-calc(100% - 160px);
    left: calc(100% - 160px);
    width: 579px;
    height: 450px;
  }
  .header-content .inner {
    min-height: initial;
  }
  .header-images .sale-label {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 38px;
  }
  .header-images .sale-label1 {
    top: 29.2%;
    left: 16.8%;
  }
  .header-images .sale-label3 {
    top: 84%;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
  .header-content {
    max-width: initial;
    text-align: center;
  }
  .logo-box {
    font-size: 50px;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .header-content h1 {
    margin: 30px auto 40px;
    min-height: initial;
    max-width: initial;
  }
  .header-images {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .header-images .image2 {
    left: -8.8%;
  }
  .header-images .sale-label1 {
    top: 37.2%;
    left: 5.8%;
  }
  .header .btn-styles {
    margin: 0 auto 20px;
  }
  .header .sale-text {
    max-width: initial;
  }
  .header-images .sale-label4 {
    left: 89.5%;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 576px;
  }
  .header-images {
    margin-bottom: 30px;
  }
  .header-images .sale-label1 {
    top: 32.2%;
    left: 1.8%;
  }
  .header-images .sale-label4 {
    left: 85.5%;
  }
  .header-images .image2 {
    bottom: 6%;
  }
  .header-images .sale-label3 {
    top: 76%;
    left: 33%;
  }
  h1, h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .logo-box {
    font-size: 13.2vw;
  }
  .logo-box .text2 {
    margin-left: 3vw;
    font-size: 7vw;
  }
  .header-content h1 {
    margin: 1vw 0 5vw;
    line-height: 1.5;
  }
  .header {
    padding-top: 4.6vw;
    padding-bottom: 10vw;
  }
  h1, h2 {
    font-size: 7.25vw;
  }
  .header-images {
    height: initial;
  }
  .header-images .image1 {
    border-radius: 11vw;
    width: 75%;
    z-index: 1;
  }
  .header-images .image2 {
    left: -11.4%;
    bottom: 10%;
    width: 92%;
  }
  .header-images .sale-label {
    width: 30.9vw;
    height: 30.9vw;
    font-size: 9.7vw;
    line-height: 30.9vw;
  }
  .header-images .sale-label1 {
    top: 3.2%;
    left: 0.2%;
    z-index: 2;
  }
  .header-images .sale-label4 {
    left: 80.1%;
    top: 32%;
    z-index: 2;
  }
  .header-images .sale-label3 {
    left: -6%;
    top: 72.1%;
    width: 34vw;
    height: 34vw;
    line-height: 34vw;
    z-index: 1;
  }
  .header-images .sale-label2 {
    top: -webkit-calc(100% + 135px);
    top: calc(100% + 135px);
    left: 61%;
    z-index: 2;
  }
}
.about {
  position: relative;
  padding: 100px 0 50px;
}
.about:before {
  position: absolute;
  top: -80px;
  right: -220px;
  content: "";
  width: 637px;
  height: 637px;
  background: url("../img/decor1.png") center no-repeat;
  background-size: contain;
  pointer-events: none;
}
.about h2 {
  color: #FF6985;
  text-align: center;
}

h4 {
  font-size: 30px;
  margin: 0;
  text-align: center;
  font-weight: initial;
  color: #734A7B;
}

.about-items {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "a c" "b  c";
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.about-item {
  display: -webkit-flex;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
}
.about-item .info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  color: #5F4864;
  text-align: center;
  padding: 20px 20px;
  font-size: 20px;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9E0FE), to(#F1CCF8));
  background: -webkit-linear-gradient(top, #F9E0FE, #F1CCF8);
  background: linear-gradient(to bottom, #F9E0FE, #F1CCF8);
}
.about-item .info {
  width: 50%;
}
.about-item .image {
  width: 50%;
}
.about-item .image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-item1 {
  grid-area: a;
}

.about-item2 {
  grid-area: b;
}

.about-item3 {
  grid-area: c;
}

@media (min-width: 992px) {
  .about-item3 .info {
    width: 100%;
  }
  .about-item3 .image {
    width: 100%;
  }
  .about-item3 {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .about-item3 .info {
    height: 50%;
  }
  .about-item3 .image {
    height: 50%;
  }
}
@media (max-width: 1700px) {
  .about {
    padding-top: 80px;
  }
  .about:before {
    width: 537px;
    height: 527px;
  }
  .about-items {
    margin-top: 70px;
  }
}
@media (max-width: 1535px) {
  .about:before {
    width: 487px;
    height: 487px;
  }
}
@media (max-width: 1365px) {
  .about:before {
    width: 367px;
    right: -110px;
    height: 357px;
    top: -60px;
  }
}
@media (max-width: 1199px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .about-item .info {
    line-height: 1.3;
  }
  .about-item .info p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .about-items {
    display: block;
  }
  .about-items {
    margin-top: 50px;
  }
  .about {
    padding-top: 50px;
  }
  .about-item:not(:last-child) {
    margin-bottom: 50px;
  }
  .about:before {
    top: -217px;
    right: auto;
    left: -160px;
    -webkit-transform: rotate(94deg);
            transform: rotate(94deg);
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .about-item:nth-child(odd) {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  h4 {
    font-size: 24px;
  }
  .about-item .info {
    line-height: 1.3;
  }
  .about-item .info p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .about:before {
    top: -97px;
  }
  .about h2 {
    position: relative;
    z-index: 10;
    max-width: 340px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .about h2 {
    max-width: 80vw;
    font-size: 8.6vw;
  }
  .about:before {
    top: -2vw;
    width: 62vw;
    height: 62vw;
    left: -29vw;
  }
  .about {
    padding-top: 10vw;
    padding-bottom: 5vw;
  }
  .about-items {
    margin-top: 9vw;
  }
  .about-item {
    display: block;
  }
  .about-item .info,
  .about-item .image {
    width: 100%;
  }
  .about-item .info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-item .info p {
    margin-bottom: 0;
  }
}
.overview {
  padding: 50px 0;
}
.overview .logo-box {
  color: #FF6985;
}
.overview h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.overview-gallery {
  margin-top: 30px;
}
.overview-gallery img {
  border-radius: 50px;
}

.overview-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.overview-content .col1 {
  width: 39.2%;
}
.overview-content .col2 {
  width: 54.5%;
}

.video {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}
.video:before {
  display: none;
  position: absolute;
  top: -webkit-calc(50% - 60px);
  top: calc(50% - 60px);
  left: -webkit-calc(50% - 60px);
  left: calc(50% - 60px);
  content: "";
  width: 120px;
  height: 120px;
  background: #FF6985 url("../img/play.png") center no-repeat;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.video:hover:before {
  opacity: 1;
  background-color: #FF3C60;
}
.video img {
  display: block;
  width: 100%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.video.inactive img {
  opacity: 0;
  pointer-events: none;
}

.overview-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  min-height: 163px;
  margin-top: 30px;
  padding: 15px 35px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 24px;
  background: -webkit-gradient(linear, left top, right bottom, from(#F9E0FE), to(#F1CCF8));
  background: -webkit-linear-gradient(top left, #F9E0FE, #F1CCF8);
  background: linear-gradient(to bottom right, #F9E0FE, #F1CCF8);
}

.owl-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 20px;
}
.owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F2CEF9 url("../img/arrow.png") center no-repeat !important;
}
.owl-nav button.owl-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.owl-nav button span {
  display: none;
}

.owl-dots {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}

.overview .owl-dots {
  position: relative;
  margin-top: -20px;
}

.owl-dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 5px;
  background-color: #FF6985 !important;
}
.owl-dot.active {
  width: 20px;
  background-color: #734A7B !important;
}

.overview-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  min-height: 230px;
}

.overview-content .col2 {
  position: relative;
}
.overview-content .col2:before {
  position: absolute;
  top: -320px;
  left: -62vw;
  content: "";
  width: 637px;
  height: 637px;
  background: url(../img/decor1.png) center no-repeat;
  background-size: contain;
  pointer-events: none;
  -webkit-transform: rotate(-157deg);
          transform: rotate(-157deg);
}

.overview-content .video {
  position: relative;
}

.overview-content .video:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  width: 40px;
  height: 46px;
  background: url(../img/play.png) center no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 1700px) {
  .overview-content .col2:before {
    top: -440px;
    left: -62vw;
    width: 547px;
    height: 537px;
  }
}
@media (max-width: 1535px) {
  .overview-content .col2:before {
    top: -140px;
    left: -260px;
    width: 437px;
    height: 427px;
    -webkit-transform: scale(1, -1) rotate(0deg);
            transform: scale(1, -1) rotate(0deg);
  }
}
@media (max-width: 1199px) {
  .overview-content .col2:before {
    top: 90px;
    left: 330px;
    width: 337px;
    height: 337px;
    -webkit-transform: scale(1, -1) rotate(0deg);
    transform: scale(1, -1) rotate(14deg);
    z-index: 1;
  }
  .overview-item {
    font-size: 20px;
    min-height: 150px;
  }
}
@media (max-width: 991px) {
  .overview-content {
    display: block;
  }
  .overview-content .col1,
  .overview-content .col2 {
    width: 100%;
  }
  .overview-content .col1 {
    margin-bottom: 80px;
  }
  .overview-info {
    display: block;
    min-height: initial;
    text-align: center;
  }
  .overview-content .col2:before {
    top: 170px;
    left: 510px;
    -webkit-transform: scale(1, -1) rotate(23deg);
            transform: scale(1, -1) rotate(23deg);
  }
}
@media (max-width: 767px) {
  .video:before {
    top: -webkit-calc(50% - 40px);
    top: calc(50% - 40px);
    left: -webkit-calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    background-size: 40%;
  }
  .overview-content .col2:before {
    width: 280px;
    height: 280px;
    top: 113px;
    left: 360px;
    -webkit-transform: scale(1, -1) rotate(43deg);
            transform: scale(1, -1) rotate(43deg);
  }
}
@media (max-width: 575px) {
  .overview {
    padding: 5vw 0;
  }
  .overview-content .col1 {
    margin-bottom: 13vw;
  }
  .overview-item {
    font-size: 4.6vw;
    min-height: initial;
    padding: 7vw;
  }
  .overview-content .col2:before {
    width: 54vw;
    height: 54vw;
    top: 8.5%;
    left: 57vw;
  }
}
.promo-content {
  position: relative;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.promo-content:after {
  position: absolute;
  bottom: -80px;
  left: -320px;
  content: "";
  width: 637px;
  height: 637px;
  background: url(../img/decor1.png) center right no-repeat;
  background-size: contain;
  -webkit-transform: rotate(185deg);
          transform: rotate(185deg);
  z-index: 10;
}
.promo-content:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1140px;
  height: 536px;
  background: url("../img/promo-img.jpg") center no-repeat;
  background-size: cover;
  border-radius: 50px;
}

.promo {
  overflow: hidden;
  padding: 50px 0 30px;
}
.promo h2 {
  position: relative;
  z-index: 10;
  color: #783B84;
  text-align: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.promo h2 .text-mob {
  display: none;
}

.promo h2 .text-desct {
  display: block;
}

@media (max-width: 576px) {
  .promo h2 .text-mob {
    display: block;
  }
  .promo h2 .text-desct {
    display: none;
  }
}

.lottery-box {
  position: relative;
  z-index: 10;
  width: 650px;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 31px;
  border: 25px solid #783B84;
  border-radius: 50%;
}

.lottery-round {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}

.lottery-round .lottery-items {
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.07, 0.19, 1.09);
          transition-timing-function: cubic-bezier(0.46, 0.07, 0.19, 1.09);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.lottery-round.rotate .lottery-items {
  -webkit-transition: 5s;
  transition: 5s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.07, 0.19, 1.09);
          transition-timing-function: cubic-bezier(0.46, 0.07, 0.19, 1.09);
  -webkit-transform: rotate(990.7deg);
          transform: rotate(990.7deg);
}

.lottery-round.rotated .lottery-items {
  -webkit-transform: rotate(990.7deg);
          transform: rotate(990.7deg);
}

.lottery-round.rotate + .lottery-btn,
.lottery-round.rotated + .lottery-btn {
  pointer-events: none;
  cursor: auto;
}

.lottery-items {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.lottery-items .item {
  position: absolute;
  width: 10.9%;
  height: 10.9%;
}
.lottery-items .item span {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #783B84;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: 320ms;
  transition: 320ms;
  z-index: 10;
}
.lottery-items .item--1 {
  top: 43.9%;
  left: 7.4%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.lottery-items .item--2 {
  top: 25.6%;
  left: 12.6%;
  -webkit-transform: rotate(-61deg);
          transform: rotate(-61deg);
}
.lottery-items .item--3 {
  top: 12.3%;
  left: 26%;
  -webkit-transform: rotate(-29deg);
          transform: rotate(-29deg);
}
.lottery-items .item--4 {
  top: 7.3%;
  left: 44.4%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.lottery-items .item--5 {
  top: 12.3%;
  left: 63.1%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.lottery-items .item--6 {
  top: 25.5%;
  left: 76.5%;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.lottery-items .item--7 {
  top: 43.9%;
  left: 81.5%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lottery-items .item--7:after {
  position: absolute;
  top: 45px;
  left: -webkit-calc(50% - 50px);
  left: calc(50% - 50px);
  content: "";
  width: 99px;
  height: 109px;
  background: url("../img/cursor.png") bottom no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.lottery-items .item--7.active {
  -webkit-transform: translateY(0px) translateX(52%) scale(1.1) rotate(90deg);
          transform: translateY(0px) translateX(52%) scale(1.1) rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.lottery-items .item--7.active span {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF5C00), to(#FF3D00));
  background: -webkit-linear-gradient(#FF5C00, #FF3D00);
  background: linear-gradient(#FF5C00, #FF3D00);
}
.lottery-items .item--7.active:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.lottery-items .item--8 {
  top: 62.6%;
  left: 76.5%;
  -webkit-transform: rotate(121.7deg);
          transform: rotate(121.7deg);
}
.lottery-items .item--9 {
  top: 76.1%;
  left: 63.1%;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
}
.lottery-items .item--10 {
  top: 80.8%;
  left: 44.4%;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.lottery-items .item--11 {
  top: 76.1%;
  left: 26%;
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
}
.lottery-items .item--12 {
  top: 62.6%;
  left: 12.4%;
  -webkit-transform: rotate(-125deg);
          transform: rotate(-125deg);
}

.lottery-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  top: -webkit-calc(50% - 20px - 23.35%);
  top: calc(50% - 20px - 23.35%);
  left: 26.65%;
  width: 46.7%;
  height: 46.7%;
  border: 20px solid #783B84;
  border-radius: 50%;
  background-color: #FBFF21;
  font-weight: 500;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  z-index: 20;
  cursor: pointer;
}
.lottery-btn:before {
  position: absolute;
  top: -41px;
  left: -webkit-calc(50% - 18px);
  left: calc(50% - 18px);
  content: "";
  width: 36px;
  height: 33px;
  background: url("../img/triangle.png") center no-repeat;
  background-size: contain;
}

.promo-info {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  text-align: center;
  padding: 50px;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9E0FE), to(#F1CCF8));
  background: -webkit-linear-gradient(top, #F9E0FE, #F1CCF8);
  background: linear-gradient(to bottom, #F9E0FE, #F1CCF8);
  margin-top: -380px;
  z-index: 10;
  width: 940px;
  left: -webkit-calc(50% - 470px);
  left: calc(50% - 470px);
}
.promo-info:before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  width: 100%;
  height: 85px;
  background-color: #FFF3F0;
}
.promo-info:after {
  position: absolute;
  bottom: -120px;
  right: -330px;
  content: "";
  width: 552px;
  height: 416px;
  background: url(../img/header-img2.png) center no-repeat;
  background-size: contain;
}
.promo-info .item1 {
  -webkit-order: 1;
          order: 1;
}
.promo-info .item2 {
  -webkit-order: 3;
          order: 3;
}
.promo-info .promo-sale-text {
  -webkit-order: 2;
          order: 2;
  width: -webkit-calc(100% - 460px);
  width: calc(100% - 460px);
  max-width: 300px;
  padding-top: 170px;
}
.promo-info .item {
  width: 230px;
  font-size: 24px;
  font-weight: 500;
}
.promo-info .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 15px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 64px;
  font-size: 16px;
  background: url("../img/icon1.png") center no-repeat;
  background-size: contain;
}

.lottery-text .big-text {
  font-size: 50px;
  font-weight: bold;
}

@media (max-width: 1535px) {
  .promo-content:after {
    bottom: -80px;
    left: -250px;
    width: 547px;
    height: 547px;
  }
  .promo-info:after {
    bottom: -140px;
    right: -270px;
    width: 522px;
    height: 416px;
  }
}
@media (max-width: 1365px) {
  .promo-content:after {
    bottom: -110px;
    left: -200px;
    width: 507px;
    height: 507px;
  }
  .promo-info:after {
    bottom: -170px;
    right: -210px;
    width: 462px;
    height: 416px;
  }
}
@media (max-width: 1199px) {
  .promo-content:before {
    width: 100%;
  }
  .promo-info {
    width: 860px;
    left: -webkit-calc(50% - 430px);
    left: calc(50% - 430px);
  }
  .promo {
    padding-bottom: 0;
  }
  .promo-info .item {
    font-size: 20px;
  }
  .promo-info:after {
    bottom: -100px;
    right: -130px;
    width: 392px;
    height: 296px;
  }
  .promo-content:after {
    left: -110px;
    width: 387px;
    height: 387px;
    bottom: -70px;
  }
}
@media (max-width: 991px) {
  .promo-content {
    padding-top: 30px;
  }
  .promo-content:before {
    height: 355px;
  }
  .promo-info:after {
    display: none;
    background: none;
  }
  .lottery-box {
    margin-bottom: -83px;
  }
  .promo-content:after {
    left: -100px;
    width: 267px;
    height: 277px;
    bottom: 20px;
  }
  .promo-info:before {
    position: absolute;
    top: 0;
    left: -webkit-calc(50% - 150vw);
    left: calc(50% - 150vw);
    content: "";
    width: 300vw;
    height: 300vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#F9E0FE), to(#F1CCF8));
    background: -webkit-linear-gradient(top, #F9E0FE, #F1CCF8);
    background: linear-gradient(to bottom, #F9E0FE, #F1CCF8);
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .promo-content {
    padding-left: 30px;
    padding-right: 30px;
    min-height: 935px;
  }
  .promo-info {
    margin-top: -417px;
  }
  .lottery-box {
    left: -webkit-calc(50% - 350px);
    left: calc(50% - 350px);
    width: 700px;
    height: 700px;
  }
  .lottery-items .item {
    font-size: 16px;
  }
  .promo-content:before {
    height: 315px;
  }
  .promo-content:after {
    background: none;
  }
  .promo-info {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 250px;
    padding-bottom: 30px;
  }
  .promo-info .promo-sale-text {
    width: 100%;
    max-width: initial;
    padding-top: 0;
    -webkit-order: 1;
            order: 1;
  }
  .promo-info .item1 {
    -webkit-order: 2;
            order: 2;
  }
  .promo-info .item2 {
    -webkit-order: 3;
            order: 3;
  }
  .lottery-box {
    margin-bottom: 0;
  }
  .promo-info .item {
    width: 48%;
    margin-top: 30px;
  }
  .promo-info {
    left: -1px;
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .lottery-box {
    left: -webkit-calc(50% - 275px);
    left: calc(50% - 275px);
    width: 550px;
    height: 550px;
  }
  .promo {
    padding-top: 13vw;
  }
  .promo-content:before {
    height: 78.6vw;
  }
  .promo-content {
    min-height: 208vw;
    padding-left: 0;
    padding-right: 0;
  }
  .promo-info {
    margin-top: -80vw;
  }
  .lottery-box {
    left: -webkit-calc(50% - 67.5vw);
    left: calc(50% - 67.5vw);
    width: 135vw;
    height: 135vw;
    border: 5vw solid #783B84;
  }
  .lottery-btn:before {
    top: -17%;
    left: -webkit-calc(50% - 3.5vw);
    left: calc(50% - 3.5vw);
    width: 7vw;
    height: 7vw;
  }
  .lottery-text .big-text {
    font-size: 12vw;
  }
  .lottery-btn {
    font-size: 5vw;
    padding: 6vw 2vw 2vw;
    border: 3.7vw solid #783B84;
  }
  .lottery-items .item--7:after {
    top: 13%;
    left: -10%;
    content: "";
    width: 120%;
    height: 200%;
  }
  .promo-info {
    padding: 46vw 4vw 0;
  }
  .promo-info .promo-sale-text {
    font-size: 4.8vw;
  }
  .promo-info .item {
    margin-top: 8vw;
    font-size: 4.3vw;
    padding: 0;
  }
  .promo-info .icon {
    width: 16.3vw;
    height: 16.3vw;
    margin-bottom: 5vw;
    line-height: 16.3vw;
    font-size: 4vw;
  }
  .promo-content {
    padding-top: 5vw;
  }
  .promo h2 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.cards {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, right bottom, from(#FF90A2), to(#D9A784));
  background: -webkit-linear-gradient(top left, #FF90A2, #D9A784);
  background: linear-gradient(to bottom right, #FF90A2, #D9A784);
  color: #5F4864;
}
.cards:before {
  position: absolute;
  top: 100px;
  left: -webkit-calc(50% - 990px);
  left: calc(50% - 990px);
  content: "";
  width: 340px;
  height: 600px;
  background: url("../img/decor2.png") center top no-repeat;
  background-size: contain;
  opacity: 0.6;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.cards:after {
  position: absolute;
  top: 100px;
  right: -webkit-calc(50% - 990px);
  right: calc(50% - 990px);
  content: "";
  width: 340px;
  height: 600px;
  background: url("../img/decor2.png") center top no-repeat;
  background-size: contain;
  opacity: 0.6;
}
.cards h2 {
  color: #783B84;
  line-height: 1.5;
  text-align: center;
}
.cards h2 .big-text {
  font-size: 48px;
}

@media (min-width: 1919px) {
  .cards:after {
    right: -webkit-calc(50% - 50vw);
    right: calc(50% - 50vw);
  }
  .cards:before {
    left: -webkit-calc(50% - 50vw);
    left: calc(50% - 50vw);
  }
}
.card-images {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
.card-images a {
  display: block;
  width: 15.5%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(95, 72, 100, 0.5);
}
.card-images a img {
  display: block;
  width: 100%;
}

.card {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-radius: 50px;
  background-color: #FFF3F0;
  margin-top: 70px;
  padding: 50px;
}
.card:nth-child(odd):before {
  background-image: url("../img/card-decor2.png");
}
.card:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 426px;
  height: 416px;
  background: url("../img/card-decor1.png") center no-repeat;
  background-size: contain;
}

.card-left {
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 56.6%;
}

.card-image img {
  position: relative;
  left: -30px;
  display: block;
  width: -webkit-calc(100% + 90px);
  width: calc(100% + 90px);
}

.card-right {
  width: 40%;
}
.card-right .head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.card-right .ratting img {
  display: inline-block;
  margin: 0 1px;
}
.card-right h3 {
  color: #FF6985;
  margin-right: 10px;
}
.card-right .price-diff {
  color: #222;
}
.card-right .price-diff .icon {
  position: relative;
  top: 5px;
}
.card-right .price-diff .price-diff-value {
  color: #FF5C00;
  font-weight: 500;
}

.prices {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
          align-items: baseline;
  margin-bottom: 10px;
}

.old-price {
  position: relative;
  font-size: 24px;
  margin-right: 15px;
  padding: 0 10px;
  color: #333;
}
.old-price:before {
  position: absolute;
  left: 0;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FF0000;
}

.new-price {
  font-size: 30px;
  font-weight: bold;
  color: #FF3D00;
}

.form-group {
  position: relative;
  border: 1px solid rgba(95, 72, 100, 0.5);
  border-radius: 25px;
  margin: 0 auto 10px;
}

.form-group--name:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 55px;
  height: 100%;
  background: #FCD4DC url("../img/icon-name.png") center no-repeat;
  border-radius: 25px 0 0 25px;
  pointer-events: none;
}

.form-group--phone:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 55px;
  height: 100%;
  background: #FCD4DC url("../img/icon-phone.png") center no-repeat;
  border-radius: 25px 0 0 25px;
  pointer-events: none;
}

.form-group--select {
  display: block;
}
.form-group--select select {
  display: block;
  width: 100%;
  border-radius: 25px;
  background: none;
  height: 50px;
  padding-left: 75px;
  font-size: 16px;
  color: inherit;
}

.form-group--select:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 55px;
  height: 100%;
  background: #FCD4DC url("../img/arrow-select.png") center no-repeat;
  border-radius: 25px 0 0 25px;
  pointer-events: none;
}

.form-control {
  display: block;
  padding: 0 20px 0 75px;
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 25px;
  color: #5F4864;
}

.card-list {
  margin: 10px 0;
}
.card-list li {
  margin-bottom: 3px;
}
.card-list li:last-child {
  margin-bottom: 0;
}

.btn-card {
  display: block;
  width: 100%;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 20px;
  color: #fff;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right bottom, from(#FF5C00), to(#FF3D00));
  background: -webkit-linear-gradient(top left, #FF5C00, #FF3D00);
  background: linear-gradient(to bottom right, #FF5C00, #FF3D00);
}

.text-red {
  color: #FF3D00;
}

.card .sale-text {
  font-size: 18px;
}

.order-form {
  max-width: 360px;
  width: 100%;
}

.delivery {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  max-width: 542px;
  margin: 50px auto 0;
  font-size: 18px;
  padding: 15px 50px;
  color: #5F4864;
  background-color: #FFF3F0;
  border-radius: 20px;
}
.delivery .logo {
  width: 140px;
}
.delivery .text {
  width: -webkit-calc(100% - 140px - 30px);
  width: calc(100% - 140px - 30px);
}

.success-part {
  display: none;
}

.success-part.active {
  display: block;
}

@media (max-width: 1700px) {
  .cards:before {
    width: 250px;
    left: -webkit-calc(50% - 860px);
    left: calc(50% - 860px);
  }
  .cards:after {
    width: 250px;
    right: -webkit-calc(50% - 860px);
    right: calc(50% - 860px);
  }
}
@media (max-width: 1365px) {
  .cards:before {
    left: -webkit-calc(50% - 710px);
    left: calc(50% - 710px);
  }
  .cards:after {
    right: -webkit-calc(50% - 710px);
    right: calc(50% - 710px);
  }
}
@media (max-width: 1199px) {
  .cards:before {
    display: none;
  }
  .cards:after {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .card-list {
    margin: 30px 0;
  }
  .card-images {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .card-images a {
    width: 32.3%;
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cards {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .card {
    display: block;
    padding-left: 100px;
    padding-right: 100px;
  }
  .card-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .card-right {
    width: 100%;
    text-align: center;
  }
  .card-right .head {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .prices {
    -webkit-justify-content: center;
            justify-content: center;
    margin: 15px 0;
  }
  .order-form {
    max-width: 400px;
    margin: 15px auto 0;
  }
  .card-image img {
    left: -20px;
    width: -webkit-calc(100% + 70px);
    width: calc(100% + 70px);
  }
}
@media (max-width: 767px) {
  .cards {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .cards h2 .big-text {
    font-size: 40px;
  }
  .card {
    margin-top: 50px;
    padding: 30px 15px;
  }
  .card .sale-text {
    margin-top: 15px;
  }
  .delivery {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cards {
    padding-top: 7vw;
    padding-bottom: 11vw;
  }
  .cards h2 .big-text {
    font-size: 9.8vw;
  }
  .card {
    padding-top: 8vw;
    margin-top: 9vw;
    overflow: hidden;
  }
  .card .logo {
    width: 30%;
  }
  .card .logo img {
    display: block;
    width: 100%;
  }
  .card-image img {
    left: -webkit-calc(-1vw - 15px);
    left: calc(-1vw - 15px);
    width: -webkit-calc(104.3vw - 15px);
    width: calc(104.3vw - 15px);
    margin-bottom: -4vw;
  }
  .card:before {
    top: -36vw;
    left: -19vw;
    width: 95%;
    height: 100%;
    background-position: left top;
  }
  .card-images {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .card-images a {
    width: -webkit-calc(33.3333333333% - 5px);
    width: calc(33.3333333333% - 5px);
    margin-bottom: 10px;
  }
  .card-left {
    margin-bottom: 0;
  }
  h3 {
    font-size: 8.25vw;
  }
  .card-list {
    text-align: left;
  }
  .old-price {
    margin-right: 4vw;
    font-size: 5.5vw;
  }
  .prices {
    margin: 2vw 0;
  }
  .card-right .price-diff {
    font-size: 6vw;
  }
  .new-price {
    font-size: 8.3vw;
  }
  .card h3, .card .ratting {
    margin: 5px;
  }
  .card:nth-child(odd):before {
    top: -31.4vw;
  }
  .delivery {
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 20px 30px;
  }
  .delivery .text {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
@media (max-width: 413px) {
  .card-list {
    font-size: 18px;
  }
  .form-control,
  .form-group--select select {
    padding-left: 65px;
  }
}
.reviews {
  position: relative;
  padding: 100px 0 50px;
}
.reviews h2 {
  color: #FF6985;
}

.reviews-content {
  position: relative;
  width: 100%;
  max-width: 555px;
}
.reviews-content:after {
  position: absolute;
  top: 10px;
  left: -webkit-calc(100% + 50px);
  left: calc(100% + 50px);
  content: "";
  width: 49vw;
  height: 490px;
  background: url("../img/review-img.jpg") top left no-repeat;
  background-size: cover;
  border-radius: 50px 0 0 50px;
}

.reviews-head {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
.reviews-head h3 {
  width: 46%;
  color: #FF6985;
  font-weight: bold;
}

.reviews-ratting {
  width: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9E0FE), to(#F1CCF8));
  background: -webkit-linear-gradient(#F9E0FE, #F1CCF8);
  background: linear-gradient(#F9E0FE, #F1CCF8);
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  border-radius: 25px;
}
.reviews-ratting .ratting {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 5px auto 10px;
}
.reviews-ratting .text1 .value {
  font-size: 36px;
}

.reviews .ratting img {
  margin-left: 2px;
  margin-right: 2px;
}

.review {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  min-height: 310px;
  color: #5F4864;
}

.review-head {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
.review-head .name {
  font-weight: 600;
}

.reviews-inner {
  width: 100%;
  max-width: 415px;
  margin: 50px auto 0;
}

.review {
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9E0FE), to(#F1CCF8));
  background: -webkit-linear-gradient(#F9E0FE, #F1CCF8);
  background: linear-gradient(#F9E0FE, #F1CCF8);
  padding: 30px;
}

.review-body {
  line-height: 1.5;
  font-size: 18px;
}

.review-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.review-date {
  color: #666666;
}

.reviews-btn-wrapp {
  margin-top: 15px;
  text-align: center;
}

.reviews-inner img {
  display: initial !important;
  width: initial !important;
}

.ratting {
  display: -webkit-flex;
  display: flex;
}

.reviews .owl-dots {
  margin-top: 10px;
}
.reviews .owl-dot {
  background-color: #F2CEF9 !important;
}
.reviews .owl-dot.active {
  background-color: #734A7B !important;
}
.reviews .btn-styles {
  margin: 50px auto 0;
}
.reviews .owl-nav {
  margin-bottom: -30px;
}

@media (min-width: 576px) {
  .reviews .owl-nav {
    position: absolute;
    top: -webkit-calc(50% - 50px);
    top: calc(50% - 50px);
    left: -webkit-calc(50% - 277.5px);
    left: calc(50% - 277.5px);
    width: 555px;
    pointer-events: none;
  }
  .reviews .owl-nav button {
    pointer-events: auto;
  }
}
@media (max-width: 1199px) {
  .reviews-content:after {
    width: 39.2vw;
    background: url("../img/review-img-2.jpg") left top;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .reviews-content {
    max-width: initial;
  }
  .reviews-inner {
    margin-left: 70px;
  }
  .reviews {
    padding-top: 50px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .reviews-content:after {
    left: 330px;
    top: auto;
    bottom: -90px;
    width: 482px;
    height: 363px;
    background: url(../img/header-img2.png) center no-repeat;
    background-size: contain;
  }
  .reviews-btn-wrapp {
    max-width: 555px;
  }
  .reviews .btn-styles {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .reviews-content:after {
    display: none;
    background: none;
  }
  .reviews-inner {
    max-width: 405px;
  }
}
@media (max-width: 575px) {
  .reviews {
    padding-top: 8vw;
    padding-bottom: 11vw;
  }
  .reviews-head {
    display: block;
  }
  .reviews-head h3 {
    width: 100%;
    text-align: center;
  }
  .reviews-ratting {
    width: 100%;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vw;
  }
  .reviews-inner {
    max-width: initial;
    margin: 5vw 0;
    width: 100%;
  }
  .reviews .btn-styles {
    margin-top: 6vw;
  }
}