:root {
	--primary: #303030;
	--accent: #A88A18;
	--accent-hover: #712000;
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v40-cyrillic_latin-300.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v40-cyrillic_latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v40-cyrillic_latin-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v40-cyrillic_latin-700.woff2') format('woff2');
}

iframe, object {width:100%; height:450px;}

img {
  max-width: 100%;
  height: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
.h2, h2 {
  font-size: 3rem;
}
.result {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: green;
    padding: 2%;
}
a {
  color: var(--accent);
}
.comment-respond input[type=submit]{
font-size: 18px;
    width: 250px;
    background: var(--accent);
    color: #fff;
    border: 0;
    font-weight: 300;
}
.woocomerce-content {    padding: 0.5%;
    margin: 0.5%;}
span.comment-author{
display: block;
    font-size: 20px;
    color: #009aff;	
}
.comment-date{
	    margin: 10px 0;
    margin-top: 5px;
    display: block;
    font-size: 13px;
    color: #bfbebe;
}
img.aligncenter {width:100%;height:auto;}
img.alignright   {    width: 45%;
    float: right;
    margin-left: 5%;
    margin-bottom: 5%; height:auto;}
.comment-rating.rating_stars_main{
	    margin-bottom: 15px;
}
.comment-list.media-list{
	margin-top:30px;
}
/*MAIN
.all-cat{
	display:flex;
	flex-wrap:wrap;
}*/
.wrapper-flex.categ {
    font-size: 15px;
    margin: 25px 0;
	    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.wrapper-flex.categ h2 {
    margin-top: 0;
    font-size: 20px;
    text-align: left;
    line-height: 30px;
}
.container {
    max-width: calc(100% - 60px);
	padding: 0; 
}
/*MAIN--end*/
@media (max-width: 768px){
	.wrapper-flex.categ {
		align-items: center;
		text-align: center;
	}
	.wrapper-flex.categ h2 {
		text-align: center;
	}
	.wrapper-flex.categ .col-sm-3 {
		width: 100%;
	}
	.wrapper-flex.categ .thumbnail img{
		max-width: 300px;
	}
	.categ.dilers .col-sm-12 {
		flex-wrap:wrap;
		justify-content:center;
		text-align:center;
	}
}
@media (max-width: 420px){
	.wrapper-flex.categ{
		text-align:center;
	}
	.wrapper-flex.categ h2 {
		font-size: 17px;
		line-height: 22px;
	}
	.wrapper-flex.categ .thumbnail img{
		max-width: 100%;
	}
	.categ.dilers .col-sm-12 h2 {
		font-size: 14px;
		margin-top: 8px;
	}
}
/*otzyvy*/
.wrapper-flex.categ .thumbnail {
    margin-bottom: 5px;
}
.wrapper-flex.categ .meta p {
    margin-bottom: 0;
    text-align: center;
}
/*otzyvy--end*/

/*dilery*/
.categ.dilers .col-sm-12 h2 {
    font-size: 18px;
}
.categ.dilers .col-sm-12 {
    display: flex;
    align-items: center;
}
.categ.dilers  img {
    margin-right: 20px;
	    min-width: 200px;
    max-width: 100%;
}
.all-cat .wrapper-flex.categ img{
	max-width: 100%;
	height: auto;
}
.wrapper-flex.categ.dilers{
	width:30%;
}
.wrapper-flex.categ.dilers h2{
	text-align:center;
}
/*dilery--end*/

button:focus {
  outline: none;
}

/* СТРАНИЦА ТИПОГРАФИКА = typography */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0;
	color: var(--primary);
	position: relative;
  	z-index: -1;
}
.area h2, .area h3, .area h4, .area h5, .area h6 {
	color: var(--accent);
	font-weight: 600;
	margin: 0;
}
h1 {
	font-size: 40px;
	margin: 50px 0 30px;
	color: #000000b5;
	text-align: center;
	font-weight: 700;
}
.area h2 {font-size: 30px;
	margin: 40px 0 16px;
}
.area h3 {font-size: 26px;
	margin: 40px 0 6px;
}
.area h4 {font-size: 22px;
	margin: 40px 0 16px;
}
.area h5 {font-size: 18px;
	margin: 40px 0 16px;
}
.area h6 {font-size: 16px;
	margin: 40px 0 16px;
}
.area a {
	color: var(--accent);
	text-decoration: none;
	border-bottom: 1px solid var(--accent);
	padding-bottom: 2px;
}	
.area p {
	line-height: 1.7;
}
.area ul {
	list-style: none;
	padding: 0;
}
.area ul li {
	background: url(img/marker.gif) no-repeat 0 8px;
	    background-size: 5px;
    border-bottom: #cccccc solid 1px;
	padding: 0 0 5px 15px;
}
.area ul li:last-child {
	border-bottom: none;
}
.area ol {
	padding: 0;
	margin: 20px 50px;
}
.area ol li {
	padding: 0 0 5px 15px;
}

.visually-hidden {
	transform: scale(0);
	margin: 0;
	font-size: 0;
}

/* ГЛАВНАЯ СТРАНИЦА */
/* блок header */
header {
	background: white;
	position: sticky;
	top: 0;
	z-index: 10;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.header__top {
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.header__top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 6px 0;
}
.header__location, .header__telefon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.header__telefon {
  font-size: 20px;
  color: var(--primary);
  outline: none;
  transition: 0.36s;
  flex-shrink: 0;
}
.header__telefon:hover, .header__telefon:focus-visible {
  color: var(--accent);
  text-decoration: none;
}
.navbar.header__nav {
  padding: 10px 0;
  background-color: #e1e1e1;
}

.header__nav-list {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 50px;
  font-size: 18px;
  max-width: 70%;
  margin: 0 auto;
}

.header__nav a.nav-link {
  padding: 0;
  cursor: pointer;
}

.header__nav a {
  color: var(--primary);
  outline: none;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  transition: 0.36s;
}
.header__nav a:hover, .header__nav a:focus-visible {
  color: var(--accent);
  border-bottom-color: var(--accent);
  text-decoration: none;
}

.header__nav .active {
  color: var(--accent);
  pointer-events: none;
}

.header__nav .active a {
  border-bottom-color: var(--accent);
}

.header__address {
  position: relative;
  z-index: 10;
  display: none;
  padding: 6px 0;
  background-color: var(--primary);
  color: #fff;
}
.header__address-container {
  display: flex;
  width: calc(100% - 60px);
  gap: 24px;
  margin: 0 auto;
}
.header__address .header__location svg {
	width: 10px;
	height: auto;
	color: #fff;
}
.header__address .header__telefon svg {
	width: 16px;
	height: auto;
	color: #fff;
}
.header__address .header__telefon {
	color: #fff;
}

.burger {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  padding: 4px;
  border: 2px solid var(--primary);
  flex-shrink: 0;
  outline: none;
  cursor: pointer;
}
.burger__line {
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.1s ease;
}
.burger::after, .burger::before {
  content: '';
  transition: transform 0.3s ease-out, top 0.3s ease-out;
}
.burger__line, .burger::after, .burger::before {
  position: absolute;
  right: 4px;
  width: calc(100% - 8px);
  height: 2px;
  background-color: var(--primary);
}
.burger::before {
  top: 6px;
}
.burger::after {
  bottom: 4px;
  transform: translateY(-100%);
}
@media (hover: hover) {
.burger:hover {
  border-color: var(--accent);
}
}
.burger:focus-visible {
  border-color: var(--accent);
}
.burger.burger_active .burger__line {
  opacity: 0;
}
.burger.burger_active::before {
  top: 50%;
  transform: rotate(45deg);
}
.burger.burger_active::after {
  top: 50%;
  transform: rotate(-45deg);
}


header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.header__nav-list > li {
	display: inline-block;
	background: none;
	border-bottom: none;
}
header ul li:last-child {
	padding-right: 0;
}
.header .contact {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.navbar{
	width: 100%; 
	padding: 5px 30px;
}
.header__logo img {
	width: 110px;
}
header .contact .telefon {
	font-size: 22px;
	color: #000000b5;
    margin: 0;
}
header .contact .email {
	font-size: 11px;
	margin: 0;
    color: #000000b5;
    letter-spacing: 2px;
}

@media(max-width: 1536px){
	.header__nav-list {
  		gap: 30px;
	}	
}
@media(max-width: 1365px){
	.header__nav-list {
  		max-width: unset;
	}
}

@media (max-width: 1023px) {
	.header__logo img {
  		width: 100px;
	}
	.header__telefon {
  		font-size: 16px;
	}
	.header__top .header__location, .header__top .header__telefon {
		display: none;
	}
	.header__address {
  		display: flex;
	}
	.header__location, .header__telefon {
		font-size: 10px;
	}
	.burger {
		display: flex;
	}
	.navbar.header__nav {
		padding: 40px 0 30px;
	}
	.header__nav {
    	position: absolute;
    	top: 70px;
    	left: 0;
    	right: 0;
    	z-index: 1;
    	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    	padding: 40px;
    	min-height: 240px;
    	transform: translateY(calc(-100%));
    	transition: transform 0.5s ease-out;
  	}
	.header__nav-list {
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
		font-size: 16px;
	  	max-width: 100%;
  	}
  	.header__nav.header__nav_active {
    	transform: translateY(0);
  	}
}

@media (max-width: 567px) {
	.header__top-container, .header__address-container {
  		width: calc(100% - 30px);
	}
}

form.ox_form .radio_buttons label {    display: inline;
    margin: 1%;
    padding: 1%;
    cursor: pointer;
    border: 2px solid #cccccc;
    border-radius: 5px; font-size: 16px;
    background: #eeeeee;}
form.ox_form .radio_buttons label.active {background: #0099da!important;
    color: white;
    border: 2px solid #0174d8;}

/* блок h1 */

.block-h1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 80px 0;
}
@media (max-width: 1023px) {
  .block-h1 {
	padding: 60px 0;
  }
}
@media (max-width: 567px) {
  .block-h1 {
	padding: 40px 0;
  }
}


h1 {
	font-size: 30px;
	color: inherit;
	margin: 2.5%;
	text-align: center;
}
.block-h1 .content {
  display: grid;
  justify-content: space-between;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.block-h1 .content .mini-block {
  display: grid;
  gap: 20px;
  grid-template-columns: 200px 1fr 150px;
  padding: 30px;
  box-shadow: 0 0 30px rgba(48, 48, 48, .3);
}
.block-h1 .content .mini-block__img {
  width: 100%;
  align-self: center;
}
.block-h1 .content .mini-block__name {
  display: block;
  font-size: 24px;
  color: var(--primary);
  font-weight: 600;
  outline: none;
  transition: 0.36s;
}
.block-h1 .content .mini-block__name:hover,
.block-h1 .content .mini-block__name:focus-visible {
  color: var(--accent);
  text-decoration: none;
}
.block-h1 .content .mini-block__price-wrapp {
  font-size: 20px;
  margin: 0;
}
.block-h1 .content .mini-block__price {
  color: var(--accent);
  font-size: 30px;
  font-weight: 600;
}
.block-h1 .content .mini-block__info {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
  border-top: 2px solid rgba(48, 48, 48, .1);
}
.block-h1 .content .mini-block__btns {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block-h1 .content .mini-block__btn {
  padding: 10px;
  border: 2px solid var(--accent);
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: 0.36s;
}
.block-h1 .content .mini-block__btn_outline {
  background-color: var(--accent);
  color: #fff;
}
.block-h1 .content .mini-block__btn:hover,
.block-h1 .content .mini-block__btn:focus-visible {
  background-color: var(--accent);
  color: #fff;
}
.block-h1 .content .mini-block__btn_outline:hover,
.block-h1 .content .mini-block__btn_outline:focus-visible {
  background-color: transparent;
  color: var(--primary);
}

@media (max-width: 1439px) {
  .block-h1 .content .mini-block {
	grid-template-columns: 200px 1fr;
  	padding: 20px;
 }
  .block-h1 .content .mini-block__btns {
  	flex-direction: row;
  	grid-column: 1 / -1;
  	justify-self: center;
  }
  .block-h1 .content .mini-block__btn {
	min-width: 200px;
  }
}
@media (max-width: 1023px) {
  .container {
  	max-width: calc(100% - 30px);
  }
  .block-h1 .content {
  	gap: 20px;
  }
  .block-h1 .content .mini-block {
    display: flex;
    flex-direction: column;
  }
  .block-h1 .content .mini-block__img {
  	width: auto;
  	justify-self: center;
  	height: 100px;
  }
  .block-h1 .content .mini-block__content {
  	flex-grow: 1;
  }
  .block-h1 .content .mini-block__name {
  	font-size: 20px;
  }
  .block-h1 .content .mini-block__price {
  	font-size: 24px;
  }
  .block-h1 .content .mini-block__btns {
	align-self: stretch;
    flex-wrap: wrap;
    gap: 10px;
  }
  .block-h1 .content .mini-block__btn {
    min-width: 100%;
  }
}
@media (max-width: 666px) {
  .block-h1 .content {
    gap: 10px;
  }
  .block-h1 .content .mini-block__img {
    height: 80px;
  }
  .block-h1 .content .mini-block__price-wrapp {
  	font-size: 16px;
  }
  .block-h1 .content .mini-block__price {
    font-size: 22px;
  }
  .block-h1 .content .mini-block {
    padding: 10px;
	gap: 10px;
  }
  .block-h1 .content .mini-block__btn {
  	padding: 6px;
  }
  .block-h1 .content .mini-block__name {
	font-size: 18px;
  }
}
@media (max-width: 412px) {
  .block-h1 .content {
  	grid-template-columns: 1fr;
  }
  .block-h1 .content .mini-block__btn {
  	font-size: 14px;
  }
}

/* блок h2. benefit */
.benefit {
	position: relative;
  	z-index: -1;
	padding: 120px 0 140px;
	background: var(--primary) url("img/benefit-fon.webp") no-repeat center / cover fixed;
}
@media (max-width: 1023px) {
  .benefit {
	padding: 80px 0 100px;
  }
}
@media (max-width: 567px) {
  .benefit {
	padding: 40px 0 60px;
  }
}

.benefit h2 {
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
}

@media (max-width: 1600px) {
  .benefit h2 {
    font-size: 40px;
  }
}

@media (max-width: 1366px) {
  .benefit h2 {
    font-size: 36px;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .benefit h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .benefit h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .benefit h2 {
    font-size: 24px;
  }
}

.benefit__list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 70px;
}
.benefit__item {
	flex-basis: 25%;
	padding: 80px 20px 40px;
	position: relative;
	vertical-align: top;
	min-height: 25vh;
	background: var(--primary);
	text-align: left;
}
.benefit__item-number {
    display: block;
	font-size: 114px;
	position: absolute;
	color: #fff;
	opacity: 0.1;
	top: 10px;
	right: 10px;
	transition: all 0.36s ease-in-out;
}
.benefit__item p {
	margin: 0;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
    position: relative;
    z-index: 1;
}

.benefit__item a {
  font-weight: 400;
  position: relative;
}
.benefit__item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: var(--accent);
  transition: all 0.36s ease-in-out;
}
.benefit__item a:hover,
.benefit__item a:focus-visible {
  text-decoration: none;
  color: var(--accent);
}

.benefit__item a:hover::after,
.benefit__item a:focus-visible::after {
  outline: none;
  width: 100%;
}

.benefit__item:hover .benefit__item-number {
	top: -10px;
	opacity: 0.5;
}

.benefit__item:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	background: #fff;
	transform: skew(2deg, 2deg);
}
.benefit__item:after {
	content: '';
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.02);
}
.benefit__item:before {
  background-color: var(--accent);
}

@media (max-width: 1023px) {
  .benefit__list {
  	gap: 40px;
  }
  .benefit__item {
  	flex-basis: 45%;
  	padding: 40px 20px;
  }
}
@media (max-width: 567px) {
  .benefit__item {
    flex-basis: 90%;
	padding: 40px 20px;
	min-height: unset;
  }
  .benefit__item-number {
  	font-size: 76px;
  }
  .benefit__item p {
  	font-size: 16px;
  }
}



/* footer-menu */
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__logo {
  width: 200px;
}
.footer-menu {
	padding: 40px 0;	
}
.footer-menu .content {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 50px;
  margin: 0 auto;
  padding: 0 40px;
}
.footer-menu .content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.footer-menu .content ul > * + * {
	margin-top: 10px;
}
.footer-menu .content ul li a,
.footer-menu .content ul li p {
	display: flex;
  	align-items: center;
  	gap: 8px;
	color: var(--primary);
	outline: none;
  	border-bottom: 1px solid transparent;
	transition: 0.36s;
	white-space: nowrap;
	width: fit-content;
}
.footer-menu .content ul li a:hover,
.footer-menu .content ul li a:focus-visible {
	color: var(--accent);
	border-bottom-color: var(--accent);
	text-decoration: none;
}
.footer-menu .content .socseti img {
	padding-right: 10px;
}
.footer-menu .content .menu-title {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 960px) {
.footer-menu .content {
  gap: 30px;
  padding: 0 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer-menu .content .menu-title {
  font-size: 18px;
}
.footer-menu .content ul li p {
  white-space: normal;
}
.footer-menu .content ul li p svg {
  flex-srink: 0;
}
}


/* logo-avto */
.logo-avto {
	min-height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo-avto .content  {
	width: 1134px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 10px;
}
.logo-avto .content .mini-block {
	width: 9%;
	text-align: center;
}
.logo-avto .content .mini-block img {
	width: 95px;
}
.logo-avto .content .mini-block p {
	font-size: 14px;
	color: #000000bd;
	margin: 0;
}


/* copyright */

.copyright {
	background: var(--accent);
	color: white;
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
    padding: 10px 0;
}
.copyright .content {
	width: 1134px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px 40px;
}
.copyright .content p {
	font-size: 14px;
	margin: 0;
}
.copyright .content a {
	font-size: 14px;
	color: white;
}

/* oferta */

.oferta {
	text-align: center;
	padding-bottom: 15px;
	padding: 10px 20px 50px;
}
.oferta p {
	margin: 0;
	font-size: 13px;
	color: var(--primary);
}

/* СТРАНИЦА МОДЕЛЬНЫЙ РЯД = mr */

.mr-background {
	background: url("img/fon-geely2.jpg") no-repeat center;
	background-size: cover;
}


/* mr-1 */


article.mr-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}
mr-1 a {
	color: var(--accent);
}
article.mr-1 nav {
	margin-top: 20px;
	/*width: 60%;*/
}
article.mr-1 h1 {
	font-size: 30px;
	color: var(--primary);
	margin: 0 0 30px 0;
	text-align: center;
}
article.mr-1 .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1134px;
	flex-wrap: wrap;
}
article.mr-1 .content .mini-block {
	width: 48%;
}
article.mr-1 .content .mini-block .name {
	font-size: 14px;
	color: #000000b5;
	margin: 30px 0 10px 0;
	font-weight: 600;
}
article.mr-1 .content .mini-block .gray-block {
	background: #80808021;
	padding: 8px 0 0 20px;
	position: relative;
	height: 180px;
}
article.mr-1 .content .mini-block .gray-block .price {
	color: var(--accent);
	font-size: 16px;
	margin: 0;
}
article.mr-1 .content .mini-block .gray-block .price span {
	color: #000000bd;
}
article.mr-1 .content .mini-block .gray-block img {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
article.mr-1 .content .mini-block .gray-block button {
	padding: 10px 40px;
	margin: 55px 0 0;
	position: relative;
    z-index: 1;
}


/* mr-2 */

article.mr-2 {
	display: flex;
	justify-content: center;
}
article.mr-2 .content {
	width: 1134px;
}
article.mr-2 .content {
	margin: 30px 0;
}
article.mr-2 .content h2,
article.mr-2 .content h4 {
	font-size: 18px;
	color: var(--accent);
	margin: 30px 0;
}
article.mr-2 .content h3,
article.mr-2 .content h5 {
	font-size: 18px;
	margin: 30px 0;
	color: var(--primary);
}
/* СТРАНИЦА КАРТОЧКА АВТО = ka */
.ka {
	display: flex;
	justify-content: center;
}					
.ka .content {
	width: 60%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


/* .ka-left */

.ka .content .ka-left {
	width: 100%;
}
.ka .content .ka-left nav {
	margin-top: 20px;
}

/* .ka-left .ka-1 */
.ka .content .ka-left article.ka-1 {
	display: flex;
}  
.ka .content .ka-left article.ka-1 .avto {
	border: 1px solid #cccccc;
	width: 70%;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ka .content .ka-left article.ka-1 .avto img{
	width: 100%;
	object-fit: contain;
	height: 100%;
}
.ka .content .ka-left article.ka-1 .price {
	display: flex;
	align-items: center;
	padding: 10px 0 10px 20px;
	width: 49%;
    justify-content: center;
}
.ka .content .ka-left article.ka-1 .price .block-cena div {
	padding: 10px 0;
}
.ka .content .ka-left article.ka-1 .price .block-cena div p {
	margin: 0;
}
.ka .content .ka-left article.ka-1 .price .block-cena div.color-1 {
	margin-bottom: 30px;
}
.ka .content .ka-left article.ka-1 .price .block-cena div p.color-1 {
	color: var(--accent);
}
.ka .content .ka-left article.ka-1 .price .block-cena div p.color-2 {
	color: red;
}
.ka .content .ka-left article.ka-1 .price .block-kupit {
	text-align: center;
}
.ka .content .ka-left article.ka-1 a.color-1 {
	margin-bottom: 15px;
	color: var(--accent);
	}

/* кнопка .btn-2 */
.ka .content .ka-left article.ka-1 a.btn-2 {
	display: block;
	padding: 1em 1.5em;
	border: 3px solid var(--accent);
	transition: all 300ms ease;
	box-shadow:  0 5px 7px rgba(0, 0, 0, 0.15);
	position: relative;
}
.ka .content .ka-left article.ka-1 a.btn-2:before{
    position: absolute;
    content: '';
    width: 0%; 
	height: 100%;
    background: var(--accent);
    top: 0;  
	left: auto; 
	right: 0;
    z-index: -1;
    transition: all 300ms ease;
}
.ka .content .ka-left article.ka-1 a.btn-2:hover{
    color: white; 
    box-shadow:none;
	text-decoration: none;
}
.ka .content .ka-left article.ka-1 a.btn-2:hover:before{
	position: absolute;
	content: '';
	width: 100%; 
	height: 100%;
	background: var(--accent);
	top: 0; 
	left: 0; 
	right: 0;
	z-index: -1;
}

.ka .content .ka-left article.ka-1 a.color-2 {
	border: 3px solid red;
	color: red;
}
.ka .content .ka-left article.ka-1 a.color-2:before {
	background: red;
}
.ka .content .ka-left article.ka-1 a.color-2:hover:before {
	background: red;
}

/* .ka-left ka-2 */
.ka .content .ka-left article.ka-2 h2 {
	color: #000000b5;
	margin: 50px 0 15px 0px;
	text-align: center;
}
.block-down-card {
    height: auto; /*40px;*/
    overflow: hidden;
    margin-bottom: 8px;
	box-sizing: border-box;
}
.block-down-card .item {
    display: flex;
    align-items: center;
    background: #0099DA;
    height: 40px;
    font-size: 18px;
    padding: 0 30px;
    justify-content: space-between;
	margin: 0 0 10px;
	box-sizing: border-box;
	color: white; cursor:pointer; transition:0.5s;
}
.block-down-card .item:hover {background: #929292; transition:0.5s;}
.block-down-card .item .price {
	box-sizing: border-box;
}
.item a {
    color: white;
	text-decoration: underline;
	border-bottom: none;
	padding-bottom: 0;
}
.block-down-card .dropdown-card {
padding: 1.5%;
    background: #eeeeee;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    height: 500px;
    line-height: 1rem;
    overflow: scroll;
}
.block-down-card.active {
    height: auto;
}

/* ka-right */
.ka .content .ka-right {
    width: 24%;
    padding: 0% 1.5%;
    background: #f8f9fa;
    margin-left: 1%;
    border-left: 1px solid #eeeeee;
}
.ka .content .ka-right .ka-1 {
	background: var(--accent);
	width: 100%;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	color: white;
	font-size: 20px;
	margin-top: 19px;
}
span.product-title {display: block;
    text-align: center;
    font-weight: bold;}
.ka .content .ka-right .ka-1 a{
	color: white;
}
.ka .content .ka-right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget_products {text-align:center;}

/* СТРАНИЦА НОВОСТИ = ka new */
li.recentcomments a {    background: #e6e6e6;
    padding: 2% 0%;
    border-bottom: 2px solid #aaaaaa;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1rem;} 
.ka .content .ka-left .mini-block {
	border: 1px solid #cccccc;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px;
	position: relative;
	margin-bottom: 20px;
}
.ka .content .ka-left .mini-block a{
	color: var(--accent);
}
.btn.btn-outline-secondary.btn-lg.btn-block a{
	display: block;
	color: white;
}
.btn.btn-outline-secondary.btn-lg.btn-block a:hover {color: blue;}
.ka .content .ka-left .mini-block img {
	/* width: 30%; */
	height: auto;
}
.ka .content .ka-left .mini-block .text {
	padding: 0 20px;
	width: 60%;
}
.ka .content .ka-left .mini-block .text h2 {
    font-size: 20px;
	margin: 0 0 10px;
	padding: 0;
	color: var(--accent);
}
.ka .content .ka-left .mini-block .text p.preview {
	line-height: 1.8;
	margin: 0;
	padding: 0;
}
.ka .content .ka-left .mini-block p button {
	margin: 10px 0 0;
	background: var(--accent);
    border: none;
    color: white;
    padding: 10px;
}
.ka .content .ka-left .mini-block p.data {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 10px;
	padding: 0;
	color: #969696;
}
/* СТРАНИЦА 404 = bug404 */

.bug404 {
	width: 50%;
	margin: 90px auto;
	display: flex;
	align-items: center;
	/* background: red; */
}
.bug404 p {
	margin: 0;
}
.bug404 .number {
	padding-right: 80px;
	font-size: 200px;
	border-right: 2px solid var(--accent);
}
.bug404 .text {
	width: 32%;
	margin-left: 80px; 
	line-height: 1.7;
}
.bug404 .text a {
	color: var(--accent); 
}




/* другие стили после натяжки на wp */
/* .contacts ul.info li{
	min-height: 100px;
    padding-top: 10px;
}
.contacts table{
	margin-bottom: 20px;
}
.contacts h2,
.contacts h3{
	color: #000000b5;
	margin-bottom: 30px;
}
.contacts h6{
	margin: 0;
    text-align: center;
    min-height: 55px;
    background: var(--accent)54;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000b5;
    padding: 10px;
} */
.contacts h2,
.contacts h3{
	color: #000000b5;
	margin-bottom: 30px;
}
.contacts .col-lg-3{
	margin-bottom: 20px;
}
.contacts .col-lg-3 h6{
	border-bottom: 1px solid #00000047;
	min-height: 60px;
}
.ka .content .ka-left article.ka-1 .price #compl{
	width: 100%;
    padding: 10px 0 10px 5px;
}
.ka .content .ka-left article.ka-1 .price .box.one{
	width: 100%;
}
.ka .content .ka-left article.ka-1 .price .box.one p{
	text-align: center;
}
.ka .content .ka-left article.ka-1 .price #cmp_price{
	font-size: 20px;
}
.product_list_widget li a img {width:80%; height:auto;}
.product_list_widget li {padding: 5%;
    background: #eeeeee;
    border-bottom: 2px solid #cccccc;}
span.widgettitle{
    font-size: 18px;
    border-bottom: 1px solid #a6a6a6;
    margin: 5% 0;
    display: inline-block;
}
.ka .content .ka-right ul.product_list_widget{list-style: none;}
.textwidget ul {list-style: circle; padding: 1% 3%;  margin: 1%;}
.textwidget ul li {padding: 3%;
    background: #e6e6e6;
    margin: 3% 0;
    border-bottom: #aaaaaa 2px solid;
    border-right: 2px solid #aaaaaa;
    line-height: 1.4rem;}
/* дизайн комментариев */
.area ol.main_comment{
	padding: 0;
	margin: 0;
}
.date_com_main{display: block; text-align: right;}

.rating_stars_main{
	width: 100px;
	display: inline-block;
}
.card{border: none;}
.rating_stars_main .rating_stars_in{height: 20px;}

.dashicons-star-filled:before{
/* color: #ff000a; */
/*поменять*/
    content: "";
    padding-left: 20px;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/geely/img/red-star.svg) 50% 50%/17px no-repeat;
} 
.comment-reply-link{
	border: 1px solid #2f2f2f; /*-поменять*/
    padding: 0px 12px;
}
.comment-reply-link:hover{
	text-decoration: none;
	color: #2f2f2f;
}
ol.main_comment li{
	list-style: none;
    margin-bottom: 25px;
    padding: 16px 0;
    border-bottom: 2px solid #bdbdbd; /*поменять*/
}
ol.children li{
    border-left: 5px solid #bdbdbd; /*поменять*/
    border-bottom: none;
    margin-top: 16px;
    padding: 0 0 0 10px;
}
.comment_autor_one{font-size: 26px;}
.date_comment{font-size: 14px;}
.children{padding-left: 3%;}
.retry_in_form{font-size: 18px;}
span.inner_text{font-size: 26px;}

a:focus{
	color: #000000b5;
}
a:hover{
	color: #000000b5;
}
.rtb20{
    margin: 30px 0;
    text-align: center;
}
.rtb20 iframe{
    margin: 0;
    padding: 0;
}
.yandex_rtb {
    display: table;
    margin: 10px auto;
}
/* правки 29 05 20 */

.footer-menu__li-but{
	position: relative;
    height: 24px;
}
.footer-menu__li-but button{
	position: relative;
}

@media(max-width: 768px){
	article.mr-1 .content .mini-block .gray-block img {
		width: 75%;
	}
}
@media(max-width: 620px){
	.rtb20 center a img{
		width: 100%;
	}
}
/* конец правки 29 05 20 */
/* правки 19 06 20 */

.index-h2{
	margin-bottom: 40px;
	text-align: center;
}
@media(max-width: 767px){
.index-h2{
	margin-bottom: 30px;
}
}
.dropdown-menu li a{
	display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
/* конец правки 19 06 20 */
/* правки август 2020 */
.img-responsive{
	width: 100%;
}
.row.wrapper-flex.categ .col-sm-3 img{
	width: 100%;
	height: auto;
}

@media(max-width: 1024px){
	.row.wrapper-flex.categ .col-sm-2{
    flex: 0 0 23%;
    max-width: 100%;
	}
}
@media(max-width: 580px){
	.row.wrapper-flex.categ .col-sm-2{
    flex: 0 0 50%;
    max-width: 100%;
	}
}
/* конец правки август 2020 */

.msk{
	font-size: 14px;
	text-align: end;
}

.loc_block{
    display: flex;
    width: 100%;
    height: 36px;
    align-items: center;
    padding: 0 10px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.loc_block img{
    height: 36px;
    width: auto;
    margin-right: 25px;
}
.ox_callback .loc_block{
    width: 100%;
    padding: 0;
    font-size: 14px;
    margin-top: 30px;
}
.ox_callback .loc_block img{
    height: 32px;
    width: auto;
    margin-right: 10px;
}
@media (max-width: 768px) {
    .loc_block{
        width: 100%;
        padding: 0;
        font-size: 13px;
    }
    .loc_block img{
        height: 36px;
        width: auto;
        margin-right: 10px;
    }
}
@media (max-width: 460px) {
    .loc_block{
        height: auto;
        padding: 0 4px;
        font-size: 12px;
    }
    .loc_block img{
        height: 28px;
    }
}


/* Модалка новая по клику */
.fade.fade-new {
    background: rgba(48, 48, 48, 0.6);
    height: 100%;
    opacity: 1!important;
}
.fade.fade-new * {
    box-sizing: border-box;
}
.modal__window {
  max-width: 700px;
  position: relative;
  padding: 30px;
  background: var(--primary) url(img/callback-fon.webp);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.modal__window::after {
  content: "";
  width: 520px;
  height: 244px;
  position: absolute;
  bottom: 10px;
  left: -130px;
  background-image: url(img/callback-car.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.modal__content {
  max-width: 450px;
  position: relative;
  z-index: 10;
  margin-left: auto;
  padding: 30px;
  /* backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); */
  background-color: rgba(255, 255, 255, 0.75);
}
.fade-new .modal-dialog{
    pointer-events: auto!important;
    margin: 0 !important;
}
img.modal__close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -30px;
    right: -30px;
    cursor: pointer;
    transition: 0.5s;
}
img.modal__close:hover {
    transform: rotate(180deg);
}
.modal__title {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.1;
    text-align: center;
}
.modal__title span {
    font-size: 36px;
    color: #CE0000;
}
.modal__text {
    margin-bottom: 15px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.3;
    text-shadow: none;
    text-align: center;
}
.modal__dop {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--accent);
  text-align: center;
}
.modal__form .modalka > * + * {
    margin-top: 15px;
}
form.modalka.ox_form {
  width: 100%;
  border: none;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
form.modalka.ox_form input.modalka__input {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 36px;
    padding: 0 25px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #7F7F7F;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}
form.modalka.ox_form input.modalka__input:focus-visible {
    box-shadow: 0 0 10px rgba(0, 177, 235, 0.5);
    outline: none!important;
}
form.modalka.ox_form input.send {
    width: 100%!important;
    height: 48px!important;
    line-height: 38px!important;
    background: var(--accent)!important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    outline: none;
    border: none!important;
    border-radius: 0;
    font-weight: 400!important;
    font-size: 18px!important;
    color: #FFF!important;
    cursor: pointer;
    transition: 0.36s;
}
form.modalka.ox_form input.send:hover, 
form.modalka.ox_form input.send:focus-visible {
    background: #886E09!important;
}
.modalka__privacy {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 1.3;
}
.modalka .form_send_result {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: var(--accent);
  position: absolute;
  inset: 0;
  background-color: #fff;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
}
.modalka .form_send_result::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_992_11970)'%3e%3cpath d='M28.2267 39.7372C28.4436 39.9136 28.7041 40 28.9633 40C29.2886 40 29.6127 39.8632 29.8449 39.5968L48.7021 17.9969C49.1347 17.5025 49.0911 16.743 48.6043 16.3038C48.1164 15.8622 47.3727 15.9078 46.9402 16.4034L28.8266 37.1512L17.9142 28.2629C17.4074 27.8489 16.6637 27.9353 16.2583 28.4501C15.8517 28.9685 15.9342 29.7233 16.4421 30.1373L28.2267 39.7372Z' fill='%2300479D'/%3e%3cpath d='M0 0V60H60V0H0ZM58 58H2V2H58V58Z' fill='%2300479D'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_992_11970'%3e%3crect width='60' height='60' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
  background-size: contain;
}

@media (max-width: 574px) {
     .modal__window {
  	max-width: 400px;
	padding: 30px;
     }
     .modal__title {
	font-size: 20px;
     }
     .modal__dop {
  	font-weight: 700;
     }
     form.modalka.ox_form input.modalka__input {
	height: 44px;
  	line-height: 30px;
     }
     form.modalka.ox_form input.send {
  	height: 44px !important;
  	line-height: 30px !important;
     }
}
@media (max-width: 474px) {
     .modal__window {
  	max-width: 400px;
	padding: 30px;
     }
     .modal__title {
	font-size: 20px;
     }
     .modal__dop {
  	font-weight: 700;
     }
     form.modalka.ox_form input.modalka__input {
	height: 44px;
  	line-height: 30px;
     }
     form.modalka.ox_form input.send {
  	height: 44px !important;
  	line-height: 30px !important;
     }
}
@media (max-width: 428px) {
     .modal__window {
  	max-width: 90%;
	padding: 30px;
     }
     img.modal__close {
	top: -35px;
  	right: 0;
     }
     .modal__title {
	font-size: 24px;
     }
     .modal__dop {
  	font-weight: 700;
     }
}
@media (max-width: 420px) {
    form.modalka.ox_form {
  	padding: 0!important;
    }
}
@media (max-width: 390px) {
    .modal__window {
	padding: 20px;
     }
    .modal__title {
	font-size: 22px;
     }
}
@media (max-width: 320px) {
    .modal__title {
	font-size: 18px;
     }
}
/* Модалка новая по клику КОНЕЦ*/


/* Sale modal */
.sale * {
    box-sizing: border-box;
}
.sale {
    z-index: 999999;
    position: relative;
    width: 100%;
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.8);
}
.sale__close {
  display: block;
  padding: 0;
  border: none;
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  background-color: transparent;
  width: 32px;
  height: 32px;
  cursor: pointer;
  color: var(--accent);
}
.sale__body {
	margin: auto;
}
.sale__window {
  position: relative;
  width: 600px;
  /*height: 400px;*/
  background-image: url('./img/popup-bg.webp');
  background-size: cover;
  /*background-position: right center;*/
  padding: 0;
  overflow: hidden;
  font-weight: 500;
}
.sale__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 35px 30px 20px;
  position: relative;
}
.sale__benefit {
	margin-bottom: 10px;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    color: var(--accent);
}
.sale__credit {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--accent);
  max-width: 300px;
}
.sale-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sale-form.ox_form{
    background: none!important;
    border: none!important;
    margin: unset!important;
    max-width: unset!important;
}
.sale-form__input {
  display: block;
  width: 280px !important;
  padding: 6px 12px !important;
  border: 1px solid #7F7F7F !important;
  border-radius: 0 !important;
  background-color: #fff;
}
.sale-form__input:focus {
    outline: none!important;
    box-shadow: 0 0 8px rgba(0, 177, 235, 0.3);
}
.sale-form__submit, .sale-form.ox_callback .send{
    margin-top: 0;
    width: 280px!important;
	padding: 8px 12px !important;
    background: var(--accent)!important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4)!important;
    outline: none!important;
    border: none!important;
    border-radius: 0!important;
    font-weight: 700!important;
    font-size: 14px!important;
    color: #FFFFFF!important;
    cursor: pointer!important;
    transition: 0.3s!important;
}
.sale-form__submit:hover, 
.sale-form__submit:focus,
.sale-form.ox_callback .send:hover, 
.sale-form.ox_callback .send:focus{
    background: #886E09!important;
}
.sale-form .rf_checkbox_label {
  width: 280px;
}
#exampleModalCenter {
    z-index: 1000001;
}
.sale-hidden{
    display: none;
}
.sale-popup{
    display: flex!important; 
    position: fixed;
    inset: 0;
    overflow-y: auto;
}
.sale .form_send_result {
  position: absolute;
  inset: 0;
  background-color: #fff;
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
}
.sale .modalka__privacy {
    display: inline-block;
    width: 280px;
    margin: 0;
    font-size: 12px;
    color: #8E8E8E;
}

/* Sale modal КОНЕЦ*/



/* доп скидка */
.discount * {
    box-sizing: border-box;
}
.discount {
    background-color: var(--primary);
    display:flex;
}
.discount::before {
  content: "";
  max-width: 50%;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.discount_card::before {
    background-image: url("./img/discount-card-bg.jpg");
}
.discount_footer::before {
    background-image: url("./img/discount-footer-bg.webp");
}
.discount__content {
  max-width: 50%;
  padding: 100px;
}
.discount__title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
}
.discount__title span {
    color: var(--accent);
    display: inline;
    font-weight: inherit;
    font-size: inherit;
}
form.ox_form.discount__form {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0;
    border: none;
    background: transparent;
}
form.ox_form.discount__form input {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    font-size: 16px;
    color: var(--primary);
}
form.ox_form.discount__form input:hover,
form.ox_form.discount__form input:focus-visible {
    outline: none!important;
    box-shadow: 0 0 10px rgba(0, 71, 157, 0.9);
}
form.ox_form.discount__form input.send {
    width: 100%;
    min-height: 48px;
    padding: 10px 20px;
    background: var(--accent);
    outline: none;
    border: none!important;
    border-radius: 0;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.03em;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}
form.ox_form.discount__form input.send:hover, 
form.ox_form.discount__form input.send:focus {
    background: #886E09!important;
}
form.ox_form.discount__form > * + * {
    margin-top: 20px;
}
.discount__form-wrapper .modalka__privacy {
    font-size: 14px;
	font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.3;
}
.discount .form_send_result {
    color: #fff;
    font-size: 20px;
    margin: 20px auto 0!important;
    display: inline-block;
    width: 100%;
    flex-shrink: 0;
    text-align: center;
}

@media (max-width: 1359px) {
  .discount__content {
  	padding: 60px;
  }
  .discount__title {
  	font-size: 26px;
  }
  form.ox_form.discount__form input.send {
	font-size: 18px
  }
}
@media (max-width: 1023px) {
  .discount::before {
	background-position-x: -60px;
  }
  .discount__content {
  	padding: 20px;
  }
  .discount__title {
	font-weight: 400;
  	font-size: 20px;
  }
  form.ox_form.discount__form input.send {
	font-size: 16px
  }
}
@media (max-width: 666px) {
  .discount {
  	flex-direction: column;
  }
  .discount::before {
    background-position-x: unset;
    height: 250px;
    max-width: 100%;
  }
  .discount__content {
    max-width: 100%;
  }
}
@media (max-width: 420px) {
  form.ox_form.discount__form {
    padding: 0 !important;
  }
}

/* доп скидка КОНЕЦ*/



/* новые формы трейда и кредита */
.form-slider.swiper-container {
    width: 100%;
}
.form-slider__wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    min-height: 510px;
}
.form-slider__slide.swiper-slide {
    display: flex;
    width: 30%!important;
    align-items: stretch;
    text-align: left;
    font-size: 16px;
	height: auto;
}
.new-form * {box-sizing: border-box;}
.new-form {
    overflow: hidden;
    padding: 20px 0;
}
.new-form.ox_form {
    max-width: 100%!important;
}
.new-form__wrapper {
    width: 100%;
    padding: 30px;
    max-width: 100%;
    background: rgba(217, 217, 217, 0.3);
    color: #333;
}
.new-form__title {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}
.new-form__group + .new-form__group {
    margin-top: 15px;
}
.new-form__select-wrapper {
    position: relative;
}
.new-form__select {
    padding: 0 50px 0 20px;
    width: 100%;
    height: 44px;
    border: none;
    outline: none;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 44px;
    text-align: left;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}
.new-form__select:focus, .new-form__select--active {
    outline: 1px solid #FFC107;
    box-shadow: 0 0 7px rgba(255, 131, 0, 0.5);
}
.new-form__select::-ms-expand {
    display: none;
}
.new-form__select::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('./img/new-form-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}
.new-form__list {
    display: none;
    position: absolute;
    left: 0;
    top: 44px;
    z-index: 10;
    overflow-y: auto;
    width: 100%;
    max-height: 205px;
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    text-align: left;
}
.new-form__list--visible {
    display: block;
}
.new-form__list-item {
    margin: 0;
    padding: 10px 20px;
    transition: 0.3s;
    cursor: pointer;
}
.new-form__list-item:hover {
    background: rgba(217, 217, 217, 0.2);
}
.new-form__list-item:active {
    background-color: #FFC107;
}
.new-form__input-hidden {
    display: none;
}
.new-form__img {
    margin: 20px 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.new-form__price > * + * {
    margin-top: 15px;
}
.new-form__price.new-form__price--credit {
    margin-top: 30px;
}
.new-form__price-col {
    display: flex;
    justify-content: space-between;
}
.new-form__price.info {
   float: left!important;
   text-align: left!important;
   width: 100%!important;
}
.new-form__text, .new-form__summ {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
}
.new-form__text {
    color: rgba(0, 0, 0, 0.5);
}
.mbt15 {
    margin-bottom: 15px;
}
.new-form__input {
    padding: 0 50px 0 20px!important;
    width: 100%!important;
    height: 44px!important;
    border: 1px solid #7F7F7F!important;
    border-radius: 0px!important;
    outline: none!important;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 44px!important;
    text-align: left;
}
.new-form__input:focus {
    box-shadow: 0 0 10px rgba(0, 177, 235, 0.5);
    outline: none !important;
}
form.new-form.ox_form .new-form__btn {
    margin: 30px 0 10px!important;
    width: 100%!important;
    height: 44px!important;
    line-height: 40px!important;
    background: var(--accent)!important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1)!important;
    outline: none!important;
    border: none!important;
    border-radius: 0!important;
    font-weight: 900!important;
    font-size: 14px;
    letter-spacing: 0.03em!important;
    text-transform: uppercase!important;
    color: #FFFFFF!important;
    cursor: pointer!important;
    transition: 0.3s!important;
}
.new-form__btn:hover, 
.new-form__btn:focus {
    background: #B66128!important;
}
.new-form .modalka__privacy {
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
}

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

.new_form_wrapper form.new-form{
    border: 0!important; 
    padding: 20px 0!important;
}
.new-form__select-wrapper select {
    padding: 5px 15px !important;
    width: 100%!important;
    height: 44px!important;
    border: 1px solid #7F7F7F!important;
    border-radius: 0px!important;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    cursor: pointer;
}
.new-form__select-wrapper select:focus {
    box-shadow: 0 0 10px rgba(0, 177, 235, 0.5);
    outline: none !important;
}
.new-form__summ.kredit::before {
    content: "от ";
}
.new-form__summ.price::after, .new-form__summ.kredit::after{
    content: " ₽";
}
.new-form__select-wrapper .new-form__btn.send {
    padding: 0!important;
    letter-spacing: 0.03em;
    font-size: 14px!important;
}
form.new-form.ox_form .new-form__btn:hover {
    background: #886E09!important;
}
.new-form__wrapper .form_send_result {
  margin-top: 4px;
  font-weight: 600;
  text-align: center;
  color: var(--accent);
  font-size: 20px;
  line-height: 1.1;
}
@media (max-width: 1199px) {
    .form-slider__wrapper {
	height: 490px;
    }
    .form-slider__slide.swiper-slide {
    	width: 300px!important;
    }
    .new-form__wrapper {
  	width: 300px;
  	padding: 30px 20px;
    }
}
@media (max-width: 991px) {
    .form-slider__wrapper {
		height: 495px;
    	justify-content: space-between;
		gap: 0;
    }
    .form-slider__slide.swiper-slide {
    	width: 100%!important;
    }
    .new-form__wrapper {
  	width: 70%;
	margin: 0 auto;
  	padding: 30px 50px;
    }
    .new-form__img {
  	margin: 10px auto;
	width: 300px;
	display: block;
    }
}
@media (max-width: 666px) {
    .new-form__wrapper {
  	width: 80%;
  	padding: 30px 50px;
    }
}
@media (max-width: 499px) {
    .new-form__wrapper {
  	padding: 30px;
    }
    .new-form__img {
	width: 100%;
    }
}
@media (max-width: 427px) {
    .new-form__wrapper {
  	width: 90%;
    }
}
@media (max-width: 420px) {
    .new_form_wrapper .form-slider.swiper-container {
  	display: block!important;
    }
}
@media (max-width: 389px) {
    .new-form__wrapper {
  	width: 98%;
	padding: 30px 10px;
    }
    .new-form__summ {
	flex-basis: 40%;
	text-align: right;
	align-items: flex-end;
    }
}
@media (max-width: 320px) {
    .form-slider__wrapper {
	height: 475px;
    }
}
.swipe_next_part{
    display: none;
    border: none;
    margin: 15px auto auto;
    padding: 10px 50px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: 0.3s; 
}
.swipe_next_part:enabled {
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: var(--accent);
    color: #fff;
}
.swipe_next_part:enabled:hover {
    background: #886E09!important;
    color: #fff;
}
.swipe_next_part:disabled {
    background-color: #f4f4f4;
    color: #7a7a7a;
}

@media (max-width: 991px) {
.swipe_next_part{
    display: block;
}
}

/* новые формы трейда и кредита КОНЕЦ */


/*кнопка звонка*/

.callback-bt {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--accent);
	border: 4px solid #fff;
    border-radius:50%;
	box-shadow: 0 4px 30px rgba(168, 138, 24, 0.6);
    cursor:pointer;
    height:60px;
    text-align:center;
    width:60px;
    position: fixed;
    right: 50px;
	bottom: 50px;
    z-index:999;
    transition:.3s;
}
.callback-bt .text-call{
    height:60px;
    width:60px;        
    border-radius:50%;
    position:relative;
    overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.callback-bt .text-call__img {
    height:36px;
    width:36px;
	color: var(--white);
	transition:.3s;
    animation-name: rotate;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.callback-bt .text-call:hover span {
    opacity: 1;
    font-size: 9px;
}

.callback-bt:hover {
	z-index: 9999;
	background-color: var(--white);
	color: var(--accent);
	transition: .3s;
}
.callback-bt:hover  .text-call__img {
	color: var(--accent);
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(30deg); }
}

@media (max-height: 915px) {
	.callback-bt {
		right: 20px;
		bottom: 30px;
	}
}

/*кнопка звонка КОНЕЦ*/

.archive-auto {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #f00;
  text-align: center;
}

@media (max-width: 500px) {
  .archive-auto {
	font-size: 18px;
  }
}


.rf_checkbox_label{
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    color: var(--accent);
    justify-content: center;
    gap: 10px;
}

input.rf_checkbox {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  background-color: #fff;
  transition: 0.36s;
}
input.rf_checkbox::after {
  content: '';
  position: absolute;
  display: block;
  background: url(img/check.svg) no-repeat center;
  opacity: 0;
  transition: 0.3s;
  background-size: cover;
  width: 18px;
  height: 18px;
  margin: auto;
}
input.rf_checkbox:checked::after {
  opacity: 1;
}
input.rf_checkbox:hover:not(:disabled) {
  box-shadow: 0 2px 10px var(--accent)70;
}
input.rf_checkbox:focus-visible {
  outline: none;
  border-color: var(--accent);
}
.modalka .result_send {
  margin: 0;
}


/* Hero */
.hero {
  width: 100%;
  height: 600px;
  color: #fff;
  position: relative;
}
.hero__content {
  position: absolute;
  inset: 0;
  pointer-events: none;
  top: 60px;
  z-index: 5;
}
.hero__container {
  max-width: calc(100% - 300px);
  margin: 0 auto;
}
.hero__title {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}
.hero__title-name {
  display: block;
  font-size: 80px;
  letter-spacing: 3px;
}
.hero__text {
    max-width: 700px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
}
.hero__slider::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--primary) 0%, rgba(48, 48, 48, 0) 60%);
  z-index: 2;
}
.hero__slider.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #313131;
  overflow: hidden;
}
.hero__slider-img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.hero__slider-btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  border: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.47);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: .36s;
}
.hero__slider-btn_prev {
  left: 10px;
}
.hero__slider-btn_next {
  right: 10px;
}
.hero__slider-btn:hover, .hero__slider-btn:focus-visible {
  background-color: #000;
}
.swiper-container-horizontal>.hero__slider-pagination.swiper-pagination-bullets {
  bottom: 20px;
  left: 0;
  width: 100%;
}
.hero__slider-pagination {
  position: absolute;
  z-index: 5;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 22px;
  padding-left: 0;
  user-select: none;
}

.hero__slider-pagination .swiper-pagination-bullet {
  flex: 0 1 auto;
  border-radius: 50%;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: transparent;
  position: relative;
  opacity: .5;
}
.hero__slider-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}
.hero__slider-pagination .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  opacity: 1;
}

@media (max-width: 1180px) {
  .hero__slider::after {
	background: linear-gradient(90deg, var(--primary) 0%, rgba(48, 48, 48, 0) 90%);
  }
  .hero__slider-btn {
    width: 56px;
    height: 56px;
  }
  .hero__slider-pagination {
	gap: 12px;
  }
  .hero__container {
    max-width: calc(100% - 200px);
  }
  .hero__title-name {
    font-size: 70px;
  }
  .hero__text {
    max-width: 600px;
    font-size: 22px;
  }
}

@media (max-width: 1023px) {
  .hero {
    height: 50vh;
  }
  .hero__content {
    top: 50%;
	transform: translateY(-80%);
  }
  .hero__title {
    font-size: 20px;
  }
  .hero__title-name {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .hero {
    height: 40vh;
  }
  .hero__container {
    max-width: calc(100% - 150px);
  }
  .hero__title-name {
    font-size: 44px;
  }
  .hero__text {
    max-width: 100%;
    font-size: 18px;
  }
  .hero__slider-btn {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 567px) {
  .hero__slider::after {
	background: rgba(48, 48, 48, .7);
  }
  .hero__container {
    max-width: calc(100% - 30px);
  }
  .hero__title {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .hero__title-name {
    font-size: 32px;
  }
  .hero__slider-btn {
    top: unset;
    transform: unset;
    bottom: 10px;
    width: 36px;
    height: 36px;
  }
  .hero__slider-pagination {
    display: none;
  }
}
@media (max-width: 428px) {
  .hero__text {
    font-size: 16px;
  }
}

/* Модельный ряд */
.container-inner {
  max-width: 1560px;
  padding: 0 40px;
  position: relative;
  height: 100%;
}
.banner {
  position: relative;
  overflow: hidden;
  height: auto;
  background-color: var(--primary);
  background-size: cover;
}
.banner_catalog {
  background-image: url("./img/banner-catalog.webp");
  background-position: center;
  color: #fff;
}

.banner_model {
  background-image: url("./img/model-bg.webp");
  background-position: center bottom;
  color: var(--primary);
}

.banner_page {
  background-image: url("./img/banner-page.webp");
  background-position: center;
  color: #fff;
}

.banner_family {
  background-image: url("./img/banner-family.webp");
  background-position: center;
  color: #fff;
}

.banner_med {
  background-image: url("./img/banner-med.webp");
  background-position: center;
  color: #fff;
}

.banner_first {
  background-image: url("./img/banner-first.webp");
  background-position: center;
  color: #fff;
}
.banner_credit {
  background-image: url("./img/banner-credit.webp");
  background-position: center;
  color: #fff;
}
.banner_trade {
  background-image: url("./img/banner-trade.webp");
  background-position: center;
  color: #fff;
}


.banner__container {
  padding: 100px 0 40px;
}

.banner__title {
  margin: 0 0 40px;
  padding: 0;
  max-width: 700px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}

.banner__timer {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: fit-content;
  max-width: 540px;
}

.banner__timer > span {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}

.timer {
  display: flex;
  align-items: center;
  gap: 20px;
}

.timer__item {
  width: 120px;
  height: 114px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 3px solid var(--accent);
}

.timer__val {
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
}

.timer__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

.banner .breadcrumbs {
  position: absolute;
}

.banner .breadcrumb {
  margin-bottom: 0;
  padding: .75rem 0;
  list-style: none;
  background-color: transparent;
}

.banner .breadcrumb a,
.banner .breadcrumb .breadcrumb-item.active {
  color: #fff!important;
  transition: 0.36s;
}

.banner .breadcrumb-item+.breadcrumb-item::before {
  color: #fff!important;
}

.banner .breadcrumb a:hover {
  color: var(--accent)!important;
  text-decoration: none!important;
}

.banner__form-wrap {
  max-width: 540px;
  position: relative;
}

.banner__form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.banner__form .form_send_result {
  width: 100%;
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--accent);
  font-size: 20px;
  z-index: 1;
}

.banner__form-input {
  display: block;
  flex-basis: calc(50% - 5px);
  padding: 10px 16px;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.5);
  outline: none;
  color: #fff;
  transition: 0.36s;
  cursor: pointer;
}

.banner__form-input:hover,
.banner__form-input:focus-visible {
  border-color: var(--accent);
}

.banner__form-submit {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
  border: none;
  background-color: var(--accent);
  color: #fff;
  padding: 12px;
  transition: 0.36s;
  cursor: pointer;
}

.banner__form-submit::after {
  content: "";
  display: block;
  width: 30px;
  height: 200px;
  filter: blur(15px);
  margin-left: 60px;
  background: #fff;
  opacity: 0.3;
  position: absolute;
  left: -40px;
  top: -100px;
  z-index: 1;
  transform: rotate(45deg);
  transition: all 0.1s;
  animation: blick 4s infinite;
  animation-timing-function: ease;
  animation-timing-function: ease;
}

@keyframes blick {
  0% {
  	left: -30px;
  	margin-left: 0;
  }
  30% {
  	left: 110%;
  	margin-left: 80px;
  }
  100% {
  	left: 110%;
  	margin-left: 80px;
  }
}

.banner__form-submit:hover,
.banner__form-submit:focus-visible {
  background-color: #886E09;
}

.banner__form-privacy {
  opacity: 0.4;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}

.modryad {
    padding: 80px 20px;
}

.modryad .term-description {
  margin-bottom: 40px;
  font-size: 20px;
}

.modryad .content {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 40px;
}

.modryad .page-title {
  margin: 0 10px 30px;
}

.model-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  color: #212121;
}

.model-block__rate {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 12px 8px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}

.model-block__rate::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 0 15px 0 15px;
  padding: 1px;
  background: linear-gradient(215deg, #C65300 0%, transparent 90%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.6;
}

.model-block__rate span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  text-align: right;
}
.model-block__link {
  display: block;
  text-align: center;
}
.model-block__img {
  height: 150px;
  object-fit: contain;
}

.model-block__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.model-block__content p {
  margin-bottom: 0;
}

.model-block__trade-in {
  flex-shrink: 0;
  text-align: right;
  font-size: 12px;
  color: #C65300;
}

.model-block__content::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  z-index: -1;
  background: linear-gradient(-90deg, #e8e8e8 -2.22%, rgba(255, 255, 255, 0.01) 90.44%);
  height: 100%;
  width: 50%;
}

.model-block__name {
  font-size: 20px;
  color: var(--primary);
  outline: none;
}

.model-block__name:hover,
.model-block__name:focus-visible {
  color: var(--accent);
  text-decoration: none;
}


.model-block__price {
  font-size: 28px;
  color: var(--accent);
}

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

.model-block__btn {
  position: relative;
  padding: 8px 10px;
  border: 2px solid var(--accent);
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: 0.36s;
}

.model-block__btn svg {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}

.model-block__btn_fill {
  background-color: var(--accent);
  color: #fff;
}

.model-block__btn:hover, .model-block__btn:focus-visible {
  background-color: var(--accent);
  text-decoration: none;
  color: #fff;
}

.model-block__btn_fill:hover, .model-block__btn_fill:focus-visible {
  background-color: #886E09;
  border-color: #886E09;
}


@media (max-width: 1080px) {
.modryad {
  padding: 60px 0;
}
.container-inner {
  padding: 0 20px;
}
.banner__title {
  margin: 0 0 30px;
  font-size: 34px;
}
.banner__timer {
  max-width: 380px;
  gap: 20px;
}
.timer__item {
  width: 80px;
  height: 80px;
}

.timer__val {
  font-size: 40px;
}

.timer__text {
  font-size: 14px;
}
.banner__form-wrap {
  max-width: 380px;
}
.banner__form-input {
  flex-basis: 100%;
}
.banner__form-privacy {
  font-size: 12px;
}
.modryad .content {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 20px;
}
.model-block__price {
  font-size: 20px;
}
.model-block__img {
  height: 100px;
}
.model-block__rate {
  font-size: 10px;
}
.model-block__rate span {
  font-size: 16px;
}
.model-block__btn {
  font-size: 14px;
}
.model-block__btn svg {
  width: 20px;
  height: 20px;
}
}

@media (max-width: 768px) {
.banner__container {
  padding: 60px 0 20px;
}
.banner__title {
  max-width: 500px;
  font-size: 26px;
}
.banner__timer {
  max-width: 310px;
  align-items: start;
  gap: 10px;
}
.banner__timer > span {
  font-size: 16px;
}
.timer {
  gap: 10px;
}
.timer__item {
  width: 70px;
  height: 70px;
}
.timer__val {
  font-size: 30px;
}
.timer__text {
  font-size: 12px;
}
.banner__form-wrap {
  max-width: 310px;
}
}

@media (max-width: 567px) {
  .modryad {
    padding: 40px 0;
  }
  .modryad .page-title {
  	margin: 0 10px 20px;
  	font-size: 24px;
  }
  .modryad .term-description {
  	margin-bottom: 30px;
  	font-size: 16px;
  }
}

@media (max-width: 479px) {
.banner__title {
  margin: 0 0 20px;
  font-size: 22px;
}
.banner__timer {
  align-items: start;
  gap: 10px;
}
.timer {
  gap: 10px;
}
.banner__form-wrap {
  max-width: 100%;
}
.banner form.ox_form {
  padding: 0;
}
.model-block {
  gap: 10px;
}
.model-block__content {
  align-items: unset;
  flex-direction: column;
  gap: 0;
}
.model-block__trade-in {
  text-align: left;
  display: flex;
  gap: 10px;
}
}

/* Модель */
.model__container {
 padding: 80px 0 0;
}

.model__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.model__name {
  text-transform: uppercase;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 20px;
}

.model__sees {
  font-size: 14px;
  margin-left: auto;
  margin-bottom: 10px;
}

.model__sees-num {
  font-size: 16px;
  font-weight: 700;
}

.model__main {
  display: grid;
  grid-template-columns: minmax(400px, 600px) minmax(496px, 700px);
  grid-template-areas:
    "image benefits"
    "image price"
    ". form";
  justify-content: space-between;
  gap: 6px 20px;
}

.model__image {
  grid-area: image;
  position: relative;
  z-index: 1;
  align-self: flex-start;
}

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

.model__image::after {
  content: "";
  position: absolute;
  inset: -2px;
  padding: 2px;
  background: linear-gradient(135deg, var(--accent) 50%, transparent 95%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.model__benefits {
  grid-area: benefits;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, max-content));
  justify-content: space-between;
  padding: 24px 32px;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.model__benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
}

.model__benefits li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M22 11.0799V11.9999C21.9988 14.1563 21.3005 16.2545 20.0093 17.9817C18.7182 19.7088 16.9033 20.9723 14.8354 21.5838C12.7674 22.1952 10.5573 22.1218 8.53447 21.3744C6.51168 20.6271 4.78465 19.246 3.61096 17.4369C2.43727 15.6279 1.87979 13.4879 2.02168 11.3362C2.16356 9.18443 2.99721 7.13619 4.39828 5.49694C5.79935 3.85768 7.69279 2.71525 9.79619 2.24001C11.8996 1.76477 14.1003 1.9822 16.07 2.85986' stroke='%23303030' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M22 4L12 14.01L9 11.01' stroke='%23303030' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.model__benefits::after {
  content: "";
  position: absolute;
  inset: -2px;
  padding: 2px;
  background: linear-gradient(215deg, var(--accent) 50%, transparent 95%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.model__prices {
  grid-area: price;
  align-self: center;
}

.model__price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.model__price-new {
  font-size: 45px;
  font-weight: 400;
}

.model__price-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #212121, transparent);
}

.model__price-old {
  display: block;
  text-align: right;
  color: rgba(33, 33, 33, 0.71);
  font-size: 28px;
}

.model__form {
  grid-area: form;
}

form.ox_form.model__form {
  position: relative;
  display: flex;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  border: none;
  padding: 0;
  color: var(--primary);
  border-radius: 0;
}

form.ox_form.model__form .form_send_result {
  position: absolute;
  z-index: 5;
  inset: 0;
  background-color: var(--accent);
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

form.ox_form.model__form input {
  flex-grow: 1;
  padding: 10px;
  border: 1px solid #212121;
  color: var(--primary);
  border-radius: 0;
  height: auto;
  font-size: 20px;
  outline: none;
}

form.ox_form.model__form input:focus-visible {
  border: 1px solid var(--accent);
}

.model__form-btn {
  position: relative;
  width: 360px;
  padding: 10px;
  background-color: var(--accent);
  border: 1px solid transparent;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: 0.36s;
}

.model__form-btn_outline {
  border-color: var(--accent);
  background-color: #fff;
  color: var(--primary);
}

.model__form .model__form-btn {
  width: 360px;
}

.model__form .model__form-btn::after {
  content: "";
  display: block;
  width: 30px;
  height: 200px;
  filter: blur(15px);
  margin-left: 60px;
  background: #fff;
  opacity: 0.3;
  position: absolute;
  left: -40px;
  top: -100px;
  z-index: 1;
  transform: rotate(45deg);
  transition: all 0.1s;
  animation: blick 4s infinite;
  animation-timing-function: ease;
  animation-timing-function: ease;
}

.model__form-btn:hover,
.model__form-btn:focus-visible {
  background-color: #886E09;
}

.model__form-btn.model__form-btn_outline:hover,
.model__form-btn.model__form-btn_outline:focus-visible {
  background-color: var(--accent);
  color: #fff;
}

.model__form-agreement {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}

.model__form-agreement p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}

form.ox_form.model__form input.model__form-checkbox[type=checkbox] {
  appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid var(--accent);
  background-color: transparent;
  outline: none;
  padding: 0;
  flex-shrink: 0;
}

form.ox_form.model__form input.model__form-checkbox[type=checkbox]:checked {
  background-color: var(--accent);
}

.model__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 30px;
  margin-top: 30px;
  position: relative;
  gap: 20px;
}

.model__action::before, .model__action::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #212121, transparent);
}

.model__action::after {
  top: auto;
  bottom: 0;
}

.model__timer .timer__item {
  width: 88px;
  height: 78px;
}

.model__timer .timer__val {
  font-size: 38px;
}

.model__timer .timer__text {
  font-size: 13px;
}

.model__action-text {
  max-width: 500px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.model__action .model__form-btn {
  flex-shrink: 0;
  width: 360px;
}



/* Комплектации */

.equipments {
  background: url(img/eq-bg.webp) no-repeat center / cover fixed;
}

.equipments__title {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 50px;
  /*color: #fff;*/
}

.equipments__list {
  position: relative;
}

.equipments__list > * + * {
  margin-top: 30px;
}

.equipments-group__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.equipment {
  position: relative;
}

.equipment__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 20px 30px;
  background: #fff;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}

.equipment__name {
  width: 350px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 18px;
  font-weight: 600;
}

.equipment__name::after {
  content: "";
  position: absolute;
  inset: 0;
}

.equipment__name img {
  width: 18px;
  height: 12px;
  transition: all 0.4s;
}

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

.equipment__specs {
  display: grid;
  grid-template-columns: 70px 140px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.equipment__prices {
  display: grid;
  grid-template-columns: repeat(2, 190px);
    align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  position: relative;
    text-align: right;
}

.equipment__old-price {
  font-size: 20px;
  opacity: 0.7;
}

.equipment__new-price {
  font-size: 24px;
  font-weight: 600;
  color: var(--accent);
}

.equipment__show {
  display: none;
}
.equipment__show svg {
  transition: all 0.3s;
}
.equipment__show.active svg {
  rotate: 180deg;
}

.equipment .details {
  background: #F5F5F5;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}

.equipment .details__section {
  column-count: auto;
  column-width: 350px;
  column-rule: 3px solid #fff;
  column-gap: 70px;
  width: 100%;
}

.equipment .details.show {
  padding: 30px;
  height: auto;
  margin-top: -20px;
  padding-top: 50px;
}

.equipment__buttons {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
}

.equipment__button {
  display: block;
  height: 100%;
  padding: 10px 16px;
  white-space: nowrap;
  border: 1px solid var(--accent);
  background-color: var(--accent);
  font-size: 16px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  transition: 0.36s;
}

.equipment__button_outline {
  background-color: #fff;
  color: var(--primary);
}

.equipment__button:hover,
.equipment__button:focus-visible,
.equipment__button:focus {
  background-color: #886E09;
  border-color: #886E09;
  color: #fff;
  text-decoration: none;
}

.equipment__button_outline:hover,
.equipment__button_outline:focus-visible {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.equipment .details__section p {
  margin-bottom: 10px;
}


/* Внутренние страницы */
.inner-page__container {
  padding: 100px 0;
  text-align: center;
}

.inner-page__section-offset {
  padding: 50px 0;
}

.inner-page__title {
  margin: 0;
  font-size: calc(26px + 24 * (100vw / 1920));
  font-weight: 600;
}

.inner-page__title + * {
  margin-top: 40px;
}

.inner-page h2 {
  margin: 20px 0;
  font-weight: 600;
  font-size: calc(22px + 14 * (100vw / 1920));
}

.inner-page h3 {
  margin: 20px 0;
  font-weight: 600;
  font-size: calc(18px + 12 * (100vw / 1920));
}

.inner-page h4 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: calc(18px + 10 * (100vw / 1920));
}

.inner-page__description {
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
  font-size: calc(16px + 4 * (100vw / 1920));
}

.inner-page__description p {
  margin-bottom: 0;
}

* + .inner-page__article {
  margin-bottom: 50px;
}

.inner-page__article .row {
  margin-right: 0;
  margin-left: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.inner-page__article .row > * {
  max-width: unset;
  padding: 10px;
  border: 1px solid var(--accent);
  flex: unset;
}

.inner-page__article iframe + * {
  margin-top: 40px;
}

.inner-page__article p,
.inner-page__article ul {
  font-size: 18px;
}

.product-list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  height: 100%;
}

.product-list + * {
  margin-top: 50px;
}

.product-list__link {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 100%;
  color: var(--primary);
  font-size: 20px;
  outline: 2px solid transparent;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.15);
  transition: 0.36s;
}

.product-list__item img {
  height: 140px;
  object-fit: contain;
  width: 100%;
}

.product-list__article {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  color: var(--primary);
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.15);
}

.product-list__title {
  margin-bottom: 0;
  line-height: 1.2;
}

.product-list__item_cat .product-list__title {
  font-size: 20px;
  flex-grow: 1;
}

.product-list__link:hover,
.product-list__link:focus-visible {
  color: var(--accent);
  text-decoration: none;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.35);
}

.product-list__link:focus-visible {
  outline-color: var(--accent);
}

.product-list__price-wrap {
  margin-top: auto;
  font-size: 18px;
}

.product-list__btn {
  width: 100%;
  padding: 8px 10px;
  border: 2px solid var(--accent);
  background-color: var(--accent);
  text-align: center;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: 0.36s;
  color: #fff;
}

.product-list__btn:hover,
.product-list__btn:focus-visible {
  background-color: #886E09;
  border-color: #886E09;
  color: #fff;
  text-decoration: none;
}

.product-list__item_review .product-list__title {
  margin-bottom: 0;
  min-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 20px;
}

.product-list__item_review .product-list__text {
  flex-grow: 1;
  margin-bottom: 0;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(50%, 1fr));
  gap: 40px;
  padding: 0;
  list-style: none;
}

.news-list__card {
  position: relative;
  display: flex;
  gap: 20px;
  padding: 10px;
  border: 1px solid var(--accent);
  transition: 0.36s;
}

.news-list .name {
  font-size: 20px;
  margin-bottom: 10px;
}

.news-list img {
  width: 200px;
  height: 100%;
  object-fit: cover;
}

.news-list__card picture {
  flex-shrink: 0;
}

.news-list__link {
  display: block;
  color: var(--primary);
}

.news-list__link::before {
  content: "";
  position: absolute;
  inset: 0;
}

.news-list__card:hover,
.news-list__card:focus-visible {
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.news-list__card:hover .news-list__link,
.news-list__card:focus-visible .news-list__link {
  text-decoration: none;
  color: var(--accent);
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}

.page-link {
  color: #0F5978;
  transition: 0.36s;
}

.page-item.active .page-link {
  background-color: #0F5978;
  border-color: #0F5978;
}

.about-company {
  margin-bottom: 40px;
  font-size: 20px;
}

.about-company__contacts {
  margin-bottom: 20px;
}

.about-company__img {
  max-width: 200px;
}

.about-company p {
  margin-bottom: 0;
}

.reviews__all {
  font-weight: 600;
  font-size: calc(18px + 12*(100vw / 1920));
}

.reviews .btn-primary {
  margin-bottom: 20px;
  color: #fff;
  background-color: var(--accent);
  border-color: var(--accent);
  padding: 10px 20px;
  border-radius: 0;
  outline: none;
}

.reviews .btn-primary:hover,
.reviews .btn-primary:focus-visible {
  background-color: #886E09;
  border-color: #886E09;
  color: #fff;
}

.reviews .main_comment {
  padding: 0;
  margin-bottom: 0;
}

.reviews ol.main_comment li {
  border-bottom: 1px solid #dfdfdf;
}

.reviews .card {
  border: none;
}

.reviews .card.mt-3 {
  margin-top: 0!important;
}

.reviews .card-header:first-child {
  border-radius: 0;
}

.reviews  .card-header {
  margin-bottom: 0;
  padding: 0;
  background-color: #fff;
  border-bottom: none;
}

.reviews .comment-content.card-text {
  margin-bottom: 5px;
  font-size: 20px;
}

.reviews .comment-content.card-text p {
  margin-bottom: 10px;
}

.reviews .comment-reply-link {
  border: 1px solid var(--accent);
  padding: 6px 20px;
  transition: 0.36s;
  outline: none;
  display: inline-block;
}

.reviews .date_com_main {
  font-size: 14px;
  color: #c0c0c0;
  line-height: 1;
}

.reviews .comment-reply-link:hover,
.reviews .comment-reply-link:focus-visible {
  background-color: var(--accent);
  color: #fff;
}

.reviews ol.main_comment .children li {
  border-bottom: none;
  border-left: 3px solid var(--accent);
}

.reviews .comment-respond input[type=submit] {
  width: 250px;
  background-color: var(--accent);
  border: 0;
  border-radius: 0;
  font-size: 18px;
  color: #fff;
  outline: none;
  transition: 0.36s;
}

.reviews .comment-respond input[type=submit]:hover,
.reviews .comment-respond input[type=submit]:focus-visible {
  background-color: #886E09;
}

.reviews .comment-respond select {
  border-radius: 0;
  cursor: pointer;
}

.reviews .comment-respond select:hover,
.reviews .comment-respond select:focus-visible {
  outline-color: var(--accent);
}

.autocredit__terms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 18px 0;
}

.autocredit__terms-item {
  padding: 24px;
  border: 1px solid var(--accent);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.autocredit__terms-item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--accent);
}

.autocredit__terms-item__list {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 6px;  
}

.autocredit__terms-item__list li {
  list-style-type: disc;
  font-size: 16px;
}

.autocredit__disclaimer {
  padding: 18px 22px;
  background: #f5f5f5;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  display: flex;
  align-items: center;
  grid-column: 1 / -1;
}

.trade-in__disclaimer {
  font-size: 16px;
  line-height: 1.7;
  padding: 40px;
  grid-column: unset;
}

@media (max-width: 1440px) {
  .model__benefits {
	padding: 20px;
  }
  .model__form-btn {
	font-size: 18px;
  }
  .model__action .model__form-btn,
  .model__form .model__form-btn {
  	width: 260px;
  }
  .model__action-text {
  	font-size: 22px;
  }
  .model__price-new {
  	font-size: 40px;
  }
  .model__timer .timer__item {
	width: 80px;
	height: 70px;
  }
  .equipment__main {
  	gap: 10px;
  	padding: 10px 20px;
  }
  .equipment__name {
	gap: 10px;
	font-size: 16px;
  }
  .equipment__name img {
  	width: 14px;
  	height: 8px;
  }
  .equipment__prices {
  	grid-template-columns: repeat(2, 160px);
  	-moz-column-gap: 10px;
  	column-gap: 10px;
  }
  .equipment__new-price {
  	font-size: 20px;
  }
  .equipment__old-price {
  	font-size: 18px;
  }
  .equipment__specs {
  	grid-template-columns: 60px 110px;
  	-moz-column-gap: 10px;
  	column-gap: 10px;
  	font-size: 14px;
  }
  .equipment .details.show {
  	padding: 40px 20px 20px;
  }
  .equipment .details__section {
  	column-gap: 50px;
  	font-size: 14px;
  }
}

@media (max-width: 1359px) {
  .modryad {
  	padding: 60px 0;
  }
  .model__main {
	grid-template-columns: 440px minmax(496px, 700px);
  }
  .equipments__title {
  	margin-bottom: 30px;
  	font-size: 40px;
  }
}

@media (max-width: 1180px) {
  .inner-page__container {
  	padding: 60px 0;
  }
  .inner-page__title + * {
  	margin-top: 20px;
  }
  .inner-page__description {
  	max-width: 90%;
  }
  .autocredit__terms-item__title {
    font-size: 20px;
  }
  .trade-in__disclaimer {
	padding: 24px;
  	font-size: 16px;
  }
  .model__sees, .model__sees-num {
    color: #fff;
  }
  .equipment__main {
	display: grid;
	grid-template-areas:
	  "name prices"
	  "specs buttons";
	gap: 10px 20px;
  }
  .equipment__name {
    width: 100%;
    grid-area: name;
  }
  .equipment__specs {
    width: 100%;
    grid-area: specs;
  }
  .equipment__prices {
    width: 100%;
    grid-area: prices;
	display: flex;
    justify-content: end;
    align-self: start;
	column-gap: 30px;
  }
  .equipment__buttons {
    width: 100%;
    grid-area: buttons;
  }
  .equipment__new-price,
  .equipment__old-price {
	min-width: 160px;
  }
  .model__name {
    font-size: 40px;
  }
  .model__sees {
  	/*margin-left: unset;*/
  }
  .model__main {
    grid-template-columns: minmax(300px, 500px) 1fr;
	grid-template-areas:
    "image benefits"
    "price form";
	gap: 16px 40px;
  }
  .model__benefits {
  	grid-template-columns: 1fr;
  	gap: 6px;
  }
  .model__benefits li {
  	font-size: 18px;
  }
  .model__benefits li::before {
  	width: 20px;
  	height: 20px;
  }
  .model__prices {
  	align-self: start;
  }
  .model__price {
  	gap: 10px;
  	font-size: 20px;
  }
  .model__price-new {
    font-size: 30px;
  }
  .model__price-old {
    font-size: 22px;
  }
  form.ox_form.model__form input {
    font-size: 16px;
  }
  .model__form-btn {
    max-width: 100%;
    font-size: 16px;
  }
  .model__action .model__form-btn, .model__form .model__form-btn {
    width: 220px;
  }
}

@media (max-width: 1023px) {
  .modal__window {
  	max-width: 400px;
  }
  .modal__window::after {
	display: none;
  }
  .modal__title {
  	margin: 0 0 10px;
  	font-size: 20px;
  }
  .modal__dop {
  	margin-bottom: 10px;
  	font-size: 16px;
  	letter-spacing: 0;
  }
  form.modalka.ox_form input.modalka__input {
  	height: 44px;
  	line-height: 0;
  	padding: 0 15px;
  }
  form.modalka.ox_form input.send {
  	height: 44px !important;
  	line-height: 35px !important;
  	font-size: 16px !important;
  }
  .modal__form .modalka > * + * {
  	margin-top: 10px;
  }
  .modal__form .modalka label {
  	margin-bottom: 0;
  }
  .modalka .result_send {
  	display: none;
  }
  .model__main {
  	grid-template-columns: 1fr;
    grid-template-areas:
    "image"
    "price"
    "benefits"
    "form";
    gap: 20px;
  }
  .model__image {
  	justify-self: center;
  }
  .model__action {
  	flex-wrap: wrap;
	justify-content: center;
  	text-align: center;
  }
  .model__action-text {
    max-width: 100%;
    order: 1;
  }
  .model__timer {
	order: 2;
  }
  .model__action .model__form-btn {
    width: 220px;
    order: 3;
  }
  .model__timer .timer__item {
	width: 70px;
	height: 66px;
  }
  .model__timer .timer__val {
	font-size: 28px;
  }
  .model__timer .timer__text {
	font-size: 12px;
  }
  .equipments__title {
    margin-bottom: 20px;
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .autocredit__terms {
  	grid-template-columns: 1fr;
  	gap: 10px;
  }
  .about-company {
  	margin-bottom: 20px;
  	font-size: 16px;
  }
  .comment_autor_one {
  	font-size: 20px;
  }
  .reviews .comment-content.card-text {
  	font-size: 16px;
  }
  .inner-page__section-offset {
  	padding: 40px 0;
  }
  .inner-page__container {
    padding: 80px 0 40px;
  }
  .inner-page__article p {
  	font-size: 16px;
  }
  .modryad {
    padding: 40px 0;
  }
}

@media (max-width: 667px) {
  .model__name {
    font-size: 36px;
  }
  .model__benefits li {
    font-size: 16px;
  }
  .equipments__title {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: left;
  }
  .equipment__main {
    grid-template-areas:
    "name"
	"specs"
    "prices"
    "buttons";
    grid-template-columns: 1fr;
	gap: 4px
  }
  .equipment__prices {
    column-gap: 20px;
    justify-self: end;
  }
  .equipment__buttons {
	width: unset;
	justify-self: end;
  }
  .sale__window {
  	width: 320px;
  }
  .sale__content {
  	padding: 35px 20px 20px;
  }
  .sale-form__input,
  .sale-form__submit, .sale-form.ox_callback .send {
  	width: 100%!important;
  }
  .sale__close {
  	top: 6px;
  	right: 6px;
  }
  .sale__credit {
    font-size: 16px;
  }
  .sale__benefit {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .modal__content {
  	padding: 20px;
  }
  .autocredit__terms-item {
  	padding: 16px;
  }
  .autocredit__terms-item__title {
    font-size: 18px;
  }
  .inner-page__container {
    padding: 80px 0 40px;
  }
  .inner-page__description {
  	max-width: 98%;
  }
  .model__name {
    font-size: 30px;
  }
  .model__sees {
    margin-left: 0;
    min-height: 48px;
  }
  .model__form .model__form-btn {
    width: 100%;
  }
  .model__price {
    font-size: 18px;
  }
  .model__price-new {
    font-size: 22px;
  }
  .model__price-old, .model__action-text {
    font-size: 18px;
  }
  .model__action {
  	padding: 20px 0;
  }
  .model__timer .timer__item {
	width: 64px;
	height: 62px;
  }
  .model__timer .timer__val {
	font-size: 28px;
  }
  .model__action .model__form-btn {
    width: 290px;
  }
  .model__timer .timer__text {
	font-size: 11px;
  }
  .equipment__buttons {
    flex-direction: column;
    width: 100%;
  }
  .equipment__button {
	width: 100%;
  	text-align: center;
  }
  .equipments__title {
    font-size: 24px;
  }
  .equipment__old-price {
    display: none;
  }
}

form.ox_form.discount__form input.rf_checkbox {
  width: 18px;
  height: 18px;
  min-height: unset;
  padding: 0;
}

.discount__form .rf_checkbox_label,
.banner__form  .rf_checkbox_label {
  color: #fff;
}

/* Google re-captcha */
.g-recaptcha {
  margin-left: auto!important;
  margin-right: auto;
}
.g-recaptcha iframe {
  width: 100%!important;
  height: unset!important;
  padding-top: 0!important;
  border-top: none!important;
}
.discount form.ox_form.discount__form .g-recaptcha {
  margin-left: 0!important;
}
/* КОНЕЦ Google re-captcha */

/* чекбоксы согласия с ПК */
.checkbox {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.checkbox::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #9A9A9A;
  background-color: #fff;
  z-index: 3;
  transition: 0.3s;
}
.checkbox::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("img/checkbox.svg");
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 4;
}
.checkbox:checked::after {
  opacity: 1;
}
.checkbox:checked::before {
  border-color: var(--accent);
  background-color: var(--accent);
}
.approval-pd {
  display: flex;
  align-items: start;
  gap: 12px;
  margin: 0 0 12px;
  font-size: 14px!important;
  font-weight: 400;
  line-height: 1.3;
  order: 2;
}
.approval-pd__input,
form.ox_form.discount__form input.approval-pd__input {
  width: 20px;
  height: 20px;
  display: block;
}
a.approval-pd__link {
  display: inline;
  color: var(--accent);
  font-weight: 600;
}
a.approval-pd__link:hover {
  text-decoration: underline;
}

.approval-pd span {
  text-align: left;
}
.approval-pd__input.checkbox,
form.ox_form.discount__form input.approval-pd__input.checkbox,
.sale-form input.approval-pd__input.checkbox {
  margin: 0!important;
  padding: 0!important;
  width: 20px!important;
  height: 20px!important;
  flex-shrink: 0;
  min-height: unset;
}
form.ox_form.sale-form .approval-pd {
  width: 280px;
  font-size: 12px!important;
  font-weight: 400;
}
form.ox_form.discount__form .approval-pd {
  margin: 12px 0!important;
}
form.ox_form.discount__form input.approval-pd__input.checkbox,
.sale-form input.approval-pd__input.checkbox {
  border: none!important;
  background-color: transparent!important;
}
form.ox_form.discount__form .approval-pd {
  font-size: 14px!important;
  font-weight: 400;
}
.discount__form .approval-pd {
  order: 0!important;
  color: #fff;
}
form.ox_form.modalka .approval-pd,
.new-form .approval-pd,
.new-form .approval-pd__link {
  font-size: 12px!important;
  font-weight: 400;
}

.comment-form {
  display: flex;
  flex-direction: column;
}
.form-submit {
  order: 3;
}
/* КОНЕЦ чекбоксы согласия с ПК */


.clearfy-cookie {
  left: 20px!important;
  right: unset!important;
  bottom: 20px!important;
  padding: 20px!important;
  color: #303030!important;
  background-color: var(--white)!important;
  box-shadow: 0 -4px 20px rgba(41, 44, 56, 0.3)!important;
  border-radius: 0!important;
  max-width: 500px!important;
}

.all-cars {
  padding: 50px 0;
}
.other-cars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
  justify-content: space-between;
}
.other-car__name {
  margin-bottom: 0;
}
.other-car__img {
  margin-bottom: 4px;
  height: 40px;
  object-fit: contain;
}
.product {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border: 1px solid #cccccd;
  color: var(--primary);
  transition: .3s;
}
.product:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  text-decoration: none;
}
.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  justify-content: space-between;
}
.product__img {
  height: 60px;
  object-fit: contain;
}
.product__title {
  font-weight: 400;
  margin-top: 10px;
  font-size: 22px;
}
.product mark.count {
  padding: 2px 14px;
  background-color: transparent;
  color: var(--accent);
  transition: 0.3s;
}

@media (max-width: 768px) {
.products {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}
.product__img {
  height: 50px;
}
.product__title {
  font-size: 18px;
}
.product mark.count {
  font-size: 14px;
}
}