/*!
Theme Name: BMG
Author: xside
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bmg
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.

*/

:root {
    --primary-color: #24388D;  /* Синий */
    --grey-color: #E1E1E2;     /* Серый */
    --light-color: #F3F5F8;    /* Светлый серый */
}

*{
    position: relative;
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Montserrat';
    color: #000;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
}

body.no-scroll{
    overflow: hidden;
}



body.overlay::after{
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #C3C3C391;
    backdrop-filter: blur(10px);
    z-index: 2;
}

img{
    display: block;
    width: 100%;
}

a{
    color: inherit;
    text-decoration: none;
}

.container{
    width: 100%;
    max-width: 1600px;
    padding: 0 20px;
    margin: 0 auto;
}

.wrapper{
    display: flex;
    gap: 20px;
}

.btn{
    display: inline-block;
    padding: 16px 34px;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    cursor: pointer;
}

.btn.btn-outline{
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.btn:hover{
    opacity: .95;
}

input, select, button, textarea{
    font-family: 'Montserrat';
}

button{
    cursor: pointer;
}

h1{
    font-size: 48px;
    line-height: 1em;
    font-weight: 700;
}

@media (max-width: 1300px) {
    h1{
        font-size: 40px; 
    }}

h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
}

h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 1em;
}


/* ОБЩИЕ */


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

.item > p:first-child,
.wrapper > p:first-child{
    margin-top: 0;
}

.item > p:last-child,
.wrapper > p:last-child{
    margin-bottom: 0;
}

.flex-table{
    margin: 25px 0;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    width: 100%;
}

.flex-table .item{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.flex-table .item span:first-child{
    color: var(--primary-color);
}

.flex-table .item + .item{
    border-top: 1px solid var(--grey-color);
}

.flex-table .item:last-child{
    border-bottom: 1px solid var(--grey-color);
}

.btn-group{
    display: flex;
    gap: 20px;
}

.tabs{
    width: 100%;
}

.tabs .tabs-control{
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
}

.tabs .tabs-control li{
    padding: 15px 30px;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    background-color: var(--light-color);
    font-weight: 600;
    min-width: 300px;
    text-align: center;
    cursor: pointer;
}

.tabs .tabs-control li + li{
    margin-left: -5px;
}

.tabs .tabs-control li.active{
    background-color: var(--primary-color);
    color: #fff;
    z-index: 1;
}

.tabs .tabs-content{
    margin-top: 80px;
}

.tabs .tabs-content .tab-content{
    display: none;
}

.tabs .tabs-content .tab-content.active{
    display: block;
}

.spec-wrapper{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.spec-box{
    display: flex;
    width: 500px;
    gap: 70px;
    row-gap: 15px;
    flex-wrap: wrap;
}

.spec-box .title {
    width: 100%;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 20px;
}

.spec-box .item{
    width: 215px;
    display: flex;
    flex-direction: column-reverse;
    font-size: 16px;
    line-height: 1.4em;
}

.spec-box .item span:first-child{
    font-weight: 700;
}

.spec-wrapper + .btn{
    margin-top: 40px;
}


/* ШАПКА */

header{
    z-index: 2;
}

header .top-panel .wrapper{
    justify-content: flex-end;
    gap: 30px;
}

header .top-panel span{
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

header .top-panel span img{
    width: 15px;
    height: 15px;
}

header .header-main{
    padding: 6px 0;
    background-color: var(--primary-color);
    
}

.header-main .wrapper{
    justify-content: space-between;
    align-items: center;
}

.header-main nav ul{
    display: flex;
    gap: 45px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-main nav ul li{
    font-size: 18px;
    color: #fff;
	cursor: pointer;
}



.menu-models{
    position: fixed;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    left: 0;
    background-image: url(assets/img/menu-bg.svg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition-delay: .2s;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.header-main nav ul li:hover > .menu-models{
    opacity: 1;
    visibility: visible;
}

.menu-models .wrapper{
    padding: 90px 50px 90px 50px;
}

.menu-models .item{
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    padding: 25px 50px;
    width: 50%;
    color: #000;
    background-color: #fff;
}

.menu-models .item:hover{
    background-color: var(--light-color);
}

.menu-models .item img{
    height: 290px;
    object-fit: contain;
}

.menu-models .item .content{
    padding-right: 120px;
}

.menu-models .item .title{
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: var(--primary-color);
    text-decoration-thickness: 2px;
    margin-bottom: 15px;
}

.menu-models .item .desc{
    font-size: 10px;
}

.menu-models .item .btn{
    font-size: 10px;
    padding: 8px 20px;
}

.menu-models .item .price{
    position: absolute;
    right: 0px;
    bottom: 30px;
    font-size: 15px;
    font-weight: 600;
}

.menu-models .item .price b{
    color: var(--primary-color);
}

.menu-toggle{
    display: none;
}

header .mob-contacts{
    display: none;
}


/* ГЛАВНАЯ */

.home-slider{
    padding-bottom: 30px;
}

.home-slider .swiper-slide{
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 20px 0;
}

.home-slider .swiper-slide .col{
    width: 50%;
}

.home-slider .swiper-slide .logo{
    display: flex;
    gap: 20px;
}

.home-slider .swiper-slide .logo img{
    width: 42px;
}

.home-slider .swiper-slide .logo p{
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 500;   
    color: var(--primary-color);
    margin: 0;
}

.home-slider .swiper-slide .col-right{
    background-image: url(assets/img/home-slider-bg.png);
    background-size: contain;
    background-position: center bottom 20px;
    background-repeat: no-repeat;
    width: 75%;
}

.home-slider .swiper-slide .col-right img{
    margin-left: -30px;
}

.swiper .swiper-pagination-bullets{
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    bottom: -20px;
}

.swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: #000;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color: var(--grey-color);
}

.section-advantages{
    margin: 40px 0;
}

.section-advantages .wrapper{
    gap: 20px;
}

.section-advantages .item{
    height: 162px;
    border: 1px solid var(--primary-color);
    border-radius: 14px;
}

.section-advantages .item img {
    height: 100%;
    border-radius: 14px;
    object-fit: cover;
}

.section-advantages .item::after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #24388D3B;
    border-radius: 14px;
}

.section-advantages .item span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    color: #fff;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.section-cta{
    margin: 85px 0 110px 0;
}

.section-cta .wrapper {
    background-color: #24388D;
    padding: 50px 160px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    align-items: center;
    gap: 100px;
    color: #fff;
}

.section-cta img{
    width: 123px;
}

.section-cta .title{
    font-size: 20px;
    font-weight: 600;
}

.section-cta .subtitle{
    font-size: 15px;
}

.section-advantages-home{
    margin: 110px 0 130px 0;
}

.section-advantages-home .wrapper{
    margin-top: 40px;
}

.section-advantages-home .item{
    width: 25%;
    text-align: center;
    padding: 20px;
    background: #F3F5F8;
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-advantages-home .item .num{
    font-size: 40px;
    margin: 40px 0 30px 0;
}

.section-advantages-home .item .num::before{
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    background-image: url(assets/img/ellipse.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
}

.section-advantages-home .item:nth-child(2) .num::before{
    transform: translate(-50%, -50%) rotate(90deg);
}

.section-advantages-home .item:nth-child(3) .num::before{
    transform: translate(-50%, -50%) rotate(-172deg);
}

.section-advantages-home .item:nth-child(4) .num::before{
    transform: translate(-50%, -50%) rotate(-100deg);
}

.section-advantages-home .item span {
    font-size: 16px;
    line-height: 1em;
}

.section-advantages-home .item .title{
    font-size: 23px;
    font-weight: 700;
    color: var(--primary-color);
}

.section-home-about{
    margin: 130px 0 110px 0px;
}

.section-home-about .wrapper{
    gap: 50px;
}

.section-home-about .col{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-home-about .col img{
    height: 470px;
    object-fit: cover;
    border-radius: 20px;
}

.section-home-about .title {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 30px;
}

.section-home-about .item{
    padding: 30px;
    border: 2px solid var(--primary-color);
    border-radius: 20px;
    background-color: var(--light-color);
}

.section-home-about .item.color{
    background-color: var(--primary-color);
    color: #fff;
}

.section-home-about .item h3{
    margin: 0;
    font-size: 26px;
}

.section-home-product .wrapper{
    padding: 30px 40px;
    background-color: var(--light-color);
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    gap: 85px;
    align-items: center;
}

.section-home-product .content{
    max-width: 480px;
}

.section-home-product .content .heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-home-product .content .heading img{
    width: 120px;
}

.section-home-product .content .heading .price{
    font-size: 25px;
}

.section-home-product .content .heading .price b{
    color: var(--primary-color);
}

.section-home-product .content p{
    margin-bottom: 40px;
}

.section-home-table{
    padding: 150px 0;
    background-image: url(assets/img/v-left.png);
    background-position: top 20% left 0px;
    background-repeat: no-repeat;
    background-size: 50% auto;
}

.section-home-table .wrapper{
    gap: 50px;
    align-items: center;
}

.section-home-table .col{
    width: 50%;
}

.section-home-table h2{
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 0;
}

.section-home-table .price{
    font-size: 25px;
    font-weight: 600;
    margin: 30px 0;
}

.section-home-table .price b{
    font-weight: 700;
/*     color: var(--primary-color); */
	color: #cb1c18;
}

.section-home-table p{
    font-size: 16px;
    line-height: 1.4em;
}

.section-home-table .flex-table{
    margin-bottom: 35px;
}

.section-home-spec{
    margin: 0 0 150px 0;
}

.section-home-spec .wrapper{
    gap: 50px;
}

.section-home-spec .col{
    width: 50%;
}

.section-home-spec .col img{
	height: 435px;
	object-fit: contain;
}

.section-home-spec h2{
    margin-top: 100px;
    text-align: center;
    color: var(--primary-color);
}

.section-slider-credit{
    margin: 110px 0;
}



.section-slider-credit .credit-slider{
    padding-bottom: 50px;
}

.section-slider-credit .swiper-slide{
    background-image: url(assets/img/slide-bg.png);
	background-color: var(--primary-color);
    background-size: cover;
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    padding: 50px ;
}

.section-slider-credit .col{
    width: 50%;
    display: flex;
    align-items: center;
}

.section-slider-credit .credit-content{
    
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
    color: #fff;
}

.section-slider-credit .credit-content .subtitle{
    font-size: 25px;
}

.section-slider-credit .credit-content .title{
    font-size: 32px;
}

.section-slider-credit .credit-content .info{
    display: flex;
    gap: 35px;
    font-size: 25px;
}

.section-slider-credit .credit-content .info b{
    color: #6ABFFF;
}

.section-slider-credit h2{
    color: #fff;
    font-weight: 600;
    text-align: center;
}


.section-bottom-form{
    margin: 110px 0;
}

.section-bottom-form .wrapper {
    background-image: url(assets/img/form-bg.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    padding: 70px 100px 70px 50px;
    overflow: hidden;
    align-items: center;
    background: linear-gradient(45deg, #afafb1b3, #07143bd9), url(/wp-content/uploads/2025/04/portrait-happy-smiling-cheerful-beautiful-young-support-phone-operator-headset-with-laptop-isolated-white-wall-1.jpg);
    background-position: 104% 0;
}

.section-bottom-form .wrapper::before{
    content: '';
    background-image: url(assets/img/slide-bg-2.png);
    display: block;
    width: 800px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: right;
}

.section-bottom-form h2{
    margin: 0;
}

.section-bottom-form .col-left{
    width: 500px;
    min-width: 500px;
    color: #fff;
}

.section-bottom-form .col-left h2{
    font-size: 32px;
    font-weight: 500;
}

.section-bottom-form .col-left ul{
    padding-left: 20px;
    margin-top: 40px;
}

.section-bottom-form .col-left li + li{
    margin-top: 20px;
}

.section-bottom-form form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 600px;
    gap: 15px;
}






.section-bottom-form form .user-agreement{
    font-size: 10px;
    line-height: 1.4em;
    justify-content: center;
}

.section-bottom-form form .user-agreement input{
    width: auto;
}

.section-bottom-form form textarea{
    min-height: 160px;
}

.section-bottom-form form button{
    display: inline-block;
    padding: 16px 34px;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    cursor: pointer;
}

.section-bottom-form .col-right{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.section-map{
    margin: 100px 0;
}

.section-map .wrapper > div{
	width: 100%;
}

.section-map iframe{
	min-width: 100%;
	border-radius: 14px;
	border: none;
}

.section-contact-office .map > div{
	width: 100%;
}

.section-contact-office iframe{
	min-width: 100%;
	border-radius: 14px;
	border: none;
}




/* КАТАЛОГ */

.section-heading{
    margin: 40px 0 60px 0;
    font-size: 15px;
}

.section-heading .wrapper{
    justify-content: space-between;
}

.section-heading .sort{
    display: none;
    align-items: center;
    gap: 5px;
}

.section-heading .sort img{
    width: auto;
    height: 16px;
}

.section-catalog .item{
    width: 24%;
    border: 1px solid var(--primary-color);
    border-radius: 14px;
    background-color: #fff;
}

.section-catalog .item:hover{
    background-color: var(--light-color);
}

.section-catalog .item .gallery{
    background-image: url(assets/img/thumb.png);
    background-size: cover;
    padding-bottom: 10px;
}

.section-catalog .item .gallery img{
    height: 200px;
    object-fit: contain;
}

.section-catalog .item .gallery .catalog-thumb{
    padding-bottom: 10px;
}

.section-catalog .item .gallery .catalog-thumb .swiper-slide{
    padding: 20px;
    padding-bottom: 0;
}

.section-catalog .gallery .swiper .swiper-pagination-bullets{
    bottom: -10px;
}

.section-catalog .gallery .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    margin: 0 2px;
}

.section-catalog .item .content{
    padding: 15px 20px;
}

.section-catalog .item .content .title{
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 600;
}

.section-catalog .item .content .subtitle{
    font-size: 10px;
    line-height: 1.4em;
}

.section-catalog .item .content .info ul{
    list-style: none;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.6em;
}

.section-catalog .item .content .info ul li{
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-catalog .item .content .info ul li img{
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-top: -2px;
}

.section-catalog .item .content .price-box{
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 25px 0;
}

.section-catalog .item .content .price-box .price {
    font-size: 15px;
    line-height: 1.4em;
    color: #fff;
    padding: 2px 20px 2px 10px;
    background-image: url(/wp-content/uploads/2025/08/rectangle-84.svg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.section-catalog .item .content .price-box .price small{
    font-size: 10px;
}

.section-catalog .item .content .price-box .price-alt{
    display: flex;
    flex-direction: column;
}

.section-catalog .item .content .price-box .price-alt span{
    font-size: 15px;
    line-height: 1.4em;
}

.section-catalog .item .content .price-box .price-alt span:first-child{
    font-size: 10px;
    line-height: 1.4em;
}

.section-catalog .item .content .price-box .price-alt span b{
    color: var(--primary-color);
}

.section-catalog .item .content .btn-link{
    text-align: center;
    display: block;
    font-size: 10px;
    line-height: 1em;
    color: var(--primary-color);
}

.section-catalog .item .content .btn-link i{
    font-family: monospace;
    font-style: normal;
}


/* ПРОДУКТ */


.page-product .section-heading h1{
    text-align: center;
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 60px;
}

.page-product .section-heading p{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
}


.section-product-spec::before{
    content: '';
    display: block;
    background-image: url(assets/img/v2.png);
    background-position: center right;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 0;
    height: 1700px;
    width: 52%;
    background-size: contain;
    background-repeat: no-repeat;
	z-index: -1;
}

.section-product-spec .wrapper{
    gap: 50px;
    align-items: center;
}

.section-product-spec .col{
    width: 50%;
}

.section-product-spec .spec-wrapper{
    margin-top: 40px;
}

.title-bg{
    margin: 80px 0 50px 0;
}

.title-bg h2{
    text-align: center;
}

.title-bg h2::before{
    content: attr(data-text);
    position: absolute;
    font-size: 90px;
    font-weight: 400;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    opacity: .05;
}

.section-product-gallery{
    margin: 130px 0;
}

.section-product-gallery::before{
    content: '';
    display: block;
    background-image: url(assets/img/i.png);
    background-position: center right;
    position: absolute;
    top: -70%;
    right: 0;
    height: 1000px;
    width: 40%;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-product-gallery .tab-content{
    overflow: hidden;
}

.section-product-gallery .swiper{
    margin-right: -300px;
    padding-bottom: 30px;
}

.section-product-gallery .swiper img{
    border-radius: 20px;
}

.section-product-gallery .gallery-slider-pagination{
    margin-left: -150px;
}

.section-product-about{
    margin: 130px 0;
}

.section-product-about .item{
    width: 25%;
}

.section-product-about .item .content{
    padding: 40px 50px 50px 50px;
    height: 250px;
    background-color: var(--light-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 7px solid var(--primary-color);
}

.section-product-about .item .content img{
    height: 50px;
    width: auto;
    max-width: 65px;
}

.section-product-about .item .content p{
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 25px;   
}

.section-product-advantages{
    margin: 130px 0;
}

.section-product-advantages::before{
    content: '';
    display: block;
    background-image: url(assets/img/v3.png);
    background-position: center left;
    position: absolute;
    top: -270px;
    left: 0;
    height: 1700px;
    width: 60%;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-product-advantages .wrapper{
    align-items: center;
    gap: 50px;
}

.section-product-advantages .wrapper.reverse{
    flex-direction: row-reverse;
}

.section-product-advantages .col-img{
    width: 60%;
    min-width: 60%;
}

.section-product-advantages .col-text {
    font-size: 22px;
    line-height: 1.4;
}

.section-product-advantages .col-text .title {
    font-size: 22px;
    font-weight: 500;
    color: var(--primary-color);
    padding: 12px 40px;
    border: 1px solid var(--primary-color);
    border-radius: 140px;
    display: inline-block;
    margin-bottom: 70px;
}

.section-product-advantages .wrapper + .wrapper{
    margin-top: 200px;
}


/* КОНТАКТЫ */

.section-contact-info{
    margin: 40px 0 80px 0;
}

.section-contact-info h1{
    font-size: 30px;
    margin-bottom: 40px;
}

.section-contact-info .col{
    width: 50%;
}

.section-contact-info .item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.4em;
    gap: 15px;
}

.section-contact-info .item .title{
    font-weight: 600;
}

.section-contact-info .item + .item{
    margin-top: 40px;
}

.section-contact-office::before{
    content: '';
    display: block;
    background-image: url(assets/img/v4.png);
    background-position: center right;
    position: absolute;
    top: -270px;
    right: 0;
    height: 1700px;
    width: 60%;
    background-size: contain;
    background-repeat: no-repeat;
	z-index: -1;
}

.section-contact-office h2{
    font-size: 25px;
    font-weight: 700;
}

.section-contact-office .wrapper{
    flex-direction: column;
}

.section-contact-office .wrapper + .wrapper{
    margin-top: 40px;
}

.section-contact-office .swiper{
    width: 100%;
    padding-bottom: 30px;
}


/* О БРЕНДЕ */

.gallery-slider{
    padding-bottom: 30px;
}

.page-about .section-heading{
    margin-top: 100px;
    padding-bottom: 30px;
}

.page-about .section-heading::after{
    content: '';
    width: 50%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background-color: var(--primary-color);
}

.page-about .section-heading .wrapper{
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    gap: 10px;
}

.page-about .section-heading .logo-box{
    display: flex;
    gap: 20px;
}

.page-about .section-heading .logo-box img{
    width: 45px;
}

.page-about .section-heading .logo-box p{
    font-size: 12px;
    line-height: 1.2em;
    color: var(--primary-color);
    margin: 0;
}

.page-about .section-heading h1{
    margin: 40px 0;
}

.page-about .section-heading .subtitle {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    line-height: 1.2em;
}

.page-about .section-heading .subtitle p{
    margin: 0;
}

.page-about .section-content p{
    margin: 35px 0;
    font-size: 18px;
    line-height: 1.4em;
}

.page-about .section-content .title-bg{
    margin-top: 125px;
}

.page-about .section-content .img-box{
    width: 100%;
    display: flex;
    gap: 50px;
}

.swiper-vertical{
    height: 600px;
}

.slider-vertical-gallery{
    width: 100%;
}

.slider-vertical-gallery .swiper-slide img{
    height: 100%;
    object-fit: cover;
}

.slider-vertical-gallery-thumb{
    width: 250px;
}

.slider-vertical-gallery-thumb img{
    height: 100%;
    object-fit: cover;
}

.swiper-vertical.swiper .swiper-pagination-bullets{
    flex-direction: column;
}

.page-about .wrapper{
    align-items: center;
    gap: 50px;
    margin-top: 180px;
    
}

.page-about .wrapper .col-img{
    width: 60%;
    min-width: 60%;
}


.page-about .wrapper.reverse{
    flex-direction: row-reverse;
    margin-bottom: 180px;
}

.section-product-advantages .col-img{
    width: 60%;
    min-width: 60%;
}

.page-about .wrapper .col-text{
    font-size: 25px;
}


.page-about .wrapper + .wrapper{
    margin-top: 70px;
}


/* 404 */

.page-404 + footer{
    margin-top: 0;
}

.section-error{
    height: calc(100vh - 94px);
    display: flex;
    align-items: center;
    background-image: url(assets/img/vv1.png);
    background-size: cover;
    background-position: top left;
}

.section-error::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 30%;
    height: 80%;
    background-image: url(assets/img/vag1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 0;
}

.section-error::after{
    content: '';
    display: block;
    position: absolute;
    width: 25%;
    height: 80%;
    right: 0;
    background-image: url(assets/img/vag2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 0;
}

.section-error .wrapper{
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}


.section-error .error-code{
    font-size: 250px;
    line-height: 0.8em;
    font-weight: 700;
    color: var(--primary-color);
}

.section-error h1{
    margin: 0;
    margin-bottom: 30px;    
}


/* ДИЛЕРЫ */


.dealers-nav{
    display: flex;
    align-items: center;
    gap: 40px;
}

.dealers-nav .title{
    font-size: 25px;
    font-weight: 600;
}

.dealers-nav ul{
    list-style: none;
    display: flex;
    gap: 15px;
    padding-left: 0;
    margin: 0;
}

.dealers-nav ul li{
    padding: 12px 18px;
    border: 1px solid #24388D;
    border-radius: 4px;
    color: #24388D;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.dealers-nav ul li.active,
.dealers-nav ul li:hover{
    background-color: #24388D;
    color: #fff;
}

.section-dealers-info .wrapper{
    margin: 45px 0;
    flex-direction: column;
    gap: 40px;
}

.section-dealers-info .item{
    display: flex;
    gap: 21px;
    width: 100%;

}

.section-dealers-info .item .info-box {
    width: 40%;
    min-width: 40%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    border-bottom: 1px solid #000;
    padding: 40px 0;
    align-items: flex-start;
}

.section-dealers-info .item .dealer-logo{
    max-width: 500px;
}

.section-dealers-info .item .title{
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
	line-height: 1.2;
}

.section-dealers-info .item .subtitle{
    font-size: 17px;
    font-weight: 600;
}

.section-dealers-info .item .icon-list ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.section-dealers-info .item .icon-list ul li{
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: #676767;
}

.section-dealers-info .item .icon-list ul li img{
    width: 24px;
    height: 24px;
}


.section-dealers-info .item .adress{
    font-size: 17px;
    font-weight: 500;
}

.section-dealers-info .item .map-box{
    width: 100%;
}

.section-dealers-map{
    margin-top: 80px;
}

.popup-dealers{
    display: none;
    width: 790px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 65px 25px;
    border-radius: 20px;
    z-index: 10;
}

.popup-dealers .popup-close{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 24px;
    cursor: pointer;
}

.popup-dealers .wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.popup-dealers .form-logo img{
    width: 120px;
}

.popup-dealers .title{
    font-size: 36px;
    font-weight: 600;
}

.popup-dealers .dealer-info{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.popup-dealers .dealer-info .name{
    font-size: 24px;
    font-weight: 600;
}

.popup-dealers .dealer-info .adress{
    font-size: 16px;
}

.popup-dealers .wpcf7{
    width: 100%;
}

.popup-dealers form{
    width: 100%;
}

.popup-dealers form > p{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.popup-dealers form br{
    display: none;
}

.popup-dealers form input:not(.wpcf7-submit),
.popup-dealers form textarea{
    width: 100%;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

.popup-dealers form textarea{
    min-height: 140px;
    max-height: 140px;
    min-width: 100%;
    max-width: 100%;
}

.popup-dealers form input.wpcf7-submit{
    width: 100%;
    padding: 16px;
    background-color: #24388D;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.popup-dealers form .wpcf7-not-valid-tip{
    position: absolute;
    font-size: 12px;
    bottom: 10px;
    right: 15px;
}

.popup-dealers form .wpcf7-response-output{
    position: absolute;
    bottom: -25px;
    left: 0;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 14px;
    max-width: 500px;
}



/* ПОДВАЛ */


footer{
    background: #141B27;
    color: #fff;
    padding: 110px 0 15px 0;
    margin-top: 130px;
}

footer .wrapper{
    justify-content: space-between;
}

footer .logo-box img{
    width: 125px;
}

footer .footer-contacts{
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 25px;
}

footer .title{
    font-weight: 600;
}

footer .col:first-child{
    max-width: 280px;
}

footer nav ul{
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
}

footer nav ul li + li{
    margin-top: 19px;
}

footer .title + form{
    margin-top: 25px;
}

footer form{
    width: 385px;
    max-width: 385px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer form input, footer form textarea{
    border: 1px solid #FFFFFF;
    background-color: transparent;
    padding: 15px;
}

footer .footer-bottom{
    margin-top: 60px;
}

.pc-none{
    display: none;
}

.pc-only{
    display: block;
}


@media(max-width:1024px){

    .container{
        padding: 0 30px;
    }

    h1{
        font-size: 40px;
    }


    .menu-toggle{
        display: block;
        height: 32px;
        width: 32px;
        background-image: url(assets/img/burger.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        transition: all .1s ease-in-out;
    }

    .menu-toggle.active{
        background-image: url(assets/img/close.svg);
        background-size: 140%;
    }

    .header-main nav{
        display: none;
    }

    .menu-models .wrapper{
        padding: 40px;
        flex-direction: column;
    }

    .menu-models .item{
        width: 650px;
    }

    header .main-nav.open{
        display: block;
        position: absolute;
        top: 60px;
        left: -16px;
        width: calc(100% + 32px);
        background-color: #fff;
        padding-top: 20px;
    }

    .header-main nav ul{
        flex-direction: column;
        gap: 6px;
    }

    .header-main nav ul li{
        font-size: 18px;
        color: #fff;
        padding: 10px 16px;
        background-color: var(--primary-color);
        box-shadow: 0px 4px 4px 0px #00000040;
    }

    .header-main nav ul li.has-models::after{
        content: '';
        background-image: url(assets/img/chevron-down.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        height: 15px;
        width: 15px;
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-models{
        background-size: cover;
        background-position: left;
    }


    .home-slider .swiper-slide{
        gap: 50px;
    }

    .home-slider .swiper-slide .col-right{
        background-image: url(assets/img/home-slider-bg.png);
        background-size: 100% 100%;
        background-position: bottom left;
        background-repeat: no-repeat;
        width: 65%;
    }

    .swiper .swiper-pagination-bullets{
        bottom: -10px;
    }

    .section-advantages .wrapper{
        flex-wrap: wrap;
    }

    .section-advantages .item{
        height: 190px;
        width: calc(50% - 10px);
    }

    .section-cta{
        margin: 50px 0 60px 0;
    }

    .section-cta .wrapper{
        padding: 40px 30px;
        gap: 25px;
    }

    .section-cta img{
        width: 86px;
    }

    .section-cta .subtitle{
        line-height: 1.2em;
        margin-top: 5px;
    }


    .section-advantages-home .wrapper{
        flex-wrap: wrap;
    }

    .section-advantages-home .item{
        width: calc(50% - 10px);
    }

    .section-home-about{
        margin: 50px 0;
    }

    .section-home-about .wrapper{
        flex-direction: column;
        gap: 30px;
    }

    .section-home-about .col{
        width: 100%;
        gap: 30px;
    }

    .section-home-about .title{
        order: 1;
        font-size: 30px;
        padding: 0 50px;
    }

    .section-home-about span:not(.title){
        order: 2;
        font-size: 30px;
        padding: 0 50px;
    }

    .section-home-about .col img{
        order: 3;
        margin-top: 10px;
    }

    .section-home-about .item span{
        font-size: 20px;
        padding: 0;
    }

    .section-home-product .wrapper{
        flex-direction: column;
        gap: 30px;
    }

    .section-home-product .content{
        max-width: 100%;
        padding: 0 45px;
    }

    .section-home-table{
        background-size: 80% auto;
        background-position: top 0px left 0px;
        padding: 70px 0;
    }

    .section-home-table .wrapper{
        flex-direction: column;
    }

    .section-home-table .col{
        width: 100%;
    }

    .section-home-table .col:first-child{
        padding: 0 45px;
    }

    .pc-none{
        display: block;
    }

    .pc-only{
        display: none;
    }

    .section-home-table h2{
        padding: 0 60px;
        margin-bottom: 10px;
        font-size: 28px;
    }

    .section-home-table .price{
        padding: 0 60px;
        margin-top: 10px;
    }

    .section-home-table p{
        font-size: 25px;
    }

    .btn-group{
        justify-content: center;
    }

    .section-home-spec{
        margin-bottom: 50px;
    }

    .section-home-spec .tabs{
        display: flex;
        flex-direction: column;
    }

    .section-home-spec h2{
        order: 1;
        margin-top: 0;
    }

    .section-home-spec .tabs-control{
        order: 2;
    }

    .section-home-spec .tabs-content{
        order: 3;
    }

    .section-home-spec .wrapper{
        flex-direction: column;
    }

    .section-home-spec .col{
        width: 100%;
    }

	.section-home-spec .col img{
		height: 500px;
	}

    .section-home-spec .spec-wrapper{
        padding: 0 50px;
    }

    .spec-box{
        width: 100%;
        max-width: 800px;
    }

    .section-slider-credit{
        margin: 50px 0;
    }

    .section-slider-credit::before{
        top: -90%;
    }

    .section-slider-credit .col:last-child{
        display: none;
    }

    .section-slider-credit .col{
        width: 100%;
    }

    .section-bottom-form{
        margin: 50px 0;
    }

    .section-bottom-form .wrapper{
        flex-direction: column;
        padding: 0;
        background-image: none;
        gap: 0;
    }

    .section-bottom-form .wrapper::before{
        content: none;
    }

    .section-bottom-form .col-left{
        width: 100%;
        background-color: var(--primary-color);
        padding: 40px 70px;
    }

    .section-bottom-form .col-right{
        background-image: url(assets/img/form-bg.png);
        background-size: cover;
        background-position: center;
        justify-content: center;
        padding: 40px 0;
    }

    .section-bottom-form .col-left ul{
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
        flex-direction: row-reverse;
    }

    .section-bottom-form .col-left ul li{
        width: 50%;
        
    }

    .section-bottom-form .col-left li + li {
        margin-top: 0px;
    }

    .section-map img{
        height: 540px;
        object-fit: cover;
    }

    .section-map{
        margin: 50px 0;
    }

    .section-heading{
        margin: 30px 0 40px 0;
    }

    .section-catalog .wrapper{
	flex-wrap: wrap;
    }

    .section-catalog .item{
        width: calc(33% - 10px);
    }

    .section-catalog .item .content .title{
        font-size: 13px;
    }

    .section-catalog .item .content .price-box{
        gap: 3px;
        margin: 15px 0;
    }

    .section-catalog .item .content .price-box .price{
        font-size: 13px;
        color: #fff;
        padding: 2px 10px 2px 5px;
    }

    .section-catalog .item .content .price-box .price small{
        font-size: 8px;
    }

    .section-catalog .item .content .price-box .price-alt span{
        font-size: 13px;
    }

    .section-catalog .item .content .price-box .price-alt span:first-child{
        font-size: 9px;
    }

    .section-catalog .item .content{
        padding: 15px 10px;
    }

    .section-catalog .item .gallery img{
        height: 150px;
    }

    .page-product .section-heading h1{
        font-size: 36px;
    }

    .page-product .section-heading p{
        font-size: 20px;
        max-width: 760px;
    }

    .section-product-spec .title-bg{
        display: none;
    }

    .section-product-spec .wrapper{
        flex-direction: column;
    }

    .section-product-spec .col{
        width: 100%;
    }

    .section-product-spec .spec-wrapper{
        padding: 0 50px;
    }

    .spec-wrapper + .btn{
        margin-left: 50px;
    }

    .section-product-spec::before{
        top: 28%;
        width: 77%;
    }

    .title-bg h2::before{
        content: none;
    }

    .section-product-gallery{
        margin: 50px 0;
        padding-left: 30px;
    }

    .title-bg{
        margin: 0;
    }

    .tabs .tabs-content{
        margin-top: 40px;
    }

    .section-product-gallery::before{
        content: none;
    }

    .section-product-about{
        margin: 50px 0;
        padding: 0 40px;
    }

    .section-product-about .wrapper{
        flex-wrap: wrap;
    }

    .section-product-about .item{
        width: calc(50% - 10px);
    }

    .section-product-advantages{
        margin: 50px 0;
    }

    .section-product-advantages .wrapper{
        flex-direction: column-reverse;
        gap: 10px;
    }

    .section-product-advantages .wrapper.reverse{
        flex-direction: column-reverse;
    }

    .section-product-advantages .col-text{
        text-align: center;
    }

    .section-product-advantages .col-text .title{
        margin-bottom: 10px;
    }

    .section-product-advantages .col-text p{
        text-align: left;
    }

    .section-product-advantages .col-img{
        width: 100%;
        max-width: 100%;
    }

    .section-product-advantages::before{
        content: none;
    }

    .section-product-advantages .wrapper + .wrapper{
        margin-top: 50px;
    }

    .section-product-advantages ul{
        text-align: left;
    }

    .section-contact-office{
        overflow: hidden;
    }

    .section-contact-office::before{
        top: -115px;
        width: 90%;
        height: 1500px;
    }

    .section-contact-info{
        margin: 50px 0;
    }

    .section-contact-office .swiper{
        width: calc(100% + 200px);
        margin-right: -200px;
    }

    .section-contact-office .swiper .swiper-pagination-bullets{
        margin-left: -75px;
        bottom: -20px;
    }


    .page-about .section-heading{
        margin-top: 50px;
    }

    .page-about .section-heading .subtitle p{
        font-size: 25px;
        line-height: 1.4em;
    }

    .page-about .section-content{
        overflow: hidden;
    }

    .page-about .section-content .gallery-slider{
        margin-right: -200px;
    }

    .page-about .section-content .swiper .swiper-pagination-bullets{
        bottom: -20px;
        margin-left: -75px;
    }

    .page-about .section-content .title-bg{
        margin-top: 85px;
    }

    .page-about .section-content .img-box{
        gap: 20px;
    }

    .swiper-vertical{
        height: 460px;
    }

    .page-about .wrapper{
        margin-top: 90px;
        flex-direction: column-reverse;
        gap: 0;
    }

    .page-about .wrapper .col-img{
        width: 100%;
        max-width: 100%;
    }


    .page-about .wrapper + .wrapper{
        margin-top: 0px;
    }

    .page-about .wrapper.reverse{
        flex-direction: column-reverse;
        margin-bottom: 90px;
    }

    .section-error{
        background-image: url(assets/img/vvt.png);
        background-position: center right 50%;
    }

    .section-error .error-code{
        font-size: 170px;
    }

    .section-error h1{
        font-size: 30px;
    }

    .section-error::after{
        width: 20%;
    }

    .section-error .wrapper{
        gap: 30px;
    }

    .section-error::before{
        background-position: left -30px center;
    }

    .dealers-nav .title{
        min-width: fit-content;
    }

    .dealers-nav ul{
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .dealers-nav ul::-webkit-scrollbar{
        display: none;
    }

    .dealers-nav ul li{
        min-width: fit-content;
    }

    .section-dealers-info .item{
        height: 450px;
    }

    .section-dealers-info .item .info-box{
        width: 50%;
        min-width: 50%;
        padding: 35px 0;
        gap: 20px;
    }

    .section-dealers-info .item .dealer-logo{
        max-width: 400px;
    }

    .section-dealers-info .item .info-box .btn{
        padding: 15px;
    }

    .section-dealers-info .item .info-box .btn-group{
        gap: 10px;
    }

    .section-dealers-info .item .map-box iframe{
        max-height: 450px;
    }

    .popup-dealers{
        width: calc(100% - 40px);
        max-width: 800px;
    }


    footer{
        margin-top: 50px;
        padding: 60px 50px 130px 50px;
    }

    footer .wrapper{
        flex-wrap: wrap;
        
    }

    footer .wrapper .col{
        width: 50%;
    }

    footer .wrapper .col:nth-child(2){
        order: 2;
        margin-top: 20px;
    }

    footer form{
        width: 100%;
        max-width: 100%;
    }
}


@media(max-width: 767px){

    .container{
        padding: 0 16px;
    }

    .btn{
        padding: 12px 30px;
        font-size: 13px;
    }

    h1{
        font-size: 30px;
    }

    header .top-panel{
        display: none;
    }

    .home-slider .swiper-slide .logo{
        display: none;
    }

    .home-slider .swiper-slide .btn{
    
    }

    .menu-toggle{
        position: absolute;
        right: 30px;
        top: 10px;
    }

    header .header-main{
        padding: 20px 0;
    }

    .header-main .wrapper{
        justify-content: center;
    }

    .menu-models{
        top: 150px;
        height: calc(100vh - 150px);
        background-size: cover;
        background-position: left;
    }

    .menu-models .wrapper{
        padding: 10px 0;
        gap: 10px;
    }

    .menu-models .item{
        width: 100%;
        padding: 10px 20px;
    }

    .menu-models .item img{
        height: 125px;
    }

    .menu-models .item .title{
        font-size: 10px;
        margin-bottom: 5px;
    }

    .menu-models .item .content{
        padding-right: 80px;
    }

    .menu-models .item .price{
        font-size: 10px;
    }

    header .mob-contacts{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
    }

    header .mob-contacts span{
        font-size: 15px;
        line-height: 1.4em;
        color: #fff;
    }

    header .mob-contacts span a{
        display: flex;
        gap: 5px;
    }

    header .mob-contacts span img{
        filter: invert(1);
        width: 16px;
    }
    
    header .main-nav.open{
        display: block;
        position: absolute;
        top: 130px;
        left: -16px;
        width: calc(100% + 32px);
        background-color: #fff;
        padding-top: 20px;
    }

    .header-main nav ul{
        flex-direction: column;
        gap: 6px;
    }

    .header-main nav ul li{
        font-size: 18px;
        color: #fff;
        padding: 10px 16px;
        background-color: var(--primary-color);
        box-shadow: 0px 4px 4px 0px #00000040;
    }

    .header-main nav ul li.has-models::after{
        content: '';
        background-image: url(assets/img/chevron-down.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        height: 15px;
        width: 15px;
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
    }








    .home-slider .swiper-slide{
        flex-direction: column;
    }

    .home-slider .swiper-slide .col{
        width: 100%;
    }

    .section-home-hero h1{
        text-align: center;
    }

    .home-slider .swiper-slide .col-right img{
        margin-left: 0;
    }

    .home-slider .swiper-slide{
        gap: 10px;
    }

    .home-slider .swiper-slide .col-right{
        background-size: contain;
        background-position: top;
    }

    .home-slider{
        padding-bottom: 20px;
    }

    .swiper .swiper-pagination-bullets{
        bottom: -10px;
    }

    .swiper-pagination-bullets .swiper-pagination-bullet{
        width: 7px;
        height: 7px;
    }
    
    .section-advantages .item{
        width: 100%;
        height: 145px;
    }

    .section-advantages .item span{
        font-size: 18px;
    }

    .section-advantages .wrapper{
        gap: 15px;
    }

    .section-cta .wrapper{
        flex-direction: column;
        text-align: center;
        padding: 30px 15px;
    }

    .section-cta .subtitle{
        font-size: 15px;
        margin-top: 15px;
    }

	.section-advantages-home{
		margin: 50px 0;
	}

    .section-advantages-home .wrapper{
        margin-top: 15px;
    }

    .section-advantages-home .item{
        width: 100%;
        padding: 15px;
    }

    .section-advantages-home .item .num{
        font-size: 25px;
        margin: 20px 0 10px 0;
    }

    .section-advantages-home .item .num::before{
        width: 65px;
        height: 65px;
    }

    .section-home-about .title{
        padding: 0;
    }

    .section-home-about span:not(.title){
        padding: 0;
        font-size: 15px;
    }

    .section-home-about .col{
        gap: 10px;
    }

    .section-home-about .col img{
        height: 220px;
        margin-top: 0;
    }

    .section-home-about .item{
        padding: 20px;
    }

    .section-home-about .item h3{
        font-size: 20px;
        line-height: 1.4em;
    }

    .section-home-about .item p, .section-home-about ul{
        font-size: 15px;
    }

    .section-home-product .wrapper{
        padding: 40px 15px;
    }

    .section-home-product .content{
        padding: 0;
    }

    .section-home-product .content .heading img{
        width: 66px;
    }

    .section-home-product .content .heading .price{
        font-size: 20px;
    }

    .section-home-product .content p{
        font-size: 15px;
    }

    .section-home-product .content p{
        margin-bottom: 15px;
    }

    .section-home-table{
        background-size: 90% auto;
        background-position: top 10% left 0px;
        padding: 40px 0;
    }

    .section-home-table .col:first-child{
        padding: 0;
    }

    .section-home-table h2{
        padding: 0;
        font-size: 25px;
        text-align: center;
    }

    .section-home-table .price{
        padding: 0;
        margin-top: 20px;
    }

    .section-home-table p{
        font-size: 15px;
    }

    .section-home-table .wrapper{
        gap: 25px;
    }

    .flex-table .item span:last-child{
        text-align: right;
    }

    .section-home-spec{
        margin: 10px 0 50px 0;
    }

    .section-home-spec h2{
        font-size: 20px;
    }

	.section-home-spec .col img{
		height: 190px;
	}

    .tabs .tabs-control li{
        padding: 4px 20px;
        font-size: 13px;
        min-width: 130px;
        flex: auto;
    }

    .tabs .tabs-content{
        margin-top: 20px;
    }

    .section-home-spec .spec-wrapper{
        padding: 0;
    }

    .spec-box .item{
        width: 125px;
    }

    .section-slider-credit::before{
        content: none;
    }

    .section-slider-credit .swiper-slide{
        padding: 30px 20px;
        background-position: center;
    }

    .section-slider-credit .credit-content{
        gap: 30px;
    }

    .section-slider-credit .credit-content .subtitle,
    .section-slider-credit .credit-content .title{
        font-size: 20px;
    }

    .section-slider-credit .credit-content .info{
        font-size: 15px;
    }

    .section-slider-credit .credit-content .name{
        font-size: 15px;
    }

    .section-slider-credit .credit-slider{
        padding-bottom: 20px;
    }

    .section-bottom-form .col-left{
        padding: 30px 15px;
    }

    .section-bottom-form .col-left{
        min-width: 0;
    }

    .section-bottom-form .col-left h2{
        font-size: 25px;
        text-align: center;
    }

    .section-bottom-form .col-left ul{
        row-gap: 10px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .section-bottom-form .col-left ul li{
        width: 100%;
        font-size: 15px;
    }

    .section-bottom-form .col-right{
        padding: 25px 20px;
    }

    .section-bottom-form form input, .section-bottom-form form textarea{
        padding: 10px 15px;
        border-radius: 8px;
        font-size: 10px;
    }

    .section-bottom-form form button{
        padding: 10px 30px;
        font-size: 13px;
    }

    .section-map img{
        height: 270px;
    }

    .section-heading{
        margin: 20px 0;
    }

    .section-catalog .item{
        width: 100%;
    }

    .section-catalog .wrapper{
        flex-wrap: wrap;
    }

    .section-catalog .item .content .price-box{
        justify-content: space-between;
        margin: 20px 0;
		        flex-wrap: wrap;
    }

    .section-catalog .item .content .price-box .price{
        padding: 2px 20px 2px 10px;
    }

    .page-product .section-heading h1{
        font-size: 25px;
        margin-top: 30px;
    }

    .page-product .section-heading p{
        font-size: 15px;
        line-height: 1.4em;
    }

    .section-product-spec::before{
        background-image: url(assets/img/mv1.png);
        top: 10%;
        width: 100%;
    }

    .section-product-spec .col h2{
        font-size: 20px;
    }

    .section-product-spec .spec-wrapper{
        padding: 0;
    }

    .spec-wrapper + .btn{
        margin-left: 0;
    }

    .title-bg h2{
        font-size: 20px;
        margin-bottom: 0;
    }

    .section-product-gallery{
        padding-left: 16px;
    }

    .section-product-gallery .swiper{
        margin-right: -200px;
    }

    .section-product-gallery .gallery-slider-pagination{
        margin-left: -100px;
    }

    .section-product-about{
        padding: 0;
    }

    .section-product-about .wrapper{
        margin-top: 20px;
    }

    .section-product-about .item{
        width: 100%;
    }

    .section-product-about .item .content{
        padding: 20px;
        height: auto;
    }

    .section-product-advantages .wrapper{
        margin-top: 20px;
    }

    .section-product-advantages .col-text .title{
        font-size: 15px;
        padding: 5px 33px;
        color: #fff;
        background-color: var(--primary-color);
    }

    .section-product-advantages .col-text p,
    .section-product-advantages .col-text ul{
        font-size: 15px;
        line-height: 1.4em;
    }

    .section-product-advantages .wrapper + .wrapper{
        margin-top: 30px;
    }

    .section-product-gallery .tabs .tabs-control{
        padding-right: 16px;
    }

    .section-contact-info{
        margin-top: 25px;
    }

    .section-contact-info h1{
        font-size: 25px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .section-contact-info .wrapper{
        flex-direction: column;
    }

    .section-contact-info .col{
        width: 100%;
    }

    .section-contact-info .item{
        font-size: 15px;
    }

    .section-contact-info .item + .item{
        margin-top: 20px;
    }

    .section-contact-office h2{
        font-size: 15px;
        text-align: center;
    }

    .section-contact-office .wrapper{
        gap: 0px;
    }

    .section-contact-office .swiper .swiper-pagination-bullets{
        margin-left: -100px;
    }
    
    .section-contact-office::before{
        content: none;
    }

    .section-contact-office .map img{
        height: 270px;
    }

    .page-about .section-heading .logo-box{
        display: none;
    }
    
    .page-about .section-heading h1{
        margin: 10px 0;
    }

    .page-about .section-heading{
        margin-top: 20px;
    }

    .page-about .section-heading .subtitle p{
        font-size: 15px;
    }

    .page-about .section-content .swiper .swiper-pagination-bullets{
        margin-left: -100px;
    }

    .page-about .section-content p{
        margin: 25px 0;
        font-size: 15px;
    }

    .page-about .section-content .title-bg{
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .slider-vertical-gallery-thumb{
        width: 100px;
    }

    .swiper-vertical{
        height: 250px;
    }

    .page-about .section-content .img-box{
        gap: 10px;
    }

    .page-about .wrapper{
        margin-top: 40px;
    }

    .page-about .wrapper.reverse{
        margin-bottom: 40px;
    }

    .section-error{
        background-image: url(assets/img/mv2.png);
        background-position: left -90px top -75px;
        background-repeat: no-repeat;
    }

    .section-error::before{
        width: 70%;
        top: 15%;
    }

    .section-error .error-code{
        font-size: 100px;
    }

    .section-error h1{
        font-size: 25px;
    }

    .section-error .wrapper{
        gap: 15px;
    }

    .section-error::after{
        content: none;
    }

    .section-error .btn{
        margin-top: 240px;
    }


    .dealers-nav{
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .dealers-nav .title{
        font-size: 20px;
    }

    .dealers-nav ul{
        width: 100%;
    }

    .section-dealers-info .item{
        flex-direction: column;
        height: auto;
    }

    .section-dealers-info .item .info-box{
        width: 100%;
        min-width: 100%;
    }

    .section-dealers-info .item .info-box .btn-group{
        flex-direction: column;
        width: 100%;
    }

    .section-dealers-info .item .info-box .btn{
        width: 100%;
        text-align: center;
    }

    .section-dealers-info .item .map-box iframe{
        max-height: 300px;
    }

    .popup-dealers{
        width: calc(100% - 20px);
        padding: 30px 15px;
    }

    .popup-dealers .popup-close{
        top: 13px;
        right: 13px;
    }

    .popup-dealers .wrapper{
        gap: 20px;
    }

    .popup-dealers .title{
        font-size: 24px;
    }

    .popup-dealers .dealer-info .name{
        font-size: 18px;
    }

    .popup-dealers .dealer-info .adress{
        font-size: 14px;
    }

    .popup-dealers form input:not(.wpcf7-submit), .popup-dealers form textarea{
        padding: 5px 10px;
        font-size: 14px;
    }

    .popup-dealers form input.wpcf7-submit{
        margin-top: 10px;
    }

    .popup-dealers form > p{
        margin: 0;
    }

    .popup-dealers form textarea {
        min-height: 100px;
        max-height: 100px;
        min-width: 100%;
        max-width: 100%;
    }

    .popup-dealers form .wpcf7-not-valid-tip{
        font-size: 10px;
        bottom: 2px;
        right: 0px;
    }

    .popup-dealers form .wpcf7-response-output{
        font-size: 12px;
        line-height: 14px;
        bottom: -15px;
    }



    footer{
        padding: 40px 0px 130px 0px;
    }

    footer .footer-contacts{
        font-size: 15px;
        gap: 30px;
    }

    footer .wrapper .col{
        width: 100%;
    }

    footer .title{
        font-size: 15px;
    }

    footer nav ul{
        font-size: 15px;
        margin-top: 15px;
    }

    footer nav ul li + li{
        margin-top: 10px;
    }

    footer .wrapper .col:nth-child(2){
        order: 2;
    }

    footer .wrapper .col:nth-child(3){
        order: 3;
    }

    footer .footer-bottom{
        margin-top: 30px;
        font-size: 15px;
    }
}


.banner img {
    border-radius: 20px;
}




/*  contact form 7 */

.form input {
    background: #ccc0;
    padding: 12px;
    border-radius: 3px;
    border: 1px solid #fff;
    margin: 0 auto;
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 300;
    color: #fff !important;
}

@media (max-width: 576px) {
	.form input {
		max-width: 100%
	}}


.form textarea {
    background: #ccc0;
    padding: 16px;
    border-radius: 3px;
    border: 1px solid #e60000 ;
	  margin-bottom: 16px;
	  margin: 0 auto;
    display: block;
	  max-height: 200px;
  	max-width: 400px;
	color: #fff;
}

@media (max-width: 576px) {
	.form textarea {
		max-width: 100%
	}}



.form input::-webkit-input-placeholder {
   color: #fff;
}

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

.form label {
	display: block;
	color: #fff;
}

.form span {
    color: #fff;
}

.btn-form input {
    background: rgb(0 96 235) !important;
    border: rgb(0 96 235) !important;
    padding: 18px;
    margin: 0 auto;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}



@media (max-width: 768px) {
 .btn-form input	{
		width: 100%;
	}}




.input:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=range]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
    color: #fff;
    background-color: #fff0;
    border-color: #e60000 ;
    outline: 0;
}


.input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
	color: #fff;
}

.form span {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    position: absolute;
}

::-moz-placeholder         
{color:#fff !important;}/* Firefox 19+ */
:-moz-placeholder          
{color:#fff !important;}
/*  end contact form 7 */


.form-main .form {
    width: 90%;
    margin: 0 auto;
}

.form-main {
    display: flex;
    justify-content: center;
    background: #ffffff14;
    border-radius: 8px;
    padding-top: 28px;
}

.title.title-col {
    font-size: 22px;
}

a.phone_foo {
    display: block;
    margin-bottom: 5px;
}


footer
a:hover {
    color: #0060eb;
}

.col-right img {
    width: 107%;   
}

@media (max-width: 1080px) {
    .col-right img {
        width: inherit;   
    }}


.auto-b {
    
    width: 140%;
    position: relative;
    left: -206px;
}


@media (max-width: 576px) {
    .auto-b {
        width: 160%;
        position: relative;
        left: -168px; 
    }}
@media (max-width: 480px) {
    .auto-b {
        left: -130px; 
    }}
@media (max-width: 375px) {
    .auto-b {
        left: -114px; 
    }}

    main {
        overflow: hidden;
    }



.map-box iframe {
	height: 100%;
}


span.proce-of {
    color: #25388d;
    font-weight: 600;
    font-size: 20px;
}
span.auto-of {
    font-weight: 800;
    color: #273a8e;
    text-transform: uppercase;
}

span.auto-of:before {
    content: "";
    display: block;
    width: 110%;
    height: 100%;
    background: #3e4e9924;
    position: absolute;
    z-index: -1;
    transform: rotate(-5deg);
    top: -7px;
}

.offer {
    font-size: 20px;
    line-height: 1.6;
}

.menu-models .item .content {
    padding-right: 0px;
}


.section-catalog .wrapper{
flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    }


@media (max-width: 440px) {
.section-home-hero h2 {
		font-size: 26px;
	}}


    @media (max-width: 365px) {
        .section-home-hero h2 {
                font-size: 24px;
            }}



.section-cta h1 {
    text-align: start;
    font-size: 22px;
    margin-top: 0;
    font-weight: 600;
}

.section-catalog
h1 {
    font-size: 38px;
    line-height: 1em;
    font-weight: 700;
}


.table-wrapper {
    overflow-x: auto;
    margin: 25px 0;
    border-radius: 10px;
}

.iksweb {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.iksweb th {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 16px 15px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
}

.iksweb td {
    padding: 14px 15px;
    border-bottom: 1px solid #eaeaea;
    color: #2d3748;
}

.iksweb tr:nth-child(even) {
    background-color: #f7fafc;
}

.iksweb tr:last-child td {
    border-bottom: none;
}

.iksweb tr:hover {
    background-color: #edf2f7;
}


div#wpcf7-f317-o1 {
    width: 100%;
}


@media (max-width: 991px) {
    .section-bottom-form form{
width: 100%;
    max-width: 100%;
    }}


    @media (max-width: 991px) {
.form-main{
width: 100%;

    }}