x/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/* ------------ *Default ------------- */
/* Flex Class */
.fx-column {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.flex-center {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;}
.fx-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.align-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.align-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.align-end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.fx-start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.fx-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.fx {display: -webkit-box;display: -ms-flexbox;display: flex;}
.fx-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}
/* Flex Class End */

/* Reserved Class */
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.no-scroll {position: fixed;top: 0;left: 0;right: 0;}
.symbol-rub {font-family: -apple-system,system-ui,Arial,Helvetica,sans-serif;}
.text-crop {white-space: nowrap;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;}


.height-max {height: 100%;}
/* Reserved Class End*/

/* Style Default*/
a, button, .speed {-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
button {border: 0;padding: 0;cursor: pointer;background: none;}
* {-webkit-box-sizing: border-box;box-sizing: border-box;}
* {outline: none;caret-color: transparent;}
/* Style Default End */

/* Grid */
.container {max-width: 100% !important;}
.row {margin-left: -12px;margin-right: -12px;}
.row [class*='col-'] {padding: 0 12px;}
/* Grid END */

body {
  color: #252728;
  font-size: 14px;
  background: #fff;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.btn {
  height: 48px;
  padding: 0 32px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.btn--primary {
  color: #fff;
  background: #da2128;
}

.btn:hover {
  background: #bc191f;
}

.btn--second {
  color: #fff;
  border: 1px solid #fff;
}

.btn--second:hover {
  color: #252728;
  background: #fff;
}

.btn--second-dark {
  color: #252728;
  border-color: #e0e0e0;
}

.btn--second-dark:hover {
  color: #fff;
  background: #252728;
}

/* Title */

.title {
  margin-bottom: 40px;
}

.title--mb {
  margin-bottom: 20px;
}

.title h1, .title h2 {
  line-height: 1.5313;
}

/* Paragraph */

.paragraph {
  font-size: 16px;
  line-height: 1.5;
}

.paragraph p+p {
  margin-top: 24px;
}

/* Swiper arrow */

.swiper-button-arrow {
  z-index: 1;
  color: #fff;
  width: 56px;height: 56px;
}

.swiper-button-arrow:after {
  display: none;
}

.swiper-button-arrow--dark {
  color: #bbc0c0;
}

.swiper-button-arrow:hover {
  color: #da2128;
}

.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}

/* Swiper dots */

.swiper-pagination-bullet {
  background: #fff;
  border-radius: 50%;
  opacity: 1 !important;
  width: 5px;height: 5px;
  margin: 0 5px !important;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.swiper-pagination-bullet-active {
  background: #da2128;
}

/* Form */

.form__inner {
  margin-bottom: 32px;
}

.form__name,
.form__field,
.form__field input,
.form__field select,
.form__field textarea {
  width: 100%;
  display: block;
}

.form__field {
  margin-bottom: 32px;
}

.form__field--indent {
  margin-top: 32px;
}

.form__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 32px;
}

.form__title-link {
  color: #da2128;
  font-size: 12px;
  font-weight: 600;
}

.form__title-link svg {
  margin-right: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form__title-link:hover {
  text-decoration: underline;
}

.form__name {
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 8px;
}

.form__field input,
.form__field select,
.form__field textarea {
  color: #252728;
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #e0e0e0;
  font-family: 'Montserrat', sans-serif;
}

.form__field input,
.form__field select {
  height: 50px;
  line-height: 50px;
}

.form__field textarea {
  resize: none;
  height: 104px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.select {
  position: relative;
}

.select:after {
  top: 50%;right: 12px;
  pointer-events: none;
  width: 24px;height: 24px;
  background: url(../img/svg/i-arrow-select.svg) center/contain no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Check */

.check__item {
  cursor: pointer;
}

.check__item:not(:last-child) {
  margin-bottom: 24px;
}

.check__item input {
  display: none;
}

.check__mark {
  top: -3px;
  margin-right: 15px;
  position: relative;
  width: 24px;height: 24px;
  border: 1px solid #252728;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.check__mark:before {
  opacity: 0;
  top: 0;left: 0;right: 0;bottom: 0;
  background: url(../img/svg/i-check.svg) center no-repeat;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.check__item input:checked + .check__mark {
  background: #da2128;
  border-color: #da2128;
}

.check__item input:checked + .check__mark:before {
  opacity: 1;
}

.check__text {
  color: #1c1c1c;
  font-weight: 500;
}

.check__text a {
  color: #3053b9;
}

.check__text a:hover {
  text-decoration: underline;
}

/* Phone namber */

.iti--separate-dial-code .iti__selected-flag {
  background: transparent !important;
}

.iti__flag-container {
  top: -1px;
}

.form__field .iti {
  width: 100%;
}

.iti__country-list {
  color: #000;
}

.iti__flag {
  background-image: url(../libs/phoneNumber/img/flags.png);
}

.iti__selected-dial-code {
  display: none;
}

.phone-number {
  padding-left: 52px !important;
}

/* List */

.list-default li {
  position: relative;
}

.list-default>li {
  padding-left: 24px;
}

.list-default>li:before {
  border-radius: 50%;
  background: #252728;
  top: 7px;left: 10px;
  width: 4px;height: 4px;
}

/* ------------ *Header ------------- */

.header {
  color: #fff;
  z-index: 16;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  background: #252728;
}

.header > .container {
  height: 80px;
  background: inherit;
}

.logo {
  margin-right: 62px;
}

/* Nav */
.nav__btn {
  width: 100%;
  margin-bottom: 24px;
}

.nav {
  max-width: 100%;width: 100%;
}

.nav__list--two {
  margin-left: auto;
}

.nav__item,
.nav__link {
  height: 100%;
}

.nav__item {
  margin: 0 16px;
}
.nav__item:hover {
  background-color: red;
}

.nav__item--drop {
  position: relative;
}

.nav__link {
  color: #fff;
  position: relative;
  padding: 0 12px;
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*
.nav__link:hover {
  opacity: .5;
}
*/

.nav__link:after {
  display: none;
  top: 35px;right: 0;
  width: 14px;height: 14px;
  background: url(../img/svg/i-arrow-down.svg) center/contain no-repeat;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.nav__item--arrow .nav__link {
  padding-right: 18px;
}

.nav__item--arrow .nav__link:after {
  display: block;
}

/* Drop */

.drop {
  opacity: 0;
  z-index: 3;
  width: 240px;
  padding: 8px 0;
  position: absolute;
  background: #212324;
  pointer-events: none;
  top: -999em;left: -12px;
  -webkit-transition: opacity ease-in-out .2s;
  -o-transition: opacity ease-in-out .2s;
  transition: opacity ease-in-out .2s;
}

.drop__link {
  color: #fff;
  display: block;
  padding: 13px 16px;
  position: relative;
}

.drop__link:before {
  opacity: 0;
  top: 50%;left: 18px;
  background: #da2128;
  pointer-events: none;
  width: 4px;height: 4px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.drop__link:hover {
  padding-left: 32px;
  background: #313233;
}

.drop__link:hover:before {
  opacity: 1;
}

.nav__item:hover .drop {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}

.nav__item:hover .nav__link:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* Nav models */

.nav__models {
  z-index: -1;
  width: 100%;
  background: #fff;
  position: absolute;
  top: -99em;left: 0;right: 0;
  -webkit-transition: top ease-in-out .3s;
  -o-transition: top ease-in-out .3s;
  transition: top ease-in-out .3s;
}

.nav__models .container {
  max-width: 1454px !important;
}

.nav__models-back {
  color: #252728;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 15px;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #e0e0e0;
}

.nav__models-back svg {
  margin-right: 11px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nav__models-item {
  height: 442px;
  padding: 10px 35px;
  text-align: center;
}

.nav__models-item:hover {
  opacity: .5;
}

.nav__models-item span {
  display: block;
}

.nav__models-img {
  height: 146px;
  margin-bottom: 10px;
}

.nav__models-img img {
  display: block;
  margin: 0 auto;
  max-width: 266px;
}

.nav__models-name {
  color: #252728;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.nav__models-price {
  color: #da2128;
  font-size: 16px;
  font-weight: 500;
}

.nav__item:hover .nav__models {
  top: 100%;
}

/* Lang */

.lang {
  color: #fff;
  margin-left: 20px;
  padding-left: 32px;
  position: relative;
  text-transform: uppercase;
  border-left: 1px solid rgba(255,255,255,.1);
}

.lang__current {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding-right: 20px;
}

.lang__current:after {
  top: 3px;right: 0;
  width: 14px;height: 14px;
  background: url(../img/svg/i-arrow-down.svg) center/contain no-repeat;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.lang__current:hover {
  opacity: .5;
}

.lang__list {
  z-index: 3;
  opacity: 0;
  width: 86px;
  padding-top: 30px;
  top: 100%;left: 0;
  margin-top: -99em;
  position: absolute;
  pointer-events: none;
  -webkit-transition: opacity ease-in-out .2s;
  -o-transition: opacity ease-in-out .2s;
  transition: opacity ease-in-out .2s;
}

.lang__item a {
  color: inherit;
  display: block;
  padding: 12px 0;
  text-align: center;
  background: #212324;
}

.lang__item a:hover {
  background: #313233;
}

.lang:hover .lang__current:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lang:hover .lang__list {
  opacity: 1;
  margin-top: 0;
  pointer-events: auto;
}

/* Btn */

.header__btn {
  margin-left: 32px;
  margin-right: -40px;
}

.header__btn,
.header__btn .btn {
  height: 100%;
}

.header__btn .btn {
  font-size: 15px;
  padding: 0 40px;
}

/* Toggle */

.navbar-toggle {
  margin-left: 30px;
}

.navbar-toggle span {
  display: block;
  background: #fff;
  position: relative;
  width: 35px;height: 3px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
}

.navbar-toggle.active span:first-child {
  top: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar-toggle.active span:last-child {
  top: -4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ------------- *Intro -------------- */

.intro__item {
  color: #fff;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.intro__item .container {
  z-index: 1;
  position: relative;
}

.intro__box {
  line-height: 1.5;
  font-weight: 500;
  max-width: 800px;width: 100%;
}

.intro__box p {
  margin-bottom: 24px;
}

.intro__title {
  font-size: 26px;
  font-weight: bold;
}

.intro__title--big {
  font-size: 48px;
  text-transform: uppercase;
}

.intro__subtitle {
  font-size: 20px;
}

.intro__text {
  font-size: 14px;
}

.intro__video {
	
}

.intro__video-play {
  position: absolute;
  top: 50%;left: 50%;
  border-radius: 50%;
  width: 120px;height: 120px;
  background: rgba(255,255,255,.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.intro__video iframe {
  display: block;
  top: 0;left: 0;
  position: absolute;
  width: 100%;height: 100%;
}

.intro__video-play:hover {
 opacity: .7;
}

.intro__btn {
  margin-top: 35px;
}

.intro__btn .btn {
  height: 56px;
  padding: 0 40px;
  font-size: 16px;
}

/* Controls */

.intro .swiper-pagination {
  z-index: 2;
  width: auto;
  left: auto;right: 40px;bottom: 40px !important;
}

/* ------------- *Choose ------------- */

.choose {
  padding: 80px 0;
}

.choose__box {
  margin: 0 auto;
  padding: 0 56px;
  max-width: 908px;width: 100%;
}

/* Small */





.choose__small .swiper-slide {
  color: #000;
  cursor: pointer;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  width: auto;height: 35px;
  text-transform: uppercase;
  border: 2px solid transparent; 
}

.choose__small .swiper-slide:last-child {
  margin-right: 0 !important;
}

.choose__small .swiper-slide-thumb-active {
  color: #da2128;
  border-color: #da2128;
}

/* Big */

.choose__big-sl {
  position: relative;
}

.choose__big {
  margin-top: 32px;
}

.choose__img {
  height: 334px;
  margin: 0 auto 32px;
}

.choose__img img {
  display: block;
}

.choose__name {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.choose__info {
  margin-top: 12px;
}

.choose__info--green {
  color: rgba(0,128,0,.5);
}

.choose__info--violet {
  color: rgba(0,0,255,.5);
}

.choose__price {
  margin: 24px 0;
  font-size: 20px;
  font-weight: 500;
}

.choose__big-sl .swiper-button-arrow {
  top: 135px;
  margin-top: 0;
  position: absolute;
}

.choose__big-sl .swiper-button-prev-choose {
  left: 0;
}

.choose__big-sl .swiper-button-next-choose {
  right: 0;
}

/* ----------- *Batteries ------------ */

.batteries {
  height: 700px;
  padding-top: 80px;
  position: relative;
}

.batteries__box {
  margin-left: auto;
  max-width: 620px;width: 100%;
}

.batteries .title {
  margin-bottom: 32px;
}

.batteries__plus {
  z-index: 1;
  border-radius: 50%;
  position: absolute;
  background: #da2128;
  left: 50%;bottom: 40px;
  width: 61px;height: 61px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.batteries__plus:after {
  z-index: -1;
  border-radius: 50%;
  background: rgba(218,33,40,.3);
  top: -19px;right: -19px;bottom: -19px;left: -19px;
}

.batteries__plus-acive {
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.batteries__img img {
  z-index: -1;
  top: 0;left: 0;
  position: absolute;
  width: 100%;height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Subbatteries */

.subbatteries {
  display: none;
  padding: 80px 0;
}

.subbatteries__left,
.subbatteries__right {
  width: 100%;
}

.subbatteries__left {
  max-width: 908px;
  margin-right: 40px;
}

.subbatteries__right {
  max-width: 753px;
}

.subbatteries__item:not(:last-child) {
  margin-bottom: 60px;
}

.subbatteries__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subbatteries__text {
  padding: 40px 0;
}

.subbatteries__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 9px;
}

.subbatteries__text .paragraph {
  font-size: 14px;
  font-weight: 500;
}

/* ------------- *Stock -------------- */

.stock {
  padding: 80px 0;
}

.stock__item {
  height: 100%;
  color: #252728;
  display: block;
  background: #f6f6f6;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stock__item span {
  display: block;
}

.stock__title {
  padding: 32px;
  font-size: 24px;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.stock__img {
  height: 297px;
  overflow: hidden;
}

.stock__img img {
  width: 100%;height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.stock__item:hover .stock__img img,
.news__item:hover .news__img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/* ------------- *News --------------- */

.news {
  padding: 80px 0 27px;
}

.news .row [class*='col-'] {
  cursor:pointer;
  margin-bottom: 53px;
}

.news__item {
  height: 100%;
  color: #252728;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news__item span {
  display: block;
}

.news__img {
  height: 320px;
  overflow: hidden;
  margin-bottom: 24px;
}

.news__img img {
  cursor: pointer;
  display: block;
  width: 100%;height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.news__title {
  font-size: 24px;
  font-weight: bold;
  max-width: 458px;width: 100%;
}

.news__date {
  font-size: 16px;
  font-weight: 500;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #cacaca;
}

.news__btn .btn {
  width: 100%;
}

/* ------------- *Menu --------------- */

.menu {
  background: #f6f6f6;
}

.menu__item {
  /* padding: 40px; */
  color: green;
  font-size: 20px;
  width: 33.333333%;
  font-weight: bold;
}

.menu__item img {
  max-height: 50px;
  margin-right: 33px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.menu__item:hover {
  color: #da2128;
}

/* Fix */

.menu--fix {
  z-index: 21;
  position: fixed;
  left: 0;right: 0;bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.menu--fix .menu__item {
  font-size: 16px;
  padding: 20px 40px;
}

.menu--fix .menu__item img {
  max-height: 22px;
  margin-right: 18px;
}

.menu--fix .menu__item:first-child img {
  max-height: 16px;
}

.menu--fix-show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.menu--fix-hide {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

/* ------------ *Footer -------------- */

.footer {
  color: #fff;
  font-weight: 600;
  background: #252728;
}

.footer a:hover {
  text-decoration: underline;
}

/* Body */

.footer__body {
  padding: 64px 0;
}

.footer__title {
  color: rgba(255,255,255,.5);
}

.footer__nav {
  margin-top: 32px;
}

.footer__nav li:not(:last-child) {
  margin-bottom: 20px;
}

.footer__nav li a {
  color: #fff;
}

/* Bott */

.footer__bott {
  padding: 64px 0;
  border-top: 1px solid rgba(255,255,255,.1);
}

.footer__link a {
  color: rgba(255,255,255,.5);
}

.copyright {
  font-size: 11px;
  margin-top: 40px;
  font-weight: 500;
  color: rgba(255,255,255,.5);
}

.copyright p:not(:last-child) {
  margin-bottom: 13px;
}

/* =================================== */
/*               Page: 4G              */
/* =================================== */

.article {
  padding: 80px 0;
}

.article__box {
  margin-left: auto;
  margin-right: auto;
  max-width: 908px;width: 100%;
}

.article h1 {
  margin-bottom: 50px;
  line-height: 1.5345;
  max-width: 762px;width: 100%;
}

.article .paragraph {
  font-weight: 500;
}

.article__img {
  margin: 24px 0;
}

.article__img img {
  width: 100%;
  display: block;
}

.article .paragraph ul {
  padding-left: 30px;
}

.article .paragraph ul li {
  list-style: disc;
  margin-bottom: 24px;
}

.article h2 {
  margin-top: 40px;
  text-align: center;
}

.faq {
  font-size: 15px;
  font-weight: 500;
  padding-top: 40px;
}

.faq li:not(:last-child) {
  margin-bottom: 50px;
}

.faq li p+p {
  margin-top: 24px;
}

/* =================================== */
/*              Page: Card             */
/* =================================== */

/* Intro */

.card-intro {
  color: #fff;
  height: 723px;
  padding: 40px 0;
}

.card-intro .title {
  margin-bottom: 0;
}

.card-intro .title h1 {
  font-size: 48px;
  line-height: 1.4167;
}

.card-intro__price {
  font-size: 28px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.4;
}

/* Nav */

.card-nav {
  z-index: 5;
  padding: 24px 0;
  background: #fff;
  overflow-x: auto;
  position: relative;
}

.card-nav--scroll {
  position: fixed;
  top: 0;left: 0;right: 0;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
          box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.card-nav__link {
  color: #000;
  height: 35px;
  padding: 0 24px;
  font-weight: 600;
  margin-right: 8px;
  border-radius: 30px;
  white-space: nowrap;
  border: 1px solid transparent;
}

.card-nav__link:hover,
.card-nav__link--active {
  color: #da2128;
}

.card-nav__link--active {
  border-color: #da2128;
}

/* Choose */

.card-choose {
  padding: 52px 0 158px;
}

.card-choose .title {
  margin-bottom: 32px;
}

.card-choose__box {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;width: 100%;
}

.card-choose__sl {
  position: relative;
}

.card-choose__img {
  height: 434px;
}

.card-choose__text {
  font-size: 16px;
  font-weight: 500;
  margin-top: 90px;
  position: absolute;
  text-align: center;
  top: 100%;left: 0;right: 0;
}

.card-choose__small {
  margin-top: 32px;
  padding-bottom: 70px;
}

.card-choose__small .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-choose__small .swiper-slide {
  cursor: pointer;
  width: 32px;height: 32px;
}

.card-choose__small .swiper-slide i {
  border-radius: 50%;
  width: 100%;height: 100%;
  -webkit-box-shadow: 0 0 5px #747474;
          box-shadow: 0 0 5px #747474;
}

.card-choose__small .swiper-slide i svg {
  opacity: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.card-choose__small .swiper-slide-thumb-active i svg {
  opacity: 1;
}

/* Order */

.order {
  padding-bottom: 80px;
}

.order .title {
  margin-bottom: 32px;
}

.order__form {
  margin: 0 auto;
  max-width: 908px;width: 100%;
}

.order__form .form__field {
  margin-bottom: 0;
}

.order__btn {
  margin-top: 32px;
}

.order__close {
  margin-top: 32px;
}

.order__close a {
  color: #da2128;
  font-size: 12px;
  font-weight: 600;
}

.order__close svg {
  margin-right: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.order__close a:hover {
  text-decoration: underline;
}

/* Card sl */

.card-sl .container {
  z-index: 1;
  position: relative;
}

.card-sl .swiper-slide {
  color: #fff;
  height: 1080px;
  padding-top: 80px;
  background: #060608;
  text-shadow: 0 0 20px #000;
}

.card-sl__box {
  max-width: 620px;
}

.card-sl__img {
  display: block;
  position: absolute;
  top: 0;left: 0;right: 0;bottom: 0;
}

/* Card info */

.card-info {
  padding: 80px 0 223px;
}

.card-info__left {
  margin-right: 40px;
  max-width: 908px;width: 100%;
}

.card-info__img img {
  width: 100%;
  display: block;
}

.card-info__text {
  padding: 40px 0;
}

.card-info__text span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 9px;
  line-height: 1.2087;
}

.card-info__text p {
  font-weight: 500;
  line-height: 1.5;
}

.card-info__right {
  max-width: 753px;width: 100%;
}

.card-info--2 {
  padding: 70px 0 85px;
}

.card-info--2 .card-info__right {
  padding-top: 160px;
}

/* Slider */

.card-slider {
  position: relative;
}

.card-slider .card-slider__big .swiper-slide {
  height: 100vh;
}

.card-slider__small {
  position: absolute;
  left: 40px;right: 40px;bottom: 40px;
}

.card-slider__small .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-slider__small .swiper-slide {
  cursor: pointer;
  width: 67px;height: 40px;
}

.card-slider__small .swiper-slide:before {
  opacity: 0;
  border: 1px solid transparent;
  top: 0;left: 0;right: 0;bottom: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.card-slider__small .swiper-slide-thumb-active:before {
  opacity: 1;
  border-color: #da2128;
}

.card-slider__small .swiper-slide img {
  display: block;
  width: 100%;height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Advantages */

.advantages .swiper-slide {
  color: #fff;
  background: #252728;
}

.advantages__info {
  width: 40%;
  min-height: 665px;
  padding: 80px 40px 80px 0;
}

.advantages__info .title {
  max-width: 550px;width: 100%;
}

.advantages__info .paragraph {
  font-weight: 500;
  padding-left: 24px;
  max-width: 620px;width: 100%;
}

.advantages__img {
  width: 58.4%;
  display: block;
  position: absolute;
  top: 0;right: 0;bottom: 0;
}

/* Collection */

.collection {
  padding: 160px 0;
}

.collection__nav {
  overflow-x: auto;
  margin-bottom: 56px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.collection__nav-item {
  color: #000;
  height: 35px;
  cursor: pointer;
  padding: 0 24px;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 30px;
  border: 1px solid transparent;
}

.collection__nav-item:hover,
.collection__nav-item.active {
  color: #da2128;
}

.collection__nav-item.active {
  border-color: #da2128;
}

.collection__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.collection__left {
  padding-top: 6px;
  margin-right: 60px;
  max-width: 750px;width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.collection__right {
  max-width: 640px;width: 100%;
}

.collection__title {
  margin-bottom: 16px;
}

.collection__title span {
  display: block;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 11px;
}

.collection__title p {
  color: #da2128;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.23;
}

.collection__img {
  text-align: right;
}

.collection__info>li {
  padding: 24px 0;
}

.collection__info>li:last-child {
  padding-bottom: 0;
}

.collection__name {
  color: #636363;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 16px;
}

.collection__data {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.collection__data p+p {
  margin-top: 24px;
}

.collection__data strong {
  display: block;
  font-weight: bold;
}

.collection__list {
  font-size: 16px;
  font-weight: 500;
}

.collection__list li {
  position: relative;
  padding-left: 24px;
}

.collection__list li+li {
  margin-top: 24px;
}

.collection__list li:before {
  border-radius: 50%;
  background: #252728;
  top: 7px;left: 10px;
  width: 4px;height: 4px;
}

/* Characteristics */

.characteristics {
  padding: 80px 0;
  background: #f6f6f6;
}

.download p {
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 24px;
}

/* Table */

.table {
  font-size: 16px;
  margin-top: 40px;
}

.table__row:nth-child(odd) {
  background: #fff;
}

.table__head {
  cursor: pointer;
  min-height: 56px;
  font-weight: bold;
  position: relative;
  padding: 18px 60px 18px 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table__arrow {
  position: absolute;
  top: 18px;right: 30px;
  width: 24px;height: 24px;
  background: url(../img/svg/i-arrow-table.svg) center/contain no-repeat;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.table__body {
  display: none;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 30px 20px;
}

.table__list li {
  position: relative;
  padding-left: 24px;
}

.table__list li+li {
  margin-top: 24px;
}

.table__list li:before {
  border-radius: 50%;
  background: #252728;
  top: 50%;left: 10px;
  width: 4px;height: 4px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.table__row--static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.table__head--static {
  width: 49%;
  cursor: auto;
}

.table__left {
  width: 315px;
  padding-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.table__right {
  font-weight: 500;
  max-width: 100%;width: 100%;
}

.table__download a {
  color: #da2128;
}

.table__download a:hover {
  text-decoration: underline;
}

.table__row.active .table__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* =================================== */
/*            Page: Сontacts           */
/* =================================== */

.contacts {
  padding: 80px 0;
}

.contacts__item {
  height: 100%;
  padding: 32px;
  font-size: 16px;
  font-weight: 500;
  background: #f6f6f6;
}

.contacts__item p+p {
  margin-top: 24px;
}

.contacts__item strong {
  font-size: 20px;
}

.contacts__item a {
  color: #da2128;
  display: inline-block;
}

.contacts__item a:not(:last-child) {
  margin-right: 8px;
}

.contacts__item a:hover {
  text-decoration: underline;
}

.contacts__item h3 {
  margin-bottom: 8px;
}

.map {
  margin-top: 25px;
  width: 100%;height: 200px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/* Question */

.question {
  padding: 80px 0;
}

.question .paragraph,
.question__form {
  margin-left: auto;
  margin-right: auto;
  max-width: 701px;width: 100%;
}

.question .paragraph {
  font-size: 14px;
  font-weight: 500;
}

.question__form {
  margin-top: 32px;
}

/* =================================== */
/*            Page: Service            */
/* =================================== */

.service,
.warranty {
  color: #fff;
  height: 700px;
  padding: 80px 0;
  position: relative;
}

.service .container,
.service__sl:before {
  pointer-events: none;
}

.service .container,
.warranty .container {
  z-index: 2;
  position: relative;
}

.service__box {
  margin-left: 40px;
  max-width: 800px;width: 100%;
}

.service .title,
.warranty .title {
  margin-bottom: 32px;
}

.service .paragraph,
.warranty .paragraph {
  font-size: 18px;
  font-weight: 500;
}

.service__sl,
.warranty__img {
  position: absolute;
  top: 0;left: 0;right: 0;bottom: 0;
}

.service__sl:before {
  z-index: 2;
  background: rgba(0,0,0,.5);
  top: 0;left: 0;right: 0;bottom: 0;
}

.service__sl .swiper-button-arrow {
  z-index: 3;
}

/* Record */

.record {
  padding: 80px 0;
}

.record .title {
  margin-bottom: 32px;
}

.record__form {
  margin: 0 auto;
  max-width: 908px;width: 100%;
}

.record__form .form__field {
  margin-bottom: 0;
}

/* =================================== */
/*            Page: Warranty           */
/* =================================== */

.warranty__box {
  max-width: 620px;width: 100%;
}

.warranty__img {
  display: block;
}

/* Info */

.warranty-info {
  background: #f6f6f6;
}

.warranty-info .title {
  margin-bottom: 32px;
}

.warranty-info .paragraph {
  font-weight: 500;
  margin: 0 auto 64px;
  max-width: 700px;width: 100%;
}

.warranty-info .choose__name,
.warranty-info__txt {
  margin-bottom: 24px;
}

.warranty-info__txt {
  font-weight: 500;
  line-height: 1.5;
}

/* Accordion */

.warranty-accordion {
  background: #f6f6f6;
  padding-bottom: 80px;
}

.accordion {
  margin: 0 auto;
  max-width: 1410px;width: 100%;
}

.accordion>li {
  padding: 0 32px;
  font-size: 16px;
  background: #fff;
}

.accordion>li:not(:last-child) {
  margin-bottom: 16px;
}

.accordion__head,
.accordion__right,
.accordion__subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion__head {
  cursor: pointer;
  min-height: 72px;
  font-weight: bold;
  position: relative;
  padding-right: 48px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accordion__head:after {
  top: 24px;right: 0;
  width: 24px;height: 24px;
  background: url(../img/svg/i-arrow-table.svg) center/contain no-repeat;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.accordion__right {
  margin-left: 30px;
}

.accordion__subitem {
  line-height: 1.1;
  white-space: nowrap;
}

.accordion__subitem:not(:last-child) {
  margin-right: 24px;
}

.accordion__subitem--1 {
  min-width: 100px
}

.accordion__subitem--2 {
  width: 140px;
}

.accordion__subitem span {
  color: #b7b7b7;
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
}

.accordion__body {
  display: none;
  padding: 32px 0;
  border-top: 1px solid #f5f5f5;
}

.accordion__body-wrap {
  margin: 0 auto;
  max-width: 800px;width: 100%;
}

.accordion__body .paragraph ul {
  margin: 24px 0;
}

.accordion__body .paragraph ul li {
  padding-left: 24px;
  position: relative;
}

.accordion__body .paragraph ul li:before {
  border-radius: 50%;
  background: #252728;
  top: 10px;left: 10px;
  width: 4px;height: 4px;
}

.accordion__body .paragraph ul li+li {
  margin-top: 24px;
}

.accordion>li.active .accordion__head:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* =================================== */
/*          Page: Test-drive           */
/* =================================== */

.test-drive {
  padding: 80px 0 160px;
}

.test-drive .title {
  margin-bottom: 31px;
}

.test-drive__left {
  max-width: 822px;width: 100%;
}

.test-drive__link {
  margin-top: 120px;
}

.test-drive__link a {
  color: #252728;
  font-size: 16px;
  font-weight: bold;
}

.test-drive__link a svg {
  margin-left: 4px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.test-drive__link a:hover svg {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.test-drive__right {
  margin-left: 50px;
  max-width: 100%;width: 100%;
}

/* =================================== */
/*            Page: Article            */
/* =================================== */

.textual {
  font-size: 16px;
  padding: 80px 0;
  font-weight: 500;
}

.textual__box {
  margin: 0 auto;
  max-width: 908px;width: 100%;
}

.textual .title {
  margin-bottom: 24px;
  max-width: 762px;width: 100%;
}

.textual__image {
  margin-top: 47px;
  margin-left: -155px;
  margin-right: -155px;
}

.textual__image img {
  width: 100%;
  display: block;
}

.textual .paragraph {
  margin-top: 64px;
  line-height: 1.25;
}

.textual .paragraph p {
  margin: 0 !important;
}

.textual .paragraph p strong {
  display: block;
  margin: 50px 0;
}

.textual .paragraph p a {
  color: inherit;
}

.textual .paragraph p a:hover {
  text-decoration: underline;
}

.textual .paragraph img {
  width: 100%;
  display: block;
  margin: 24px 0;
}

/* Social */

.social {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid #cacaca;
}

.social p {
  margin-right: 17px;
}

.social__item {
  border-radius: 50%;
  width: 75px;height: 75px;
}

.social__item:not(:last-child) {
  margin-right: 10px;
}

.social__item svg {
  width: 100%;height: 100%;
}

.social__item:hover {
  opacity: .4;
}

/* News other */

.news-other {
  padding-bottom: 80px;
}

.news-other__arrow .swiper-button-arrow {
  margin-top: 0;
  color: #bbc0c0;
  position: static;
}

.news-other__arrow .swiper-button-arrow:hover {
  color: #da2128;
}

.news-other__sl .swiper-slide {
  height: auto;
}

/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* --------- *Before::After ---------- */
/* .select:after, */
.check__mark:before,
.list-default li:before,
.nav__link:after,
.drop__link:before,
.lang__current:after,
.batteries__plus:after,
.card-slider__small .swiper-slide:before,
.table__list li:before,
.collection__list li:before,
.service__sl:before,
.accordion__head:after,
.accordion__body .paragraph ul li:before {
  content: " ";
  position: absolute;
}






/* =================================== */
/*            Page: LoanCalc          */
/* =================================== */


.container-credit{
  margin: 0 auto;
  max-width: 1280px;
  padding: 2rem 2rem 0;
  width: 100%;
}

.container-credit h1{
  text-align: center;
  margin-bottom: 1.5em;
}

.container-credit .subtitle {
  font-size: 1.5em;
  text-align: center;
}

.container-credit p {
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 24px;
}

.loan{
  overflow: visible;
  padding: 0;
}

.wrap{
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2
}

.loanCalc{
  background: #f6f6f6;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1280px;
  padding: 32px;
  width: 100%;
}

.loan {
  overflow: visible;
  padding: 0
}

.loanCalc {
  background: #f6f6f6;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2,minmax(0,1fr));
  margin: 0 auto;
  max-width: 1280px;
  padding: 32px;
  width: 100%
}

.loanCalc-carImg {
  align-items: center;
  display: flex;
  height: 280px;
  margin-bottom: 32px
}

.loanCalc-section {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.loanCalc .group-inputs-2x {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.loanCalc-input {
  display: flex
}

.loanCalc-input .input-field {
  width: calc(100% - 80px)
}

.loanCalc-input .input-disabled {
  border-left: none;
  width: 80px
}

.loanCalc-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px
}

.loanCalc-info {
  color: #636363;
  font-family: Montserrat-Regular,sans-serif;
  font-size: 14px;
  line-height: normal;
  margin-top: 10px
}

.loanCalc-row {
  display: flex;
  gap: 64px
}

.loanCalc-calculation {
  display: flex;
  gap: 32px;
  justify-content: space-between
}

.loanCalc-calculation-col {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.loanCalc-calculation-col:last-child {
  text-align: right
}

.loanCalc-calculation-value {
  color: #242728;
  font-family: Montserrat-Bold,sans-serif;
  font-size: 40px;
  white-space: nowrap
}

.loanCalc-calculation-label {
  font-family: Montserrat-Medium,sans-serif;
  line-height: normal
}

.loanCalc-tabControl {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit,minmax(0,1fr))
}

.loanCalc-tabControl-btn {
  align-items: center;
  background: #0000001a;
  display: flex;
  justify-content: center;
  line-height: normal;
  padding: 20px;
  text-align: center;
  color: #000;
  font-weight: 600;
}

.loanCalc-tabControl-btn.active {
  background-color: #da2128;
  color: #fff
}

.loanCalc-tabControl-btn:hover {
  background-color: #bb1c22;
  color: #fff
}







.range-container {
  position: relative;
  width: 100%;
  height: 30px;
  margin: 10px 0 20px;
}

.range-track {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 8px;
  background: #dee2e6;
  border-radius: 10px;
  pointer-events: none;
}

.range-progress {
  position: absolute;
  height: 100%;
  background: #bb1c22;
  border-radius: 10px;
  width: 0%;
  pointer-events: none;
}

input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  background: transparent;
  cursor: pointer;
  height: 30px;
  width: 100%;
  margin: 0;
  padding: 0;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 10px solid #bb1c22;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  height: 30px;
  width: 30px;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

input[type=range]::-moz-range-thumb {
  background-color: #fff;
  border: 10px solid #bb1c22;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 2;
}

input[type=range]:focus {
  outline: 0;
}

input[type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(187, 28, 34, 0.3);
}

input[type=range]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(187, 28, 34, 0.3);
}

.range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 14px;
  color: #636363;
}

.loanCalc-input {
  display: flex;
  margin-bottom: 15px;
}

.loanCalc-input .input-field {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-right: none;
  border-radius: 4px 0 0 4px;
  font-size: 16px;
}

.loanCalc-input .input-disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  padding: 12px 16px;
  background-color: #f2f2f2;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
}




/* New dropdown styles */
.input {
    position: relative;
    margin-bottom: 10px;
}

.input-label {
    font-size: 16px;
    font-weight: 700;
    color: #252728;
    margin-bottom: 8px;
    font-family: Montserrat-Medium, sans-serif;
}

.input-disabled {
    padding: 12px 16px;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 16px;
    color: #252728;
    width: 100%;
    box-sizing: border-box;
}

/* New dropdown component */
.dropdown {
    position: relative;
    width: 100%;
}

.dropdown-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #252728;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.dropdown-select:hover {
    border-color: #bdbdbd;
}

.dropdown-select:focus {
    outline: none;
    border-color: #9e9e9e;
}

.dropdown-selected {
    font-weight: 700;
    flex-grow: 1;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
}

.dropdown-icon {
    transition: transform 0.3s;
}

.dropdown.active .dropdown-icon {
    transform: rotate(180deg);
}

.dropdown-options {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 300px;
    overflow-y: auto;
    z-index: 100;
    display: none;
    top: calc(100% - 1px);
}

.dropdown.active .dropdown-options {
    display: block;
}

.dropdown-option {
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 16px;
    font-weight: 700;
}

.dropdown-option:hover {
    background-color: #f5f5f5;
}

/* Hide original select elements */
.dropdown input[type="hidden"] {
    display: none;
}


.form-section{
  max-width: 900px;
  width: 100%;
  margin: auto;
}


.pre-order-header{
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin-bottom: 32px;
}

.pre-order-header2{
  align-items: left;
  margin-top: 20px;
}

.pre-order-title{
  font-size: 20px;
  line-height: 24px;
}

.pre-order-map{
  align-items: center;
  color: #da2128;
  display: inline-flex;
  font-family: Montserrat-SemiBold, sans-serif;
  font-size: 16px;
  line-height: 15px;
}

.pre-order-form-group{
  display: grid;
  align-items: flex-start;
  column-gap: 24px;
  justify-content: space-between;
  grid-template-columns: repeat(2, minmax(1px, 1fr));
}

.radio-group {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.radio-option {
  display: flex;
  align-items: center;
  font-size: large;
  font-weight: 500;
  cursor: pointer;
}

.radio-input {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}

.radio-input:checked {
  border-color: #dd2a1b;
  transition: 0.3s;
}

.radio-input:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #dd2a1b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.phone-input {
  display: flex;
  align-items: center;
}

.phone-flag {
  position: absolute;
  left: 15px;
  color: #008000;
  font-weight: bold;
}

.phone-control {
  padding-left: 40px;
}

.checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center;
}

.checkbox-input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #ddd;
}

.checkbox-label a {
  color: #0066cc;
  text-decoration: none;
}

.submit-button {
  display: block;
  background-color: #dd2a1b;
  color: white;
  border: none;
  padding: 15px 40px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  margin: 0 auto;
}




.info-section{
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.info-section h1{
  text-align: center;
  margin-bottom: 1.5rem;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 16px;
}

.comparison-table th, 
.comparison-table td {
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.comparison-table th {
  background-color: #f8f8f8;
  font-weight: bold;
  color: #333;
}

.comparison-table tr:hover {
  background-color: #f5f5f5;
}

.note {
  font-size: 14px;
  color: #777;
  margin: 15px 0;
  display: flex;
  align-items: flex-start;
}

.note:before {
  content: "❖";
  color: #d9534f;
  margin-right: 10px;
}

.calculator-link {
  display: flex;
  align-items: center;
  margin: 20px 0;
  font-weight: bold;
  color: #333;
}

.calculator-link:before {
  content: "🧮";
  margin-right: 10px;
  font-size: 20px;
}

.contact-info {
  margin-top: 30px;
}

.contact-item {
  margin-bottom: 10px;
}

.company-name {
  font-weight: bold;
}

.social-link {
  color: #4267B2;
  text-decoration: none;
}

.social-link:hover {
  text-decoration: underline;
}

.highlight {
  color: #d9534f;
  font-weight: bold;
}


.content {
  padding: 20px;
  min-height: 100vh;
}

/* Bottom navigation bar */
/* CSS for the navigation section */
.navigation-section {
  width: 100%;
  background-color: #f8f8f8;
  margin: 0 !important;
  padding: 0;
  bottom: 0;
}

.nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background-color: #f8f8f8;
  transition: all 0.3s ease;
  z-index: 100;
}

.nav-container.sticky {
  position: fixed;
  bottom: auto;
  top: 0;
  left: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}

.nav-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #333;
  padding: 10px 15px;
  transition: all 0.3s ease;
}

.nav-item:hover {
  color: #d63031;
}

/* SVG icons */
.car-icon, .map-icon, .wheel-icon {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #d63031;
  stroke-width: 1.5;
  margin-right: 8px;
}

.nav-text {
  font-size: 14px;
  font-weight: 500;
}
