@font-face {
  font-family: 'Exo2';
  src: url('../fonts/Exo2Regular.eot');
  src: url('../fonts/Exo2Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2Regular.ttf') format('truetype'), url('../fonts/Exo2Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo2';
  src: url('../fonts/Exo2Medium.eot');
  src: url('../fonts/Exo2Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2Medium.ttf') format('truetype'), url('../fonts/Exo2Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo2';
  src: url('../fonts/Exo2SemiBold.eot');
  src: url('../fonts/Exo2SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2SemiBold.ttf') format('truetype'), url('../fonts/Exo2SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo2';
  src: url('../fonts/Exo2Bold.eot');
  src: url('../fonts/Exo2Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2Bold.ttf') format('truetype'), url('../fonts/Exo2Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(222, 46, 49, 0.4);
            box-shadow: 0 0 0 0px rgba(222, 46, 49, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(222, 46, 49, 0);
            box-shadow: 0 0 0 30px rgba(222, 46, 49, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(222, 46, 49, 0.4);
            box-shadow: 0 0 0 0px rgba(222, 46, 49, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(222, 46, 49, 0);
            box-shadow: 0 0 0 30px rgba(222, 46, 49, 0);
  }
}
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
@keyframes moving {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
@-webkit-keyframes mobmoving {
  0% {
    -webkit-transform: rotate(-90deg) translateX(-15px);
            transform: rotate(-90deg) translateX(-15px);
  }
  50% {
    -webkit-transform: rotate(-90deg) translateX(0px);
            transform: rotate(-90deg) translateX(0px);
  }
  100% {
    -webkit-transform: rotate(-90deg) translateX(-15px);
            transform: rotate(-90deg) translateX(-15px);
  }
}
@keyframes mobmoving {
  0% {
    -webkit-transform: rotate(-90deg) translateX(-15px);
            transform: rotate(-90deg) translateX(-15px);
  }
  50% {
    -webkit-transform: rotate(-90deg) translateX(0px);
            transform: rotate(-90deg) translateX(0px);
  }
  100% {
    -webkit-transform: rotate(-90deg) translateX(-15px);
            transform: rotate(-90deg) translateX(-15px);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
body {
  font-family: 'Exo2', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  scroll-behavior: smooth;
  min-height: 3000px;
}
a,
a:hover,
a:focus,
a:visited,
a:active {
  outline: none;
  text-decoration: none;
  color: #000;
}
p {
  margin-bottom: 0;
}
h1 {
  font-size: 40px;
  font-weight: 700;
  max-width: 650px;
}
h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px;
}
h3 {
  font-size: 24px;
  font-weight: 700;
}
h4 {
  font-size: 17px;
  font-weight: 600;
}
input {
  display: block;
  width: 240px;
  padding: 13px;
  margin: 15px auto;
  border: none;
  background-color: #f0f0f0;
  border-radius: 5px;
  font-size: 16px;
}
input[disabled] {
  cursor: not-allowed;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  margin-bottom: 0;
  font-size: 10px;
  cursor: pointer;
}
input[type=checkbox] + label a {
  font-size: 10px;
  color: #62b5e5;
  text-decoration: underline;
}
input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #8e9da9;
  border-radius: 1px;
  margin-right: 5px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
input[type=checkbox]:checked + label::before {
  background: #8e9da9 url('../img/checkbox.png') no-repeat 50% 50%;
}
.container {
  position: relative;
}
.red {
  color: #de2e31;
}
.white {
  color: #fff;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.button,
a.button,
input.button,
button.button {
  display: inline-block;
  border: none;
  background-color: #de2e31;
  background: -webkit-gradient(linear, left top, left bottom, from(#de2e31), to(#bd0000));
  background: linear-gradient(180deg, #de2e31 0%, #bd0000 100%);
  color: #fff !important;
  padding: 13px 40px;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
  line-height: 30px;
  height: 60px;
  -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.button:after,
a.button:after,
input.button:after,
button.button:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 60px;
  border-radius: 5px;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.button::before,
a.button::before,
input.button::before,
button.button::before {
  position: absolute;
  top: 0;
  left: -5000%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: shine 5s infinite;
  animation: shine 5s infinite;
}
.button:hover,
a.button:hover,
input.button:hover,
button.button:hover,
.button:focus,
a.button:focus,
input.button:focus,
button.button:focus,
.button:visited,
a.button:visited,
input.button:visited,
button.button:visited,
.button:active,
a.button:active,
input.button:active,
button.button:active {
  outline: none;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 20px rgba(222, 46, 49, 0.4);
          box-shadow: 0px 5px 20px rgba(222, 46, 49, 0.4);
}
.button:hover:after,
a.button:hover:after,
input.button:hover:after,
button.button:hover:after,
.button:focus:after,
a.button:focus:after,
input.button:focus:after,
button.button:focus:after,
.button:visited:after,
a.button:visited:after,
input.button:visited:after,
button.button:visited:after,
.button:active:after,
a.button:active:after,
input.button:active:after,
button.button:active:after {
  -webkit-animation: none;
          animation: none;
}
.slick-slide:focus,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-dots li button {
  border: 1px solid #de2e31;
}
.slick-dots li.slick-active button {
  background-color: #de2e31;
}
.header {
  padding: 10px 0;
  background-color: #fff;
  z-index: 99;
}
.header.fixed {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.logo-img {
  margin-right: 20px;
}
.logo-img p {
  font-size: 14px;
  text-align: center;
}
.logo-img img {
  max-width: 80px;
}
.description {
  margin-top: 5px;
  max-width: 200px;
  line-height: 1.4;
}
.credit,
.rassrochka {
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #de2e31;
  border-radius: 5px;
  text-transform: uppercase;
  color: #000 !important;
  padding: 9px 10px;
  width: 170px;
  height: 48px;
  font-weight: 600;
}
.credit img,
.rassrochka img {
  margin-right: 10px;
}
.navbar-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-nav .nav-link {
  position: relative;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-nav .nav-link:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #de2e31;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-nav .nav-link:hover {
  opacity: 1;
}
.navbar-nav .nav-link:hover:before {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
.phone {
  display: block;
  font-weight: 700;
  color: #000;
}
.recall {
  font-size: 15px;
  color: #de2e31 !important;
}
.messenger {
  margin-top: 5px;
}
.messenger a {
  display: inline-block;
  margin-left: 5px;
}
.main {
  padding: 50px 0;
}
.main-header {
  padding-left: 30px;
}
.move-bg {
  width: 1120px;
  height: 340px;
  position: absolute;
  top: 20px;
  right: 0;
  background: url(../img/main-figures.png) center no-repeat;
  background-size: contain;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.podheader {
  font-size: 24px;
  font-weight: 700;
  color: #838383;
  margin-bottom: 30px;
}
.advant {
  min-height: 750px;
  background: url(../img/bg-2.png) center no-repeat;
  background-size: cover;
  margin-top: 50px;
}
.advant-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}
.advant-item {
  width: 194px;
  height: 194px;
  background-color: #fff;
  border: 2px solid #de2e31;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: default;
}
.advant-item:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.advant h3 {
  margin-top: 80px;
}
.videoblock {
  margin-top: 80px;
}
.video {
  position: relative;
  padding-bottom: 49.4%;
  padding-top: 30px;
  height: 0;
  max-width: 600px;
  margin: 0 auto 20px auto;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border: 6px solid #fff;
  border-radius: 10px;
}
.video iframe {
  border: none;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoarrow {
  display: block;
  max-width: 60px;
  -webkit-animation: moving 3s ease infinite;
          animation: moving 3s ease infinite;
}
.reason {
  padding: 100px 0 0;
  position: relative;
}
.reason:before {
  content: '';
  position: absolute;
  top: 110px;
  left: 0;
  width: 600px;
  height: 25px;
  background: url(../img/volna-line-red.svg) left center no-repeat;
  background-size: contain;
}
.reason:after {
  content: '';
  position: absolute;
  top: 110px;
  right: 0;
  width: 600px;
  height: 25px;
  background: url(../img/volna-line-red.svg) right center no-repeat;
  background-size: contain;
}
.reason h2 {
  margin-bottom: 60px;
}
.reason-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 60px auto;
}
.reason-item-text {
  margin-left: 20px;
  height: 150px;
}
.reason-item h3 {
  height: 65px;
}
a.reason-button {
  display: inline-block;
  border: 1px solid #de2e31;
  border-radius: 5px;
  margin-top: 20px;
  padding: 12px 15px;
  font-weight: 600;
  color: #de2e31;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.reason-button img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.reason-button:hover {
  color: #000;
}
a.reason-button:hover img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.case {
  padding-top: 150px;
  min-height: 800px;
  background-color: #de2e31;
  background: url(../img/bg-3.png) center no-repeat;
  background-size: cover;
}
.case h2 {
  margin-bottom: 30px;
}
.case-item {
  background-color: #f0fcff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  margin: 30px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.case-item:hover {
  -webkit-box-shadow: 0 0 30px #f0fcff;
          box-shadow: 0 0 30px #f0fcff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.case-img {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case-city {
  color: #838383;
  font-weight: 600;
  margin-bottom: 15px;
}
.case .button {
  font-size: 16px;
  font-weight: 600;
}
.case .button:after {
  -webkit-animation: none;
          animation: none;
}
.train {
  padding-top: 140px;
}
.train-item {
  width: 100%;
  height: 340px;
  margin: 15px auto;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  z-index: 1;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.train-item-body {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(280px);
          transform: translateY(280px);
  z-index: 0;
}
.train-item-body h3 {
  margin-bottom: 20px;
  font-weight: 500;
}
.train-item-body .button {
  margin-top: 15px;
}
.train-item-body .button:after {
  -webkit-animation: none;
          animation: none;
}
.train-item:hover .train-item-body {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.what {
  padding-top: 100px;
  position: relative;
}
.what:before {
  content: '';
  position: absolute;
  top: 110px;
  left: 0;
  width: 600px;
  height: 25px;
  background: url(../img/volna-line-red.svg) left center no-repeat;
  background-size: contain;
}
.what:after {
  content: '';
  position: absolute;
  top: 110px;
  right: 0;
  width: 600px;
  height: 25px;
  background: url(../img/volna-line-red.svg) right center no-repeat;
  background-size: contain;
}
.what-item {
  min-height: 240px;
  padding: 30px 20px 40px;
  margin: 15px auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.what-item:hover {
  cursor: default;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  /*background-color: @red;
        color: #fff;
        .number {
          border: 2px solid #fff;
          color: #fff;
        }*/
}
.what-item img {
  margin-bottom: 15px;
}
.what .number {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #de2e31;
  margin: 0px auto 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.branding {
  padding-top: 140px;
}
.branding h2 {
  margin-bottom: 20px;
}
.branding p {
  font-size: 24px;
  color: #838383;
}
.branding-item {
  margin: 60px auto;
}
.filatov {
  padding: 100px 0;
}
.filatov h2 {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
  position: relative;
}
.filatov .instalink img {
  display: inline-block;
  margin-top: -10px;
}
.faq {
  min-height: 660px;
  padding-top: 100px;
  background: url(../img/bg-4.png) center top no-repeat;
  background-size: cover;
  position: relative;
}
.faq:before {
  content: '';
  display: block;
  width: 445px;
  height: 233px;
  background: url(../img/bg-dots.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 0;
}
.card {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.card-header {
  border: none;
  background-color: transparent;
  border-radius: 0;
  padding: 20px;
}
.card-link {
  display: block;
  width: 100%;
  position: relative;
  font-weight: 700;
}
.card-link:after {
  content: '';
  width: 13px;
  height: 13px;
  background: url(../img/up.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 10px;
}
.card-link.collapsed:after {
  background: url(../img/down.svg) center no-repeat;
  background-size: contain;
}
.reviews {
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}
.reviews-slider {
  margin: 100px auto 0;
}
.reviews-slide-body {
  margin: 30px;
}
.reviews-city {
  color: #838383;
  margin-bottom: 20px;
  font-size: 16px;
}
.slick-prev {
  left: -50px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #de2e31 url(../img/arrow.svg) center no-repeat;
  background-size: contain;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}
.slick-next {
  right: -50px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #de2e31 url(../img/arrow.svg) center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}
.form {
  padding: 100px 0;
}
.form-bg {
  max-width: 600px;
  border-radius: 5px;
  background-color: #de2e31;
  position: relative;
}
.form-bg:before {
  content: '';
  display: block;
  width: 652px;
  height: 487px;
  background: url(../img/book.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 40px;
  left: -300px;
  z-index: 0;
}
.form-body {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
  max-width: 340px;
  margin-right: 30px;
  margin-left: auto;
  padding: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.form-body h4 {
  font-size: 20px;
  font-weight: 700;
}
.form-body p {
  font-size: 18px;
  line-height: 1.4;
}
.form-body input {
  background-color: #f0f0f0;
}
.form-body .button {
  display: block;
  width: 240px;
  margin: 15px auto;
}
.form-body .button:after {
  -webkit-animation: none;
          animation: none;
}
.map {
  padding-top: 100px;
}
.ymap-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: url('../img/map.jpg') #ffffff no-repeat;
  background-position: center center;
  background-size: cover;
}
#map-yandex {
  position: relative;
  width: 100%;
  height: 400px;
  cursor: pointer;
  background-color: transparent;
}
/*Индикатор загрузки, который показывается до загрузки карты*/
.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #000000;
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
.loader:after,
.loader:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.loader.is-active {
  top: 0;
  opacity: 1;
}
.loader-default:after {
  position: absolute;
  top: calc(46%);
  left: calc(46%);
  width: 48px;
  height: 48px;
  content: '';
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  border: solid 8px #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.footer {
  padding: 40px 0;
  background-color: #424242;
  color: #fff;
}
.footer a {
  color: #fff !important;
}
.footer .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#up {
  display: block;
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #bbb;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 9999;
  cursor: pointer;
}
#up:before {
  content: '↑';
  font-family: sans-serif;
  font-size: 25px;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#up.show {
  opacity: 0.5;
}
#up.show:hover {
  opacity: 1;
}
#popup .modal-body p {
  font-size: 18px;
}
.modal-body {
  padding: 30px;
}
.modal-body p {
  font-size: 14px;
  color: #686868;
}
.modal-body img {
  display: block;
  margin: 15px auto;
}
.modal-body input {
  padding: 15px;
  width: 100%;
  max-width: 350px;
}
.modal-body .button {
  display: block;
  margin: 15px auto;
}
.modal-description {
  max-width: 540px;
  margin: 20px auto;
}
a.modal-button {
  display: block;
  max-width: 250px;
  margin: 30px auto;
}
button.close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 20px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 100;
  font-weight: 600;
}
@media (max-width: 1599px) {
  .reason:before,
  .reason:after {
    width: 210px;
  }
  .what:before,
  .what:after {
    display: none;
  }
  h3 {
    font-size: 20px;
  }
  .modal h3 {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 32px;
    max-width: 500px;
  }
  .advant-item {
    width: 250px;
    height: 250px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .reason:before,
  .reason:after {
    display: none;
  }
  .reason h3 {
    font-size: 18px;
  }
  .reason-item-text {
    height: 90px;
  }
  a.reason-button {
    font-size: 14px;
    padding: 10px;
    margin-top: 0;
  }
  .case a.button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }
  .case-cost {
    font-size: 30px;
  }
  .reviews .video {
    margin-top: 30px;
  }
  .form-bg:before {
    width: 550px;
    left: -340px;
  }
  .reviews-slide-body {
    margin: 0px 40px;
  }
  .reviews-slide-body p {
    font-size: 15px;
  }
  .slick-prev {
    width: 30px;
    height: 30px;
    left: 0;
  }
  .slick-next {
    width: 30px;
    height: 30px;
    right: 0;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 16px;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .logo-img img {
    max-width: 50px;
  }
  .logo-img p {
    font-size: 10px;
  }
  .description {
    font-size: 12px;
    margin-top: 0;
    max-width: 130px;
  }
  .credit,
  .rassrochka {
    font-size: 14px;
    width: 140px;
    height: 40px;
    padding: 7px;
  }
  .recall {
    display: none;
  }
  .navbar {
    display: none;
  }
  .main .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main .slick-slide img {
    margin: 30px auto;
  }
  .move-bg {
    max-width: 100%;
  }
  .advant-block {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .advant-item {
    margin-right: 15px;
    margin-left: 15px;
  }
  .videoblock {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .videoblock .video {
    margin-top: 30px;
  }
  .reason-item {
    margin: 40px auto;
    max-width: 400px;
  }
  .case-item {
    margin: 30px auto;
    max-width: 400px;
  }
  .branding p {
    font-size: 18px;
  }
  .filatov {
    padding-top: 0;
  }
  .filatov .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .filatov img {
    display: block;
    margin: 20px auto;
  }
  .form-bg {
    margin: 0 auto;
  }
  .form-bg:before {
    left: -130px;
  }
  .footer {
    font-size: 13px;
  }
  .footer a {
    font-size: 13px;
  }
  .footer a.phone {
    font-size: 18px;
  }
  .modal-body img {
    margin-top: 10px;
  }
  .slick-prev {
    width: 30px;
    height: 30px;
    top: -30px;
    left: 30px;
  }
  .slick-next {
    width: 30px;
    height: 30px;
    right: auto;
    top: -30px;
    left: 80px;
  }
  .videoarrow {
    margin: 15px auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation: mobmoving 2s ease infinite;
            animation: mobmoving 2s ease infinite;
  }
  .filatov .instalink img {
    margin-top: 0;
    max-width: 30px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  .podheader {
    font-size: 20px;
  }
  .advant-item {
    width: 140px;
    height: 140px;
    font-size: 12px;
  }
  h2 {
    font-size: 28px;
  }
  .reason h2 {
    margin-bottom: 30px;
  }
  .branding-item {
    margin: 20px auto;
  }
  .what-item {
    min-height: 240px;
    font-size: 15px;
  }
  .footer .right {
    text-align: center;
  }
  .footer .logo {
    max-width: 140px;
    margin: 0 auto 20px auto;
  }
  .footer a.phone {
    margin-top: 20px;
  }
  .filatov {
    padding-top: 50px;
  }
  .main-header {
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  .main-header {
    padding-left: 0px;
  }
  .form-bg:before,
  .faq:before {
    display: none;
  }
  h1 {
    font-size: 24px;
  }
  .podheader {
    font-size: 16px;
  }
  .advant {
    margin-top: 0;
    padding: 50px 0;
    background: #de2e31;
  }
  .advant-item {
    margin-bottom: 20px;
  }
  .advant h3 {
    margin-top: 20px;
    font-size: 18px;
  }
  .reason {
    padding-bottom: 50px;
  }
  .case {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #de2e31;
  }
  .reason-item {
    margin: 30px auto;
  }
  .reason-item img {
    max-width: 60px;
  }
  .reason h3 {
    font-size: 16px;
    height: auto;
  }
  a.reason-button {
    padding: 10px 5px;
    font-size: 13px;
  }
  .train-item {
    height: 250px;
  }
  .train-item-body {
    -webkit-transform: translateY(190px);
            transform: translateY(190px);
  }
  h2 {
    font-size: 26px;
  }
  .what-item {
    min-height: auto;
    font-size: 17px;
  }
  .reviews-slider {
    margin: 80px auto 0 auto;
  }
  .form-body {
    margin: 0 auto;
  }
  .branding p {
    font-size: 16px;
  }
}
@media (max-width: 369px) {
  .advant-item {
    width: 100%;
    height: 80px;
    font-size: 15px;
    border-radius: 40px;
  }
}
