/*
Create https://velmaster.ru
*/
::selection {
    background: #c50100;
    color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

html {
    height: 100%;
}

body {
    color: #111111;
    font-size: 16px;
    padding: 0;
    position: relative;
    margin: 0;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 120%;
    display: block;
}

div {
    display: block;
}

img {
    border: 0 none;
    max-width: 100%;
}

ul, ol {
    margin: 0;
    padding: 0;
}

h1, h2 {
    font-size: 32px;
    font-weight: normal;
}

h3 {
    font-size: 28px;
    font-weight: normal;
    position: relative;
}

h4 {
    font-size: 24px;
    font-weight: bold;
}

h5 {
    font-size: 24px;
    font-weight: normal;
}

h6 {
    font-size: 20px;
    font-weight: bold;
}

a {
    color: #c50100;
    outline: none;
    text-decoration: none;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 30px 0;
}

table tbody tr,
table thead tr {
    border: 1px solid #e1e1e1;
}

table th,
table td {
    padding: 5px 10px;
}
.container {
    margin: 0 auto;
    padding: 0;
    min-width: auto;
    width: 1140px;
}

.container:before, .container:after {
    display: table;
    content: "";
    line-height: 0;
}

.container:after {
    clear: both;
}

.formField {
    margin: 10px 0;
}
input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"],
input[type="phone"],
input[type="tel"],
textarea,
select {
    height: auto;
    color: #333333;
    font-size: 14px;
    outline: none;
    padding: 10px 20px;
    border: 1px solid #ededed;
    width: 100%;
    background: transparent;
    text-align: left;
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
}

input[type="text"]:focus::-webkit-input-placeholder {
    opacity: 0;
}

input[type="text"]:focus::-moz-placeholder {
    opacity: 0;
}

input[type="text"]:focus:-moz-placeholder {
    opacity: 0;
}

input[type="text"]:focus:-ms-input-placeholder {
    opacity: 0;
}

input[type="email"]:focus::-webkit-input-placeholder {
    opacity: 0;
}

input[type="email"]:focus::-moz-placeholder {
    opacity: 0;
}

input[type="email"]:focus:-moz-placeholder {
    opacity: 0;
}

input[type="email"]:focus:-ms-input-placeholder {
    opacity: 0;
}

input[type="date"]:focus::-webkit-input-placeholder {
    opacity: 0;
}

input[type="date"]:focus::-moz-placeholder {
    opacity: 0;
}

input[type="date"]:focus:-moz-placeholder {
    opacity: 0;
}

input[type="date"]:focus:-ms-input-placeholder {
    opacity: 0;
}

input[type="time"]:focus::-webkit-input-placeholder {
    opacity: 0;
}

input[type="time"]:focus::-moz-placeholder {
    opacity: 0;
}

input[type="time"]:focus:-moz-placeholder {
    opacity: 0;
}

input[type="time"]:focus:-ms-input-placeholder {
    opacity: 0;
}

input[type="password"]:focus::-webkit-input-placeholder {
    opacity: 0;
}

input[type="password"]:focus::-webkit-input-placeholder {
    opacity: 0;
}

input[type="password"]:focus::-moz-placeholder {
    opacity: 0;
}

input[type="password"]:focus:-moz-placeholder {
    opacity: 0;
}

input[type="password"]:focus:-ms-input-placeholder {
    opacity: 0;
}

input[type="phone"]:focus::-webkit-input-placeholder {
    opacity: 0;
}

input[type="phone"]:focus::-webkit-input-placeholder {
    opacity: 0;
}

input[type="phone"]:focus::-moz-placeholder {
    opacity: 0;
}

input[type="phone"]:focus:-moz-placeholder {
    opacity: 0;
}

input[type="phone"]:focus:-ms-input-placeholder {
    opacity: 0;
}

input[type="tel"]:focus::-webkit-input-placeholder {
    opacity: 0;
}

input[type="tel"]:focus::-webkit-input-placeholder {
    opacity: 0;
}

input[type="tel"]:focus::-moz-placeholder {
    opacity: 0;
}

input[type="tel"]:focus:-moz-placeholder {
    opacity: 0;
}

input[type="tel"]:focus:-ms-input-placeholder {
    opacity: 0;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
}

textarea:focus:-moz-placeholder {
    opacity: 0;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
input[type="submit"] {
    outline: none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    background: #c50100;
    color: #fff;
    display: block;
    width: 100%;
    min-width: 100%;
}

input[type="submit"]:hover {
    color: #fff;
    background: #f05554;
}

textarea {
    height: 80px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, textarea:focus {
    border-color: #c50100;
}

::-webkit-input-placeholder {
    color: #263238;
}

::-moz-placeholder {
    color: #263238;
}

:-moz-placeholder {
    color: #263238;
}

:-ms-input-placeholder {
    color: #263238;
}

.agree {
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #c50100;
}

a.btn, .btn {
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 100%;
    padding: 20px 15px;
    cursor: pointer;
    display: inline-block;
    border: none;
    border-radius: 0px;
    outline: none;
    position: relative;
    transition: all 200ms ease-in-out;
    min-width: 180px;
    background: #c50100;
    color: #fff;
    border-radius: 10px;
}
a.btn_small, .btn_small{
    padding: 7px;
    min-width: 130px;
    font-size: 14px;
}
a.btn:hover, .btn:hover {
    background: #f05554;
}
a.auto_gallery_btn{

}
a.btn_auto{
    padding: 15px 10px;
    font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1140px) {

}
@media (max-width: 768px) {
    a.btn, .btn {
        min-width: auto;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 22px;
    }
    body {
        font-size: 14px;
    }
    a.btn:after, .btn:after, a.btn:before, .btn:before {
        display: none;
    }
    a.btn {
        clip-path: none;
        font-size: 15px;
        padding: 9px 10px;
    }

}
/*Элементы страниц*/
.section_main {
    padding: 70px 0;
    position: relative;
}
.section_main_content {
    position: relative;
    z-index: 10;
}


.section_title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: normal;
    line-height: 50px;
    color: #000;
    margin-bottom: 15px;
    position: relative;
}


@media (min-width: 768px) and (max-width: 1140px) {

}

@media (max-width: 768px) {

}




/*Header*/
header {
    background: #fff;
    position: relative;
    border-bottom: 2px solid #aaaaab;
}

.header_wrap {
    margin: 0 auto;
    padding: 0;
    min-width: auto;

}

.header_box {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.logo {
    -webkit-flex: 0 0 315px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.logo_img {
    height: 60px;
}

.logo_text {
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 110%;
    text-transform: uppercase;
}

a.header_phone {
    display: block;
    font-size: 16px;
    padding: 10px 30px;
}

.header_nav {
    display: flex;
}
.header_nav ul{
    display: flex;
}

.header_nav ul.top-menu {

}

.header_nav ul.top-menu>li {
    display: block;
}
.header_nav ul.top-menu>li>a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 25px;
    color: #000;
}

.header_nav ul.top-menu>li>a[href="#"] {
    cursor: default;
}

.header_nav ul.top-menu>li>a:hover {
    color: #c50100;
}
.header_contakt{

}
.header_contakt_item{
    font-size: 18px;
    color: #c50100;
    display: flex;
    align-items: center;
    margin: 4px 0;
}
.header_contakt_link{
    font-size: 14px;
    color: #000;
    margin-left: 9px;
}

@media (min-width: 768px) and (max-width: 1140px) {
    .header_nav ul.top-menu>li>a {
        font-size: 12px;
        padding: 5px 10px;
    }
    .header_btn{
        padding: 0 10px;
    }
}
@media (max-width: 768px) {
    .header_box{
        display: block;
    }
    .header_contakt_item{
        padding: 6px 0;
    }
    .header_nav {
        display: none;
    }
    .header_nav ul{
        display: block;
    }
    .header_contakt{
        display: none;
    }
    .header_btn{
        display: none;
        padding: 10px 0;
    }
    .header_nav ul.top-menu>li>a{
        padding: 10px 0;
    }
}
/*Мобильное меню*/
.mob_menu{
    display: none;
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #c50100;
    border: 2px solid #c50100;
    top: 12px;
    right: 15px;
    margin: 0;
    cursor: pointer;
    outline: none;
}
.mob_menu span{
    width: 20px;
    left: auto;
    right: 5px;
    height: 1px;
    background-color: #fff;
    backface-visibility: hidden;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
}
.mob_menu span.mob_menu_line_01 {
    top: 9px;
}
.mob_menu span.mob_menu_line_02 {
    top: 16px;
    width: 15px;
}
.mob_menu span.mob_menu_line_03 {
    top: 23px;
}

.mob_menu.active span.mob_menu_line_02 {
    transition: background .3s 0s ease-in-out;
    background: transparent;
}
.mob_menu.active span.mob_menu_line_01 {
    top: 15px;
    transform: rotate(45deg);
}
.mob_menu.active span.mob_menu_line_03{
    top: 15px;
    transform: rotate(-45deg);
}

@media (min-width: 768px) and (max-width: 1140px){
    .container{
        width: 738px;
    }
}
@media (max-width: 768px){
    .container{
        width: 320px;
        width: 100%;
        padding: 0 20px;
    }
    .mob_menu{
        display: block;
    }
}




/*Section 1*/
.top_section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    position: relative;
    z-index: 0;
    animation: bgzoomer 20s infinite ease-in-out;
}



.top_section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: .5;
    z-index: 1;
}
.top_section_video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}
.top_section_video video {
    height: auto;
    top: 50%;
    width: 100vw;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 0;
    position: absolute;
}

.top_section_box {
    position: relative;
    z-index: 11;
    padding: 90px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 62px);
}

.top_section_content {
    text-align: center;
}

.top_h1 {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.top_descript {
    margin-top: 5vh;
    font-size: 20px;
    color: #fff;
}

.top_section_btn {
    margin-top: 5vh;
}
/*Section 2*/
.section_work{
    background-size: cover;
    background: #e8e8e8 fixed center center;
}
.section_work:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background: #ececec;
    opacity: .95;
}
.section_work_box{
    position: relative;
    z-index: 10;
}
.top_section_work_content{

}
.top_work_h2{
    text-align: center;
}
.top_work_subtitle{
    text-align: center;
    margin: 15px 97px;
    font-size: 18px;
}
.top_section_work_blok{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(5, 1fr);
    margin: 50px 0 0;
}
.section_work_item{
    text-align: center;
    position: relative;
    transition: all .4s ease-in-out;
}
.section_work_item::before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 25px;
    left: 55%;
    background: #c50100;
}
.section_work_item:last-child::before {
    display: none;
}
.section_work_item::after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-left-color: #c50100;
    top: 16px;
    left: calc(50% + 25px);
}
.section_work_item:last-child::after {
    display: none;
}
.section_work_icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 8px;
    font-size: 36px;
    background: #ffffff;
    color: #c50100;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transition: all .4s ease-in-out;
}
.section_work_icon i {

}
.section_work_item:hover {

}
.section_work_item:hover .section_work_icon{
    background: #c50100;
    color: #ffffff;
    width: 100%;
}
.section_work_title{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0 0;
}
.section_work_subtitle{
    margin: 15px 0 0;
}


@media (min-width: 768px) and (max-width: 1140px) {
    .top_h1{
        font-size: 30px;
    }
    .section_work_item{
        padding: 0 10px 0;
    }
    .top_work_h2{
        font-size: 25px;
        font-weight: bold;
    }
    .top_work_subtitle{
        font-size: 15px;
    }
    .top_section_work_blok{
        margin: 30px 0 0;
    }
    .section_work_title{
        font-size: 15px;
    }
    .section_work_subtitle{
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    .top_h1{
        font-size: 26px;
    }

    .top_work_subtitle{
        margin: 15px 0 0;
    }
    .top_descript{
        font-size: 19px;
    }
    .top_section_work_blok{
        display: block;
    }
    .section_work_item{
        width: auto;
    }
    .top_work_h2{
        font-size: 25px;
        font-weight: bold;
    }
    .top_work_subtitle{
        font-size: 15px;
    }
    .top_section_box{
        margin: 0;
        padding: 60px 0;
        min-height: auto;
    }
    .section_work_item::before {
        height: 0;
    }.section_work_item::after{
         content: none;
     }
}

/*Section About*/
.section_about {
    position: relative;
}
.main_about_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_cars.jpg);
    z-index: 0;
    opacity: .1;
}
.main_about_box {
    position: relative;
    z-index: 10;
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
}
.main_about_item {
    position: relative;
    text-shadow: 1px 1px 1px #fff;
    background: #fff;
    padding: 10px;
    border: 2px solid #ececec;
    transition: all .4s ease-in-out;
    border-radius: 10px;
}

.main_about_item:before {
    position: absolute;
    z-index: -1;
    content: '';
    width: 70px;
    height: 70px;
    bottom: -35px;
    left: -35px;
    background: #ececec;
    border-radius: 50%;
    transition: all .4s ease-in-out;
}
.main_about_item:after {
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
    height: 2px;
    bottom: -11px;
    left: -10px;
    background: #ececec;
    transition: all .4s ease-in-out;
}
.main_about_item:hover {border: 2px solid #c50100;}
.main_about_item:hover:before {background: #c50100;}
.main_about_item:hover:after {background: #c50100;    width: 2px;
    height: 100%;}
.main_about_item_head {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 130%;
    min-height: 48px;
    position: relative;
    z-index: 10;
}
.main_about_item_info {
    font-size: 18px;
    padding-top: 10px;
    position: relative;
    z-index: 10;
}
@media (min-width: 768px) and (max-width: 1140px) {

}
@media (max-width: 768px) {
    .main_about_box{
        grid-template-columns: none;
    }
}


/*Section 3*/
.section_import {
    position: relative;
    background: url(../img/bg_cars2.jpg);
}
.section_import:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #eeeeee;
    opacity: .95;
}
.traces_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_traces.svg);
    background-size: cover;
    z-index: 0;
    opacity: .07;
}
.section_import_box{
    position: relative;
    z-index: 10;
}
.top_import_h2{
    text-align: center;
}
.top_section_import_content{

}
.section_import_wrap{
    margin-top: 30px;
}
.section_import_item{
    display: flex;
    padding: 30px 0;
    position: relative;
}
.section_import_image {
    line-height: 0;
}
.section_import_image img {
    transition: all .4s ease-in-out;
    transform-style: flat;
    border-radius: 10px;
}
.section_import_item:hover .section_import_image img {
    transform: scale(1.05);
}
.section_import_head {
    flex: 0 0 400px;
    max-width: 400px;
}
.section_import_info{
    position: relative;
}
.section_import_title{
    font-size: 23px;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: 75px;
    background: #efefef;
    padding: 10px 120px 10px 40px;
    border-bottom: 2px solid #c50100;
}
.section_import_title:before {
    position: absolute;
    content: '';
    top: 40px;
    right: -25px;
    background-color: #c50100;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    transition: all .4s ease-in-out;
}
.section_import_item:hover .section_import_title:before {
    transform: scale(1.3);
}
.section_import_text{
    font-size: 18px;
    padding-top: 70px;
    padding-left: 40px;
}
.section_import_num {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 150px;
    line-height: 150px;
    color: #c50100;
    opacity: .06;
    z-index: 0;
    user-select: none;
}
.section_import_item:nth-child(2n+2)::before {
    left: 0;
    right: auto;
}
.section_import_item:nth-child(2n+2) .section_import_num {
    left: 0;
    right: auto;
}
.section_import_item:nth-child(2n+2) .section_import_head {
    order: 2;
}
.section_import_item:nth-child(2n+2) .section_import_title {

}
.section_import_item:nth-child(2n+2) .section_import_text {
    padding-right: 40px;
    padding-left: 0;
}
.section_import_item:nth-child(2n+2) .section_import_title:before {
    left: -25px;
    right: auto;
}







@media (min-width: 768px) and (max-width: 1140px) {
    .top_import_h2{
        font-size: 25px;
    }
    .section_import_item{
        padding: 15px 0;
    }
    .section_import_title{
        font-size: 18px;
        flex: 0 0 200px;
        max-width: 200px;
        top: 0;
        left: -170px;
    }
    .section_import_subtitle{
        font-size: 15px;
    }

}
@media (max-width: 768px) {
    .top_import_h2{
        font-size: 25px;
    }
    .section_import_item{
        display: block;
        padding: 10px 0;
    }

    .section_import_image{
        display: none;
    }
    .section_import_title{
        position: static;
        font-size: 20px;
    }
    .section_import_text{
        padding-top: 30px;
        padding-left: 0;
    }
    .section_import_subtitle{
        font-size: 15px;
        padding: 10px 0;
    }
    .section_import_item:nth-child(2n+2) .section_import_title{

    }
    .section_import_title:before{
        display: none;
    }
    .section_import_item:nth-child(2n+2) .section_import_title:before {
        left: 0;
    }
}

/*Section 4*/
.section_catalog{

}
.section_catalog_box{

}
.catalog_content{

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

}
.catalog_item{

}
.catalog_wrap{
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
}
.catalog_carousel {
    margin-top: 30px;
}
.catalog_car{

}
.catalog_car_img{
    display: block;
    height: 210px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    cursor: pointer;
}
.catalog_car_content{

}
.catalog_car_content_title{
    font-size: 25px;
    color: #0b0e17;
    font-weight: bold;
    margin-top: 15px;
    cursor: pointer;
}
.catalog_car_description{
    display: flex;
}
.catalog_car_list{

}
.catalog_car_list span{
    padding-right: 10px;
    font-size: 15px;
    margin-right: 10px;
    border-right: 2px solid #aaaaaa;
}
.catalog_car_list:last-child span{
    border-right: none;
}
.catalog_car_text{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    margin: 20px 0 0;
}
.catalog_car_price{
    margin: 0px 30px 0 0
}
.catalog_car_sum{
    font-weight: bold;
}
.catalog_car_option{
    font-size: 15px;
}
.catalog_car_btn{

}




@media (min-width: 768px) and (max-width: 1140px) {
    .catalog_wrap{
        gap: 35px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .catalog_car_content_brand a{
        font-size: 20px;
    }
    .catalog_car_list span{
        padding-right: 5px;
        margin-right: 5px;
        font-size: 14px;
    }
    .catalog_wrap{
        grid-template-columns: none;
    }
}




/*Footer */
footer {
    background: #0b0e17;
}
.footer_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.footer_col_logo{

}
.logo_text{
    color: #ffff;
    font-size: 25px;
    padding-left: 15px;
}
.footer_col{

}
.footer_col_nav{

}
.footer_nav {

}
.footer_nav ul {
    display: flex;
}
.footer_nav li {
    list-style: none;
}
.footer_nav a{
    color: #fff;
    display: block;
    padding: 3px 10px;
}

@media (min-width: 768px) and (max-width: 1140px) {

}
@media (max-width: 768px) {
    .footer_nav ul{
        display: block;
    }
    .footer_row{
        display: block;
    }
    .footer_col_nav{
        margin: 10px 0;
    }
}
/*Single-cars*/
.container{

}
.auto_box{
    padding: 20px 0;
}
.auto_h1{
    font-size: 38px;
}
.auto_wrap{
    display: flex;
    margin-top: 20px;
}
.auto_gallery{
    flex: 0 0 500px;
    max-width: 500px;
}
.auto_gallery_img{

}
.auto_gallery_box{
    display: grid;
    gap: 13px;
    grid-template-columns: repeat(4, 1fr);
}
.auto_gallery_box_item{
    height: 80px;
    display: block;
    background-size: cover;
    background-position: center;
}
.auto_gallery_btn{
    margin-top: 20px;
}
.auto_info{
    padding-left: 80px;
}
.auto_price{
    font-size: 22px;
    font-weight: bold;
}
.auto_description{
    padding: 15px 0;
}
.auto_prop{

}
.auto_prop_ul{

}
.auto_prop_item{
    list-style-type: none;
}
.auto_prop_key{
    display: inline-block;
    width: 160px;
}
.auto_prop_value{
    font-weight: bold;
}






@media (min-width: 768px) and (max-width: 1140px) {
    .auto_wrap{
        display: block;
    }
    .auto_gallery{
        max-width: 100%;
    }
    .auto_info{
        padding-left: 0px;
    }
    .auto_gallery_btn{
        margin: 15px 0
    }
}
@media (max-width: 768px) {
    .auto_h1{
        font-size: 25px;
    }
    .auto_wrap{
        display: block;
    }
    .auto_gallery_btn{
        margin: 15px 0
    }
    .auto_info{
        padding-left: 0px;
        font-size: 13px;
    }
    .auto_price{
        font-size: 18px;
        margin-top: 8px;
    }
    .auto_description{
        padding: 10px 0;
    }
    .auto_prop_key{
        width: 130px;
    }
}


/*Index.php*/
.app_section{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    animation: bgzoomer 20s infinite ease-in-out;
}
.app_section_box{
    position: relative;
    z-index: 11;
    padding: 90px 0;

}
.app_section_content{
    text-align: center;
}
.app_h1{
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.company_description{
    padding: 70px 0;
}






@media (min-width: 768px) and (max-width: 1140px) {

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

}


/*Catalog*/
.catalog_box{
    padding: 20px 0;
}
.catalog_content{
    font-size: 38px;
}
.catalog_wrapper{
    display: flex;
    justify-content: space-between;
}
.catalog_h1{

}
.catalog_filters_button{
    display: flex;
    align-items: center;
    background: #eaeaea;
    border-radius: 10px;
    padding: 4px 10px;
    cursor: pointer;
}
.catalog_filters_button:hover{
    background: #d0cece;
}
.catalog_filters_button_icon{
    font-size: 22px;
    margin-right: 4px;

}
.catalog_filters_button_text{
    font-size: 16px;
    font-weight: 300;

}
.catalog_filters_wrap{
    margin-top: 10px;
    display: none;
}
.catalog_filters_wrap.active{
    display: block;
}

.catalog_filters_form{

}
.catalog_filters_box{
    display: grid;
    gap: 13px;
    grid-template-columns: repeat(4, 1fr);
}
.catalog_filters_item{

}
.catalog_filters_title{
    font-size: 15px;
}
.catalog_filters_field{
    margin-top: 5px;
}
.catalog_filters_field .btn {
    padding-top: 14px;
    padding-bottom: 14px;
}
input.btn .btn_small{
    margin-top: 20px;
}
.catalog_filters_field_years{
    display: flex;
}
.catalog_filters_year{
    flex: 50%;
}
@media (min-width: 768px) and (max-width: 1140px) {

}
@media (max-width: 768px) {
    .catalog_h1{
        font-size: 25px;
    }
    .catalog_filters_box{
        grid-template-columns: repeat(2, 1fr);
    }
}
/*page_contacts*/
.page_contacts_content{

    padding: 110px 0;
    margin: 0px 137px;
}
.page_contacts_box{
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}
.page_contacts_img{
    height: 200px;
    background-position: center;
    background-size: 100%;
}
.page_contacts{

}
.page_contacts_item{
    display: flex;
}
.page_contacts_icon{
    font-size: 23px;
    display: block;
    background-color: #c50100;
    border-radius: 16px;
    color: #fff;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    line-height: 30px;
    text-align: center;
}
.page_contacts_description{
    padding: 0 0 0 10px;
}
.page_contacts_text{
    font-weight: bold;
}


.page_contacts_subtitle{

}





@media (min-width: 768px) and (max-width: 1140px) {
    .page_contacts_content{
        padding: 70px 0;
        margin: 0 70px;
    }
}
@media (max-width: 768px) {
    .page_contacts_content{
        padding: 40px 0;
        margin: 0 40px;
    }
    .page_contacts_box{
        grid-template-columns: repeat(1, 1fr);
    }
}

/*Схема работы*/
.app_section{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    animation: bgzoomer 20s infinite ease-in-out;
}
.app_section_box{
    position: relative;
    z-index: 11;
    padding: 90px 0;

}
.app_section_content{
    text-align: center;
}
.app_h1{
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.app_descript{
    margin-top: 30px;
    color: #ffffff
}
.section_scheme_wrap{
    display: flex;
}
.section_scheme_img{
    flex: 0 0 380px;
    max-width: 380px;
}
.section_scheme_info{
    padding: 20px 0 0 50px;
}
.section_scheme_info:nth-child(2n+1){
    padding: 30px 50px 0 0;
}
.section_scheme_item{
    margin: 0 0 30px;
}
.section_scheme_list{
    display: flex;
}
.section_scheme_text{

}
.section_scheme_num{
    font-size: 25px;
    display: block;
    background-color: #c50100;
    border-radius: 17px;
    color: #fff;
    width: 34px;
    text-align: center;
}
.section_scheme_h3{
    margin-left: 7px;
}
.section_scheme_description{
    margin: 7px 0;
}
.section_scheme_grey{
    background-size: 100%;
    background-position: center;
}




@media (min-width: 768px) and (max-width: 1140px) {

}
@media (max-width: 768px) {
    .app_section_box{
        padding: 40px 0;
    }
    .app_h1{
        font-size: 25px;
    }
    .app_descript{
        font-size: 12px;
    }
    .section_scheme{
        padding: 0;
    }
    .section_scheme_light{
        padding: 0;
    }
    .section_scheme_grey{
        padding: 0;
    }
    .section_scheme_wrap{
        display: block;
    }
    .section_scheme_img{
        max-width: auto;
        display: none;
    }
    .section_scheme_info{
        padding: 0;
        margin-top: 10px;
    }
    .section_scheme_info:nth-child(2n+1){
        padding: 0;
    }
    .section_scheme_item{
        margin: 0 0 15px;
    }
    .section_scheme_num{
        font-size: 19px;
        border-radius: 16px;
        width: 27px;
    }
    .section_scheme_h3{
        font-size: 20px;
    }
}

/*Пагинация*/
.catalog_pagination {
    position: relative;
}
.catalog_pagination_ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 30px 0;
}
.catalog_pagination_li {
    list-style: none;
    display: block;
    width: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: 1px solid #dddddd;
    background: #f5f5f5;
    margin: 5px 5px;
    color: #999;
}
.catalog_pagination_li.active {
    color: #c50100;
    border-color: #c50100;
}
