html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans";
  font-size: 16px;
  color: white;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  max-width: 1920px;
  background: #293337;
  /* padding-top: 118px; */
}

select::-ms-expand {
  display: none;
}

select::-ms-expand {
  display: none;
}

.mvideo_container.play button {
  opacity: 0;
}

.alert {
  color: black;
}

img.lazyload {
  width: auto !important;
}

.disclamer {
  font-size: 12px;
  display: none;
  text-align: left;
  color: white;
}

.policy {
  font-size: 12px;
  display: none;
  text-align: left;
  color: white;
}

footer table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
}
footer th,
td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: left;
  vertical-align: top;
}
footer th {
  font-weight: bold;
}

.anim {
  opacity: 0;
  transition: 0.5s;
}

.anim.animated {
  opacity: 1;
}

font {
  display: block;
}

.fancybox-slide--html .fancybox-close-small {
  /* color: white !important; */
  color: black;
}

.fancybox-button svg {
  transform: scale(2);
}

.compensate-for-scrollbar {
  margin-right: auto !important;
  overflow: auto !important;
}

.fancybox-content {
  overflow: hidden;
}

input[type="file"] {
  display: none;
}

input::placeholder {
  color: #b9b9b9;
  font-family: inherit;
}

.resp_table {
  width: 100%;
}

.resp_table tr td:before {
  display: none;
}

.resp_table img {
  display: block;
}

sup {
  display: inline-block;
  vertical-align: top;
  top: -3px;
  position: relative;
  font-size: 80%;
}

img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
}

select::-ms-expand {
  display: none;
}

select::-ms-expand {
  display: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.fancybox-type-image .fancybox-close {
  right: 9px;
}

.fancybox-close {
  background: url(../img/bg_close.html) 50% 50% no-repeat !important;
  color: black;
  width: 22px !important;
  height: 22px !important;
  top: -25px !important;
  right: -25px !important;
}

.container {
  margin: 0px auto;
  padding: 0px 15px;
  max-width: 1424px;
  position: relative;
}

.has-danger input,
.has-danger select,
.has-danger textarea {
  border-width: 2px;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #eba5a3;
}

#form_popup,
#form_popup2 {
  display: none;
}

.popup_container {
  width: 460px;
  max-width: 100%;
  padding: 30px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  /* border: 2px solid black; */
  background: white;
  text-align: center;
  padding-bottom: 30px;
}

.popup_container .agree_field {
  color: #0c121c;
  text-align: left;
}

.popup_container .agree_field a {
  color: black;
}

.popup_container h2 {
  padding: 0px;
  margin: 0px;
  padding-top: 25px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 100%;
  padding-bottom: 32px;
  color: black;
}

.popup_container .form_comment {
  text-align: center;
  font-size: 20px;
  color: #414141;
  padding-bottom: 15px;
}

.popup_container .form_comment a {
  display: block;
  color: #414141;
  text-decoration: none;
}

.popup_container .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  -moz-transform: rotate(45deg); /* Aey Firefox */
  -ms-transform: rotate(45deg); /* Aey IE */
  -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
  -o-transform: rotate(45deg); /* Aey Opera */
  transform: rotate(45deg);
  cursor: pointer;
}

.popup_container .close:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 16px;
  width: 34px;
  height: 1px;
  display: block;
  background-color: #a8a8a8;
}

.popup_container .close:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 0px;
  width: 1px;
  height: 34px;
  display: block;
  background-color: #a8a8a8;
}

.popup_container .form-group {
  margin-bottom: 19px;
}

.popup_container .form-group input[type="tel"],
.popup_container .form-group select {
  color: black;
  border: 1px solid black;
  text-align: center;
}

.popup_container .form-group input[type="tel"]::placeholder {
}

.popup_container .agree_field .check_ex {
  border-color: inherit;
}

.popup_container .agree_field .check_ex i {
  background: #0c121c;
}

.popup_container .form-group textarea {
  color: black;
  display: block;
  height: 100px;
  text-decoration: none;
  text-align: left;
  /* text-transform: uppercase; */
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background: none;
  border: 1px solid #c0c6c9;
  padding: 10px;
  resize: none;
  font-family: inherit;
  font-size: 16px;
}

.popup_container .form-group select {
  color: black;
  border: 1px solid black;
  text-align: center;
  width: 100%;
  font-size: 16px;
  padding-left: 10px;
  background-color: white;
}

.popup_container .form-group select option {
}

.popup_container .form-group button {
  cursor: pointer;
}

.popup_container .form-group button:before {
  display: none;
}

.popup_container .form-group button:after {
  display: none;
}

/*.not_agree button {
  background-color: #cccccc !important;
  cursor: auto !important;
  color: white !important;
  border-color: #cccccc !important;
}*/

.agree_field {
  font-size: 8px;
  line-height: 100%;
  position: relative;
  display: block;
  top: 0px;
  margin-bottom: 16px;
}

.agree_field a {
  color: inherit;
}

.agree_field input {
  opacity: 0;
  position: absolute;
}

.agree_field .check_ex {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  vertical-align: middle;
  top: -1px;
  margin-right: 5px;
  border: 1px solid #1b457d;
  border-radius: 0px;
  box-sizing: content-box;
}

.agree_field .check_ex input {
}

.agree_field .check_ex i {
  /* background: url(../img/check.svg) 50% 50% no-repeat; */
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: none;
  background-size: 120%;
  background: #1b457d;
  position: relative;
  top: 2px;
  left: 2px;
  border-radius: 0px;
}

.agree_field .check_ex i:before {
  content: "";
}

.agree_field .check_ex input:checked + i {
  display: block;
}

.agree_field .check_ex input:checked + i:before {
}

.popup_container .form-disclamer {
  color: #b8b8b8;
  font-size: 10px;
  padding-top: 10px;
  text-align: center;
}

form {
}

form .form-group {
  margin-bottom: 9px;
  position: relative;
}

form .form-group input[type="tel"],
form .form-group input[type="text"],
form .form-group select {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  font-weight: 400;
  font-family: inherit;
  padding: 0px;
  outline: none;
  /* background: none; */
  border-radius: 0px;
  /* text-align: center; */
  color: black;
  font-family: inherit;
  /* text-transform: uppercase; */
  font-weight: 500;
  font-size: 16px;
  border: none;
  border: 1px solid white;
  padding-left: 19px;
}

form .form-group select option {
  color: black;
}

select {
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  background: url(../img/ico_select.png) 100% 50% no-repeat;
  outline: none;
}

form .form-group button {
  width: 100%;
  cursor: pointer;
  outline: none;
  margin: 0px auto;
}

form .form-group button:hover {
}

.form_title {
  font-size: 44px;
  /* text-transform: uppercase; */
  padding: 0px;
  margin: 0px;
  text-align: center;
  padding-bottom: 16px;
  font-weight: 300;
}

.form_title span {
}

.cookie_text {
  position: fixed;
  bottom: 10px;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  color: #000000;
  padding: 10px 20px;
  z-index: 99999;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  font-size: 14px;
  border-radius: 20px;
}

.cookie_text.hide {
  display: none;
}

.cookie_text a {
  color: #000;
  text-decoration: underline;
}

.cookie_text p {
  max-width: 86%;
}

.cookie_text button {
  width: 150px;
  height: 40px;
  font-size: 14px;
  background: #e8e8e8;
  text-transform: none;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  color: #000000;
}

.btn {
  position: relative;
  box-sizing: border-box;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 50px;
  color: white;
  text-decoration: none;
  outline: none;
  border: 1px solid white;
  border-radius: 0px;
  /* text-transform: uppercase; */
  font-family: inherit;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
}

.btn span {
  position: relative;
  z-index: 1;
  text-align: center;
}

.btn span:after {
  content: "";
}

.btn:hover span:after {
  transform: rotate(0deg);
}

.btn.blue {
  background: #6dbce7;
  border-color: #6dbce7;
  color: #ffffff;
}

.btn:hover {
  background: white;
  border-color: white;
  transition: 0.5s;
  color: black;
}

.btn.glasswhite {
  border-color: white;
  background: none;
  color: white;
}

.btn.glasswhite:hover {
  background: #262626;
  border-color: #262626;
  color: white;
}

.btn.glassblack {
  border-color: #262626;
  background: none;
  color: #262626;
}

.btn.glassblack:hover {
  /* background: #B9B9B9; */
  border-color: #ff6928;
  color: white;
}

.btn.white {
  border-color: white;
  background: white;
  color: black;
}

.btn.white:hover {
  background: #c3c3c3;
  border-color: #c3c3c3;
  color: black;
}

.btn.black {
  border-color: black;
  background: black;
  color: white;
}

.btn.black:hover {
  background: none;
  border-color: black;
  color: black;
}

.menu_container {
  position: relative;
  z-index: 1;
  background: hwb(0deg 0% 100% / 60%);
  border-top: 1px solid white;
}

.menu_container .container {
}

.menu_container .container .menu {
  display: flex;
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  justify-content: center;
}

.menu_container .container .menu > li {
  display: inline-block;
}

.menu_container .container .menu > li.sup {
  background: #d8d8d9;
  width: 1px;
  display: inline-block;
}

.br {
  display: none;
}

.menu_container .container .menu > li a {
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  display: block;
  margin: 0px 30px;
  padding-top: 23px;
  padding-bottom: 23px;
}

.menu_container .container .menu > li a:after {
  content: "";
  opacity: 0;
  background: white;
  position: relative;
  width: 100%;
  height: 1px;
  display: block;
}

.menu_container .container .menu > li a:hover {
}

.menu_container .container .menu > li a:hover:after {
  width: 100%;
  opacity: 1;
}

.menu_container .container .menu > li:before {
  display: none;
}

.menu_container .container .menu > li.sep {
  width: 100%;
}

.title1 {
}

.title1 {
  font-weight: 500;
  font-size: 48px;
  padding-bottom: 32px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.title1 span {
  font-size: 16px;
  display: block;
  font-weight: 300;
  padding-right: 8px;
}

.title1:before {
  content: "";
  height: 1px;
  width: 200vw;
  background: white;
  position: absolute;
  top: 64px;
  right: 0px;
}

.title1:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background: white;
  top: 61px;
  right: 0px;
  position: absolute;
}

.animated .title1 span {
  top: 0px;
  transform: rotate(0deg);
}

.title1 font {
}

.burger {
  display: none;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  height: 99px;
  transform: translateY(-200px);
  transition: 0.5s;
  background: #293337;
}

.scroll header {
}

.scroll header .btn {
  /* border-color:#262626; */ /* color:#262626; */
}

.scroll header .btn:hover {
}

.start header {
  transform: translateY(0px);
}

header .container {
  display: flex;
  align-items: center;
  height: 100%;
}

header > .container:first-child {
  justify-content: space-between;
}

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

.logo1 {
}

.logo1 img {
  display: block;
  position: relative;
}

.logo2 {
  width: 120px;
  position: relative;
  margin-left: 19px;
  padding-left: 24px;
  font-size: 10px;
}

.logo2:before {
  content: "";
  background: white;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  height: 26px;
  width: 2px;
}

.logo2 img {
  display: block;
  width: 100% !important;
}

header .addr_container {
  position: relative;
  cursor: pointer;
  user-select: none;
  /*display: none;*/
}

header .addr_container .current {
}

header .addr_container .current strong {
  display: block;
}

header .addr_container .current span {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
  padding-right: 24px;
  display: block;
}

header .addr_container .current span:before {
  content: "";
  background: url(../img/ico_addr.png) 50% 50% no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0px;
}

/*
header .addr_container .current span:after {
    content: '';
    background: url(../img/arrow.svg) 50% 50% no-repeat;
    width: 14px;
    height: 7px;
    display: block;
    position: absolute;
    top: 7px;
    right: 0px;
}
*/

header .addr_container .items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  background: #364246;
  box-shadow: 0px 0px 10px hwb(0deg 0% 100% / 30%);
  z-index: 2;
  font-size: 14px;
}

header .addr_container .open + .items {
  display: block;
}

header .addr_container .items div {
  padding: 5px 15px;
  white-space: nowrap;
}

header .addr_container .items div strong {
  white-space: nowrap;
  display: block;
}

header .addr_container .items div span {
}

header .addr_container .items div:hover {
  text-decoration: underline;
}

header .phone {
  display: flex;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
  font-size: 20px;
}

header .phone:before {
  content: "";
}

header > .container:first-child .btn {
  width: 246px;
}
.big_banner .logo3 {
  width: 150px;
  position: absolute;
  top: 5px;
  right: 0;
}
.big_banner {
  position: relative;
  margin-top: 100px;
}

.big_banner .item {
  position: relative;
}

.big_banner .item picture {
  display: block;
  text-align: center;
  position: relative;
}

.big_banner .item picture:after {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  position: absolute;
  bottom: 0px;
  height: 32%;
  left: 0px;
  width: 100%;
  opacity: 0;
}

.big_banner .item picture img {
  max-width: none;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  display: block;
  margin: 0px auto;
}

.big_banner .swiper-button-next,
.big_banner .swiper-button-prev {
  position: absolute;
  top: 50%;
  right: 0px;
  background: hwb(0deg 100% 0% / 80%);
  width: 57px;
  height: 57px;
  display: block;
  text-align: center;
  color: black;
  padding-top: 14px;
  box-sizing: border-box;
}

.big_banner .swiper-button-next:after,
.big_banner .swiper-button-prev:after {
  font-size: 27px;
  font-weight: 700;
}

.big_banner .swiper-button-next:hover,
.big_banner .swiper-button-prev:hover {
  background: #ff9549;
}

.big_banner .swiper-button-next:hover:after,
.big_banner .swiper-button-prev:hover:after {
}

.big_banner .swiper-pagination {
  display: none;
  justify-content: center;
  width: 100%;
}

.big_banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0px 5px;
  position: relative;
  top: 3px;
  background: white;
}

.big_banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #f8934f;
}

.big_banner .item .title_contianer {
  position: absolute;
  top: 135px;
  left: 0px;
  width: 100%;
  transform: scaleY(0);
  transition: 0.3s;

  z-index: 1;
}

.big_banner .item .title_contianer .br_mob {
  display: none;
}

#timer4c9b32331898329ed77efe570f0a530f {
  text-align: start !important;
}

#timer-text-4c9b32331898329ed77efe570f0a530f-secundes,
#timer-text-4c9b32331898329ed77efe570f0a530f-minutes,
#timer-text-4c9b32331898329ed77efe570f0a530f-hours,
#timer-text-4c9b32331898329ed77efe570f0a530f-days {
  text-align: center;
}

.start .big_banner .item .title_contianer {
  transform: scaleY(1);
}

.big_banner .item .title_contianer .container {
}

.big_banner .item .title_contianer .container .text_container {
  position: relative;
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.text_container {
  padding-top: 100px;
}

.banner_props {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  gap: 10px 40px;
}
.banner_props a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 45px;
  font-size: 24px;
  font-weight: 500;
  /* color: #ffffff; */
  color: #000;
  padding-left: 60px;
  text-decoration: none;
}
.banner_props a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 45px;
  height: 45px;
}
.banner_props .ico1:before {
  background: url(../img/banner_props_ico1.png) no-repeat;
}
.banner_props .ico2:before {
  background: url(../img/banner_props_ico2.png) no-repeat;
}

.hero__price {
  background-color: rgba(109, 188, 231, 1);
  padding: 0 15px;
  color: white;
}

.hero__item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
  padding-left: 60px;
  margin-top: 18px;
}

.hero__item::after {
  width: 52px;
  height: 52px;
  position: absolute;
  content: "";
  left: 0;
  background-color: rgba(109, 188, 231, 1);
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
}

.hero__item_pay::after {
  background-image: url(../img/pay.png);
}

.hero__item_present::after {
  background-image: url(../img/present.png);
}

.big_banner .item .title_contianer .container .text_container:before {
  content: "";
}

.big_banner .item .title_contianer .container .text_container .title {
  font-size: 32px;
  font-weight: 700;
  /* color: #ffffff; */
  color: #000;
}

.big_banner .item .title_contianer .container .text_container .title2 {
  font-size: 32px;
  font-weight: 400;
  /* color: #ffffff; */
  color: #000;
}

.big_banner .item .title_contianer .container .text_container .title font {
}

.big_banner .item .title_contianer .container .text_container .comment {
  margin-top: 4px;
  font-size: 32px;
  font-weight: 400;
  /* color: #ffffff; */
  color: #000;
}

.big_banner .item .title_contianer .container .text_container .comment font {
}

.big_banner .item .title_contianer .container .text_container .comment span {
  display: inline-block;
  padding: 6px 16px 8px 16px;
  font-size: 30px;
  font-weight: 700;
}
.big_banner .item .title_contianer .container .text_container .btn {
  width: 300px;

  margin-top: 22px;
  margin-bottom: 30px;
}

.big_banner .item .title_contianer .container .text_container .vigoda {
  font-size: 32px;
  position: absolute;
  left: 0px;
  bottom: -310px;
  margin-left: 12%;
  padding-right: 18px;
  padding-bottom: 4px;
}

.big_banner .item .title_contianer .container .text_container .vigoda:before {
  content: "";
  height: 1px;
  width: 200vw;
  background: white;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.big_banner .item .title_contianer .container .text_container .vigoda:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background: white;
  bottom: -3px;
  right: 0px;
  position: absolute;
}

.start .big_banner .item .title_contianer .btn {
  margin: 15px auto 0;
  width: 300px;
  color: #000000;
}

.big_banner .slick-dots {
  position: absolute;
  bottom: 194px;
  justify-content: inherit;
  max-width: 1200px;
  margin: 0px auto;
  left: 50%;
  transform: translateX(-50%);
}

.big_banner .slick-dots > li {
  height: 10px;
  width: 10px;
}

.big_banner .slick-dots > li button {
}

.big_banner .slick-dots .slick-active {
  width: 50px;
}

.big_banner .slick-dots .slick-active button {
}

.offer_container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: white;
  /* margin-bottom: 29px; */
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: -174px;
}

.offer_container .container {
}

.offer_container .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(200px);
  transition: 0.5s;
}

.start .offer_container .cont {
  transform: translateY(0px);
}

.offer_container .text_container {
  padding-top: 16px;
  align-items: center;
  padding-bottom: 16px;
}

.offer_container .title {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 136%;
  padding-bottom: 10px;
}

.offer_container .title strong {
  font-size: 36px;
  text-transform: uppercase;
  padding-bottom: 6px;
  display: block;
}

.offer_container form {
  width: 52%;
  flex-shrink: 0;
  padding-top: 14px;
}

.offer_container form .form_title {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 13px;
  text-align: left;
}

.offer_container form .form_comment {
  font-size: 26px;
  text-transform: uppercase;
  padding-bottom: 18px;
}

.offer_container form .form_comment span {
  color: #009fdc;
}

.offer_container form .fields {
  display: flex;
  justify-content: space-between;
}

.offer_container form .fields .form-group {
  width: 49%;
}

.offer_container form .fields .form-group:first-child {
  width: 49%;
}

.offer_container form .fields .form-group {
  margin-bottom: 0px;
}

.offer_container form .fields input {
  background: none;
  color: black;
  border-color: white;
  color: white;
}

.offer_container form .fields input::placeholder {
  color: white;
}

.offer_container form .fields button {
}

.offer_container form .agree_field {
  margin-top: 9px;
  margin-bottom: 0px;
}

.offer_container form .agree_field .check_ex {
  border-color: white;
}

.offer_container form .agree_field .check_ex i {
  background: white;
}

.offer_container .btn {
  width: 100%;
}

.offer_container .btn:hover {
  /* background: none; */
  /* border-color:white; */
  /* transition: 0.5s; */
  /* color: white; */
}

.timer {
}

div[id^="timer"] {
  white-space: nowrap;
}

.run-str {
  background-color: rgba(109, 188, 231, 1);
  max-height: 60px;
}

.run-str__content {
  /* overflow: hidden; */
  padding: 8px 0px;
}

.run-str__text {
  display: inline-flex;
  gap: 36px;
  font-weight: 700;
  font-size: 32px;
  white-space: nowrap;
  animation: scroll-left 10s linear infinite;
  overflow: visible;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-25% - 2px));
  }
}

.run-str__text .stick {
  border: 1px solid white;
  height: 44px;
  background: white;
  display: block;
}

#models_tabs {
  padding-top: 40px;
}

#models_tabs .slider_container {
  position: relative;
}

#models_tabs .swiper {
}

#models_tabs .swiper .swiper-wrapper {
}

#models_tabs .swiper .swiper-slide {
}

#models_tabs .swiper .swiper-slide a {
  display: block;
  background: #eaeeef;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  padding-top: 11px;
  line-height: 147%;
  padding-bottom: 17px;
}

#models_tabs .swiper .swiper-slide a strong {
}

#models_tabs .swiper .swiper-slide a strong {
  display: block;
  font-size: 32px;
}

#models_tabs .swiper .swiper-slide-active a {
}

#models_tabs .swiper .swiper-slide-active a strong {
}

#models_tabs .swiper .swiper-slide a:hover {
  background: #1b457d;
  color: white;
}

#models_tabs .swiper-button-next,
#models_tabs .swiper-button-prev {
}

#models_tabs .swiper-button-next {
  right: -40px;
}

#models_tabs .swiper-button-prev {
  left: -40px;
}

#models_tabs .swiper-button-next:after,
#models_tabs .swiper-button-prev:after {
  font-size: 24px;
  font-weight: 700;
  color: #1b457d;
}

#models_tabs .swiper-button-next:after {
}

#models_tabs .swiper-button-prev:after {
}

#models_tabs .swiper-pagination {
  width: 100%;
  bottom: -35px;
  display: none;
}

#models_tabs .swiper-pagination .swiper-pagination-bullet {
  margin: 5px;
}

#models_tabs .swiper-pagination .swiper-pagination-bullet-active {
  background: #1b457d;
}

#models_tabs .swiper-pagination .swiper-pagination-bullet-active:after {
}

.models_items {
  padding-top: 150px;
}

.models_items .container {
}

.models_items .items {
}

.models_items .items .item {
  margin-bottom: 0px;
}

.models_items .items .item > .title {
  font-weight: 500;
  font-size: 48px;
  padding-bottom: 40px;
  position: relative;
  display: inline-block;
}

.models_items .items .item > .title span {
  font-size: 16px;
  display: block;
  font-weight: 300;
  padding-right: 8px;
}

.models_items .items .item > .title:before {
  content: "";
  height: 1px;
  width: 200vw;
  background: white;
  position: absolute;
  top: 64px;
  right: 0px;
}

.models_items .items .item > .title:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background: white;
  top: 61px;
  right: 0px;
  position: absolute;
}

.models_items .items .item .cont {
  display: flex;
  position: relative;
  justify-content: space-between;
  background: #364246;
  padding-bottom: 18px;
  border: 1px solid #364246;
}

.models_items .items .item .cont .text_container {
  position: relative;
  overflow: hidden;
  width: 77%;
  flex-shrink: 0;
  padding-top: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  padding-left: 26%;
  padding-bottom: 30px;
}

.models_items .items .item .cont .image {
  margin-right: -27%;
  margin-left: 6%;
  margin-top: 57px;
  position: relative;
}

.models_items .items .item .cont .image .pl_tires {
  font-size: 18px;
  color: #2e383b;
  /* width: 274px; */
  height: 33px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 40px;
  background: url("../img/ico_tires.png") 10px 50% no-repeat #ffffff;
  position: absolute;
  left: -50px;
  bottom: 80px;
}

.models_items .items .item .cont .image .pl_tires:after {
  content: url("../img/tires_arrow.png");
  position: absolute;
  right: -39px;
  top: 3px;
}

.models_items .items .item .cont .image .pl_wd {
  font-size: 18px;
  color: #2e383b;
  width: 283px;
  height: 33px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 40px;
  background: url("../img/ico_wd.svg") 10px 50% no-repeat #ffffff;
  position: absolute;
  right: 0;
  top: -35px;
}

.models_items .items .item .cont .image .pl_wd:after {
  content: url("../img/wd_arrow.png");
  position: absolute;
  left: -66px;
  top: 15px;
}

.models_items .items .item#c7_new .cont .image .pl_wd {
  right: -38px;
}
.models_items .items .item#c7_new .cont .image .pl_wd:after {
  content: "";
  left: -20px;
  width: 20px;
  height: 36px;
  background: url(../img/wd_arrow.png) 0 0 no-repeat;
  background-position: 0 0;
}

.models_items .items .item .cont .image .car_new {
  position: absolute;
  top: -35px;
  left: -74px;
  display: flex;
  align-items: center;
  height: 33px;
  padding: 0 10px 0 40px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
  z-index: 2;
}
.models_items .items .item .cont .image .car_new span {
  position: relative;
  top: -1px;
}
.models_items .items .item .cont .image .car_new:before {
  content: "";
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/car_new.svg) no-repeat;
}
.models_items .items .item .cont .image .car_new:after {
  content: "";
  position: absolute;
  top: 25px;
  right: -20px;
  width: 20px;
  height: 26px;
  background: url(../img/car_new_arrow.png) 100% 100% no-repeat;
  z-index: -1;
}

.models_items .items .item .cont .image img {
}

.models_items .items .item .cont .colors {
  display: flex;
  position: absolute;
  bottom: 26px;
  left: -53px;
  align-items: center;
  /*width: 100%;*/
  justify-content: center;
  z-index: 1;
}

.models_items .items .item .cont .colors div {
  width: 30px;
  height: 30px;
  border-radius: 0px;
  margin: 5px;
  transition: 0.5s;
  cursor: pointer;
  user-select: none;
}

.models_items .items .item .cont .colors div:hover {
  box-shadow: 0px 0px 20px hwb(0deg 100% 0% / 30%);
}

.models_items .items .item .cont .colors div.current {
  transform: scale(1.8);
  margin-left: 14px;
  margin-right: 14px;
}

.ags_btn_mob {
  display: none;
}

.models_items .items .item .cont .advantages {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  justify-content: space-between;
}

.models_items .items .item .cont .advantages.line {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
}

.models_items .items .item .cont .advantages > li {
  display: flex;
  align-items: center;
  width: 49%;
  margin-bottom: 25px;
}

.models_items .items .item .cont .advantages > li a {
  color: inherit;
  text-decoration: none;
}

.models_items .items .item .cont .advantages > li span {
}

.models_items .items .item .cont .advantages > li strong {
}

.models_items .items .item .cont .advantages > li:before {
  content: "";
  width: 45px;
  height: 45px;
  display: block;
  flex-shrink: 0;
  margin-right: 15px;
}

.models_items .items .item .cont .advantages > li.ico1:before {
  background: url(../img/ico1.svg) 50% 50% no-repeat;
}

.models_items .items .item .cont .advantages > li.ico2:before {
  background: url(../img/ico2.svg) 50% 50% no-repeat;
}

.models_items .items .item .cont .advantages > li.ico3:before {
  background: url(../img/ico3.svg) 50% 50% no-repeat;
}

.models_items .items .item .cont .advantages > li.ico4:before {
  background: url(../img/ico4.svg) 50% 50% no-repeat;
}

.models_items .items .item .cont .advantages > li.ico5:before {
  background: url(../img/ico5.png) 50% 50% no-repeat;
}

.models_items .items .item .cont .advantages > li.ico9:before {
  background: url(../img/ico9.png) 50% 50% no-repeat;
}

.models_items .items .item .cont .advantages > li.ico10:before {
  background: url(../img/ico10.png) 50% 50% no-repeat;
}

.models_items .items .item .cont .advantages > li.ico11:before {
  background: url(../img/ico11.png) 50% 50% no-repeat;
}

.models_items .items .item .cont .advantages > li.ico12:before {
  background: url(../img/ico12.png) 50% 50% no-repeat;
}

.models_items .items .item .cont .btns {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  row-gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  margin-top: 15px;
}

.models_items .items .item .cont .btns .btn {
  margin-top: 0;
  width: 48.6%;
  height: 49px;
  font-size: 18px;
}

.models_items .items .item .cont .props {
}

.models_items .items .item .cont .props .title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.models_items .items .item .cont .props {
  display: flex;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 12px;
  padding-top: 10px;
  justify-content: space-between;
  width: 104%;
  margin-left: -4%;
}

.models_items .items .item .cont .props > li {
  text-align: center;
  width: 100%;
  border-left: 1px solid #5b6672;
  font-size: 12px;
  text-transform: uppercase;
}

.models_items .items .item .cont .props > li strong {
  display: block;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 4px;
  text-transform: none;
}

.models_items .items .item .cont .props > li strong i {
  font-size: 20px;
  font-style: normal;
}

.models_items .items .item .cont .props > li:first-child {
  border: none;
}

.models_items .items .item .compl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
  align-items: flex-start;
}

.models_items .items .item .compl > .title {
  font-size: 36px;
  width: 100%;
  padding-bottom: 40px;
}

.models_items .items .item .compl .items {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  width: 66%;
}

.models_items .items .item .compl .items > a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  border-bottom: 1px solid white;
  padding-bottom: 16px;
  padding-top: 34px;
  justify-content: space-between;
}

.models_items .items .item .compl .items > a:first-child {
  padding-top: 0px;
}

.models_items .items .item .compl .items > a div {
  align-items: center;
  display: flex;
}

.models_items .items .item .compl .items > a .title {
  font-size: 24px;
  font-weight: 700;
  width: 26%;
}

.models_items .items .item .compl .items > a .ico1:before {
  content: "";
  background: url(../img/ico6.png) 50% 50% no-repeat;
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-right: 5px;
}

.models_items .items .item .compl .items > a .ico2:before {
  content: "";
  background: url(../img/ico7.png) 50% 50% no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
}

.models_items .items .item .compl .items > a .ico3:before {
  content: "";
  background: url(../img/ico8.png) 50% 50% no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
}

.models_items .items .item .btns {
  width: 31%;
}

.models_items .items .item .btns .btn {
  margin-top: 34px;
}

.models_items .items .item .btns .btn:first-child {
  margin-top: 0px;
}

.models_items .items .item {
  user-select: none;
  margin-bottom: 150px;
}

.models_items .items .item .gallery {
  position: relative;
  margin-top: 44px;
}

.models_items .items .item .gallery .swiper {
}

.models_items .items .item .gallery .swiper .swiper-wrapper {
}

.models_items .items .item .gallery .swiper .swiper-slide {
}

.models_items .items .item .gallery .swiper .swiper-slide a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.models_items .items .item .gallery .swiper .swiper-slide a img {
  width: 100% !important;
  transition: 0.5s;
  transform: scale(1);
}

.models_items .items .item .gallery .swiper .swiper-slide a:hover img {
  transform: scale(1.1);
}

.models_items .items .item .gallery .swiper .swiper-slide a strong {
}

.models_items .items .item .gallery .swiper .swiper-slide a strong {
}

.models_items .items .item .gallery .swiper .swiper-slide-active a {
}

.models_items .items .item .gallery .swiper .swiper-slide-active a strong {
}

.models_items .items .item .gallery .swiper-button-next,
.models_items .items .item .swiper-button-prev {
}

.models_items .items .item .gallery .swiper-button-next {
  right: -40px;
}

.models_items .items .item .gallery .swiper-button-prev {
  left: -40px;
}

.models_items .items .item .gallery .swiper-button-next:after,
.models_items .items .item .swiper-button-prev:after {
  font-size: 24px;
  font-weight: 400;
  color: white;
}

.models_items .items .item .gallery .swiper-button-next:after {
}

.models_items .items .item .gallery .swiper-button-prev:after {
}

.models_items .items .item .gallery .swiper-pagination {
  display: none;
}

.models_items
  .items
  .item
  .gallery
  .swiper-pagination
  .swiper-pagination-bullet {
  margin: 3px;
  border: 1px solid white;
  box-sizing: border-box;
  background: none;
}

.models_items
  .items
  .item
  .gallery
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: white;
}

.models_items
  .items
  .item
  .gallery
  .swiper-pagination
  .swiper-pagination-bullet-active:after {
}

/*****************************************************************************************/

#instock {
  position: relative;
  margin-bottom: 150px;
}

#instock .title1 {
  margin-bottom: 65px;
}

#instock .instock_wrap {
  width: 1160px;
  margin: 0 auto;
  max-width: 100%;
}

#instock .compl_title {
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 35px;
  text-align: center;
  color: #ffffff;
}

#instock .models_wrap {
  margin-bottom: 70px;
}

#instock .models {
  display: flex;
  justify-content: center;
  column-gap: 50px;
}

#instock .model_name {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  width: 330px;
  max-width: 49%;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  transition: all 0.3s;
  cursor: pointer;
}

#instock .model_name.active,
#instock .model_name:hover {
  background: #ffffff;
  color: #293337;
}

#instock .compl_items {
  /*margin-left: -13px;
    width: 102%;*/
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

#instock .compl_items .slick-prev {
  width: 20px !important;
  height: 34px !important;
  background: url("../img/prev.png") 50% no-repeat !important;
  left: -185px !important;
  z-index: 3;
}

#instock .compl_items .slick-next {
  width: 20px !important;
  height: 34px !important;
  background: url("../img/next.png") 50% no-repeat !important;
  right: -185px !important;
  z-index: 3;
}

#instock .compl_items .slick-prev:before,
#instock .compl_items .slick-next:before {
  display: none;
}

#instock .compl_items .slick-prev.slick-disabled,
#instock .compl_items .slick-next.slick-disabled {
  display: none !important;
}

#instock .compl_items .item {
  justify-content: space-between;
  align-items: center;
  width: 350px;
  margin: 0 13px;
  background: #364246;
}

#instock .compl_items .item .item_wrap {
  padding: 30px 25px 40px;
}

#instock .compl_items .item.show {
  display: flex;
}

#instock .compl_items .compl_image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

#instock .compl_items .compl_image img {
  width: 100%;
}

#instock .compl_items .item .item_name {
  font-size: 24px;
  margin-bottom: 35px;
  font-weight: 800;
}

#instock .compl_items .item .item_compl {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 20px;
  min-height: 40px;
}

#instock .compl_items .item .item_specs div {
  font-size: 18px;
  padding-left: 40px;
  margin-bottom: 10px;
}

#instock .compl_items .item .item_specs div.ico1 {
  background: url("../img/spec_ico1.svg") 0 50% no-repeat;
}

#instock .compl_items .item .item_specs div.ico2 {
  background: url("../img/spec_ico2.svg") 3px 50% no-repeat;
}

#instock .compl_items .item .item_specs div.ico3 {
  background: url("../img/spec_ico3.svg") 3px 50% no-repeat;
}

#instock .compl_items .compl_btns {
  width: 100%;
  margin-top: 25px;
}

#instock .compl_items .compl_btns .btn:nth-child(1) {
  margin-top: 45px;
}

#instock .compl_items .compl_btns .btn {
  font-size: 18px;
  font-weight: 400;
}

/*****************************************************************************************/

#exterior {
}

#exterior .container {
}

#exterior .items {
  display: flex;
  justify-content: space-between;
}

#exterior .items .item {
  position: relative;
}

#exterior .items .item .image {
}

#exterior .items .item .image img {
  width: 100% !important;
}

#exterior .items .item .text_container {
  top: 0px;
  left: 0px;
  position: absolute;
  color: white;
  width: 100%;
  padding: 33px 29px;
  box-sizing: border-box;
}

#exterior .items .item .text_container .title {
  font-size: 32px;
  padding-bottom: 30px;
}

#exterior .items .item .text_container .comment {
  font-size: 20px;
  opacity: 0;
  transition: 0.5s;
}

#exterior .items .item .text_container ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 20px;
  opacity: 0;
  transition: 0.5s;
}

#exterior .items .item .text_container ul > li {
  margin-top: 15px;
  position: relative;
  padding-left: 15px;
}

#exterior .items .item .text_container ul > li:first-child {
  margin-top: 0px;
}

#exterior .items .item .text_container ul > li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: white;
  display: block;
  border-radius: 100px;
  position: absolute;
  top: 9px;
  left: 0px;
}

#exterior .items .item .text_container .btn {
  margin-top: 40px;
  width: 271px;
  opacity: 0;
  transition: 0.5s;
}

#exterior .items .item:hover {
}

#exterior .items .item:hover .image {
  filter: brightness(0.5);
}

#exterior .items .item:hover .comment {
  opacity: 1;
}

#exterior .items .item:hover ul {
  opacity: 1;
}

#exterior .items .item:hover .btn {
  opacity: 1;
}

#interior {
  padding-top: 150px;
  padding-bottom: 248px;
}

#interior .container {
}

#interior .items {
  display: flex;
  justify-content: space-between;
}

#interior .items .item {
  position: relative;
}

#interior .items .item .image {
}

#interior .items .item .image img {
}

#interior .items .item .text_container {
  top: 0px;
  left: 0px;
  position: absolute;
  color: white;
  width: 100%;
  padding: 33px 29px;
  box-sizing: border-box;
}

#interior .items .item .text_container .title {
  font-size: 32px;
  padding-bottom: 30px;
}

#interior .items .item .text_container .comment {
  font-size: 20px;
  opacity: 0;
  transition: 0.5s;
}

#interior .items .item .text_container ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 20px;
  opacity: 0;
  transition: 0.5s;
}

#interior .items .item .text_container ul > li {
  margin-top: 15px;
  position: relative;
  padding-left: 15px;
}

#interior .items .item .text_container ul > li:first-child {
  margin-top: 0px;
}

#interior .items .item .text_container ul > li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: white;
  display: block;
  border-radius: 100px;
  position: absolute;
  top: 9px;
  left: 0px;
}

#interior .items .item .text_container .btn {
  margin-top: 40px;
  width: 271px;
  opacity: 0;
  transition: 0.5s;
}

#interior .items .item:hover {
}

#interior .items .item:hover .image {
  filter: brightness(0.5);
}

#interior .items .item:hover .comment {
  opacity: 1;
}

#interior .items .item:hover ul {
  opacity: 1;
}

#interior .items .item:hover .btn {
  opacity: 1;
}

#complects {
}

#complects .container {
}

#complects .title1 {
  padding-bottom: 59px;
}

#complects .filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid hwb(0deg 40% 60% / 30%);
  border-bottom: 1px solid hwb(0deg 40% 60% / 30%);
}

#complects .filter .param1_items {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

#complects .filter .param1_items .item {
  color: inherit;
  text-decoration: none;
  padding: 14px;
  position: relative;
}

#complects .filter .param1_items .item.current {
  color: #1c69d4;
}

#complects .filter .param1_items .item:after {
  content: "";
  height: 4px;
  background: #1c69d4;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0px;
  opacity: 0;
  transition: 0.2s;
  transform: translateX(-50%);
}

#complects .filter .param1_items .item:hover:after {
  opacity: 1;
  width: 100%;
}

#complects .filter .param1_items .sup {
  background: hwb(0deg 40% 60% / 30%);
  width: 1px;
}

#complects .filter {
}

#complects .filter > .item {
  margin-left: 10px;
}

#complects .filter > .item.marka {
  display: none;
}

#complects .filter > .item select {
  height: 48px;
  border-radius: 3px;
  border: 1px solid #f3f1e0;
  font-family: inherit;
  width: 256px;
  flex-shrink: 0;
  padding-left: 25px;
  font-size: inherit;
}

#complects .filter > .item select option {
  color: black;
}

#complects #complects_items {
  /* display: none; */
  padding-top: 60px;
}

#complects .filter_slider {
  margin-top: 101px;
  position: relative;
  padding-bottom: 77px;
}

#complects .filter_slider .item {
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  padding-bottom: 140px;
  height: auto;
}

#complects .filter_slider .item .image {
  background: #313131;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}

#complects .filter_slider .item .image img {
}

#complects .filter_slider .item .title {
  font-size: 20px;
  font-weight: 700;
  padding-top: 34px;
}

#complects .filter_slider .item ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 17px;
  padding-top: 18px;
}

#complects .filter_slider .item ul > li {
  position: relative;
  padding-left: 26px;
  margin-top: 5px;
}

#complects .filter_slider .item ul > li:first-child {
  margin-top: 0px;
}

#complects .filter_slider .item ul > li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #f4ff3e;
  border-radius: 100px;
  position: absolute;
  top: 9px;
  left: 0px;
}

#complects .filter_slider .item .btns {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}

#complects .filter_slider .item .btns .btn {
  margin-top: 10px;
}

#complects .filter_slider .item .btns .btn:first-child {
  margin-top: 0px;
}

#complects .filter_slider .item .cross {
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  border-radius: 3px;
  pointer-events: none;
}

#complects .filter_slider .item .cross:before {
  content: "";
  border: 1px solid #f4ff3e;
  width: 11%;
  height: 8%;
  display: block;
  position: absolute;
  left: 0px;
  border-bottom: 0px;
  border-right: none;
}

#complects .filter_slider .item .cross:after {
  content: "";
  border: 1px solid #f4ff3e;
  width: 11%;
  height: 8%;
  display: block;
  position: absolute;
  right: 0px;
  border-bottom: 0px;
  border-left: none;
}

#complects .filter_slider .item .cross span:before {
  content: "";
  border: 1px solid #f4ff3e;
  width: 11%;
  height: 8%;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 1px;
  border-right: none;
  border-top: none;
}

#complects .filter_slider .item .cross span:after {
  content: "";
  border: 1px solid #f4ff3e;
  width: 11%;
  height: 8%;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 1px;
  border-left: none;
  border-top: none;
}

#complects .filter_slider .swiper {
}

#complects .filter_slider .swiper .swiper-wrapper {
  display: flex;
}

#complects .filter_slider .swiper-button-next,
.filter_slider .swiper-button-prev {
  border: 1px solid #313131;
  border-radius: 100px;
  height: 32px;
  width: 32px;
  top: 50%;
  position: absolute;
}

#complects .filter_slider .swiper-button-next {
  right: -30px;
}

#complects .filter_slider .swiper-button-prev {
  left: -30px;
}

#complects .filter_slider .swiper-button-next:after,
.filter_slider .swiper-button-prev:after {
  font-size: 0px;
  background: url(../img/typcn_arrow-left.html) 50% 50% no-repeat;
  width: 100%;
  height: 100%;
}

#complects .filter_slider .swiper-button-next:after {
  transform: rotate(180deg);
}

#complects .filter_slider .swiper-button-prev:after {
}

#complects .filter_slider .swiper-button-next:hover,
.filter_slider .swiper-button-prev:hover {
}

#complects .filter_slider .swiper-button-next:hover:after,
.filter_slider .swiper-button-prev:hover:after {
}

#complects .filter_slider .swiper-pagination {
  display: inline-flex;
  background: #313131;
  padding: 4px 10px; /* width: 100%; */
  left: 50%;
  right: auto;
  justify-content: center;
  box-sizing: border-box;
  transform: translateX(-050%);
  bottom: 0px;
}

#complects .filter_slider .swiper-pagination .swiper-pagination-bullet {
  margin: 5px;
}

#complects .filter_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: white;
}

#complects_items {
  padding-top: 30px;
}

#complects_items .item {
  display: flex;
  padding: 51px 34px;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
}

#complects_items .item:hover {
  /* box-shadow: 0px 5px 25px hwb(0deg 0% 100% / 10%); */
}

#complects_items .item:before {
  content: "";
  background: #eaeeef;
  height: 100%;
  width: 200%;
  border-radius: 10px;
  position: absolute;
  top: 0px;
  left: 249px;
  transform: skewX(-45deg);
  z-index: -1;
}

#complects_items .item .text_container {
  width: auto;
  flex-shrink: 0;
  flex: 1 0 auto;
  padding-right: 6%;
}

#complects_items .item .text_container .title {
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 23px;
  font-weight: 700;
}

#complects_items .item .text_container .title span {
  color: #1b457d;
}

#complects_items .item .text_container ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 260px;
  font-size: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

#complects_items .item .text_container ul li {
  position: relative;
  padding-left: 43px;
  display: flex;
  justify-content: space-between;
}

#complects_items .item .text_container ul li:first-child {
  margin-top: 0px;
  margin-left: 0px;
}

#complects_items .item .text_container ul li strong {
}

#complects_items .item .text_container ul li:before {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

#complects_items .item .text_container ul li:before {
  content: "";
}

#complects_items .item .text_container ul li.ico1:before {
  background: url(../img/ico1.png) 50% 50% no-repeat;
}

#complects_items .item .text_container ul li.ico2:before {
  background: url(../img/ico2.png) 50% 50% no-repeat;
}

#complects_items .item .text_container ul li.ico3:before {
  background: url(../img/ico3.png) 50% 50% no-repeat;
}

#complects_items .item .image {
  margin-top: -4%;
  margin-bottom: -4%;
  width: 31%;
  text-align: center;
}

#complects_items .item .image img {
}

#complects_items .item .btns {
  width: 22%;
  flex-shrink: 0;
}

#complects_items .item .btns .btn {
  margin-top: 5px;
}

#complects_items .item .btns .btn:first-child {
  margin-top: 0px;
}

#complects_items_showmore {
  width: 300px;
  margin: 0px auto;
}

#credit {
  background: #2e383b;
}

#credit .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#credit .text_container {
  width: 480px;
  flex-shrink: 0;
  padding-right: 40px;
  box-sizing: border-box;
}

#credit .title {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

#credit .comment {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}

#credit .btn {
  margin-top: 30px;
}

#credit .cont form {
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0px auto;
  z-index: 1;
  background: #f2f2f2;
  width: 100%;
  padding: 86px 15%;
  padding-bottom: 0px;
  padding-top: 0px;
  height: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#credit .cont form .title {
  font-size: 75px;
  text-transform: uppercase;
  line-height: 100%;
}

#credit .cont form .comment {
  margin-bottom: 27px;
  margin-top: 12px;
}

#credit .cont form .comment strong {
  font-size: 20px;
}

#credit .cont form .form-group {
  margin-bottom: 12px;
}

#credit .cont form .form-group input {
  max-width: 100%;
  /* text-transform: uppercase; */
}

#credit .cont form button {
  max-width: 100%;
  width: 49%;
}

#credit .cont form .fields {
  display: flex;
  justify-content: space-between; /* width: 551px; */
}

#credit .cont form .form-group {
  width: 49%;
}

#credit .cont form .agree_field {
  margin-top: 0px;
  margin-bottom: 0px;
}

#credit .cont form .agree_field .check_ex {
}

#credit .cont form .agree_field .check_ex i {
}

#credit .image1 {
  flex-shrink: 0;
  overflow: hidden;
  order: 1;
}

#credit .image1 img {
  width: 100% !important;
}

#credit .image2 {
  width: calc(50% - 5px);
  overflow: hidden;
}

#credit .image2 img {
  margin-top: 10px;
  width: 100% !important;
  height: calc(50% - 5px);
}

#credit .images {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}

#credit .images .image {
  display: inline-flex;
  width: calc(33.333333% - 10px) !important;
  margin: 0px 5px;
  overflow: hidden;
}

#credit img {
  /* transition: 0.5s; */
  /* transform: scale(1.05); */
}

#credit img.animated {
  transform: scale(1);
}

#credit .mvideo_container {
  width: calc(50% - 5px);
  background: url(../img/img_credit1.html) 50% 50% no-repeat;
  background-size: 100%;
  position: relative;
  height: 0px;
  padding-bottom: calc((50% - 5px) / 1.05);
}

#credit .mvideo_container button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/ico_video.png) 50% 50% no-repeat;
  width: 78px;
  height: 78px;
  display: block;
  z-index: 1;
  border: none;
}

#credit .mvideo_container video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  right: -1px;
}

#vigoda_tradein {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 150px;
}

#vigoda_tradein .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#vigoda_tradein .image1 {
}

#vigoda_tradein .image1 img {
}

#vigoda_tradein .text_container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  height: 90%;
}

#vigoda_tradein .text_container .title {
  font-size: 48px;
  font-weight: 500;
}

#vigoda_tradein .text_container .title font {
}

#vigoda_tradein .text_container .comment {
  font-size: 20px;
  padding-top: 20px;
}

#vigoda_tradein .text_container .comment font {
}

#vigoda_tradein .text_container .btn {
  margin-bottom: 50px;
  margin-top: 20px;
  width: 440px;
  margin-left: auto;
  margin-right: auto;
}

#morequestions {
  margin-top: 150px;
  background: #2e383b;
}

#morequestions .container {
  display: flex;
  align-items: center;
}

#morequestions .image1 {
  flex-shrink: 0;
  overflow: hidden;
  order: 1;
}

#morequestions .image1 img {
  max-width: none;
}

#morequestions .text_container {
  width: 480px;
  flex-shrink: 0;
  padding-right: 53px;
  box-sizing: border-box;
}

#morequestions .title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 34px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

#morequestions .comment {
  font-size: 24px;
  text-align: center;
  /* text-transform: uppercase; */
  margin-bottom: 20px;
}

#morequestions .container form {
  width: 100%;
  margin: 0px auto;
}

#morequestions .container form .fields {
  /* display: flex; */
  /* justify-content: space-between; */
}

#morequestions .container form .form-group {
  width: 100%;
  margin-bottom: 20px;
}

#morequestions .container form input {
  background: none;
  color: white;
}

#morequestions .container form button {
}

#morequestions .container form .agree_field {
  margin-top: 19px;
}

#morequestions .container form .agree_field .check_ex {
  border-color: white;
}

#morequestions .container form .agree_field .check_ex i {
  background: white;
}

#contacts {
  margin-top: 150px;
  padding-bottom: 0px;
}

#contacts .title1 {
  padding-bottom: 43px;
}

#contacts .container {
}

#contacts .contacts_container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 27px;
}

#contacts .block {
  width: calc(100% - 460px);
  margin-left: 460px;
}

#contacts .logos {
}

#contacts .logos .logo1 {
}

#contacts .logos .logo1 img {
}

#contacts .logos .logo2 {
  padding-left: 42px;
  margin-left: 38px;
}

#contacts .logos .logo2 img {
}

#contacts .logos {
  margin-left: calc(66% + 20px);
  justify-content: flex-end;
  position: absolute;
  bottom: 85px;
  right: 15px;
}

#contacts .addr_container {
  order: -1;
  width: 100%;
}

#contacts .addr_container .title {
  font-size: 24px;
}

#contacts .addr_container .title string {
}

#contacts .addr_container .items {
  padding-top: 10px;
  font-size: 14px;
  display: flex;
  margin: 0px -10px;
  flex-wrap: wrap;
}

#contacts .addr_container .items > div {
  margin-top: 32px;
  cursor: pointer;
  border: 1px solid white;
  width: calc(33.3333333% - 20px);
  margin: 0px 10px;
  box-sizing: border-box;
  padding: 20px 43px;
  margin-bottom: 20px;
}

#contacts .addr_container .items > div:hover,
#contacts .addr_container .items > div.current {
}

#contacts .addr_container .items > div:first-child {
  margin-top: 0px;
}

#contacts .addr_container .items > div strong {
  display: block;
}

#contacts .addr_container .items > div > span {
  position: relative;
  padding-left: 32px;
  margin-top: 11px;
  display: block;
}

#contacts .addr_container .items > div > span:before {
  content: "";
  background: url(../img/ico_addr.png) 50% 50% no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0px;
}

#contacts .addr_container .items > div > .phone {
  color: white;
  text-decoration: none;
  margin-top: 10px;
  display: block;
}

#contacts .addr_container .items > div > .btn {
  margin-top: 19px;
}

#contacts .btns {
  display: flex;
  justify-content: space-between;
  margin-top: 77px;
  padding-bottom: 25px;
}

#contacts .btns .btn {
  width: 32%;
}

#contacts .btns .btn:first-child {
}

#contacts .text_container {
  position: absolute;
  z-index: 1;
  top: 92px;
}
#contacts .text_container .title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
#contacts .btn {
  min-width: 250px;
}
#contacts .text_container .comment {
  color: #000;
}
#contacts .questions {
  background: #fff;
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
#contacts .questions .text {
  width: 50%;
}
#contacts .addrs_container {
  background: #fff;
  padding: 26px;
}
#contacts .addrs_container .item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbcbcb;
}
#contacts .addrs_container .item:nth-child(1) {
  padding-top: 0;
}
#contacts .addrs_container .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#map1 {
  /* background: url(../img/map.jpg) 50% 0% no-repeat; */
  height: 699px;
}

footer {
  padding-top: 24px;
  padding-bottom: 24px;
  color: #bbbbbb;
  font-size: 14px;
}

footer .container {
}

footer .container .panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .container .info {
}

footer .container .panel a {
  color: inherit;
  text-decoration: none;
}

footer .ur {
}

footer .ur div {
  font-size: 10px;
  padding-top: 8px;
  line-height: 147%;
}

footer .disclamer_switch {
}

footer .copyright {
  display: inline-flex;
  align-items: center;
}

footer .copyright span {
  margin-right: 5px;
}

footer .copyright img {
}

.disclamer {
}

#reviews {
  padding-top: 60px;
}
#reviews {
}
#reviews .title1 {
  text-align: center;
  display: block;
}
#reviews .title1:before {
  display: none;
}
#reviews .title1:after {
  display: none;
}
#reviews .swiper {
  height: 440px;
}
#reviews .swiper .swiper-wrapper {
  display: block;
}

#reviews .swiper .item {
  text-align: center;
  height: auto;
}
#reviews .swiper .item .date {
  margin-top: 40px;
}
#reviews .swiper .item .author {
  font-size: 24px;
  font-weight: 700;
}
#reviews .swiper .item .rating {
  font-size: 20px;
}
#reviews .swiper .item .rating span {
  vertical-align: middle;
  margin-right: 5px;
}
#reviews .swiper .item .rating i {
  background: url(../img/star.png) 0% 0% repeat-x;
  width: 115px;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}
#reviews .swiper .item .text {
  font-size: 24px;
  width: 940px;
  margin: 0px auto;
  max-width: 100%;
  margin-top: 20px;
  line-height: 120%;
  border-bottom: 1px solid white;
  padding-bottom: 40px;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

#reviews .swiper .swiper-scrollbar {
  border: 1px solid white;
  height: 100%;
  width: 8px;
  padding: 1px;
  right: 0px;
  left: auto;
  position: absolute;
  top: -0px;
  box-sizing: border-box;
  margin-right: 15px;
}
#reviews .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: white;
}

/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) {
}

@media (max-width: 1430px) {
}

@media (max-width: 1300px) {
  .models_items .items .item#c7_new .cont .image .pl_wd {
    right: 0;
    width: fit-content;
    padding: 0 10px 0 40px;
  }
}

@media (max-width: 991px) {
  .models_items .items .item .cont .image .car_new {
    left: 0;
  }
  .models_items .items .item .cont .image .car_new:after {
    display: none;
  }
  #map1 {
    margin-top: 114px;
  }
  #contacts .text_container {
    position: relative;
  }
  .menuopen .menu_container {
    right: 0px;
    background: hwb(0deg 25% 75% / 80%);
  }

  .menu_container .container {
    padding: 0px;
    display: block;
  }

  .menu_container {
    position: absolute;
    top: 100%;
    right: -520px;
    left: auto;
    transition: 0.2s;
    background: white;
    height: auto;
    z-index: 2;
    width: 520px;
    max-width: 100%;
  }

  .menu_container .container .menu {
    background: none;
    display: block !important;
    text-align: center;
    height: auto;
    width: 100%;
    margin: 0px;
  }

  .menu_container .container .menu > li a {
    padding: 5px 10px;
    display: block;
    color: white;
  }

  .burger {
    display: block;
  }

  .burger {
    width: 45px;
    height: 44px;
    border-radius: 100px;
    line-height: 44px;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* display: none; */
  }

  .burger:before {
    content: "";
    display: block;
    height: 4px;
    background: white;
    transition: 0.2s;
    transform-origin: 5px 6px;
  }

  .burger:after {
    content: "";
    display: block;
    height: 4px;
    background: white;
    transition: 0.2s;
    transform-origin: 5px -2px;
  }

  .burger span {
    pointer-events: none;
    display: block;
    height: 4px;
    background: white;
    margin: 9px 0px;
  }

  .menuopen .burger span {
    opacity: 0;
  }

  .menuopen .burger:before {
    transform: rotate(45deg);
  }

  .menuopen .burger:after {
    transform: rotate(-45deg);
  }

  .menu_container .container .menu > li {
    display: block;
  }

  .big_banner {
    margin-top: 75px;
  }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  #instock .compl_items .slick-prev {
    left: -25px !important;
    display: block !important;
  }

  #instock .compl_items .slick-next {
    right: -20px !important;
    display: block !important;
  }

  #exterior .items .item .text_container .image {
    filter: brightness(0.5);
  }

  #exterior .items .item .text_container .comment {
    opacity: 1;
  }

  #exterior .items .item .text_container ul {
    opacity: 1;
  }

  #exterior .items .item .text_container .btn {
    opacity: 1;
  }

  #interior .items .item .text_container .image {
    filter: brightness(0.5);
  }

  #interior .items .item .text_container .comment {
    opacity: 1;
  }

  #interior .items .item .text_container ul {
    opacity: 1;
  }

  #interior .items .item .text_container .btn {
    opacity: 1;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  header > .container:first-child {
    padding-right: 80px;
  }

  header > .container:first-child .btn {
    display: none;
  }

  .big_banner .logo3 {
    top: 380px;
  }

  .big_banner .item .title_contianer {
    top: 50px;
  }
  .big_banner .item .title_contianer .container .text_container .title {
    font-size: 3.2vw;
  }
  .big_banner .item .title_contianer .container .text_container .comment {
    margin-top: 1vw;
    font-size: 3vw;
  }
  .big_banner .item .title_contianer .container .text_container .comment span {
    padding: 0.5vw 1.5vw;
    font-size: 3vw;
  }
  .banner_props a {
    min-height: 34px;
    padding-left: 45px;
    font-size: 2.2vw;
  }
  .banner_props a:before {
    width: 34px;
    height: 34px;
    background-size: contain !important;
  }

  .offer_container {
    margin-top: -172px;
    margin-bottom: 0px;
  }

  .offer_container .container {
  }

  .offer_container .cont {
  }

  .start .offer_container .cont {
    flex-direction: column;
  }

  .offer_container .text_container {
  }

  .offer_container .title {
    text-align: center;
  }

  .offer_container .title strong {
  }

  .offer_container form {
  }

  .offer_container form .form_title {
  }

  .offer_container form .form_comment {
  }

  .offer_container form .form_comment span {
  }

  .offer_container form .fields {
  }

  .offer_container form .fields .form-group {
  }

  .offer_container form .fields .form-group:first-child {
  }

  .offer_container form .fields .form-group {
  }

  .offer_container form .fields input {
  }

  .offer_container form .fields input::placeholder {
  }

  .offer_container form .fields button {
  }

  .offer_container form .agree_field {
  }

  .offer_container form .agree_field .check_ex {
  }

  .offer_container form .agree_field .check_ex i {
  }

  .offer_container .btn {
  }

  .offer_container .btn:hover {
  }

  .timer {
  }

  div[id^="timer"] {
  }

  .models_items {
  }

  .models_items .container {
  }

  .models_items .items {
  }

  .models_items .items .item {
  }

  .models_items .items .item > .title {
  }

  .models_items .items .item > .title span {
  }

  .models_items .items .item > .title:before {
  }

  .models_items .items .item > .title:after {
  }

  .models_items .items .item .cont {
    flex-direction: column;
  }

  .models_items .items .item .cont .text_container {
    padding: 15px;
    width: 100%;
  }

  .models_items .items .item .cont .image {
    margin: 0px;
    text-align: center;
    padding-bottom: 64px;
    padding-top: 30px;
  }

  .models_items .items .item .cont .image img {
  }

  .models_items .items .item .cont .colors {
    left: 57px;
  }

  .models_items .items .item .cont .colors div {
  }

  .models_items .items .item .cont .colors div:hover {
  }

  .models_items .items .item .cont .colors div.current {
  }

  .models_items .items .item .cont .advantages {
  }

  .models_items .items .item .cont .image .pl_tires {
    left: 60px;
  }

  .models_items .items .item .cont .advantages > li {
    margin-bottom: 15px;
  }

  .models_items .items .item .cont .advantages > li span {
  }

  .models_items .items .item .cont .advantages > li strong {
  }

  .models_items .items .item .cont .advantages > li:before {
  }

  .models_items .items .item .cont .advantages > li.ico1:before {
  }

  .models_items .items .item .cont .advantages > li.ico2:before {
  }

  .models_items .items .item .cont .advantages > li.ico3:before {
  }

  .models_items .items .item .cont .advantages > li.ico4:before {
  }

  .models_items .items .item .cont .advantages > li.ico5:before {
  }

  .models_items .items .item .cont .props {
    padding-top: 15px;
  }

  .models_items .items .item .cont .props .title {
  }

  .models_items .items .item .cont .props {
  }

  .models_items .items .item .cont .props > li {
  }

  .models_items .items .item .cont .props > li strong {
  }

  .models_items .items .item .cont .props > li strong i {
  }

  .models_items .items .item .cont .props > li:first-child {
  }

  .models_items .items .item .compl {
  }

  .models_items .items .item .compl > .title {
  }

  .models_items .items .item .compl .items {
  }

  .models_items .items .item .compl .items > a {
  }

  .models_items .items .item .compl .items > a:first-child {
  }

  .models_items .items .item .compl .items > a div {
  }

  .models_items .items .item .compl .items > a .title {
  }

  .models_items .items .item .compl .items > a .ico1:before {
  }

  .models_items .items .item .compl .items > a .ico2:before {
  }

  .models_items .items .item .compl .items > a .ico3:before {
  }

  .models_items .items .item .btns {
  }

  .models_items .items .item .btns .btn {
  }

  .models_items .items .item .btns .btn:first-child {
  }

  .models_items .items .item {
    margin-bottom: 50px;
  }

  .models_items .items .item .gallery {
  }

  .models_items .items .item .gallery .swiper {
  }

  .models_items .items .item .gallery .swiper .swiper-wrapper {
  }

  .models_items .items .item .gallery .swiper .swiper-slide {
  }

  .models_items .items .item .gallery .swiper .swiper-slide a {
  }

  .models_items .items .item .gallery .swiper .swiper-slide a img {
  }

  .models_items .items .item .gallery .swiper .swiper-slide a:hover img {
  }

  .models_items .items .item .gallery .swiper .swiper-slide a strong {
  }

  .models_items .items .item .gallery .swiper .swiper-slide a strong {
  }

  .models_items .items .item .gallery .swiper .swiper-slide-active a {
  }

  .models_items .items .item .gallery .swiper .swiper-slide-active a strong {
  }

  .models_items .items .item .gallery .swiper-button-next,
  .models_items .items .item .swiper-button-prev {
  }

  .models_items .items .item .gallery .swiper-button-next {
  }

  .models_items .items .item .gallery .swiper-button-prev {
  }

  .models_items .items .item .gallery .swiper-button-next:after,
  .models_items .items .item .swiper-button-prev:after {
  }

  .models_items .items .item .gallery .swiper-button-next:after {
  }

  .models_items .items .item .gallery .swiper-button-prev:after {
  }

  .models_items .items .item .gallery .swiper-pagination {
  }

  .models_items
    .items
    .item
    .gallery
    .swiper-pagination
    .swiper-pagination-bullet {
  }

  .models_items
    .items
    .item
    .gallery
    .swiper-pagination
    .swiper-pagination-bullet-active {
  }

  .models_items
    .items
    .item
    .gallery
    .swiper-pagination
    .swiper-pagination-bullet-active:after {
  }

  #exterior .items {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px -10px;
  }

  #exterior .items .item {
    width: calc(50% - 20px);
    margin: 0px 10px;
    margin-bottom: 20px;
  }

  #interior .items {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px -10px;
  }

  #interior .items .item {
    width: calc(50% - 20px);
    margin: 0px 10px;
    margin-bottom: 20px;
  }

  #vigoda_tradein .image1 {
  }

  #vigoda_tradein .image1 img {
    height: 480px;
  }

  #contacts .logos {
    bottom: 158px;
  }
}

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .cookie_text {
    display: block;
    width: 89%;
    text-align: center;
    border-radius: 20px;
  }
  .cookie_text p {
    max-width: 100%;
    font-size: 12px;
  }

  .cookie_text button {
    width: 100%;
    margin-top: 10px;
    height: 20px;
    font-size: 9px;
    justify-content: center;
  }
  .big_banner .logo3 {
    width: 22%;
    left: 10px;
    top: 406px;
  }

  .hero__item::after {
    width: 40px;
    height: 40px;
  }

  .hero__item {
    padding-left: 50px;
  }

  .br {
    display: block;
  }

  .hero__item {
    font-size: 16px !important;
  }

  .text_container {
    padding-top: 0;
  }

  body {
  }

  .anim {
    opacity: 1 !important;
  }

  .title1 {
    font-size: 26px;
    padding-bottom: 30px;
  }

  header {
    height: 75px;
  }

  .scroll header {
  }

  .scroll header .btn {
  }

  .scroll header .btn:hover {
  }

  .start header {
  }

  header .container {
  }

  header > .container:first-child {
    padding-right: 76px;
  }

  .logos {
    top: -10px;
    position: relative;
    width: 280px;
  }

  .logo1 {
  }

  .logo1 img {
  }

  .logo2 {
    width: 210px;
  }

  .logo2:before {
  }

  .logo2 img {
  }

  header .addr_container {
    display: none;
  }

  header .addr_container .current {
  }

  header .addr_container .current strong {
  }

  header .addr_container .current span {
  }

  header .addr_container .current span:before {
  }

  header .addr_container .current span:after {
  }

  header .addr_container .items {
  }

  header .addr_container .open + .items {
  }

  header .addr_container .items div {
  }

  header .addr_container .items div strong {
  }

  header .addr_container .items div span {
  }

  header .addr_container .items div:hover {
  }

  header .phone {
    position: absolute !important;
    bottom: 5px;
    left: 0px;
    width: 100%;
    justify-content: center;
    padding-right: 76px;
    box-sizing: border-box;
  }

  header .phone:before {
  }

  header > .container:first-child .btn {
    display: none;
  }

  .big_banner {
  }

  .big_banner .item {
    display: flex;
    flex-direction: column;
  }

  .big_banner .item picture {
  }

  .big_banner .item picture:after {
  }

  .big_banner .item picture img {
    max-width: 100%;
  }

  .big_banner .swiper-button-next,
  .big_banner .swiper-button-prev {
  }

  .big_banner .swiper-button-next:after,
  .big_banner .swiper-button-prev:after {
  }

  .big_banner .swiper-button-next:hover,
  .big_banner .swiper-button-prev:hover {
  }

  .big_banner .swiper-button-next:hover:after,
  .big_banner .swiper-button-prev:hover:after {
  }

  .big_banner .swiper-pagination {
  }

  .big_banner .swiper-pagination .swiper-pagination-bullet {
  }

  .big_banner .swiper-pagination .swiper-pagination-bullet-active {
  }

  .big_banner .item .title_contianer {
    top: 0px;
  }

  .big_banner .item .title_contianer .br_mob {
    display: block;
  }

  .start .big_banner .item .title_contianer {
    padding-top: 4vw;
    padding-bottom: 4vw;
    order: -1;
  }

  .big_banner .item .title_contianer .container {
    top: 20px;
  }

  .big_banner .item .title_contianer .container .text_container {
    padding: 3vw 0;
    background: #ffffff94;
  }

  .start .big_banner .item .title_contianer .btn {
    margin: 24px auto 0;
  }

  .big_banner .item .title_contianer .container .text_container:before {
  }

  .big_banner .item .title_contianer .container .text_container .title {
    font-size: 4vw;
  }

  .big_banner .item .title_contianer .container .text_container .title font {
  }

  .big_banner .item .title_contianer .container .text_container .comment {
    font-size: 5vw;
    text-align: center;
  }

  .banner_props {
    flex-direction: column;
    align-items: center;
    margin-top: 3vw;
  }
  .banner_props a {
    min-height: 34px;
    padding-left: 36px;
    font-size: 3.2vw;
  }
  .banner_props a:before {
    width: 28px;
    height: 28px;
    background-size: contain !important;
  }

  .start .big_banner .item .title_contianer .btn {
    display: none;
  }
  .big_banner .item .title_contianer .container .text_container .comment font {
  }

  .big_banner .item .title_contianer .container .text_container .comment span {
    margin-top: 2vw;
    padding: 1vw 3vw;
    font-size: 4vw;
  }

  .big_banner .item .title_contianer .container .text_container .btn {
    margin-bottom: 15px;
    width: 100%;
  }

  .big_banner .item .title_contianer .container .text_container .vigoda {
    position: relative;
    bottom: auto;
    font-size: 20px;
    margin: 15px 0px;
    margin-bottom: 0px;
  }

  .big_banner .item .title_contianer .container .text_container .vigoda:before {
  }

  .big_banner .item .title_contianer .container .text_container .vigoda:after {
  }

  .big_banner .slick-dots {
  }

  .big_banner .slick-dots > li {
  }

  .big_banner .slick-dots > li button {
  }

  .big_banner .slick-dots .slick-active {
  }

  .big_banner .slick-dots .slick-active button {
  }

  .offer_container {
    margin-top: 0px;
  }

  .offer_container .container {
  }

  .offer_container .cont {
    flex-direction: column;
  }

  .start .offer_container .cont {
  }

  .offer_container .text_container {
    width: 100%;
    display: none;
  }

  .offer_container .title {
    font-size: 19px;
  }

  .offer_container .title strong {
  }

  .offer_container form {
    width: 100%;
    padding-top: 15px;
  }

  .offer_container form .form_title {
  }

  .offer_container form .form_comment {
  }

  .offer_container form .form_comment span {
  }

  .offer_container form .fields {
    display: block;
  }

  .offer_container form .fields .form-group {
  }

  .offer_container form .fields .form-group:first-child {
  }

  .offer_container form .fields .form-group {
    width: 100% !important;
    margin-bottom: 15px;
  }

  .offer_container form .fields input {
  }

  .offer_container form .fields input::placeholder {
  }

  .offer_container form .fields button {
  }

  .offer_container form .agree_field {
  }

  .offer_container form .agree_field .check_ex {
  }

  .offer_container form .agree_field .check_ex i {
  }

  .offer_container .btn {
  }

  .offer_container .btn:hover {
  }

  .timer {
  }

  div[id^="timer"] {
    transform-origin: 0px;
  }

  .run-str {
    margin-top: 10px;
  }

  .run-str__text {
    font-size: 20px;
  }

  .run-str .stick {
    height: 22px;
  }

  #models_tabs {
  }

  #models_tabs .slider_container {
  }

  #models_tabs .swiper {
  }

  #models_tabs .swiper .swiper-wrapper {
  }

  #models_tabs .swiper .swiper-slide {
  }

  #models_tabs .swiper .swiper-slide a {
  }

  #models_tabs .swiper .swiper-slide a strong {
  }

  #models_tabs .swiper .swiper-slide a strong {
  }

  #models_tabs .swiper .swiper-slide-active a {
  }

  #models_tabs .swiper .swiper-slide-active a strong {
  }

  #models_tabs .swiper .swiper-slide a:hover {
  }

  #models_tabs .swiper-button-next,
  #models_tabs .swiper-button-prev {
  }

  #models_tabs .swiper-button-next {
  }

  #models_tabs .swiper-button-prev {
  }

  #models_tabs .swiper-button-next:after,
  #models_tabs .swiper-button-prev:after {
  }

  #models_tabs .swiper-button-next:after {
  }

  #models_tabs .swiper-button-prev:after {
  }

  #models_tabs .swiper-pagination {
  }

  #models_tabs .swiper-pagination .swiper-pagination-bullet {
  }

  #models_tabs .swiper-pagination .swiper-pagination-bullet-active {
  }

  #models_tabs .swiper-pagination .swiper-pagination-bullet-active:after {
  }

  .models_items {
    padding-top: 0px;
  }

  .models_items .container {
  }

  .models_items .items {
  }

  .models_items .items .item {
    margin-bottom: 60px;
  }

  .models_items .items .item > .title {
  }

  .models_items .items .item > .title span {
  }

  .models_items .items .item > .title:before {
  }

  .models_items .items .item > .title:after {
  }

  .models_items .items .item .cont {
    flex-direction: column;
    margin-bottom: 250px;
  }

  .models_items .items .item .cont .text_container {
    padding: 0px;
    width: 100%;
    overflow: visible;
  }

  .models_items .items .item .cont .image {
    margin: 0px;
    padding: 15px;
    padding-bottom: 0px;
  }

  .models_items .items .item .cont .image img {
  }

  .models_items .items .item .cont .colors {
    position: relative;
    margin-top: 10px;
    bottom: 0px;
    left: 0px;
  }

  .models_items .items .item .cont .colors div {
    width: 15px;
    height: 15px;
  }

  .models_items .items .item .cont .colors div:hover {
  }

  .models_items .items .item .cont .colors div.current {
    transform: scale(1.5);
  }

  .models_items .items .item .cont .image .pl_tires {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
  }

  .models_items .items .item .cont .image .pl_wd {
    position: relative;
    top: 0;
    margin-top: 15px;
    width: 100%;
    font-size: 16px;
  }

  .models_items .items .item .cont .image .pl_tires:after {
    display: none;
  }

  .models_items .items .item .cont .image .pl_wd:after {
    display: none;
  }

  .ags_btn_mob {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0;
    margin-top: 15px;
    background: #536064;
  }

  .ags_btn_mob img {
    margin-left: 5px;
    transition: all 0.3s;
  }

  .ags_btn_mob.active img {
    transform: rotate(-180deg);
  }

  .models_items .items .item .cont .advantages {
    padding: 15px;
    font-size: 14px;
    padding-bottom: 0;
    display: none;
  }

  .models_items .items .item .cont .advantages.line {
    margin-bottom: 0;
  }

  .models_items .items .item .cont .advantages > li {
    width: 100%;
    margin-bottom: 10px;
  }

  .models_items .items .item .cont .advantages > li:last-child {
    margin-bottom: 0;
  }

  .models_items .items .item .cont .advantages > li span {
  }

  .models_items .items .item .cont .advantages > li strong {
  }

  .models_items .items .item .cont .advantages > li:before {
    width: 35px;
    height: 35px;
    background-size: 100% !important;
    margin-right: 10px;
  }

  .models_items .items .item .cont .advantages > li.ico1:before {
  }

  .models_items .items .item .cont .advantages > li.ico2:before {
  }

  .models_items .items .item .cont .advantages > li.ico3:before {
  }

  .models_items .items .item .cont .advantages > li.ico4:before {
  }

  .models_items .items .item .cont .advantages > li.ico5:before {
  }

  .models_items .items .item .cont .props {
  }

  .models_items .items .item .cont .props .title {
  }

  .models_items .items .item .cont .props {
    padding-top: 15px;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
  }

  .models_items .items .item .cont .props > li {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: none;
  }

  .models_items .items .item .cont .props > li strong {
    font-size: 20px;
  }

  .models_items .items .item .cont .props > li strong i {
    font-size: 14px;
  }

  .models_items .items .item .cont .props > li:first-child {
  }

  .models_items .items .item .cont .btns {
    flex-direction: column;
    row-gap: 10px;
    padding-bottom: 0;
    border: none;
    margin: 0;
    position: absolute;
    bottom: -255px;
    left: 0;
    z-index: 1;
  }

  .models_items .items .item .cont .btns .btn {
    width: 100%;
  }

  .models_items .items .item .compl {
    flex-direction: column;
  }

  .models_items .items .item .compl > .title {
  }

  .models_items .items .item .compl .items {
    width: 100%;
  }

  .models_items .items .item .compl .items > a {
    flex-direction: column;
  }

  .models_items .items .item .compl .items > a:first-child {
  }

  .models_items .items .item .compl .items > a div {
    width: 100%;
  }

  .models_items .items .item .compl .items > a .title {
  }

  .models_items .items .item .compl .items > a .ico1:before {
  }

  .models_items .items .item .compl .items > a .ico2:before {
  }

  .models_items .items .item .compl .items > a .ico3:before {
  }

  .models_items .items .item .btns {
    width: 100%;
    margin-top: 15px;
  }

  .models_items .items .item .btns .btn {
    margin-top: 15px;
  }

  .models_items .items .item .btns .btn:first-child {
  }

  .models_items .items .item {
  }

  .models_items .items .item .gallery {
    margin-top: 15px;
  }

  .models_items .items .item .gallery .swiper {
  }

  .models_items .items .item .gallery .swiper .swiper-wrapper {
  }

  .models_items .items .item .gallery .swiper .swiper-slide {
  }

  .models_items .items .item .gallery .swiper .swiper-slide a {
  }

  .models_items .items .item .gallery .swiper .swiper-slide a img {
  }

  .models_items .items .item .gallery .swiper .swiper-slide a:hover img {
  }

  .models_items .items .item .gallery .swiper .swiper-slide a strong {
  }

  .models_items .items .item .gallery .swiper .swiper-slide a strong {
  }

  .models_items .items .item .gallery .swiper .swiper-slide-active a {
  }

  .models_items .items .item .gallery .swiper .swiper-slide-active a strong {
  }

  .models_items .items .item .gallery .swiper-button-next,
  .models_items .items .item .swiper-button-prev {
  }

  .models_items .items .item .gallery .swiper-button-next {
  }

  .models_items .items .item .gallery .swiper-button-prev {
  }

  .models_items .items .item .gallery .swiper-button-next:after,
  .models_items .items .item .swiper-button-prev:after {
  }

  .models_items .items .item .gallery .swiper-button-next:after {
  }

  .models_items .items .item .gallery .swiper-button-prev:after {
  }

  .models_items .items .item .gallery .swiper-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: -20px;
  }

  .models_items
    .items
    .item
    .gallery
    .swiper-pagination
    .swiper-pagination-bullet {
  }

  .models_items
    .items
    .item
    .gallery
    .swiper-pagination
    .swiper-pagination-bullet-active {
  }

  .models_items
    .items
    .item
    .gallery
    .swiper-pagination
    .swiper-pagination-bullet-active:after {
  }

  /******************************************************************************************/

  #instock {
    margin-bottom: 50px;
  }

  #instock .title1 {
    margin-bottom: 10px;
  }

  #instock .models_wrap {
    margin-bottom: 30px;
  }

  #instock .models_wrap .models {
    flex-direction: column;
    row-gap: 10px;
  }

  #instock .model_name {
    width: 100%;
    max-width: 100%;
  }

  #instock .compl_items .slick-prev {
    display: block !important;
    left: -20px !important;
  }

  #instock .compl_items .slick-next {
    display: block !important;
    right: -20px !important;
  }

  /******************************************************************************************/

  #exterior {
  }

  #exterior .container {
  }

  #exterior .items {
    flex-direction: column;
    margin-top: 15px;
  }

  #exterior .items .item {
    margin-left: -15px;
    width: calc(100% + 30px);
    margin-bottom: 15px;
  }

  #exterior .items .item .image {
    filter: brightness(0.5) !important;
  }

  #exterior .items .item .image img {
  }

  #exterior .items .item .text_container {
    padding: 15px;
  }

  #exterior .items .item .text_container .title {
    font-size: 20px;
  }

  #exterior .items .item .text_container .comment {
    opacity: 1;
  }

  #exterior .items .item .text_container ul {
    opacity: 1;
  }

  #exterior .items .item .text_container ul > li {
  }

  #exterior .items .item .text_container ul > li:first-child {
  }

  #exterior .items .item .text_container ul > li:before {
  }

  #exterior .items .item .text_container .btn {
    opacity: 1;
    width: 100%;
  }

  #exterior .items .item:hover {
  }

  #exterior .items .item:hover .image {
  }

  #exterior .items .item:hover .comment {
  }

  #exterior .items .item:hover ul {
  }

  #exterior .items .item:hover .btn {
  }

  #interior {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #interior .container {
  }

  #interior .items {
    flex-direction: column;
    margin-top: 15px;
  }

  #interior .items .item {
    margin-left: -15px;
    width: calc(100% + 30px);
    margin-bottom: 15px;
  }

  #interior .items .item .image {
    filter: brightness(0.5) !important;
  }

  #interior .items .item .image img {
  }

  #interior .items .item .text_container {
    padding: 15px;
  }

  #interior .items .item .text_container .title {
    font-size: 20px;
  }

  #interior .items .item .text_container .comment {
    opacity: 1;
  }

  #interior .items .item .text_container ul {
    opacity: 1;
  }

  #interior .items .item .text_container ul > li {
  }

  #interior .items .item .text_container ul > li:first-child {
  }

  #interior .items .item .text_container ul > li:before {
  }

  #interior .items .item .text_container .btn {
    opacity: 1;
    width: 100%;
  }

  #interior .items .item:hover {
  }

  #interior .items .item:hover .image {
  }

  #interior .items .item:hover .comment {
  }

  #interior .items .item:hover ul {
  }

  #interior .items .item:hover .btn {
  }

  #complects {
  }

  #complects .container {
  }

  #complects .title1 {
  }

  #complects .filter {
  }

  #complects .filter .param1_items {
  }

  #complects .filter .param1_items .item {
  }

  #complects .filter .param1_items .item.current {
  }

  #complects .filter .param1_items .item:after {
  }

  #complects .filter .param1_items .item:hover:after {
  }

  #complects .filter .param1_items .sup {
  }

  #complects .filter {
  }

  #complects .filter > .item {
  }

  #complects .filter > .item.marka {
  }

  #complects .filter > .item select {
  }

  #complects .filter > .item select option {
  }

  #complects #complects_items {
    /* display: none; */
    padding-top: 60px;
  }

  #complects .filter_slider {
  }

  #complects .filter_slider .item {
  }

  #complects .filter_slider .item .image {
  }

  #complects .filter_slider .item .image img {
  }

  #complects .filter_slider .item .title {
  }

  #complects .filter_slider .item ul {
  }

  #complects .filter_slider .item ul > li {
  }

  #complects .filter_slider .item ul > li:first-child {
  }

  #complects .filter_slider .item ul > li:before {
  }

  #complects .filter_slider .item .btns {
  }

  #complects .filter_slider .item .btns .btn {
  }

  #complects .filter_slider .item .btns .btn:first-child {
  }

  #complects .filter_slider .item .cross {
  }

  #complects .filter_slider .item .cross:before {
  }

  #complects .filter_slider .item .cross:after {
  }

  #complects .filter_slider .item .cross span:before {
  }

  #complects .filter_slider .item .cross span:after {
  }

  #complects .filter_slider .swiper {
  }

  #complects .filter_slider .swiper .swiper-wrapper {
  }

  #complects .filter_slider .swiper-button-next,
  .filter_slider .swiper-button-prev {
  }

  #complects .filter_slider .swiper-button-next {
  }

  #complects .filter_slider .swiper-button-prev {
  }

  #complects .filter_slider .swiper-button-next:after,
  .filter_slider .swiper-button-prev:after {
  }

  #complects .filter_slider .swiper-button-next:after {
  }

  #complects .filter_slider .swiper-button-prev:after {
  }

  #complects .filter_slider .swiper-button-next:hover,
  .filter_slider .swiper-button-prev:hover {
  }

  #complects .filter_slider .swiper-button-next:hover:after,
  .filter_slider .swiper-button-prev:hover:after {
  }

  #complects .filter_slider .swiper-pagination {
  }

  #complects .filter_slider .swiper-pagination .swiper-pagination-bullet {
  }

  #complects
    .filter_slider
    .swiper-pagination
    .swiper-pagination-bullet-active {
  }

  #complects_items {
  }

  #complects_items .item {
  }

  #complects_items .item:hover {
  }

  #complects_items .item:before {
  }

  #complects_items .item .text_container {
  }

  #complects_items .item .text_container .title {
  }

  #complects_items .item .text_container .title span {
  }

  #complects_items .item .text_container ul {
  }

  #complects_items .item .text_container ul li {
  }

  #complects_items .item .text_container ul li:first-child {
  }

  #complects_items .item .text_container ul li strong {
  }

  #complects_items .item .text_container ul li:before {
  }

  #complects_items .item .text_container ul li:before {
  }

  #complects_items .item .text_container ul li.ico1:before {
  }

  #complects_items .item .text_container ul li.ico2:before {
  }

  #complects_items .item .text_container ul li.ico3:before {
  }

  #complects_items .item .image {
  }

  #complects_items .item .image img {
  }

  #complects_items .item .btns {
  }

  #complects_items .item .btns .btn {
  }

  #complects_items .item .btns .btn:first-child {
  }

  #complects_items_showmore {
  }

  #instock {
  }

  #instock .title1 {
  }

  #instock .filter {
  }

  #instock .filter .item {
  }

  #instock .filter .item select {
  }

  #instock .filter .item select option {
  }

  #credit {
  }

  #credit .cont {
    flex-direction: column;
  }

  #credit .text_container {
    width: 100%;
    padding: 0px;
    padding-top: 30px;
  }

  #credit .title {
    font-size: 22px;
  }

  #credit .comment {
    font-size: 18px;
    text-align: center;
  }

  #credit .btn {
  }

  #credit .cont form {
  }

  #credit .cont form .title {
  }

  #credit .cont form .comment {
  }

  #credit .cont form .comment strong {
  }

  #credit .cont form .form-group {
  }

  #credit .cont form .form-group input {
  }

  #credit .cont form button {
  }

  #credit .cont form .fields {
  }

  #credit .cont form .form-group {
  }

  #credit .cont form .agree_field {
  }

  #credit .cont form .agree_field .check_ex {
  }

  #credit .cont form .agree_field .check_ex i {
  }

  #credit .image1 {
    margin-top: 15px;
    width: calc(100% + 30px);
  }

  #credit .image1 img {
  }

  #credit .image2 {
  }

  #credit .image2 img {
  }

  #credit .images {
  }

  #credit .images .image {
  }

  #credit img {
  }

  #credit img.animated {
  }

  #credit .mvideo_container {
  }

  #credit .mvideo_container button {
  }

  #credit .mvideo_container video {
  }

  #vigoda_tradein {
    flex-direction: column;
    padding-top: 60px;
  }

  #vigoda_tradein .container {
  }

  #vigoda_tradein .image1 {
    order: 1;
  }

  #vigoda_tradein .image1 img {
    width: 100%;
  }

  #vigoda_tradein .text_container {
    position: relative;
    height: auto;
  }

  #vigoda_tradein .text_container .title {
    font-size: 22px;
  }

  #vigoda_tradein .text_container .title font {
  }

  #vigoda_tradein .text_container .comment {
    font-size: 18px;
  }

  #vigoda_tradein .text_container .comment font {
  }

  #vigoda_tradein .text_container .btn {
    margin-bottom: 15px;
  }

  #morequestions {
    margin-top: 0px;
    padding-top: 60px;
  }

  #morequestions .container {
    flex-direction: column;
  }

  #morequestions .image1 {
    width: calc(100% + 30px);
  }

  #morequestions .image1 img {
    max-width: 100%;
  }

  #morequestions .text_container {
    width: 100%;
    padding: 0px;
  }

  #morequestions .title {
    font-size: 22px;
  }

  #morequestions .comment {
    font-size: 18px;
  }

  #morequestions .container form {
  }

  #morequestions .container form .fields {
  }

  #morequestions .container form .form-group {
  }

  #morequestions .container form input {
  }

  #morequestions .container form button {
  }

  #morequestions .container form .agree_field {
  }

  #morequestions .container form .agree_field .check_ex {
  }

  #morequestions .container form .agree_field .check_ex i {
  }

  #contacts {
    margin-top: 60px;
  }

  #contacts .title1 {
    font-size: 22px;
  }

  #contacts .container {
  }

  #contacts .contacts_container {
    padding-bottom: 0px;
  }

  #contacts .block {
  }

  #contacts .logos {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0px;
    order: -1;
  }

  #contacts .logos .logo1 {
  }

  #contacts .logos .logo1 img {
  }

  #contacts .logos .logo2 {
  }

  #contacts .logos .logo2 img {
  }

  #contacts .logos {
  }

  #contacts .addr_container {
  }

  #contacts .addr_container .title {
    font-size: 18px;
  }

  #contacts .addr_container .title string {
  }

  #contacts .addr_container .items {
  }

  #contacts .addr_container .items > div {
    width: calc(100% - 20px);
    padding: 15px;
  }

  #contacts .addr_container .items > div:hover,
  #contacts .addr_container .items > div.current {
  }

  #contacts .addr_container .items > div:first-child {
  }

  #contacts .addr_container .items > div strong {
  }

  #contacts .addr_container .items > div > span {
  }

  #contacts .addr_container .items > div > span:before {
  }

  #contacts .addr_container .items > div > .phone {
  }

  #contacts .addr_container .items > div > .btn {
  }

  #contacts .btns {
  }

  #contacts .btns .btn {
  }

  #contacts .btns .btn:first-child {
  }
  #map1 {
    margin-left: -15px;
    width: calc(100% + 30px);
    height: 520px;
  }

  footer {
  }

  footer .container {
  }

  footer .container .panel {
    flex-direction: column;
    align-items: flex-start;
  }

  footer .container .info {
    margin-bottom: 15px;
  }

  footer .container .panel a {
  }

  footer .ur {
  }

  footer .ur div {
  }

  footer .disclamer_switch {
  }

  footer .copyright {
  }

  footer .copyright span {
  }

  footer .copyright img {
  }

  .disclamer {
  }

  font {
    display: inline;
  }

  .title1:before {
    top: 40px;
  }

  .title1:after {
    top: 37px;
  }

  #reviews {
  }
  #reviews .title1 {
  }
  #reviews .title1:before {
  }
  #reviews .title1:after {
  }
  #reviews .swiper {
  }
  #reviews .swiper .swiper-wrapper {
  }

  #reviews .swiper .item {
  }
  #reviews .swiper .item .date {
  }
  #reviews .swiper .item .author {
  }
  #reviews .swiper .item .rating {
  }
  #reviews .swiper .item .rating span {
  }
  #reviews .swiper .item .rating i {
  }
  #reviews .swiper .item .text {
    font-size: 16px;
    padding-bottom: 15px;
    width: 80%;
  }

  #reviews .swiper .swiper-scrollbar {
  }
  #reviews .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 440px) {
  .big_banner .logo3 {
    top: 108vw;
  }
  .big_banner .item .title_contianer .container .text_container .title {
    font-size: 5vw;
  }
  .big_banner .item .title_contianer .container .text_container .comment span {
    font-size: 5vw;
  }
  .banner_props a {
    font-size: 4vw;
  }
}
@media (max-width: 390px) {
  div[id^="timer"] {
    transform: scale(0.95) !important;
  }

  .big_banner .item .title_contianer .container .text_container .title {
    font-size: 5vw;
  }
  .big_banner .item .title_contianer .container .text_container .comment {
    font-size: 5vw;
  }
  .big_banner .item .title_contianer .container .text_container .comment span {
    font-size: 5vw;
  }
}

@media (max-width: 360px) {
  div[id^="timer"] {
    transform: scale(0.623) !important;
  }
}

@media (max-width: 320px) {
  div[id^="timer"] {
    transform: scale(0.6) !important;
  }

  #morequestions {
    background-position: 50% 280px;
  }
}
