@charset "UTF-8";
@font-face {
  font-family: "GothamPro";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/GothamPro/GothamPro.eot");
  src: url("../fonts/GothamPro/GothamPro.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GothamPro/GothamPro.woff") format("woff"),
    url("../fonts/GothamPro/GothamPro.ttf") format("truetype");
}

@font-face {
  font-family: "GothamPro";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/GothamPro/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro/GothamPro-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GothamPro/GothamPro-Bold.woff") format("woff"),
    url("../fonts/GothamPro/GothamPro-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "GothamPro";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/GothamPro/GothamPro-Light.eot");
  src: url("../fonts/GothamPro/GothamPro-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GothamPro/GothamPro-Light.woff") format("woff"),
    url("../fonts/GothamPro/GothamPro-Light.ttf") format("truetype");
}

*::-webkit-input-placeholder {
  color: rgba(29, 28, 28, 0.6);
  opacity: 1;
}

*:-moz-placeholder {
  color: rgba(29, 28, 28, 0.6);
  opacity: 1;
}

*::-moz-placeholder {
  color: rgba(29, 28, 28, 0.6);
  opacity: 1;
}

*:-ms-input-placeholder {
  color: rgba(29, 28, 28, 0.6);
  opacity: 1;
}

*::-ms-clear {
  display: none;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #1d1c1c;
}

*::-webkit-scrollbar-thumb {
  background: #f6e145;
}

* {
  scrollbar-base-color: #ddd;
  scrollbar-face-color: #f6e145;
  scrollbar-3dlight-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: #f6e145;
  scrollbar-shadow-color: transparent;
  scrollbar-dark-shadow-color: transparent;
}

*::-moz-selection {
  color: #f6e145;
  background: #1d1c1c;
}

*::selection {
  color: #f6e145;
  background: #1d1c1c;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: green;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2em;
  font-family: "GothamPro", sans-serif;
  overflow-x: hidden;
  opacity: 1;
  color: #1d1c1c;
  cursor: default;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "GothamPro", sans-serif;
  line-height: 1.2em;
}

a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #f6e145;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  outline-width: 0;
}
a:hover {
  color: #000;
  text-decoration: none;
}

[v-cloak] {
  display: none;
}

.redput {
  color: #f53a27;
  border-color: #f53a27;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.redput::-webkit-input-placeholder {
  color: #f53a27 !important;
}
.redput:-moz-placeholder {
  color: #f53a27 !important;
}
.redput::-moz-placeholder {
  color: #f53a27 !important;
}
.redput:-ms-input-placeholder {
  color: #f53a27 !important;
}

.btn {
  position: relative;
  display: inline-block;
  background-color: #f6e145;
  color: #2d3a4c;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  border: 0;
  border: 1px solid #f6e145;
  padding: 8px 40px;
  border-radius: 5px;
}
.btn:hover,
.btn:focus {
  background-color: #fff49f;
  border-color: #fff49f;
  color: #2d3a4c;
}
.btn .text {
  position: relative;
  z-index: 1;
}
.btn .progress {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #f4d914;
  left: 0;
  top: 0;
  border-radius: 2px;
}
.btn.sending .progress {
  -webkit-animation-name: sendingPhone;
  animation-name: sendingPhone;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.no-wrap {
  white-space: nowrap;
}

#app {
  overflow: hidden;
}

.input-block {
  width: 269px;
  height: 45px;
  position: relative;
  margin: 0 auto;
}

.input {
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  font-family: "GothamPro", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  border: 1px solid #2d3a4c;
  outline: none;
  text-align: center;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  background-color: transparent;
  color: #2d3a4c !important;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.input:focus {
  border-color: #f6e145;
}

.phone {
  white-space: nowrap;
}

button {
  display: block !important;
}

.red {
  color: #f53a27 !important;
}

#popup {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  text-align: center;
}
#popup img.call {
  position: absolute;
  bottom: -160px;
  left: calc(50% - 160px);
}
#popup p.registrtop {
  padding-top: 50px;
  color: #f6e145;
}
#popup img.registr {
  position: absolute;
  top: -120px;
  left: calc(50% - 220px);
  width: 440px;
}
#popup .body {
  display: inline-block;
  margin: 0 auto;
  background: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  text-align: center;
  padding-top: 0px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#popup .body .close {
  position: absolute;
  width: 49px;
  height: 49px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 10;
}
#popup .body .close:before {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  background: #2d3a4c;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 48%;
  left: 30%;
}
#popup .body .close:after {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  background: #2d3a4c;
  border-radius: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 48%;
  left: 30%;
}
#popup .body .close:hover {
  opacity: 0.6;
}
#popup .body .content.tnxpopup {
  display: block;
  max-height: 90vh;
  height: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  width: 500px;
}
#popup .body .content.tnxpopup .btn:after {
  display: none;
}
#popup .body .content.tnxpopup p {
  text-align: center;
}
#popup .body .content.tnxpopup p.bold {
  font-weight: bold;
  font-size: 24px;
}
#popup .body .content.politicpopup {
  display: block;
  max-height: 50vh;
  height: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  width: 500px;
}
#popup .body .content.politicpopup p.bold {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
#popup .body .content.politicpopup p {
  font-size: 10px;
  text-align: justify;
}
#popup .body .content {
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: 400px;
}
#popup .body .content p {
  line-height: 1.2em;
}
#popup .body .content form {
  text-align: center;
  padding: 45px;
  margin: 0 auto;
}
#popup .body .content form .btn {
  width: 100%;
}
#popup .body .content form > p {
  font-family: "GothamPro", sans-serif;
  color: #1d1c1c;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.6px;
}
#popup .body .content form > p b {
  letter-spacing: 0.45px;
  line-height: 1.2em;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
#popup .body .content form p.green {
  font-size: 18px;
  padding-top: 10px;
  line-height: 1.2em;
  font-weight: 400;
  color: #f6e145;
  text-transform: none;
}
#popup .body .content .form-elements .submit {
  margin-top: 30px;
}
#popup .body .content .form-elements .input-block {
  margin-top: 15px;
}
#popup .body .content .form-elements p.politic {
  font-size: 12px;
  margin-top: 30px;
}
#popup .body .content .form-elements p.politic a {
  color: #626c74;
  text-decoration: underline;
}
#popup .body p.form_disclamer.callbot {
  padding-bottom: 50px;
}
#popup .body p.form_disclamer {
  margin-top: 40px;
  letter-spacing: 0.12px;
  font-size: 12px;
  color: #f3f3f3;
}
#popup .body p.form_disclamer a {
  color: #f3f3f3;
  text-decoration: underline;
}
#popup.open {
  visibility: visible;
  background: rgba(0, 0, 0, 0.8);
}
#popup.open .body {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.circle-loader {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #f6e145;
  -webkit-animation-name: loader-spin;
  animation-name: loader-spin;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 12px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  z-index: 2;
}
.circle-loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.circle-loader.checking {
  opacity: 1;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #52b34c;
  -webkit-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}
.load-complete.wrong {
  border-color: #f53a27;
  cursor: pointer;
}
.load-complete.wrong:before {
  content: "";
  display: block;
  height: 2px;
  width: 8px;
  background: #f53a27;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.load-complete.wrong:after {
  content: "";
  display: block;
  height: 2px;
  width: 8px;
  background: #f53a27;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.checkmark {
  display: none;
}
.checkmark:after {
  opacity: 1;
  height: 11px;
  width: 7px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  border-right: 2px solid #52b34c;
  border-top: 2px solid #52b34c;
  content: "";
  left: 2px;
  top: 8px;
  position: absolute;
}
.checkmark.draw:after {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
}
.checkmark.checked {
  display: block;
}

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 7px;
    opacity: 1;
  }
  40% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
  100% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 7px;
    opacity: 1;
  }
  40% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
  100% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
}

@-webkit-keyframes sendingPhone {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 45%;
  }
  55% {
    width: 50%;
  }
  65% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}

@keyframes sendingPhone {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 45%;
  }
  55% {
    width: 50%;
  }
  65% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btngreen {
  background-color: #f6e145;
}

.success {
  width: 60%;
  margin: 40px auto 0;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: block;
}
.success svg {
  width: 35px;
  height: 28px;
}
.success svg path {
  fill: #fff;
}

h3 {
  font-size: 36px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #f6e145;
  text-align: center;
}

p.h3des {
  font-size: 24px;
  color: #f6e145;
  line-height: 1.2em;
  text-align: center;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0 0 0;
  z-index: 10;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#header.active {
  padding: 15px 0;
  background-color: #2d3a4c;
}

.header-wrapper {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo {
  width: 350px;
}
.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}
.header-nav li {
  margin-right: 15px;
  padding: 10px 12px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-nav li.active {
  border-color: #f6e145;
  border-radius: 5px;
}
.header-nav li a {
  color: #fff;
  line-height: 1;
}
.header-nav li a:hover {
  color: #f6e145;
}

.header-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-contacts .phone a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-contacts .phone a:hover {
  color: #f6e145;
}
.header-contacts .phone a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/phone-call.png");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 11px;
}
.header-contacts .btn {
  margin-left: 20px;
}
.main__benefits {
  margin-top: 55px;
  display: flex;
  align-items: center;
}
.main__benefit {
  width: 250px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.main__benefit svg {
  display: block;
  width: 35px;
  height: 35px;
  margin-right: 15px;
}
.main__benefit span {
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
}
.main__accent {
  color: #000;
  font-weight: 700;
  font-size: 26px;
  border-radius: 5px;
  background: #f6e145;
  padding: 3px 10px;
  line-height: 1;
}
#main {
  background-image: url("../img/bg.jpg");
  padding-top: 150px;
  padding-bottom: 61px;
  margin-bottom: 73px;
  position: relative;
}
#main .main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accent {
  background-color: #2d3a4c;
  color: #f6e145;
  display: inline;
  padding: 0px 2px;
}

h1 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}

h2 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}

.main-form {
  width: 280px;
  padding: 24px 10px;
  border: 2px solid #f6e145;
  border-radius: 5px;
  text-align: center;
  background-color: #f6e145;
}

.dark-form .form-politic {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  color: #2d3a4c;
  margin-top: 20px;
}
.dark-form .form-politic a {
  color: #2d3a4c;
  text-decoration: underline;
}
.dark-form .form-politic a:hover {
  text-decoration: none;
  color: #fff;
}

.dark-form .btn {
  width: 100%;
  margin-top: 30px;
  background-color: #2d3a4c;
  color: #f6e145;
  border: 1px solid #2d3a4c;
}
.dark-form .btn:hover {
  background-color: #626c74;
}

.dark-form .input-block {
  width: 100%;
  height: 30px;
  margin-bottom: 12px;
}
.dark-form .input-block .circle-loader {
  bottom: 5px;
}
.dark-form .input-block input {
  font-size: 14px;
  text-align: center;
  padding: 0;
  line-height: 1.2;
  border-color: #2d3a4c;
  background-color: #fff;
}
.dark-form .input-block input:focus {
  border-color: #fff;
}
.dark-form .input-block input::-webkit-input-placeholder {
  color: #2d3a4c;
  opacity: 1;
}
.dark-form .input-block input:-moz-placeholder {
  color: #2d3a4c;
  opacity: 1;
}
.dark-form .input-block input::-moz-placeholder {
  color: #2d3a4c;
  opacity: 1;
}
.dark-form .input-block input:-ms-input-placeholder {
  color: #2d3a4c;
  opacity: 1;
}

.main-form_title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: #2d3a4c;
}

.main-form_sub-title {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.2;
  color: #2d3a4c;
}

.main-form-bottom_text {
  color: #2d3a4c;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.main-car {
  position: absolute;
  bottom: -74px;
  left: 111px;
  width: 810px;
}
.main-car .flickity-prev-next-button {
  width: 26px;
  height: 26px;
  background-color: transparent;
  border: 1px solid #f6e145;
  outline: none;
}
.main-car .flickity-prev-next-button svg path {
  fill: #f6e145;
}
.main-car .flickity-prev-next-button.previous {
  left: -65px;
}
.main-car .flickity-prev-next-button.next {
  right: -65px;
}
.main-car img {
  height: 255px;
  width: auto;
  display: block;
  max-width: 100%;
}
.main-car::before {
  content: "";
  position: absolute;
  width: 1420px;
  left: -111px;
  height: 100%;
  background-color: #2d3a4c;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 1420px;
  background-position: center 95%;
}

#package {
  background-color: #2d3a4c;
  padding: 60px 0;
}

h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  text-align: left;
}

.package-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
.package-list li {
  text-align: center;
}
.package-list li p {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
}
.package-list li figure {
  margin-bottom: 10px;
}
.package-list li figure img {
  display: inline-block;
  height: 47px;
  width: auto;
}

.package-form {
  margin-top: 40px;
  max-width: 980px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background-color: #f6e145;
  background-image: url("../img/form_bg.png");
  background-size: 5.5%;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-box-shadow: 0px 0px 17px 1px rgba(174, 188, 192, 0.2);
  box-shadow: 0px 0px 17px 1px rgba(174, 188, 192, 0.2);
  border-radius: 5px;
  padding: 25px 110px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.package-form .form-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.package-form .form-elements .input-block {
  width: 220px;
  height: 30px;
  margin-right: 20px;
}
.package-form .form-elements .input-block .circle-loader {
  bottom: 5px;
}
.package-form .form-elements .input-block input {
  border: 1px solid #626c74;
  font-size: 14px;
  color: #626c74;
  background-color: #fff;
}
.package-form .form-elements .btn {
  width: 220px;
  padding: 9px 20px;
  background-color: #2d3a4c;
  color: #f6e145;
  border-color: #2d3a4c;
}
.package-form .form-elements .btn:hover {
  background-color: #626c74;
}

.package-form_title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #2d3a4c;
}

#cars {
  padding: 60px 0;
}
#cars h3 {
  color: #2d3a4c;
}

.category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  border: 1px solid #dfe8e8;
  -webkit-box-shadow: 0px 0px 17px 1px rgba(174, 188, 192, 0.2);
  box-shadow: 0px 0px 17px 1px rgba(174, 188, 192, 0.2);
  margin-top: 54px;
}
.category-list li {
  padding: 20px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #2d3a4c;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.category-list li.active {
  background-color: #f6e145;
}

.cars-list {
  display: grid;
  grid-template-columns: 280px 280px 280px 280px;
  margin-top: 41px;
  grid-gap: 20px;
}
.cars-list > li {
  margin-bottom: 30px;
  list-style-type: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 5px;
}
.cars-list > li .btn {
  margin-top: 83px;
  font-weight: bold;
  padding: 17px;
  position: static;
  font-size: 18px;
}
.cars-list > li .btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.cars-list > li:hover {
  border: 1px solid #f6e145;
}

.car-price {
  position: absolute;
  left: 18px;
  bottom: 75px;
  text-align: left;
  font-size: 14px;
}
.car-price b {
  font-size: 16px;
}

.car-credit {
  position: absolute;
  right: 0;
  bottom: 71px;
  text-align: left;
  font-size: 14px;
  padding: 5px 17px;
  border-radius: 5px 0px 0px 5px;
  color: #f6e145;
  background-color: #2d3a4c;
}
.car-credit b {
  font-size: 16px;
}

.car-name {
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  color: #2d3a4c;
  margin-bottom: 20px;
}

.car-gift {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}

.car-benefits {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 18px;
}
.car-benefits li {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}
.car-benefits li:nth-child(2)::after {
  content: "●";
  position: absolute;
  left: -25px;
  top: 0;
  font-size: 10px;
}
.car-benefits li:nth-child(3)::after {
  content: "●";
  position: absolute;
  left: -25px;
  top: 0;
  font-size: 10px;
}

#forCredit {
  padding: 16px 80px;
  background-color: #efefef;
}

#forCredit h3 {
  color: #2d3a4c;
  margin-bottom: 16px;
}

#forCredit ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#forCredit li {
  display: flex;
  align-items: center;
  width: 50%;
}

#forCredit li::before {
  content: "";
  width: 10px;
  height: 74px;
  background-color: #a7192e;
}

#forCredit img {
  max-width: 100px;
  padding: 16px;
}

.forCredit-text-block {
  display: flex;
  flex-direction: column;
}

.forCredit-text-bold {
  font-weight: bold;
  margin-bottom: 8px;
}

.forCredit-text {
  color: #c4c9ca;
}

#benefits {
  padding-top: 30px;
  padding-bottom: 60px;
}
#benefits h3 {
  color: #2d3a4c;
}

.benefits-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.benefits-block {
  width: calc(50% - 10px);
  -webkit-box-shadow: 0px 0px 17px 1px rgba(174, 188, 192, 0.2);
  box-shadow: 0px 0px 17px 1px rgba(174, 188, 192, 0.2);
  border-radius: 5px;
  overflow: hidden;
}

.benefits-list {
  text-align: center;
  background-color: #fff;
  padding: 30px;
}
.benefits-list ol {
  text-align: left;
  list-style-position: inside;
  display: inline-block;
}
.benefits-list ol li {
  line-height: 1.2;
  margin-bottom: 15px;
}

.benefits-header {
  border-radius: 5px 5px 0px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 40px 17px 20px;
}

.benefits-plus .benefits-header {
  color: #f6e145;
  background-color: #2d3a4c;
}

.benefits-minus .benefits-header {
  color: #2d3a4c;
  background-color: #626c74;
}

.benefits-header_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.benefits-header_title p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 20px;
}

.benefits-header_price {
  font-size: 20px;
  line-height: 1.2;
}

#appBlock {
  background-image: url("../img/appBlock-bg.jpg");
  background-size: cover;
  padding-top: 53px;
}

.appBlock-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 45px 0 58px 0;
}

.appBlock-list {
  width: 50%;
  background-color: rgba(246, 225, 69, 0.9);
  text-align: center;
  padding: 55px;
}
.appBlock-list ul {
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.appBlock-list ul li {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  display: grid;
  grid-template-columns: 17px auto;
  column-gap: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.appBlock-list ul li::before {
  content: "";
  position: relative;
  width: 17px;
  height: 13px;
  background-image: url("../img/icons/check.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.appBlock-form {
  width: 50%;
  background-color: rgba(174, 188, 192, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.appBlock-form form .btn {
  width: 100%;
  padding: 16px;
  font-size: 24px;
  font-weight: bold;
}
.appBlock-form form .input-block {
  position: relative;
  width: 380px;
  height: 53px;
  margin-bottom: 16px;
}
.appBlock-form form .input-block::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right: -16px;
  top: -16px;
  background-image: url("../img/icons/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.appBlock-form form .input-block input {
  border: 1px solid #f6e145;
  background-color: #fff;
  border-radius: 5px;
  font-size: 24px;
}
.appBlock-form form .input-block .circle-loader {
  bottom: 17px;
}

#automobiles {
  padding: 64px 5px 32px;
}

.automobiles__list-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.automobiles__item-detail {
  width: 100%;
  overflow: hidden;
}

.automobiles__item-detail-header {
  display: flex;
  height: 100px;
  border: 2px solid #cccccc;
}

.automobiles__item-detail-header-logo {
  max-width: 412px;
  margin-right: auto;
  padding-left: 25px;
}

.automobiles__item-detail-header-item {
  display: flex;
  align-items: center;
  padding: 0 25px;
  font-size: 10px;
  border-left: 2px solid #cccccc;
}

.automobiles__item-detail-header-item span {
  line-height: 32px;
}

.automobiles__item-detail-header-item b {
  font-width: bold;
  font-size: 32px;
}

.automobiles__item-detail-body {
  width: 100%;
  border: 2px solid #cccccc;
  border-top: none;
}

.automobiles__item-detail-body-price {
  font-size: 35px;
  padding: 20px;
  font-weight: 600;
  width: 100%;
  text-align: right;
}

.automobiles__item-detail-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}

.automobiles__item-detail-content-image {
  max-width: 684px;
}

.automobiles__item-detail-content-color-name {
  text-align: center;
}

.automobiles__item-detail-content-colors {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.automobiles__item-detail-content-color {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  cursor: pointer;
}

.automobiles__item-detail-content-color_active {
  border: 2px solid #f39800;
}

.automobiles__item-detail-content-color_444c50 {
  background-color: #444c50;
}

.automobiles__item-detail-content-color_c6c6c8 {
  background-color: #c6c6c8;
}

.automobiles__item-detail-content-color_fa605d {
  background-color: #fa605d;
}

.automobiles__item-detail-content-color_000000 {
  background-color: #000000;
}

.automobiles__item-detail-content-color_f5f5f5 {
  background-color: #f5f5f5;
}

.automobiles__item-detail-content-color_d7d7d7 {
  background-color: #d7d7d7;
}

.automobiles__item-detail-content-color_a9a9a9 {
  background-color: #a9a9a9;
}

.automobiles__item-detail-content-color_0000ff {
  background-color: #0000ff;
}

.automobiles__item-detail-content-slider {
  padding: 20px;
}

.automobiles__item-detail-content-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.automobiles__item-benefit {
  max-width: 440px;
  width: 100%;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  display: flex;
  flex-direction: column;
}

.automobiles__item-benefit-header {
  display: flex;
  height: 100px;
  border-bottom: 2px solid #cccccc;
  border-top: 2px solid #cccccc;
}

.automobiles__item-benefit-body {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
}

.automobiles__item-benefit-header-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 25px;
  font-size: 12px;
  border-right: 2px solid #cccccc;
}

.automobiles__item-benefit-header-item:last-child {
  border-right: none;
}

.automobiles__item-benefit-header-item_is-mobile {
  display: none;
}

.automobiles__item-benefit-body-item {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  border-bottom: 2px solid #cccccc;
}

.automobiles__item-benefit-body-item:last-child {
  border-bottom: none;
}

.automobiles__item-benefit-body-item-image {
  max-width: 36px;
  width: 100%;
  margin-right: 20px;
}

.automobiles__item-benefit-body-item-text {
  font-size: 20px;
}

.automobiles__buttons {
  display: flex;
  gap: 25px;
  margin-top: 20px;
  margin-bottom: 60px;
  width: 100%;
}

.automobiles__buttons:last-child {
  margin-bottom: 0;
}

.automobiles__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 14px 0;
  border: 1px solid transparent;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.16s linear;
  cursor: pointer;
  color: #fff;
  background-color: #ae0000;
}

.automobiles__button_second {
  background: #1e1e1e;
}

.automobiles__button:not(:disabled):hover {
  color: #fff;
  background: #1e1e1e;
}

.automobiles__button_second:not(:disabled):hover {
  color: #1e1e1e;
  background: #ffffff;
  border-color: #1e1e1e;
}

#creditBenefits {
  padding: 58px 0;
}
#creditBenefits h3 {
  color: #2d3a4c;
}

.creditBenefits-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.creditBenefits-item {
  width: calc(50% - 10px);
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 17px 1px rgba(174, 188, 192, 0.2);
  box-shadow: 0px 0px 17px 1px rgba(174, 188, 192, 0.2);
  border-radius: 5px;
  padding: 40px 40px 25px 70px;
  background-image: url("../img/icons/arrow-dark.png");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: calc(100% - 13px) 13px;
}
.creditBenefits-item.dark {
  background-color: #626c74;
  color: #fff;
  background-image: none;
}
.creditBenefits-item.dark .creditBenefits-list li::before {
  background-image: url("../img/icons/close-white.png");
}

.creditBenefits-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.creditBenefits-list {
  margin-top: 50px;
}
.creditBenefits-list li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  padding-bottom: 25px;
  font-weight: bold;
}
.creditBenefits-list li::before {
  content: "";
  position: relative;
  margin-right: 17px;
  width: 17px;
  height: 13px;
  background-image: url("../img/icons/check.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#credit {
  background-image: url("../img/credit-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 58px 0;
}

.credit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.credit-wrapper .credit-form {
  width: 280px;
}
.credit-wrapper .credit-title {
  margin-left: 120px;
  color: #fff;
}
.credit-wrapper .credit-title h2 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}
.credit-wrapper .credit-title h3 {
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
}

.credit-counter {
  margin-top: 25px;
  border-radius: 5px;
  background-color: #f6e145;
  padding: 18px;
}

.counter-title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.timer-values {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.timer-value {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.timer-bottom {
  font-size: 14px;
  line-height: 1;
}

#contacts {
  padding-top: 90px;
  background-color: #2d3a4c;
  padding-bottom: 58px;
}

.contacts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-item_title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #f3f3f3;
  margin-bottom: 10px;
}

.contacts-item p {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
.contacts-item p a {
  font-weight: bold;
  color: #fff;
}

.contacts-item .btn {
  margin-top: 10px;
}

.contacts-point {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts-point::before {
  content: "";
  margin-right: 9px;
  width: 18px;
  height: 18px;
  background-image: url("../img/icons/contacts_point.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.contacts-time {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts-time::before {
  content: "";
  margin-right: 9px;
  width: 18px;
  height: 18px;
  background-image: url("../img/icons/contacts_time.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.contacts-phone {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts-phone::before {
  content: "";
  margin-right: 9px;
  width: 18px;
  height: 18px;
  background-image: url("../img/icons/contacts_phone.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

#map {
  width: 800px;
  height: 450px;
  -webkit-box-shadow: 0px 0px 17px 1px rgba(174, 188, 192, 0.2);
  box-shadow: 0px 0px 17px 1px rgba(174, 188, 192, 0.2);
  border-radius: 5px;
  overflow: hidden;
}

#footer {
  background-color: #626c74;
  padding: 58px 0;
}

.footer-form {
  border-radius: 5px;
  background-color: #f6e145;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 70px;
  position: relative;
}
.footer-form::before {
  content: "";
  position: absolute;
  left: 380px;
  bottom: 0;
  width: 174px;
  height: 158px;
  background-image: url("../img/footer_girl.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.footer-form form {
  width: 460px;
}
.footer-form form .form-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-form form .form-elements .form-politic {
  font-size: 10px;
  margin-top: 10px;
  text-align: center;
}
.footer-form form .form-elements .form-politic a {
  color: #2d3a4c;
  text-decoration: underline;
}
.footer-form form .form-elements .input-block {
  width: 220px;
  height: 30px;
  margin: 0;
}
.footer-form form .form-elements .input-block input:focus {
  border-color: #2d3a4c;
}
.footer-form form .form-elements .input-block .circle-loader {
  bottom: 5px;
  right: 5px;
}
.footer-form form .form-elements .btn {
  width: 220px;
  padding: 8px;
  background-color: #2d3a4c;
  color: #f6e145;
  margin-top: 0;
  border-color: #2d3a4c;
}
.footer-form form .form-elements .btn:hover {
  background-color: #626c74;
}

.footer-form_title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-form_text {
  width: 320px;
}
.footer-form_text p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.footer-info {
  margin-top: 58px;
}
.footer-info p {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

#banksWidget {
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

.banksWidget-nav {
  display: none !important;
}

.banksWidget-item {
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 0px 0px 17px 1px rgba(174, 188, 192, 0.2);
  box-shadow: 0px 0px 17px 1px rgba(174, 188, 192, 0.2);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  margin-bottom: 9px;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}
.banksWidget-item:hover {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}
.banksWidget-item img {
  display: block;
  width: 100%;
  max-height: 100%;
}

#popup .body .content.popupBank {
  width: 780px;
}

#popup .body .content form.form-banks {
  padding: 15px 80px;
}
#popup .body .content form.form-banks .form-elements {
  width: 380px;
}
#popup .body .content form.form-banks .form-elements .input-block {
  width: 100%;
  height: 53px;
  margin-top: 0;
}
#popup .body .content form.form-banks .form-elements .input-block input {
  font-size: 24px;
  padding: 0;
}
#popup .body .content form.form-banks .form-elements .submit {
  margin-top: 16px;
}
#popup .body .content form.form-banks .form-elements .btn {
  font-size: 24px;
  padding: 15px;
}

.form-banks_logo {
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 0px 0px 17px 1px rgba(174, 188, 192, 0.2);
  box-shadow: 0px 0px 17px 1px rgba(174, 188, 192, 0.2);
  border-radius: 50%;
  padding: 5px;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-banks_logo img {
  display: block;
  width: 100%;
  max-height: auto;
}

.form-banks_title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 20px;
}

.form-banks_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}

.form-banks_сonditions {
  width: 200px;
  text-align: left;
}
.form-banks_сonditions p {
  font-size: 20px;
  font-weight: bold;
}
.form-banks_сonditions ul {
  list-style-type: none;
  margin-top: 25px;
  text-align: left;
}
.form-banks_сonditions ul li {
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.form-banks_сonditions ul li::before {
  content: "";
  position: relative;
  margin-right: 12px;
  width: 14px;
  height: 10px;
  background-image: url("../img/icons/check.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.form-banks_footer {
  margin-top: 30px;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
  /**/
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .ios {
    overflow-scrolling: touch !important;
    overflow: auto !important;
    height: 100% !important;
  }
  body.ios {
    height: auto !important;
  }
  .header-nav li {
    margin-right: 0;
  }
  .main-car {
    width: 600px;
  }
  .main-car img {
    height: 189px;
  }
  .banksWidget-list {
    margin: 26px 0;
  }
  .banksWidget-list .banksWidget-item {
    display: none;
  }
  .banksWidget-list .banksWidget-item:nth-child(1),
  .banksWidget-list .banksWidget-item:nth-child(2),
  .banksWidget-list .banksWidget-item:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .banksWidget-list .banksWidget-item:nth-child(3) {
    margin-bottom: 0;
  }
  .banksWidget-nav {
    display: block !important;
    width: 26px;
    height: 26px;
    background: transparent;
    border: 1px solid #f6e145;
    border-radius: 50%;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    outline: none;
  }
  .banksWidget-nav svg {
    fill: #f6e145;
  }
  .banksWidget-overflow {
    overflow: hidden;
  }
  .cars-list {
    grid-template-columns: 280px 280px 280px;
    grid-gap: 50px;
  }
  #credit {
    background-position: left bottom;
  }
  #map {
    width: 600px;
  }
  .footer-form::before {
    display: none;
  }
  .footer-form {
    padding: 50px;
  }
  /* Laptop */

  .automobiles__list-item {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
  }

  .automobiles__item-detail-header {
    justify-content: center;
  }

  .automobiles__item-detail-header-logo {
    margin: 0;
  }

  .automobiles__item-detail-header-item {
    display: none;
  }

  .automobiles__item-detail-body {
    border: none;
  }

  .automobiles__item-detail-body-price {
    padding: 50px 20px 20px;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
  }

  .automobiles__item-detail-content {
    flex-direction: column;
    border: 2px solid #cccccc;
    border-top: none;
  }

  .automobiles__item-detail-content-colors {
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .automobiles__item-benefit {
    max-width: 100%;
    border: none;
  }

  .automobiles__item-benefit-header {
    flex-wrap: wrap;
    height: auto;
    border: 2px solid #cccccc;
  }

  .automobiles__item-benefit-header-item_is-mobile {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 0 25px;
    font-size: 10px;
    border-right: 2px solid #cccccc;
    height: 100px;
  }

  .automobiles__item-benefit-header-item_is-mobile:nth-child(2) {
    border-right: none;
  }

  .automobiles__item-benefit-header-item {
    width: 50%;
    height: 100px;
    border-top: 2px solid #cccccc;
  }

  .automobiles__item-benefit-header-item_is-mobile span {
    line-height: 32px;
  }

  .automobiles__item-benefit-header-item_is-mobile b {
    font-width: bold;
    font-size: 32px;
  }

  .automobiles__buttons {
    flex-direction: column;
    padding: 0 50px;
  }
}

@media only screen and (max-width: 1024px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
  /**/
  .header-nav {
    display: none;
  }
  .header-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .main-car {
    position: relative;
    left: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .main-form {
    position: absolute;
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateY(100%) translateX(-50%);
    -ms-transform: translateY(100%) translateX(-50%);
    transform: translateY(100%) translateX(-50%);
  }
  #main {
    padding-bottom: 0;
    margin-bottom: 550px;
  }
  .main-form_title,
  .main-form_sub-title,
  .dark-form .form-politic,
  .dark-form .form-politic a,
  .main-form-bottom_text {
    color: #2d3a4c;
  }
  .dark-form .input-block input {
    border-color: #2d3a4c;
    color: #2d3a4c !important;
  }
  .dark-form .input-block input:focus {
    border-color: #f6e145;
  }
  .dark-form .input-block input::-webkit-input-placeholder {
    color: #2d3a4c;
  }
  .dark-form .input-block input:-moz-placeholder {
    color: #2d3a4c;
  }
  .dark-form .input-block input::-moz-placeholder {
    color: #2d3a4c;
  }
  .dark-form .input-block input:-ms-input-placeholder {
    color: #2d3a4c;
  }
  .package-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .package-list li {
    width: 33.333%;
    margin-bottom: 20px;
  }
  h3 {
    text-align: center;
  }
  .package-form {
    padding: 25px;
  }
  .cars-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cars-list > li {
    width: 280px;
  }

  .benefits-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .benefits-block {
    max-width: 560px;
    width: 100%;
    margin-bottom: 30px;
  }
  .appBlock-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px;
  }
  .appBlock-list,
  .appBlock-form {
    max-width: 560px;
    width: 100%;
  }
  .appBlock-form {
    padding: 40px 20px;
  }
  #credit {
    margin-bottom: 600px;
    position: relative;
    padding-bottom: 250px;
    background-position: right top;
  }
  #credit .main-form {
    bottom: -30px;
  }
  .credit-counter {
    position: absolute;
    width: 280px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(430px);
    -ms-transform: translateX(-50%) translateY(430px);
    transform: translateX(-50%) translateY(430px);
    top: 100%;
  }
  .credit-wrapper .credit-form {
    width: auto;
  }
  .credit-wrapper .credit-title {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  #map {
    width: 60%;
  }
  .footer-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-form_text {
    margin-bottom: 20px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  .automobiles__item-detail-header-logo {
    padding: 0 10px;
    max-width: 100%;
  }

  .automobiles__item-detail-content-image {
    max-width: 400px;
  }

  .automobiles__item-detail-content-image img {
    max-width: 100%;
  }

  .automobiles__buttons {
    padding: 0;
  }
  /**/
  .header__logo {
    max-height: 170px;
    padding-right: 15px;
    width: 100%;
  }
  .header-contacts {
    display: block;
    align-items: center;
  }
  .header-contacts .btn {
    margin-left: 0;
    margin-top: 10px;
    padding: 8px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  .main-car {
    width: 240px;
    bottom: -50px;
  }
  .main-car img {
    height: 76px;
  }
  .main-car .flickity-prev-next-button.previous {
    left: -30px;
  }
  .main-car .flickity-prev-next-button.next {
    right: -30px;
  }
  .banksWidget-item {
    width: 50px;
    height: 50px;
  }
  .banksWidget-nav {
    width: 20px;
    height: 20px;
    padding: 2px;
  }
  .banksWidget-list {
    margin: 10px 0;
  }
  #banksWidget {
    right: 10px;
    top: 70%;
  }
  h3 {
    font-size: 20px;
  }
  .package-list li p {
    font-size: 16px;
  }
  .package-list li figure img {
    height: 30px;
  }
  .package-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .package-form .form-elements {
    display: block;
    margin-top: 20px;
  }
  .package-form .form-elements .input-block {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .category-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #popup .body .content,
  #popup .body .content.politicpopup,
  #popup .body .content.popupBank,
  #popup .body .content.tnxpopup {
    max-width: 100%;
    width: 100%;
  }

  #forCredit ul {
    flex-wrap: wrap;
  }

  #forCredit li {
    width: 100%;
    margin-bottom: 16px;
  }

  .benefits-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .benefits-header_price {
    text-align: center;
    margin-top: 15px;
    width: 100%;
  }
  .appBlock-wrapper {
    padding: 40px 0;
  }
  .appBlock-list {
    padding: 20px;
  }
  .appBlock-form form .input-block {
    max-width: 380px;
    width: 100%;
  }
  .appBlock-form {
    padding: 0;
    margin-top: 20px;
    background-color: transparent;
  }
  .creditBenefits-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .creditBenefits-item {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .creditBenefits-list li {
    font-size: 16px;
    line-height: 1.2;
  }
  .credit-wrapper .credit-title h2 {
    font-size: 36px;
  }
  .credit-wrapper .credit-title h3 {
    font-size: 24px;
  }
  #credit {
    background-position: center top;
  }
  .contacts-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #map {
    width: 100%;
    margin-top: 30px;
  }
  .contacts-item {
    margin-top: 30px;
  }
  .footer-form {
    padding: 20px;
  }
  .footer-form form .form-elements {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-form form .form-elements .input-block {
    margin-bottom: 15px;
  }
  #popup .body .content form {
    padding: 20px;
  }
  #popup .body .close {
    top: -11px;
    right: -11px;
  }
  .form-banks_title {
    font-size: 24px;
  }
  .form-banks_wrapper {
    display: block;
    margin-top: 20px;
  }
  #popup .body .content form.form-banks .form-elements {
    width: 100%;
  }
  #popup .body .content form.form-banks {
    padding: 15px;
  }
  .form-banks_logo {
    width: 60px;
    height: 60px;
  }
  .main__benefits {
    display: block;
    margin-top: 20px;
  }
  .main__benefit span {
    font-size: 14px;
  }
  .main__benefit {
    margin-bottom: 20px;
  }
  .main__benefit svg {
    width: 30px;
    height: 30px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/
  .automobiles__item-detail-content-image {
    max-width: 300px;
  }

  .automobiles__item-detail-content-image img {
    max-width: 100%;
  }
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}
