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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
*[hidden] {
  display: none;
}
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;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@font-face {
  font-family: 'Canela Web';
  src: url('../fonts/anela-Thin-Web.woff2') format('woff2'),
       url('../fonts/Canela-Thin-Web.woff') format('woff');
  font-weight:  100;
  font-style:   normal;
  font-stretch: normal;
}

.Canela-Thin-Web {
  font-family: 'Canela Web';
  font-weight:  100;
  font-style:   normal;
  font-stretch: normal;
}


@font-face {
  font-family: 'Canela Text Web';
  src: url('../fonts/CanelaText-Light-Web.woff2') format('woff2'),
       url('../fonts/CanelaText-Light-Web.woff') format('woff');
  font-weight:  300;
  font-style:   normal;
  font-stretch: normal;
}

.CanelaText-Light-Web {
  font-family: 'Canela Text Web';
  font-weight:  300;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url("../fonts/AvenirNextCyr-Light.eot");
  src: local('Avenir Next Cyr Light'), local('AvenirNextCyr-Light'), url("../fonts/AvenirNextCyr-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/AvenirNextCyr-Light.woff") format('woff'), url("../fonts/AvenirNextCyr-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Cyr';
  src: url("../fonts/AvenirNextCyr-Medium.eot");
  src: local('Avenir Next Cyr Medium'), local('AvenirNextCyr-Medium'), url("../fonts/AvenirNextCyr-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/AvenirNextCyr-Medium.woff") format('woff'), url("../fonts/AvenirNextCyr-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Cyr';
  src: url("../fonts/AvenirNextCyr-Regular.eot");
  src: local('Avenir Next Cyr Regular'), local('AvenirNextCyr-Regular'), url("../fonts/AvenirNextCyr-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/AvenirNextCyr-Regular.woff") format('woff'), url("../fonts/AvenirNextCyr-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Cyr';
  src: url("../fonts/AvenirNextCyr-Bold.eot");
  src: local('Avenir Next Cyr Bold'), local('AvenirNextCyr-Bold'), url("../fonts/AvenirNextCyr-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/AvenirNextCyr-Bold.woff") format('woff'), url("../fonts/AvenirNextCyr-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  18% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  20% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  18% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  20% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
}
@-webkit-keyframes ripple-btn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple-btn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoom-12 {
  0% {
    z-index: 2;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  4.2% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  8.35% {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 2;
  }
  8.36% {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom-12 {
  0% {
    z-index: 2;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  4.2% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  8.35% {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 2;
  }
  8.36% {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes blinkend {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
}
@keyframes blinkend {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
}
@-webkit-keyframes blick {
  0% {
    left: 0;
  }
  70% {
    left: 120%;
  }
  100% {
    left: 130%;
  }
}
@keyframes blick {
  0% {
    left: 0;
  }
  70% {
    left: 120%;
  }
  100% {
    left: 130%;
  }
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
@-webkit-keyframes up-down-border {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  45% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes up-down-border {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  45% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes move-3 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  8% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  16% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  33% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes move-3 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  8% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  16% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  33% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  15% {
    -webkit-transform: rotate(480deg);
    transform: rotate(480deg);
  }
  25% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  15% {
    -webkit-transform: rotate(480deg);
    transform: rotate(480deg);
  }
  25% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: 'Avenir Next Cyr', Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  font-weight: normal;
  line-height: 1.25;
}
h1,h2{
  font-family: 'Canela Web';
  font-weight:  100!important;
  font-style:   normal;
  font-stretch: normal;
}
.wrap {
  position: relative;
  overflow: hidden;
  color: #441a30;
  background-color: #fff;
  padding-left: 270px;
}
.wrap._thanks {
  min-height: 100vh;
}
@media (max-width: 1440px) {
  .wrap {
    padding-left: 240px;
  }
}
@media (max-width: 980px) {
  .wrap {
    padding-left: 0;
  }
}
.wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}
.container {
  width: 100%;
  padding: 0 6.5%;
}
.modals {
  display: none;
}
.modal {
  position: relative;
  display: inline-block;
}
._hidden {
  display: none;
}
select,
input,
textarea,
button {
 /* font-family: inherit;
  color: inherit;
  background-color: transparent;
  border: none;*/
}
select::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
button::-webkit-input-placeholder {
  color: currentColor;
}
select::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
button::-moz-placeholder {
  color: currentColor;
}
select:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
button:-ms-input-placeholder {
  color: currentColor;
}
select::-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
button::-ms-input-placeholder {
  color: currentColor;
}
select::placeholder,
input::placeholder,
textarea::placeholder,
button::placeholder {
  color: currentColor;
}
*:focus {
  outline: none;
}
b {
  font-weight: bold;
}
a {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button {
  line-height: 1.2;
  font-weight: normal;
}
h1._center,
h2._center,
h3._center,
h4._center,
h5._center,
h6._center,
p._center,
a._center,
button._center,
h1 ._center,
h2 ._center,
h3 ._center,
h4 ._center,
h5 ._center,
h6 ._center,
p ._center,
a ._center,
button ._center {
  text-align: center;
}
h1._right,
h2._right,
h3._right,
h4._right,
h5._right,
h6._right,
p._right,
a._right,
button._right,
h1 ._right,
h2 ._right,
h3 ._right,
h4 ._right,
h5 ._right,
h6 ._right,
p ._right,
a ._right,
button ._right {
  text-align: right;
}
h1._primary,
h2._primary,
h3._primary,
h4._primary,
h5._primary,
h6._primary,
p._primary,
a._primary,
button._primary,
h1 ._primary,
h2 ._primary,
h3 ._primary,
h4 ._primary,
h5 ._primary,
h6 ._primary,
p ._primary,
a ._primary,
button ._primary {
  color: #f49cbe;
}
h1._bold,
h2._bold,
h3._bold,
h4._bold,
h5._bold,
h6._bold,
p._bold,
a._bold,
button._bold,
h1 ._bold,
h2 ._bold,
h3 ._bold,
h4 ._bold,
h5 ._bold,
h6 ._bold,
p ._bold,
a ._bold,
button ._bold {
  font-weight: bold;
}
h1._medium,
h2._medium,
h3._medium,
h4._medium,
h5._medium,
h6._medium,
p._medium,
a._medium,
button._medium,
h1 ._medium,
h2 ._medium,
h3 ._medium,
h4 ._medium,
h5 ._medium,
h6 ._medium,
p ._medium,
a ._medium,
button ._medium {
  font-weight: 500;
}
h1._light,
h2._light,
h3._light,
h4._light,
h5._light,
h6._light,
p._light,
a._light,
button._light,
h1 ._light,
h2 ._light,
h3 ._light,
h4 ._light,
h5 ._light,
h6 ._light,
p ._light,
a ._light,
button ._light {
  font-weight: 300;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span,
a span,
button span {
  position: relative;
}
h1 {
  font-size: 4.8rem;
}
h1._sm {
  font-size: 3.6rem;
}
h1._xs {
  font-size: 3rem;
}
h2 {
  font-size: 4rem;
}
h2._lg {
  font-size: 5.4rem;
}
h2._sm {
  font-size: 3.6rem;
}
h3 {
  font-size: 2.4rem;
  line-height: 1.4;
}
h3._lg {
  font-size: 3rem;
}
h3._sm {
  font-size: 2.2rem;
}
h4 {
  font-size: 2rem;
}
h5 {
  font-size: 1.6rem;
}
h6 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #d39707;
}
a,
p {
  font-size: 1.8rem;
  line-height: 1.4;
}
a._xl,
p._xl {
  font-size: 2.4rem;
}
a._lg,
p._lg {
  font-size: 2rem;
}
a._sm,
p._sm {
  font-size: 1.6rem;
}
@media (min-width: 1920px) {
  h1 {
    font-size: 2.5vw;
  }
  h1._sm,
  h1._xs {
    font-size: 1.8vw;
  }
  h2 {
    font-size: 2vw;
  }
  h2._sm {
    font-size: 1.8vw;
  }
  h2._lg {
    font-size: 2.8vw;
  }
  h3 {
    font-size: 1.25vw;
  }
  h3._sm {
    font-size: 1.15vw;
  }
  h3._lg {
    font-size: 1.5625vw;
  }
  h4 {
    font-size: 1vw;
  }
  h6 {
    font-size: 0.8vw;
  }
  a,
  p {
    font-size: 0.9375vw;
  }
  a._xl,
  p._xl {
    font-size: 1.25vw;
  }
  a._lg,
  p._lg {
    font-size: 1vw;
  }
  a._sm,
  p._sm {
    font-size: 0.9vw;
  }
}
@media (max-width: 780px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.6rem;
  }
  h2._lg {
    font-size: 4rem;
  }
  h3 {
    font-size: 2rem;
  }
  h3._sm {
    font-size: 1.8rem;
  }
  h3._lg {
    font-size: 2.4rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  h6 {
    font-size: 1.4rem;
    letter-spacing: 0.3em;
  }
  a,
  p {
    font-size: 1.6rem;
  }
  a._lg,
  p._lg {
    font-size: 1.8rem;
  }
  a._xl,
  p._xl {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 3.2rem;
  }
  h1._sm {
    font-size: 3rem;
  }
  h1._xs {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 3rem;
  }
  h2._lg {
    font-size: 3.2rem;
  }
  h2._sm {
    font-size: 3rem;
  }
  h3 {
    font-size: 1.9rem;
  }
  h3._sm {
    font-size: 1.7rem;
  }
  h3._lg {
    font-size: 2.2rem;
  }
}
img {
  display: block;
  width: 100%;
}
a,
button {
  cursor: pointer;
}
a:focus,
button:focus {
  outline: none;
}
a {
  text-decoration: none;
}
button {
  border: none;
  background-color: transparent;
  padding: 0;
}
svg {
  fill: currentColor;
}
.btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 20px 36px 20px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  background: -o-linear-gradient(20deg, #f5b5cd, #f49cbe);
  background: linear-gradient(70deg, #f5b5cd, #f49cbe);
  border-radius: 28px;
  -webkit-box-shadow: 0 18px 40px rgba(244,156,190,0.45);
  box-shadow: 0 18px 40px rgba(244,156,190,0.45);
  -webkit-transition: -webkit-box-shadow 0.28s ease-out;
  transition: -webkit-box-shadow 0.28s ease-out;
  -o-transition: box-shadow 0.28s ease-out;
  transition: box-shadow 0.28s ease-out;
  transition: box-shadow 0.28s ease-out, -webkit-box-shadow 0.28s ease-out;
}
.btn__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 18px;
  width: 18px;
  margin-left: 8px;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn:hover {
  -webkit-box-shadow: 0 18px 40px rgba(244,156,190,0.7);
  box-shadow: 0 18px 40px rgba(244,156,190,0.7);
}
.btn._center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.btn._ripple {
  -webkit-animation: ripple-btn 1.8s infinite linear;
  animation: ripple-btn 1.8s infinite linear;
  -webkit-animation-play-state: running;
  -animation-play-state: running;
}
.btn._ripple:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.btn._blick {
  position: relative;
  overflow: hidden;
}
.btn._blick:hover::after {
  opacity: 0;
}
.btn._blick::after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -15px;
  left: -15px;
  display: block;
  margin-left: -1px;
  -webkit-box-shadow: 0 0 15px 3px #fff;
  box-shadow: 0 0 15px 3px #fff;
  background: 0 0;
  -webkit-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  transform: rotate(38deg);
  -webkit-animation: blick 2s ease-out infinite;
  animation: blick 2s ease-out infinite;
  opacity: 1;
  -webkit-transition: opacity 0.28s ease-out;
  -o-transition: opacity 0.28s ease-out;
  transition: opacity 0.28s ease-out;
}
.call {
  margin-top: 10px;
}
.call__icon {
  width: 16px;
  height: 16px;
  color: #fff;
}
.call__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background-color: #f49cbe;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 21px rgba(244,156,190,0.75);
  box-shadow: 0 0 21px rgba(244,156,190,0.75);
}
.call__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 7px 22px;
  font-size: 1.8rem;
  font-weight: 800;
  color: #f49cbe;
  opacity: 1;
  -webkit-transition: opacity 0.28s ease-out;
  -o-transition: opacity 0.28s ease-out;
  transition: opacity 0.28s ease-out;
}
.header .call__tel {
  background-color: #fce1eb;
  border-radius: 20px;
}
.call__tel span {
  letter-spacing: 0.025em;
}
.call__tel:hover {
  opacity: 0.7;
}
@media (max-width: 780px) {
  .call__tel {
    font-size: 1.6rem;
  }
}
.header._desktop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 270px;
  padding: 50px 2% 2%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header._mobile {
  display: none;
}
.header__content {
  width: 100%;
}
.header__logo {
  margin-bottom: 72px;
  width: 45%;
}
.header__shopping-btn {
  width: 100%;
  min-height: 58px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 78px;
  background-color: #fff4f8;
  -webkit-transition: background 0.28s ease-out;
  -o-transition: background 0.28s ease-out;
  transition: background 0.28s ease-out;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.header__shopping-btn:hover {
  background-color: rgba(244,156,190,0.25);
}
.header__shopping-text {
  font-size: 1.2rem;
}
.header__shopping-num {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  text-align: center;
  line-height: 24px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #f49cbe;
  border-radius: 50%;
}
.header__phone {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1.6rem;
}
.header__phone-icon {
  opacity: 0.3;
  height: 24px;
  width: 24px;
  margin-right: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: opacity 0.28s ease-out, color 0.28s ease-out;
  -o-transition: opacity 0.28s ease-out, color 0.28s ease-out;
  transition: opacity 0.28s ease-out, color 0.28s ease-out;
}
.header__phone-text {
  opacity: 0.5;
  -webkit-transition: opacity 0.28s ease-out, color 0.28s ease-out;
  -o-transition: opacity 0.28s ease-out, color 0.28s ease-out;
  transition: opacity 0.28s ease-out, color 0.28s ease-out;
}
.header__phone:not(last-child) {
  margin-bottom: 0.7em;
}
.header__phone:hover .header__phone-text,
.header__phone:hover .header__phone-icon {
  opacity: 1;
}
.header__phone:hover._app {
  color: #80d274;
}
.header__social {
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .header._desktop {
    width: 240px;
    padding: 2% 1%;
  }
  .header__logo {
    margin-bottom: 6.5vh;
  }
}
@media (max-width: 980px) {
  .header._desktop {
    display: none;
  }
  .header._mobile {
    display: block;
  }
  .header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 12px 2.5%;
    background-color: #fff;
  }
  .header__row._top {
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .header__row._bottom {
    z-index: 4;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .header__menu {
    position: fixed;
    z-index: 4;
    top: 96px;
    left: 0;
    bottom: 51px;
    width: 300px;
    max-width: 80%;
    padding: 16px 2.5vw;
    -webkit-transition: -webkit-transform 0.28s ease-out;
    transition: -webkit-transform 0.28s ease-out;
    -o-transition: transform 0.28s ease-out;
    transition: transform 0.28s ease-out;
    transition: transform 0.28s ease-out, -webkit-transform 0.28s ease-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #fff;
  }
  .header__menu._open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header__menu-btn {
    cursor: pointer;
  }
  .header__logo {
    width: auto;
    width: auto;
    margin: 0;
    margin-right: 12px;
  }
}
@media (max-width: 560px) {
  .header__row {
    padding: 8px 2.5%;
  }
  .header__menu {
    top: 64px;
  }
}
.footer {
  padding: 32px 6.5625% 40px;
  background-color: #fffcfd;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__link {
  font-size: 1.4rem;
  opacity: 0.3;
}
.footer__copy {
  font-size: 1.4rem;
  opacity: 0.3;
}
@media (max-width: 980px) {
  .footer {
    padding-bottom: 90px;
  }
}
@media (max-width: 780px) {
  .footer {
    padding: 24px 2.5% 80px;
  }
}
.mfp-bg {
  background-color: #441a30;
  opacity: 0.6;
}
.modal {
  position: relative;
  z-index: 1;
  display: block;
  width: calc(100% - 30px);
  max-width: 780px;
  padding: 48px 60px 42px;
  margin: 20px auto;
  border-radius: 36px;
  -webkit-box-shadow: 0 0 70px rgba(68,26,48,0.19);
  box-shadow: 0 0 70px rgba(68,26,48,0.19);
  background: #fff;
}
.modal__close {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 24px;
  display: block;
  width: 20px;
  height: 20px;
  color: #441a30;
  opacity: 1;
  -webkit-transition: opacity 0.28s ease-out;
  -o-transition: opacity 0.28s ease-out;
  transition: opacity 0.28s ease-out;
}
.modal__close:hover {
  opacity: 0.5;
}
.modal__title {
  margin-bottom: 1.1em;
}
.modal__subtitle {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.modal__text {
  margin-bottom: 0.3em;
}
.modal__link {
  text-decoration: underline;
}
.modal__link:hover {
  text-decoration: none;
}
@media (max-width: 980px) {
  .modal {
    padding: 36px 5%;
    border-radius: 24px;
  }
}
.nav__item:not(:last-child) {
  margin-bottom: 32px;
}
.nav__href {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  text-transform: uppercase;
  -webkit-transition: color 0.28s ease-out;
  -o-transition: color 0.28s ease-out;
  transition: color 0.28s ease-out;
}
.nav__href:hover {
  color: #f7ca63;
}
.nav__href:hover .nav__icon {
  opacity: 1;
}
.nav__icon {
  height: 16px;
  width: 16px;
  margin-left: 20px;
  color: #f7ca63;
  opacity: 0;
  -webkit-transition: opacity 0.28s ease-out;
  -o-transition: opacity 0.28s ease-out;
  transition: opacity 0.28s ease-out;
}
.nav__btn-open {
  display: none;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social__item:not(:last-child) {
  margin-right: 12px;
}
.social__link {
  display: block;
  /*color: #f49cbe;*/
  opacity: 1;
  -webkit-transition: opacity 0.28s ease-out;
  -o-transition: opacity 0.28s ease-out;
  transition: opacity 0.28s ease-out;
}
.social__link:hover {
  opacity: 0.7;
}
.social__icon {
  height: 30px;
  width: 30px;
}
.agree {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #441a30;
  opacity: 0.47;
}
.agree__icon {
  width: 6px;
  height: 6px;
}
.agree__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  margin-right: 6px;
  border: 1px solid currentColor;
  border-radius: 2px;
}
.agree__text {
  font-size: 1rem;
}
.agree__link {
  font-size: 1rem;
  text-decoration: underline;
}
.cake-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cake-hover__content {
  width: 390px;
  max-width: 50%;
  padding-left: 6.5625%;
  padding-top: 88px;
}
.cake-hover__title {
  position: relative;
  padding-right: 90px;
  margin-bottom: 1.6em;
}
.cake-hover__title::after {
  content: '';
  position: absolute;
  top: 0.7em;
  right: 82px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 120px;
  height: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7ca63), to(#d39707));
  background: -o-linear-gradient(bottom, #f7ca63, #d39707);
  background: linear-gradient(0deg, #f7ca63, #d39707);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.cake-hover__text {
  line-height: 1.7;
}
.cake-hover__text:not(:last-child) {
  margin-bottom: 1.6em;
}
.cake-hover__slides {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding-left: 13%;
  padding-top: 26px;
}
.cake-hover__slides-wrapper {
  position: relative;
  width: 45.5%;
  padding-bottom: 44.5%;
}
.cake-hover__slides-wrapper::before {
  content: '';
  position: absolute;
  top: -22.7%;
  right: 0;
  display: block;
  width: 138%;
  height: 0;
  padding-top: 125%;
  background: url("../img/slider-plate.png") center right no-repeat;
  background-size: contain;
}
.cake-hover__slide {
  position: relative;
}
.cake-hover__slide-bg {
  display: none;
  opacity: 0;
  padding-bottom: 97.8%;
  width: 100%;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.28s ease-out;
  -o-transition: opacity 0.28s ease-out;
  transition: opacity 0.28s ease-out;
}
._active .cake-hover__slide-bg {
  opacity: 1;
  display: block;
}
.cake-hover__note {
  position: absolute;
  top: 68%;
  left: -20px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 200px;
}
.cake-hover__note-img {
  width: 35.5%;
  margin-left: auto;
  margin-bottom: 10px;
}
.cake-hover__note-text {
  opacity: 0.6;
  line-height: 1.5;
}
.cake-hover__dots {
  position: absolute;
  top: -130px;
  left: 0;
  bottom: 0;
}
.cake-hover__dot {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.28s ease-out, -webkit-box-shadow 0.28s ease-out;
  transition: -webkit-transform 0.28s ease-out, -webkit-box-shadow 0.28s ease-out;
  -o-transition: transform 0.28s ease-out, box-shadow 0.28s ease-out;
  transition: transform 0.28s ease-out, box-shadow 0.28s ease-out;
  transition: transform 0.28s ease-out, box-shadow 0.28s ease-out, -webkit-transform 0.28s ease-out, -webkit-box-shadow 0.28s ease-out;
  -webkit-box-shadow: 0 7px 21px rgba(244,156,190,0);
  box-shadow: 0 7px 21px rgba(244,156,190,0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.28s ease-out;
  transition: -webkit-transform 0.28s ease-out;
  -o-transition: transform 0.28s ease-out;
  transition: transform 0.28s ease-out;
  transition: transform 0.28s ease-out, -webkit-transform 0.28s ease-out;
}
.cake-hover__dot:nth-of-type(4n+1) {
  top: 49.3%;
  left: -15.5px;
  background-color: #f5cde6;
}
.cake-hover__dot:nth-of-type(4n+2) {
  top: 56.1%;
  left: -28px;
  background-color: #ffb059;
}
.cake-hover__dot:nth-of-type(4n+3) {
  top: 63.1%;
  left: -25px;
  background-color: #cddc55;
}
.cake-hover__dot:nth-of-type(4n+4) {
  top: 70%;
  left: -8px;
  background-color: #da547a;
}
.cake-hover__dot:hover,
.cake-hover__dot._active {
  -webkit-transform: scale(1.27);
  -ms-transform: scale(1.27);
  transform: scale(1.27);
  -webkit-box-shadow: 0 7px 21px rgba(244,156,190,0.75);
  box-shadow: 0 7px 21px rgba(244,156,190,0.75);
}
.cake-hover__img {
  width: 100%;
}
.cake-hover__tip {
  position: absolute;
  z-index: 2;
  top: 32px;
  left: 20.4%;
  width: 23%;
  border-radius: 50%;
  -webkit-box-shadow: 0 25px 59px rgba(163,57,98,0.36);
  box-shadow: 0 25px 59px rgba(163,57,98,0.36);
}
@media (max-width: 1280px) {
  .cake-hover {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cake-hover__content {
    max-width: 100%;
    padding-top: 0;
  }
  .cake-hover__text {
    line-height: 1.7;
  }
  .cake-hover__text:not(:last-child) {
    margin-bottom: 1.2em;
  }
  .cake-hover__slides-wrapper {
    width: 74%;
    padding-bottom: 73.5%;
    margin-left: auto;
  }
  .cake-hover__slides-wrapper::before {
    top: -20.7%;
  }
  .cake-hover__note {
    width: 30%;
  }
  .cake-hover .slick-dots {
    top: 0;
  }
}
@media (max-width: 980px) {
  .cake-hover__content {
    padding-left: 2.5%;
  }
}
@media (max-width: 560px) {
  .cake-hover__title {
    padding-right: 0;
    margin-bottom: 1em;
  }
  .cake-hover__title::after {
    display: none;
  }
  .cake-hover__dots {
    top: -45px;
  }
  .cake-hover__dot {
    width: 24px;
    height: 24px;
  }
  .cake-hover__dot:nth-of-type(4n+1) {
    top: 30%;
    left: 12px;
  }
  .cake-hover__dot:nth-of-type(4n+2) {
    top: 41%;
    left: -10px;
  }
  .cake-hover__dot:nth-of-type(4n+3) {
    top: 53%;
    left: -13px;
  }
  .cake-hover__dot:nth-of-type(4n+4) {
    top: 64.5%;
    left: 7px;
  }
}
@media (max-width: 480px) {
  .cake-hover__tip {
    top: -20px;
    width: 100px;
  }
  .cake-hover__slides {
    padding-top: 0;
  }
  .cake-hover__slides-wrapper {
    width: 96%;
    padding-bottom: 95%;
    margin-top: 40px;
  }
  .cake-hover__slides-wrapper::before {
    top: -29.7%;
  }
  .cake-hover__note {
    display: none;
  }
}
.cake-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cake-slider__content {
  width: 690px;
  max-width: 50%;
  padding-left: 6.5625%;
  padding-top: 88px;
}
.cake-slider__title {
  position: relative;
  padding-right: 90px;
  margin-bottom: 1.6em;
}
.cake-slider__title::after {
  content: '';
  position: absolute;
  top: 0.7em;
  right: 82px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 120px;
  height: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7ca63), to(#d39707));
  background: -o-linear-gradient(bottom, #f7ca63, #d39707);
  background: linear-gradient(0deg, #f7ca63, #d39707);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.cake-slider__text {
  line-height: 1.7;
}
.cake-slider__text:not(:last-child) {
  margin-bottom: 1.6em;
}
.cake-slider__slides {
  position: relative;
  width: 100%;
  padding-left: 13%;
}
.cake-slider__slides-wrapper {
  position: relative;
  width: 45.5%;
}
.cake-slider__slides-wrapper::before {
  content: '';
  position: absolute;
  top: -22.7%;
  right: 0;
  display: block;
  width: 138%;
  height: 0;
  padding-top: 125%;
  background: url("../img/slider-plate.png") center right no-repeat;
  background-size: contain;
}
.cake-slider__slide {
  position: relative;
  padding-top: 26px;
}
.cake-slider__slide-bg {
  padding-bottom: 97.8%;
  width: 100%;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background 0.28s ease-out;
  -o-transition: background 0.28s ease-out;
  transition: background 0.28s ease-out;
}
.cake-slider__note {
  position: absolute;
  top: 78%;
  left: -20px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 200px;
}
.cake-slider__note-img {
  width: 35.5%;
  margin-left: auto;
  margin-bottom: 10px;
}
.cake-slider__note-text {
  opacity: 0.6;
  line-height: 1.5;
}
.cake-slider .slick-dots {
  position: absolute;
  top: -26px;
  left: 0;
  bottom: 0;
}
.cake-slider .slick-dots li {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.28s ease-out, -webkit-box-shadow 0.28s ease-out;
  transition: -webkit-transform 0.28s ease-out, -webkit-box-shadow 0.28s ease-out;
  -o-transition: transform 0.28s ease-out, box-shadow 0.28s ease-out;
  transition: transform 0.28s ease-out, box-shadow 0.28s ease-out;
  transition: transform 0.28s ease-out, box-shadow 0.28s ease-out, -webkit-transform 0.28s ease-out, -webkit-box-shadow 0.28s ease-out;
  -webkit-box-shadow: 0 7px 21px rgba(244,156,190,0);
  box-shadow: 0 7px 21px rgba(244,156,190,0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.cake-slider .slick-dots li:nth-of-type(4n+1) {
  top: 45.7%;
  left: -12px;
  background-color: #f5cde6;
}
.cake-slider .slick-dots li:nth-of-type(4n+2) {
  top: 55%;
  left: -24px;
  background-color: #ffb059;
}
.cake-slider .slick-dots li:nth-of-type(4n+3) {
  top: 64.2%;
  left: -20px;
  background-color: #cddc55;
}
.cake-slider .slick-dots li:nth-of-type(4n+4) {
  top: 73.5%;
  left: -4px;
  background-color: #da547a;
}
.cake-slider .slick-dots li.slick-active {
  -webkit-transform: scale(1.27);
  -ms-transform: scale(1.27);
  transform: scale(1.27);
  -webkit-box-shadow: 0 7px 21px rgba(244,156,190,0.75);
  box-shadow: 0 7px 21px rgba(244,156,190,0.75);
}
.cake-slider .slick-dots button {
  font-size: 0;
}
.cake-slider__img {
  width: 100%;
}
.cake-slider__tip {
  position: absolute;
  top: 32px;
  left: 20.4%;
  width: 23%;
  border-radius: 50%;
  -webkit-box-shadow: 0 25px 59px rgba(163,57,98,0.36);
  box-shadow: 0 25px 59px rgba(163,57,98,0.36);
}
@media (max-width: 1280px) {
  .cake-slider {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cake-slider__content {
    max-width: 100%;
    padding-top: 0;
  }
  .cake-slider__text {
    line-height: 1.7;
  }
  .cake-slider__text:not(:last-child) {
    margin-bottom: 1.2em;
  }
  .cake-slider__slides-wrapper {
    width: 74%;
    margin-left: auto;
  }
  .cake-slider__slides-wrapper::before {
    top: -20.7%;
  }
  .cake-slider__note {
    width: 30%;
  }
  .cake-slider .slick-dots {
    top: 0;
  }
}
@media (max-width: 980px) {
  .cake-slider__content {
    padding-left: 2.5%;
  }
}
@media (max-width: 560px) {
  .cake-slider .slick-dots li {
    width: 24px;
    height: 24px;
  }
  .cake-slider .slick-dots li:nth-of-type(4n+1) {
    top: 30%;
    left: 12px;
  }
  .cake-slider .slick-dots li:nth-of-type(4n+2) {
    top: 41%;
    left: -10px;
  }
  .cake-slider .slick-dots li:nth-of-type(4n+3) {
    top: 53%;
    left: -13px;
  }
  .cake-slider .slick-dots li:nth-of-type(4n+4) {
    top: 64.5%;
    left: 7px;
  }
}
@media (max-width: 480px) {
  .cake-slider__slides-wrapper {
    width: 96%;
  }
  .cake-slider__slides-wrapper::before {
    top: -29.7%;
  }
  .cake-slider__note {
    display: none;
  }
}
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 36px;
  padding: 2.4% 10% 3.4%;
  overflow: hidden;
}
.card__content {
  max-width: 357px;
  width: 50%;
}
.card__icon {
  display: block;
  width: 62px;
  height: 62px;
  color: #d39707;
  margin-bottom: 32px;
}
.card__title {
  margin-bottom: 0.5em;
}
.card__text {
  width: 100%;
}
.card__cakes {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 380px;
  width: 42%;
  padding-top: 42.03%;
  height: 0;
}
.card__cake {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 3px;
}
.card__cake-animate {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: width 0.05s lianer;
  -o-transition: width 0.05s lianer;
  transition: width 0.05s lianer;
}
.card__cake-animate:first-of-type {
  width: 100%;
  left: 0;
  background-position: top left;
}
.card__cake-animate:last-of-type {
  width: 0;
  right: 0;
  background-position: top right;
}
.card__cake-animate:last-of-type::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 3px;
  background-color: #fff;
}
@media (max-width: 780px) {
  .card {
    padding: 4% 7%;
    border-radius: 24px;
  }
  .card__content {
    width: 67%;
  }
  .card__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
  }
  .card__cakes {
    width: 30%;
    padding-top: 33.6%;
  }
}
@media (max-width: 560px) {
  .card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 7%;
  }
  .card__content {
    width: 100%;
    max-width: 100%;
  }
  .card__icon {
    margin-left: auto;
    margin-right: auto;
  }
  .card__title,
  .card__text {
    text-align: center;
  }
  .card__cakes {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-top: 101%;
  }
}
.catalog-card__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.catalog-card__img-wrapper {
  position: relative;
  display: block;
  height: 0;
  padding-top: 108%;
}
.catalog-card__content {
  position: relative;
  z-index: 1;
  width: 94%;
  padding: 20px 8.8% 20px 13%;
  margin: -120px auto 0;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 46px rgba(219,129,164,0.23);
  box-shadow: 0 8px 46px rgba(219,129,164,0.23);
  border-radius: 7px;
}
.catalog-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog-card__title {
  margin-bottom: 0.5em;
  font-size: 15px;
  font-weight: 500;
}
.catalog-card__text {
  margin-bottom: 0.25em;
  font-size: 1.37rem;
}
.catalog-card__text span {
  margin-right: 0.5em;
}
.catalog-card__price {
  font-size: 1.37rem;
  color: #d39707;
}
.catalog-card__btn {
  position: relative;
  display: block;
  min-height: 25px;
  width: 76px;
  padding: 6px;
  font-size: 1rem;
  border-radius: 10px;
  background: -o-linear-gradient(20deg, #f7ca63, #d39707, #f7ca63);
  background: linear-gradient(70deg, #f7ca63, #d39707, #f7ca63);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  -webkit-box-shadow: 0 0 14px rgba(211,151,7,0.1);
  box-shadow: 0 0 14px rgba(211,151,7,0.1);
}
.catalog-card__btn:hover .catalog-card__btn-text {
  color: #fff;
}
.catalog-card__btn:hover::before {
  background: -o-linear-gradient(20deg, #f7ca63, #d39707, #f7ca63);
  background: linear-gradient(70deg, #f7ca63, #d39707, #f7ca63);
}
.catalog-card__btn-text {
  position: relative;
  z-index: 1;
  color: #d39707;
  -webkit-transition: color 0.28s ease-out;
  -o-transition: color 0.28s ease-out;
  transition: color 0.28s ease-out;
}
.catalog-card__btn::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: background 0.28s ease-out;
  -o-transition: background 0.28s ease-out;
  transition: background 0.28s ease-out;
}
@media (max-width: 780px) {
  .catalog-card__img-wrapper {
    padding-top: 100%;
  }
  .catalog-card__content {
    padding: 10px 10% 10px;
    margin: -50px auto 0;
  }
  .catalog-card__btn {
    min-height: 28px;
    width: 84px;
    padding: 8px;
    font-size: 1.2rem;
    border-radius: 12px;
  }
  .catalog-card__btn::before {
    border-radius: 12px;
  }
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form__col._sm {
  width: 31.4%;
}
.form__col._lg {
  width: 65.8%;
}
.form__field {
  margin-bottom: 20px;
}
.form__btn {
  width: 208px;
}
.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  min-height: 54px;
  padding-left: 33px;
  padding-right: 26px;
  border-radius: 26px;
  border: 1px solid rgba(68,26,48,0.2);
  font-size: 1.6rem;
  color: #441a30;
  -webkit-transition: border-color 0.28s ease-out;
  -o-transition: border-color 0.28s ease-out;
  transition: border-color 0.28s ease-out;
}
.field._lg {
  min-height: 128px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.field:focus {
  border-color: #f49cbe;
}
.field:focus svg {
  color: #f49cbe;
}
.field svg {
  width: 18px;
  height: 18px;
  margin-right: 16px;
  -webkit-transition: color 0.28s ease-out;
  -o-transition: color 0.28s ease-out;
  transition: color 0.28s ease-out;
}
.field input {
  font-size: inherit;
  color: inherit;
}
@media (max-width: 980px) {
  .logo__icon {
    height: 72px;
    width: auto;
  }
}
@media (max-width: 560px) {
  .logo__icon {
    height: 48px;
    width: auto;
  }
}
.method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 30px 0;
  -webkit-box-shadow: 0 0 87px rgba(68,26,48,0.14);
  box-shadow: 0 0 87px rgba(68,26,48,0.14);
  border-radius: 10px;
}
.method__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 110px;
  color: #f49cbe;
  opacity: 0.2;
}
.method__icon-wrapper {
  position: relative;
  width: 91px;
  height: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 33px;
}
.method__text {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media (max-width: 480px) {
  .method {
    padding: 20px 0;
  }
  .method__icon {
    width: 90px;
    height: 90px;
  }
  .method__icon-wrapper {
    width: 71px;
    height: 90px;
    margin-right: 20px;
  }
}
.slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider .slick-dots .slick-active button {
  font-size: 1.6rem;
  color: #f49cbe;
}
.slider .slick-dots .slick-active button::before {
  background-color: #f49cbe;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.slider .slick-dots button {
  position: relative;
  padding: 0 10px;
  color: rgba(68,26,48,0.4);
  font-size: 1.3rem;
  font-family: $ffG;
}
.slider .slick-dots button:hover {
  color: #f49cbe;
}
.slider .slick-dots button::before {
  content: '';
  display: block;
  height: 42px;
  width: 3px;
  margin: 0 auto 8px;
  -webkit-transition: -webkit-transform 0.28s ease-out;
  transition: -webkit-transform 0.28s ease-out;
  -o-transition: transform 0.28s ease-out;
  transition: transform 0.28s ease-out;
  transition: transform 0.28s ease-out, -webkit-transform 0.28s ease-out;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scaleY(0.52) scaleX(0.66);
  -ms-transform: scaleY(0.52) scaleX(0.66);
  transform: scaleY(0.52) scaleX(0.66);
  background-color: currentColor;
}
.slider__slide {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  opacity: 0;
  -webkit-transition: opacity 0.28s ease-out;
  -o-transition: opacity 0.28s ease-out;
  transition: opacity 0.28s ease-out;
}
.slider__slide.slick-active {
  opacity: 1;
}
.slider__slide.slick-center {
  z-index: 2;
}
.slider__btn {
  position: absolute;
  bottom: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 270px;
  padding-top: 240px;
}
.slider__btn:hover .slider__btn-text {
  opacity: 1;
}
.slider__btn:hover._prev .slider__btn-icon {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.slider__btn:hover._next .slider__btn-icon {
  -webkit-transform: rotate(180deg) translateX(-10px);
  -ms-transform: rotate(180deg) translateX(-10px);
  transform: rotate(180deg) translateX(-10px);
}
.slider__btn._prev {
  right: calc(50% + 320px);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 35px;
}
.slider__btn._next {
  left: calc(50% + 320px);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 35px;
}
.slider__btn-icon {
  width: 20px;
  height: 15px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  color: #f49cbe;
  -webkit-transition: -webkit-transform 0.28s ease-out;
  transition: -webkit-transform 0.28s ease-out;
  -o-transition: transform 0.28s ease-out;
  transition: transform 0.28s ease-out;
  transition: transform 0.28s ease-out, -webkit-transform 0.28s ease-out;
}
._next .slider__btn-icon {
  -webkit-transform: rotate(180deg) translateX(0);
  -ms-transform: rotate(180deg) translateX(0);
  transform: rotate(180deg) translateX(0);
}
.slider__btn-text {
  opacity: 0.5;
  -webkit-transition: opacity 0.28s ease-out;
  -o-transition: opacity 0.28s ease-out;
  transition: opacity 0.28s ease-out;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  font-style: italic;
}
.slide__header {
  width: 330px;
  margin: 0 auto;
  padding: 50px 108px 50px 28px;
  background: #fff;
  -webkit-box-shadow: 0 0 73px 13px rgba(74,62,39,0.1);
  box-shadow: 0 0 73px 13px rgba(74,62,39,0.1);
  border-radius: 25px;
  text-align: center;
}
.slide__header ._text {
  opacity: 0.5;
}
.slick-center + .slider__slide .slide__header {
  padding: 50px 28px 50px 108px;
}
.slick-center .slide__header {
  width: 640px;
  margin: 0 -107px;
  padding: 30px 40px;
  -webkit-box-shadow: 0 0 73px 13px rgba(74,62,39,0.19);
  box-shadow: 0 0 73px 13px rgba(74,62,39,0.19);
}
.slick-center .slide__header ._text {
  opacity: 1;
}
.slide__title {
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}
.slick-center .slide__title {
  font-size: 2rem;
}
.slide__diagnosis {
  margin-bottom: 2em;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  font-style: italic;
}
.slick-center .slide__diagnosis {
  font-size: 1.2rem;
}
.slide__text {
  position: relative;
  opacity: 0.5;
  display: none;
  margin-bottom: 1.2em;
  line-height: 1.35;
  letter-spacing: 0.025em;
}
.slide__text::before,
.slide__text::after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 44px;
  height: 30px;
  background: url("../img/icon-quote.png") center center no-repeat;
  background-size: contain;
}
.slide__text::before {
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.slide__text::after {
  right: 0;
  -webkit-transform: scaleX(-1) translateY(-100%);
  -ms-transform: scaleX(-1) translateY(-100%);
  transform: scaleX(-1) translateY(-100%);
}
.slick-center .slide__text {
  display: block;
}
.slide__prove {
  display: none;
  letter-spacing: 0.025em;
}
.slick-center .slide__prove {
  display: block;
}
.slide__link {
  color: #f49cbe;
  letter-spacing: 0.025em;
}
@media (max-width: 980px) {
  .slider .slick-dots {
    bottom: -30px;
  }
  .slider .slick-dots .slick-active button {
    font-size: 1.4rem;
  }
  .slider .slick-dots button {
    font-size: 1.4rem;
  }
  .slider .slick-dots button::before {
    height: 36px;
    width: 2px;
  }
  .slider__slide {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .slider__slide.slick-active {
    opacity: 0;
  }
  .slider__slide.slick-center {
    opacity: 1;
  }
  .slider__btn {
    bottom: 0;
  }
  .slider__btn._prev {
    right: calc(50% + 160px);
    padding-right: 0;
  }
  .slider__btn._next {
    left: calc(50% + 160px);
    padding-left: 0;
  }
  .slider__btn-icon {
    width: 16px;
  }
  .slide__header {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 73px 13px rgba(74,62,39,0.1);
    box-shadow: 0 0 73px 13px rgba(74,62,39,0.1);
  }
  .slick-center .slide__header {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 30px 40px;
    -webkit-box-shadow: 0 0 53px 10px rgba(74,62,39,0.19);
    box-shadow: 0 0 53px 10px rgba(74,62,39,0.19);
  }
  .slick-center .slide__header ._text {
    opacity: 1;
  }
}
@media (max-width: 680px) {
  .slider {
    position: relative;
  }
  .slider .slick-track {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .slider__slide {
    padding: 20px 26px;
  }
  .slider__btn {
    z-index: 5;
    padding: 0;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid #f49cbe;
    border-radius: 50%;
  }
  .slider__btn._prev {
    top: 30%;
    left: -4px;
    right: auto;
  }
  .slider__btn._next {
    top: 30%;
    right: -4px;
    left: auto;
  }
  .slider__btn-text {
    display: none;
  }
  .slider__btn-icon {
    width: 20px;
    height: 20px;
  }
  .slick-center .slide__header {
    padding: 24px 10px;
    -webkit-box-shadow: 0 0 23px rgba(74,62,39,0.1);
    box-shadow: 0 0 23px rgba(74,62,39,0.1);
  }
  .slide__title {
    font-size: 1.5rem;
  }
  .slick-center .slide__title {
    font-size: 1.6rem;
  }
  .slide__text br,
  .slide__text::before,
  .slide__text::after {
    display: none;
  }
}
.specialist {
  position: relative;
  display: block;
}
.specialist:hover .specialist__info {
  background-color: #f49cbe;
}
.specialist:hover .specialist__btn {
  background-color: #fff;
  color: #f49cbe;
}
.specialist__img {
  width: 100%;
}
.specialist__info {
  padding: 12px 28px 16px;
  color: #fff;
  text-align: center;
  background-color: #441a30;
  -webkit-transition: background 0.28s ease-out;
  -o-transition: background 0.28s ease-out;
  transition: background 0.28s ease-out;
}
.specialist__title {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: $ffPD;
}
.specialist__text {
  margin-bottom: 1em;
  font-style: italic;
  font-family: $ffPD;
  font-weight: normal;
  opacity: 0.5;
  letter-spacing: 0.05em;
}
.specialist__btn {
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px;
  letter-spacing: 0.025em;
  border-radius: 14px;
  background-color: #f49cbe;
  -webkit-transition: background 0.28s ease-out, color 0.28s ease-out;
  -o-transition: background 0.28s ease-out, color 0.28s ease-out;
  transition: background 0.28s ease-out, color 0.28s ease-out;
}
.specialist__modal {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff9ee;
  opacity: 0;
  -webkit-transition: opacity 0.28s ease-out;
  -o-transition: opacity 0.28s ease-out;
  transition: opacity 0.28s ease-out;
}
._active .specialist__modal {
  opacity: 1;
}
.specialist__modal-content {
  position: relative;
}
.specialist__modal-title {
  margin-bottom: 0.5em;
}
.specialist__modal-text:not(:last-child) {
  margin-bottom: 1.5em;
}
.specialist__modal-close {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 14px;
  right: 14px;
  display: block;
  width: 14px;
  height: 14px;
  color: #f49cbe;
  -webkit-transition: color 0.28s ease-out;
  -o-transition: color 0.28s ease-out;
  transition: color 0.28s ease-out;
}
.specialist__modal-close:hover {
  color: #ffb6b6;
}
@media (max-width: 780px) {
  .specialist__img {
    width: 90%;
  }
  .specialist__info {
    padding: 10px 20px 12px;
  }
}
.table {
  margin-bottom: 120px;
}
.table__row {
  display: grid;
  grid-template-columns: auto 165px 90px;
  justify-items: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(68,26,48,0.2);
}
.table__row._header {
  padding-top: 4px;
  padding-bottom: 4px;
}
.table__cell._row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.table__btn {
  margin-right: 74px;
}
.table__img {
  width: 120px;
  max-width: 20%;
  margin-right: 30px;
}
.table__text {
  opacity: 0.5;
}
.table__price {
  margin-left: 30px;
}
.table__total {
  padding-top: 30px;
}
.video {
  position: relative;
  display: block;
  height: 182px;
  width: 320px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  overflow: hidden;
}
.video__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video__btn {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 0;
}
.catalog {
  padding-top: 176px;
  padding-left: 6.5625%;
  padding-bottom: 150px;
}
.catalog__title {
  margin-bottom: 1.2em;
}
.catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -10px;
}
.catalog__item {
  width: 16.66666%;
  padding-left: 10px;
  margin-bottom: 50px;
}
@media (max-width: 1820px) {
  .catalog__item {
    width: 20%;
  }
}
@media (max-width: 1680px) {
  .catalog__item {
    width: 25%;
  }
}
@media (max-width: 1440px) {
  .catalog__item {
    width: 33.33333%;
  }
}
@media (max-width: 980px) {
  .catalog {
    padding: 120px 2.5% 80px;
  }
  .catalog__item {
    width: 33.33333%;
  }
}
@media (max-width: 780px) {
  .catalog__item {
    width: 50%;
    margin-bottom: 36px;
  }
}
@media (max-width: 480px) {
  .catalog__item {
    width: 100%;
  }
}
.contacts {
  position: relative;
  padding-top: 182px;
  background-color: #fffcfd;
}
.contacts::before {
  content: '';
  position: absolute;
  top: 40px;
  height: 118px;
  left: 50%;
  width: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7ca63), to(#d39707));
  background: -o-linear-gradient(bottom, #f7ca63, #d39707);
  background: linear-gradient(0deg, #f7ca63, #d39707);
}
.contacts__title {
  margin-bottom: 1.25em;
}
.contacts__info {
  width: 982px;
  max-width: 100%;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts__item {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts__text-app {
  display: block;
  opacity: 0.5;
}
.contacts__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 38px;
  height: 44px;
  margin-right: 20px;
  color: #f49cbe;
}
.contacts__map {
  width: 100%;
  height: 436px;
  background-color: rgba(68,26,48,0.4);
}
@media (min-width: 1920px) {
  .contacts__info {
    width: 52%;
  }
}
@media (max-width: 1280px) {
  .contacts__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 56px;
  }
  .contacts__item {
    width: 45%;
    margin-bottom: 24px;
  }
  .contacts__map {
    height: 40vh;
    max-height: 100vw;
  }
}
@media (max-width: 980px) {
  .contacts {
    padding-top: 122px;
  }
  .contacts::before {
    top: 20px;
    height: 88px;
  }
  .contacts__info {
    margin-bottom: 48px;
  }
}
@media (max-width: 780px) {
  .contacts__icon {
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }
}
@media (max-width: 560px) {
  .contacts__info {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .contacts__item {
    width: 100%;
  }
}
.deliver {
  padding: 1px 6.5625% 150px;
  background: #f49cbe url("../img/bg-deliver.jpg") top right no-repeat;
  background-size: cover;
}
.deliver__logo {
  width: 100%;
}
.deliver__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 117px;
  height: 117px;
  padding: 14px;
  margin-top: -37px;
  margin-bottom: 90px;
  background-color: #fff;
  border-radius: 18px;
}
.deliver__content {
  width: 530px;
  max-width: 100%;
}
.deliver__script {
  margin-bottom: 1em;
}
.deliver__title {
  margin-bottom: 1.2em;
}
.deliver__text {
  line-height: 1.5;
}
.deliver__text._first {
  margin-bottom: 1.5em;
    font-size: 16px;
}
.deliver__text._second {
  margin-bottom: 0.5em;
  font-size: 16px;
}
.deliver__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 72px;
}
.deliver__link {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 24px rgba(244,156,190,0.45);
  box-shadow: 0 15px 24px rgba(244,156,190,0.45);
  -webkit-transition: -webkit-box-shadow 0.28s ease-out;
  transition: -webkit-box-shadow 0.28s ease-out;
  -o-transition: box-shadow 0.28s ease-out;
  transition: box-shadow 0.28s ease-out;
  transition: box-shadow 0.28s ease-out, -webkit-box-shadow 0.28s ease-out;
  font-size: 2rem;
  line-height: 1.5;
  color: #f49cbe;
}
.deliver__link:hover {
  -webkit-box-shadow: 0 0 0 rgba(244,156,190,0.1);
  box-shadow: 0 0 0 rgba(244,156,190,0.1);
}
.deliver__link:not(:last-child) {
  margin-right: 30px;
}
.deliver__img {
  height: 68px;
  width: auto;
  border-radius: inherit;
}
.deliver__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.deliver__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 22px;
  height: 30px;
  margin-right: 6px;
  color: #f49cbe;
}
@media (min-width: 2560px) {
  .deliver__content {
    width: 40%;
  }
}
@media (max-width: 980px) {
  .deliver {
    padding: 1px 2.5% 90px;
    background-position: 60%;
  }
  .deliver__logo-wrapper {
    width: 90px;
    height: 90px;
    padding: 12px;
    margin-top: -28px;
    margin-bottom: 48px;
    border-radius: 14px;
  }
  .deliver__links {
    margin-bottom: 30px;
  }
  .deliver__img {
    height: 56px;
  }
}
@media (max-width: 480px) {
  .deliver {
    padding-bottom: 70px;
  }
  .deliver__links {
    display: block;
  }
  .deliver__link {
    margin-bottom: 10px;
  }
}
.gallery {
  padding-top: 140px;
}
.gallery__title {
  margin-bottom: 1.2em;
}
.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.gallery__item {
  position: relative;
  width: 25%;
}
.gallery__item .gallery__link {
  -webkit-animation-duration: 9.600000000000001s;
  animation-duration: 9.600000000000001s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.gallery__item:nth-child(12n+1) .gallery__link {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: zoom-12;
  animation-name: zoom-12;
}
.gallery__item .gallery__link {
  -webkit-animation-duration: 9.600000000000001s;
  animation-duration: 9.600000000000001s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.gallery__item:nth-child(12n+2) .gallery__link {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-name: zoom-12;
  animation-name: zoom-12;
}
.gallery__item .gallery__link {
  -webkit-animation-duration: 9.600000000000001s;
  animation-duration: 9.600000000000001s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.gallery__item:nth-child(12n+3) .gallery__link {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-name: zoom-12;
  animation-name: zoom-12;
}
.gallery__item .gallery__link {
  -webkit-animation-duration: 9.600000000000001s;
  animation-duration: 9.600000000000001s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.gallery__item:nth-child(12n+4) .gallery__link {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
  -webkit-animation-name: zoom-12;
  animation-name: zoom-12;
}
.gallery__item .gallery__link {
  -webkit-animation-duration: 9.600000000000001s;
  animation-duration: 9.600000000000001s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.gallery__item:nth-child(12n+5) .gallery__link {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
  -webkit-animation-name: zoom-12;
  animation-name: zoom-12;
}
.gallery__item .gallery__link {
  -webkit-animation-duration: 9.600000000000001s;
  animation-duration: 9.600000000000001s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.gallery__item:nth-child(12n+6) .gallery__link {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-name: zoom-12;
  animation-name: zoom-12;
}
.gallery__item .gallery__link {
  -webkit-animation-duration: 9.600000000000001s;
  animation-duration: 9.600000000000001s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.gallery__item:nth-child(12n+7) .gallery__link {
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
  -webkit-animation-name: zoom-12;
  animation-name: zoom-12;
}
.gallery__item .gallery__link {
  -webkit-animation-duration: 9.600000000000001s;
  animation-duration: 9.600000000000001s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.gallery__item:nth-child(12n+8) .gallery__link {
  -webkit-animation-delay: 5.6s;
  animation-delay: 5.6s;
  -webkit-animation-name: zoom-12;
  animation-name: zoom-12;
}
.gallery__item .gallery__link {
  -webkit-animation-duration: 9.600000000000001s;
  animation-duration: 9.600000000000001s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.gallery__item:nth-child(12n+9) .gallery__link {
  -webkit-animation-delay: 6.399999999999999s;
  animation-delay: 6.399999999999999s;
  -webkit-animation-name: zoom-12;
  animation-name: zoom-12;
}
.gallery__item .gallery__link {
  -webkit-animation-duration: 9.600000000000001s;
  animation-duration: 9.600000000000001s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.gallery__item:nth-child(12n+10) .gallery__link {
  -webkit-animation-delay: 7.199999999999999s;
  animation-delay: 7.199999999999999s;
  -webkit-animation-name: zoom-12;
  animation-name: zoom-12;
}
.gallery__item .gallery__link {
  -webkit-animation-duration: 9.600000000000001s;
  animation-duration: 9.600000000000001s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.gallery__item:nth-child(12n+11) .gallery__link {
  -webkit-animation-delay: 7.999999999999999s;
  animation-delay: 7.999999999999999s;
  -webkit-animation-name: zoom-12;
  animation-name: zoom-12;
}
.gallery__item .gallery__link {
  -webkit-animation-duration: 9.600000000000001s;
  animation-duration: 9.600000000000001s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.gallery__item:nth-child(12n+12) .gallery__link {
  -webkit-animation-delay: 8.799999999999999s;
  animation-delay: 8.799999999999999s;
  -webkit-animation-name: zoom-12;
  animation-name: zoom-12;
}
.gallery__link {
  position: relative;
  display: block;
  height: 0;
  padding-top: 77%;
}
.gallery__link:hover::after {
  opacity: 0.3;
}
.gallery__link::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: #f49cbe;
  -webkit-transition: opacity 0.28s ease-out;
  -o-transition: opacity 0.28s ease-out;
  transition: opacity 0.28s ease-out;
}
.gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
@media (max-width: 980px) {
  .gallery {
    padding-bottom: 90px;
  }
  .gallery__title {
    padding: 0 2.5%;
  }
  .gallery__item {
    width: 33.33333%;
  }
}
@media (max-width: 780px) {
  .gallery__item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .gallery {
    padding-bottom: 70px;
  }
  .gallery__item {
    width: 100%;
  }
}
.intro {
  position: relative;
  padding: 95px 0 210px;
  background: #fdf0f5 url("../img/bg-intro.png") top right no-repeat;
  background-size: 117% auto;
}
.intro__scene {
  position: absolute;
  top: 5vh;
  left: 0;
  right: 0;
  height: 100vh;
}
.intro__scene-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.intro__scene-item._1 {
  background-image: url("../img/parallax-1.png");
}
.intro__scene-item._2 {
  background-image: url("../img/parallax-2.png");
}
.intro__scene-item._3 {
  background-image: url("../img/parallax-3.png");
}
.intro__scene-item._4 {
  background-image: url("../img/parallax-4.png");
}
.intro__content {
  padding-left: 6.5625%;
  padding-right: 6.5625%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /*max-width:708px;*/
  margin-bottom: 47vh;
}
.intro__script {
  margin-bottom: 0.6em;
  line-height: 1.5em;
}
.intro__title {
  margin-bottom: 1.1em;
}
.intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 654px;
  max-width: 100%;
}
.intro__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  min-width: 200px;
  max-width: 100%;
  margin-bottom: 21px;
}
.intro__item::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 28px;
  background: -o-linear-gradient(20deg, #f5b5cd, #f49cbe);
  background: linear-gradient(70deg, #f5b5cd, #f49cbe);
  border-radius: 50%;
}
.intro__text {
  opacity: 0.5;
}
.intro__btn {
  width: 208px;
  margin-top: 32px;
}
.intro__slider {
  margin-bottom: 210px;
}
.intro__subtitle {
  margin-bottom: 1.5em;
}
.intro__cards {
  padding: 0 6.5625%;
}
.intro__card {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
.intro__card:nth-child(even) .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.intro__card:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 980px) and (max-width: 1440px) {
  .intro {
    padding-top: 14.8vh;
    padding-bottom: 13vh;
  }
  .intro__script {
    margin-bottom: 1.2em;
  }
  .intro__icon {
    width: 24px;
    height: 24px;
  }
  .intro__icon-wrapper {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
@media (max-width: 980px) {
  .intro {
    padding: 120px 0 100px;
    background-size: 100% auto;
    background-position: 60% 0;
  }
  .intro__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 2.5%;
    padding-left: 2.5%;
    margin-bottom: 320px;
  }
  .intro__slider {
    margin-bottom: 120px;
  }
  .intro__item {
    margin-bottom: 16px;
  }
  .intro__cards {
    padding: 0 2.5%;
  }
}
@media (max-width: 780px) {
  .intro {
    background-size: auto 25%;
  }
  .intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgba(244,156,190,0.3);
  }
  .intro__scene {
    display: none;
  }
  .intro__content,
  .intro__slider,
  .intro__subtitle,
  .intro__cards {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 560px) {
  .intro {
    padding-bottom: 80px;
  }
  .intro__content {
    margin-bottom: 90px;
  }
  .intro__title br {
    display: none;
  }
  .intro__btn {
    margin-top: 5%;
  }
  .intro__item {
    margin-bottom: 8px;
  }
  .intro__card:nth-child(even) .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 480px) {
  .intro__item {
    width: 100%;
  }
}
.product {
  padding: 6.875vw 6.5625vw;
}
.product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product__galery {
  width: 100%;
}
.product__img:not(:last-child) {
  margin-bottom: 38px;
}
.product__info {
  width: 692px;
  padding-left: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product__title {
  margin-bottom: 0.5em;
}
.product__price {
  margin-bottom: 0.2em;
}
.product__wieght {
  margin-bottom: 1.9em;
}
.product__text {
  margin-bottom: 2.3em;
}
.product__text._promo {
  margin-bottom: 1.6em;
}
.product__form {
  width: 404px;
  max-width: 100%;
}
.product__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 32px;
}
.product__form-select {
  margin-bottom: 11px;
}
.product__form-input {
  height: 60px;
  width: 166px;
  margin-bottom: 11px;
  border-radius: 30px;
}
.product__form-btn {
  height: 60px;
  width: 206px;
  border-radius: 30px;
}
@media (min-width: 1920px) {
  .product {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
  .product__info {
    width: 60%;
    padding-left: 6%;
  }
}
@media (max-width: 1440px) {
  .product {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media (max-width: 1280px) {
  .product__info {
    width: 60%;
    padding-left: 5%;
  }
}
@media (max-width: 980px) {
  .product {
    padding-top: 100px;
  }
}
@media (max-width: 780px) {
  .product__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product__galery {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product__img {
    width: calc(50% - 12px);
  }
  .product__img:not(:last-child) {
    margin-bottom: 24px;
  }
  .product__info {
    width: 100%;
    padding-left: 0;
    margin-bottom: 36px;
  }
  .product__wieght {
    margin-bottom: 1em;
  }
  .product__text {
    margin-bottom: 0.6em;
  }
  .product__text._promo {
    margin-bottom: 0.8em;
  }
  .product__form-row {
    margin-top: 11px;
  }
}
@media (max-width: 480px) {
  .product__img {
    width: calc(50% - 6px);
  }
  .product__img:not(:last-child) {
    margin-bottom: 12px;
  }
  .product__info {
    margin-bottom: 24px;
  }
  .product__form-input {
    width: 202px;
  }
}
.promo {
  position: relative;
  padding: 1px 6.5625% 190px;
  background: #f49cbe url("../img/bg-promo.jpg") top center no-repeat;
  background-size: cover;
}
.promo__logo {
  width: 100%;
}
.promo__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 117px;
  height: 117px;
  padding: 14px;
  margin-top: -37px;
  margin-bottom: 84px;
  background-color: #fff;
  border-radius: 18px;
}
.promo__content {
  width: 564px;
  max-width: 100%;
}
.promo__script {
  margin-bottom: 1em;
}
.promo__title {
  margin-bottom: 0.6em;
}
.promo__text {
  margin-bottom: 64px;
  line-height: 1.7;
}
.promo__btn {
  width: 274px;
}
.promo__btn .btn__icon {
  width: 26px;
  height: 26px;
  margin-left: 22px;
  color: #fce2ed;
}
@media (min-width: 2560px) {
  .promo__content {
    width: 40%;
  }
}
@media (max-width: 980px) {
  .promo {
    padding: 1px 2.5% 90px;
    background-position: 60%;
  }
  .promo__logo-wrapper {
    width: 90px;
    height: 90px;
    padding: 12px;
    margin-top: -28px;
    margin-bottom: 48px;
    border-radius: 14px;
  }
  .promo__text {
    margin-bottom: 48px;
  }
}
@media (max-width: 780px) {
  .promo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgba(244,156,190,0.3);
  }
  .promo__logo-wrapper {
    position: relative;
    z-index: 2;
  }
  .promo__content {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 480px) {
  .promo {
    padding-bottom: 70px;
  }
  .promo__logo-wrapper {
    margin-bottom: 36px;
  }
  .promo__text {
    margin-bottom: 36px;
  }
}
.reviews {
  padding: 140px 12.76% 134px 6.5625%;
  background-color: #fef9fb;
}
.reviews__title {
  margin-bottom: 1.2em;
}
.reviews__slider {
  margin-bottom: 76px;
}
.reviews__slide {
  position: relative;
  z-index: 3;
  display: block;
  width: 33.3%;
}
.reviews__slide.slick-active + .slick-active {
  z-index: 2;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.reviews__slide.slick-active + .slick-active .reviews__img {
  -webkit-transform: scale(0.725);
  -ms-transform: scale(0.725);
  transform: scale(0.725);
}
.reviews__slide.slick-active + .slick-active + .slick-active {
  z-index: 1;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.reviews__slide.slick-active + .slick-active + .slick-active .reviews__img {
  -webkit-transform: scale(0.54);
  -ms-transform: scale(0.54);
  transform: scale(0.54);
}
.reviews__img {
  display: block;
  width: 41.6vw;
  height: 30.48vw;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.reviews__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.reviews__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: -o-linear-gradient(20deg, #f5b5cd, #f49cbe);
  background: linear-gradient(70deg, #f5b5cd, #f49cbe);
  border-radius: 50%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.reviews__btn._next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.reviews__btn::before {
  content: '';
  position: absolute;
}
.reviews__btn-icon {
  color: #fff;
  height: 16px;
  width: 16px;
}
.reviews__slides {
  padding: 0 22px;
}
@media (max-width: 1280px) {
  .reviews {
    padding-right: 6.5625%;
  }
}
@media (max-width: 980px) {
  .reviews {
    padding: 100px 2.5% 94px;
  }
  .reviews__img {
    width: 48.5vw;
  }
}
@media (max-width: 780px) {
  .reviews {
    padding: 80px 2.5% 74px;
  }
  .reviews__slider {
    margin-bottom: 40px;
  }
  .reviews__slide {
    width: 100%;
  }
  .reviews__img {
    width: 100%;
    height: auto;
    min-height: 64vw;
    -o-object-position: center right;
    object-position: center right;
  }
}
@media (max-width: 560px) {
  .reviews__img {
    min-height: 340px;
  }
}
.shopping {
  padding: 148px 2.5% 200px;
}
.shopping__container {
  max-width: 100%;
  width: 1040px;
}
.shopping__title {
  margin-bottom: 1.5em;
}
.shopping__title._main {
  margin-bottom: 3em;
}
.shopping__subtitle {
  margin-bottom: 1.8em;
}
.shopping__total {
  padding-top: 30px;
  margin-bottom: 120px;
  border-top: 1px solid rgba(68,26,48,0.2);
}
@media (min-width: 1920px) {
  .shopping__container {
    width: 74%;
  }
}
.thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  padding: 70px 2.5% 110px;
  background-color: rgba(252,225,235,0.2);
}
.thanks__content {
  width: 100%;
}
.thanks__img {
  width: 332px;
  max-width: 40%;
  margin: 0 auto 24px;
}
.thanks__title {
  margin-bottom: 0.25em;
}
.thanks__text {
  margin-bottom: 1.8em;
  color: rgba(68,26,48,0.5);
}
.thanks__text._social {
  margin-top: 3.5em;
}
.thanks__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 208px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1920px) {
  .thanks__img {
    width: 20%;
  }
}
@media (max-width: 560px) {
  .thanks {
    padding-bottom: 80px;
  }
  .thanks__text {
    margin-bottom: 1.2em;
  }
  .thanks__text._social {
    margin-top: 2em;
  }
}

/*# sourceMappingURL=index.css.map */
.hero-card-wrap{
  margin-top: 30px;  
}

.hero-card {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 30px;
  margin:0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 46px rgba(219,129,164,0.23);
  box-shadow: 0 8px 46px rgba(219,129,164,0.23);
  border-radius: 7px;
  max-width: 32%;
  float:left;
  min-height:255px;
  overflow: visible;
}
.column-card{
  margin-left:2%;
}

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

.clearfix {
  clear: both;
  display: table;
}

.button{
  background: #5F3D55;
  box-sizing: border-box;
  padding:20px;
  color:white;
  text-decoration:none;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  font-size:14px;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
      cursor: pointer;
}

.button a{
   margin: 0 auto;
  text-align: center;
}

.button a:hover{
  background-color: #2C1C27;
}

.button:hover{
  background-color: #2C1C27;
}

input{
   display: inline-block;
    border: none;
    margin: 0;
    text-decoration: none;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 1rem;
    text-align: center;
    transition: background 250ms ease-in-out, 
     transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#mce-EMAIL{
  background:#F5F3EB;
  box-sizing: border-box;
  color:#999;
  text-decoration:none;
  font-size:14px;
  border-radius: 5px;
    padding:20px;
    text-align: left;
}

.mc-field-group{
  margin-bottom:10px;
}

.card-fixed-cta{
  position: absolute;
  bottom:50px;
}

@media (max-width: 600px) {
  .hero-card{
    max-width: 100%;
    margin-bottom: 20px;
   min-height:0px;
  }
  .column-card{
  margin-left:0px;
}
.card-fixed-cta{
  position:static;
}
}

@media (min-width: 600px) and (max-width: 1250px){
  .hero-card{
    min-height:340px;
  }

  }

  /* puts Mailchimp fields in a row */
.horizontal-mailchimp .mc-field-group,
.horizontal-mailchimp .clear {
     display: inline-block;
}

/* hides the field labels */
.horizontal-mailchimp input {
     display: block;
}
