@font-face {
  font-family: "JanoSansPro";
  src: local("JanoSansPro"), url("../fonts/JanoSansPro/JanoSansPro-Regular.woff") format("woff"), url("../fonts/JanoSansPro/JanoSansPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JanoSansPro";
  src: local("JanoSansPro"), url("../fonts/JanoSansPro/JanoSansPro-Light.woff") format("woff"), url("../fonts/JanoSansPro/JanoSansPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JanoSansPro";
  src: local("JanoSansPro"), url("../fonts/JanoSansPro/JanoSansPro-Medium.woff") format("woff"), url("../fonts/JanoSansPro/JanoSansPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JanoSansPro";
  src: local("JanoSansPro"), url("../fonts/JanoSansPro/JanoSansPro-SemiBold.woff") format("woff"), url("../fonts/JanoSansPro/JanoSansPro-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JanoSansPro";
  src: local("JanoSansPro"), url("../fonts/JanoSansPro/JanoSansPro-Bold.woff") format("woff"), url("../fonts/JanoSansPro/JanoSansPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font: 1em monospace, monospace;
  /* 1 */
  /* 2 */
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font: 1em monospace, monospace;
  /* 1 */
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font: 100%/1.15 sans-serif;
  /* 1 */
  /* 1 */
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */

button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */

input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */

menu {
  display: block;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

:root {
  --viewport-height: 100vh;
  --viewport-height-actual: 100vh;
}

html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  font-size: 62.5%;
}

body {
  font: 300 1.6rem/177% "JanoSansPro", Helvetica, Arial, sans-serif;
  min-height: 100vh;
  min-height: var(--viewport-height);
  margin: 0;
  position: relative;
  fill: currentColor;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 127, 90, 0.17);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

body.hammed:before {
  opacity: 1;
}

svg {
  fill: currentColor;
}

h1,
h2,
p {
  margin: 0;
  font-family: "JanoSansPro", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

picture {
  display: block;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
}

img[draggable=false] {
  pointer-events: none;
  -webkit-user-drag: none;
}

.btn {
  background: #EF592B;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  border-radius: 78px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 136.7%;
}

.container {
  margin: 0 auto;
  display: block;
  padding: 0 20px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.page-content-wrapper {
  min-width: 350px;
  overflow: hidden;
}

.page-content {
  min-height: 100vh;
  min-height: var(--viewport-height);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.scroll-box .mCSB_container,
.scroll-box .mCustomScrollBox {
  overflow: visible !important;
}

.scroll-box .mCSB_scrollTools_horizontal {
  height: 7px !important;
  background: rgba(96, 216, 173, 0.15);
  border-radius: 7px;
  opacity: 1 !important;
}

.scroll-box .mCSB_dragger {
  background: #60D8AD;
  border-radius: 7px;
  height: 7px !important;
}

.scroll-box .mCSB_draggerRail,
.scroll-box .mCSB_dragger_bar {
  display: none;
}

.scroll-box .mCSB_scrollTools {
  position: relative !important;
  margin-top: -55px;
}

.scroll-box-v .mCSB_scrollTools_vertical {
  background: rgba(96, 216, 173, 0.15) !important;
  margin: 20px 0 !important;
  overflow: hidden;
  width: 7px !important;
  border-radius: 7px;
}

.scroll-box-v .mCSB_dragger {
  background: #60D8AD;
  width: 7px !important;
  border-radius: 7px;
}

.scroll-box-v .mCSB_dragger .mCSB_dragger_bar,
.scroll-box-v .mCSB_dragger .mCSB_draggerRail {
  display: none;
}

.fancybox-overlay {
  overflow: hidden !important;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  position: relative;
  margin-bottom: 30px;
}

.slider__item {
  width: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
}

.slider__nav {
  z-index: 999;
}

.slider__nav .slick-arrow {
  background: transparent;
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
}

.slider__nav .slick-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border-top: 3px solid #fff;
  opacity: 1;
  width: 30px;
  height: 30px;
}

.slider__nav .slick-arrow.slick-disabled {
  pointer-events: none;
}

.slider__nav .slick-arrow.slick-disabled:before {
  opacity: 0.5;
}

.slider__nav .slick-arrow.prev {
  left: 40px;
}

.slider__nav .slick-arrow.prev:before {
  border-left: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slider__nav .slick-arrow.next {
  right: 40px;
}

.slider__nav .slick-arrow.next:before {
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider .slick-dots {
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  bottom: 20px;
}

.slider .slick-dots li {
  margin: 0 10px;
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.slider .slick-dots li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
}

.slider .slick-dots li:after {
  background: #fff;
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
}

.slider .slick-dots li.slick-active:after {
  opacity: 1;
}

.slider .slick-dots li button {
  display: none;
}

.header {
  z-index: 999;
  color: #000;
}

.header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 13px 0;
}

@media (min-width: 992px) {
  .header__wrap {
    padding: 20px 0;
  }
}

.header__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__contacts {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 992px) {
  .header__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__logo {
  width: 133px;
  margin-right: 20px;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .header__logo {
    width: 192px;
  }
}

.header__logo picture,
.header__logo img {
  max-width: 100%;
}

.header__phone {
  font-weight: 600;
  line-height: 136.7%;
  color: #fff;
}

.header__phone:hover {
  color: #ef592b;
}

.header__order {
  background: #fff;
  border-radius: 71px;
  color: #107958;
  font-weight: 600;
  line-height: 136.7%;
  padding: 12px 25px;
  margin-left: 17px;
}

.header__order:hover {
  color: #ef592b;
}

.header__lang {
  margin-left: 52px;
}

.header__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header-account {
  width: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -20px;
  cursor: pointer;
  margin-left: 55px;
  position: relative;
}

@media (min-width: 992px) {
  .header-account {
    width: 72px;
  }
}

.header-account__btn {
  background: #fff;
  height: 60px;
  width: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 15px 10px 8px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #107958;
  border-radius: 0 0 14px 14px;
  -webkit-transition: color 0.2s ease-in-out, height 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, height 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .header-account__btn {
    width: 72px;
    height: 65px;
    padding: 18px 17px 11px 17px;
  }
}

.header-account:hover .header-account__btn {
  color: #ef592b;
  height: 70px;
}

@media (min-width: 992px) {
  .header-account:hover .header-account__btn {
    height: 80px;
  }
}

.header_sticky {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  will-change: transform;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.header_sticky.sticky {
  opacity: 0;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
}

.header_sticky.active {
  background: rgba(16, 121, 88, 0.95);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  box-shadow: 0 -5px 10px 5px rgba(0, 0, 0, 0.2);
}

.header_sticky.active .header__logo {
  width: 120px;
}

.ham-trigger {
  width: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -20px;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
}

@media (min-width: 992px) {
  .ham-trigger {
    width: 72px;
  }
}

.ham-trigger__btn {
  background: #ef592b;
  width: 55px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px 13px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #107958;
  position: absolute;
  border-radius: 0 0 14px 14px;
  -webkit-transition: color 0.2s ease-in-out, height 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, height 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .ham-trigger__btn {
    width: 72px;
    padding: 18px 17px 15px 17px;
    height: 65px;
  }
}

.ham-trigger__text {
  position: absolute;
  bottom: -17px;
  color: rgba(255, 255, 255, 0.39);
  font-size: 14px;
  font-weight: 500;
  line-height: 136.7%;
  z-index: -1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: none;
}

@media (min-width: 992px) {
  .ham-trigger__text {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.ham-trigger:hover .ham-trigger__btn {
  background: #e85224;
  height: 70px;
}

@media (min-width: 992px) {
  .ham-trigger:hover .ham-trigger__btn {
    height: 80px;
  }
}

.ham-trigger:hover .ham-trigger__text {
  opacity: 0;
}

.footer {
  background: url("../images/footer-back-mobile.png") center top/cover;
  padding-top: 145px;
  padding-bottom: 57px;
}

@media (min-width: 576px) {
  .footer {
    padding-top: 151px;
    background-image: url("../images/footer-back.png");
  }
}

@media (min-width: 768px) {
  .footer {
    padding-bottom: 84px;
  }
}

.footer__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.footer__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 40px;
  width: 100%;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .footer__col {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .footer__col {
    width: auto;
    margin-bottom: 0;
  }
}

.footer__col:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer__col:last-of-type {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .footer__col:last-of-type {
    margin-bottom: 0;
  }
}

.footer__col--menu {
  display: none;
}

@media (min-width: 768px) {
  .footer__col--menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__logo {
  width: 132px;
  display: block;
  margin-bottom: 37px;
}

@media (min-width: 768px) {
  .footer__logo {
    width: 192px;
    margin-bottom: 47px;
  }
}

.footer__logo img {
  max-width: 100%;
}

.footer__lang {
  margin-bottom: 35px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 576px) {
  .footer__lang {
    position: relative;
  }
}

.footer-politics {
  margin-top: -10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__politics {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 100.2%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-top: 10px;
}

.footer__politics:hover {
  color: #ebb19f;
}

.footer-contact {
  margin-bottom: 18px;
}

.footer-contact:last-of-type {
  margin-bottom: 0;
}

.footer-contact--m {
  margin-bottom: 32px !important;
}

.footer-contact__caption {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 120.2%;
  margin-bottom: 9px;
}

.footer-contact__caption--unm {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer-contact__caption {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .footer-contact__caption--unm {
    margin-bottom: 0;
  }
}

.footer-contact__value {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 100.2%;
}

.footer-contact__value a {
  color: #fff;
}

.footer-contact__value a:hover {
  color: #ebb19f;
}

.footer-contact__value--phone {
  font-size: 30px;
  font-weight: 600;
}

.footer-nav {
  display: none;
}

@media (min-width: 768px) {
  .footer-nav {
    display: block;
  }
}

.footer-nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 19px 0;
}

.footer-nav ul li {
  line-height: 100.2%;
}

.footer-nav ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 100.2%;
}

.footer-nav ul li a:hover {
  color: #ebb19f;
}

.footer-social {
  list-style: none;
  padding-left: 0;
  margin: 0;
  gap: 0 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-social li a {
  background: rgba(255, 255, 255, 0.1);
  width: 51px;
  height: 51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}

.footer-social li a svg {
  max-width: 30px;
}

.footer-social li a:hover {
  color: #ef592b;
}

.ham-panel {
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateX(600px);
  -ms-transform: translateX(600px);
  transform: translateX(600px);
  -webkit-transition: opacity 0.65s ease-in-out, -webkit-transform 0.65s ease-in-out;
  transition: opacity 0.65s ease-in-out, -webkit-transform 0.65s ease-in-out;
  transition: transform 0.65s ease-in-out, opacity 0.65s ease-in-out;
  transition: transform 0.65s ease-in-out, opacity 0.65s ease-in-out, -webkit-transform 0.65s ease-in-out;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.ham-panel .container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  .ham-panel .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ham-panel.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  z-index: 9999;
}

.ham-panel__wrap {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
  pointer-events: none;
  border-radius: 0;
  padding: 0 15px;
  overflow: hidden;
}

@media (min-width: 576px) {
  .ham-panel__wrap {
    max-width: 600px;
    border-radius: 74px 0 0 74px;
    margin-left: 0;
    padding: 0;
    overflow: visible;
  }
}

.ham-panel__wrap:before {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  z-index: -1;
  border-radius: 74px 0px 0px 74px;
  display: none;
}

@media (min-width: 576px) {
  .ham-panel__wrap:before {
    display: block;
  }
}

.ham-panel.active .ham-panel__wrap {
  pointer-events: all;
}

.ham-panel__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 61px;
  padding-bottom: 53px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  z-index: 99;
}

.ham-panel__holder::-webkit-scrollbar {
  width: 0;
}

@media (min-width: 576px) {
  .ham-panel__holder {
    padding-left: 40px;
    padding-bottom: 65px;
    padding-top: 110px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.ham-panel__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 576px) {
  .ham-panel__links {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.ham-panel__signup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #EF592B;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 100.2%;
}

@media (min-width: 576px) {
  .ham-panel__signup {
    font-size: 20px;
  }
}

.ham-panel__signup:hover {
  color: rgba(239, 89, 43, 0.7);
}

.ham-panel__account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #EF592B;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 100.2%;
}

@media (min-width: 576px) {
  .ham-panel__account {
    font-size: 20px;
    margin-right: -3px;
  }
}

.ham-panel__account:hover {
  color: rgba(239, 89, 43, 0.7);
}

.ham-panel__header {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  border-radius: 74px 0 0 0;
  z-index: 9999;
  padding: 0 15px;
}

@media (min-width: 576px) {
  .ham-panel__header {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
  }
}

.ham-panel__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 576px) {
  .ham-panel__info {
    display: block;
    margin-left: auto;
    text-align: center;
    width: auto;
  }
}

.ham-panel__info .btn {
  padding: 11px 25px;
  margin-bottom: 10px;
}

.ham-panel__info .btn:hover {
  background: #E85224;
}

.ham-panel__phone a {
  color: #A5A5A5;
  font-size: 16px;
  font-weight: 600;
  line-height: 136.7%;
}

.ham-panel__phone a:hover {
  color: #E85224;
}

.ham-panel .select-lang {
  height: 78px;
  margin-top: 2px;
}

@media (min-width: 576px) {
  .ham-panel .select-lang {
    margin-top: 10px;
  }
}

.ham-panel .select-lang .select-lang__input-text {
  color: #484848;
  padding: 23px 0 0;
}

.ham-panel .select-lang .select-lang__input-text:hover {
  color: #ef592b;
}

.ham-panel .select-lang .select-lang__list {
  top: 25px;
}

.ham-panel-nav {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .ham-panel-nav {
    margin-bottom: 40px;
  }
}

.ham-panel-nav > ul {
  padding-left: 0;
  list-style: none;
}

.ham-panel-nav > ul > li {
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 576px) {
  .ham-panel-nav > ul > li {
    text-align: right;
  }
}

.ham-panel-nav > ul > li > a,
.ham-panel-nav > ul > li span a {
  color: #0aaa7b;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 100.2%;
}

.ham-panel-nav > ul > li > a:hover,
.ham-panel-nav > ul > li span a:hover {
  color: #ef592b;
}

.ham-panel-close {
  width: 55px;
  height: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-left: 35px;
  position: relative;
  margin-top: -20px;
}

@media (min-width: 576px) {
  .ham-panel-close {
    width: 72px;
  }
}

.ham-panel-close__btn {
  background: #ef592b;
  height: 55px;
  width: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 18px 17px 12px 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #107958;
  border-radius: 0 0 14px 14px;
  -webkit-transition: color 0.2s ease-in-out, height 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, height 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

@media (min-width: 576px) {
  .ham-panel-close__btn {
    width: 72px;
    height: 65px;
    padding: 18px 17px 16px 17px;
  }
}

.ham-panel-close:hover .ham-panel-close__btn {
  background: #e85224;
  color: #ef592b;
  height: 70px;
}

@media (min-width: 576px) {
  .ham-panel-close:hover .ham-panel-close__btn {
    height: 80px;
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: -webkit-linear-gradient(301deg, #107958 0%, #2cd19d 42%, #185341 72%, #03a773 100%);
  background: linear-gradient(149deg, #107958 0%, #2cd19d 42%, #185341 72%, #03a773 100%);
  -webkit-animation: gradient 10s infinite linear;
  animation: gradient 10s infinite linear;
  background-size: 400%;
}

.preloader__loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid rgba(226, 217, 217, 0.3);
  border-left-color: #107958;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

.preloader.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.preloader.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}

@keyframes gradient {
  0% {
    background-position: 80% 0%;
  }

  50% {
    background-position: 20% 100%;
  }

  100% {
    background-position: 80% 0%;
  }
}

@font-face {
  font-family: "JanoSansPro";
  src: local("JanoSansPro"), url("../fonts/JanoSansPro/JanoSansPro-Regular.woff") format("woff"), url("../fonts/JanoSansPro/JanoSansPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JanoSansPro";
  src: local("JanoSansPro"), url("../fonts/JanoSansPro/JanoSansPro-Light.woff") format("woff"), url("../fonts/JanoSansPro/JanoSansPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JanoSansPro";
  src: local("JanoSansPro"), url("../fonts/JanoSansPro/JanoSansPro-Medium.woff") format("woff"), url("../fonts/JanoSansPro/JanoSansPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JanoSansPro";
  src: local("JanoSansPro"), url("../fonts/JanoSansPro/JanoSansPro-SemiBold.woff") format("woff"), url("../fonts/JanoSansPro/JanoSansPro-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JanoSansPro";
  src: local("JanoSansPro"), url("../fonts/JanoSansPro/JanoSansPro-Bold.woff") format("woff"), url("../fonts/JanoSansPro/JanoSansPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font: 1em monospace, monospace;
  /* 1 */
  /* 2 */
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font: 1em monospace, monospace;
  /* 1 */
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font: 100%/1.15 sans-serif;
  /* 1 */
  /* 1 */
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */

button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */

input {
  overflow: visible;
}

input.wpcf7-not-valid {
  border-color: #EF592B !important;
}

.wpcf7-not-valid-tip {
  color: #EF592B;
  margin-top: -10px;
  margin-bottom: 10px;
}

.wpcf7-response-output {
  border-color: #EF592B !important;
  color: #fff;
  font-weight: bold;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */

menu {
  display: block;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

:root {
  --viewport-height: 100vh;
  --viewport-height-actual: 100vh;
}

html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  font-size: 62.5%;
}

body {
  font: 300 1.6rem/177% "JanoSansPro", Helvetica, Arial, sans-serif;
  min-height: 100vh;
  min-height: var(--viewport-height);
  margin: 0;
  position: relative;
  fill: currentColor;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(225, 239, 239, 0.5);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

body.hammed:before,
body.fixed:before {
  opacity: 1;
  z-index: 9999;
}

body.fixed {
  overflow: hidden;
}

svg {
  fill: currentColor;
}

h1,
h2,
p {
  margin: 0;
  font-family: "JanoSansPro", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

picture {
  display: block;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
}

img[draggable=false] {
  pointer-events: none;
  -webkit-user-drag: none;
}

.btn {
  background: #EF592B;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  border-radius: 78px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 136.7%;
}

.container {
  margin: 0 auto;
  display: block;
  padding: 0 20px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.page-content-wrapper {
  min-width: 350px;
  overflow: hidden;
}

.page-content {
  min-height: 100vh;
  min-height: var(--viewport-height);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.scroll-box .mCSB_container,
.scroll-box .mCustomScrollBox {
  overflow: visible !important;
}

.scroll-box .mCSB_scrollTools_horizontal {
  height: 7px !important;
  background: rgba(96, 216, 173, 0.15);
  border-radius: 7px;
  opacity: 1 !important;
}

.scroll-box .mCSB_dragger {
  background: #60D8AD;
  border-radius: 7px;
  height: 7px !important;
}

.scroll-box .mCSB_draggerRail,
.scroll-box .mCSB_dragger_bar {
  display: none;
}

.scroll-box .mCSB_scrollTools {
  position: relative !important;
  margin-top: -55px;
}

.scroll-box-v .mCSB_scrollTools_vertical {
  background: rgba(96, 216, 173, 0.15) !important;
  margin: 20px 0 !important;
  overflow: hidden;
  width: 7px !important;
  border-radius: 7px;
}

.scroll-box-v .mCSB_dragger {
  background: #60D8AD;
  width: 7px !important;
  border-radius: 7px;
}

.scroll-box-v .mCSB_dragger .mCSB_dragger_bar,
.scroll-box-v .mCSB_dragger .mCSB_draggerRail {
  display: none;
}

.fancybox-overlay {
  overflow: hidden !important;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  position: relative;
  margin-bottom: 30px;
}

.slider__item {
  width: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
}

.slider__nav {
  z-index: 999;
}

.slider__nav .slick-arrow {
  background: transparent;
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
}

.slider__nav .slick-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border-top: 3px solid #fff;
  opacity: 1;
  width: 30px;
  height: 30px;
}

.slider__nav .slick-arrow.slick-disabled {
  pointer-events: none;
}

.slider__nav .slick-arrow.slick-disabled:before {
  opacity: 0.5;
}

.slider__nav .slick-arrow.prev {
  left: 40px;
}

.slider__nav .slick-arrow.prev:before {
  border-left: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slider__nav .slick-arrow.next {
  right: 40px;
}

.slider__nav .slick-arrow.next:before {
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider .slick-dots {
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  bottom: 20px;
}

.slider .slick-dots li {
  margin: 0 10px;
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.slider .slick-dots li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
}

.slider .slick-dots li:after {
  background: #fff;
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
}

.slider .slick-dots li.slick-active:after {
  opacity: 1;
}

.slider .slick-dots li button {
  display: none;
}

.header {
  z-index: 999;
  color: #000;
}

.header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 13px 0;
}

@media (min-width: 992px) {
  .header__wrap {
    padding: 20px 0;
  }
}

.header__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__contacts {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 992px) {
  .header__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__logo {
  width: 133px;
  margin-right: 20px;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .header__logo {
    width: 192px;
  }
}

.header__logo picture,
.header__logo img {
  max-width: 100%;
}

.header__phone {
  font-weight: 600;
  line-height: 136.7%;
  color: #fff;
}

.header__phone:hover {
  color: #ef592b;
}

.header__order {
  background: #fff;
  border-radius: 71px;
  color: #107958;
  font-weight: 600;
  line-height: 136.7%;
  padding: 12px 25px;
  margin-left: 17px;
}

.header__order:hover {
  color: #ef592b;
}

.header__lang {
  margin-left: 52px;
}

.header__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header-account {
  width: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -20px;
  cursor: pointer;
  margin-left: 55px;
  position: relative;
}

@media (min-width: 992px) {
  .header-account {
    width: 72px;
  }
}

.header-account__btn {
  background: #fff;
  height: 60px;
  width: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 15px 10px 8px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #107958;
  border-radius: 0 0 14px 14px;
  -webkit-transition: color 0.2s ease-in-out, height 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, height 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .header-account__btn {
    width: 72px;
    height: 65px;
    padding: 18px 17px 11px 17px;
  }
}

.header-account:hover .header-account__btn {
  color: #ef592b;
  height: 70px;
}

@media (min-width: 992px) {
  .header-account:hover .header-account__btn {
    height: 80px;
  }
}

.header_sticky {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  will-change: transform;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.header_sticky.sticky {
  opacity: 0;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
}

.header_sticky.active {
  background: rgba(16, 121, 88, 0.95);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  box-shadow: 0 -5px 10px 5px rgba(0, 0, 0, 0.2);
}

.header_sticky.active .header__logo {
  width: 120px;
}

.ham-trigger {
  width: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -20px;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
}

@media (min-width: 992px) {
  .ham-trigger {
    width: 72px;
  }
}

.ham-trigger__btn {
  background: #ef592b;
  width: 55px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px 13px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #107958;
  position: absolute;
  border-radius: 0 0 14px 14px;
  -webkit-transition: color 0.2s ease-in-out, height 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, height 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .ham-trigger__btn {
    width: 72px;
    padding: 18px 17px 15px 17px;
    height: 65px;
  }
}

.ham-trigger__text {
  position: absolute;
  bottom: -17px;
  color: rgba(255, 255, 255, 0.39);
  font-size: 14px;
  font-weight: 500;
  line-height: 136.7%;
  z-index: -1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: none;
}

@media (min-width: 992px) {
  .ham-trigger__text {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.ham-trigger:hover .ham-trigger__btn {
  background: #e85224;
  height: 70px;
}

@media (min-width: 992px) {
  .ham-trigger:hover .ham-trigger__btn {
    height: 80px;
  }
}

.ham-trigger:hover .ham-trigger__text {
  opacity: 0;
}



.ham-panel {
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateX(600px);
  -ms-transform: translateX(600px);
  transform: translateX(600px);
  -webkit-transition: opacity 0.65s ease-in-out, -webkit-transform 0.65s ease-in-out;
  transition: opacity 0.65s ease-in-out, -webkit-transform 0.65s ease-in-out;
  transition: transform 0.65s ease-in-out, opacity 0.65s ease-in-out;
  transition: transform 0.65s ease-in-out, opacity 0.65s ease-in-out, -webkit-transform 0.65s ease-in-out;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.ham-panel .container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  .ham-panel .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ham-panel.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  z-index: 9999;
}

.ham-panel__wrap {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
  pointer-events: none;
  border-radius: 0;
  padding: 0 15px;
  overflow: hidden;
}

@media (min-width: 576px) {
  .ham-panel__wrap {
    max-width: 600px;
    border-radius: 74px 0 0 74px;
    margin-left: 0;
    padding: 0;
    overflow: visible;
  }
}

.ham-panel__wrap:before {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  z-index: -1;
  border-radius: 74px 0px 0px 74px;
  display: none;
}

@media (min-width: 576px) {
  .ham-panel__wrap:before {
    display: block;
  }
}

.ham-panel.active .ham-panel__wrap {
  pointer-events: all;
}

.ham-panel__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 61px;
  padding-bottom: 53px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  z-index: 99;
}

.ham-panel__holder::-webkit-scrollbar {
  width: 0;
}

@media (min-width: 576px) {
  .ham-panel__holder {
    padding-left: 40px;
    padding-bottom: 65px;
    padding-top: 110px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.ham-panel__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 576px) {
  .ham-panel__links {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.ham-panel__signup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #EF592B;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 100.2%;
}

@media (min-width: 576px) {
  .ham-panel__signup {
    font-size: 20px;
  }
}

.ham-panel__signup:hover {
  color: rgba(239, 89, 43, 0.7);
}

.ham-panel__account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #EF592B;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 100.2%;
}

@media (min-width: 576px) {
  .ham-panel__account {
    font-size: 20px;
    margin-right: -3px;
  }
}

.ham-panel__account:hover {
  color: rgba(239, 89, 43, 0.7);
}

.ham-panel__header {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  border-radius: 74px 0 0 0;
  z-index: 9999;
  padding: 0 15px;
}

@media (min-width: 576px) {
  .ham-panel__header {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
  }
}

.ham-panel__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 576px) {
  .ham-panel__info {
    display: block;
    margin-left: auto;
    text-align: center;
    width: auto;
  }
}

.ham-panel__info .btn {
  padding: 11px 25px;
  margin-bottom: 10px;
}

.ham-panel__info .btn:hover {
  background: #E85224;
}

.ham-panel__phone a {
  color: #A5A5A5;
  font-size: 16px;
  font-weight: 600;
  line-height: 136.7%;
}

.ham-panel__phone a:hover {
  color: #E85224;
}

.ham-panel .select-lang {
  height: 78px;
  margin-top: 2px;
}

@media (min-width: 576px) {
  .ham-panel .select-lang {
    margin-top: 10px;
  }
}

.ham-panel .select-lang .select-lang__input-text {
  color: #484848;
  padding: 23px 0 0;
}

.ham-panel .select-lang .select-lang__input-text:hover {
  color: #ef592b;
}

.ham-panel .select-lang .select-lang__list {
  top: 25px;
}

.ham-panel-nav {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .ham-panel-nav {
    margin-bottom: 40px;
  }
}

.ham-panel-nav > ul {
  padding-left: 0;
  list-style: none;
}

.ham-panel-nav > ul > li {
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 576px) {
  .ham-panel-nav > ul > li {
    text-align: right;
  }
}

.ham-panel-nav > ul > li > a,
.ham-panel-nav > ul > li span a {
  color: #0aaa7b;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 100.2%;
}

.ham-panel-nav > ul > li > a:hover,
.ham-panel-nav > ul > li span a:hover {
  color: #ef592b;
}

.ham-panel-close {
  width: 55px;
  height: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-left: 35px;
  position: relative;
  margin-top: 0;
}

@media (min-width: 576px) {
  .ham-panel-close {
    width: 72px;
  }
}

.ham-panel-close__btn {
  background: #ef592b;
  height: 55px;
  width: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 18px 17px 12px 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #107958;
  border-radius: 0 0 14px 14px;
  -webkit-transition: color 0.2s ease-in-out, height 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, height 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

@media (min-width: 576px) {
  .ham-panel-close__btn {
    width: 72px;
    height: 65px;
    padding: 18px 17px 16px 17px;
  }
}

.ham-panel-close:hover .ham-panel-close__btn {
  background: #e85224;
  color: #ef592b;
  height: 70px;
}

@media (min-width: 576px) {
  .ham-panel-close:hover .ham-panel-close__btn {
    height: 80px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: -webkit-linear-gradient(301deg, #107958 0%, #2cd19d 42%, #185341 72%, #03a773 100%);
  background: linear-gradient(149deg, #107958 0%, #2cd19d 42%, #185341 72%, #03a773 100%);
  -webkit-animation: gradient 10s infinite linear;
  animation: gradient 10s infinite linear;
  background-size: 400%;
}

.preloader__loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid rgba(226, 217, 217, 0.3);
  border-left-color: #107958;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

.preloader.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.preloader.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 80% 0%;
  }

  50% {
    background-position: 20% 100%;
  }

  100% {
    background-position: 80% 0%;
  }
}

@keyframes gradient {
  0% {
    background-position: 80% 0%;
  }

  50% {
    background-position: 20% 100%;
  }

  100% {
    background-position: 80% 0%;
  }
}

/*
    Dots plugin
*/

/*
    Navigation plugin
*/

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  background: currentColor;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

/*
  Thumbs plugin
*/

/* 3/2 */

/*
  HTML plugin
*/

/*
  Toolbar plugin
*/

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  /* For Safari */
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}

/* Close button located inside content area */

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

/* Opening */

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
  animation: 0.15s ease backwards fancybox-fadeIn;
}

/* Closing */

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
  animation: 0.15s ease both fancybox-zoomOutDown;
}

/* Both `throwOut` classes are for closing animation after dragging up/down */

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
  animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
  /* Fix Mac OS Safari 11 - 13 */
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border: 5px solid var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  width: 100%;
  /* Keep aspect ratio */
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-linear-gradient(bottom, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
  touch-action: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__container:-webkit-full-screen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-moz-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:-webkit-full-screen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-moz-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.fancybox__backdrop {
  background: rgba(225, 239, 239, 0.5);
}

.fancybox__slide {
  padding: 0;
  overflow: visible;
}

.fancybox__content {
  padding: 95px 30px 55px 30px;
}

@media (min-width: 576px) {
  .fancybox__content {
    padding: 95px 70px 95px 90px;
  }
}

.fancybox__viewport {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal {
  box-shadow: 0px 9px 17px 0px rgba(0, 0, 0, 0.05);
  padding: 52px 50px 39px !important;
  display: none;
  /*  height: 100%;*/
}

.modal.active {
  display: block;
}

@media (min-width: 768px) {
  .modal {
    border-radius: 40px;
  }
}

.modal-custom {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  max-height: 100vh;
  border-radius: 37px;
  box-shadow: none;
}

.modal-custom .signup,
.modal-custom .politics {
  border-radius: 37px;
}

.modal-custom .politics {
  background-color: #fff;
  padding: 50px;
}

@media (min-width: 768px) {
  .modal-custom {
    top: 106px;
    max-height: calc(100vh - 212px);
  }
}

.modal-custom .modal__wrap {
  background: #fff;
  border-radius: 37px;
  overflow: hidden;
}

.modal-custom .modal__holder {
  border-radius: 37px;
  overflow: hidden;
  overflow-y: scroll;
  height: 100%;
}

.modal-custom .modal__holder::-webkit-scrollbar {
  display: none;
}

.modal-signup .modal__wrap,
.modal-politics .modal__wrap {
  background: transparent;
}

.modal-custom-close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 999;
  cursor: pointer;
}

.modal-custom-close:before,
.modal-custom-close:after {
  background: #fff;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.modal-politics .modal-custom-close:before,
.modal-politics .modal-custom-close:after {
  background: #087F5A;
}

.modal-custom-close:hover:before,
.modal-custom-close:hover:after {
  background-color: #ef592b;
}

.modal-custom-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-custom-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-about-course .modal-custom-close:before,
.modal-about-course .modal-custom-close:after {
  background: #087F5A;
}

.modal-questions,
.modal-signup,
.modal-politics {
  padding: 0 !important;
}

.modal-politics {
  max-width: 621px;
  width: 100%;
}

.modal-politics p {
  margin-bottom: 20px;
}

.modal .carousel__button {
  top: 28px !important;
  right: 26px !important;
  color: #087F5A !important;
  width: 23px !important;
  height: 23px !important;
}

.modal__title {
  color: #087F5A;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 108%;
  margin-bottom: 24px;
}

.modal__title span {
  color: #60D8AD;
  display: block;
}

.modal__inputs {
  margin-bottom: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal__inputs-caption {
  color: #EF592B;
  font-size: 14px;
  line-height: 136.7%;
}

.modal__input {
  font: 500 16px/136.7% "JanoSansPro", sans-serif;
  margin-bottom: 7px;
  border-radius: 16px;
  border: 1px solid #60D8AD;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.02);
  color: #087F5A;
  padding: 17px 20px;
}

.modal__input::-webkit-input-placeholder {
  color: rgba(8, 127, 90, 0.5);
  opacity: 1;
}

.modal__input::-moz-placeholder {
  color: rgba(8, 127, 90, 0.5);
  opacity: 1;
}

.modal__input:-ms-input-placeholder {
  color: rgba(8, 127, 90, 0.5);
  opacity: 1;
}

.modal__input::-ms-input-placeholder {
  color: rgba(8, 127, 90, 0.5);
  opacity: 1;
}

.modal__input::placeholder {
  color: rgba(8, 127, 90, 0.5);
  opacity: 1;
}

.modal__input.error {
  border-color: #EF592B;
}

.modal__btn {
  border-radius: 78px;
  border: 3px solid #fff;
  background: #087F5A;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 19px 61px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.modal__btn:hover {
  background: #ef592b;
}

.modal__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-account {
  background: #fff;
  max-width: 621px;
  width: 100%;
}

.modal-account__reg {
  background: transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #60D8AD;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 100.2%;
  border: none;
  cursor: pointer;
  margin-top: 18px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.modal-account__reg:hover {
  color: #ef592b;
}

.modal-account__img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 137px;
  display: none;
}

@media (min-width: 576px) {
  .modal-account__img {
    display: block;
  }
}

.modal-questions,
.modal-signup,
.modal-about-course,
.modal-teacher {
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
}

.modal-questions .carousel__button,
.modal-signup .carousel__button,
.modal-about-course .carousel__button,
.modal-teacher .carousel__button {
  top: 28px !important;
  right: 26px !important;
  color: #fff !important;
  width: 23px !important;
  height: 23px !important;
}

.modal-about-course {
  padding: 0 !important;
}

.modal-about-course .modal__wrap {
  padding: 36px 26px !important;
}

@media (min-width: 768px) {
  .modal-about-course .modal__wrap {
    padding: 70px 72px !important;
  }
}

.modal-about-course .carousel__button {
  color: #ef592b !important;
}

.modal-about-course__title {
  color: #087F5A;
  font-size: 30px;
  font-weight: 600;
  line-height: 136.7%;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .modal-about-course__title {
    font-size: 34px;
  }
}

.modal-about-course__caption {
  color: #087F5A;
  font-size: 16px;
  font-weight: 600;
  line-height: 136.7%;
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  .modal-about-course__caption {
    font-size: 18px;
    margin-bottom: 46px;
  }
}

.modal-about-course__nums {
  list-style: none;
  padding-left: 0;
  margin: 0 0 28px;
}

.modal-about-course__nums li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  margin-bottom: 18px;
  color: #484848;
  font-size: 16px;
  line-height: 177.2%;
}

.modal-about-course__nums li span {
  border-radius: 28px;
  background: #EF592B;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 136.7%;
  height: 28px;
  min-width: 28px;
  padding: 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-about-course__nums li strong {
  font-weight: 600;
}

.modal-about-course__text {
  margin-bottom: 43px;
}

.modal-about-course__text p {
  margin-bottom: 35px;
}

.modal-about-course__subtitle {
  color: #484848;
  font-size: 16px;
  font-weight: 600;
  line-height: 177.2%;
  margin-bottom: 23px;
}

.modal-about-course__arrows {
  list-style: none;
  padding-left: 0;
  margin: 0 0 43px;
}

.modal-about-course__arrows li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 17px;
  color: #484848;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.modal-about-course__arrows li span {
  color: #087F5A;
}

.modal-about-course__arrows li svg {
  margin-top: -10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-about-course .scroll-box-v {
  max-height: 400px;
}

@media (min-width: 768px) {
  .modal-about-course .scroll-box-v {
    max-height: 100%;
  }
}

.modal-teacher {
  position: relative;
  padding: 26px !important;
  z-index: 1;
}

@media (min-width: 768px) {
  .modal-teacher {
    padding: 80px 72px 76px !important;
  }
}

.modal-teacher .carousel__button {
  color: #087F5A !important;
}

.modal-teacher__back {
  position: absolute;
  top: 0;
  right: -120%;
  z-index: -1;
  display: none;
}

@media (min-width: 576px) {
  .modal-teacher__back {
    right: auto;
    left: 0;
    display: block;
  }
}

.modal-teacher__back--mobile {
  display: block;
  left: 0;
  right: auto;
}

@media (min-width: 576px) {
  .modal-teacher__back--mobile {
    display: none;
  }
}

.modal-teacher__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 46px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .modal-teacher__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 56px;
  }
}

.modal-teacher__photo {
  width: 101px;
  height: 101px;
  border-radius: 50%;
  border: 7px solid #60D8AD;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .modal-teacher__photo {
    width: 221px;
    height: 221px;
    margin-bottom: 0;
  }
}

.modal-teacher__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-teacher__name {
  color: #087F5A;
  font-size: 24px;
  font-weight: 600;
  line-height: 136.7%;
}

@media (min-width: 768px) {
  .modal-teacher__name {
    font-size: 30px;
  }
}

.modal-teacher__post {
  color: #087F5A;
  font-size: 16px;
  font-weight: 300;
  line-height: 127.2%;
}

@media (min-width: 768px) {
  .modal-teacher__post {
    font-size: 18px;
  }
}

.modal-teacher__text {
  overflow: hidden;
}

.modal-teacher__text p {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .modal-teacher__text p {
    margin-bottom: 40px;
  }
}

.modal-teacher__text .scroll-box-v {
  height: 20vh;
}

@media (min-width: 768px) {
  .modal-teacher__text {
    height: auto;
  }
}

::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .2s; transition: opacity .2s; }  /* Chrome <=56, Safari < 10 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .2s; transition: opacity .2s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .2s; transition: opacity .2s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .2s; transition: opacity .2s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .2s; } /* Modern Browsers */
    
*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */