@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  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
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

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

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

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

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

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

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/* .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 1200px) {
    .container {
        max-width: 970px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 750px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: none;
    }
}
 */

/* Переменные */

/* Конец Переменные */

/*
$grid-breakpoints: (xs: 0,
    sm: 576px,
    md: 768px,
    lg: 992px,
    xl: 1200px);
$container-max-widths: (sm: 540px,
    md: 720px,
    lg: 960px,
    xl: 1320px);
*/

/*
    position: relative;
    overflow: hidden;

    &:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #f7f7f7 url(../img/ajax-loader.gif) center no-repeat;
    }

    &.slick-initialized:after {
        display: none;
    }
*/

input,
button,
textarea {
  font-family: "Open Sans";
}

html,
body {
  background-color: #fff;
  font-size: 15px;
  color: #000;
  max-width: 100%;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  font-family: "Open Sans";
  height: 100%;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active,
.nice-select.open {
  outline: none;
}

a:focus,
a:active,
a.nice-select.open {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

ul li {
  list-style: none;
  outline: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

ul,
h1,
h3,
h4,
h5,
h6,
li,
span,
br,
p,
a,
button {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/* open-sans-regular - cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v17-cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v17-cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-cyrillic-regular.woff2") format("woff2"), url("../fonts/open-sans-v17-cyrillic-regular.woff") format("woff"), url("../fonts/open-sans-v17-cyrillic-regular.ttf") format("truetype"), url("../fonts/open-sans-v17-cyrillic-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-700 - cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v17-cyrillic-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v17-cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-cyrillic-700.woff2") format("woff2"), url("../fonts/open-sans-v17-cyrillic-700.woff") format("woff"), url("../fonts/open-sans-v17-cyrillic-700.ttf") format("truetype"), url("../fonts/open-sans-v17-cyrillic-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-800 - cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-v17-cyrillic-800.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/open-sans-v17-cyrillic-800.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-cyrillic-800.woff2") format("woff2"), url("../fonts/open-sans-v17-cyrillic-800.woff") format("woff"), url("../fonts/open-sans-v17-cyrillic-800.ttf") format("truetype"), url("../fonts/open-sans-v17-cyrillic-800.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* Default styles */

/* Политика конфеден. куки */
.cookie_notice {
  display: none;
  position: fixed;
  z-index: 10000000000;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15px;
  font-family: Verdana, sans-serif;
  color: #FFFFFF;
  background: rgba(0, 0, 0, .8);
  padding: 10px 20px;
  transition: 1s;
}
.cookie_notice:hover{
  color: #FFFFFF;
  background: rgba(0, 0, 0, .8);
}

a.animated-button:link, a.animated-button:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #fff;
  font-size:14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
  color: #FFF;
  text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
  height: 450%;
}
a.animated-button:link, a.animated-button:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #fff;
  font-size:14px;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
a.animated-button.thar-three {
  color: #fff;
  cursor: pointer;
  display: block;
  position: relative;
  border: 2px solid #F7CA18;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  width: 300px;
}
a.animated-button.thar-three:hover {
  color: #000 !important;
  background-color: transparent;
  text-shadow: nthree;
}
a.animated-button.thar-three:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}
a.animated-button.thar-three:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #000 !important;
  background: #F7CA18;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100%;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-color: #f6f6f6;
}

/* ПОДКЛЮЧЕНИЕ ФАЙЛОВ UI СТИЛЕЙ, ФОРМ И ГОТОВЫХ КЛАССОВ */

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

.ibg {
  position: relative;
}

.ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ie .ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie .ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

.graystyle {
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}

.graystyleoff {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
}

.slick-slider {
  position: relative;
}

.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-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}

.slick-slider .slick-slide {
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.gm-style-iw-t {
  opacity: 0;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

/* ПОДКЛЮЧЕНИЕ ФАЙЛОВ UI СТИЛЕЙ, ФОРМ И ГОТОВЫХ КЛАССОВ */

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e0e7ee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 22px;
  width: auto;
}

.nice-select:hover {
  border-color: #d0dae5;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #88bfff;
}

.nice-select:after {
  border-bottom: 2px solid #90a1b5;
  border-right: 2px solid #90a1b5;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
      -ms-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #e7ecf2;
  color: #90a1b5;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cdd5de;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-22px);
      -ms-transform: scale(0.75) translateY(-22px);
          transform: scale(0.75) translateY(-22px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 42px;
  list-style: none;
  min-height: 42px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background: rgba(111, 201, 97, 0.12);
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #90a1b5;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.nice-select.open .list {
  width: 100%;
}

.nice-select.open .list {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0.02))), #FFFFFF;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)), #FFFFFF;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)), #FFFFFF;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

code[class*="language-"],
pre[class*="language-"] {
  border-radius: 2px;
  color: #445870;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  line-height: 1.5;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  text-align: left;
  white-space: pre;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  direction: ltr;
  font-family: Inconsolata, monospace;
  font-size: 13px;
  letter-spacing: 0;
}

/* Code blocks */

pre[class*="language-"] {
  padding: 18px 24px;
  margin: 0 0 24px;
  overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f6f7f9;
}

/* Inline code */

:not(pre) > code[class*="language-"] {
  padding: 0 2px 1px;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #90a1b5;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #EC4444;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #4ABF60;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #55a1fb;
}

.token.function {
  color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

/* Blocks */

.intro {
  background: url(../img/intro/bg.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 660px;
  position: relative;
}

.webp .intro {
  background-size: cover !important;
  min-height: 660px;
}

.intro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.intro__upline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
}

.intro__column-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

.intro__column-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.intro__column-right iframe {
  width: 426px;
  height: 240px;
}

.intro-text__title {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
}

.intro-text__subtitle {
  margin-top: 25px;
  max-width: 445px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.intro__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-intro {
  margin-top: 70px;
}

.item-intro__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.333%;
          flex: 1 0 33.333%;
}

.webp .item-intro__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.item-intro__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
}

.item-intro__text {
  padding-left: 15px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.item-intro__svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 94px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  z-index: 10;
}

.m-logo {
  display: none;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__list li {
  margin-right: 27px;
}

.menu__list li:last-child {
  margin-right: 0;
}

.menu__link {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

/* Header White */

.header-white {
  background-color: #f6f6f6;
}

.header-white .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 94px;
}

.header-white .header__logo {
  z-index: 10;
}

.header-white .header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-white .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-white .menu__list li {
  margin-right: 25px;
}

.header-white .menu__list li:last-child {
  margin-right: 0;
}

.header-white .menu__link {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.win {
  background-color: #f6f6f6;
}

.win__title {
  text-align: center;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.8);
}

.wrapper-win {
  padding: 67px 0 55px;
}

.win__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-win {
  margin-top: 60px;
}

.win__items {
  width: 33.333%;
  height: 231px;
  padding: 30px 25px 22px 20px;
  background-color: #fff;
  margin-right: 50px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  position: relative;
}

.win__items:last-child {
  margin-right: 0;
}

.win__items:after {
  content: '';
  display: block;
  border: 2px dashed #EB5858;
  opacity: .3;
  position: absolute;
  right: -14%;
  top: 50%;
  width: 13%;
  height: 2px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.win__items:last-child::after {
  content: none;
}

.win__items-number {
  position: absolute;
  left: -26px;
  top: -25px;
  content: '';
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED7070), to(#EA4545));
  background: -o-linear-gradient(top, #ED7070 0%, #EA4545 100%);
  background: linear-gradient(180deg, #ED7070 0%, #EA4545 100%);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.win__items-text {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
}

.accordion {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 60px 0 65px;
}

.accordion__title {
  text-align: center;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 800;
}

.accordion__box {
  width: 100%;
  overflow: hidden;
}

.box-accordion {
  margin-top: 35px;
}

.accordion__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-accordion__header {
  padding: 20px 40px 20px 35px;
  color: #eb5959;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}

.item-accordion__header:before {
  content: '';
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE4D4D), to(#D81616));
  background: -o-linear-gradient(top, #EE4D4D 0%, #D81616 100%);
  background: linear-gradient(180deg, #EE4D4D 0%, #D81616 100%);
  height: 100%;
  width: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.item-accordion__header:after {
  content: '';
  display: block;
  background: url(../img/accordeon/arrow.svg) center no-repeat;
  background-size: cover;
  height: 8px;
  width: 20px;
  position: absolute;
  right: 26px;
  top: 45%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.item-accordion__header:hover {
  background-color: #fefefe;
}

.accordion__item.active .item-accordion__header::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion__item.active .item-accordion__body {
  display: block;
}

.item-accordion__body {
  display: none;
  background-color: #fff;
  padding: 30px;
}

.item-accordion__content {
  margin-bottom: 20px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-accordion__content:last-child {
  margin-bottom: 0;
}

.item-accordion__content a {
  margin-left: auto;
}

.item-accordion__number {
  display: inline-block;
  width: 156px;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

.item-accordion__text {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.footer {
  background-color: #f6f6f6;
  padding: 35px 0;
}

.footer__up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: wrap;
}

.faq a {
  margin-bottom: 12px;
  color: #000000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
}

.faq a:last-child {
  margin-bottom: 0;
}

.footer__nav {
  overflow: hidden;
}

.footer__nav-list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.footer__nav-list li {
  margin-bottom: 13px;
}

.footer__nav-list li:last-child {
  margin-bottom: 0;
}

.footer__nav-link {
  color: #000000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cards__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards__image img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin-right: 20px;
}

.cards__image img:last-child {
  margin-right: 0;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__phone {
  margin: 20px 0 5px;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
}

.footer__email {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.4);
}

.company-name {
  margin-bottom: 10px;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

.company-second-info {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
}

.info {
  background-color: #f6f6f6;
}

.info__wrapper {
  padding: 70px 0;
}

.info__up {
  position: relative;
}

.info__black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 870px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 40px 98px 40px;
  background-color: rgba(0, 0, 0, 0.8);
}

.black-info__title {
  margin-bottom: 20px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
}

.black-info__text {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.info__white {
  position: absolute;
  top: 200px;
  left: 300px;
  max-width: 900px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px 35px 30px 40px;
}

.white-info__title {
  margin-bottom: 20px;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
}

.white-info__list {
  padding-left: 15px;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
}

.white-info__list li {
  margin-bottom: 14px;
}

.white-info__list li:last-child {
  margin-bottom: 0;
}

.white-info__btn {
  margin-top: 30px;
}

.white-info__btn button {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#83E673), to(#5CAD4F));
  background: -o-linear-gradient(top, #83E673 0%, #5CAD4F 100%);
  background: linear-gradient(180deg, #83E673 0%, #5CAD4F 100%);
  border-radius: 6px;
  padding: 15px 20px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}

.white-info__btn button:hover:after {
  opacity: 1;
}

.white-info__btn button:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #55bd45), to(#5cad4f));
  background: -o-linear-gradient(top, #55bd45 0, #5cad4f 100%);
  background: linear-gradient(180deg, #55bd45 0, #5cad4f 100%);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}

.white-info__btn button span {
  position: relative;
  z-index: 3;
}

.info__down {
  padding-top: 331px;
}

.info__down-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;
}

.info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-info__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  overflow: hidden;
}

.content-info__items:nth-child(1) {
  margin-right: 20px;
}

.items-info__up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.items-info__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

.items-info__img img {
  z-index: -2;
}

.items-info__text {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  margin-bottom: 20px;
  position: relative;
}

.items-info__text--green {
  background: -webkit-gradient(linear, left top, left bottom, from(#83E673), to(#5CAD4F));
  background: -o-linear-gradient(top, #83E673 0%, #5CAD4F 100%);
  background: linear-gradient(180deg, #83E673 0%, #5CAD4F 100%);
}

.items-info__text--green:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 100%;
  left: -8px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #83e673), to(#5cad4f));
  background: -o-linear-gradient(top, #83e673 0, #5cad4f 100%);
  background: linear-gradient(180deg, #83e673 0, #5cad4f 100%);
  -webkit-transform: skew(-14deg);
      -ms-transform: skew(-14deg);
          transform: skew(-14deg);
}

.items-info__text--red {
  background: -webkit-gradient(linear, left top, left bottom, from(#EE4D4D), to(#D81616));
  background: -o-linear-gradient(top, #EE4D4D 0%, #D81616 100%);
  background: linear-gradient(180deg, #EE4D4D 0%, #D81616 100%);
}

.items-info__text--red:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 100%;
  left: -8px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE4D4D), to(#D81616));
  background: -o-linear-gradient(top, #EE4D4D 0%, #D81616 100%);
  background: linear-gradient(180deg, #EE4D4D 0%, #D81616 100%);
  -webkit-transform: skew(-14deg);
      -ms-transform: skew(-14deg);
          transform: skew(-14deg);
}

.items-info__down {
  position: relative;
  padding: 0 54px 18px 18px;
  min-height: 193px;
}

.items-info__down p {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: rgba(0, 0, 0, 0.8);
}

.items-info__down:before {
  content: '';
  display: block;
  position: absolute;
  width: 88px;
  height: 26px;
  background-color: #fff;
  left: 0;
  top: -17px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(-12deg);
  z-index: 1;
}

.for-whom__head{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 102px;
  background: rgb(131,230,115);
  background: -webkit-gradient(linear, left top, right top, from(rgba(131,230,115,1)), to(rgba(92,173,79,1)));
  background: -o-linear-gradient(left, rgba(131,230,115,1) 0%, rgba(92,173,79,1) 100%);
  background: linear-gradient(90deg, rgba(131,230,115,1) 0%, rgba(92,173,79,1) 100%);
}
.for-whom__head .for-whom__head-icon {
  width: 42px;
  height: 42px;
  background-size: cover;
  background-image: url(../img/icons/pdf_icon.svg);
}
.for-whom__head .for-whom__head-title {
  margin: 0 40px 0 22px;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}
.for-whom__head .for-whom__head-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #aaa;
}
.for-whom__head .for-whom__head-email input {
  width: 260px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 6px 0px 0px 6px;
  padding: 11px 15px;
}

.for-whom__head .for-whom__head-email button {
  width: 120px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  font-size: 14px;
  background-color: #D81616;
  border-radius: 0px 6px 6px 0px;
}
.for-whom__head .for-whom__head-email button span {
  margin: auto;
}

.for-whom {
  background: url(../img/for-whom/bg.jpg) center no-repeat;
  background-size: cover;
}

.webp .for-whom {
  background-size: cover !important;
}

.for-whom__wrapper {
  max-width: 580px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.for-whom__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 70px;
  padding-bottom: 30px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 800;
}

.for-whom__list li {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}

.for-whom__list li:before {
  content: '';
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#83E673), to(#5CAD4F));
  background: -o-linear-gradient(top, #83E673 0%, #5CAD4F 100%);
  background: linear-gradient(180deg, #83E673 0%, #5CAD4F 100%);
  border-radius: 100px;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
}

.for-whom__list li:after {
  content: '';
  display: inline-block;
  background: url(../img/for-whom/list.svg) center no-repeat;
  background-size: cover;
  width: 14px;
  height: 12px;
  position: absolute;
  left: 6px;
  top: 8px;
}

.for-whom__list li:last-child {
  margin-bottom: 40px;
}

.form-whom__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-whom__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin-bottom: 20px;
}

.form-whom__input:nth-child(odd) {
  margin-right: 20px;
}

.select-block {
  width: 100%;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.input {
  width: 100%;
  height: 44px;
  padding: 0 30px 0 18px;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}

.input::-webkit-input-placeholder {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.input::-moz-placeholder {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.input:-ms-input-placeholder {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.input::-ms-input-placeholder {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.input::placeholder {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.input:focus::-webkit-input-placeholder {
  color: transparent;
}

.input:focus:-moz-placeholder {
  color: transparent;
}

.input:focus::-moz-placeholder {
  color: transparent;
}

.input:focus:-ms-input-placeholder {
  color: transparent;
}

.form-whom__btn-wrapper {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-bottom: 70px;
}

.form-whom__btn {
  width: 100%;
  display: block;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#83E673), to(#5CAD4F));
  background: -o-linear-gradient(top, #83E673 0%, #5CAD4F 100%);
  background: linear-gradient(180deg, #83E673 0%, #5CAD4F 100%);
  border-radius: 6px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  padding: 11px 17px;
  position: relative;
  z-index: 1;
}

.form-whom__btn:hover:after {
  opacity: 1;
}

.form-whom__btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #55bd45), to(#5cad4f));
  background: -o-linear-gradient(top, #55bd45 0, #5cad4f 100%);
  background: linear-gradient(180deg, #55bd45 0, #5cad4f 100%);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}

.form-whom__btn span {
  position: relative;
  z-index: 3;
}

.nice-select::after {
  width: 10px;
  height: 10px;
  border-bottom-color: #6fc961;
  border-right-color: #6fc961;
  top: 45%;
}

.intro-2-text__title {
  max-width: 615px;
}

.intro-2-text__subtitle {
  max-width: 100%;
}

.slider {
  background: rgba(0, 0, 0, 0.05);
  padding-bottom: 40px;
}

.slider__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.swiper-container {
  margin: 0 -33px;
  height: 218px;
  padding-top: 13px;
}

.slider__title {
  text-align: center;
  padding: 60px 0 20px;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 800;
}

.swiper-slide {
  padding: 0 33px;
}

.slider-item {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 17px 16px 12px 16px;
  height: 182px;
}

.slider-item p {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 13px;
  min-height: 70px;
}

.slider-item__text {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 400;
}

.slider-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.slider-item span {
  display: inline-block;
  margin-left: 15px;
}

.slider-item img {
  width: 24px;
  height: 24px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 25px;
  color: red;
}

.swiper-button-next {
  right: -36px;
}

.swiper-button-prev {
  left: -36px;
}

.swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #000;
}

.swiper-pagination-bullet-active {
  background: #d81616 !important;
}

.intro-3 {
  background: url(../img/intro-3/bg.jpg) center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 420px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.webp .intro-3 {
  background-size: cover !important;
}

.intro-3__title {
  max-width: 610px;
  margin: 50px 0 20px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
}

.intro-3__text {
  max-width: 665px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.work {
  background: rgba(0, 0, 0, 0.05);
}

.work__wrapper {
  padding: 40px 0 50px;
}

.work__top {
  max-width: 985px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-work__text {
  width: 61%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-work__title {
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.8);
}

.top-work__subtitle {
  margin-top: 20px;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-right: 40px;
}

.top-work__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 209px;
}
.youtube-modal_BG{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  background: #2a2e2c;
}
.youtube-modal{
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#youtubeModal{
  width: 370px;
  height: 210px;
}


.top-work__video {
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.work__down {
  background: rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  padding: 65px 65px 65px 99px;
}
.down-work__subtitle-text {
  font-size: 14px;
  line-height: 19px;
  opacity: .4;
  margin-bottom: 30px;
}

.down-work {
  margin: 60px 0 0;
}

.down-work__text {
  width: 74.5%;
}

.down-work__subtext {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}

.down-work__subtext:first-child {
  margin-top: 25px;
  margin-bottom: 5px;
}

.down-work__title {
  margin: 30px 0 10px;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.8);
}

.down-work__subtitle {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
}

.down-work__list {
  margin-top: 15px;
}

.down-work__list span {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE4D4D), to(#D81616));
  background: -o-linear-gradient(top, #EE4D4D 0%, #D81616 100%);
  background: linear-gradient(180deg, #EE4D4D 0%, #D81616 100%);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
}

.down-work__list li {
  position: relative;
  padding-left: 35px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 15px;
}

.down-work__list li:last-child {
  margin-bottom: 0;
}

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
}
.youtube .play {
  background: url(../img/btn_YT.svg) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  height: 40px;
  width: 48px;
  transition: none;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  transition-duration: .8s;
  transition-property: transform;
}
.youtube:hover .play {
  transform: scale(1.5) rotate(1turn);
}


.work__down-img {
  width: 25.5%;
  background: url(../img/work/1.png) center no-repeat;
  background-size: cover;
  height: 350px;
}

.webp .work__down-img {
  background-size: cover;
}

.cards {
  background-color: #f6f6f6;
}

.cards__title {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 60px;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.8);
}

.cards__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-cards {
  margin: 0 -15px;
  padding-bottom: 60px;
}

.box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin: 0 15px;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  -o-transition: box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
  cursor: pointer;
}

.box-item:hover {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.box-item__header {
  background: rgba(0, 0, 0, 0.05);
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  color: red;
  text-align: center;
  padding: 16px 0 17px;
}

.box-item__body {
  background-color: #fff;
  flex: 1 1 auto;
}

.box-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  position: relative;
  min-height: 290px;
  padding-right: 25px;
  color: rgba(0, 0, 0, 0.8);
  min-height: 380px;
}

.box-item__list:after {
  content: '';
  width: 88%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 18px;
  bottom: 0;
}

.box-item__list li {
  padding-left: 55px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 400;
  position: relative;
  margin-bottom: 17px;
}

.box-item__list li:last-child {
  margin-bottom: 0;
}

.box-item__list li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 22px;
  top: 0;
  background: url(../img/items/mark.png) center no-repeat;
  background-size: cover;
}

.box-item__text {
  padding: 20px 20px 0 20px;
  line-height: 1.4;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}

.box-item__footer {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-item__price {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin: 20px 0 10px;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
}

.box-item__footer-wrapper {
  margin-bottom: 18px;
}

.box-item__btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#83E673), to(#5CAD4F));
  background: -o-linear-gradient(top, #83E673 0%, #5CAD4F 100%);
  background: linear-gradient(180deg, #83E673 0%, #5CAD4F 100%);
  border-radius: 6px;
  height: 44px;
  padding: 0 29px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}

.box-item__btn:hover:after {
  opacity: 1;
}

.box-item__btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #55bd45), to(#5cad4f));
  background: -o-linear-gradient(top, #55bd45 0, #5cad4f 100%);
  background: linear-gradient(180deg, #55bd45 0, #5cad4f 100%);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}

.box-item__btn span {
  position: relative;
  z-index: 3;
}

.history {
  background: rgba(0, 0, 0, 0.05);
}

.history__wrapper {
  padding-bottom: 70px;
}

.history__title {
  padding: 70px 0 30px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 800;
  text-align: center;
}

.history__item {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
}

.item-history__block {
  padding: 45px 18px 0px 107px;
  position: relative;
}

.item-history__block:nth-child(1) {
  padding-top: 40px;
}

.item-history__title {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.item-history__title::before {
  content: '';
  display: inline-block;
  background: url(../img/history/icon.png) center no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 20px;
  top: 30px;
}

.webp .item-history__title::before {
  background-size: cover !important;
}

.item-history__subtitle {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.item-history__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

.item-history__link {
  background: -webkit-gradient(linear, left top, left bottom, from(#83E673), to(#5CAD4F));
  background: -o-linear-gradient(top, #83E673 0%, #5CAD4F 100%);
  background: linear-gradient(180deg, #83E673 0%, #5CAD4F 100%);
  border-radius: 6px;
  padding: 14px 32px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.item-history__link:hover:after {
  opacity: 1;
}

.item-history__link:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #55bd45), to(#5cad4f));
  background: -o-linear-gradient(top, #55bd45 0, #5cad4f 100%);
  background: linear-gradient(180deg, #55bd45 0, #5cad4f 100%);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}

.item-history__link span {
  position: relative;
  z-index: 3;
}

.whom-for__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

.whom-for__btn {
  display: block;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#83E673), to(#5CAD4F));
  background: -o-linear-gradient(top, #83E673 0%, #5CAD4F 100%);
  background: linear-gradient(180deg, #83E673 0%, #5CAD4F 100%);
  border-radius: 6px;
  padding: 14px 34px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}

.whom-for__btn:hover:after {
  opacity: 1;
}

.whom-for__btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #55bd45), to(#5cad4f));
  background: -o-linear-gradient(top, #55bd45 0, #5cad4f 100%);
  background: linear-gradient(180deg, #55bd45 0, #5cad4f 100%);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}

.whom-for__btn span {
  position: relative;
  z-index: 3;
}

.return__logo {
  display: block;
}

.return {
  background-color: #f6f6f6;
}

.return__wrapper {
  max-width: 770px;
  margin: 0 auto;
}

.return__titile {
  padding: 35px 0 15px;
  color: #000000;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 800;
}

.return__nav {
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.6);
}

.return__nav:span {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
}

.return__nav a {
  margin-left: 10px;
  color: #6fc961;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 1px 11px;
}

.return__img {
  margin-bottom: 30px;
}

.return__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.return__text p {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.return__text p:nth-child(2) {
  margin: 15px 0;
}

.return__pagination {
  background: rgba(0, 0, 0, 0.03);
}

.pagination-return {
  margin-top: 30px;
}

.pagination-return__prev {
  padding: 15px 0;
  color: #6fc961;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-left: 15px;
}

.pagination-return__prev:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -14px;
  top: 50%;
  width: 9px;
  height: 15px;
  background: url(../img/return/prev.svg) center no-repeat;
  background-size: cover;
  margin-right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagination-return__next {
  padding: 15px 0;
  color: #6fc961;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-right: 15px;
}

.pagination-return__next:after {
  position: absolute;
  right: -14px;
  top: 50%;
  content: '';
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url(../img/return/next.svg) center no-repeat;
  background-size: cover;
  margin-left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagination-return__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 770px;
  margin: 0 auto;
}

.popup {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.popup.is-active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.popup__wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.popup__inner {
  display: table-cell;
  vertical-align: middle;
}

.popup__content {
  background-color: #fff;
  padding: 35px 18px 32px 18px;
  max-width: 370px;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
}

.popup__btn {
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-block;
  border: none;
  cursor: pointer;
  background: none;
  padding: 0px 0px 0px 0px;
  width: 20px;
  height: 20px;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  -o-transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s;
}

.popup__btn:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.popup__btn:active,
.popup__btn.nice-select.open {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: .8;
}

.popup__btn::before,
.popup__btn::after {
  content: '';
  background-color: #d2d2d2;
  height: 20px;
  width: 3px;
  position: absolute;
  border: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.popup__btn::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.popup__btn::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.popup__title {
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE4D4D), to(#D81616));
  background: -o-linear-gradient(top, #EE4D4D 0%, #D81616 100%);
  background: linear-gradient(180deg, #EE4D4D 0%, #D81616 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}

.popup__price {
  display: block;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 30px;
}

.form-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.popup-line .nice-select.open,
.popup-line .nice-select:active,
.popup-line .nice-select.open,
.popup-line .nice-select:focus {
  border: 2px solid #d81616;
}

.select-option {
  width: 60%;
}

.select-option-2 {
  width: 40%;
}

.popup-input {
  margin-bottom: 20px;
  width: 100%;
}

.popup-input .input {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  -webkit-transition: border .2s;
  -o-transition: border .2s;
  transition: border .2s;
}

.popup-input .input:focus {
  border: 2px solid #d81616;
}

.popup-select {
  width: 100%;
}

.popup-select.select-option-city {
  width: 100%;
}

.popup-select .nice-select {
  width: 100%;
}

.popup-select .nice-select.open,
.popup-select .nice-select:active,
.popup-select .nice-select.open,
.popup-select .nice-select:focus {
  border: 2px solid #d81616;
}

.popup-send-btn-wrapper {
  margin: 20px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-send-btn {
  width: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(#83E673), to(#5CAD4F));
  background: -o-linear-gradient(top, #83E673 0%, #5CAD4F 100%);
  background: linear-gradient(180deg, #83E673 0%, #5CAD4F 100%);
  border-radius: 6px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  padding: 11px 0;
}

.thanks-conent {
  padding: 30px;
  background: url(../img/popup/bg.png) center no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.popup__content-thanks {
  background-color: #fff;
  border-radius: 10px;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
}

.webp .thanks-conent {
  background-size: cover !important;
}

.thanks-conent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.thanks-conent__text {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.thanks-conent__title {
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 800;
}

.thanks-conent__subtitle {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  margin: 17px 0 30px;
}

.thanks-conent__btn {
  display: block;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#83E673), to(#5CAD4F));
  background: -o-linear-gradient(top, #83E673 0%, #5CAD4F 100%);
  background: linear-gradient(180deg, #83E673 0%, #5CAD4F 100%);
  border-radius: 6px;
  padding: 13px 15px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
}

.how-work {
  background-color: #f6f6f6;
}

.how-work__title {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 800;
  padding: 50px 0 55px;
}

.how-work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.how-work__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 33.333%;
}

.how-work__li span {
  position: absolute;
  left: 0;
  top: -30px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#83E673), to(#5CAD4F));
  background: -o-linear-gradient(top, #83E673 0%, #5CAD4F 100%);
  background: linear-gradient(180deg, #83E673 0%, #5CAD4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Open Sans";
  font-size: 60px;
  font-weight: 800;
}

.how-work__li p {
  padding-left: 60px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.how-work__down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 140px;
  padding-bottom: 60px;
}

.how-work__video {
  position: absolute;
  left: -23px;
  top: -56px;
  width: 670px;
  height: 377px;
}

.how-work__link {
  width: 100%;
  height: 100%;
}

.how-work__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 670px;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 30px 50px 209px;
}

.text-work__title {
  margin-bottom: 20px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
}

.how-work__text p {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.how-work__text p:last-child {
  margin-top: 15px;
}

.number {
  background-color: #f6f6f6;
}

.number__wrapper {
  padding-left: 30px;
  padding-bottom: 30px;
}

.number__title {
  background: 0, 0, 0, 0.8;
  text-align: center;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 800;
  padding: 55px 0 0;
}

.number__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.number__subtitle {
  padding-left: 45px;
  color: rgba(0, 0, 0, 0.8);
  margin: 32px 0 25px;
  position: relative;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
}

.number__subtitle span {
  position: absolute;
  left: 0;
  top: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE4D4D), to(#D81616));
  background: -o-linear-gradient(top, #EE4D4D 0%, #D81616 100%);
  background: linear-gradient(180deg, #EE4D4D 0%, #D81616 100%);
  border-radius: 100px;
  width: 35px;
  height: 35px;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.number__text {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.not-found {
  background-color: #f6f6f6;
}

.not-found__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not-found__title {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 800;
  padding: 55px 0 20px;
}

.not-found__link {
  color: #6fc961;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  margin-bottom: 40px;
}

/* Blocks */

body {
  position: relative;
}

body.lock {
  overflow: hidden;
}

.no-scroll {
  overflow: hidden;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  padding: 0px 15px;
}

.container__over {
  max-width: 1494px;
  margin: 0 auto;
  width: 100%;
  padding: 0px 15px;
}

@media (min-width: 992px) {
  .header__menu {
    height: 30px;
    overflow: hidden;
  }

  .menu__link:after {
    content: '';
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -18px;
    height: 2px;
    width: 100%;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }

  .menu__link:hover::after {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@media (max-width: 1182px) {
  .intro__column-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .intro__column-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .intro__column-right iframe {
    max-width: 100%;
  }

  .intro-text__title {
    font-size: 34px;
    line-height: 1.2;
  }

  .win__items {
    margin-right: 40px;
  }

  .win__items-text {
    font-size: 15px;
  }

  .footer__info {
    margin-right: 0;
  }

  .swiper-container {
    margin: 0 -20px;
  }

  .swiper-slide {
    padding: 0 20px;
  }

  .how-work__video {
    width: 489px;
    height: 274px;
  }

  .container {
    max-width: 970px;
  }
}

@media (max-width: 1182px) and (max-width: 992px) {
  .intro__column-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .intro {
    min-height: 660px;
  }

  .webp .intro {
    min-height: 660px;
  }

  .intro__upline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 120px;
  }

  .intro__column-right iframe {
    height: 200px;
    margin-top: 30px;
  }

  .intro__column-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .intro-text__title {
    font-size: 30px;
  }

  .intro-text__subtitle {
    line-height: 1.2;
    text-align: center;
  }

  .intro__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .item-intro {
    margin-top: 50px;
  }

  .item-intro__column {
    padding: 0;
    margin-bottom: 30px;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .menu__list li {
    margin-right: 0;
    margin-bottom: 70px;
  }

  .menu__link {
    font-size: 33px;
  }

  .header__burger {
    display: block;
    position: relative;
    width: 32px;
    height: 20px;
    z-index: 3;
    overflow: hidden;
  }

  .header__burger span {
    top: 9px;
  }

  .header__burger:after,
  .header__burger:before,
  .header__burger span {
    position: absolute;
    background-color: #fff;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }

  .header__burger:after,
  .header__burger:before {
    content: "";
  }

  .header__burger:before {
    top: 0;
  }

  .header__burger:after {
    bottom: 0;
  }

  .header__burger.active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .header__burger.active:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
  }

  .header__burger.active:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 9px;
    margin: 0;
  }

  .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 130px 30px 30px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background: #D81616;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
    margin: 0px 0px 0px 0px;
    z-index: 2;
  }

  .header__menu.active {
    top: 0;
  }

  .header__menu.active .menu__bg {
    width: 100%;
    height: 110px;
    background-color: #E5DBD0;
  }

  .header__logo.logo .m-logo {
    display: block;
  }

  .header__logo.logo .header__logo-link {
    display: none;
  }

  .header-white .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header-white .menu__list li {
    margin-right: 0;
    margin-bottom: 35px;
  }

  .header-white .menu__link {
    color: #fff;
    font-size: 24px;
  }

  .header-white .header__burger {
    display: block;
    position: relative;
    width: 32px;
    height: 20px;
    z-index: 3;
    overflow: hidden;
  }

  .header-white .header__burger span {
    top: 9px;
  }

  .header-white .header__burger:after,
  .header-white .header__burger:before,
  .header-white .header__burger span {
    position: absolute;
    background-color: #469d38;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }

  .header-white .header__burger:after,
  .header-white .header__burger:before {
    content: "";
  }

  .header-white .header__burger:before {
    top: 0;
  }

  .header-white .header__burger:after {
    bottom: 0;
  }

  .header-white .header__burger.active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .header-white .header__burger.active:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
  }

  .header-white .header__burger.active:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 9px;
    margin: 0;
  }

  .header-white .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 130px 30px 30px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background: #D81616;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
    margin: 0px 0px 0px 0px;
    z-index: 2;
  }

  .header-white .header__menu.active {
    top: 0;
  }

  .header-white .header__menu.active .menu__bg {
    width: 100%;
    height: 110px;
    background-color: #E5DBD0;
  }

  .header-white .header__logo.logo .m-logo {
    display: block;
  }

  .header-white .header__logo.logo .return__logo-main {
    display: none;
  }

  .win__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .win__items:nth-child(2)::after {
    display: none;
  }

  .win__items {
    width: 46%;
  }

  .win__items:nth-child(1) {
    margin-bottom: 40px;
  }

  .win__items:nth-child(2) {
    margin-right: 0;
  }

  .win__items-text {
    font-size: 16px;
  }

  .footer__nav {
    margin: 0 25px;
  }

  .footer__nav-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .info__black {
    margin-right: 20px;
  }

  .info__white {
    left: 20px;
    max-width: 100%;
    margin-top: 30px;
    top: 251px;
    margin-left: 20px;
  }

  .info__down {
    padding-top: 54%;
  }

  .info__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .content-info__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-info__items:nth-child(1) {
    margin-right: auto;
    margin-bottom: 20px;
  }

  .swiper-container {
    margin: 0 -20px;
  }

  .swiper-slide {
    padding: 0 20px;
  }

  .intro-3__title {
    max-width: none;
    font-size: 40px;
  }

  .work__wrapper {
    padding: 40px 0;
  }

  .work__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .top-work__text {
    width: 100%;
    text-align: center;
  }

  .top-work__right {
    width: 100%;
    max-width: 370px;
    margin-top: 30px;
  }

  .work__down {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .down-work__text {
    width: 100%;
  }

  .work__down-img {
    width: 249px;
    margin: 20px auto 0;
  }

  .cards__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .box-cards {
    margin: 0;
  }

  .box-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }

  .box-item:nth-child(3) {
    margin-top: 30px;
  }

  .item-history__block {
    padding: 35px 18px 0 107px;
  }

  .how-work__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .how-work__li {
    width: 50%;
  }

  .how-work__li:last-child {
    margin-top: 40px;
  }

  .how-work__li p {
    padding-left: 50px;
    display: block;
  }

  .how-work__down {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }

  .how-work__video {
    left: 1%;
    top: 1%;
    width: 100%;
    height: 324px;
    padding-right: 20px;
  }

  .how-work__text {
    width: 100%;
    margin-top: 45%;
    padding: 40px 30px 50px 40px;
  }
}

@media (max-width: 992px) and (max-width: 767px) {
  .intro-video {
    margin-top: 40px;
  }
}

@media (max-width: 992px) and (max-width: 485px) {
  .intro-video {
    margin-top: 45px;
  }
}

@media (max-width: 992px) and (max-width: 450px) {
  .win__items:nth-child(2) {
    margin-right: 0;
  }
}

@media (max-width: 992px) and (max-width: 596px) {
  .how-work__li:last-child {
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: 750px;
  }
}

@media (max-width: 832px) {
  .swiper-button-next {
    right: 0;
  }

  .swiper-button-prev {
    left: 0;
  }
}

@media (max-width: 830px) {
  .info__white {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .intro__upline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .intro__column-right iframe {
    margin-top: 0;
  }

  .intro-text__title {
    font-size: 34px;
  }

  .intro__item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
  }

  .item-intro {
    margin-top: 40px;
  }

  .item-intro__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .item-intro__text {
    color: #000;
  }

  .item-intro__svg {
    fill: #83E673;
    opacity: 0.7;
  }

  .wrapper-win {
    padding: 30px 0 55px;
  }

  .win__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .win__items:after {
    right: 45%;
    top: 108%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 10%;
  }

  .win__items:nth-child(2)::after {
    display: block;
  }

  .win__items {
    width: 345px;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .win__items:last-child {
    margin-bottom: 0;
  }

  .accordion {
    padding: 30px 0 35px;
  }

  .item-accordion__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .item-accordion__number {
    width: 100%;
    margin-bottom: 10px;
  }

  .item-accordion__number {
    display: block;
  }

  .footer__up {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .info__black {
    max-width: 100%;
  }

  .swiper-container {
    margin: 10px;
  }

  .swiper-slide {
    padding: 0 10px;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: none;
  }
}

@media (max-width: 707px) {
  .info__down {
    padding-top: 60%;
  }
}

@media (max-width: 691px) {
  .how-work__text {
    margin-top: 50%;
  }
}

@media (max-width: 678px) {
  .menu__list li {
    margin-bottom: 40px;
  }

  .menu__link {
    font-size: 25px;
  }
}

@media (max-width: 667px) {
  .how-work__down {
    padding-bottom: 30px;
  }
}

@media (max-width: 665px) {
  .box-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 370px;
  }

  .box-item:nth-child(2) {
    margin-top: 30px;
  }
}

@media (max-width: 648px) {
  .swiper-container {
    height: 241px;
  }

  .slider-item {
    height: 215px;
  }

  .slider-item p {
    min-height: 109px;
  }
}

@media (max-width: 646px) {
  .footer__info {
    margin-top: 15px;
  }
}

@media (max-width: 645px) {
  .info__down {
    padding-top: 65%;
  }
}

@media (max-width: 640px) {
  .box-item__list {
    min-height: auto;
    padding-bottom: 40px;
  }
}

@media (max-width: 635px) {
  .intro__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 631px) {
  .how-work__text {
    margin-top: 55%;
  }
}

@media (max-width: 622px) {
  .info__down {
    padding-top: 73%;
  }
}

@media (max-width: 613px) {
  .form-whom__input {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .form-whom__input:nth-child(odd) {
    margin-right: 0;
  }
}

@media (max-width: 608px) {
  .item-history__title {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .whom-for__btn-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 596px) {
  .return__titile {
    font-size: 22px;
  }

  .how-work__li {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media (max-width: 592px) {
  .how-work__video {
    height: 280;
  }
}

@media (max-width: 587px) {
  .info__down {
    padding-top: 80%;
  }
}

@media (max-width: 578px) {
  .item-accordion__content a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
  }

  .item-accordion__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
  }
}

@media (max-width: 574px) {
  .item-history__block {
    padding: 25px 18px 0 107px;
  }
}

@media (max-width: 569px) {
  .how-work__text {
    margin-top: 60%;
    margin-left: 20px;
  }
}

@media (max-width: 567px) {
  .info__wrapper {
    padding: 50px 0;
  }

  .slider-item {
    max-width: 358px;
    margin-left: auto;
    margin-right: auto;
  }

  .item-history__block {
    padding: 35px 18px 0 83px;
  }

  .item-history__title::before {
    background: url(../img/history/icon.svg) center no-repeat;
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 556px) {
  .cards__title {
    font-size: 23px;
    padding-top: 30px;
  }
}

@media (max-width: 555px) {
  .item-history__title {
    font-size: 17px;
  }
}

@media (max-width: 551px) {
  .info__down {
    padding-top: 87%;
  }
}

@media (max-width: 548px) {
  .intro-3__title {
    font-size: 30px;
    line-height: 1.2;
  }

  .intro-3__text {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 528px) {
  .intro__column-left {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 527px) {
  .how-work__text {
    margin-top: 65%;
  }
}

@media (max-width: 526px) {
  .intro__upline {
    padding-top: 156px;
  }

  .intro-text__title {
    font-size: 28px;
    text-align: left;
  }

  .intro-text__subtitle {
    margin-top: 15px;
    max-width: 100%;
    text-align: left;
    font-size: 20px;
  }

  .item-intro__text {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media (max-width: 525px) {
  .info__black {
    padding: 40px 20px 40px 20px;
  }

  .info__white {
    padding: 30px 20px 30px 20px;
  }

  .info__down {
    padding-top: 100%;
  }
}

@media (max-width: 522px) {
  .pagination-return__prev {
    font-size: 14px;
  }

  .pagination-return__next {
    font-size: 14px;
  }
}

@media (max-width: 503px) {
  .info__down {
    padding-top: 110%;
  }
}

@media (max-width: 500px) {
  .swiper-slide {
    padding: 0 20px;
  }
}

@media (max-width: 489px) {
  .how-work__text {
    margin-top: 71%;
  }
}

@media (max-width: 487px) {
  .for-whom__title {
    padding-top: 40px;
  }

  .for-whom__list li {
    font-size: 17px;
    line-height: 1.2;
  }
}

@media (max-width: 486px) {
  .header-white .menu__link {
    font-size: 22px;
  }

  .footer__nav {
    margin: 0 15px;
  }

  .top-work__text {
    text-align: left;
  }
}

@media (max-width: 485px) {
  .intro-text__subtitle {
    font-size: 20px;
    line-height: 1.2;
  }

  .item-intro {
    margin-top: 25px;
  }
}

@media (max-width: 478px) {
  .info__down {
    padding-top: 120%;
  }
}

@media (max-width: 464px) {
  .faq a {
    margin-left: 15px;
  }

  .footer__nav {
    margin-top: 20px;
  }

  .footer__info {
    margin-left: 15px;
  }

  .info__white {
    top: 279px;
  }
}

@media (max-width: 461px) {
  .info__white {
    top: 88%;
  }
}

@media (max-width: 458px) {
  .info__down {
    padding-top: 130%;
  }
}

@media (max-width: 457px) {
  .how-work__text {
    margin-top: 77%;
  }
}

@media (max-width: 454px) {
  .swiper-container {
    margin: 0;
  }

  .swiper-pagination {
    bottom: -12px;
  }
}

@media (max-width: 451px) {
  .slider-item {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 20px;
  }

  .not-found__title {
    text-align: center;
  }
}

@media (max-width: 450px) {
  .win__items-number {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 440px) {
  .return__nav a {
    margin-left: 15px;
  }

  .how-work__video {
    height: 200px;
  }

  .how-work__text {
    margin-top: 48%;
  }
}

@media (max-width: 436px) {
  .info__down {
    padding-top: 140%;
  }
}

@media (max-width: 425px) {
  .history__title {
    padding: 30px 0 20px;
    font-size: 26px;
  }
}

@media (max-width: 424px) {
  .item-accordion__header {
    font-size: 17px;
  }
}

@media (max-width: 414px) {
  .how-work__text {
    margin-top: 52%;
  }

  .how-work__text {
    padding: 20px 20px 20px 20px;
  }
}

@media (max-width: 410px) {
  .info__down {
    padding-top: 150%;
  }
}

@media (max-width: 408px) {
  .return__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 400px) {
  .form-whom__btn-wrapper {
    width: 100%;
  }

  .form-whom__btn {
    padding: 16px 17px;
  }

  .swiper-slide {
    padding: 0 10px;
  }

  .box-item {
    max-width: 100%;
  }
}

@media (max-width: 396px) {
  .info__down {
    padding-top: 170%;
  }

  .intro-3__title {
    font-size: 25px;
  }
}

@media (max-width: 392px) {
  .how-work__text {
    margin-top: 57%;
  }

  .number__wrapper {
    padding-left: 40px;
  }

  .number__subtitle {
    font-size: 19px;
    padding-left: 0;
  }

  .number__subtitle span {
    left: -39px;
  }
}

@media (max-width: 390px) {
  .win__title {
    font-size: 25px;
  }

  .wrapper-win {
    padding: 30px 0 30px;
  }

  .win__items {
    width: 100%;
  }

  .return__nav a:last-child {
    margin-top: 7px;
    margin-left: 0;
  }

  .pagination-return__prev {
    font-size: 13px;
  }

  .pagination-return__next {
    font-size: 13px;
  }

  .how-work__title {
    padding: 50px 0 45px;
  }
}

@media (max-width: 382px) {
  .info__down {
    padding-top: 180%;
  }
}

@media (max-width: 380px) {
  .item-accordion__header {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .how-work__video {
    top: 3.5%;
  }

  .how-work__text {
    padding: 35px 20px 20px 20px;
  }
}

@media (max-width: 374px) {
  .info__down {
    padding-top: 195%;
  }
}

@media (max-width: 371px) {
  .history__title {
    font-size: 20px;
  }
}

@media (max-width: 362px) {
  .how-work__text {
    margin-top: 62%;
  }
}

@media (max-width: 359px) {
  .menu__link {
    font-size: 20px;
  }
}

@media (max-width: 352px) {
  .info__down {
    padding-top: 205%;
  }
}

@media (max-width: 348px) {
  .info__down {
    padding-top: 210%;
  }
}

@media (max-width: 343px) {
  .info__down {
    padding-top: 220%;
  }
}

@media (max-width: 340px) {
  .how-work__text {
    margin-top: 67%;
  }
}

@media (max-width: 335px) {
  .info__down {
    padding-top: 230%;
  }
}

@media (max-width: 334px) {
  .form-whom__btn {
    padding: 11px 17px;
  }
}

@media (max-width: 329px) {
  .info__down {
    padding-top: 245%;
  }
}

@media (max-width: 327px) {
  .info__down {
    padding-top: 265%;
  }
}

@media (max-width: 320px) {
  .win__items-text {
    font-size: 15px;
  }
}

.webp .intro{ background: url(../img/intro/bg.webp) center no-repeat; }

.webp .for-whom{ background: url(../img/for-whom/bg.webp) center no-repeat; }

.webp .intro-3{ background: url(../img/intro-3/bg.webp) center no-repeat; }

.webp .work__down-img{ background: url(../img/work/1.png) center no-repeat 100%; }

.webp .box-item__list li:before{ background: url(../img/items/mark.webp) center no-repeat; }

.webp .item-history__title::before{ background: url(../img/history/icon.webp) center no-repeat; }

.webp .thanks-conent{ background: url(../img/popup/bg.webp) center no-repeat; }
