/*!
Theme Name: thinktool
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thinktool
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

thinktool is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


 
 
 *{
   margin: 0;
   padding: 0;
   list-style: none;
   border: none;
   text-decoration: none;
   background-color: transparent;
  
}
.tekstovyj_blok a {
    color: #93272C;
    padding-bottom: 2px;
    text-decoration: underline;
}
body{ 
   color: black;
  font-family: "Inter", sans-serif;
}
header, .ya-share2 {   
  z-index: 99;
  position: relative; 
}
header {
    z-index: 999999;
}
.ya-share2 {
    z-index: 99999;
}
.header-section {    
    overflow: hidden;
}
h1 {
  font-size: 36px;
  padding-bottom: 40px; 
font-weight: 700; 
text-transform: uppercase;

}
h2 {   
font-weight: 700;
font-size: 32px;  
text-transform: uppercase;
    display: block;
    width: fit-content;
    margin-bottom: 40px; 

} 

.title {    
    border-bottom: 3px solid #93272C;

}
.with_line {
    border-bottom: 3px solid #93272C;
	    margin-bottom: 20px;
    padding-bottom: 14px;
}
.title2 {     

}
.center {    
text-align: center; 
    margin: auto;
    margin-bottom: 40px;

} 
h3 {  
font-weight: 600;
font-size: 20px; 
text-transform: uppercase;

}
h4 { 
    font-weight: 700;
    font-size: 16px;  
}
a { 
font-weight: 400;
font-size: 15px;
transition: 0.2s linear;
letter-spacing: 0%;
   color: black;
   text-decoration: none;
}
a:hover, button:hover {
  cursor: pointer;
}
p { 
font-weight: 400;
font-size: 16px;

letter-spacing: 0%;
}
li {
  
font-weight: 400;
font-size: 15px;

letter-spacing: 0%;
}
.not_pc {
  display: none;
}

button {
  cursor: pointer;
	transition: 0.2s linear;
} 
.container, .character-prod .baner, .srav-container{
   max-width: 1180px;
   width: 100%;
   margin: auto;
}
.flc {
  display: flex
;
    align-items: center;
    flex-direction: row;
} 
.header-section {
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
}
.header-section-left {
  gap: 47px;
}
.header-section-right {
  gap: 22px;
}

.pc-nav ul {
  gap: 15px;
    display: flex
;
    align-items: center;
}

nav li a {
	
    transition: none;
}
.custom-logo {
   box-sizing: border-box;
   display: block;
   width: 155px;
   max-width: initial;
   height: auto;
   border: none;
   object-fit: contain;
}
.b-container {
    display: none;
} 
header nav > ul >li >a {
    font-weight: 500;
}
.phone {
    font-weight: 700;
    color: white;

}

.main_baner { 
    margin-top: -80px;
    position: relative;
    background-color: #F9F7F7;
}
.main_baner-content {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    height: 740px; 
}
.main_baner .main_baner-content-right {
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}
.main_baner-content-left {  display: flex;
  justify-content: end;
       justify-items: right;
    z-index: 2;
    padding-top: 160px;
}
.main_baner-content-left-text {
    max-width: 595px;
    width: 100%;
}
.main_baner-content-left-text h1 span {
    background-color: black;
    color: white;
    padding: 0 2px;
}
.main_baner-content-left-text h1 {
    max-width: 414px;
}
.b-nav {
    display: none;
}
.btn { 
border-radius: 8px;
padding: 10px 15px ;
font-weight: 400;
font-size: 15px;
text-align: center;
} 
header.btn {  
padding: 9px 10px ; 
} 
.btn-trans_w {
    border: 1px solid #FFFFFF;
    color: white;
}  
.btn-trans_w:hover {background-color: #FFFFFF;
    color: black;
} 
.btn_red {
    background-color: #93272C;
    color: white;
    border: 1px solid #93272C;
}
.btn_red:hover {
    background-color: white;
    color: #93272C;
}
.btn_red_t {
    background-color: #EEEEEE;
    color: black;
    border: 1px solid #EEEEEE;
}

.main_btn .btn_red_t { 
    color: #93272C; 
}
.btn_red_t:hover {
    background-color: #93272C;
    color: white;
    border: 1px solid #93272C;
}
.down:hover svg path {
  fill: #fff;
}
.s_icon {
    display: flex
;
    align-items: center;
    gap: 5px;
    width: fit-content;
}
.s_icon span {
    height: 15px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.main_btn {
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    gap: 10px;
    position: relative;
    z-index: 5;
}
 
 .page-content {
    display: flex
;
    flex-direction: column;
    gap: 90px; 
} 
.main_catal-top {
    display: grid
;
    grid-template-columns: repeat(3, 209px);
    gap: 10px;
    justify-content: end;
}

.main_catal-top-item {
    padding: 13px;
    background-color: #27282A; 
    display: flex
;
    flex-direction: column;
    gap: 10px;
    border-radius: 8px;
    align-items: center;
    text-align: center;
}

.main_catal-top-item img {
    height: 70px;
    width: auto;
    object-fit: contain;
}
.main_catal-top-item p, .main_catal-btn-item p {
    text-transform: uppercase;
    font-weight: 600;
    color: white;
}
.main_catal-btn {
    background-color: #515151;
    padding: 20px 44px;
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 8px;
    margin-top: 10px;
}
.main_catal {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    z-index: 3;
}
.img-item-prod {
  width: 100%;
  object-fit: contain;
    height: 250px;
    border-radius: 14px;

}
video.img-item-prod {
    object-fit: cover;
}
.cat_product-item {
  padding: 56px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
    justify-content: flex-start;
  position: relative;
  box-shadow: 0px 0px 13px 0px #CBCBCB40;
background: #FFFFFF;

}
 .main_catal-btn-item p {
    font-size: 12px;
    display: flex
;
    align-items: center;
    gap: 3px;
}
.category_product-container {
  position: relative;
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}
.swiper-button-next, .swiper-button-prev {
    width: 25px;
    height: 25px;
    margin-top: 0;
   align-items: center;
    justify-content: center;
     background-color: black;
    border-radius: 50%;
}
.swiper-button-next:hover, .swiper-button-prev:hover { 
     background-color: #93272C; 
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -40px; 
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -40px; 
}
.swip-prod .swiper-button-next, .swip-prod .swiper-button-prev { 
    background-color: #F3F3F3; 
}

.video-button-next.swiper-button-next, .swiper-rtl .video-button-next.swiper-button-prev {
    right: -0px; 
}
.video-button-prev.swiper-button-prev, .swiper-rtl .video-button-prev .swiper-button-next {
    left: -0px; 
}
.video-button-prev.swiper-button-prev, .video-button-next.swiper-button-next { 
    top: 40%; 
}
.swip-prod .swiper-button-next:hover, .swip-prod .swiper-button-prev:hover { 
    background-color: #b9b4b5; 
}
ymaps{
    max-width: 100% !important;
}
.cat_product-item .product-item-name {  
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.cat_product-item .price {
    text-align: center;
    text-transform: uppercase;
    color: #93272C;
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.product-item-btn {
    display: flex
;
    gap: 10px;
    align-items: center;
    align-content: center;
}
.product-item-btn img.soc, .soc img {
    width: 24px;
    height: 24px;
}
 .old_c {
    font-size: 14px;
    color: #686868;
    text-decoration: line-through; 
}
.product-item-btn .btn_red_t {
    width: 100%;
    display: inline-block;
    text-align: center;
}
 .btn_red_t.btn_soc 
 {
    width: fit-content;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
.product-item-osobennosti 
 {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    font-weight: 500;
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
}
.product-item-osobennosti span {
   padding: 10px;
   border-radius: 100px;
}
.product-item-osobennosti .skidka {
    background: #12982A;
    color: white;
}

.product-item-osobennosti .our-os {
    background: #F7F7F7F2;

    color: #93272C;
}
.swiper-pagination-bullets {
    text-align: center;
    margin-top: 20px; 
}
.swiper-pagination-bullet 
 {
    background-color: black;
    opacity: 1;
    border-radius: 10px;
}
.swiper-pagination-bullet-active {
    width: 50px;
}

.catalog_product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;

}
.catalog_tabs-nav {
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    display: grid
;
    grid-template-columns: repeat(5, 1fr);
    padding-bottom: 20px;
}
.catalog_tabs-nav li:first-child {
	display:none;
}
.catalog_tabs-nav a {
    display: block;
    padding: 8px;
    background-color: #F7F6F6;
    border-radius: 100px;
}
.catalog_tabs-nav a.active {
    background-color: black;
    color: white;
}
.akcii-container-grid {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.akcii-item {
    padding: 20px;
    background-position: bottom center;
    background-size: cover;
    height: 200px;
    border-radius: 14px;
}
.akcii-item h4 {
    text-transform: uppercase;
    padding-bottom: 10px;
}
.akcii-item p { 
    font-size: 14px; 
}
.action-container {
  color: white;
}
.action {
  background-color: #131212;
}
.action-container-left {
    min-width: 410px;
}
.action-container-right {
    width: 100%;
    background: #1E1E1F;
    border-radius: 8px;
    padding: 22px 15px 28px;
    display: flex
;
    flex-direction: column;
    align-items: center;
}
.action-container {
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    padding: 50px 0 70px;
    align-items: center;
}
.action-container-left h2 {
    margin: 0 0 14px;
    border-bottom: 1px solid #ffffff;
}
.action-container-left .main_btn { 
    padding-top: 20px;
}
.avto-brand-grid {
    display: grid
;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    justify-items: stretch;
    gap: 6px;
    margin-top: 11px;
}
.avto-brand-grid-item {
    padding: 7px;
    background-color: white;
    border-radius: 8px;
}
.title-grid h2{ 
    margin-bottom: 0px;
    padding-bottom: 14px;
}
.title-grid {
    display: grid
;
    grid-template-columns: 50% auto;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 50px;
}
.function-container-grid {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.function-container-grid-item {
    background: #131212;
    border: 1px solid #1E1E1F;
    border-radius: 14px;
    height: 160px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    color: white;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
.function-container-grid-item h4 {
    max-width: 200px;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #93272C;
	z-index:1;
}
.function-container-grid-item img {
    max-width: 180px;
    transform: rotate(-13deg);
    
  transition: 0s linear;
    top: -20px;
    right: -20px;
    position: absolute;
	z-index:0;
}
.function-container-grid-item p { 
    font-size: 14px; 
	z-index:1;
}
.complect-container {
  position: relative;
}
.complect-item a {
    padding: 15px 22px;
    background: #F3F3F3;
    border-radius: 8px;
    display: block;
    height: 120px;
}
.complect-item a img {
width: 100%;
height: 100%;
margin: auto;
object-fit: contain;
}
.complect-item p {
font-size: 11px;
padding-top: 10px;
} 
.podderjka-main-item a {
    padding: 15px 22px;
    background: #F3F3F3;
    border-radius: 8px;
    display: block;
    height: 76px;
}
.podderjka-main-item a img {
width: 100%;
height: 100%;
margin: auto;
object-fit: contain;
}
.podderjka-main-item p {
font-size: 14px;
padding-top: 10px;
}
.title-grid img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.texts-container h4, .complect h4 {
    text-transform: uppercase;
    margin-bottom: 13px;
}
.protokols {
    padding: 20px;
    border-radius: 8px;
    background: #F0F0F0;
}
.protokols p{
    font-size: 14px;
}
section {
  position: relative;
}
.background-image {
    position: absolute;
    left: 0;
    top: -300px;
    width: 100%;
    z-index: -1;
}
.support-list {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px 20px;
    color: #575757;
}
.support-list li {
    display: flex
;
    flex-direction: row;
    align-items: flex-start;
    gap: 5px;
}
.support-list li svg{
    margin-top: 3px;
}
.form-container 
 {
    margin-top: 57px;
    display: flex
;
    flex-direction: row;
    background: #E6E3E3;
    border-radius: 8px;
    padding: 32px 29px;
    justify-content: flex-start;
    position: relative;
    gap: 30px;
    align-items: center;
}
.form-container h4 
 {
    max-width: 37%;
}
.form-container form {
    max-width: 40%;
    display: flex
;
    flex-direction: row;
    align-items: center;
    gap:10px;
}
.form-column {
    display: flex
;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
	color:white;
} 
form input:not(input[type="submit"]), form textarea {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 11px;
}
.form-container img {
    position: absolute;
    right: 50px;
    max-width: 230px;
} 
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    position: absolute;
    bottom: -60px;
    left: 0;
}
	form.wpcf7-form label.error {
    color: white ;
    font-size: 11px;
    padding-left: 5px;
    line-height: 10px;
    display: block;
    padding-top: 5px;
} 
  form input:not(input[type="submit"]):not(input[type="checkbox"]), form textarea { 
    width: 100%;
	  box-sizing:border-box;
}
.forma-grid {
	position:relative;
}
.form-row {
    display: flex
;
    flex-direction: row;
    gap: 10px; 
}
.form-container form input:not(input[type="submit"]) {
	min-width:150px
}
.wpcf7-spinner { 
    display: none; 
}
.popmake .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    position: relative;
    left: 0;
	bottom:0;
	margin-top:10px;
    margin: 0;
}
.pum-container .pum-title {
    margin-bottom: 20px;
    margin-top: 25px;
}
.popmake .accept {
    margin-bottom: 15px;
}
.swiper-wrapper { 
    align-items: stretch;
}
.swiper-slide { 
    height: auto;
}
 
.support {
    background: #F9F7F7;
    padding: 120px 0 100px;
}
.sravnenie-item img {
    height: 400px;
    width: 100%;
}
.sravnenie-item a {
    display: block;
}
.title-grid-left {
    display: flex
;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
}
.podderjka .title-desc {
    color: #575757;
}
.podderjka-grid {
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.img-item-podderjka a 
 {
    padding: 15px 22px;
    background: #F3F3F3;
    border-radius: 8px;
    display: block;
    height: 120px;
}
.obzor 
 {
    padding: 80px 0;
    background-position: center;
    background-size: cover;
    background-color: #F9F7F7;
}
.obzor-container {
    padding: 0 80px;
    position: relative;
}
.obzor-container video {
    width: 100%;
    border-radius: 25px;
    object-fit: contain;
    object-position: center;
    height: 100%;
    background-color: black;
}
.video_item {
    height: 100%;
    position: relative;
} 
.plyr {
    height: 100%;
}
#video-over {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
  }
#video-play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff;
    z-index: 1;
    cursor: pointer;
    transition: .2s ease;
    transition-property: opacity, visibility;
}
#video-play::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 21px;
      width: 0;
      height: 0;
      border: 20px solid transparent;
      border-top-width: 12px;
      border-bottom-width: 12px;
      border-left-color: #fff;
      border-right-width: 0;
      transition: transform .2s ease;
    }
#video-play:hover::before {
        transform: scale(1.2); 
    } 
.video_item.video-is-playing #video-over {
        display: block;
      }

.video_item.video-is-playing #video-play {
        opacity: 0;
        visibility: hidden;
      } 

.podderjka .title-grid, .test_drive .title-grid { 
    grid-template-columns: 40% auto; 
}
.bor {
    border-radius: 8px;
}
.bori {
    border-radius: 25px;
}
.onas {
    background: #131212;
    padding: 68px 0 50px;
}
.onas  .title-grid { 
    grid-template-columns: 30% 65%;
}
.onas .title-grid-left {
    color: white;
}
.onas-grid {
    background: #FFFFFF; 
    display: flex
;
    flex-direction: row;
    padding: 24px 22px 30px;
    justify-content: space-between;
    gap: 20px;
}
.num {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #93272C;
    margin-bottom: 5px;
}
.num-desc {
    font-size: 12px;
}
.onas-content p {
    color: white;
    padding-bottom: 10px;
}
.client-grid {
    display: grid
;
    grid-template-columns: repeat(8, 1fr);
    justify-content: space-between;
    gap: 8px;
}
.onas-grid-item 
 {
    background-color: white;
    text-align: center; 
    padding: 4px;
} 
 .onas-grid-item img {
    height: 40px;
    width: 100%;
    object-fit: contain;
    vertical-align: middle;
}
.imfo-content {
    background: #131212;
    padding: 60px 70px 70px;
    color: white;
    text-align: center;
}
.imfo-content h2 {
    border: none;
}
.forma-grid {
    background: #93272C;
    padding: 35px 135px 50px;
    border-top-right-radius: 55px;
    border-bottom-left-radius: 55px;
    display: grid
;
    grid-template-columns: 55% 40%;
    justify-content: space-between;
}
.wpcf7 .wpcf7-submit:disabled 
 { 
    opacity: 0.5;
}
.support .wpcf7 form.invalid .wpcf7-response-output {
    color: white;
    margin: 0;
    position: absolute;
    bottom: -40px;
    left: 0;
    color: red;
}
.forma-grid-left, .forma-grid-left a {
  color: white;
}
.forma-grid-left a {
    display: flex
;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted white;
    font-size: 16px;
    font-style: italic;
}
.forma-grid-left h2 {
    text-transform: none;
    font-size: 34px;
}
.wpcf7-list-item { 
    margin:0;
}
.main-form {
    background-color: #131212;
    padding: 32px;
    margin: -90px 0 -90px;
}
.map {
    min-height: 420px; 
padding:40px 0;
    background-color: #e7e7e7;
}
.mapy {position:absolute;top:0;left:0;width:100%;	z-index:1;
}
.map {
    position: relative;
z-index:999
} 
.map-content-adres {
    background-color: white;
    padding: 30px;
    max-width: 380px;
    margin: 10px 0;
    position: relative;
    z-index: 7;
    
}
.map-content-adres-top, .map-content-adres-bottom {
    display: flex
;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start; 
}

.map-content-adres-top { 
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px dotted #b5b5b5;
}
.soc 
 {
    display: flex
;
    flex-direction: row;
    align-items: stretch;
    gap: 14px;
}
.map-content-adres-bottom h3 { 
    text-transform: capitalize;
}
.map-content-adres a {
    font-size: 16px;
} 
.footer {z-index:9;
	position:relative;
    padding: 15px 0;
    background: #131212;
}
.footer-content {
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
     
}
.footer-right {
    display: flex
;
    align-items: center;
    gap: 30px;
}
.footer-right-bottom-item {
    color: #A9A9A9;
}

.pokritie {
    background: #131212;
    color: white;
    padding: 50px 0 70px; 
}

.pokritie-container { 
    display: grid
;
    grid-template-columns: 35% 60%;
    justify-content: space-between;
}
.pokritie-container h2 {
    border-bottom: 3px solid #979CA8;
    padding-bottom: 6px;
    margin-bottom: 14px;
}
.pokritie-container p {
font-weight: 500;
    margin-bottom: 20px;
}
.pokritie-container-right {
    background: #1E1E1F;
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    padding: 22px 15px 28px;
}
.car_brends {
    display: grid
;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    gap: 6px;
}
.car_brends-item {
    background-color: white;
}
.car_brends-item 
 {
    background-color: white;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.car_brends-item img
 {
height: 32px;
width: 100%;
object-fit: contain;
}

/*страница продукта*/
.swip-prod {
      width: 100%;
      height: 100%;
    }
 
.swip-prod .vidos {
    
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-size: cover;
    background-position: center;
    background-color: white;
    margin: auto;
    border: 1px solid #EFEFEF;
    border-radius: 14px;
    box-shadow: 0px 0px 13px 0px #CBCBCB40;
    display: flex
;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
   .swip-prod .swiper-slide img 
 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
}
 
 .swip-prod .swiper-slide a 
 { 
    width: 99%;
    height: 90%; 
}

  .swip-prod .swiper-slide .prod-main-img {
    background-size: cover;
    background-position: center;
    background-color: white;
    margin: auto;
    border: 1px solid #EFEFEF;
    border-radius: 14px;
    box-shadow: 0px 0px 13px 0px #CBCBCB40;
    height: 97%;
    display: flex
;
    align-items: center;
    justify-content: center;
	  
    overflow: hidden;
}

    .prodslider2 {
      height: 80%;
      width: 100%;
    }

    .prodslider {
      height: 20%;
      box-sizing: border-box; 
    margin-top: 10px;
    }

    .prodslider .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .prodslider .swiper-slide-thumb-active {
      opacity: 1;
    }

    .prodslider .swiper-slide img {  
    object-fit: cover; 
}

    .prodslider .swiper-slide img {
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 0px 13px 0px #CBCBCB40;
}
.main-product-container-slider {
    position: relative;
    height: 510px;
}

.brendc {
    margin-top: 15px;
    margin-bottom: 40px;
}
.brendc p, .brendc a {
  font-size:16px;
}
.brendc a, #yoast_breadcrumb > span  {
  color:#9A9A9A
}

.brendc .breadcrumb_last {
	color:black;
}
.main-product-container {
    display: grid
;
    grid-template-columns: 60% 38%;
    justify-content: space-between;
}
.swip-prod .swiper-button-next, .swip-prod .swiper-rtl .swiper-button-prev {
    right: 20px;
}
.swip-prod .swiper-button-prev, .swip-prod .swiper-rtl .swiper-button-next {
    left: 20px;
}
.main-product h1 {
    font-size: 32px;
    padding-bottom: 15px; 
}
.prod_character {
    padding: 20px 0 30px;
    display: flex
;
    flex-direction: column;
    gap: 5px;
}
.prod_character-item {
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-end;
    align-items: flex-end;
}
/*
.prod_character-item p{
    font-size: 14px;
    width: fit-content;
    white-space: nowrap;
}*/
.prod_character-item .character-name {
    font-size: 14px;
    width: fit-content;
    white-space: nowrap;
}
 .character-name {
    color: #A3A3A3;
}

.prod_character-item span {
    width: 100%;
    border-bottom: 1px dotted #A3A3A3;
}
.prod_osob {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-content: space-between;
}
.prod_osob-item {
    border: 1px solid #F5EFEF;
    padding: 12px;
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.prod_osob-item img {
    width: 28px;
    height: auto;
}
.prod_osob-item p {
    font-size: 12px;
    font-weight: 700;
}
.character-key {
    font-weight: 700;
    text-align: right; 
    white-space: nowrap;
}
.prod-price {
    padding-bottom: 10px;
    padding-top: 20px; 
	display:flex;
	flex-direction: row;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.prod-price-new{ 
    color: #93272C;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
}
.czena_old { 
    color: #919191;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: line-through;
}
.stock-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    flex-grow: 1;
    justify-content: center;
}
.stock-status__icon {
    line-height: 1;
}
.stock-status--in-stock {
    background-color: #E8F5E9;
    color: #2E7D32;
}
.stock-status--on-order {
    background-color: #F5F5F5;
    color: #757575;
}
.stock-status--out-of-stock {
    background-color: #F5F5F5;
    color: #757575;
}
.prodslider2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-product-container-right .btn_red { 
    min-width: 170px;
}
.perk-item {
    padding: 30px 25px;
    display: flex
;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.perk-item h4{
  padding: 11px 0 17px;
 font-weight: 600;
font-size: 18px; 
 text-transform: uppercase;
color: #93272C;
}
.perk-item p{
font-size: 14px;
}
.podmenu {
   
    background-color: #515151;
    position: sticky;
    top: 0;
    z-index: 99;
}
.podmenu-list {
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
}
.podmenu-list li {
    flex: 1 0;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid #515151;
    border-bottom: 1px solid #515151;
} 

.podmenu-list li a {
    width: 100%;
    text-align: center;
    display: block;
    color: white;
    padding: 8px 0;
    font-size: 15px;
}
.podmenu-list li a:hover {
    background-color: white;
    color: rgb(17, 17, 17);
} 
.podmenu-list li:hover {
    border: 1px solid #515151;
} 

.spis-os li {
    display: flex
;
    flex-direction: row;
    align-items: flex-start;
    gap: 5px;
}
.spis-os li svg {
    margin-top: 3px;
    min-width: 14px !important;
}
section.obzor-prod {
    padding: 70px 0 115px;
    background-position: center;
    background-size: cover;
    background-color: #F9F8F4;
}
.obzor-prod-container {
    display: grid
;
    grid-template-columns: 55% 40%; 
    justify-content: space-between;
}
.obzor-container-right img {
    width: 100%;
    height: auto;
    margin: auto;
    box-shadow: 0px 0px 13px 0px #CBCBCB40;
}
.title2 {
    margin-bottom: 20px;
    display: flex
;
    align-items: center;
    gap: 15px;
}
.title2::before {
    content: '';
    width: 76px;
    height: 8px;
    background-color: #93272C;
    display: block;
}
.spis-os {
    display: flex
;
    flex-direction: column;
    gap: 10px; 
}
.obzor-prod-container .spis-os { 
    margin-top: 20px;
}
.prod-osobennosti {
    background-color: #131212;
    padding: 42px 0 80px;
    color: white;
}

.prod-osobennosti-container {
    display: flex
;
    align-items: flex-start;
    justify-content: space-between; 
}

.prod-osobennosti:nth-child(odd) .prod-osobennosti-container { 
    flex-direction: row;
}

.prod-osobennosti:nth-child(even) .prod-osobennosti-container { 
    flex-direction: row-reverse;
}
.prod-osobennosti-left {
    width: 55%;
}

.prod-osobennosti-left img {
    width: 100%;
    height: auto;
    margin-top: -120px;
    box-shadow: 0px 0px 24.6px 0px #FFFFFF1F;
}
.prod-osobennosti-right {
    width: 40%;
}
.prod-osobennosti-right path {
    fill: #CC9966;
}
.function-prod-container {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.function-container-left {
    padding: 35px 25px;
    background-position: center;
    background-size: cover;
    background-color: #F9F8F4;
}
.function-container-right img {
    width: 100%;
    height: auto;
}
.podderjka {
    background: #131212;
    padding: 100px 0;
    color: white;
    background-position: center center;
    background-size: cover;
}
.podderjka-container {
    background: #00000061;
}
.podderjka-container-item {
    background: #191717BF;
    border: 1px solid #FFFFFF38;
    border-radius: 10px;
    backdrop-filter: blur(4px);
    padding: 10px;
    display: flex
;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}
.podderjka-container-item img{
    width: 60px;
    height: auto;
}
.podderjka-container {
    background: #00000061;
    display: flex
;
    flex-direction: column;
    gap: 10px;
}
.baner img {
    width: 100%;
    height: auto;
}
.dop_prog {
    background: #131212;
    color: white;
    padding: 39px 0;
}
.dop_prog-container {
    background: #1E1E1F;
    padding: 20px 30px;
    display: grid
;
    grid-template-columns: 35% 60%;
    align-items: center;
}
.dop_prog-container span {
    font-style: italic;
    text-transform: uppercase;
    color: #93272C;
}
.dop_prog-items {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-content: space-between;
}
.dop_prog-container h2 {
    margin: 0;
}.dop_prog-it {
    background-color: white;
    color: black;
    text-align: center;
    align-content: center;
    padding: 20px; 
} 

.service-prog img {
    width: 100%;
    height: auto;
}
.faq-container {
   box-sizing: border-box;
   display: flex;
   flex-direction: column; 
   align-items: flex-start;
   align-self: stretch;
   justify-content: flex-start;
}
.faq-item {
    box-sizing: border-box;
    padding: 4px 0;
    border-bottom: 1px solid #d7d7d7;
    width: 100%; 
}
.faq-item:first-child {
    border-top: 1px solid #d7d7d7;
}
.faq-item-quest {
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between; 
}
.faq-item-quest-title { 
   font-weight: 700;
   font-size: 16px;  
   width: 80%;
} 
.faq-item-quest:hover  {
  cursor: pointer; 
}
.faq-content {
  opacity: 0; 
  max-height: 0; 
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
  margin-top: 5px;
}
.faq-content.active {
  opacity: 1; 
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
} 
.faq-item-quest-title-ico {
    width: 35px;
    height: 35px;
    position: relative;
    display: flex
;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
}
.faq-item-quest-title-ico::after {
  content: '';
    background-color: #93272C;
  width: 1px;
  height: 16px;
  position: absolute;
}
.faq-item-quest-title-ico::before {
    content: '';
    background-color: #93272C;
    width: 16px;
    height: 1px;
    position: absolute;
}
.faq-item-quest.active .faq-item-quest-title-ico::after {
    opacity: 0;
}
.character-prod 
 {
    background: #F9F7F7;
    padding: 90px 0;
}
.faq-content p {
    padding: 12px 17px;
    background-color: white;
}
.faq-content p:nth-child(even) { 
    background-color: #F3F3F3;
}
.srav-container a{
	display:block;
    margin-top: 50px;
    border-radius: 37px;
    border: 1px solid #D6D6D6;
    background: #F9F9F9;
    padding: 0;
    line-height: 0;
    overflow: hidden;
}

.srav-container img {
    width: 100%;
    height: auto;
}
.srav-btns {
    margin-top: 24px;
    display: grid
;
    grid-template-columns: 40% 55%;
    align-items: center;
    justify-content: space-between;
}
.ocenka {
    background: #131212;
    margin-top: 60px;
    padding: 26px;
    border-radius: 24px;
    color: white;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.ocenka h2{
   margin: 0;
}
.ocenka span {
    font-style: italic;
    text-transform: uppercase;
    color: #93272C;
}

.ocenka p { 
font-style: italic;
font-size: 28px; 

}
.ocenka a {
    flex: 1 0;
}
.character-prod .prod-desk {
    padding-top: 20px;
}
.character-prod .baner {
    padding-top: 60px;
}
.perk-container {
    position: relative;
}
.wpcf7 form.invalid .wpcf7-response-output  { 
    color: white;
    margin: 0;
}
.dilleram img {
    border-radius: 20px;
    width: 100%;
}
.page_flex {
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.serificats_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.serificats_grid img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.sert_img {
background-image:url(https://thinkcarrus.ru/wp-content/uploads/2026/02/5ff21b4177e50518873a5f93_frame_1-p-500-1-1.jpg);
	background-position:center center;
	background-size:100% 100%;
    height: 385px;
    width: 100%;
	padding:14px;
}
.serificats_grid > div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.lider_content {
    display: flex;
    gap: 20px;
    align-content: flex-end;
}
.lider_left ul {
    color: #575757;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 0;
}
.lider {
    background-image: url(https://thinkcarrus.ru/wp-content/uploads/2026/02/frame-427319913-scaled.jpg);
    background-position: center center;
    background-size: 100% 100%;
    padding: 70px 0;
}
.lider_right ul {
    width: 480px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lider_right li {
    padding: 20px 25px;
    border-radius: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.numb_o p {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    color: #93272C;
}
.numb_o {
  opacity: 0;
}

@keyframes appear {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.numb-o-appear {
  animation: appear .8s ease-out forwards;
} 

@media(max-width:1200px){
.container, .character-prod .baner, .srav-container {
    max-width: 1000px; 
}
.header-section-left {
    gap: 20px;
}
.pc-nav ul {
    gap: 10px;
}
.main_baner-content-left-text {
    max-width: 500px;
    width: 100%;
}
.catalog_product-grid { 
    grid-template-columns: repeat(3, 1fr); 
}
.title-grid { 
    gap: 30px;
}
.prod_osob-item { 
    padding: 6px; 
    gap: 5px; 
}
.prod_osob-item p {
    font-size: 10px; 
}
.prod_osob-item img {
    width:18px; 
}
	.prod_osob { 
    grid-template-columns: repeat(3, 1fr); 
}
}
@media(max-width:1020px){
  .container {
    max-width: 768px; 
} 
  .not_pc {
        display: block;
    }
 .b-container {
    display:inline-block;
} 
.header-section-left nav {
  display: none;
}
.b-nav {
    display: block;
}  
    .header-mob-top {
        z-index: 12;
        display: flex
;
        position: relative;
        align-items: center;
        justify-content: space-between;
    }
    .header-mob-btn {
    display: flex
;
    align-items: center;
    flex-direction: row;
    gap: 12px;
} 
	
	.character-prod .baner {
    width:100%;
        padding: 40px 10px 0;
}
	
	.srav-container {
		
    width:100%;
        padding: 0px 10px 0;
	}
	 
 /*Мобильное меню*/
body.open, body:after {
  overflow: hidden
}
.b-nav, body:after {
  position: absolute;
  right: 0;
}
.b-brand, .b-link {
  font-size: 18px;
  font-weight: 700;
  margin-left: 0;
  text-decoration: none;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  ;
}
 .onas-grid-item img {
    height: 30px; 
}	
	
	/*
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(345px, 0, 0);
    transform: translate3d(345px, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(345px, 0, 0);
    transform: translate3d(345px, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}*/
* {
  box-sizing: border-box
}
body:after {
  background: #000;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  top: 0;
  visibility: hidden;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  width: 100%;
}
body.open:after {
  z-index: 10;
  /*opacity: 0.65;*/
  height: 100000%;
  visibility: visible
}
.b-nav { 
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 11;
  padding-top: 70px;
} 
.b-nav {
  animation-duration: .4s;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}
.b-nav ul { 
  display: flex
;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  padding-bottom: 37px;
        padding-top: 32px;
        padding-bottom: 24px; 
}
    .b-nav li {
        list-style-type: none;
        padding: 12px 0;
        text-align: left;
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center; 
    }
    .b-nav li.menu-item a {
        font-weight: 700; 
    }/*
 .b-nav li:not(.open) {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
} 
.b-nav li:not(.open), .b-nav.open li {
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both
}*/
.b-nav li:first-child {
  margin-top: 0px
}
.b-nav nav{
  position: relative;
}
.b-nav.open {
  visibility: visible;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.b-nav:not(.open) {
  visibility: hidden;
  animation-duration: 0.4s;
  animation-fill-mode: backwards;
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}/*
.b-nav.open li { 
  animation-duration: 0.2s;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}*/
.b-link {
  background: 0 0;
  border-left: rgba(255, 255, 255, 0)solid 2px;
  color: #fff;
  transition: all .4s ease;
  width: auto
}
.b-link, .b-menu {
  -webkit-transition: all .4s ease;
}
.b-nav li { 
  width: 100%;
}
   
.b-menu {
  
  cursor: pointer;
  display: flex
;
  height: 30px;
  position: relative;
  transition: all 0.4s ease 0s;
  width: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
        border: 1px solid black;

}
.b-bun--bottom, .b-bun--mid, .b-bun--top {
  height: 1px;
  width: 21px
}
.b-container.open .b-main, .b-menu:hover {}
.b-bun {
  background: #000; 
}
.home  .b-bun {
  background:  #000; 
}
 .b-bun { 
  transition: all .4s ease
}
.b-brand, .b-bun {
  position: relative;
  -webkit-transition: all .4s ease
}
.b-bun--top {
  top: -6px
}
.b-bun--mid {
  top: 0px
}
.b-bun--bottom {
  top: 6px
}
.b-brand {
  color: #2196f3;
  top: -21.43px;
  transition: all .4s ease;
  z-index: 13
}
.b-container { 
  z-index: 13;
  position: relative;
}
.b-container:hover:not(.open) .bun-bottom, .b-container:hover:not(.open) .bun-mid, .b-container:hover:not(.open) .bun-top {
  background: #2196f3
}
.b-container.open .b-bun--top {
  background: #000000;
  top: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.b-container.open .b-bun--mid {
  opacity: 0
}
.b-container.open .b-bun--bottom {
  background: #000000;
  top: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.b-container.open .b-brand {
  color: #fff
} 
.vis .b-bun {
  background: #000000; 
}

/*конец моб меню*/
 
.btn { 
    padding: 10px 25px; 
    font-size: 14px; 
} 
	.main_baner { 
    margin-top: 0px;   
}
.main_baner-content {
    display: grid
;
    grid-template-columns: 100%;
    align-items: stretch;
    height: 100vh;
}
.main_baner .main_baner-content-right { 
    background-position: center; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.client-grid { 
    grid-template-columns: repeat(4, 1fr); 
}
header 
 { 
    background-color: #ffffff;
	 z-index:999;
}
    .main_baner-content-left-text {
        max-width: 768px; 
        margin: auto;
        padding-top: 250px;
        color: white;
    }
    .main_baner-content-left { 
    align-content: center; 
}
.main_catal-top { 
    justify-content: space-between;
}
.main_catal-btn { 
    padding: 15px; 
}
 .main_catal-btn-item p {
    font-size: 12px; 
}
.akcii-container-grid 
 { 
    gap: 10px;
}
.akcii-item p {
    font-size: 12px;
}
.akcii-item { 
    height: 170px; 
}
h2 { 
    font-size: 27px; 
    margin-bottom: 30px; 
}
.function-container-grid-item img {
    max-width: 100px; 
    top: -30px;
    right: -10px; 
        z-index: 0;
}
.function-container-grid-item h4, .function-container-grid-item p {
   z-index: 1;
}
.form-container { 
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-container img {
    position: relative;
    right: auto;
    max-width: 330px;
    left: auto;
    margin: auto;
    display: none;
}
.form-container form {
    max-width: 100%; 
}
.form-container h4 {
    max-width: 50%;
}
.onas-grid { 
    padding: 24px 20px; 
    gap: 10px;
}
.forma-grid { 
    padding: 30px 50px; 
    grid-template-columns: 55% 40%; 
}
.map-content-adres { 
    position: relative; 
} 
.header-mobile_menu {
    background-color: white;
}
header .phone { 
    color: #000000;
        display: flex
;
        align-items: center;
        justify-content: center;
}
header .btn-trans_w 
 {
    border: 1px solid #000000;
    color: rgb(0, 0, 0);
}
header .phone path {
    fill: black;
}
header .zakaz {
    display: none;
}
header .phone span{
        display: none;
    }
header .phone svg {
    width: 30px;
    height: 30px;
}
.prod_osob { 
  grid-template-columns: auto auto ;
}
.descrip_prod {
    font-size: 14px;
}
.perk-item h4 { 
    font-size: 16px; 
}
.title2::before { 
    width: 46px;
    height: 6px; 
}
.dop_prog-it { 
    padding: 10px;
}
.dop_prog-container { 
    grid-template-columns: 45% 50%; 
}
	.pum .pum-close {  
    font-size: 24px !important;
    line-height: 26px !important; 
        display: flex !important; 
        align-items: center !important; 
        justify-content: center !important; 
        text-align: center !important;
        align-content: center !important; 
    height: 30px !important; 
    width: 30px !important; 
        padding-bottom: 5px !important;

}
	.prod_character-item { 
    flex-direction: column; 
}
	.character-key { 
    text-align: left;
}
	.prod_character-item .character-name { 
    white-space: normal;
}
	.lider_content { 
    align-content: flex-end;
    flex-direction: column;
    align-items: center;
}
	section.lider button {
    margin-top: 20px;
}
	.lider .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
	.serificats_grid { 
    grid-template-columns: repeat(2, 1fr); 
}
}
@media (max-width: 768px) { 
   .container, .main_baner-content-left-text {
        max-width: 340px;
    }
	.prod_character-item {
        gap: 4px;
        align-items: flex-start;
        border-top: 1px dotted #A3A3A3;
    }
	.prod_character { 
    gap: 10px;
}
	.prod_character-item span {
    min-width: 20px;
        display: none;
}
	.prod_character-item p { 
    white-space: normal;
}
 .main_btn {
    display: flex
;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: fit-content;
    gap: 10px;
    position: relative;
    z-index: 5;
    margin: auto;
	 width:100%;
}
	.cat_product-item .product-item-name { 
    font-size: 13px;
}
.s_icon {
    display: flex
;
    align-items: center;
    gap: 5px;
    width: 100%;
    justify-content: center;
}
    .b-nav { 
        padding-top: 65px;
    }
   .main_baner-content-left-text {
        padding-top: 0px;
    }
    .main_catal { 
        display: none;
    } 
    .main_baner {
    
    position: relative;
    background-color: #F9F7F7;
}
	.main_baner-content {
    
    height: 500px;
}
.product-item-osobennosti span {
    padding: 3px 5px;
    border-radius: 100px;
}
.product-item-osobennosti { 
    gap: 5px; 
    font-size: 8px; 
}
.cat_product-item {
    padding: 40px 10px 20px; 
    gap: 10px; 
}
	.product-item-btn { 
    gap: 3px; 
}
.img-item-prod { 
    height: 150px;
}
.product-item-btn .btn {
        padding: 5px;
        font-size: 12px;
    }
	.product-item-btn img.soc, .soc img {
    width: 16px;
    height: 16px;
}
	.main-product-container-right .product-item-btn img.soc, .soc img {
    width: 36px;
    height: 36px;
}
	.main-product-container-right .product-item-btn .btn {
        padding: 12px;
        font-size: 16px;
    }
	.main-product-container-right .product-item-btn {
        gap: 10px;
    }
	.stock-status {
        display: flex;
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }
	.prod-price {
        flex-wrap: wrap;
    }
	.product-item-btn .btn.btn_soc 
 {
    padding: 4px;
}
    .soc {  
    width: 20px;
}
.page-content { 
    gap: 60px;
}
	.old_c {
    font-size: 10px; 
}
	.cat_product-item .price { 
    font-size: 12px;
}
.catalog_product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog_tabs-nav { 
    font-size: 13px;
    text-align: center;
    display: flex;
		
        flex-wrap: wrap;
;  
}
.wpcf7-f232-o3 {
    width: 100%;
}	
	.form-row {
    display: flex
;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    width: 100%;
}
	.form-container form input:not(input[type="submit"]) {
    width: 100%;
}
	.support .wpcf7 form.invalid .wpcf7-response-output {  
    position: relative;  
}
.catalog_tabs-nav a { 
    padding: 3px 8px; 
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -10px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -10px;
}
    .akcii-container-grid {
        gap: 10px;
    grid-template-columns: 100%;
    }
        .akcii-item {
        height: 230px;
    }
    .title-grid {
    display: grid
;
    grid-template-columns: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 30px;
}
.function-container-grid { 
    grid-template-columns: 100%; 
}

    .background-image {
        left: 0;
        top: -300px;
        width: auto;
        right: 0;
        width: 100%;
        height: 1500px;
        object-fit: cover;
    }
    .title-grid img 
 { 
    margin: auto;
}
.form-container {
    margin-top: 57px;
    display: flex
;
    flex-direction: column;
    background: #E6E3E3;
    border-radius: 8px;
    padding: 25px 20px;
    justify-content: flex-start;
    position: relative;
    gap: 20px;
    align-items: center;
}

.form-container img { 
        display: block;
        width: 100%;
    }
    .form-container h4 {
         max-width: 100%;
    }
    .form-container form { 
    flex-direction: column;
    align-items: stretch; 
         width: 100%;
}
    h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .obzor h2 {
        font-size: 20px;
    }
  .forma-grid,  .onas .title-grid, .podderjka .title-grid, .test_drive .title-grid {
    grid-template-columns: 100%;
}
.podderjka-grid, .onas-grid, .client-grid { 
    grid-template-columns: repeat(2, 1fr);
    display: grid
; 
}
.obzor-container {
    padding: 0;
}
	.video-control {
    display: none;
}
.imfo-content { 
    padding: 40px 20px; 
}
.main-form {
    background-color: #131212;
    padding: 30px 20px 30px;
    margin: 30px 0 0;
}
	.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    position: relative;
    bottom: 0;
    left: 0;
    color: #46b450;
}
.forma-grid {
        padding: 40px 20px; 
    }
    .footer-content, .footer-right { 
    flex-direction: column; 
    gap: 20px;
}
.pokritie-container { 
    grid-template-columns: 100%;
    gap: 30px; 
}
.car_brends { 
    grid-template-columns: repeat(2, 1fr); 
}
.podmenu { 
    display: none;
}
.main-product-container { 
    grid-template-columns: 100%; 
    gap: 40px;
}
.main-product h1 {
    font-size: 24px; 
}
.perk-item {
    padding: 20px 15px; 
}
.obzor-prod-container, .function-prod-container {
    display: flex
; 
    flex-direction: column-reverse;
    gap: 30px;
}
.prod-osobennosti:nth-child(odd) .prod-osobennosti-container, .prod-osobennosti:nth-child(even) .prod-osobennosti-container {
    flex-direction: column;
    gap: 30px;
}
.prod-osobennosti-left, .prod-osobennosti-right {
    width: 100%;
}
.prod-osobennosti-left img { 
    margin-top: -80px; 
}
.dop_prog-container { 
    padding: 20px 10px; 
    grid-template-columns: 100%; 
    gap: 20px;
}
.srav-container {
    margin-top: 30px;
    border-radius: 25px; 
    padding: 15px 10px;
}
.srav-btns { 
    grid-template-columns: 100%;
    gap: 20px; 
}
.ocenka { 
    margin-top: 30px;
    padding: 20px; 
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
    align-items: stretch;
}
.ocenka p { 
    font-size: 22px;
}
.mapy {position:relative;	
}
.sert_img { 
    height: 225px; 
    padding: 10px;
}	
.serificats_grid { 
    gap: 10px;
}	
.lider_right ul { 
    width: 100%;
}	
	h1.entry-title.title2 {
    font-size: 20px;
}
	
.video-button-next.swiper-button-next, .swiper-rtl .video-button-next.swiper-button-prev {
    right: -10px; 
}
.video-button-prev.swiper-button-prev, .swiper-rtl .video-button-prev .swiper-button-next {
    left: -10px; 
}
.video-button-prev.swiper-button-prev, .video-button-next.swiper-button-next { 
    top: 35%; 
}
}