@font-face {
  font-family: 'Cormorant';
  src: url("../fonts/Cormorant-Bold.eot");
  src: url("../fonts/Cormorant-Bold.eot?#iefix") format('embedded-opentype'),
        url("../fonts/Cormorant-Bold.woff2") format('woff2'),
        url("../fonts/Cormorant-Bold.woff") format('woff'),
        url("../fonts/Cormorant-Bold.ttf") format('truetype'),
        url("../fonts/Cormorant-Bold.svg#Cormorant-Bold") format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant';
  src: url("../fonts/Cormorant-Medium.eot");
  src: url("../fonts/Cormorant-Medium.eot?#iefix") format('embedded-opentype'),
        url("../fonts/Cormorant-Medium.woff2") format('woff2'),
        url("../fonts/Cormorant-Medium.woff") format('woff'),
        url("../fonts/Cormorant-Medium.ttf") format('truetype'),
        url("../fonts/Cormorant-Medium.svg#Cormorant-Medium") format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant';
  src: url("../fonts/Cormorant-Regular.eot");
  src: url("../fonts/Cormorant-Regular.eot?#iefix") format('embedded-opentype'),
        url("../fonts/Cormorant-Regular.woff2") format('woff2'),
        url("../fonts/Cormorant-Regular.woff") format('woff'),
        url("../fonts/Cormorant-Regular.ttf") format('truetype'),
        url("../fonts/Cormorant-Regular.svg#Cormorant-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@-webkit-keyframes opas {
  0% {
    opacity: 0.4;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

@keyframes opas {
  0% {
    opacity: 0.4;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

@-webkit-keyframes fadeOpas {
  0% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOpas {
  0% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tooltipShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tooltipShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes deg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  60% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes deg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  60% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes jamp {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: -1rem;
  }

  25% {
    margin-top: 0;
  }

  35% {
    margin-top: -0.5rem;
  }

  45% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes jamp {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: -1rem;
  }

  25% {
    margin-top: 0;
  }

  35% {
    margin-top: -0.5rem;
  }

  45% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes jampTrf {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  15% {
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
  }

  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  35% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }

  45% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jampTrf {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  15% {
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
  }

  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  35% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }

  45% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@-webkit-keyframes pulseicon-a {
  0% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }

  50% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }
}

@keyframes pulseicon-a {
  0% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }

  50% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }
}

@-webkit-keyframes pulseicon {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@keyframes pulseicon {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@-webkit-keyframes phone {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1.01);
    transform: translate(-50%, -50%) rotate(0deg) scale(1.01);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
  }
}

@keyframes phone {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1.01);
    transform: translate(-50%, -50%) rotate(0deg) scale(1.01);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
  }
}

@-webkit-keyframes pulseiconLine {
  0% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }

  50% {
    -webkit-transform: translateX(-65%) scale(1);
    transform: translateX(-65%) scale(1);
  }

  100% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }
}

@keyframes pulseiconLine {
  0% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }

  50% {
    -webkit-transform: translateX(-65%) scale(1);
    transform: translateX(-65%) scale(1);
  }

  100% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }
}

@-webkit-keyframes scale-before {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}

@keyframes scale-before {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}

@-webkit-keyframes transform-shiver {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-5px, 0px) rotate(0deg);
    transform: translate(-5px, 0px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(5px, 0px) rotate(0deg);
    transform: translate(5px, 0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes transform-shiver {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-5px, 0px) rotate(0deg);
    transform: translate(-5px, 0px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(5px, 0px) rotate(0deg);
    transform: translate(5px, 0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes transform-shiver2 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
    transform: translate(0, -5px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(0, 5px) rotate(0deg);
    transform: translate(0, 5px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes transform-shiver2 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
    transform: translate(0, -5px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(0, 5px) rotate(0deg);
    transform: translate(0, 5px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes car1 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
    transform: translate(0px, 0px) scale(1);
  }

  100% {
    -webkit-transform: translate(-200px, 10px) scale(0);
    transform: translate(-200px, 10px) scale(0);
  }
}

@keyframes car1 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
    transform: translate(0px, 0px) scale(1);
  }

  100% {
    -webkit-transform: translate(-200px, 10px) scale(0);
    transform: translate(-200px, 10px) scale(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(59, 183, 81, 0.5);
    box-shadow: 0 0 0 0 rgba(59, 183, 81, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(59, 183, 81, 0);
    box-shadow: 0 0 0 8px rgba(59, 183, 81, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(59, 183, 81, 0);
    box-shadow: 0 0 0 0 rgba(59, 183, 81, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(59, 183, 81, 0.5);
    box-shadow: 0 0 0 0 rgba(59, 183, 81, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(59, 183, 81, 0);
    box-shadow: 0 0 0 8px rgba(59, 183, 81, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(59, 183, 81, 0);
    box-shadow: 0 0 0 0 rgba(59, 183, 81, 0);
  }
}

@-webkit-keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(246, 13, 39, 0.5);
    box-shadow: 0 0 0 0 rgba(246, 13, 39, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(246, 13, 39, 0);
    box-shadow: 0 0 0 8px rgba(246, 13, 39, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(246, 13, 39, 0);
    box-shadow: 0 0 0 0 rgba(246, 13, 39, 0);
  }
}

@keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(246, 13, 39, 0.5);
    box-shadow: 0 0 0 0 rgba(246, 13, 39, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(246, 13, 39, 0);
    box-shadow: 0 0 0 8px rgba(246, 13, 39, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(246, 13, 39, 0);
    box-shadow: 0 0 0 0 rgba(246, 13, 39, 0);
  }
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 204, 93, 0.5);
    box-shadow: 0 0 0 0 rgba(68, 204, 93, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 28px rgba(68, 204, 93, 0);
    box-shadow: 0 0 0 28px rgba(68, 204, 93, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 204, 93, 0);
    box-shadow: 0 0 0 0 rgba(68, 204, 93, 0);
  }
}

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 204, 93, 0.5);
    box-shadow: 0 0 0 0 rgba(68, 204, 93, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 28px rgba(68, 204, 93, 0);
    box-shadow: 0 0 0 28px rgba(68, 204, 93, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 204, 93, 0);
    box-shadow: 0 0 0 0 rgba(68, 204, 93, 0);
  }
}

@-webkit-keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
  }

  70% {
    -webkit-box-shadow: 0 0 0 11px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
  }

  70% {
    -webkit-box-shadow: 0 0 0 11px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes sbs-anim {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
    transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}

@keyframes sbs-anim {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
    transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
    transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
    transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
  }
}

@keyframes pop {
  0% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
    transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
    transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
  }
}

@-webkit-keyframes puff-out {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform-origin-opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
  }
}

@keyframes puff-out {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform-origin-opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
  }
}

@-webkit-keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0px, 100%) rotate(1deg);
    transform: translate(0px, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0px, 100%) rotate(1deg);
    transform: translate(0px, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.fade_in {
  opacity: 1;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

.title-first {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

.subtitle-first {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

@-webkit-keyframes main {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes main {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 1vw;
  overflow-x: hidden;
}

body {
  font-family: 'Cormorant', serif;
  line-height: 1.3;
  font-weight: normal;
  overflow-x: hidden;
  color: #3e4040;
  background-color: #fff !important;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a,
button,
input,
textarea,
select {
  outline: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.db {
  display: block !important;
}

.bg-mid {
  -webkit-box-shadow: 0 4px 98px rgba(41, 45, 52, 0.35);
  box-shadow: 0 4px 98px rgba(41, 45, 52, 0.35);
  border-radius: 1rem 3rem;
  background-color: #ffffff;
  padding: 2rem 3.5rem;
}

.bg-sm {
  -webkit-box-shadow: 0 0 70px rgba(40, 40, 40, 0.15);
  box-shadow: 0 0 70px rgba(40, 40, 40, 0.15);
  border-radius: 0.5rem 2rem;
  background-color: #ffffff;
  padding: 2rem 2.5rem;
}

.accent {
  color: #b78b58;
}

.col-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.margin-center {
  margin-left: auto;
  margin-right: auto;
}

.rel-center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lh08 {
  line-height: 0.8;
}

.lh1 {
  line-height: 1;
}

.lh15 {
  line-height: 1.5;
}

.lsp {
  letter-spacing: 0.05rem;
}

.tgc {
  color: #464b53;
}

a.tgc {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a.tgc:hover {
  color: #000;
}

.gray {
  color: #929292;
}

.bread {
  margin-top: 3rem;
}

.bread a {
  color: #ffffff;
  display: inline-block;
  padding-right: 1rem;
}

.bread .razd {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  width: 0.75rem;
}

.bread .razd img {
  width: 100%;
}

.nowh {
  white-space: nowrap;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw4 {
  font-weight: 400;
}

.fw7 {
  font-weight: 700;
}

.fwb {
  font-weight: bold;
}

.fw8 {
  font-weight: 800;
}

.fsi {
  font-style: italic;
}

.tar {
  text-align: right;
}

.tdt {
  text-decoration: line-through;
}

.tdu {
  text-decoration: underline;
}

.tac {
  text-align: center;
}

.ttu {
  text-transform: uppercase;
}

.title-lg {
  font-size: 3.5rem;
  line-height: 1.3;
  letter-spacing: 1.8px;
}

.green {
  color: #75bdb8;
}

.black {
  color: #3e4040;
}

.kr-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kr-text.t2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.kr-text.t2 .kr-text__cir {
  margin-top: 0.34vw;
}

.kr-text__cir {
  background-color: #61ce70;
  width: .5vw;
  height: .5vw;
  border-radius: 100%;
  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;
  -webkit-animation: opas 1.4s infinite linear;
  animation: opas 1.4s infinite linear;
}

.link-hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link-hover:hover {
  color: #75bdb8;
}

.title {
  font-size: 3rem;
  line-height: 1.1;
  position: relative;
  z-index: 2;
}

.big-t {
  font-size: 5rem;
  line-height: 0.75;
}

.t-min {
  font-size: 2.5rem;
}

.t36 {
  font-size: 1.9rem;
  position: relative;
  z-index: 2;
}

.t34 {
  font-size: 1.77rem;
}

.t32 {
  font-size: 1.67rem;
}

.t30 {
  font-size: 1.56rem;
}

.t28 {
  font-size: 1.46rem;
}

.t26 {
  font-size: 1.35rem;
}

.t25 {
  font-size: 1.3rem;
}

.t24 {
  font-size: 1.25rem;
}

.t23 {
  font-size: 1.2rem;
}

.t22 {
  font-size: 1.15rem;
}

.t21 {
  font-size: 1.1rem;
}

.t20 {
  font-size: 1.04rem;
}

.t18 {
  font-size: 0.94rem;
}

.t17 {
  font-size: 0.87rem;
}

.t16 {
  font-size: 0.83rem;
}

.t15 {
  font-size: 0.8rem;
}

.t14 {
  font-size: 0.73rem;
}

.t13 {
  font-size: 0.68rem;
}

.t12 {
  font-size: 0.63rem;
}

.t10 {
  font-size: 0.52rem;
}

.t8 {
  font-size: 0.42rem;
}

.t7 {
  font-size: 0.37rem;
}

.container {
  max-width: 82rem;
  margin: 0 auto;
  width: 100%;
}

.container-big {
  max-width: 90rem;
  margin: 0 auto;
}

.container-min {
  max-width: 72rem;
  margin: 0 auto;
}

.container-md {
  max-width: 82rem;
  margin: 0 auto;
}

.mlg3 {
  margin-bottom: 8rem;
}

.mlg2 {
  margin-bottom: 6rem;
}

.mlg {
  margin-bottom: 4rem;
}

.msm {
  margin-bottom: 2.4rem;
}

.mb {
  margin-bottom: 2rem;
}

.mb2 {
  margin-bottom: 1.4rem;
}

.mb3 {
  margin-bottom: 1rem;
}

.mbm {
  margin-bottom: 0.7rem;
}

.mbm2 {
  margin-bottom: 0.4rem;
}

.mtm {
  margin-top: 0.7rem;
}

.mbs {
  margin-bottom: 0.41rem;
}

.mrm {
  margin-right: 0.5rem;
}

.mr {
  margin-right: 1rem;
}

.mrd {
  margin-right: 1.5rem;
}

.mrs {
  margin-right: 1.7rem;
}

.stop {
  overflow: hidden;
}

.section {
  padding: 4rem 0;
  position: relative;
}

.section.min {
  padding: 2rem 0;
}

.section.bot {
  padding-top: 0;
  padding-bottom: 4rem;
}

.section.top {
  padding-top: 4rem;
  padding-bottom: 0;
}

.dib {
  display: inline-block;
}

.fsi {
  font-style: italic;
}

.rel {
  position: relative;
}

.poe {
  pointer-events: none;
}

.whsp {
  white-space: nowrap;
}

.gray-t {
  color: #606060;
}

.btn {
  padding: 0.8rem 2.5rem;
  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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 6;
  cursor: pointer;
  border: none;
  position: relative;
  white-space: nowrap;
  background-color: #75bdb8;
  color: #ffffff;
}

.btn::before {
  position: absolute;
  content: '';
  top: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 1rem);
  height: 100%;
  border: 1px solid #75bdb8;
  z-index: -2;
}

.btn.im {
  padding: 0.8rem;
  border-radius: 100%;
  cursor: pointer;
}

.btn:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  overflow: hidden;
}

.btn:not(:disabled) .btn-blick:after {
  margin-left: -30px;
  content: " ";
  width: 30px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: -40px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn.back .btn-img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 0.5rem;
  margin-top: 0;
}

.btn.back:hover .btn-img {
  -webkit-transform: rotate(180deg) translateX(0.5rem);
  transform: rotate(180deg) translateX(0.5rem);
}

.btn:hover {
  -webkit-box-shadow: inset 0 4px 1px #1fa097;
  box-shadow: inset 0 4px 1px #1fa097;
  -webkit-transform: translate(0rem, 0.1rem);
  transform: translate(0rem, 0.1rem);
}

.btn-o {
  border: 1px solid #75bdb8;
  background-color: #fff;
  color: #75bdb8;
  padding: 0.2rem 1.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-o::before {
  display: none;
}

.btn-o:hover {
  background-color: #75bdb8;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.max {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.btn-im {
  width: 1rem;
  height: 1rem;
}

.btn-im img {
  width: 100%;
}

.search-wr {
  position: relative;
}

.search-wr form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-wr .input {
  width: 20rem;
  padding-right: 3rem;
}

.search-wr .btn {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lang {
  width: 3rem;
  text-align: center;
  position: relative;
}

.lang::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  content: '';
  top: 150%;
  left: 50%;
  -webkit-transform: translate(-50%, 175%);
  transform: translate(-50%, 175%);
  width: 0;
  height: 0;
  border-left: 0.35rem solid transparent;
  border-right: 0.35rem solid transparent;
  border-bottom: 0.5rem solid #ffffff;
  opacity: 0;
}

.lang:hover,
.lang.active {
  font-weight: 700;
}

.lang:hover::before,
.lang.active::before {
  opacity: 1;
}

.lin {
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.block-i-ic {
  margin-right: 1rem;
  width: 1.2rem;
  height: 1.2rem;
}

.block-i-ic img {
  width: 100%;
}

.burger {
  width: 1.7rem;
  height: 2rem;
  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;
  cursor: pointer;
	margin: 0 0.6rem;
}

.burger span {
  display: block;
  width: 100%;
  height: 3px;
  position: relative;
  background-color: #75bdb8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.burger span:before,
.burger span:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #75bdb8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.burger span:before {
  top: -0.55rem;
}

.burger span:after {
  bottom: -0.55rem;
}

.burger__wrap {
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  line-height: 0.8;
  cursor: pointer;
}

.burger__wrap:hover .burger span {
  background-color: #44b759;
}

.burger__wrap:hover .burger span:before,
.burger__wrap:hover .burger span:after {
  background-color: #44b759;
}

.burger__wrap-block {
  display: none;
}

.close-nav {
  display: none;
}

.dark {
  color: #282828;
}

.yellow {
  color: #fad442;
}

.text-lin {
  white-space: nowrap;
}

a.dar {
  color: #282828;
}

.white {
  color: #ffffff;
}

.light {
  color: #7b7b7b;
}

.link {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  color: #75bdb8;
  z-index: 4;
}

.link-o {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #282828;
}

.link-o:hover {
  color: #fc9533;
}

.link.light {
  color: #ffffff;
}

.link.light:before {
  border-bottom: 1px solid #ffffff;
}

.link.light:hover {
  color: #61ce70;
}

.link.light:hover:before {
  width: 40%;
}

.link.blue {
  color: #1d90f1;
}

.link.blue:before {
  border-bottom: 1px solid #1d90f1;
}

.link.blue:hover {
  color: #1d90f1;
}

.link.blue:hover:before {
  width: 40%;
}

.link.yellow {
  color: #fad442;
}

.link.yellow:before {
  border-bottom: 1px solid #fad442;
}

.link.yellow:hover {
  color: #fad442;
}

.link.yellow:hover:before {
  width: 40%;
}

.link:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #75bdb8;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link:hover {
  color: #75bdb8;
}

.link:hover:before {
  width: 40%;
}

.link.dsh:before {
  border-bottom: 1px dashed #fad442;
}

.link.dsh-dark:hover:before {
  border-bottom: 1px dashed #81c04f;
}

.link.dsh-dark:before {
  border-bottom: 1px dashed #282828;
}

input::-webkit-input-placeholder {
  color: #282828;
}

input:-ms-input-placeholder {
  color: #282828;
}

input::-ms-input-placeholder {
  color: #282828;
}

input::-moz-placeholder {
  color: #282828;
}

input::placeholder {
  color: #282828;
}

input.v2::-webkit-input-placeholder {
  color: #ffffff;
}

input.v2:-ms-input-placeholder {
  color: #ffffff;
}

input.v2::-ms-input-placeholder {
  color: #ffffff;
}

input.v2::-moz-placeholder {
  color: #ffffff;
}

input.v2::placeholder {
  color: #ffffff;
}

textarea::-webkit-input-placeholder {
  color: #282828;
}

textarea:-ms-input-placeholder {
  color: #282828;
}

textarea::-ms-input-placeholder {
  color: #282828;
}

textarea::-moz-placeholder {
  color: #282828;
}

textarea::placeholder {
  color: #282828;
}

.area {
  padding-left: 2rem;
  height: 7rem;
}

.input {
  padding: 0.8rem 1.3rem;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  position: relative;
  border: 1px solid #c1c7c7;
}

.inp-min {
  width: 31.5%;
}

.inp-md {
  width: 48%;
}

.inp-big {
  width: 100%;
}

.inp-c {
  width: 40%;
}

.textarea {
  padding: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  z-index: 18;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  border: none;
  background: transparent;
  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;
  padding: 0.7rem;
}

.arrows.t2 {
  width: 3rem;
  height: 3rem;
  padding: 1rem;
}

.arrows.t4 {
  width: 3.5rem;
  height: 3.5rem;
}

.arrows.t6 {
  -webkit-box-shadow: 0 5px 54px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 54px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.arrows:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}

.arrows:hover.t6 {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.arrows.v2.slidePrev {
  left: 18.5rem;
  padding-right: 0.8rem;
}

.arrows.v2.slideNext {
  right: 18.5rem;
}

.slidePrev {
  left: 3.5rem;
}

.slidePrev.t2 {
  left: -2.5rem;
}

.slidePrev.t4 {
  left: -1.1rem;
}

.slidePrev.t3 {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slidePrev.t3:hover {
  opacity: 0.7;
  -webkit-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
}

.slideNext {
  right: 3.5rem;
}

.slideNext.t2 {
  right: -2.5rem;
}

.slideNext.t4 {
  right: -1.1rem;
}

.slideNext.t3 {
  left: 50%;
  bottom: -1rem;
  top: auto;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slideNext.t3:hover {
  opacity: 0.7;
  -webkit-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
}

.check-box {
  cursor: pointer;
  display: block;
}

.check-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-label {
  width: 1.1rem;
  height: 1.1rem;
  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;
  padding: 0.2rem;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5rem;
  border-radius: 2px;
  background-color: #dcdcdc;
}

.check-label.v2 .check-label-act {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  padding: 0.2rem;
  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: #4ca352;
}

.check-label-act {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 2px;
  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: 70%;
  height: 70%;
}

.check-label.min {
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
}

.rhide {
  display: none;
}

.rhide:checked ~ span .check-label-act {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.rhide:checked ~ span .check-label.min {
  background-color: #5bd273;
}

.rhide:checked ~ .block-imp-bf {
  background-color: #4ca352;
  border: 1px solid #4ca352;
}

.rhide:checked ~ .tsm13 {
  color: #fff;
  position: relative;
}

.rhide:checked ~ .times-block div.fancy-select div.trigger {
  color: #fff !important;
}

.wac {
  color: #3fbf3f !important;
}

.vic {
  color: #8173c7 !important;
}

.emc {
  color: #fbc855 !important;
}

.text-rotate {
  position: absolute;
  left: 0;
  top: 0;
  width: 8rem;
  height: 100%;
  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;
  z-index: 71;
}

.text-rotate.right {
  left: auto;
  right: 0;
}

.text-rotate-item {
  position: relative;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  display: inline-block;
  color: rgba(179, 179, 179, 0.5);
}

.text-rotate-item:before {
  content: '';
  position: absolute;
  left: -3.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 1px solid #d1d1d1;
  width: 3rem;
  height: 1px;
}

.text-rotate-item:after {
  content: '';
  position: absolute;
  right: -3.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 1px solid #d1d1d1;
  width: 3rem;
  height: 1px;
}

.text-rotate-item.wh {
  color: #ffff;
}

.row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-colmob {
  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;
}

.list__item {
  margin-bottom: 1rem;
}

.list:last-child {
  margin-bottom: 0;
}

.link-ar {
  display: inline-block;
  width: 1rem;
}

.link-ar img {
  width: 100%;
}

@media (max-width: 900px) {
  .to_top:before {
    border: 0.8rem solid transparent;
    border-bottom: 1rem solid #fff;
  }
}

@media (max-width: 900px) {
  .container-big {
    max-width: 95vw;
  }

  .section {
    padding: 4rem 0;
  }
}

@media (max-width: 567px) {
  .row-colmob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header {
  padding: 1.5rem 0;
  position: relative;
  z-index: 2;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-block {
  width: 77%;
  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;
}

.header-scroll {
  z-index: 155;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header-scroll.hdn {
  opacity: 0;
  pointer-events: none;
}

.header * {
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
}

.header__cont {
  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;
  width: 100%;
  position: relative;
}

.header__cont .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header.light {
  background: #EBEDF2;
}

.header.light .link-a {
  color: #2C4B9A;
}

.header.light .link-a:hover {
  color: #95A2C4;
}

.header.light .burger span {
  background-color: #2C4B9A;
}

.header.light .burger span:before,
.header.light .burger span:after {
  background-color: #2C4B9A;
}

.header.light .burger span:hover {
  background-color: #95A2C4;
}

.header.light .burger span:hover:before,
.header.light .burger span:hover:after {
  background-color: #95A2C4;
}

.item-light.hdn,
.item-dark.hdn {
  opacity: 0;
  width: 0;
  display: none;
}

.ops {
  opacity: 0;
}

.trs {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.trs0 {
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}

.ops2 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.trs-c {
  -webkit-transition: all 3.4s;
  transition: all 3.4s;
}

.ops-c {
  opacity: 0;
}

.antiscale {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

.scale {
  -webkit-transform: translate(-50%, -50%) scale(0) !important;
  transform: translate(-50%, -50%) scale(0) !important;
}

.img-anim {
  -webkit-transform: translate(-40px);
  transform: translate(-40px);
  opacity: 0;
}

.logo__img {
  max-width: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo__img img {
  width: 100%;
}

.logo__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-a {
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-a:hover {
  color: #95A2C4;
}

.block-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-i-text {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.links {
  color: #000000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.links:hover {
  color: #ff0000;
}

.main {
  position: relative;
}

.main-px-2 {
  position: absolute;
  right: -11vw;
  top: -2vw;
  width: 24vw;
  -webkit-animation: transform-shiver 4000ms linear 0ms infinite normal both;
  animation: transform-shiver 4000ms linear 0ms infinite normal both;
}

.close-img {
  width: 1.7vw;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.close-img:hover {
  opacity: 0.4;
}

.nav-overlay {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  overflow: hidden;
}

.nav-overlay.active .nav {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.nav-overlay.active .nav-first-head,
.nav-overlay.active .nav-social {
  opacity: 1;
}

.nav-list {
  -webkit-transition: 0.65s ease-out;
  transition: 0.65s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-list li a {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.55s ease-out;
  transition: 0.55s ease-out;
}

.nav-list li a.active {
  opacity: 1;
  pointer-events: auto;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.nav__wrap {
  background-color: rgba(255, 255, 255, 0.43);
  position: relative;
  z-index: 3;
}
.nav__wrap .search-btn {
	display: none;
}

.nav__wrap .header__btn {
	display: none;
}
.nav li {
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.nav a {
  color: #3e4040;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  padding: 0.5rem 1rem;
}

.nav a:hover,
.nav a:active {
  color: #75bdb8;
}

.nav a.mia {
  color: #1d90f1;
}

.nav-ar {
  width: 0.7rem;
}

.nav-ar svg path {
  fill: #ffffff;
}

.nav-ar img {
  width: 100%;
}

.nav .li-sub {
  position: relative;
  padding-right: 1rem;
}

.nav .li-sub::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0.8rem;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  width: 0.7rem;
  height: 0.45rem;
  background: url("../img/icons/ar-d.svg") center no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav .li-sub:hover {
  color: #81bf52;
}

.nav .li-sub:hover::before {
  background: url("../img/icons/ar-d.svg") center no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.nav .li-sub:hover a {
  color: #81bf52;
}

.nav .li-sub:hover .nav-ar svg path {
  fill: #81bf52;
}

.sub-menu {
  top: 100%;
  left: 50%;
  background-color: #ffffff;
  width: 12rem;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  padding: 0.8rem;
  opacity: 0;
  z-index: 99;
  -webkit-box-shadow: 0 0 120px rgba(40, 40, 40, 0.1);
  box-shadow: 0 0 120px rgba(40, 40, 40, 0.1);
}

.sub-menu li {
  margin: 0 0.5rem;
}

.sub-menu a {
  color: #282828;
  padding: 0.5rem 0;
  position: relative;
}

.sub-menu a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #61ce70;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-menu a:hover::before {
  width: 100%;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:hover .sub-menu {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}

.menu-item-has-children:hover::before {
  background: url("../img/icons/ar-d.svg") center no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.menu-item-has-children::before {
  position: absolute;
  content: '';
  top: 50%;
  right: -0.5rem;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  width: 0.7rem;
  height: 0.4rem;
  background: url("../img/icons/ar-d.svg") center no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.green-cr {
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #3cc350;
  -webkit-animation: opas 1.5s infinite linear;
  animation: opas 1.5s infinite linear;
}

.check-label {
  background-color: #1d90f1;
  border-radius: 2px;
  width: 0.9rem;
  width-height: .9rem;
  padding: 0.15rem;
}

.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -3rem;
  z-index: 5;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background: url("../img/icons/ars.svg") center no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}

.prev:hover {
  opacity: 1;
}

.prev2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -3rem;
  z-index: 5;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background: url("../img/icons/ar.svg") center no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}

.prev2:hover {
  opacity: 1;
}

.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: auto;
  right: -3rem;
  z-index: 5;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background: url("../img/icons/ars.svg") center no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}

.next:hover {
  opacity: 1;
}

.next2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: auto;
  right: -3rem;
  z-index: 5;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background: url("../img/icons/ar.svg") center no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}

.next2:hover {
  opacity: 1;
}

.green-text {
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3bb751;
  padding: 0.5rem;
  border-radius: 5rem;
}

.green-text__cir {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 100%;
  background-color: #fff;
}

.green-text__text {
  white-space: nowrap;
}

.input-hidden {
  display: none;
}

.file-link {
  cursor: pointer;
  padding: 1.5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 5rem;
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c8c7c7), color-stop(1%, #c8c7c7), to(#e0dfdf));
  background-image: linear-gradient(to top, #c8c7c7 0%, #c8c7c7 1%, #e0dfdf 100%);
  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;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__left .t36 {
  margin-right: 6rem;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-it {
  margin-right: 2rem;
}

.header-it a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-it a:hover {
  color: #75bdb8;
}

.header-it:last-child {
  margin-right: 0;
}

.soc-ic {
  display: block;
  width: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
}

.soc-ic img {
  width: 100%;
}

.soc-ic:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-cont {
  width: 100%;
  margin-top: -2.5rem;
}

.main-cont__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main-cont__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-cont__bg::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: url("../img/main/bf.png") center right no-repeat;
  background-size: cover;
  z-index: 2;
}

.gen-title {
  position: relative;
  display: inline-block;
}

.gen-title::before {
  position: absolute;
  content: '';
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 23rem;
  height: 2rem;
  background: url("../img/icons/bef3.png") center no-repeat;
  background-size: cover;
}

.main-offer {
  padding: 7rem 0;
}

@media (max-width: 900px) {
  html {
    font-size: 12px;
  }

  .main-cont {
    margin-top: 0;
  }

  .header__left .t36 {
    margin-right: 1rem;
  }

  .header-it .t22 {
    display: none;
  }
}

@media (max-width: 767px) {
  .logo__img {
    width: 5rem;
  }

  .header__cont .logo {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header__right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .header-it {
    margin-right: 0;
  }

  .header-it .mr {
    margin-right: 0;
  }

  .soc-ic {
    margin-left: 1rem;
  }

  .header__cont .logo {
    margin-right: 4%;
  }
}

@media (max-width: 567px) {
  .block-i__im {
    display: none;
  }

  .header__cont .header__left .t36 {
    display: none;
  }

  .main-cont__bg::before {
    width: 100%;
  }

  .main-offer br {
    display: none;
  }

  .main-offer {
    padding: 4rem 0;
  }

  .main-offer .title.mlg {
    margin-bottom: 2rem;
  }
}

.advas-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advas-list__item {
  width: 19%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.advas-list__ic {
  width: 2.5rem;
  height: 2.5rem;
}

.advas-list__ic img {
  width: 100%;
}

@media (max-width: 767px) {
  .advas-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -2rem;
  }

  .advas-list__item {
    margin-left: 1%;
    margin-right: 1%;
    width: 31%;
    margin-bottom: 2rem;
  }

  .advas {
    padding-bottom: 0;
  }
}

.about__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__img {
  width: 29rem;
  height: 32rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-right: 9%;
}

.about__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-title {
  position: relative;
  display: inline-block;
}

.about-title::before {
  position: absolute;
  content: '';
  top: 0.5rem;
  left: -5.5rem;
  width: 4rem;
  height: 1.7rem;
  background: url("../img/icons/bef.png") center no-repeat;
  background-size: cover;
}

.about-title::after {
  position: absolute;
  content: '';
  top: 0.5rem;
  right: -5.5rem;
  width: 4rem;
  height: 1.7rem;
  background: url("../img/icons/bef2.png") center no-repeat;
  background-size: cover;
  z-index: 2;
}

.btn--burger {
  width: 24px;
  height: 3px;
  background-color: transparent;
}

.btn--burger:after,
.btn--burger:before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn--burger-wrapper {
  position: relative;
  margin: 15px 0 0 -60px;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  cursor: pointer;
  background-color: rgba(163, 207, 86, 0.8);
  width: 60px;
  height: 40px;
  border-radius: 10px 0 0 10px;
  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;
  -webkit-box-shadow: 0 0 38px #9db3c2;
  box-shadow: 0 0 38px #9db3c2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn--burger:before {
  top: 15px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.btn--burger:after {
  bottom: 12px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

@media (max-width: 900px) {
  .about__img {
    width: 26rem;
  }

  .about-title::before {
    left: -3.5rem;
    width: 3rem;
    height: 1.3rem;
  }

  .about-title::after {
    right: -3.5rem;
    width: 3rem;
    height: 1.3rem;
  }
}

@media (max-width: 767px) {
  .about__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about__img {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .about__desc {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 567px) {
  .about__img {
    width: 24rem;
    height: 27rem;
  }

  .about-title .accent {
    display: block;
  }
}

.catalog-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog-filter__img {
  height: 14rem;
  width: 100%;
  position: relative;
  border: 1px solid #c1c7c7;
  display: block;
}

.catalog-filter__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.catalog-filter__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(215, 237, 236, 0.5);
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.catalog-filter__item {
  width: 18%;
  text-align: center;
}

.catalog-filter__item:hover .catalog-filter__img::before {
  opacity: 1;
}

.catalog-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.catalog-left-filt .catalog-delimiter a:last-child {
  border-bottom: 1px solid #c1c7c7;
}

.catalog-left-filt a {
  border-left: 1px solid #c1c7c7;
  border-right: 1px solid #c1c7c7;
}

.catalog-left-filt a:first-child {
    border-top: 1px solid #c1c7c7;
}

.catalog-left-filt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  width: 19%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2%;
}

.catalog-left-filt__item {
  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;
  border-bottom: 1px solid #c1c7c7;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.catalog-left-filt__item:last-child {
  border-bottom: none;
}

.catalog-left-filt__item:hover {
  background-color: #f0f0f0;
}

.catalog-left-filt__item2 {
  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;
  border-bottom: 1px solid #c1c7c7;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.catalog-left-filt__item2:last-child {
  border-bottom: none;
}

.catalog-left-filt__item2:hover {
  background-color: #f0f0f0;
}

.catalog-left-filt__ic {
  width: 1.5rem;
  height: 1.5rem;
}

.catalog-left-filt__ic img {
  width: 100%;
}

.catalog-result {
  width: 79%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.catalog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog-list__item {
  width: 31%;
  margin-right: 2%;
  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;
  text-align: center;
  border: 1px solid #c1c7c7;
  padding: 1.5rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.catalog-list__item:hover {
  color: #75bdb8;
}

.catalog-list__img {
  width: 100%;
  height: 18rem;
  display: block;
  position: relative;
}

.catalog-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.catalog-result__title {
  padding-left: 5rem;
  position: relative;
  display: inline-block;
}

.catalog-result__title::before {
  position: absolute;
  content: '';
  top: 0rem;
  left: 0rem;
  width: 3.8rem;
  height: 2.1rem;
  background: url("../img/icons/bef4.png") center no-repeat;
  background-size: cover;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-links a {
  font-size: 1.2rem;
}

.prevs {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  border: 1px solid #75bdb8;
}

.prevs::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/ar.svg") center no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.prevs:hover::before {
  -webkit-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
}

.nexts {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  border: 1px solid #75bdb8;
}

.nexts::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/ar.svg") center no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nexts:hover::before {
  -webkit-transform: translate(-40%, -50%) rotate(180deg);
  transform: translate(-40%, -50%) rotate(180deg);
}

.page-numbers {
  border: 1px solid #c1c7c7;
  padding: 0.2rem 0.5rem;
  width: 2.25rem;
  height: 2.25rem;
  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-left: 0.25rem;
  margin-right: 0.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #7b7b7b;
}

.page-numbers:hover,
.page-numbers.current {
  background-color: #f0f0f0;
}

@media (max-width: 900px) {
  .catalog-filter__img {
    height: 10rem;
  }
}

@media (max-width: 767px) {
  .catalog-filter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .catalog-filter__item {
    margin-left: 1%;
    margin-right: 1%;
    width: 31%;
    margin-bottom: 2rem;
  }

  .catalog-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .catalog-left-filt {
    margin-right: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: none;
    border-bottom: none;
    margin-bottom: 2rem;
  }

  .catalog-left-filt__item {
    width: 33.3%;
    border-right: 1px solid #c1c7c7;
  }

  .catalog-left-filt__item:last-child {
    border-bottom: 1px solid #c1c7c7;
  }

  .catalog-left-filt__item2 {
    width: 33.3%;
    border-right: 1px solid #c1c7c7;
  }

  .catalog-left-filt__item2:last-child {
    border-bottom: 1px solid #c1c7c7;
  }

  .catalog-result {
    width: 100%;
  }
}

@media (max-width: 567px) {
  .catalog-filter__img {
    height: 8rem;
  }

  .catalog-left-filt__item {
    width: 50%;
  }

  .catalog-left-filt__item2 {
    width: 50%;
  }

  .catalog-list__item {
    width: 47%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1rem;
  }

  .catalog-list__img {
        height: 36vw;
  }

  .catalog-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.gallery-list__item {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.gallery-list__img {
  display: block;
  position: relative;
  width: 100%;
  height: 11rem;
  margin-bottom: 6.25%;
  overflow: hidden;
}

.gallery-list__img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery-list__img:last-child {
  margin-bottom: 0;
}

.gallery-list__img.big {
  height: 47rem;
  width: 79%;
  margin-right: 2%;
  margin-bottom: 0;
  position: relative;
}

.gallery-list__img.big::before {
  position: absolute;
  content: '';
  bottom: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  background: url("../img/icons/zoom-in.svg") center no-repeat;
  background-size: cover;
  z-index: 2;
}

.gallery-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-list-wr {
  width: 20%;
}

.gallery .prevs {
  position: absolute;
  bottom: -3rem;
  left: 0;
  cursor: pointer;
}

.gallery .nexts {
  position: absolute;
  bottom: -3rem;
  right: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button:before {
  color: #75bdb8;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 1rem;
}

.slick-dots li button:before {
  font-size: .5rem;
  line-height: 0.5rem;
  top: 1.5rem;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  opacity: 1;
  color: #7b7b7b;
}

@media (max-width: 900px) {
  .gallery-list__img {
    height: 9rem;
  }

  .gallery-list__img.big {
    height: 38.15rem;
  }
}

@media (max-width: 767px) {
  .gallery-list__img.big {
    height: 37.5rem;
  }
}

@media (max-width: 567px) {
  .gallery-list__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gallery-list__img.big {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    height: 25rem;
  }

  .gallery-list-wr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gallery-list__img {
    height: 6rem;
    width: 23%;
  }
}

.cta {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
}

.cta__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 1px solid #c1c7c7;
  padding: 2rem 4rem;
  position: relative;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.cta-con {
  width: 62%;
}

.cta__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -13%;
  width: 36rem;
}

.cta__img img {
  width: 100%;
}

.inp-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inp-wr .input-wrap {
  width: 47%;
  margin-bottom: 1rem;
}

.inp-wr .input.v3 {
  width: 47%;
}

.cta__btn {
  width: 47%;
  margin-top: 0.75rem;
}

@media (max-width: 900px) {
  .cta__img {
    width: 25rem;
  }
}

@media (max-width: 767px) {
  .cta__cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta__img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: -10rem;
  }

  .cta-con {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}

@media (max-width: 567px) {
  .cta__cont {
    width: 100%;
    padding: 2rem;
  }

  .cta-form .inp-wr .input-wrap {
    width: 100%;
  }

  .inp-wr .input.v3 {
    width: 100%;
    margin-bottom: 2rem;
  }

  .cta__btn {
    width: 100%;
    margin-top: 0;
  }

  .cta {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}

.about-page__cont {
  border: 1px solid #c1c7c7;
  width: 100%;
  padding: 1.5rem;
  position: relative;
}

.about-page__cont::before {
  position: absolute;
  content: '';
  top: -0.8rem;
  left: -1.5rem;
  width: 5.3rem;
  height: 2rem;
  background: url("../img/page-about/bfp-1.png") center no-repeat;
  background-size: cover;
  z-index: 2;
}

.about-page__cont::after {
  position: absolute;
  content: '';
  top: -0.8rem;
  right: -1.5rem;
  width: 5.3rem;
  height: 2rem;
  background: url("../img/page-about/bfp-2.png") center no-repeat;
  background-size: cover;
  z-index: 2;
}

.about-page__im {
  border: 1px solid #c1c7c7;
  width: 100%;
  height: 30rem;
  position: relative;
}

.about-page__im img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-page__btn {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
}

.diffr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.diffr-list__col {
  width: 48%;
}

.diffr-list__item {
  width: 100%;
  margin-bottom: 0.8rem;
}

.diffr-list__item:last-child {
  margin-bottom: 0;
}

.diffr-list__num {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
  margin-left: 3.5rem;
}

.diffr-list__num::before {
  position: absolute;
  content: '';
  top: 2rem;
  left: -3rem;
  width: 2.3rem;
  height: 1rem;
  background: url("../img/icons/bef.png") center no-repeat;
  background-size: cover;
}

.diffr-list__num::after {
  position: absolute;
  content: '';
  top: 2rem;
  right: -3rem;
  width: 2.3rem;
  height: 1rem;
  background: url("../img/icons/bef2.png") center no-repeat;
  background-size: cover;
  z-index: 2;
}

.descr__cont {
  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;
  margin-bottom: 4rem;
}

.descr__cont:nth-child(even) .descr__left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: 5%;
}

.descr__cont:last-child {
  margin-bottom: 0;
}

.descr__left {
  margin-right: 5%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.descr__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32rem;
  height: 27rem;
  position: relative;
}

.descr__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.descr-title {
  margin-left: 5rem;
  display: inline-block;
}

.rules__cont {
  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;
  margin-bottom: 4rem;
}

.rules__cont:last-child {
  margin-bottom: 0;
}

.rules__cont:nth-child(even) .rules__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.rules__cont:nth-child(even) .rules__right {
  margin-left: 0;
  margin-right: 5%;
}

.rules__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32rem;
  height: 27rem;
  position: relative;
}

.rules__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rules__right {
  margin-left: 5%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.rules-list__item {
  text-indent: 2rem;
  position: relative;
}

.rules-list__item:before {
  position: absolute;
  content: '';
  left: 0.6rem;
  top: 0.6rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #dfac6b;
}

@media (max-width: 767px) {
  .descr__img {
    width: 23rem;
    height: 22rem;
    margin-top: 2rem;
  }

  .descr__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .descr__cont:nth-child(even) .descr__left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
  }

  .descr__cont:nth-child(even) .descr__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .descr-title.mlg {
    margin-bottom: 1.5rem;
  }

  .descr-title {
    text-align: center;
  }

  .descr__left {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rules__cont {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rules__img {
    width: 23rem;
    height: 22rem;
    margin-top: 2rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .rules__right {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
  }

  .descr-title {
    margin-left: 0;
  }

  .rules__cont:nth-child(even) .rules__img {
    margin-top: 2rem;
  }

  .rules__cont:nth-child(even) .rules__right {
    margin-right: 0;
  }

  .section.about-page {
    padding-top: 0;
  }
}

@media (max-width: 567px) {
  .about-page__cont {
    padding: 1rem;
  }

  .about-page__im {
    height: 20rem;
  }

  .about-page__btn {
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .diffr-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .diffr-list__col {
    width: 100%;
  }
}

.catalog-page__cont {
  border: 1px solid #c1c7c7;
  width: 100%;
  padding: 1.5rem;
  position: relative;
}

.catalog-page__cont::before {
  position: absolute;
  content: '';
  top: -0.8rem;
  left: -1.5rem;
  width: 5.3rem;
  height: 2rem;
  background: url("../img/page-about/bfp-1.png") center no-repeat;
  background-size: cover;
  z-index: 2;
}

.catalog-page__cont::after {
  position: absolute;
  content: '';
  top: -0.8rem;
  right: -1.5rem;
  width: 5.3rem;
  height: 2rem;
  background: url("../img/page-about/bfp-2.png") center no-repeat;
  background-size: cover;
  z-index: 2;
}

.catalog-page__ims {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 30rem;
  position: relative;
}

.catalog-page__item {
  border: 1px solid #c1c7c7;
  width: 29%;
  position: relative;
}

.catalog-page__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.catalog-page__item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(215, 237, 236, 0.5);
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.catalog-page__item:hover::before {
  opacity: 1;
}

.catalog-page__item .t30 {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  z-index: 2;
  color: #3e4040;
}

.catalog-page__item:nth-child(2) {
  width: 39%;
}

.section.catalog-page {
  padding-bottom: 0;
}

.sale__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sale__cont .catalog-list__item {
  width: 18%;
}

.sale__cont .catalog-list__img {
  height: 10rem;
}

.sale__cont.v2 .catalog-list__item {
  width: 23%;
}

.sale__cont.v2 .catalog-list__img {
  height: 15rem;
}

@media (max-width: 900px) {
  .sale__cont.v2 .catalog-list__item {
    width: 31%;
  }
}

@media (max-width: 767px) {
  .catalog-page__ims {
    height: 20rem;
  }

  .sale__cont .catalog-list__item {
    width: 31%;
  }
}

@media (max-width: 567px) {
  .sale__cont .catalog-list__item {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .sale__cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .catalog-page__ims {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
  }

  .catalog-page__item {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    height: 15rem;
    margin-bottom: 1rem;
  }

  .catalog-page__item:last-child {
    margin-bottom: 0;
  }

  .catalog-page__item:nth-child(2) {
    width: 47%;
  }

  .catalog-page__cont {
    padding: 1rem;
  }

  .sale__cont.v2 .catalog-list__item {
    width: 47%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .sale__cont.v2 .catalog-list__img {
    height: 10rem;
  }
}

.conts__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.conts__item {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
}

.conts__ic {
  width: 2rem;
}

.conts__ic img {
  width: 100%;
}

.partners__it {
  width: 29%;
}

.partners__it .t30 {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.partners__it:nth-child(2) {
  width: 39%;
}

.partners__it:hover .partners__im::before {
  opacity: 1;
}

.partners__it:hover .t30 {
  color: #75bdb8;
}

.partners__im {
  border: 1px solid #c1c7c7;
  position: relative;
  width: 100%;
  height: 90%;
  display: block;
}

.partners__im img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.partners__im::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(215, 237, 236, 0.5);
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.how__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.how__im {
  width: 50%;
  border: 1px solid #c1c7c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.how__im img {
  width: 100%;
}

.how__list {
  width: 47%;
}

@media (max-width: 767px) {
  .conts__item {
    width: 47%;
  }

  .how__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .how__im {
    width: 100%;
    margin-bottom: 2rem;
  }

  .how__list {
    width: 100%;
  }
}

@media (max-width: 567px) {
  .partners__it {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    height: 20rem;
    margin-bottom: 1rem;
  }

  .partners__it:nth-child(2) {
    width: 47%;
  }

  .partners__it:last-child {
    margin-bottom: 0;
  }

  .partners__im {
    height: 72%;
  }

  .partners .catalog-page__cont {
    padding-bottom: 0;
  }

  .conts__item {
    width: 98%;
  }

  .how__list br {
    display: none;
  }
}

.deliv__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.deliv__cont .diffr-list__num {
  font-size: 1.9rem;
}

.deliv__cont .diffr-list__num::before {
  top: 0.85rem;
}

.deliv__cont .diffr-list__num::after {
  top: 0.85rem;
}

.deliv__item {
  width: 47%;
}

.deliv-list__it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.deliv-list__ic {
  width: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.deliv-list__ic img {
  width: 100%;
}

.deliv-list__logos {
  width: 36rem;
  margin-bottom: 1rem;
}

.deliv-list__logos img {
  width: 100%;
}

@media (max-width: 900px) {
  .deliv-list__logos {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .deliv__item {
    width: 100%;
    margin-bottom: 2rem;
  }

  .deliv__item:last-child {
    margin-bottom: 0;
  }

  .deliv__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.gal-p {
  padding-bottom: 0;
}

.gal-p__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gal-p__item {
  text-align: center;
  display: block;
  width: 24%;
  margin-bottom: 2rem;
}

.gal-p__item:nth-child(3),
.gal-p__item:nth-child(5),
.gal-p__item:nth-child(9) {
  width: 49%;
}

.gal-p__item:hover .gal-p__im::before {
  opacity: 1;
}

.gal-p__item:hover .t28 {
  color: #75bdb8;
}

.gal-p__im {
  display: block;
  width: 100%;
  height: 25rem;
  position: relative;
}

.gal-p__im img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gal-p__im::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(215, 237, 236, 0.5);
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

@media (max-width: 767px) {
  .gal-p__im {
    height: 15rem;
  }
}

@media (max-width: 567px) {
  .gal-p__item {
    width: 48%;
  }

  .gal-p__item:nth-child(3),
  .gal-p__item:nth-child(5),
  .gal-p__item:nth-child(9) {
    width: 48%;
  }
}

.footer {
  background-color: rgba(193, 199, 199, 0.48);
  padding: 2rem 0;
}

.footer .logo {
  margin-right: 15%;
}

.footer .logo__img {
  max-width: 15rem;
}

.footer__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.footer__cont .t12 {
  letter-spacing: 0.9px;
}

.footer__item {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__item:first-child {
  margin-right: 3%;
}

.footer__item:nth-child(2) {
  margin-right: 5%;
}

.footer__item:nth-child(3) {
  margin-right: 5%;
}

.footer__item .nav {
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__item .nav li {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45%;
  margin-right: 5%;
}

.footer__item .nav li:last-child {
  margin-bottom: 0;
}

.footer__item .nav li a {
  padding: 0;
}

.footer__item .nav li a:hover {
  color: #75bdb8;
}

@media (max-width: 900px) {
  .footer__item .header-it .t22 {
    display: block;
  }

  .footer .logo__img {
    width: 8rem;
  }
}

@media (max-width: 767px) {
  .footer__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__item:first-child {
    margin-right: 0;
  }

  .footer__item {
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2rem;
  }

  .footer__item:last-child {
    margin-bottom: 0;
  }

  .footer__item:nth-child(2),
  .footer__item:nth-child(3) {
    margin-right: 2%;
  }
}

@media (max-width: 567px) {
  .footer-nav__item {
    width: 46%;
  }

  .footer-nav__item .t24 {
    text-align: center;
  }

  .footer-nav__item:last-child {
    width: auto;
  }

  .footer__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__cont .t12 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 0.75rem;
  }

  .footer__cont .t12:last-child {
    margin-bottom: 0;
  }

  .footer-nav .lgs {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(215, 237, 236, 0.6);
  overflow-x: hidden;
}

.modal-wrap {
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 1vw;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 18px 6px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 18px 6px rgba(0, 0, 0, 0.04);
  border-radius: 1rem;
  background-color: #ffffff;
}

.modal-block {
  padding: 2rem;
}

.modal_pol {
  padding: 3vw 2vw;
}

.modal {
  padding: 2rem;
}

.modal-min {
  width: 23rem;
}

.modal-smin {
  width: 18rem;
}

.modal-norm {
  width: 36rem;
}

.modal-big {
  width: 60.2rem;
}

.modal-sm {
  width: 25rem;
}

.modal-test {
  width: 69.271rem;
}

.modal-wh {
  padding: 1vw 2vw;
  border-radius: 13px;
  background-color: #ffffff;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.modal-wh .shtory-list {
  padding-left: 3vw;
}

.modal-wh .sh-cr {
  background-color: #74b65f;
}

.close {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  cursor: pointer;
  z-index: 99;
}

.close-modals {
  top: 1vw;
}

.close:before,
.close:after {
  position: absolute;
  left: 50%;
  content: ' ';
  height: 100%;
  width: 2px;
  background-color: #c7cbcf;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 3px;
}

.close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close:hover:before,
.close:hover:after {
  background-color: #282828;
}

.close-b {
  right: 1vw;
  top: -0.5vw;
}

.strd-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 !important;
  padding-right: 0 !important;
}

.strd-s-item {
  width: 35%;
  position: relative;
}

.strd-s-item select {
  padding-left: .7vw;
  padding-right: .7vw;
}

.strd-s-item.v1 {
  width: 63%;
}

.strd-s-item.v1:before {
  content: '';
  position: absolute;
  right: 0.7vw;
  top: 50%;
  height: 2vw;
  width: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #dbdad8;
}

.right-menu {
  position: fixed;
  right: 2rem;
  top: 40%;
  z-index: 333;
}

.right-menu__item {
  margin-bottom: 1rem;
  width: 3rem;
  height: 3rem;
  padding: 0.7rem;
  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;
  position: relative;
  z-index: 3;
  border-radius: 100%;
  background-color: #1d90f1;
}

.right-menu__item:last-child {
  margin-bottom: 0;
}

.right-menu__item-hover {
  position: absolute;
  padding: 0.6rem;
  padding-right: 4rem;
  padding-left: 2rem;
  white-space: nowrap;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  background-color: #1d90f1;
  border-radius: 5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transform: translateX(10%) scale(0);
  transform: translateX(10%) scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}

.right-menu__item-hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/modal/layer.png") center no-repeat;
  background-size: cover;
  z-index: 2;
}

.right-menu__item:hover .right-menu__item-hover {
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  opacity: 1;
}

.right-menu .img2 {
  width: 1.2vw;
}

.right-menu .img1 {
  width: 1vw;
}

.right-menu__img {
  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: 80%;
  height: 80%;
}

.right-menu__img img {
  width: 100%;
}

.right-menu__img.pd {
  width: 100%;
  height: 100%;
}

.to_top {
  position: fixed;
  right: 1rem;
  bottom: 6rem;
  color: #ffffff;
  border-radius: 3px;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  padding: 0.7rem;
  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;
  cursor: pointer;
  z-index: 189;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: none;
  right: 2rem;
  background-color: #75bdb8;
}

.to_top:hover {
  -webkit-box-shadow: inset 0 4px 1px #1fa097;
  box-shadow: inset 0 4px 1px #1fa097;
}

.to_top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.to_top:before {
  content: '';
  position: relative;
  border: 0.6rem solid transparent;
  border-bottom: 0.8rem solid #fff;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.to_top.act {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.to_top:hover:before {
  -webkit-transform: translateY(-37%);
  transform: translateY(-37%);
}

.fsc {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mdis {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  margin-top: -1vw;
  z-index: 5;
}

.mod-z {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10vw;
}

.right-m {
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  z-index: 333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 14.5vw;
  -webkit-transform: translatex(45%);
  transform: translatex(45%);
}

.right-m.active {
  -webkit-transform: translatex(0);
  transform: translatex(0);
}

.right-m-block {
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  display: none;
}

.right-m-block-row {
  padding: 2vw 1vw 1vw 1vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.right-m-block-row2 {
  padding: 1vw 1vw 1vw 1vw;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.close-b {
  position: absolute;
  right: 0.5vw;
  top: 0.5vw;
  width: 1vw;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.close-b:hover {
  opacity: 0.5;
}

.wom-m {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 33;
  cursor: pointer;
}

.m-img {
  width: 10vw;
}

.insta-btn {
  margin-top: -1vw;
}

.thank-block {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thank {
  padding-bottom: 0;
}

.test-mod {
  padding: 3vw 0;
}

.mod-top {
  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;
}

.mod-top__img {
  width: 5.5rem;
  margin-right: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mod-top__img img {
  width: 100%;
}

.mod-top__des .t18 {
  color: #707070;
}

.mod-label .check-box {
  display: inline-block;
}

.mod-label .check-label {
  background-color: #fbd542;
  border: none;
}

.modal-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mod__btn {
  margin-top: 0.5rem;
}

.cont-im {
  width: 24rem;
  position: absolute;
  top: 50%;
  left: -18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cont-im img {
  width: 100%;
}

#modal-call .modal-norm {
  margin-left: 6rem;
}

.modal-good {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-good__left {
  width: 44%;
}

.modal-good__big {
  height: 31rem;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.modal-good__bot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-good__sm {
  height: 7rem;
  width: 23%;
  border-radius: 10px;
  margin-left: 1%;
  margin-right: 1%;
}

.modal-good__right {
  width: 52%;
}

.modal-good__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}

.modal-good__btns.v2 {
  margin-top: 1.4rem;
}

.modal__block {
  z-index: 31;
}

.thanks-tit:before {
  width: 13rem;
  height: 1.5rem;
}

@media (max-width: 767px) {
  .modal-norm {
    width: 30rem;
  }

  .cont-right {
    width: 60%;
  }

  .cont-im {
    width: 22rem;
  }
}

@media (max-width: 567px) {
  .modal-wrap {
    width: 90%;
  }

  .modal-norm {
    width: auto;
  }

  .cont-im {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 17rem;
  }

  .cont-right {
    width: 100%;
  }

  #modal-call .modal-norm {
    margin-left: 0;
  }

  .modal-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal-good {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal-good__left {
    width: 100%;
  }

  .modal-good__right {
    width: 100%;
    margin-top: 1.4rem;
  }

  .modal-smin {
    width: 18rem;
  }
}

.mobs {
  display: none;
}

@media (max-width: 900px) {
  .mobs {
    display: block;
  }

  .title-lg {
    font-size: 2.8rem;
  }

  .title-mslg {
    font-size: 5.5rem;
    letter-spacing: .2rem;
  }

  .title-elg {
    font-size: 6.6rem;
    letter-spacing: .2rem;
  }

  .title {
    font-size: 2.5rem;
  }

  .title br {
    display: none;
  }

  .tgg {
    padding: 0.1rem 0.4rem;
    margin: 0.2rem 0;
  }

  .t-min {
    font-size: 1.95rem;
  }

  .t-ss {
    font-size: 1.7rem;
  }

  .t-min2 {
    font-size: 1.9rem;
  }

  .text-tg {
    margin-left: 1.5rem;
  }

  .text18 {
    font-size: 1.4rem;
  }

  .text {
    font-size: 1.2rem;
  }

  .small-text {
    font-size: 1.6rem;
  }

  .tsm8 {
    font-size: 1rem;
  }

  .tsm {
    font-size: 1rem;
  }

  .tsm12 {
    font-size: 1rem;
  }

  .tsm13 {
    font-size: 1.3rem;
  }

  .mr1 {
    margin-right: 1rem;
  }

  .tnum {
    font-size: 2.9rem;
  }

  .text24 {
    font-size: 1.4rem;
  }

  .text23 {
    font-size: 1.3rem;
  }

  .text21 {
    font-size: 1.6rem;
  }

  .container {
    max-width: 90vw;
    margin: 0 auto;
  }

  .container-min {
    max-width: 90vw;
    margin: 0 auto;
  }

  .container-md {
    max-width: 90vw;
    margin: 0 auto;
  }

  .container-mm {
    max-width: 90vw;
    margin: 0 auto;
  }

  .mlg {
    margin-bottom: 4.5rem;
  }

  .msm {
    margin-bottom: 2.4rem;
  }

  .mb {
    margin-bottom: 1.5rem;
  }

  .mbm {
    margin-bottom: 1rem;
  }

  .mbs {
    margin-bottom: 0.6rem;
  }

  .close {
    width: 2rem;
    height: 2rem;
  }

  .mrm {
    margin-right: 0.5rem;
  }

  .mr {
    margin-right: 1rem;
  }

  .mrs {
    margin-right: 1.5rem;
  }

  .footer-list {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 3rem;
  }

  .footer-contacts {
    width: 110px;
    margin-right: 88px;
  }

  .social {
    width: 2.5rem;
    margin-right: 1rem;
    margin-bottom: 0.6rem;
  }

  .footer-list .mbm {
    margin-bottom: 1.8rem;
  }

  .burger {
    width: 1.7rem;
    height: 2rem;
  }

  .burger span {
    height: 3px;
  }

  .burger span:before {
    top: -0.65rem;
  }

  .burger span:after {
    bottom: -0.65rem;
  }

  .main-slider__item {
    padding: 4rem 0;
  }

  .title-big br {
    display: none;
  }

  .main-list br {
    display: none;
  }

  .main-img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 42rem;
    height: 42rem;
    margin-left: auto;
    margin-right: auto;
  }

  .main .swiper-pagination {
    text-align: center;
    padding-left: 0;
    bottom: 3rem;
  }

  .main-circle {
    right: auto;
    bottom: -36rem;
    width: 880px;
    height: 880px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .competence-item {
    width: 260px;
    margin-right: 4rem;
    margin-bottom: 3rem;
  }

  .competence-item__img {
    padding: 2rem;
    min-height: 100px;
    height: auto;
  }

  .competence-item__b24 {
    padding: 2rem;
  }

  .competence-item__b24 img {
    width: 127px;
  }

  .title-b {
    font-size: 5rem;
  }

  .about-num {
    font-size: 8rem;
  }

  .clients-slider__item {
    padding: 2rem;
  }

  .clients-slider__img {
    padding: 4rem 5rem;
    height: 140px;
  }

  .t-ss {
    font-size: 30px;
  }

  .tsm12 {
    font-size: 12px;
  }

  .text {
    font-size: 18px;
  }

  .lsp {
    letter-spacing: 0.2em;
  }

  .text23 {
    font-size: 24px;
  }

  .nav {
    width: auto;
    padding: 2rem;
  }

  .nav .text18 {
    font-size: 18px;
  }

  .nav .tsm12 {
    font-size: 12px;
  }

  .close-img {
    width: 2rem;
  }

  .nav-list li a {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }

  .bsocial svg {
    width: 3rem;
  }

  .blog-item {
    width: 31%;
    padding: 1.5rem;
  }

  .blog-item:nth-child(4n) .blog-item__img {
    height: 38vw;
  }

  .blog-item__img {
    height: 17vw;
  }

  .blog-bottom {
    padding-top: 1rem;
    margin-top: 1.4rem;
  }

  .tsm10 {
    font-size: 10px;
  }

  .nav-shadow {
    width: calc(91vw + 16px);
  }

  .circ {
    width: 20px;
    height: 20px;
  }

  .circ.v2 {
    width: 25px;
    height: 25px;
    padding: 4px;
  }

  .header-row {
    display: none;
  }

  .nav__wrap {
    display: none;
  }

  .right-m {
    width: 15rem;
    right: 3rem;
  }

  .close-b {
    width: 1.5rem;
  }

  .to_top.act {
    bottom: 8rem;
  }

  .mod-z {
    width: 15rem;
  }

  .modal .cost-four-b {
    bottom: auto;
  }

  .header-block {
    width: auto;
  }

  .header-block .block-i {
    margin-right: 3rem;
  }

  .header {
    z-index: 7;
  }

  .close-nav {
    display: block;
  }

  .nav__wrap {
    z-index: 1002;
    position: fixed;
    height: 101vh;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    display: none;
    -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
    -webkit-transition: unset;
    transition: unset;
    padding: 0;
	  padding-top: 2rem;
  }

  .nav__wrap .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    width: 100%;
    font-size: 1.4rem;
/*     -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
	  padding: 0;
  }

  .nav__wrap .nav .tsm12 {
    font-size: 1.2rem;
  }

  .nav__wrap .container-big {
    width: 100%;
    max-width: 100%;
  }
	
	.nav__wrap .search-btn {
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		width: 3rem;
		margin: 2rem 0;
}
	
	.nav__wrap .search-btn span {
		display: block;
	}

.nav__wrap .header__btn {
	display: inline-flex;
    -webkit-box-align: center;
}

  .nav__wrap .menu-item-has-children:hover .sub-menu {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }

  .menu-item-has-children::before {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .menu-item-has-children::before {
    top: 1.8rem;
    width: 1rem;
    height: 0.5rem;
  }

  .nav a {
    width: 100%;
    display: block;
	  padding: 0.75rem 0rem;
  }

  .nav li {
    width: 100%;
  }

  .soc {
    margin-top: 3px;
  }

  .ab-city_item-pulse {
    display: none;
  }

  .crcv {
    width: 2.5rem;
    height: 2.5rem;
  }

  .cta2-form button ~ div {
    width: 100%;
  }

  .header .green-text__cir {
    display: inline-table;
  }

  .thank .logo__block .items {
    display: none;
  }

  .thank .block-i {
    margin-right: 0;
  }

  .thank .block-i-text {
    text-align: center;
  }

  .thank .soc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .thank .mb {
    margin-bottom: 2.5rem;
  }

  .thank .mbm {
    margin-bottom: 2rem;
  }

  .btn-lbs:before {
    font-size: 1.2rem;
    top: -2rem;
  }

  .quiz__next img {
    margin-left: 1rem;
  }

  .sh-cr {
    width: 2rem;
  }

  .sh-cr img {
    padding: 2px;
  }

  .to_top.act {
    right: unset;
    left: 2rem;
    bottom: 2rem;
  }

  .header-menu .nav {
    width: 100%;
    padding: 0;
  }

  .nav__btn {
    display: none;
  }

  .test__visual {
    width: 100%;
  }
}

@media (max-width: 567px) {
  .btn {
    padding: 1.2rem 1.5rem;
  }

  .header .link-a {
    display: none;
  }

  .header-right .link-a {
    display: inline-block;
  }

  .tsm12 {
    font-size: 12px;
  }

  .title {
    font-size: 25px;
  }
}

.video__wrapper {
  display: flex;
  gap: 70px;
}

.video__text {
  font-size: 1.56rem;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video__block {
  width: 100%;
}

.video__block iframe {
  width: 100%;
  height: 600px;
  border-radius: 20px;
}

.text-lin.link-hover small {
  opacity: 1!important;
}

.advas-list__item .t20.tac {
  font-size: 1.3rem;
}

.main-offer .title {
  color: #000000;
}

.footer__item .t36.dark.text-lin small  {
  opacity: 1!important;
}

.main-catalog {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.main-catalog__item {
  padding: 20px;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-catalog__item-img-wrapper {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 100%;
}

.main-catalog__item-text {
  font-size: 25px;
  color: #3e4040;
  margin-top: 20px;
}

.main-catalog__item:hover .main-catalog__item-text {
  color: #75bdb8;
}

.main-catalog__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.lb-widget-layout-balloon.lb-widget-layout-balloon--posititon-top.lb-widget-layout-balloon--position-left {
  display: none;
}

.main_utp {
  width: 100%;
  background-color: #75bdb8;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-size: 28px;
  z-index: 10000000;
}

.cart-block-item-title-text a {
  color: #3e4040;
}



.partners-page {
  padding: 50px 0;
}

.partners-page__map {
  margin-bottom: 60px;
}

.partners-page__map-title {
  margin: 0 0 56px 0;
}

.partners-page__map img {
  border-radius: 24px;
}

.partners-page__list {
    columns: 4;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*  flex-wrap: wrap;*/
  /*  gap: 40px;*/

}

.partners-page__list-city {
    /*width: 33%;*/
    margin-top: 30px;
}

.partners-page__list-city:first-child {
    margin-top: 0;
}

.partners-page__list-city-title {
  font-size: 24px;
  font-weight: 700;
  color: #3e4040;
  margin: 0 0 24px 0;
}

.partners-page__list-partners {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.partners-page__list-partner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.partners-page__list-partner-title {
  font-size: 20px;
  font-weight: 700;
}

.partners-page__list-partner-text * {
  font-size: 16px;
  color: #3e4040!important;
  font-weight: 400;
}

.meta-warn {
  padding: 30px 0;
}

.footer-soc-link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.footer-soc-link a, .footer-soc-link span {
  margin: 0;
}

.header-soc-link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}

.header-soc-link a, .header-soc-link span {
  margin: 0;
}

.podborki-item {
  display: none!important;
}

.podborki-item-active {
  display: block!important;
}


.check-input {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.check-input__box {
  background-color: #75bdb8;
  border-radius: 10%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
}

.check-input__img {

}

.check-input__text {

}

.hiden-img {
  display: none;
}

[data-remove-part] {
  cursor: pointer;
  font-size: 15px;
  margin: 8px 0;
  display: flex;
  align-items: center;
  gap: 5px;

}

[data-remove-part] svg {
  flex-shrink: 0;
}

.product-3d {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 20px 0;
}

.product-3d a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #3e4040;
}

.catalog-sort {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.catalog-sort_item {
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 14px;
  background-color: #75bdb8;
  color: #ffffff;
}

.page-breads {
  /*max-width: 1574px;*/
  /*margin: 0 auto;*/
}

.page-breads ul {
  display: flex;
  align-items: center;
  margin: 50px 0 0 0;
  gap: 20px;

}

.page-breads ul a {
  font-size: 18px;
  color: #3e4040;
}

.page-breads ul a:hover {
  color: #75bdb8;
}


@media (max-width: 1300px) {
  .video__wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .video__text {
    max-width: 100%;
    justify-content: start;
    align-items: start;
  }

    .partners-page__list {
        columns: 3;
    }

}

@media (max-width: 1100px) {
  .main-catalog__item {
    width: 50%;
    padding: 16px;
  }
  .main-catalog__item-text {
    font-size: 18px;
    color: #3e4040;
    margin-top: 16px;
  }

  .video__block iframe {
    height: 400px;
  }
}

@media (max-width: 900px) {
    .partners-page__list {
        columns: 2;
    }
}

@media (max-width: 600px) {
    .partners-page__list {
        columns: 1;
   }

  .video__block iframe {
    height: 300px;
  }

  .catalog-sort {
    gap: 10px;
  }

  .catalog-sort_item {
    padding: 6px 8px;
  }
}

.header-soc-link-tgk {
  margin-right: 20px!important;
  font-size: 22px;
  color: #7b7b7b;
}

.catalog-delimiter {
  margin-top: 40px;
}

.catalog-cards__item {
  width: 100%;
  height: 300px;
  border-radius: 24px;
  max-width: 313px;
  position: relative;
  overflow: hidden;

}

.catalog-cards__item a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}

.catalog-cards__item a:hover p {
  color: #75bdb8;
}

.catalog-cards__item p {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  z-index: 2;
  color: #3e4040;
  font-size: 24px;
}

.catalog-cards__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;

  max-width: 1000px;
  margin: 60px auto;
}


.catalog-sort {
  display: none;
}

.catalog-pr {
  display: none;
}

.prices-js {
  display: none;
}

.busket {
  display: none;
}

.modal-good__text .t32.fw7.mbm {
  display: none;
}

.btn.corz-js {
  display: none;
}

.modal.modal_pol br {
  display: none!important;
}


.footer__item .t24.link.polit-js {
  width: 311px;
}

.section.advas {
  display: none!important;
}

.section.sale:has(.sale__cont.mlg) {
  display: none!important;
}

@media (max-width: 767px) {

  .catalog-delimiter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .catalog-left-filt a:nth-child(2) {
    border-top: 1px solid #c1c7c7;
  }

  .catalog-left-filt a:nth-child(3) {
    border-top: 1px solid #c1c7c7;
  }

}

@media (max-width: 567px) {
  .catalog-left-filt a:nth-child(3) {
    border-top: none;
  }
}


@media (max-width: 900px) {
  .header-soc-link a.header-soc-link-tgk {
    display: none;
  }
}