@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

.container {
  max-width: 1230px;
  padding: 0px 15px;
  margin: 0 auto;
}

.ibg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ibg img {
  display: none;
}

.btn {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  background: #e53517;
  border-radius: 15px;
  padding: 19px 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn:hover {
  background: #e53517;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.title {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #333;
}

.first {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  position: relative;
  max-width: 100%;
  height: 100vh;
}

.first .container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.first__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.first__content {
  position: relative;
}

.first__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  color: #333;
  margin-bottom: 20px;
}

.first__desc {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  margin-bottom: 20px;
}

.index {
	justify-content: center;
    display: flex;
	margin: 120px 0 0 0;
        padding: 120px 0 60px 0;
}

@media (max-width: 575px) {
	.index {
	margin: 60px 0 0 0;
        padding: 60px 0 60px 0;
}
}

.wraper_index {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    padding: 60px 0px;
	gap: 32px;
}

.btn_wraper_index {
	align-items: center;
    padding: 16px 24px;
    background: #000000;
    border-radius: 20px;
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FFFFFF;	
}

.wraper_index img{
	width: 200px;
	height: auto;
	margin: auto;
}
.block_index {	
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 40px;
	gap: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
	border-radius: 20px;
	overflow: hidden;
    width: calc(50% - 16px);
}

.block_index_title {
	font-size: 20px;
    line-height: 28px;
    font-weight: 700;	
}

.block_index_desc {
	font-size: 16px;
    line-height: 24px;
    font-weight: 400;	
	
}




@media (max-width: 968px) {
	
	.block_index {
		width: 100%;
	}
	
}



.header {
  position: absolute;
  padding: 20px 0px;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
  background: #000000;
}

.header__wraper {
	  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	
}

.header__logo {
	display: flex;
	gap: 28px;
}

.header__logo img {
      width: auto;
    display: block;
    height: 58px;
}

.header__phone {
  display: block;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__phone:hover {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__phone-img {
  display: none;
}

.calculation-credit {
  padding: 104px 0px 50px 0px;
  overflow: hidden;
  margin-top: 80px;
}

.calculation-credit-btn-prev,
.calculation-credit-btn-next {
  position: relative;
}

.calculation-credit__form {
  padding: 0 0 60px 0;
}

.calculation-credit__radio {
  display: flex;
  margin-bottom: 40px;
}

.calculation-credit__item-radio {
  position: relative;
  margin-right: 30px;
}

.calculation-credit__item-radio:last-child {
  margin-right: 0;
}

.calculation-credit__item-radio input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
}

.calculation-credit__item-radio label {
  font-size: 18px;
  line-height: 18px;
  padding-left: 35px;
  cursor: pointer;
}

.calculation-credit__item-radio label::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid #C4C4C4;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease;
}

.calculation-credit__item-radio label::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #333;
  border: 2px solid #333;
  position: absolute;
  top: 2px;
  left: 5px;
  z-index: 2;
  transition: all 0.4s ease;
  opacity: 0;
}

.calculation-credit__item-radio input:checked + .radio-label::before {
  background: #fff;
  border: 2px solid #333;
}

.calculation-credit__item-radio input:checked + .radio-label::after {
  opacity: 1;
}

.calculation-credit__item-radio:hover .radio-label::before {
  border: 2px solid #333;
  transition: all 0.4s ease;
}

.calculation-credit-swiper {
  overflow: visible;
}

.calculation-credit-swiper-slide {
  width: 230px;
  height: 230px;
  margin-right: 20px;
}

.calculation-credit-slide-item label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 7px 32px rgba(71, 71, 71, 0.1);
  border-radius: 15px;
  padding: 17px 25px 23px 25px;
  border: 2px solid transparent;
  min-height: 230px;
}

.calculation-credit-slide-item input {
  display: none;
}

.calculation-credit-slide-item input:checked ~ label {
  border: 2px solid #000000;
  border-radius: 15px;
}

.calculation-credit-label-frame .name {
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  height: 28px;
  margin-bottom: 15px;
  text-align: center;
}

.calculation-credit-label-frame .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.calculation-credit-label-frame .photo img {
  display: block;
    height: 132px;
    width: auto;
}

.calculation-credit-label-frame .price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}

.calculation-credit-label-frame .price span {
  display: block;
  margin-right: 5px;
}

.form-group {
  display: flex;
  justify-content: space-between;

}

.calc-text {
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 20px;
}

.form-col {
  z-index: 100;
  position: relative;
  width: 49%;
  height: 60px;
  background: #ffffff;
  border: 2px solid #eceff2;
  border-radius: 15px;
}

.form-col__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.form-prime-slider {
  width: 95%;
  z-index: 100;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.form-col__ruler {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  line-height: 12px;
  color: #848f9b;
  padding-top: 30px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}

.form-col__wrap {
	position: relative;
}

input[type="range"] {
  height: 2px;
  -webkit-appearance: none;
  z-index: 100;
  width: 95%;
}

input[type="range"]:focus {
  outline: none;
  z-index: 100;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #eceff2;
  border-radius: 2px;
  z-index: 100;
  -webkit-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 15px;
  background: #000000;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  z-index: 100;
}

input[type="range"]::-moz-range-progress {
	background-color: #000000; 
}

input[type="range"]::-moz-range-track {
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #eceff2;
  border-radius: 2px;
  z-index: 100;
  margin-bottom: -5px;
  bottom: -9px;
}

input[type="range"]::-moz-range-progress {
	background-color: #000000; 
}

input[type="range"]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 15px;
  background: #000000;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  z-index: 100;
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #000000;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
  z-index: 100;
}

input[type="range"]::-ms-fill-lower {
  background: #000000;
  border-radius: 50px;
  z-index: 100;
}

input[type="range"]::-ms-fill-upper {
  background: #eceff2;
  border-radius: 50px;
  z-index: 100;
}

input[type="range"]::-ms-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
  z-index: 100;
}

#ProcentResult {
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #333;
  align-self: flex-end;
  margin: 0px 20px 0px 0px;
}

.input-downpayment-block {
  margin: 10px 0px 0px 20px;
}

.input-downpayment-block p {
  font-size: 14px;
  line-height: 14px;
  color: #848f9b;
  margin: 0px 0px 5px 0px;
}

.procent {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #333;
  padding: 0px 0px 0px 0px;
}

.procent:disabled {
  background-color: #fff;
}

.form-prime {
  border: none;
  z-index: 100;
}

.calc-bottom {
  margin-left: 20px;
  z-index: 100;
}

.counting {
  margin: 75px 0px 0px 0px;
}

.counting__block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0px 7px 32px rgba(71, 71, 71, 0.1);
          box-shadow: 0px 7px 32px rgba(71, 71, 71, 0.1);
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 15px;
}

.counting__name {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 9px;
}

.counting__value {
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.counting__value span {
  display: block;
  margin-right: 5px;
}

.counting__value-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.counting__text {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #848F9B;
}

.counting__text_summ{
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #848F9B;
  padding-bottom: 20px;
}

.text_summ {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  padding-left: 5px;
  padding-right: 5px;
  color: #848F9B;
}
.text_summ_ruble{
	
	height: 13px;
    width: auto;
	padding-left: 5px;
  color: #848F9B;
	
	
}

.receive-credit {
  padding: 54px 0px 0px 0px;
}

.receive-credit__title {
  margin: 0px 0px 60px 0px;
}

.receive-credit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-block {
  background: #fff;
  -webkit-box-shadow: 0px 7px 32px rgba(71, 71, 71, 0.1);
          box-shadow: 0px 7px 32px rgba(71, 71, 71, 0.1);
  border-radius: 15px;
  padding: 40px 52px 43px 40px;
}

.item-block__number {
  font-weight: bold;
  font-size: 45px;
  line-height: 45px;
  color: #000000;
  margin-bottom: 10px;
}

.item-block__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px;
}

.item-block__text {
  font-size: 14px;
  line-height: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.partners {
  padding: 104px 0px 45px 0px;
  overflow: hidden;
}

.partners__heading,
.calculation-credit__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 60px 0px;
}

.calculation-credit__heading {
  margin: 0px 0px 40px 0px;
}

.partners .partners-swiper-arrows,
.calculation-credit .calculation-credit-swiper-arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
}

.partners .partners-btn-next,
.partners .partners-btn-prev,
.calculation-credit .calculation-credit-btn-prev,
.calculation-credit .calculation-credit-btn-next {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 7px 32px rgba(71, 71, 71, 0.1);
          box-shadow: 0px 7px 32px rgba(71, 71, 71, 0.1);
  color: #333;
  font-size: 16px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.partners .partners-btn-next::after,
.partners .partners-btn-prev::after,
.calculation-credit .calculation-credit-btn-next::after,
.calculation-credit .calculation-credit-btn-prev::after {
  display: none;
}

.partners .partners-btn-prev,
.calculation-credit .calculation-credit-btn-prev {
  background: #fff url("/images/arrow-left.svg") no-repeat center center;
}

.partners .partners-btn-next,
.calculation-credit .calculation-credit-btn-next {
  margin-left: 70px;
  background: #fff url("/images/arrow-right.svg") no-repeat center center;
}

.partners .partners-swiper-container {
  overflow: visible;
 }

.partners .partners-swiper-slide {
  width: 272px;
  height: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.contacts-section {
  padding: 59px 0px 0px 0px;
}

.contacts-section__title {
  margin: 0px 0px 60px 0px;
}

.contacts-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts-section__item p {
  font-size: 12px;
  line-height: 14px;
  color: rgba(30, 36, 57, 0.27);
}

.contacts-section__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.contacts-section__address span {
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin: 0px 0px 0px 15px;
}


.partners-swiper-slide img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
.partners-swiper-slide img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
}

.contacts-section__bg {
  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;
  width: 24px;
  height: 24px;
}

.contacts-section__bg .svg {
  display: block;
  max-width: 100%;
  fill: #333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contacts-section__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contacts-section__mail span {
  display: block;
  margin: 0px 0px 0px 15px;
}

.contacts-section__mail:hover {
  color: #000000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contacts-section__mail:hover .contacts-section__bg .svg {
  fill: #000000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contacts-section__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  margin-bottom: 10px;
}

.contacts-section__phone span {
  display: block;
  margin: 0px 0px 0px 15px;
}

.contacts-section__phone:hover {
  color: #000000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contacts-section__phone:hover .contacts-section__bg .svg {
  fill: #000000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contacts-section__text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

.contacts-section__text p span {
  font-weight: 400;
}

.footer {
  padding: 107px 0px 102px 0px;
}

.footer__copy {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #848f9b;
  margin-bottom: 8px;
}

.footer__copy span, .footer__text span {
  font-weight: 400;
}

.footer__text {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}

.application-popup-block {
  position: relative;
  background: #FFF;
  width: 100%;
  max-width: 100%;
}

.application-popup__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px 52px 0px;
}

.application-popup__body {
  padding: 0 0 169px 0;
}

.application-popup__logo img {
      width: auto;
    height: 80px;
}

.application-popup__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0px 7px 32px rgba(71, 71, 71, 0.15);
}

.container-min {
  max-width: 630px;
  padding: 0 15px;
  margin: 0 auto;
}

.application-popup__title {
  margin-bottom: 60px;
}

.application-popup__block-product {
  margin-bottom: 40px;
}

.block-product-popup {
  background: #FFF;
  box-shadow: 0px 7px 32px rgba(71, 71, 71, 0.1);
  border-radius: 15px;
}

.block-product-popup__row {
  display: flex;
  justify-content: space-between;
  padding: 40px 30px 15px;
  margin: 0px -15px;
}

.block-product-popup__column {
  padding: 0px 15px;
}

.block-product-popup__item.item-center {
  display: flex;
  flex-direction: column;
  align-items: center
}

.block-product-popup__item .name {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
  text-align: center;
}

.block-product-popup__item.counting__item {
  margin-bottom: 25px;
}

.application-popup__form p {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 30px;
}

.application-popup__dillers {
  margin-bottom: 60px;
}

.application-form__select {
  margin-bottom: 15px;
}
.application-form__send {
	
font-size: 12px;
}

.select_index {
    border: none;
}



.jq-selectbox {
  width: 100%;
}

.jq-selectbox__select {
  width: 100%;
  padding: 19px 20px;
  border: 2px solid #ECEFF2;
  border-radius: 15px;
  background: #FFFFFF;
  box-shadow: none;
  height: 60px;
  color: #333;
  font-size: 16px;
  line-height: 17px;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
}

.jq-selectbox__select:hover {
   background: none;
   border: 2px solid #000000;
}

.jq-selectbox__select:focus {
  outline: none;
  border: 2px solid #000000;
}

.jq-selectbox__select:active {
  background: #fff;
  box-shadow: none;
  border: 2px solid #000000;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: none;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  background: url("/images/arrow-down.svg") no-repeat;
  top: 50%;
  margin-top: 21.5px;
  right: 20px;
  width: 12px;
  height: 10px;
  border-top: none;
  border-right: none;
  border-left: none;
}

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  background: #FFFFFF;
  box-shadow: 0px 7px 32px rgba(71, 71, 71, 0.15);
  border-radius: 15px;
  border: none;
  top: 60px;
}

.jq-selectbox__dropdown ul{
  /*padding: 10px 0;*/
}

.jq-selectbox li {
  padding: 10px 20px 6px;
}

.jq-selectbox li.selected {
  background: #000000;
  color: #FFF;
}

.jq-selectbox li:hover {
  background: #000000;
  color: #FFF;
}

.jq-selectbox li:hover:nth-child(2) {
  border-radius: 15px 15px 0px 0px;
}

.jq-selectbox li:hover:last-child {
  border-radius: 0px 0px 15px 15px;
}

.jq-selectbox li.selected:nth-child(2) {
  border-radius: 15px 15px 0px 0px;
}

.jq-selectbox li.selected:last-child {
  border-radius: 0px 0px 15px 15px;
}

.js-product-img {

  height: 100px;
}

.application-form__input input {
  display: block;
  background: #FFF;
  border: 2px solid #ECEFF2;
  border-radius: 15px;
  padding: 19px 20px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: 16px;
  color: #333;
  width: 100%;
}


.application-popup__contacts {
  margin-bottom: 48px;
}

.application-form__input {
  margin-bottom: 15px;
}

.application-form__input input:focus {
  border: 2px solid #000000;
}

/* checkbox*/

.application-form__check {
  position: relative;
  transition: all 0.4s ease;
  margin-bottom: 20px;
}

.checkbox__input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
}

.checkbox__label {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #848F9B;
  padding-left: 35px;
  cursor: pointer;
}

.checkbox__label::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: #FFF;
  border: 2px solid #ECEFF2;
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease;
}

.application-form__check:hover .checkbox__label::before {
  border: 2px solid #000000;
  transition: all 0.4s ease;
}

.checkbox__label::after {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background: url("/images/chek.svg") no-repeat;
  background-size: 12.5px 11.25px;
  top: 0;
  left: 7px;
  z-index: 2;
  opacity: 0;
}

.checkbox__input:checked + .checkbox__label::before {
  background: #000000;
  border: 2px solid #000000;
}

.checkbox__input:checked + .checkbox__label::after {
  opacity: 1;
}

.application-form__btn {
  padding: 19px 40px;
}

@media (max-width: 1200px) {
  .first__title {
    font-size: 50px;
    line-height: 55px;
  }
  .header__phone {
    font-size: 20px;
    line-height: 25px;
  }

  .first::after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }

  .first__content {
    z-index: 6;
  }

  .header {
    z-index: 6;
  }
}

@media (max-width: 1100px) {
  .item-block {
    padding: 30px 20px 30px 20px;
  }
}

@media (max-width: 991px) {
  .first__title {
    font-size: 40px;
    line-height: 45px;
  }

  .header {
    margin-bottom: 90px;
    padding: 30px 15px 30px 15px;
  }
  .first {
    height: 600px;
  }

  .calculation-credit {
    padding: 60px 0px 30px 0px;
    overflow: hidden;
  }


  .counting__block-wrap {
    flex-wrap: wrap;
  }

  .counting__item {
    flex: 0 1 50%;
    padding: 0px 15px;
    margin-bottom: 20px;
  }

  .couting__btn {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .couting__btn a {
    width: 100%;
    text-align: center;
  }

  .receive-credit {
    padding: 30px 0px 0px 0px;
  }
  .receive-credit__title {
    margin: 0px 0px 40px 0px;
  }
  .partners {
    padding: 80px 0px 20px 0px;
    overflow: hidden;
  }
  .contacts-section__title {
    margin: 0px 0px 40px 0px;
  }
  .partners__heading {
    margin: 0px 0px 40px 0px;
  }

  .footer {
    padding: 60px 0px 30px 0px;
  }
  .block-product-popup__row {
    padding: 30px 20px 15px;
    margin: 0px -15px;
  }
  .item-block {
    margin-bottom: 30px;
  }

  .contacts-section__item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .header__logo {
    width: 112px;
  }
  
  .application-popup__logo img {
  width: 128px;
}

  .first__title {
    font-size: 30px;
    line-height: 35px;
  }
  .first {
    height: 500px;
  }

  .header {
    margin-bottom: 90px;
    padding: 30px 15px 30px 15px;
  }

  .header__phone {
    display: none;
  }

  .header__phone-img {
    display: block;
  }
  .header__phone-img .svg {
    display: block;
    fill: #fff;
  }


  .block-product-popup__row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 0px 0px;
  }

  .block-product-popup__column {
    padding: 0px 0px 0px 0px;
  }

  .block-product-popup__item {
    flex: 0 1 100%;
    padding: 0px 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .block-product-popup__item .counting__name {
    margin-bottom: 5px;
  }
  .application-popup__body {
    padding: 0 0 60px 0;
  }

  .form-group {
    flex-direction: column;
  }

  .form-col {
    width: 100%;
    margin-bottom: 60px;
  }

  .form-col:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 575px) {
  .header {
    margin-bottom: 37px;
    padding: 16px 0px;
  }
  .first::after {
    background: linear-gradient(36.87deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.37) 100%);
  }

  .first__bg.ibg {
    background-position: -285px;
  }

  .partners .partners-swiper-arrows,
  .calculation-credit .calculation-credit-swiper-arrows {
    display: none;
  }
  .calculation-credit__heading,
  .partners__heading {
    margin: 0px 0px 30px 0px;
  }

  .calculation-credit__radio {
    margin-bottom: 30px;
  }
  .calculation-credit__form {
    padding: 0 0 40px 0;
  }

  .title {
    font-size: 25px;
    line-height: 30px;
  }
  .counting__block-wrap {
    padding: 20px;
  }
  .counting__item {
    flex: 0 1 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  .counting__value {
    font-size: 22px;
    line-height: 24px;
  }

  .counting__name {
    margin-bottom: 0;
  }
  .counting__value-img img {
    width: 90%;
  }
  .couting__btn {
    margin: 20px 0px 20px;
  }

  .application-popup__title {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }

  .application-form__btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .first__bg.ibg {
    background-position: -415px;
  }
}

@media (max-width: 374px) {
  .counting__name {
    font-size: 14px;
    line-height: 14px;
  }
  .counting__value {
    font-size: 18px;
    line-height: 20px;
  }
  .counting__value-img img {
    width: 70%;
  }
}

@media (max-width: 320px) {
  .first__bg.ibg {
    background-position: -467px;
  }
  .first__title {
    font-size: 27px;
    line-height: 32px;
  }
  .first__desc {
    font-size: 16px;
    line-height: 18px;
  }
}

.message {
	margin-top: 20px;
	font-size: 16px;
	color: #50D074;
}