html {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat";
  font-size: 16px;
  color: black;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  max-width: 1920px;
  background: url(../img/bg1.jpg) 50% 84px no-repeat white;
}

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

.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;
}

.resp_table {
  width: 100%;
}

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

.resp_table img {
  max-width: 100%;
  width: 100%;
  display: block;
  width: 220px;
}

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;
}

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

.fancybox-close {
  background: url(../img/bg_close.png) 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: 1140px;
  position: relative;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1320px) {
  .container {
    width: 1260px;
    max-width: 100%;
  }
}

.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: 420px;
  max-width: 100%;
  padding: 5px 29px;
  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: black;
  font-size: 12px;
}

.popup_container .agree_field a {
  color: black;
}

.popup_container h2 {
  font-size: 20px;
  font-weight: 700;
  /* text-transform: uppercase; */
  padding: 0px;
  margin: 0px;
  padding-bottom: 29px;
  text-align: center;
  padding-top: 25px;
  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=text] {
    color: black;
    display: block;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    padding: 10px;
} */

.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: "Montserrat";
  font-size: 16px;
}

.popup_container .form-group select {
  color: #1d1f20;
  height: 50px;
  border: 1px solid white;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  font-family: "Montserrat";
  padding-left: 10px;
  height: 38px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
}

.popup_container .form-group button {
  cursor: pointer;
  height: 38px;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
}

.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;
}

.agree_field {
  font-size: 10px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  top: 0px;
}

.agree_field input {
  position: absolute;
  top: -1px;
  left: 0px;
  margin: -0px;
}

.agree_field span {
  padding-left: 25px;
  display: inline-block;
}

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

form {
}

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

form .form-group input[type="tel"],
form .form-group input[type="text"],
form .form-group select {
  height: 60px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Montserrat";
  padding: 0px 25px;
  outline: none;
  background: transparent;
  border-radius: 0px;
  border: 1px solid #000000;
}

form .form-group select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background: url(../img/ico_select.png) 95% 50% no-repeat transparent;
  font-family: "Montserrat";
  outline: none;
}

form .form-group button {
  width: 100%;
  cursor: pointer;
  font-family: "Montserrat";
  outline: none;
}

form .form-group button:hover {
}

.form_title {
  color: black;
  font-size: 36px;
  /* text-transform: uppercase; */
  padding: 0px;
  margin: 0px;
  text-align: center;
  padding-bottom: 47px;
}

.form_title span {
  display: block;
  color: #ff0000;
  white-space: nowrap;
}

.btn {
  box-sizing: border-box;
  background: #b70021;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
  text-align: center;
  border: 1px solid transparent;
}

.btn:hover {
  background: #a00015;
}

.btn.glass {
  background: transparent;
  border-color: #000000;
  color: #000000;
}

.btn.glass:hover {
  background: #b70021;
  border-color: #b70021;
  color: #ffffff;
}

.btn.black {
  background: #000000;
}

.btn.black:hover {
  background: #a00015;
}

.anim {
  transform: translateY(50%) !important;
}

.animated {
  transform: translateY(0) !important;
}


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

.cookies {
  box-sizing: border-box;
  box-shadow: 0 -5px 20px -10px rgba(5, 20, 31, .35);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 15px 80px;
  z-index: 10;
  display: none;
}

.cookies .cookies_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookies_text {
  font-size: 18px;
}

.cookies_text a {
  color: #000000;
}

.cookies .btn {
  width: 200px;
  height: 50px;
  cursor: pointer;
}

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

/**********************
        HEADER
**********************/

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: #ffffff;
  padding: 18px 0;
}

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

.logo1 {
  position: relative;
  top: -7px;
}

.addr_wrap {
}

.addr_wrap .addr {
  text-align: center;
}

.addr_wrap .logo_text {
  text-align: center;
  padding-top: 3px;
}

.addr_wrap .logo_text b {
}

.top_addr {
  padding-left: 5px;
  /* background: url("../img/ico_loc.png") 0 50% no-repeat; */
  display: inline-block;
  font-size: 14px;
  color: #afafaf;
}

.top_phone {
  font-size: 14px;
  color: #afafaf;
  text-decoration: none;
  /* font-weight: 700; */
}

header .btn {
  height: 39px;
  width: 206px;
  font-size: 14px;
}

.menu {
  position: fixed;
  top: 84px;
  left: 0;
  right: 0;
  z-index: 5;
  background: transparent;
  transition: all 0.3s;
  padding: 20px 0;
}

.menu.fixed {
  background: #000000;
}

.menu_wrap {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.menu_wrap a {
  display: block;
  /*color: #000000;*/
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

.menu_wrap a:before {
  content: "";
  width: 0;
  height: 3px;
  background: #b70021;
  position: absolute;
  left: 0;
  bottom: -7px;
  transition: all 0.3s;
}

.menu_wrap a:hover:before {
  width: 100%;
}

header .m_btn {
  display: none;
}

/**********************
        BANNER
**********************/

.title_container {
  margin-top: 165px;
  margin-bottom: 470px;
  /* text-align: center; */
}

.title1 {
  color: #ffffff;
  font-size: 48px;
}

.title1 span {
  margin-top: 10px;
  font-size: 34px;
  display: block;
}

.title1 span b {
  font-size: 47px;
  white-space: nowrap;
}

.title2 {
  color: #ffffff;
  font-size: 48px;
}

.title_container .btn {
  width: 250px;
  margin-top: 15px;
  color: #b70021;
  background: #fff;
}

.title_comment {
  color: #ffffff;
  font-size: 20px;
  margin-top: 15px;
  display: inline-block;
  background: #b70021;
  padding: 10px 25px 10px 15px;
  position: relative;
  height: 50px;
  box-sizing: border-box;
}

.title_comment:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid #b70021;
  border-right: 22px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
}

.title_comment b {
  font-size: 1.2em;
}

.timer_block {
  padding: 25px 0;
}

.timer_block .container {
  display: flex;
  justify-content: space-between;
}

.timer_wrap {
}

.timer_title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 15px;
}

.timer_form_text {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 15px;
}

#timer_form {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  width: 810px;
  max-width: 100%;
}

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

#timer_form input[type="tel"] {
  border: 1px solid #000000;
}

#timer_form .agree_field {
  display: block;
  box-sizing: border-box;
  width: 49%;
  margin-left: auto;
  color: #000000;
}

#timer_form .agree_field a {
  color: #000000;
}

/**********************
         promotion
**********************/

.promotion {
  margin-top: 15px;
}
.promotion__container {
  min-height: 274px;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background-image: url("../img/promotion-bg.jpg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.promotion__right-block {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../img/promotion__right-bg.svg");
  background-position: right center;
  background-size: 36%;
  background-repeat: no-repeat;
}

.promotion__right-container {
  max-width: 438px;
}
.promotion__title {
  margin: 0;
  margin-bottom: 22px;
  font-size: 25px;
  font-weight: 700;
}
.promotion__text {
  margin: 0;
  margin-bottom: 22px;
  font-size: 23px;
  font-weight: 500;
}

.red {
  color: #b70021;
}
/**********************
         CARS
**********************/

.cars_items {
  position: relative;
  transition: all 0.3s;
  margin-top: 80px;
}

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

.cars_tabs > div {
  margin: 0 45px;
  font-size: 50px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}

.cars_tabs > div b {
  color: #b70021;
}

.cars_tabs > div:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #000000;
  position: absolute;
  bottom: 5px;
  left: 0;
  transition: all 0.3s;
}

.cars_tabs > div:hover:before,
.cars_tabs > div.active:before {
  background: #b70021;
}

.cars_desc {
  text-align: center;
  color: #363636;
  line-height: 160%;
}

.car_item {
  margin-top: 20px;
  display: none;
}

.car_item.active {
  display: block;
}

.car_price {
  margin-top: 18px;
  display: block;
  text-align: center;
  /*margin-bottom: 25px;*/
  font-size: 30px;
  font-weight: 700;
  color: #b70021;
  text-decoration: none;
  min-height: 50px;
}

.car_price span {
  font-size: 38px;
}

.car_price.text b {
  display: inline-block;
  position: relative;
}

.car_price.text b:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #b70021;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.car_image {
  text-align: center;
}

#moskvich_6 .car_image {
  margin-top: 62px;
}

.car_techs {
  display: flex;
  justify-content: space-between;
  margin-top: -100px;
}

#moskvich_6 .car_techs {
  margin: 0;
}

.car_techs > div {
  color: #363636;
  text-align: center;
}

.car_techs > div span {
  display: block;
  font-size: 53px;
  color: #000000;
  margin-top: 5px;
}

.car_props {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.car_props a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 277px;
  height: 111px;
  /* border: 2px solid #d9d9d9; */
  background: #d9d9d9;
  margin: 0 20px;
  padding-left: 25px;
  font-size: 18px;
  color: #b2b2b2;
  font-weight: 700;
  text-decoration: none;
}

.car_props a b {
  display: block;
  font-weight: 400;
  color: #000000;
  font-size: 44px;
  margin-top: -5px;
}

.car_props a b sup {
  font-size: 24px;
  top: 5px;
}

.car_props a.ico1 {
  /* background: url("../img/car_ico1.png") 90% 15px no-repeat; */
}

.car_props a.ico2 {
  /* background: url("../img/car_ico2.png") 90% 15px no-repeat; */
}

.car_btns {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.car_btns .btn {
  width: 32%;
}

/**********************
       EXTERIOR
**********************/

.gallery_block {
  display: none;
}
.gallery_block.active {
  display: block;
}

.exterior {
  margin-top: 115px;
  position: relative;
  transition: all 0.3s;
}

.exterior .container:before {
  content: "";
  width: 200%;
  height: 800px;
  background: #e6e7e8;
  position: absolute;
  top: 0;
  left: 15px;
}

.ext_wrap {
  width: 560px;
  max-width: 100%;
  margin-left: auto;
  position: relative;
  padding: 65px 0 0;
  z-index: 1;
}

.ext_title {
  color: #ffffff;
  font-size: 100px;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 50px;
}

.ext_props {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ext_props li {
  display: block;
  position: relative;
  color: #363636;
  margin-bottom: 20px;
  padding-left: 60px;
}

.ext_props li:before {
  content: "";
  width: 41px;
  height: 3px;
  background: #b70021;
  position: absolute;
  left: 0;
  top: 8px;
}

.ext_nav {
  margin-top: 45px;
}

.ext_gallery_wrap {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -330px;
  position: relative;
}

.ext_gallery_mainimg {
  width: 49.48%;
}

.ext_gallery {
  width: 49.5%;
}

.ext_gallery .slick-track {
  display: flex !important;
  align-items: flex-end;
}

.ext_gallery a {
  margin: 0 10px;
  width: 304px;
  outline: none;
}

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

.ext_pag {
  color: #363636;
  font-size: 19px;
  margin: 0 15px;
}

.ext_pag span {
  font-size: 32px;
  color: #b70021;
}

.ext_nav .slick-prev,
.ext_nav .slick-next {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transform: unset !important;
}

.ext_nav .slick-prev:before,
.ext_nav .slick-next:before {
  display: none !important;
}

.ext_nav .slick-prev {
  width: 18px !important;
  height: 29px !important;
  background: url("../img/prev.png") 50% no-repeat !important;
}

.ext_nav .slick-next {
  width: 18px !important;
  height: 29px !important;
  background: url("../img/next.png") 50% no-repeat !important;
}

/**********************
       INTERIOR
**********************/

.interior {
  margin-top: 190px;
  position: relative;
  transition: all 0.3s;
}

.interior .container:before {
  content: "";
  width: 200%;
  height: 800px;
  background: #e6e7e8;
  position: absolute;
  top: 0;
  right: 15px;
}

.int_wrap {
  width: 600px;
  max-width: 100%;
  position: relative;
  padding: 65px 0 0;
  z-index: 1;
}

.int_title {
  color: #ffffff;
  font-size: 100px;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 50px;
}

.int_props {
  margin: 0;
  padding: 0;
  list-style: none;
}

.int_props li {
  display: block;
  position: relative;
  color: #363636;
  margin-bottom: 20px;
  padding-left: 60px;
}

.int_props li:before {
  content: "";
  width: 41px;
  height: 3px;
  background: #b70021;
  position: absolute;
  left: 0;
  top: 8px;
}

.int_nav {
  margin-top: 45px;
}

.int_gallery_wrap {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -365px;
  position: relative;
}

.int_gallery_mainimg {
  width: 49.48%;
}

.int_gallery {
  width: 49.5%;
}

.int_gallery .slick-track {
  display: flex !important;
  align-items: flex-end;
}

.int_gallery a {
  margin: 0 10px;
  width: 304px;
  outline: none;
}

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

.int_pag {
  color: #363636;
  font-size: 19px;
  margin: 0 15px;
}

.int_pag span {
  font-size: 32px;
  color: #b70021;
}

.int_nav .slick-prev,
.int_nav .slick-next {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transform: unset !important;
}

.int_nav .slick-prev:before,
.int_nav .slick-next:before {
  display: none !important;
}

.int_nav .slick-prev {
  width: 18px !important;
  height: 29px !important;
  background: url("../img/prev.png") 50% no-repeat !important;
}

.int_nav .slick-next {
  width: 18px !important;
  height: 29px !important;
  background: url("../img/next.png") 50% no-repeat !important;
}

/**********************
        TRADEIN
**********************/

.tradein {
  margin-top: 70px;
  padding: 110px 0 130px;
  background: url("../img/tradein_bg.jpg") 50% 0 no-repeat;
  position: relative;
  transition: all 0.3s;
}

.tradein > img {
  display: none;
}

.tradein_wrap {
  text-align: center;
}

.tradein_title {
  font-size: 100px;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 20px;
}

.tradein_comment {
  font-size: 18px;
  margin-bottom: 45px;
}

#tradein_form {
  width: 398px;
  max-width: 100%;
  margin: 0 auto;
}

#tradein_form .form-group {
  margin-bottom: 16px;
}

#tradein_form .agree_field {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 6px;
}

#tradein_form .agree_field a {
    color: black;
}

/**********************
       CREDIT
**********************/

.credit {
  padding: 130px 0;
  background: url("../img/credit_bg.jpg") 50% 0 no-repeat;
  position: relative;
  transition: all 0.3s;
}

.credit > img {
  display: none;
}

.cred_wrap {
  text-align: center;
}

.cred_title {
  font-size: 100px;
  color: #ffffff;
  line-height: 90%;
  margin-bottom: 20px;
  font-weight: 700;
}

.cred_comment {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 65px;
}

#cred_form {
  margin: 0 auto;
  width: 820px;
  max-width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

#cred_form .form-group {
  width: 48.5%;
}

#cred_form .vznos {
  margin-bottom: 90px;
}

#cred_form .vznos > b {
  display: block;
  text-align: left;
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

#cred_form .srok {
  margin-bottom: 90px;
}

#cred_form .srok > b {
  display: block;
  text-align: left;
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

#cred_form input[type="tel"] {
  color: #ffffff;
  border-color: #ffffff;
}

#cred_form input[type="tel"]::placeholder {
  color: #ffffff;
}

#cred_form .agree_field {
  box-sizing: border-box;
  width: 48.5%;
  margin-left: auto;
  color: #ffffff;
  text-align: left;
}

#cred_form .agree_field a {
  color: #ffffff;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  font-family: "Montserrat";
  top: -5px !important;
  visibility: visible !important;
  background: none !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  font-family: "Montserrat";
  box-sizing: border-box;
  width: 98px !important;
  height: 32px !important;
  background: url("../img/tooltip.png") 50% 0 no-repeat !important;
  color: #000000 !important;
  font-size: 16px !important;
  font-weight: 700;
  text-align: center;
  padding-top: 10px !important;
  top: 37px !important;
}

/*#cred_form .srok .irs--flat .irs-from,
#cred_form .srok .irs--flat .irs-to,
#cred_form .srok .irs--flat .irs-single {
    width: 30px !important;
}*/

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  display: none !important;
}

.irs--flat .irs-handle {
  width: 18px !important;
  height: 18px !important;
  background: #b70021 !important;
  border-radius: 50%;
  top: 17px !important;
}

.irs--flat .irs-handle > i {
  display: none !important;
}

.irs--flat .irs-line {
  height: 3px !important;
  background: #ffffff !important;
  border-radius: 0 !important;
}

.irs--flat .irs-bar {
  height: 3px !important;
  background: #b70021 !important;
  border-radius: 0 !important;
}

/**********************
      ADVANTAGES
**********************/

.ags_list {
  margin: 80px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s;
}

.ags_item {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 300px;
  max-width: 24%;
  height: 246px;
  padding-top: 40px;
  cursor: pointer;
}

.ags_item span {
  display: block;
  padding-top: 70px;
  position: relative;
  transition: all 0.3s;
}

.ags_item span:after {
  content: "";
  width: 153px;
  height: 3px;
  background: #f0f1f1;
  position: absolute;
  bottom: 55px;
  left: 0;
  transition: all 0.3s;
}

.ags_item.ico1 span {
  background: url("../img/ags_ico1.png") 0 0 no-repeat;
}

.ags_item.ico2 span {
  background: url("../img/ags_ico2.png") 0 0 no-repeat;
}

.ags_item.ico3 span {
  background: url("../img/ags_ico3.png") 0 0 no-repeat;
}

.ags_item.ico4 span {
  background: url("../img/ags_ico4.png") 0 0 no-repeat;
}

.ags_item.ico1:hover {
  background: url("../img/ags_img1.jpg") 50% no-repeat;
}

.ags_item.ico2:hover {
  background: url("../img/ags_img2.jpg") 50% no-repeat;
}

.ags_item.ico3:hover {
  background: url("../img/ags_img3.jpg") 50% no-repeat;
}

.ags_item.ico4:hover {
  background: url("../img/ags_img4.jpg") 50% no-repeat;
}

.ags_item:hover span {
  color: #ffffff;
}

/**********************
        OFFER
**********************/

.offer {
}

.offer .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offer_info {
}

.offer_title1 {
  font-size: 30px;
}

.offer_title2 {
  font-size: 30px;
  font-weight: 700;
  padding-top: 10px;
}

.offer_title3 {
  font-size: 35px;
  font-weight: 700;
  color: #d6001c;
  padding-top: 5px;
}

.offer .btn {
  margin-top: 25px;
}

.offer_video {
}

.offer_video video {
  width: 100%;
  max-width: 556px;
  cursor: pointer;
}

/**********************
      CONTACTS
**********************/

.contacts {
  position: relative;
}

.cont_wrap {
  box-sizing: border-box;
  background: #ffffff;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cont_dealer {
  position: relative;
  /* margin-bottom: 25px; */
}

.bot_phone {
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  /* padding-left: 40px; */
  /* background: url("../img/ico_phone.png") 0 50% no-repeat; */
  margin-bottom: 20px;
}

.bot_addr {
  /* padding: 2px 0 2px 40px; */
  /* background: url("../img/ico_loc_bot.png") 0 50% no-repeat; */
  /* margin-bottom: 20px; */
}

.worktime {
  /* padding-left: 40px; */
  /* background: url("../img/ico_time.png") 0 0 no-repeat; */
}

#map1 {
  width: 100%;
  max-width: 560px;
  height: 315px;
  background: url("../img/map.jpg") 50% 0 no-repeat;
}

.main_content {
  width: 100%;
  max-width: 555px;
}

.logo_text {
  /* font-size: 35px; */
  font-weight: 700;
}

.logo_text_2 {
  margin-top: 15px;
  color: #afafaf;
  font-weight: 500;
}

.contacts_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact_info_block {
  margin-top: 30px;
}

.info_block_name {
  color: #afafaf;
  font-weight: 500;
}

.info_block_val {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  margin-top: 15px;
}

/**********************
        FOOTER
**********************/

footer {
  padding: 25px 0;
  background: #000000;
  margin-top: 80px;
}

.foot_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.foot_logo .logo_text {
  color: #ffffff;
  font-size: 14px;
  margin-top: 15px;
}

.foot_info {
  margin-top: 30px;
  text-align: right;
}

.foot_addr {
  color: #8b8b8b;
}

.foot_phone {
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  display: block;
  margin-top: 5px;
}

.foot_info .popup {
  color: #ffffff;
  font-size: 11px;
}

.foot_text {
  display: flex;
  gap: 30px;
}

.yur_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.foot_text .policy {
  font-size: 13px;
  font-weight: 400;
  color: #8c8c8c;
  margin-right: 80px;
}

.foot_text .cookie {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}

footer .switch {
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}

footer .disclamer {
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  display: none;
  padding-top: 20px;
}

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

@media (max-width: 1600px) {
  .ext_gallery_wrap {
    margin-top: -230px;
  }

  .ext_wrap {
    padding-top: 40px;
  }

  .exterior .container:before {
    height: 650px;
  }

  .ext_nav {
    margin-top: 25px;
  }

  .ext_gallery a {
    width: 340px;
  }

  .int_gallery_wrap {
    margin-top: -230px;
  }

  .int_wrap {
    padding-top: 40px;
  }

  .interior .container:before {
    height: 700px;
  }

  .int_nav {
    margin-top: 25px;
  }

  .int_gallery a {
    width: 340px;
  }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {

  .cookies {
    padding: 15px 40px;
}

.cookies_wrap {
    flex-direction: column;
}

.cookies_text {
    font-size: 14px;
}

.cookies_wrap .btn {
    width: 100%;
    margin-top: 20px;
}


  .top_addr {
    display: none;
  }

  .menu_wrap {
    width: 70%;
  }

  .car_techs > div span {
    font-size: 40px;
  }

  .exterior {
    background: #e6e7e8;
    padding: 40px 0;
  }

  .ext_gallery_wrap {
    margin-top: 40px;
  }

  .ext_gallery_mainimg {
    display: none;
  }

  .ext_gallery {
    width: 100%;
  }

  .ext_wrap {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }

  .exterior .container:before {
    display: none;
  }

  .interior {
    background: #e6e7e8;
    padding: 40px 0;
    margin-top: 50px;
  }

  .int_gallery_wrap {
    margin-top: 40px;
  }

  .int_gallery_mainimg {
    display: none;
  }

  .int_gallery {
    width: 100%;
  }

  .int_wrap {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }

  .interior .container:before {
    display: none;
  }

  .ags_item {
    font-size: 14px;
  }

  .timer_block .container {
    flex-direction: column;
    align-items: center;
  }

  .timer_wrap {
    margin-bottom: 30px;
  }

  .timer_form {
    width: 100%;
  }

  #timer_form {
    width: 100%;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  header .btn {
    display: none;
  }

  .menu_wrap {
    width: 100%;
  }

  .title_container {
    margin-top: 170px;
  }

  .title_container .btn {
    width: 300px;
  }

  .cars_tabs > div {
    font-size: 38px;
  }

  .car_techs > div {
    font-size: 14px;
  }

  .car_techs > div span {
    font-size: 30px;
  }

  .tradein {
    background: none;
    padding: 50px 0;
    margin-top: 0;
  }

  #tradein_form {
    width: 100%;
  }

  .ags_list {
    flex-flow: wrap;
    margin: 40px 0;
  }

  .ags_item {
    width: 49%;
    max-width: 49%;
  }

  .offer {
  }

  .offer .content {
  }

  .offer_info {
  }

  .offer_title1 {
  }

  .offer_title2 {
  }

  .offer_title3 {
  }

  .offer .btn {
  }

  .offer_video {
  }

  .offer_video video {
  }
  /* .promotion__container {
    width: unset;
  } */
  .promotion__right-container {
    max-width: 315px;
  }
  .promotion__title {
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
  }
  .promotion__text {
    margin: 0;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
  }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {

  .cookies {
    padding: 15px;
}

.cookies_wrap {
    flex-direction: column;
}

.cookies_text {
    font-size: 14px;
}

.cookies_wrap .btn {
    width: 100%;
    margin-top: 10px;
    height: 40px;
}



  .anim,
  .animated {
    transform: translateY(0) !important;
  }

  .fancybox-type-image {
    width: 100% !important;
    margin: 0px !important;
    left: 0px !important;
  }

  .fancybox-close {
    right: 9px !important;
    top: 9px !important;
  }

  .fancybox-inner {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
  }

  .fancybox-wrap {
    margin: 0px !important;
    width: 100% !important;
    left: 0px !important;
    top: 20px !important;
  }

  .fancybox-type-image .fancybox-close {
    top: -8px !important;
  }

  .simple_slider .btn_left {
    display: none !important;
  }

  .simple_slider .btn_right {
    display: none !important;
  }

  .popup_container {
    width: 100%;
  }

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

  header {
    padding: 10px 0;
    box-shadow: 0px 0px 10px #b3b3b3;
  }

  header .container {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .top_addr {
    display: none;
  }

  header .btn {
    display: none;
  }

  .logo1 {
    order: 1;
    width: 40%;
    margin-right: 10px;
    top: 0;
  }

  .addr_wrap {
    order: 1;
    display: flex;
    flex-direction: column;
  }

  .addr_wrap .addr {
    text-align: left;
    order: 1;
  }

  .addr_wrap .logo_text {
    text-align: left;
    font-size: 14px;
    padding-right: 20%;
  }

  .addr_wrap .logo_text b {
  }

  .logo2 {
    width: 40%;
    order: 2;
  }

  .top_phone {
    width: 100%;
    order: 3;
    margin-top: 10px;
  }

  header .m_btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 22px;
    z-index: 1;
    top: 20px;
    right: 15px;
  }

  header .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #b70021;
    transition: all 0.3s linear;
  }

  header .m_btn span:nth-child(1) {
    top: 0;
  }

  header .m_btn span:nth-child(2) {
    top: calc(50% - 1px);
    opacity: 1;
  }

  header .m_btn span:nth-child(3) {
    bottom: 0;
  }

  header .m_btn.active span:nth-child(1) {
    transform-origin: top right;
    transform: rotate(-45deg);
    top: -1px;
  }

  header .m_btn.active span:nth-child(2) {
    opacity: 0;
  }

  header .m_btn.active span:nth-child(3) {
    transform-origin: bottom right;
    transform: rotate(45deg);
    bottom: -1px;
  }

  .menu {
    display: block;
    position: fixed;
    top: 107px;
    background: #000000;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 2;
    padding: 10px 0;
  }

  .menu.active {
    right: 0;
  }

  .menu_wrap {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .menu_wrap a {
    padding: 10px 0;
  }

  body {
    /* background-size: 150%; */
    background-size: 652px;
    background-position: 25% 56vw;
  }

  .title_container {
    margin-top: 125px;
    margin-bottom: 20px;
    padding-top: 4vw;
  }

  .title_container .btn {
    width: 250px;
    margin-top: 15px;
    color: #fff;
    background: #b70021;
  }

  .title1 {
    font-size: 5vw;
    text-align: center;
    color: #000000;
  }

  .title1 span {
    font-size: 20px;
    margin-top: 0;
  }

  .title1 span b {
    font-size: 34px;
  }

  .title2 {
    font-size: 4.2vw;
    color: #000000;
    text-align: center;
    margin-bottom: 75vw;
  }

  .title2 br {
    display: none;
  }

  .title_comment {
    font-size: 20px;
  }

  .title_container .btn {
    width: 100%;
  }

  .timer_block .container {
    flex-direction: column;
    align-items: center;
  }

  .timer_wrap {
    margin-bottom: 20px;
    width: 100%;
  }

  .timer_title {
    text-align: center;
  }

  .timer {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  div[id^="timer"] {
    transform: scale(0.8) !important;
  }

  .timer_form {
    width: 100%;
  }

  .timer_form_text {
    text-align: center;
  }

  #timer_form {
    width: 100%;
  }

  #timer_form .form-group {
    width: 100%;
  }

  #timer_form .agree_field {
    width: 100%;
  }

  .promotion__container {
    display: block;
    background-position: top left;
    background-size: 540px;
  }
  .promotion__right-block {
    width: unset;
  }

  .promotion__right-container {
    width: 100%;
    max-width: unset;
    padding-top: 125px;
  }
  .cars_items {
    margin-top: 40px;
  }

  .cars_tabs {
    flex-direction: column;
  }

  .cars_tabs > div {
    width: 100%;
    margin: 10px 0;
    text-align: center;
    font-size: 40px;
  }

  .cars_tabs > div:before {
    bottom: 0;
  }

  .cars_desc br {
    display: none;
  }

  .car_price {
    font-size: 20px;
  }

  .car_techs {
    flex-flow: wrap;
    margin-top: 0;
  }

  .car_techs > div {
    width: 49%;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .car_techs > div span {
    font-size: 24px;
  }

  #moskvich_6 .car_image {
    margin-top: 12px;
  }

  .car_props {
    flex-direction: column;
    margin-top: 0;
  }

  .car_props a {
    margin: 0 0 15px;
    width: 100%;
    height: 80px;
  }

  .car_props a b {
    font-size: 36px;
  }

  .car_btns {
    flex-direction: column;
    margin-top: 0;
  }

  .car_btns .btn {
    width: 100%;
    margin-top: 10px;
  }

  .exterior {
    margin-top: 60px;
    background: #e6e7e8;
    padding: 30px 0;
  }

  .exterior .container:before {
    display: none;
  }

  .ext_wrap {
    padding: 0;
  }

  .ext_title {
    font-size: 60px;
    margin-bottom: 30px;
  }

  .ext_props li {
    font-size: 14px;
  }

  .ext_gallery_wrap {
    margin-top: 20px;
    flex-direction: column;
  }

  .ext_gallery_mainimg {
    width: 100%;
  }

  .ext_gallery {
    width: 100%;
    margin-top: 8px;
  }

  .ext_gallery a {
    margin: 0 4px !important;
  }

  .interior {
    margin-top: 60px;
    background: #e6e7e8;
    padding: 30px 0;
  }

  .interior .container:before {
    display: none;
  }

  .int_wrap {
    padding: 0;
  }

  .int_title {
    font-size: 60px;
    margin-bottom: 30px;
  }

  .int_props li {
    font-size: 14px;
  }

  .int_gallery_wrap {
    margin-top: 20px;
    flex-direction: column;
  }

  .int_gallery_mainimg {
    width: 100%;
  }

  .int_gallery {
    width: 100%;
    margin-top: 8px;
  }

  .int_gallery a {
    margin: 0 4px !important;
  }

  .tradein {
    background: none;
    margin-top: 0;
    padding: 40px 0;
  }

  .tradein_title {
    font-size: 50px;
  }

  .tradein_comment {
    font-size: 16px;
  }

  #tradein_form {
    width: 100%;
  }

  .credit {
    padding: 40px 0;
    background-size: cover;
  }

  .cred_title {
    font-size: 50px;
  }

  .cred_comment {
    font-size: 16px;
    margin-bottom: 30px;
  }

  #cred_form .form-group {
    width: 100%;
  }

  #cred_form .vznos {
    margin-bottom: 60px;
  }

  #cred_form .srok {
    margin-bottom: 60px;
  }

  #cred_form .agree_field {
    width: 100%;
  }

  .ags_list {
    flex-flow: wrap;
    margin: 20px 0;
  }

  .ags_item {
    width: 100%;
    max-width: unset;
    justify-content: flex-start;
    background-size: cover !important;
    color: #ffffff !important;
    padding-left: 30px;
    margin-bottom: 20px;
  }

  .ags_item.ico1 {
    background: url("../img/ags_img1.jpg") 50% no-repeat;
  }

  .ags_item.ico2 {
    background: url("../img/ags_img2.jpg") 50% no-repeat;
  }

  .ags_item.ico3 {
    background: url("../img/ags_img3.jpg") 50% no-repeat;
  }

  .ags_item.ico4 {
    background: url("../img/ags_img4.jpg") 50% no-repeat;
  }

  .offer {
  }

  .offer .content {
    flex-wrap: wrap;
  }

  .offer_info {
    text-align: center;
    width: 100%;
  }

  .offer_title1 {
    font-size: 20px;
  }

  .offer_title2 {
    font-size: 20px;
  }

  .offer_title3 {
    font-size: 20px;
  }

  .offer .btn {
  }

  .offer_video {
    order: -1;
    padding-bottom: 20px;
  }

  .offer_video video {
  }

  .cont_wrap {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .main_content {
  }

  .logo_text {
  }

  .logo_text_2 {
    margin-top: 0;
  }

  .contacts_info {
  }

  .contact_info_block {
    margin-top: 20px;
  }

  .info_block_name {
  }

  .info_block_val {
    margin-top: 5px;
    font-size: 18px;
  }

  #map1 {
    height: 350px;
    background-position: 57% 50%;
    order: 1;
  }

  .foot_wrap {
    flex-direction: column;
    align-items: center;
  }

  footer {
    margin-top: 40px;
  }

  .foot_logo {
    text-align: center;
  }

  .foot_info {
    text-align: center;
    margin-top: 10px;
  }

  .foot_text {
    flex-direction: column;
    align-items: center;
  }

  .foot_text .policy {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {
}

@media (max-width: 360px) {

  .car_techs > div span {
    font-size: 22px;
  }

  .ext_title,
  .int_title {
    font-size: 46px;
  }

  .ags_item {
    font-size: 14px;
  }

  body {
    background-size: 150%;
    background-position: 25% 62vw;
  }
}

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