@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*main*/

/* *::-webkit-scrollbar {
   width: 10px;
}

*::-webkit-scrollbar-track {
   background: #030303;
}

*::-webkit-scrollbar-thumb {
   background: #0066b2;
}

* {
   scrollbar-base-color: #ddd;
   scrollbar-face-color: #0066b2;
   scrollbar-3dlight-color: transparent;
   scrollbar-highlight-color: transparent;
   scrollbar-track-color: transparent;
   scrollbar-arrow-color: #0066b2;
   scrollbar-shadow-color: transparent;
   scrollbar-dark-shadow-color: transparent;
} */

*::-moz-selection {
   color: #fff;
   background: #0066b2;
}

*::selection {
   color: #fff;
   background: #0066b2;
}

html {
   font-family: 'Open Sans', sans-serif;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   text-rendering: optimizeLegibility;
}

body {
   font-size: 14px;
   margin: 0;
   background: #fff;
   color: #212529;
   font-weight: 400;
   overflow-x: hidden;
   min-height: 100%;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
}

body.over {
   overflow: hidden;
}

p {
   margin: 10px 0 15px;
}

p:first-child {
   margin-top: 0;
}

* {
   box-sizing: border-box;
}

.focus,
:focus {
   outline: 5px auto -webkit-focus-ring-color;
}

a {
   color: inherit;
}

a,
a:focus,
a:hover {
   outline: none;
   text-decoration: none;
}

.wrapper {
   overflow-x: hidden;
   -ms-flex: 1 0 auto;
   flex: 1 0 auto;
   overflow: hidden;
}

.container,
.wrapper {
   position: relative;
   width: 100%;
   height: 100%;
}

.container {
   max-width: 1290px;
   padding: 0 15px;
   margin: 0 auto;
   z-index: 2;
}

.tac {
   text-align: center;
}

.tal {
   text-align: left;
}

.bold {
   font-weight: 700;
}

.light {
   font-weight: 300;
}

.block {
   display: block;
}

.black_text {
   color: #000 !important;
}

.z1 {
   z-index: 1;
}

.z2 {
   z-index: 2;
}

.z3 {
   z-index: 3;
}

.z4 {
   z-index: 4;
}

.z6 {
   z-index: 6;
}

.title-1 {
   font-size: 46px;
   font-weight: 700;
   line-height: 50px;
}

.title-2 {
   font-size: 36px;
   font-weight: 400;
   /*font-family: Arial-Black, sans-serif;*/
   line-height: 1.5;
   text-align: center;
}

img {
   max-width: 100%;
}

.hidden {
   display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0;
   padding: 0;
}

/* .card:nth-child(2),
.card:nth-child(8) {
   flex-direction: column;
}

.card:nth-child(3),
.card:nth-child(7) {
   flex-direction: column-reverse;
} */

/* .card:nth-child(2) .card__image,
.card:nth-child(8) .card__image,
.card:nth-child(3) .card__image,
.card:nth-child(7) .card__image {
   flex: 0 1 545px;
} */

.card__image .card__image--monjaro img {
   object-fit: inherit;
}



[role="button"] {
   cursor: pointer;
}

.hidden_desktop,
.hidden_desktop-fx {
   display: none !important;
}

body.safari .nav__wrap {
   padding-bottom: 60px;
}

.text-left {
   text-align: left;
}

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

.text-right {
   text-align: right;
}

.tt-u {
   text-transform: uppercase;
}

.tt-n {
   text-transform: none;
}

.text-middle {
   font-size: 1.28571rem;
}

/* CSS */
.cookie-popup {
	position: fixed;
	bottom: -100%;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
	padding: 70px;
	transition: bottom 0.5s ease-in-out;
	z-index: 9999;
  }
  
  .cookie-popup.show {
	bottom: 0;
  }
  
  .cookie-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
  }
  
  .cookie-content p {
	margin: 0;
	font-size: 14px;
	color: #333;
  }
  
  .cookie-content a {
	color: #2f3d47;
	text-decoration: underline;
  }
  
  .cookie-btn {
	background: #2f3d47;
	color: white;
	border: none;
	padding: 8px 20px;
	border-radius: 4px;
	cursor: pointer;
	flex-shrink: 0;
  }

  @media screen and (max-width: 767px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
}

/* modal */

.modal {
   max-width: 450px;
   width: 100%;
   background-color: #fff;
   padding: 50px 45px;
   position: relative;
   display: none;
   color: #000;
}

.modal__title {
   font-size: 26px;
   margin-bottom: 20px;
}

.modal__descr {
   color: #000;
   font-weight: 30;
   font-size: 16px;
}

.modal__form {
   margin-top: 20px;
}

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

.modal .button {
   width: 100%;
}

.modal .button:disabled {
   opacity: 0.5;
}

form .poly {
   font-family: PT Sans;
   font-style: normal;
   font-weight: normal;
   font-size: 14px;
   line-height: 138%;
   color: #000;
   margin-top: 10px;
   display: flex;
   align-items: flex-start;
   column-gap: 10px;
   font-family: 'Open Sans', sans-serif;
}

.poly .policy{text-decoration: underline;}



/* button */

.button {
   padding: 15px 23px 14px;
   text-align: center;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -ms-flex-pack: center;
   justify-content: center;
   -ms-flex-align: center;
   align-items: center;
   position: relative;
   cursor: pointer;
   outline: none;
   border-radius: 0;
   font-size: 0;
   transition: 0.2s;
   /*font-family: Arial, sans-serif;*/
   text-transform: uppercase;
   background-color: #3c3e40;
   border: 1px solid #3c3e40;
   color: #fff;
   min-width: 290px;
}

.button:hover {
   background-color: #fff;
   color: #000;
}

.button_empty {
   background-color: transparent;
   color: #002d96;
}

.button_empty:hover {
   background-color: #002d96;
   color: #fff;
}

.button span {
   line-height: 1.6;
   font-size: 14px;
}

.button_wrapper {
   max-width: 336px;
   margin: auto;
}

.button_wrapper_slider {
   position: absolute;
   left: 110px;
   top: 260px;
   width: 300px;
}

.button_wrapper_slider.banner3 {
   top: 430px;
}

.slide_main_subtext.banner.banner3 {
   top: 190px;
}

/* .button_wrapper_slider{position: absolute; left: 110px; bottom: 145px; width: 300px;} */

.button_wrapper_left {
   max-width: 336px;
}

.-action {
   margin: 20px auto;
}

/* input */

.input-checkbox {
   cursor: pointer;
}

.input-checkbox__input {
   position: absolute;
   opacity: 0;
   width: 0;
   height: 0;
   -webkit-appearance: none;
}

.input-checkbox__input:checked+span:after {
   opacity: 1;
}

.input-checkbox span {
   /*font-family: Arial-Black, sans-serif;*/
   font-size: 10px;
   line-height: 1.4;
   padding-left: 32px;
   position: relative;
   color: #333;
   display: block;
}

.input-checkbox span a {
   border-bottom: 1px solid #636363;
   transition: border-color 0.2s;
}

.input-checkbox span a:hover {
   border-color: transparent;
}

.input-checkbox span:before {
   position: absolute;
   content: "";
   width: 22px;
   height: 22px;
   border-radius: 0;
   background: #f8f8f8;
   top: 2px;
   left: 0;
   border: 1px solid #9f9f9f;
   transition: background-color 0.2s;
}

.input-checkbox span:after {
   position: absolute;
   content: "";
   width: 16px;
   height: 16px;
   top: 6px;
   left: 4px;
   opacity: 0;
   background-color: #002d96;
   transition: opacity 0.2s;
}

.input-checkbox.error span {
   color: #002d96;
}

.input-checkbox.error span:before {
   border-color: #002d96;
}

.jq-selectbox {
   /*font-family: Arial, sans-serif;*/
   position: relative;
   z-index: 100;
   width: 100%;
}

.jq-selectbox.focused .jq-selectbox__select {
   border: 2px solid #f2f2f2;
}

.jq-selectbox.opened .jq-selectbox__trigger {
   transform: rotate(180deg);
}

.jq-selectbox:hover,
.jq-selectbox__select {
   background: transparent;
}

.jq-selectbox__select {
   height: 100%;
   padding: 16px 32px 16px 12px;
   border-radius: 0;
   border: 2px solid #f2f2f2;
   color: #adadad;
   box-shadow: none;
   text-shadow: none;
}

.jq-selectbox__select:hover {
   background: transparent;
}

.jq-selectbox__select:active {
   background: #fcfcfc;
   box-shadow: none;
}

.jq-selectbox__select-text {
   /*font-family: Arial, sans-serif;*/
   font-size: 16px;
   line-height: 17px;
}

.jq-selectbox__select-text.placeholder {
   color: #7e7f82;
}

.jq-selectbox__trigger {
   border-left: none;
   transition: 0.2s;
}

.jq-selectbox__trigger-arrow {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 17px;
   height: 10px;
   border: none;
   background: url(../img/style/trigger.svg) 50% no-repeat;
   background-size: 17px 10px;
}

.jq-selectbox__dropdown {
   border-radius: 0;
   margin: 0;
   box-shadow: none;
   border: 2px solid #f2f2f2;
   border-top: none;
   margin-top: -2px;
}

.jq-selectbox ul {
   padding: 0 15px;
}

.jq-selectbox li {
   /*font-family: Arial, sans-serif;*/
   font-size: 16px;
   line-height: 17px;
   color: #adadad;
   padding: 10px 0;
   transition: 0.2s;
   border-bottom: 1px solid transparent;
}

.jq-selectbox li.selected,
.jq-selectbox li:hover {
   background-color: transparent;
   color: #adadad;
}

.jq-selectbox li:hover {
   border-color: #002d96;
}

.jq-selectbox li.disabled {
   display: none;
}

.input-text {
   border-radius: 6px;
   width: 100%;
   font-size: 16px;
   padding: 0 15px;
   height: 48px;
   outline: none;
   background-color: #f5f7fa;
   border: 1px solid #f5f7fa;
   /*font-family: Arial, sans-serif;*/
   font-family: 'Open Sans';
}

.input-text::-webkit-input-placeholder {
   color: #131313;
}

.input-text::-moz-placeholder {
   color: #131313;
}

.input-text:-ms-input-placeholder,
.input-text::-ms-input-placeholder {
   color: #131313;
}

.input-text::placeholder {
   color: #131313;
}

.input-text:focus {
   background-color: #f5f7fa;
   border: 1px solid #dcdcdc;
}

.input-text.error {
   border-color: #002d96;
}

.input-textarea {
   display: block;
   width: 100%;
   height: 80px;
   outline: none;
   font-size: 16px;
   /*border: none;*/
   background: #f5f7fa;
   border: 1px solid #f5f7fa;
   border-radius: 6px;
   padding: 10px 17px;
   color: #000;
   /*font-family: Arial, sans-serif;*/
   -webkit-appearance: none;
   resize: none;
}

.input-textarea::-webkit-input-placeholder {
   color: #333;
}

.input-textarea::-moz-placeholder {
   color: #333;
}

.input-textarea:-ms-input-placeholder,
.input-textarea::-ms-input-placeholder {
   color: #333;
}

.input-textarea::placeholder {
   color: #333;
}

.input-textarea:focus {
   background-color: #f5f7fa;
   border-color: #dcdcdc;
}

.input-textarea.error {
   border-color: #002d96;
}

.section {
   position: relative;
}

.hide {
   display: none;
}

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

/* header */

.header {
   color: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   /* flex-flow: nowrap; */
   flex-wrap: nowrap;
   align-content: stretch;
   background-color: #3c3e40;
   /*height: 100%;*/
   height: 70px;
   padding: 15px;
   gap: 5px;
   font-size: 20px;
   position: fixed;
   width: 100%;
   height: 70px;
   z-index: 10;
}

.header.test {
   background-color: #fff;
}

.header.test .header__left_wrapper img {
   max-width: 175px;
}

.header.test .copyright {
   color: #000;
}

.header.test .line {
   border-left: 2px solid #000;
   color: #000;
}

.header.test .phone-header {
   color: #000;
}

.header.test .white_button {
   border-color: #3c3e40;
}

.header .container{margin: 0 auto; justify-content: space-between;}



.header_wrap_toggle {
   position: absolute;
   bottom: -50px;
   left: 0;
   background-color: #3c3e40;
   width: 100%;
   display: flex !important;
   justify-content: center;
   margin: 0;
   align-items: center;
   height: 50px !important;
   column-gap: 50px;
   row-gap: 20px;
   padding: 20px;
}

.header_wrap_toggle.active {
   display: flex !important;
   flex-wrap: wrap;
}

.header.audit {
   display: flex;
   flex-direction: column;
   color: #fff;
   background-color: #002d96;
   /*height: 100%;*/
   height: 70px;
   padding: 15px;
   font-size: 20px;
   position: fixed;
   z-index: 9999999;
   width: 100%;
   height: 95px;

}


.header.audit .main_row {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: nowrap;
   align-content: stretch;
   gap: 5px;
   width: 100%;
}

.header.audit .last_row .header_list {
   display: flex;
   list-style-type: none;
   padding: 0;
   column-gap: 100px;
   margin: 5px 0;
}

.header>div {
   display: flex;
   flex-grow: 1;
   margin-right: 5px;
   /*width: calc(33.33% - 5px);*/
   height: 100%;
   /*border-radius: 4px;*/
   /*background-color: #FFFFFF;*/
   /*font-size: 0.80rem;*/
   /*padding: 15px 0px 10px 0px;*/
   font-weight: 400;
   /*margin-bottom: 10px;*/
   text-align: center;
   /*padding: 8px;*/
   /*display: inline-block;*/
}

.header.audit .main_row>div {
   display: flex;
   flex-grow: 1;
   margin-right: 5px;
   /*width: calc(33.33% - 5px);*/
   height: 100%;
   /*border-radius: 4px;*/
   /*background-color: #FFFFFF;*/
   /*font-size: 0.80rem;*/
   /*padding: 15px 0px 10px 0px;*/
   font-weight: 400;
   /*margin-bottom: 10px;*/
   text-align: center;
   /*padding: 8px;*/
   /*display: inline-block;*/
   align-items: center;
   justify-content: center;
}

.header>div.logo {
   width: 14%;
   justify-content: center;
   text-align: center;
}

.header.audit .main_row>div.logo {
   width: 14%;
   justify-content: center;
   text-align: center;
}

.main_row .header__left_wrapper {
   position: relative;
}

.last_row {
   padding: 0 40px;
}


.header__left {
   width: 43%;
   display: flex;
}

.header__right {
   width: 43%;
   justify-content: left;
}

.header__left_wrapper,
.header__right_wrapper {
   display: flex;
   align-items: center
}

.header__left_wrapper {
   justify-content: left;
}
.header__right_wrapper{
   justify-content: right !important;
}

.header__right_wrapper>div {
   flex-direction: column;
   margin-left: 15px;
}

.toggle_menu {
   display: none;
   flex-direction: column;
   row-gap: 10px;
   cursor: pointer;
}

.line_one,
.line_two {
   height: 3px;
   width: 30px;
   background-color: #000;
}

.line_one.close {
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   -webkit-transition: all 100ms ease-out;
   -o-transition: all 100ms ease-out;
   transition: all 100ms ease-out;
   top: 5px;
   position: relative;

}

.line_two.close {
   -webkit-transform: rotate(135deg);
   -ms-transform: rotate(135deg);
   transform: rotate(135deg);
   -webkit-transition: all 100ms ease-out;
   -o-transition: all 100ms ease-out;
   transition: all 100ms ease-out;
   top: -8px;
   position: relative;
}

.header__left_wrapper>div {
   flex-direction: column;
   /*margin-right: 15px;*/
}

.header_mob {
   display: none;
}

.header_mob .header_wrap_toggle.active {
   background: #fff;
}

.whatsapp_header {
   width: 32px;
   height: 32px;
   transition: all .1s ease-in-out;
}

.whatsapp_button {
   position: fixed;
   bottom: 110px;
   right: 25px;
   z-index: 99;
}

.logo-obukhov-white {
   color: white;
}

.copyright {
   color: #FFF;
   position: relative;
   bottom: 10px;
}

.line {
   border-left: 2px solid white;
   margin-left: 20px;
   padding-left: 10px;
   margin-top: 3px;
   /*font-size: 20px;*/
   text-transform: uppercase;
}

.white-blue_button {
   background-color: transparent;
   border: 1px solid white;
   display: inline-block;
   cursor: pointer;
   color: #ffffff;
   /*font-size:13px;*/
   /*font-weight:bold;*/
   padding: 13px 55px;
   text-decoration: none;
   text-transform: uppercase;
   transition: all .1s ease-in-out;
}

.white-blue_button:hover {
   background-color: white;
   color: #002d96;
}

.white-blue_button:active {
   position: relative;
   top: 1px;
}


.blue-white_button {
   background-color: transparent;
   border: 1px solid #3c3e40;
   display: inline-block;
   cursor: pointer;
   color: #3c3e40;
   font-size: 13px;
   font-weight: bold;
   padding: 13px 55px;
   text-decoration: none;
   text-transform: uppercase;
   transition: all .1s ease-in-out;
   font-family: 'Open Sans';
}

.blue-white_button:hover {
   background-color: #002d96;
   border: 1px solid #002d96;
   display: inline-block;
   cursor: pointer;
   color: white;
}

.blue-white_button:active {
   position: relative;
   top: 1px;
}


.white_button {
   background-color: #3c3e40;
   border: 1px solid white;
   display: inline-block;
   cursor: pointer;
   color: #fff;
   font-size: 13px;
   font-weight: 600;
   padding: 13px 55px;
   text-decoration: none;
   text-transform: uppercase;
   transition: all .1s ease-in-out;
   font-family: 'Open Sans';
}

.white_button:hover {
   background-color: #fff;
   border: 1px solid white;
   display: inline-block;
   cursor: pointer;
   color: #000;
}

.white_button:active {
   position: relative;
   top: 1px;
}


/* slider */
.slider {
   margin-top: 120px;
}

.slider.audit {
   margin-top: 95px;
}

.slide_main {
   width: 100%;
   height: auto;
}

.custom_class .slide_main_subtext {
   top: 70px !important;
}

.custom_class .button_wrapper_slider {
   top: 180px;
}

.four_banner {
   left: 70px;
   top: 350px;
}

.second_banner {
   right: 110px !important;
   top: 160px;
   left: auto;
}

.second_banner .slide_action_button {
   width: 100%;
}



.swiper-container-horizontal>.swiper-scrollbar {
   position: absolute;
   left: 1%;
   bottom: 13px;
   z-index: 50;
   height: 10px;
   width: 98%;
}

.swiper-scrollbar-drag {
   height: 100%;
   width: 100%;
   position: relative;
   background: rgba(255, 255, 255, 0.5);
   border-radius: 10px;
   left: 0;
   top: 0;
}

.swiper-slide {
   position: relative;
}

.swiper-slide img {
   width: 100%;
}

.slide_main {
   filter: brightness(70%);
}

.slide_main_text {
   position: absolute;
   top: 30px;
   /* left: 50%; */
   /* transform: translate(-50%, 0%); */
   font-size: 14px;
   font-weight: 700;
   /* text-transform: uppercase; */
   color: #fff;
   text-align: left;
   /* max-width: 900px; */
   max-width: 100%;
   padding: 1rem 2rem;
}
.slide_main_text span{font-size: 29px;}

/* .slide_main_text:before {
   content: "";
   display: block;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, .4);
   z-index: 1;
   position: absolute;
   top: 0;
   left: 0;
   transform: skew(-25deg, 0);
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
} */

.slide_main_text span {
   color: #fff;
   position: relative;
   z-index: 999;
}

.slide_main_text.right_text {
   right: 110px;
   left: auto;
}

.slide_main_text.last_main_text {
   top: 110px;
}

.slide_main_text.last_main_text2 {
   top: 190px;
}

.slide_main_text.last_main_text3 {
   top: 240px;
}

.slide_main_text.belgee {
   font-size: 40px;
}

.slide_main_subtext {
   position: absolute;
   top: 295px;
   left: 110px;
   font-size: 30px;
   font-weight: 700;
   text-transform: uppercase;
   color: #fff;
   background-color: transparent;
}

.slide_main_subtext.banner {
   top: 330px;
}

.slide_main_subtext.belgee {
   font-size: 30px;
}

.swiper-pagination-bullet {
   background: #3c3e40 !important;
}

.dark_slide {
   filter: brightness(80%);
}

.slide_content {
   position: absolute;
   top: 0;
   left: 0;
   background-color: rgba(0, 0, 0, .5);
   padding: 30px;
   width: 36%;
   height: 100%;
   display: flex;
   align-items: center;
}

.slide_content div {
   position: relative;
   top: auto !important;
   left: auto !important;
}

/* scene */

.slider_scene {
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
}

/* Lead Form */

.lead_form{background: #f1f1f1; padding:50px 0;}
   .lead_form_wrapper{display: flex; align-items: center; justify-content: center; gap: 50px;}
      .form_head{font-size: 30px; margin-bottom: 30px; text-align: center;}

/* timer */
.timer_top {
   padding: 20px;
   background: #3c3e40;
   margin: 6px 0 10px 0;
   color: #fff;
}

.timer_top .container {
   max-width: 1445px;
}

.timer_top .timer_title {
   font-size: 30px;
   font-weight: 700;
}

.timer_top .timer_wrapper {
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 20px;
   margin-top: 30px;
}

.timer_head {
   width: 25%;
   font-weight: 500;
   font-size: 20px;
   text-align: center;
}

.timer_top span {
   font-weight: 700;
}

.timer_top .timer_form {
   margin: 0;
}

.timer_form_input_block {
   margin-bottom: 20px;
   display: flex;
   gap: 20px;
}

.timer_form_input_block .form__row {
   width: calc(50% - 20px);
}

.timer_form_input_block input {
   height: 100% !important;
}

.timer_form .form__row.-submit {
   margin-top: 0;
}

.timer_form .btn-third {
   height: 100%;
}

.timer_top .input-checkbox span {
   padding-left: 0;
   color: #fff;
}

.timer_top .input-checkbox span:before {
   display: none;
}

.timer_top .input-checkbox span:after {
   display: none;
}

.timer_top .button {
   background-color: #fff;
   border: 1px solid #fff;
   color: #3c3e40;
}

.timer_top .timer__form {
   gap: 2px;
}





div.timer {
   padding: 25px 0;
}

section.timer {
   /*padding: 50px 0;*/
   background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201440%20320%22%3E%0A%09%09%09%09%3Cpath%20fill%3D%22%23f4f1f4%22%20fill-opacity%3D%221%22%20d%3D%22M0%2C256L480%2C192L960%2C256L1440%2C64L1440%2C320L960%2C320L480%2C320L0%2C320Z%22%3E%3C%2Fpath%3E%0A%09%09%09%3C%2Fsvg%3E');
   background-repeat: no-repeat;
   /*background-size: cover;*/
   background-size: 141%;
   background-position: right bottom;
}

/*section.timer {*/
/*   */
/*}*/
.timer_title {
   font-size: 26px;
   font-weight: 600;
   line-height: 1.5;
   text-align: center;
   text-transform: uppercase;
}

.timer_form {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: stretch;
   align-items: stretch;
   width: 100%;
   max-width: 563px;
   margin: 20px auto 0;
}

.timer__subtitle {
   font-size: 20px;
   margin-top: 5px;
}

.timer__countdown {
   margin-top: 15px;
}

.timer__form {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: stretch;
   align-items: stretch;
   width: 100%;
   max-width: 485px;
   margin: 0px auto 0;
}

.lead_form .timer__form .button {
   white-space: nowrap;
   min-width: 100%;
   font-family: 'Open Sans';
   margin-top: 10px;
}

.credite_right .timer__form .button {
   white-space: nowrap;
   min-width: 100%;
   font-family: 'Open Sans';
   margin-top: 10px;
}

.timer__form .button {
   white-space: nowrap;
   min-width: 251px;
   font-family: 'Open Sans';
}

.timer__input {
   /*font-family: Arial, sans-serif;*/
   font-size: 16px;
   display: block;
   height: 53px;
   border: 2px solid #f2f2f2;
   outline: none;
   padding: 0 15px;
   border-right: none;
   width: 100%;
   font-family: 'Open Sans';
   color: #7e7f82;
}

.timer__input.error {
   border-color: #002d96;
}

.timer .input-checkbox {
   margin: 0 auto;
   display: block;
   max-width: 410px;
   margin-top: 13px;
}

.countdown {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: center;
   justify-content: center;
}

.countdown__item {
   position: relative;
   text-align: center;
   line-height: 1;
}

.countdown__item:not(:first-child) {
   margin-left: 80px;
}

.countdown__item:not(:first-child) .countdown__num:before {
   content: ":";
   position: absolute;
   top: -5px;
   left: -50px;
   font-weight: 400;
   /*font-family: Arial, sans-serif;*/
   font-size: 30px;
}

.countdown__num {
   font-size: 30px;
   position: relative;
   font-weight: 500;
   /*font-family: Arial-Black, sans-serif;*/
}

.countdown__label {
   font-size: 10px;
   color: #212529;
}

/* model */

.models {
   padding: 50px 0;
   background-color: #f4f1f4;
}

.model_title {
   padding: 10px 0;
   color: white;
   background-image: url('/geely/assets/images/model_title.png');
   background-repeat: no-repeat;
   background-size: 100%;
   background-position: center;
   text-transform: uppercase;
   font-size: 41px;
   font-weight: 600;
   line-height: 1.5;
   text-align: center;
   font-family: 'Open Sans';
}
.title_br{display: none;}

.model_title.red_bg{background-image: url('/geely/assets/images/model_title_red.png');}

.models_wrapper {
   background-color: white;
   display: flex;
   justify-content: center;
   align-items: center;
   /* flex-flow: nowrap; */
   flex-wrap: nowrap;
   align-content: stretch;
   /*height: 100%;*/
   padding: 15px;
   gap: 5px;
   font-size: 20px;
   max-width: 900px;
   margin: 0 auto;

}

.models_cars_menu {
   display: flex;
   justify-content: center;
   flex-grow: 1;
   margin-right: 5px;
   /* width: calc(33.33% - 5px); */
   height: 100%;
   font-weight: 600;
   text-align: center;
   max-width: 300px;
}

.models_cars_menu {
   transition: all .1s ease-in-out;
}

.models_cars_menu:hover {
   transform: scale(1.1);
}

.cars-menu-active:hover {
   transform: none;
}

.swiper-slide_wrapper {
   position: relative;
}

.slider_mobile {
   display: none;
}

.slide_action {
   position: absolute;
   width: calc(100%/3);
   height: 100%;
   top: 0;
   right: 2%;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
   /*overflow: auto;*/
   flex-direction: column;
}

.slide_action_content {
   width: 100%;
   height: 100px;
   margin: 5px;
   /*background-color: lightblue;*/
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   font-size: 1.75em;
}

.slide_action_content span {
   font-size: 1.725em;
   font-weight: 700;
}

/* .slide_action_content:nth-of-type(1) {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 1.275em;
    padding: 0 20px;
} */
.slide_action_content:nth-of-type(2) {
   margin: 40px 0;
}

@media screen and (max-width: 767px) {
   .slide_action_content:nth-of-type(2) {
      margin: 0;
   }
}

.slide_ttx {
   text-align: center;
   /*font-size: 1.375em;*/
   font-weight: 300;
}

.slide_ttx img {
   width: 50px;
   height: auto;
}

.slide_ttx span {
   text-transform: uppercase;
}

.slide_action_button {
   width: 100%;
   background-color: #2f3d47;
   border: 1px solid #3c3e40;
   display: inline-block;
   cursor: pointer;
   color: #fff !important;
   font-size: 13px;
   font-weight: 600;
   padding: 18px 0;
   text-decoration: none;
   text-transform: uppercase;
   transition: all .1s ease-in-out;
   font-family: 'Open Sans';
}

.slide_action_button:hover {
   background-color: #fff;
   color: #000 !important;
   transition: all .1s ease-in-out;
}

.slide_action_button.callback {
   border: 1px solid #fff;
   color: #fff;
   font-family: 'Open Sans';
}

.slide_action_button.callback.white {
   border: 1px solid #000;
   color: #000;
   background-color: #fff;
   transition: .3s;
}

.slide_action_button.callback.white:hover {
   border: 1px solid #fff;
   color: #fff;
   background-color: #000;
   transition: .3s;
}

.slide_action_button.callback.black {
   border: 1px solid #000;
   color: #fff;
   background-color: #000;
   transition: .3s;
}

.slide_action_button.callback.black:hover {
   border: 1px solid #000;
   color: #000;
   background-color: #fff;
   transition: .3s;
}

.slide_action_button.callback:hover {
   color: #000;
}

/* set */

.instock {
   padding: 27px 0 16px;
}

.instock__header {
   margin-bottom: 16px;
   font-size: 18px;
   letter-spacing: 0.03em;
   text-transform: uppercase;
}

.instock__wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin: 0 -10px 15px;
}

.instock__item {
   width: 33.3333%;
   padding: 0 10px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.instock__item-content {
   display: block;
   width: 100%;
   padding-top: 72.5%;
   background-size: cover;
   background-position: 50%;
   -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
   box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
   border-radius: 10px;
}

.instock__table {
   width: 100%;
   overflow: hidden;
}

.instock__table-wrap {
   overflow-x: auto;
}

.instock__maintable {
   width: 100%;
   margin: 0 0 33px;
   text-align: center;
   text-transform: uppercase;
   font-size: 12px;
   letter-spacing: 0.03em;
   font-weight: 500;
}

.instock__maintable tr:last-child td {
   height: 38px;
   padding: 10px 10px 0 10px;
   vertical-align: bottom;
   border-bottom: 0;
}

.instock__maintable tr:last-child td:first-child {
   padding: 10px 10px 0 0;
}

.instock__maintable tr th {
   width: 20%;
   padding: 8px 10px 13px 10px;
   border-right: 4px solid #dbdbdb;
   vertical-align: middle;
}

.instock__maintable tr th:last-child {
   border-right: none;
}

.instock__maintable tr td {
   width: 20%;
   height: 65px;
   padding: 10px 10px 10px 10px;
   border: 3px solid #dbdbdb;
   vertical-align: middle;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.instock__maintable tr td:first-child {
   text-align: left;
   border-left: none;
   padding: 10px 10px 10px 0;
}

.instock__maintable tr td:last-child {
   border-right: none;
}

.instock__btn {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
}

@media screen and (max-width: 767px) {
   .instock__maintable tr td {
      padding: 10px 0 10px 0;
   }
}

.checkbox-default {
   display: none;
}

.checkbox-default+label {
   display: block;
   margin: auto;
   width: 27px;
   height: 27px;
   background: white;
   cursor: pointer;
   border: 1px solid #B1B1B1;
   border-radius: 8px;
   position: relative;
   background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.75 3.75L4.75 6.75L10.25 1.25' stroke='%23B1B1B1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
   background-repeat: no-repeat;
   background-position: 50%;
   background-size: 19px;
   -webkit-transition: box-shadow 0.2s ease;
   -o-transition: box-shadow 0.2s ease;
   -webkit-transition: -webkit-box-shadow 0.2s ease;
   transition: -webkit-box-shadow 0.2s ease;
   transition: box-shadow 0.2s ease;
   transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.checkbox-default+label:active {
   background-color: #002d96;
   -webkit-box-shadow: 0px 2px 2px rgba(48, 54, 58, 0.2), 0px 0px 3px 2px #6e97bd, 0px 0px 0px 4px #002d96;
   box-shadow: 0px 2px 2px rgba(48, 54, 58, 0.2), 0px 0px 3px 2px #6e97bd, 0px 0px 0px 4px #002d96;
}

.checkbox-default+label:hover {
   border: 1px solid #457fb2;
   background-color: #002d96;
   background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.75 3.75L4.75 6.75L10.25 1.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
   background-size: 19px;
   -webkit-transition: box-shadow 0.2s ease;
   -o-transition: box-shadow 0.2s ease;
   -webkit-transition: -webkit-box-shadow 0.2s ease;
   transition: -webkit-box-shadow 0.2s ease;
   transition: box-shadow 0.2s ease;
   transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.checkbox-default:checked+label {
   border: 1px solid rgba(0, 0, 0, 0);
   background-color: #002d96;
   -webkit-box-shadow: 0px 2px 2px rgba(48, 54, 58, 0.2), 0px 0px 3px 2px #6e97bd, 0px 0px 0px 4px #002d96;
   box-shadow: 0px 2px 2px rgba(48, 54, 58, 0.2), 0px 0px 3px 2px #6e97bd, 0px 0px 0px 4px #002d96;
   background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.75 3.75L4.75 6.75L10.25 1.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.checkbox-default:checked+label:hover {
   border: 1px solid rgba(0, 0, 0, 0);
}

.radio-default {
   display: none;
}

.radio-default:checked+label:after {
   content: "";
   border: 4px solid #002d96;
}

.radio-default:checked+label:hover:after {
   content: "";
   border: 4px solid #002d96;
}

.radio-default+label {
   display: inline-block;
   font-size: 0;
   width: 33px;
   height: 33px;
   margin: 0 1px;
   cursor: pointer;
   position: relative;
   -webkit-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
   -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
   box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
   border-radius: 50%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   overflow: hidden;
}

.radio-default+label:after {
   content: "";
   -webkit-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
   border-radius: 50%;
   border: 1px solid rgba(0, 0, 0, 0);
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
}

.radio-default+label.instock__maintable-black {
   background: -o-linear-gradient(303.69deg, #060606 20%, rgba(6, 6, 6, 0) 150%);
   background: linear-gradient(146.31deg, #060606 20%, rgba(6, 6, 6, 0) 150%);
}

.radio-default+label.instock__maintable-blue {
   background: -o-linear-gradient(146.31deg, #0000FF 20%, rgba(0, 0, 255, 0) 150%);
   background: linear-gradient(146.31deg, #0000FF 20%, rgba(0, 0, 255, 0) 150%);
}

.radio-default+label.instock__maintable-red {
   background: -o-linear-gradient(146.51deg, #FF0000 19.91%, rgba(255, 0, 0, 0) 176.13%);
   background: linear-gradient(146.51deg, #FF0000 19.91%, rgba(255, 0, 0, 0) 176.13%);
}

.radio-default+label.instock__maintable-silver {
   background: -o-linear-gradient(145.81deg, #BCC6D2 20.22%, rgba(188, 198, 210, 0) 148.35%);
   background: linear-gradient(145.81deg, #BCC6D2 20.22%, rgba(188, 198, 210, 0) 148.35%);
}

.radio-default+label.instock__maintable-redblack {
   background: -o-linear-gradient(133.72deg, #FF0000 25.56%, #060606 75.88%);
   background: linear-gradient(133.72deg, #FF0000 25.56%, #060606 75.88%);
}

.radio-default+label.instock__maintable-crimson {
   background: -o-linear-gradient(308.9deg, #700036 22.33%, rgba(112, 0, 54, 0) 167.02%);
   background: linear-gradient(141.1deg, #700036 22.33%, rgba(112, 0, 54, 0) 167.02%);
}

.radio-default+label.instock__maintable-grey {
   background: -o-linear-gradient(141.1deg, #808080 22.33%, rgba(128, 128, 128, 0) 167.02%);
   background: linear-gradient(141.1deg, #808080 22.33%, rgba(128, 128, 128, 0) 167.02%);
}

.radio-default+label.instock__maintable-greyblue {
   background: -o-linear-gradient(141.1deg, #6997A6 22.33%, rgba(128, 128, 128, 0) 167.02%);
   ;
   background: linear-gradient(141.1deg, #6997A6 22.33%, rgba(128, 128, 128, 0) 167.02%);
   ;
}

.radio-default+label.instock__maintable-darkblue {
   background: -o-linear-gradient(304.19deg, #234A85 20.22%, rgba(136, 162, 173, 0) 148.35%);
   background: linear-gradient(145.81deg, #234A85 20.22%, rgba(136, 162, 173, 0) 148.35%);
}


.label_set {
   margin-top: 8px;
}

.set_wrapper {
   display: flex;
   flex-flow: row wrap;
   /*justify-content: space-around;*/
   justify-content: center;
   align-items: baseline;
   align-content: center;
   font-size: 8px;
}

.set_item {
   margin: 0 3px;
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
   position: relative;
   z-index: 2;
   cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
   visibility: hidden;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
   opacity: 0;
   pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
   position: absolute;
   bottom: 150%;
   left: 50%;
   margin-bottom: 5px;
   margin-left: -80px;
   padding: 7px;
   width: 160px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   background-color: #002d96;
   background-color: hsla(0, 0%, 20%, 0.9);
   color: #fff;
   content: attr(data-tooltip);
   text-align: center;
   font-size: 14px;
   line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
   position: absolute;
   bottom: 150%;
   left: 50%;
   margin-left: -5px;
   width: 0;
   border-top: 5px solid #000;
   border-top: 5px solid hsla(0, 0%, 20%, 0.9);
   border-right: 5px solid transparent;
   border-left: 5px solid transparent;
   content: " ";
   font-size: 0;
   line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
   visibility: visible;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
   opacity: 1;
}

.set {
   padding: 50px 0;
   background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201440%20320%22%3E%3Cpath%20fill%3D%22%23f4f1f4%22%20fill-opacity%3D%221%22%20d%3D%22M0%2C256L480%2C192L960%2C256L1440%2C64L1440%2C0L960%2C0L480%2C0L0%2C0Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center top;
}

.__configuration-table {
   padding: 50px 0;
}

/* actions */
.actions {
   background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201440%20320%22%3E%0A%09%09%09%09%3Cpath%20fill%3D%22%23f4f1f4%22%20fill-opacity%3D%221%22%20d%3D%22M0%2C256L480%2C192L960%2C256L1440%2C64L1440%2C320L960%2C320L480%2C320L0%2C320Z%22%3E%3C%2Fpath%3E%0A%09%09%09%3C%2Fsvg%3E');
   background-repeat: no-repeat;
   background-size: cover;
   background-position: right bottom;
   /*padding: 50px 0;*/
   /* padding-bottom: 30px; */
}

.tradein {
   display: flex;
}

.tradein_wrapper {
   position: relative;
   width: 60%;
   height: auto;
   text-align: left;
   margin-top: 50px;
   padding-top: 1px;
}

.tradein_wrapper_audit {
   position: relative;
   width: 60%;
   height: auto;
   text-align: left;
   margin-top: 50px;
   padding-top: 1px;
}

@media screen and (max-width: 767px) {
   .tradein_wrapper {
      margin-top: 0;
   }
}

.tradein_wrapper span {
   font-size: 5.8em;
   font-family: 'Open Sans';
}

.tradein_form_wrapper {
   position: relative;
   width: 40%;
   height: 530px;
   text-align: center;
   margin-top: 50px;
   /*  background-image: url("../images/phone_1.png"); */
   background-size: contain;
   background-position: top right;
   background-repeat: no-repeat;
   background: #f1f1f1;
   padding-top: 40px;
}

@media screen and (max-width: 1100px) {
   .tradein_form_wrapper {
      background-image: url("../images/phone_mobile.png");
      background-size: contain;
      background-position: top center;
   }
   .slide_main_text span{
      font-size: 21px;
   }
}

@media screen and (max-width: 900px) {
   .tradein {
      flex-direction: column;
   }

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

   .tradein_wrapper span {
      font-size: 3.8em;
   }

   .tradein_form_wrapper {
      background-image: unset;
      width: 100%;
      height: 366px;
      margin-top: 0;
   }
}



.tile_1 {
   background-image: url('../images/tiles/tile_2_new.jpg');
   background-position: center;
   background-size: cover;
}

.tile_2 {
   background-image: url('../images/tiles/tile_1_new.jpg');
   background-position: center;
   background-size: cover;
}

.tile_3 {
   background-image: url('../images/tiles/tile_5.jpg');
   background-position: center;
   background-size: cover;
}

.tile_4 {
   background-image: url('../images/tiles/tile_4_new.jpg');
   background-position: center;
   background-size: cover;
}

.tile_5 {
   background-image: url('../images/tiles/tile_3.jpg');
   background-position: center;
   background-size: cover;
}

.tile_6 {
   background-image: url('../images/tiles/tile_6.jpg');
   background-position: center;
   background-size: cover;
}

.gallery {
   display: grid;
   grid-gap: 15px;
   grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
   grid-auto-rows: 200px;
   grid-auto-flow: dense;
}

@media screen and (max-width: 1086px) {
   .gallery {
      display: grid;
      grid-gap: 15px;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      grid-auto-rows: 100px;
      grid-auto-flow: dense;
   }
}

.wide {
   grid-column: span 2;
}

.tall {
   grid-row: span 2;
}

.tile_wrapper {
   display: grid;
   grid-gap: 10px;
   grid-template-columns: 220px 220px 220px;
   /*background-color: #fff;*/
   color: #444;
}

.tile_wrapper_audit {
   display: grid;
   grid-gap: 10px;
   grid-template-columns: 220px 220px 220px;
   /*background-color: #fff;*/
   color: #444;
}

@media screen and (max-width: 1400px) {
   .header_wrap_toggle {
      column-gap: 30px;
   }
}



@media screen and (max-width: 1290px) {
   .timer_top .timer_form {
      width: 30%;
   }

   .timer_top .timer__form {
      flex-direction: column;
   }

   .tile_wrapper {
      grid-template-columns: 200px 200px 200px;
   }

   .a,
   .c,
   .d {
      height: 200px;
   }
}

@media screen and (max-width: 1025px) {
   .form_image{display: none;}
   .tile_wrapper {
      grid-template-columns: 140px 140px 140px;
   }

   .a,
   .c,
   .d {
      height: 140px;
   }
}

@media screen and (max-width: 900px) {
   .tile_wrapper {
      grid-template-columns: calc(100%/3 - 6px) calc(100%/3 - 6px) calc(100%/3 - 6px);
   }

   .a,
   .c,
   .d {
      height: 150px !important;
   }
}


.box {
   background-color: #444;
   color: #fff;
   border-radius: 5px;
   font-size: 150%;
   overflow: hidden;
}

.box img {
   object-fit: cover;
   width: 100%;
   height: 100%;
   transition: 1s;
}
.box.b img{object-position: right;}

.box img:hover {
   transform: scale(1.25);
}

/* .box:hover{transform: scale(1.2); } */

.a {
   grid-column: 1 / 3;
   grid-row: 1;
   height: 220px;
}

.b {
   grid-column: 3;
   grid-row: 1 / 3;
}

.c {
   grid-column: 1;
   grid-row: 2;
   height: 220px;
}

.d {
   grid-column: 2;
   grid-row: 2;
   height: 220px;
}

.action_wrapper {
   background-image: url("../images/actions/credite_bg.jpg");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: bottom center;
   position: relative;
   width: 100%;
   height: 400px;
   text-align: center;
   margin-top: 50px;
   padding: 50px 0;
}

.credite_form_wrapper {
   display: flex;
   width: 90%;
   margin: auto;
   /*background-color: rgba(255, 255, 255, 0.5);*/
   background-color: rgba(255, 255, 255, 0.84);
   height: 100%;
}

.credite_left {
   width: 40%;
   align-self: center;
}

.credite_right {
   width: 60%;
   align-self: center;
}

.timer__form.credite__form{margin-bottom: 10px;}

.credite_agree {
   max-width: 563px;
}

@media screen and (max-width: 1000px) {
   .credite_form_wrapper {
      display: flex;
      flex-direction: column;
      width: 100%;
   }

   .credite_left {
      width: 100%;
      align-self: center;
   }

   .credite_right {
      width: 100%;
      align-self: center;
   }

   .credite__form {
      margin: auto;
   }
}


.action_wrapper-bg-img {
   z-index: -1;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.action_wrapper h2 {
   font-size: 36px;
   font-weight: 600;
   line-height: 1.5;
   text-align: center;
}

.action_wrapper h3 {
   font-size: 22px;
   font-weight: 300;
   line-height: 1.5;
   text-align: center;
}

.form_on_phone {
   width: 44%;
   margin: 0 auto;
}

.form_on_phone p {
   color: #212529;
   font-size: 21px;
}

@media screen and (max-width: 1140px) {
   .form_on_phone {
      top: 8%;
   }
}

@media screen and (max-width: 1100px) {
   .form_on_phone {
      width: 57%;
      left: 21.6%;
      top: 13%;
   }
}

@media screen and (max-width: 1000px) {
   .form_on_phone {
      width: 73%;
      left: 13.8%;
      top: 13%;
   }
}

@media screen and (max-width: 900px) {
   .form_on_phone {
      width: 100%;
      left: 0;
      top: 0;
   }

   .form_on_phone p {
      color: black;
      text-transform: uppercase;
   }
}

.form_on_phone button {
   min-width: unset;
   width: 100%;
}

.select2-container {
   margin-top: 2px !important;
   width: 100% !important;
}

.js-select-mark,
.js-select-model,
.js-select-year {

   /*width: 80%;*/
}

.select_geely {
   color: #212529;
   /*margin-top: 13px;*/
   border-radius: 0;
   /*border: 1px solid #002d96!important;*/
   height: 53px !important;
   font-size: 16px;
   /*text-transform: uppercase;*/
}


.select2-selection--single {
   border-radius: 0 !important;
   height: unset !important;
}

.select2-selection__rendered {
   outline: none;
   padding: 0 15px !important;
   line-height: 52px !important;
   height: 100%;
   text-align: left;
   font-weight: 300;
}

.select2-selection__arrow {
   display: none !important;
}

.tradein_phone::-webkit-input-placeholder,
.tradein_phone::-moz-placeholder {
   font-size: 15px;
   font-weight: 300 !important;
   /*text-transform: uppercase;*/
}

.advantages {
   background-color: #f4f1f4;
   padding-top: 50px;
}

.advantages_wrapper {
   display: flex;
   justify-content: center;
   align-content: flex-start;
   padding: 50px 0;
}

.advantages_item {
   margin: 5px;
   padding: 5px;
   flex: 0 1 47%;
   text-align: center;
   cursor: pointer;
}

.advantages_item img {
   max-height: 100px;
   height: auto;
}

.advantages_item h3 {
   margin-top: 25px;
   font-size: 22px;
   font-weight: 500;
}

@media screen and (max-width: 767px) {
   .advantages_item img {
      max-height: 60px;
   }

   .advantages_item h3 {
      margin-top: 25px;
      font-size: 18px;
   }

   .header_list {
      column-gap: 50px;
   }
}

.engineering {
   padding: 50px 0;
   background-color: #e6eaf5;
   text-align: center;
}

.engineering 

.engineering .callback {
   border: 1px solid #3c3e40;
   color: #000;
}

.swiper_inginiring {
   margin: 20px 0;
}

.swiper-next__models,
.swiper-prev__models {
   color: #ffffff !important;
}

.img-badge {
   position: absolute;
   /*z-index: 3;*/
}

.gallery-thumbs-inginiring {
   height: 20%;
   box-sizing: border-box;
   padding: 10px 0;
   margin-top: 10px;
}

.gallery-thumbs-inginiring .swiper-slide {
   width: 25%;
   height: 100%;
   opacity: 0.4;
}

.gallery-thumbs-inginiring .swiper-slide img,
.swiper_inginiring .swiper-slide img {
   border-radius: 4px;
}

.gallery-thumbs-inginiring .swiper-slide-thumb-active {
   opacity: 1;
}

.engineering h2 {
   font-size: 36px;
   font-weight: 600;
   line-height: 1.5;
   text-align: center;
   margin-bottom: 50px;
}

.engineering h3 {
   font-size: 22px;
   font-weight: 300;
   line-height: 1.5;
   text-align: center;
}

.taxi {
   padding: 20px 0;
}

.taxi h2 {
   font-size: 30px;
   font-weight: 600;
   line-height: 1.5;
   text-align: center;
   margin-bottom: 15px;
}

.taxi_wrapper {
   display: flex;
   justify-content: center;
   /*height: 300px;*/
}

.taxi_wrapper .callback {
   border: 1px solid #3c3e40;
   color: #000;
}

.taxi_content {
   margin-top: 50px;
   padding: 5px;
   flex: 0 1 auto;
   align-self: center;
   display: flex;
   align-items: center;
   justify-content: space-between;
   position: relative;
}

.taxi_content_mob {
   display: none;
}

.diller_logo {
   max-width: 300px;
}

.taxi_car {
   max-width: 300px;
   animation-name: taxi-go;
   animation-duration: 10s;
   animation-iteration-count: infinite;
   animation-direction: normal;
   animation-timing-function: linear;
}

@keyframes taxi-go {
   from {
      position: absolute;
      top: -20px;
      right: 0;
   }

   25% {
      position: absolute;
      top: -20px;
      right: 25%;
   }

   50% {
      position: absolute;
      top: -20px;
      right: 50%;
   }

   to {
      position: absolute;
      top: -20px;
      right: 75%;
   }
}

.taxi_button {
   margin-top: 80px;
   text-align: center;
}

.taxi_button .button_wrapper_left {
   margin: 0 auto;
}

.about {
   padding: 0;
}

.about__bar {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 100%;
   min-height: 60px;
   position: relative;
   background: -webkit-gradient(linear, left top, right top, from(#FFDC24), color-stop(93.91%, rgba(255, 214, 0, 0)));
   background: -o-linear-gradient(left, #FFDC24 0%, rgba(255, 214, 0, 0) 93.91%);
   background: linear-gradient(90deg, #FFDC24 0%, rgba(255, 214, 0, 0) 93.91%);
   padding: 15px 0;
}

.about__bar-text {
   width: 78%;
   -ms-flex-preferred-size: 78%;
   flex-basis: 78%;
   padding: 5px 208px 0 130px;
   text-align: right;
   position: relative;
}

.about__bar-text:after,
.about__bar-text:before {
   content: "";
   display: block;
   width: 110px;
   height: 44px;
   background: url(/geely/assets/images/taxi.svg) no-repeat 50%;
   background-size: cover;
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
}

.about__bar-text:before {
   right: 32px;
}

.about__bar-text:after {
   left: 8px;
}

.about__bar-title {
   font-family: 'Jost';
   font-size: 18px;
   font-weight: 500;
   color: black;
   text-transform: uppercase;
   letter-spacing: 0.03em;
   line-height: 1;
   font-family: 'Open Sans', sans-serif;
}

.about__bar-description {
   font-family: 'Jost';
   font-size: 10px;
   font-weight: 500;
   color: black;
   text-transform: uppercase;
   letter-spacing: 0.03em;
   font-family: 'Open Sans', sans-serif;
}

.slide_action_button.callback.taxi_btn {
   border: 1px solid #000;
   color: #000;
   font-family: 'Open Sans';
   padding: 23px 45px;
   width: 100%;

}


@media screen and (max-width: 767px) {
   .taxi h2 {
      font-size: 30px;
   }
}

/* contacts */

.contacts {
   background-color: #f4f1f4;
}

.contacts h2{margin: 50px 0}

.contacts__map {
   position: relative;
   z-index: 1;
   height: 505px;
}

.contacts__container {
   z-index: 2;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%);
}

.contacts__wrap {
   position: absolute;
   right: 0;
   top: 0;
   transform: translateY(-50%);
   max-width: 517px;
   padding: 50px;
   background-color: #252525;
   color: #fff;
   width: 100%;
}

.contacts__title {
   font-size: 36px;
   margin-bottom: 18px;
   font-family: Arial-Black, sans-serif;
}

.contacts__address {
   font-size: 20px;
   line-height: 1.7;
   margin-bottom: 22px;
}

.contacts__schedule {
   position: relative;
   color: #fff;
   font-size: 20px;
   padding-left: 27px;
   margin-bottom: 18px;
}

.contacts__schedule:before {
   position: absolute;
   content: "";
   width: 16px;
   height: 16px;
   left: 0;
   bottom: 5px;
   /*background: url(../img/style/icons/icon_schedule.svg) no-repeat 50% / contain;*/
}

.contacts__phone {
   margin: 0 0 20px;
   -ms-flex-align: center;
   -ms-flex-pack: start;
   justify-content: flex-start;
}

.contacts__phone,
.contacts__phone-icon {
   display: -ms-flexbox;
   display: flex;
   align-items: center;
}

.contacts__phone-icon {
   width: 23px;
   height: 23px;
   -ms-flex: 0 0 23px;
   flex: 0 0 23px;
   border-radius: 50%;
   -ms-flex-align: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin-right: 12px;
}

.contacts__phone-icon svg {
   width: 23px;
   height: 23px;
   fill: none;
   stroke: currentColor;
}

.contacts__phone-text {
   font-size: 20px;
}

.footer {
   padding: 50px 0;
}

.footer_item {
   margin: 5px 0;
}

.footer_item span {
   text-decoration: underline;
   cursor: pointer;
}

.popup {
   display: none;
}



.map {
   padding: 72px 0 100px;
   position: relative;
}

.map .container {
   display: flex;
   flex-direction: column;
   align-items: flex-end;
   max-width: 520px;
   margin-left: 60%;
}

.map__container {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 1;
   width: 100%;
   height: 100%;
}

.map__box {
   position: sticky;
   z-index: 10;
   background-color: #fff;
   padding: 50px;
   color: #000000;
   width: 100%;
   max-width: 520px;
   border: 2px solid #3c3e40;
   /*margin-left: auto;*/
   margin-bottom: 10px;
}

.map__title {
   font-weight: normal;
   font-size: 24px;
   line-height: 100%;
   margin-bottom: 25px;
}

.map__list li {
   display: flex;
   align-items: center;
   padding-bottom: 20px;
   font-weight: normal;
   font-size: 16px;
   line-height: 19px;
}

.map__list img {
   max-width: 16px;
   height: 16px;
   margin-right: 10px;
}

.map__list a {
   width: 100%;
   color: #000000;
   display: flex;
   align-items: center;
}

.map__tel-icon {
   max-width: 40px !important;
   height: 40px !important;
}

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

.map_buttons {
   z-index: 2;
   background-color: white;
   /*position: absolute;*/
   bottom: 0;
   /*padding: 8px 48px;*/
   padding-bottom: 18px;
}

.christmas_working_title {
   font-weight: 700;
   cursor: pointer;
   margin-bottom: 20px;
   color: #30363A;
   text-align: center;
}

.christmas_working_title:hover {
   text-decoration: underline;
}

.christmas_working {
   display: none;
   transition: 1s;
   position: absolute;
   background: #30363A;
   color: #fff;
   bottom: 45px;
   left: 50%;
   transform: translate(-50%, -50%);
   padding: 20px;
   width: 430px;
   z-index: 100;
}

.christmas_working.active {
   display: block;
}

.christmas_working p {
   text-align: center;
   font-weight: 700;
}

.christmas_working ul {
   padding-left: 30px;
   margin-bottom: 10px;
   text-align: left;
   list-style-type: disc;
}

.map_phone_wrapper {
   display: flex;
   justify-content: space-between;
   align-content: space-between;
}

.map_phone_items {
   flex: 0 1 auto;
   align-self: center;
}

.map_phone_items a {
   font-size: 16px;
}

.-button_map {
   border: 1px dashed #3c3e40;
   width: 100%;
}

.-button_map+.-button_map {
   margin-top: 15px;
}

.ya-navi {
   background-image: url('../images/ya-navi.png');
   background-size: 30px;
   background-position: 10px center;
   background-repeat: no-repeat;
   font-family: 'Open Sans';
}

.ya-map {
   background-image: url('../images/ya-maps.png');
   background-size: 20px;
   background-position: 16px center;
   background-repeat: no-repeat;
   font-family: 'Open Sans';
}

.modal {
   max-width: 450px;
   /*width: 100%;*/
   background-color: #fff;
   padding: 50px 45px;
   position: relative;
   display: none;
   color: #000;
}

.modal__wrap {
   max-width: 450px;
   /*width: 100%;*/
}

.modal__title {
   font-size: 26px;
   margin-bottom: 20px;
}

.modal__descr {
   color: #000;
   font-weight: 30;
   font-size: 16px;
}

.modal__form {
   margin-top: 1px;
}

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

.modal .button {
   width: 100%;
   font-family: 'Open Sans';
}

.modal .button:disabled {
   opacity: 0.5;
}

.advantages .model_title br {
   display: none;
}

/* media */
@media screen and (max-width: 1600px) {
   .header_wrap_toggle {
      column-gap: 30px;
   }
}

@media screen and (max-width: 1550px) {
   .header {
      font-size: 16px;
   }

   .button_wrapper_slider {
      position: absolute;
      left: 110px;
      bottom: 100px;
      width: 300px;
   }
}

@media screen and (max-width: 1440px) {
   .header__left {
      justify-content: left;
      /*width: 40%!important;*/
   }

   .header__right {
      justify-content: right;
      /*width: 40%!important;*/
   }

   .logo {
      /*width: 20%!important;*/
   }

   .title-1 {
      font-size: 36px;
      line-height: 40px;
   }
}

@media screen and (max-width: 1400px) {
   .button_wrapper_slider {
      left: 110px;
      top: 420px;
   }
}

@media (max-width: 1289px) {
   .container {
      max-width: 1240px;
   }
}

@media (max-width: 1280px) {

   /*.button {*/
   /*    min-width: 0;*/
   /*}*/
   .button span {
      font-size: 12px;
   }

   .header_wrap_toggle {
      column-gap: 40px;
   }

   .map .container {
      margin-left: 40%;
   }
}

@media screen and (max-width: 1070px) {

   .line,
   .phone-header {
      display: none !important;
   }

   .white-blue_button {
      padding: 13px 14px;
   }

   .white_button {
      padding: 13px 14px;
   }

   .map {
      overflow: hidden;
   }
}

@media screen and (max-width: 1030px) {
   .header.audit {
      height: 120px;
   }

   .header.audit .last_row .header_list {
      column-gap: 85px;
   }
}

@media screen and (max-width: 1023px) {
   .taxi_content {
      display: none;
   }

   .taxi_content_mob {
      display: block;
      margin: 20px auto;
   }

   .container {
      max-width: 768px;
   }

   .header__button .button {
      padding: 10px;
      border-radius: 50%;
   }

   .header__button svg {
      display: block;
      width: 16px;
      height: 16px;
      fill: #fff;
   }

   .header__button span {
      font-size: 0;
   }

   .jq-selectbox__select-text {
      font-size: 12px;
   }

   .input-text {
      padding: 0 10px;
   }

   .advantages_wrapper {
      flex-direction: row;
      flex-wrap: wrap;
   }

   .action_wrapper {
      height: auto;
   }

   .contacts__map {
      height: 420px;
   }

   .contacts__wrap {
      max-width: 380px;
      padding: 35px;
   }

   .contacts__title {
      font-size: 22px;
   }

   .contacts__address {
      font-size: 16px;
      margin-bottom: 15px;
   }

   .contacts__phone {
      margin: 30px 0;
   }

   .main__title {
      font-size: 34px;
      text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
      margin-top: 10px;
   }

   .special__bg img {
      -o-object-position: -450px 0;
      object-position: -450px 0;
   }

   .special__wrap {
      padding: 40px 0;
   }

   .special__title {
      font-size: 26px;
   }

   .special__descr,
   .special__title {
      text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
   }

   .stock__selects-item {
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      margin-right: 20px;
      margin-bottom: 20px;
      -ms-flex-preferred-size: calc(100% / 4 - 60px / 4);
      flex-basis: calc(100% / 4 - 60px / 4);
      max-width: calc(100% / 4 - 60px / 4);
   }

   .stock__selects-item:nth-child(5n) {
      margin-right: 20px;
   }

   .stock__selects-item:nth-child(4n) {
      margin-right: 0;
   }

   .stock__item_button button,
   .stock__item_col button,
   .stock__item_kpp button,
   .stock__item_model button,
   .stock__item_modification button {
      padding-left: 13px;
      padding-right: 13px;
   }

   .visit {
      padding: 30px 0;
   }

   .visit__title {
      text-align: center;
   }

   .visit__main {
      font-size: 20px;
   }

   .visit__descr {
      font-size: 16px;
   }

}

@media screen and (min-width: 1023px) {
   .fancybox-slide {
      padding: 64px !important;
   }
}

@media screen and (max-width: 950px) {
   .slide_action_button.callback.white {
      border: 1px solid #000;
      color: #fff;
      background-color: #000;
      transition: .3s;
   }

   .slide_action_button.callback.white:hover {
      border: 1px solid #000;
      color: #000;
      background-color: #fff;
      transition: .3s;
   }

   .button_wrapper_slider {
      position: relative;
      top: 0;
      left: 0;
      margin: 0 auto;
      width: 100%;
      text-align: center;
   }

   .button_wrapper_slider .slide_action_button.callback {
      border: 1px solid #3c3e40;
      color: #000;
      max-width: 300px;
   }

   .button_wrapper_slider .slide_action_button.callback.black {
      color: #fff;
   }

   .button_wrapper_slider .slide_action_button.callback.white {
      color: #fff;
   }
}

@media screen and (max-width: 900px) {
   .christmas_working {
      bottom: 88px;
   }

   .slider_desktop {
      display: none;
   }

   .slider_mobile {
      display: block;
   }

   .taxi_wrapper {
      flex-direction: column;
   }

   .model_title {
      font-size: 26px;
   }

   .map__box {
      max-width: 100%;
   }

   .map_phone_wrapper {
      flex-direction: column;
   }

   .map_phone_items {
      padding-top: 8px;
   }
}

@media screen and (max-width: 767px) {
   body {
      padding-top: 62px;
   }

   .logo__main {
      transform: translateY(-5px);
   }

   .logo__descr {
      font-size: 9px;
      position: absolute;
      left: 0;
      top: 19px;
   }

   .title-1,
   .title-2 {
      font-size: 24px;
      line-height: 29px;
   }

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

   .hidden_desktop {
      display: block !important;
   }

   .hidden_desktop-fx {
      display: -ms-flexbox !important;
      display: flex !important;
   }

   .hidden_mobile {
      display: none !important;
   }

   .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999;
   }

   .button {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
   }

   .input-checkbox span {
      padding-top: 0;
   }

   .input-checkbox span:before {
      width: 18px;
      height: 18px;
   }

   .input-checkbox span:after {
      width: 12px;
      height: 12px;
   }

   .jq-selectbox select {
      z-index: 99;
      font-size: 16px !important;
   }

   .jq-selectbox__select {
      padding: 16px 12px 15px;
   }

   .jq-selectbox__select-text {
      font-size: 16px !important;
   }

   .input-text {
      height: 48px;
      font-size: 16px;
      -webkit-appearance: none;
   }

   .instock {
      padding: 10px 0 16px;
   }

   .instock__header {
      font-size: 10px;
   }

   .instock__wrap {
      margin: 0 -8px 15px;
   }

   .instock__item {
      padding: 0 5px;
   }

   .instock__item-content {
      padding-top: 70%;
      border-radius: 5px;
      -webkit-box-shadow: 0 1.04167px 1.04167px rgba(0, 0, 0, 0.25);
      box-shadow: 0 1.04167px 1.04167px rgba(0, 0, 0, 0.25);
   }

   .instock__maintable {
      font-size: 9px;
   }

   .instock__maintable tr:last-child td {
      height: auto;
      padding: 2px 2px 0 2px;
   }

   .instock__maintable tr th {
      padding: 8px 10px 13px 10px;
   }

   .instock__maintable tr td {
      height: 25px;
   }

   .instock__maintable tr td:first-child {
      padding: 5px 5px 5px 0;
   }

   .checkbox-default+label {
      width: 20px;
      height: 20px;
      background-size: 12px;
   }

   .checkbox-default+label:hover {
      background-size: 12px;
   }

   .radio-default+label {
      margin: 2px;
      width: 22px;
      height: 22px;
      -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
   }

   .advantages__wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }

   .set_wrapper {
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
   }

   .slide_ttx img {
      width: 35px;
   }

   .contacts__map {
      height: 200px;
   }

   .contacts__container,
   .contacts__wrap {
      position: static;
      transform: none;
   }

   .contacts__wrap {
      padding: 30px 0;
   }

   .contacts__wrap:before {
      content: "";
      width: 999px;
      height: 100%;
      background-color: #212529;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1;
   }

   .contacts__address {
      line-height: 1.4;
   }

   .contacts__phone {
      margin: 20px 0;
   }

   .contacts__phone-icon {
      width: 18px;
      height: 18px;
      -ms-flex: 0 0 18px;
      flex: 0 0 18px;
   }

   .contacts__phone-icon svg {
      width: 12px;
      height: 12px;
   }

   .map {
      padding: 0
   }

   .map__box {
      padding: 20px;
      margin-left: 0;
      margin-bottom: 20px;
   }

   .map__container {
      position: sticky;
      margin-top: 20px;
      height: 370px;
   }

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

   .-button_map {
      margin: auto;
   }

   .countdown__item:not(:first-child) {
      margin-left: 30px;
   }

   .countdown__item:not(:first-child) .countdown__num:before {
      left: -20px;
      top: -3px;
      font-size: inherit;
   }

   .countdown__num {
      font-size: 26px;
   }

   .countdown__label {
      font-size: 10px;
   }

   .daily__item {
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      margin-bottom: 30px;
      -ms-flex-preferred-size: calc(100% / 1 - 0px / 1);
      flex-basis: calc(100% / 1 - 0px / 1);
      max-width: calc(100% / 1 - 0px / 1);
   }

   .daily__item,
   .daily__item:nth-child(2n) {
      margin-right: 30px;
   }

   .daily__item:nth-child(1n) {
      margin-right: 0;
   }

   .timer {
      padding: 30px 0;
   }

   .timer__subtitle {
      font-size: 16px;
   }

   .timer__form {
      display: block;
   }

   .timer__input {
      border: 2px solid #dee2e6;
      margin-bottom: 10px;
      height: 50px;
   }

   select {
      font-size: 16px !important;
   }

   .slide_action {
      position: relative;
      width: 100%;
      height: 100%;
      right: 0;
   }

   .modal {
      padding: 25px 30px;
   }

   .modal__title {
      font-size: 28px;
   }

   .slider.audit {
      margin-top: 59px;
   }

   .map .container {
      margin-left: auto;
   }
}

@media screen and (max-width: 650px) {
   .logo {
      display: none !important;
   }

   .header__left,
   .header__right {
      width: 50% !important;
   }

   .slide_action_content:nth-of-type(1) {
      /*padding: 0 55px;*/
   }

   .set {
      padding: 0;
   }

   .header_list {
      column-gap: 30px !important;
   }
}

.burger {
   display: none;
}

@media screen and (max-width: 540px) {
   .lead_form{padding-bottom: 30px;}
   .models .model_title{margin-top: 20px !important;}
   .taxi{padding: 0;}
   .model_title{font-size: 20px; padding: 10px 10px !important;}
   .engineering{padding-top: 1px;}
   .tradein_form_wrapper{height: max-content;}
   .action_wrapper{margin-top: 30px;}
   .test_section .card:last-child{margin-bottom: 30px;}
   .advantages{padding-top: 0;}
   .advantages_wrapper{padding: 0;}
   .engineering{padding: 30px 0;}
   .map__box{margin-bottom: 30px;}
   .map__container{margin-top: 0;}
   .title_br{display: block;}
   .header_mob {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999;
      background-color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
   }

   .header_mob .main_logo img {
      max-width: 175px;
   }

   .header.test {
      display: none;
   }

   .slider.audit {
      margin-top: 33px;
   }

   .header {
      flex-direction: column;
   }

   .header.audit .main_row {
      flex-direction: column;
   }

   .header.audit .last_row {
      display: none;
      position: fixed;
      z-index: 9999999999999;
      top: 95px;
      left: 0;
      background: #002d96;
      max-height: 120px;
      width: 100%;
      /*  display: flex;
        justify-content: center; */
   }

   .header.audit .last_row .header_list {
      display: block;

   }

   .phone-header.mgo-number {
      font-size: 15px;
   }

   .header.audit .phone-header.mgo-number {
      display: block !important;
   }

   .header.audit .white_button {
      padding: 10px 25px;
   }

   .last_row.open {
      display: flex !important;
      justify-content: center;
   }

   .burger {
      display: block;
   }






   .header__left,
   .header__right {
      width: 100% !important;
      /*padding: 5px 0;*/
      justify-content: center;
   }

   .header__left {
      align-items: end;
   }

   .header__right {
      align-items: start;
   }

   .white-blue_button {
      padding: 3px 55px;
   }

   .white_button {
      padding: 3px 55px;
   }

   .whatsapp_header img {
      width: 20px !important;
      height: 20px !important;
   }

   div.timer {
      padding: 0;
   }

   .timer__form {
      padding: 0 15px;
   }

   .timer .input-checkbox {
      padding: 0 25px;
   }

   .model_title {
      background-size: cover;
   }

   .swiper-slide_wrapper {
      /*position: relative;*/
      /*height: 500px;*/
   }

   .slide_action {
      position: relative;
      width: 100%;
      height: 100%;
      /*top: 53%;*/
      right: 0;
   }

   .slide_action_content {
      height: unset;
      padding: 0 5px;
   }

   .slide_action_button {
      width: 100%;
      /*background-color: transparent;*/
      /*border: 1px solid #002d96;*/
      /*display: inline-block;*/
      /*cursor: pointer;*/
      /*color: #002d96;*/
      /*font-size: 13px;*/
      /*font-weight: bold;*/
      padding: 16px 0;
      /*text-decoration: none;*/
      /*text-transform: uppercase;*/
      /*transition: all .1s ease-in-out;*/
   }

   section > h2{margin: 30px 0 !important;}

   .models {
      padding: 0;
   }

   .mobile-filter {
      margin-left: 20px;
   }

   .action_wrapper h2 {
      font-size: 26px;
   }

   .model_title {
      padding: 0 10px;
   }

   .advantages .model_title br {
      display: block;
   }

}

@media (max-width: 500px) {
   .christmas_working {
      width: 340px;
      bottom: 30px;
   }
}

@media (max-width: 374px) {
   .logo__image {
      max-width: 85px;
   }
}

@media screen and (max-width: 330px) {
   .header.audit .last_row {
      max-height: 140px;
   }
}

.test__bg {
   background-color: #ffc832 !important;
}

[class*="float-button"],
[class*="gotoymaps"],
[class*="gototech"] {
   display: none !important;
}





.footer-disclaimer {
   color: white;
   margin-top: 40px;
   max-height: 100px;
   padding-bottom: 50px;
   position: relative;
   overflow: hidden;
   color: #212529;
}

.footer-disclaimer::after {
   content: '';
   display: block;
   height: 50px;
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   z-index: 1;
   background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
   background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
   background: linear-gradient(to bottom, rgba(48, 54, 58, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#3c3e40', GradientType=0);
}

.footer-disclaimer-toggler {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
   font-size: 12px;
   text-decoration: underline;
   z-index: 2;
   cursor: pointer;
}

.footer-disclaimer.-toggled {
   max-height: 100%;
   padding-bottom: 45px;
}

.slide_action_content.new_content {
   margin-top: 70px;
   margin-bottom: 70px;
   font-size: 20px;
}

/* @media screen and  (max-width: 1090px) {
    .slide_action_content.new_content{font-size: 18px;}
    .slide_action_content:nth-of-type(1){font-size: 18px; padding: 20px 20px;}
    .slide_ttx img {width: 40px;}
  }
  
  @media screen and  (max-width: 1023px) {
    .slide_action_content.new_content{font-size: 13px;}
    
  } */
/* .model_block{
    display: flex;
    justify-content: space-between;
    max-height: 402px;
  }
  .model_block > img{
    width: 610px;
    height: auto;
  } */
.card {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

.card__image {
   -webkit-box-flex: 0;
   -ms-flex: 1 1 50%;
   flex: 1 1 50%;
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   overflow: hidden;
}

/* .card:nth-child(3) .card__image{margin-right: 0;} */
/* .card:nth-child(1) .card__info{padding-right: 0; padding-left: 40px;} */
/* .card:nth-child(3) .card__info{padding-right: 0; padding-left: 40px;} */

.card__image img {
   max-width: 100%;
   height: 100%;
}

.vin{position: absolute; top: 10px; left: 10px; background-color: rgba(255, 255, 255, 0.7); padding: 5px 10px;
   border-radius: 3px;font-size: 25px; font-weight: bold; color: #333;}

.award_icon {
   position: absolute;
   max-width: 90px;
   top: 20px;
   left: 20px;
   z-index: 9;
}
.award_icon.shock{
    max-width: 120px;
}

.card__info {
   flex: 1 1 50%;
   padding: 0 20px;
}

.card__info__new {
   flex: 1 1 50%;
   background: #fff;
   display: flex;
   flex-direction: column;
   gap: 2px;
}

.card__info__head {
   display: flex;
   gap: 2px;
}

.info__title {
   background: #F1F1F1;
   font-size: 35px;
   font-weight: 400;
   padding: 12px 22px;
   width: 100%;
   position: relative;
}

.info__title span {
   font-weight: 700;
}

.info__title .action_img{max-width: 140px; position: absolute; right: -15px; top: 50%; transform: translate(-50%, -50%);}

.info__price {
   background: #F1F1F1;
   font-size: 12px;
   font-weight: 400;
   padding: 10px 22px;
   font-size: 25px;
   width: 100%;
}

.info__price span {
   font-weight: 700;
}

.info__price .credit {
   font-size: 18px;
   margin-top: 10px;
   font-weight: 600;
}

.info__benefit {
   font-size: 27px;
}

.info__benefit span {
   font-weight: 700;
}

.card__info__dops_wrapper{background: #F1F1F1; padding: 24px 34px;}
.card__info__dops {
   display: flex;
   flex-wrap: wrap;
   column-gap: 20px;
   row-gap: 23px;
   margin-top: 2px;
}



/* #monjaro .card__info__dops::after{content: '*Победитель в номинации «Автомобиль года» (Car of the year) по версии экспертного жюри ежегодной премии «ТОП-5 АВТО», подробная информация размещена на сайте: https://www.topauto5.ru'; text-align: center; font-size: 12px;} */
.award_text{text-align: left; font-size: 12px; margin-top: 20px;}
   .award_text a{text-decoration: underline;}

.dop_item {
   display: flex;
   flex-wrap: nowrap;
   gap: 10px;
   width: calc(33.333% - 20px);
   align-items: center
}

.item_image {
   width: calc(25% - 10px);
}

.item_image img {
   width: 100%;
}

.item_title {
   width: calc(90% - 10px);
   font-size: 14px;
}

.item_title span {
   font-weight: 700;
}

.card__info_buttons {
   display: flex;
   justify-content: space-between;
   background: #F1F1F1;
   margin-top: 2px;
   align-items: center;
   padding: 0 30px;
   flex-wrap: wrap;
   flex-grow: 1;
}

.card__info_buttons .slide_action_content {
   margin: 0;
   width: calc(50% - 10px);
}

.card__info_buttons .slide_action_content button {
   border: 1px solid #3c3e40;
   color: #3c3e40;
}





.card__main {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: center;
   margin-top: 20px;
   margin-bottom: 20px;
   color: #fff;
   font-family: 'Open Sans';
}

.card__title {
   font-style: normal;
   font-weight: 400;
   font-size: 32px;
   line-height: 34px;
   text-transform: uppercase;
}

.card__table {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-bottom: 20px;
   color: #fff;
}

.card__left {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
}

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

.card__adv-label {
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 100%;
   text-transform: uppercase;
   color: #fff;
}

.card__adv-value {
   margin-top: 7px;
   font-style: normal;
   font-weight: 400;
   font-size: 26px;
   line-height: 100%;
   color: #fff;
}

.card__adv-value span {
   font-weight: 400;
}

.card__adv-value sup {
   font-size: 0.6em;
}

.card__right {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
   padding-left: 30px;
   border-left: 1px solid;
}

.card__add {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
}

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

.card__add-icon {
   font-size: 0;
   -webkit-box-flex: 0;
   -ms-flex: 0 0 26px;
   flex: 0 0 26px;
   max-width: 26px;
   margin-right: 15px;
}

.card__add-value {
   font-weight: 500;
   font-size: 16px;
   word-break: break-word;
}

.card__row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-bottom: 5px;
   margin-top: 40px;
   column-gap: 20px;
}

.card__col {
   -webkit-box-flex: 0;
   -ms-flex-positive: 0;
   flex-grow: 0;
   -ms-flex-negative: 1;
   flex-shrink: 1;
   margin-right: 20px;
   margin-bottom: 20px;
   -ms-flex-preferred-size: calc(100% / 2 - (20px * (2 - 1)) / 2);
   flex-basis: calc(100% / 2 - (20px * (2 - 1)) / 2);
   max-width: calc(100% / 2 - (20px * (2 - 1)) / 2);
   margin-bottom: 0;
}

.card__link {
   cursor: pointer;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
}

.card__link-descr {
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   line-height: 15px;
   color: #000000;
}

.card__link-icon {
   margin-left: 10px;
}


.card__row .slide_action_content button {
   width: 100%;
   font-size: 15px;
}

.card__row .slide_action_content {
   margin: 0 0;
   align-items: center;
}

.work_ny{
   position: absolute;
   top: 20px;
   right: 30px;
   color: #fff;
   font-size: 20px;
   font-weight: 700;
   background-color: rgba(0, 0, 0, .5);
   padding: 30px;
}

@media (max-width: 1610px) {
   .slide_main_text {
      font-size: 30px;
      /* max-width: 610px; */
   }

   .slide_main_subtext {
      top: 290px;
      font-size: 25px;
   }

   .slide_main_text.last_main_text {
      top: 90px;
   }

   .slide_main_text.last_main_text2 {
      top: 150px;
   }

   .slide_main_text.last_main_text3 {
      top: 210px;
   }
}

@media (max-width: 1400px) {
   .slide_main_text.banner3 {
      max-width: 400px;
   }

   .slide_main_text {
      font-size: 25px;
      max-width: none;
   }

   .slide_main_subtext {
      top: 350px;
      font-size: 23px;
   }

   .slide_main_text.last_main_text {
      top: 80px;
   }

   .slide_main_text.last_main_text2 {
      top: 130px;
   }

   .slide_main_text.last_main_text3 {
      top: 180px;
   }
}

@media (max-width: 1230px) {
   .slide_main_text {
      font-size: 23px;
      max-width: none;
      left: 70px;
   }

   .slide_main_subtext.banner.banner3 {
      top: 130px;
   }

   .button_wrapper_slider {
      left: 70px;
      top: 300px;
   }

   .slide_main_subtext {
      top: 225px !important;
      font-size: 23px;
      left: 70px;
   }

   .dop_item {
      width: calc(50% - 20px);
   }

   .model_title{font-size: 35px; background-size: cover;}
}

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

@media (max-width: 1023px) {
   .card {
      display: block;
      flex-direction: column;
   }

   .card:nth-child(odd) {
      flex-direction: column-reverse;
   }

   .card__image {
      margin-right: 0;
      flex: 0 1 290px;
      margin-bottom: 40px;
   }

   .card__right {
      padding-left: 15px;
   }

   .test_section .card__info {
      flex: 0 1 400px;
      padding: 15px;
   }

   .card:nth-child(1) .card__info {
      padding: 15px;
   }

   .card:nth-child(3) .card__info {
      padding: 15px;
   }

   .card__main {
      margin-top: 0;
   }

   .slide_action_content:nth-of-type(1) {
      padding: 0 0;
   }

   .card__info_buttons {
      gap: 20px;
   }

   .card__info_buttons .slide_action_content {
      width: 100%;
      background: transparent !important;
      padding: 0;
      height: auto;
   }

}

@media (max-width: 950px) {
   .slider {
      margin-top: 70px;
   }

   .slide_main_text {
      font-size: 30px;
   }

   .button_wrapper_slider {
      left: 0;
      top: 10px !important;
      margin-bottom: 30px;
   }

   .button_wrapper_slider.banner3 {
      top: 10px;
   }

   .slide_main_subtext {
      top: 140px;
      font-size: 20px;
   }

   .slide_content {
      position: relative;
      top: auto;
      left: auto;
      background-color: transparent;
      padding: 10px;
      margin: 0 auto;
      width: 100%;
   }

   .work_ny{
      position: relative;
      color: #000;
      font-size: 18px;
      background-color: transparent;
      top: auto;
      right: auto;
   }

   

   .slide_main_text.banner3 {
      max-width: unset;
   }

   .slide_main_text {
      position: relative;
      color: #000;
      top: 0;
      left: 0;
      transform: none;
      text-align: center;
      margin: 10px auto;
      padding: 0 10px;
      max-width: none;
      right: auto !important;
      background: transparent;
   }

   .slide_main_text::before {
      display: none;
   }

   .slide_main_text span {
      color: #000;
      font-size: 19px;
   }

   .slide_main_text.last_main_text,
   .slide_main_text.last_main_text2,
   .slide_main_text.last_main_text3 {
      top: auto;
   }

   .slide_main_subtext.banner {
      top: 0 !important;
   }

   .slide_main_subtext.banner.banner3 {
      top: 0;
   }

   .slide_main_subtext {
      position: relative;
      color: #000;
      top: 0;
      left: 0;
      text-align: center;
      margin-top: 10px;
   }

   .swiper-container {
      background-color: #f4f1f4;
   }

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

@media (max-width: 800px) {
   .toggle_menu {
      display: flex;
   }

   .phone_icon img {
      transform: rotate(250deg);
   }

   .header_wrap_toggle {
      display: none !important;
   }

   .header_wrap_toggle.active {
      display: flex !important;
      flex-wrap: nowrap;
      flex-direction: column;
      height: 440px !important;
      top: 70px;
      padding: 0;
      row-gap: 20px;
   }

   .timer_top .timer_wrapper {
      flex-direction: column;
   }

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

   .timer_top .timer_form {
      width: 100%;
      justify-content: center;
   }

   .award_icon {
      max-width: 50px;
   }
}

@media (max-width: 767px) {
   .slider {
      margin-top: 8px;
   }
}

@media (max-width: 756px) {
   /* #CalltouchWidgetFrame {
      inset: auto calc(50% - 54px) 0px 75% !important;
   } */

   .whatsapp_button {
      right: 15px;
   }

   .whatsapp_button .whatsapp_header img {
      width: 64px !important;
      height: 64px !important;
   }

   .card__main {
      margin-bottom: 35px;
   }

   .card__image {
      flex: 0 1 238px;
      margin-bottom: 20px;
   }

   .card__image img {
      height: 100%;
   }

   .card:nth-child(2) .card__info {
      padding: 15px;
   }

   .card__table {
      flex-direction: column;
      row-gap: 20px;
      margin-left: 50px;
   }

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

   .card__adv-value {
      margin-top: 0;
   }

   .card__right {
      border-left: none;
      padding-left: 0;
   }

   .card__row {
      flex-direction: column;
      row-gap: 20px;
   }

   .slide_action_content:last-child {
      background: #fff;
   }

   .slide_action_content:last-child button {
      color: #212529;
   }

   .card__add-value::before {
      content: "✓";
      margin-right: 5px;
   }

   .card__left .card__adv::before {
      content: "✓";
      margin-right: 5px;
   }

   .card__adv-label {
      max-width: 88px;
      margin-right: 15px;
   }

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

   .info__title .action_img{position: relative; top: 0; left: 0; right: 0; transform: unset; margin-top: 10px;}
}

@media (max-width: 575px) {
   .card__info__head {
      flex-direction: column;
   }

   .info__title,
   .info__price {
      font-size: 28px;
   }

   .info__title,
   .info__price {
      width: calc(100% - 1px);
      text-align: center;
   }

   .dop_item {
      width: calc(100% - 20px);
   }

   .card__info__dops {
      justify-content: center;
      row-gap: 10px;
   }

   .item_image {
      width: calc(15% - 10px);
   }

   .item_title {
      width: calc(85% - 10px);
      font-size: 13px;
   }

   .slide_main_text {
      font-size: 20px;
   }

   .slide_main_subtext {
      font-size: 16px;
   }

   .timer_top .timer_title {
      font-size: 20px;
   }
}

@media (max-width: 375px) {
   .header_wrap_toggle {
      height: 65px !important;
      bottom: -65px;
   }
}



.burger {
   position: absolute;
   right: -61px;
   top: -3px;
   width: 35px;
   height: 35px;
   cursor: pointer;
}

.burger span,
.burger span:before,
.burger span:after {
   width: 100%;
   position: absolute;
   height: 5px;
   background: #fff;
   display: block;
   transition: .3s;
   border-radius: 0px;
}

.burger span:before {
   content: "";
   top: -10px;
   transition: top 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.burger span {
   top: 10px;
}

.burger span:after {
   content: "";
   bottom: -10px;
   transition: bottom 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.burger span.active:before {
   content: "";
   top: 0px;
   transform: rotate(45deg);
   transition: top 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.burger span.active:after {
   content: "";
   bottom: 0;
   transform: rotate(-45deg);
   transition: bottom 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.burger span.active {
   background: rgba(255, 255, 255, 0);
}


.test_section .card {
   margin-bottom: 40px;
   background: #F1F1F1;
}

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

.iinfo {position:relative;}
.iinfo .container {height:auto;}
.iinfo__image img {width:100%; display:block;}
.iinfo__block {width:100%; z-index:1; padding:40px 0; display:flex; flex-direction:column; justify-content:flex-end; background:#323232; color:#fff;}
.iinfo__content {text-align:center;}
.iinfo__title {font-size:40px; font-weight:bold; text-align:center; margin-bottom:20px;}
.iinfo__text {font-size:20px; text-align:center;}
.iinfo__bottom {font-size:12px; margin-top:40px;}

@media screen and (max-width: 1199px) {
   .iinfo__block {position:relative; background:#323232;}
}
@media screen and (max-width: 575px) {
  .iinfo__content {padding:0;}
	.iinfo__title {font-size:24px;}
	.iinfo__text {font-size:18px;}
}