@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;
    }
*/
button {
  cursor: pointer;
}
input,
button,
textarea {
  font-family: "Montserrat";
}

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: "Montserrat";
  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;
}

/* montserrat-regular - cyrillic */

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

/* montserrat-600 - cyrillic */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v14-cyrillic-600.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/montserrat-v14-cyrillic-600.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-cyrillic-600.woff2") format("woff2"), url("../fonts/montserrat-v14-cyrillic-600.woff") format("woff"), url("../fonts/montserrat-v14-cyrillic-600.ttf") format("truetype"), url("../fonts/montserrat-v14-cyrillic-600.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

/* montserrat-700 - cyrillic */

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

/* roboto-slab-regular - cyrillic */

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab-v11-cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-slab-v11-cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-v11-cyrillic-regular.woff2") format("woff2"), url("../fonts/roboto-slab-v11-cyrillic-regular.woff") format("woff"), url("../fonts/roboto-slab-v11-cyrillic-regular.ttf") format("truetype"), url("../fonts/roboto-slab-v11-cyrillic-regular.svg#RobotoSlab") format("svg");
  /* Legacy iOS */
}

/* roboto-slab-600 - cyrillic */

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto-slab-v11-cyrillic-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-slab-v11-cyrillic-600.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-v11-cyrillic-600.woff2") format("woff2"), url("../fonts/roboto-slab-v11-cyrillic-600.woff") format("woff"), url("../fonts/roboto-slab-v11-cyrillic-600.ttf") format("truetype"), url("../fonts/roboto-slab-v11-cyrillic-600.svg#RobotoSlab") format("svg");
  /* Legacy iOS */
}

/* roboto-slab-700 - cyrillic */

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab-v11-cyrillic-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-slab-v11-cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-v11-cyrillic-700.woff2") format("woff2"), url("../fonts/roboto-slab-v11-cyrillic-700.woff") format("woff"), url("../fonts/roboto-slab-v11-cyrillic-700.ttf") format("truetype"), url("../fonts/roboto-slab-v11-cyrillic-700.svg#RobotoSlab") format("svg");
  /* Legacy iOS */
}

/* 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-600 - cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v17-cyrillic-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans-v17-cyrillic-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-cyrillic-600.woff2") format("woff2"), url("../fonts/open-sans-v17-cyrillic-600.woff") format("woff"), url("../fonts/open-sans-v17-cyrillic-600.ttf") format("truetype"), url("../fonts/open-sans-v17-cyrillic-600.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 */
}

/* Default styles */

.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;
}

/* ПОДКЛЮЧЕНИЕ ФАЙЛОВ 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;
  height: 42px;
  line-height: 40px;
  outline: none;
  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;
  white-space: nowrap;
  width: auto;
}
.nice-select__close-tabs span{
  font-size: 26px !important;
  font-weight: 800 !important;
}
.nice-select__close-tabs_sub span{
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: .6 !important;
}

.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(-21px);
      -ms-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  -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: 40px;
  list-style: none;
  min-height: 40px;
  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-color: #f6f7f9;
}

.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;
}

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 */

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 15;
  top: 0;
  left: 0;
}

.header__body {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.body-header {
  margin-top: 13px;
  margin-bottom: 20px;
}

.logo {
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 189px;
          flex: 0 0 189px;
  z-index: 6;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
}

.menu__list li {
  margin-right: 26px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__link {
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  white-space: nowrap;
}

.menu__link:hover {
  color: #f6a913;
}

.menu__title-last {
  right: -25px;
  bottom: -17px;
}

.menu__title-first {
  right: -20px;
  bottom: -17px;
}

.menu__link span {
  position: absolute;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Montserrat";
  font-size: 13px;
  letter-spacing: 0.54px;
  font-weight: 400;
}

.intro {
  position: relative;
  background: url(../img/intro/intro-bg.jpg) 45% no-repeat;
  background-size: cover;
  height: 520px;
  z-index: 3;
}

.intro::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
}

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

.intro__body {
  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;
}

.body-intro {
  padding-left: 90px;
  padding-top: 170px;
}

.body-intro__info {
  z-index: 2;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.body-intro__title {
  z-index: 10;
  margin: 21px 0 40px;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.54px;
  line-height: 42px;
}

.body-intro__price {
  z-index: 10;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.intro-more {
  z-index: 2;
  margin-top: 60px;
  padding-left: 20px;
  position: relative;
}

.intro-more a {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 400;
}

.intro-more a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/intro/arrowdown.svg) center no-repeat;
  width: 14px;
  height: 17px;
  background-size: cover;
  display: inline-block;
}

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

.body-intro__video {
  position: absolute;
  left: 55%;
  bottom: -33px;
  z-index: 11;
  width: 429px;
  height: 242px;
}

.body-intro__video iframe {
  width: 100%;
  height: 100%;
}

.main-footer {
  background-color: #d6ccc2;
  padding-bottom: 3%;
}

.top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0px 0px 0px;
  white-space: nowrap;
}

.footer-logo {
  margin-right: 45px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 189;
          flex: 0 0 189;
  margin-bottom: 20px;
}

.top-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.top-nav__list:nth-child(2) {
  margin-top: 30px;
  margin-bottom: 15px;
}

.top-nav-item {
  margin-right: 15px;
}

.top-nav-item:last-child {
  margin-right: 0;
}

.nav-link {
  color: #382f25;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
}

.middle-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.middle-line ul{
  margin: 10px 0px;
}

.publications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 41%;
          flex: 0 1 41%;
  white-space: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.publications li{
  margin: 10px 0px;
}

.publications__link {
  margin-right: 15px;
  color: #382f25;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  font-size: 15px;
}

.payments-questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payments-questions__link img {
  margin: 0px 10px 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.payments-questions__picture-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 109px;
          flex: 0 0 109px;
}

.payments-questions__picture-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 186px;
          flex: 0 0 186px;
}

.payments-questions a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 400;
}

.payments-questions li {
  color: #000000;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

.payments-questions li:last-child {
  margin-left: 21px;
  font-size: 13px;
}

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

.mass-media p {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  color: #000000;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 400;
  margin: 15px 0;
}

.mass-media-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mass-media-img img {
  margin-right: 10px;
}

.expert {
  margin-left: auto;
}

.expert p:nth-child(1) {
  margin-bottom: 15px;
}

.s-explanation {
  padding: 90px 0px 30px;
  background-color: #fff;
}

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

.explanation-content {
  padding-left: 90px;
}

.explanation-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.it-works {
  margin-right: 17px;
}

.h2 {
  position: relative;
  margin-bottom: 17px;
  color: #382f25;
  font-family: "Montserrat";
  font-size: 35px;
  font-weight: 700;
}

.h2:before {
  position: absolute;
  display: block;
  width: 69px;
  height: 1px;
  content: '';
  background-color: #f6a913;
  top: -10px;
  left: 0;
}

.explanation-list {
  margin-bottom: 15px;
}

.explanation-list li {
  margin-bottom: 15px;
  color: #382f25;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

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

.explanation-list > li:first-child {
  padding-left: 20px;
}

.explanation-list > li:nth-child(2) {
  padding-left: 40px;
}

.explanation-list > li:nth-child(3) {
  padding-left: 60px;
}

.explanation-list2 {
  margin-top: auto;
  margin-bottom: 15px;
  color: #382f25;
  font-family: "Montserrat";
  font-size: 17px;
  font-weight: 600;
  line-height: 17px;
}

.explanation-list2 > li:first-child {
  margin-top: 10px;
}

.explanation-list2 li {
  position: relative;
  padding-left: 21px;
  color: #382f25;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  line-height: 19.73px;
}

.explanation-list2 li:before {
  position: absolute;
  display: block;
  width: 15px;
  height: 10px;
  content: '';
  background-image: url(../img/s-explanation/checkmark.svg);
  top: 4px;
  left: 0;
}

.you-get {
  padding-left: 2%;
}

.explanation-list3 {
  color: #382f25;
  font-family: "Montserrat";
  font-size: 17px;
  font-weight: 600;
}

.explanation-list3 li {
  margin-bottom: 15px;
  color: #382f25;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.explanation-list3 > li:first-child {
  margin-top: 15px;
}

.schedule {
  padding-bottom: 30px;
}

.control-size{
}

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.schedule__info {
  text-align: center;
  margin-bottom: 20px;
}

.schedule__title {
  color: #382f25;
  font-family: "Montserrat";
  font-size: 35px;
  font-weight: 700;

}
.title-schedule {
    margin-top: 80px;
}

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

#slideshow #slidesContainer {
  margin: 0 auto;
  width: 1250px;
  height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content;
  overflow: auto; /* разрешаем прокрутку */
  position: relative;
}
#slideInner{
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transition-timing-function: cubic-bezier(.37,.01,.23,1);
  -o-transition-timing-function: cubic-bezier(.37,.01,.23,1);
  transition-timing-function: cubic-bezier(.37,.01,.23,1);
}
#slideshow #slidesContainer .slide {
  margin: 25px auto;
  width: 1200px;
  height: auto;
}

.slide{
  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;
}
.slide-for{
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slide-line{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
}

.schedule-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.schedule-space {
  padding: 0 25px;
}

.schedule-data {
  margin-bottom: 15px;
  text-decoration: underline;
  color: #000000;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
}

.schedule-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.schedule-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  min-width: 450px;
  align-self: normal;
}

.schedule-line__name {
  display: inline-block;
  max-width: 200px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
}

.schedule-line__spot {
  margin-left: auto;
  max-width: 120px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Montserrat";
  font-size: 11px;
  font-weight: 400;
}

.schedule-sign-up {
  padding-left: 20px;
}

.accent-btn {
  display: inline-block;
  padding: 9px 22px;
  cursor: pointer;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 700;
  -webkit-box-shadow: 3px 3px 0 rgba(44, 23, 104, 0.15);
          box-shadow: 3px 3px 0 rgba(44, 23, 104, 0.15);
  background-color: #f6a913;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transition: border .2s;
  -o-transition: border .2s;
  transition: border .2s;
}

.accent-btn:hover {
  border: 1px solid red;
}

.accent-btn:active,
.accent-btn.nice-select.open {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

/* Swiper settings start*/

.swiper-pagination-bullet-active {
  width: 17px !important;
  height: 17px !important;
  background-color: #382F25;
}

.swiper-pagination-bullet {
  display: inline-block !important;
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 0;
  background: rgba(56, 47, 37, 0.6);
}

.swiper-pagination {
  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;
}

/* Swiper settings start*/

.swiper-button-prev,
.swiper-button-next {
  background-color: transparent;
  width: 18px;
  height: 13px;
  cursor: pointer;
  z-index: 20;
}

.swiper-button-prev {
  top: 99.5% !important;
  left: 41% !important;
  background: url(../img/schedule/left.svg);
}

.swiper-button-next {
  right: 41% !important;
  top: 99.5% !important;
  background: url(../img/schedule/right.svg);
}

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

/* Swiper settings end*/

.schedule-btn-wrapper {
  text-align: center;
  margin-top: 25px;
}

.schedule-see-all {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 19px 38px;
  -webkit-box-shadow: 5px 5px 0 rgba(56, 47, 37, 0.25);
          box-shadow: 5px 5px 0 rgba(56, 47, 37, 0.25);
  background: -o-linear-gradient(to right, #3D1E95 0%, rgba(96, 37, 105, 0.69) 100%);
  background: -webkit-linear-gradient(to right, #3D1E95 0%, rgba(96, 37, 105, 0.69) 100%);
  background: -moz-linear-gradient(to right, #3D1E95 0%, rgba(96, 37, 105, 0.69) 100%);
  background: -ms-linear-gradient(to right, #3D1E95 0%, rgba(96, 37, 105, 0.69) 100%);
  background: linear-gradient(to right, #3D1E95 0%, rgba(96, 37, 105, 0.69) 100%);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  overflow: hidden;
}

.schedule-see-all:before {
  content: '';
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: translateX(-60px) skewX(-45deg);
      -ms-transform: translateX(-60px) skewX(-45deg);
          transform: translateX(-60px) skewX(-45deg);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-animation: move 0.9s infinite;
          animation: move 0.9s infinite;
}

.schedule-see-all:active,
.schedule-see-all.nice-select.open {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  color: #fff;
}

/* Политика конфеден. куки */
.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);
}

@-webkit-keyframes move {
  from {
    -webkit-transform: translateX(-60px) skewX(-45deg);
            transform: translateX(-60px) skewX(-45deg);
  }

  to {
    -webkit-transform: translateX(320px) skewX(-45deg);
            transform: translateX(320px) skewX(-45deg);
  }
}

@keyframes move {
  from {
    -webkit-transform: translateX(-60px) skewX(-45deg);
            transform: translateX(-60px) skewX(-45deg);
  }

  to {
    -webkit-transform: translateX(320px) skewX(-45deg);
            transform: translateX(320px) skewX(-45deg);
  }
}

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

.programs-title {
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #382f25;
  font-family: "Montserrat";
  font-size: 35px;
  font-weight: 700;
}

.programs-block {
  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%;
  max-width: 365px;
  position: relative;
  -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  margin-right: 20px;
  margin-bottom: 20px;
}

.programs-text {
  padding: 17px 18px 80px 18px;
}

.programs-text p {
  color: #000000;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 400;
  line-height: 16.9px;
}

.h3 {
  color: #382f25;
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 600;
}

.arrow-wrapper {
  position: absolute;
  right: 37px;
  bottom: 28px;
}

.free__inf{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: #deb887;
  box-shadow: inset 2px 2px 5px rgba(154, 147, 140, 0.5), 1px 1px 5px rgba(255, 255, 255, 1);
  margin-bottom: 20px;
}
.free__inf:hover {
  box-shadow: 2px 2px 5px rgba(154, 147, 140, 0.5), 1px 1px 5px rgba(255, 255, 255, 1);
}
.free__inf h3{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  font-weight: 600;
}
.free-inf__download{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 17px;
}
.free-inf__left{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 35px;
}
.free-inf__left .free-inf__ic{
  background: url("../img/programs/icons/pdf_icon.svg");
  width: 20px;
  height: 24px;
  cursor: pointer;
}
.free-inf__left .free-inf__name{
  padding-top: 4px;
  margin: 0 4px 0 13px;
  cursor: pointer;
  transition-duration: .55s;
}
.free-inf__left .free-inf__down{
  background: url("../img/programs/icons/down_icon.svg");
  width: 12px;
  height: 12px;
  margin-top: 5px;
  cursor: pointer;
}


.free-inf__right{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 35px;
  transition: .8s all;
}
.free-inf__right .free-inf__ic{
  background: url("../img/programs/icons/docx_icon.svg");
  width: 20px;
  height: 24px;
  cursor: pointer;
}
.free-inf__right .free-inf__name{
  padding-top: 4px;
  margin: 0 4px 0 13px;
  cursor: pointer;
  transition-duration: .55s;
}
.free-inf__right .free-inf__down{
  background: url("../img/programs/icons/down_icon.svg");
  width: 12px;
  height: 12px;
  margin-top: 5px;
  cursor: pointer;
}

.free-inf__name:hover{
  color: rgba(0, 0, 0, .8);
}

.programs-subtitle {
  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;
}

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

.programs-title {
  margin-top: 40px;
}

.programs-item {
  max-width: 365px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  padding: 25px;
  border: 2px solid #f39d1b;
  border-radius: 0px 20px 5px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.programs-item img {
  display: inline-block;
  width: 44px;
  height: 44px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}

.webp .programs-item img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 44px !important;
  height: 44px !important;
}

.item-programs {
  margin-right: 20px;
}

.item-programs__title {
  padding-left: 75px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.schedule-intro {
  height: 240px;
  position: relative;
  background: url(../img/all-header-bg/schedule-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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

.webp .schedule-intro {
  background-size: cover;
}

.schedule-intro:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.schedule-tabcontent {
  padding: 35px 0 60px 40px;
}

.schedule-page__title {
  position: relative;
  z-index: 30;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.54px;
  line-height: 42px;
  padding-top: 56px;
  margin-left: 90px;
}

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

.work-intro {
  height: 240px;
  position: relative;
  background: url(../img/all-header-bg/work-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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.webp .work-intro::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
}

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

.work-intro__title {
  position: relative;
  z-index: 3;
  margin-top: 30px;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.54px;
  line-height: 42px;
}

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

.work-page__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.items-work {
  margin: 45px 0 30px;
}

.items-work__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 370px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding: 0 20px 10px 0;
  margin: 0 0 15px 0;
}

.items-work__title {
  display: inline-block;
  font-family: "Roboto Slab";
  font-size: 60px;
  font-weight: 700;
}

.items-work__info {
  display: inline-block;
  padding: 20px 0 0 15px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

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

.content-work {
  margin-top: 38px;
  margin-bottom: 50px;
}

.content-work__block {
  position: relative;
  max-width: 685px;
  margin-left: auto;
  background-color: #F6A913;
  padding: 35px 20px 25px 235px;
}

.content-work__title {
  padding-bottom: 20px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.content-work__subtitle {
  margin-bottom: 20px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.content-work__block p {
  color: #000000;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.content-work__video {
  position: absolute;
  right: 70%;
  top: -7%;
}

.content-work__video iframe {
  width: 685px;
  height: 385px;
}

.content-work__video-mobile {
  display: none;
}

.referral-program-bg {
  background-color: #e5dbd0;
  height: 110px;
}

.referral-program-header {
  color: #000000;
  font-family: "Montserrat";
  font-size: 16px;
}

.referral-program-header__title {
  color: rgba(0, 0, 0, 0.6) !important;
  font-family: "Montserrat";
}

.referral-program__wrapper {
  padding: 35px 0;
}

.referral-program__title {
  position: relative;
  margin-bottom: 15px;
  color: #382f25;
  font-family: "Montserrat";
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}

.referral-call {
  text-align: center;
  color: #000000;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 600;
}

.reg-form-wrapper {
  margin-top: 20px;
}

.reg-form-wrapper form {
  width: 41%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reg-form-wrapper form input:nth-child(2n+1) {
  margin-right: 30px;
}

.reg-form-wrapper form input {
  width: 240px;
  margin-bottom: 15px;
}

.reg-form-wrapper input {
  border-bottom-width: 1px;
  border-color: rgba(0, 0, 0, 0.4);
  border-style: solid;
  opacity: 0.8;
  color: #000000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
}

.reg-form__name {
  width: 240px;
  margin-bottom: 15px;
}

.reg-form__email {
  font-size: 16px;
}

.control-word-wrapper {
  position: relative;
}

.control-word-wrapper .why {
  position: absolute;
  top: 0px;
  right: 34px;
}

.control-word-wrapper a:before {
  content: "Мы запросим контрольное слово при переводе Вам денежных средств";
  width: 255px;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #f6a913;
  padding: 3px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), #fff;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), #fff;
  color: #fff;
  position: absolute;
  top: -10px;
  left: 90%;
  display: none;
}

.control-word-wrapper a:hover:before {
  display: block;
}

.control-word-wrapper .why {
  position: absolute;
  top: 0px;
  right: 34px;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.referral-program-btn-auth {
  padding: 7px 27px;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 400;
  background: -o-linear-gradient(353.16deg, #f19222 9.85%, #f9b60b 95.02%);
  background: linear-gradient(96.84deg, #f19222 9.85%, #f9b60b 95.02%);
  webkit-background-clip: text;
  margin-right: 10px;
  border: 1px solid #f6a913;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
  background: transparent;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.referral-program-btn-auth:hover {
  background: -o-linear-gradient(353.16deg, #f19222 9.85%, #f9b60b 95.02%);
  background: linear-gradient(96.84deg, #f19222 9.85%, #f9b60b 95.02%);
  color: #000;
  -webkit-background-clip: none;
  -webkit-text-fill-color: #fff;
}

.referral-program-btn-reg {
  padding: 8px 23px;
  font-size: 20px;
  background: -o-linear-gradient(348.47deg, #f19222 9.85%, #f9b60b 95.02%);
  background: linear-gradient(101.53deg, #f19222 9.85%, #f9b60b 95.02%);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}

.referral-program-btn-reg:hover {
  background: #ffe600;
}

.login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 15px auto;
  width: 41%;
}

.login-form input {
  width: 253px;
  border-bottom-width: 1px;
  border-color: rgba(0, 0, 0, 0.4);
  border-style: solid;
  opacity: 0.8;
  color: #000000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
}

.login-form input:first-child {
  margin-right: 30px;
}

.login-form-wrapper {
  padding-bottom: 40px;
}

.refferal-how-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: myCounter;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}

.refferal-how-list li {
  list-style: none;
  width: 33%;
  margin: 0 30px;
  position: relative;
  margin-bottom: 15px;
}

.refferal-how-list > li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  font-weight: 700;
  color: #f6a913;
  margin: -5px;
  position: absolute;
  top: 5px;
  left: -17px;
}

.webp .tracking-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}

.tracking-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 946px;
}

.tracking-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

.s-results__title {
  /* Style for "Результаты" */
  text-align: center;
  color: #000000;
  font-family: "Open Sans";
  font-size: 36px;
  font-weight: 700;
}

.s-results {
  padding-bottom: 30px;
}

.results-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 20px auto;
}

.results-text {
  text-align: center;
  color: #000000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
}

.figure {
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  background: -o-linear-gradient(340.26deg, #f19222 9.85%, #f9b60b 95.02%);
  background: linear-gradient(109.74deg, #f19222 9.85%, #f9b60b 95.02%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  font-family: "Open Sans";
}

.referral-program-bg2 {
  background-color: #e5dbd0;
  height: 110px;
}

.referral-program-ref {
  padding-top: 30px;
}

.referral-program-ref__title {
  color: #000000;
  font-family: "Open Sans";
  font-size: 36px;
  font-weight: 700;
}

.referral-program-ref .top-line {
  padding-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.referral-program-ref .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.referral-program-ref .login p {
  margin-right: 20px;
  color: #000000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
}

.referral-program-ref .username {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
  background: -o-linear-gradient(340.84deg, #f19222 9.85%, #f9b60b 95.02%);
  background: linear-gradient(109.16deg, #f19222 9.85%, #f9b60b 95.02%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.referral-program-ref .logout {
  background: -o-linear-gradient(353.61deg, #f19222 9.85%, #f9b60b 95.02%);
  background: linear-gradient(96.39deg, #f19222 9.85%, #f9b60b 95.02%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.ref-title p {
  margin-bottom: 40px;
  color: #000000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
}

.referral-program-ref .user-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.user-data-block__link {
  margin-bottom: 20px;
  color: #000000;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.user-data-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 30px;
}

.user-data-content {
  text-align: center;
}

.user-ref-link {
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  background: -o-linear-gradient(331.84deg, #f19222 9.85%, #f9b60b 95.02%);
  background: linear-gradient(118.16deg, #f19222 9.85%, #f9b60b 95.02%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

.referral-program-ref .copy-ref-link {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  margin-top: -3px;
  text-align: center;
}

.referral-program-ref .copy-ref-link:hover {
  text-decoration: underline;
}

.user-data-content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.promocode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  width: 48%;
}

.promocode:nth-child(2n+1) {
  margin-right: 20px;
}

.promocode-name {
  text-transform: uppercase;
  width: 80%;
  font-weight: 300;
  font-family: "Open Sans";
  font-size: 24px;
  background: -o-linear-gradient(331.84deg, #f19222 9.85%, #f9b60b 95.02%);
  background: linear-gradient(118.16deg, #f19222 9.85%, #f9b60b 95.02%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

.copy-ref-link {
  width: 100%;
}

.promocode-sum {
  width: 20%;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
  font-family: "Open Sans";
  text-align: right;
}

.promocode-form form {
  width: 60%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.promocode-form input[name="code"] {
  width: 64%;
}

.promocode-form input[name="face-value"] {
  width: 23%;
  margin-left: 20px !important;
}

.copy-ref-link {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  margin-top: -3px;
  text-align: center;
}

.copy-ref-link {
  margin-left: 70px;
  margin-right: 12px;
  margin-top: 6px !important;
}

.promocode-form input {
  border-bottom-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
}

.promocode-form input:focus {
  border-color: #f6a913 !important;
}

.btn-box {
  margin-top: 20px;
}

.monitor-withdraw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.table {
  margin-bottom: 50px;
}

.ref-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ref-period__select {
  width: 240px;
  padding: 0;
}

.ref-period__select.nice-select .list {
  top: 85%;
  left: -3px;
}

.ref-period__select.nice-select .current {
  border-bottom-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  color: #000000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
}

.ref-period__select.nice-select .current:active,
.ref-period__select.nice-select .current.nice-select.open {
  border-color: #f6a913 !important;
}

.choose-period {
  color: #000000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  /* Style for "26-03-2018" */
}

.ref-period input {
  width: 240px;
  cursor: pointer;
  color: #000000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  border-bottom-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
}

.ref-period input:focus {
  border-color: #f6a913 !important;
}

.table {
  width: 100%;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
}

table {
  border-collapse: collapse;
}

.table tr {
  height: 36px;
}

.table th {
  width: 16.67%;
}

.table tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.04);
}

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

.history-withdraw {
  margin-top: 65px;
}

.mg-method {
  margin-top: 10px;
}

.subdomen-bg {
  height: 436px;
  background: url(../img/subdomen/bg.jpg) center no-repeat;
  background-size: cover;
}

.webp .subdomen-bg {
  background-size: cover !important;
}

.subdomen__body {
  padding-top: 170px;
  padding-left: 90px;
}

.subdomen__info {
  max-width: 300px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  z-index: 2;
}

.video-block p {
  margin-top: 15px;
}

.subdomen__title {
  max-width: 580px;
  position: relative;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 50px;
  z-index: 2;
  margin-top: 15px;
}

.subdomen-more {
  position: relative;
  margin-top: 50px;
  z-index: 2;
}

.subdomen-wrapper {
  padding-top: 70px;
}

.s-you-get-wrapper {
  padding-left: 60px;
}

.s-you-get-h2 {
  position: relative;
  color: #000000;
  font-family: "Montserrat";
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

.s-you-get-h2:before {
  position: absolute;
  content: '';
  display: block;
  left: -8px;
  top: -3px;
  width: 8px;
  height: 8px;
  background: #f9b60b;
  border-radius: 50%;
}

.subdomen-page {
  margin-bottom: 30px;
}

.s-you-get ul {
  max-width: 750px;
}

.s-you-get li {
  margin-bottom: 21px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
}

.return {
  padding: 30px 0 20px;
}

.return__wrapper {
  position: relative;
}

.return__text {
  max-width: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 60px;
}

.return__text-title {
  color: #000000;
  font-family: "Montserrat";
  font-size: 35px;
  font-weight: 700;
  cursor: pointer;
  opacity: 1;
  transition: all .5s;
}

.return__text span {
  margin-top: 10px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
}

.return__text-title:hover{
  opacity: .8;
}

.return-container, .return-container1, .return-container2, .return-container3, [class*="return-container-"] {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 316px;
          flex: 0 0 316px;
  overflow: hidden;
  height: 390px;
  margin-left: 10px;
}

.return-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.return-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.return-slide__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 268px;
          flex: 0 0 268px;
  height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background: #FFFFFF;
  overflow: hidden;
  -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
}

.return-slide__item img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 268px;
          flex: 0 0 268px;
  max-width: 110%;
}
.return-slide__item picture {
  max-height: 167px;
  overflow: hidden;
}

.item-return__title {
  height: 35px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #382f25;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
}

.item-return__btn-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-return__btn {
  -webkit-box-shadow: 3px 3px 0 rgba(44, 23, 104, 0.15);
          box-shadow: 3px 3px 0 rgba(44, 23, 104, 0.15);
  background-color: #f6a913;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 700;
  padding: 12px 13px 11px;
  cursor: pointer;
  margin: auto 0;
}

.slide-shed__prev{
  background: url("../img/icons/left_shed.svg");
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 100px;
  left:40%;
  cursor: pointer;
  z-index: 5;
}
.slide-shed__next{
  background: url("../img/icons/right_shed.svg");
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 100px;
  right: 40%;
  cursor: pointer;
  z-index: 5;
}
.schedule{position: relative}
.swiper-next,
.swiper-prev {
  display: block;
  position: absolute;
  width: 28px;
  height: 54px;
  cursor: pointer;
  z-index: 2;
  background-color: #000;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}

.swiper-next {
  right: -2% !important;
  top: 53.5% !important;
  background: url(../img/subdomen/slider/right.svg);
  background-size: cover;
}

.swiper-prev {
  top: 53.5% !important;
  left: -2% !important;
  background: url(../img/subdomen/slider/left.svg);
  background-size: cover;
}

.details {
  padding-bottom: 20px;
}

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

.details__item {
  width: 50%;
  margin-left: 30px;
}

.details__text {
  margin-bottom: 15px;
  color: #382f25;
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.details__text span {
  text-align: center;
  width: 100%;
  color: rgba(56, 47, 37, 0.6);
  font-family: "Montserrat";
  font-size: 17px;
  font-weight: 400;
}

.detail__subtext {
  color: #000000;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
}

.details__item p {
  margin-bottom: 25px;
}

.step-details {
  padding: 40px 0 40px;
}

.step-details__text {
  margin: 0 auto;
  max-width: 740px;
  text-align: center;
  color: #382f25;
  font-family: "Montserrat";
  font-size: 21px;
  font-weight: 600;
}

.step-details__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.step-details__list li {
  margin-right: 20px;
  height: 21px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 17px;
  font-weight: 400;
}

.step-details__list img {
  margin-right: 10px;
}

.step-details__minus {
  display: none;
}

.work-details__title {
  text-align: center;
  color: #382f25;
  font-family: "Montserrat";
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

.video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.video-block {
  width: 368px;
  height: 180px;
}

.video-block iframe {
  width: 100%;
  height: 100%;
}

.video-block p {
  text-align: center;
  color: #000000;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
}

.slider-details {
  padding: 0 15px;
  margin-bottom: 50px;
}

.slider-details__inner {
  position: relative;
}

.slider-details__title {
  text-align: center;
  color: #382f25;
  font-family: "Montserrat";
  font-size: 35px;
  font-weight: 700;
  margin-top: 70px;
}

.slider-details-container {
  width: 100%;
  height: 425px;
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 45px;
}

.slider-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-details-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.slider-details__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.block-slider__item {
  width: 340px;
  height: 346px;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.15);
}
.block-slider__img {
  height: 170px;
  overflow: hidden;
}

.block-slider__img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-slider__img img {
  width: 100%;
}

.block-slider__text {
  padding: 20px 20px 20px 15px;
  width: 100%;
  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;
}

.block-slider__text p {
  color: #000000;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  height: 40px;
}

.block-slider__text img {
  position: absolute;
  right: 34px;
  bottom: -24px;
}

.slider-details-prev,
.slider-details-next {
  display: block;
  position: absolute;
  width: 28px;
  height: 54px;
  cursor: pointer;
  z-index: 2;
  background-color: #000;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}

.slider-details-prev {
  top: 47.5% !important;
  left: -2% !important;
  background: url(../img/subdomen/slider/left.svg);
  background-size: cover;
}

.slider-details-next {
  right: -2% !important;
  top: 47.5% !important;
  background: url(../img/subdomen/slider/right.svg);
  background-size: cover;
}

.target-bg {
  background: url(../img/program-v2/intro-bg.jpg) center no-repeat;
  background-size: cover;
  height: 439px;
  position: relative;
}

.webp .target-bg {
  background-size: cover !important;
}

.target-bg__wrapper {
  padding-left: 90px;
  padding-top: 170px;
}

.animated.slower:hover {
  -webkit-animation: none;
          animation: none;
}

.target-bg__title {
  max-width: 577px;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.54px;
  line-height: 42px;
  margin-top: 15px;
  position: relative;
}

.target-bg__video {
  position: absolute;
  right: 6%;
  top: 37%;
  z-index: 2;
  width: 560px;
  height: 315px;
}

.target-bg__video iframe {
  width: 100%;
  height: 100%;
}

.target {
  padding-top: 87px;
}

.target-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.target__title {
  position: relative;
  color: #382f25;
  font-family: "Montserrat";
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 26px;
}

.target__title::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #f9b60b;
  position: absolute;
  left: -12px;
  top: -3px;
  border-radius: 50%;
}

.old-schedule-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 90px;
}

.old-schedule__items {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.old-schedule__items:nth-child(1) {
  margin-right: 40px;
  margin-left: 40px;
}

.old-schedule__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.old-schedule__data {
  color: #000000;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
}

.old-schedule__time {
  margin: 0 54px 0 17px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
}

.old-schedule__add span {
  display: block;
  margin-bottom: 10px;
}

.old-schedule__add {
  text-align: center;
}

.old-schedule-btn-wrapper {
  margin-left: 57px;
}

.old-schedule__btn {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 700;
  padding: 8px 19px;
  -webkit-box-shadow: 3px 3px 0 rgba(44, 23, 104, 0.15);
          box-shadow: 3px 3px 0 rgba(44, 23, 104, 0.15);
  background-color: #f6a913;
}

.learn__wrapper {
  padding-left: 110px;
}

.learn__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.learn__h3 {
  position: relative;
  color: #382f25;
  font-family: "Montserrat";
  font-size: 35px;
  font-weight: 700;
  margin: 20px 0 25px;
}

.learn__h3::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #f9b60b;
  position: absolute;
  left: -12px;
  top: -3px;
  border-radius: 50%;
}

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

.learn__items {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  margin: 0 20px;
}

.learn__name {
  color: #000000;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 15px;
}

.learn__text {
  color: #000000;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.start {
  margin: 35px 0;
}

.start__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.start__item {
  padding: 23px 50px;
  background: -o-linear-gradient(352.8deg, #3D1E95 0%, rgba(96, 37, 105, 0.69) 100%);
  background: linear-gradient(97.2deg, #3D1E95 0%, rgba(96, 37, 105, 0.69) 100%);
}

.start__time {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.start__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.start__day {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 60px;
  font-weight: 700;
  margin-right: 56px;
}



.start__day span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  font-family: "Montserrat";
}

.start__hour {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 60px;
  font-weight: 700;
  margin-right: 56px;
}

.start__hour span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  font-family: "Montserrat";
}

.start__min {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 60px;
  font-weight: 700;
}

.start__min span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  font-family: "Montserrat";
}

/* Анимация вибро */
.wibro{
  display: block;
  position: relative;
  width: 18px;
  height: 41px;
  background-color: black;
  transition-duration: 2s;
}
.notTime-title:hover ~ .wibro{
  -webkit-animation: 0.1s tremor ease-out infinite;
  animation: 0.3s tremor ease-out infinite reverse;

}
@-webkit-keyframes tremor {
  0%, 25% {
    left: -1px;
    top:-1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%, 100% {
    left: 1px;
    top: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
@-moz-keyframes tremor {
  0%, 25% {
    left: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%, 100% {
    left: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
@-ms-keyframes tremor {
  0%, 25% {
    left: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%, 100% {
    left: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
@-o-keyframes tremor {
  0%, 25% {
    left: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%, 100% {
    left: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
@keyframes tremor {
  0%, 25% {
    left: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%, 100% {
    left: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
/* end Анимация вибро */

.choose__title {
  text-align: center;
  color: #000000;
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 600;
}

.chose__notTime{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 35px 0;
}
.chose__notTime .notTime-fire{
  background: url("../img/programs/fire_icon.svg") center no-repeat;
  width: 16px;
  height: 20px;
  margin-right: 10px;
}
.chose__notTime .notTime-array{
  background: url("../img/programs/array_icon.svg");
  width: 17px;
  height: 10px;
  margin-left: 8px;
  cursor: pointer;
}

.chose__notTime .notTime-title{
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #314F9C;
  cursor: pointer;
}


.schoose__top-line {
  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;
}

.nice-select {
  border: solid 1px transparent;
}

.nice-select.open,
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: transparent;
}

.nice-select.open,
.nice-select:active,
.nice-select.open,
.nice-select:hover {
  border-color: transparent;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #f6f7f9;
}

.nice-select .current {
  font-size: 19px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  padding-bottom: 5px;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: rgba(250, 186, 10, 0.4);
}

.nice-select .option {
  border-bottom: 0.5px solid;
  color: #000000;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.nice-select .list {
  top: 77%;
  left: 14px;
}

.nice-select::after {
  border-bottom: 2px solid rgba(250, 186, 10, 0.8);
  border-right: 2px solid rgba(250, 186, 10, 0.8);
  width: 10px;
  height: 10px;
  top: 44%;
}

.select-block__mid span {
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  margin: 0 42px;
}

.select-block__mid span:before {
  content: '';
  background-color: rgba(250, 186, 10, 0.4);
  width: 25px;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: -38px;
  top: 8px;
}

.select-block__mid span:after {
  content: '';
  background-color: rgba(250, 186, 10, 0.4);
  width: 25px;
  height: 1px;
  display: inline-block;
  position: absolute;
  right: -38px;
  top: 8px;
}

.schoose-line-item {
  margin: 25px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.item-choose {
  max-width: 367px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding: 23px 36px 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.15);
}

.item-choose__text {
  text-align: center;
  color: #f6a913;
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 18px;
}
.item-choose__text

.item-choose p {
  color: #000000;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.item-choose span {
  display: block;
  text-align: center;
  color: #000000;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
}
.item-choose span.old-price {
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  text-decoration-line: line-through;
  margin: 25px 0 7px 0;
}

.item-choose__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-choose__btn {
  padding: 8px 20px;
  -webkit-box-shadow: 3px 3px 0 rgba(44, 23, 104, 0.15);
          box-shadow: 3px 3px 0 rgba(44, 23, 104, 0.15);
  background-color: #9b9b9b;
  cursor: pointer;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
  margin-top: 20px;
}

.item-choose__btn:hover {
  background-color: #f6a913;
}

.schoose__small {
  height: 100%;
}

.schoose__mid {
  height: 100%;
}

.schoose__bid {
  height: 100%;
}

.feedback{
  margin-bottom: 40px;
}

.feedback__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

.feedback__title {
  position: relative;
  color: #382f25;
  font-family: "Montserrat";
  font-size: 35px;
  font-weight: 700;
}

.feedback__title::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #f9b60b;
  position: absolute;
  left: -12px;
  top: -3px;
  border-radius: 50%;
}

.swiper__wrapper {
  position: relative;
  margin-bottom: 50px;
}

.feedback-container {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px 0px;
}

.feedback__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.feedback__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 330px;
}

.feedback__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 367px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.333%;
          flex: 1 0 33.333%;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: #ffffff;
  padding: 20px;
  margin: 0 25px;
  overflow: hidden;
}

  /* Subscribe component */
.subscription{
  position: relative;
}
.subscription-head {
  padding: 140px calc((100vw - 1170px) / 2) 60px calc((100vw - 1170px) / 2);
  display: flex;
  flex-wrap: wrap;
  background: rgb(255,247,226);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,247,226,1)), to(rgba(255,214,152,1)));
  background: -o-linear-gradient(left, rgba(255,247,226,1) 0%, rgba(255,214,152,1) 100%);
  background: linear-gradient(90deg, rgba(255,247,226,1) 0%, rgba(255,214,152,1) 100%);
}
.subscription-head_btn {}
.subscription-head_text {
  max-width: 670px;
  margin-bottom: 30px;
}
.subscription-head__subtitle {
  font-size: 15px;
  line-height: 19px;
}
.subscription-head__subsubtitle {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #8E5300;
}
.subscription-head__title {
  font-weight: bold;
  font-size: 42px;
  line-height: 48px;
  margin: 12px 0;
}
.subscription-head_image {
  position: relative;
}
.subscription-head_image img {
  position: absolute;
  bottom: -60px;
  left: 45px;
}
.subscription-head_image svg {
  max-width: 100%;
}

.subscription-what {
  display: flex;
  overflow: hidden;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px calc((100vw - 1170px) / 2);
}
.subscription-what::after {
  content: '';
  position: absolute;
  width: 1170px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  height: 1px;
  bottom: 1px;
  z-index: 11;
}
.subscription-what_title {
  max-width: 770px;
}
.subscription-what_title p:nth-child(1) {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 12px;
}
.subscription-what_title p:nth-child(2) {
  font-size: 20px;
  line-height: 28px;
}
.subscription-what_title-icon {
  display: flex;
  padding-top: 106px;
  justify-content: space-between;
}
.subscription-what_title-icon div {
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  position: relative;
  max-width: 245px;
}
.subscription-what_title-icon div:nth-child(1)::before {
  content: '';
  background-image: url("../img/subscribe/subscription-what_title-icon.svg");
  position: absolute;
  width: 60px;
  height: 60px;
  top: -70px;
  left: calc(50% - 30px);
}
.subscription-what_title-icon div:nth-child(2)::before {
  content: '';
  background-image: url("../img/subscribe/subscription-what_title-icon1.svg");
  position: absolute;
  width: 60px;
  height: 60px;
  top: -70px;
  left: calc(50% - 30px);
}
.subscription-what_title-icon div:nth-child(3)::before {
  content: '';
  background-image: url("../img/subscribe/subscription-what_title-icon2.svg");
  position: absolute;
  width: 60px;
  height: 60px;
  top: -70px;
  left: calc(50% - 30px);
}
.subscription-what_video iframe {
  width: 298px;
  height: 298px;
  border-radius: 1000px;
  position: relative;
  z-index: 10;
}
.subscription-what_video {
  position: relative;
}
.subscription-what_video::before {
  content: '';
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEwIiBoZWlnaHQ9IjIxMCIgdmlld0JveD0iMCAwIDIxMCAyMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGNpcmNsZSBjeD0iMTA1IiBjeT0iMTA1IiByPSIxMDQiIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyKSIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPGRlZnM+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSIyMC45ODYyIiB5MT0iMzMuOTc5MSIgeDI9IjEzOS40NDciIHkyPSIyNDguOTAxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGMTkyMjIiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIwLjI3MzEiIHN0b3AtY29sb3I9IiNGMzlEMUIiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRjlCNjBCIi8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KPC9zdmc+Cg==);
  bottom: -20px;
  right: -20px;
  content: '';
  width: 210px;
  height: 210px;
  z-index: 1;
}
.subscription-what_video::after {
  content: '';
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEwIiBoZWlnaHQ9IjIxMCIgdmlld0JveD0iMCAwIDIxMCAyMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGNpcmNsZSBjeD0iMTA1IiBjeT0iMTA1IiByPSIxMDQiIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyKSIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPGRlZnM+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSIyMC45ODYyIiB5MT0iMzMuOTc5MSIgeDI9IjEzOS40NDciIHkyPSIyNDguOTAxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGMTkyMjIiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIwLjI3MzEiIHN0b3AtY29sb3I9IiNGMzlEMUIiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRjlCNjBCIi8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KPC9zdmc+Cg==);
  top: -20px;
  left: -20px;
  content: '';
  width: 210px;
  height: 210px;
  z-index: 1;
}

.subscription-spec {
  display: flex;
  justify-content: space-between;
  padding: 60px calc((100vw - 1170px) / 2);
}
.subscription-spec_title {
  max-width: 890px;
}
.subscription-spec_title p:nth-child(1) {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding-left: 90px;
  position: relative;
  margin-bottom: 25px;
}
.subscription-spec_title p:nth-child(1)::before {
  content: '';
  background-image: url("../img/subscribe/quotes.svg");
  width: 60px;
  height: 48px;
  position: absolute;
  left: 0px;
}
.subscription-spec_title p:nth-child(1) span {
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.4);
}
.subscription-spec_title p:nth-child(2) {
  font-size: 20px;
  line-height: 28px;
}

.subscription-questions_wrapper{
  z-index: 10;
  padding: 60px calc((100vw - 1170px) / 2);
  background: rgb(239,244,255);
  background: linear-gradient(180deg, rgba(239,244,255,1) 0%, rgba(219,234,255,1) 100%);
}
.subscription-questions_wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 60px calc((100vw - 1170px) / 2);
}
.subscription-questions {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 28px;
}
.subscription-questions_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subscription-questions_container div {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  max-width: 360px;
}
.subscription-questions_container div:last-child {
  border-top: initial;
}
.subscription-questions_box {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 235px;
  width: 360px;
}
.subscription-questions_box svg {
  position: absolute;
  top: 30px;
  right: 0;
}
.subscription-questions_box-title {
  max-width: 85%;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #382F25;
  margin: 30px 0;
}
.subscription-questions_box p:last-child {
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 16px;
}

.subscription-whom {
  display: flex;
  flex-direction: column;
  padding: 60px 0;
}
.subscription-whom_title {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 28px;
}
.subscription-whom_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: self-end;
}
.subscription-whom_box {
  display: flex;
  flex-wrap: wrap;
  max-width: 570px;
  min-height: 327px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #BCD4FB;
  box-sizing: border-box;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1150px)  {
  .subscription-whom_box {
    min-height: 505px;
  }
}
.subscription-whom_box img {
  margin-right: 20px;
  margin-bottom: 16px;
  border-radius: 8px 40px 40px 8px;
}
.subscription-whom_box-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  transform: translateY(-10px);
  max-width: 80%;
}
.subscription-whom_box-subtitle {
  font-size: 15px;
  line-height: 21px;
  flex-basis: 100%;
}

.subscription-rates {
  padding: 60px calc((100vw - 1170px) / 2);
}
.subscription-rates_title {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 30px;
}
.subscription-rates_title span {
  margin-left: 48px;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  display: inline-block;
  transform: translateY(-5px);
}
.subscription-rates_title span svg {
  transform: translateY(4px);
  margin-right: 10px;
}
.subscription-rates_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.subscription-rates_box {
  display: flex;
  flex-direction: column;
  width: 370px;
  min-height: 469px;
  padding: 24px;
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.15);
}
.subscription-rates_box-head {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #F39D1B;
  margin-bottom: 16px;
}
.subscription-rates_box-head span {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.3);
}
.subscription-rates_box-body {
  font-size: 15px;
  line-height: 18px;
  height: 80%;
}
.subscription-rates_box-body span {
  font-weight: bold;
  display: inline-block;
  margin: 10px 0;
}
.subscription-rates_box-foot {
  position: relative;
  display: flex;
  align-items: center;
}
.subscription-rates_box-foot span:first-child {
  text-decoration: line-through;
  color: #E25B10;
  font-size: 12px;
}
.subscription-rates_box-foot p {
  font-weight: bold;
  font-size: 20px;
  margin: 0 3px 0 8px;
}
.subscription-rates_box-foot button {
  cursor: pointer;
  margin-left: auto;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  width: 113px;
  height: 38px;
  background: linear-gradient(151.14deg, #F19222 13.98%, #F39D1B 37.47%, #F9B60B 100%);
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.16);
}
.subscription-rates_box-foot::after {
  content: '';
  position: absolute;
  top: -20px;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
}

.subscription-partners {
  padding: 0 calc((100vw - 1170px) / 2) 60px calc((100vw - 1170px) / 2);
}
.subscription-partners_title {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 12px;
}
.subscription-partners_container {
  display: flex;
  justify-content: space-between;
}
.subscription-partners_container-logo {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 50%;
}
.subscription-partners_container-logo img {
  margin: 0 5px;
}
.subscription-partners_container-text {
  font-size: 20px;
  line-height: 28px;
  flex-basis: 47%;
}

.subscription-reviews {
  padding: 60px calc((100vw - 1170px) / 2);
  background: rgb(255,247,227);
  background: linear-gradient(180deg, rgba(255,247,227,1) 0%, rgba(255,214,152,1) 100%);
}
.subscription-reviews_title {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 12px;
}
.subscription-reviews_title p {
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}
.subscription-reviews_container {
  display: flex;
  justify-content: space-between;
}
.subscription-reviews_box {
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.15);
  max-width: 370px;
  min-height: 221px;
  padding: 20px;
}
.subscription-reviews_box-avatar {
  margin-right: 20px;
}
.subscription-reviews_box-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  max-width: 80%;
}
.subscription-reviews_box-title p {
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.4);
}
.subscription-reviews_box-subtitle {
  flex-basis: 100%;
}

.subscription-faq {
  padding: 60px calc((100vw - 1170px) / 2);
}
.subscription-faq_title {
  position: relative;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 40px;
}
.subscription-faq_title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-out;
  left: 0;
  bottom: -20px;
}
.subscription-faq__wrapper-dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 70px;
  background: #fff;
  cursor: pointer;
  font-size: 24px;
  line-height: 29px;
  outline: none;
}
.subscription-faq__wrapper-dropdown:before {
  content: '';
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-out;
}
.subscription-faq__wrapper-dropdown:after {
  content: '';
  width: 28px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 20px;
  margin-top: -3px;
  background-image: url('../img/subscribe/arrow.svg');
  transition: all 0.3s ease-out;
}
.subscription-faq__wrapper-dropdown .subscription-faq_dropdown {
  position: absolute;
  top: 30px;
  display: flex;
  padding: 10px 45px;
  background: white;
  transition: all 0.3s ease-out;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  font-size: 15px;
  line-height: 19px;
}
.subscription-faq__wrapper-dropdown.active .subscription-faq_dropdown {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 1;
  pointer-events: auto;
  position: initial;
}
.subscription-faq__wrapper-dropdown.active:after {
  transform: rotate(-180deg);
}
.subscription-faq__wrapper-dropdown.active:before {
  bottom: 10px;
}

.subscription-trailers {
  padding: 0 calc((100vw - 1170px) / 2) 60px calc((100vw - 1170px) / 2);
}
.subscription-trailers_title {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
}
.subscription-trailers_title p{
  text-align: inherit;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  margin-top: 16px;
  text-align: center;
}
.subscription-trailers_container {
  display: flex;
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
}
.subscription-trailers_box {
  width: 264px;
  height: 146px;
}
.subscription-trailers_box-play {
  margin-bottom: 16px;
  width: 264px;
  height: 146px;
}
.subscription-trailers_box p:after {
  content: '';
  width: 264px;
  height: 146px;
  position: absolute;
  right: -6px;
  border: 1px solid #F39D1B;
  top: -158px;
  z-index: -1;
}
.subscription-trailers_box p {
  position: relative;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
}

#menu__toggle{
  display: none;
}

.item-feedback__header {
  margin-bottom: 17px;
}

.item-feedback__header img {
  float: left;
  margin-right: 10px;
}

.item-feedback__name {
  color: #111111;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.item-feedback__country {
  color: #f39b1d;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
}

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

.item-feedback__body p {
  max-width: 223px;
  color: #333333;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  line-height: 21.66px;
  max-height: 235px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
}

.item-feedback__picture {
  margin-left: auto;
  display: block;
  width: 80px;
  height: 80px;
}

.feedback-next,
.feedback-prev {
  display: block;
  width: 28px;
  height: 52px;
  position: absolute;
  bottom: 50%;
  cursor: pointer;
}

.feedback-next {
  right: -2%;
  background: url(../img/subdomen/slider/right.svg) center no-repeat;
}

.feedback-prev {
  left: -2%;
  background: url(../img/subdomen/slider/left.svg) center no-repeat;
}

.popup-withdrawal-money {
  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-withdrawal-money.is-active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

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

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

.popup__content-withdrawal {
  background-color: #fff;
  padding: 28px 40px 30px 40px;
  max-width: 350px;
  margin: 0 auto;
  position: relative;
}

.pop-up {
  position: relative;
  width: 350px;
  height: 274px;
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  z-index: 1;
  padding: 40px 15px 15px;
  margin: 0 auto;
}

.pop-up p {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

.pop-up p.to-withdraw {
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  background: -o-linear-gradient(353.5deg, #f19222 9.85%, #f9b60b 95.02%);
  background: linear-gradient(96.5deg, #f19222 9.85%, #f9b60b 95.02%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pop-up .method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pop-up .method img {
  margin-bottom: 10px;
}

.pop-up .accent-btn {
  background: -o-linear-gradient(350.2deg, #f19222 9.85%, #f9b60b 95.02%);
  background: linear-gradient(99.8deg, #f19222 9.85%, #f9b60b 95.02%);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 23.5px;
  font-size: 17px;
  font-weight: 300;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}

.pop-up .accent-btn:hover {
  background: #ffe600;
}

.pop-up p.card-num {
  color: #000000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
}

.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__inner-close-tabs {
  display: table-cell;
  vertical-align: middle;
}
.popup__inner-close-tabs .popup__close {
  background: initial;
  font-size: 20px;
  opacity: .4;
  transform: scale(1.5, 1.1);
  right: 0!important;
  left: initial;
}
.popup__inner-close-tabs .popup__close:hover {
  opacity: 1;
}
.popup-form__close-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.popup-form__close-tabs .reg-window {
  overflow: hidden;
}
.popup-form__contener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 330px;
}
.popup-form__img {
  background-image: url("../img/popup/close_tabs.svg");
  width: 89px;
  height: 140px;
}
.popup-form__img-gear1,
.popup-form__img-gear2 {
  background-image: url("../img/popup/gear.svg");
  width: 39px;
  height: 39px;
  position: absolute;
}
.popup-form__img-gear1 {
  right: -40px;
}
.popup-form__img-gear2 {
  right: -50px;
  top: 100px;
}
.popup__social-title {
  line-height: 26px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.popup__social-title p{
  font-weight: normal;
  font-size: 18px;
}
.popup__social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.popup__social-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.popup__social-wrapper a {
  width: 150px;
  height: 50px;
  padding: 5px 0;
  margin: 5px;
  text-align: center;
  transition-duration: .7s;
}
.popup__social-wrapper :first-child{
  background: url("../img/popup/vk.jpg") center no-repeat;
  background-size: contain;
}
.popup__social-wrapper :nth-child(2) {
  background: url("../img/popup/tg.jpg") center no-repeat;
  background-size: contain;
}
.popup__social-wrapper :nth-child(3) {
  background: url("../img/popup/wa.jpg") center no-repeat;
  background-size: contain;
}
.popup__social-wrapper :last-child{
  background: url("../img/popup/vb.jpg") center no-repeat;
  background-size: contain;
}
.popup__social-wrapper a:hover{
  transform: scale(1.05);
}

    /** YOUTUBE BTN **/
.top-work__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 209px;
}
.youtube {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
}
.youtube-modal_BG{
  position: fixed;
  z-index: 1000;
  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;
}
#youtubeModalSubscribe{
  width: 264px;
  height: 146px;
}
.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);
}

.popup-form__close-tabs .popup-form__contener .popup-form__btn {
  background: -o-linear-gradient(352.75deg, #F9B60B 6.78%, #FFD600 95.15%);
  background: linear-gradient(97.25deg, #F9B60B 6.78%, #FFD600 95.15%);
  border-radius: 69px;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 32px;
}

.popup__content {
  background-color: #fff;
  padding: 28px 40px 30px 40px;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
}

.reg-window {
  padding: 20px 25px 40px 25px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 20px rgba(32, 40, 69, 0.2);
          box-shadow: 0px 10px 20px rgba(32, 40, 69, 0.2);
  border-radius: 20px;
}

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

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

.popup .current {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  word-wrap: break-word;
  display: inline-block;
  white-space: pre-wrap;
}

.popup .nice-select {
  padding-left: 0;
}

.popup .includes {
  margin: 20px 0;
  color: #000000;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
}

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

.popup-form__input {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px 100px 100px 5px;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  padding: 19px 21px 16px;
  margin-bottom: 15px;
}

.popup-form__input:focus {
  border-color: #f6a913 !important;
}

.promo {
  border-radius: 1000px;
  font-size: 12px;
  font-family: "Montserrat";
  line-height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 150px;
  margin: 0 auto 14px;
  text-align: center;
  height: 27px;
}

.promo:focus {
  border-color: #f6a913 !important;
}

.popup-form__btn {
  background: -o-linear-gradient(352.75deg, #F9B60B 6.78%, #FFD600 95.15%);
  background: linear-gradient(97.25deg, #F9B60B 6.78%, #FFD600 95.15%);
  border-radius: 69px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 17px;
  font-weight: 700;
  padding: 20px 92px;
}

.conf {
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Montserrat";
  font-size: 11px;
  font-weight: 400;
  text-align: center;
}

.call {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Montserrat";
  font-size: 11px;
  font-weight: 400;
}

.popup__close {
  display: block;
  width: 40px;
  height: 21px;
  background: url(../img/popup/close.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  left: 5px;
  top: 10px;
  cursor: pointer;
  z-index: 2;
}

.popup-pay {
  padding: 35px 0 20px;
  margin: 0 auto;
  width: 300px;
}

.qr {
  display: block;
  margin: 0 auto 8px auto;
}

.pay-text {
  text-align: center;
  font-size: 14px;
}

.pay-text p {
  margin-bottom: 10px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
}

.pay-btn-wrapper {
  color: #000000;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.accent-btn {
  color: #000000;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0;
}

.call {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Montserrat";
  font-size: 11px;
  font-weight: 400;
}

.pay-btn {
  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;
}

.pay-btn span {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 35px;
  background-color: #e8e8e8;
}

.pay-btn img {
  position: absolute;
  left: 33%;
  top: 31%;
  margin: auto 0;
}

.thanks {
  padding: 35px 0 20px;
}

.thanks-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}

.tanks-text__title {
  color: #000000;
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 600;
}

.tanks-text__subtitle {
  margin: 18px 0;
  color: #000000;
  font-family: "Montserrat";
  font-size: 17px;
  font-weight: 600;
}

.thanks-p {
  color: #000000;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 18px;
}

.protected {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: 400;
}

.s-faq {
  max-width: 900px;
  margin: 0 auto;
  padding: 25px 45px;
}

.faq-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 544px;
}

.watch-faq {
  width: 50%;
  padding-top: 25px;
  margin-right: 20px;
}

.s-faq-title {
  color: #000000;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.watch-faq-title {
  text-align: center;
  margin-bottom: 20px;
  color: #382f25;
  font-family: "Montserrat";
  font-size: 23px;
  font-weight: 400;
}

.accordeon {
  margin-right: 65px;
}

.acc-head {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  position: relative;
  font-family: "Montserrat";
  padding: 10px;
  padding-right: 10px;
  padding-right: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.faq-body .acc-head::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 31px;
  right: 40px;
  top: 15px;
  background-color: rgba(56, 47, 37, 0.5);
}

.faq {
  width: 50%;
  -webkit-box-shadow: 0 10px 20px rgba(32, 40, 69, 0.2);
  box-shadow: 0 10px 20px rgba(32, 40, 69, 0.2);
  border-radius: 20px;
  padding: 25px;
  padding-bottom: 25px;
  padding-bottom: 50px;
}

.faq-body .acc-head::after {
  content: url(../img/faq/angledown.svg);
  position: absolute;
  right: 10px;
  top: 20px;
  pointer-events: none;
}

.faq-body .acc-body {
  display: none;
  padding: 10px;
  min-height: 410px;
  border: 1px solid #faba0a;
  line-height: 100%;
  font-family: "Montserrat";
}

.ask-faq {
  width: 50%;
  -webkit-box-shadow: 0 10px 20px rgba(32, 40, 69, 0.2);
          box-shadow: 0 10px 20px rgba(32, 40, 69, 0.2);
  border-radius: 20px;
  padding: 25px;
  padding-bottom: 25px;
  padding-bottom: 50px;
}

.ask-faq-info {
  margin-bottom: 20px;
  color: #382f25;
  font-family: "Montserrat";
  font-size: 23px;
  font-weight: 400;
  text-align: center;
}

.faq-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 183px;
  margin-bottom: 25px;
  padding: 12px;
}

.faq-form textarea:focus {
  border-color: #f6a913;
}

.faq-form-textarea {
  height: 154px;
}

.faq-form,
.reg-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.faq-form input {
  width: 47.5%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
}

.faq-form input:nth-child(2n) {
  margin-right: 10px;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}

input:focus {
  border-color: #f6a913 !important;
}

.faq-btn {
  width: 66.67%;
  margin: 0 auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: -o-linear-gradient(352.75deg, #f9b60b 6.78%, #ffd600 95.15%);
  background: linear-gradient(97.25deg, #f9b60b 6.78%, #ffd600 95.15%);
  border-radius: 69px;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #000;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
}

.conf {
  font-size: 11px;
  line-height: 13px;
  color: rgba(0, 0, 0, 0.5);
  margin: auto;
  margin-top: auto;
  margin-top: 15px;
}

.audience-bg {
  background-color: #e5dbd0;
  height: 103px;
}

.audience-header {
  color: #000000;
}

.audience-title {
  color: rgba(0, 0, 0, 0.6) !important;
}

.audience-info {
  margin: 25px 0;
  text-align: center;
  color: #000000;
  font-family: "Montserrat";
  font-size: 50px;
  font-weight: 700;
}

.audience-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.audience-block.longer-block {
  padding-left: 100px;
}

.audience-block:nth-child(2n+1) {
  background-color: #ffd238;
  color: #333;
}

.audience-block.longer-block {
  width: 34%;
  padding-left: 163px;
  padding-right: 43px;
}

.audience-block:nth-child(2n+1) .audience-subtitle {
  color: rgba(51, 51, 51, 0.8);
}

.audience-block .audience-subtitle {
  margin-bottom: 12px;
  color: rgba(51, 51, 51, 0.8);
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
}

.audience-block p {
  margin-bottom: 0;
}

.audience-block {
  padding: 64px;
  font-size: 16px;
  line-height: 23px;
  background-image: url(../img/audience/1-1.svg);
  background-repeat: no-repeat;
  background-position: 46px 77px;
}

.audience-block {
  padding: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.audience-block.shorter-block {
  width: 32%;
  padding-left: 152px;
  padding-right: 37px;
}

.audience-block:nth-child(2) {
  background-image: url(../img/audience/2.svg);
}

.audience-block:nth-child(3) {
  background-image: url(../img/audience/3.svg);
}

.audience-block:nth-child(4) {
  background-image: url(../img/audience/4.svg);
}

.audience-block:nth-child(5) {
  background-image: url(../img/audience/5.svg);
}

.audience-block:nth-child(6) {
  background-image: url(../img/audience/6.svg);
}

.reviews-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reviews-title {
  margin: 40px 0 30px;
  color: #f29a1d;
  font-family: "Montserrat";
  font-size: 50px;
  font-weight: 700;
  position: relative;
}

.reviews-title:before {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: '';
  background-color: #000;
  top: 6px;
  left: -3px;
}

.reviews-block {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 23px 23px 33px 23px;
  margin-right: 30px;
  margin-bottom: 35px;
}

.reviews-block:nth-child(1),
.reviews-block:nth-child(2),
.reviews-block:nth-child(3) {
  display: block;
}

.reviews-block.short-review {
  width: 27%;
}

.reviews-block.longer-review {
  width: 33%;
}

.reviews-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reviews-top-line {
  background-color: transparent;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.reviews-text img.reviews-mobile {
  display: none;
}

.reviews-img {
  margin-right: 10px;
}

.reviews-name {
  color: #111111;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.reviews-location {
  color: #f39b1d;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
}

.reviews-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.reviews-text img {
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
}

.reviews-text p {
  color: #333333;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  line-height: 21.66px;
}

.reviews-desktop {
  margin-left: 10px;
}

.youtube .youtube-text {
  padding: 40px 0 35px;
  text-align: center;
  color: #f29a1d;
  font-family: "Montserrat";
  font-size: 50px;
  font-weight: 700;
}

.youtube-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.youtube-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 0 272px;
          flex: 0 0 272px;
  margin-right: 25px;
  margin-bottom: 30px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.youtube-box {
  width: 272px;
  height: 153px;
}

.youtube-box iframe {
  width: 100%;
  height: 100%;
}

.youtube-title {
  margin: 17px 0 26px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.youtube-btn-wrapper {
  margin: 0 auto;
}

.youtube-btn {
  padding: 10px 25px;
  margin: 0 auto;
  cursor: pointer;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 700;
  position: relative;
  background: -o-linear-gradient(276.36deg, #F19222 13.98%, #F39D1B 37.47%, #F9B60B 100%);
  background: linear-gradient(173.64deg, #F19222 13.98%, #F39D1B 37.47%, #F9B60B 100%);
}

.youtube-btn:after {
  content: '';
  background: url(../img/video/arrow.png);
  width: 16px;
  height: 8px;
  display: inline-block;
}

.youtube-btn span {
  vertical-align: middle;
  margin-left: 3px;
  color: #d39e1a;
}

.article-page {
  padding-top: 60px;
  padding-bottom: 50px;
}

.article-page-title {
  margin-bottom: 25px;
  text-align: center;
  color: #000000;
  font-family: "Montserrat";
  font-size: 35px;
  font-weight: 700;
}

.article-page__item {
  padding-left: 110px;
  padding-right: 20px;
}

.article-page__item img {
  -o-object-fit: cover;
     object-fit: cover;
}

.article-page__item p {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}
.article-page__item .container ol {
  margin: 20px;
  padding: 0;
  color: #000000;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
}
.article-page__item .container ol li {
  padding-left: 10px;
}

.article-section {
  padding: 15px 0 25px;
}

.article-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-section__title {
  text-align: center;
  color: #000000;
  font-family: "Montserrat";
  margin-top: 40px;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}

.article-section__item {
  margin-bottom: 45px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article-section__one {
  -o-object-fit: cover;
     object-fit: cover;
}

.article-section-text p {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.article-section-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  color: #000000;
}

.article-section-text:nth-child(1) {
  margin-right: 20px;
}

.article-section-text:nth-child(2) {
  padding-left: 20px;
}

.article-section__picture {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

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

.webp .answer-bg {
  background-size: cover !important;
}

.answer-bg__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 240px;
}

.answer-bg__title {
  margin-top: 45px;
  margin-left: 90px;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.54px;
  line-height: 42px;
}

.answer-page {
  padding: 50px 0;
}

.answer__wrapper {
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.answer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

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

.item-answer__top img {
  margin-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
}

.item-answer__text {
  color: #000000;
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.item-answer__subtext {
  margin-top: 10px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.audience-block-v2.longer-block {
  padding-left: 100px;
}

.audience-block-v2:nth-child(2n+1) {
  background-color: #ffd238;
  color: #333;
}

.audience-block-v2.longer-block {
  width: 34%;
  padding-left: 163px;
  padding-right: 43px;
}

.audience-block-v2:nth-child(2n+1) .audience-subtitle {
  color: rgba(51, 51, 51, 0.8);
}

.audience-block-v2 .audience-subtitle {
  margin-bottom: 12px;
  color: rgba(51, 51, 51, 0.8);
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
}

.audience-block-v2 p {
  margin-bottom: 0;
}

.audience-block-v2 {
  padding: 64px;
  font-size: 16px;
  line-height: 23px;
  background-image: url(../img/audience/audience_icon1.svg);
  background-repeat: no-repeat;
  background-position: 46px 77px;
}

.audience-block-v2 {
  padding: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.audience-block-v2.shorter-block {
  width: 32%;
  padding-left: 152px;
  padding-right: 37px;
}

.audience-block-v2:nth-child(2) {
  background-image: url(../img/audience/audience_icon2.svg);
}

.audience-block-v2:nth-child(3) {
  background-image: url(../img/audience/audience_icon3.svg);
}

.audience-block-v2:nth-child(4) {
  background-image: url(../img/audience/audience_icon4.svg);
}

.audience-block-v2:nth-child(5) {
  background-image: url(../img/audience/audience_icon5.svg);
}

.audience-block-v2:nth-child(6) {
  background-image: url(../img/audience/audience_icon6.svg);
}

/* Blocks */

body {
  position: relative;
}

body.lock {
  overflow: hidden;
}

.no-scroll {
  overflow: hidden;
}

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

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

@media (max-width: 1355px) {
  .audience-block.longer-block {
    padding-left: 40px;
  }

  .audience-block.longer-block {
    padding-left: 40px;
  }

  .audience-block.shorter-block {
    padding-left: 40px;
  }

  .audience-block-v2.longer-block {
    padding-left: 40px;
  }

  .audience-block-v2.longer-block {
    padding-left: 40px;
  }

  .audience-block-v2.shorter-block {
    padding-left: 40px;
  }
}

@media (max-width: 1317px) {
  .reviews-block.longer-review {
    width: 32%;
  }
}

@media (max-width: 1292px) {
  .logo {

  }

  .menu__list {
    white-space: pre-wrap;
  }

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

  .menu__title-last {
    right: 4px;
    bottom: -14px;
  }

  .menu__title-first {
    right: 66px;
    bottom: -14px;
  }
  .menu__link {
      font-size: 12px;
  }
  .menu__link span {
    font-size: 10px;
  }

  .top-line__footer {
    margin-bottom: 20px;
  }

  .top-nav-item {
    margin-right: 13px;
  }

  .nav-link {
    font-size: 13px;
  }

  .publications {
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .publications__link {
    margin-right: 15px;
  }

  .payments-questions {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .payments-questions li:last-child {
    margin-left: 0;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .expert {
    margin-left: 20px;
  }

  .expert p:nth-child(1) {
    margin-top: 15px;
  }

  .item-programs__title {
    font-size: 20px;
  }

  .schedule-tabcontent {
    padding: 35px 0 60px 0px;
  }

  .content-work__video iframe {
    width: 451px;
    height: 252px;
  }

  .reg-form-wrapper form {
    width: 56%;
  }

  .login-form {
    width: 56%;
  }

  .user-data-block {
    margin-left: auto;
    margin-right: auto;
  }

  .promocode {
    width: 100%;
  }

  .promocode:nth-child(2n+1) {
    margin-right: 0;
  }

  .promocode-form form {
    width: 100%;
  }

  .copy-ref-link {
    margin-right: 0;
    margin-left: 114px;
  }

  .link-copy-ref {
    margin-left: 0;
  }

  .ref-period {
    width: 50%;
  }

  .return-container {
    height: 733px;
  }

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

  .return-slide__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 268px;
            flex: 0 0 268px;
    margin: 0 40px;
  }

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

  .swiper-next {
  }

  .swiper-prev {
  }

  .video-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .video-block:nth-child(1) {
    margin-bottom: 30px;
  }

  .slider-details-container {
    height: 780px;
    padding-bottom: 25px;
  }

  .slider-details__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .block-slider__item:nth-child(1) {
    margin-bottom: 20px;
  }

  .slider-details-prev {
    left: 0% !important;
  }

  .slider-details-next {
    right: 0% !important;
  }

  .target-bg__wrapper {
    padding-left: 58px;
  }

  .target-bg__video {
    right: 2%;
    top: 69%;
    width: 400px;
    height: 215px;
  }

  .target {
    padding-top: 189px;
  }

  .old-schedule-wrapper {
    margin-left: 25px;
  }

  .old-schedule__items:nth-child(1) {
    margin-left: 0px;
    margin-right: 20px;
  }

  .learn__wrapper {
    padding-left: 0;
  }

  .schoose-line-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .item-choose {
    margin: 0 20px;
  }

  .item-choose:nth-child(2) {
    margin-bottom: 25px;
  }

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

  .feedback__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .reviews-block.short-review {
    width: 47%;
  }

  .reviews-block.longer-review {
    width: 47%;
  }

  .youtube-item {
    margin-right: 20px;
  }

  .article-section__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    -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;
    max-width: 567px;
  }

  .article-section-text:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .article-section-text:nth-child(1) {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .article-section-text:nth-child(2) {
    margin-bottom: 35px;
    padding-left: 0;
  }

  .article-section-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .article-section__picture {
    padding-bottom: 25px;
  }

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

@media (max-width: 1292px) and (max-width: 767px) {
  .expert {
    margin-left: 0;
  }
}

@media (max-width: 1282px) {
  .swiper-container {
    height: 425px;
  }
  .slide-for {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1249px) {
  #slideshow #slidesContainer {
    margin: 0 auto;
    width: initial;
    height: auto;
  }
  .slide-line {
    padding: 0 40px;
  }
}

@media (max-width: 1081px) {
  .reviews-title {
    font-size: 39px;
  }
}

@media (max-width: 1031px) {
  .reviews-block.short-review {
    width: 47%;
  }

  .reviews-block.longer-review {
    width: 47%;
    margin-right: 0;
  }
  .slide-line {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .header{
    position: sticky;
    background: rgba(0,0,0,.8);
  }
  .header__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .logo {
    margin-right: 20px;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(28, 28, 28, .9);
    padding-top: 50px;
    padding-left: 50px;
    visibility: hidden;
    position: fixed;
    width: 100vw;
    top: 0;
  }
  .katequsic {
    box-shadow: 0px 4px 14px rgba(20, 23, 23, 0.65), 0 0 30px rgba(31, 30, 30, 0.12) inset;
  }
  .shadow:before, .shadow:after
  {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 30px rgba(16, 16, 16, 0.44);
    top: 50%;
    bottom: 0;
    left: 27px;
    right: 27px;
    border-radius:25%;
  }

  .menu__list li {
    margin: 0 0 80px 0;
  }

  .menu__list li:first-child {
    margin-bottom: 100px;
  }

  .menu__link {
    font-size: 32px;
  }

  .menu__title-last {
    left: 25%;
    bottom: -65%;
  }

  .menu__title-first {
    left: 35%;
    bottom: -65%;
  }

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

  #menu__toggle {
    opacity: 0;
  }

  #menu__toggle:checked ~ .menu__list {
    visibility: visible;
    left: 0;
    z-index: 10;
  }
  .menu.active {
    top: 0;
  }
  #menu__toggle {
    opacity: 0;
  }

  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  .menu__btn {
    display: flex;
    align-items: center;
    position: fixed;
    top: 30px;
    right: 50px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 11;
  }

  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }

  .menu{
    width: 100vw;
    right: 0;
  }

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

  .body-intro {
    padding-top: 112px;
  }

  .body-intro__title {
    margin: 21px 0 20px;
  }

  .intro-more {
    margin-top: 23px;
  }

  .body-intro__video {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    bottom: -27%;
  }

  .top-nav__list {
    display: block;
  }

  .top-nav__list:nth-child(2) {
    margin-top: 0;
  }

  .top-nav-item {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .nav-link {
    font-size: 12px;
  }

  .nav-link {
    font-size: 15px;
  }

  .middle-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .publications {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .publications__link {
    text-align: center;
  }

  .payments-questions {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .payments-questions a {
    font-size: 15px;
  }

  .payments-questions li:last-child {
    font-size: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .s-explanation {
    padding-top: 175px;
  }

  .tab-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .explanation-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .you-get {
    margin-top: 34px;
  }

  .swiper-container {
    height: 750px;
  }

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

  .schedule-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

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

  .programs-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47%;
            flex: 0 1 47%;
  }

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

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

  .item-programs {
    margin-bottom: 20px;
  }

  .item-programs__title {
    line-height: 21px;
  }

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

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

  .items-work {
    margin-bottom: 0;
  }

  .items-work__box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }

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

  .content-work__block {
    padding: 35px 20px 25px 20px;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .content-work__block {
    margin-left: 0;
  }

  .content-work__video {
    display: none;
  }

  .content-work__video iframe {
    display: none;
  }

  .content-work__video-mobile {
    display: block;
    text-align: center;
    width: 100%;
    height: 249px;
  }

  .content-work__video-mobile iframe {
    width: 100%;
    height: 100%;
  }

  .referral-program-menu {
    background-color: #e5dbd0;
  }

  .reg-form-wrapper form {
    width: 73%;
  }

  .login-form {
    width: 72%;
  }

  .user-data-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 20px;
  }

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

  .copy-ref-link {
    width: 24%;
  }

  .choose-period {
    margin-right: 15px;
  }

  .table {
    font-size: 12px;
  }

  .table th {
    width: 0.67%;
  }

  .subdomen__title {
    font-size: 40px;
  }

  .swiper-next {
    right: 1% !important;
  }

  .swiper-prev {
    left: 1% !important;
  }

  .video-block:nth-child(1) {
    margin-bottom: 50px;
  }

  .video-block {
    margin-bottom: 50px;
  }

  .block-slider__item {
    width: 277px;
  }

  .slider-details-prev {
    left: -2% !important;
  }

  .slider-details-next {
    right: -2% !important;
  }

  .target-bg{
    margin-bottom: 430px;
  }

  .target-bg__wrapper {
    padding-top: 150px;
  }

  .target-bg__video {
    right: 0;
    top: 90%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 0 15px;
  }

  .target {
    padding-top: 46%;
  }

  .old-schedule-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .old-schedule__items:nth-child(1) {
    margin-right: auto;
    margin-left: auto;
  }

  .old-schedule__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    margin: 0 auto;
  }

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

  .learn__items:nth-child(1) {
    margin-bottom: 20px;
  }

  .item-choose {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-bottom: 25px;
  }

  .swiper__wrapper {
    padding-bottom: 100px;
  }

  .feedback-next,
  .feedback-prev {
    bottom: 58%;
  }

  .feedback-next {
    right: 17%;
  }

  .feedback-prev {
    left: 17%;
  }

  .audience-header {
    color: #fff;
  }

  .audience-title {
    color: rgba(255, 255, 255, 0.6) !important;
  }

  .audience-block.longer-block {
    width: 50%;
  }

  .audience-block.shorter-block {
    width: 50%;
  }

  .audience-block:nth-child(4n),
  .audience-block:nth-child(4n+1) {
    background-color: #ffd238;
  }

  .audience-block:nth-child(2n+1) {
    background-color: #fff;
  }

  .audience-block:nth-child(4n),
  .audience-block:nth-child(4n+1) {
    background-color: #ffd238;
  }

  .audience {
    padding: 0 15px;
  }

  .article-page__item {
    padding-left: 20px;
  }

  .article-section__wrapper {
    padding-left: 0;
  }

  .article-section-text p {
    font-size: 17px;
  }

  .audience-block-v2.longer-block {
    width: 50%;
  }

  .audience-block-v2.shorter-block {
    width: 50%;
  }

  .audience-block-v2:nth-child(4n),
  .audience-block-v2:nth-child(4n+1) {
    background-color: #ffd238;
  }

  .audience-block-v2:nth-child(2n+1) {
    background-color: #fff;
  }

  .audience-block-v2:nth-child(4n),
  .audience-block-v2:nth-child(4n+1) {
    background-color: #ffd238;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: 750px;
  }
  .title-schedule {
    margin-top: 0px;
  }
}

@media (max-width: 904px) {
  .target {
    padding-top: 49%;
  }
}

@media (max-width: 871px) {
  .reviews-block.short-review {
    width: 100%;
    margin-right: 0;
  }

  .reviews-block.longer-review {
    width: 100%;
  }
}

@media (max-width: 870px) {
  .target {
    padding-top: 52%;
  }
}

@media (max-width: 841px) {
  .faq-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
  }

  .watch-faq {
    width: 100%;
    margin-right: 0;
  }

  .accordeon {
    margin-right: 0;
  }

  .faq-body .acc-head::before {
    top: 2px;
  }

  .faq-body .acc-head::after {
    top: 9px;
  }

  .ask-faq {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media (max-width: 819px) {
  .reviews-title .reviews-title {
    font-size: 28px;
  }
}

@media (max-width: 802px) {
  .target {
    padding-top: 55%;
  }
}

@media (max-width: 768px) {
  .menu__title-last {
    left: 29%;
  }

  .menu__title-first {
    left: 42%;
  }
}

@media (max-width: 767px) {
  .bottom-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .explanation-content {
    padding-left: 0;
  }

  .swiper-container {
    height: auto;
  }

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

  .programs-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-right: 0;
  }

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

  .item-programs {
    margin-right: 0;
  }

  .schedule-page__title {
    margin-left: 50px;
    font-size: 30px;
  }

  .items-work__box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .reg-form-wrapper form input:nth-child(2n+1) {
    margin-right: 0;
  }

  .reg-form-wrapper form input {
    width: 100%;
  }

  .control-word-wrapper .why {
    right: -3px;
  }

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

  .refferal-how-list li {
    width: 33%;
  }

  .ref-period {
    width: 80%;
  }

  .s-you-get-wrapper {
    margin-top: 40px;
  }

  .s-you-get-h2 {
    font-size: 26px;
  }

  .s-you-get li {
    font-size: 16px;
  }

  .return__text span {
    margin-bottom: 40px;
  }

  .return-container {
    height: auto;
    overflow: visible;
    margin-left: 0;
  }

  .return-slide {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    display: block;
  }

  .return-slide__item {
    margin-bottom: 40px;
  }

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

  .details__item {
    width: 100%;
    margin-left: 0;
  }

  .step-details {
    padding: 40px 0 20px;
  }

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

  .step-details__list {
    margin: 20px 0 10px;
  }

  .step-details__list li {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .step-details__list img {
    display: none;
  }

  .step-details__minus {
    display: inline-block;
    font-size: 16px;
    color: #F6A913;
    margin-right: 7px;
  }

  .slider-details-container {
    height: auto;
    overflow: visible;
    padding-top: 20px;
  }

  .slider-details-slide {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .block-slider__item {
    margin-bottom: 20px;
  }

  .learn__items {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 80%;
            flex: 1 0 80%;
    margin-bottom: 20px;
  }

  .item-choose {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .swiper__wrapper {
    padding-bottom: 120px;
  }

  .feedback__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .feedback-next,
  .feedback-prev {
    width: 15px;
    height: 24px;
  }

  .feedback-next {
    background: url(../img/subdomen/slider/right1.svg) center no-repeat;
  }

  .feedback-prev {
    background: url(../img/subdomen/slider/left1.svg) center no-repeat;
  }

  .audience-info {
    font-size: 30px;
  }

  .audience-block.shorter-block {
    width: 100%;
  }

  .audience-block.longer-block {
    width: 100%;
  }

  .audience-block:nth-child(2n+1) {
    background-color: #ffd238;
  }

  .audience-block:nth-child(4n),
  .audience-block:nth-child(4n+1) {
    background-color: #fff;
  }

  .audience-block:nth-child(4n),
  .audience-block:nth-child(4n+1) {
    background-color: #fff;
  }

  .audience-block:nth-child(2n+1) {
    background-color: #ffd238;
  }

  .youtube .youtube-text {
    font-size: 37px;
  }

  .article-page__item {
    padding: 0;
  }

  .answer__wrapper {
    padding-left: 0;
  }

  .item-answer__top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .audience-block-v2.shorter-block {
    width: 100%;
  }

  .audience-block-v2.longer-block {
    width: 100%;
  }

  .audience-block-v2:nth-child(2n+1) {
    background-color: #ffd238;
  }

  .audience-block-v2:nth-child(4n),
  .audience-block-v2:nth-child(4n+1) {
    background-color: #fff;
  }

  .audience-block-v2:nth-child(4n),
  .audience-block-v2:nth-child(4n+1) {
    background-color: #fff;
  }

  .audience-block-v2:nth-child(2n+1) {
    background-color: #ffd238;
  }
}

@media (max-width: 767) {
  .content-work {
    margin-bottom: 60px;
  }
}

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

@media (max-width: 760px) {
  .target {
    padding-top: 57%;
  }
  .return-slide__item picture {
    max-height: 167px;
    overflow: hidden;
    width: 270px;
  }
}

@media (max-width: 720px) {
  .target {
    padding-top: 62%;
  }
}

@media (max-width: 696px) {
  .return__text-title {
    font-size: 27px;
  }
}

@media (max-width: 694px) {
  .return__text span {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 692px) {
  .menu__title-first {
    left: 45%;
  }
}

@media (max-width: 676px) {
  .answer-bg__title {
    margin-left: 50px;
  }
}

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

@media (max-width: 674px) {
  .youtube-item {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 673px) {
  .youtube-block {
    padding-left: 0;
  }
}

@media (max-width: 668px) {
  .old-schedule__items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
  }
}

@media (max-width: 666px) {
  .monitor-withdraw {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .monitor-withdraw .accent-btn {
    margin: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 664px) {
  .refferal-how-list li {
    width: 100%;
  }

  .target {
    padding-top: 65%;
  }
}

@media (max-width: 660px) {
  .user-data-block {
    margin-left: 0;
    margin-right: 0;
  }

  .user-ref-link {
    font-size: 16px;
  }

  .s-you-get-wrapper {
    padding-left: 0;
  }
}

@media (max-width: 656px) {
  .results-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 652px) {
  .body-intro__video {
    width: 100%;
    padding: 0 15px;
  }

  .s-explanation {
    padding-top: 190px;
  }
}

@media (max-width: 650px) {
  .top-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }

  .middle-line {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .publications {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: center;
  }

  .publications li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: pre-wrap
  }

  .publications__link {
    margin-right: 0px;
    font-size: 19px;
  }

  .payments-questions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .return__text {
    padding-left: 0;
  }
  .feedback-next {
    right: 7%;
  }
  .feedback-prev {
    left: 7%;
  }
}

@media (max-width: 640px) {
  .menu__list {
    padding: 106px 20px 25px 47px;
  }

  .target-bg {
    margin-bottom: 280px;
  }

  .target-bg__video {
    height: 300px;
  }

  .target {
    padding-top: 47%;
  }
  .return-slide__item picture {
    width: 200px;
  }
}

@media (max-width: 636px) {
  .subdomen__body {
    padding-left: 0;
  }
}

@media (max-width: 632px) {
  .learn__h3 {
    font-size: 27px;
  }
}

@media (max-width: 630px) {
  .feedback__item {
    margin: 0 0;
  }

  .feedback-next {
  }

  .feedback-prev {
  }
}

@media (max-width: 624px) {
  .work-details__title {
    font-size: 27px;
  }
}

@media (max-width: 620px) {
  .start__day {
    margin-right: 20px;
  }

  .start__hour {
    margin-right: 20px;
  }
  .return-slide__item {
    height: 260px;
  }
}

@media (max-width: 616px) {
  .login-form {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .login-form input {
    width: 100%;
  }

  .login-form input:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 613px) {
  .reviews-title:before {
    left: -10px;
  }

  .reviews-title {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .mass-media-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .mass-media-img img {
    margin-right: 0;
    margin-top: 10px;
  }

  .table {
    font-size: 8px;
  }

  .subdomen__body {
    padding-top: 120px;
  }

  .target-bg__wrapper {
    padding-left: 27px;
    padding-top: 123px;
  }
  .return-slide {
    flex-shrink: 0;
  }
  .return-slide__item{
    width: 70%;
    margin: 0 auto;
    height: 300px;
  }
  .return-slide__item picture {
    width: 100%;
  }
}

@media (max-width: 590px) {
  .body-intro__title {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media (max-width: 585px) {
  .acc-head {
    font-size: 17px;
  }
}

@media (max-width: 583px) {
  .ref-period {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .schedule-space {
    padding: 0;
  }
  .menu__btn{
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 575px) {
  .popup__content-withdrawal {
    max-width: 100%;
    padding: 0;
  }

  .popup__content {
    max-width: 100%;
    padding: 0;
  }

  .reviews-block {
    display: none;
  }

  .reviews-text img.reviews-mobile {
    display: block;
  }

  .reviews-text {
    -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;
  }

  .reviews-text img.reviews-desktop {
    display: none;
  }
}

@media (max-width: 570px) {
  .menu__list {
    padding: 30px 0 0 20px;
  }

  .target-bg {
    margin-bottom: 210px;
  }

  .menu__list li {
    margin: 0 0 35px 0;
  }

  .menu__list li:first-child {
    margin-bottom: 55px;
  }

  .menu__link {
    font-size: 30px;
  }

  .intro-more {
    margin-top: 30px;
  }

  .target-bg__title {
    font-size: 29px;
    line-height: 1;
  }

  .target-bg__video {
    top: 73%;
  }

  .target {
    padding-top: 38%;
  }

  .s-faq {
    padding: 25px 10px;
  }
  .item-return__title {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
}

@media (max-width: 560px) {
  .menu__link span {
    font-size: 13px;
  }
  .target-bg {
    margin-bottom: 170px;
  }
  .body-intro {
    padding-left: 0;
  }

  .target-bg__video {
    height: 263px;
  }

  .target {
    padding-top: 31%;
  }

  .item-answer__text {
    font-size: 20px;
  }
}

@media (max-width: 552px) {
  .menu__title-first {
  }
}

@media (max-width: 540px) {
  .referral-program-ref .login p {
    width: 60%;
  }
}

@media (max-width: 538px) {
  .start__day {
    margin-right: 10px;
  }
}

@media (max-width: 530px) {
  .schedule-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-left: 0;
  }

  .schedule-line__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    padding-left: 20px;
    word-break: break-all;
  }

  .schedule-line__spot {
    margin: 10px auto;
  }

  .schedule-line__spot {
    margin: 10px 0 10px 21px;
    word-wrap: normal;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .schedule-sign-up {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .programs-title {
    font-size: 28px;
  }

  .referral-program-header__title {
    font-size: 25px;
  }

  .referral-program-ref .top-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .copy-ref-link {
    width: 23%;
  }

  .start__hour {
    margin-right: 10px;
  }

  .youtube .youtube-text {
    font-size: 25px;
  }

  .youtube-item {
    margin-right: 0;
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .youtube-box {
    width: 100%;
    height: 200px;
  }

  .youtube-title {
    text-align: center;
  }
}

@media (max-width: 528px) {
  .target-bg__title {
    bottom: -80%;
  }
}

@media (max-width: 522px) {
  .step-details {
    padding: 20px 0 0;
  }
}

@media (max-width: 520px) {
  .referral-call {
    font-size: 20px;
  }

  .reg-form-wrapper form {
    margin: 30px 0;
    width: 100%;
  }

  .copy-ref-link {
    margin-left: 74px;
    width: 27%;
  }
}

@media (max-width: 510px) {
  .referral-program-ref .login {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .referral-program-ref .login p {
    margin: 0;
    margin-bottom: 10px;
  }

  .referral-program-ref .logout {
    margin-top: auto;
  }

  .start__day {
    font-size: 49px;
  }

  .start__hour {
    font-size: 49px;
  }

  .start__min {
    font-size: 49px;
  }
}

@media (max-width: 506px) {
  .referral-program-ref .logout {
    margin-top: 20px;
  }

  .return-slide__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding-top: 20px;
  }
}

@media (max-width: 500px) {
  .h2 {
    font-size: 27px;
  }
  .schedule-line__name {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .slide-line {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }

  .schedule-line {
    min-width: initial;
    width: 300px;
    margin-bottom: 50px;
  }

  .referral-program__title {
    font-size: 28px;
  }

  .details__text {
    font-size: 20px;
  }

  .details__text span {
    text-align: left;
    margin-top: 15px;
  }

  .work-details__title {
    font-size: 24px;
  }

  .slider-details__title {
    margin-top: 25px;
  }

  .item-choose {
    max-width: 300px;
    height: -webkit-max-content;
            height: -moz-max-content;
            height: max-content;
  }
}

@media (max-width: 488px) {
  .payments-questions__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .payments-questions__link img {
    margin: 0 10px 0;
  }

  .referral-program-ref .login p {
    width: 70%;
  }
}

@media (max-width: 483px) {
  .old-schedule-wrapper {
    margin-left: 0;
  }

  .old-schedule__time {
    margin: 0 auto;
  }

  .old-schedule__add {
    display: none;
  }

  .old-schedule-btn-wrapper {
    margin-left: auto;
  }
}

@media (max-width: 474px) {
  .start__day {
    font-size: 35px;
  }

  .start__hour {
    font-size: 35px;
  }

  .start__min {
    font-size: 35px;
  }
}

@media (max-width: 472px) {
  .schedule-page__title {
    margin-left: 0;
  }

  .subdomen__title {
    font-size: 30px;
  }
}

@media (max-width: 470px) {
  .menu__link {
    font-size: 16px;

  .target-bg {
    margin-bottom: 140px;
  }

  .menu__title-last {
    left: 0;
  }

  .menu__title-first {
    left: 0;
  }
}

@media (max-width: 468px) {
  .target-bg__video {
    height: 230px;
  }
  .menu__list li:first-child {
    margin-bottom: 35px;
  }
}

@media (max-width: 456px) {
  .copy-ref-link {
    width: 29%;
  }
}

@media (max-width: 450px) {
  .user-ref-link {
    font-size: 12px;
  }

  .learn__text {
    font-size: 13px;
  }
  .feedback-prev {
    left: 1%;
  }
  .feedback-next {
    right: 1%;
  }
}

@media (max-width: 447px) {
  .popup__content .list {
    left: -11px;
  }

  .popup__content .option {
    font-size: 13px;
  }
}

@media (max-width: 447px) and (max-width: 369px) {
  .popup__content .option {
    font-size: 11px;
  }
}

@media (max-width: 444px) {
  .copy-ref-link {
    margin-left: 20px;
  }
}

@media (max-width: 440px) {
  .nice-select {
    padding-left: 0;
  }

  .nice-select .current {
    font-size: 13px;
  }
}

@media (max-width: 434px) {
  .return-slide__item {
    margin-right: 0;
    margin-left: 40px;
  }
}

@media (max-width: 430px) {
  .feedback__item {
    margin: 0 15px;
    max-width: 100%;
  }
}

@media (max-width: 426px) {
  .start__day {
    font-size: 27px;
  }

  .start__hour {
    font-size: 27px;
  }

  .start__min {
    font-size: 27px;
  }
}

@media (max-width: 420px) {
  .learn__items {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (max-width: 418px) {
  .referral-program-ref .username {
    font-size: 13px;
  }
}

@media (max-width: 412px) {
  .target-bg__video {
    top: 82%;
  }

  .target {
    padding-top: 42%;
  }
}

@media (max-width: 410px) {
  .target-bg__video {
    height: 200px;
  }

  .popup__close {
    left: 25px;
  }
}

@media (max-width: 405px) {
  .feedback-container {
    height: 300px;
  }

  .feedback-next,
  .feedback-prev {
  }
}

@media (max-width: 400px) {
  .block-slider__item {
    width: 260px;
  }

  .choose__title {
    font-size: 23px;
  }

  .select-block__mid span {
    margin: 0 10px;
  }

  .select-block__mid span:before {
    display: none;
  }

  .select-block__mid span:after {
    display: none;
  }

  .item-answer__text {
    font-size: 17px;
  }
}

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

  .start__hour {
    font-size: 20px;
  }

  .start__min {
    font-size: 20px;
  }
}

@media (max-width: 392px) {
  .article-section__title {
    font-size: 30px;
  }
}

@media (max-width: 390px) {
  .start__item {
    padding: 27px 25px;
  }
  .feedback-prev {
    left: 0%;
  }
  .feedback-next {
    right: 0%;
  }
}

@media (max-width: 382px) {
  .feedback-container {
    height: 336px;
  }
}

@media (max-width: 381px) {
  .feedback-next,
  .feedback-prev {
    bottom: 30% !important;
  }
}

@media (max-width: 380px) {
  .body-intro__info {
    font-size: 13px;
  }

  .body-intro__title {
    font-size: 25px;
    margin: 20px 0 20px;
  }

  .body-intro__price {
    font-size: 20px;
  }
  .body-intro__video {
    bottom: -17%;
  }
}

@media (max-width: 370px) {
  .referral-program-ref .login a {
    margin-top: 20px;
  }
  .s-explanation {
    padding-top: 120px;
  }
}

@media (max-width: 362px) {
  .target-bg__title {
    line-height: 1;
    font-size: 25px;
  }
}

@media (max-width: 360px) {
  .target__title {
    font-size: 21px;
  }
  .slide-line {
    padding: initial;
  }
  .schedule-line__name {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
}

@media (max-width: 358px) {
  .target-bg__video {
    height: 175px;
  }
}

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

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

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

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

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

.webp .youtube-btn:after{ background: url(../img/video/arrow.webp); }

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