@charset "UTF-8";
@import url(../fonts/stylesheet.css);
@import url(../fonts/icons-styles.css);
body, html {
  font-family: 'Formular';
  padding: 0;
  margin: 0;
  height: auto;
}

* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  outline: 0 !important;
}

button {
  cursor: pointer;
}

.container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.menu {
  position: fixed;
  left: 0;
  top: 5vh;
  height: 90vh;
  z-index: 999;
  background-color: #4C4C4C;
}
.menu .menu-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 18px 26px 17px;
  z-index: 9999;
}
.menu .menu-left a.logo-link span {
  display: none;
}
.menu .menu-left .mob-phone {
  display: none;
}
.menu .menu-left .btn-menu-open {
  cursor: pointer;
  min-height: 10px;
  min-width: 10px;
}
.menu .menu-left .btn-menu-open span {
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  transition: .5s;
}
.menu .menu-left .btn-menu-open.transform span {
  position: absolute;
  left: 0;
  top: 0;
}
.menu .menu-left .btn-menu-open.transform span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu .menu-left .btn-menu-open.transform span:nth-child(2) {
  opacity: 0;
}
.menu .menu-left .btn-menu-open.transform span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu .menu-right-big {
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
  background: #292929;
  color: #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 999;
  height: 100%;
  padding: 84px 82px 84px 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu .menu-right-big.show {
  left: 80px;
  opacity: 1;
}
.menu .menu-right-big ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 97px;
}
.menu .menu-right-big ul li {
  margin-bottom: 25px;
}
.menu .menu-right-big ul li a {
  color: #fff;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.menu .menu-right-big p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 24px;
  color: #FFFFFF;
}
.menu .menu-right-big p a {
  color: #fff;
}
.menu .menu-right-big p span {
  position: absolute;
  left: -25px;
  top: 0;
}
.menu .menu-right-big a.btn-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}
.menu .menu-right-big a.btn-order i {
  background-color: #F64C3B;
  padding: 32px;
}
.menu .menu-right-big a.btn-order span {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #FF5C46;
  padding: 30px 36px 33px;
  width: 200px;
}

.wlp-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
  display: none;
}
.wlp-menu.show {
  display: block;
}

header {
  background-image: url(../img/slider-img/slider-1-bg.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  margin: 0 auto;
  max-width: 1800px;
}
header nav.menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header nav.menu-top ul.menu-top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 20px 0px 20px 0px;
  list-style: none;
}
header nav.menu-top ul.menu-top-links li {
  margin-right: 32px;
}
header nav.menu-top ul.menu-top-links li a {
  font-style: normal;
  font-weight: 900;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #626262;
}
header nav.menu-top .menu-top-right-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
header nav.menu-top .menu-top-right-links div {
  text-align: right;
  padding-right: 26px;
}
header nav.menu-top .menu-top-right-links div a {
  color: #fff;
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
}
header nav.menu-top .menu-top-right-links div p {
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 10px;
  color: #fff;
  margin: 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
header nav.menu-top .menu-top-right-links a.btn-feedback-menu-top {
  background: #FF5C46;
  color: #fff;
  padding: 34px 31px;
  font-style: normal;
  font-weight: 900;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
}
header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 3em;
}
header .content-page p {
  margin: 0;
}
header .content-page .header-logo {
  margin-bottom: 28px;
}
header .content-page .header-logo img {
  width: 220px;
}
header .content-page p.text-top {
  color: #F64C3B;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}
header .content-page h3.title {
  font-size: 50px;
  color: #000;
  font-weight: 700;
  margin: 0 0 26px;
}
header .content-page p.description {
  font-size: 16px;
  margin-bottom: 27px;
  width: 448px;
}
header .content-page a.btn-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
header .content-page a.btn-order i {
  background-color: #F64C3B;
  padding: 32px;
}
header .content-page a.btn-order span {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: left;
  background-color: #FF5C46;
  padding: 12px 80px 12px 20px;
}
header .content-page a.btn-order:hover span {
    background-color: #0070FF;
}

header .content-page a.btn-order:hover i {
    background-color: #1421FF;
}
header .content-page p.text-conf {
  margin: 0;
  font-size: 12px;
  color: #E7E7E7;
}
header .informer .pictures {
  height: 596px;
  width: 719px;
  padding-top: 50px;
}
header .informer .pictures img.click-gallery {
  cursor: pointer;
}
header .informer .pictures img.click-gallery.hidden {
  display: none;
}
header .informer .pictures .gallery-open {
  display: none;
  margin-top: 5em;
}
header .informer .pictures .gallery-open.show {
  display: block;
}
header .informer .pictures .gallery-open img {
  max-width: 100%;
}
header .informer .pictures .gallery-open .owl-dots {
  text-align: left !important;
  bottom: 25px;
  left: 5px;
  margin-top: 0;
}
header .informer .pictures .gallery-open .owl-dots .owl-dot {
  margin-right: -10px;
}
header .informer .pictures .gallery-open .owl-dots .owl-dot span {
  background: #EDEDED !important;
  width: 12px !important;
  height: 12px !important;
  border: 2px solid transparent !important;
}
header .informer .pictures .gallery-open .owl-dots button.owl-dot.active span {
  border-color: #EDEDED !important;
  background: #FF5C46 !important;
}
header .informer .btn-down-pre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .informer .btn-down-pre div:nth-child(1) {
  background-color: #F2F2F2;
  padding: 14px 33px 22px 25px;
}
header .informer .btn-down-pre div:nth-child(1) span {
  font-size: 12px;
  color: #bcbbbb;
  margin-bottom: 2px;
}
header .informer .btn-down-pre div:nth-child(1) p {
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #3B3B3B;
}
header .informer .btn-down-pre div:nth-child(2) a {
  background: #FF5C46;
  color: #fff;
  padding: 30px 25px 33px;
  margin-left: -20px;
}
header .informer .btn-down-pre div:nth-child(2) a i {
  margin-right: 9px;
}

section#drive-calc {
  padding: 73px 0 0;
}
section#drive-calc .title-block p {
  color: #F64C3B;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
}
section#drive-calc .title-block h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  margin: 6px 0 0;
}
section#drive-calc .formCalc-informer__btn {
  border: 1px solid #E4E4E4;
  border-radius: 16px;
  padding: 50px 45px;
}
section#drive-calc .formCalc-informer__btn p.phone {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 36px;
}
section#drive-calc .formCalc-informer__btn p.phone a {
  color: #000;
}
section#drive-calc .formCalc-informer__btn .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
}
section#drive-calc .formCalc-informer__btn .buttons a, section#drive-calc .formCalc-informer__btn .buttons button {
  color: #fff;
  background: #FF5F57;
  border-radius: 16px;
  padding: 18px 28px;
  margin-right: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  border: none;
  font-family: "Formular";
}
section#drive-calc .formCalc-informer__btn p.informer__text {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
section#drive-calc form#mortgage_calc_form h4.calc-block-title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
section#drive-calc form#mortgage_calc_form h4.calc-block-title:after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../img/calc/title-right-btn.svg);
  background-size: cover;
  display: inline-block;
  margin-left: 19px;
  vertical-align: middle;
}
section#drive-calc form#mortgage_calc_form .formCalc-cars-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#drive-calc form#mortgage_calc_form .formCalc-cars-input input {
  display: none;
}
section#drive-calc form#mortgage_calc_form .formCalc-cars-input input:checked + label {
  border: 1px solid #28CA42;
  -webkit-box-shadow: 0px 4px 22px rgba(120, 120, 120, 0.2);
          box-shadow: 0px 4px 22px rgba(120, 120, 120, 0.2);
}
section#drive-calc form#mortgage_calc_form .formCalc-cars-input label {
  width: 32%;
  border-radius: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 22px rgba(120, 120, 120, 0.1);
          box-shadow: 0px 4px 22px rgba(120, 120, 120, 0.1);
  border: 1px solid transparent;
  margin-bottom: 33px;
  text-align: center;
  padding: 12px 21px 16px;
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
section#drive-calc form#mortgage_calc_form .formCalc-cars-input label input {
  display: none;
}
section#drive-calc form#mortgage_calc_form .formCalc-cars-input label p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
section#drive-calc form#mortgage_calc_form .formCalc-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #FFFFFF;
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 22px rgba(120, 120, 120, 0.1);
          box-shadow: 0px 4px 22px rgba(120, 120, 120, 0.1);
  padding: 80px 75px;
  margin-bottom: 78px;
}
section#drive-calc form#mortgage_calc_form .formCalc-data div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #E4E4E4;
  height: 139px;
  margin-right: 3.5em;
}
section#drive-calc form#mortgage_calc_form .formCalc-data div:last-child {
  border: none;
}
section#drive-calc form#mortgage_calc_form .formCalc-data div span[class^="icon-"] {
  font-size: 1.5em;
}
section#drive-calc form#mortgage_calc_form .formCalc-data div p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin: 6px 0 16px;
}
section#drive-calc form#mortgage_calc_form .formCalc-data div input[type="text"] {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #11142D;
  border: none;
  width: 100px;
  overflow: hidden;
  font-family: 'Formular';
}
section#drive-calc form#mortgage_calc_form .formCalc-data div input[type="text"]:focus {
  outline: 0;
}
section#drive-calc form#mortgage_calc_form .formCalc-data div input[type="text"] + span {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.5px;
}
section#drive-calc form#mortgage_calc_form .formCalc-data div input[type="text"] + span.litr {
  margin-left: -40px;
}
section#drive-calc form#mortgage_calc_form .formCalc-data div input[type="range"] {
  outline: 0;
  height: 2px;
}
section#drive-calc form#mortgage_calc_form .formCalc-data div input[type="range"]:focus {
  outline: 0;
  border: none;
}
section#drive-calc form#mortgage_calc_form .formCalc-aerning {
  background: #FFFFFF;
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 22px rgba(120, 120, 120, 0.1);
          box-shadow: 0px 4px 22px rgba(120, 120, 120, 0.1);
  border: 1px solid #EEEEEE;
  margin-top: 85px;
}
section#drive-calc form#mortgage_calc_form .formCalc-aerning .aerning__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e4e4e4;
}
section#drive-calc form#mortgage_calc_form .formCalc-aerning .aerning__header div:nth-child(1) {
  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;
  border-right: 1px solid #e4e4e4;
  padding: 36px 59px;
}
section#drive-calc form#mortgage_calc_form .formCalc-aerning .aerning__header div:nth-child(1) p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-right: 35px;
}
section#drive-calc form#mortgage_calc_form .formCalc-aerning .aerning__header div:nth-child(1) span::before {
  content: '';
  position: absolute;
  right: 24px;
  top: 20px;
  z-index: 5;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
section#drive-calc form#mortgage_calc_form .formCalc-aerning .aerning__header div:nth-child(1) span.show::before {
  -webkit-transform: rotate(223deg);
          transform: rotate(223deg);
  top: 26px;
}
section#drive-calc form#mortgage_calc_form .formCalc-aerning .aerning__header div:nth-child(1) select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: rgba(228, 228, 228, 0.3);
  padding: 18px 68px 18px 25px;
  border: none;
  border-radius: 16px;
  outline: 0;
  -webkit-appearance: none;
  /* Chrome */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  /* убираем дефолнтные стрелочки */
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
section#drive-calc form#mortgage_calc_form .formCalc-aerning .aerning__header div:nth-child(1) select::-webkit-scrollbar {
  width: 7px;
  background-color: #F8F9FA;
  padding: 5px;
}
section#drive-calc form#mortgage_calc_form .formCalc-aerning .aerning__header div:nth-child(1) select::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D9D9D9;
}
section#drive-calc form#mortgage_calc_form .formCalc-aerning .aerning__header div:nth-child(1) select option {
  font-size: 1.3em;
  background: rgba(228, 228, 228, 0.3);
  padding: 10px;
  border: none;
}
section#drive-calc form#mortgage_calc_form .formCalc-aerning .aerning__header div:nth-child(2) {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
section#drive-calc form#mortgage_calc_form #total-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 144px;
}
section#drive-calc form#mortgage_calc_form #total-block .total-block__item {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  -webkit-box-shadow: 0px 100px 100px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 100px 100px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  width: calc(33.3% - 21px);
  padding: 28px 22px 24px;
  overflow: hidden;
}
section#drive-calc form#mortgage_calc_form #total-block .total-block__item p.item__titleBlock {
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 11px;
  color: #E8E8E8;
  z-index: 9;
}
section#drive-calc form#mortgage_calc_form #total-block .total-block__item p.item__titleBottomBlock {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 11px;
  color: #000000;
  z-index: 9;
}
section#drive-calc form#mortgage_calc_form #total-block .total-block__item p.item__textBlock {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  z-index: 9;
  color: #858585;
}
section#drive-calc form#mortgage_calc_form #total-block .total-block__item .item_div__inputTotal {
  width: 100%;
  background: #1421FF;
  -webkit-box-shadow: 0px 20px 40px rgba(20, 33, 255, 0.3);
          box-shadow: 0px 20px 40px rgba(20, 33, 255, 0.3);
  padding: 47px 0 46px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
section#drive-calc form#mortgage_calc_form #total-block .total-block__item .item_div__inputTotal:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1421FF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  opacity: 0;
}
section#drive-calc form#mortgage_calc_form #total-block .total-block__item .item_div__inputTotal input.item__inputTotal {
  font-family: Formular;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  border: none;
  outline: 0;
  background: transparent;
  color: #FFFFFF;
  text-align: center;
  width: 300px;
}
section#drive-calc form#mortgage_calc_form #total-block .total-block__item .item_div__inputTotal span {
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
section#drive-calc form#mortgage_calc_form #total-block .total-block__item .item_div__inputTotal span i {
  font-style: normal !important;
}
section#drive-calc form#mortgage_calc_form #total-block .total-block__item a.item_feedbackModal {
  visibility: hidden;
  margin-top: -60px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -999px;
  left: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #1421FF;
  padding: 16px 0;
  text-align: center;
  background: #FFFFFF;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section#drive-calc form#mortgage_calc_form #total-block .total-block__item:hover .item__titleBlock {
  color: rgba(242, 242, 242, 0.3);
}
section#drive-calc form#mortgage_calc_form #total-block .total-block__item:hover .item__titleBottomBlock, section#drive-calc form#mortgage_calc_form #total-block .total-block__item:hover .item__textBlock {
  color: #fff;
}
section#drive-calc form#mortgage_calc_form #total-block .total-block__item:hover span {
  padding-left: 3px;
}
section#drive-calc form#mortgage_calc_form #total-block .total-block__item:hover .item_div__inputTotal {
  position: static;
  padding: 0 30px 92px 0;
}
section#drive-calc form#mortgage_calc_form #total-block .total-block__item:hover .item_div__inputTotal:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 1;
  z-index: 0;
}
section#drive-calc form#mortgage_calc_form #total-block .total-block__item:hover .item_div__inputTotal input {
  text-align: left;
}
section#drive-calc form#mortgage_calc_form #total-block .total-block__item:hover a.item_feedbackModal {
  visibility: visible;
  position: relative;
  bottom: 0;
}
section#drive-calc form#mortgage_calc_form .aerning__disel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
}
section#drive-calc form#mortgage_calc_form .aerning__disel div:nth-child(1) {
  padding: 68px 109px 75px 45px;
  border-right: 1px solid #e4e4e4;
  min-width: 850px;
}
section#drive-calc form#mortgage_calc_form .aerning__disel div:nth-child(1) h4 {
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
section#drive-calc form#mortgage_calc_form .aerning__disel div:nth-child(1) ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section#drive-calc form#mortgage_calc_form .aerning__disel div:nth-child(1) ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 21px 0 19px;
  min-width: 562px;
  border-bottom: 1px solid #E4E4E4;
}
section#drive-calc form#mortgage_calc_form .aerning__disel div:nth-child(1) ul li:last-child {
  border: none;
}
section#drive-calc form#mortgage_calc_form .aerning__disel div:nth-child(1) ul li span {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
section#drive-calc form#mortgage_calc_form .aerning__disel div:nth-child(1) ul li b {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
section#drive-calc form#mortgage_calc_form .aerning__disel div:nth-child(1) ul li b input {
  font-family: 'Formular';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  border: none;
}
section#drive-calc form#mortgage_calc_form .aerning__disel div:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #3B3B3B;
  text-align: center;
}
section#drive-calc form#mortgage_calc_form .aerning__disel div:nth-child(2) input {
  border: none;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  width: 100%;
  font-family: 'Formular';
}
section#drive-calc form#mortgage_calc_form .aerning__disel div:nth-child(2) input:focus {
  outline: 0;
}
section#drive-calc form#mortgage_calc_form .aerning__disel div:nth-child(2) p {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
section#drive-calc form#mortgage_calc_form .aerning__gas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #919191;
}
section#drive-calc form#mortgage_calc_form .aerning__gas div:nth-child(1) {
  padding: 68px 109px 75px 45px;
  border-right: 1px solid #e4e4e4;
  min-width: 850px;
}
section#drive-calc form#mortgage_calc_form .aerning__gas div:nth-child(1) h4 {
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
section#drive-calc form#mortgage_calc_form .aerning__gas div:nth-child(1) h4 span {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #626262;
  text-transform: none;
}
section#drive-calc form#mortgage_calc_form .aerning__gas div:nth-child(1) ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section#drive-calc form#mortgage_calc_form .aerning__gas div:nth-child(1) ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 21px 0 19px;
  min-width: 562px;
  border-bottom: 1px solid #E4E4E4;
}
section#drive-calc form#mortgage_calc_form .aerning__gas div:nth-child(1) ul li:last-child {
  border: none;
}
section#drive-calc form#mortgage_calc_form .aerning__gas div:nth-child(1) ul li span {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
section#drive-calc form#mortgage_calc_form .aerning__gas div:nth-child(1) ul li b {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
section#drive-calc form#mortgage_calc_form .aerning__gas div:nth-child(1) ul li b input {
  font-family: 'Formular';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  border: none;
}
section#drive-calc form#mortgage_calc_form .aerning__gas div:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #3B3B3B;
  text-align: center;
}
section#drive-calc form#mortgage_calc_form .aerning__gas div:nth-child(2) input {
  font-family: 'Formular';
  border: none;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  width: 100%;
}
section#drive-calc form#mortgage_calc_form .aerning__gas div:nth-child(2) input:focus {
  outline: 0;
}
section#drive-calc form#mortgage_calc_form .aerning__gas div:nth-child(2) p {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
section#drive-calc form#mortgage_calc_form .aerning__eko-mon, section#drive-calc form#mortgage_calc_form .aerning__eko-year, section#drive-calc form#mortgage_calc_form .aerning__eko-3year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
}
section#drive-calc form#mortgage_calc_form .aerning__eko-mon div:nth-child(1), section#drive-calc form#mortgage_calc_form .aerning__eko-year div:nth-child(1), section#drive-calc form#mortgage_calc_form .aerning__eko-3year div:nth-child(1) {
  padding: 46px 0 49px 45px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  border-right: 1px solid #e4e4e4;
  min-width: 850px;
}
section#drive-calc form#mortgage_calc_form .aerning__eko-mon div:nth-child(2), section#drive-calc form#mortgage_calc_form .aerning__eko-year div:nth-child(2), section#drive-calc form#mortgage_calc_form .aerning__eko-3year div:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #3B3B3B;
  text-align: center;
}
section#drive-calc form#mortgage_calc_form .aerning__eko-mon div:nth-child(2) input, section#drive-calc form#mortgage_calc_form .aerning__eko-year div:nth-child(2) input, section#drive-calc form#mortgage_calc_form .aerning__eko-3year div:nth-child(2) input {
  font-family: 'Formular';
  border: none;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  width: 100%;
}
section#drive-calc form#mortgage_calc_form .aerning__eko-mon div:nth-child(2) input:focus, section#drive-calc form#mortgage_calc_form .aerning__eko-year div:nth-child(2) input:focus, section#drive-calc form#mortgage_calc_form .aerning__eko-3year div:nth-child(2) input:focus {
  outline: 0;
}
section#drive-calc form#mortgage_calc_form .aerning__eko-mon div:nth-child(2) p, section#drive-calc form#mortgage_calc_form .aerning__eko-year div:nth-child(2) p, section#drive-calc form#mortgage_calc_form .aerning__eko-3year div:nth-child(2) p {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
section#drive-calc form#mortgage_calc_form .aerning__eko-3year {
  border-bottom: none;
}

.about {
  margin-top: 8em;
}
.about .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about .about-content {
  padding-top: 2.5em;
}
.about .about-content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  margin: 0 0 1em;
}
.about .about-content p.about-content_big__text {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  margin: 0 0 1em;
}
.about .about-content p.about-content_small__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}
.about .about-pictures {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about .about-pictures .img-big {
  margin-bottom: 1em;
}
.about .about-pictures .img-small {
  position: absolute;
  left: 0;
  top: 20px;
  -webkit-transform: translateX(-65%);
          transform: translateX(-65%);
}
.about ul.about-list {
  list-style: none;
  margin: 95px 0 100px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about ul.about-list li {
  width: 23%;
}
.about ul.about-list li span {
  font-size: 2.4em;
}
.about ul.about-list li h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}
.about ul.about-list li p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #858585;
}

.about #certs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  margin-bottom: 144px;
  justify-content: center;
}

#certs div {
  flex-shrink: 1;
}
#certs div img {
  width: 100%;
  height: auto;
}

footer {
  margin-bottom: 77px;
}
footer a.btn-order {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #FF5C46;
  padding: 30px 36px 33px;
  margin-top: 20px;
}
footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .ymaps-layers-pane {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}
footer .footer-informer {
  min-width: 300px;
  margin-left: 7em;
  margin-top: 2em;
}
footer .footer-informer h4 {
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
}
footer .footer-informer p {
  font-size: 24px;
}
footer .footer-informer p span {
  margin-right: .5em;
  margin-left: -1.6em;
}
footer .footer-informer p a {
  color: #171A1E;
}
footer .footer-informer p.name {
  font-weight: 300;
}
footer .footer-informer p.map {
  font-weight: 400;
}
footer .footer-informer p.contacts {
  font-weight: 400;
  margin-bottom: 20px;
}

.typed-cursor {
  display: none;
}

.modal {
  padding: 41px 38px;
  border-radius: 14px;
}
.modal .fancybox-close-small {
  top: 2.7em !important;
  right: 4em !important;
}
.modal .Mtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 10px;
}
.modal label {
  margin-bottom: 20px;
  width: 100%;
}
.modal label p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #B2B3BD;
  margin-bottom: 16px;
}
.modal label input {
  width: 100%;
  border: 2px solid #6C5DD3;
  border-radius: 8px;
  padding: 18px 23px;
  outline: 0;
  font-family: 'Formular';
}
.modal input[type="submit"] {
  margin-top: 28px;
  margin-bottom: 16px;
  padding: 18px;
  text-align: center;
  background: #FF5C46;
  border-radius: 16px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  display: block;
  color: #fff;
  border: none;
  outline: 0;
  font-family: 'Formular';
  cursor:pointer;
}
.modal p.prod {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #A3A3A3;
}

@media (max-width: 1500px) {
  .content {
    padding-left: 80px;
  }
}
@media (max-width: 1300px) {
  .content {
    padding-left: 100px;
  }

  .about .about-pictures .img-small {
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
  }
}
@media (max-width: 1100px) {
  header .informer .btn-down-pre div:nth-child(1) p br, .about-content_small__text br {
    display: none;
  }

  .content {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding-left: 90px;
  }

  header {
    background-position: 150% top;
  }

  header .informer .pictures {
    width: auto;
    height: auto;
  }

  header .informer .pictures img.click-gallery {
    width: 150%;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }

  header > .container {
    padding-top: 2.5em;
  }

  header .informer .btn-down-pre {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  header .informer .btn-down-pre div:nth-child(2) a {
    text-align: left !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  header .informer .btn-down-pre div:nth-child(2) a i {
    margin-bottom: .7em;
  }

  header .informer .btn-down-pre div:nth-child(1) {
    width: 100%;
  }

  header .informer .btn-down-pre div:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  header .informer .btn-down-pre div:nth-child(2) a {
    width: 100%;
    padding: 20px 25px 23px;
    margin-left: 0;
    text-align: center;
  }

  header .content-page p.description {
    width: 50%;
  }

  section#drive-calc form#calc .formCalc-data {
    padding: 57px 55px 51px;
  }

  section#drive-calc form#calc .aerning__disel div:nth-child(1), section#drive-calc form#calc .aerning__gas div:nth-child(1) {
    padding: 68px 55px 75px 45px;
    min-width: 450px;
  }

  section#drive-calc form#calc .aerning__eko-mon div:nth-child(1), section#drive-calc form#calc .aerning__eko-year div:nth-child(1), section#drive-calc form#calc .aerning__eko-3year div:nth-child(1) {
    min-width: 650px;
  }

  .about .about-pictures .img-small {
    -webkit-transform: translateX(-35%);
            transform: translateX(-35%);
  }

  .about .about-content p.about-content_big__text {
    font-size: 26px;
  }

  .menu .menu-right-big {
    padding: 30px 82px 34px 82px;
  }
}
@media (max-width: 992px) {
  .menu-top .container, header .content-page h3.title br, section#drive-calc form#calc .formCalc-cars-input label p br, header .informer .pictures {
    display: none;
  }

  header nav.menu-top .menu-top-right-links {
    position: static;
  }
  header nav.menu-top .menu-top-right-links div a, header nav.menu-top .menu-top-right-links div p {
    color: #3b3b3b;
  }

  header {
    background-image: none;
  }

  header .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  header .content-page p.description {
    width: 100%;
  }

  header .informer .btn-down-pre {
    margin-top: 1em;
  }

  section#drive-calc {
    padding: 30px 0 0;
  }

  section#drive-calc form#calc .formCalc-data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  section#drive-calc form#calc .formCalc-data div {
    width: 40%;
    margin-left: 10%;
    margin-bottom: 2.5em;
  }

  section#drive-calc form#calc .formCalc-data div:nth-child(2) {
    border: none;
  }

  section#drive-calc form#calc .formCalc-aerning .aerning__header div:nth-child(1) {
    padding: 20px;
  }

  section#drive-calc form#calc .formCalc-aerning .aerning__header div:nth-child(2) {
    font-size: 19px;
  }

  section#drive-calc form#calc .aerning__disel div:nth-child(1), section#drive-calc form#calc .aerning__gas div:nth-child(1) {
    padding: 20px;
    min-width: auto;
  }

  section#drive-calc form#calc .aerning__disel div:nth-child(1) ul li, section#drive-calc form#calc .aerning__gas div:nth-child(1) ul li {
    min-width: auto;
    width: 100%;
  }

  section#drive-calc form#calc .aerning__disel div:nth-child(1) ul li b, section#drive-calc form#calc .aerning__gas div:nth-child(1) ul li b {
    text-align: right;
  }

  section#drive-calc form#calc .aerning__eko-mon div:nth-child(1), section#drive-calc form#calc .aerning__eko-year div:nth-child(1), section#drive-calc form#calc .aerning__eko-3year div:nth-child(1) {
    min-width: auto;
    padding: 50px;
  }

  .about .about-content p.about-content_big__text {
    font-size: 22px;
    line-height: 35px;
    margin-right: 2em;
  }

  .about ul.about-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .about ul.about-list li {
    width: 45%;
  }

  footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  footer .footer-informer {
    margin-left: 3em;
  }

  footer {
    margin-bottom: 30px;
  }
}
@media (max-width: 720px) {
  .container {
    padding: 0 15px;
  }
section#drive-calc form#mortgage_calc_form #total-block .total-block__item .item_div__inputTotal input.item__inputTotal {
  width: 260px;
}
  header .content-page h3.title {
    font-size: 34px;
  }
  header .content-page h3.title::before {
    content: '';
    position: absolute;
    right: -13px;
    top: -45px;
    width: 122px;
    height: 102px;
    background-image: url(../img/slider-img/slider-1-article.png);
    background-size: cover;
  }

  header .content-page p.text-top {
    font-size: 12px;
  }

  section#drive-calc .title-block h2 {
    font-size: 40px;
    line-height: 45px;
  }

  section#drive-calc form#calc .formCalc-cars-input label {
    width: 45%;
  }

  section#drive-calc form#calc .formCalc-data {
    padding: 50px 25px;
  }

  section#drive-calc form#calc .formCalc-aerning .aerning__header {
    padding-top: 1em;
  }

  section#drive-calc form#calc .formCalc-aerning .aerning__header div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  section#drive-calc form#calc .aerning__gas div:nth-child(1) ul li b, section#drive-calc form#calc .aerning__gas div:nth-child(1) ul li span {
    font-size: 16px;
  }

  section#drive-calc form#calc .aerning__eko-mon div:nth-child(1), section#drive-calc form#calc .aerning__eko-year div:nth-child(1), section#drive-calc form#calc .aerning__eko-3year div:nth-child(1) {
    font-size: 19px;
  }

  section#drive-calc form#calc .aerning__eko-mon div:nth-child(2) input, section#drive-calc form#calc .aerning__eko-year div:nth-child(2) input, section#drive-calc form#calc .aerning__eko-3year div:nth-child(2) input {
    font-size: 27px;
  }

  .about .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  img.img-logo {
    margin-top: 1em;
  }

  footer div:nth-child(2) h4 {
    font-size: 40px;
  }

  footer div:nth-child(2) p {
    font-size: 20px;
  }

  section#drive-calc form#mortgage_calc_form .formCalc-cars-input label {
    width: 100%;
  }

  section#drive-calc form#mortgage_calc_form .formCalc-data {
    padding: 1em;
  }

  section#drive-calc form#mortgage_calc_form .formCalc-data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  section#drive-calc form#mortgage_calc_form .formCalc-data div {
    width: 48%;
    border: none;
    margin-bottom: 5.5em;
    margin-right: 0;
    padding-right: 0;
  }

  section#drive-calc form#mortgage_calc_form .formCalc-data div input[type="range"] {
    display: block;
    margin: 1.5em 0;
  }

  section#drive-calc form#mortgage_calc_form #total-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
  }

  section#drive-calc form#mortgage_calc_form #total-block .total-block__item {
    width: 100%;
    margin-bottom: 1em;
  }

  section#drive-calc form#mortgage_calc_form #total-block .total-block__item .item_div__inputTotal {
    padding: 47px 0 46px;
  }

  section#drive-calc .formCalc-informer__btn {
    padding: 25px 15px;
  }

  section#drive-calc .formCalc-informer__btn .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  section#drive-calc .formCalc-informer__btn .buttons a, section#drive-calc .formCalc-informer__btn .buttons button {
    margin-bottom: 20px;
    text-align: left;
    margin-right: 0;
  }

  .about-pictures {
    display: none !important;
  }

  .about-content_big__text:after {
    content: '';
    display: block;
    height: 539px;
    width: 100%;
    background-image: url(../img/about-mob.png);
    background-size: 100% 100%;
    max-width: 350px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .about-content_small__text:after {
    content: '';
    display: block;
    height: 76px;
    width: 100%;
    background-image: url(../img/about_logo.svg);
    background-size: 100% 100%;
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin: 2em auto 0;
  }

  section#drive-calc .formCalc-informer__btn .buttons {
    margin-right: 0;
    margin-bottom: 1em;
  }

  .about ul.about-list li span {
    font-size: 3.4em;
  }

  a.btn-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  a.btn-order i {
    background-color: #F64C3B;
    padding: 32px;
  }
  header .content-page a.btn-order span {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: left;
    background-color: #FF5C46;
    padding: 10px 20px 10px 10px;
    width: 220px;
  }
  section#drive-calc form#mortgage_calc_form .formCalc-data div input[type="text"] {
    width: 100%;
  }

  section#drive-calc form#mortgage_calc_form .formCalc-data div input[type="text"] + span.litr {
    margin-left: 0;
  }

  section#drive-calc form#mortgage_calc_form h4.calc-block-title:after {
    display: block;
    margin-left: 0;
  }

  .modal .fancybox-close-small {
    top: 0;
    right: 0;
  }

  header > .container {
    padding-top: 1em;
  }

  footer .footer-informer {
    margin-left: 2em;
    margin-top: 0;
  }

  footer .footer-informer p {
    font-size: 20px;
  }

  footer .footer-informer h4 {
    font-size: 40px;
  }

  .about ul.about-list {
    margin: 95px 0 50px;
  }

  footer a.btn-order {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: -2em;
    width: 100%;
    padding: 0;
    background-color: none;
  }

  footer a.btn-order span {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #FF5C46;
    padding: 30px 36px 33px;
    width: 200px;
  }

  .menu-right-big > div {
    margin-left: 25px;
  }

  section#drive-calc form#mortgage_calc_form h4.calc-block-title {
    margin-right: 1em;
  }
  section#drive-calc form#mortgage_calc_form h4.calc-block-title::after {
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
  }

  section#drive-calc form#mortgage_calc_form h4.calc-block-title-gbo {
    display: none;
  }
}
@media (max-width: 540px) {
  body {
    padding-top: 4.2em;
  }

  .menu {
    top: 0;
    width: 100%;
    height: auto;
  }

  .menu .menu-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 17px 18px 17px 17px;
  }
  .menu .menu-left a.logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .menu .menu-left a.logo-link span {
    display: block;
    margin-left: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
  }
  .menu .menu-left .mob-phone {
    display: block;
    text-align: right;
    margin-right: 1em;
  }
  .menu .menu-left .mob-phone a {
    font-style: normal;
    font-weight: 900;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  .menu .menu-left .mob-phone p {
    font-style: normal;
    font-weight: 500;
    font-size: 7px;
    line-height: 9px;
    margin: 0 0 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  .menu .menu-left a.auth {
    display: none;
  }

  .menu .menu-right-big {
    top: -9999px;
    left: 0;
    height: calc(100vh - 71px);
    width: 100%;
    padding: 35px;
  }

  .menu .menu-right-big.show {
    top: 71px;
    left: 0;
  }

  .menu .menu-right-big ul li {
    margin-bottom: 15px;
  }

  .menu .menu-right-big ul li a {
    font-size: 16px;
  }

  .menu .menu-right-big ul {
    margin-bottom: 1.5em;
  }

  .menu .menu-right-big a.btn-order span {
    padding: 30px 16px;
  }

  .content {
    padding-left: 0;
  }

  header nav.menu-top .menu-top-right-links a.btn-feedback-menu-top {
    padding: 25px 20px;
  }

  section#drive-calc .title-block h2 {
    font-size: 30px;
    line-height: 35px;
  }

  section#drive-calc form#calc h4.calc-block-title:after {
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
  }

  section#drive-calc form#calc .formCalc-cars-input label, section#drive-calc form#calc .formCalc-data div {
    width: 100%;
    border: none;
  }

  section#drive-calc form#calc .formCalc-data div p br {
    display: none;
  }

  section#drive-calc form#calc .formCalc-aerning .aerning__header, section#drive-calc form#calc .formCalc-aerning .aerning__header div:nth-child(1), section#drive-calc form#calc .aerning__disel, section#drive-calc form#calc .aerning__gas, section#drive-calc form#calc .aerning__eko-mon, section#drive-calc form#calc .aerning__eko-year, section#drive-calc form#calc .aerning__eko-3year, section#drive-calc form#calc .formCalc-informer__btn .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  section#drive-calc form#calc .formCalc-aerning .aerning__header div:nth-child(1) p {
    margin-right: 0;
  }

  section#drive-calc form#calc .aerning__disel div:nth-child(1) ul li span, section#drive-calc form#calc .aerning__disel div:nth-child(1) ul li b, section#drive-calc form#calc .aerning__gas div:nth-child(1) ul li b {
    font-size: 16px;
  }

  section#drive-calc form#calc .aerning__disel div:nth-child(2) input {
    font-size: 30px;
  }

  section#drive-calc form#calc .aerning__disel div:nth-child(2), section#drive-calc form#calc .aerning__gas div:nth-child(2), section#drive-calc form#calc .aerning__eko-mon div:nth-child(2), section#drive-calc form#calc .aerning__eko-year div:nth-child(2), section#drive-calc form#calc .aerning__eko-3year div:nth-child(2) {
    margin-bottom: 2em;
  }

  section#drive-calc form#calc .aerning__eko-mon div:nth-child(1), section#drive-calc form#calc .aerning__eko-year div:nth-child(1), section#drive-calc form#calc .aerning__eko-3year div:nth-child(1) {
    padding: 25px;
    text-align: center;
  }

  section#drive-calc form#calc .formCalc-informer__btn p.phone {
    font-size: 20px;
    line-height: 25px;
  }

  section#drive-calc form#calc .formCalc-informer__btn .buttons a {
    margin-right: 0;
    margin-bottom: 1em;
    padding: 15px;
    font-size: 15px;
  }

  .about {
    margin-top: 1em;
  }

  .about .about-content h3 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1;
  }
  .about .about-content {
    padding-top: 20px;
  }
  header .row {
    padding-bottom: 10px;
  }
  .about ul.about-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .about .about-content p.about-content_big__text {
    font-size: 18px;
    line-height: 25px;
    margin-right: 0;
  }

  img.img-logo {
    margin-top: 2em;
  }

  .about ul.about-list li {
    width: 100%;
  }

  header nav.menu-top, header .content-page .header-logo img {
    display: none;
  }

  footer a.btn-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer a.btn-order i {
    background-color: #F64C3B;
    padding: 32px;
  }
  footer a.btn-order span {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #FF5C46;
    padding: 30px 36px 33px;
    width: 200px;
  }

}
@media (max-width: 360px) {
  .menu .menu-left a.logo-link span {
    display: none;
  }

  footer a.btn-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer a.btn-order i {
    background-color: #F64C3B;
    padding: 32px;
  }
  footer a.btn-order span {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #FF5C46;
    padding: 30px 36px 33px;
    width: 200px;
  }

}
@media print {
  html, body {
    font-size: 14px;
    background-color: red;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }
}

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