@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=cyrillic,cyrillic-ext");
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  position: relative; }
  @media (max-width: 1200px) {
    body {
      font-size: 14px; } }

.move-to-header {
  position: fixed;
  bottom: 25px;
  right: 40px;
  transform: rotateX(180deg);
  z-index: 99;
  outline: none; }
  @media (max-width: 1200px) {
    .move-to-header img {
      width: 70%; } }

.mobile-btn {
  width: 40px;
  height: 40px;
  border: 2px solid #e20020;
  margin-left: 30px;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  display: none; }
  @media (max-width: 992px) {
    .mobile-btn {
      display: flex; } }
  .mobile-btn span {
    width: 70%;
    height: 2px;
    background: #c6c6c6ed; }

.mobile-nav {
  width: 100%;
  position: absolute;
  background: #4a4b4f;
  display: none; }

.mobile-nav.active {
  display: block; }

.mobile-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 576px) {
    .mobile-menu {
      border-bottom: 3px solid #c6c6c6ed; } }
  .mobile-menu__item {
    margin: 20px 0; }
    .mobile-menu__item:hover .mobile-menu__link {
      color: #e20020;
      border-bottom: 2px solid #e20020;
      border-top: 2px solid #e20020;
      padding: 5px 0; }
  .mobile-menu__link {
    text-decoration: none;
    font-size: 16px;
    color: #c6c6c6ed;
    text-transform: uppercase;
    outline: none; }

.mobile-contact {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: none; }
  @media (max-width: 576px) {
    .mobile-contact {
      display: flex; } }
  .mobile-contact__btn {
    background: #e20020;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    padding: 15px 25px;
    margin: 20px 0; }
  .mobile-contact__phone {
    color: #c6c6c6ed;
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
    text-decoration: none; }

.header {
  z-index: 10;
  position: relative; }
  .header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    background: #ffffff;
    border-bottom: 3px solid #e20020;
    position: relative; }
    @media (max-width: 1200px) {
      .header__nav {
        padding: 0 15px; } }
    @media (max-width: 576px) {
      .header__nav {
        padding: 10px 15px; } }
  .header .menu {
    max-width: 700px;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1200px) {
      .header .menu {
        max-width: 600px; } }
    @media (max-width: 992px) {
      .header .menu {
        display: none; } }
    .header .menu__item:hover .menu__link {
      color: #e20020;
      border-bottom: 2px solid #e20020;
      border-top: 2px solid #e20020;
      padding: 10px 0;
      width: 100%;
      font-weight: 500; }
    .header .menu__link {
      text-decoration: none;
      color: #37384B;
      font-weight: 500;
      text-transform: uppercase;
      outline: none; }
  .header .contact {
    display: flex;
    align-items: center; }
    .header .contact__inner {
      display: flex;
      align-items: center;
      flex-direction: column; }
      @media (max-width: 576px) {
        .header .contact__inner {
          display: none; } }
    .header .contact .callback-btn {
      font-size: 17px;
      background: #e20020;
      color: white;
      cursor: pointer;
      text-transform: uppercase;
      padding: 15px 25px; }
      @media (max-width: 1200px) {
        .header .contact .callback-btn {
          font-size: 14px;
          padding: 10px 20px; } }
    .header .contact__phone {
      color: #37384B;
      margin: 8px 0;
      text-decoration: none;
      font-size: 18px; }
      @media (max-width: 1200px) {
        .header .contact__phone {
          font-size: 14px; } }

.swiper-container {
  width: 100%;
  height: 97.4vh;
  margin-top: -92px;
  z-index: -1 !important; }
  @media (max-width: 576px) {
    .swiper-container {
      height: 600px; } }
  .swiper-container .swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }
    .swiper-container .swiper-slide__inner {
      display: flex;
      justify-content: space-between; }
    .swiper-container .swiper-slide__headline {
      font-size: 26px;
      font-weight: 600;
      padding: 45px 15px; }
      @media (max-width: 576px) {
        .swiper-container .swiper-slide__headline {
          font-size: 22px;
          font-weight: 600;
          padding: 30px 10px; } }
    .swiper-container .swiper-slide__term {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 800; }
    .swiper-container .swiper-slide .calculate {
      width: 50%;
      color: white;
      background: #e20020;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
    .swiper-container .swiper-slide__content {
      width: 350px;
      background: white;
      margin: 100px; }
      @media (max-width: 992px) {
        .swiper-container .swiper-slide__content {
          margin: 40px 0; } }
      @media (max-width: 576px) {
        .swiper-container .swiper-slide__content {
          width: 240px;
          margin: 0;
          position: absolute;
          left: 30px;
          bottom: 185px; } }
    .swiper-container .swiper-slide__contact {
      display: flex;
      align-items: center;
      margin-left: auto;
      padding: 25px; }
    .swiper-container .swiper-slide__text {
      font-size: 20px;
      text-transform: uppercase;
      color: #ffffff; }
      @media (max-width: 1200px) {
        .swiper-container .swiper-slide__text {
          font-size: 15px;
          font-weight: 500; } }
      @media (max-width: 992px) {
        .swiper-container .swiper-slide__text {
          display: none; } }
    .swiper-container .swiper-slide__icon {
      width: 49px;
      height: 49px;
      display: block;
      margin: 0 10px;
      transition: .5s; }
      @media (max-width: 1200px) {
        .swiper-container .swiper-slide__icon {
          background-size: 100% !important;
          width: 39px;
          height: 39px; } }
    .swiper-container .swiper-slide__facebook {
      background: url("../image/header-social/facebook.svg") no-repeat; }
    .swiper-container .swiper-slide__youtube {
      background: url("../image/header-social/youtube.svg") no-repeat; }
    .swiper-container .swiper-slide__instagram {
      background: url("../image/header-social/instagram.svg") no-repeat; }
    .swiper-container .swiper-slide .arrow {
      position: absolute;
      left: 50%;
      bottom: 25px;
      display: block; }
      @media (max-width: 992px) {
        .swiper-container .swiper-slide .arrow {
          display: none; } }
      @media (max-width: 1200px) {
        .swiper-container .swiper-slide .arrow img {
          width: 70%; } }
  .swiper-container .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #ffffff;
    opacity: 0.8;
    cursor: pointer; }
  .swiper-container .swiper-pagination-bullet-active {
    background: #e20020; }
  .swiper-container .swiper-pagination {
    text-align: end; }
  .swiper-container .swiper-pagination-bullets {
    bottom: 94px !important;
    left: -35px !important; }

.swiper-slide--slide1 {
  background: url("../image/slide/slide-item1.jpg") no-repeat;
  background-size: cover; }

.swiper-slide--slide2 {
  background: url("../image/slide/slide-item2.jpg") no-repeat;
  background-size: cover; }

.swiper-slide--slide3 {
  background: url("../image/slide/slide-item3.jpg") no-repeat;
  background-size: cover; }

.swiper-slide--slide4 {
  background: url("../image/slide/slide-item4.jpg") no-repeat;
  background-size: cover; }

.popup-bg.show {
  display: flex; }

.popup-bg {
  position: fixed;
  background: #0000008a;
  width: 100%;
  height: 100%;
  z-index: 99;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: none; }
  .popup-bg .note p {
    position: absolute;
    top: 20px;
    left: 30%;
    color: #e20020;
    font-weight: 700; }
  .popup-bg .close-popup {
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    transition: .5s; }
    .popup-bg .close-popup:hover {
      transform: scale(1.2);
      color: #e20020; }
  .popup-bg .callback-form.active,
  .popup-bg .slide-form.active,
  .popup-bg .product-popup1.active,
  .popup-bg .product-popup.active,
  .popup-bg .product-popup2.active,
  .popup-bg .product-popup3.active,
  .popup-bg .product-popup4.active,
  .popup-bg .product-popup5.active,
  .popup-bg .product-popup6.active,
  .popup-bg .product-popup7.active,
  .popup-bg .product-popup8.active,
  .popup-bg .product-popup9.active {
    display: flex; }
  .popup-bg .popup-form {
    display: none;
    margin: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 350px;
    background: #ffffffd9;
    padding: 60px 0 30px 0;
    position: absolute; }
    @media (max-width: 576px) {
      .popup-bg .popup-form {
        width: 80%; } }
    .popup-bg .popup-form__input {
      margin-bottom: 15px;
      width: 72%;
      padding: 10px; }
    .popup-bg .popup-form__button {
      width: 80%;
      padding: 10px;
      background: #e20020;
      color: white;
      border: none;
      transition: .5s; }
      .popup-bg .popup-form__button:hover {
        transform: scale(0.95);
        color: white; }

.semitrailers__headline {
  background-color: #ebebed;
  width: 100%;
  text-transform: uppercase;
  color: #37384B;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  margin: 35px 0 5px;
  line-height: 1;
  font-size: 45px;
  font-weight: 600; }
  @media (max-width: 1200px) {
    .semitrailers__headline {
      font-size: 36px; } }
  @media (max-width: 576px) {
    .semitrailers__headline {
      font-size: 26px;
      font-weight: bold; } }
.semitrailers .product {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .semitrailers .product__name {
    width: 100%;
    text-align: center;
    display: block;
    padding: 12px 0;
    color: #37384B;
    font-size: 19px;
    line-height: 1.2; }
    @media (max-width: 1440px) {
      .semitrailers .product__name {
        font-size: 19px;
        min-height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 5px; } }
    @media (max-width: 992px) {
      .semitrailers .product__name {
        box-sizing: border-box; } }
    @media (max-width: 768px) {
      .semitrailers .product__name {
        font-size: 16px; } }
  .semitrailers .product__item {
    width: 33.33%;
    background: #ffffff;
    border: 3px solid white;
    box-sizing: border-box; }
    @media (max-width: 992px) {
      .semitrailers .product__item {
        width: 50%; } }
    @media (max-width: 576px) {
      .semitrailers .product__item {
        width: 100%;
        border: none;
        margin-bottom: 15px; } }
  .semitrailers .product__img {
    position: relative;
    cursor: pointer;
    display: block;
    outline: none; }
    .semitrailers .product__img img {
      width: 100%; }
  .semitrailers .product__inner {
    display: flex;
    justify-content: space-between;
    margin: 20px; }
    @media (max-width: 768px) {
      .semitrailers .product__inner {
        flex-wrap: wrap; } }
    .semitrailers .product__inner div, .semitrailers .product__inner a {
      text-decoration: none;
      width: 47%;
      padding: 12px 0;
      font-size: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #e20020;
      color: white;
      text-align: center;
      cursor: pointer;
      transition: .5s;
      outline: none; }
      @media (max-width: 768px) {
        .semitrailers .product__inner div, .semitrailers .product__inner a {
          width: 100%;
          margin-bottom: 15px; } }
      .semitrailers .product__inner div:hover, .semitrailers .product__inner a:hover {
        transform: scale(0.95); }
    .semitrailers .product__inner a {
      background: #d9dfe2;
      color: black; }

.advantages {
  width: 100%;
  margin: 0 auto; }
  .advantages__headline {
    background-color: #ebebed;
    width: 100%;
    text-transform: uppercase;
    color: #39393d;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    margin: 35px 0 5px;
    line-height: 1;
    font-size: 45px;
    font-weight: 600; }
    @media (max-width: 1200px) {
      .advantages__headline {
        font-size: 36px; } }
    @media (max-width: 576px) {
      .advantages__headline {
        font-size: 26px;
        font-weight: bold; } }
  .advantages__img {
    width: 100%; }
  .advantages__item.active {
    display: block; }
  .advantages__item {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    display: none; }
  .advantages .dots.big .dots__content {
    width: 280px; }
    .advantages .dots.big .dots__content img {
      width: 170px;
      margin: 0 auto;
      display: block; }
  .advantages .dots {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #FFEB3B;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    @media (max-width: 768px) {
      .advantages .dots {
        display: none; } }
    .advantages .dots:after {
      content: "";
      position: absolute;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #ffff008c;
      animation: pulse 3s linear infinite; }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
    .advantages .dots:hover .dots__content {
      display: block; }
    .advantages .dots__content {
      display: none;
      position: absolute;
      left: 34px;
      top: -172px;
      background: white;
      width: 170px;
      padding: 12px;
      animation: viewcontent .4s linear; }
@keyframes viewcontent {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .advantages .dots__img {
      width: 100%; }
    .advantages .dots__text {
      font-size: 14px;
      padding: 10px 0; }
  .advantages__item[data-item='1'] .dots1 {
    top: 43%;
    left: 13%; }
  .advantages__item[data-item='1'] .dots2 {
    right: 61%;
    top: 63%; }
  .advantages__item[data-item='1'] .dots3 {
    bottom: 32%;
    left: 79%; }
  .advantages__item[data-item='1'] .dots4 {
    bottom: 65%;
    left: 81%; }
  .advantages__item[data-item='2'] .dots1 {
    top: 76%;
    left: 25%; }
  .advantages__item[data-item='2'] .dots2 {
    right: 93%;
    top: 70%; }
  .advantages__item[data-item='2'] .dots3 {
    bottom: 32%;
    left: 79%; }
  .advantages__item[data-item='2'] .dots4 {
    bottom: 16%;
    left: 16%; }
  .advantages__item[data-item='2'] .dots5 {
    bottom: 50%;
    left: 25%; }
  .advantages__item[data-item='2'] .dots6 {
    bottom: 65%;
    left: 81%; }
  .advantages__item[data-item='3'] .dots1 {
    top: 78%;
    left: 65%; }
  .advantages__item[data-item='3'] .dots2 {
    top: 48%;
    left: 13%; }
  .advantages__item[data-item='3'] .dots3 {
    top: 47%;
    left: 52%; }
  .advantages__item[data-item='3'] .dots4 {
    top: 70%;
    left: 83%; }
  .advantages__item[data-item='3'] .dots5 {
    top: 73%;
    left: 8%; }
  .advantages__item[data-item='4'] .dots1 {
    top: 75%;
    left: 55%; }
  .advantages__item[data-item='4'] .dots2 {
    top: 67%;
    left: 25%; }
  .advantages__item[data-item='4'] .dots3 {
    top: 47%;
    left: 52%; }
  .advantages__item[data-item='4'] .dots4 {
    top: 65%;
    left: 83%; }
  .advantages__item[data-item='4'] .dots5 {
    top: 35%;
    left: 80%; }
  .advantages__item[data-item='4'] .dots6 {
    top: 56%;
    left: 8%; }
  .advantages__item[data-item='5'] .dots1 {
    top: 63%;
    left: 66%; }
  .advantages__item[data-item='5'] .dots2 {
    top: 62%;
    left: 18%; }
  .advantages__item[data-item='5'] .dots3 {
    top: 41%;
    left: 79%; }
  .advantages__item[data-item='6'] .dots1 {
    top: 76%;
    left: 59%; }
  .advantages__item[data-item='6'] .dots2 {
    top: 71%;
    left: 18%; }
  .advantages__item[data-item='6'] .dots3 {
    top: 41%;
    left: 79%; }
  .advantages__item[data-item='6'] .dots4 {
    top: 36%;
    left: 33%; }
  .advantages__item[data-item='7'] .dots1 {
    top: 50%;
    left: 59%; }
  .advantages__item[data-item='7'] .dots2 {
    top: 14%;
    left: 18%; }
  .advantages__item[data-item='7'] .dots3 {
    top: 41%;
    left: 79%; }
  .advantages__item[data-item='8'] .dots1 {
    top: 54%;
    left: 59%; }
  .advantages__item[data-item='8'] .dots2 {
    top: 45%;
    left: 18%; }

.financial__payments {
  color: black;
  border: 1px solid #ffffff;
  padding: 12px;
  margin-top: 40px;
  line-height: 1.3; }
.financial__inner {
  padding: 0 15px;
  max-width: 1440px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto; }
.financial__headline {
  background-color: #ebebed;
  width: 100%;
  text-transform: uppercase;
  color: #39393d;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  margin: 35px 0 5px;
  line-height: 1;
  font-size: 45px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 1200px) {
    .financial__headline {
      font-size: 36px; } }
  @media (max-width: 576px) {
    .financial__headline {
      font-size: 26px;
      font-weight: bold; } }
  .financial__headline img {
    margin-left: 20px; }

@media (max-width: 576px) {
  .offers {
    overflow: scroll; } }
@media (max-width: 576px) {
  .offers__inner {
    width: 500px;
    margin: 0 auto;
    position: relative; }
    .offers__inner:after {
      position: absolute;
      content: "";
      width: 200px;
      height: 150px;
      background: url(../image/swipe.svg) no-repeat;
      background-size: 100% 100%;
      z-index: 99;
      top: 43%;
      left: 7%;
      opacity: 0.6;
      animation: moveHand 3s infinite; }
  @keyframes moveHand {
    form {
      left: 7%; }
    50% {
      left: 17%; }
    to {
      left: 7%; } } }
@media (max-width: 576px) {
  .offers__inner.removeHand:after {
    display: none; } }
.offers__headline {
  text-align: center;
  padding: 20px 0;
  color: black;
  font-size: 29px; }
.offers .offers-head {
  width: 100%;
  min-height: 35px;
  display: flex; }
  .offers .offers-head__empty, .offers .offers-head__installments {
    width: 20%; }
  .offers .offers-head__installments {
    background: #9e9e9e96;
    color: black;
    font-weight: bold;
    border-bottom: 1px solid #ffffff38;
    border-right: 1px solid #ffffff38;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase; }
    @media (max-width: 576px) {
      .offers .offers-head__installments {
        font-size: 14px; } }
  .offers .offers-head__lizing {
    background: #9e9e9e96;
    color: black;
    font-weight: bold;
    width: 60%;
    border-bottom: 1px solid #ffffff38;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase; }
    @media (max-width: 576px) {
      .offers .offers-head__lizing {
        font-size: 14px; } }
.offers .period {
  display: flex;
  justify-content: space-between;
  background: #9e9e9e96;
  color: black;
  margin-bottom: 10px; }
  .offers .period__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    min-height: 50px;
    box-sizing: border-box;
    height: 100%; }
    @media (max-width: 576px) {
      .offers .period__item {
        min-height: 40px; } }
  .offers .period .period__item:nth-child(3),
  .offers .period .period__item:nth-child(4),
  .offers .period .period__item:nth-child(2) {
    border-right: 1px solid #ffffff38; }
  .offers .period__item--empty {
    width: 20%;
    background: white; }
  .offers .period__item--short {
    width: 20%; }
.offers__item {
  display: flex;
  flex-wrap: wrap; }
.offers .advance {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: flex;
  padding: 10px 0; }
  .offers .advance__empty {
    max-width: 360px;
    width: 100%; }
    @media (max-width: 992px) {
      .offers .advance__empty {
        display: none; } }
  .offers .advance__text {
    width: 100%;
    text-align: center; }
.offers .percent {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .offers .percent__img {
      width: 100%;
      padding: 0 10px;
      box-sizing: border-box; } }
  @media (max-width: 992px) {
    .offers .percent__img--ulf {
      width: 60%; } }
  .offers .percent__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    box-sizing: border-box;
    color: white;
    height: 50px; }
    @media (max-width: 576px) {
      .offers .percent__item {
        height: 40px; } }
  .offers .percent__item--short-red {
    background: #e20020;
    font-size: 33px;
    font-weight: 900; }
    @media (max-width: 992px) {
      .offers .percent__item--short-red {
        font-size: 27px; } }
    @media (max-width: 576px) {
      .offers .percent__item--short-red {
        font-size: 22px; } }
  .offers .percent__item--short {
    width: 20%; }
  .offers .percent__item--big {
    font-size: 33px;
    font-weight: 900;
    color: #e20020 !important; }
    @media (max-width: 992px) {
      .offers .percent__item--big {
        font-size: 27px; } }
    @media (max-width: 576px) {
      .offers .percent__item--big {
        font-size: 22px; } }
  .offers .percent__item:nth-child(3) {
    background: #9e9e9e96;
    color: black; }
  .offers .percent__item:nth-child(4) {
    background: #e20020; }
  .offers .percent__item:nth-child(5) {
    background: #9e9e9e96;
    color: black; }

.payments {
  display: flex; }
  .payments__empty {
    max-width: 360px;
    width: 100%; }
    @media (max-width: 992px) {
      .payments__empty {
        display: none; } }
  .payments__text {
    padding-top: 30px; }

.map {
  width: 100%;
  position: relative; }
  .map .contact {
    position: absolute;
    top: 70px;
    background-color: #37384B;
    width: 400px;
    height: 701px;
    text-align: center;
    margin-left: 215px; }
    @media (max-width: 1440px) {
      .map .contact {
        margin: 0;
        right: 0;
        top: 68px; } }
    @media (max-width: 1200px) {
      .map .contact {
        margin: 0;
        right: 0;
        top: 59px; } }
    @media (max-width: 768px) {
      .map .contact {
        position: relative;
        top: 0;
        width: 100%; } }
    .map .contact__social {
      margin-top: 20px;
      display: flex; }
      .map .contact__social a {
        text-decoration: none;
        padding: 8px;
        outline: none; }
    .map .contact__icon {
      width: 49px;
      height: 49px;
      display: block;
      margin: 0 8px; }
    .map .contact__facebook {
      background: url(../image/header-social/facebook.svg) no-repeat; }
    .map .contact__youtube {
      background: url(../image/header-social/youtube.svg) no-repeat; }
    .map .contact__instagram {
      background: url(../image/header-social/instagram.svg) no-repeat; }
    .map .contact__img {
      margin: 115px 0 30px 0; }
    .map .contact__inform {
      display: flex;
      flex-direction: column;
      max-width: 250px;
      width: 100%;
      margin: 0 auto; }
      .map .contact__inform > a {
        color: #ffffffd4;
        text-decoration: none;
        line-height: 1.4;
        transition: .5s;
        margin-bottom: 5px; }
        .map .contact__inform > a:hover {
          color: white; }
    .map .contact__name {
      margin: 30px 0;
      font-size: 30px;
      color: white; }
  .map__headline {
    background-color: #ebebed;
    width: 100%;
    text-transform: uppercase;
    color: #39393d;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    margin: 35px 0 5px;
    line-height: 1;
    font-size: 45px;
    font-weight: 600; }
    @media (max-width: 1200px) {
      .map__headline {
        font-size: 36px; } }
    @media (max-width: 576px) {
      .map__headline {
        font-size: 26px;
        font-weight: bold; } }
  .map iframe {
    width: 100%;
    height: 700px; }
    @media (max-width: 576px) {
      .map iframe {
        height: 450px; } }

.footer {
  width: 100%;
  height: 50px;
  background-color: #37384B;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .footer:after {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 3px solid #e20020;
    top: -3px; }
  .footer a {
    color: white;
    text-decoration: none;
    transition: .5s; }
    .footer a:hover {
      color: #e20020; }

input {
  outline: none; }

.invalid {
  background: rgba(255, 0, 0, 0.4); }

input, textarea {
  width: 200px; }

.error {
  position: absolute;
  width: 200px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  background: #ebf5ff;
  border: 1px solid #b1d3f5; }

.error::before {
  content: url(http://zombiqwerty.ru/files/corner.gif);
  width: 13px;
  height: 6px;
  position: absolute;
  top: 4px;
  left: -10px; }

.mobile-information {
  display: none; }
  @media (max-width: 768px) {
    .mobile-information {
      display: block; } }
  .mobile-information__list {
    display: none; }
  .mobile-information__list.active {
    display: block; }
  .mobile-information__item {
    display: flex;
    flex-direction: column; }
  .mobile-information__head {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #e20020;
    color: white;
    cursor: pointer;
    margin-bottom: 10px; }
  .mobile-information__head.active + .mobile-information__content {
    display: block; }
  .mobile-information__toggle-arrow {
    font-size: 18px;
    font-weight: 700; }
  .mobile-information__content {
    padding: 10px 15px;
    box-sizing: border-box;
    display: none; }
  .mobile-information__img {
    float: left;
    margin: 0 10px 10px 0; }

/*# sourceMappingURL=app.css.map */
