/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark

Stylus-ized by
dale tan
http://www.whatthedale.com
@HellaTan

*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.work__content-button{
  margin-top: 40px;
}

/* Magnific Popup CSS */
.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; }

/* Main image in popup */
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; }

/* The shadow behind the image */
.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; }

.rew-textarea{
  border: 2px solid rgb(254, 197, 43);
  width: 100%;
  height: 237px;
  font-size: 16px;
  color: rgba(2, 2, 2, 0.91);
  line-height: 1.2;
  text-align: left;
  margin: 30px 0 23px;
  padding: 10px 15px;
}

.rew{
  margin: 77px auto;
}

.rew-block{
  text-align: center;
}

.rew-input{
  border: 2px solid rgb(254, 197, 43);
  width: 213px;
  height: 45px;

  font-size: 16px;
  color: rgba(2, 2, 2, 0.83);
  line-height: 1.2;
  text-align: left;
  margin-right: 60px;
  text-indent: 20px;
}

.rew-button{
  background-color: rgb(254, 197, 43);
  width: 223px;

  font-size: 16px;
  color: rgb(2, 2, 2);
  line-height: 45px;
  text-align: center;
  border: 0;

}


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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; }

  .rew-input{
    margin-right: 10px;
    width: 120px;
  }

  .rew-button {
    width: 120px;
  }

}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2019 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  /*position      : absolute;*/
  /*overflow      : scroll;*/
  /*overflow-x    : hidden;*/
  /*top           : 0;*/
  /*right         : 0;*/
  /*bottom        : 0;*/
  /*left          : 0;*/
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@font-face {
  font-family: 'RobotoRegular';
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format('embedded-opentype'), url("../fonts/RobotoRegular/RobotoRegular.woff") format('woff'), url("../fonts/RobotoRegular/RobotoRegular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoBold';
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format('embedded-opentype'), url("../fonts/RobotoBold/RobotoBold.woff") format('woff'), url("../fonts/RobotoBold/RobotoBold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoLight';
  src: url("../fonts/RobotoLight/RobotoLight.eot");
  src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix") format('embedded-opentype'), url("../fonts/RobotoLight/RobotoLight.woff") format('woff'), url("../fonts/RobotoLight/RobotoLight.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoLightItalic';
  src: url("../fonts/RobotoLightItalic/RobotoLightItalic.eot");
  src: url("../fonts/RobotoLightItalic/RobotoLightItalic.eot?#iefix") format('embedded-opentype'), url("../fonts/RobotoLightItalic/RobotoLightItalic.woff") format('woff'), url("../fonts/RobotoLightItalic/RobotoLightItalic.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoThin';
  src: url("../fonts/RobotoThin/RobotoThin.eot");
  src: url("../fonts/RobotoThin/RobotoThin.eot?#iefix") format('embedded-opentype'), url("../fonts/RobotoThin/RobotoThin.woff") format('woff'), url("../fonts/RobotoThin/RobotoThin.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
  font-family: "RobotoLight", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333;
}
body {
  -webkit-font-smoothing: antialiased;
}
a {
  color: #fec52b;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #febd0d;
}
a:focus {
  outline: none;
}
p {
  margin-bottom: 20px;
  line-height: 1.9;
}
h1 {
  font-size: 48px;
  font-family: "RobotoLight", Arial, Helvetica, sans-serif;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 1.1em;
}
h2 {
  font-size: 48px;
  font-family: "RobotoLight", Arial, Helvetica, sans-serif;
  margin-bottom: 1.1em;
  line-height: 1.4;
  font-weight: normal;
}
h3 {
  font-size: 42px;
  font-family: "RobotoLight", Arial, Helvetica, sans-serif;
  margin-bottom: 0.8em;
  line-height: 1.5;
  font-weight: normal;
}
h4 {
  font-size: 30px;
  font-family: "RobotoLight", Arial, Helvetica, sans-serif;
  margin-bottom: 0.8em;
  line-height: 1.5;
  font-weight: normal;
}
b,
strong {
  font-family: "RobotoBold", Arial, Helvetica, sans-serif;
}
input,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.content {
  *zoom: 1;
}
.content:before,
.content:after {
  content: '';
  display: table;
}
.content:after {
  clear: both;
}
.content *:last-child {
  margin-bottom: 0;
}
.content *+h1,
.content *+h2 {
  margin-top: 50px;
}
.content a {
  color: #fec52b;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.content a:hover {
  text-decoration: none;
  color: #febd0d;
}
.content img {
  float: left;
  margin-right: 40px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.content li {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.9;
  padding-left: 70px;
  list-style: none;
  position: relative;
}
.content ul {
  margin-bottom: 40px;
  list-style: none;
}
.content ul li:before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #fec52b;
  position: absolute;
  left: 0;
  top: 13px;
}
.content ol {
  margin-bottom: 40px;
  counter-reset: myCounter2;
  list-style: none;
}
.content ol li:before {
  counter-increment: myCounter2;
  content: counter(myCounter2) '.';
  width: auto;
  height: auto;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  color: #fec52b;
  font-family: "RobotoBold", Arial, Helvetica, sans-serif;
  background-color: transparent;
}
.content ol+ul,
.content ul+ul,
.content ol+ol,
.content ul+ol {
  margin-top: 60px;
}
.content sup {
  vertical-align: super;
  font-size: smaller;
}
.content em,
.content i {
  font-family: "RobotoLightItalic", Arial, Helvetica, sans-serif;
}
.content blockquote {
  margin: 0 0 40px;
  margin-right: 7%;
  padding: 60px;
  padding-left: 75px;
  position: relative;
  font-family: "RobotoLightItalic", Arial, Helvetica, sans-serif;
  line-height: 1.9;
  font-size: 18px;
  background: #faf7f0;
  overflow: hidden;
  float: left;
  width: 50%;
}
.content blockquote:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background-color: #fec52b;
}
.content blockquote *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  h1,
  h2 {
    font-size: 30px;
  }
  .content blockquote {
    float: none;
    width: 100%;
    padding: 30px;
    padding-left: 45px;
  }

  .rew-input{
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .rew-button {
    width: 100%;
    margin-bottom: 10px;
  }

}
.container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  position: relative;
}
.container-big {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  position: relative;
}
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  content: '';
  display: table;
}
.row:after {
  clear: both;
}
.col_1 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 4.969166666666665%;
  margin-left: 0%;
  margin-right: 3.669999999999999%;
}
.col_1:before,
.col_1:after {
  content: '';
  display: table;
}
.col_1:after {
  clear: both;
}
.col_1:last-child {
  margin-right: 0%;
}
.col_2 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 13.60833333333333%;
  margin-left: 0%;
  margin-right: 3.669999999999999%;
}
.col_2:before,
.col_2:after {
  content: '';
  display: table;
}
.col_2:after {
  clear: both;
}
.col_2:last-child {
  margin-right: 0%;
}
.col_3 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.247500000000002%;
  margin-left: 0%;
  margin-right: 3.669999999999999%;
}
.col_3:before,
.col_3:after {
  content: '';
  display: table;
}
.col_3:after {
  clear: both;
}
.col_3:last-child {
  margin-right: 0%;
}
.col_4 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 30.886666666666663%;
  margin-left: 0%;
  margin-right: 3.669999999999999%;
}
.col_4:before,
.col_4:after {
  content: '';
  display: table;
}
.col_4:after {
  clear: both;
}
.col_4:last-child {
  margin-right: 0%;
}
.col_5 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 39.52583333333334%;
  margin-left: 0%;
  margin-right: 3.669999999999999%;
}
.col_5:before,
.col_5:after {
  content: '';
  display: table;
}
.col_5:after {
  clear: both;
}
.col_5:last-child {
  margin-right: 0%;
}
.col_6 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.165%;
  margin-left: 0%;
  margin-right: 3.669999999999999%;
}
.col_6:before,
.col_6:after {
  content: '';
  display: table;
}
.col_6:after {
  clear: both;
}
.col_6:last-child {
  margin-right: 0%;
}
.col_7 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 56.80416666666667%;
  margin-left: 0%;
  margin-right: 3.669999999999999%;
}
.col_7:before,
.col_7:after {
  content: '';
  display: table;
}
.col_7:after {
  clear: both;
}
.col_7:last-child {
  margin-right: 0%;
}
.col_8 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.44333333333333%;
  margin-left: 0%;
  margin-right: 3.669999999999999%;
}
.col_8:before,
.col_8:after {
  content: '';
  display: table;
}
.col_8:after {
  clear: both;
}
.col_8:last-child {
  margin-right: 0%;
}
.col_9 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.0825%;
  margin-left: 0%;
  margin-right: 3.669999999999999%;
}
.col_9:before,
.col_9:after {
  content: '';
  display: table;
}
.col_9:after {
  clear: both;
}
.col_9:last-child {
  margin-right: 0%;
}
.col_10 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 82.72166666666668%;
  margin-left: 0%;
  margin-right: 3.669999999999999%;
}
.col_10:before,
.col_10:after {
  content: '';
  display: table;
}
.col_10:after {
  clear: both;
}
.col_10:last-child {
  margin-right: 0%;
}
.col_11 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 91.36083333333332%;
  margin-left: 0%;
  margin-right: 3.669999999999999%;
}
.col_11:before,
.col_11:after {
  content: '';
  display: table;
}
.col_11:after {
  clear: both;
}
.col_11:last-child {
  margin-right: 0%;
}
.col_12 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3.669999999999999%;
}
.col_12:before,
.col_12:after {
  content: '';
  display: table;
}
.col_12:after {
  clear: both;
}
.col_12:last-child {
  margin-right: 0%;
}
@media screen and (max-width: 1023px) {
  .col_1-tablet {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 4.969166666666665%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_1-tablet:before,
  .col_1-tablet:after {
    content: '';
    display: table;
  }
  .col_1-tablet:after {
    clear: both;
  }
  .col_1-tablet:last-child {
    margin-right: 0%;
  }
  .col_2-tablet {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 13.60833333333333%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_2-tablet:before,
  .col_2-tablet:after {
    content: '';
    display: table;
  }
  .col_2-tablet:after {
    clear: both;
  }
  .col_2-tablet:last-child {
    margin-right: 0%;
  }
  .col_3-tablet {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.247500000000002%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_3-tablet:before,
  .col_3-tablet:after {
    content: '';
    display: table;
  }
  .col_3-tablet:after {
    clear: both;
  }
  .col_3-tablet:last-child {
    margin-right: 0%;
  }
  .col_4-tablet {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 30.886666666666663%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_4-tablet:before,
  .col_4-tablet:after {
    content: '';
    display: table;
  }
  .col_4-tablet:after {
    clear: both;
  }
  .col_4-tablet:last-child {
    margin-right: 0%;
  }
  .col_5-tablet {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 39.52583333333334%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_5-tablet:before,
  .col_5-tablet:after {
    content: '';
    display: table;
  }
  .col_5-tablet:after {
    clear: both;
  }
  .col_5-tablet:last-child {
    margin-right: 0%;
  }
  .col_6-tablet {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.165%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_6-tablet:before,
  .col_6-tablet:after {
    content: '';
    display: table;
  }
  .col_6-tablet:after {
    clear: both;
  }
  .col_6-tablet:last-child {
    margin-right: 0%;
  }
  .col_7-tablet {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 56.80416666666667%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_7-tablet:before,
  .col_7-tablet:after {
    content: '';
    display: table;
  }
  .col_7-tablet:after {
    clear: both;
  }
  .col_7-tablet:last-child {
    margin-right: 0%;
  }
  .col_8-tablet {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.44333333333333%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_8-tablet:before,
  .col_8-tablet:after {
    content: '';
    display: table;
  }
  .col_8-tablet:after {
    clear: both;
  }
  .col_8-tablet:last-child {
    margin-right: 0%;
  }
  .col_9-tablet {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.0825%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_9-tablet:before,
  .col_9-tablet:after {
    content: '';
    display: table;
  }
  .col_9-tablet:after {
    clear: both;
  }
  .col_9-tablet:last-child {
    margin-right: 0%;
  }
  .col_10-tablet {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 82.72166666666668%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_10-tablet:before,
  .col_10-tablet:after {
    content: '';
    display: table;
  }
  .col_10-tablet:after {
    clear: both;
  }
  .col_10-tablet:last-child {
    margin-right: 0%;
  }
  .col_11-tablet {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.36083333333332%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_11-tablet:before,
  .col_11-tablet:after {
    content: '';
    display: table;
  }
  .col_11-tablet:after {
    clear: both;
  }
  .col_11-tablet:last-child {
    margin-right: 0%;
  }
  .col_12-tablet {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_12-tablet:before,
  .col_12-tablet:after {
    content: '';
    display: table;
  }
  .col_12-tablet:after {
    clear: both;
  }
  .col_12-tablet:last-child {
    margin-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .col_1-mobile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 4.969166666666665%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_1-mobile:before,
  .col_1-mobile:after {
    content: '';
    display: table;
  }
  .col_1-mobile:after {
    clear: both;
  }
  .col_1-mobile:last-child {
    margin-right: 0%;
  }
  .col_2-mobile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 13.60833333333333%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_2-mobile:before,
  .col_2-mobile:after {
    content: '';
    display: table;
  }
  .col_2-mobile:after {
    clear: both;
  }
  .col_2-mobile:last-child {
    margin-right: 0%;
  }
  .col_3-mobile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.247500000000002%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_3-mobile:before,
  .col_3-mobile:after {
    content: '';
    display: table;
  }
  .col_3-mobile:after {
    clear: both;
  }
  .col_3-mobile:last-child {
    margin-right: 0%;
  }
  .col_4-mobile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 30.886666666666663%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_4-mobile:before,
  .col_4-mobile:after {
    content: '';
    display: table;
  }
  .col_4-mobile:after {
    clear: both;
  }
  .col_4-mobile:last-child {
    margin-right: 0%;
  }
  .col_5-mobile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 39.52583333333334%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_5-mobile:before,
  .col_5-mobile:after {
    content: '';
    display: table;
  }
  .col_5-mobile:after {
    clear: both;
  }
  .col_5-mobile:last-child {
    margin-right: 0%;
  }
  .col_6-mobile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.165%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_6-mobile:before,
  .col_6-mobile:after {
    content: '';
    display: table;
  }
  .col_6-mobile:after {
    clear: both;
  }
  .col_6-mobile:last-child {
    margin-right: 0%;
  }
  .col_7-mobile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 56.80416666666667%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_7-mobile:before,
  .col_7-mobile:after {
    content: '';
    display: table;
  }
  .col_7-mobile:after {
    clear: both;
  }
  .col_7-mobile:last-child {
    margin-right: 0%;
  }
  .col_8-mobile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.44333333333333%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_8-mobile:before,
  .col_8-mobile:after {
    content: '';
    display: table;
  }
  .col_8-mobile:after {
    clear: both;
  }
  .col_8-mobile:last-child {
    margin-right: 0%;
  }
  .col_9-mobile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.0825%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_9-mobile:before,
  .col_9-mobile:after {
    content: '';
    display: table;
  }
  .col_9-mobile:after {
    clear: both;
  }
  .col_9-mobile:last-child {
    margin-right: 0%;
  }
  .col_10-mobile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 82.72166666666668%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_10-mobile:before,
  .col_10-mobile:after {
    content: '';
    display: table;
  }
  .col_10-mobile:after {
    clear: both;
  }
  .col_10-mobile:last-child {
    margin-right: 0%;
  }
  .col_11-mobile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.36083333333332%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_11-mobile:before,
  .col_11-mobile:after {
    content: '';
    display: table;
  }
  .col_11-mobile:after {
    clear: both;
  }
  .col_11-mobile:last-child {
    margin-right: 0%;
  }
  .col_12-mobile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3.669999999999999%;
  }
  .col_12-mobile:before,
  .col_12-mobile:after {
    content: '';
    display: table;
  }
  .col_12-mobile:after {
    clear: both;
  }
  .col_12-mobile:last-child {
    margin-right: 0%;
  }
}
.mfp-content {
  padding: 20px 60px 0;
}
.mfp-figure {
  position: relative;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  overflow: hidden;
}
.mfp-figure img.mfp-img {
  padding: 0;
}
.mfp-figure .mfp-bottom-bar {
  background: rgba(0,0,0,0.4);
  display: block;
  padding: 20px;
  position: absolute;
  bottom: 0;
  top: auto;
}
.mfp-figure .mfp-title {
  font-size: 16px;
  color: #fff;
  padding: 0 60px;
  text-align: center;
}
.mfp-figure .mfp-counter {
  right: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
button.mfp-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  background: #fec52b;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button.mfp-arrow:before,
button.mfp-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 2px;
  height: 7px;
  background: #fff;
  right: auto;
  left: 28px;
}
button.mfp-arrow:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotateZ(45deg);
}
button.mfp-arrow:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotateZ(-45deg);
}
button.mfp-arrow:before {
  margin-top: -2.4748737335px;
  margin-right: 0;
}
button.mfp-arrow:after {
  margin-top: 2.4748737335px;
  margin-right: 0;
}
button.mfp-arrow:active {
  margin-top: 0;
}
button.mfp-arrow:before,
button.mfp-arrow:after {
  border: none;
  opacity: 1;
  margin-left: 0;
}
button.mfp-arrow-right:before,
button.mfp-arrow-right:after {
  border: none;
  margin-left: 0;
  opacity: 1;
}
button.mfp-arrow-right:before,
button.mfp-arrow-right:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 2px;
  height: 7px;
  background: #fff;
  right: auto;
  left: 30px;
}
button.mfp-arrow-right:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotateZ(-45deg);
}
button.mfp-arrow-right:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotateZ(45deg);
}
button.mfp-arrow-right:before {
  margin-top: -2.4748737335px;
  margin-right: 0;
}
button.mfp-arrow-right:after {
  margin-top: 2.4748737335px;
  margin-right: 0;
}
button.mfp-close {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #fec52b;
  cursor: pointer;
  border: 1px solid #fec52b;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  font-size: 0;
}
button.mfp-close:hover {
  background-color: #febd0d;
  border-color: #febd0d;
}
button.mfp-close:after,
button.mfp-close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
}
button.mfp-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
button.mfp-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .mfp-content {
    padding: 20px 30px 0;
  }
}
.nano .nano-content {
  padding-right: 20px;
}
.nano .nano-pane {
  background: #e4e4e4;
  width: 4px;
  right: 1px;
  margin: 0;
  z-index: 1;
}
.nano > .nano-pane .nano-slider {
  background: #fec52b;
  margin: 0;
}
.blockquote {
  padding: 60px;
  padding-left: 80px;
  position: relative;
  font-family: "RobotoLightItalic", Arial, Helvetica, sans-serif;
  line-height: 1.9;
  font-size: 18px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255,255,255,0)));
  background: -webkit-linear-gradient(left, #fff, rgba(255,255,255,0));
  background: linear-gradient(to right, #fff, rgba(255,255,255,0));
  overflow: hidden;
  border-left: none;
}
.blockquote:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background-color: #fec52b;
}
.blockquote *:last-child {
  margin-bottom: 0;
}
.breadcrumbs {
  margin-bottom: 12vh;
}
.breadcrumbs__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.breadcrumbs__item {
  position: relative;
  margin: 5px 0;
  margin-right: 40px;
  font-size: 16px;
  color: #fec52b;
  pointer-events: auto;
}
.breadcrumbs__item:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -22px;
  width: 6px;
  height: 1px;
  background-color: #fec52b;
}
.breadcrumbs__item:last-child {
  margin-right: 0;
}
.breadcrumbs__item:last-child:before {
  display: none;
}
.breadcrumbs__link {
  color: #fec52b;
  text-decoration: underline;
}
.breadcrumbs__link:hover {
  text-decoration: none;
}
.breadcrumbs__item.active .breadcrumbs__link {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs__item.active .breadcrumbs__link:hover {
  color: #fff;
  cursor: default;
}
@media screen and (max-height: 767px) {
  .breadcrumbs {
    margin-bottom: 6vh;
  }
}
.button {
  padding: 0 1.5em;
  line-height: 38px;
  height: 40px;
  background-color: #fec52b;
  cursor: pointer;
  border: 1px solid #fec52b;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
  text-align: center;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  min-width: 160px;
}
.button:hover {
  color: #333;
  background-color: #febd0d;
  border-color: #febd0d;
}
.button_nobg {
  background: rgba(255,255,255,0);
  color: #333;
  -webkit-box-shadow: 0 0 8px rgba(254,197,43,0.4), 0 0 8px rgba(254,197,43,0.4) inset;
          box-shadow: 0 0 8px rgba(254,197,43,0.4), 0 0 8px rgba(254,197,43,0.4) inset;
}
.button_nobg:hover {
  background-color: #febd0d;
  border-color: #febd0d;
}
.button_nobg-white {
  color: #fff;
}
.button_icon {
  position: relative;
  margin-left: 40px;
  -webkit-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
  border-left: none;
  text-transform: none;
  font-size: 16px;
  min-width: 120px;
}
.button_icon:before {
  content: '';
  position: absolute;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  left: -38px;
  top: -1px;
  height: 40px;
  width: 40px;
  background-color: #fec52b;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button_icon:after {
  content: '';
  position: absolute;
  position: absolute;
  top: 50%;
  left: -19px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.button_icon:hover:before {
  background-color: #febd0d;
}
.button_icon.button_nobg {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 2px;
  margin-left: 30px;
}
.button_icon.button_nobg:before {
  background: #fff;
  border: 2px solid #fec52b;
  border-right: 0;
  -webkit-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
  top: -2px;
  left: -30px;
}
.button_icon.button_nobg:after {
  left: -10px;
}
.button_icon.button_nobg:hover:before {
  background-color: #febd0d;
}
.button_icon-vk,
.button_icon-youtube,
.button_icon-inst {
  font-family: "RobotoLight", Arial, Helvetica, sans-serif;
  margin-left: 52px;
}
.button_icon-vk:after,
.button_icon-youtube:after,
.button_icon-inst:after {
  background-image: url("../img/sprite.png");
  background-position: -250px -64px;
  width: 20px;
  height: 20px;
}
.button_icon-vk:after {
  background-position: -250px -92px;
}
.button_icon-youtube:after {
  background-position: -250px -116px;
}

.button_link {
  background: rgba(255,255,255,0);
  color: #333;
  border-width: 2px;
  text-transform: none;
  font-size: 16px;
  font-family: "RobotoLight", Arial, Helvetica, sans-serif;
  line-height: 35px;
}
.button_link:hover {
  background-color: #febd0d;
  border-color: #febd0d;
}
.button_callbac {
  background-color: #fec52b;
  border: none;
  background-color: transparent;
  border-color: #e5e5e5;
  text-decoration: underline;
  -webkit-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
}
.button_callbac:before {
  background-color: #ac1f2d;
}
.button_callbac:after {
  background-image: url("");
  background-position: ;
  width: ;
  height: ;
}
.button_callbac:hover {
  color: #fff;
  background-color: #febd0d;
  border-color: #febd0d;
}
.button_callbac:hover:before {
  background-color: #ac1f2d;
}
.button_callbac:before {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  top: -1px;
}
.button_callbac:after {
  background-image: url("");
  background-position: ;
  width: ;
  height: ;
}
.button_callbac:hover {
  color: #febd0d;
  text-decoration: underline;
  background-color: transparent;
  border-color: #febd0d;
}
.button_callbac:hover:before {
  background-color: transparent;
  border-color: #febd0d;
}
.button_long {
  padding-left: 5em;
  padding-right: 5em;
}
.carousel {
  position: relative;
}
.carousel__control {
  width: 100px;
  height: 80px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
}
.carousel__container-controls {
  pointer-events: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  text-align: center;
  z-index: 2;
}
.carousel__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.carousel__control {
  position: relative;
  background-color: #fec52b;
  pointer-events: auto;
}
.carousel__control:before,
.carousel__control:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 2px;
  height: 11px;
  background: #fff;
  right: auto;
  left: 50px;
}
.carousel__control:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotateZ(45deg);
}
.carousel__control:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotateZ(-45deg);
}
.carousel__control:before {
  margin-top: -3.8890872955px;
  margin-right: 0;
}
.carousel__control:after {
  margin-top: 3.8890872955px;
  margin-right: 0;
}
.carousel__control_next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.carousel__control:hover {
  background-color: #febd0d;
}
.carousel__counters {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.carousel__counter {
  display: inline-block;
}
.carousel__counter-beth {
  margin: 0 3px;
  display: inline-block;
}
.carousel__counter-total {
  display: inline-block;
}
.carousel_works {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .carousel_recall {
    margin: 0 -30px;
  }
}
.catalog__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: -1px;
}
.catalog__item {
  width: -webkit-calc((100% / 4) + 1px);
  width: calc((100% / 4) + 1px);
  margin-right: -1px;
  margin-bottom: -1px;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 80px 30px 60px;
  font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #333;
}
.catalog__item:hover .catalog__item-price {
  color: #333;
}
.catalog__item-content {
  margin: 0 auto;
  max-width: 250px;
}
.catalog__item-icon-wrap {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.catalog__item-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.catalog__item-desc {
  line-height: 1.9;
  margin-bottom: 20px;
  color: #999;
}
.catalog__item-price {
  color: #333;
}
.catalog__item-price-count {
  font-size: 24px;
  color: #fec52b;
  font-family: "RobotoBold", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 1280px) {
  .catalog__item {
    width: -webkit-calc((100% / 3) + 1px);
    width: calc((100% / 3) + 1px);
  }
}
@media screen and (max-width: 1023px) {
  .catalog__item {
    width: -webkit-calc((100% / 2) + 1px);
    width: calc((100% / 2) + 1px);
    padding: 50px 30px 40px;
  }
  .catalog__item-icon-wrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .catalog__item {
    width: 100%;
    margin-right: 0;
    padding: 40px 30px 40px;
    border-right: none;
    border-left: none;
  }
  .catalog__item-title {
    font-size: 20px;
  }
}
.contact {
  max-width: 1060px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  pointer-events: none;
}
.contact__desc-wrap {
  position: relative;
  width: 400px;
  padding: 50px 50px 60px;
  background-color: #fff;
  z-index: 2;
  pointer-events: auto;
}
.contact__info-row {
  margin-bottom: 30px;
}
.contact__info-row:last-child {
  margin-bottom: 0;
}
.contact__info-title {
  font-size: 48px;
  margin-bottom: 40px;
}
.contact__info-text {
  line-height: 1.9;
}
@media screen and (max-width: 1120px) {
  .contact {
    padding-right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 50vh;
  }
  .contact__desc-wrap {
    width: 100%;
    padding: 30px;
  }
  .contact__info-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .contact__info-row {
    margin-bottom: 20px;
  }
  .contact__info-row:last-child {
    margin-bottom: 0;
  }
}
.count-cut {
  display: inline-block;
  font-size: 120px;
  line-height: 1;
  height: 78px;
  overflow: hidden;
  border-bottom: 10px solid #fec52b;
  font-family: "RobotoBold", Arial, Helvetica, sans-serif;
}
.count-cut__content {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -0.15em;
}
.developers__link {
  text-decoration: none;
  font-family: "RobotoBold", Arial, Helvetica, sans-serif;
}
.error-404 {
  height: 520px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.error-404__title {
  font-size: 70px;
  font-family: "RobotoThin", Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
}
.error-404__desc {
  font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
  max-width: 420px;
  line-height: 1.6;
  margin-bottom: 100px;
}
.footer {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 5;
}
.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.footer__container:after,
.footer__container:before {
  display: none;
}
.footer__section {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0;
}
.footer__row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 1;
}
.footer__row_columns {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer__copyright-symbol {
  color: #fec52b;
}
@media screen and (max-width: 1200px) {
  .footer__row {
    display: block;
    text-align: center;
  }
  .footer__item {
    margin-bottom: 30px;
  }
  .footer__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__row .social-block {
    display: flex;
    flex-flow: column;
    align-items: center;

  }
  .social-block .button_icon {
    margin-bottom: 10px;
    width: 125px;
  }

}
@media screen and (max-width: 1023px) {
  .footer__copyright {
    line-height: 1.9;
  }
}
.form__row {
  margin-bottom: 25px;
}
.form__row:last-of-type {
  margin-bottom: 0;
}
.form__row_gor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form__fieldset {
  border: 2px solid #fec52b;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 25px 40px;
}
.form__legend {
  padding: 0 30px;
  background: #fff;
  display: inline-block;
  text-align: center;
  font-size: 42px;
}
.form__legend-desc {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}
.form__col {
  margin-right: 10px;
}
.form__col:last-child {
  margin-right: 0;
}
.form__button-wrap_with-inputs {
  margin-top: 24px;
}
.form_input_inline-block {
  display: inline-block;
}
.header {
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.header__container {
  width: 100%;
  padding-top: 50px;
  position: relative;
}
.header__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.header__content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 7px;
}
.header__item {
  margin-right: 60px;
}
.header__item:last-child {
  margin-right: 0;
}
.header__item_row-nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 30px;
  width: 30px;
  height: 22px;
  border: 2px solid #fec52b;
  border-width: 2px 0 2px 0;
  cursor: pointer;
  -webkit-transition: border 0.2s ease 0.2s;
  transition: border 0.2s ease 0.2s;
}
.header__toggle:before,
.header__toggle:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #fec52b;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1280px) {
  .header__item {
    margin-right: 40px;
  }
}
@media (max-width: 1140px) and (min-width: 1024px), (max-width: 400px) {
  .header .phone__items {
    display: block;
  }
  .header .phone__number {
    margin: 10px 0;
    margin-right: 0;
  }
  .header .phone__number:after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header__container {
    padding-top: 70px;
  }
  .header__logo {
    position: absolute;
    top: 15px;
  }
  .header__button {
    position: absolute;
    right: 0;
    margin-right: 30px;
  }
  .header__phone {
    position: absolute;
    right: 30px;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    border-bottom: 1px solid rgba(229,229,229,0.2);
    height: 80px;
    z-index: 10;
    position: fixed;
    background-color: black;
    width: 100%;
  }
  .header__items {
    display: block;
  }
  .header__item {
    width: 100%;
    margin-right: 0;
  }
  .header__item_row-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .header__logo {
    width: auto;
    top: 25px;
  }
  .header__button {
    position: static;
    padding-left: 30px;
    margin: 25px 0 35px;
  }
  .header__phone {
    position: static;
    padding-left: 30px;
    margin-bottom: 35px;
  }
  .header__content {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #1b1b1b;
    z-index: 10;
  }
  .header__toggle {
    display: block;
  }
  .header.state-open {
    background: #1b1b1b;
  }
  .header.state-open .header__content {
    display: block;
  }
  .header.state-open .header__toggle {
    border: none;
    height: 25px;
    margin-top: -1px;
  }
  .header.state-open .header__toggle:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -2px;
  }
  .header.state-open .header__toggle:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -2px;
  }
}
.help {
  padding: 80px 0px 120px;
  position: relative;
}
.help__lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0px;
  z-index: 1;
}
.help__line {
  position: absolute;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229,229,229,0)), color-stop(15%, #e5e5e5), to(#e5e5e5));
  background: -webkit-linear-gradient(top, rgba(229,229,229,0) 0%, #e5e5e5 15%, #e5e5e5 100%);
  background: linear-gradient(to bottom, rgba(229,229,229,0) 0%, #e5e5e5 15%, #e5e5e5 100%);
}
.help__line:first-child {
  left: 100px;
}
.help__line:nth-child(2) {
  right: 438px;
}
.help__line:last-child {
  margin-right: 0;
  right: 0;
}
.help__items {
  position: relative;
  z-index: 2;
}
.help__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
}
.help__item:nth-child(2n) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.help__item:last-child {
  margin-bottom: 0;
}
.help__item-desc {
  width: 280px;
  color: #777;
  font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
  line-height: 1.9;
}
.help__item-count {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .help {
    padding: 60px 0 60px;
  }
  .help__lines {
    display: none;
  }
  .help__item-count {
    display: inline-block;
    margin-bottom: 35px;
  }
  .help__item {
    display: block;
    margin-bottom: 50px;
    padding: 0;
  }
  .help__item-desc {
    max-width: 280px;
    width: auto;
  }
}
.i-auto {
  background-image: url("../img/sprite.png");
  background-position: -202px 0px;
  width: 77px;
  height: 54px;
}
.i-check_big {
  background-image: url("../img/sprite.png");
  background-position: 0px 0px;
  width: 100px;
  height: 100px;
}
.i-garage {
  background-image: url("../img/sprite.png");
  background-position: -110px 0px;
  width: 82px;
  height: 76px;
}
.i-key_black {
  background-image: url("../img/sprite.png");
  background-position: -202px -64px;
  width: 14px;
  height: 28px;
}
.i-key_white {
  background-image: url("../img/sprite.png");
  background-position: -226px -64px;
  width: 14px;
  height: 28px;
}
.i-lock {
  background-image: url("../img/sprite.png");
  background-position: -82px -110px;
  width: 58px;
  height: 76px;
}
.i-logo {
  background-image: url("../img/logo.png");
  height: 41px;
  width: 100px;
  margin: -17px auto 17px;
}
.i-phone_main {
  background-image: url("../img/sprite.png");
  background-position: -202px -102px;
  width: 10px;
  height: 10px;
}
.i-safe {
  background-image: url("../img/sprite.png");
  background-position: 0px -110px;
  width: 72px;
  height: 76px;
}
.i-soc-inst {
  background-image: url("../img/sprite.png");
  background-position: -250px -64px;
  width: 20px;
  height: 20px;
}
.icon {
  display: inline-block;
}
.img {
  width: 100%;
  display: block;
}
.input {
  position: relative;
}
.input__text,
.input__textarea {
  font-size: 14px;
  padding: 0.75em 1.2em;
  background-color: #fff;
  border: 1px solid #989898;
  outline: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #333;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input__text::-webkit-input-placeholder,
.input__textarea::-webkit-input-placeholder {
  color: #adadad;
}
.input__text::-moz-placeholder,
.input__textarea::-moz-placeholder {
  color: #adadad;
}
.input__text:-ms-input-placeholder,
.input__textarea:-ms-input-placeholder {
  color: #adadad;
}
.input__text:-moz-placeholder,
.input__textarea:-moz-placeholder {
  color: #adadad;
}
.input__text:hover,
.input__textarea:hover {
  border-color: #fec52b;
}
.input__text:focus,
.input__textarea:focus {
  outline: none;
  border-color: #fec52b;
}
.input__textarea {
  resize: none;
  height: 140px;
}
.input__label {
  font-size: 14px;
  margin-bottom: 8px;
  display: inline-block;
}
.input__checkbox {
  position: absolute;
  opacity: 0.01;
  width: 1px;
  height: 1px;
  left: -6000px;
}
.input__checkbox+.input__label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 40px;
  line-height: 1.2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.input__checkbox+.input__label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-left: -40px;
  background: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border: 2px solid #d1d1d1;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input__checkbox+.input__label:after {
  content: '';
  position: absolute;
  background: url("../img/input-checkbox-check.png");
  width: 10px;
  height: 7px;
  top: 7px;
  left: 6px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input__checkbox+.input__label:hover:before {
  border-color: #febd0d;
}
.input__checkbox:checked+.input__label:after {
  opacity: 1;
}
.input__error {
  display: block;
  visibility: hidden;
  position: relative;
  font-size: 14px;
  width: 100%;
  color: #fff;
  background-color: #ef2b2b;
  border: 1px solid #ef2b2b;
  white-space: nowrap;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  margin-top: -3px;
  -webkit-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}
.input__error-text {
  padding: 0.9em 1.2em 0.8em;
}
.input_required:not(.input_checkbox) .input__label:after {
  content: ' *';
  color: #ef2b2b;
}
.input.error .input__text {
  border-color: rgba(239,43,43,0.8);
  color: #ef2b2b;
  background-color: #ffd3d5;
}
.input.error .input__text:hover {
  color: #ef2b2b;
  border-color: rgba(239,43,43,0.9);
}
.input.error .input__text:focus {
  color: #ef2b2b;
  border-color: #ef2b2b;
}
.input.error .input__error {
  visibility: visible;
  opacity: 1;
  max-height: 100px;
}
.list {
  list-style: none;
}
.list__item {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 70px;
  list-style: none;
  position: relative;
  min-height: 48px;
}
.list__item:before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #fec52b;
  position: absolute;
  left: 0;
  top: 13px;
}
.list_count {
  counter-reset: myCounter2;
}
.list_count .list__item:before {
  counter-increment: myCounter2;
  content: counter(myCounter2) '.';
  width: auto;
  height: auto;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  color: #fec52b;
  font-family: "RobotoBold", Arial, Helvetica, sans-serif;
  background-color: transparent;
}
.logo {
  position: relative;
  display: block;
}
.map {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.map:after {
  content: '';
  width: 100%;
  height: 40vh;
  min-height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, #000 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, #000 0%, rgba(0,0,0,0) 100%);
  pointer-events: none;
}
.nav-cat {
  position: relative;
  background-color: #fec52b;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
  padding: 0 10px 10px;
}
.nav-cat__items {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
  color: #fff;
  list-style: none;
}
.nav-cat__title {
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  padding: 0 40px;
  width: 100%;
}
.nav-cat__item {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  font-size: 14px;
  padding: 15px 60px 15px 60px;
  list-style: none;
  position: relative;
  font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
}
.nav-cat__item:last-child {
  border-bottom: none;
}
.nav-cat__item:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #fec52b;
  position: absolute;
  left: 40px;
  top: 23px;
}
.nav-cat__item.active .nav-cat__item-link {
  color: #fec52b;
  text-decoration: none;
}
.nav-cat__item-link {
  text-decoration: underline;
  color: #333;
  line-height: 1.4;
}
.nav-cat__item-link:hover {
  color: #febd0d;
}
.nav-cat_fill-icon {
  background-color: #c52333;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.nav-cat_fill-icon:before {
  content: '';
  right: -100px;
  bottom: -40px;
  position: absolute;
}
.nav-cat_fill-icon .nav-cat__items,
.nav-cat_fill-icon .nav-cat__item {
  background-color: transparent;
}
.nav-cat_fill-icon .nav-cat__title {
  font-size: 24px;
}
.nav-cat_fill-icon .nav-cat__item {
  border-bottom: none;
}
.nav-cat_fill-icon .nav-cat__item:before {
  background-color: #fff;
}
.nav-cat_fill-icon .nav-cat__item.active .nav-cat__item-link {
  color: #fff;
}
.nav-cat_fill-icon .nav-cat__item-link {
  color: #fff;
}
.nav-cat_fill-icon .nav-cat__item-link:hover color #fff {
  text-decoration: none;
}
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav__item {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "RobotoLight", Arial, Helvetica, sans-serif;
  margin-right: 60px;
  white-space: nowrap;
}
.nav__item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fec52b;
  bottom: -10px;
  left: 0;
  opacity: 0;
  -webkit-box-shadow: 0 0 8px rgba(254,197,43,0.4), 0 0 8px rgba(254,197,43,0.4) inset;
          box-shadow: 0 0 8px rgba(254,197,43,0.4), 0 0 8px rgba(254,197,43,0.4) inset;
}
.nav__item:last-child {
  margin-right: 0;
}
.nav__link {
  color: #fff;
  text-decoration: none;
}
.nav__link:hover {
  color: #febd0d;
}
.nav__item.active:before {
  opacity: 1;
}
.nav__item.active .nav__link {
  cursor: default;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .nav__item {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    display: block;
  }
  .nav__item {
    display: block;
    margin-right: 0;
    white-space: normal;
    border-bottom: 1px solid rgba(229,229,229,0.2);
  }
  .nav__item:before {
    display: none;
  }
  .nav__item.active {
    border-bottom: 2px solid #fec52b;
  }
  .nav__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 30px;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
  }
  .nav__link:hover {
    color: #febd0d;
  }
}
.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "RobotoLight", Arial, Helvetica, sans-serif;
}
.phone__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.phone__icon-wrap {
  margin-right: 20px;
}
.phone__number {
  font-size: 20px;
  margin-right: 40px;
  position: relative;
  color: #fff;
  white-space: nowrap;
}
.phone__number:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #fec52b;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
}
.phone__number:last-child {
  margin-right: 0;
}
.phone__number:last-child:after {
  display: none;
}
.phone__number-link {
  color: #fff;
  text-decoration: none;
}
.popup {
  width: 100%;
  margin: 50px auto;
  position: relative;
  max-width: 600px;
}
.popup_mid {
  max-width: 680px;
}
.popup__title-block {
  text-align: center;
  position: relative;
  padding: 60px 40px 0px;
  background-color: #fff;
  border-top: 10px solid #fec52b;
}
.popup__title-text {
  font-size: 36px;
  text-transform: uppercase;
  font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  line-height: 1.3;
}
.popup__title-desc {
  font-size: 18px;
  color: #999;
  line-height: 1.5;
}
.popup__content {
  padding: 60px 80px;
  margin: 0 auto;
  background-color: #fff;
}
.popup__content *:last-child {
  margin-bottom: 0;
}
.popup__close {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #fec52b;
  bottom: 100%;
  left: 100%;
  z-index: 1;
  cursor: pointer;
  border: 1px solid #fec52b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup__close:hover {
  background-color: #febd0d;
  border-color: #febd0d;
}
.popup__close:after,
.popup__close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #333;
}
.popup__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .popup {
    margin: 30px auto;
  }
  .popup__title-block {
    padding: 30px 30px 0px;
  }
  .popup__title-text {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .popup__title-desc {
    font-size: 18px;
    color: #999;
  }
  .popup__close {
    bottom: auto;
    left: auto;
    right: -20px;
    top: -20px;
  }
  .popup__content {
    padding: 40px 30px;
    background-color: #fff;
  }
  .popup__content *:last-child {
    margin-bottom: 0;
  }
}
.privilege__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.privilege__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  background-color: #fbf9f2;
  text-align: center;
  padding: 80px 30px 60px;
  position: relative;
  overflow: hidden;
}
.privilege__item:nth-child(2n) {
  background-color: #fff;
}
.privilege__item:nth-child(2n):before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 157px;
}
.privilege__item-content {
  margin: 0 auto;
  max-width: 220px;
  position: relative;
}
.privilege__item-count-wrap {
  margin-bottom: 50px;
}
.privilege__item-title {
  margin: 0 auto;
  line-height: 1.9;
  color: #999;
  font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 1023px) {
  .privilege__items {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .privilege__item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .privilege__item:nth-child(3n) {
    background-color: #fff;
  }
  .privilege__item:nth-child(3n):before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 157px;
  }
  .privilege__item:nth-child(4n) {
    background-color: #fbf9f2;
  }
  .privilege__item:nth-child(4n):before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .privilege__item {
    width: 100%;
    background-color: #fff;
    padding: 50px 30px 40px;
  }
  .privilege__item:before {
    display: none;
  }
  .privilege__item:nth-child(3n) {
    background-color: #fff;
  }
  .privilege__item:nth-child(3n):before {
    display: none;
  }
  .privilege__item:nth-child(2n) {
    background-color: #fbf9f2;
  }
  .privilege__item:nth-child(2n):before {
    display: none;
  }
}
.recall {
  padding-top: 20px;
}
.recall__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding-bottom: 80px;
  border: 1px solid transparent;
}
.recall__client {
  padding: 0 100px;
  text-align: center;
  position: relative;
  margin-top: -20px;
  margin-bottom: 60px;
}
.recall__client:before {
  content: '';
  background: url("../img/recall-quote.png") no-repeat right bottom;
  width: 220px;
  height: 170px;
  position: absolute;
  top: 20px;
  left: 0;
}
.recall__content {
  width: 100%;
  line-height: 1.9;
  position: relative;
  padding: 60px;
  padding-left: 0;
}
.recall__photo {
  margin-bottom: 30px;
  position: relative;
}
.recall__photo-img-wrap {
  width: 180px;
  height: 180px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
.recall__photo-img {
  max-width: 100%;
  display: block;
}
.recall__name {
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .recall__container {
    display: block;
    border: 1px solid transparent;
  }
  .recall__content {
    padding: 0 30px 40px;
  }
  .recall__client {
    margin-top: -20px;
    margin-bottom: 30px;
  }
  .recall__client:before {
    width: 180px;
    height: 170px;
  }
}
.section {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 75px 0;
}
.section__content {
  width: 100%;
  position: relative;
  z-index: 2;
}
.section__title {
  font-size: 48px;
  font-family: "RobotoLight", Arial, Helvetica, sans-serif;
  line-height: 1.3;
  position: relative;
  max-width: 600px;
  z-index: 2;
}
.section__title-desc-wrap {
  font-size: 18px;
  line-height: 1.8;
  max-width: 400px;
  position: relative;
  margin-top: 20px;
}
.section__title-desc-wrap_icon {
  padding-left: 130px;
  margin-top: 50px;
  min-height: 100px;
}
.section__title-desc-wrap_row {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section__title-desc-wrap_row .section__title-desc {
  max-width: 350px;
  min-width: 350px;
  font-size: 24px;
  line-height: 1.5;
}
.section__title-desc-wrap_row .section__title-desc_second {
  min-width: auto;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.9;
}
.section__title-desc-col {
  margin-right: 5%;
}
.section__title-desc-col:last-child {
  margin-right: 0;
}
.section__title-desc {
  position: relative;
  z-index: 2;
  color: #777;
  font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
}
.section__title-desc-price-count {
  color: #fec52b;
  font-size: 48px;
  font-family: "RobotoBold", Arial, Helvetica, sans-serif;
}
.section__title-icon {
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  z-index: 1;
}
.section__title-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 380px;
  height: 380px;
  background: url("../img/section-circles_bg-dark.png") no-repeat;
}
.section__title-button {
  margin-top: 30px;
}
.section__title-button_right {
  position: absolute;
  right: 30px;
  top: 0;
}
.section__title-wrap {
  position: relative;
  margin-bottom: 50px;
}
.section__title-wrap_head {
  margin-bottom: 0;
  color: #fff;
}
.section__title-wrap_head .section__title {
  font-size: 100px;
  font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-left: -0.065em;
  max-width: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section__title-wrap_head .section__title-desc-wrap {
  margin-top: 35px;
}
.section__title-wrap_head .section__title-desc {
  color: #fff;
}
.section__title-wrap_bg-light .section__title-icon:before {
  width: 380px;
  height: 380px;
  background: url("../img/section-circles_bg-white.png") no-repeat;
}
.section-scroll {
  left: 50px;
  height: 100%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 0 5px;
  z-index: 3;
}
.section-scroll__content {
  position: relative;
  cursor: pointer;
}
.section-scroll__content:before {
  content: '';
  width: 1px;
  height: 100vh;
  bottom: -webkit-calc(100% + 20px);
  bottom: calc(100% + 20px);
  position: absolute;
  background: #808080;
  opacity: 0.4;
  left: -webkit-calc(50% + 5px);
  left: calc(50% + 5px);
}
.section-scroll__content:after {
  content: '';
  width: 10px;
  height: 30vh;
  position: absolute;
  top: -webkit-calc(100% + 40px);
  top: calc(100% + 40px);
  left: -webkit-calc(50% - 5px);
  left: calc(50% - 5px);
  background: url("../img/scroll-line-arrow.png") bottom no-repeat;
  overflow: hidden;
}
@media screen and (max-height: 767px) {
  .section-scroll__content:after {
    height: 20vh;
  }
}
.section-scroll__text {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
  vertical-align: middle;
}
.section-scroll__mouse {
  width: 20px;
  height: 32px;
  background: url("../img/scroll-mouse.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
  position: relative;
}
.section-scroll__mouse:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14px;
  height: 8px;
  background: url("../img/scroll-mouse-arrow.png") no-repeat;
  top: -webkit-calc(100% + 5px);
  top: calc(100% + 5px);
  -webkit-animation: scrollarrow 3s ease-in-out infinite;
          animation: scrollarrow 3s ease-in-out infinite;
}
.section_banner {
  padding: 150px 0;
}
.section_seo {
  border-top: 1px solid #e5e5e5;
}
.section_light:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2150px;
  height: 750px;
  background: url("../img/section-light.png") no-repeat;
  bottom: 0;
  margin-left: -200px;
}
.section_head {
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 130px 0;
  background-image: url("../img/section-bg-head-service.jpg");
}
.section_head:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1257px;
  height: 449px;
  background: url("../img/section-light_head.png") no-repeat;
  bottom: 0;
  margin-left: -680px;
}
.section_service {
  background-image: url("../img/section-bg-head-service.jpg");
}
.section_severity {
  background-image: url("../img/section-bg-severity.jpg");
}
.section_trust-work {
  background-image: url("../img/section-bg-trust-work.jpg");
}
.section_all-day {
  background-image: url("../img/section-bg-all-day.png");
}
.section_professionals {
  background-image: url("../img/section-bg-proffesionals.jpg");
}
.section_help {
  padding-bottom: 0;
}
.section_help .section__title-wrap {
  margin-bottom: 10px;
}
.section_main {
  background-image: url("../img/section-bg-head-main.jpg");
}
.section_recall {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#faf7f0), to(rgba(250,247,240,0)));
  background-image: -webkit-linear-gradient(top, #faf7f0 0%, rgba(250,247,240,0) 100%);
  background-image: linear-gradient(to bottom, #faf7f0 0%, rgba(250,247,240,0) 100%);
}
.section_honesty:before {
  content: '';
  width: 400px;
  height: 290px;
  background: url("../img/page-photo-lock.jpg") no-repeat left bottom;
  position: absolute;
  right: 0;
  top: 0;
}
.section_error-404 {
  min-height: -webkit-calc(100vh - 101px);
  min-height: calc(100vh - 101px);
  background-image: url("../img/section-bg-head-main.jpg");
}
.section_map {
  padding: 0;
  height: 100%;
  min-height: -webkit-calc(100vh - 101px);
  min-height: calc(100vh - 101px);
}
.section_map .section__content-container {
  width: 100%;
}
.section_map .section__content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 200px 0 80px;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .section-scroll {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .section__title-desc-wrap_row {
    display: block;
  }
  .section__title-desc-wrap_row .section__title-desc {
    min-width: auto;
    font-size: 20px;
    line-height: 1.6;
  }
  .section__title-desc-wrap_row .section__title-desc_second {
    min-width: auto;
    max-width: 350px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.9;
  }
  .section_honesty:before {
    display: none;
  }
  .section_error-404 {
    min-height: -webkit-calc(100vh - 207px);
    min-height: calc(100vh - 207px);
  }
  .section_map {
    min-height: -webkit-calc(100vh - 207px);
    min-height: calc(100vh - 207px);
  }
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 30px;
  }
  .section__title-icon {
    position: relative;
    margin-bottom: 20px;
  }
  .section__title-desc-wrap_icon {
    padding-left: 0;
  }
  .section__title-wrap_head .section__title {
    font-size: 48px;
  }
  .section__title-desc-price-count {
    font-size: 30px;
  }
  .section_banner {
    padding: 60px 0;
  }
  .section_map {
    padding: 0;
  }
  .section_map .section__content {
    padding: 100px 0 80px;
    height: 100%;
    pointer-events: none;
  }
}
@-webkit-keyframes scrollarrow {
  0% {
    margin-top: 0;
  }
  25% {
    margin-top: 0;
  }
  37.5% {
    margin-top: 3px;
  }
  50% {
    margin-top: 0;
  }
  62.5% {
    margin-top: 3px;
  }
  75% {
    margin-top: 0;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes scrollarrow {
  0% {
    margin-top: 0;
  }
  25% {
    margin-top: 0;
  }
  37.5% {
    margin-top: 3px;
  }
  50% {
    margin-top: 0;
  }
  62.5% {
    margin-top: 3px;
  }
  75% {
    margin-top: 0;
  }
  100% {
    margin-top: 0;
  }
}
.steps {
  text-align: center;
  margin-top: 100px;
}
.steps__container {
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.steps__item_delimiter {
  margin: 0 80px;
}
.steps__item_delimiter:before {
  content: '';
  position: relative;
  width: 120px;
  height: 2px;
  background-color: #fec52b;
  display: block;
  top: 80px;
}
.steps__item-title {
  font-size: 96px;
  font-family: "RobotoBold", Arial, Helvetica, sans-serif;
  color: #fec52b;
  line-height: 1;
}
.steps__item-desc {
  margin-top: 30px;
  font-size: 18px;
  font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
.steps__item-icon {
  display: inline-block;
}
.steps__item-icon_check {
  background-image: url("../img/sprite.png");
  background-position: 0px 0px;
  width: 100px;
  height: 100px;
}
.steps_icons .steps__item-desc {
  width: 250px;
}
.steps_icons .steps__item_delimiter {
  margin: 0 60px;
}
.steps_icons .steps__item_delimiter:before {
  width: 200px;
  top: 50px;
}
@media (max-width: 1400px) {
  .steps__item_delimiter {
    margin: 0 40px;
  }
  .steps__item_delimiter:before {
    width: 80px;
  }
  .steps_icons .steps__item_delimiter {
    margin: 0 40px;
  }
  .steps_icons .steps__item_delimiter:before {
    width: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .steps__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
    max-width: 1060px;
    margin: 0 auto;
  }
  .steps__item-title {
    font-size: 77px;
  }
  .steps__item_delimiter:before {
    top: 50px;
  }
  .steps_icons .steps__item-desc {
    width: 180px;
  }
  .steps_icons .steps__item_delimiter {
    margin: 0 40px;
  }
  .steps_icons .steps__item_delimiter:before {
    width: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .steps__item-title {
    font-size: 67px;
  }
  .steps__item_delimiter {
    margin: 0 20px;
  }
  .steps__item_delimiter:before {
    width: 60px;
  }
  .steps_icons .steps__item-desc {
    width: 180px;
  }
  .steps_icons .steps__item_delimiter {
    margin: 0 20px;
  }
  .steps_icons .steps__item_delimiter:before {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .steps {
    margin-top: 50px;
  }
  .steps__container {
    display: block;
  }
  .steps__item-desc {
    margin-top: 5px;
  }
  .steps__item-title {
    font-size: 60px;
  }
  .steps__item {
    margin-bottom: 40px;
  }
  .steps__item_delimiter {
    display: none;
  }
  .steps_icons .steps__item-desc {
    width: auto;
    margin-top: 20px;
  }
}
table {
  width: 100%;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
  border-collapse: separate;
  margin-bottom: 40px;
  font-size: 14px;
}
table th,
table td {
  padding: 15px 30px 15px 40px;
  line-height: 1.5;
  vertical-align: middle;
}
table th {
  font-weight: normal;
  background-color: #f5f5f5;
  border-bottom: 2px solid #fec52b;
  border-right: 1px solid #e5e5e5;
  text-align: left;
}
table th:first-child {
  border-left: 1px solid #f5f5f5;
}
table th:last-child {
  border-right-color: #f5f5f5;
}
table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
table td:first-child {
  border-left: 1px solid #e5e5e5;
}
.table-m {
  display: none;
  margin-bottom: 40px;
}
.table-m__item-header {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 15px 30px;
  position: relative;
  background-color: #f5f5f5;
  border-bottom: 2px solid #fec52b;
  cursor: pointer;
}
.table-m__item-header:before,
.table-m__item-header:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 2px;
  height: 7px;
  background: #999;
  right: 20px;
  left: auto;
}
.table-m__item-header:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotateZ(-45deg);
}
.table-m__item-header:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotateZ(45deg);
}
.table-m__item-header:before {
  margin-top: -2.4748737335px;
  margin-right: 0;
}
.table-m__item-header:after {
  margin-top: 2.4748737335px;
  margin-right: 0;
}
.table-m__item-content {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  border-top: none;
  display: none;
}
.table-m__item-cell {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 30px;
}
.table-m__item-cell:last-child {
  border-bottom: none;
}
.table-m__item-cell-th {
  font-size: 0.85em;
  color: #999;
  font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
  line-height: 1.2;
}
.table-m__item-cell-td {
  line-height: 1.9;
}
.table-m__item {
  margin-bottom: 20px;
}
.table-m__item:last-child {
  margin-bottom: 0;
}
.table-m__item.state-open .table-m__item-header {
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}
.table-m__item.state-open .table-m__item-header:before,
.table-m__item.state-open .table-m__item-header:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 2px;
  height: 7px;
  background: #999;
  right: 20px;
  left: auto;
}
.table-m__item.state-open .table-m__item-header:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotateZ(-45deg);
}
.table-m__item.state-open .table-m__item-header:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotateZ(45deg);
}
.table-m__item.state-open .table-m__item-header:before {
  margin-right: 4px;
  margin-top: 0;
}
.table-m__item.state-open .table-m__item-header:after {
  margin-top: 0;
}
.table-wrap {
  margin-bottom: 40px;
}
.table-wrap table {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .content table {
    display: none;
  }
  .table-m {
    display: block;
  }
}
.work__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.work__col {
  width: 50%;
}
.work__content {
  max-width: 450px;
  margin-left: 15%;
  padding-top: 80px;
  padding-bottom: 100px;
  margin-right: 30px;
}
.work__title {
  font-size: 48px;
  font-family: "RobotoLight", Arial, Helvetica, sans-serif;
  line-height: 1.3;
  margin-bottom: 40px;
}
.work__name {
  font-size: 24px;
  color: #999;
  line-height: 1.5;
  margin-bottom: 30px;
  height: 70px;
}
.work__desc {
  height: auto;
  margin-bottom: 0;
  position: relative;
}
.work__desc:after {
  content: '';
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
  pointer-events: none;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .work__col {
    width: 100%;
  }
  .work__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .work__desc {
    display: none;
  }
  .work__title {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .work__content {
    max-width: 450px;
    margin-left: 0;
    padding-top: 60px;
    padding-bottom: 0px;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
.works__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px;
}
.works__item {
  width: -webkit-calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
  margin: 10px;
}
.works__item-img {
  height: 190px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: relative;
  outline: none;
}
.works__item-img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(254,197,43,0.8);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.works__item-img:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -webkit-calc(50% - 11px);
  top: calc(50% - 11px);
  background-image: url("");
  background-position: ;
  width: ;
  height: ;
  opacity: 0;
  z-index: 2;
}
.works__item-img:hover:after,
.works__item-img:hover:before {
  opacity: 1;
}
.wrapper {
  width: 100%;
  height: 100%;
}
.wrapper__page {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  overflow: hidden;
}
.wrapper__popups {
  display: none;
}
.wrapper__page-top {
  height: 100%;
  position: relative;
  z-index: 1;
}
.wrapper__page-bot {
  display: table-footer-group;
  position: relative;
  z-index: 2;
}
.wrapper__content {
  height: 100%;
}
.h-p_0 {
  padding: 0px;
}
.h-mb_0 {
  margin-bottom: 0px;
}
.h-pb_0 {
  padding-bottom: 0px;
}
.h-mt_0 {
  margin-top: 0px;
}
.h-pt_0 {
  padding-top: 0px;
}
.h-ml_0 {
  margin-left: 0px;
}
.h-pl_0 {
  padding-left: 0px;
}
.h-mr_0 {
  margin-right: 0px;
}
.h-pr_0 {
  padding-right: 0px;
}
.h-p_5 {
  padding: 5px;
}
.h-mb_5 {
  margin-bottom: 5px;
}
.h-pb_5 {
  padding-bottom: 5px;
}
.h-mt_5 {
  margin-top: 5px;
}
.h-pt_5 {
  padding-top: 5px;
}
.h-ml_5 {
  margin-left: 5px;
}
.h-pl_5 {
  padding-left: 5px;
}
.h-mr_5 {
  margin-right: 5px;
}
.h-pr_5 {
  padding-right: 5px;
}
.h-p_10 {
  padding: 10px;
}
.h-mb_10 {
  margin-bottom: 10px;
}
.h-pb_10 {
  padding-bottom: 10px;
}
.h-mt_10 {
  margin-top: 10px;
}
.h-pt_10 {
  padding-top: 10px;
}
.h-ml_10 {
  margin-left: 10px;
}
.h-pl_10 {
  padding-left: 10px;
}
.h-mr_10 {
  margin-right: 10px;
}
.h-pr_10 {
  padding-right: 10px;
}
.h-p_15 {
  padding: 15px;
}
.h-mb_15 {
  margin-bottom: 15px;
}
.h-pb_15 {
  padding-bottom: 15px;
}
.h-mt_15 {
  margin-top: 15px;
}
.h-pt_15 {
  padding-top: 15px;
}
.h-ml_15 {
  margin-left: 15px;
}
.h-pl_15 {
  padding-left: 15px;
}
.h-mr_15 {
  margin-right: 15px;
}
.h-pr_15 {
  padding-right: 15px;
}
.h-p_20 {
  padding: 20px;
}
.h-mb_20 {
  margin-bottom: 20px;
}
.h-pb_20 {
  padding-bottom: 20px;
}
.h-mt_20 {
  margin-top: 20px;
}
.h-pt_20 {
  padding-top: 20px;
}
.h-ml_20 {
  margin-left: 20px;
}
.h-pl_20 {
  padding-left: 20px;
}
.h-mr_20 {
  margin-right: 20px;
}
.h-pr_20 {
  padding-right: 20px;
}
.h-p_25 {
  padding: 25px;
}
.h-mb_25 {
  margin-bottom: 25px;
}
.h-pb_25 {
  padding-bottom: 25px;
}
.h-mt_25 {
  margin-top: 25px;
}
.h-pt_25 {
  padding-top: 25px;
}
.h-ml_25 {
  margin-left: 25px;
}
.h-pl_25 {
  padding-left: 25px;
}
.h-mr_25 {
  margin-right: 25px;
}
.h-pr_25 {
  padding-right: 25px;
}
.h-p_30 {
  padding: 30px;
}
.h-mb_30 {
  margin-bottom: 30px;
}
.h-pb_30 {
  padding-bottom: 30px;
}
.h-mt_30 {
  margin-top: 30px;
}
.h-pt_30 {
  padding-top: 30px;
}
.h-ml_30 {
  margin-left: 30px;
}
.h-pl_30 {
  padding-left: 30px;
}
.h-mr_30 {
  margin-right: 30px;
}
.h-pr_30 {
  padding-right: 30px;
}
.h-p_35 {
  padding: 35px;
}
.h-mb_35 {
  margin-bottom: 35px;
}
.h-pb_35 {
  padding-bottom: 35px;
}
.h-mt_35 {
  margin-top: 35px;
}
.h-pt_35 {
  padding-top: 35px;
}
.h-ml_35 {
  margin-left: 35px;
}
.h-pl_35 {
  padding-left: 35px;
}
.h-mr_35 {
  margin-right: 35px;
}
.h-pr_35 {
  padding-right: 35px;
}
.h-p_40 {
  padding: 40px;
}
.h-mb_40 {
  margin-bottom: 40px;
}
.h-pb_40 {
  padding-bottom: 40px;
}
.h-mt_40 {
  margin-top: 40px;
}
.h-pt_40 {
  padding-top: 40px;
}
.h-ml_40 {
  margin-left: 40px;
}
.h-pl_40 {
  padding-left: 40px;
}
.h-mr_40 {
  margin-right: 40px;
}
.h-pr_40 {
  padding-right: 40px;
}
.h-p_50 {
  padding: 50px;
}
.h-mb_50 {
  margin-bottom: 50px;
}
.h-pb_50 {
  padding-bottom: 50px;
}
.h-mt_50 {
  margin-top: 50px;
}
.h-pt_50 {
  padding-top: 50px;
}
.h-ml_50 {
  margin-left: 50px;
}
.h-pl_50 {
  padding-left: 50px;
}
.h-mr_50 {
  margin-right: 50px;
}
.h-pr_50 {
  padding-right: 50px;
}
.h-p_60 {
  padding: 60px;
}
.h-mb_60 {
  margin-bottom: 60px;
}
.h-pb_60 {
  padding-bottom: 60px;
}
.h-mt_60 {
  margin-top: 60px;
}
.h-pt_60 {
  padding-top: 60px;
}
.h-ml_60 {
  margin-left: 60px;
}
.h-pl_60 {
  padding-left: 60px;
}
.h-mr_60 {
  margin-right: 60px;
}
.h-pr_60 {
  padding-right: 60px;
}
.h-p_70 {
  padding: 70px;
}
.h-mb_70 {
  margin-bottom: 70px;
}
.h-pb_70 {
  padding-bottom: 70px;
}
.h-mt_70 {
  margin-top: 70px;
}
.h-pt_70 {
  padding-top: 70px;
}
.h-ml_70 {
  margin-left: 70px;
}
.h-pl_70 {
  padding-left: 70px;
}
.h-mr_70 {
  margin-right: 70px;
}
.h-pr_70 {
  padding-right: 70px;
}
.h-p_80 {
  padding: 80px;
}
.h-mb_80 {
  margin-bottom: 80px;
}
.h-pb_80 {
  padding-bottom: 80px;
}
.h-mt_80 {
  margin-top: 80px;
}
.h-pt_80 {
  padding-top: 80px;
}
.h-ml_80 {
  margin-left: 80px;
}
.h-pl_80 {
  padding-left: 80px;
}
.h-mr_80 {
  margin-right: 80px;
}
.h-pr_80 {
  padding-right: 80px;
}
.h-p_100 {
  padding: 100px;
}
.h-mb_100 {
  margin-bottom: 100px;
}
.h-pb_100 {
  padding-bottom: 100px;
}
.h-mt_100 {
  margin-top: 100px;
}
.h-pt_100 {
  padding-top: 100px;
}
.h-ml_100 {
  margin-left: 100px;
}
.h-pl_100 {
  padding-left: 100px;
}
.h-mr_100 {
  margin-right: 100px;
}
.h-pr_100 {
  padding-right: 100px;
}
.h-align_center {
  text-align: center;
}
.h-align_left {
  text-align: left;
}
.h-align_right {
  text-align: right;
}
.h-w_full {
  width: 100%;
}
.h-color_red {
  color: #ef2b2b;
}
.h-color_white {
  color: #fff;
}
.h-color_green {
  color: #00993b;
}
.h-color_blue {
  color: #00b7cd;
}
.h-color_main {
  color: #fec52b;
}
.h-color_grey {
  color: #999;
}
.h-color_grey-light {
  color: #d6d6d6;
}
.h-color_yellow {
  color: #ffe400;
}
.h-color_second {
  color: #e6bb46;
}
.h-pos_relative {
  position: relative;
}
.h-pos_absolute {
  position: absolute;
}
.h-pos_static {
  position: static;
}
.h-display_block {
  display: block;
}
.h-display_inline-block {
  display: inline-block;
}
.h-display_inline {
  display: inline;
}
.h-display_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.h-display_none {
  display: none;
}
@media screen and (max-width: 1023px) {
  .h-display_block-tablet {
    display: block;
  }
  .h-display_inline-block-tablet {
    display: inline-block;
  }
  .h-display_inline-tablet {
    display: inline;
  }
  .h-display_flex-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .h-display_none-tablet {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .h-display_block-mobile {
    display: block;
  }
  .h-display_inline-block-mobile {
    display: inline-block;
  }
  .h-display_inline-mobile {
    display: inline;
  }
  .h-display_flex-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .h-display_none-mobile {
    display: none;
  }

  .footer .phone__items {
    display: block;
    margin: 0 auto;
  }


  .footer .phone__number::after {
    background: none;
  }

  .footer .phone__number {
    width: 130px;
    margin: 0 auto;
  }

  .footer .phone__icon-wrap {
    margin-right: 20px;
    display: none;
  }

  .header__phone {
    padding-left: 0;
  }

}

.js_wrap.js_close .js_open_text .js_open,
.js_wrap.js_open .js_open_text .js_close {
    display: none;
}

.input.error .input__error {
    padding: 0.9em 1.2em 0.8em;
}


.input__checkbox:checked + .input__label::after {
    opacity: 1;
}
.section-scroll{pointer-events: none;}
.section-scroll__content{pointer-events: auto;}


.foot_right a {
  position: fixed;
  bottom: 67px;
  left: 10%;
  color: transparent !important;
  padding-top: 55px;
  background: url(../img/mobile_button.png) center 0px no-repeat;
  font-size: 14px;
  text-decoration: underline !important;
  background-size: 100%;
  z-index: 40;
}

.foot_right a{
  color: transparent;
}

.phone__number a{
  color: white;
  text-decoration: none;
}
.dop__number a {
    color: #fec52b;
    font-weight: 800;
    font-size: 40px;
}
@media screen and (max-width: 768px) {
    .dop__number a {
     font-size: 20px;   
    }
}