@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.center {
  overflow: hidden;
}

.tac {
  text-align: center;
}

.nav {
  list-style: none;
}

strong,
b {
  font-weight: 700;
}

button,
textarea,
input[type=email],
input[type=password],
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* clears the 'X' from Internet Explorer */

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@font-face {
  font-family: "Bradley Hand";
  src: url("../fonts/BradleyHandITCTT-Bold.eot");
  src: url("../fonts/BradleyHandITCTT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BradleyHandITCTT-Bold.woff2") format("woff2"), url("../fonts/BradleyHandITCTT-Bold.woff") format("woff"), url("../fonts/BradleyHandITCTT-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

:root {
  --color-1: #85665b;
  --color-2: #f59f4b;
  --color-3: #dfcbac;
}

* {
  outline: none;
  box-sizing: border-box;
}

body {
  min-width: 360px;
  font-family: "Montserrat";
  position: relative;
  padding-top: 1px;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 5;
  max-width: 1368px;
  padding: 0 12px;
  width: 100%;
  box-sizing: border-box;
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.btn {
  font: 400 16px/1.5 "Montserrat";
  margin: 0;
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 24px;
  display: inline-block;
  text-align: center;
  letter-spacing: -0.02em;
  box-sizing: border-box;
  background: none;
  border: none;
}

.btn-white {
  color: #f59f4b;
  background: #fff;
}

.btn-white:hover {
  background: #facfa5;
}

.btn-white:focus,
.btn-white:active {
  background: #f59f4b;
}

.btn-orange {
  background: #f59f4b;
  color: #fff;
}

.btn-orange:hover {
  background: #facfa5;
}

.btn-orange:focus,
.btn-orange:active {
  background: #85665b;
}

.title-item {
  font-weight: 800;
  font-size: 45px;
  line-height: 56px;
  letter-spacing: -0.03em;
  margin: 0 0 32px;
  text-align: center;
  color: #fff;
}

.wow {
  visibility: hidden;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}

@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  100% {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  100% {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
  animation-duration: 0.75s;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }

  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-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 {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.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;
}

.header {
  background: #f59f4b;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  width: 100%;
}

.header .line {
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #fff;
  padding: 4px 8px;
  background: #85665b;
}

.header_in {
  padding: 36px 0;
}

.logo {
  top: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.burger {
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 8px;
  padding: 10px;
  transition: all 0.2s linear;
  width: 44px;
  height: 44px;
  margin-right: auto;
  position: relative;
}

.burger:hover {
  border: 1px solid #facfa5;
}

.burger:focus {
  border: 1px solid #85665b;
}

.burger span {
  width: 18px;
  height: 2px;
  border-radius: 9px;
  position: absolute;
  top: 10px;
  left: 12px;
  background: #fff;
  margin: 10px 0 0;
}

.burger span:first-child {
  margin-top: 5px;
}

.burger span:last-of-type {
  margin-top: 15px;
}

.nav-page {
  z-index: 15;
  position: absolute;
  top: 141px;
  left: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100%;
}

.nav-page ul {
  display: -ms-flexbox;
  display: flex;
}

.nav-page li {
  -ms-flex: 1;
  flex: 1;
}

.nav-page a {
  font-weight: 600;
  font-size: 18px;
  display: block;
  padding: 24px 10px;
  width: 100%;
  line-height: 24px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #fff;
}

.color1:hover {
  background: #85665b;
}

.color2:hover {
  background: #f59f4b;
}

.color3:hover {
  background: #dfcbac;
}

.burger-menu {
  position: fixed;
  z-index: 100;
  top: 0;
  opacity: 0;
  visibility: hidden;
  left: 0;
  width: 100%;
  height: 100%;
}

.burger-menu .js-close {
  cursor: pointer;
  width: 72px;
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 8px;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 30px;
}

.burger-menu.open {
  opacity: 1;
  visibility: visible;
}

.burger-menu li {
  margin: 0 0 20px;
}

.burger-menu li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #fff;
}

.burger-menu .btn {
  width: 100%;
  display: none;
}

.burger-menu_in {
  background: #f59f4b;
  padding: 36px 48px;
  width: 266px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  overflow: auto;
}

.content {
  overflow: hidden;
}

.masthead {
  position: relative;
  height: calc(100vh - 142px);
  margin-top: 142px;
  width: 100%;
  overflow: hidden;
}

.masthead .play {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 2;
  color: #fff;
}

.masthead .play:hover {
  color: #facfa5;
}

.masthead .play:focus {
  color: #f59f4b;
}

.masthead svg {
  display: block;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.product-list {
  padding: 128px 0 0;
}

.bg-1 {
  border: 1px solid var(--color-1);
  color: var(--color-1);
}

.bg-1.animated {
  color: #fff;
  background: var(--color-1);
}

.bg-2 {
  border: 1px solid var(--color-2);
  color: var(--color-2);
}

.bg-2.animated {
  color: #fff;
  background: var(--color-2);
}

.bg-3 {
  border: 1px solid var(--color-3);
  color: var(--color-3);
}

.bg-3.animated {
  color: #fff;
  background: var(--color-3);
}

.product-wrapper {
  visibility: visible !important;
  border-radius: 16px;
  padding: 47px 63px 63px;
  transition: all 0.2s linear;
  background: #fff;
}

.product-wrapper .title-item {
  color: inherit;
}

.product-wrapper .preview {
  height: 432px;
  position: relative;
  margin: 0 0 12px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

.product-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-wrapper h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.03em;
  color: #141414;
  margin: 0 0 3px;
}

.product-wrapper small {
  display: block;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  padding: 4px 0 0;
  display: block;
  letter-spacing: -0.01em;
  color: #b8b8b8;
}

.product-wrapper .row {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.product-wrapper .item {
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 16px;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #5b5b5b;
}

.product-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0 0;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
}

.product-wrapper li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.about-comp {
  padding: 128px 0 64px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}

.about-comp h2 {
  font-weight: 800;
  margin: 0 0 35px;
  font-size: 45px;
  line-height: 56px;
  letter-spacing: -0.03em;
}

.about-comp p {
  margin: 0 0 24px;
}

.about-comp p:last-child {
  margin: 0;
}

.about-comp .row {
  color: #fff !important;
  background: var(--color-1);
  gap: 100px;
  border-radius: 16px;
  display: -ms-flexbox;
  display: flex;
  padding: 78px 115px 79px 64px;
  -ms-flex-align: center;
  align-items: center;
}

.recepi-about {
  padding: 64px 0;
}

.recepi-wrap {
  background: #f9f5ee;
  border-radius: 16px;
  height: 1111px;
  padding: 0px 0 0 72px;
  position: relative;
}

.recepi-wrap .title {
  font-weight: 800;
  font-size: 45px;
  padding-top: 58px;
  position: relative;
  z-index: 5;
  line-height: 56px;
  max-width: 528px;
  letter-spacing: -0.03em;
  color: #85665b;
}

.recepi-wrap .text {
  font: 700 27px/31px "Bradley Hand";
  color: #000;
  position: absolute;
  bottom: 67px;
  right: 89px;
  max-width: 805px;
}

.recepi-wrap img {
  max-width: 1274px;
  left: 14px;
  opacity: 0;
  top: 77px;
  width: 100%;
  position: absolute;
  transition: transform 0.1s ease-out;
  will-change: transform;
}

.recepi-wrap .images {
  overflow: hidden;
}

.about-buy {
  padding: 64px 0;
}

.about-buy .title-item {
  color: #2c2c2c;
}

.about-buy .list {
  padding: 16px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}

.about-buy a {
  border-radius: 16px;
  background: #f5f5f5;
  height: 116px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-buy a:hover img {
  filter: grayscale(0);
}

.about-buy img {
  max-width: 90%;
  max-height: 90%;
  filter: grayscale(100);
  transition: all 0.2s linear;
}

.content-form {
  padding: 64px 0 128px;
}

.content-form_in {
  position: relative;
  padding: 64px 64px 96px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.content-form_in .left {
  width: 597px;
  margin-left: auto;
}

.content-form_in .title-item {
  text-align: left;
  margin: 0 10px 8px 0;
}

.content-form_in p {
  margin: 0 0 24px 0;
  max-width: 410px;
}

.content-form_in .btn {
  width: 100%;
}

.content-form_in form {
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  padding: 32px;
  background: #fff;
}

.content-form_in input {
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  padding: 12px;
  height: 44px;
  width: 100%;
  font-family: "Montserrat";
  min-height: 44px;
}

.content-form_in .form-item {
  margin: 0 0 8px;
}

.content-form_in small {
  font-weight: 400;
  display: block;
  font-size: 12px;
  text-align: left;
  padding: 4px 0 0;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #727272;
}

.checkbox {
  text-align: left;
  margin: 8px 0 2px;
}

.checkbox label {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  gap: 10px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #727272;
}

.checkbox .arr {
  display: none;
}

.checkbox input {
  position: absolute;
  bottom: 100%;
  right: 100%;
  opacity: 0;
  visibility: hidden;
}

.checkbox input:checked + span .arr {
  display: block;
}

.checkbox span {
  display: block;
}

.checkbox a {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.error input {
  border-color: red !important;
}

.product-wrapper .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  padding: 9px 0 0;
}

.product-wrapper .slick-dots li {
  width: auto;
  height: auto;
}

.product-wrapper .slick-dots button {
  width: 4px;
  height: 4px;
  border: none;
  padding: 0;
  font-size: 0;
  margin: 0;
  border-radius: 100%;
  background: #fff;
}

.product-wrapper .slick-dots .slick-active button {
  background: #f59f4b;
}

.bg-2 .slick-dots .slick-active button {
  background: #85665B;
}

.form-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 24px;
  background: #fff;
  line-height: 28px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #f59f4b;
}

.form-message.open {
  opacity: 1;
  visibility: visible;
}

.text-in {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #5b5b5b;
  padding: 200px 0 50px;
}

.text-in .privacy-info__date,
.text-in strong {
  font-weight: 700;
}

.text-in p {
  margin: 0 0 15px;
}

.text-in a {
  color: inherit;
  text-decoration: underline;
}

.text-in a:hover {
  text-decoration: none;
}

.text-in table {
  display: block;
  margin: 24px 0;
  overflow: auto;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  color: inherit;
}

.text-in td,
.text-in th {
  border: 1px solid #aaaaaa;
  padding: 12px;
  vertical-align: top;
  min-width: 250px;
}

.text-in th {
  text-align: center;
  font-weight: bold;
}

.text-in .privacy-info__point {
  font-size: 20px;
  font-weight: bold;
  margin: 1rem 0;
}

.text-in .privacy-info__top {
  text-align: right;
  margin-bottom: 40px;
}

.footer {
  background: #f5f5f5;
  padding: 48px 0;
}

.footer-logo {
  margin: 0 0 45px;
}

.footer_in {
  padding: 0 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_in .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.footer-nav {
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.footer-nav .item {
  -ms-flex: 1;
  flex: 1;
}

.footer-nav .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
  color: #141414;
}

.footer-nav li {
  margin: 0 0 7px;
}

.footer-nav a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: rgba(46, 37, 20, 0.62);
}

.footer-bottom {
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0 0;
  gap: 53px;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: right;
  color: rgba(46, 37, 20, 0.62);
}

.footer-bottom .copyright {
  margin-left: auto;
}

.footer-bottom a {
  color: rgba(46, 37, 20, 0.62);
}

.popup-messages {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 10000;
  width: 400px;
  margin-bottom: 25px;
  box-sizing: border-box;
}

.popup-messages__item {
  display: none;
}

.popup-messages__item-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px;
  margin-bottom: 5px;
  border-radius: 8px;
  color: #ffffff;
  background: #21282b;
  box-shadow: 0 1.17px 2px rgba(0, 0, 0, 0.0196802), 0 1.4px 5px rgba(0, 0, 0, 0.03), 0 2px 10px rgba(0, 0, 0, 0.03), 0 2px 18px rgba(0, 0, 0, 0.04), 0 9px 33px rgba(0, 0, 0, 0.03);
  font-size: 13px;
  line-height: 18px;
  box-sizing: border-box;
}

.cookie-accepted__text {
  padding: 4px;
}

.cookie-accepted__text a {
  color: inherit;
  text-decoration: underline;
}

.cookie-accepted__text a:hover {
  color: inherit;
  text-decoration: none;
}

.cookie-accepted__btn {
  display: block;
  padding: 4px 10px;
  border-radius: 4px;
  margin-left: 8px;
  color: #21282b;
  background: #ffffff;
  text-decoration: none;
  font-size: 16px;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.cookie-accepted__btn:hover {
  background: #cccccc;
  color: #21282b;
  text-decoration: none;
}

@media (max-width: 480px) {
  .popup-messages {
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1368px) {
  .header_in {
    padding: 16px 37px;
  }

  .header_in .wrapper {
    -ms-flex-align: center;
    align-items: center;
  }

  .logo {
    top: 9px;
  }

  .logo img {
    width: 203px;
  }

  .btn {
    font-size: 14px;
    line-height: 18px;
  }

  .nav-page {
    top: 102px;
  }

  .product-list {
    padding: 96px 0 0;
  }

  .product-wrapper {
    padding: 48px 36px 64px;
  }

  .about-comp {
    padding: 94px 0 48px;
  }

  .about-comp .row {
    padding: 77px 30px 75px 36px;
  }

  .about-comp h2 {
    margin: 0 0 33px;
  }

  .about-comp img {
    width: 386px;
  }

  .recepi-about {
    padding: 44px 0;
  }

  .recepi-wrap {
    padding: 0 0 0 41px;
    height: 916px;
  }

  .recepi-wrap .title-item {
    padding-top: 58px;
  }

  .recepi-wrap .text {
    font-size: 20px;
    width: 622px;
    line-height: 24px;
    bottom: 84px;
    right: 48px;
  }

  .recepi-wrap img {
    max-width: 983px;
    left: -1px;
    top: 94px;
  }

  .about-buy {
    padding: 52px 0;
  }

  .about-buy a {
    height: 89px;
  }

  .about-buy img {
    max-height: 28%;
  }

  .content-form {
    padding: 49px 0 96px;
  }

  .content-form_in {
    padding: 60px 39px 96px;
  }

  .content-form_in .left {
    width: 608px;
  }

  .content-form_in .btn {
    line-height: 23px;
  }

  .content-form_in input {
    font-size: 12px;
  }

  .footer {
    padding: 48px 36px;
  }

  .footer .btn {
    font-size: 16px;
  }

  .footer-nav {
    gap: 20px;
  }

  .footer-bottom {
    gap: 20px;
    text-align: left;
  }

  .footer-bottom a {
    max-width: 25%;
  }
}

@media screen and (max-width: 1023px) {
  .product-wrapper .row {
    margin: 0 -36px;
    padding-left: 36px;
    padding-right: 36px;
    overflow: auto;
    gap: 16px;
    scrollbar-width: none;
    /* Для Firefox */
    -ms-overflow-style: none;
    /* Для Internet Explorer та Edge */
  }

  .product-wrapper .row::-webkit-scrollbar {
    display: none;
    /* Для Chrome, Safari та Edge */
  }

  .product-wrapper .item {
    min-width: 280px;
  }

  .about-comp .row {
    padding: 77px 30px 75px;
    gap: 20px;
  }

  .about-comp img {
    width: 250px;
  }

  .recepi-wrap img {
    left: 50%;
    transform: translateX(-50%);
    max-width: 744px;
    top: 200px;
    margin-left: -372px;
  }

  .recepi-wrap .text {
    width: 440px;
    bottom: 84px;
    right: 48px;
  }

  .content-form_in .left {
    text-align: center;
    margin: 0 auto;
  }

  .content-form_in .title-item {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .content-form_in p {
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    padding: 48px 0;
  }

  .footer .btn {
    position: absolute;
    top: -11px;
    right: 12px;
  }

  .bg-1 {
    color: #fff;
    background: var(--color-1);
  }

  .bg-2 {
    color: #fff;
    background: var(--color-2);
  }

  .bg-3 {
    color: #fff;
    background: var(--color-3);
  }

  .masthead {
    height: calc(100vh - 102px);
    margin-top: 102px;
  }
}

.only-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .nav-page {
    display: none;
  }

  .header .line {
    padding: 8px;
    font-size: 14px;
    line-height: 18px;
  }

  .header_in {
    padding: 16px 0;
  }

  .header_in .btn {
    display: none;
  }

  .logo {
    top: 13px;
  }

  .logo img {
    width: 106px;
  }

  .burger {
    width: 40px;
    height: 40px;
  }

  .burger span {
    top: 8px;
    left: 10px;
  }

  .wrapper {
    padding: 0 16px;
  }

  .title-item {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 24px;
  }

  .product-list {
    padding: 64px 0 0;
  }

  .product-wrapper {
    overflow: hidden;
    padding: 32px 17px 24px;
  }

  .product-wrapper .row {
    gap: 15px;
  }

  .product-wrapper .item {
    font-size: 14px;
    line-height: 18px;
    padding: 14px;
  }

  .product-wrapper .preview {
    height: 249px;
  }

  .product-wrapper h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .product-wrapper small {
    font-size: 14px;
  }

  .product-wrapper li {
    width: 25px;
    height: 25px;
  }

  .product-wrapper .row {
    display: block;
    margin: 0 -36px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .product-wrapper .slick-list {
    overflow: visible;
  }

  .product-wrapper .slick-slide {
    max-width: 296px;
    padding-right: 16px;
  }

  .product-wrapper .item {
    min-width: 280px;
  }

  .product-wrapper .slick-track {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .product-wrapper .slick-slide {
    height: inherit !important;
  }

  .product-wrapper .slick-slide > div {
    height: 100%;
  }

  .product-wrapper .slick-slide > div > div {
    min-height: 100%;
  }

  .about-comp {
    padding: 64px 0 48px;
    font-size: 12px;
    line-height: 18px;
  }

  .about-comp h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 13px;
  }

  .about-comp p {
    margin: 0 0 18px;
  }

  .about-comp img {
    max-width: 283px;
    width: 283px;
    margin: 0 auto;
    display: block;
  }

  .about-comp .preview {
    display: block;
    margin: -20px 0 0;
    width: 100%;
  }

  .about-comp .row {
    display: block;
    padding: 22px 23px 20px;
  }

  .recepi-about {
    padding: 16px 0;
  }

  .recepi-wrap {
    padding: 0 0 16px 0;
    height: 1241px;
    text-align: center;
  }

  .recepi-wrap .title {
    font-size: 26px;
    line-height: 32px;
    padding-top: 48px;
  }

  .recepi-wrap .text {
    bottom: 39px;
    text-align: left;
    max-width: 294px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    left: 50%;
    transform: translateX(-50%);
  }

  .recepi-wrap img {
    top: 182px;
    max-width: 330px;
  }

  .about-buy {
    padding: 48px 0;
  }

  .about-buy .list {
    padding: 8px 0 0;
    gap: 16px;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-buy a {
    height: 89px;
    min-height: 89px;
    width: 100%;
  }

  .content-form {
    padding: 16px 0 64px;
  }

  .content-form .title-item {
    font-size: 26px;
    line-height: 32px;
  }

  .content-form_in {
    padding: 27px 15px 96px;
  }

  .content-form_in .left {
    width: 100%;
  }

  .content-form_in form {
    padding: 11px;
  }

  .content-form_in p {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
  }

  .footer {
    padding: 32px 0;
  }

  .footer .btn {
    position: static;
    margin: 16px 0 0;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer_in {
    display: block;
  }

  .footer-logo {
    margin: 0 0 21px;
  }

  .footer-nav {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
  }

  .footer-nav .title {
    font-size: 14px;
    line-height: 16px;
  }

  .footer-nav a {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-nav br {
    display: none;
  }

  .footer-bottom {
    padding: 5px 0 0;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    font-size: 14px;
    line-height: 18px;
  }

  .footer-bottom a {
    max-width: 100%;
  }

  .footer-bottom .copyright {
    width: 100%;
    margin-left: 0;
  }

  .form-message {
    font-size: 16px;
    line-height: 24px;
  }

  .burger-menu .js-close {
    width: 40px;
    height: 40px;
    margin: 0 0 33px;
  }

  .burger-menu .btn-white {
    display: block;
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 25px;
  }

  .burger-menu_in {
    padding: 16px 16px;
    width: 280px;
  }

  .recepi-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .recepi-wrap .images {
    display: none;
  }

  .recepi-wrap img {
    margin: 0 0 0 -164px;
  }

  .only-mobile {
    display: block;
    width: 328px;
    margin: 0 auto;
  }
}