.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  margin: 0;
}

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

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

a:not([class]) {
  color: inherit;
}

abbr[title] {
  border-bottom: 1px dotted;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

[role="button"] {
  cursor: pointer;
}

.rel {
  position: relative;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) and (max-width: 1335px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1336px) {
  .container {
    width: 1336px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xsl-1,
.col-xsl-2,
.col-xsl-3,
.col-xsl-4,
.col-xsl-5,
.col-xsl-6,
.col-xsl-7,
.col-xsl-8,
.col-xsl-9,
.col-xsl-10,
.col-xsl-11,
.col-xsl-12,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 540px) {
  .col-xsl-1,
  .col-xsl-2,
  .col-xsl-3,
  .col-xsl-4,
  .col-xsl-5,
  .col-xsl-6,
  .col-xsl-7,
  .col-xsl-8,
  .col-xsl-9,
  .col-xsl-10,
  .col-xsl-11,
  .col-xsl-12 {
    float: left;
  }
  .col-xsl-12 {
    width: 100%;
  }
  .col-xsl-11 {
    width: 91.66666667%;
  }
  .col-xsl-10 {
    width: 83.33333333%;
  }
  .col-xsl-9 {
    width: 75%;
  }
  .col-xsl-8 {
    width: 66.66666667%;
  }
  .col-xsl-7 {
    width: 58.33333333%;
  }
  .col-xsl-6 {
    width: 50%;
  }
  .col-xsl-5 {
    width: 41.66666667%;
  }
  .col-xsl-4 {
    width: 33.33333333%;
  }
  .col-xsl-3 {
    width: 25%;
  }
  .col-xsl-2 {
    width: 16.66666667%;
  }
  .col-xsl-1 {
    width: 8.33333333%;
  }
  .col-xsl-pull-12 {
    right: 100%;
  }
  .col-xsl-pull-11 {
    right: 91.66666667%;
  }
  .col-xsl-pull-10 {
    right: 83.33333333%;
  }
  .col-xsl-pull-9 {
    right: 75%;
  }
  .col-xsl-pull-8 {
    right: 66.66666667%;
  }
  .col-xsl-pull-7 {
    right: 58.33333333%;
  }
  .col-xsl-pull-6 {
    right: 50%;
  }
  .col-xsl-pull-5 {
    right: 41.66666667%;
  }
  .col-xsl-pull-4 {
    right: 33.33333333%;
  }
  .col-xsl-pull-3 {
    right: 25%;
  }
  .col-xsl-pull-2 {
    right: 16.66666667%;
  }
  .col-xsl-pull-1 {
    right: 8.33333333%;
  }
  .col-xsl-pull-0 {
    right: auto;
  }
  .col-xsl-push-12 {
    left: 100%;
  }
  .col-xsl-push-11 {
    left: 91.66666667%;
  }
  .col-xsl-push-10 {
    left: 83.33333333%;
  }
  .col-xsl-push-9 {
    left: 75%;
  }
  .col-xsl-push-8 {
    left: 66.66666667%;
  }
  .col-xsl-push-7 {
    left: 58.33333333%;
  }
  .col-xsl-push-6 {
    left: 50%;
  }
  .col-xsl-push-5 {
    left: 41.66666667%;
  }
  .col-xsl-push-4 {
    left: 33.33333333%;
  }
  .col-xsl-push-3 {
    left: 25%;
  }
  .col-xsl-push-2 {
    left: 16.66666667%;
  }
  .col-xsl-push-1 {
    left: 8.33333333%;
  }
  .col-xsl-push-0 {
    left: auto;
  }
  .col-xsl-offset-12 {
    margin-left: 100%;
  }
  .col-xsl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xsl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xsl-offset-9 {
    margin-left: 75%;
  }
  .col-xsl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xsl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xsl-offset-6 {
    margin-left: 50%;
  }
  .col-xsl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xsl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xsl-offset-3 {
    margin-left: 25%;
  }
  .col-xsl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xsl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xsl-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1336px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 539px) {
  .col-xs-hidden {
    display: none;
  }
}

@media (min-width: 540px) and (max-width: 767px) {
  .col-xsl-hidden {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-hidden {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1335px) {
  .col-md-hidden {
    display: none;
  }
}

@media (min-width: 1336px) {
  .col-lg-hidden {
    display: none;
  }
}

@media (max-width: 539px) {
  .clear-xs-12:nth-child(12n + 1) {
    clear: both;
  }
  .clear-xs-11:nth-child(10n + 1) {
    clear: both;
  }
  .clear-xs-10:nth-child(10n + 1) {
    clear: both;
  }
  .clear-xs-9:nth-child(9n + 1) {
    clear: both;
  }
  .clear-xs-8:nth-child(8n + 1) {
    clear: both;
  }
  .clear-xs-7:nth-child(7n + 1) {
    clear: both;
  }
  .clear-xs-6:nth-child(6n + 1) {
    clear: both;
  }
  .clear-xs-5:nth-child(5n + 1) {
    clear: both;
  }
  .clear-xs-4:nth-child(4n + 1) {
    clear: both;
  }
  .clear-xs-3:nth-child(3n + 1) {
    clear: both;
  }
  .clear-xs-2:nth-child(2n + 1) {
    clear: both;
  }
}

@media (min-width: 540px) and (max-width: 767px) {
  .clear-xsl-12:nth-child(12n + 1) {
    clear: both;
  }
  .clear-xsl-11:nth-child(10n + 1) {
    clear: both;
  }
  .clear-xsl-10:nth-child(10n + 1) {
    clear: both;
  }
  .clear-xsl-9:nth-child(9n + 1) {
    clear: both;
  }
  .clear-xsl-8:nth-child(8n + 1) {
    clear: both;
  }
  .clear-xsl-7:nth-child(7n + 1) {
    clear: both;
  }
  .clear-xsl-6:nth-child(6n + 1) {
    clear: both;
  }
  .clear-xsl-5:nth-child(5n + 1) {
    clear: both;
  }
  .clear-xsl-4:nth-child(4n + 1) {
    clear: both;
  }
  .clear-xsl-3:nth-child(3n + 1) {
    clear: both;
  }
  .clear-xsl-2:nth-child(2n + 1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .clear-sm-12:nth-child(12n + 1) {
    clear: both;
  }
  .clear-sm-11:nth-child(10n + 1) {
    clear: both;
  }
  .clear-sm-10:nth-child(10n + 1) {
    clear: both;
  }
  .clear-sm-9:nth-child(9n + 1) {
    clear: both;
  }
  .clear-sm-8:nth-child(8n + 1) {
    clear: both;
  }
  .clear-sm-7:nth-child(7n + 1) {
    clear: both;
  }
  .clear-sm-6:nth-child(6n + 1) {
    clear: both;
  }
  .clear-sm-5:nth-child(5n + 1) {
    clear: both;
  }
  .clear-sm-4:nth-child(4n + 1) {
    clear: both;
  }
  .clear-sm-3:nth-child(3n + 1) {
    clear: both;
  }
  .clear-sm-2:nth-child(2n + 1) {
    clear: both;
  }
}

@media (min-width: 992px) and (max-width: 1335px) {
  .clear-md-12:nth-child(12n + 1) {
    clear: both;
  }
  .clear-md-11:nth-child(10n + 1) {
    clear: both;
  }
  .clear-md-10:nth-child(10n + 1) {
    clear: both;
  }
  .clear-md-9:nth-child(9n + 1) {
    clear: both;
  }
  .clear-md-8:nth-child(8n + 1) {
    clear: both;
  }
  .clear-md-7:nth-child(7n + 1) {
    clear: both;
  }
  .clear-md-6:nth-child(6n + 1) {
    clear: both;
  }
  .clear-md-5:nth-child(5n + 1) {
    clear: both;
  }
  .clear-md-4:nth-child(4n + 1) {
    clear: both;
  }
  .clear-md-3:nth-child(3n + 1) {
    clear: both;
  }
  .clear-md-2:nth-child(2n + 1) {
    clear: both;
  }
}

@media (min-width: 1336px) {
  .clear-lg-12:nth-child(12n + 1) {
    clear: both;
  }
  .clear-lg-11:nth-child(10n + 1) {
    clear: both;
  }
  .clear-lg-10:nth-child(10n + 1) {
    clear: both;
  }
  .clear-lg-9:nth-child(9n + 1) {
    clear: both;
  }
  .clear-lg-8:nth-child(8n + 1) {
    clear: both;
  }
  .clear-lg-7:nth-child(7n + 1) {
    clear: both;
  }
  .clear-lg-6:nth-child(6n + 1) {
    clear: both;
  }
  .clear-lg-5:nth-child(5n + 1) {
    clear: both;
  }
  .clear-lg-4:nth-child(4n + 1) {
    clear: both;
  }
  .clear-lg-3:nth-child(3n + 1) {
    clear: both;
  }
  .clear-lg-2:nth-child(2n + 1) {
    clear: both;
  }
}

@font-face {
  font-family: "Museo Sans Cyrl";
  src: url(../fonts/MuseoSansCyrl-500.eot);
  src: local("MuseoSansCyrl-500"),
    url(../fonts/MuseoSansCyrl-500.eot?#iefix) format("embedded-opentype"),
    url(../fonts/MuseoSansCyrl-500.woff) format("woff"),
    url(../fonts/MuseoSansCyrl-500.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Museo Sans Cyrl";
  src: url(../fonts/MuseoSansCyrl-900.eot);
  src: local("MuseoSansCyrl-900"),
    url(../fonts/MuseoSansCyrl-900.eot?#iefix) format("embedded-opentype"),
    url(../fonts/MuseoSansCyrl-900.woff) format("woff"),
    url(../fonts/MuseoSansCyrl-900.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Museo Sans Cyrl";
  src: url(../fonts/MuseoSansCyrl-700.eot);
  src: local("MuseoSansCyrl-700"),
    url(../fonts/MuseoSansCyrl-700.eot?#iefix) format("embedded-opentype"),
    url(../fonts/MuseoSansCyrl-700.woff) format("woff"),
    url(../fonts/MuseoSansCyrl-700.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Museo Sans Cyrl";
  src: url(../fonts/MuseoSansCyrl-300.eot);
  src: local("MuseoSansCyrl-300"),
    url(../fonts/MuseoSansCyrl-300.eot?#iefix) format("embedded-opentype"),
    url(../fonts/MuseoSansCyrl-300.woff) format("woff"),
    url(../fonts/MuseoSansCyrl-300.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Museo Sans Cyrl";
  src: url(../fonts/MuseoSansCyrl-100.eot);
  src: local("MuseoSansCyrl-100"),
    url(../fonts/MuseoSansCyrl-100.eot?#iefix) format("embedded-opentype"),
    url(../fonts/MuseoSansCyrl-100.woff) format("woff"),
    url(../fonts/MuseoSansCyrl-100.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Museo Sans Cyrl", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #333;
  background-color: #fff;
  min-width: 320px;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

body:not(.logged-in) {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.body {
  height: 100%;
  overflow-x: hidden;
  position: relative;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  display: table;
  transition: 0.4s;
  table-layout: fixed;
  position: relative;
}

.main-top {
  display: table-row;
  height: 1px;
}

.main-mid {
  display: table-row;
}

.main-bot {
  display: table-row;
  height: 1px;
}

@-moz-document url-prefix() {
  .body,
  body {
    height: 100%;
    min-height: 100vh;
  }
  .wrapper {
    height: 100vh;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

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

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.body_ol {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  z-index: 400;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

.modal_open .body_ol,
.body_ol_open {
  opacity: 0.5;
  visibility: visible;
}

.tab_link:not(.active) {
  cursor: pointer;
}

.tab_tab {
  display: none;
}

.tab_tab.active {
  display: block;
}

.content_image {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-bottom: 12px;
}

.rel {
  position: relative;
}

.cb {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nw {
  white-space: nowrap;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.aleft,
.tleft {
  text-align: left;
}

.aright,
.tright {
  text-align: right;
}

.acenter,
.tcenter {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.bold {
  font-weight: 900;
}

.white {
  color: #fff;
}

a {
  transition: 0.2s;
  color: inherit;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
}

::-moz-placeholder {
  color: #a3a3a3;
}

:-moz-placeholder {
  color: #a3a3a3;
}

:-ms-input-placeholder {
  color: #a3a3a3;
}

textarea.form_item {
  resize: none;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  text-transform: uppercase;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 50px;
  border: 1px solid #36807e;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #4fa38a;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.btn:hover {
  background: linear-gradient(285deg, #6fcf97 0%, #248598 54%, #412e4b 100%);
  color: #fff;
}

.btn-primary {
  border: none;
  background: linear-gradient(
    285.36deg,
    #6fcf97 0%,
    #248598 52.49%,
    #412e4b 100%
  );
  color: #fff;
}

.btn-primary:hover {
  background: linear-gradient(
    260.36deg,
    #6fcf97 0%,
    #248598 65.49%,
    #412e4b 100%
  );
}

.invert .btn,
.btn-invert {
  background: #fff;
  border-color: #fff;
  color: #4f4f4f;
}

.invert .btn:hover,
.btn-invert:hover {
  opacity: 0.9;
}

.sq_btn {
  display: inline-block;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  border-radius: 2px;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 22px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #e5e5e5;
  font-size: 18px;
  color: #828282;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.sq_btn:hover {
  color: #4f4f4f;
  border-color: #4f4f4f;
}

.sq_btn.active,
.sq_btn.checked {
  border-color: #6fcf97;
}

@media (max-width: 1335px) {
  .btn {
    letter-spacing: normal;
    font-size: 13px;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 40px;
  }
}

@media (max-width: 991px) {
  .sq_btn {
    font-size: 16px;
    line-height: 20px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .sq_btn {
    font-size: 15px;
  }
}

@media (max-width: 680px) {
  .sq_btn {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.block_title {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.block_title {
  font-weight: 700;
  text-align: center;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 38px;
}

.block_title {
  margin-top: 0;
}

.block_title_subtitle {
  margin-bottom: 20px;
}

.block_title_morespace {
  margin-bottom: 60px;
}

.block_subtitle {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 60px;
}

h1.invert,
h2.invert,
h3.invert,
h4.invert,
h5.invert,
h6.invert,
.block_title.invert {
  color: #fff;
}

.main-content p {
  margin-top: 28px;
}

.main-content ul:not([class]),
.main-content p {
  line-height: 26px;
}

.main-content .a,
.main-content a {
  color: #6fcf97;
  cursor: pointer;
}

.main-content .a:hover,
.main-content a:hover {
  text-decoration: underline;
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  text-align: left;
  font-size: 24px;
  line-height: 32px;
  margin-top: 36px;
  margin-bottom: 26px;
}

.main-content h1 {
  font-size: 30px;
  line-height: 36px;
}

.main-content h1:first-child,
.main-content h2:first-child,
.main-content h3:first-child {
  font-size: 28px;
  line-height: 34px;
}

.main-content ul:not([class]) {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 18px;
}

.main-content ul:not([class]) li {
  position: relative;
  padding-left: 26px;
  margin-top: 10px;
}

.main-content ul:not([class]) li:before {
  content: "\2013";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  color: #4fa38a;
}

@media (max-width: 1335px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .block_title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 28px;
  }
  .block_subtitle {
    margin-bottom: 40px;
  }
  .main-content p {
    margin-top: 24px;
  }
  .main-content ul:not([class]) {
    margin-top: 14px;
  }
  .block_title_morespace {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .block_title {
    font-size: 28px;
    line-height: 36px;
  }
  .block_subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .main-content p {
    margin-top: 20px;
  }
  .main-content ul:not([class]),
  .main-content p {
    line-height: 22px;
    font-size: 15px;
  }
  .main-content h1,
  .main-content h2,
  .main-content h3,
  .main-content h4,
  .main-content h5,
  .main-content h6 {
    font-size: 24px;
    line-height: 28px;
  }
  .main-content h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .main-content h1:first-child,
  .main-content h2:first-child,
  .main-content h3:first-child {
    font-size: 26px;
    line-height: 28px;
  }
  .main-content ul:not([class]) {
    margin-top: 12px;
  }
  .main-content ul:not([class]) li {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .block_title {
    font-size: 24px;
    line-height: 30px;
  }
  .block_subtitle {
    margin-bottom: 30px;
  }
  .main-content h1,
  .main-content h2,
  .main-content h3,
  .main-content h4,
  .main-content h5,
  .main-content h6 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .main-content h1 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
  }
  .main-content h1:first-child,
  .main-content h2:first-child,
  .main-content h3:first-child {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
  }
  .main-content p {
    margin-top: 18px;
  }
}

.form {
  max-width: 430px;
}

.form_content {
  max-width: 300px;
}

.form_content_wide {
  max-width: none;
}

.form.invert {
  color: #fff;
}

.form_title {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  margin-bottom: 36px;
  display: block;
  text-align: left;
}

.form_title .form_title {
  display: inline;
}

.form_title_small {
  font-size: 16px;
  display: block;
  line-height: 22px;
  font-weight: 300;
  margin-top: 10px;
}

.form_group {
  margin-bottom: 36px;
}

.form_label {
  display: block;
  position: relative;
}

.form_label_caption {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 8px;
}

.form.invert .form_label_caption {
  color: rgba(255, 255, 255, 0.6);
}

.form_item {
  width: 100%;
  min-width: 280px;
  line-height: 22px;
  height: 30px;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 3px;
  font-size: 16px;
  transition: 0.2s;
  color: #333;
}

.form_item:focus {
  border-color: #333;
}

.form.invert .form_item {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}

.form.invert .form_item:focus {
  border-color: #fff;
}

textarea.form_item {
  height: auto;
  padding-bottom: 16px;
}

.form_group.error .form_item {
  border-color: #ff9800;
}

.form_policy {
  font-size: 12px;
  line-height: 18px;
  margin-top: 30px;
}

.form.invert .form_policy {
  color: rgba(255, 255, 255, 0.6);
}

.form_policy a {
  text-decoration: underline;
}

.form_policy a:hover {
  color: #6fcf97;
}

.form_policy_inline {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}

.form_group_error {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  color: #ff9800;
}

.form_send {
  font-size: 20px;
  line-height: 34px;
}

.form_button_wrap_inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

@media (max-width: 1335px) {
  .form_title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 28px;
  }
  .form_group {
    margin-bottom: 28px;
  }
}

@media (max-width: 991px) {
  .form_title {
    font-size: 24px;
  }
  .form_item {
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .form_item {
    min-width: 200px;
  }
}

.header {
  padding-top: 48px;
  padding-bottom: 40px;
}

.header_col {
  float: left;
}

.header_logo_col {
  width: 438px;
  height: 50px;
  line-height: 50px;
  font-size: 0;
}

.header_logo_col:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  height: 100%;
}

.header_logo_link {
  display: inline-block;
  vertical-align: bottom;
  max-width: 330px;
  max-height: 100%;
}

.header_logo {
  display: block;
  max-width: 100%;
  max-height: 80px;
  margin-top: -5px;
}

.header_contact_col {
  width: 180px;
  padding-top: 6px;
}

.header_contact_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 6px;
  color: #4f4f4f;
}

.header_contact_subtitle {
  font-size: 14px;
  line-height: 14px;
  font-weight: 100;
}

.header_contact_title a:hover {
  color: #4fa38a;
}

.header_button_col {
  float: right;
}

.header_menu_col {
  width: 122px;
  height: 1px;
  position: relative;
}

.main_menu_wrap {
  border-radius: 5px;
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: -26px;
  top: -22px;
  width: 320px;
  z-index: 450;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  padding-top: 50px;
  padding-bottom: 15px;
}

.main_menu_open .main_menu_wrap {
  opacity: 1;
  visibility: visible;
}

.main_menu_toggler {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 500;
  cursor: pointer;
}

.menu_toggler {
  width: 30px;
  height: 18px;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 15px);
}

.menu_toggler_inner {
  top: 50%;
  display: block;
  margin-top: -1px;
  transition: 0.2s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu_toggler_inner,
.menu_toggler_inner:after,
.menu_toggler_inner:before {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #333;
}

.main_menu_toggler:hover .menu_toggler_inner,
.main_menu_toggler:hover .menu_toggler_inner:after,
.main_menu_toggler:hover .menu_toggler_inner:before {
  background-color: #4fa38a;
}

.menu_toggler_inner:after,
.menu_toggler_inner:before {
  display: block;
  content: "";
}

.menu_toggler_inner:before {
  top: -8px;
  transition: 0.2s, top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.menu_toggler_inner:after {
  bottom: -8px;
  transition: 0.2s, bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.main_menu_open .menu_toggler_inner {
  transition: 0.2s, transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(225deg);
}

.main_menu_open .menu_toggler_inner:before {
  top: 0;
  opacity: 0;
  transition: 0.2s, top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}

.main_menu_open .menu_toggler_inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: 0.2s, bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}

.main_menu_inner {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  padding-right: 35px;
}

.main_menu_inner a {
  display: inline-block;
  vertical-align: middle;
}

.main_menu_inner a:hover {
  color: #4fa38a;
}

.services_menu_ul,
.main_menu_ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.services_menu_ul {
  font-size: 16px;
  line-height: 18px;
}

.services_menu_ul li {
  margin-top: 12px;
  margin-bottom: 12px;
}

.services_menu_ul a:hover {
  transform: translate(2px, 0);
}

.main_menu_ul {
  font-size: 14px;
  line-height: 16px;
  font-weight: 100;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 10px;
}

.main_menu_ul li {
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

@media (max-width: 1335px) {
  .header_logo_col {
    height: 40px;
    line-height: 40px;
  }
  .header_logo {
    max-height: 60px;
  }
  .header_menu_col {
    width: 100px;
  }
  .header_shedule_col {
    display: none;
  }
  .header_logo_col {
    width: 350px;
  }
  .header_contact_col {
    padding-top: 4px;
  }
  .header {
    padding-top: 34px;
    padding-bottom: 32px;
  }
}

@media (max-width: 991px) {
  .header_button_col {
    display: none;
  }
  .header > .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_menu_col {
    width: auto;
    height: auto;
  }
  .main_menu_toggler {
    position: fixed;
    top: 20px;
    right: 20px;
    left: auto;
  }
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header_logo {
    max-height: 60px;
  }
  .header_logo_link {
    vertical-align: middle;
  }
  .main_menu_wrap {
    box-shadow: none;
    border-radius: 0;
    position: fixed;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main_menu_inner {
    padding-left: 25px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 100%;
    overflow-y: auto;
  }
  .services_menu_ul li {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main_menu_open .body_ol {
    opacity: 0.5;
    visibility: visible;
  }
  .main_menu_open {
    overflow: hidden;
  }
}

@media (max-width: 630px) {
  .header_logo_col {
    width: 290px;
  }
  .header_logo_link {
    max-width: 280px;
  }
}

@media (min-width: 540px) {
  .header_mobile_logo_col {
    display: none;
  }
  .header_phone_mobile_subtitle {
    display: none;
  }
}

@media (max-width: 539px) {
  .header_mobile_logo_col {
    height: 40px;
    line-height: 40px;
    font-size: 0;
  }
  .header_logo_col {
    position: fixed;
    top: 20px;
    left: 15px;
    z-index: 600;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
  }
  .main_menu_open .header_logo_col {
    opacity: 1;
    visibility: visible;
  }
  .header_contact_col {
    padding-top: 0;
    text-align: center;
  }
  .header_mobile_logo_col {
    width: calc(50% - 30px);
  }
  .header_contact_subtitle {
    font-size: 12px;
    line-height: 12px;
    font-weight: 100;
  }
  .main_menu_wrap {
    padding-top: 70px;
    left: 0;
    width: auto;
  }
  .main_menu_inner {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 320px;
  }
}

.footer {
  background-color: #333;
  padding-top: 60px;
  padding-bottom: 34px;
  color: #c4c4c4;
}

.footer_logo {
  float: left;
  height: 28px;
  max-height: 210px;
}

.footer_logo_image {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.copyright {
  font-size: 12px;
  line-height: 16px;
  color: #828282;
  float: left;
}

.footer_phone {
  float: right;
  color: #6fcf97;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}

.footer_phone a:hover {
  color: #4fa38a;
}

.footer_menu {
  float: right;
}

.footer_menu_ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 18px;
}

.footer_menu_ul li {
  float: left;
  display: block;
}

.footer_menu_ul li:not(:first-child) {
  margin-left: 20px;
}

.footer_menu_ul li a {
  display: block;
}

.footer_menu_ul a:hover {
  color: #6fcf97;
}

.footer_bot {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1335px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .footer_menu_ul li:not(:first-child) {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .footer_menu_ul li:not(:first-child) {
    margin-left: 20px;
  }
  .footer_menu_ul {
    font-size: 14px;
  }
  .footer_bot {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .footer_menu {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .footer_phone {
    display: none;
  }
  .copyright {
    float: none;
    display: table-cell;
    vertical-align: bottom;
    line-height: 14px;
  }
  .footer_top,
  .footer_bot {
    width: 50%;
    float: left;
  }
  .footer_bot {
    margin-top: 0;
    text-align: right;
    display: table;
    height: 28px;
  }
  .footer {
    padding-top: 30px;
  }
}

@media (max-width: 500px) {
  .footer_top,
  .footer_bot {
    float: none;
    width: 100%;
    text-align: center;
  }
  .footer_logo {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .copyright {
    display: block;
  }
  .footer_bot {
    display: block;
    height: auto;
    margin-top: 18px;
  }
}

.regular_block {
  margin-bottom: 80px;
}

.regular_block_bg {
  padding-top: 80px;
  padding-bottom: 40px;
}

.regular_block:first-child {
  margin-top: 40px;
}

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

@media (max-width: 1335px) {
  .regular_block {
    margin-bottom: 50px;
  }
  .regular_block_bg {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .regular_block:first-child {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .regular_block {
    margin-bottom: 40px;
  }
  .regular_block_bg {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .regular_block:first-child {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .regular_block:first-child {
    margin-top: 0;
  }
}

.title_block {
  margin-bottom: 0;
}

.brands_block {
  background-color: #f5f5f5;
}

.brands_block:not(.block_has_title) {
  padding-top: 40px;
}

.brands_block.block_has_title {
  padding-top: 80px;
  padding-bottom: 80px;
}

.brands_block.brands_block_all {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}

.brands_block_list {
  display: flex;
  justify-content: space-around;
}

.brands_block_item {
  float: left;
  width: 16.66%;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 28px;
}

.brands_block_link {
  display: inline-block;
  vertical-align: middle;
  transition: 0.2s;
}

.brands_block_link:not(:hover) {
  opacity: 0.5;
  filter: saturate(0%);
}

.brands_block_link img {
  display: block;
  max-width: 100%;
  height: 44px;
}

@media (max-width: 1335px) {
  .brands_block:not(.block_has_title) {
    padding-top: 30px;
  }
  .brands_block_link img {
    height: 36px;
  }
  .brands_block_item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .brands_block.block_has_title {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .brands_block.brands_block_all {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .brands_block_link img {
    height: 24px;
  }
  .brands_block:not(.block_has_title) {
    padding-top: 20px;
  }
  .brands_block.block_has_title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .brands_block.brands_block_all {
    padding-top: 0;
  }
  .brands_block.block_has_title .brands_block_list {
    margin-top: -16px;
  }
}

@media (max-width: 767px) {
  .brands_block_link img {
    height: 28px;
  }
  .brands_block_list {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .brands_block_item {
    width: 33.33%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .brands_block.block_has_title .brands_block_list {
    margin-top: -10px;
  }
}

@media (max-width: 470px) {
  .brands_block_link img {
    height: 24px;
  }
}

@media (max-width: 380px) {
  .brands_block_link img {
    height: 20px;
  }
}

.block_404_wrap {
  text-align: center;
}

.block_404 {
  max-width: 750px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.block_404_caption,
.block_404_noise {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.block_404_caption_item,
.block_404_noise_item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.15s;
}

.block_404_caption_item.half_invis {
  opacity: 0.6;
}

.block_404_caption_item.full_invis {
  opacity: 0;
}

.block_404_noise_item {
  opacity: 0;
}

.block_404_noise_item.active {
  opacity: 1;
}

.block_404 img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (max-height: 680px) {
  .block_404 > img {
    max-height: 320px;
  }
}

.warning_message_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  font-weight: 100;
}

.warning_message_icon {
  background-image: (
    data: image/svg + xml; base64,
    PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA1NiA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgNDcuNUg1NUwyNy41IDBMMCA0Ny41Wk0zMCA0MEgyNVYzNUgzMFY0MFpNMzAgMzBIMjVWMjBIMzBWMzBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjUpIiBmaWxsPSIjRUQ2NzQ5Ii8 +
      Cjwvc3ZnPgo=
  );
  background-repeat: no-repeat;
  height: 48px;
  background-size: auto 100%;
  margin-bottom: 36px;
  background-position: center;
}

.warning_message a {
  color: #4fa38a;
}

.warning_message a:hover {
  color: #6fcf97;
}

@media (max-width: 1335px) {
  .warning_message_inner {
    line-height: 30px;
  }
  .warning_message_icon {
    margin-bottom: 28px;
  }
}

@media (max-width: 991px) {
  .warning_message_inner {
    line-height: 26px;
    font-size: 16px;
  }
  .warning_message_icon {
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .warning_message_inner {
    font-size: 15px;
    line-height: 20px;
  }
  .warning_message_icon {
    margin-bottom: 16px;
    height: 36px;
  }
}

.icons_block_list {
  padding-top: 30px;
}

.icons_caption_item_col {
  float: left;
  width: calc(100% / 3);
}

.icons_item_col {
  width: 25%;
  float: left;
}

.icons_caption_item {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.icons_caption_item_icon {
  display: block;
  height: 60px;
  margin-bottom: 34px;
  transition: 0.3s;
}

.icons_caption_item:hover .icons_caption_item_icon {
  transform: translateY(-6px);
}

.icons_caption_item_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.icons_caption_item_caption {
  margin-top: 18px;
  font-size: 16px;
  line-height: 24px;
}

.icons_caption_item_caption_value {
  font-weight: 700;
}

@media (max-width: 1335px) {
  .icons_caption_item_title {
    font-size: 20px;
    line-height: 24px;
  }
  .icons_caption_item_caption {
    margin-top: 12px;
    line-height: 24px;
  }
  .icons_caption_item_icon {
    margin-bottom: 20px;
  }
  .icons_caption_block_list {
    padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .icons_caption_item {
    max-width: 100%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .icons_caption_item_title {
    font-size: 18px;
  }
  .icons_caption_item_caption {
    margin-top: 10px;
    line-height: 22px;
    font-size: 15px;
  }
  .icons_caption_item_icon {
    margin-bottom: 10px;
  }
  .icons_caption_block_list {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .icons_caption_item_title {
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  .icons_caption_block_list {
    width: 370px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .icons_caption_item_col {
    width: 100%;
  }
  .icons_caption_item_icon {
    float: left;
    max-width: 80px;
    margin-bottom: 0;
    margin-top: 12px;
  }
  .icons_caption_item_info {
    float: right;
    width: calc(100% - 80px);
    padding-left: 15px;
  }
  .icons_caption_item_caption {
    margin-top: 8px;
  }
}

.icons_item {
  margin-bottom: 30px;
  padding-right: 50px;
  position: relative;
}

.icons_item_icon {
  display: block;
  height: 60px;
  max-width: 80px;
  float: left;
  transition: 0.3s;
}

.icons_item:hover .icons_item_icon {
  transform: translateX(4px);
}

.icons_item_title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding-left: 30px;
  margin-top: 8px;
  float: left;
  width: calc(100% - 80px);
}

@media (max-width: 1335px) {
  .icons_item {
    padding-right: 20px;
  }
  .icons_item_title {
    width: calc(100% - 70px);
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
    padding-left: 15px;
  }
  .icons_item_icon {
    height: 50px;
    max-width: 70px;
  }
  .icons_not_caption_block_list {
    padding-top: 25px;
  }
  .icons_item {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .icons_item_icon {
    float: none;
  }
  .icons_item_title {
    float: none;
    width: auto;
    margin-top: 8px;
    padding-left: 0;
  }
  .icons_not_caption_block_list {
    padding-top: 15px;
  }
  .icons_item {
    margin-bottom: 20px;
  }
}

@media (max-width: 700px) {
  .icons_item_icon {
    float: left;
  }
  .icons_not_caption_block_list {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .icons_item_col {
    width: 50%;
  }
  .icons_item_title {
    float: right;
    width: calc(100% - 70px);
    margin-top: 5px;
    padding-left: 15px;
  }
}

@media (max-width: 539px) {
  .icons_not_caption_block_list {
    max-width: 250px;
  }
  .icons_item_col {
    float: none;
    width: auto;
  }
}

.questions_block_list {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding-bottom: 30px;
}

.question_item {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #6fcf97;
  padding-right: 110px;
  position: relative;
}

.question_item:first-child {
  border-top: 1px solid #6fcf97;
}

.question_item_question {
  color: #4f4f4f;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  cursor: pointer;
  transition: 0.2s;
  display: inline-block;
  vertical-align: middle;
}

.question_item_question:hover {
  color: #4fa38a;
}

.question_item_content {
  height: 0;
  overflow: hidden;
  transition: 0.25s;
}

.question_item.open .question_item_content {
  transition: 0.4s;
}

.question_item_answer {
  padding-top: 30px;
}

.question_item_answer :first-child {
  margin-top: 0;
}

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

.question_item_toggler {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  right: 35px;
  top: 32px;
  transition: 0.2s 0.2s;
}

.question_item_toggler:before,
.question_item_toggler:after {
  position: absolute;
  height: 1px;
  background-color: #828282;
  width: 20px;
  top: 50%;
  left: calc(50% - 10px);
  content: "";
  transition: 0.2s;
}

.question_item_toggler:after {
  transform: rotate(90deg);
}

.question_item.open .question_item_toggler {
  transform: rotate(45deg);
  transition: 0.2s;
}

.question_item.open .question_item_toggler:before {
  transform: rotate(-45deg);
  transition: 0.2s 0.2s;
}

.question_item.open .question_item_toggler:after {
  transform: rotate(135deg);
  transition: 0.2s 0.2s;
}

@media (max-width: 1335px) {
  .question_item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .question_item_toggler {
    top: 24px;
  }
  .question_item_question {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .question_item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .question_item_toggler {
    top: 18px;
  }
  .question_item_question {
    font-size: 20px;
    line-height: 24px;
  }
  .question_item_answer {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .question_item_toggler {
    right: 10px;
    top: 14px;
  }
  .question_item {
    padding-right: 60px;
  }
  .question_item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .question_item_question {
    font-size: 18px;
  }
}

@media (max-width: 539px) {
  .question_item_question {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .question_item {
    padding-right: 0;
  }
  .question_item_toggler {
    display: none;
  }
}

.breadcrumbs {
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 16px;
}

.bread_item,
.bread_title {
  margin-top: 8px;
}

.bread_sep:after {
  content: " / ";
}

.bread_item a:hover {
  color: #4fa38a;
}

@media (max-width: 991px) {
  .breadcrumbs {
    margin-bottom: 28px;
  }
}

.contact_info_wrap {
  padding-left: 40px;
  padding-top: 80px;
}

.contact_info_line {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #4f4f4f;
}

.contact_info_line_small {
  font-weight: 100;
  color: #333;
  font-size: 14px;
  line-height: 16px;
}

.contact_info_group {
  margin-bottom: 30px;
  margin-top: 30px;
}

.contact_info_line a:hover {
  color: #4fa38a;
}

.contact_map_wrap iframe {
  width: 100%;
  height: 370px;
  display: block;
  border: none;
}

.contact_tab_container .tab_navs {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  margin-bottom: 20px;
}

.contact_tab_container .tab_navs:before {
  height: 2px;
  border-radius: 2px;
  background-color: #e5e5e5;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}

.contact_tab_container .tab_link {
  padding-left: 40px;
  padding-right: 40px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #828282;
  transition: 0.2s;
  position: relative;
}

.contact_tab_container .tab_link:hover,
.contact_tab_container .tab_link.active {
  color: #333;
}

.contact_tab_container .tab_link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 2px;
  background-color: #6fcf97;
  opacity: 0;
  transition: 0.2s;
  height: 2px;
}

.contact_tab_container .tab_link.active:before {
  opacity: 1;
}

.company_details_wrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1335px) {
  .contact_info_wrap {
    padding-left: 15px;
  }
  .contact_tab_container .tab_navs {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .contact_tab_container .tab_navs {
    text-align: center;
  }
  .contact_tab_container .tab_link {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .contact_info_wrap {
    padding-top: 30px;
    padding-left: 0;
  }
  .contact_map_wrap iframe {
    height: 280px;
  }
  .contact_info_group {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .contact_info_wrap .contact_info_group:first-child {
    margin-top: 0;
  }
}

@media (max-width: 680px) {
  .contact_info_col,
  .contact_map_col {
    width: 100%;
  }
  .contact_info_wrap {
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
    margin-bottom: 20px;
  }
  .contact_info_group {
    width: 50%;
    margin-top: 0;
    float: left;
    padding-right: 20px;
  }
  .contact_info_line {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 560px) {
  .contact_info_group {
    width: 100%;
    float: none;
    padding-right: 0;
    text-align: center;
  }
  .contact_map_wrap iframe {
    height: 240px;
  }
}

.price_block_wrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.table {
  width: 100%;
}

.table td {
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  vertical-align: top;
}

.table td:first-child {
  padding-left: 28px;
  font-weight: 500;
}

.table td:last-child {
  padding-right: 28px;
}

.price_table tbody td:last-child {
  color: #000;
}

.table td a:hover {
  color: #6fcf97;
}

.table thead td {
  background-color: #6fcf97;
  color: #fff;
  font-weight: 500;
}

.table tbody tr:nth-child(odd) td {
  background-color: rgba(229, 229, 229, 0.4);
}

.table_bold {
  font-weight: 500;
}

@media (max-width: 1335px) {
  .table td {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .table {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .table td {
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .table td:first-child {
    padding-left: 15px;
  }
  .table td:last-child {
    padding-right: 15px;
  }
}

@media (min-width: 660px) {
  .price_table_time {
    display: none;
  }
}

@media (max-width: 659px) {
  .price_table_time {
    white-space: nowrap;
    font-size: 13px;
  }
  .price_table_time_text {
    display: none;
  }
}

@media (max-width: 539px) {
  .table td {
    font-size: 14px;
    line-height: 20px;
  }
  .company_details_table td {
    line-height: 18px;
  }
  .company_details_table td:last-child {
    font-size: 13px;
  }
}

@media (max-width: 380px) {
  .price_table td:nth-child(2) {
    display: none;
  }
}

.price_block_tab_container .tab_navs {
  margin-left: -14px;
  margin-right: -14px;
}

.price_block_tab_container .tab_navs_hr {
  height: 2px;
  background-color: #e5e5e5;
  margin-top: 35px;
  margin-bottom: 40px;
}

.price_block_tab_container .tab_link {
  float: left;
}

.price_block_subtitle {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.brand_btn {
  margin-top: 20px;
  float: left;
  width: calc(100% / 7 - 28px);
  margin-left: 14px;
  margin-right: 14px;
}

@media (max-width: 1335px) {
  .brand_btn {
    width: calc(100% / 6 - 16px);
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 16px;
  }
  .price_block_tab_container .tab_navs {
    margin-left: -8px;
    margin-right: -8px;
  }
  .price_block_tab_container .tab_navs_hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .price_block_subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .price_block_subtitle {
    text-align: center;
  }
  .brand_btn {
    width: calc(20% - 16px);
  }
}

@media (max-width: 650px) {
  .brand_btn {
    width: calc(25% - 16px);
  }
}

@media (max-width: 500px) {
  .brand_btn {
    width: calc(33.33% - 16px);
    margin-top: 8px;
  }
}

@media (max-width: 380px) {
  .brand_btn {
    width: calc(50% - 16px);
  }
}

.share_block {
  text-align: center;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.share_block_title {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 40px;
  font-weight: 900;
}

.share_block_subtitle {
  margin-bottom: 70px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.share_block .ya-share2 {
  text-align: center;
}

.share_block .ya-share2__badge {
  border-radius: 5px;
  overflow: visible;
}

.share_block .ya-share2__container_size_m .ya-share2__item {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.share_block .ya-share2__container_size_m .ya-share2__icon {
  height: 70px;
  width: 134px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.share_block .ya-share2__item_service_vkontakte .ya-share2__badge {
  background: linear-gradient(180deg, #48729e 0%, #355a82 100%);
}

.share_block .ya-share2__item_service_facebook .ya-share2__badge {
  background: linear-gradient(180deg, #3b5998 0%, #2f4a82 100%);
}

.share_block .ya-share2__item_service_odnoklassniki .ya-share2__badge {
  background: linear-gradient(180deg, #ff9800 0%, #df8500 100%);
}

.share_block .ya-share2__item_service_gplus .ya-share2__badge {
  background: linear-gradient(180deg, #dc4e41 0%, #c92415 100%);
}

.share_block .ya-share2__item_service_twitter .ya-share2__badge {
  background: linear-gradient(180deg, #00aced 0%, #1080ab 100%);
}

@media (max-width: 1335px) {
  .share_block {
    padding-bottom: 70px;
  }
  .share_block_subtitle {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 26px;
  }
  .share_block_title {
    font-size: 32px;
    line-height: 36px;
  }
  .share_block .ya-share2__container_size_m .ya-share2__icon {
    height: 50px;
    width: 100px;
  }
}

@media (max-width: 991px) {
  .share_block_title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }
  .share_block_subtitle {
    margin-bottom: 34px;
    font-size: 18px;
    line-height: 24px;
  }
  .share_block {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .share_block_title {
    font-size: 26px;
    line-height: 32px;
  }
  .share_block .ya-share2__container_size_m .ya-share2__icon {
    height: 42px;
    width: 80px;
  }
}

@media (max-width: 620px) {
  .share_block_title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 28px;
  }
  .share_block_subtitle {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 560px) {
  .share_block .ya-share2__container_size_m .ya-share2__icon {
    height: 40px;
    width: 60px;
  }
  .share_block .ya-share2__container_size_m .ya-share2__item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .share_block_subtitle {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 400px) {
  .share_block .ya-share2__container_size_m .ya-share2__icon {
    height: 36px;
    width: 36px;
  }
}

.text_block_content :first-child {
  margin-top: 0;
}

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

.how_work_block_wrap {
  padding-left: 110px;
  padding-right: 110px;
  padding-bottom: 40px;
}

.how_work_block_navs {
  float: left;
  width: 260px;
  border-right: 1px solid #e5e5e5;
}

.how_work_block_tabs {
  float: left;
  width: calc(100% - 260px);
  padding-left: 70px;
}

.how_work_item_link {
  position: relative;
  min-height: 40px;
  padding-left: 65px;
}

.how_work_item_link:not(:last-child) {
  margin-bottom: 60px;
}

.how_work_item_link_icon_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}

.how_work_item_link:not(:last-child) .how_work_item_link_icon_wrap:before {
  content: "";
  position: absolute;
  top: calc(100% + 14px);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  left: calc(50% - 15px);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIyOSIgdmlld0JveD0iMCAwIDggMjkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI4LjM1MzYgMC4zNTM1NTNDMjguNTQ4OCAwLjE1ODI5MSAyOC41NDg4IC0wLjE1ODI5MSAyOC4zNTM2IC0wLjM1MzU1M0wyNS4xNzE2IC0zLjUzNTUzQzI0Ljk3NjMgLTMuNzMwOCAyNC42NTk3IC0zLjczMDggMjQuNDY0NSAtMy41MzU1M0MyNC4yNjkyIC0zLjM0MDI3IDI0LjI2OTIgLTMuMDIzNjkgMjQuNDY0NSAtMi44Mjg0M0wyNy4yOTI5IDBMMjQuNDY0NSAyLjgyODQzQzI0LjI2OTIgMy4wMjM2OSAyNC4yNjkyIDMuMzQwMjcgMjQuNDY0NSAzLjUzNTUzQzI0LjY1OTcgMy43MzA4IDI0Ljk3NjMgMy43MzA4IDI1LjE3MTYgMy41MzU1M0wyOC4zNTM2IDAuMzUzNTUzWk0wIDAuNUgyOFYtMC41SDBWMC41WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNCkgcm90YXRlKDkwKSIgZmlsbD0iIzZGQ0Y5NyIvPjwvc3ZnPg==);
  transition: 0.3s;
}

.how_work_item_link:not(.active) .how_work_item_link_icon_wrap:before {
  opacity: 0.5;
  filter: saturate(0%);
}

.how_work_item_link_icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: 0.3s;
}

.how_work_item_link.active .how_work_item_link_icon {
  opacity: 0;
}

.how_work_item_link_icon img {
  max-height: 40px;
  max-width: 40px;
}

.how_work_item_link_icon svg {
  display: block;
  width: 100%;
  height: auto;
}

.how_work_item_link_icon svg path {
  transition: 0.3s;
  fill: #c4c4c4;
}

.how_work_item_link:hover .how_work_item_link_icon svg path {
  fill: #4f4f4f;
}

.how_work_item_link_num {
  text-align: center;
  line-height: 40px;
  color: #6fcf97;
  font-weight: 700;
  font-size: 48px;
  transition: 0.3s;
  transform: scale(0.6);
  opacity: 0;
}

.how_work_item_link.active .how_work_item_link_num {
  opacity: 1;
  transform: scale(1);
}

.how_work_item_link_caption {
  color: #c4c4c4;
  font-weight: 700;
  font-size: 14px;
  transition: 0.3s;
  line-height: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  transform-origin: left center;
}

.how_work_item_link:hover .how_work_item_link_caption {
  color: #4f4f4f;
}

.how_work_item_link.active .how_work_item_link_caption {
  color: #4f4f4f;
  transform: scale(1.5);
}

.how_work_item_tab_icon {
  margin-bottom: 40px;
  display: block;
  height: 100px;
  opacity: 0.6;
}

.how_work_item_tab_description {
  font-size: 20px;
  line-height: 36px;
  max-width: 500px;
}

.how_work_item_tab_wrap {
  display: table;
  width: 100%;
}

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

@media (max-width: 1335px) {
  .how_work_item_tab_description {
    font-size: 18px;
    line-height: 32px;
  }
}

@media (max-width: 991px) {
  .how_work_block_wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .how_work_block_tabs {
    padding-left: 40px;
    width: calc(100% - 240px);
  }
  .how_work_block_navs {
    width: 240px;
  }
  .how_work_item_link:not(:last-child) {
    margin-bottom: 40px;
  }
  .how_work_item_link:not(:last-child) .how_work_item_link_icon_wrap:before {
    top: calc(100% + 7px);
    height: 20px;
  }
  .how_work_item_tab_icon {
    margin-bottom: 20px;
    height: 80px;
  }
  .how_work_item_tab_description {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 640px) {
  .how_work_item_tab_wrap_inner {
    vertical-align: top;
  }
  .how_work_item_link:not(:last-child) {
    margin-bottom: 16px;
  }
  .how_work_item_link_icon_wrap:before {
    display: none;
  }
  .how_work_item_tab_icon {
    height: 50px;
    margin-bottom: 16px;
  }
  .how_work_item_tab_description {
    font-size: 15px;
    line-height: 24px;
  }
  .how_work_block_tabs {
    padding-left: 20px;
    width: calc(100% - 190px);
  }
  .how_work_block_navs {
    width: 190px;
  }
  .how_work_item_link.active .how_work_item_link_caption {
    transform: scale(1.2);
  }
}

@media (min-width: 540px) {
  .how_work_item_tab_title {
    display: none;
  }
}

@media (max-width: 539px) {
  .how_work_item_link_caption {
    display: none;
  }
  .how_work_block_navs {
    width: 55px;
  }
  .how_work_block_tabs {
    width: calc(100% - 60px);
    max-width: 300px;
  }
  .how_work_item_link_icon {
    display: none;
  }
  .how_work_item_link_num {
    opacity: 1;
  }
  .how_work_item_link:not(.active) .how_work_item_link_num {
    color: #c4c4c4;
  }
  .how_work_item_tab_wrap_inner {
    padding-top: 20px;
  }
  .how_work_item_tab_icon {
    float: left;
    margin-bottom: 0;
  }
  .how_work_item_tab_title {
    float: left;
    font-size: 16px;
    margin-left: 20px;
    font-weight: 700;
    line-height: 50px;
  }
  .how_work_item_tab_title_wrap {
    margin-bottom: 16px;
  }
}

.problem_price_block_list {
  float: left;
  width: 330px;
  padding-top: 36px;
}

.problem_price_block_image {
  float: left;
  width: calc(100% - 330px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.problem_price_block_image:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(60, 16, 83, 0.3) 0%,
    rgba(36, 133, 152, 0.3) 53.59%,
    rgba(111, 207, 151, 0.3) 100%
  );
}

.problem_price_block_wrap {
  padding-left: 110px;
  padding-right: 110px;
}

.problem_price_item {
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 18px;
}

.problem_price_item_title {
  font-weight: 700;
  margin-bottom: 12px;
}

@media (max-width: 1335px) {
  .problem_price_block_wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 991px) {
  .problem_price_block_wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .problem_price_block_list {
    padding-top: 0;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .problem_price_item {
    margin-bottom: 26px;
    font-size: 17px;
  }
  .problem_price_block_image {
    height: 0;
    padding-bottom: 32%;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    max-width: 100%;
  }
}

.wide_form_block {
  background-color: #f5f5f5;
  padding-top: 0;
  padding-bottom: 0;
}

.wide_form_wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  padding-left: 230px;
}

.wide_form_bg {
  position: absolute;
  width: 600px;
  right: 0;
  bottom: 0;
  top: 30px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  pointer-events: none;
}

@media (max-width: 1335px) {
  .wide_form_wrap {
    padding-left: 130px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wide_form_bg {
    width: 480px;
  }
}

@media (max-width: 991px) {
  .wide_form_wrap {
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .wide_form_bg {
    width: calc(100% - 330px);
  }
}

@media (max-width: 660px) {
  .wide_form_block {
    text-align: center;
  }
  .wide_form_bg {
    display: none;
  }
  .wide_form_wrap {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
  }
}

.start_form_wrap {
  position: relative;
}

.start_form_inner {
  padding-top: 110px;
  padding-bottom: 120px;
  padding-left: 110px;
  position: relative;
  overflow: hidden;
}

.start_form_inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: linear-gradient(
    299.25deg,
    #6fcf97 2.12%,
    #248598 53.56%,
    #412e4b 100.13%
  );
  pointer-events: none;
}

.start_form_inner:after {
  z-index: 6;
  content: "";
  position: absolute;
  background-color: #fff;
  transform: rotate(-24deg);
  top: -100%;
  bottom: -100%;
  right: -200px;
  width: 500px;
  pointer-events: none;
}

.start_form_wrap .form {
  position: relative;
  z-index: 10;
}

.start_form_bg {
  position: absolute;
  width: 750px;
  right: 0;
  bottom: 0;
  top: 30px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  z-index: 30;
}

.start_form_btn {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 65px;
  padding-right: 50px;
  cursor: pointer;
  color: #248598;
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
  z-index: 50;
}

.start_form_btn:hover {
  color: #4fa38a;
}

.start_form_btn_icon {
  width: 50px;
  height: 50px;
  border: 1px solid #248598;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s;
}

@media (max-width: 1335px) {
  .start_form_bg {
    width: 520px;
  }
  .start_form_inner {
    padding-top: 60px;
    padding-bottom: 70px;
    padding-left: 50px;
  }
  .start_form_inner:after {
    right: -292px;
  }
}

@media (max-width: 991px) {
  .start_form_btn,
  .start_form_inner:before,
  .start_form_inner:after,
  .start_form_bg {
    display: none;
  }
  .start_form_block {
    background: linear-gradient(
      299.25deg,
      #6fcf97 2.09%,
      #248598 53.55%,
      #412e4b 100.13%
    );
  }
  .start_form_inner {
    padding-left: 0;
  }
}

@media (max-width: 660px) {
  .start_form_block {
    text-align: center;
  }
  .start_form_wrap {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
  }
}

.diagnostics_block {
  position: relative;
  padding-bottom: 0;
}

.diagnostics_block > .container {
  position: relative;
  z-index: 10;
}

.diagnostics_block_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 5;
}

.diagnostics_block_bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    #266a77 0%,
    rgba(111, 207, 151, 0.6) 48.96%,
    rgba(255, 255, 255, 0) 100%
  );
}

.diagnostics_block_wrap {
  position: relative;
  background: #fff;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.diagnostics_block_steps_wrap {
  transition: 0.2s;
}

.diagnostics_block_steps_wrap.loading {
  pointer-events: none;
}

.diagnostics_block_steps_wrap:before {
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  position: absolute;
  content: "";
  border-radius: 5px;
  z-index: 5;
  transition: 0.15s;
}

.diagnostics_block_steps_wrap.step_loading:before {
  opacity: 0.9;
  visibility: visible;
}

.diagnostics_block_steps_wrap:after {
  opacity: 0;
  visibility: hidden;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgY2xhc3M9Imxkcy1kb3VibGUtcmluZyI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgbmctYXR0ci1yPSJ7e2NvbmZpZy5yYWRpdXN9fSIgbmctYXR0ci1zdHJva2Utd2lkdGg9Int7Y29uZmlnLndpZHRofX0iIG5nLWF0dHItc3Ryb2tlPSJ7e2NvbmZpZy5jMX19IiBuZy1hdHRyLXN0cm9rZS1kYXNoYXJyYXk9Int7Y29uZmlnLmRhc2hhcnJheX19IiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHI9IjQwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iIzZGQ0Y5NyIgc3Ryb2tlLWRhc2hhcnJheT0iNjIuODMxODUzMDcxNzk1ODYgNjIuODMxODUzMDcxNzk1ODYiIHRyYW5zZm9ybT0icm90YXRlKDI3MCA1MCA1MCkiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBjYWxjTW9kZT0ibGluZWFyIiB2YWx1ZXM9IjAgNTAgNTA7MzYwIDUwIDUwIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjJzIiBiZWdpbj0iMHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgbmctYXR0ci1yPSJ7e2NvbmZpZy5yYWRpdXMyfX0iIG5nLWF0dHItc3Ryb2tlLXdpZHRoPSJ7e2NvbmZpZy53aWR0aH19IiBuZy1hdHRyLXN0cm9rZT0ie3tjb25maWcuYzJ9fSIgbmctYXR0ci1zdHJva2UtZGFzaGFycmF5PSJ7e2NvbmZpZy5kYXNoYXJyYXkyfX0iIG5nLWF0dHItc3Ryb2tlLWRhc2hvZmZzZXQ9Int7Y29uZmlnLmRhc2hvZmZzZXQyfX0iIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgcj0iMzciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjNDEyRTRCIiBzdHJva2UtZGFzaGFycmF5PSI1OC4xMTk0NjQwOTE0MTExNzQgNTguMTE5NDY0MDkxNDExMTc0IiBzdHJva2UtZGFzaG9mZnNldD0iNTguMTE5NDY0MDkxNDExMTc0IiB0cmFuc2Zvcm09InJvdGF0ZSgtMjcwIDUwIDUwKSI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGNhbGNNb2RlPSJsaW5lYXIiIHZhbHVlcz0iMCA1MCA1MDstMzYwIDUwIDUwIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjJzIiBiZWdpbj0iMHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9zdmc+);
  position: absolute;
  content: "";
  z-index: 10;
  transition: 0.15s;
}

.diagnostics_block_steps_wrap.step_loading:after {
  opacity: 1;
  visibility: visible;
}

.diagnostics_block_step_item_title {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 50px;
  font-weight: 700;
  text-align: center;
}

.diagnostics_block_step_item_variants {
  margin-bottom: 40px;
  margin-left: -10px;
  margin-right: -10px;
}

.diagnostics_block_steps_nav {
  padding-top: 60px;
  position: relative;
  font-size: 0;
  line-height: 0;
  text-align: justify;
  padding-left: 120px;
  padding-right: 120px;
}

.diagnostics_block_steps_nav:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: "";
  display: inline-block;
}

.diagnostics_block_steps_nav:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: 0;
  background: #e5e5e5;
  border-radius: 2px;
}

.diagnostics_block_step_nav_item {
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  color: #828282;
  transition: 0.2s;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  position: relative;
}

.diagnostics_block_step_nav_item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: 0;
  background: #6fcf97;
  border-radius: 2px;
  opacity: 0;
  transition: 0.2s;
}

.diagnostics_block_step_nav_item.active {
  color: #333;
}

.diagnostics_block_step_nav_item.active:before {
  opacity: 1;
}

.diagnostics_block_step_nav_item_num {
  margin-bottom: 16px;
}

.diagnostics_block_step_nav_item_title {
  text-transform: uppercase;
}

.diagnostics_block_steps {
  padding-bottom: 80px;
  padding-top: 100px;
}

.diagnostics_block_steps_nav,
.diagnostics_block_steps {
  margin-left: 110px;
  margin-right: 110px;
}

.diagnostics_block_step_item_next_wrap {
  text-align: right;
}

.diagnostics_block_step_item_next {
  cursor: pointer;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

.diagnostics_block_step_item_next.disabled {
  opacity: 0.8;
  pointer-events: none;
  filter: saturate(0);
}

.diagnostics_block_step_item_next.animated
  .diagnostics_block_step_item_next_label {
  animation: next_step_label_animation 0.8s 2 0s ease-out;
}

@keyframes next_step_label_animation {
  0% {
    color: #6fcf97;
  }
  50% {
    color: #00bb4e;
  }
  100% {
    color: #6fcf97;
  }
}

.diagnostics_block_step_item_next_label {
  position: relative;
  padding-right: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #6fcf97;
}

.diagnostics_block_step_item_next_label:before {
  position: absolute;
  height: 18px;
  width: 20px;
  right: 0;
  top: calc(50% - 9px);
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi41ODU5IDUuNzA3MTFMMTIuMjkzIDEuNDE0MjFMMTMuNzA3MiAwTDE5LjQxNDMgNS43MDcxMUwxMy43MDcyIDExLjQxNDJMMTIuMjkzIDEwTDE2LjU4NTkgNS43MDcxMVoiIGZpbGw9IiM2RkNGOTciLz4KPHBhdGggZD0iTTAgNC43MDcwM0gxN1Y2LjcwNzAzSDBWNC43MDcwM1oiIGZpbGw9IiM2RkNGOTciLz4KPC9zdmc+Cg==);
  content: "";
  transition: 0.2s;
}

.diagnostics_block_step_item_next:hover
  .diagnostics_block_step_item_next_label:before {
  transform: translateX(2px);
}

.diagnostics_block_step_item_next.animated
  .diagnostics_block_step_item_next_label:before {
  animation: next_step_arrow_animation 0.8s 2 0s ease-out;
}

@keyframes next_step_arrow_animation {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}

.diagnostics_block_step_item_next_title {
  font-size: 12px;
  line-height: 14px;
  color: #828282;
  margin-top: 10px;
}

.diagnostics_block_step_item {
  display: none;
}

.diagnostics_block_step_item.active {
  display: block;
}

.diagnostics_block_step_item_variant_radio {
  display: none;
}

.diagnostics_block_step_item_variant {
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  margin-bottom: 20px;
  width: calc(33.33% - 20px);
}

.diagnostics_block_step_item_variant_brand {
  width: calc(14.28% - 20px);
}

.info_toggler_button {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 22px;
  right: 22px;
  cursor: pointer;
  z-index: 20;
}

.info_toggler_button:before {
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-color: #6fcf97;
  transition: 0.2s;
  top: calc(50% - 25px / 2);
  left: calc(50% - 25px / 2);
  content: "";
}

.info_toggler_button:hover:before {
  background-color: #36807e;
}

.info_toggler_button:after {
  position: absolute;
  height: 25px;
  width: 25px;
  top: calc(50% - 25px / 2);
  left: calc(50% - 25px / 2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNSAxMi41SDBWNUgyLjVWMTIuNVpNMi41IDIuNUgwVjBIMi41VjIuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExLjI1IDYuMjQ5ODgpIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  content: "";
}

.info_toggler_button.info_toggler_button_close:after,
.info_modal_open .info_toggler_button:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMzAzMjIgMy41MzU2NEwxLjc2NzU4IDBMMCAxLjc2NzgyTDMuNTM1NjQgNS4zMDMzNEwwIDguODM4ODdMMS43Njc1OCAxMC42MDY3TDUuMzAzMjIgNy4wNzEwNEw4LjgzODg3IDEwLjYwNjZMMTAuNjA2NCA4LjgzODg3TDcuMDcwOCA1LjMwMzM0TDEwLjYwNjQgMS43Njc4Mkw4LjgzODg3IDBMNS4zMDMyMiAzLjUzNTY0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy4xOTY3OCA3LjE5NjY2KSIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}

.diagnostics_block_info_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  border-radius: 5px;
  z-index: 5;
  transition: 0.2s;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 80px;
  padding-right: 80px;
}

.info_modal_open .diagnostics_block_info_wrap {
  opacity: 1;
  visibility: visible;
}

.diagnostics_block_info_inner {
  overflow-y: auto;
  max-height: 100%;
}

.diagnostics_block_info_top {
  margin-bottom: 20px;
}

.diagnostics_block_info_bot {
  margin-top: 20px;
}

.final_step_open .diagnostics_block_steps_nav,
.final_step_open .diagnostics_block_steps {
  display: none;
}

.diagnostics_block_final_step_wrap {
  position: relative;
  border-radius: 5px;
  z-index: 3;
  transition: 0.2s;
  overflow: hidden;
  background-color: #fff;
}

.final_step_open .diagnostics_block_final_step_wrap {
  display: block;
}

.diagnostics_block_final_step_info {
  position: relative;
  float: left;
  width: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 60px;
}

.diagnostics_block_final_step_info_inner {
  background: linear-gradient(
    315.81deg,
    rgba(111, 207, 151, 0.9) 1.32%,
    rgba(36, 133, 152, 0.9) 53.16%,
    rgba(65, 46, 75, 0.9) 100.09%
  );
  padding-top: 60px;
  padding-bottom: 70px;
  padding-left: 50px;
  padding-right: 80px;
  color: #fff;
  font-weight: 700;
}

.diagnostics_block_final_step_title {
  font-size: 48px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.diagnostics_block_final_step_problem {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 50px;
}

.diagnostics_block_final_step_price_wrap {
  text-align: right;
  border-top: 1px solid #fff;
  padding-top: 16px;
  padding-left: 100px;
  opacity: 0;
}

.diagnostics_block_final_step_price_wrap.open {
  opacity: 1;
}

.diagnostics_block_final_step_price_label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.diagnostics_block_final_step_price {
  font-size: 18px;
  line-height: 18px;
  margin-top: 10px;
}

.diagnostics_block_final_step_form {
  overflow-y: auto;
  position: relative;
  padding-left: 50px;
  padding-right: 110px;
  padding-top: 80px;
  padding-bottom: 60px;
  float: left;
  width: calc(100% - 500px);
}

@media (max-width: 1335px) {
  .diagnostics_block_steps_nav,
  .diagnostics_block_steps {
    margin-left: 30px;
    margin-right: 30px;
  }
  .diagnostics_block_steps {
    padding-bottom: 50px;
    padding-top: 70px;
  }
  .diagnostics_block_step_item_variant {
    font-size: 16px;
  }
  .diagnostics_block_step_item_title {
    font-size: 26px;
    line-height: 32px;
  }
  .diagnostics_block_steps_nav {
    padding-left: 100px;
    padding-right: 100px;
  }
  .diagnostics_block_final_step_info {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
  .diagnostics_block_final_step_info_inner {
    padding-top: 50px;
    padding-right: 60px;
  }
  .diagnostics_block_final_step_problem {
    font-size: 20px;
    line-height: 28px;
  }
  .diagnostics_block_final_step_title {
    font-size: 36px;
    line-height: 42px;
  }
  .diagnostics_block_final_step_info {
    width: 450px;
  }
  .diagnostics_block_final_step_form {
    padding-left: 30px;
    padding-right: 80px;
    padding-top: 40px;
    padding-bottom: 60px;
    width: calc(100% - 450px);
  }
  .diagnostics_block_final_step_form .form_policy {
    display: block;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .diagnostics_block_wrap.info_modal_open .diagnostics_block_final_step_wrap,
  .diagnostics_block_wrap.info_modal_open .diagnostics_block_steps,
  .diagnostics_block_wrap.info_modal_open .diagnostics_block_steps_nav {
    display: none;
  }
  .diagnostics_block_wrap:not(.info_modal_open) .diagnostics_block_info_wrap {
    display: none;
  }
  .diagnostics_block_info_wrap {
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
    position: relative;
  }
  .diagnostics_block_steps_nav {
    padding-left: 40px;
    padding-right: 40px;
  }
  .diagnostics_block_step_nav_item {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 14px;
  }
  .diagnostics_block_steps {
    padding-top: 50px;
  }
  .diagnostics_block_step_item_variant {
    width: calc(50% - 20px);
    margin-bottom: 12px;
  }
  .diagnostics_block_step_item_variant_brand {
    width: calc(20% - 20px);
  }
  .diagnostics_block_step_item_title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .diagnostics_block_step_item_variants {
    margin-bottom: 30px;
  }
  .diagnostics_block_final_step_info {
    padding: 0;
    width: 100%;
    float: none;
  }
  .diagnostics_block_final_step_info_inner {
    font-weight: 300;
    padding: 30px;
  }
  .diagnostics_block_final_step_title {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
  }
  .diagnostics_block_final_step_problem {
    padding-bottom: 26px;
    font-size: 13px;
    line-height: 22px;
  }
  .diagnostics_block_final_step_price_label {
    font-size: 13px;
    line-height: 18px;
  }
  .diagnostics_block_final_step_price {
    font-size: 16px;
    margin-top: 8px;
  }
  .diagnostics_block_final_step_form {
    float: none;
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .diagnostics_block_final_step_form .form_policy {
    display: block;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .diagnostics_block_wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
  .diagnostics_block_info_inner {
    overflow: visible;
    max-height: none;
  }
  .diagnostics_block_info_wrap {
    padding-top: 30px;
  }
  .diagnostics_block_info_inner .block_title {
    text-align: left;
    padding-right: 45px;
  }
}

@media (max-width: 700px) {
  .diagnostics_block_step_nav_item_title {
    display: none;
  }
  .diagnostics_block_step_nav_item_num {
    margin-bottom: 0;
  }
  .diagnostics_block_steps_nav {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding-top: 30px;
  }
  .diagnostics_block_step_item_title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
  }
  .diagnostics_block_steps {
    padding-top: 28px;
    padding-bottom: 34px;
  }
  .diagnostics_block_info_toggler {
    top: 0;
    right: 0;
  }
  .diagnostics_block_step_item_next_wrap {
    text-align: center;
  }
  .diagnostics_block_step_item_next_label {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .diagnostics_block_step_item_variant {
    width: calc(100% - 20px);
  }
  .diagnostics_block_step_item_variant_brand {
    width: calc(25% - 20px);
  }
}

@media (max-width: 539px) {
  .diagnostics_block_info_inner .block_title {
    font-size: 20px;
    line-height: 24px;
  }
  .diagnostics_block_step_item_variant_brand {
    width: calc(33.33% - 20px);
  }
}

@media (max-width: 440px) {
  .diagnostics_block_step_nav_item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .diagnostics_block_step_item_variant {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .diagnostics_block_step_item_variant_brand {
    width: calc(50% - 20px);
  }
}

.reviews_block_list {
  margin-left: -15px;
  margin-right: -15px;
}

.reviews_block_col {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 25%;
}

.reviews_item {
  padding: 50px;
  padding-top: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}

.reviews_item_content {
  margin-top: 18px;
  height: 16px;
  line-height: 16px;
}

.review_content_text {
  display: none;
}

.review_content_text_toggler {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  font-size: 14px;
  color: #6fcf97;
  cursor: pointer;
}

.review_content_text_toggler:hover {
  color: #4fa38a;
}

.review_content_audio_controls_buttons {
  float: left;
  width: 36px;
}

.review_content_audio_controls_button {
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}

.review_content_audio_controls_button:not(:hover) {
  filter: saturate(0%);
}

.audio_button_stop {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMS41IiBmaWxsPSIjNEZBMzhBIi8+Cjwvc3ZnPgo=);
}

.audio_button_play {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMS4yOTYwMlYxNC43MDRDMCAxNS43MjY0IDEuMTE0ODMgMTYuMzQ3NiAxLjk3MzM5IDE1Ljc5MTFMMTIuNDA0MSA5LjA4NzEzQzEzLjE5ODYgOC41ODIzOSAxMy4xOTg2IDcuNDE3NjEgMTIuNDA0MSA2Ljg5OTkzTDEuOTczMzkgMC4yMDg4OUMxLjExNDgzIC0wLjM0NzYxNyAwIDAuMjczNjAxIDAgMS4yOTYwMloiIGZpbGw9IiM2RkNGOTciLz4KPC9zdmc+Cg==);
}

.audio_button_stop {
  display: none;
}

.reviews_item_content.play .audio_button_stop {
  display: block;
}

.reviews_item_content.play .audio_button_play {
  display: none;
}

.review_content_audio_controls {
  position: relative;
}

.review_content_audio_controls_time {
  position: absolute;
  top: 100%;
  right: 0;
  color: #828282;
  font-size: 10px;
  line-height: 12px;
}

.review_content_audio_controls_line {
  float: left;
  width: calc(100% - 36px);
  height: 16px;
  position: relative;
}

.review_content_audio_controls_line:before {
  content: "";
  height: 2px;
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 1px);
  border-radius: 2px;
}

.review_content_audio_controls_line_progress {
  height: 2px;
  background-color: #6fcf97;
  position: absolute;
  left: 0;
  right: 100%;
  top: calc(50% - 1px);
  border-radius: 2px;
  transition: 0.02s;
  opacity: 0.5;
}

.review_content_audio_controls_line_point {
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #6fcf97;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  transition: 0.02s;
}

.reviews_item_avatar {
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-bottom: 20px;
}

.reviews_item_name {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.reviews_item_label {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
}

.reviews_item_audio .reviews_item_label {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgNS4yNjMzOVYxMC43MzY2SDMuNTU1NTZMOCAxNS4yOTc2VjAuNzAyMzkxTDMuNTU1NTYgNS4yNjMzOUgwWk02LjIyMjIyIDUuMTA4MzJWMTAuODkxN0w0LjI5MzMzIDguOTEyMkgxLjc3Nzc4VjcuMDg3OEg0LjI5MzMzTDYuMjIyMjIgNS4xMDgzMloiIGZpbGw9IiNDNEM0QzQiLz4KPHBhdGggZD0iTTEyIDhDMTIgNi4zODU0IDExLjA5MzMgNC45OTg4NiA5Ljc3Nzc4IDQuMzIzODNWMTEuNjY3QzExLjA5MzMgMTEuMDAxMSAxMiA5LjYxNDU5IDEyIDhaIiBmaWxsPSIjQzRDNEM0Ii8+CjxwYXRoIGQ9Ik05Ljc3Nzc4IDBWMS44NzkxM0MxMi4zNDY3IDIuNjYzNjMgMTQuMjIyMiA1LjEwODMyIDE0LjIyMjIgOEMxNC4yMjIyIDEwLjg5MTcgMTIuMzQ2NyAxMy4zMzY0IDkuNzc3NzggMTQuMTIwOVYxNkMxMy4zNDIyIDE1LjE2OTkgMTYgMTEuOTA0MiAxNiA4QzE2IDQuMDk1NzggMTMuMzQyMiAwLjgzMDEwMyA5Ljc3Nzc4IDBaIiBmaWxsPSIjQzRDNEM0Ii8+Cjwvc3ZnPgo=);
}

.reviews_item_text .reviews_item_label {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNiAzLjJIMFYxNC40QzAgMTUuMjggMC43MiAxNiAxLjYgMTZIMTIuOFYxNC40SDEuNlYzLjJaIiBmaWxsPSIjQzRDNEM0Ii8+CjxwYXRoIGQ9Ik0xNC40IDBINC44QzMuOTIgMCAzLjIgMC43MiAzLjIgMS42VjExLjJDMy4yIDEyLjA4IDMuOTIgMTIuOCA0LjggMTIuOEgxNC40QzE1LjI4IDEyLjggMTYgMTIuMDggMTYgMTEuMlYxLjZDMTYgMC43MiAxNS4yOCAwIDE0LjQgMFpNMTQuNCAxMS4ySDQuOFYxLjZIMTQuNFYxMS4yWiIgZmlsbD0iI0M0QzRDNCIvPgo8cGF0aCBkPSJNMTIuOCA1LjZINi40VjcuMkgxMi44VjUuNloiIGZpbGw9IiNDNEM0QzQiLz4KPHBhdGggZD0iTTkuNiA4SDYuNFY5LjZIOS42VjhaIiBmaWxsPSIjQzRDNEM0Ii8+CjxwYXRoIGQ9Ik0xMi44IDMuMkg2LjRWNC44SDEyLjhWMy4yWiIgZmlsbD0iI0M0QzRDNCIvPgo8L3N2Zz4K);
}

.reviews_block_description {
  margin-top: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
}

.reviews_block_description a {
  font-weight: 300;
  color: #6fcf97;
}

@media (max-width: 1335px) {
  .reviews_item {
    padding: 30px;
  }
  .reviews_block_description {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .reviews_block_col {
    width: 33.33%;
  }
  .reviews_block_description {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .reviews_block_col {
    width: 50%;
  }
  .reviews_item {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .reviews_block_description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 520px) {
  .reviews_block_col {
    width: 100%;
  }
  .reviews_block_description {
    text-align: center;
    margin-top: 20px;
  }
}

.repair_block {
  position: relative;
}

.repair_block > .container {
  position: relative;
  z-index: 10;
}

.repair_block_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 280px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 5;
}

.repair_block_bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    #266a77 0%,
    rgba(111, 207, 151, 0.6) 48.96%,
    rgba(255, 255, 255, 0) 100%
  );
}

.repair_block_tv_wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.repair_block_tv {
  position: relative;
}

.repair_block_tv_image {
  display: block;
  max-width: 100%;
}

.repair_block_tv_video {
  display: block;
  max-width: 100%;
  width: 100%;
}

.repair_block_tv_screen {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.2s;
  overflow: hidden;
}

.repair_block_tv_screen_mobile {
  background-image: url(../images/screen_not_broken.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.repair_block_tv_screen_mobile.broken {
  background-image: url(../images/screen_broken.jpg);
}

.repair_block_tv_screen:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  transition: 0.2s;
}

.repair_block_tv_screen.broken:before {
  opacity: 0.75;
}

.repair_block_tv_screen.show {
  opacity: 1;
}

.repair_block_tv_broken_screen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.repair_block_tv_screen.broken.glitch .repair_block_tv_broken_screen {
  display: block;
}

.repair_block_tv_screen_form {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 80px 60px;
  opacity: 0;
  visibility: hidden;
}

.repair_block_tv.form_show .repair_block_tv_screen_form {
  opacity: 1;
  visibility: visible;
}

.repair_block_tv.form_show
  .repair_block_tv_screen.broken.glitch
  .repair_block_tv_broken_screen {
  display: none;
}

.repair_block_tv_screen_button_wrap {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: calc(50% - 25px);
  display: none;
}

.repair_block_tv_screen.broken .repair_block_tv_video,
.repair_block_tv_screen.broken .repair_block_tv_screen_button {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAH2SURBVHgBtVbdUcJAEP4SLUA7wA6gAqEC6QB80/FBrEA6AB9U9AXoACoAKwgdQAm+6mDObzcXzCD5gXDfTCZ3ezf73be7twlgYYY4kweO4cdk+MYMXwjMK+pwCCVUMmXGGB5m5g2PcATf9KjO8Akx9W7R5fiCT5tKu3AFCaMZwJhnVHX+gg7nS9orcAUS9C1J2x5i5J6UZEoywNAVqbeDtCKFw+Hcu8G1kHJ+ybw2mOMVSsLbZXRJ6qUtuCL10xbUKZ1zKBU85LzN+Yfe00RO9+1OXt6GLKU8bov2DtZUfYcFCsDP25CqFAikQWh3OrWdqgByFcZIKuV7Zck0n3J1aJuwWz3l5TdX4eZksVKDZpIsOo3aq/QWxN2qNKHd3aKSz+1KlTHz2xCFEt4s0sKE2uRDFggw2RU22xJHeaTFQ/pAZaGGLmp//x3WbY4zSfcKqZQ+1Z1zOMUJemKz/beXvKdZpPvlMMYPHbJI7Id6zqe53RzSSAtfi22oE5+OffTpeJzaHMBD+Ljnnprk/jCFiMKrOZVCkupNaYOqNPp1GZZSWEgpP+qcz2lf8L2kzStNmEeq6+9cDxEI4SmOAAkvSSWkMy3DMArv34lwhai4cBSFG79JpWteHZ93V/IbNYxyRbML9hNVo6I672kgedNxeJzfk4PwC3FMKQLf5GwIAAAAAElFTkSuQmCC),
    pointer;
}

.repair_block_tv_screen.broken .repair_block_tv_screen_button_wrap {
  display: block;
}

.repair_block_form_closer {
  top: 10px;
  right: 10px;
}

@media (max-width: 991px) {
  .repair_block_form_col {
    max-width: 400px;
  }
  .repair_block_tv_screen_form {
    padding: 30px 60px;
  }
}

@media (min-width: 768px) {
  .modal_repair {
    display: none;
  }
}

@media (max-width: 767px) {
  .repair_block_tv_wrap {
    max-width: 520px;
  }
  .repair_block_bg {
    bottom: 180px;
  }
  .repair_block_tv_screen_form {
    display: none;
  }
}

@media (max-width: 500px) {
  .repair_block_bg {
    bottom: 0;
  }
}

.modal {
  position: fixed;
  padding: 40px;
  padding-left: 50px;
  padding-right: 100px;
  background-color: #fff;
  transition: 0.2s;
  z-index: 600;
  transform: translateY(-100%);
  top: 0;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  visibility: hidden;
  max-width: 100%;
}

.modal.open {
  visibility: visible;
  transition: 0.4s;
  transform: translateY(0);
}

.modal_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
}

.modal_close:before,
.modal_close:after {
  background-color: #333;
  position: absolute;
  width: 20px;
  height: 2px;
  content: "";
  left: calc(50% - 10px);
  top: calc(50% - 1px);
  transition: 0.2s;
}

.modal_close:before {
  transform: rotate(-45deg);
}

.modal_close:after {
  transform: rotate(45deg);
}

.modal_close:hover:before,
.modal_close:hover:after {
  background-color: #6fcf97;
}

@media (max-height: 539px) {
  .modal {
    max-height: 100vh;
  }
}

@media (max-width: 500px) {
  .modal {
    width: auto;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100vh;
  }
}

.modal_single_col {
  width: 480px;
  left: calc(50% - 240px);
  padding-left: 70px;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media (max-height: 700px) {
  .modal_single_col {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .modal_single_col {
    width: auto;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100vh;
  }
  .modal_single_col {
    padding-left: 30px;
    padding-right: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.modal_review {
  width: 860px;
  left: calc(50% - 860px / 2);
}

.review_modal_info {
  float: left;
  width: 140px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.review_modal_info .reviews_item_name {
  white-space: normal;
}

.review_modal_text {
  float: left;
  width: calc(100% - 140px);
  border-left: 1px solid #e5e5e5;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 65px;
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 900px) {
  .modal_review {
    width: auto;
    left: 0;
    right: 0;
    max-height: 100vh;
  }
}

@media (max-width: 767px) {
  .review_modal_text {
    padding-left: 30px;
  }
  .modal_review {
    padding-left: 30px;
    padding-right: 60px;
  }
  .review_modal_info {
    padding-right: 20px;
  }
}

@media (max-width: 700px) {
  .review_modal_text {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 569px) {
  .review_modal_info {
    display: none;
  }
  .review_modal_text {
    padding-left: 0;
    width: 100%;
    float: none;
    border-left: none;
  }
}

.text_picture_block_item {
  border-bottom: 2px solid #e5e5e5;
}

.text_picture_block_item_text_wrap {
  width: 530px;
  padding-top: 70px;
  padding-bottom: 74px;
}

.text_picture_block_item_inner {
  position: relative;
}

.text_picture_block_item:nth-child(even) .text_picture_block_item_text_wrap {
  margin-left: auto;
}

.text_picture_block_item_image_wrap {
  width: calc(100% - 530px);
  position: absolute;
  top: 0;
  bottom: 0;
}

.text_picture_block_item_image {
  left: 40px;
  right: 40px;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.text_picture_block_item_image_center {
  background-position: center center;
}

.text_picture_block_item_image_top {
  background-position: center top;
}

.text_picture_block_item_image_bottom {
  background-position: center bottom;
}

.text_picture_block_item:nth-child(odd) .text_picture_block_item_image_wrap {
  right: 0;
}

.text_picture_block_item:nth-child(even) .text_picture_block_item_image_wrap {
  left: 0;
}

.text_picture_block_list {
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
}

.text_picture_block_item_text_title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  padding-right: 120px;
}

.text_picture_block_item_text_content {
  margin-top: 30px;
}

.text_picture_block_item_text_content :first-child {
  margin-top: 0;
}

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

@media (max-width: 991px) {
  .text_picture_block_item_text_wrap {
    width: 400px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .text_picture_block_item_text_title {
    font-size: 22px;
    line-height: 28px;
    padding-right: 50px;
  }
  .text_picture_block_item_image_wrap {
    width: calc(100% - 400px);
  }
  .text_picture_block_item_text_content {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .text_picture_block_item_text_wrap {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding-top: 24px;
    padding-bottom: 30px;
  }
  .text_picture_block_item_image_wrap {
    display: none;
  }
  .text_picture_block_list {
    max-width: 540px;
  }
  .text_picture_block_item_text_content {
    margin-top: 16px;
  }
  .text_picture_block_item:first-child .text_picture_block_item_text_wrap {
    padding-top: 0;
  }
  .text_picture_block_item_text_title {
    font-size: 18px;
    line-height: 24px;
    padding-right: 0;
  }
}

.modal_brand {
  width: 860px;
  left: calc(50% - 860px / 2);
}

.modal_brand_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.modal_brand_list li {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.modal_brand_list li a {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}

.modal_brand_list li a:hover {
  color: #4fa38a;
}

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

@media (max-width: 900px) {
  .modal_brand {
    width: auto;
    left: 0;
    right: 0;
    max-height: 100vh;
  }
}

@media (max-width: 539px) {
  .modal_brand_inner {
    margin-top: 0;
    margin-bottom: 0;
  }
  .modal_brand_list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .modal_brand {
    padding-left: 30px;
    padding-right: 60px;
  }
}

@media (max-width: 400px) {
  .modal_brand_list li a {
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.content > .regular_content {
  margin-bottom: 60px;
}

.how_work_block_wrap {
  counter-reset: list;
}

.how_work_item_link_num::before {
  counter-increment: list;
  content: counter(list);
}

html,
body {
  height: 100%;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.site-content {
  flex-grow: 1;
}
