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, dl, dt, dd, ol, nav ul, nav 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;
}

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

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

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

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

input[type=submit] {
  -webkit-appearance: none;
}

img {
  border: 0;
  max-width: 100%;
  display: block;
}

ul {
  margin-bottom: 20px;
}
ul li {
  background: url("../img/li-bg.svg") no-repeat 0 3px;
  padding-left: 25px;
  margin-bottom: 10px;
}
ul li:last-child {
  margin-bottom: 0;
}

input, textarea, select {
  outline: none;
}

textarea {
  resize: none;
  overflow: hidden;
}

a {
  color: #008fff;
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #008fff;
  -webkit-transition: all 0.2s ease 0.05s;
  transition: all 0.2s ease 0.05s;
}

a:active,
a:focus,
a:focus-within,
a:target,
a:visited,
a:focus-visible {
  outline: none;
}

hr {
  margin: 0;
  height: 0;
}

textarea, input[type=text], input[type=button], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

p {
  line-height: 1.4;
  margin-bottom: 22px;
}

button:focus {
  outline: 0;
}

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

sup {
  font-size: 75%;
  top: -0.5em;
  position: relative;
}

.c-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 577px) {
  .c-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .c-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .c-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .c-container {
    max-width: 1140px;
  }
}
@media (min-width: 1340px) {
  .c-container {
    max-width: 1300px;
    padding-right: 0;
    padding-left: 0;
  }
}

.c-container-fluid {
  max-width: 2560px;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@font-face {
  font-display: swap;
  font-family: "Suzuki Pro";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/suzuki-pro-regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Suzuki Pro";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/suzuki-pro-bold.woff2") format("woff2");
}
body {
  font-family: "Suzuki Pro", sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: auto;
  margin: 0 auto;
  background-color: #f3f3f3;
  color: #242424;
  line-height: normal;
  max-width: 2560px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
}

sup {
  font-size: 75%;
}

picture {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

strong {
  font-weight: 700;
}

a {
  color: inherit;
  transition: 0.25s;
}
a:hover {
  color: #DB0E16;
  transition: 0.25s;
}

.section-title {
  font-size: 40px;
  margin-bottom: 25px;
}
@media (max-width: 1499px) {
  .section-title {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .section-title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 25px;
  }
}

.section-subtitle {
  font-size: 26px;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .section-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .section-subtitle {
    font-size: 20px;
  }
}

.page-form__title {
  font-size: 36px;
  margin-bottom: 30px;
}
.page-form__subtitle {
  margin-bottom: 30px;
  flex-grow: 1;
}
@media (max-width: 1399px) {
  .page-form__title {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .page-form__title {
    font-size: 25px;
  }
}

.page-btn {
  position: relative;
  color: #2F3738;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 10px 40px;
  min-height: 52px;
  outline: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 14px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
}
@media (max-width: 991px) {
  .page-btn {
    font-size: 15px;
    min-height: 52px;
  }
}
@media (max-width: 576px) {
  .page-btn {
    font-size: 14px;
    min-height: 48px;
  }
}
.page-btn._small {
  min-height: 50px;
  font-size: 16px;
}
.page-btn._transparent {
  border-color: #4893CC;
  color: #1B1D21;
  background-color: transparent;
}
.page-btn._transparent:hover {
  color: #fff;
  background-color: #525266;
  border-color: #525266;
}
.page-btn._dark {
  border-color: #1B1D21;
  background-color: #1B1D21;
  color: #fff;
}
.page-btn._blue {
  border-color: #4893CC;
  background-color: #4893CC;
  color: #fff;
}
.page-btn._white {
  background-color: #fff;
  border-color: #fff;
  color: #4893CC;
}
.page-btn._white:hover {
  color: #fff;
  background-color: #525266;
  border-color: #525266;
}
.page-btn._red {
  background-color: #ca0010;
  color: #fff;
}
.page-btn:hover {
  background-color: #ad0007;
  border-color: #ad0007;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

._nowrap {
  white-space: nowrap;
}

._uppercase {
  text-transform: uppercase;
}

._text-white {
  color: #fff;
}

._text-grey1 {
  color: #BDBDBD;
}

._text-grey2 {
  color: #828282;
}

._text-blue {
  color: #1A476F;
}

._text-red {
  color: #ca0010;
}

._weight-300 {
  font-weight: 300;
}

._weight-700 {
  font-weight: 700;
}

._strong {
  font-weight: 600;
}

._text-center {
  text-align: center;
}

._rel {
  position: relative;
}

._w100 {
  width: 100%;
}

._fz60 {
  font-size: 60px;
}
@media (max-width: 1499px) {
  ._fz60 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  ._fz60 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  ._fz60 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  ._fz60 {
    font-size: 28px;
  }
}

._fz48 {
  font-size: 48px;
}
@media (max-width: 1499px) {
  ._fz48 {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  ._fz48 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  ._fz48 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  ._fz48 {
    font-size: 25px;
  }
}

._fz32 {
  font-size: 32px;
}
@media (max-width: 1399px) {
  ._fz32 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  ._fz32 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  ._fz32 {
    font-size: 21px;
  }
}

._fz26 {
  font-size: 26px;
}
@media (max-width: 1399px) {
  ._fz26 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  ._fz26 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  ._fz26 {
    font-size: 20px;
  }
}

._fz24 {
  font-size: 24px;
}
@media (max-width: 1399px) {
  ._fz24 {
    font-size: 21px;
  }
}

._fz20 {
  font-size: 20px;
}
@media (max-width: 1399px) {
  ._fz20 {
    font-size: 18px;
  }
}

._fz18 {
  font-size: 18px;
}
@media (max-width: 1399px) {
  ._fz18 {
    font-size: 16px;
  }
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label,
input[type=checkbox] + span {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
input[type=checkbox] + label:before,
input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid rgba(34, 34, 34, 0.5);
  flex-shrink: 0;
}
input[type=checkbox] + label:hover:before,
input[type=checkbox] + span:hover:before {
  border-color: #222;
}

input[type=checkbox]:checked + span:before,
input[type=checkbox]:checked + label:before {
  background-color: #DB0E16;
  border-color: #222;
  background-image: url("../img/ico-check.svg");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (min-width: 500px) {
  ._show-499 {
    display: none !important;
  }
}
@media (max-width: 499px) {
  ._hide-499 {
    display: none !important;
  }
}
@media (min-width: 577px) {
  ._show-576 {
    display: none !important;
  }
}
@media (max-width: 576px) {
  ._hide-576 {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._show-767 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._hide-767 {
    display: none !important;
  }
}
@media (min-width: 992px) {
  ._show-991 {
    display: none !important;
  }
}
@media (max-width: 991px) {
  ._hide-991 {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  ._show-1199 {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  ._hide-1199 {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  ._show-1299 {
    display: none !important;
  }
}
@media (max-width: 1299px) {
  ._hide-1299 {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .toTop {
    position: fixed;
    right: 100px;
    bottom: 100px;
    cursor: pointer;
    z-index: 50;
    display: none;
    border-radius: 50%;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .toTop:hover {
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .toTop:hover svg circle {
    fill: transparent;
  }
  .toTop.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 991px) {
  .toTop.active {
    height: 0;
    width: 0;
    display: none;
  }
}
body.overflow {
  height: 100vh;
  overflow: hidden;
}

@media (min-width: 620px) {
  .modal-dialog.modal-sm {
    width: 630px;
  }
}
.modal {
  overflow: hidden;
  opacity: 0;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.6);
}
.modal .close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  opacity: 0.6;
  transition: 0.25s;
}
.modal .close:hover {
  opacity: 1;
  transition: 0.25s;
}
.modal-dialog {
  display: flex;
  position: absolute;
  left: 50%;
  top: -100%;
  transform: translateX(-50%);
  height: auto;
  width: calc(100vw - 30px);
  background-color: #fff;
  transition: 0.25s;
}
@media (min-width: 1150px) {
  .modal-dialog {
    max-width: 1000px;
    width: 100%;
  }
}
.modal.modal-open {
  display: block;
  overflow: visible;
  opacity: 1;
  z-index: 100;
  transition: 0.25s;
}
.modal.modal-open .modal-dialog {
  top: 75px;
  border-radius: 3px;
  transition: 0.25s ease-in-out;
  transition-delay: 0.25s;
}
@media (max-width: 1399px) {
  .modal.modal-open .modal-dialog {
    top: 60px;
  }
}
@media (max-width: 576px) {
  .modal.modal-open .modal-dialog {
    justify-content: center;
  }
}
.modal.modal-open .modal-dialog.modal-sm {
  top: 40%;
  transform: translate(-50%, -50%);
}
.modal-image {
  flex-shrink: 0;
  max-width: 50%;
}
@media (max-width: 576px) {
  .modal-image {
    display: none;
  }
}
.modal-image img {
  border-radius: 3px 0 0 3px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.modal-logo {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.modal-logo ._dealer {
  font-size: 12px;
  color: #888;
  padding-left: 20px;
  width: 150px;
}
.modal-button {
  display: flex;
  justify-content: center;
  position: relative;
}
.modal-button button:disabled {
  transition: none;
}
.modal-button button:disabled:after, .modal-button button:disabled:before {
  display: none;
}
.modal-form {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .modal-form {
    margin-top: 10px;
  }
}
.modal-form--wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.modal-input {
  width: 100%;
}
.modal-input input {
  width: 100%;
  border: 1px solid rgba(34, 34, 34, 0.3);
  padding: 16px 15px;
  border-radius: 3px;
  background-color: #fff;
  color: #222;
  font-size: 16px;
  transition: 0.25s;
}
@media (max-width: 991px) {
  .modal-input input {
    padding: 16px 15px;
  }
}
.modal-input input:hover, .modal-input input:focus {
  border-color: #222222;
  transition: 0.25s;
}
.modal-input input::placeholder {
  color: rgba(34, 34, 34, 0.5);
  transition: 0.25s;
}
.modal-input input.error {
  border-color: red;
}
.modal-input--label {
  font-size: 14px;
  margin-bottom: 6px;
}
.modal-check {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  font-weight: 300;
  margin-top: 16px;
}
@media (max-width: 576px) {
  .modal-check {
    font-size: 12px;
  }
}
.modal-check.trembling {
  animation: 1.2s ease-in-out 0s normal none running trembling-animation;
}

.js-btn-submit.js-disabled:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
}

.label-agreement {
  display: flex;
  align-items: flex-start;
  opacity: 0.8;
}

@keyframes trembling-animation {
  0%, 50%, 100% {
    transform: scale(1);
  }
  10%, 30% {
    transform: scale(1.1);
  }
  20%, 40% {
    transform: scale(1);
  }
}
/*start menu-top*/
@media (max-width: 1199px) {
  body.menu-show {
    overflow: hidden;
  }
  body.menu-show .menu-top--nav {
    height: calc(100vh - 50px);
    right: 0;
    overflow-y: auto;
    transition: 0.25s;
  }
  body.menu-show .menu-top--nav-overlay:before {
    width: calc(100vw - 350px);
    transition: 0.3s;
    transition-delay: 0.2s;
  }
  body.menu-show .menu-top {
    background-color: #222;
  }
  body.menu-show .menu-top--mobile-phone svg path,
  body.menu-show .menu-open svg path {
    fill: #fff;
  }
  body.menu-show .menu-top--logo ._dealer span {
    color: #fff;
  }
}
.menu-top {
  height: 80px;
  background: #fff;
  padding: 0 30px;
  position: fixed;
  width: 100vw;
  z-index: 20;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  transition: 0.15s;
}
.menu-top.menu-shrink {
  color: #fff;
  height: 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  background-color: #222;
  transition: 0.4s;
}
@media (max-width: 1199px) {
  .menu-top.menu-shrink {
    height: 50px;
  }
}
.menu-top.menu-shrink .menu-top--nav-links .menu-link {
  color: #fff;
}
.menu-top.menu-shrink .menu-top--nav-links .menu-link:hover {
  color: #DB0E16;
}
.menu-top.menu-shrink .menu-top--contacts-phone svg path {
  fill: #fff;
  transition: 0.25s;
}
.menu-top.menu-shrink .menu-top--contacts-phone:hover svg path {
  fill: #DB0E16;
}
@media (max-width: 1199px) {
  .menu-top {
    height: 50px;
    padding: 0 15px;
  }
}
@media (max-width: 576px) {
  .menu-top {
    padding: 0 5px 0 15px;
  }
}

.menu-top--wrap {
  width: 100%;
  max-width: 1300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  transition: 0.25s;
}
@media (max-width: 1399px) {
  .menu-top--wrap {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .menu-top--wrap {
    align-items: center;
  }
}

.menu-top--logo {
  display: flex;
  align-items: center;
}
.menu-top--logo img {
  width: 90px;
  transition: 0.25s;
}
@media (max-width: 1199px) {
  .menu-top--logo {
    flex-grow: 1;
    justify-content: center;
  }
  .menu-top--logo img {
    width: 60px;
  }
}
@media (max-width: 576px) {
  .menu-top--logo {
    justify-content: flex-start;
  }
}
.menu-top--logo ._dealer {
  display: flex;
  flex-direction: column;
  margin-left: 25px;
}
.menu-top--logo ._dealer span {
  font-size: 16px;
  font-weight: 300;
}
.menu-top--logo ._dealer small {
  font-size: 10px;
  color: #888;
}
@media (max-width: 1199px) {
  .menu-top--logo ._dealer {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 180px;
    margin-left: 10px;
  }
}
@media (max-width: 576px) {
  .menu-top--logo ._dealer span {
    font-size: 14px;
  }
}
@media (max-width: 359px) {
  .menu-top--logo ._dealer {
    width: 150px;
  }
}

.menu-top.menu-shrink .menu-top--logo img {
  width: 60px;
}
.menu-top.menu-shrink .menu-top--logo ._dealer strong {
  font-size: 14px;
}
.menu-top.menu-shrink .menu-top--button svg {
  width: 40px;
}

.menu-top--nav {
  flex-grow: 1;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .menu-top--nav {
    height: calc(100vh - 50px);
    background-color: #222;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: -200%;
    top: 50px;
    width: 350px;
    z-index: 11;
    padding: 30px 20px 20px 20px;
    margin: 0;
    transition: 0.25s;
  }
  .menu-top--nav.active {
    right: 0;
    transition: 0.25s;
  }
}
@media (max-width: 399px) {
  .menu-top--nav {
    width: 100vw;
  }
}

@media (max-width: 1199px) {
  .menu-top--nav-overlay:before {
    height: calc(100vh - 50px);
    background: linear-gradient(101.43deg, rgba(0, 0, 0, 0.24) -5.15%, rgba(0, 0, 0, 0.04) 104.36%);
    backdrop-filter: blur(8px);
    content: "";
    position: fixed;
    width: 0;
    right: 350px;
    top: 50px;
  }
}
@media (max-width: 399px) {
  .menu-top--nav-overlay:before {
    display: none;
  }
}

.menu-top--nav-links {
  display: flex;
  align-self: center;
  justify-content: center;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .menu-top--nav-links {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #BDBDBD;
  }
}
.menu-top--nav-links .menu-link {
  padding: 5px 0;
  margin: 0 40px;
  color: #242424;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  transition: 0.25s;
}
@media (max-width: 1599px) {
  .menu-top--nav-links .menu-link {
    margin: 0 20px;
  }
}
@media (max-width: 1399px) {
  .menu-top--nav-links .menu-link {
    font-size: 18px;
    margin: 0 15px;
  }
}
@media (max-width: 1199px) {
  .menu-top--nav-links .menu-link {
    padding: 15px 0;
    margin: 0;
    font-size: 18px;
    color: #fff;
  }
}
.menu-top--nav-links .menu-link:hover, .menu-top--nav-links .menu-link.active {
  color: #DB0E16;
}

.menu-top--nav-title {
  display: none;
}
@media (max-width: 599px) {
  .menu-top--nav-title {
    display: inline-flex;
    margin-bottom: 16px;
  }
}

@media (max-width: 1199px) {
  .menu-top--nav-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menu-top--nav-buttons .page-btn {
    margin-bottom: 25px;
    width: 100%;
  }
  .menu-top--nav-buttons .page-btn:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  .menu-top--nav-buttons {
    justify-content: center;
  }
}

.menu-top--contacts {
  margin-right: 20px;
}
.menu-top--contacts-phone {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.menu-top--contacts-phone svg {
  margin-right: 8px;
}
.menu-top--contacts-phone svg path {
  transition: 0.25s;
}
.menu-top--contacts-phone:hover svg path {
  fill: #DB0E16;
}
@media (max-width: 1199px) {
  .menu-top--contacts {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .menu-top--contacts-phone {
    color: #fff;
    text-indent: 0;
    width: 100%;
    background: none;
    font-size: 20px;
    text-align: center;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .show-mob,
  .js-mob-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .show-mob,
  .js-mob-btn {
    display: inline-flex;
  }
}

@media (max-width: 1199px) {
  .js-mob-btn {
    width: 45px;
    height: 45px;
    padding: 12px;
  }
  .js-mob-btn .menu-open,
  .js-mob-btn .menu-close {
    display: none;
  }
  .js-mob-btn .menu-open.active,
  .js-mob-btn .menu-close.active {
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  body.menu-show {
    overflow: hidden;
  }
  body.menu-show .menu-top--nav {
    right: 0;
    overflow-y: auto;
    height: calc(100vh - 50px);
    transition: 0.25s;
  }
  body.menu-show .menu-top--nav-overlay:before {
    width: calc(100vw - 350px);
    transition: 0.3s;
    transition-delay: 0.2s;
  }
}
.menu-top--button {
  display: flex;
}
.menu-top--button svg {
  display: block;
  width: 50px;
  transition: 0.25s;
}
.menu-top--button svg path {
  transition: 0.25s;
}
.menu-top--button:hover svg path {
  fill: #ad0007;
}
@media (max-width: 1199px) {
  .menu-top--button {
    margin-bottom: 30px;
  }
}

.menu-top--mobile-phone {
  display: none;
}
@media (max-width: 1199px) {
  .menu-top--mobile-phone {
    display: flex;
    padding: 10px;
  }
  .menu-top--mobile-phone svg {
    height: 25px;
    width: 100%;
  }
}

.menu-top--image {
  margin-right: 8px;
}
.menu-top--image img {
  max-height: 35px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .menu-top--image {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .menu-top--image {
    order: -1;
  }
}
@media (max-width: 576px) {
  .menu-top--image {
    display: none;
  }
}

.menu-top.menu-shrink .menu-top--mobile-phone svg path,
.menu-top.menu-shrink .menu-open svg path {
  fill: #fff;
}

/*end menu-top*/
/*start section-top*/
.section-top {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .section-top {
    margin-top: 50px;
  }
}
/*
@media (max-width: 576px) {
  .section-top:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, #0B0B0B 0%, rgba(61, 61, 61, 0) 100%);
    content: "";
    z-index: 1;
  }
}
*/
.section-top .img-top {
  min-height: 420px;
  object-fit: cover;
  object-position: 20% 50%;
}
@media (max-width: 576px) {
  .section-top .img-top {
    min-height: inherit;
  }
}

.section-top__point {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.section-top__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  left: calc(50% - 640px);
  top: 0;
  height: 100%;
  padding: 50px 15px;
  z-index: 2;
}
@media (max-width: 1340px) {
  .section-top__wrap {
    left: calc(50% - 550px);
  }
}
@media (max-width: 1199px) {
  .section-top__wrap {
    left: calc(50% - 460px);
  }
}
@media (max-width: 991px) {
  .section-top__wrap {
    left: 27px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .section-top__wrap {
    left: 15px;
    padding: 15px 15px 100px;
  }
}
@media (max-width: 576px) {
  .section-top__wrap {
    top: 0;
    padding: 50px 0 0 0;
    justify-content: flex-start;
    width: calc(100% - 30px);
    z-index: 2;
    color: #fff;
  }
}

.section-top__text {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 576px) {
  .section-top__text {
    max-width: inherit;
    display: none;

  }
}

.section-top__title {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1399px) {
  .section-top__title {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .section-top__title {
    font-size: 27px;
  }
}
@media (max-width: 991px) {
  .section-top__title {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .section-top__title {
    font-size: 21px;
    display: block;
    text-align: center;
  }
}
.section-top__title span:last-child {
  padding-bottom: 7px;
  border-bottom: 3px solid #CA0010;
}

.section-top__subtitle {
  font-size: 19px;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .section-top__subtitle {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .section-top__subtitle {
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
  }
}

.section-top__button {
  margin: 20px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .section-top__button__phone {
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
}

/*end section-top*/
/*start models*/
section.models {
  padding: 80px 0 50px;
}
@media (max-width: 1399px) {
  section.models {
    padding: 60px 0 40px;
  }
}
@media (max-width: 576px) {
  section.models {
    padding: 40px 0 30px;
  }
}

.models-card {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .models-card {
    flex-direction: column;
    padding: 25px 0;
  }
}
@media (max-width: 499px) {
  .models-card {
    align-items: flex-start;
  }
}

.models-card__image {
  position: relative;
  background: url("../img/models-triangle.svg") no-repeat 0 100%;
  padding: 70px 70px 0 70px;
  cursor: pointer;
  max-width: 55%;
  min-width: 400px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .models-card__image {
    min-width: unset;
    max-width: unset;
    background: none;
    padding: 40px 0 0 0;
  }
}
.models-card__image ._background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.models-card__image ._image {
  position: relative;
}

.models-card__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.models-card__info ._title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .models-card__info ._title {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .models-card__info ._title {
    font-size: 20px;
  }
}
.models-card__info ._profit {
  font-size: 24px;
  position: relative;
}
.models-card__info ._profit:before {
  content: "";
  height: 3px;
  width: 82px;
  background: #CA0010;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: 0.25s;
}
@media (max-width: 1399px) {
  .models-card__info ._profit {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .models-card__info ._profit {
    font-size: 16px;
  }
}
.models-card__info ._profit._long:before {
  width: 100%;
}
.models-card__info ._profit big,
.models-card__info ._profit ._big {
  font-size: 1.3em;
}
.models-card__info ._dop-profit {
  padding: 25px 0 0 0;
  margin: 0;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  max-width: 360px;
}
@media (max-width: 576px) {
  .models-card__info ._dop-profit {
    font-size: 15px;
    max-width: calc(100vw - 30px);
  }
}

.models-card__info__body {
  overflow: hidden;
}

.models-card__info__footer {
  width: 280px;
}
@media (max-width: 389px) {
  .models-card__info__footer {
    width: calc(100vw - 30px);
  }
}

.models-card__slider {
  width: 100%;
  max-width: 360px;
  margin: 25px 0 15px 0;
  position: relative;
}
.models-card__slider img {
  border-radius: 3px;
}

.models-card:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .models-card:nth-child(odd) {
    flex-direction: column;
  }
}
.models-card:nth-child(odd) .models-card__image {
  background-position: 100% 100%;
}

.models-card .shock-price {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
.models-card .shock-price span {
  padding: 5px 15px;
  border-radius: 3px;
  background-color: #ca0010;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .models-card .shock-price span {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .models-card .shock-price span {
    font-size: 14px;
  }
}

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
}

.fancybox-thumbs__list {
  margin: 0 auto;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}

.models-card__slider .owl-stage-outer {
  margin-left: -40px;
}

/*end models*/
/*start promotion*/
section.promotion {
  padding: 50px 0 100px;
}
@media (max-width: 1399px) {
  section.promotion {
    padding: 40px 0 80px;
  }
}
@media (max-width: 576px) {
  section.promotion {
    padding: 30px 0 60px;
  }
}

.promotion-wrap {
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .promotion-wrap {
    flex-direction: column;
  }
}

.promotion__image,
.promotion__form {
  width: 50%;
}
@media (max-width: 767px) {
  .promotion__image,
  .promotion__form {
    width: 100%;
  }
}

.promotion__image img {
  height: 100%;
  object-fit: cover;
}

.promotion__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 60px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1199px) {
  .promotion__form {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .promotion__form {
    padding: 15px 15px 25px 15px;
  }
}
.promotion__form .feedback-form {
  max-width: 300px;
}
@media (max-width: 767px) {
  .promotion__form .feedback-form {
    max-width: inherit;
  }
}

.promotion__title {
  font-size: 40px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1499px) {
  .promotion__title {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .promotion__title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .promotion__title {
    font-size: 25px;
  }
}

.promotion__subtitle {
  font-size: 18px;
  margin-bottom: 25px;
}
@media (max-width: 1499px) {
  .promotion__subtitle {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .promotion__subtitle {
    font-size: 16px;
  }
}

.promotion.promotion-offer {
  padding: 50px 0;
}
@media (max-width: 1399px) {
  .promotion.promotion-offer {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .promotion.promotion-offer {
    padding: 30px 0;
  }
}
.promotion.promotion-offer .promotion-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .promotion.promotion-offer .promotion-wrap:before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .promotion.promotion-offer .promotion-wrap:before {
    height: 60%;
    top: inherit;
    bottom: 0;
  }
}
@media (max-width: 499px) {
  .promotion.promotion-offer .promotion-wrap:before {
    height: 65%;
  }
}
@media (max-width: 349px) {
  .promotion.promotion-offer .promotion-wrap:before {
    height: 70%;
  }
}
@media (max-width: 767px) {
  .promotion.promotion-offer .promotion-wrap {
    flex-direction: column;
  }
}
.promotion.promotion-offer .promotion__image {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .promotion.promotion-offer .promotion__image {
    padding-right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .promotion.promotion-offer .promotion__image {
    position: relative;
    transform: none;
    padding: 0 0 20px;
  }
}
.promotion.promotion-offer .promotion__image img {
  object-fit: contain;
  height: auto;
  position: relative;
}

/*end promotion*/
/*start map*/
.section-map {
  height: 700px;
  position: relative;
}
@media (max-width: 1199px) {
  .section-map {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .section-map {
    height: auto;
  }
}
.section-map .map-area {
  height: 700px;
  filter: grayscale(1);
}
@media (max-width: 1199px) {
  .section-map .map-area {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .section-map .map-area {
    height: 350px;
  }
}
.section-map .map-area--iframe {
  height: 100%;
}
.section-map .map-info {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  border-radius: 4px;
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: 50% 40%;
  padding: 35px 60px;
  z-index: 10;
  width: 400px;
}
@media (max-width: 991px) {
  .section-map .map-info {
    position: static;
    transform: none;
    width: 100%;
    padding: 35px 15px;
  }
}
.section-map .map-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-map .map-info--logo {
  margin-bottom: 25px;
}
.section-map .map-info--logo img {
  object-fit: contain;
}
.section-map .map-info--address {
  margin-bottom: 25px;
  text-align: center;
}
.section-map .map-info--button {
  width: 100%;
}
.section-map .map-info .label-agreement {
  font-size: 12px;
}

#wrapMap {
  position: relative;
  cursor: help;
  overflow: hidden;
}
#wrapMap .mapTitle {
  position: absolute;
  z-index: 1000;
  display: none;
  padding: 5px 20px;
  border-radius: 5px;
  background: #fefefe;
}

/*end map*/
/*start footer*/
.footer {
  padding: 20px 0;
  font-weight: 500;
  background-color: #222;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.footer ._offer {
  font-size: 16px;
  margin-bottom: 0;
}

.footer__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

/*end footer*/

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