/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;

  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;

  margin: 0;

  text-align: left;

  color: #212529;
  background-color: #fff;
}

[tabindex='-1']:focus {
  outline: 0 !important;
}

hr {
  overflow: visible;

  box-sizing: content-box;
  height: 0;
}

.likeh2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
.likeh2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;

  border-bottom: 0;

  -webkit-text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;

  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;

  position: relative;

  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;

  color: #007bff;
  background-color: transparent;
}
a:hover {
  text-decoration: underline;

  color: #0056b3;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;

  color: inherit;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  text-decoration: none;

  color: inherit;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
    'Courier New', monospace;
  font-size: 1em;
}

pre {
  overflow: auto;

  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;

  border-style: none;
}

svg {
  overflow: hidden;

  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;

  caption-side: bottom;

  text-align: left;

  color: #6c757d;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;

  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;

  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;

  border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;

  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;

  border: 0;
}

legend {
  font-size: 1.5rem;
  line-height: inherit;

  display: block;

  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;

  white-space: normal;

  color: inherit;
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;

  -webkit-appearance: none;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;

  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;

  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;

  margin-right: auto;
  margin-left: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
  outline: none !important;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - https://opensource.org/licenses/MIT
 *
 * Copyright (c) 2021 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: 1s;
  animation-duration: var(--animate-duration);

  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    transition-duration: 1ms !important;
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  to {
    transform: translateZ(0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40%,
  43% {
    transform: translate3d(0, -30px, 0) scaleY(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    transform: translate3d(0, -15px, 0) scaleY(1.05);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  to {
    transform: translateZ(0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40%,
  43% {
    transform: translate3d(0, -30px, 0) scaleY(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    transform: translate3d(0, -15px, 0) scaleY(1.05);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

.animate__bounce {
  transform-origin: center bottom;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shakeX {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes shakeY {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0);
  }
}

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.animate__headShake {
  -webkit-animation-name: headShake;
  animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.animate__swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}

@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}

.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  0%,
  11.1%,
  to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.animate__jello {
  transform-origin: center;
  -webkit-animation-name: jello;
  animation-name: jello;
}

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);

    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);

    opacity: 0.7;
  }
  to {
    transform: scale(1);

    opacity: 1;
  }
}

@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);

    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);

    opacity: 0.7;
  }
  to {
    transform: scale(1);

    opacity: 1;
  }
}

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);

    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);

    opacity: 0.7;
  }
  to {
    transform: scale(1);

    opacity: 1;
  }
}

@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);

    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);

    opacity: 0.7;
  }
  to {
    transform: scale(1);

    opacity: 1;
  }
}

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);

    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);

    opacity: 0.7;
  }
  to {
    transform: scale(1);

    opacity: 1;
  }
}

@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);

    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);

    opacity: 0.7;
  }
  to {
    transform: scale(1);

    opacity: 1;
  }
}

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);

    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);

    opacity: 0.7;
  }
  to {
    transform: scale(1);

    opacity: 1;
  }
}

@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);

    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);

    opacity: 0.7;
  }
  to {
    transform: scale(1);

    opacity: 1;
  }
}

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    transform: scale(1);

    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);

    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);

    opacity: 0.7;
  }
}

@keyframes backOutDown {
  0% {
    transform: scale(1);

    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);

    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);

    opacity: 0.7;
  }
}

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    transform: scale(1);

    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);

    opacity: 0.7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);

    opacity: 0.7;
  }
}

@keyframes backOutLeft {
  0% {
    transform: scale(1);

    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);

    opacity: 0.7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);

    opacity: 0.7;
  }
}

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    transform: scale(1);

    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);

    opacity: 0.7;
  }
  to {
    transform: translateX(2000px) scale(0.7);

    opacity: 0.7;
  }
}

@keyframes backOutRight {
  0% {
    transform: scale(1);

    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);

    opacity: 0.7;
  }
  to {
    transform: translateX(2000px) scale(0.7);

    opacity: 0.7;
  }
}

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    transform: scale(1);

    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);

    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);

    opacity: 0.7;
  }
}

@keyframes backOutUp {
  0% {
    transform: scale(1);

    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);

    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);

    opacity: 0.7;
  }
}

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: scale3d(0.3, 0.3, 0.3);

    opacity: 0;
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    transform: scale3d(1.03, 1.03, 1.03);

    opacity: 1;
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    transform: scaleX(1);

    opacity: 1;
  }
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: scale3d(0.3, 0.3, 0.3);

    opacity: 0;
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    transform: scale3d(1.03, 1.03, 1.03);

    opacity: 1;
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    transform: scaleX(1);

    opacity: 1;
  }
}

.animate__bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
}

@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate3d(0, -3000px, 0) scaleY(3);

    opacity: 0;
  }
  60% {
    transform: translate3d(0, 25px, 0) scaleY(0.9);

    opacity: 1;
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate3d(0, -3000px, 0) scaleY(3);

    opacity: 0;
  }
  60% {
    transform: translate3d(0, 25px, 0) scaleY(0.9);

    opacity: 1;
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}

.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate3d(-3000px, 0, 0) scaleX(3);

    opacity: 0;
  }
  60% {
    transform: translate3d(25px, 0, 0) scaleX(1);

    opacity: 1;
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}

@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate3d(-3000px, 0, 0) scaleX(3);

    opacity: 0;
  }
  60% {
    transform: translate3d(25px, 0, 0) scaleX(1);

    opacity: 1;
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}

.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate3d(3000px, 0, 0) scaleX(3);

    opacity: 0;
  }
  60% {
    transform: translate3d(-25px, 0, 0) scaleX(1);

    opacity: 1;
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate3d(3000px, 0, 0) scaleX(3);

    opacity: 0;
  }
  60% {
    transform: translate3d(-25px, 0, 0) scaleX(1);

    opacity: 1;
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}

.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate3d(0, 3000px, 0) scaleY(5);

    opacity: 0;
  }
  60% {
    transform: translate3d(0, -20px, 0) scaleY(0.9);

    opacity: 1;
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate3d(0, 3000px, 0) scaleY(5);

    opacity: 0;
  }
  60% {
    transform: translate3d(0, -20px, 0) scaleY(0.9);

    opacity: 1;
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    transform: scale3d(1.1, 1.1, 1.1);

    opacity: 1;
  }
  to {
    transform: scale3d(0.3, 0.3, 0.3);

    opacity: 0;
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    transform: scale3d(1.1, 1.1, 1.1);

    opacity: 1;
  }
  to {
    transform: scale3d(0.3, 0.3, 0.3);

    opacity: 0;
  }
}

.animate__bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    transform: translate3d(0, -20px, 0) scaleY(0.9);

    opacity: 1;
  }
  to {
    transform: translate3d(0, 2000px, 0) scaleY(3);

    opacity: 0;
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    transform: translate3d(0, -20px, 0) scaleY(0.9);

    opacity: 1;
  }
  to {
    transform: translate3d(0, 2000px, 0) scaleY(3);

    opacity: 0;
  }
}

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    transform: translate3d(20px, 0, 0) scaleX(0.9);

    opacity: 1;
  }
  to {
    transform: translate3d(-2000px, 0, 0) scaleX(2);

    opacity: 0;
  }
}

@keyframes bounceOutLeft {
  20% {
    transform: translate3d(20px, 0, 0) scaleX(0.9);

    opacity: 1;
  }
  to {
    transform: translate3d(-2000px, 0, 0) scaleX(2);

    opacity: 0;
  }
}

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    transform: translate3d(-20px, 0, 0) scaleX(0.9);

    opacity: 1;
  }
  to {
    transform: translate3d(2000px, 0, 0) scaleX(2);

    opacity: 0;
  }
}

@keyframes bounceOutRight {
  20% {
    transform: translate3d(-20px, 0, 0) scaleX(0.9);

    opacity: 1;
  }
  to {
    transform: translate3d(2000px, 0, 0) scaleX(2);

    opacity: 0;
  }
}

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    transform: translate3d(0, 20px, 0) scaleY(0.9);

    opacity: 1;
  }
  to {
    transform: translate3d(0, -2000px, 0) scaleY(3);

    opacity: 0;
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    transform: translate3d(0, 20px, 0) scaleY(0.9);

    opacity: 1;
  }
  to {
    transform: translate3d(0, -2000px, 0) scaleY(3);

    opacity: 0;
  }
}

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    transform: translate3d(0, -100%, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    transform: translate3d(0, -100%, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    transform: translate3d(0, -2000px, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes fadeInDownBig {
  0% {
    transform: translate3d(0, -2000px, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    transform: translate3d(-2000px, 0, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes fadeInLeftBig {
  0% {
    transform: translate3d(-2000px, 0, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    transform: translate3d(100%, 0, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    transform: translate3d(100%, 0, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    transform: translate3d(2000px, 0, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes fadeInRightBig {
  0% {
    transform: translate3d(2000px, 0, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    transform: translate3d(0, 100%, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 100%, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    transform: translate3d(0, 2000px, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes fadeInUpBig {
  0% {
    transform: translate3d(0, 2000px, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    transform: translate3d(-100%, -100%, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes fadeInTopLeft {
  0% {
    transform: translate3d(-100%, -100%, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    transform: translate3d(100%, -100%, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes fadeInTopRight {
  0% {
    transform: translate3d(100%, -100%, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    transform: translate3d(-100%, 100%, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes fadeInBottomLeft {
  0% {
    transform: translate3d(-100%, 100%, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    transform: translate3d(100%, 100%, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes fadeInBottomRight {
  0% {
    transform: translate3d(100%, 100%, 0);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(0, 100%, 0);

    opacity: 0;
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(0, 100%, 0);

    opacity: 0;
  }
}

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(0, 2000px, 0);

    opacity: 0;
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(0, 2000px, 0);

    opacity: 0;
  }
}

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0);

    opacity: 0;
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0);

    opacity: 0;
  }
}

.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-2000px, 0, 0);

    opacity: 0;
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-2000px, 0, 0);

    opacity: 0;
  }
}

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0);

    opacity: 0;
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0);

    opacity: 0;
  }
}

.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(2000px, 0, 0);

    opacity: 0;
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(2000px, 0, 0);

    opacity: 0;
  }
}

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(0, -100%, 0);

    opacity: 0;
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(0, -100%, 0);

    opacity: 0;
  }
}

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(0, -2000px, 0);

    opacity: 0;
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(0, -2000px, 0);

    opacity: 0;
  }
}

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    transform: translateZ(0);

    opacity: 1;
  }
  to {
    transform: translate3d(-100%, -100%, 0);

    opacity: 0;
  }
}

@keyframes fadeOutTopLeft {
  0% {
    transform: translateZ(0);

    opacity: 1;
  }
  to {
    transform: translate3d(-100%, -100%, 0);

    opacity: 0;
  }
}

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    transform: translateZ(0);

    opacity: 1;
  }
  to {
    transform: translate3d(100%, -100%, 0);

    opacity: 0;
  }
}

@keyframes fadeOutTopRight {
  0% {
    transform: translateZ(0);

    opacity: 1;
  }
  to {
    transform: translate3d(100%, -100%, 0);

    opacity: 0;
  }
}

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    transform: translateZ(0);

    opacity: 1;
  }
  to {
    transform: translate3d(100%, 100%, 0);

    opacity: 0;
  }
}

@keyframes fadeOutBottomRight {
  0% {
    transform: translateZ(0);

    opacity: 1;
  }
  to {
    transform: translate3d(100%, 100%, 0);

    opacity: 0;
  }
}

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    transform: translateZ(0);

    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 100%, 0);

    opacity: 0;
  }
}

@keyframes fadeOutBottomLeft {
  0% {
    transform: translateZ(0);

    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 100%, 0);

    opacity: 0;
  }
}

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animate__animated.animate__flip {
  -webkit-animation-name: flip;
  animation-name: flip;

  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;

    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);

    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;

    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);

    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.animate__flipInX {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;

  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;

    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);

    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;

    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);

    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.animate__flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;

  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);

    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);

    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);

    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);

    opacity: 0;
  }
}

.animate__flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);

  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);

    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);

    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);

    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);

    opacity: 0;
  }
}

.animate__flipOutY {
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);

  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);

    opacity: 0;
  }
  60% {
    transform: skewX(20deg);

    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}

@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);

    opacity: 0;
  }
  60% {
    transform: skewX(20deg);

    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);

    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);

    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}

@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);

    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);

    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);

    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);

    opacity: 0;
  }
}

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);

    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);

    opacity: 0;
  }
}

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    transform: rotate(-200deg);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

.animate__rotateIn {
  transform-origin: center;
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

.animate__rotateInDownLeft {
  transform-origin: left bottom;
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

.animate__rotateInDownRight {
  transform-origin: right bottom;
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

.animate__rotateInUpLeft {
  transform-origin: left bottom;
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

.animate__rotateInUpRight {
  transform-origin: right bottom;
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);

    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);

    opacity: 0;
  }
}

.animate__rotateOut {
  transform-origin: center;
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);

    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);

    opacity: 0;
  }
}

.animate__rotateOutDownLeft {
  transform-origin: left bottom;
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);

    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);

    opacity: 0;
  }
}

.animate__rotateOutDownRight {
  transform-origin: right bottom;
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);

    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);

    opacity: 0;
  }
}

.animate__rotateOutUpLeft {
  transform-origin: left bottom;
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);

    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);

    opacity: 0;
  }
}

.animate__rotateOutUpRight {
  transform-origin: right bottom;
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;

    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);

    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;

    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);

    opacity: 0;
  }
}

.animate__hinge {
  transform-origin: top left;
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

@-webkit-keyframes jackInTheBox {
  0% {
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;

    opacity: 0;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    transform: scale(1);

    opacity: 1;
  }
}

@keyframes jackInTheBox {
  0% {
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;

    opacity: 0;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    transform: scale(1);

    opacity: 1;
  }
}

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    transform: translate3d(-100%, 0, 0) rotate(-120deg);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

@keyframes rollIn {
  0% {
    transform: translate3d(-100%, 0, 0) rotate(-120deg);

    opacity: 0;
  }
  to {
    transform: translateZ(0);

    opacity: 1;
  }
}

.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) rotate(120deg);

    opacity: 0;
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) rotate(120deg);

    opacity: 0;
  }
}

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    transform: scale3d(0.3, 0.3, 0.3);

    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale3d(0.3, 0.3, 0.3);

    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 0;
  }
  60% {
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 1;
  }
}

@keyframes zoomInDown {
  0% {
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 0;
  }
  60% {
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 1;
  }
}

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 0;
  }
  60% {
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 1;
  }
}

@keyframes zoomInLeft {
  0% {
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 0;
  }
  60% {
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 1;
  }
}

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 0;
  }
  60% {
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 1;
  }
}

@keyframes zoomInRight {
  0% {
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 0;
  }
  60% {
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 1;
  }
}

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 0;
  }
  60% {
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 1;
  }
}

@keyframes zoomInUp {
  0% {
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 0;
  }
  60% {
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 1;
  }
}

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    transform: scale3d(0.3, 0.3, 0.3);

    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    transform: scale3d(0.3, 0.3, 0.3);

    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 1;
  }
  to {
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 0;
  }
}

@keyframes zoomOutDown {
  40% {
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 1;
  }
  to {
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 0;
  }
}

.animate__zoomOutDown {
  transform-origin: center bottom;
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

    opacity: 1;
  }
  to {
    transform: scale(0.1) translate3d(-2000px, 0, 0);

    opacity: 0;
  }
}

@keyframes zoomOutLeft {
  40% {
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

    opacity: 1;
  }
  to {
    transform: scale(0.1) translate3d(-2000px, 0, 0);

    opacity: 0;
  }
}

.animate__zoomOutLeft {
  transform-origin: left center;
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

    opacity: 1;
  }
  to {
    transform: scale(0.1) translate3d(2000px, 0, 0);

    opacity: 0;
  }
}

@keyframes zoomOutRight {
  40% {
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

    opacity: 1;
  }
  to {
    transform: scale(0.1) translate3d(2000px, 0, 0);

    opacity: 0;
  }
}

.animate__zoomOutRight {
  transform-origin: right center;
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 1;
  }
  to {
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 0;
  }
}

@keyframes zoomOutUp {
  40% {
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 1;
  }
  to {
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 0;
  }
}

.animate__zoomOutUp {
  transform-origin: center bottom;
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    visibility: visible;

    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    visibility: visible;

    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translateZ(0);
  }
}

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    visibility: visible;

    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    visibility: visible;

    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    visibility: visible;

    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    visibility: visible;

    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    visibility: visible;

    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    visibility: visible;

    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translateZ(0);
  }
}

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;

    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;

    transform: translate3d(0, 100%, 0);
  }
}

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;

    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;

    transform: translate3d(-100%, 0, 0);
  }
}

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;

    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;

    transform: translate3d(100%, 0, 0);
  }
}

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;

    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;

    transform: translate3d(0, -100%, 0);
  }
}

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}



[class^='_icn-'],
[class*=' _icn-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  text-transform: none;

  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icn-arrow:before {
  content: '\e900';
}

._icn-arrow-lang:before {
  content: '\e901';
}

._icn-arrow-pointing:before {
  content: '\e902';
}

._icn-envelope:before {
  content: '\e903';
}

._icn-linkedin:before {
  content: '\e904';
}

._icn-phone-call:before {
  content: '\e905';
}

._icn-placeholder:before {
  content: '\e906';
}

._icn-play:before {
  content: '\e907';
}

._icn-play-review:before {
  content: '\e908';
}

._icn-telegram:before {
  content: '\e909';
}

._icn-viber:before {
  content: '\e90a';
}

._icn-youtube:before {
  content: '\e90b';
}

.inline-svg > svg {
  width: 20px;
  height: 20px;
}

html,
body {
  min-height: 100%;
}

body {
  font-family: 'Futura', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;

  color: #3e3e3e;
}

.input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

::-moz-selection {
  color: #fff;
  background-color: #e94c04;
}

::selection {
  color: #fff;
  background-color: #e94c04;
}

a {
  transition: all 0.35s ease;
}
a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;

  list-style: none;
}

.no-scroll {
  overflow: hidden;
}

.page-wrap {
  display: flex;
  overflow: hidden;
  flex-direction: column;

  min-height: 100%;
}
.page--promo {
  padding-top: 76px;
}
.page--promo .menu {
  top: 181px;
}
@media screen and (max-width: 992px) {
  .page--promo {
    padding-top: 62px;
  }
  .page--promo .menu {
    top: 167px;
  }
}
@media screen and (max-width: 768px) {
  .page--promo {
    padding-top: 60px;
  }
  .page--promo .menu {
    top: 165px;
  }
}
@media screen and (max-width: 560px) {
  .page--promo .menu {
    top: 134px;
  }
}
@media screen and (max-width: 500px) {
  .page--promo .menu {
    top: 127px;
  }
}
@media screen and (max-width: 400px) {
  .page--promo {
    padding-top: 81px;
  }
  .page--promo .menu {
    top: 142px;
  }
}
.page-main {
  flex: 1 0 auto;
}

.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 74px;
}
@media screen and (max-width: 1080px) {
  .container {
    padding: 0 28px;
  }
}

.input,
.textarea {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;

  resize: none;

  border: none;
  outline: none;
  background: none;

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

/* Animations Start */
@-webkit-keyframes tel-ring {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1.1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1.1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes tel-ring {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1.1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1.1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(315deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(315deg);
  }
}

/* Animations End */
.btn {
  display: inline-flex;

  box-sizing: border-box;
  margin: 0;
  padding: 0;

  text-align: center;

  border: none;
  outline: none;
  background: none;

  align-items: center;
  justify-content: center;
}
.btn__text {
  position: relative;
  z-index: 3;
}
.btn--dashed {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;

  position: relative;

  box-sizing: border-box;
  padding: 19px 48px 16px;

  text-transform: uppercase;

  color: #e94c04;
  border: 1px solid #e94c04;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 21px rgba(233, 76, 4, 0.25);
}
.btn--dashed::before {
  position: absolute;
  z-index: 1;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;

  content: '';
  transition: border-color 0.35s ease 0s;

  border: 1px dashed #e94c04;
  border-radius: 30px;
  box-shadow: 0 0 34px rgba(233, 76, 4, 0.1);
}
.btn--dashed:hover {
  color: #fff;
  background-color: #e94c04;
  box-shadow: 0 3px 12px rgba(233, 76, 4, 0.55);
}
.btn--dashed:hover::before {
  border-color: #fff;
}
.btn--fill {
  font-size: 16px;
  font-weight: 700;

  position: relative;

  overflow: hidden;

  padding: 18px 49px;

  color: #fff;
  border-radius: 31px;
  background-color: #e94c04;
}
.btn--fill::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 100%;

  content: '';
  transition: all 0.35s ease;
  transform: scaleY(0);

  background-color: #1f1f1f;
}
.btn--fill:hover {
  color: #fff;
  background-color: #1f1f1f;
}
.btn--fill:hover::before {
  visibility: visible;

  transform: scaleY(1);
}

@media (max-width: 992px) {
  .btn--fill::before {
    display: none;
  }
}
.btn--white {
  font-size: 16px;
  font-weight: 700;

  position: relative;

  overflow: hidden;

  padding: 18px 76px;

  transition: all 0.35s ease;

  color: #202229;
  border-radius: 31px;
  background-color: #fff;
}
.btn--white::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 100%;

  content: '';
  transition: all 0.35s ease;
  transform: scaleY(0);

  background-color: #e94c04;
}
.btn--white:hover {
  color: #fff;
  background-color: #e94c04;
}
.btn--white:hover::before {
  visibility: visible;

  transform: scaleY(1);
}
.btn--border {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;

  position: relative;

  overflow: hidden;

  padding: 15px 73px;

  transition: all 0.35s ease;

  color: #202229;
  border: 2px solid #000;
  border-radius: 31px;
  background-color: rgba(255, 255, 255, 0);
}
.btn--border::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 100%;

  content: '';
  transition: all 0.35s ease;
  transform: scaleY(0);

  background-color: #e94c04;
}
.btn--border:hover {
  color: #fff;
  border-color: #e94c04;
  background-color: #e94c04;
}
.btn--border:hover::before {
  visibility: visible;

  transform: scaleY(1);
}

.aud__txt h1,
.aud__txt h2,
.aud__txt h3,
.aud__txt h4,
.aud__txt h5,
.aud__txt h6,
.aud__txt .likeh2,
.title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;

  margin-bottom: 40px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .title {
    font-size: 32px;

    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 28px;

    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .title {
    font-size: 24px;

    margin-bottom: 15px;
  }
}
@media screen and (max-width: 360px) {
  .title {
    font-size: 22px;
  }
}

.text h2, .text .likeh2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.31;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .text h2, .text .likeh2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .text h2, .text .likeh2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 560px) {
  .text h2, .text .likeh2 {
    font-size: 20px;
  }
}
.text h2:not(:last-child), .text .likeh2:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .text h2:not(:last-child), .text .likeh2:not(:last-child) {
    margin-bottom: 10px;
  }
}
.text h2:not(:first-child), .text .likeh2:not(:first-child) {
  margin-top: 43px;
}
@media screen and (max-width: 560px) {
  .text h2:not(:first-child),
  .text .likeh2:not(:first-child) {
    margin-top: 25px;
  }
}

.text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;

  color: #3e3e3e;
}
@media screen and (max-width: 360px) {
  .text p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.text p:not(:last-child) {
  margin-bottom: 26px;
}
@media screen and (max-width: 360px) {
  .text p:not(:last-child) {
    margin-bottom: 18px;
  }
}

.text ul > li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.31;

  position: relative;

  padding-left: 13px;
}
@media screen and (max-width: 360px) {
  .text ul > li {
    font-size: 14px;
  }
}
.text ul > li::before {
  position: absolute;
  top: 7px;
  left: 0;

  width: 5px;
  height: 5px;

  content: '';

  border-radius: 50%;
  background-color: #2c3333;
}
.text ul > li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .text ul > li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.text ul:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 560px) {
  .text ul:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 360px) {
  .text ul:not(:last-child) {
    margin-bottom: 30px;
  }
}

.text img[align='left'] {
  float: left;

  max-width: 100%;
  margin: 0 30px 30px 0;
}
@media screen and (max-width: 560px) {
  .text img[align='left'] {
    float: none;

    height: auto;
  }
}

.text img[align='right'] {
  float: right;

  max-width: 100%;
  margin: 0 0 30px 30px;
}
@media screen and (max-width: 560px) {
  .text img[align='right'] {
    float: none;

    height: auto;
  }
}

.text .btn:not(:last-child) {
  margin-bottom: 26px;
}

.pagination {
  display: flex;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 560px) {
  .pagination {
    flex-flow: row wrap;
  }
}
.page-numbers,
.pagination__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;

  margin: 0 10px;

  color: #4f5858;
}
@media screen and (max-width: 560px) {
  .page-numbers,
  .pagination__link {
    font-size: 14px;

    margin: 0 8px;
  }
}
.page-numbers:not(.current):hover,
.pagination__link:hover {
  color: #e94c04;
}
.pagination__link_icn {
  font-size: 10px;

  margin-left: 5px;
}
@media screen and (max-width: 560px) {
  .pagination__link_txt {
    display: none;
  }
}
.pagination__link--pre {
  font-size: 14px;
}
.prev.page-numbers,
.pagination__link--pre:first-child {
  margin-right: 70px;
  margin-left: 0;
}
@media screen and (max-width: 560px) {
  .prev.page-numbers,
  .pagination__link--pre:first-child {
    margin-right: 15px;
  }
}
.prev.page-numbers .pagination__link_icn,
.pagination__link--pre:first-child .pagination__link_icn {
  display: inline-block;

  margin-right: 5px;
  margin-left: 0;

  transform: scale(-1, 1);
}
.next.page-numbers,
.pagination__link--pre:last-child {
  margin-right: 0;
  margin-left: 70px;
}
@media screen and (max-width: 560px) {
  .next.page-numbers,
  .pagination__link--pre:last-child {
    margin-left: 15px;
  }
}
.page-numbers.current,
.pagination__link._active {
  position: relative;
}
.page-numbers.current::after,
.pagination__link._active::after {
  position: absolute;
  right: -1px;
  bottom: -4px;
  left: -1px;

  height: 2px;

  content: '';

  background-color: #4f5858;
}

.promo {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;

  display: flex;

  width: 100%;
  min-height: 76px;
  padding: 13px 0;

  background-color: #6fcbcf;

  align-items: center;
}
@media screen and (max-width: 992px) {
  .promo {
    min-height: 60px;
    padding: 10px 0;
  }
}
.promo .container {
  position: relative;
}
@media screen and (max-width: 560px) {
  .promo__close {
    left: 15px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}
.promo__close {
  position: absolute;
  top: 50%;
  right: 15px;

  display: block;

  width: 18px;
  height: 18px;

  transform: translateY(-50%);
}
.promo__close span {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;
  height: 2px;

  transition: all 0.35s ease;

  background-color: #fff;
}
.promo__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.promo__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.promo__close:hover span {
  background-color: #e94c04;
}
.promo__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;

  display: block;

  margin-right: 19px;

  color: #fff;
}
@media screen and (max-width: 992px) {
  .promo__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .promo__text {
    font-size: 14px;

    margin-right: 12px;
  }
}
@media screen and (max-width: 560px) {
  .promo__text {
    margin-right: 0;
  }
}
.promo__tel {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;

  color: #fff;
}
@media screen and (max-width: 992px) {
  .promo__tel {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .promo__tel {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .promo__tel {
    display: none;
  }
}
.promo__tel:hover {
  text-decoration: underline;

  color: #fff;
}
.promo__wrapper {
  display: flex;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 400px) {
  .promo__wrapper {
    flex-direction: column;
  }
}
.promo__btn {
  font-family: 'MuseoSansCyrl', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;

  margin-left: 18px;
  padding: 10px 40px 11px;
}
@media screen and (max-width: 992px) {
  .promo__btn {
    padding: 7px 25px;
  }
}
@media screen and (max-width: 768px) {
  .promo__btn {
    font-size: 14px;

    margin-left: 12px;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 400px) {
  .promo__btn {
    margin-top: 10px;
    margin-left: 0;
  }
}

/* Header Start */
.header {
  position: relative;
  z-index: 5;

  min-height: 176px;
  padding: 41px 0 25px;

  flex: 0 0 auto;
}
@media screen and (max-width: 1400px) {
  .header {
    min-height: auto;
    padding: 20px 0;
  }
}
@media screen and (max-width: 560px) {
  .header {
    padding: 15px 0 16px;
  }
}
.header__wrapper {
  display: flex;

  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .header__wrapper {
    align-items: center;
  }
}
.header__logo {
  margin-right: 33px;

  flex: 0 0 290px;
}
@media screen and (max-width: 1500px) {
  .header__logo {
    flex: 0 0 180px;
  }
}
@media screen and (max-width: 992px) {
  .header__logo {
    margin-right: 13px;
  }
}
@media screen and (max-width: 560px) {
  .header__logo {
    flex: 0 0 120px;
  }
}
@media screen and (max-width: 500px) {
  .header__logo {
    flex: 0 0 100px;
  }
}
@media screen and (max-width: 400px) {
  .header__logo {
    flex: 0 0 80px;
  }
}
.header__main {
  width: 100%;
}
.header__top {
  display: flex;

  margin-bottom: 10px;

  align-items: center;
  justify-content: space-between;
  justify-content: flex-end;
}

@media screen and (max-width: 1400px) {
  .header__top {
    margin-bottom: 0;
  }
}
.header__socials {
  display: flex;

  align-items: center;
}

.header__menu .header__socials {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__socials {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .header__menu .header__socials {
    display: block;
    text-align: center;
  }
}
.header__socials-item {
  display: inline-flex;

  margin-right: 17px;

  transition: color 0.35s ease 0s;

  color: #c3cace;
}
.header__socials-item:last-child {
  margin-right: 0;
}
.header__socials-item:hover {
  color: #e94c04;
}
.header__lines {
  display: inline-flex;

  align-items: center;
}
@media screen and (min-width: 1401px) {
  .header__lines {
    margin: 0 30px;
  }
}
@media screen and (max-width: 1400px) {
  .header__lines {
    display: none;
  }
}
.header__lines-item {
  display: inline-flex;

  margin-right: 37px;

  align-items: center;
}
.header__lines-item:last-child {
  margin-right: 0;
}
.header__lines-item:last-child .header__lines-item_icn {
  margin-right: 5px;
}
.header__lines-item_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;

  position: relative;

  transition: color 0.35s ease 0s;

  color: #060606;
}
.header__lines-item_icn {
  font-size: 18px;

  margin-right: 10px;

  color: #e94c04;
}
.header__lines a.header__lines-item:hover .header__lines-item_text {
  color: #e94c04;
}
.header__tel {
  display: inline-flex;

  align-items: center;
}
@media screen and (max-width: 1400px) {
  .header__tel {
    margin-left: 30px;
  }
}
@media screen and (max-width: 992px) {
  .header__tel {
    margin-right: 33px;
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .header__tel {
    margin-right: 11px;
  }
}
.header__tel_text {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;

  position: relative;

  transition: color 0.35s ease 0s;

  color: #1f1f1f;
}
@media screen and (min-width: 993px) and (max-width: 1400px) {
  .header__tel_text {
    font-size: 16px;
}
}
@media screen and (max-width: 560px) {
  .header__tel_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .header__tel_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .header__tel_text {
    font-size: 12px;
  }
}
.header__tel_text::after {
  position: absolute;
  bottom: 0;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 1px;

  content: '';
  transition: transform 0.35s ease 0s, visibility 0.35s ease 0s;
  transform: scaleX(0);
  transform-origin: right center;

  background-color: #e94c04;
}
.header__tel_icn {
  font-size: 17px;

  margin-right: 8px;

  color: #e94c04;
}
@media screen and (max-width: 500px) {
  .header__tel_icn {
    font-size: 13px;

    margin-right: 5px;
  }
}
@media screen and (max-width: 400px) {
  .header__tel_icn {
    font-size: 10px;

    margin-right: 3px;
  }
}
.header__tel:hover .header__tel_text {
  color: #e94c04;
}
.header__tel:hover .header__tel_text::after {
  visibility: visible;

  transform: scaleX(1);
  transform-origin: left center;
}
.header__tel:hover .header__tel_icn {
  -webkit-animation: tel-ring 1s infinite ease-in-out;
  animation: tel-ring 1s infinite ease-in-out;
}
.header__btn {
  margin: 0 30px;
}
@media screen and (max-width: 992px) {
  .header__btn {
    display: none;
  }
}
.header__langs {
  position: relative;
  z-index: 3;

  display: inline-flex;
}
.header__langs-item {
  display: inline-flex;

  cursor: pointer;
  transition: all 0.35s ease;

  color: #000;

  align-items: center;
}
.header__langs-item_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.42;

  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .header__langs-item_text {
    font-size: 12px;

    letter-spacing: 0;
  }
}
.header__langs-item_icn {
  font-size: 7px;

  margin-left: 6.29px;

  transition: all 0.35s ease;

  color: #000;
}
@media screen and (max-width: 500px) {
  .header__langs-item_icn {
    font-size: 4px;

    margin-left: 1px;
  }
}
.header__langs-list {
  position: absolute;
  top: 100%;
  left: 50%;

  display: flex;
  visibility: hidden;
  flex-direction: column;

  padding: 15px;

  transition: all 0.4s ease;
  transform: translate(-50%, 20px);
  text-align: center;
  pointer-events: none;

  opacity: 0;
  background-color: #e94c04;

  align-items: center;
}
.header__langs-link {
  font-size: 16px;

  text-transform: uppercase;

  color: #fff;
}
.header__langs-link:hover {
  text-decoration: underline;

  color: #fff;
}
@media (hover: hover) {
  .header__langs:hover .header__langs-item {
    color: #e94c04;
  }
  .header__langs:hover .header__langs-item_icn {
    transform: rotate(-180deg);

    color: #e94c04;
  }
  .header__langs:hover .header__langs-list {
    visibility: visible;

    transform: translate(-50%, 0);
    pointer-events: all;

    opacity: 1;
  }
}
.header__langs._active .header__langs-item {
  color: #e94c04;
}
.header__langs._active .header__langs-item_icn {
  transform: rotate(-180deg);

  color: #e94c04;
}
.header__langs._active .header__langs-list {
  visibility: visible;

  transform: translate(-50%, 0);
  pointer-events: all;

  opacity: 1;
}
.header__toggle {
  position: relative;

  display: none;

  height: 14px;
  margin-right: 18px;

  flex: 0 0 15px;
}
@media screen and (max-width: 1400px) {
  .header__toggle {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .header__toggle {
    margin-right: 8px;
  }
}
.header__toggle span {
  position: absolute;
  left: 0;

  display: block;
  visibility: visible;

  width: 100%;
  height: 2px;

  transition: all 0.35s ease;
  transform: rotate(0deg);

  border-radius: 1px;
  background-color: #0a0906;
}
.header__toggle span:nth-child(1) {
  top: 0;
}
.header__toggle span:nth-child(2),
.header__toggle span:nth-child(3) {
  top: 6px;
}
.header__toggle span:nth-child(4) {
  top: 12px;
}
.header__toggle._active span:nth-child(1),
.header__toggle._active span:nth-child(4) {
  left: 50%;

  visibility: hidden;

  width: 0;
}
.header__toggle._active span:nth-child(2) {
  transform: rotate(45deg);
}
.header__toggle._active span:nth-child(3) {
  transform: rotate(-45deg);
}

.logo {
  display: inline-block;

  max-width: 100%;
  height: auto;

  transition: opacity 0.35s ease 0s;

  opacity: 1;
}
.logo__img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.logo:hover {
  opacity: 0.85;
}
.grecaptcha-badge {
  display: none !important;
}

@media screen and (max-width: 1400px) {
  .header__menu.menu {
    position: fixed;
    top: 105px;
    bottom: 0;
    left: 0;

    visibility: hidden;
    overflow: auto;

    width: 100%;
    padding: 30px 15px;

    transition: all 0.35s ease;
    transform: translateX(-100%);

    background-color: #fff;
  }
}

@media screen and (max-width: 560px) {
  .header__menu.menu {
    top: 74px;
  }
}

@media screen and (max-width: 500px) {
  .header__menu.menu {
    top: 67px;
  }
}

@media screen and (max-width: 400px) {
  .header__menu.menu {
    top: 61px;
  }
}

.menu._open {
  visibility: visible;

  transform: translateX(0);
}

.menu__list {
  display: flex;

  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .menu__list {
    flex-direction: column;

    min-height: 100%;

    justify-content: center;
  }
}

.menu__item {
  position: relative;

  margin: 0 10px;
  padding: 5px 0;
}
@media screen and (max-width: 1400px) {
  .menu__item {
    display: flex;

    width: 100%;
    max-width: 550px;
    margin: 10px 0;
    padding: 5px 30px;

    text-align: center;

    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
  }
}
.menu__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1400px) {
  .menu__item:first-child {
    margin-top: 0;
  }
}
.menu__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1400px) {
  .menu__item:last-child {
    margin-bottom: 0;
  }
}
.menu__item-opened {
  font-size: 9px;

  position: absolute;
  top: 11px;
  right: 0;

  display: inline-block;

  transition: all 0.35s ease 0s;
  transform: rotate(0deg);
}
.menu__item-opened._active {
  transform: rotate(-180deg);
}
.menu-item-has-children::after {
  content: '\e901';
  font-family: 'icons' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  font-size: 9px;
  position: absolute;
  top: 11px;
  right: 0;
  display: inline-block;
  transition: all 0.35s ease 0s;
  transform: rotate(0deg);
}

._active.menu-item-has-children::after {
  transform: rotate(-180deg);
}

@media screen and (min-width: 1401px) {
  .menu__item:hover > ul {
    visibility: visible;

    transform: translate(-50%, 0);
    pointer-events: all;

    opacity: 1;
  }
  .menu-item-has-children::after,
  .menu__item-opened {
    display: none;
  }
}
.menu__item > ul {
  display: none;

  width: 100%;
  padding: 15px 0 10px;

  background-color: #fff;
}
@media screen and (min-width: 1401px) {
  .menu__item > ul {
    position: absolute;
    top: 100%;
    left: 50%;

    display: flex;
    visibility: hidden;
    flex-direction: column;

    width: auto;
    min-width: 150px;
    padding: 10px 0;

    transition: all 0.35s ease 0s;
    transform: translate(-50%, 30px);
    pointer-events: none;

    opacity: 0;
    box-shadow: 4px 4px 4px rgba(31, 31, 31, 0.2);
  }
}
.menu__item > ul > li {
  position: relative;

  margin-bottom: 0;
  padding: 0 15px;
}
@media screen and (max-width: 1400px) {
  .menu__item > ul > li {
    display: flex;
    flex-direction: column;

    padding: 0;

    align-items: center;
  }
}
.menu__item > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 1401px) {
  .menu__item > ul > li:hover > ul {
    visibility: visible;

    transform: translate(0, 0);
    pointer-events: all;

    opacity: 1;
  }
}
.menu__item > ul > li > ul {
  display: none;

  width: 100%;
  padding: 15px 0 10px;

  background-color: #fff;
}
@media screen and (min-width: 1401px) {
  .menu__item > ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;

    display: flex;
    visibility: hidden;
    flex-direction: column;

    width: auto;
    min-width: 150px;
    padding: 10px 15px;

    transition: all 0.35s ease 0s;
    transform: translate(0, 30px);
    pointer-events: all;

    opacity: 0;
    box-shadow: 4px 4px 4px rgba(31, 31, 31, 0.2);
  }
}
.menu__item > ul > li > ul > li {
  margin-bottom: 0;
  padding: 0 15px;
}
@media screen and (max-width: 1400px) {
  .menu__item > ul > li > ul > li {
    display: flex;
    flex-direction: column;

    padding: 0;

    align-items: center;
  }
}
.menu__item > ul > li > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.menu__item > ul > li > ul > li a {
  font-size: 13px;
}
.menu__item > ul a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;

  display: block;

  white-space: nowrap;

  color: #000;
}
.menu__item > ul.sub-menu a {
  text-transform: none;
}

.sub-menu .menu-item {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 1650px) {
  .menu__item > ul a {
    font-size: 14px;
  }
}
.menu__item > ul a:hover {
  color: #e94c04;
}

.menu__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.42;

  text-transform: uppercase;

  color: #000;
}
@media screen and (max-width: 1650px) {
  .menu__link {
    font-size: 14px;
  }
}
.menu__link {
  position: relative;
}
.menu__link::after {
  position: absolute;
  bottom: -5px;
  left: 50%;

  display: none;

  width: 27px;
  height: 3px;

  content: '';
  transform: translateX(-50%);

  background-color: #e94c04;
}
.current_page_ancestor > .menu__link,
.current-menu-parent > .menu__link,
.menu__link:hover {
  color: #e94c04;
}
.current-menu-item > .menu__link::after,
.menu__link._active::after {
  display: block;
}

/* Header End */
/* Bread Start */
.bread {
  padding: 11px 0 11px;

  background-color: #f4f8f9;
}
@media screen and (max-width: 400px) {
  .bread {
    padding: 8px 0 7px;
  }
}
#breadcrumbs {
  margin-bottom: 0;
}
.breadcrumb_last,
.bread__list a,
.bread__link {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;

  color: #a2adae;
}
@media screen and (max-width: 400px) {
  .breadcrumb_last,
  .bread__list a,
  .bread__link {
    font-size: 11px;
  }
}
.bread__list a:hover,
.bread__link:hover {
  color: #e94c04;
}
.bread__separate {
  display: inline-flex;

  width: 4px;
  height: 4px;
  margin: 0 6px;

  vertical-align: middle;

  border-radius: 50%;
  background-color: #a2adae;

  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 400px) {
  .bread__separate {
    margin: 0 4px;
  }
}

/* Bread End */
/* Form Start */
.form {
  position: relative;

  padding: 116px 0 127px;

  background-color: #202229;
}
@media screen and (max-width: 992px) {
  .form {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .form {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 400px) {
  .form {
    padding-top: 40px;
  }
}
.form::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;

  width: 50%;
  height: 100%;

  content: '';

  background-color: #282a32;
}
@media screen and (max-width: 768px) {
  .form::before {
    display: none;
  }
}
.form .container {
  position: relative;
  z-index: 2;
}
.form__row {
  display: flex;

  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .form__row {
    display: block;
  }
}
.form__left {
  width: 50%;
  padding-right: 156px;
}
@media screen and (max-width: 992px) {
  .form__left {
    padding-right: 35px;
  }
}
@media screen and (max-width: 768px) {
  .form__left {
    width: 100%;
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .form__left {
    padding-bottom: 60px;
  }
}
.form__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;

  max-width: 548px;
  margin-bottom: 31px;

  color: #fff;
}
@media screen and (max-width: 992px) {
  .form__title {
    font-size: 32px;

    margin-bottom: 25px;
  }
}
@media screen and (max-width: 400px) {
  .form__title {
    font-size: 22px;
    line-height: 1;

    max-width: 232px;
    margin-bottom: 24px;
  }
}
.form__title > span {
  color: #6fcbcf;
}
.form__cols {
  display: flex;

  width: 100%;
  margin-bottom: 41px;

  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 400px) {
  .form__cols {
    display: block;

    margin-bottom: 21px;
  }
}
.form__label {
  position: relative;

  display: block;

  width: 100%;
  max-width: calc(50% - 15px);
  margin: 0;
  padding: 0;

  cursor: text;
}
@media screen and (max-width: 400px) {
  .form__label {
    max-width: 100%;
  }
  .form__label:not(:last-child) {
    margin-bottom: 21px;
  }
}

.form__label span.__active {
  top: -15px;

  transform: translateY(0) scale(0.8);
}
.form__label-span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;

  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;

  transition: all 0.35s ease;
  transform: translateY(-50%) scale(1);
  transform-origin: left center;

  opacity: 0.6;
  color: #fff;
}
@media screen and (max-width: 400px) {
  .form__label-span {
    font-size: 14px;
  }
}
.form__label--textarea {
  display: flex;

  max-width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 400px) {
  .form__label--textarea {
    margin-bottom: 15px;
  }
}
.form__input,
.form__textarea {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;

  height: 42px;

  color: #fff;
  border-bottom: 1px solid #5b5b64;
}

.form__input::placeholder,
.form__textarea::placeholder {
  color: transparent;
}

.dark-popup .form__label {
  max-width: 100%;
  margin-bottom: 38px;
}

@media screen and (max-width: 400px) {
  .form__input,
  .form__textarea {
    font-size: 14px;
    line-height: 30px;

    height: 32px;
  }
}
.form__check {
  display: block;

  margin-bottom: 38px;
}
@media screen and (max-width: 400px) {
  .form__check {
    margin-bottom: 28px;
  }
}
.form__check input {
  position: absolute;
  z-index: -1;

  visibility: hidden;

  opacity: 0;
}
.form__check input:checked ~ span::before {
  visibility: visible;

  opacity: 1;
}
.form__check input ~ span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;

  position: relative;

  display: block;

  padding-left: 30px;

  cursor: pointer;

  color: #fff;
}
@media screen and (max-width: 400px) {
  .form__check input ~ span {
    font-size: 12px;

    padding-left: 21px;
  }
}
.form__check input ~ span::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '';

  border-radius: 3px;
  background-color: #fff;
}
@media screen and (max-width: 400px) {
  .form__check input ~ span::after {
    width: 15px;
    height: 15px;
  }
}
.form__check input ~ span::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;

  visibility: hidden;

  width: 20px;
  height: 20px;

  content: '';
  transition: all 0.35s ease;

  opacity: 0;
  background-image: url('../img/icons/check.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 10px;
}
@media screen and (max-width: 400px) {
  .form__check input ~ span::before {
    width: 15px;
    height: 15px;

    background-size: 10px 8px;
  }
}
@media screen and (max-width: 400px) {
  .form__btn {
    display: flex;

    margin: 0 auto;
  }
}
.form__slider {
  width: 50%;
  padding-top: 10px;
  padding-left: 92px;
}
@media screen and (max-width: 992px) {
  .form__slider {
    padding-top: 0;
    padding-left: 35px;
  }
}
@media screen and (max-width: 768px) {
  .form__slider {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 30px 15px 60px;

    background-color: #282a32;
  }
}
@media screen and (max-width: 560px) {
  .form__slider {
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 30px 30px 60px;
  }
}
@media screen and (max-width: 400px) {
  .form__slider {
    padding: 40px 30px 71px;
  }
}
.form__slider .slick-list {
  margin: 0 -15px;
}
.form__slider .slick-dots {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 0;
  width: auto;

  display: flex;
  flex-direction: column;

  height: 100%;

  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 400px) {
  .form__slider .slick-dots {
    top: auto;
    bottom: -39px;

    flex-direction: row;

    width: 100%;
    height: auto;

    justify-content: center;
  }
}
.form__slider .slick-dots li {
  margin: 10px 0;
}
@media screen and (max-width: 400px) {
  .form__slider .slick-dots li {
    margin: 0 7px;
  }
}
.form__slider .slick-dots li button {
  font-size: 1px;

  display: block;

  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;

  transition: all 0.35s ease;

  color: transparent;
  border: none;
  border-radius: 4px;
  outline: none;
  background: none;
  background-color: #494854;
  box-shadow: none;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 400px) {
  .form__slider .slick-dots li button {
    width: 6px;
    height: 6px;

    border-radius: 3px;
  }
}
.form__slider .slick-dots li.slick-active button {
  height: 19px;

  background-color: #fff;
}
@media screen and (max-width: 400px) {
  .form__slider .slick-dots li.slick-active button {
    width: 14px;
    height: 6px;
  }
}
.form__slider-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;

  min-height: 124px;
  margin-bottom: 31px;

  color: #fff;
}
@media screen and (max-width: 992px) {
  .form__slider-title {
    font-size: 32px;

    min-height: 82px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .form__slider-title {
    min-height: auto;
  }
}
@media screen and (max-width: 400px) {
  .form__slider-title {
    font-size: 22px;
    line-height: 1;

    margin-bottom: 40px;
  }
}
.form__slider-block {
  position: relative;

  width: 100%;
  max-width: 100%;

  color: #fff;
}
.form__slider-item {
  margin: 0 15px;
  padding-right: 63px;
}
@media screen and (max-width: 400px) {
  .form__slider-item {
    padding: 0;
  }
}
.form__slider-name {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;

  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .form__slider-name {
    font-size: 22px;

    margin-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  .form__slider-name {
    font-size: 14px;

    margin-bottom: 20px;
  }
}
.form__slider-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;

  margin-bottom: 0;
}
@media screen and (max-width: 400px) {
  .form__slider-text {
    font-size: 12px;
    line-height: 1.5;
  }
}
.form__slider-video {
  position: relative;

  display: flex;

  width: 129px;
  height: 129px;
  margin-top: 47px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 400px) {
  .form__slider-video {
    width: 68px;
    height: 68px;
    margin-top: 25px;
  }
}
.form__slider-video::before {
  position: absolute;
  top: 13px;
  right: 13px;
  bottom: 13px;
  left: 13px;

  content: '';
  transition: all 0.35s ease;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
@media screen and (max-width: 400px) {
  .form__slider-video::before {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }
}
.form__slider-video::after {
  position: absolute;
  top: 14px;
  right: 14px;
  bottom: 14px;
  left: 14px;

  content: '';
  transition: all 0.35s ease;
  -webkit-animation: rotate 3s infinite linear;
  animation: rotate 3s infinite linear;

  border-top: 3px solid #e94c04;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #e94c04;
  border-radius: 50%;
}
@media screen and (max-width: 400px) {
  .form__slider-video::after {
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;

    border-width: 2px;
  }
}
.form__slider-video_icn {
  font-size: 24px;

  transition: all 0.35s ease;

  color: #e94c04;
}
@media screen and (max-width: 400px) {
  .form__slider-video_icn {
    font-size: 14px;
  }
}
.form__slider-video_text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;

  position: absolute;
  top: 0;
  left: 100%;

  transform: translateX(14px);
  white-space: nowrap;

  color: #e94c04;
}
@media screen and (max-width: 400px) {
  .form__slider-video_text {
    top: -10px;

    transform: translateX(7px);
  }
}
.form__slider-video_text::after {
  position: absolute;
  right: -2px;
  bottom: 2px;
  left: -3px;

  height: 1px;

  content: '';

  background-color: #393b42;
}
.form__slider-video_text::before {
  position: absolute;
  right: 100%;
  bottom: 2px;

  width: 21px;
  height: 1px;

  content: '';
  transform: translateX(-3px) rotate(-45deg);
  transform-origin: right center;

  background-color: #393b42;
}
@media screen and (max-width: 400px) {
  .form__slider-video_text::before {
    width: 9px;
  }
}
.form__slider-video_circle {
  position: absolute;
}
.form__slider-video:hover::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.form__slider-video:hover::before {
  border-color: #e94c04;
}

/* Form End */
/* Footer Start */
.footer {
  padding: 78px 0 67px;

  background-color: #f4f8f9;

  flex: 0 0 auto;
}
@media screen and (max-width: 560px) {
  .footer {
    padding: 53px 0 42px;
  }
}
.footer__row {
  display: flex;

  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  .footer__row {
    display: block;
  }
}
.footer__logo {
  margin-top: 40px;
  margin-right: 50px;

  flex: 0 0 321px;
}
@media screen and (max-width: 992px) {
  .footer__logo {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .footer__logo {
    margin-top: 0;

    flex: 0 0 220px;
  }
}
@media screen and (max-width: 560px) {
  .footer__logo {
    display: block;

    max-width: 125px;
    margin: 0 auto 24px;
  }
}
.footer__menu {
  display: flex;

  width: 100%;
  max-width: 616px;

  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .footer__menu {
    width: auto;
  }
}
@media screen and (max-width: 700px) {
  .footer__menu {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .footer__menu {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .footer__col {
    text-align: center;
    border: 1px solid #e94c04;
    border-radius: 10px;
  }
}
@media screen and (max-width: 560px) {
  .footer__contacts-title {
    text-align: center;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 560px) {
  div[class^='menu-footer-menu-'] {
    display: none;
  }
  div[class^='menu-footer-menu-']._active {
    display: block !important;
  }
}
@media screen and (max-width: 560px) {
  .footer__col:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1180px) {
  .footer__col:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .footer__col:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .footer__col:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .footer__col:nth-child(3) {
    display: block;
  }
}
.footer__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;

  display: block;

  margin-bottom: 7px;

  text-transform: uppercase;
}
.footer__title span {
  position: relative;
}
.footer__title span::after {
  position: absolute;
  bottom: -4px;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 2px;

  content: '';
  transition: all 0.35s ease;

  opacity: 0;
  background-color: #e94c04;
}
@media screen and (max-width: 560px) {
  .footer__title._active span::after {
    visibility: visible;

    opacity: 1;
  }
  .footer__title._active {
    border-bottom:  1px solid #e94c04;
  }
  .footer__title{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;

  }
}
@media screen and (max-width: 560px) {
  .footer__list {
    display: none;
  }
}
.footer__menu ul.menu li:not(:last-child),
.footer__item:not(:last-child) {
  margin-bottom: 7px;
}
@media screen and (max-width: 560px) {
  .footer__menu ul.menu li:not(:last-child),
  .footer__item:not(:last-child) {
    margin-bottom: 3px;
  }
}
.footer__menu ul.menu li a,
.footer__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;

  position: relative;

  color: inherit;
}
.footer__menu ul.menu li a::after,
.footer__link::after {
  position: absolute;
  bottom: 0;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 1px;

  content: '';
  transition: transform 0.35s ease 0s, visibility 0.35s ease 0s;
  transform: scaleX(0);
  transform-origin: right center;

  background-color: #e94c04;
}
.footer__menu ul.menu li a:hover,
.footer__link:hover {
  color: #e94c04;
}
.footer__menu ul.menu li a:hover::after,
.footer__link:hover::after {
  visibility: visible;

  transform: scaleX(1);
  transform-origin: left center;
}
.footer__contacts {
  margin-left: 50px;

  flex: 0 0 276px;
}
@media screen and (max-width: 992px) {
  .footer__contacts {
    margin-left: 0;
  }
}
@media screen and (max-width: 560px) {
  .footer__contacts {
    display: flex;
    flex-direction: column;

    align-items: flex-start;

    text-align: center;
    align-items: center;
  }
}
.footer__contacts-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;

  display: block;

  margin-bottom: 10px;

  text-transform: uppercase;
}
@media screen and (max-width: 560px) {
  .footer__contacts-title {
    text-align: center;
    width: 100%;
    margin-top: 0.5rem;
    padding-top: 0.5rem;

    order: 1;
  }
}
.footer__contacts-adress {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;

  display: block;

  margin-bottom: 2px;
}
@media screen and (max-width: 560px) {
  .footer__contacts-adress {
    font-size: 14px;
    line-height: 1.3;

    order: 3;
  }
}
.footer__soc {
  display: flex;

  margin-bottom: 8px;

  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 560px) {
  .footer__soc {
    width: 100%;
    margin-bottom: 24px;

    order: 2;
    justify-content: center;
  }
}
.footer__soc-item {
  display: inline-flex;

  color: #c3cace;
}
.footer__soc-item:not(:last-child) {
  margin-right: 15px;
}
.footer__soc-item_icn {
  font-size: 17px;
}
.footer__soc-item:hover {
  color: #e94c04;
}
.footer__tel {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;

  display: block;

  margin-bottom: -4px;

  color: inherit;
}
@media screen and (max-width: 560px) {
  .footer__tel {
    margin-bottom: -2px;

    order: 5;
  }
}
.footer__tel span {
  position: relative;
}
.footer__tel span::after {
  position: absolute;
  bottom: 0;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 1px;

  content: '';
  transition: transform 0.35s ease 0s, visibility 0.35s ease 0s;
  transform: scaleX(0);
  transform-origin: right center;

  background-color: #e94c04;
}
.footer__tel:hover {
  color: #e94c04;
}
.footer__tel:hover span::after {
  visibility: visible;

  transform: scaleX(1);
  transform-origin: left center;
}
@media screen and (max-width: 560px) {
  .footer__btn {
    display: none;
  }
}
.footer__mail {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;

  display: block;

  margin-bottom: 12px;

  color: inherit;
}
@media screen and (max-width: 560px) {
  .footer__mail {
    margin-bottom: -5px;

    order: 4;
  }
}
.footer__mail span {
  position: relative;
}
.footer__mail span::after {
  position: absolute;
  bottom: 0;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 1px;

  content: '';
  transition: transform 0.35s ease 0s, visibility 0.35s ease 0s;
  transform: scaleX(0);
  transform-origin: right center;

  background-color: #e94c04;
}
.footer__mail:hover {
  color: #e94c04;
}
.footer__mail:hover span::after {
  visibility: visible;

  transform: scaleX(1);
  transform-origin: left center;
}
.footer__recall {
  display: none;

  color: #e94c04;
}
@media screen and (max-width: 560px) {
  .footer__recall {
    display: inline-flex;

    order: 6;
    align-items: center;
  }
}
.footer__recall_icn {
  font-size: 15px;

  margin-right: 6px;
}
.footer__recall_text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

/* Footer End */
.top {
  position: fixed;
  z-index: 4;
  right: 28px;
  bottom: 28px;

 
  display: flex;

  width: 55px;
  height: 55px;

  transition: all .5s cubic-bezier(0.55, 0.16, 0.94, 0.6) 0s;

  border-radius: 50%;
  background-color: #e94c04;

  align-items: center;
  justify-content: center;
}
.top:hover {
  background-color: #1f1f1f;
}
.top::before {
  position: relative;

  display: block;

  width: 19px;
  height: 11px;

  content: '';

  background-image: url('../img/icons/arrow-top.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

/* Banner Start */
.banner {
  position: relative;

  display: flex;

  min-height: 700px;
  padding: 60px 0;

  align-items: center;
}
@media screen and (max-width: 992px) {
  .banner {
    min-height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    min-height: 380px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 560px) {
  .banner {
    min-height: 320px;
  }
}
.banner__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  display: block;
  overflow: hidden;

  width: 100%;
  height: 100%;
}
.banner__bg > img {
  position: relative;
  z-index: 1;

  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 560px) {
  .banner__bg::after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: 0.6;
    background-color: #3e3e3e;
  }
}
.banner__play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;

  display: flex;

  width: 112px;
  height: 112px;

  transform: translate(-50%, 0%);

  color: #fff;
  border-radius: 50%;
  background-color: #e94c04;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .banner__play {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .banner__play {
    top: 15px;
    right: 30px;
    left: auto;

    width: 40px;
    height: 40px;

    transform: none;
  }
}
.banner__play_icn {
  font-size: 12px;
}
.banner__play:hover {
  color: #fff;
  background-color: #1f1f1f;
}
.banner .container {
  position: relative;
  z-index: 2;
}
.banner__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;

  margin-bottom: 21px;

  color: #fff;
}
@media screen and (max-width: 992px) {
  .banner__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 560px) {
  .banner__title {
    font-size: 28px;

    margin-bottom: 15px;
  }
}
.banner__info {
  font-family: 'FuturaFuturis', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;

  max-width: calc(639 / 1576 * 100%);
  margin-bottom: 0;

  color: #fff;
}
@media screen and (max-width: 768px) {
  .banner__info {
    max-width: 80%;
  }
}
@media screen and (max-width: 560px) {
  .banner__info {
    font-size: 14px;
    line-height: 1.5;

    max-width: 100%;
  }
}

/* Banner End */
/* Products Start */
.products {
  position: relative;

  overflow: hidden;

  padding: 100px 0 167px;
}
@media screen and (max-width: 992px) {
  .products {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .products {
    padding: 70px 0 80px;
  }
}
@media screen and (max-width: 560px) {
  .products {
    padding: 60px 0;
  }
}
.products__svg {
  position: absolute;
  z-index: 1;
}
.products__svg--top {
  top: 0;
  right: 0;
}
.products__svg--bottom {
  bottom: -56px;
  left: 0;
}
.products .container {
  position: relative;
  z-index: 2;
}
.products__row {
  display: flex;

  margin-bottom: -71px;

  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media screen and (max-width: 992px) {
  .products__row {
    margin-bottom: -55px;
  }
}
@media screen and (max-width: 768px) {
  .products__row {
    margin-bottom: 0;
  }
}
.products__item {
  position: relative;

  display: block;

  width: 100%;
  max-width: calc(50% - 15px);
  margin-bottom: 71px;
}
@media screen and (max-width: 992px) {
  .products__item {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .products__item {
    max-width: 100%;
    margin-bottom: 35px;
  }
}
.products__item:hover .products__arrow {
  color: #fff;
  background-color: #e94c04;
}
.products__item:hover .products__pic::after {
  visibility: visible;

  opacity: 0.3;
}
.products__pic {
  position: relative;
  z-index: 1;

  display: block;
  overflow: hidden;

  width: 100%;
  max-width: 100%;
  height: 337px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .products__pic {
    height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .products__pic {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .products__pic {
    height: 230px;
  }
}
@media screen and (max-width: 360px) {
  .products__pic {
    height: 180px;
  }
}
.products__pic > img {
  position: relative;
  z-index: 1;

  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
.products__pic::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 100%;

  content: '';
  transition: all 0.45s ease;

  opacity: 0;
  background-color: #3e3e3e;
}
.products__name {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;

  position: relative;

  display: block;

  padding-left: 89px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .products__name {
    font-size: 24px;

    padding-left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .products__name {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .products__name {
    font-size: 18px;

    padding-left: 55px;
  }
}
.products__name > img {
  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: auto;
  max-width: 73px;
  height: auto;

  transform: translateY(-50%);

  -o-object-fit: contain;
  object-fit: contain;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .products__name > img {
    max-width: 53px;
    max-height: 36px;
  }
}
@media screen and (max-width: 560px) {
  .products__name > img {
    max-width: 45px;
    max-height: 30px;
  }
}
.products__arrow {
  position: absolute;
  z-index: 2;
  top: 300px;
  right: 30px;

  display: flex;

  width: 75px;
  height: 75px;

  transition: all 0.35s ease;

  color: #3e3e3e;
  border-radius: 50%;
  background-color: #f4f8f9;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .products__arrow {
    top: 243px;
  }
}
@media screen and (max-width: 992px) {
  .products__arrow {
    top: 258px;

    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 560px) {
  .products__arrow {
    top: 213px;
    right: 15px;

    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 360px) {
  .products__arrow {
    top: 163px;
  }
}
.products__arrow_icn {
  font-size: 9px;
}
@media screen and (max-width: 560px) {
  .products__arrow_icn {
    font-size: 5px;
  }
}

/* Products End */
/* Services Start */
.services {
  position: relative;

  overflow: hidden;

  padding: 110px 0 150px;
}
@media screen and (max-width: 992px) {
  .services {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .services {
    padding: 70px 0 80px;
  }
}
@media screen and (max-width: 560px) {
  .services {
    padding: 60px 0;
  }
}
.services__svg {
  position: absolute;
  z-index: 1;
}
.services__svg--top {
  top: 0;
  right: 0;
}
.services__svg--bottom {
  bottom: 0;
  left: 0;
}
.services .container {
  position: relative;
  z-index: 2;
}
.services__row {
  display: grid;

  width: 100%;

  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
}
@media screen and (max-width: 992px) {
  .services__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .services__row {
    display: block;

    gap: none;
  }
}
.services__item {
  position: relative;

  display: block;

  width: 100%;
}
@media screen and (max-width: 768px) {
  .services__item {
    margin-bottom: 35px;
  }
  .services__item:last-child {
    margin-bottom: 0;
  }
}
.services__item:hover .services__arrow {
  color: #fff;
  background-color: #e94c04;
}
.services__item:hover .services__pic::after {
  visibility: visible;

  opacity: 0.3;
}
.services__pic {
  position: relative;
  z-index: 1;

  display: block;
  display: block;
  overflow: hidden;

  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .services__pic {
    height: 280px;
  }
}
@media screen and (max-width: 560px) {
  .services__pic {
    height: 230px;
    margin-bottom: 15px;
  }
}
.services__pic > img {
  position: relative;
  z-index: 1;

  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
.services__pic::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 100%;

  content: '';
  transition: all 0.45s ease;

  opacity: 0;
  background-color: #3e3e3e;
}
.services__name {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;

  display: block;

  color: #3e3e3e;
}
@media screen and (max-width: 560px) {
  .services__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  .services__name {
    font-size: 18px;
  }
}
.services__arrow {
  position: absolute;
  z-index: 2;
  top: 313px;
  right: 30px;

  display: flex;

  width: 75px;
  height: 75px;

  transition: all 0.35s ease;

  color: #3e3e3e;
  border-radius: 50%;
  background-color: #f4f8f9;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .services__arrow {
    top: 258px;

    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 560px) {
  .services__arrow {
    top: 212px;
    right: 15px;

    width: 35px;
    height: 35px;
  }
}
.services__arrow_icn {
  font-size: 9px;
}
@media screen and (max-width: 560px) {
  .services__arrow_icn {
    font-size: 5px;
  }
}

/* Services End */
/* Contacts Start */
.contacts {
  position: relative;

  overflow: hidden;

  padding: 40px 0 80px;
}
@media screen and (max-width: 992px) {
  .contacts {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .contacts {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 560px) {
  .contacts {
    padding-top: 25px;
  }
}
.contacts__svg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.contacts .container {
  position: relative;
  z-index: 2;
}
.contacts__banner {
  display: block;
  overflow: hidden;

  width: 100%;
  max-width: 100%;
  height: 450px;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .contacts__banner {
    height: 380px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .contacts__banner {
    height: 320px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 560px) {
  .contacts__banner {
    width: calc(100% + 60px);
    max-width: none;
    height: 230px;
    margin-bottom: 25px;
    margin-left: -30px;
  }
}
.contacts__banner > img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
.contacts__wrapper {
  display: flex;

  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contacts__wrapper {
    display: block;
  }
}
.contacts__content {
  width: 100%;
  max-width: 100%;
  padding-left: 139px;

  color: #222;
}
@media screen and (max-width: 1400px) {
  .contacts__content {
    padding-left: 0;
  }
}
@media screen and (max-width: 1250px) {
  .contacts__content {
    max-width: 300px;

    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .contacts__content {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.contacts__adress {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;

  display: block;

  margin-bottom: 8px;
}
@media screen and (max-width: 560px) {
  .contacts__adress {
    font-size: 18px;

    margin-bottom: 4px;
  }
}
@media screen and (max-width: 560px) {
  .contacts__adress {
    font-size: 16px;
  }
}
.contacts__tel {
  font-size: 22px;
  font-weight: 700;
  line-height: 109.09091%;

  color: #222;
}
@media screen and (max-width: 560px) {
  .contacts__tel {
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  .contacts__tel {
    font-size: 18px;
  }
}
.contacts__tel:hover {
  color: #e94c04;
}
.contacts__mail {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;

  display: block;

  margin-top: 46px;
  margin-bottom: 20px;

  color: #3e3e3e;
}
@media screen and (max-width: 560px) {
  .contacts__mail {
    font-size: 18px;

    margin-top: 23px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 360px) {
  .contacts__mail {
    font-size: 16px;

    margin-top: 18px;
    margin-bottom: 6px;
  }
}
.contacts__time {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;

  display: block;

  margin-bottom: 20px;

  color: #3e3e3e;
}
@media screen and (max-width: 560px) {
  .contacts__time {
    font-size: 18px;

    margin-bottom: 10px;
  }
}
@media screen and (max-width: 360px) {
  .contacts__time {
    font-size: 16px;

    margin-bottom: 5px;
  }
}
.contacts__soc {
  display: flex;

  margin-bottom: 15px;

  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 360px) {
  .contacts__soc {
    margin-bottom: 8px;
  }
}
.contacts__soc-item {
  display: flex;

  width: 31px;
  height: 31px;

  color: #fff;
  border-radius: 4px;
  background-color: #e94c04;

  align-items: center;
  justify-content: center;
}
.contacts__soc-item_icn {
  font-size: 20px;
}
.contacts__soc-item:not(:last-child) {
  margin-right: 6px;
}
.contacts__soc-item:hover {
  color: #fff;
  background-color: #3e3e3e;
}
.contacts__link {
  font-size: 22px;
  font-weight: 700;
  line-height: 109.09091%;

  position: relative;

  color: #6fcbcf;
}
@media screen and (max-width: 560px) {
  .contacts__link {
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  .contacts__link {
    font-size: 18px;
  }
}
.contacts__link::after {
  position: absolute;
  bottom: -1px;
  left: 0;

  width: 100%;
  height: 1px;

  content: '';

  border-bottom: 2px dashed #6fcbcf;
}
@media screen and (max-width: 360px) {
  .contacts__link::after {
    border-bottom-width: 1px;
  }
}
.contacts__link::before {
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 1px;

  content: '';
  transition: all 0.35s ease;

  opacity: 0;
  border-bottom: 2px dashed #e94c04;
}
@media screen and (max-width: 360px) {
  .contacts__link::before {
    border-bottom-width: 1px;
  }
}
.contacts__link:hover {
  color: #e94c04;
}
.contacts__link:hover::before {
  visibility: visible;

  opacity: 1;
}
.contacts__map {
  width: 100%;
  max-width: 941px;
  height: 594px;
  margin-left: 30px;

  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1250px) {
  .contacts__map {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 992px) {
  .contacts__map {
    height: 480px;
  }
}
@media screen and (max-width: 768px) {
  .contacts__map {
    max-width: 100%;
    height: 320px;
    margin-left: 0;
  }
}

/* Contacts End */
/* Partners Start */
.partners {
  position: relative;

  overflow: hidden;

  padding: 40px 0 150px;
}
@media screen and (max-width: 992px) {
  .partners {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  .partners {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 560px) {
  .partners {
    padding: 25px 0 40px;
  }
}
.partners__svg {
  position: absolute;
  z-index: 1;
}
.partners__svg--top {
  top: 0;
  right: 0;
}
.partners__svg--bottom {
  bottom: -63px;
  left: 0;
}
.partners .container {
  position: relative;
  z-index: 2;
}
.partners__title {
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .partners__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .partners__title {
    margin-bottom: 15px;
  }
}
.partners__item {
  display: flex;

  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 360px) {
  .partners__item {
    display: block;
  }
}
.partners__item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .partners__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .partners__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.partners__pic {
  display: flex;

  height: 268px;
  margin-right: 31px;

  background-color: #f4f8f9;

  flex: 0 0 268px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .partners__pic {
    height: 128px;
    margin-right: 15px;

    flex: 0 0 128px;
  }
}
@media screen and (max-width: 560px) {
  .partners__pic {
    height: 90px;

    flex: 0 0 90px;
  }
}
@media screen and (max-width: 360px) {
  .partners__pic {
    width: 90px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.partners__pic > img {
  max-width: 100%;
  max-height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: darken;
}
@media screen and (max-width: 768px) {
  .partners__pic > img {
    max-width: 90px;
    max-height: 90px;
  }
}
@media screen and (max-width: 560px) {
  .partners__pic > img {
    max-width: 60px;
    max-height: 60px;
  }
}
.partners__content {
  display: flex;
  flex-direction: column;

  height: auto;

  align-items: flex-start;
  justify-content: center;
}
.partners__name {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;

  display: block;

  margin-bottom: 20px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .partners__name {
    font-size: 24px;

    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .partners__name {
    font-size: 20px;

    margin-bottom: 10px;
  }
}
@media screen and (max-width: 560px) {
  .partners__name {
    font-size: 18px;

    margin-bottom: 5px;
  }
}
.partners__info {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .partners__info br {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .partners__info {
    font-size: 14px;
    line-height: 1.4;
  }
}
.partners__info:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .partners__info:not(:last-child) {
    margin-bottom: 5px;
  }
}

/* Partners End */
/* Delivery Start */
.delivery {
  position: relative;

  overflow: hidden;

  padding: 40px 0 189px;
}
@media screen and (max-width: 992px) {
  .delivery {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  .delivery {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 560px) {
  .delivery {
    padding: 25px 0 40px;
  }
}
.delivery__svg {
  position: absolute;
  z-index: 1;
}
.delivery__svg--bottom {
  bottom: 0;
  left: 0;
}
.delivery__svg--top {
  top: 0;
  right: 0;
}
@media screen and (max-width: 560px) {
  .delivery__svg--top {
    right: -30px;
  }
}
.delivery .container {
  position: relative;
  z-index: 2;
}
.delivery__banner {
  display: block;
  overflow: hidden;

  width: 100%;
  max-width: 100%;
  height: 450px;
}
@media screen and (max-width: 992px) {
  .delivery__banner {
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  .delivery__banner {
    height: 320px;
  }
}
@media screen and (max-width: 560px) {
  .delivery__banner {
    width: calc(100% + 60px);
    max-width: none;
    height: 230px;
    margin-left: -30px;
  }
}
.delivery__banner > img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
.delivery__wrapper {
  position: relative;

  padding-top: 50px;
}
@media screen and (max-width: 992px) {
  .delivery__wrapper {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .delivery__wrapper {
    padding-top: 35px;
  }
}
@media screen and (max-width: 560px) {
  .delivery__wrapper {
    padding-top: 25px;
  }
}
.delivery__text {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1009px;
}

/* Delivery End */
/* Vacancy Start */
.vac {
  position: relative;

  overflow: hidden;

  padding: 40px 0 151px;
}
@media screen and (max-width: 992px) {
  .vac {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  .vac {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 560px) {
  .vac {
    padding: 25px 0 40px;
  }
}
.vac__svg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.vac .container {
  position: relative;
  z-index: 2;
}
.vac__tabs {
  display: grid;

  width: 100%;
  margin-bottom: 117px;

  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .vac__tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .vac__tabs {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .vac__tabs {
    margin-bottom: 45px;

    gap: 15px;
  }
}
@media screen and (max-width: 560px) {
  .vac__tabs {
    display: block;

    margin-bottom: 25px;

    gap: none;
  }
}
.vac__tabs-icon {
  display: block;

  height: 143px;
  margin-bottom: 16px;

  background-color: #a1adb5;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
@media screen and (max-width: 992px) {
  .vac__tabs-icon {
    width: 80px !important;
    height: 80px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .vac__tabs-icon {
    width: 60px !important;
    height: 60px;
    margin-bottom: 10px;
  }
}
.vac__tabs-icon--information-button {
  width: 128px;

  -webkit-mask-image: url('../img/icons/information-button.svg');
  mask-image: url('../img/icons/information-button.svg');
}
.vac__tabs-icon--teach {
  width: 126px;

  -webkit-mask-image: url('../img/icons/teach.svg');
  mask-image: url('../img/icons/teach.svg');
}
.vac__tabs-icon--mortarboard {
  width: 143px;

  -webkit-mask-image: url('../img/icons/mortarboard.svg');
  mask-image: url('../img/icons/mortarboard.svg');
}
.vac__tabs-icon--team-management {
  width: 130px;

  -webkit-mask-image: url('../img/icons/team-management.svg');
  mask-image: url('../img/icons/team-management.svg');
}
.vac__tabs-item {
  display: flex;
  flex-direction: column;

  width: 100%;
  height: 100%;
  padding: 70px 33px 57px;

  text-align: center;

  color: #3e3e3e;
  background-color: #f4f8f9;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .vac__tabs-item {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 768px) {
  .vac__tabs-item {
    padding: 35px 10px 20px;
  }
}
@media screen and (max-width: 560px) {
  .vac__tabs-item {
    padding: 30px 10px;
  }
  .vac__tabs-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.vac__tabs-item:hover {
  color: #fff;
  background-color: #e94c04;
}
.vac__tabs-item:hover .vac__tabs-icon {
  background-color: #fff;
}
.vac__tabs-item:hover .vac__tabs-info {
  opacity: 1;
  color: #fff;
}
.vac__tabs-name {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;

  display: block;
}
@media screen and (max-width: 992px) {
  .vac__tabs-name {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .vac__tabs-name {
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  .vac__tabs-name {
    font-size: 20px;
  }
}
.vac__tabs-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;

  max-width: 296px;
  margin-top: 20px;

  transition: all 0.35s ease 0s;

  opacity: 0;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .vac__tabs-info {
    margin-top: 15px;

    opacity: 1;
    color: #3e3e3e;
  }
}
@media screen and (max-width: 360px) {
  .vac__tabs-info {
    margin-top: 10px;
  }
}
.vac__wrapper:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .vac__wrapper:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 560px) {
  .vac__wrapper:not(:last-child) {
    margin-bottom: 25px;
  }
}
.vac__item {
  display: flex;

  background-color: #f4f8f9;

  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .vac__item {
    display: block;
  }
}
.vac__item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .vac__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .vac__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .vac__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.vac__item:nth-child(even) {
  background-color: #fff;
}
.vac__pic {
  display: block;
  overflow: hidden;

  height: auto;
  min-height: 440px;

  flex: 0 0 510px;
}
@media screen and (max-width: 992px) {
  .vac__pic {
    flex: 0 0 300px;
  }
}
@media screen and (max-width: 768px) {
  .vac__pic {
    width: 100%;
    height: 320px;
    min-height: auto;

    flex: 1 1 auto;
  }
}
@media screen and (max-width: 560px) {
  .vac__pic {
    height: 280px;
  }
}
.vac__pic > img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .vac__pic > img {
    -o-object-position: center top;
    object-position: center top;
  }
}
.vac__content {
  display: flex;
  flex-direction: column;

  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 40px 59px 40px 50px;

  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 560px) {
  .vac__content {
    display: block;

    padding: 20px 15px;
  }
}
.vac__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;

  color: #3e3e3e;
}
@media screen and (max-width: 768px) {
  .vac__name {
    font-size: 20px;
  }
}
.vac__name:hover {
  color: #e94c04;
}
.vac__info {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.73;

  display: block;

  margin: 10px 0;

  color: #3e3e3e;
}
.vac__row {
  display: flex;

  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.vac__col {
  max-width: 400px;
  margin-bottom: 20px;
  padding-right: 30px;
}
.vac__col-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;

  display: block;

  margin-bottom: -1px;

  color: #3e3e3e;
}
.vac__col > ul > li {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;

  position: relative;

  padding-left: 14px;

  color: #3e3e3e;
}
.vac__col > ul > li::before {
  position: absolute;
  top: 12px;
  left: 0;

  width: 5px;
  height: 5px;

  content: '';

  border-radius: 50%;
  background-color: #e94c04;
}
.vac__col > ul > li:not(:last-child) {
  margin-bottom: 2px;
}
@media screen and (max-width: 560px) {
  .vac__btn {
    display: flex;

    margin: 0 auto;
  }
}

/* Vacancy End */
/* News Start */
.news {
  position: relative;

  overflow: hidden;

  padding: 40px 0 125px;
}
@media screen and (max-width: 992px) {
  .news {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 560px) {
  .news {
    padding: 25px 0 40px;
  }
}
.news__banner {
  position: relative;

  display: block;
  overflow: hidden;

  width: 100%;
  max-width: 100%;
  height: 450px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .news__banner {
    height: 380px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .news__banner {
    height: 320px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 560px) {
  .news__banner {
    width: calc(100% + 60px);
    max-width: none;
    height: 230px;
    margin-bottom: 25px;
    margin-left: -30px;
  }
}
.news__banner-pic {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;
}
.news__banner-pic > img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
.news__banner-text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;

  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 40px;

  padding: 21px 69px 20px 50px;

  color: #3e3e3e;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 992px) {
  .news__banner-text {
    font-size: 22px;

    bottom: 20px;
    left: 20px;

    padding: 10px 30px;
  }
}
@media screen and (max-width: 560px) {
  .news__banner-text {
    font-size: 18px;

    bottom: 20px;
    left: 10px;

    padding: 10px 20px;
  }
}
.news__tabs {
  display: flex;

  margin: 0 -10px 40px;

  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
}
@media screen and (max-width: 992px) {
  .news__tabs {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .news__tabs {
    margin: 0 -5px 20px;
  }
}
.news__tab {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;

  display: inline-flex;

  margin: 10px;
  padding: 18px 40px;

  text-align: center;

  color: #3e3e3e;
  border: 2px solid #6fcbcf;
  border-radius: 32px;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .news__tab {
    font-size: 18px;

    padding: 10px 25px;
  }
}
@media screen and (max-width: 560px) {
  .news__tab {
    font-size: 14px;

    margin: 5px;
    padding: 8px 15px;
  }
}
.news__tab.__active,
.news__tab:hover {
  color: #e94c04;
  border-color: #e94c04;
}
.news__grid {
  display: grid;

  margin-bottom: 60px;

  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}
@media screen and (max-width: 992px) {
  .news__grid {
    margin-bottom: 45px;

    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .news__grid {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 560px) {
  .news__grid {
    display: block;

    margin-bottom: 25px;

    gap: none;
  }
}
.news__item {
  display: block;

  width: 100%;
  height: 100%;

  transition: all 0.35s ease;

  color: #3e3e3e;
  background-color: #f4f8f9;
}
@media screen and (max-width: 560px) {
  .news__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.news__item:hover {
  color: #e94c04;
}
.news__item:hover .news__pic::after {
  visibility: visible;

  opacity: 0.35;
}
.news__item:hover .news__more_icn {
  transform: translateX(6px);
}
.news__pic {
  position: relative;

  display: block;
  overflow: hidden;

  width: 100%;
  height: 295px;
}
@media screen and (max-width: 768px) {
  .news__pic {
    height: 230px;
  }
}
@media screen and (max-width: 360px) {
  .news__pic {
    height: 154px;
  }
}
.news__pic > img {
  position: relative;
  z-index: 1;

  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
.news__pic::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 100%;

  content: '';
  transition: all 0.35s ease;

  opacity: 0;
  background-color: #3e3e3e;
}
.news__content {
  display: block;

  box-sizing: border-box;
  padding: 30px 34px 49px 40px;
}
@media screen and (max-width: 768px) {
  .news__content {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 360px) {
  .news__content {
    padding: 20px 16px 21px 20px;
  }
}
.news__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;

  display: block;

  margin-bottom: 5px;

  color: #a2adae;
}
@media screen and (max-width: 360px) {
  .news__date {
    font-size: 12px;

    margin-bottom: 0;
  }
}
.news__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.08;

  display: block;

  margin-bottom: 20px;

  color: #3e3e3e;
}
@media screen and (max-width: 360px) {
  .news__name {
    font-size: 14px;

    margin-bottom: 15px;
  }
}
.news__desc {
  font-family: 'FuturaFuturis', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;

  display: block;

  margin-bottom: 20px;

  color: #3e3e3e;
}
@media screen and (max-width: 360px) {
  .news__desc {
    font-size: 12px;
    line-height: 1.3;

    margin-bottom: 15px;
  }
}
.news__more {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;

  display: inline-flex;

  align-items: center;
}
@media screen and (max-width: 360px) {
  .news__more {
    font-size: 12px;
  }
}
.news__more_icn {
  font-size: 9px;

  display: inline-block;

  margin-left: 9px;

  transition: all 0.35s ease;
}
@media screen and (max-width: 360px) {
  .news__more_icn {
    font-size: 7px;

    margin-left: 6px;
  }
}

/* News End */
/* Article Start */
.article {
  padding: 40px 0 60px;
}
@media screen and (max-width: 992px) {
  .article {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .article {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .article {
    padding: 25px 0 20px;
  }
}
.article__title {
  margin-bottom: 9px;
}
.article__slider {
  position: relative;

  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .article__slider {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .article__slider {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 560px) {
  .article__slider {
    margin-bottom: 15px;
  }
}
.article__slider .slick-dots {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 0;

  display: flex;

  width: 100%;

  align-items: center;
  justify-content: center;
}
.article__slider .slick-dots li {
  display: inline-flex;

  margin: 0 5px;
}
.article__slider .slick-dots li button {
  font-size: 0;

  display: block;

  width: 11px;
  height: 11px;
  padding: 0;

  transition: all 0.35s ease;

  color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  outline: none;
  background: rgba(255, 255, 255, 0);
}
.article__slider .slick-dots li.slick-active button {
  border-color: #e94c04;
  background-color: #e94c04;
}
.article__slider-pic {
  display: block;
  overflow: hidden;

  max-width: 100%;
  height: 450px;
}
@media screen and (max-width: 992px) {
  .article__slider-pic {
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  .article__slider-pic {
    height: 320px;
  }
}
@media screen and (max-width: 560px) {
  .article__slider-pic {
    height: 290px;
  }
}
.article__slider-pic > img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
.article__wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 20px;

  border-top: 3px solid #e94c04;
}
@media screen and (max-width: 768px) {
  .article__wrapper {
    padding-top: 10px;
  }
}
.article__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;

  display: block;

  margin-bottom: 4px;

  color: #3e3e3e;
}
.article__name {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.31;

  margin-bottom: 40px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .article__name {
    font-size: 28px;

    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .article__name {
    font-size: 24px;

    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .article__name {
    font-size: 20px;

    margin-bottom: 15px;
  }
}

/* Article End */
/* Siblings Start */
.siblings {
  padding: 60px 0 35px;
}
@media screen and (max-width: 992px) {
  .siblings {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .siblings {
    padding: 30px 0 40px;
  }
}
@media screen and (max-width: 560px) {
  .siblings {
    padding: 20px 0 40px;
  }
}
.siblings:last-child {
  padding-bottom: 170px;
}
@media screen and (max-width: 992px) {
  .siblings:last-child {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  .siblings:last-child {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 560px) {
  .siblings:last-child {
    padding-bottom: 70px;
  }
}
.siblings__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.31;

  margin-bottom: 40px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .siblings__title {
    font-size: 28px;

    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .siblings__title {
    font-size: 24px;

    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .siblings__title {
    font-size: 20px;

    margin-bottom: 15px;
  }
}
.siblings__slider {
  position: relative;

  overflow: visible;

  max-width: 100%;
}
.siblings__slider .slick-list {
  margin: 0 -15px;
}
.siblings__slider .slick-track {
  display: flex !important;

  align-items: stretch;
}
.siblings__slider .slick-dots {
  position: absolute;
  bottom: -27px;
  left: 0;

  display: flex;
  display: inline-flex;

  width: 100%;

  align-items: center;
  justify-content: center;
}
.siblings__slider .slick-dots li {
  display: inline-flex;

  margin: 0 7px;
}
.siblings__slider .slick-dots li button {
  font-size: 0;

  display: block;

  width: 6px;
  height: 6px;
  padding: 0;

  transition: all 0.35s ease;

  color: transparent;
  border: none;
  border-radius: 3px;
  outline: none;
  background-color: #e2ecee;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.siblings__slider .slick-dots li.slick-active button {
  width: 14px;

  background-color: #e94c04;
}
.siblings__slider .news__item {
  height: auto !important;
  margin: 0 15px;
}
.siblings__slider .news__item:focus {
  outline-width: 0;
}

/* Siblings End */
/* Interest Start */
.interest {
  max-width: 100%;
  padding: 35px 0 170px;
}
@media screen and (max-width: 992px) {
  .interest {
    padding: 30px 0 110px;
  }
}
@media screen and (max-width: 768px) {
  .interest {
    padding: 25px 0 80px;
  }
}
@media screen and (max-width: 560px) {
  .interest {
    padding: 20px 0 70px;
  }
}
.interest:not(:last-child) {
  padding-bottom: 35px;
}
@media screen and (max-width: 992px) {
  .interest:not(:last-child) {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .interest:not(:last-child) {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 560px) {
  .interest:not(:last-child) {
    padding-bottom: 40px;
  }
}
.interest__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.31;

  margin-bottom: 40px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .interest__title {
    font-size: 28px;

    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .interest__title {
    font-size: 24px;

    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .interest__title {
    font-size: 20px;

    margin-bottom: 15px;
  }
}
.interest__slider {
  position: relative;

  overflow: visible;

  max-width: 100%;
}
.interest__slider .slick-list {
  margin: 0 -15px;
}
.interest__slider .slick-dots {
  position: absolute;
  bottom: -27px;
  left: 0;

  display: flex;
  display: inline-flex;

  width: 100%;

  align-items: center;
  justify-content: center;
}
.interest__slider .slick-dots li {
  display: inline-flex;

  margin: 0 7px;
}
.interest__slider .slick-dots li button {
  font-size: 0;

  display: block;

  width: 6px;
  height: 6px;
  padding: 0;

  transition: all 0.35s ease;

  color: transparent;
  border: none;
  border-radius: 3px;
  outline: none;
  background-color: #e2ecee;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.interest__slider .slick-dots li.slick-active button {
  width: 14px;

  background-color: #e94c04;
}
.interest__slider .services__item {
  margin: 0 15px;
}
.interest__slider .services__item:focus {
  outline-width: 0;
}
.interest__slider .arrow {
  top: -77px;

  transform: none;
}
@media screen and (max-width: 992px) {
  .interest__slider .arrow {
    top: -62px;
  }
}
@media screen and (max-width: 768px) {
  .interest__slider .arrow {
    top: -49px;
  }
}
.interest__slider .arrow--next {
  right: 0;
}
.interest__slider .arrow--prev {
  right: 46px;
  left: auto;
}
.interest__slider .arrow_icn {
  width: 17px;
  height: 29px;

  background-color: #3e3e3e;
}

/* Interest End */
/* Arrow Start */
.arrow {
  position: absolute;
  z-index: 2;
  top: 50%;

  display: inline-flex;

  transform: translateY(-50%);
}
.arrow_icn {
  display: inline-block;

  width: 20px;
  height: 37px;

  transition: all 0.35s ease;

  background-color: #fff;

  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url('../img/icons/arrow-slider.svg');
  mask-image: url('../img/icons/arrow-slider.svg');
}
.arrow--prev {
  left: 50px;
}
.arrow--prev .arrow_icn {
  transform: scale(-1, 1);
}
.arrow--next {
  right: 50px;
}
.arrow:hover .arrow_icn {
  background-color: #e94c04;
}

/* Arrow End */
/* About Start */
.about {
  position: relative;

  overflow: hidden;

  padding: 110px 0 165px;
}
@media screen and (max-width: 992px) {
  .about {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 60px 0;
  }
}
@media screen and (max-width: 560px) {
  .about {
    padding: 25px 0 40px;
  }
}
.about__svg {
  position: absolute;
  z-index: 1;
}
.about__svg--top {
  top: 0;
  right: 0;
}
.about__svg--bottom {
  bottom: -55px;
  left: 0;
}
.about .container {
  position: relative;
  z-index: 2;
}
.about__wrapper {
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .about__wrapper {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 560px) {
  .about__wrapper {
    margin-bottom: 30px;
  }
}
.about__row {
  display: flex;

  width: 100%;

  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .about__row {
    flex-direction: column-reverse;
  }
}
.about__row:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .about__row:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 560px) {
  .about__row:not(:last-child) {
    margin-bottom: 30px;
  }
}
.about__row--second {
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .about__row--second {
    flex-direction: column-reverse;
  }
}
.about__row--second .about__pic {
  margin-right: 15px;
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .about__row--second .about__pic {
    margin: 0 auto;
  }
}
.about__row--second .about__content {
  margin-right: 15px;
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .about__row--second .about__content {
    margin: 0 auto;
  }
}
.about__row--second .about__info {
  max-width: 644px;
}
@media screen and (max-width: 992px) {
  .about__row--second .about__info {
    max-width: 100%;
  }
}
.about__pic {
  display: block;

  width: 100%;
  max-width: calc(50% - 15px);
  margin-right: 15px;
}
@media screen and (max-width: 992px) {
  .about__pic {
    max-width: 100%;
    margin: 0 auto;
  }
}
.about__pic > img {
  width: 100%;
  max-width: 100%;
  height: auto;

  -o-object-fit: contain;
  object-fit: contain;
}
.about__content {
  display: flex;
  flex-direction: column;

  width: 100%;
  max-width: calc(50% - 15px);
  height: auto;
  margin-left: 15px;

  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .about__content {
    max-width: 100%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 560px) {
  .about__content {
    margin-bottom: 15px;
  }
}
.about__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .about__title {
    margin-bottom: 10px;
  }
}
.about__info {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;

  color: #3e3e3e;
}
@media screen and (max-width: 360px) {
  .about__info {
    font-size: 14px;
    line-height: 1.4;
  }
}
.about__info > span {
  font-weight: 700;
}
.about__info:not(:last-child) {
  margin-bottom: 29px;
}
@media screen and (max-width: 560px) {
  .about__info:not(:last-child) {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 360px) {
  .about__info:not(:last-child) {
    margin-bottom: 18px;
  }
}
.about__best {
  margin-bottom: 144px;
}
@media screen and (max-width: 992px) {
  .about__best {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  .about__best {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 560px) {
  .about__best {
    margin-bottom: 35px;
  }
}
.about__best-title {
  margin-bottom: 54px;

  text-align: center;
}
@media screen and (max-width: 992px) {
  .about__best-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about__best-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .about__best-title {
    margin-bottom: 20px;
  }
}
.about__best-row {
  display: grid;

  width: 100%;

  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .about__best-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }
}
@media screen and (max-width: 560px) {
  .about__best-row {
    display: block;

    gap: none;
  }
}
.about__best-item {
  position: relative;

  padding-left: 95px;
}
@media screen and (max-width: 1200px) {
  .about__best-item {
    padding-left: 65px;
  }
}
@media screen and (max-width: 560px) {
  .about__best-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.about__best-item::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;

  width: 100%;
  height: 145px;

  content: '';
  transform: translateY(-50%);

  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 560px) {
  .about__best-item::before {
    height: 100%;

    background-size: auto 100% !important;
  }
}
.about__best-item--cow::before {
  background-image: url('../img/icons/cow-shadow.svg');
  background-size: 212px auto;
}
.about__best-item--chicken::before {
  background-image: url('../img/icons/chicken-shadow.svg');
  background-size: 148px auto;
}
.about__best-item--pig::before {
  background-image: url('../img/icons/pig-shadow.svg');
  background-size: 230px auto;
}
.about__best-item--goat::before {
  background-image: url('../img/icons/goat-shadow.svg');
  background-size: 120px auto;
}
.about__best-number {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;

  position: relative;
  z-index: 2;

  display: block;

  margin-bottom: -9px;

  letter-spacing: -0.04em;

  color: #6fcbcf;
}
.about__best-info {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.08;

  position: relative;
  z-index: 2;

  display: block;

  padding-left: 13px;

  color: #3e3e3e;
}
.about__has-title {
  margin-bottom: 62px;

  text-align: center;
}
@media screen and (max-width: 992px) {
  .about__has-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about__has-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .about__has-title {
    margin-bottom: 20px;
  }
}
.about__has-wrapper {
  position: relative;

  width: 100%;
  max-width: 1053px;
  margin: 0 auto;
}
.about__has-wrapper > img {
  position: absolute;
  z-index: 1;
  top: 46%;
  left: 0;

  width: 100%;
  max-width: 100%;
  height: 460px;

  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .about__has-wrapper > img {
    top: 48%;

    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .about__has-wrapper > img {
    display: none;
  }
}
.about__has-line {
  position: relative;

  display: flex;

  padding-right: 36px;
  padding-left: 109px;

  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .about__has-line {
    padding-right: 0;
    padding-left: 79px;
  }
}
@media screen and (max-width: 768px) {
  .about__has-line {
    padding: 0;
  }
}
@media screen and (max-width: 560px) {
  .about__has-line {
    display: block;
  }
}
.about__has-line:not(:last-child) {
  margin-bottom: 351px;
}
@media screen and (max-width: 992px) {
  .about__has-line:not(:last-child) {
    margin-bottom: 291px;
  }
}
@media screen and (max-width: 768px) {
  .about__has-line:not(:last-child) {
    margin-bottom: 15px;
  }
}
.about__has-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;

  max-width: 208px;
  padding-right: 10px;

  color: #3e3e3e;
}
@media screen and (max-width: 768px) {
  .about__has-item {
    padding-right: 15px;
  }
  .about__has-item:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 560px) {
  .about__has-item {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
  .about__has-item:last-child {
    margin-bottom: 0;
  }
}
.about__has-item > span {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.08;

  display: block;

  margin-bottom: 8px;
}
@media screen and (max-width: 560px) {
  .about__has-item > span {
    font-size: 20px;

    margin-bottom: 3px;
  }
}

/* About End */
/* Catalog Start */
.catalog {
  padding: 40px 0 150px;
}
@media screen and (max-width: 992px) {
  .catalog {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  .catalog {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 560px) {
  .catalog {
    padding-top: 20px;
  }
}
.catalog__line {
  display: flex;

  margin-bottom: 30px;

  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .catalog__line {
    margin-bottom: 20px;
  }
}
.catalog__title {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .catalog__title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .catalog__ctrl {
    display: flex;

    width: 100%;

    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 560px) {
  .catalog__ctrl {
    justify-content: space-between;
  }
}
.catalog__filter-open {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;

  display: none;
  display: inline-flex;

  box-sizing: border-box;
  min-width: 127px;
  margin-right: 20px;
  padding: 9px 10px;

  transition: all 0.35s ease 0s;

  color: #3e3e3e;
  border: 1px solid #e3e8ec;

  align-items: center;
  justify-content: space-between;
  display: none;
}
@media screen and (max-width: 1200px) {
  .catalog__filter-open {
    display: inline-flex;
  }
}
@media screen and (max-width: 560px) {
  .catalog__filter-open {
    width: calc(50% - 5px);
    min-width: none;
    margin: 0;
  }
}
@media screen and (max-width: 360px) {
  .catalog__filter-open {
    font-size: 11px;
  }
}
.catalog__filter-open_icn {
  font-size: 10px;

  margin-left: 10px;

  transform: rotate(90deg);

  flex-grow: 0;
  flex-shrink: 0;
}
.catalog__filter-open:hover {
  color: #6fcbcf;
}
.catalog__sort {
  display: inline-flex;

  margin: 0;
  padding: 0;

  align-items: center;
}
.catalog__sort .woocommerce-ordering {
  float: none;
  margin-bottom: 0;
  display: inline-flex;
}
@media screen and (max-width: 560px) {
  .catalog__sort {
    display: block;

    width: calc(50% - 5px);
    min-width: auto;
  }
}
.catalog__sort_text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;

  margin-right: 4px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .catalog__sort_text {
    display: none;
  }
}
.orderby,
.catalog__sort_select {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;

  margin: 0;
  padding: 0;

  cursor: pointer;

  color: #3e3e3e;
  border: none;
  outline: none;
  background: none;
}
@media screen and (max-width: 992px) {
  .orderby,
  .catalog__sort_select {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    display: inline-flex;

    box-sizing: border-box;
    padding: 9px 10px;

    transition: all 0.35s ease 0s;

    color: #3e3e3e;
    border: 1px solid #e3e8ec;

    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 560px) {
  .orderby,
  .catalog__sort_select {
    width: 100%;
    min-width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .orderby,
  .catalog__sort_select {
    font-size: 11px;
  }
}
.catalog__wrapper {
  display: flex;

  align-items: flex-start;
  justify-content: space-between;
}
.catalog__filter {
  margin-right: 20px;

  flex: 0 0 315px;
}
@media screen and (max-width: 1200px) {
  .catalog__filter {
    margin-right: 20px;

    flex: 0 0 300px;
  }
}
@media screen and (max-width: 992px) {
  .catalog__filter {
    display: none;
  }
}
.catalog__content {
  width: 100%;
  max-width: 100%;
}
.catalog__grid {
  display: grid;

  margin-bottom: 60px;

  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .catalog__grid {
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .catalog__grid {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .catalog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .catalog__grid {
    gap: 10px;
  }
}
.catalog__seo {
  margin-top: 117px;
}
@media screen and (max-width: 992px) {
  .catalog__seo {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .catalog__seo {
    margin-top: 50px;
  }
}
.catalog__seo-left {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .catalog__seo-left img {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 992px) and (max-width: 560px) {
  .catalog__seo-left img {
    display: block;

    max-width: 100%;
    margin: 0 auto 20px !important;
  }
}
.catalog__seo-left::after {
  display: table;
  clear: both;

  content: '';
}
.catalog__seo-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;

  margin-bottom: 15px;

  color: #3e3e3e;
}
@media screen and (max-width: 360px) {
  .catalog__seo-title {
    font-size: 14px;

    margin-bottom: 10px;
  }
}
.catalog__seo-text p {
  color: #000;
}
.catalog__seo-text ul li {
  color: #000;
}
.catalog__seo-text ul li::before {
  background-color: #e94c04;
}

/* Catalog End */
/* box start */
.box {
  position: relative;
  z-index: 2;

  display: block;

  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  /*padding: 51px 34px 57px;*/
  padding: 30px 25px 57px;

  transition: all 0.35s ease;

  border: 1px solid #e3e8ec;
  background-color: #fff;
  box-shadow: 0 0 63px rgba(228, 228, 228, 0);
}
@media screen and (max-width: 1200px) {
  .box {
    padding: 30px 25px 57px;
  }
}
@media screen and (max-width: 560px) {
  .box {
    padding: 9px 5px 30px 10px;
  }
}
.box__labels {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 25px;

  display: flex;

  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
}
@media screen and (max-width: 1280px) {
  .box__labels {
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 560px) {
  .box__labels {
    top: 11px;
    left: 9px;
  }
}
.box__label {
  display: inline-flex;

  width: 35px;
  height: 31px;
  margin: 10px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media screen and (max-width: 1200px) {
  .box__label {
    width: 15px;
    height: 14px;
    margin: 5px;
  }
}
@media screen and (max-width: 560px) {
  .box__label {
    margin: 3px;
  }
}
.box__label--cow {
  background-image: url('../img/icons/cow.png');
}
.box__label--goat {
  background-image: url('../img/icons/goat.png');
}
.box__label--pig {
  width: 42px;

  background-image: url('../img/icons/pig.png');
}
@media screen and (max-width: 1200px) {
  .box__label--pig {
    width: 20px;
  }
}
.box__label--chicken {
  background-image: url('../img/icons/chicken.png');
}
.box__label:last-child {
  margin-right: 0;
}
.box__pic {
  display: flex;

  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 318px;
  margin-bottom: 14px;

  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 560px) {
  .box__pic {
    max-height: 160px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 360px) {
  .box__pic {
    max-height: 91px;
  }
}
.box__pic > img {
  max-width: 100%;
  max-height: 318px;

  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 560px) {
  .box__pic > img {
    max-height: 160px;
  }
}
@media screen and (max-width: 360px) {
  .box__pic > img {
    max-height: 91px;
  }
}
.box__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;

  display: block;

  color: #3e3e3e;
}
@media screen and (max-width: 560px) {
  .box__name {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .box__name {
    font-size: 11px;
  }
}
.box__more {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;

  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;

  padding: 15px 38px;

  transition: all 0.35s ease;
  text-transform: uppercase;

  color: #a2adae;
  border: 1px solid #e3e8ec;
  border-right-width: 0;
  border-bottom-width: 0;
  background-color: #f4f8f9;
}
@media screen and (max-width: 560px) {
  .box__more {
    font-size: 11px;

    padding: 5px 12px 4px;
  }
}
.box:hover {
  z-index: 1;

  box-shadow: 0 0 63px rgba(228, 228, 228, 0.76);
}
.box:hover .box__more {
  color: #e94c04;
}

/* box end */
/* filter start */
@media screen and (max-width: 1200px) {
  .filter {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: block;
    visibility: hidden;
    overflow: auto;

    width: 100%;
    height: 100%;
    margin-right: 0;
    padding: 25px 15px 30px;

    transition: all 0.35s ease;
    transform: translateX(-100%);

    background-color: #fff;

    flex: auto;
  }
  .filter._active {
    visibility: visible;

    transform: translateX(0);
  }
}

.filter__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;

  display: none;

  margin-bottom: 25px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .filter__title {
    display: block;
  }
}

.filter__close {
  position: absolute;
  top: 20px;
  right: 15px;

  display: none;

  width: 18px;
  height: 18px;
}
@media screen and (max-width: 992px) {
  .filter__close {
    display: block;
  }
}
.filter__close span {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;
  height: 2px;

  transition: all 0.35s ease;

  background-color: #3e3e3e;
}
.filter__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.filter__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.filter__close:hover span {
  background-color: #e94c04;
}

.prdctfltr_widget_title,
.filter__line-top {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;

  display: flex;

  min-height: 60px;
  padding: 15px 19px 15px 29px;

  color: #3e3e3e;
  background-color: #f4f8f9;

  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 360px) {
  .prdctfltr_widget_title,
  .filter__line-top {
    font-size: 18px;

    min-height: 50px;
    padding: 10px 15px 10px 20px;
  }
}

.prdctfltr_widget_title .prdctfltr-up,
.prdctfltr_widget_title .prdctfltr-down,
.filter__line-top_icn {
  font-size: 28px;

  margin-left: 10px;

  transition: transform 0.35s ease 0s;

  color: #e94c04;

  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 360px) {
  .prdctfltr_widget_title .prdctfltr-down,
  .filter__line-top_icn {
    font-size: 20px;
  }
}
.prdctfltr_widget_title:hover,
.filter__line-top:hover {
  color: #e94c04;
  background-color: #fefefe;
}

.filter__line-header {
  margin-bottom: 0;
}

.filter__line-top._active .filter__line-top_icn {
  transform: rotate(-90deg);
}

.prdctfltr_add_scroll,
.filter__block {
  box-sizing: border-box;
  padding: 0 30px 27px 26px;
}
@media screen and (max-width: 360px) {
  .prdctfltr_add_scroll,
  .filter__block {
    padding: 0 20px 20px 15px;
  }
}
.filter__block-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;

  display: block;

  color: #3e3e3e;
}
@media screen and (max-width: 360px) {
  .filter__block-link {
    font-size: 14px;
  }
}
.prdctfltr_customize_name,
.filter__block-link span {
  position: relative;
}
.prdctfltr_customize_name::after,
.filter__block-link span::after {
  position: absolute;
  bottom: -3px;
  left: 0;

  display: none;

  width: 100%;
  height: 2px;

  content: '';

  background-color: #e94c04;
}
.filter__block-link:not(:last-child) {
  margin-bottom: 12px;
}
.filter__block-link:hover {
  color: #e94c04;
}
label.prdctfltr_active,
.filter__block-link._active {
  color: #e94c04;
}
label.prdctfltr_active .prdctfltr_customize_name::after,
.filter__block-link._active span::after {
  display: block;
}

/* filter end */
/* Card Start */
.card {
  padding: 54px 0 90px;
}
@media screen and (max-width: 992px) {
  .card {
    padding: 45px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .card {
    padding-top: 30px;
  }
}
@media screen and (max-width: 360px) {
  .card {
    padding-top: 20px;
  }
}
.card__name-hidden {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;

  display: none;

  margin-bottom: 20px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .card__name-hidden {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .card__name-hidden {
    font-size: 22px;

    margin-bottom: 12px;
  }
}
.card__wrapper {
  display: flex;

  width: 100%;

  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .card__wrapper {
    display: block;
  }
}
.card__slider {
  width: 100%;
  max-width: 555px;
  margin-right: 45px;

  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1280px) {
  .card__slider {
    max-width: 390px;
    margin-right: 35px;
  }
}
@media screen and (max-width: 992px) {
  .card__slider {
    max-width: 560px;
    margin: 0 auto 35px;
  }
}
@media screen and (max-width: 560px) {
  .card__slider {
    margin-bottom: 20px;
  }
}
.card__content {
  flex: 1 1 auto;
}
@media screen and (max-width: 992px) {
  .card__content {
    max-width: 100%;

    flex: auto;
  }
}

.slider-card {
  position: relative;
}
.slider-card__arrow {
  position: absolute;
  z-index: 4;
  top: 210px;

  display: flex;

  width: 53px;
  height: 59px;

  transition: all 0.35s ease 0s;

  color: #6fcbcf;
  border: 1px solid #e3e8ec;
  background-color: #f4f8f9;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .slider-card__arrow {
    top: 50%;

    transform: translateY(-50%);
  }
}
@media screen and (max-width: 560px) {
  .slider-card__arrow {
    width: 39px;
    height: 43px;
  }
}
.slider-card__arrow--prev {
  left: 0;
}
.slider-card__arrow--prev .slider-card__arrow-icn {
  transform: scale(-1, 1);
}
.slider-card__arrow--next {
  right: 0;
}
.slider-card__arrow-icn {
  font-size: 8px;

  display: inline-block;
}
@media screen and (max-width: 560px) {
  .slider-card__arrow-icn {
    font-size: 5px;
  }
}
.slider-card__arrow:hover {
  color: #e94c04;
  border-color: #e94c04;
}
.slider-card__labels {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 560px) {
  .slider-card__labels {
    top: 10px;
    left: 10px;
  }
}
.slider-card__label {
  display: inline-flex;

  width: 64px;
  height: 52px;
  margin: 10px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media screen and (max-width: 1280px) {
  .slider-card__label {
    width: 45px;
    height: 41px;
  }
}
@media screen and (max-width: 560px) {
  .slider-card__label {
    width: 30px;
    height: 25px;
    margin: 5px;
  }
}
.slider-card__label--cow {
  background-image: url('../img/icons/cow.png');
}
.slider-card__label--goat {
  background-image: url('../img/icons/goat.png');
}
.slider-card__label--pig {
  width: 76px;

  background-image: url('../img/icons/pig.png');
}
@media screen and (max-width: 1280px) {
  .slider-card__label--pig {
    width: 57px;
  }
}
@media screen and (max-width: 560px) {
  .slider-card__label--pig {
    width: 40px;
  }
}
.slider-card__label--chicken {
  background-image: url('../img/icons/chicken.png');
}
.slider-card__label:last-child {
  margin-right: 0;
}
.slider-card__main {
  position: relative;

  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;

  border: 1px solid #e3e8ec;
}
.slider-card__main .slick-track {
  display: flex !important;

  align-items: center;
}
.slider-card__main-pic {
  display: flex !important;
  overflow: hidden;

  width: 100%;
  height: 479px;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .slider-card__main-pic {
    height: 379px;
  }
}
@media screen and (max-width: 360px) {
  .slider-card__main-pic {
    height: 255px;
  }
}
.slider-card__main-pic > img {
  max-width: calc(100% - 40px);
  max-height: 439px;

  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 1280px) {
  .slider-card__main-pic > img {
    max-height: 339px;
  }
}
@media screen and (max-width: 360px) {
  .slider-card__main-pic > img {
    max-height: 212px;
  }
}
.slider-card__thumb {
  display: block;

  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .slider-card__thumb {
    display: none;
  }
}
.slider-card__thumb .slick-list {
  margin: 0 -5px;
}
.slider-card__thumb-pic {
  display: flex !important;
  overflow: hidden;

  width: 100%;
  max-width: 100%;
  height: 178px;
  margin: 0 5px;

  cursor: pointer;
  transition: border-color 0.35s ease 0s;

  border: 1px solid #e3e8ec;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .slider-card__thumb-pic {
    height: 148px;
  }
}
.slider-card__thumb-pic.slick-current {
  border-color: #e94c04;
}
.slider-card__thumb-pic > img {
  max-width: calc(100% - 40px);
  max-height: 139px;

  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 1280px) {
  .slider-card__thumb-pic > img {
    max-height: 108px;
  }
}

.c-card__main {
  margin-bottom: 59px;
}
@media screen and (max-width: 992px) {
  .c-card__main {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 560px) {
  .c-card__main {
    margin-bottom: 40px;
  }
}

.c-card__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;

  margin-bottom: 5px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .c-card__title {
    display: none;
  }
}

.c-card__stock {
  display: block;

  margin-bottom: 19px;
}
@media screen and (max-width: 992px) {
  .c-card__stock {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 360px) {
  .c-card__stock {
    margin-bottom: 10px;
  }
}
.c-card__stock--outofstock {
  color: #ff0000;
}
.c-card__stock--instock {
  color: #85d952;
}
.c-card__stock--onbackorder {
  color: #e94c04;
}
.c-card__stock--outofstock .c-card__stock-text::before {
  background-color: #ff0000;
  box-shadow: 0 0 0 3px rgba(255, 1, 0, 0.2);
}
.c-card__stock--instock .c-card__stock-text::before {
  background-color: #85d952;
  box-shadow: 0 0 0 3px rgba(133, 217, 82, 0.3);
}
@media screen and (max-width: 360px) {
  .c-card__stock--instock .c-card__stock-text::before {
    box-shadow: 0 0 0 2px rgba(133, 217, 82, 0.3);
  }
}
.c-card__stock--out-stock {
  color: #f00;
}
.c-card__stock--out-stock .c-card__stock-text::before {
  background-color: #f00;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.3);
}
@media screen and (max-width: 360px) {
  .c-card__stock--out-stock .c-card__stock-text::before {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.3);
  }
}
.c-card__stock-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;

  position: relative;

  display: block;

  padding-left: 19px;
}
@media screen and (max-width: 360px) {
  .c-card__stock-text {
    font-size: 12px;

    padding-left: 12px;
  }
}
.c-card__stock-text::before {
  position: absolute;
  top: 7px;
  left: 3px;

  width: 6px;
  height: 6px;

  content: '';

  border-radius: 50%;
  background-color: #e94c04;
  box-shadow: 0 0 0 3px rgba(233, 76, 4, 0.3);
}
@media screen and (max-width: 360px) {
  .c-card__stock-text::before {
    top: 4px;
    left: 2px;

    width: 5px;

    box-shadow: 0 0 0 2px rgba(233, 76, 4, 0.3);
  }
}

.c-card__desc {
  margin-bottom: 25px;
}
@media screen and (max-width: 360px) {
  .c-card__desc {
    margin-bottom: 20px;
  }
}
.c-card__desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;

  color: #3e3e3e;
}
@media screen and (max-width: 360px) {
  .c-card__desc p {
    font-size: 14px;
    line-height: 1.3;
  }
}
.c-card__desc p:not(:last-child) {
  margin-bottom: 22px;
}
@media screen and (max-width: 992px) {
  .c-card__desc p:not(:last-child) {
    margin-bottom: 18px;
  }
}

.c-card__structure {
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .c-card__structure {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 360px) {
  .c-card__structure {
    margin-bottom: 5px;
  }
}
.c-card__structure-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;

  display: block;

  margin-bottom: 10px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .c-card__structure-title {
    font-size: 18px;

    margin-bottom: 5px;
  }
}
@media screen and (max-width: 360px) {
  .c-card__structure-title {
    font-size: 16px;
  }
}
.c-card__structure-list > li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;

  position: relative;

  display: block;

  padding-left: 9px;

  color: #3e3e3e;
}
.c-card__structure-list > li::before {
  position: absolute;
  top: 10px;
  left: 0;

  width: 4px;
  height: 4px;

  content: '';

  border-radius: 50%;
  background-color: #e94c04;
}
.c-card__structure-list > li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 360px) {
  .c-card__structure-list > li:not(:last-child) {
    margin-bottom: 4px;
  }
}

.c-card__quantity {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;

  display: block;

  margin-bottom: 30px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .c-card__quantity {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .c-card__quantity {
    font-size: 16px;
  }
}

.c-card__btn {
  font-family: 'MuseoSansCyrl', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;

  padding: 18px 55px;
}
@media screen and (max-width: 992px) {
  .c-card__btn {
    display: flex;

    max-width: 260px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 360px) {
  .c-card__btn {
    font-size: 12px;

    max-width: 220px;
    padding: 14px 55px;
  }
}

.c-card__table {
  margin-bottom: 49px;
}
.c-card__table-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;

  margin-bottom: 22px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .c-card__table-title {
    font-size: 28px;

    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .c-card__table-title {
    font-size: 22px;
  }
}
.c-card__table-block {
  max-width: 770px;
}
.c-card__table-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;

  display: flex;

  width: 100%;
  min-height: 60px;
  padding: 10px 20px;

  text-align: center;

  color: #fff;
  background-color: #6fcbcf;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-card__table-name {
    font-size: 16px;

    min-height: 50px;
    padding: 8px 15px;
  }
}
@media screen and (max-width: 360px) {
  .c-card__table-name {
    font-size: 14px;
  }
}
.c-card__table-line {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;

  display: grid;

  min-height: 60px;

  color: #3e3e3e;
  background-color: #fff;

  grid-template-columns: 1fr 150px 150px;
  gap: 10px;
}
@media screen and (max-width: 1280px) {
  .c-card__table-line {
    grid-template-columns: 1fr 120px 120px;
  }
}
@media screen and (max-width: 768px) {
  .c-card__table-line {
    font-size: 16px;

    min-height: 50px;

    grid-template-columns: 1fr 100px 100px;
  }
}
@media screen and (max-width: 560px) {
  .c-card__table-line {
    display: flex;

    padding: 15px 20px;

    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
  }
}
@media screen and (max-width: 360px) {
  .c-card__table-line {
    font-size: 12px;
  }
}
.c-card__table-line:nth-child(odd) {
  background-color: #f4f8f9;
}
.c-card__table-left {
  display: flex;

  width: 100%;
  height: 100%;
  padding-left: 45px;

  align-items: center;
}
@media screen and (max-width: 1280px) {
  .c-card__table-left {
    padding-left: 35px;
  }
}
@media screen and (max-width: 768px) {
  .c-card__table-left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 560px) {
  .c-card__table-left {
    display: block;

    width: 100%;
    margin-bottom: 5px;
    padding: 0;

    order: 1;
  }
}
@media screen and (max-width: 360px) {
  .c-card__table-left {
    margin-bottom: 3px;
  }
}
.c-card__table-center,
.c-card__table-right {
  display: flex;

  width: 100%;
  height: 100%;

  text-align: center;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 560px) {
  .c-card__table-center,
  .c-card__table-right {
    display: inline-flex;

    width: auto;
    height: auto;

    text-align: left;
  }
}
@media screen and (max-width: 360px) {
  .c-card__table-center,
  .c-card__table-right {
    font-weight: 400;
  }
}
@media screen and (max-width: 560px) {
  .c-card__table-center {
    margin-left: 1px;

    order: 3;
  }
}
@media screen and (max-width: 560px) {
  .c-card__table-right {
    order: 2;
  }
}

.c-card__using-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;

  margin-bottom: 25px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .c-card__using-title {
    font-size: 28px;

    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .c-card__using-title {
    font-size: 22px;
  }
}

.c-card__using p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;

  color: #3e3e3e;
}
@media screen and (max-width: 360px) {
  .c-card__using p {
    font-size: 14px;
    line-height: 1.3;
  }
}
.c-card__using p:not(:last-child) {
  margin-bottom: 22px;
}
@media screen and (max-width: 560px) {
  .c-card__using p:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .c-card__using p:not(:last-child) {
    margin-bottom: 18px;
  }
}

/* Card End */
/* Better Start */
.bet {
  padding: 80px 0;

  background-color: #f4f8f9;
}
@media screen and (max-width: 992px) {
  .bet {
    padding: 60px 0;
  }
}
@media screen and (max-width: 560px) {
  .bet {
    padding: 40px 0 46px;
  }
}
.bet__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;

  margin-bottom: 46px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .bet__title {
    font-size: 28px;

    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .bet__title {
    font-size: 22px;
  }
}
.bet__arrow {
  position: absolute;
  z-index: 2;
  top: 29px;

  display: inline-flex;

  transition: all 0.35s ease 0s;

  color: #6fcbcf;
}
@media screen and (max-width: 360px) {
  .bet__arrow {
    top: 24px;
  }
}
.bet__arrow:hover {
  color: #e94c04;
}
.bet__arrow_icn {
  font-size: 19px;

  display: inline-block;
}
@media screen and (max-width: 360px) {
  .bet__arrow_icn {
    font-size: 14px;
  }
}
.bet__arrow--prev {
  left: -15px;
}
@media screen and (max-width: 992px) {
  .bet__arrow--prev {
    left: 0;
  }
}
.bet__arrow--prev .bet__arrow_icn {
  transform: scale(-1, 1);
}
.bet__arrow--next {
  right: -15px;
}
@media screen and (max-width: 992px) {
  .bet__arrow--next {
    right: 0;
  }
}
.bet__slider {
  position: relative;

  max-width: 100%;
}
.bet__slider .slick-list {
  margin: 0 -15px;
}
.bet__item {
  position: relative;

  margin: 0 15px;
}
.bet__item:focus {
  outline-width: 0;
}
.bet__image {
  position: relative;

  display: block;

  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .bet__image {
    padding-left: 40px;
  }
}
@media screen and (max-width: 560px) {
  .bet__image {
    margin-bottom: 22px;
    padding-left: 93px;
  }
}
.bet__image > img {
  position: relative;
  z-index: 2;

  max-width: 55px;
  max-height: 77px;

  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 560px) {
  .bet__image > img {
    max-width: 42px;
    max-height: 58px;
  }
}
.bet__number {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;

  position: absolute;
  z-index: 1;
  top: 14px;
  left: 36px;

  color: #e6eef1;
}
@media screen and (max-width: 992px) {
  .bet__number {
    left: 76px;
  }
}
@media screen and (max-width: 560px) {
  .bet__number {
    top: 5px;
    left: 111px;
  }
}
.bet__info {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;

  display: block;

  color: #3e3e3e;
}
@media screen and (max-width: 768px) {
  .bet__info {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .bet__info {
    font-size: 12px;
  }
}
.bet__info > span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;

  display: block;

  margin-bottom: 10px;

  color: #6fcbcf;
}
@media screen and (max-width: 992px) {
  .bet__info > span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .bet__info > span {
    font-size: 16px;

    margin-bottom: 15px;
  }
}
@media screen and (max-width: 360px) {
  .bet__info > span {
    font-size: 14px;
  }
}

/* Better End */
/* Related Start */
.related {
  position: relative;

  overflow: hidden;

  padding-top: 90px;
}
@media screen and (max-width: 992px) {
  .related {
    padding-top: 60px;
  }
}
@media screen and (max-width: 560px) {
  .related {
    padding-top: 40px;
  }
}
.related__svg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.related .container {
  position: relative;
  z-index: 2;
}
.related__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;

  margin-bottom: 40px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .related__title {
    font-size: 28px;

    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .related__title {
    font-size: 22px;

    margin-bottom: 20px;
  }
}
.related__arrow {
  position: absolute;
  z-index: 4;
  top: 50%;

  display: flex;

  width: 53px;
  height: 59px;

  transition: all 0.35s ease 0s;
  transform: translateY(-50%);

  color: #6fcbcf;
  border: 1px solid #e3e8ec;
  background-color: #f4f8f9;

  align-items: center;
  justify-content: center;
}
.related__arrow--prev {
  left: 0;
}
.related__arrow--prev .related__arrow_icn {
  transform: scale(-1, 1);
}
.related__arrow--next {
  right: -2px;
}
.related__arrow_icn {
  font-size: 8px;

  display: inline-block;
}
.related__arrow:hover {
  color: #e94c04;
  border-color: #e94c04;
}
.related__grid .slick-list {
  margin: 0 -15px;
}
.related__grid .box {
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  /* .related__grid .box {
    display: none;

    margin: 0;
  }
  .related__grid .box:nth-child(-n + 4) {
    display: block;
  } */
}
@media screen and (max-width: 768px) {
  /* .related__grid {
    display: grid;

    margin-bottom: 10px;

    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  } */
}
@media screen and (max-width: 768px) and (max-width: 360px) {
  .related__grid {
    gap: 10px;
  }
}
.related__more {
  display: none;
}
@media screen and (max-width: 768px) {
  .related__more {
    display: flex;

    justify-content: center;
  }
}
.related__more-link {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;

  display: inline-flex;

  padding: 9px 25px;

  color: #e94c04;
  border: 1px solid #e3e8ec;

  align-items: center;
  justify-content: center;
}
.related__more-link:hover {
  color: #e94c04;
  border-color: #e94c04;
}

/* Related End */
/* Audit Start */
.audit {
  position: relative;

  overflow: hidden;

  padding: 120px 0 130px;
}
@media screen and (max-width: 992px) {
  .audit {
    padding: 74px 0;
  }
}
@media screen and (max-width: 768px) {
  .audit {
    padding-top: 45px;
  }
}
@media screen and (max-width: 560px) {
  .audit {
    padding-top: 30px;
  }
}
.audit--page {
  padding: 120px 0;
}
@media screen and (max-width: 992px) {
  .audit--page {
    padding: 74px 0;
  }
}
@media screen and (max-width: 768px) {
  .audit--page {
    padding-top: 50px;
  }
}
.audit__svg {
  position: absolute;
  z-index: 1;
}
.audit__svg--top {
  top: 0;
  right: 0;
}
.audit__svg--bottom {
  bottom: -58px;
  left: 0;
}
.audit .container {
  position: relative;
  z-index: 2;
}
.audit__row {
  display: flex;

  width: 100%;

  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .audit__row {
    display: block;
  }
}
.audit__content {
  margin-right: 59px;
  margin-bottom: -10px;

  flex: 0 0 547px;
}
@media screen and (max-width: 1280px) {
  .audit__content {
    flex: 0 0 400px;
  }
}
@media screen and (max-width: 1145px) {
  .audit__content {
    margin-right: 30px;

    flex: 0 0 360px;
  }
}
@media screen and (max-width: 992px) {
  .audit__content {
    display: flex;
    flex-direction: column;

    margin-right: 0;
    margin-bottom: 20px;

    flex: auto;
    align-items: flex-start;
  }
}
.audit__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;

  color: #000;
}
@media screen and (max-width: 360px) {
  .audit__content p {
    font-size: 12px;
  }
}
.audit__content p:not(:last-child) {
  margin-bottom: 29px;
}
@media screen and (max-width: 1280px) {
  .audit__content p:not(:last-child) {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 360px) {
  .audit__content p:not(:last-child) {
    margin-bottom: 18px;
  }
}
.audit__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .audit__title {
    margin-bottom: 20px;

    order: 1;
  }
}
@media screen and (max-width: 992px) {
  .audit__texts {
    order: 3;
  }
}
.audit__links {
  display: flex;

  margin-top: 12px;

  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
}
@media screen and (max-width: 1280px) {
  .audit__links {
    flex-direction: column;

    margin: 0;

    align-items: flex-start;
  }
}
@media screen and (max-width: 992px) {
  .audit__links {
    margin-bottom: 24px;

    order: 2;
  }
}
.audit__link {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;

  position: relative;

  margin: 10px 20px;

  transition: all 0.35s ease;

  color: #060606;
}
@media screen and (max-width: 1280px) {
  .audit__link {
    margin: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .audit__link {
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  .audit__link {
    font-size: 12px;

    margin: 7px 0;
  }
}
.audit__link::after {
  position: absolute;
  bottom: 3px;
  left: 0;

  width: 100%;
  height: 1px;

  content: '';
  transition: all 0.35s ease;

  border-bottom: 2px dashed #000;
}
@media screen and (max-width: 360px) {
  .audit__link::after {
    bottom: -2px;
  }
}
.audit__link:first-child {
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .audit__link:first-child {
    margin-top: 0;
  }
}
.audit__link:last-child {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .audit__link:last-child {
    margin-bottom: 0;
  }
}
.audit__link:hover {
  color: #6fcbcf;
}
.audit__link:hover::after {
  border-color: #6fcbcf;
}
.audit__list {
  display: grid;

  counter-reset: myCounter;

  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  grid-auto-rows: 297px;
}
@media screen and (max-width: 1280px) {
  .audit__list {
    gap: 20px;
    grid-auto-rows: 280px;
  }
}
@media screen and (max-width: 768px) {
  .audit__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .audit__list {
    grid-auto-rows: auto;
    gap: 15px 10px;
  }
}
.audit__item {
  position: relative;

  display: flex;
  flex-direction: column;

  width: 100%;
  height: 100%;
  padding: 82px 13px 16px;

  background-color: #f4f8f9;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 560px) {
  .audit__item {
    min-height: 127px;
    padding: 23px 7px 15px;

    justify-content: space-between;
  }
}
.audit__item::before {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;

  position: absolute;
  z-index: 1;
  top: 20px;
  left: 25px;

  content: '0' counter(myCounter);
  counter-increment: myCounter;

  color: #e6eef1;
}
@media screen and (max-width: 560px) {
  .audit__item::before {
    font-size: 28px;

    top: 5px;
    left: 5px;
  }
}
.audit__image {
  position: relative;
  z-index: 2;

  display: flex;

  width: 86px;
  height: 86px;
  margin-bottom: 27px;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 560px) {
  .audit__image {
    width: 43px;
    height: 43px;
    margin-bottom: 10px;
  }
}
.audit__image > img {
  max-width: 100%;
  max-height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
}
.audit__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;

  position: relative;
  z-index: 2;

  display: flex;

  min-height: 48px;

  text-align: center;

  color: #3e3e3e;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 560px) {
  .audit__text {
    font-size: 16px;

    min-height: 42px;
  }
}
@media screen and (max-width: 360px) {
  .audit__text {
    font-size: 12px;
  }
}

/* Audit End */
/* Audit Page Start */
.aud {
  padding: 59px 0 80px;
}
@media screen and (max-width: 992px) {
  .aud {
    padding: 45px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .aud {
    padding: 35px 0 50px;
  }
}
@media screen and (max-width: 560px) {
  .aud {
    padding: 25px 0 35px;
  }
}
.aud__txt h1,
.aud__txt h2,
.aud__txt h3,
.aud__txt h4,
.aud__txt h5,
.aud__txt h6,
.aud__txt .likeh2,
.aud__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .aud__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .aud__title {
    margin-bottom: 15px;
  }
}
.aud__txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .aud__txt {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .aud__txt {
    margin-bottom: 25px;
  }
}
.aud__txt p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;

  color: #3e3e3e;
}
@media screen and (max-width: 560px) {
  .aud__txt p {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 360px) {
  .aud__txt p {
    font-size: 14px;
  }
}
.aud__txt p:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 560px) {
  .aud__txt p:not(:last-child) {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 360px) {
  .aud__txt p:not(:last-child) {
    margin-bottom: 18px;
  }
}
.aud__btn {
  padding: 17px 78px;

  background-color: #6fcbcf;
}
@media screen and (max-width: 360px) {
  .aud__btn {
    padding: 17px 47px;
  }
}

/* Audit Page End */
/* Etap Start */
.etap {
  padding: 102px 0 103px;

  background-color: #f4f8f9;
}
@media screen and (max-width: 992px) {
  .etap {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .etap {
    padding: 45px 0;
  }
}
@media screen and (max-width: 560px) {
  .etap {
    padding: 35px 0 45px;
  }
}
.etap__list {
  display: grid;

  counter-reset: myCounter;

  grid-template-columns: repeat(2, 1fr);
  gap: 50px 19px;
}
@media screen and (max-width: 768px) {
  .etap__list {
    display: block;

    gap: 0;
  }
}
.etap__item {
  position: relative;

  display: flex;

  padding-left: 87px;

  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .etap__item {
    padding-left: 37px;
  }
}
@media screen and (max-width: 768px) {
  .etap__item:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 560px) {
  .etap__item {
    padding-left: 0;
  }
  .etap__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.etap__item > * {
  position: relative;
  z-index: 2;
}
.etap__item::before {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;

  position: absolute;
  z-index: 1;
  top: 0;
  left: 67px;

  content: '0' counter(myCounter);
  counter-increment: myCounter;

  color: #e6eef1;
}
@media screen and (max-width: 992px) {
  .etap__item::before {
    left: 27px;
  }
}
@media screen and (max-width: 560px) {
  .etap__item::before {
    left: 0;
  }
}
@media screen and (max-width: 360px) {
  .etap__item::before {
    font-size: 28px;
  }
}
.etap__left {
  display: flex;

  width: 86px;
  height: 86px;
  margin-top: 39px;
  margin-right: 9px;

  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .etap__left {
    margin-top: 48px;
  }
}
@media screen and (max-width: 360px) {
  .etap__left {
    width: 45px;
    height: 45px;
    margin-top: 28px;
    margin-right: 5px;
  }
}
.etap__left > img {
  max-width: 100%;
  max-height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
}
.etap__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;

  display: block;

  margin-bottom: 10px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .etap__name {
    line-height: 1.4;
  }
}
@media screen and (max-width: 560px) {
  .etap__name {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .etap__name {
    font-size: 16px;
    line-height: 1.4;

    margin-bottom: 5px;
  }
}
.etap__info {
  font-size: 16px;
  font-weight: 400;
  line-height: 187.5%;

  display: block;

  margin: 0;

  color: #3e3e3e;
}
@media screen and (max-width: 360px) {
  .etap__info {
    font-size: 14px;
    line-height: 1.4;
  }
}

/* Etap End */
/* Need Start */
.need {
  position: relative;

  overflow: hidden;

  padding: 120px 0 45px;
}
@media screen and (max-width: 992px) {
  .need {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .need {
    padding: 45px 0 30px;
  }
}
@media screen and (max-width: 560px) {
  .need {
    padding: 35px 0 25px;
  }
}
.need__svg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.need .container {
  position: relative;
  z-index: 2;
}
.need__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;

  margin-bottom: 30px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .need__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .need__title {
    font-size: 26px;

    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .need__title {
    font-size: 22px;

    margin-bottom: 15px;
  }
}
.need__row {
  display: flex;

  margin-bottom: 120px;

  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .need__row {
    display: block;

    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .need__row {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 560px) {
  .need__row {
    margin-bottom: 35px;
  }
}
.need__content {
  width: 100%;
  max-width: 768px;
  margin-right: 30px;
}
@media screen and (max-width: 992px) {
  .need__content {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.empty_custom {
  display: none;
}
.need__info {
  font-size: 16px;
  font-weight: 400;
  line-height: 187.5%;

  margin-bottom: 0;

  color: #3e3e3e;
}
@media screen and (max-width: 360px) {
  .need__info {
    font-size: 14px;
  }
}
.need__info:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .need__info:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 560px) {
  .need__info:not(:last-child) {
    margin-bottom: 18px;
  }
}
.need__block {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;

  width: 100%;
  max-width: 770px;
  padding: 69px 63px 58px 59px;

  color: #3e3e3e;
  border: 7px solid #6fcbcf;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .need__block {
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .need__block {
    font-size: 20px;

    padding: 30px;
  }
}
@media screen and (max-width: 360px) {
  .need__block {
    font-size: 16px;

    padding: 20px;
  }
}
.need__block-text {
  display: block;
}
.need__lines {
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .need__lines {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .need__lines {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 560px) {
  .need__lines {
    margin-bottom: 35px;
  }
}
.need__line {
  display: flex;
  flex-direction: row-reverse;

  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .need__line {
    display: block;
  }
}
.need__line:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .need__line:not(:last-child) {
    margin-bottom: 25px;
  }
}
.need__line-pic {
  display: flex;

  width: 100%;
  max-width: 667px;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .need__line-pic {
    margin: 0 auto;
  }
}
.need__line-pic > img {
  width: 100%;
  max-width: 100%;
  height: auto;

  -o-object-fit: contain;
  object-fit: contain;
}
.need__line-content {
  display: flex;
  flex-direction: column;

  width: 100%;
  max-width: 100%;
  height: auto;

  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .need__line-content {
    margin-bottom: 20px;
  }
}
.need__up-title {
  margin-bottom: 60px;

  text-align: center;
}
@media screen and (max-width: 992px) {
  .need__up-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .need__up-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .need__up-title {
    margin-bottom: 15px;
  }
}
.need__up-line {
  display: flex;

  width: 100%;
  max-width: 1384px;
  margin: 0 auto;

  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  .need__up-line {
    display: block;
  }
}
.need__up-item {
  width: 100%;
  max-width: 317px;
  margin: 0 10px;
}
@media screen and (max-width: 560px) {
  .need__up-item {
    max-width: 100%;
    margin: 0 0 25px;
  }
}
.need__up-item:first-child {
  margin-left: 0;
}
.need__up-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 560px) {
  .need__up-item:last-child {
    margin-bottom: 0;
  }
}
.need__up-img {
  display: flex;

  width: 100%;
  height: 84px;
  margin-bottom: 24px;

  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .need__up-img {
    height: 64px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 360px) {
  .need__up-img {
    height: 54px;
  }
}
.need__up-img > img {
  max-width: 100%;
  max-height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
}
.need__up-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;

  display: block;

  text-align: center;

  color: #3e3e3e;
}
@media screen and (max-width: 360px) {
  .need__up-text {
    font-size: 14px;
  }
}

/* Need End */
/* Way Start */
.way {
  padding: 45px 0 70px;
}
@media screen and (max-width: 992px) {
  .way {
    padding: 30px 0 45px;
  }
}
@media screen and (max-width: 768px) {
  .way {
    padding: 25px 0 30px;
  }
}
@media screen and (max-width: 560px) {
  .way {
    padding-bottom: 25px;
  }
}
.way__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;

  margin-bottom: 42px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .way__title {
    font-size: 32px;

    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .way__title {
    font-size: 26px;

    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .way__title {
    font-size: 22px;

    margin-bottom: 15px;
  }
}
.way__item {
  display: flex;

  padding: 92px 205px 69px 201px;

  background-color: #f4f8f9;

  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .way__item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 992px) {
  .way__item {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .way__item {
    flex-direction: column-reverse;

    padding: 35px 20px;
  }
}
@media screen and (max-width: 560px) {
  .way__item {
    padding: 20px 15px;
  }
}
.way__item:nth-child(odd) {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .way__item:nth-child(odd) {
    flex-flow: row-reverse;
  }
  .way__item:nth-child(odd) .way__pic {
    margin-right: 30px;
    margin-left: 0;
  }
}
.way__item:first-child {
  padding-top: 0;
}
.way__item:last-child {
  padding-bottom: 0;
}
.way__content {
  width: 100%;
  max-width: 770px;
}
.way__name {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;

  position: relative;

  display: block;

  margin-bottom: 54px;
  padding-left: 90px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .way__name {
    font-size: 22px;

    margin-bottom: 25px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 560px) {
  .way__name {
    font-size: 20px;

    margin-bottom: 20px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 360px) {
  .way__name {
    font-size: 16px;

    margin-bottom: 15px;
    padding-left: 40px;
  }
}
.way__name-number {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;

  position: absolute;
  top: 50%;
  left: 0;

  display: flex;

  width: 70px;
  height: 70px;

  transform: translateY(-50%);

  color: #fff;
  border-radius: 50%;
  background-color: #6fcbcf;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .way__name-number {
    font-size: 21px;

    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 560px) {
  .way__name-number {
    font-size: 19px;

    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 360px) {
  .way__name-number {
    font-size: 14px;

    width: 30px;
    height: 30px;
  }
}
.way__info {
  font-size: 16px;
  font-weight: 400;
  line-height: 187.5%;

  margin-bottom: 0;

  color: #3e3e3e;
}
@media screen and (max-width: 360px) {
  .way__info {
    font-size: 14px;
    line-height: 1.6;
  }
}
.way__info:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 360px) {
  .way__info:not(:last-child) {
    margin-bottom: 10px;
  }
}
.way__btn {
  font-family: 'MuseoSansCyrl', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;

  padding: 18px 106px;

  background-color: #6fcbcf;
}
@media screen and (max-width: 560px) {
  .way__btn {
    padding: 16px 66px;
  }
}
.way__pic {
  display: block;

  max-width: 317px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .way__pic {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .way__pic {
    max-width: 200px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 560px) {
  .way__pic {
    max-width: 120px;
  }
}
@media screen and (max-width: 360px) {
  .way__pic {
    max-width: 100px;
    margin-bottom: 20px;
  }
}
.way__pic > img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Way End */
/* Examp Start */
.examp {
  position: relative;

  overflow: hidden;

  padding: 70px 0 203px;
}
@media screen and (max-width: 992px) {
  .examp {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .examp {
    padding: 45px 0 60px;
  }
}
@media screen and (max-width: 560px) {
  .examp {
    padding: 35px 0 45px;
  }
}
.examp__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;

  margin-bottom: 50px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .examp__title {
    font-size: 32px;

    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .examp__title {
    font-size: 26px;

    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .examp__title {
    font-size: 22px;

    margin-bottom: 15px;
  }
}
.examp__svg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.examp .container {
  position: relative;
  z-index: 2;
}
.examp__slider .slick-list {
  margin: 0 -15px;
}
.examp__item {
  display: block;
  overflow: hidden;

  height: 370px;
  margin: 0 15px;
}
@media screen and (max-width: 360px) {
  .examp__item {
    height: 240px;
  }
}
.examp__item:focus {
  outline-width: 0;
}
.examp__item > img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

/* Examp End */
/* Trust Start */
.trust {
  position: relative;

  overflow: hidden;

  padding: 65px 0 171px;
}
@media screen and (max-width: 992px) {
  .trust {
    padding: 45px 0 143px;
  }
}
@media screen and (max-width: 560px) {
  .trust {
    padding: 33px 0 123px;
  }
}
.trust__svg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.trust .container {
  position: relative;
  z-index: 2;
}
.trust__row {
  display: grid;

  width: 100%;

  grid-template-columns: 468px 1fr;
  -moz-column-gap: 45px;
  column-gap: 45px;
}
@media screen and (max-width: 992px) {
  .trust__row {
    grid-template-columns: 340px 1fr;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .trust__row {
    display: block;

    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.trust__content {
  display: flex;
  flex-direction: column;

  width: 100%;
  height: 100%;

  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .trust__content {
    margin-bottom: 20px;
  }
}
.trust__title {
  margin-bottom: 21px;
}
@media screen and (max-width: 992px) {
  .trust__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .trust__title {
    font-size: 22px;
  }
}
.trust__info {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;

  color: #3e3e3e;
}
@media screen and (max-width: 560px) {
  .trust__info {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 360px) {
  .trust__info {
    font-size: 12px;
    line-height: 1.3;
  }
}
.trust__info:not(:last-child) {
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .trust__info:not(:last-child) {
    margin-bottom: 0;
  }
}
.trust__controls {
  display: flex;

  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .trust__controls {
    display: none;
  }
}
.trust__arrow {
  display: inline-flex;

  transition: color 0.35s ease 0s;

  color: #e94c04;
}
.trust__arrow:hover {
  color: #6fcbcf;
}
.trust__arrow:not(:last-child) {
  margin-right: 20px;
}
.trust__arrow--prev .trust__arrow_icn {
  display: inline-block;

  transform: scale(-1, 1);
}
.trust__arrow_icn {
  font-size: 8px;
}
.trust__slider {
  width: 100%;
  min-width: 0;
}
.trust__slider-block {
  min-width: 0;
}
.trust__slider-block .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .trust__slider-block .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 360px) {
  .trust__slider-block .slick-list {
    margin: 0 -5px;
  }
}
.trust__slider-block .slick-dots {
  position: absolute;
  bottom: -26px;
  left: 0;

  display: flex;
  display: inline-flex;

  width: 100%;

  align-items: center;
  justify-content: center;
}
.trust__slider-block .slick-dots li {
  display: inline-flex;

  margin: 0 7px;
}
.trust__slider-block .slick-dots li button {
  font-size: 0;

  display: block;

  width: 6px;
  height: 6px;
  padding: 0;

  transition: all 0.35s ease;

  color: transparent;
  border: none;
  border-radius: 3px;
  outline: none;
  background-color: #e2ecee;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.trust__slider-block .slick-dots li.slick-active button {
  width: 14px;

  background-color: #e94c04;
}
.trust__slider-pic {
  display: flex !important;

  height: 241px;
  margin: 0 15px;

  background-color: #f4f8f9;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .trust__slider-pic {
    height: 180px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 360px) {
  .trust__slider-pic {
    height: 127px;
    margin: 0 5px;
  }
}
.trust__slider-pic:focus {
  outline-width: 0;
}
.trust__slider-pic > img {
  max-width: calc(100% - 30px);
  height: auto;
  max-height: 91px;

  transition: all 0.35s ease;

  opacity: 0.35;

  -o-object-fit: contain;
  object-fit: contain;
  filter: grayscale(100%);
  mix-blend-mode: darken;
}
@media screen and (max-width: 768px) {
  .trust__slider-pic > img {
    max-height: calc(100% - 30px);
  }
}
.trust__slider-pic:hover > img {
  opacity: 1;

  filter: grayscale(0%);
}

/* Trust End */
/* News Section Start */
.news-p {
  padding: 61px 0 65px;
}
@media screen and (max-width: 992px) {
  .news-p {
    padding: 45px 0;
  }
}
@media screen and (max-width: 560px) {
  .news-p {
    padding: 33px 0 34px;
  }
}
.news-p__title {
  font-size: 58px;
  font-weight: 700;
  line-height: 119.23077%;

  margin-bottom: 25px;

  color: #3e3e3e;
}
@media screen and (max-width: 992px) {
  .news-p__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .news-p__title {
    font-size: 32px;

    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .news-p__title {
    font-size: 24px;
    line-height: 1;
  }
}
@media screen and (max-width: 360px) {
  .news-p__title {
    font-size: 22px;
  }
}

/* News Section End */
/* Dist Start */
.dist {
  padding: 130px 0 61px;
}
@media screen and (max-width: 992px) {
  .dist {
    padding: 75px 0 45;
  }
}
@media screen and (max-width: 560px) {
  .dist {
    padding: 40px 0 33px;
  }
}
.dist__title {
  margin-bottom: 48px;
}
@media screen and (max-width: 992px) {
  .dist__title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .dist__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .dist__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .dist__title {
    max-width: 208px;
  }
}
.dist__slider .slick-list {
  margin: 0 -15px;
}
.dist__slider .slick-dots {
  position: absolute;
  bottom: -26px;
  left: 0;

  display: flex;
  display: inline-flex;

  width: 100%;

  align-items: center;
  justify-content: center;
}
.dist__slider .slick-dots li {
  display: inline-flex;

  margin: 0 7px;
}
.dist__slider .slick-dots li button {
  font-size: 0;

  display: block;

  width: 6px;
  height: 6px;
  padding: 0;

  transition: all 0.35s ease;

  color: transparent;
  border: none;
  border-radius: 3px;
  outline: none;
  background-color: #e2ecee;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dist__slider .slick-dots li.slick-active button {
  width: 14px;

  background-color: #e94c04;
}
.dist__slider-pic {
  display: flex !important;

  height: 237px;
  margin: 0 15px;

  background-color: #f4f8f9;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .dist__slider-pic {
    height: 180px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 360px) {
  .dist__slider-pic {
    height: 127px;
    margin: 0 5px;
  }
}
.dist__slider-pic:focus {
  outline-width: 0;
}
.dist__slider-pic > img {
  max-width: calc(100% - 30px);
  height: auto;
  max-height: 91px;

  transition: all 0.35s ease;

  opacity: 0.35;

  -o-object-fit: contain;
  object-fit: contain;
  filter: grayscale(100%);
  mix-blend-mode: darken;
}
@media screen and (max-width: 768px) {
  .dist__slider-pic > img {
    max-height: calc(100% - 30px);
  }
}
.dist__slider-pic:hover > img {
  opacity: 1;

  filter: grayscale(0%);
}

/* Dist End */
/* Pop Start */
.pop {
  padding: 188px 0 37px;

  background-color: #f4f8f9;
}
@media screen and (max-width: 992px) {
  .pop {
    padding: 120px 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .pop {
    padding-top: 60px;
  }
}
@media screen and (max-width: 560px) {
  .pop {
    padding: 40px 0 31px;
  }
}
.pop__title {
  font-size: 46px;
  line-height: 1;

  margin-bottom: 21px;
}
@media screen and (max-width: 992px) {
  .pop__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .pop__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 560px) {
  .pop__title {
    font-size: 24px;

    margin-bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .pop__title {
    font-size: 22px;

    max-width: 115px;
  }
}
.pop__row {
  display: grid;

  margin-bottom: 20px;

  grid-template-columns: 269px 1fr;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .pop__row {
    display: block;

    margin-bottom: 10px;

    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.pop__content {
  display: flex;
  flex-direction: column;

  width: 100%;
  max-width: 100%;
  height: 100%;

  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pop__content {
    margin-bottom: 20px;
  }
}
.pop__info {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;

  margin-bottom: 0;

  color: #3e3e3e;
}
.pop__info:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 560px) {
  .pop__info:not(:last-child) {
    margin-bottom: 20px;
  }
}
.pop__btn {
  font-family: 'MuseoSansCyrl', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;

  padding: 18px 79px;

  background-color: #6fcbcf;
}
@media screen and (max-width: 560px) {
  .pop__btn {
    font-size: 14px;

    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 360px) {
  .pop__btn {
    font-size: 12px;

    max-width: 220px;
    margin: 0 auto;
    padding: 14px 66px;
  }
}
.pop__slider {
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .pop__slider {
    display: grid;

    margin-bottom: 10px;

    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) and (max-width: 360px) {
  .pop__slider {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pop__slider .box {
    display: none;
  }
  .pop__slider .box:nth-child(-n + 4) {
    display: block;
  }
}
.pop__slider .box:hover {
  z-index: 3;
}
.pop__slider .related__arrow--next {
  right: 0;
}
.pop__more {
  display: flex;

  justify-content: flex-end;
}
@media screen and (max-width: 560px) {
  .pop__more {
    justify-content: center;
  }
}
.pop__more-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;

  display: inline-flex;

  padding: 15px 55px 16px;

  transition: border-color 0.35s ease 0s;

  color: #e94c04;
  border: 1px solid #e3e8ec;
  background-color: #fff;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 360px) {
  .pop__more-item {
    font-size: 12px;

    padding: 9px 24px;
  }
}
.pop__more-item:hover {
  color: #e94c04;
  border-color: #e94c04;
}

/* Pop End */
/* Cause Start */
.cause {
  padding: 221px 0 179px;


  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1130px) {
  .cause {
    padding: 120px 0 110px;
  }
}
@media screen and (max-width: 560px) {
  .cause {
    padding: 41px 0 27px;
  }
}
.cause__row {
  display: flex;

  width: 100%;
  padding-right: 88px;

  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .cause__row {
    padding: 0;
  }
}
@media screen and (max-width: 1130px) {
  .cause__row {
    display: block;
  }
}
.cause__left {
  position: relative;

  margin-top: 31px;
  margin-right: 45px;
  padding-left: 29px;

  flex: 1 1 auto;
}
@media screen and (max-width: 1280px) {
  .cause__left {
    flex: none;
  }
}
@media screen and (max-width: 1130px) {
  .cause__left {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 560px) {
  .cause__left {
    margin-bottom: 35px;
    padding-left: 22px;
  }
}
@media screen and (max-width: 360px) {
  .cause__left {
    margin-bottom: 13px;
    padding-left: 13px;
  }
}
.cause__left-svg {
  position: absolute;
  z-index: 1;
  top: -46px;
  left: 0;
}
@media screen and (max-width: 1280px) {
  .cause__left-svg {
    top: -25px;
  }
  .cause__left-svg svg {
    width: 340px;
    height: 300px;
  }
}
@media screen and (max-width: 1130px) {
  .cause__left-svg svg {
    width: 280px;
    height: 240px;
  }
}
@media screen and (max-width: 560px) {
  .cause__left-svg {
    top: -15px;
  }
  .cause__left-svg svg {
    width: 186px;
    height: 170px;
  }
}
@media screen and (max-width: 360px) {
  .cause__left-svg {
    top: -10px;
  }
  .cause__left-svg svg {
    width: 126px;
    height: 110px;
  }
}
.cause__title {
  font-size: 56px;
  font-weight: 700;
  line-height: 0.9;

  position: relative;
  z-index: 2;

  display: flex;

  max-width: 429px;
  margin-bottom: 0;

  color: #fff;

  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1280px) {
  .cause__title {
    font-size: 48px;

    max-width: 330px;
  }
}
@media screen and (max-width: 560px) {
  .cause__title {
    font-size: 28px;

    max-width: 220px;
  }
}
@media screen and (max-width: 360px) {
  .cause__title {
    font-size: 22px;

    max-width: 180px;
  }
}
.cause__title-number {
  font-size: 280px;
  line-height: 1;

  margin-right: 19px;
}
@media screen and (max-width: 1280px) {
  .cause__title-number {
    font-size: 190px;

    margin-right: 14px;
  }
}
@media screen and (max-width: 560px) {
  .cause__title-number {
    font-size: 130px;

    margin-right: 10px;
  }
}
@media screen and (max-width: 360px) {
  .cause__title-number {
    font-size: 100px;

    margin-right: 6px;
  }
}
.cause__content {
  display: grid;

  counter-reset: myCounter;

  flex: 0 0 695px;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 15px;
}
@media screen and (max-width: 1280px) {
  .cause__content {
    max-width: 695px;

    flex: none;
  }
}
@media screen and (max-width: 1130px) {
  .cause__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .cause__content {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media screen and (max-width: 360px) {
  .cause__content {
    gap: 10px;
  }
}
.cause__item {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;

  position: relative;
  position: relative;

  display: flex;

  width: 100%;
  height: 100%;
  padding: 38px 19px 26px 120px;

  color: #fff;
  background: rgba(116, 116, 116, 0.13);

  align-items: center;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
@media screen and (max-width: 560px) {
  .cause__item {
    font-size: 16px;

    padding: 42px 30px 19px 115px;
  }
}
@media screen and (max-width: 360px) {
  .cause__item {
    font-size: 14px;

    padding: 32px 5px 19px 110px;
  }
}
@media screen and (max-width: 1130px) {
  .cause__item br {
    display: none;
  }
  .cause__item.cause__item br {
    display: block;
  }
}
.cause__image {
  height: 90px;
  width: auto;
  position: absolute;
  left: 10px;
}
.cause__text {
  display: contents;
  font-size: 20px;
  font-weight: 400;
}
/*.cause__item::before {*/
/*  font-size: 20px;*/
/*  font-weight: 700;*/
/*  line-height: 1.2;*/

/*  position: absolute;*/
/*  top: 17px;*/
/*  left: 30px;*/

/*  content: '0' counter(myCounter) '.';*/
/*  counter-increment: myCounter;*/

/*  color: #e94c04;*/
/*}*/
/*@media screen and (max-width: 360px) {*/
/*  .cause__item::before {*/
/*    font-size: 14px;*/

/*    top: 15px;*/
/*    left: 20px;*/
/*  }*/
/*}*/

/* Cause End */
/* About Start */
.about-p {
  position: relative;

  overflow: hidden;

  padding: 131px 0 134px;

  background-color: #f4f8f9;
}
@media screen and (max-width: 992px) {
  .about-p {
    padding: 80px 0;
  }
}
@media screen and (max-width: 560px) {
  .about-p {
    padding: 50px 0 40px;
  }
}
.about-p__svg {
  position: absolute;
  z-index: 1;
}
.about-p__svg--top {
  top: 0;
  right: 0;
}
.about-p__svg--bottom {
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 560px) {
  .about-p__svg--bottom {
    display: none;
  }
}
.about-p .container {
  position: relative;
  z-index: 2;
}
.about-p__row {
  display: flex;

  padding-right: 118px;

  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .about-p__row {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .about-p__row {
    display: block;
  }
}
.about-p__title {
  font-size: 58px;
  font-weight: 700;
  line-height: 1;

  margin-right: 45px;
  margin-bottom: 0;

  color: #3e3e3e;

  flex: 0 0 501px;
}
@media screen and (max-width: 992px) {
  .about-p__title {
    margin-right: 35px;

    flex: 0 0 320px;
  }
}
.about-p__title span {
  color: #e94c04;
}
@media screen and (max-width: 992px) {
  .about-p__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .about-p__title {
    font-size: 32px;

    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .about-p__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 360px) {
  .about-p__title {
    font-size: 22px;
  }
}
.about-p__content {
  width: 100%;
  max-width: 644px;
}
.about-p__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;

  margin-bottom: 0;

  color: #3e3e3e;
}
@media screen and (max-width: 360px) {
  .about-p__content p {
    font-size: 12px;
    line-height: 1.5;
  }
}
.about-p__content p:not(:last-child) {
  margin-bottom: 21px;
}
@media screen and (max-width: 360px) {
  .about-p__content p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.about-p__more {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;

  position: relative;

  color: #e94c04;
}
@media screen and (max-width: 360px) {
  .about-p__more {
    font-size: 12px;
  }
}
.about-p__more::after {
  position: absolute;
  bottom: -3px;
  left: 0;

  width: 100%;
  height: 2px;

  content: '';
  transition: all 0.35s ease 0s;

  background-color: #e94c04;
}
.about-p__more:hover {
  color: #6fcbcf;
}
.about-p__more:hover::after {
  background-color: #6fcbcf;
}

/* About End */
/* Hero Start */
.hero {
  overflow: hidden;

  padding: 85px 0 72px;
}
@media screen and (max-width: 1140px) {
  .hero {
    padding-top: 65px;
  }
}
@media screen and (max-width: 1050px) {
  .hero {
    padding-top: 35px;
  }
}
@media screen and (max-width: 560px) {
  .hero {
    padding: 30px 0 50px;
  }
}
@media screen and (max-width: 360px) {
  .hero {
    padding: 20px 0 50px;
  }
}
.hero__wrapper {
  display: flex;

  width: 100%;

  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row-reverse;
}
@media screen and (max-width: 992px) {
  .hero__wrapper {
    display: block;
  }
}
.hero__content {
  width: 100%;
  margin-top: 122px;
  margin-right: 18px;

  flex: 0 0 670px;
}
@media screen and (max-width: 1400px) {
  .hero__content {
    flex: 0 0 450px;
  }
}
@media screen and (max-width: 1050px) {
  .hero__content {
    flex: 0 0 410px;
  }
}
@media screen and (max-width: 992px) {
  .hero__content {
    font: none;

    margin-top: 0;
    margin-right: 0;
  }
}
.hero__title {
  font-size: 58px;
  font-weight: 700;
  line-height: 1;

  margin-bottom: 30px;

  color: #e94c04;
}
@media screen and (max-width: 1140px) {
  .hero__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .hero__title {
    font-size: 32px;

    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .hero__title {
    font-size: 26px;

    margin-bottom: 15px;
  }
}
@media screen and (max-width: 360px) {
  .hero__title {
    font-size: 22px;
  }
}
.hero__title span {
  font-size: 56px;

  display: block;

  color: #3e3e3e;
}
@media screen and (max-width: 1140px) {
  .hero__title span {
    font-size: 36px;
  }
}
@media screen and (max-width: 560px) {
  .hero__title span {
    font-size: 26px;
  }
}
@media screen and (max-width: 360px) {
  .hero__title span {
    font-size: 22px;
  }
}
.hero__info {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;

  max-width: 534px;
  margin-bottom: 0;
  list-style: unset;
}
@media screen and (max-width: 560px) {
  .hero__info {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 360px) {
  .hero__info {
    font-size: 12px;
    line-height: 1.4;
  }
}
.hero__info:not(:last-child) {
  margin-bottom: 41px;
}
@media screen and (max-width: 560px) {
  .hero__info:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 360px) {
  .hero__info:not(:last-child) {
    margin-bottom: 20px;
  }
}
.hero__btn {
  padding: 18px 50px;

  text-transform: uppercase;
}
@media screen and (max-width: 560px) {
  .hero__btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .hero__btn {
    font-size: 12px;

    display: flex;

    max-width: 100%;
    padding-top: 14px;
    padding-right: 0;
    padding-bottom: 14px;
    padding-left: 0;
  }
}
.hero__slider {
  position: relative;

  display: flex;

  min-width: 0;

  flex: 1 1 auto;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .hero__slider {
    margin-bottom: 34px;
  }
}
.hero__slider-thumb {
  position: relative;
  z-index: 3;

  visibility: visible;

  min-width: 0;
  height: auto;
  margin-right: 18px;

  flex: 1 0 134px;
}
@media screen and (max-width: 560px) {
  .hero__slider-thumb {
    margin-right: 13px;

    flex: 1 0 80px;
  }
}
@media screen and (max-width: 360px) {
  .hero__slider-thumb {
    flex: 0 0 53px;
  }
}
.hero__slider-thumb .slick-list,
.hero__slider-thumb .slick-track {
  overflow: visible;

  height: 100% !important;

  transform: translate3d(0px, 0px, 0px) !important;
}
.hero__slider-thumb__pic {
  position: relative;

  display: flex !important;

  width: 134px;
  height: 134px !important;
  margin: 12px 0;

  cursor: pointer;
  transition: all 0.35s ease 0s;

  border: 2px solid #f4f8f9 !important;
  border-radius: 50%;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 560px) {
  .hero__slider-thumb__pic {
    width: 80px !important;
    height: 80px !important;
    margin: 6px 0;
  }
}
@media screen and (max-width: 360px) {
  .hero__slider-thumb__pic {
    width: 53px !important;
    height: 53px !important;
    margin: 3px 0;
  }
}
.hero__slider-thumb__pic:hover {
  border-color: #fdc2a7 !important;
}
.hero__slider-thumb__pic:nth-child(1) {
  transform: translateX(102px);
}
@media screen and (max-width: 560px) {
  .hero__slider-thumb__pic:nth-child(1) {
    transform: translateX(53px);
  }
}
@media screen and (max-width: 360px) {
  .hero__slider-thumb__pic:nth-child(1) {
    transform: translateX(42px);
  }
}
.hero__slider-thumb__pic:nth-child(2) {
  transform: translateX(33px);
}
@media screen and (max-width: 560px) {
  .hero__slider-thumb__pic:nth-child(2) {
    transform: translateX(19px);
  }
}
@media screen and (max-width: 360px) {
  .hero__slider-thumb__pic:nth-child(2) {
    transform: translateX(14px);
  }
}
.hero__slider-thumb__pic::after {
  position: absolute;
  z-index: 1;
  top: -9px;
  right: -9px;
  bottom: -9px;
  left: -9px;

  visibility: hidden;

  content: '';
  transition: all 0.35s ease 0s;

  opacity: 0;
  border: 2px dashed #e94c04;
  border-radius: 50%;
}
@media screen and (max-width: 560px) {
  .hero__slider-thumb__pic::after {
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
  }
}
@media screen and (max-width: 360px) {
  .hero__slider-thumb__pic::after {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
}
.hero__slider-thumb__pic.slick-current {
  border-color: #e94c04 !important;
}
.hero__slider-thumb__pic.slick-current::after {
  visibility: visible;

  -webkit-animation: rotate 9s infinite linear;
  animation: rotate 9s infinite linear;

  opacity: 1;
}
.hero__slider-thumb__pic > img {
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);

  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: darken;
}
.hero__slider-svg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -18px;

  display: flex;

  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .hero__slider-svg {
    top: 50px;
  }

}

@media screen and (max-width: 1255px) and (min-width: 992px) {
  .box__more{
    padding: 15px 20px;
  }
}
@media screen and (max-width: 560px) {
  .hero__slider-svg {
    top: 20px;
  }
}
@media screen and (max-width: 360px) {
  .hero__slider-svg {
    top: 10px;
  }
}
.hero__slider-svg svg {
  max-width: calc(100% - 134px);
  height: auto;
}
@media screen and (max-width: 1200px) {
  .hero__slider-svg svg {
    width: 500px;
    max-width: none;
    height: 500px;
  }
}
@media screen and (max-width: 1140px) {
  .hero__slider-svg svg {
    width: 70%;
  }
}
@media screen and (max-width: 560px) {
  .hero__slider-svg svg {
    height: 270px;
  }
}
@media screen and (max-width: 360px) {
  .hero__slider-svg svg {
    height: 190px;
  }
}
.hero__slider-main {
  position: relative;
  z-index: 2;

  overflow: visible;

  width: 100%;
  min-width: 0;
  max-width: calc(100% - 72px);
}
@media screen and (max-width: 560px) {
  .hero__slider-main {
    max-width: calc(100% - 102px);
  }
}
@media screen and (max-width: 360px) {
  .hero__slider-main {
    max-width: calc(100% - 66px);
  }
}
.hero__slider-main [data-animation-in] {
  transition: opacity 0.5s ease;

  opacity: 0;
}
.hero__slider-main__pic {
  display: flex;

  width: 100%;
  height: 497px;

  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 560px) {
  .hero__slider-main__pic {
    height: 275px;
  }
}
@media screen and (max-width: 360px) {
  .hero__slider-main__pic {
    height: 165px;
  }
}
.hero__slider-main__pic > img {
  max-width: 100%;
  max-height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: darken;
}
.hero__slider-main__content {
  padding: 0 109px 0 123px;
}
@media screen and (max-width: 1140px) {
  .hero__slider-main__content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 560px) {
  .hero__slider-main__content {
    padding: 0;
  }
}
.hero__slider-main__name {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.21;

  display: block;

  margin-bottom: 0;

  color: #3e3e3e;
}
@media screen and (max-width: 1140px) {
  .hero__slider-main__name {
    font-size: 36px;
  }
}
@media screen and (max-width: 560px) {
  .hero__slider-main__name {
    font-size: 28px;
  }
}
@media screen and (max-width: 360px) {
  .hero__slider-main__name {
    font-size: 24px;
  }
}
.hero__slider-main__name:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 1140px) {
  .hero__slider-main__name:not(:last-child) {
    margin-bottom: 10px;
  }
}
.hero__slider-main__info {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;

  display: block;

  margin-bottom: 0;

  color: #3e3e3e;
}
@media screen and (max-width: 560px) {
  .hero__slider-main__info {
    font-size: 12px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 360px) {
  .hero__slider-main__info {
    font-size: 10px;
    line-height: 1.4;
  }
}
.hero__slider-main__info:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .hero__slider-main__info:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 360px) {
  .hero__slider-main__info:not(:last-child) {
    margin-bottom: 5px;
  }
}
.hero__slider-main__link {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;

  position: relative;

  color: #e94c04;
  outline: none !important;
}
@media screen and (max-width: 360px) {
  .hero__slider-main__link {
    font-size: 12px;
  }
}
.hero__slider-main__link::after {
  position: absolute;
  bottom: -4px;
  left: 0;

  width: 100%;
  height: 2px;

  content: '';
  transition: all 0.35s ease;

  background-color: #e94c04;
}
@media screen and (max-width: 360px) {
  .hero__slider-main__link::after {
    bottom: -2px;
  }
}
.hero__slider-main__link:hover {
  color: #6fcbcf;
}
.hero__slider-main__link:hover::after {
  background-color: #6fcbcf;
}

/* Hero End */
img {
  height: auto;
}

.wpcf7-form-control-wrap {
  width: 100%;
}
.round {
  border-radius: 100px; /* Радиус скругления */
  box-shadow: 0 0 7px #666; /* Параметры тени */
  width: 110px;
  height: 110px;
  margin-right: 20px;
}

#popup {
  display: none; /* изначально скрытно */
  position: fixed; /* закреплено к верхнему левому углу браузера */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000; /* Цвет затемнения */
  background-color: rgba(0,0,0,0.5); /* Прозрачность затемнения */
}

#wpcf7-f1454-o1 {
  justify-content: center;
}

.popup-box div{
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Попап бокс */
.popup-box {
  background: white;
  border: 3px solid #fff;
  border-radius: 6px; /* скругленные углы бокса */
  margin: 10% auto; /* 15% отступа сверху и снизу окна браузера */
  padding: 15px; /* поля между краем бокса и контентом */
  border: 1px solid #888;
  width: 35%; /* ширина окошка */
}
/* Закрывающий крестик */
.popup-close {
  z-index: 10;
  color: #aaa;
  float: right;
  font-size: 26px;
}
.popup-close:hover,
.popup-close:focus {
  color: #000;
  cursor: pointer;
}
.popup-box input,
.popup-box button {
  padding: 5px 15px;
  border-radius: 2px;
  border: 2px solid #F65004;
}

.button-popup {
  border-color: #616161;
  background: #F65004;
  color: #f6f7f8;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
  margin-top: 25px;
}
.label-popup {
  display: contents;
}
.popup-centered {
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1115px) {
  .popup-box button{
    margin-top: 10px;

  }
}
@media screen and (max-width: 360px) {
  #popup {
    display:  none;
  }
}
@media screen and (max-width: 560px) {
  #popup {
    display:  none;
  }
}

.simple-sitemap-container a {
  color: #e94c04;
}

.simple-sitemap-container a:hover {
  color: #000;
}
.woocommerce p.stars a {
  color: #e94c04;
}
.star-rating {
  color: #e94c04;
}
.form-submit {
  text-align: center;
}

.popup-home input:-webkit-autofill,
.popup-home input:-webkit-autofill:hover,
.popup-home input:-webkit-autofill:focus,
.popup-home input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #3e3e3e !important;
}

.slick-slide img {
  min-height: 91px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #ffffff;
}

.popup-box .wpcf7 form.invalid .wpcf7-response-output,
.popup-box .wpcf7 form.unaccepted .wpcf7-response-output,
.popup-box .wpcf7 form.payment-required .wpcf7-response-output {
  color: #000000;
}