@font-face {
  font-family: 'Nissan Brand';
  src: url('../fonts/NissanBrand-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nissan Brand';
  src: url('../fonts/NissanBrand-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nissan Brand';
  src: url('../fonts/NissanBrand-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

.container {
  width: 1480px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

body {
  font-family: 'Nissan Brand';
}

.btn {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  height: 60px;
  padding: 0 40px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn--orange {
  background-color: #eca549;
}

.btn--orange:hover {
  background-color: #e78e1b;
}

.btn--green {
  background-color: #45b3b1;
}

.btn--green:hover {
  background-color: #378e8d;
}

.btn:disabled {
  background-color: #eee !important;
  color: #000;
  cursor: default;
}

.noUi-handle {
  background-color: #5db5b4;
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
  border: none;
  top: -8px !important;
  box-shadow: none;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none;
}

.ui-slider {
  height: 2px;
  background-color: #5db5b4;
  border: 0;
  box-shadow: none;
  width: 100%;
}

.h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
  z-index: 100;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 30px;
}

.header__logo img {
  display: block;
}

.header-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #808080;
}

.header-tel:hover {
  color: #eca549;
}

.header-tel__icon {
  width: 24px;
  height: 24px;
}

.header-tel__icon img {
  width: 100%;
  height: 100%;
}

.header-tel__num {
  font-size: 25px;
  font-weight: 400;
}

.header-tel-mob {
  display: none;
}

.footer {
  padding: 100px 0;
  background-image: url('../img/bg-footer.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer__inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 30px;
}

.footer__title {
  font-size: 33px;
  color: #fff;
  margin-bottom: 30px;
}

.footer__subtitle {
  font-size: 33px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
}

.footer__r {
  position: relative;
}

.footer__img {
  position: absolute;
  bottom: -100px;
  right: 0;
}

.popup {
  display: none;
  margin: 0 auto;
  padding: 60px 30px;
  background-color: #259494;
  width: 440px;
  max-width: 100%;
  border-radius: 15px;
}

.popup__head {
  margin-bottom: 30px;
}

.popup__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.popup__subtitle {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.popup-info {
  display: none;
  margin: 0 auto;
  padding: 60px 30px;
  background-color: #fff;
  width: 900px;
  max-width: 100%;
}

.popup-info__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}

.popup-info h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.popup-info p {
  font-size: 16px;
  margin-bottom: 15px;
}

.form .formgroup {
  position: relative;
  margin-bottom: 20px;
}

.form label.error {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: tomato;
  width: 100%;
  padding: 0 20px;
}

.form input {
  width: 100%;
  font-size: 18px;
  padding: 15px 30px;
  outline: none;
  border-radius: 30px;
  border: 0;
}

.form button {
  width: 100%;
}

.form .checkbox-privat {
  margin-bottom: 20px;
}

.checkbox-privat {
  display: block;
  position: relative;
}

.checkbox-privat input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-privat input:checked + .checkbox-privat__text:after {
  opacity: 1;
}

.checkbox-privat__text {
  font-size: 14px;
  color: #fff;
  line-height: 1.25;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
}

.checkbox-privat__text .checkbox-link {
  text-decoration: underline;
  color: #f5f6f6;
}

.checkbox-privat__text .checkbox-link:hover {
  text-decoration: none;
}

.checkbox-privat__text:before,
.checkbox-privat__text:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.checkbox-privat__text:before {
  border-radius: 0px;
  border-radius: 4px;
  border: 1px solid #fff;
}

.checkbox-privat__text:after {
  content: '';
  background-image: url('../img/check.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  opacity: 0;
}

.s-main {
  background-color: #f5f6f6;
  overflow: hidden;
  padding: 50px 0;
}

.main {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
}

.main__l {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.main__title {
  font-size: 61px;
  font-weight: bold;
  color: #eca549;
}

.main__subtitle {
  font-size: 33px;
  font-weight: 300;
  color: #000;
  margin-bottom: 60px;
}

.main .note {
  display: none;
  margin-bottom: 50px;
}

.main-img {
  text-align: right;
  position: relative;
}

.main-img__img1 {
  display: block;
  margin-left: -50px;
}

.main-img__img2 {
  position: absolute;
  bottom: 20px;
  right: -200px;
}

.s-note {
  background-color: #fff;
  padding: 60px 0;
}

.note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 130px;
  max-width: 1050px;
}

.note__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
  color: #7b7b7b;
  font-size: 23px;
}

.note__icon {
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.s-calc {
  background-color: #f5f6f6;
  padding: 100px 0 70px 0;
}

.calc-mob-btn {
  display: none;
  padding: 20px 0;
}

.calc {
  display: grid;
  grid-template-columns: auto 360px;
  gap: 50px;
}

.calc__l {
  background-color: #fff;
  border-radius: 30px;
  padding: 100px 60px;
}

.calc__r {
  background-color: #fff;
  border-radius: 30px;
}

.calc__title {
  font-size: 20px;
  color: #7b7b7b;
  margin-bottom: 40px;
}

.calc__subtitle {
  font-size: 18px;
  color: #7c7a93;
  margin-bottom: 20px;
}

.calc__item:not(:last-child) {
  margin-bottom: 40px;
}

.calc__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
  color: #727789;
}

.calc input {
  border: none;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.calc__out {
  border: none;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.calc__slider {
  margin-bottom: 10px;
}

.calc .out-summ {
  width: 140px;
}

.calc .out-term {
  width: 40px;
}

.calc-out {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px;
  height: 100%;
}

.calc-out__item:not(:last-child) {
  margin-bottom: 30px;
}

.calc-out__out {
  font-size: 32px;
  color: #000;
  font-weight: 700;
}

.s-advantage {
  padding: 70px 0 35px 0;
}

.advantage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.advantage__item {
  border-radius: 20px;
  background-color: #f5f6f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  padding: 50px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.advantage__item:hover {
  background-color: #259494;
}

.advantage__item:hover .advantage__discr {
  color: #fff;
}

.advantage__discr {
  font-size: 20px;
  color: #7b7b7b;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.advantage__img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 200px;
  width: 200px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.advantage__img img {
  max-height: 100%;
}

.s-faq {
  padding: 45px 0 90px 0;
}

.faq__title {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 70px;
}

.faq__item {
  border-bottom: 3px solid #f5f5f5;
  font-size: 20px;
  cursor: pointer;
}

.faq__item.active .faq__head {
  background-color: #f5f5f5;
}

.faq__head {
  padding: 60px 50px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq__body {
  padding: 60px 100px;
  font-weight: 400;
  display: none;
}

.s-end {
  padding: 310px;
}

@media screen and (max-width: 1400px) {
  .main-img__img1 {
    width: 500px;
  }

  .main-img__img2 {
    width: 350px;
    right: -30px;
  }
}

@media screen and (max-width: 1199px) {
  .footer__subtitle {
    font-size: 24px;
  }

  .main__title {
    font-size: 42px;
  }

  .main__subtitle {
    font-size: 24px;
  }

  .note {
    gap: 30px;
  }
}

@media screen and (max-width: 991px) {
  .header .btn {
    display: none;
  }

  .note__item {
    font-size: 18px;
  }

  .note__icon {
    width: 40px;
    height: 40px;
  }

  .s-calc {
    padding: 30px 0;
  }

  .calc-mob-btn {
    display: block;
  }

  .calc {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .calc__l {
    padding: 60px 30px 20px;
    border-radius: 20px 20px 0 0;
  }

  .calc__r {
    padding: 20px 30px 20px;
    border-radius: 0 0 20px 20px;
  }

  .calc-out {
    padding: 0;
  }

  .calc-out__item .btn {
    display: none;
  }

  .advantage {
    gap: 30px;
  }

  .advantage__item {
    gap: 20px;
    padding: 30px 30px;
  }

  .advantage__discr {
    font-size: 16px;
  }

  .advantage__img {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 769px) {
  .btn {
    font-size: 18px;
    height: 50px;
    padding: 0 30px;
  }

  .header {
    position: fixed;
    box-shadow: 0px 4px 5px 0px rgba(34, 60, 80, 0.2);
    padding: 15px 0;
  }

  .header__logo {
    width: 100px;
  }

  .header-tel__num {
    font-size: 18px;
  }

  .footer {
    padding: 50px 0;
  }

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

  .footer__img {
    display: none;
  }

  .popup-info {
    padding: 50px 20px;
  }

  .s-main {
    padding: 100px 0 50px 0;
  }

  .main__title {
    font-size: 36px;
  }

  .main__subtitle {
    font-size: 18px;
  }

  .main-img__img2 {
    right: -30px;
    bottom: -20px;
  }

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

  .faq__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .faq__item {
    font-size: 18px;
  }

  .faq__head {
    padding: 30px 20px;
  }

  .faq__body {
    padding: 30px 40px;
  }
}

@media screen and (max-width: 575px) {
  .header {
    padding: 10px 0;
  }

  .header-tel__icon {
    background-color: #eca549;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .header-tel__icon img {
    width: 60%;
    height: 60%;
  }

  .header-tel__num {
    display: none;
  }

  .header-tel-desc {
    display: none;
  }

  .header-tel-mob {
    display: block;
  }

  .footer__title {
    font-size: 22px;
  }

  .footer__subtitle {
    font-size: 18px;
  }

  .footer__btn .btn {
    width: 100%;
    max-width: 400px;
  }

  .popup {
    padding: 40px 20px;
  }

  .form input {
    font-size: 16px;
  }

  .s-main {
    padding: 80px 0 30px 0;
  }

  .main {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .main__l {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    background-color: #fff;
    margin: 0 -15px;
    padding: 30px 15px;
  }

  .main__title {
    font-size: 30px;
  }

  .main__subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .main__btn .btn {
    width: 100%;
  }

  .main__r {
    background-color: #f5f6f6;
    margin: 0 -15px;
    padding: 0 15px;
  }

  .main .note {
    display: grid;
  }

  .main-img__img1 {
    margin-left: 0;
  }

  .main-img__img2 {
    width: 70%;
    bottom: 0;
    right: -20px;
  }

  .s-note {
    display: none;
  }

  .note {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .note__item {
    gap: 15px;
    font-size: 16px;
  }

  .note__icon {
    width: 30px;
    height: 30px;
  }

  .calc-mob-btn .btn {
    width: 100%;
  }

  .calc__l {
    border-radius: 15px 15px 0 0;
    padding: 40px 30px 10px;
  }

  .calc__r {
    border-radius: 0 0 15px 15px;
    padding: 10px 30px 20px;
  }

  .calc__title {
    margin-bottom: 20px;
    font-size: 18px;
  }

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

  .calc__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .calc__label {
    font-size: 12px;
  }

  .calc input {
    font-size: 18px;
  }

  .calc__out {
    font-size: 18px;
  }

  .calc .out-summ {
    width: 110px;
  }

  .calc .out-term {
    width: 30px;
  }

  .calc-out__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .calc-out__out {
    font-size: 18px;
  }

  .s-advantage {
    padding: 30px 0;
  }

  .advantage__item {
    border-radius: 15px;
  }

  .s-faq {
    padding: 30px 0;
  }

  .faq__title {
    font-size: 22px;
  }

  .faq__item {
    font-size: 16px;
  }

  .faq__head {
    padding: 20px 20px;
  }

  .faq__body {
    padding: 10px 30px;
  }
}

@media screen and (max-width: 400px) {
  .advantage__discr {
    font-size: 14px;
  }

  .advantage__img {
    width: 80px;
    height: 80px;
  }
}