body {
    font-family: 'SF Pro Display';
    font-size: 16px;
    color: #252b33;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
}

.fancybox-slide--html .fancybox-close-small { /* color: white !important; */
}

.fancybox-button svg {
    transform: scale(2);
}

.compensate-for-scrollbar {
    margin-right: auto !important;
    overflow: auto !important;
}

.fancybox-content {
    overflow: hidden;
}


input[type=file] {
    display: none;
}


.resp_table {
    width: 100%;
}

.resp_table tr td:before {
    display: none;
}

.resp_table img {
    max-width: 100%;
    width: 100%;
    display: block;
    width: 220px;
}


sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
    font-size: 80%;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

select::-ms-expand {
    display: none;
}

select::-ms-expand {
    display: none;
}

a:hover {
    text-decoration: none;
}

.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
    color: black;
    width: 22px !important;
    height: 22px !important;
    top: -25px !important;
    right: -25px !important;
}


.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1140px;
    position: relative;
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
    }
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
}


#form_popup, #form_popup2 {
    display: none;
}

.popup_container {
    width: 420px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box; /* border: 2px solid black; */
    background: white;
    text-align: center;
    padding-bottom: 30px;
}

.popup_container .agree_field {
    color: black;
    font-size: 12px;
}

.popup_container .agree_field a {
    color: black;
}


.popup_container h2 {
    font-size: 20px;
    font-weight: 700;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: black;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -moz-transform: rotate(45deg); /* Aey Firefox */
    -ms-transform: rotate(45deg); /* Aey IE */
    -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Aey Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

.popup_container .close:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    width: 34px;
    height: 1px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 0px;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .form-group {
    margin-bottom: 19px;
}

.popup_container .form-group input[type=text] {
    color: black;
    display: block;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    padding: 10px;
}

.popup_container .form-group textarea {
    color: black;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-family: 'SF Pro Display';
    font-size: 16px;
}

.popup_container .form-group select {
    color: #1d1f20;
    height: 50px;
    border: 1px solid white;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-family: 'SF Pro Display';
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
}

.popup_container .form-group button {
    cursor: pointer;
    height: 38px;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
}

.popup_container .form-group button:before {
    display: none;
}

.popup_container .form-group button:after {
    display: none;
}


.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 10px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
}

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
}

.agree_field span {
    padding-left: 25px;
    display: inline-block;
}

.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}


form {
}

form .form-group {
    margin-bottom: 8px;
    position: relative;
}

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
    height: 38px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 100;
    font-family: 'SF Pro Display';
    padding: 0px 30px;
    outline: none;
    background: white;
    border-radius: 0px;
    border: 1px solid #c8cacc;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 95% 50% no-repeat #ffffff;
    font-family: 'SF Pro Display';
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'SF Pro Display';
    outline: none;
}

form .form-group button:hover {
}


.form_title {
    color: black;
    font-size: 36px; /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 47px;
}

.form_title span {
    display: block;
    color: #ff0000;
    white-space: nowrap;
}

.btn {
    box-sizing: border-box;
    background: #252b33;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 38px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .3s;
    text-align: center;
}

.btn.white {
    background: #ffffff;
    color: #252b33;
}

.btn:hover {
    background: #e58100;
    color: #ffffff;
}


/**********************
        HEADER
**********************/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 5;
    padding: 23px 0;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_dealer {
    display: flex;
    align-items: center;
}

.head_dealer b {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

.head_dealer b:after {
    content: '';
    top: 4px;
    width: 1px;
    height: 16px;
    background: rgba(37, 43, 51, 0.4);
    position: absolute;
    right: -1px;
}

.head_dealer span {
    font-size: 14px;
    color: rgba(37, 43, 51, 0.4);
}

.top_phone {
    font-weight: 700;
    color: #252b33;
    text-decoration: none;
}

header .btn {
    width: 208px;
}

header .m_btn {
    display: none;
}

.menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 84px;
    z-index: 5;
    background: #ffffff;
}

.menu_wrap {
    border-top: 1px solid rgba(37, 43, 51, 0.4);
    padding: 15px 0;
    display: flex;
    justify-content: center;
}

.menu_wrap a {
    display: block;
    padding: 0 8px;
    color: #252b33;
    text-decoration: none;
    margin: 0 20px;
    position: relative;
}

.menu_wrap a:after {
    content: '';
    width: 0;
    height: 2px;
    background: #252b33;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: all .3s;
}

.menu_wrap a:hover:after {
    width: 100%;
}


/**********************
        BANNER
**********************/
.banner_slider {
    margin-top: 134px;
}
.banner_slider .banner_item {
    height: 680px;
    overflow: hidden;
}
.banner_item.slide1 {
    background: url(../img/bg1.jpg) 50% 0 no-repeat;
}
.banner_item.slide2 {
    background: url(../img/bg2.jpg) 50% 0 no-repeat;
}
.banner_item.slide3 {
    background: url(../img/bg3.jpg) 50% 0 no-repeat;
}
.banner_item.slide4 {
    background: url(../img/bg4.jpg) 50% 0 no-repeat;
}
.banner_slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background: url(../img/prev_ico.svg) no-repeat;
    background-size: contain;
    font-size: 0;
    border: 0;
    z-index: 2;
    cursor: pointer;
}
.banner_slider .slick-next {
    right: 20px;
    transform: rotate(90deg);
}
.banner_slider .slick-prev {
    left: 20px;
    transform: rotate(-90deg);
}
.title_container {
    padding-top: 20px;
    padding-bottom: 160px;
}
.banner_item.slide2 .btn {
    position: relative;
    left: 35px;
    max-width: 211px;
    background: #e58100;
}
.service_marks {
    margin-bottom: 80px;
}

.service_marks > span {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    background: #e58100;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.serv_marks_list {
    display: flex;
}

.serv_marks_list > div {
    margin-right: 15px;
}


.title1 {
    font-size: 50px;
    line-height: 110%;
    padding-left: 40px;
    position: relative;
    font-weight: 100;
    margin-bottom: 35px;
}

.title1:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    background: #e58100;
    left: 0;
}

.title_comment {
    margin-top: 80px;
    font-size: 22px;
    font-weight: 100;
    padding-left: 110px;
    background: url("../img/ico_warn.png") 0 50% no-repeat;
}

.slide2 .title_container {
    color: #fff;
}

.slide3 .title_container,
.slide4 .title_container {
    position: absolute;
    top: 103px;
    padding: 50px 50px 50px 0;
    z-index: 2;
}
.slide4 .title_container {
    top: 132px;
}
.slide3 .title_container:before,
.slide4 .title_container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
    background: #FFFFFF99;
    backdrop-filter: blur(10px);
    z-index: -1;
}
.slide4 .title_container:before {
    background: #252B33B2;
}
.slide3 .title1,
.slide4 .title1 {
    margin: 0;
    padding-left: 40px;
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #252B33;
}
.slide4 .title1 {
    color: #ffffff;
}
.slide3 .title2,
.slide4 .title2 {
    margin-top: 26px;
    font-size: 36px;
    font-weight: 300;
    color: #252B33;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
.slide4 .title2 {
    color: #ffffff;
}
.slide3 .btn,
.slide4 .btn {
    margin-top: 40px;
    max-width: 306px;
}

#title_form {
    width: 620px;
    max-width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#title_form .form-group {
    width: 49%;
}

#title_form .agree_field {
    box-sizing: border-box;
    display: block;
    width: 49%;
    margin-left: auto;
}


/**********************
       OFFERS
**********************/

.offers {
    padding-top: 70px;

}

.offers_title {
    font-size: 46px;
    font-weight: 100;
    margin-bottom: 40px;
    position: relative;
    padding-left: 40px;
}

.offers_title:before {
    content: '';
    width: 10px;
    height: 76px;
    position: absolute;
    left: 0;
    top: -10px;
    background: #e58100;
}

.offers_list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.offers_item {
    box-sizing: border-box;
    width: 50%;
    height: 570px;
    padding: 50px 60px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.offers_item .btn {
    width: 306px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.offers_item.wide {

    width: 100%;

    height: 285px;

    padding-top: 70px;
}

.offers_item.wide .btn:hover {
    background: #ffffff;
    color: #252b33;
}

.offers_item img {
    position: absolute;
    transition: all .3s;
}

.offers_item:hover img {
    transform: scale(.8);
}

.offers_item span {
    display: block;
    font-size: 32px;
    font-weight: 100;
    line-height: 130%;
    padding-left: 30px;
    border-left: 10px solid #e58100;
}

.offers_item span b {
    color: #e58100;
    text-transform: uppercase;
}

.offers_item.img1 {
    background: #666a70;
}

.offers_item.img1 img {
    right: 0;
    top: 150px;
}

.offers_item.img2 {
    background: #c8cacc;
    color: #252b33;
}

.offers_item.img2 img {
    left: 45px;
    top: 190px;
    /*max-width: 696px !important;*/
}

.offers_item.img2:hover img {
    transform-origin: 50% 130%;
}

.offers_item.img3 {
    background: #e9e9ea;
    color: #252b33;
}

.offers_item.img3 img {
    right: -30px;
    top: 130px;
}

.offers_item.img4 {
    background: #252b33;
}

.offers_item.img4 img {
    right: -40px;
    top: 150px;
}

.offers_item.img4:hover img {
    transform-origin: 70% 70%;
}

.offers_item.img5 {
    background: #e58100;
}

.offers_item.img5 img {
    right: -161px;
    top: -275px;
}

.offers_item.img5 span {
    border-color: #fff;
}

.offers_item.img5 span b {
    color: inherit;
}


.offers_item.img6 {
    background: #e58100;
}

.offers_item.img6 span {
    border-color: #fff;
    position: relative;
    z-index: 3;
}

.offers_item.img6 span b {
    color: inherit;
}


.offers_item.img1 img {
    top: 200px;
    right: -80px;
}

.offers_item.img2 img {
    top: 220px;
    right: -80px;
}

.offers_item.img3 img {
    top: 200px;
    right: -80px;
}

.offers_item.img4 img {
    top: 230px;
    right: -80px;
}

.offers_item.img5 img {
    /* top: -220px; */
    right: -180px;
}

.offers_item.img6 img {
    right: 0;
    bottom: 12px;
    width: 62%;
}
.offers_item.img6:hover img {
    transform: scale(.8) translateX(50px);
}

.offers_item .offer_item_desc {
    opacity: 0;
    position: absolute;
    transition: all .2s linear;
    margin-top: 20px;
    font-size: 23px;
    font-weight: 300;
}

.offers_item:hover .offer_item_desc {
    position: relative;
    opacity: 1;
}

/**********************
       PARTNERS
**********************/

.partners {
    margin-top: 96px;
}
.partners_title {
    font-size: 46px;
    font-weight: 100;
    margin-bottom: 40px;
    position: relative;
    padding-left: 40px;
}
.partners_title:before {
    content: '';
    width: 10px;
    height: 76px;
    position: absolute;
    left: 0;
    top: -10px;
    background: #e58100;
}
.partners_cont {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.partners_block {
    position: relative;
    width: 33.33%;
    height: 427px;
    padding: 30px 2% 24px 2%;
    transition: width 0.2s linear;
}
.partners_block.active {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 5;
}
.partners_block#model_cayenne {
    background: url(../img/partners/partners_cayenne_bg.png) 0 66% no-repeat #E9E9EA;
}
.partners_block#model_macan {
    background: url(../img/partners/partners_macan_bg.png) 0 50% no-repeat #E58100;
}
.partners_block#model_panamera {
    background: url(../img/partners/partners_panamera_bg.png) 0 50% no-repeat #252B33;
}
.partners_item {
    font-size: 32px;
    font-weight: 400;
    display: flex;
    align-items: end;
}
#model_macan .partners_item {
    color: #FFFFFF;
}
#model_panamera .partners_item {
    color: #FFFFFF;
}
.partners_model {
    visibility: hidden;
    display: none;
    font-size: 32px;
    font-weight: 700;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.2s linear;
}
.partners_model.active {
    visibility: visible;
    display: block;
    opacity: 1;
}
.partners_model_cont {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 24px;
    width: 64%;
    min-width: 600px;
    height: 76%;
    bottom: 24px;
    transition: all 0.2s linear;
}
.partners_model_cont.active {
    visibility: visible;
    opacity: 1;
}
.partners_cont_head {
    padding-left: 22px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    height: 64px;
    margin-bottom: 15px;
}
.partners_cont_head span {
    width: 48%;
    font-size: 16px;
    font-weight: 700;
}
.partners_cont_head div {
    width: 26%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.partners_cont_head div b {
    font-weight: 700;
}
.partners_cont_block {
    display: flex;
    justify-content: space-between;
    align-items: normal;
}
.partners_cont_block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.partners_cont_block ul.partners_cont_block_item {
    list-style-type: none;
    padding-left: 0;
    width: 46%;
    border-right: 1px solid #fff;
    display: grid;
    align-items: center;
    row-gap: 6px;
}
.partners_model_cont {
    min-width: initial;
}
.partners_cont_block_item:hover ~ .partners_cont_block_title li {
    background: #D9D9D9;
}
#model_macan .partners_cont_block_item:hover ~ .partners_cont_block_title li {
    background: #EDA74C;
}
#model_panamera .partners_cont_block_item:hover ~ .partners_cont_block_title li {
    background: #666B70;
}
.partners_cont_block:last-child ul.partners_cont_block_item {
    margin-bottom: 0;
}
.partners_cont_block ul.partners_cont_block_item li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    min-height: 26px;
    display: flex;
    align-items: center;
    padding-left: 24px;
    transition: all 0.2s linear;
}
.partners_cont_block ul.partners_cont_block_item li:before {
    content: '';
    position: absolute;
    left: 8px;
    width: 6px;
    height: 6px;
    background: #252B33;
    border-radius: 50px;
}
#model_panamera .partners_cont_block ul.partners_cont_block_item li:before {
    background: #fff;
}
.partners_cont_block ul.partners_cont_block_item li:hover {
    background: #D9D9D9;
}
#model_macan .partners_cont_block ul.partners_cont_block_item li:hover {
    background: #EDA74C;
}
#model_panamera .partners_cont_block ul.partners_cont_block_item li:hover {
    background: #666B70;
}
#model_panamera .partners_cont_block ul.partners_cont_block_item li {
    color: #fff;
}
.partners_cont_block ul.partners_cont_block_item li:last-child {
    margin-bottom: 0;
}
.partners_cont_block ul.partners_cont_block_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54%;
    border-right: 1px solid #fff;
}
.partners_cont_block ul.partners_cont_block_title li {
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
    transition: all 0.2s linear;
}
#model_panamera .partners_cont_block ul.partners_cont_block_title li {
    color: #fff;
}
.partners_cont_block ul.partners_cont_block_title li:last-child {
    border-right: 0;
}
.partners_cont_block ul.partners_cont_block_title li b {
    font-size: 30px;
    font-weight: 700;
    color: #E58100;
    display: contents;
}
#model_macan .partners_cont_block ul.partners_cont_block_title li b {
    color: #fff;
}
.partners_model_btns {
    width: 90%;
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: center;
    column-gap: 6px;
}
.partners_block.active .partners_model_btns {

}
.partners_block.active .partners_model_btns .btns {
    display: none;
}
.partners_model_btns .btns {
    width: 50%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.2s linear;
    cursor: pointer;
    text-decoration: none;
}
.partners_model_btns .btns.black {
    background: #252B33;
    color: #fff;
}
.partners_model_btns .btns.black:hover {
    background: #E58100;
}
#model_macan .btns.black:hover {
    background: #fff;
    color: #252B33;
}
.partners_model_btns .btns.white {
    background: #fff;
    color: #252B33;
}
.partners_model_btns .btns.white:hover {
    background: #E58100;
    color: #fff;
}
.partners_model_close {
    display: none;
    position: absolute;
    left: 40px;
    bottom: 30px;
    width: 168px;
    height: 38px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #252B33;
    cursor: pointer;
    z-index: -1;
    transition: all 0.2s linear;
}
#model_panamera .partners_model_close {
    background: #ffffff;
    color: #252B33;
}

#model_panamera .partners_cont_btns {}
#model_panamera .partners_cont_btns .btn {
	background: #ffffff;
    color: #252B33;
}
#model_panamera .partners_cont_btns .btn:hover {
	background: #E58100;
    color: #fff;
}

#model_panamera .partners_model_close:hover {
    background: #E58100;
    color: #fff;
}


#model_macan .partners_cont_btns .btn:hover {
		background: #ffffff;
    color: #252B33;
}


.partners_model_close:hover {
    background: #fff;
    color: #252B33;
}
.partners_model_close.active {
    display: flex;
}
.partners_block.active + .partners_model_close {
    background: #fff;
    color: #252B33;
}
.partners_block.active + .partners_model_close:hover {
    background: #E58100;
    color: #fff;
}


.partners_cont_btns {
    position: absolute;
    bottom: 6px;
}
.partners_cont_btns .btn {
    padding: 0px 30px;
    min-width: 300px;
}


    /**********************
           SERVICE
    **********************/

.service {
    margin-top: 75px;
}

.serv_brands_title {
    font-size: 46px;
    font-weight: 100;
    margin-bottom: 40px;
    position: relative;
    padding-left: 40px;
}

.serv_brands_title:before {
    content: '';
    width: 10px;
    height: 76px;
    position: absolute;
    left: 0;
    top: -10px;
    background: #e58100;
}

.serv_brands_list {
    display: flex;
    justify-content: space-between;
}

.serv_brands_list > div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 100;
    width: 23.5%;
    height: 100px;
    border: 1px solid #e9e9ea;
}

.diag {
    margin-top: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.diag_img {
    margin-left: -61px;
    width: 56%;
}

.diag_text {
    width: 500px;
    box-sizing: border-box;
}

.diag_title {
    font-size: 46px;
    font-weight: 100;
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px;
    line-height: 110%;
    /* margin-left: -40px; */
}

.diag_title:before {
    content: '';
    width: 10px;
    height: 96px;
    position: absolute;
    left: 0;
    top: 2px;
    background: #e58100;
}

.diag_comment {
    font-size: 22px;
    margin-bottom: 40px;
    padding-left: 40px;
}

#diag_form {
    width: 308px;
    max-width: 100%;
    padding-left: 40px;
}

#diag_form .agree_field {
    display: block;
}


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

.kuzov_img {
    margin-left: -61px;
    width: 56%;
}

.kuzov_text {
    width: 470px;
}

.kuzov_title {
    font-size: 46px;
    font-weight: 100;
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px;
    line-height: 110%;
    margin-left: -40px;
    margin-top: 30px;
}

.kuzov_title:before {
    content: '';
    width: 10px;
    height: 96px;
    position: absolute;
    left: 0;
    top: -19px;
    background: #e58100;
}

.kuzov_comment {
    font-size: 22px;
    margin-bottom: 40px;
    margin-top: 60px;
}

.kuzov_comment span {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-top: 8px;
}

.kuzov_comment span:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0;
}

#kuzov_form {
    width: 308px;
    max-width: 100%;
}

#kuzov_form .agree_field {
    display: block;
}


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

.detail_img {
    margin-right: -50px;
    width: 54%;
}

.detail_text {
    width: 470px;
    max-width: 100%;
    padding-left: 40px;
}

.detail_title {
    font-size: 46px;
    font-weight: 100;
    margin-bottom: 55px;
    position: relative;
    padding-left: 40px;
    line-height: 110%;
    margin-left: -40px;
}

.detail_title:before {
    content: '';
    width: 10px;
    height: 96px;
    position: absolute;
    left: 0;
    top: -20px;
    background: #e58100;
}

.detail_comment {
    font-size: 22px;
    margin-bottom: 45px;
}

#detail_form {
    width: 308px;
    max-width: 100%;
}

#detail_form .agree_field {
    display: block;
}

/**********************
      ADVANTAGES
**********************/

.advantages {
    margin-top: 75px;
}

.ags_title {
    font-size: 46px;
    font-weight: 100;
    margin-bottom: 40px;
    position: relative;
    padding-left: 40px;
}

.ags_title:before {
    content: '';
    width: 10px;
    height: 76px;
    position: absolute;
    left: 0;
    top: -10px;
    background: #e58100;
}

.ags_list {
}

.ags_item {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 190px;
    background-position: 100% 0% !important;
    background-size: 80%;
    background-repeat: no-repeat;
    padding-left: 90px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all .3s;
}

.ags_item .ags_item_text b {
    display: block;
    font-size: 32px;
}

.ags_item .ags_item_text span {
    font-weight: 100;
    font-size: 22px;
    position: absolute;
    opacity: 0;
    margin-top: 0;
    transition: all .3s;
}

.ags_item.bg1 {
    background-image: url("../img/ags_bg1.jpg");
    background-color: #666a70;
    color: #ffffff;
}

.ags_item.bg2 {
    background-image: url("../img/ags_bg2.jpg");
    background-color: #c8cacc;
}

.ags_item.bg3 {
    background-image: url("../img/ags_bg3.jpg");
    background-color: #e9e9ea;
}

.ags_item.bg4 {
    background-image: url("../img/ags_bg4.jpg");
    background-color: #252b33;
    color: #ffffff;
}

.ags_item.bg5 {
    background-image: url("../img/ags_bg5.jpg");
    background-color: #c8cacc;
}

.ags_item:hover {
    height: 285px;
    background-size: 100%;
}

.ags_item:hover .ags_item_text span {
    display: block;
    position: relative;
    opacity: 1;
    margin-top: 20px;
}

/**********************
        CORP
**********************/

.corp {
    margin-top: 95px;
    padding: 85px 0 75px;
    background: url("../img/corp_bg.jpg") 50% 0 no-repeat;
}

.corp > img {
    display: none;
}

.corp_wrap {
    padding-left: 40px;
}

.corp_title {
    font-size: 46px;
    font-weight: 100;
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px;
    margin-left: -40px;
}

.corp_title:before {
    content: '';
    width: 10px;
    height: 76px;
    position: absolute;
    left: 0;
    top: -10px;
    background: #e58100;
}

.corp_props {
    margin: 0;
    padding: 0;
}

.corp_props li {
    margin-left: 15px;
    margin-bottom: 20px;
    font-weight: 100;
    font-size: 22px;
}

#corp_form {
    margin-top: 40px;
    width: 308px;
    max-width: 100%;
}

#corp_form input[type=tel] {
    background: transparent;
    border-color: #666a70;
}

/**********************
        STO
**********************/

.sto {
    box-sizing: border-box;
    margin-top: 120px;
    background: url("../img/sto_bg.jpg") 50% 0 no-repeat;
    padding: 80px 100px 70px;
}

.sto_title {
    font-size: 46px;
    color: #ffffff;
    font-weight: 100;
    margin-bottom: 50px;
    position: relative;
    padding-left: 40px;
    margin-left: -40px;
}

.sto_title:before {
    content: '';
    width: 10px;
    height: 76px;
    position: absolute;
    left: 0;
    top: -10px;
    background: #e58100;
}

.sto_comment {
    font-size: 22px;
    font-weight: 100;
    color: #ffffff;
}

#sto_form {
    margin-top: 35px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#sto_form .form-group {
    width: 32%;
}

#sto_form input[type=tel],
#sto_form select {
    background: transparent;
    color: #ffffff;
}

#sto_form select {
    background: url("../img/ico_select.png") 92% 50% no-repeat transparent;
}

#sto_form select option {
    color: #000000;
}

#sto_form input[type=tel]::placeholder {
    color: #ffffff;
}

#sto_form .agree_field,
#sto_form .agree_field a {
    color: #ffffff;
}

/**********************
      OUR TEAM
**********************/

.our_team {
    margin-top: 90px;
    padding: 85px 0 30px;
    background: #e9e9eb;
}

.our_team_title {
    font-size: 46px;
    font-weight: 100;
    margin-bottom: 50px;
    position: relative;
    padding-left: 40px;
}

.our_team_title:before {
    content: '';
    width: 10px;
    height: 76px;
    position: absolute;
    left: 0;
    top: -10px;
    background: #e58100;
}

.our_team_list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.our_team_list > div {
    width: 30.5%;
    margin-bottom: 40px;
}

.our_team_list > div .our_team_name {
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
}

.our_team_list > div .our_team_comment {
    margin-top: 5px;
    font-size: 22px;
}

/**********************
      CONTACTS
**********************/

.contacts {
    margin-top: 90px;
}

.contacts .container {
    display: flex;
    justify-content: space-between;
}

.cont_wrap {
    padding-left: 40px;
}

.cont_title {
    font-size: 46px;
    font-weight: 100;
    margin-bottom: 50px;
    position: relative;
    padding-left: 40px;
    margin-left: -40px;
}

.cont_title:before {
    content: '';
    width: 10px;
    height: 76px;
    position: absolute;
    left: 0;
    top: -10px;
    background: #e58100;
}

.cont_dealer {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bot_addr {
    font-size: 22px;
    margin-bottom: 20px;
}

.worktime {
    font-size: 22px;
    margin-bottom: 15px;
}

.bot_phone {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #252b33;
    text-decoration: none;
    margin-bottom: 30px;
}

.quest {
    font-size: 22px;
    font-weight: 700;
    padding-top: 35px;
    border-top: 1px solid #c8cacc;
    margin-bottom: 20px;
}

.cont_wrap .btn {
    width: 308px;
    max-width: 100%;
}

#map1 {
    width: 50%;
    height: 446px;
    background: url("../img/map.jpg") 50% no-repeat;
}


footer {
    padding: 30px 0;
}

footer .switch,
footer .switch2 {
    display: block;
    color: #252b33;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    line-height: 180%;
}

footer .disclamer {
    color: #252b33;
    font-size: 14px;
    text-align: left;
    display: none;
    padding-top: 20px;
    font-weight: 100;
}





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

.parts_img {
    margin-left: -32px;
    width: 56%;
}

.parts_text {
    width: 470px;
}

.parts_title {
    font-size: 46px;
    font-weight: 100;
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px;
    line-height: 110%;
    margin-left: -40px;
    margin-top: 30px;
}

.parts_title:before {
    content: '';
    width: 10px;
    height: 96px;
    position: absolute;
    left: 0;
    top: -19px;
    background: #e58100;
}

.parts_comment {
    font-size: 22px;
    margin-bottom: 40px;
    margin-top: 60px;
}

.parts_comment span {
    display: block;
    position: relative;
    margin-top: 8px;
}

.parts_comment span:before {
    content: "";
}

#parts_form {
    width: 308px;
    max-width: 100%;
}

#parts_form .agree_field {
    display: block;
}














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

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

@media (max-width: 1180px) {
    .partners_block {
        height: 376px;
        background-size: 100% !important;
    }
    .partners_block.active {
        background-size: 26% !important;
    }
    .partners_model_cont {
        width: 72%;
    }
    .partners_cont_block ul.partners_cont_block_item li {
        min-height: 22px;
    }
    .partners_cont_block ul.partners_cont_block_title li b {
        font-size: 22px;
    }

    .slide3 .title1,
    .slide4 .title1 {
        font-size: 32px;
    }
    .slide3 .title2,
    .slide4 .title2  {
        margin-top: 26px;
        font-size: 28px;
    }
    .slide3 .btn,
    .slide4 .btn {
        margin-top: 26px;
    }
    .slide3 .title_container,
    .slide4 .title_container {
        padding: 28px 28px 28px 0;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .offers_item span {
        font-size: 28px;
    }

    .diag_text {
        width: 45%;
    }

    .diag_comment {
        font-size: 18px;
    }

    .kuzov_text {
        width: 45%;
    }

    .kuzov_comment {
        font-size: 18px;
    }

    .detail_img {
        width: 59%;
    }

    .ags_item:hover {
        background-size: cover;
    }
	
	.parts_img {margin-right: 31px;}
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (max-width: 991px) {
    .partners_model_btns {
        display: block;
    }
    .partners_model_btns .btns {
        width: 98%;
        margin-bottom: 6px;
    }
    .partners_model_btns .btns:last-child {
        margin-bottom: 0;
    }
    .partners_cont_block ul.partners_cont_block_item li {
        font-size: 12px;
    }
    .partners_model_close {
        left: 10px;
        bottom: 10px;
    }
	.partners_cont_btns {
    bottom: -14px;
}
    .partners_model_cont {
        width: 56%;
    }
    .offers_item.img6 img {
        width: 38%;
    }
    .partners_block#model_cayenne.active {
        background: #E9E9EA;
    }
    .partners_block#model_macan.active {
        background: #E58100;
    }
    .partners_block#model_panamera.active {
        background: #252B33;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .top_addr {
        display: none;
    }

    header .btn {
        display: none;
    }

    .menu {
        top: 70px;
    }

    .menu_wrap a {
        margin: 0 10px;
    }

    body {
        background-size: 150%;
    }

    .title_container {
        padding-top: 190px;
        padding-bottom: 30px;
    }

    .title1 {
        font-size: 34px;
        margin-bottom: 300px;
    }

    .title1:before {
        height: 85px;
    }

    .offers_item {
        width: 100%;
        height: 370px;
    }

    .offers_item.img1 img {
        top: 0;
    }

    .offers_item.img2 img {
        top: 90px;
    }

    .offers_item.img3 img {
        top: 0;
    }

    .offers_item.img4 img {
        top: 30px;
    }

    .offers_item.img4 img {

    }

    .diag {
        flex-direction: column;
    }

    .diag_img {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .diag_text {
        width: 100%;
        padding: 30px 0;
    }

    .diag_title {
        margin-left: 0;
    }

    #diag_form {
        width: 100%;
    }

    .kuzov {
        flex-direction: column;
    }

    .kuzov_img {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .kuzov_text {
        width: 100%;
        padding: 30px 0;
    }

    .kuzov_title {
        margin-left: 0;
    }

    #kuzov_form {
        width: 100%;
    }

    .detail {
        flex-direction: column-reverse;
    }

    .detail_img {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .detail_text {
        width: 100%;
        padding: 30px 0;
    }

    .detail_title {
        margin-left: 0;
    }

    #detail_form {
        width: 100%;
    }

    .ags_item {
        padding-left: 30px;
        height: 140px;
        pointer-events: none;
    }

    .ags_item .ags_item_text b {
        font-size: 24px;
    }

    .ags_item .ags_item_text span {
        display: block;
        margin-top: 10px;
        opacity: 1;
        position: relative;
        font-size: 18px;
    }

    .corp {
        background: none;
        padding: 0;
    }

    .corp > img {
        display: block;
        width: 100%;
    }

    .corp_title {
        margin-left: 0;
    }

    .corp_wrap {
        padding: 40px 0;
    }

    #corp_form {
        width: 100%;
    }

    .sto {
        margin-top: 50px;
        padding: 80px 40px;
    }

    .sto_title {
        margin-left: 0;
    }

    .contacts {
        margin-top: 50px;
    }

    .contacts .container {
        flex-direction: column;
    }

    .cont_wrap {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .cont_title {
        margin-left: 0;
    }

    #map1 {
        width: 100%;
        background-size: 100%;
    }



	.parts {
    display: block;
}

	.parts_img {
    margin: 0px;
    width: 100%;
    text-align: center;
}

	.parts_text {
    width: 100%;
}

	.parts_title {
    margin-left: 0px;
}

	.parts_title:before {}

	.parts_comment {}

	.parts_comment span {}

	.parts_comment span:before {}

	#parts_form {
    width: 100%;
    margin: 0px;
}

	#parts_form .agree_field {}

}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .partners_model_close {
        z-index: 0;
    }
    .partners_model_cont {
        height: 84%;
    }
    .partners_block#model_cayenne {
        background-size: 125% !important;
    }
    .partners_cont {
        display: block;
    }
    .partners_block {
        position: relative;
        width: -webkit-fill-available;
        height: 464px;
    }
    .partners_model_btns {
        width: 96%;
    }
    .partners_model_btns .btns {
        width: 100%;
    }
    .partners_block.active {
        width: -webkit-fill-available;
        position: relative;
    }
    .partners_model_cont {
        left: 0;
        right: 0;
        width: 100%;
    }
    .partners_model_cont {
        display: none;
    }
    .partners_model_cont.active {
        display: block;
    }
    .partners_cont_head span {
        width: 64%;
    }
    .partners_cont_head div {
        width: 40%;
        font-size: 12px;
    }
    .partners_cont_head {
        width: 96%;
    }
    .partners_item {
        font-size: 24px;
    }
    .partners_model {
        font-size: 26px;
    }
    .fancybox-type-image {
        width: 100% !important;
        margin: 0px !important;
        left: 0px !important;
    }

    .fancybox-close {
        right: 9px !important;
        top: 9px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .fancybox-wrap {
        margin: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: 20px !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    .simple_slider .btn_left {
        display: none !important;
    }

    .simple_slider .btn_right {
        display: none !important;
    }

    .popup_container {
        width: 100%;
    }

    /*******************************************************************/
    header {
        padding: 10px 0;
        box-shadow: 0px 0px 10px #b3b3b3;
    }

    header .container {
        display: flex;
        flex-flow: wrap;
    }

    .head_dealer {
        margin-bottom: 10px;
    }

    .head_dealer b {
        font-size: 16px;
    }

    .head_dealer b:after {
        top: 2px;
    }

    .head_dealer span {
        font-size: 12px;
        width: 45%;
    }

    header .btn {
        display: none;
    }

    header .m_btn {
        display: block;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 0;
        right: 15px;
    }

    header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #252b33;
        transition: all .3s linear;
    }

    header .m_btn span:nth-child(1) {
        top: 0;
    }

    header .m_btn span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }

    header .m_btn span:nth-child(3) {
        bottom: 0;
    }

    header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }

    header .m_btn.active span:nth-child(2) {
        opacity: 0;
    }

    header .m_btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

    .menu {
        display: block;
        position: fixed;
        top: 107px;
        background: white;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 10px 0;
    }

    .menu.active {
        right: 0;
    }

    .menu_wrap {
        flex-direction: column;
        align-items: center;
    }

    .menu_wrap a {
        margin: 0;
        padding: 10px 0;
    }

    body {
        background-size: 140%;
        background-position: 100% 235px;
    }

    .title_container {
        padding-top: 54vw;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
    }
    .banner_slider {
        margin-top: 76px;
    }
    .banner_item.slide2 .btn {
        
    }
    .banner_item.slide1, .banner_item.slide2 {
        background-size: 140%;
        background-position: 50% 0;
    }
    .banner_item.slide2 .title_container {
        display: block;
        color: #000;
    }
    .banner_item.slide1 .title1 {
        font-size: 24px;
        padding-left: 20px;
        margin-bottom: 3vw;
        order: 1;
    }
    .banner_slider .banner_item.slide1 {
        height: 126vw;
    }
    .banner_slider .banner_item.slide2 {
        height: 94vw;
    }
    .banner_item.slide2 .title1 {
        font-size: 24px;
        padding-left: 20px;
    }

    .banner_slider .banner_item {
        height: 58vw;
    }
    .banner_item.slide3 {
        background-size: 172%;
    }
    .banner_item.slide4 {
        background-size: 172%;
    }
    .slide3 .title_container,
    .slide4 .title_container {
        top: 6vw;
        padding: 4vw 4vw 4vw 0;
    }
    .slide3 .title1,
    .slide4 .title1 {
        font-size: 4vw;
        padding-left: 4vw;
    }
    .slide3 .title2,
    .slide4 .title2 {
        margin-top: 2vw;
        font-size: 3.2vw;
        row-gap: 1vw;
    }
    .slide3 .btn,
    .slide4 .btn {
        margin-top: 4vw;
    }

    .service_marks {
        order: 2;
        margin-bottom: 15px;
    }

    .title1:before {
        width: 5px;
        height: 65px;
    }

    #title_form {
        order: 3;
    }

    #title_form .form-group {
        width: 100%;
    }

    #title_form .agree_field {
        width: 100%;
    }

    .title_comment {
        background-size: 10%;
        padding-left: 50px;
        font-size: 18px;
        margin-top: 15px;
        order: 4;
    }

    .title_comment br {
        display: none;
    }

    .offers_title {
        font-size: 24px;
        padding-left: 20px;
    }

    .offers_title:before {
        top: -8px;
        height: 50px;
        width: 5px;
    }

    .offers_item {
        width: 100%;
        padding: 30px 15px;
        height: 310px;
    }

    .offers_item.img5 {
    }

    .offers_item .offer_item_desc {
        opacity: 1;
        font-weight: 700;
        font-size: 18px;
        position: relative;
    }

    .offers_item span {
        font-size: 26px;
        padding-left: 20px;
        border-width: 5px;
    }

    .offers_item.img1 img {
        top: 45px;
    }

    .offers_item img {
        opacity: .2 !important;
    }

    .offers_item.img5 img {
        top: 68px;
        right: -60px;
    }

    .offers_item.img2 img {
        top: 100px;
        max-width: 100% !important;
    }

    .offers_item.img3 img {
        top: 70px;
        width: 50%;
    }

    .offers_item.img4 img {
        width: 50%;
        right: 0;
        top: 100px;
    }

    .service {
        margin-top: 40px;
    }

    .serv_brands_title {
        font-size: 24px;
        padding-left: 20px;
    }

    .serv_brands_title:before {
        top: -8px;
        height: 50px;
        width: 5px;
    }

    .serv_brands_list {
        flex-flow: wrap;
    }

    .serv_brands_list > div {
        width: 49%;
        font-size: 18px;
        margin-bottom: 5px;
        height: 50px;
    }

    .diag {
        margin-top: 30px;
        flex-direction: column;
    }

    .diag_img {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .diag_text {
        width: 100%;
        padding: 30px 0;
    }

    .diag_title {
        margin-left: 0;
        font-size: 24px;
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .diag_title:before {
        top: 0px;
        height: 50px;
        width: 5px;
    }

    .diag_comment {
        font-size: 16px;
        margin-bottom: 20px;
        padding: 0;
    }

    .diag_comment br {
        display: none;
    }

    #diag_form {
        width: 100%;
        padding: 0;
    }

    .kuzov {
        margin-top: 30px;
        flex-direction: column;
    }

    .kuzov_img {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .kuzov_text {
        width: 100%;
        padding: 30px 0;
    }

    .kuzov_title {
        margin-left: 0;
        font-size: 24px;
        padding-left: 20px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .kuzov_title:before {
        top: -10px;
        height: 50px;
        width: 5px;
    }

    .kuzov_comment {
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 35px;
    }

    .kuzov_comment br {
        display: none;
    }

    #kuzov_form {
        width: 100%;
    }

    .detail {
        flex-direction: column-reverse;
    }

    .detail_img {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .detail_text {
        width: 100%;
        padding: 30px 0;
    }

    .detail_title {
        margin-left: 0;
        font-size: 24px;
        padding-left: 20px;
        margin-bottom: 30px;
    }

    .detail_title:before {
        top: -10px;
        height: 50px;
        width: 5px;
    }

    .detail_comment {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .detail_comment br {
        display: none;
    }

    #detail_form {
        width: 100%;
    }

    .advantages {
        margin-top: 40px;
    }

    .ags_title {
        font-size: 24px;
        padding-left: 20px;
    }

    .ags_title:before {
        top: -10px;
        height: 50px;
        width: 5px;
    }

    .ags_item {
        pointer-events: none;
        text-align: center;
        padding: 120px 15px 20px;
        height: auto;
        background-position: 50% 0% !important;
        background-size: 65%;
        margin-bottom: 10px;
    }

    .ags_item_text {
        width: 100%;
    }

    .ags_item .ags_item_text b {
        text-align: center;
        font-size: 24px;
    }

    .ags_item .ags_item_text span {
        display: block;
        font-size: 18px;
        margin-top: 10px;
        position: relative;
        opacity: 1;
    }

    .ags_item .ags_item_text span br {
        display: none;
    }

    .ags_item.bg1 {
        background-image: url("../img/ags_bg1_mob.jpg");
    }

    .ags_item.bg2 {
        background-image: url("../img/ags_bg2_mob.jpg");
    }

    .ags_item.bg3 {
        background-image: url("../img/ags_bg3_mob.jpg");
    }

    .ags_item.bg4 {
        background-image: url("../img/ags_bg4_mob.jpg");
    }

    .ags_item.bg5 {
        background-image: url("../img/ags_bg5_mob.jpg");
    }

    .corp {
        background: none;
        padding: 0;
        margin-top: 40px;
    }

    .corp > img {
        display: block;
        width: 100%;
    }

    .corp_wrap {
        padding: 40px 0;
    }

    .corp_title {
        margin-left: 0;
        font-size: 24px;
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .corp_title:before {
        top: -8px;
        height: 50px;
        width: 5px;
    }

    .corp_props li {
        font-size: 16px;
        margin-left: 17px;
    }

    #corp_form {
        width: 100%;
    }

    .sto {
        margin-top: 0;
        padding: 30px 20px;
        background-size: cover;
        background-position: 60% 0;
    }

    .sto_title {
        margin-left: 0;
        font-size: 24px;
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .sto_title:before {
        top: -8px;
        height: 50px;
        width: 5px;
    }

    .sto_comment {
        font-size: 16px;
    }

    .sto_comment br {
        display: none;
    }

    #sto_form .form-group {
        width: 100%;
    }

    .our_team {
        padding: 40px 0 0;
    }

    .our_team_title {
        margin-left: 0;
        font-size: 24px;
        padding-left: 20px;
        margin-bottom: 30px;
    }

    .our_team_title:before {
        top: -8px;
        height: 50px;
        width: 5px;
    }

    .our_team_list > div {
        width: 48%;
    }

    .our_team_list > div .our_team_name {
        margin-top: 10px;
        font-size: 16px;
    }

    .our_team_list > div .our_team_comment {
        font-size: 14px;
    }

    .our_team_list > div .our_team_comment br {
        display: none;
    }

    .contacts {
        margin-top: 50px;
    }

    .contacts .container {
        flex-direction: column;
    }

    .cont_wrap {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .cont_title {
        margin-left: 0;
        font-size: 24px;
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .cont_title:before {
        top: -8px;
        height: 50px;
        width: 5px;
    }

    .cont_dealer {
        font-size: 18px;
    }

    .bot_addr {
        font-size: 18px;
    }

    .worktime {
        font-size: 18px;
    }

    .bot_phone {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .quest {
        font-size: 18px;
        padding-top: 20px;
    }

    .cont_wrap .btn {
        width: 100%;
    }

    #map1 {
        width: 100%;
        height: 350px;
    }
	
	.parts {
    display: block;
}

	.parts_img {
    width: 100%;
    margin: 0px;
}

	.parts_text {
    width: 100%;
}

	.parts_title {
    margin-left: 0;
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: 30px;
}

	.parts_title:before {
    top: -10px;
    height: 50px;
    width: 5px;
}

	.parts_comment {
    padding: 15px 0px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}

	.parts_comment span {
    font-size: 16px;
    margin-bottom: 20px;
    margin: 0px;
}

	.parts_comment span:before {}

	#parts_form {}

	#parts_form .agree_field {}

	.partners_cont_btns {
    position: relative;
    bottom: auto;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
	.partners_cont_btns .btn {}
	
}

/*MOBILE END*/
@media (max-width: 520px) {
    .partners_cont_head {
        width: 98%;
        padding-left: 8px;
    }
    .partners_cont_block ul.partners_cont_block_title li b {
        font-size: 16px;
    }
    .partners_block {
        padding: 10px 2% 24px 2%;
    }
    .partners_model_close {
        left: 30px;
        bottom: 30px;
    }
    .partners_cont_head div {
        width: 54%;
    }
}
@media (max-width: 460px) {
    .partners_model {
        font-size: 18px;
    }
    .partners_item {
        font-size: 20px;
    }
}
/* Portrait phones and smaller */
@media (max-width: 390px) {
    .partners_cont_block ul.partners_cont_block_title li b {
        font-size: 14px;
    }
    .partners_model {
        font-size: 18px;
    }
    .partners_item {
        font-size: 18px;
    }
    .banner_slider .banner_item.slide1 {
        height: 146vw;
    }
    .title1 {
        margin-bottom: 230px;
    }
}

@media (max-width: 360px) {
    .head_dealer b {
        font-size: 14px;
        margin-right: 10px;
        padding-right: 10px;
    }

    .head_dealer b:after {
        top: 0;
    }

    .head_dealer span {
        font-size: 10px;
    }

    .title1 {
        font-size: 20px;
        margin-bottom: 215px;
    }

    .title_comment {
        font-size: 16px;
    }

    .offers_title {
        font-size: 22px;
    }

    .offers_item span {
        padding-left: 10px;
        font-size: 22px;
    }

    .ags_title {
        font-size: 20px;
    }

    .ags_item .ags_item_text b {
        font-size: 22px;
    }
}

@media (max-width: 320px) {

}

/* COOKIES */

.cookie-popup {
    position: fixed;
    left: 20px;
    bottom: 20px;
    max-width: 300px;
    background: white;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    z-index: 9999;
    display: none; /* РЎРЅР°С‡Р°Р»Р° СЃРєСЂС‹С‚Рѕ */
  }
  
  .cookie-text {
    margin: 0 0 15px 0;
    color: #333;
  }
  
  .cookie-buttons {
    display: flex;
    gap: 10px;
  }
  
  .cookie-btn {
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    transition: background 0.2s;
  }
  
  .accept-btn {
    background: #252B33;
    color: white;
  }
  
  .accept-btn:hover {
    background: #252B33;
  }
  
  .hide-btn {
    background: #f0f0f0;
    color: #333;
  }
  
  .hide-btn:hover {
    background: #e0e0e0;
  }
  
  @media (max-width: 768px) {
    .cookie-content {
      flex-direction: column;
      text-align: center;
    }
  }