/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/*header*/
body {
  margin: 0;
  font-family: 'Noto Sans';
  --white-color:#FFFFFF;
  --gray-color:#F2F2F2;
  --text-color: #333333;
  --button-color:#C7241E;
}
.complectacii {
  display: flex;
  justify-content: center;
}
button, a{
    cursor:pointer;
}
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; 
    z-index: 9999;
    
}
.car-table {
  display: flex;
  flex-direction: column;
  border-collapse: collapse;
  width: 100%;
}
.complect_container{
    max-width:1640px;
        margin: 0 auto;
}
.car-row {
  display: flex;
  border-bottom:1px solid #eee;
  align-items:center;
}

.complect__name{
    padding:10px 15px;
    border-radius:15px;
    background-color:#EE281C;
    color:#fff;
    cursor:pointer;
}
.car-header {
  font-weight: bold;
  background-color:#f2f2f2;
  border-radius:15px;
}
.credit,.reserve{
    padding:10px 15px;
    border-radius:15px;
        font-weight:600;
}
.reserve{
    background-color:#fff;
    border:1px solid #EE281C;
}
.credit{
    background-color:#EE281C;
    color:#fff;
    border:none;
}
.car-row > div {
  padding: 10px;
  width:10%;
}
.complekt_advantage{
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
    visibility:hidden;
}
.complekt_advantage.show{
 display:flex; 
 visibility:visible;
}
.complekt_advantage > div{
    flex-basis: 33%;
}
.car-row > div:nth-child(1) {
  flex-basis: 25%;
}
.complekt_advantage{
    margin-top:40px;
    margin-bottom:40px;
    background-color:#f2f2f2;
    padding:20px;
    border-radius:15px;
}
.complekt_advantage li{
    margin-bottom:3px;
    
}
.advantage_heading{
    font-weight:600;
    font-size:26px;
    margin-bottom:30px;
    margin-top:30px;
    display:block;
}
a {
  text-decoration: none;
}
.for_mob_only{
    display:none;
}
ul {
  list-style: none;
}
.container {
  max-width: 1640px;
  margin: 0 auto;
}
/* стили хедера */
.header__container {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
}
.header__main {
	background-color:#fff;
}
.header__logo {
    display: flex;
    justify-content: center;
    margin: auto 0;
    width: 15%;
}
.header__logo__img {
    width: 80%;
}
.header__position {
    margin: auto 0px;
    display: flex;
    align-items: center;
}
.header__position img {
    padding-right: 10px;
}
.position__text {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: #979793;
}
.header__menu {
  display: inline-flex;
  padding-left: 0;
  margin: auto 0;
  width: 30%;
	align-items: center;
  justify-content: center;
}
.read__all{
    font-weight:600;
    cursor:pointer;
}
.review_text{
    max-height: 97px;
    overflow: hidden;
    transition:all 0.35s;
}
.review_text.expand{
    max-height: 500px;
    transition:all 0.35s;
}
.header__menu a {
  color: var(--text-color);
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  }
.header__menu li:not(:last-of-type) {
  padding-right: 30px;
}
.header__tel {
  margin: auto 0;
  display: flex;
  align-items: center;
}
.header__tel img {
  padding-right: 10px;
  width: 20px;
}
.header__tel a {
  padding-right: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: var(--text-color);
}
.header__tel .request__call {
  background: var(--button-color);
  border-radius: 15px;
  padding: 12px 18px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: var(--white-color);
}
.trade_in_form{
    margin-top:20%;
}
/* Стили футера */
.footer__main {
  background: var(--gray-color);
  border-radius: 50px 50px 0px 0px;
}
.footer__container {
  display: flex;
  flex-direction: column;
  padding:70px 0 90px 0;
  justify-content: space-between;
}
.footer__autologo {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 86px 0;
  }
  .footer__autologo img {
    width: 90%;
  }
  .footer__logo {
    margin-right: auto;
    margin-bottom: 38px;
  }
  .footer__bottom {
    display: flex;
    justify-content: space-between;
  }
  .footer__tel {
    display: flex;
    flex-direction: column;
  }
/* Мобильный футер */
.footer__mobile {
  background: var(--gray-color);
  border-radius: 20px 20px 0px 0px;
  background-image: url(/wp-content/uploads/2023/05/A.png);
  background-repeat: no-repeat;
  background-position-x: right;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
.footer__mobile__menu {
  padding: 36px 0 10px 0;
}
.footer__mobile__menu li:not(:last-of-type) {
  padding-bottom: 5px;
}
.footer__mobile__menu a {
  color: var(--text-color);
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  }
.footer__mobile__tel {
  display: flex;
  margin-left: auto;
  margin-bottom: 8px;
  align-items: center;
}
.footer__mobile__tel img {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.footer__mobile__tel a {
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: var(--text-color);
  text-decoration: none;
}
.footer__mobile__bottom {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.footer__mobile__bottom .request__call {
  background: var(--button-color);
  border-radius: 15px;
  padding: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: var(--white-color);
  margin-left: auto;
  }
  .footer__mobile__logo {
    margin-right: 10px;
    max-width: 50%;
  }
  .footer__mobile__logo img {
    width: 100%;
  }
  .footer__mobile__position {
    margin: 0 auto 25px auto;
    align-items: center;
    display: flex;
  }
  .footer__mobile__position img {
    width: 10px;
    height: 15px;
    margin-right: 6px;
  }
  .footer__mobile__position .position__text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
  }
/* Медиа хедер */
@media screen and (max-width:1660px) {
  .header__main ,.footer__main{
    padding: 0 10px;
  }
}
@media screen and (max-width:1535px) {
  .header__logo {
    width: 12%;
  }
  .header__menu a {
    font-size: 16px;
  }
  .header__menu li:not(:last-of-type) {
    padding-right: 20px;
  }
  .header__tel a {
    font-size: 12px;
  }
  .position__text {
    font-size: 12px;
  }
  .header__tel .request__call {
    font-size: 16px;
  }
}
@media screen and (max-width:1280px) {
  .header__menu {
    width: 42%;
  }
  .header__menu a {
    font-size: 14px;
  }
  .header__menu li:not(:last-of-type) {
    padding-right: 15px;
  }
  .header__tel a {
    font-size: 10px;
  }
  .position__text {
    font-size: 10px;
  }
  .header__tel .request__call {
    font-size: 14px;
    padding: 5px 10px ;
  }
  .header__tel img {
  padding-right: 8px;
  width: 12px;
  }
  .header__tel a {
  padding-right: 12px;
  }
}
@media screen and (max-width:1065px) {
  .header__menu a {
    font-size: 12px;
    }
  }
@media screen and (min-width:975px) {
  .header__burger ,.footer__mobile {
    display: none;
  }
}
@media screen and (max-width:974px) {
  .header__menu ,.header__position ,.header__tel__img ,.header__tel__text ,.footer__main {
    display: none;
  }
  .header__burger {
    margin: auto 35px;
  }
  .header__logo {
  width: 55%;
  }
  .header__tel .request__call {
    padding: 10px 45px;
  }
}
@media screen and (max-width:650px) {
  .header__tel .request__call {
    padding: 10px;
  }
  .header__burger {
    margin: auto 0;
  }
}
@media screen and (max-width:450px) {
.header__tel .request__call {
    font-size: 10px;
    line-height: 14px;
  }
}
.trade__div {
  display: flex;
  padding: 94px 120px 120px;
  background: var(--gray-color);
  border-radius: 32px;
  background-image: url("/wp-content/uploads/2023/05/trade-back.png");
  background-repeat: no-repeat;
  background-position-x: 120%;
  background-position-y: 50%;
}
.trade__div__leftside {
  width: 41%;
  display: flex;
  flex-direction: column;
}
.trade__div__rightside {
  width: 59%;
}
.trade__div__leftside h2 {
  margin: 0 0 15px 0;
  font-weight: 700;
  font-size: 86px;
  line-height: 114.7%;
  text-transform: uppercase;
  color: var(--text-color);
}
.trade__div__leftside p {
  margin: 0 0 38px 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 114.7%;
  color: var(--text-color);
}
.trade__check {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--text-color);
  position: relative;
  padding-left: 28px;
}
.trade__check::before {
  position: absolute;
  top: 5px;
  left: 0px;
  background-image: url("/wp-content/uploads/2023/05/yes.png");
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
}
.white__button {
    margin-top: 38px;
    margin-right: auto;
    padding: 18px 44px;
    border: 2px solid var(--button-color);
    display: flex;
    border-radius: 50px;
    color: var(--button-color);
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
}
.trade__div__rightside p {
  margin: 0 0 35px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  color: var(--text-color)
}
.trade__div__rightside p span {
  color: var(--button-color)
}
.trade__div__rightside img {
  width: 100%;
}







@media screen and (max-width:1660px) {
  .main__white {
    padding: 0 10px;
  }
}
@media screen and (max-width:1585px) {
  .trade__div__leftside h2 {
    font-size: 65px;
  }
  .trade__div__leftside p {
  font-size: 23px;
  }
  .white__button {
  padding: 12px 44px;
  font-size: 17px;
  line-height: 22px;
  }
}
@media screen and (max-width:1305px) {
  .trade__div__leftside h2 {
    font-size: 39px;
  }
  .trade__div__leftside p {
  font-size: 18px;
  }
  .white__button {
  padding: 12px 30px;
  font-size: 14px;
  line-height: 18px;
  }
  .trade__check {
    font-size: 11px;
    line-height: 25px;
  }
.trade__div__rightside p {
  font-size: 11px;
  line-height: 15px;
  }
  .trade__div {
    padding: 50px 70px;
    background-size:cover;
  }
}
@media screen and (max-width:780px) {
  .trade__div {
    flex-direction: column;
    padding: 20px;
    background-position-x: 0;
    background-position-y: 0;
  }
  .trade__div__leftside ,.trade__div__rightside {
    width: 100%
  }
  .trade__div__rightside {
    margin-top: 30px;
  }
  .trade__div__leftside p {
  margin-bottom: 20px;
  }
}

.main__gray h2 {
  margin-bottom: 48px;
}
.main__gray {
  padding-top: 34px;
}
/* Карточка товара  */
.bu__main__block {
  margin-bottom: -20px;
}
.photo_switcher {
  width: 10%;
  margin-top:auto;
  margin-bottom:auto;
}
.car__image__div {
  display: flex;
  width: 60%;
}
.car_image {
  background-color: var(--gray-color);
  box-shadow: none;
  border-radius: 20px;
  width: 86%;
}
.car_image img {
  width: 100%;
}
.car_description {
  margin-left: 10%;
}
.car_description .product__buttons {
  padding: 0;
}
.car_info span {
  position: relative;
}
.car_info__engine {
  padding-left: 14px;
  margin-right: 20px;
}
.car_info__power {
  padding-left: 18px;
}
.car_info__engine::before {
  position: absolute;
  top: 2px;
  left: 0px;
  background-image: url("/wp-content/uploads/2023/05/engine.png");
  content: "";
  height: 12px;
  width: 8px;
  background-size: 8px 12px;
}
.car_info__power::before {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("/wp-content/uploads/2023/05/power.png");
  content: "";
  height: 17px;
  width: 13px;
  background-size: 13px 17px;
}
.bu__new__price{
  position: relative;
  padding-left: 35px;

}
.bu__new__price::before {
  position: absolute;
  top: -2px;
  left: 0px;
  background-image: url("/wp-content/uploads/2023/05/new-price.png");
  content: "";
  height: 27px;
  width: 27px;
  background-size: 27px 27px;
}
.product__buttons__btn a {
  position: relative;
}
.product__buttons p {
  color: var(--button-color);
}
.bu__trade__btn ,.bu__rassrochka__btn {
  color: var(--text-color);
  border: 1px solid var(--button-color);
}
.bu__credit__btn::before {
  position: absolute;
  top: 33%;
  left: 15%;
  background-image: url("/wp-content/uploads/2023/05/unnamed-file-1.png");
  content: "";
  height: 15px;
  width: 17px;
  background-size: 17px 15px;
}
.product_main_block{
    margin-bottom:40px;
}
.bu__trade__btn::before {
  position: absolute;
  top: 28%;
  left: 13%;
  background-image: url("/wp-content/uploads/2023/05/trade-in-s-1.png");
  content: "";
  height: 22px;
  width: 24px;
  background-size: 24px 22px;
}
.bu__rassrochka__btn::before {
  position: absolute;
  top: 32%;
  left: 12%;
  background-image: url("/wp-content/uploads/2023/05/rassrochka.png");
  content: "";
  height: 17px;
  width: 17px;
  background-size: 17px 17px;
}
.product__mini__description {
  margin-top: 40px;
  column-count: 2;
}
.product__mini__description p {
color: var(--text-color);
margin: 0;
padding-bottom: 10px;
}
.product__mini__description p span {
  color: var(--button-color)
}
.aviability__p {
  margin-top: 30px;
  margin-left: 7%;
  margin-bottom: 0;
  color: var(--text-color);
  position: relative;
  padding-left: 24px;
}
.aviability__span {
  font-weight: 600;
}
.aviability__p::before {
  position: absolute;
  top: 2px;
  left: 0px;
  background-image: url("/wp-content/uploads/2023/05/yes-1.png");
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
}
/* Стили таблицы характеристик */
.table__div {
  background: var(--white-color);
  box-shadow: 0px 0px 14px rgba(51, 51, 51, 0.2);
  border-radius: 20px;
  padding: 60px 120px;
}
.table__div h2 {
  margin-left: 30px;
}
.table {
  column-count: 2;
  column-rule: 2px dotted var(--button-color);
  column-gap: 250px;
}
.table p {
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(165, 162, 157, 0.25);
  padding-bottom: 15px;
  color: var(--text-color);
  display: flex;
}
.table p:nth-child(15n) {
  border: 0;
}
.table p span {
  font-weight: 700;
  margin-left: auto;
  text-align:end;
}
/* Стили блока кредита */
.credit__div__leftside {
  width: 40%;
  margin-right: 10%;
  display: flex;
  flex-direction: column;
}
.credit__div__rightside {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.bu__credit__div {
  padding-bottom: 50px;
}
.bu__car__name {
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 100px;
  padding: 14px 24px;
  border: 2px solid var(--button-color);
  border-radius: 80px;
  display: flex;
  align-self: center;
}
.credit__div__right {
  display: flex;
  flex-direction: row;
}
.credit__div__center {
  display: flex;
  flex-direction: column;
  width: 30%;
}
 .credit__div__center div {
    border: 1px dashed rgba(238, 40, 28, 0.5);
    border-radius: 15px;
    padding: 25px 20px 46px;
}
.credit__div__center div:not(:last-of-type) {
  margin-bottom: 20px;
}
.credit__div__center p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--text-color);
  margin: 0;
}
.credit__div__center .big__p {
  font-weight: 600;
  font-size: 26px;
  line-height: 114.7%;
  margin-bottom: 13px;
}
/* Стили катрочек */
.product {
  padding: 0 0 38px;
}
.product__name ,.product__price ,.product__buttons {
  padding: 0 24px;
}
.product__info p {
  padding: 0 24px 8px 50px;
  display: flex;
  border-bottom: 1px solid #EDEDED;
  margin: 0 0 5px;
  color: #A5A29D;
  position: relative;
}
.product__info p::before{
  position: absolute;
  top: 2px;
  left: 24px;
  background-image: url("/wp-content/uploads/2023/05/yes-1.png");
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
}
.product__info p:last-of-type {
  border: 0;
  margin-bottom: 15px;
}
.product__info p span {
  color: var(--text-color);
  font-weight: 700;
  margin-left: auto;
}
.product__buttons p {
  display: none;
}
.product__buttons__btn a:last-of-type{
  margin-right: 0;
}
.more__btn {
  margin: 0 auto 100px;
  display: block;
  color: var(--button-color);
  padding: 20px 66px;
  border: 2px solid #EE281C;
  border-radius: 80px;
  max-width: 100px;
  text-align: center;
  position: relative;
}
.more__btn::before {
    position: absolute;
    top: 38%;
    left: 27%;
    background-image: url("/wp-content/uploads/2023/05/small-arrow-1.png");
    content: "";
    height: 16px;
    width: 23px;
    background-size: 23px 16px;
}



/* Медиа  */
@media screen and (max-width:1305px) {
  .car__name {
    font-size: 15px;
  line-height: 22px;
  }
  .bu__credit__btn::before ,.bu__trade__btn::before ,.bu__rassrochka__btn::before {
    display: none;
  }
  .car_description {
  margin-left: 5%;
  }
  .product__mini__description p {
    font-size: 12px;
  }
  .table p {
    font-size: 13px;
  }
  .credit__div__leftside {
  margin-right: 3%;
  width: 33%;
  }
  .credit__div__center div {
  padding: 10px;
 }
 .credit__div__center p {
  font-size: 13px;
  line-height: 18px;
 }
 .credit__div__center .big__p {
  font-size: 20px;
 }
 .credit__div__rightside {
  width: 67%;
  }
.bu__car__name {
  font-size: 18px;
  line-height: 23px;
  }
.table__div {
  padding: 50px;
  }
  .table {
    column-gap: 50px;
  }
}
@media screen and (min-width:781px) {
.mobile__name {
  display: none;
  }

}
@media screen and (max-width:780px) {
  .car__info__deck {
    display: none;
  }
  .mobile__name {
    margin-bottom: 15px;
  }
  .product_main_block {
  flex-direction: column;
 }
 .car__image__div {
   width: 100%;
   margin-bottom: 20px;
   flex-direction: column-reverse;
 }
 .car_image {
   width: 100%;
   margin-bottom: 20px;
 }
 .photo_switcher {
   width: 100%;
 }
 .car_description {
   width: 100%;
   margin: 0;
 }
 .product__buttons {
  width: 100%;
  padding: 0;
 }
 .product__buttons p {
  display: block;
 }
 .product__buttons__btn a {
   width: 100%;
 }
 .bu__trade__btn {
  margin-bottom: 10px;
}
.table__div {
  padding: 20px 10px;
}
.table {
  column-count: 1;
}
.credit__div__leftside {
  margin-right: 0;
  width: 100%;
  margin-bottom: 20px;
}
.credit__div__rightside {
  width: 100%;
}
.credit__div__right {
  flex-direction: column;
}
.credit__div__center {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.credit__div__center div:not(:last-of-type) {
  margin-bottom: 0;
}
.product__name, .product__price, .product__botside {
  padding: 0 10px;
}
.product {
  border-radius: 60px 60px 0 0;
}
.product__info {
    width: 50%;
}
.product__info p {
  padding: 0 24px 8px 24px;
  font-size: 10px;
}

.product__info p::before {
  left: 0px;
  top:-2px;
}
.product__botside .product__buttons {
  width: 50%;
}
.product__botside .product__buttons p {
  color: #959592;
}
.more__btn {
  padding: 10px 30px;
}
.more__btn::before {
  top: 27%;
  left: 24%;
}
}
.table__div.new_car_table{
	box-shadow:none;
	background:#f2f2f2
}
.table.new_car_harakteristiki{
background-color:#fff;
	padding:15px;
	border-radius:15px;
}
.complectacii{
	margin-top:160px;
	margin-bottom:85px;
}
.product {
  position: relative;
}
.product__labels {
  position: absolute;
  top: 10px;
  right: 10px;
}
.product__promises {
  padding: 0 24px;
}
.product__promises p {
  position: relative;
  padding-left: 0px;
}
.promise__credit::before {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("/wp-content/uploads/2023/05/unnamed-file.png");
  content: "";
  height: 14px;
  width: 16px;
  background-size: 16px 14px;
  padding-right: 0;
}
.promise__trade-in::before {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("/wp-content/uploads/2023/05/trade-in-s.png");
  content: "";
  height: 22px;
  width: 24px;
  background-size: 24px 22px;
  padding-right: 0;
}
.promise__rassrochka::before {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("/wp-content/uploads/2023/05/rassrochka.png");
  content: "";
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  padding-right: 0;
}
.promise__garanty::before {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("/wp-content/uploads/2023/05/star.png");
  content: "";
  height: 15px;
  width: 16px;
  background-size: 16px 15px;
  padding-right: 0;
  padding-left: 0;
}
.car_description.new_car_page{
    display: block;
    margin: auto 0;
}
@media screen and (max-width: 1585px) {
  .promise__credit::before {
    top: 6px;
    left: 0px;
  }
  .promise__trade-in::before {
    top: 1px;
    left: 0px;
  }
  .promise__rassrochka::before {
    top: 3px;
    left: 0px;
  }
  .promise__garanty::before {
    top: 3px;
}
}
@media screen and (max-width: 780px) {
  .promise__trade-in::before {
    left: -3px;
  }
  .promise__garanty::before {
    left: 1px;
}
}

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

.complectation__div {
  display: flex;
  padding: 32px 25px;
  margin-bottom: 20px;
  background: var(--white-color);
  box-shadow: 0px 0px 14px rgba(51, 51, 51, 0.2);
  border-radius: 32px;
  }
.complectation__leftside{
  display: flex;
  width: 25%;
}
p {
  color: var(--text-color)
}
.complectation__number__box{
  display: flex;
  width: 20%;
}
.complectation__number {
  padding: 15px 22px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 15px;
  margin-bottom: auto;
}
.complectation__leftside__name {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.complectation__leftside__name h3{
    margin: 0 auto 10px;
    display: flex;
    padding: 4px 10px;
    background: var(--button-color);
    border-radius: 30px;
    color: var(--white-color);
    font-weight: 700;
    font-size: 18px;
    line-height: 114.7%;
}
.complectation__leftside__name p {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  margin: 0 auto 20px;
}
.inclusive__complectation {
  font-weight: 700;
}
.product__price {
  align-self: center;
}
.product__new__price {
  color: var(--button-color);
  position:relative;
  padding-left: 20px;
}
.car_price .product__new__price::before {
    position: absolute;
    top: 11px;
    left: 0px;
    background-image: url(/wp-content/uploads/2023/05/coins.png);
    content: "";
    height: 20px;
    width: 15px;
    background-size: 15px 20px;
}
.product__new__price::before {
    position: absolute;
    top: 2px;
    left: 0px;
    background-image: url(/wp-content/uploads/2023/05/coins.png);
    content: "";
    height: 17px;
    width: 11px;
    background-size: 11px 17px;
}
.complectation__img {
  display: flex;
  justify-content: center;
}
.complectation__rightside {
  width: 75%;
  border-left: 1px dashed #EE281C;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
}
.complectation__adventages {
  column-count: 2;
}
.complectation__adventages p {
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 207.7%;
  position: relative;
  padding-left: 20px;
}
.complectation__adventages p::before {
  position: absolute;
  top: 12px;
  left: 0px;
  background-image: url("/wp-content/uploads/2023/05/yes-arrow.png");
  content: "";
  height: 10px;
  width: 12px;
  background-size: 12px 10px;
}
.all__options {
  margin-left: auto;
  color: var(--button-color);
  position: relative;
  padding-right: 20px;
}
.all__options::after {
  position: absolute;
  top: 16px;
  right: 0px;
  background-image: url("/wp-content/uploads/2023/05/bottom-arrow.png");
  content: "";
  height: 6px;
  width: 10px;
  background-size: 10px 6px;
}
.action_form{
      background-color:#C7241E;
    margin-top:140px;
    position:relative;
        border-radius: 30px;
}
.action_block{
    width:65%;
}
.tag_name_action{
    text-align:right;
    font-size:42px;
    font-weight:600;
    text-transform:uppercase;
}
.action_content{
    display:flex;
    padding:20px;
}
.action__png img{
    display:block;
    position:absolute;
    top:-120px;
}
.tillend{
    font-size:14px!important;
    margin-top:20px;
        margin-bottom: -20px;
}
.action_heading{
    font-weight:600;
    margin-bottom:20px;
}
.action_text p{
    color:#fff!important;
    font-size:24px;
    text-transform:uppercase;
}
.car_image1 img{
    max-width:100%;
}

.main__gray{
  padding-bottom:20px;margin-top:20px;  
}
.about__company{
    display:none!important;
}
.loadMoreBtn-label{
 border:1px solid #C7241E;
 border-radius:25px;
 color:#C7241E;
 padding: 10px 20px;
 text-align:center;
}
#loadmore{
display:block;
text-align:center;
margin-bottom:40px;
}
.photo_item {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid black;
}
.more__btn{
    display:none;
}
.model_ryad{
    width:100%;
        margin: 0 auto;
    display: block;
}
.model_div{
    width:50%;
}
.model_containter{
    padding: 20px 60px;
}
.model_form{
    width:50%;
    margin:auto;
}
.model_form p{
        text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}
.phone_mob{
    display:none;
}
@media screen and (max-width: 1305px) {
  .complectation__adventages p {
  font-size: 12px;
}
.complectation__adventages p::before {
  top:6px;
}
.product__new__price {
  font-size: 15px;
}
.product__new__price::before {
  top:0px;
}
.product__old__price {
  font-size: 11px;
}
.all__options::after {
  top: 10px;
}
}
.credit__div__form{
    margin-left:20px;
    width:70%;
}
@media screen and (max-width: 1015px) {
.complectation__adventages {
  column-count: 1;
}
.complectation__leftside {
  width: 40%
}
.complectation__rightside {
  width: 60%
}
}
@media screen and (max-width: 780px) {
  .complectation__div {
  flex-direction: column;
  padding: 20px 10px;
  margin-left: -10px;
  margin-right: -10px;
  border-radius: 0;
}
.not_in_mob{
    display:none;
}
.phone_mob{
    display:block;
}
.header__logo{
    width:35%;
    justify-content:start;
}
.header__logo__img{
       margin: auto 0;
    display: block; 
}
.header__container{
    padding:6px 0;
}
.phone_mob img{
width:35px!important;
}
.model_ryad{
    width:100%;
        margin: 0 auto;
    display: block;
    max-width:460px;
}
.model_div,
.model_form{
    width:100%;
}
.photo_gallery{
  padding-top:10px;
  padding-bottom: 10px;
  padding-left: 100px;
  padding-right:10px;
}
.complectation__leftside ,.complectation__rightside {
  width: 100%
}
.complectation__rightside {
  padding: 0;
  border: 0;
}
.complectation__leftside {
  flex-direction: row-reverse;
  margin-bottom: 10px;
}
.complectation__leftside__name h3 {
  margin: 0 auto 10px 0;
  padding: 4px 10px;
  background: rgba(198, 198, 193, 0.5);
  color: var(--text-color);
  font-size: 14px;
}
.complectation__leftside__name p {
  font-size: 12px;
  line-height: 17px;
  margin: 0 auto 20px 0;
}
.product__price {
  align-self: baseline;
}
.complectation__img {
    display: flex;
    justify-content: left;
}
.complectation__adventages p {
  font-size: 10px;
}
.complectation__div{
    margin:40px 0px;
}
.photo_item{
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-bottom:10px;
    cursor: pointer;
    border: 1px solid black;
}   
.credit__div__form{
        margin: 10px;
    width: 95%;
}
.loadMoreBtn-label{
 border:1px solid #C7241E;
 border-radius:25px;
 color:#C7241E;
 padding: 10px 20px;
 text-align:center;
}
#loadmore{
display:block;
text-align:center;
margin-bottom:40px;
}
#open_callback{
    cursor:pointer;
}
.not_for_mob{
    display:none;
}
.for_mob{
    width:25%!important;
}
.action_form{
    margin-top:40px;
    margin-bottom:20px;
}
.car-row > div:nth-child(1){
    flex-basis:45%;
}
.car-row > div{
    font-size:12px;
}
.for_mob.cena{
    padding:0;
}
.for_mob .credit{
    font-size:12px;
    padding: 10px 5px;
}
.product__buttons__btn{
    margin-bottom:40px;
}
.for_mob.credit{
    padding:0;
}
.car_price, .car__name.car__info__deck{
    text-align:center;
        margin: 0 auto;
    display: block;
}
.complekt_advantage > div{
    flex-basis:100%;
}
.for_mob_only{
    display:block;
    font-weight:700;
}
.for_mob.cena del{
    color:#a1a1a1;
}
.complect__name{
    background:none;
    color:#333;
    font-weight:600;
    line-height:2;
    padding:0;
}
.product__buttons p{
    display:none;
}
.action__png img{
    display:none!important;
}
.action_block{
    width:100%;
}
.tag_name_action{
    text-align:center;
    font-size:24px;
}
.car_price{
    text-align:center!important;
}
}
.wpcf7-response-output{
    display:none;
}

.product__promises p {
	padding-left: 30px;
}

.promise__credit::before {
    top: 6px;
    left: 0px;
}

.promise__rassrochka::before {
    top: 3px;
    left: 0;
}

.promise__garanty::before {
    top: 3px;
}

.products__div {
	margin-top: -40px;
}

/* mobile */

@media screen and (max-width: 768px) {
	.product__buttons__btn {
		padding-top: 16px;
	}
}

article h2 {
  font-size: 32px;
  margin-bottom: 32px;
}

article {
  font-size: 16px;
  line-height: 24px;
}