html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	 font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
	line-height: 1.2;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,input,textarea {
	outline: none;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	outline: none;
}
img {
	display: block;
	max-width: 100%;
	box-sizing: border-box;
}@charset "UTF-8";

@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans-Regular.eot");
  src: local("/fonts/Open Sans Regular"), local("/fonts/OpenSans-Regular"), url("/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans-Regular.woff") format("woff"), url("/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans-SemiBold.eot");
  src: local("/fonts/Open Sans SemiBold"), local("/fonts/OpenSans-SemiBold"), url("/fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans-SemiBold.woff") format("woff"), url("/fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans-Bold.eot");
  src: local("/fonts/Open Sans Bold"), local("/fonts/OpenSans-Bold"), url("/fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans-Bold.woff") format("woff"), url("/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

.container_grid {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: flex;
}

body {
  color: #253241;
  font-family: "Open Sans";
}

.phone_top a {
  color: #253241;
  font-size: 20px;
  font-weight: 600;
}

header {
  padding: 20px 0;
}

.top_girl {
  display: grid;
  background-image: url("/img/landing/bg-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  grid-template-columns: 350px 350px 1fr;
  padding-top: 100px;
  padding-bottom: 153px;
}

.top_big_title {
  font-size: 45px;
  font-weight: bold;
  color: #01235B;
  margin-bottom: 30px;
}

.top_mini_title {
  font-size: 18px;
  color: #fff;
}

.wrap_top_form {
  background-color: #fff;
  padding: 20px 30px;
}

.top_form_title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.wrap_top_form input {
  border: 1px solid #dadada;
  background-color: #fff;
  padding: 13px;
  width: 100%;
}

.wrap_top_form button {
  background: #3d61de;
  color: #fff;
  border: none;
  text-align: center;
  padding: 13px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: bold;
  width: 100%;
  margin-top: 20px;
}

.wrap_top_form button:hover {
  background: #2f49a6;
}

.wrap_top_form .wrap_input {
  margin-bottom: 10px;
}

.img_top_form {
  position: absolute;
  right: 312px;
  width: 564px;
  height: 560px;
  top: -36px;
}

.wrap_top_form {
  position: relative;
}

.info_block_title {
  color: #3d61de;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

.info_block_description {
  font-size: 14px;
  text-align: center;
}

.top_info_blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
  justify-items: center;
}

footer {
  padding-top: 50px;
}

.land_title {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
}

.top_info_blocks {
  margin-bottom: 50px;
}

.gos_title {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.gos_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 3px;
  width: 100px;
  background-color: #3d61de;
}

.gos_description {
  font-size: 14px;
}

.gossapp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.gos_block {
  padding: 10px;
}

.bank_block {
  display: inline-block;
  padding: 15px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.bank_block .bank_button {
  margin-top: 20px;
  background: transparent;
  border: 1px solid #34a0de;
  color: #34a0de;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  transition: all 0.3s;
  cursor: pointer;
}

.bank_block .bank_button:hover {
  opacity: 0.5;
}

.all_banks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 20px;
}

.footer_left_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footer_big_title {
  font-size: 36px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 40px;
}

.footer_phone {
  text-align: right;
}

.footer_phone span {
  display: block;
}

.footer_phone a {
  display: block;
  color: #3d61de;
  font-size: 30px;
  font-weight: bold;
}

.just_call {
  font-weight: bold;
  font-size: 16px;
}

.free_hot_line {
  font-size: 14px;
}

.footer_but {
  background: #3d61de;
  color: #fff;
  border: none;
  text-align: center;
  padding: 13px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
  margin-left: auto;
  margin-top: 40px;
  font-weight: bold;
}

.footer_but:hover {
  background: #2f49a6;
}

.footer_right_block {
  text-align: right;
}

.dark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
}

.callback_form {
  display: none;
  position: fixed;
  top: 100px;
  z-index: 1000;
  background-color: #fff;
  padding: 35px;
  min-width: 350px;
  max-width: 350px;
  left: 50%;
  transform: translateX(-50%);
}

.callback_form input {
  border: 1px solid #dadada;
  background-color: #fff;
  padding: 13px;
  width: 100%;
}

.callback_form button {
  background: #3d61de;
  color: #fff;
  border: none;
  text-align: center;
  padding: 13px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
}

.callback_form button:hover {
  background: #2f49a6;
}

.callback_form .wrap_input {
  margin-bottom: 10px;
}

.close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.call_back_title {
  margin-bottom: 20px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}

.if_logo img {
  margin: 0 auto;
}

.credit_form_block {
  display: grid;
  grid-template-columns: 1fr 33%;
  margin-bottom: 50px;
}

.credit_form_block .left_block {
  background: #f7f7f7;
  padding: 30px;
}

.credit_form_block .right_block {
  background: #4f4f4f;
  padding: 15px;
}

.credit_form_block .wrap_input {
  margin-bottom: 10px;
}

.credit_form_block .input_credit {
  margin-left: 20px;
  margin-bottom: 20px;
}

.credit_form_block .input_credit input {
  border: none;
  background: none;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.credit_form_block .input_credit input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.credit_form_block .input_credit input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.credit_form_block .input_credit input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.credit_simple_text {
  font-size: 16px;
  margin-bottom: 5px;
}

.credit_rate {
  font-size: 26px;
  position: relative;
  font-weight: bold;
  margin-bottom: 10px;
}

.credit_rate span {
  font-size: 16px;
  margin-left: 10px;
  color: #9e9e9e;
  text-decoration: line-through;
  font-weight: normal;
}

.credit_main_price {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  cursor: pointer;
}

.credit_bold_title {
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 50px;
}

.first_slider_helpers,
.second_slider_helpers {
  display: grid;
  gap: 15px;
  grid-auto-flow: column;
}

.helper {
  display: inline-block;
  padding: 10px;
  border: 1px solid #253241;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.helper:hover {
  background-color: rgba(61, 97, 222, 0.1);
}

.helper.active {
  background-color: #3d61de;
  color: #fff;
  border: 1px solid #3d61de;
}

.credit_slider_fisrt {
  margin-bottom: 20px;
}

.credit_slider_fisrt .ui-slider {
  position: relative;
  background-color: #e1e4e9;
}

.credit_slider_fisrt .ui-slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #01235B;
  border-radius: 50%;
  top: -8px;
}

.credit_slider_fisrt .ui-slider-range {
  height: 5px;
  background-color: #3d61de;
}

.credit_slider_second {
  margin-bottom: 20px;
}

.credit_slider_second .ui-slider {
  position: relative;
  background-color: #e1e4e9;
}

.credit_slider_second .ui-slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #01235B;
  border-radius: 50%;
  top: -8px;
}

.credit_slider_second .ui-slider-range {
  height: 5px;
  background-color: #3d61de;
}

.credit_slider_second {
  margin-bottom: 20px;
}

#slider-range-min label {
  position: absolute;
  top: -32px;
}

#slider-range-min2 label {
  position: absolute;
  top: -32px;
}

.credit_bold_title {
  position: relative;
}

.credit_bold_title span {
  position: absolute;
  top: 0;
  right: 0;
  color: #3d61de;
  font-size: 30px;
  font-weight: bold;
}

/* The container must be positioned relative: */

.custom-select {
  position: relative;
  font-family: Arial;
  font-size: 18px;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

/* Style the arrow inside the select element: */

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */

.select-selected {
  color: #fff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.select-items div {
  color: #3d61de;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */

.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 300px;
  overflow-y: scroll;
  /* полоса прокрутки (скроллбар) */
  /* ползунок скроллбара */
}

.select-items::-webkit-scrollbar {
  width: 15px;
  /* ширина для вертикального скролла */
  height: 8px;
  /* высота для горизонтального скролла */
  background-color: #3d61de;
}

.select-items::-webkit-scrollbar-thumb {
  background-color: #01235B;
}

.select-items::-webkit-scrollbar-thumb:hover {
  background-color: #253861;
}

/* Hide the items when the select box is closed: */

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.car_image {
  position: absolute;
  top: -48px;
  right: 0;
  cursor: pointer;
}

.credit_form_mini_text {
  color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin-top: 20px;
  margin-left: 20px;
}

.credit_form_big_price {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.credit_form_big_price span {
  font-size: 20px;
}

.credit_slider_second .ui-slider {
  position: relative;
  background-color: #e1e4e9;
}

.second_block_slider {
  margin-top: 30px;
}

.third_block_slider {
  margin-bottom: 15px;
  margin-top: 30px;
}

.right_block button {
  background: #3d61de;
  color: #fff;
  border: none;
  text-align: center;
  padding: 13px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 30px;
  width: 100%;
}

.right_block button:hover {
  background: #2f49a6;
}

#metrika {
  display: none;
}

.breadcrumbs {
  display: none;
}

.th_first {
  font-size: 30px;
}

.th_big {
  font-size: 18px;
  margin: 20px 0;
}

.th_button a {
  display: inline-block;
  background-color: #34a0de;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 20px 0;
}

.th_dont_forget_present {
  display: none;
}

@media all and (max-width: 768px) {
  .thanks_page {
    padding: 5px;
  }

  .top_girl {
    grid-template-columns: 1fr;
    padding: 0 15px;
    padding-bottom: 10px;
  }

  .top_info_blocks {
    margin: 10px 0;
  }

  .land_title {
    padding: 5px;
  }

  .all_banks {
    grid-template-columns: 1fr 1fr;
    padding: 5px;
  }

  .top_info_blocks {
    grid-template-columns: 1fr;
  }

  .credit_form_block {
    grid-template-columns: 1fr;
  }

  .img_top_form {
    display: none;
  }

  .first_slider_helpers,
  .second_slider_helpers {
    grid-auto-flow: row;
  }

  .credit_bold_title span {
    position: relative;
  }

  .gossapp {
    grid-template-columns: 1fr 1fr;
  }

  .top_big_title {
    font-size: 34px;
  }

  .footer_grid {
    grid-template-columns: 1fr;
  }

  .footer_big_title {
    text-align: center;
  }

  .footer_phone {
    text-align: center;
  }

  .footer_but {
    display: block;
  }

  .footer_big_title {
    font-size: 28px;
  }

  header {
    text-align: center;
  }

  #slider-range-min2 label {
    font-size: 10px;
  }

  #slider-range-min label {
    font-size: 10px;
  }

  .credit_bold_title span {
    font-size: 20px;
  }

  .credit_bold_title {
    font-size: 12px;
  }

  .car_image {
    display: none;
  }

  .first_slider_helpers .helper {
    display: none;
  }

  .wrap_top_form {
    padding: 15px;
  }

  .top_mini_title {
    margin-bottom: 5px;
  }

  .footer_right_block {
    padding: 10px;
  }
}

.license {
  display: block;
  position: absolute;
  bottom: 10px;
  color: #01235B;
  font-size: 12px;
  left: 10px;
}

.logotype {
  max-width: 250px;
}

.logotype img {
  height: 50px;
}

.top_credit_center {
  display: flex;
  align-items: center;
}

.phone_top {
  margin-left: 100px;
}

.top_credit_center_right ul {
  display: flex;
}

.top_credit_center_right a {
  color: #01235B;
}

.top_credit_center_right li {
  margin-left: 30px;
}

.top_credit_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

