html {
    overflow-x: hidden;
}

body {
    font-family: "HarmonyOS Sans SC", sans-serif;
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 300;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
    /*background: url("../img/bg1.jpg") 50% 63px no-repeat;*/
}

.dp__active_date {
    color: #fff !important;
}

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

.WebDMSServiceWidget {
    border: 0;
    overflow: hidden;
    margin: 20px auto 50px;
    max-width: 1200px;
}

.WebDMSServiceWidget iframe {
    border: 0;
    min-height: max(900px, 100vh);
}

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
}

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

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

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

select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 100% 50% no-repeat;
    font-family: "HarmonyOS Sans SC", sans-serif;
    outline: none;
}

a {
    text-decoration: none;
}

.rub {
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1180px;
    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: 1200px;
        max-width: 100%;
    }
}

input[type="text"],
input[type="tel"] {
    color: #939393;
}

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

#form_popup,
#form_popup2 {
    display: none;
}

.popup_container {
    width: 520px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden !important;
    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: 24px;
    font-weight: 700;
    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 .form-group {
    margin-bottom: 19px;
}

.popup_container .form-group input[type="text"],
.popup_container .form-group input[type="tel"] {
    color: #939393;
    display: block;
    height: 50px;
    line-height: 100%;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: white;
    border: 2px solid #939393;
    padding: 10px;
}

.popup_container .form-group ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black;
}

.popup_container .form-group ::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
}

.popup_container .form-group :-ms-input-placeholder {
    /* IE 10+ */
    color: black;
}

.popup_container .form-group :-moz-placeholder {
    /* Firefox 18- */
    color: black;
}

.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-size: 16px;
}

.popup_container .form-group select {
    color: #939393;
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 2px solid #939393;
}

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

.alert.fancybox-content {
    overflow: hidden;
}

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

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

.agree_field a {
    color: black;
    text-decoration: underline;
}

.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-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="tel"], form .form-group input[type="date"] {
    font-family: "HarmonyOS Sans SC", sans-serif;
    height: 50px;
    width: 100%;
    color: black;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 500;
    text-align: left;
    border: 1px solid black;
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 0px;
}

select {
    font-family: "HarmonyOS Sans SC", sans-serif;
    display: block;
    color: black;
    height: 60px;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    background: url(../img/ico_select.png) right 0px center no-repeat;
    border: 2px solid #939393;
    border: 1px solid black;
}

form .form-group button {
    font-family: "HarmonyOS Sans SC", sans-serif;
    width: 100%;
    height: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    outline: none;
}

form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black;
}

form ::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
}

form :-ms-input-placeholder {
    /* IE 10+ */
    color: black;
}

form :-moz-placeholder {
    /* Firefox 18- */
    color: black;
}

.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;
    white-space: nowrap;
}

.btn {
    background: #b91b23;
    color: white;
    /* text-transform:uppercase; */
    text-align: center;
    height: 62px;
    width: 375px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #b91b23;
    position: relative;
    text-decoration: none;
}

.white {
    background: white;
    color: black;
}

.btn span {
    display: inline-block;
    width: 100%;
}

.btn:hover {
    background: #a5282e;
    border: 1px solid #a5282e;
}

.btn.glass {
    background: transparent;
    border: 1px solid black;
    color: black;
}

.btn.glass:hover {
    background: black;
    color: white;
}

.btn.grey {
    background: #363636;
    border: 1px solid #363636;
    color: white;
}

.btn.grey:hover {
    background: #2c2c2c;
    color: white;
}

.rub {
    font-family: "icon-currency";
    font-weight: 400 !important;
    display: inline !important;
    font-style: normal;
}

.rub:before {
    content: "\E001";
}

/*************************************************************************************************************************/

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

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

.header .logo_wrapper {
    display: flex;
    align-items: center;
}

.header .logo_wrapper .logo1 {
    width: 225px;
}

.header .logo_wrapper > div {
    display: flex;
    align-items: center;
    min-height: 63px;
}

.header .logo,
.header .logo2 {
    position: relative;
    padding-right: 20px;
}

.header .logo:after,
.header .logo2:after {
    content: "";
    width: 2px;
    height: 125%;
    background: #ccc;
    position: absolute;
    top: -15px;
    right: 0;
    transform: skewX(-25deg);
    /* transform-origin: top; */
}

.header .logo2,
.header .logo3 {
    position: relative;
    padding-left: 20px;
}

.header .top_addr {
    font-size: 10px;
    font-weight: 500;
}

.header .top_addr .addr {
    padding-left: 18px;
    background: url(../img/loc_top.png) 0 50% no-repeat;
}

.header .top_addr .clock {
    margin-top: 5px;
    font-size: 14px;
    padding: 3px 0 2px 30px;
    font-weight: 500;
    background: url(../img/clock_top.svg) 0 50% no-repeat;
}

.header .top_phone {
    padding-left: 30px;
    position: relative;
    padding-right: 30px;
}

.header .top_phone a {
    font-size: 16px;
    font-weight: 700;
    color: #b91b23;
}

.header .top_phone:before {
    content: url(../img/phone_top.png);
    position: absolute;
    top: -2px;
    left: 0;
}

.header .btn_wrapper {
    display: flex;
    align-items: center;
}

.header .btn {
    width: 275px;
    /* transform: skewX(-20deg); */
}

.header .btn span {
    /* transform: skewX(20deg); */
}

.header .m_btn {
    display: none;
}

header .menu {
    background: #363636;
    padding: 10px 0;
}

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

header .menu .content a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s linear;
}

header .menu .content a:hover {
    opacity: 0.65;
}

/****************************************
                HOL
****************************************/

.hol {
    background: url("../img/hol_bg.jpg") 50% 0 no-repeat;
    padding-top: 80px;
    padding-bottom: 48px;
}

.hol_wrap {
    width: 45%;
    margin-left: auto;
}

.hol_title {
    font-size: 29px;
    color: #ffffff;
    font-weight: 600;
}

.hol_title span {
    color: #b91b23;
}

#hol_form {
    width: 374px;
    margin-top: 25px;
}

#hol_form input[type="tel"] {
    background: #ffffff;
    border: none;
}

#hol_form input[type="tel"],
#hol_form .btn {
    height: 60px;
}

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

/****************************************
                BANNER
****************************************/

.banner_slider {
    width: 100%;
    /* position: absolute !important; */
    margin-top: 100px;
}

.banner_slider .slick-slide {
    height: 565px !important;
    outline: none;
    padding-top: 30px;
}

.banner_slider .slide1 {
    background: url("../img/slide1.jpg?v=3") 50% 0 no-repeat;
    position: relative;
    padding-bottom: 30px;
    padding-top: 350px;
}

.banner_slider .slide2 {
    background: url("../img/slide2.jpg?v=2") 50% 0 no-repeat;
}

.banner_slider .slide3 {
    background: url("../img/slide3.jpg") 50% 30px no-repeat;
}

.banner_slider .slide4 {
    background: url("../img/slide4.jpg") 50% 0 no-repeat;
}

.banner_slider .slide5 {
    background: url("../img/slide5.jpg") 50% 0 no-repeat;
}

.banner_slider .slide6 {
    background: url("../img/slide6.jpg?v=2") 50% 0 no-repeat;
}

.banner_slider .slide8 {
    padding-top: 46px;
    background: url("../img/slide8.jpg") 50% 0 no-repeat;
}

.banner_slider .slide9 {
    padding-top: 110px;
    background: url("../img/slide9.jpg") 50% 0 no-repeat;
}
.banner_slider .slide10 {
    padding-top: 110px;
    background: url("../img/slide10.jpg") 50% 0 no-repeat;
}
.banner_slider .slide11 {
    padding-top: 155px;
    background: url("../img/slide11.jpg") 50% 0 no-repeat;
}


.banner_slider .slick-prev,
.banner_slider .slick-next {
    z-index: 1 !important;
    width: 34px !important;
    height: 50px !important;
}

.banner_slider .slick-prev:before,
.banner_slider .slick-next:before {
    display: none !important;
}

.slick-prev {
    left: 16% !important;
    background: url(../img/arrow2.svg) 50% no-repeat !important;
}

.slick-next {
    right: 16% !important;
    background: url(../img/arrow2.svg) 50% no-repeat !important;
    transform: translate(0, -50%) rotate(180deg) !important;
}

.banner_slider .slick-dots {
    position: absolute !important;
    left: 20% !important;
    bottom: 61px !important;
    display: flex !important;
    z-index: 2 !important;
}

.banner_slider .slick-dots li {
    width: unset !important;
    height: unset !important;
}

.banner_slider .slick-dots li button {
    display: block;
    width: 14px !important;
    height: 14px !important;
    padding: 0px !important;
    background: #ffffff !important;
    opacity: 0.7 !important;
    border-radius: 100px;
}

.banner_slider .slick-dots li.slick-active button {
    opacity: 1 !important;
    background: #b91b23 !important;
}

/*
.banner_bg {
    background: url("../img/bg1.jpg") 50% 0 no-repeat;
}
*/

.slide1 .title_container {
    padding-top: 132px;
    padding-bottom: 112px;
    /* display: none; */
}

.title_background {
    position: relative;
    padding: 20px 30px;
    background-color: #ffffffcc;
    color: black;
    z-index: 4;
}

.banner_bg {
    /* height: 654px; */
    /* z-index: -1; */
}

.banner_bg .container {
    pointer-events: none;
    height: 100%;
}

.banner_bg .container .btn {
    pointer-events: all;
}

.sup_title {
    font-size: 20px;
    font-weight: 400;
}

.title1 {
    box-sizing: border-box;
    font-family: "HarmonyOS Sans SC", sans-serif;
    font-weight: 400;
    font-size: 54px;
    position: relative;
    /* text-transform: uppercase; */
    /* margin-top: 30px; */
    /* width: 963px;
    height: 143px; */
    /* padding-top: 25px;
    padding-left: 80px; */
    /* background: url("../img/title_div1.png") 50% no-repeat; */
    /* margin-left: -65px; */
}

/*.title1:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -32%;
    width: 100%;
    height: 100%;
    background: url("../img/title_pl.png") 0 0 no-repeat;
}*/

.title1 span {
    color: #b91b23;
    font-weight: 700;
}

.title1 sup {
    font-size: 18px;
}

.title_wrap {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    width: 637px;
    max-width: 100%;
    padding: 15px 25px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 34px;
    /* text-transform: uppercase; */
}

.title_wrap ul {
    padding: 0;
    margin: 0;
}

.title_wrap ul li {
    font-size: 36px;
    font-weight: 400;
    text-transform: none;
}

.title_wrap ul li b {
    font-size: 40px;
    color: #b91b23;
}

.title_wrap ul li span {
    font-weight: 700;
}

.dist_text {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
}

.warn_text {
    color: #ffffff;
    padding: 30px 0;
    font-family: "HarmonyOS Sans SC", sans-serif;
}

.title_form_wrap {
    width: 760px;
    margin-top: 60px;
    /*margin-left: -15px;*/
}

.title_form {
    box-sizing: border-box;
}

.title2 {
    /* text-transform: uppercase; */
    font-size: 32px;
    font-weight: 700;
    /* color: #ffffff; */
    /* width: 478px;
    height: 92px;
    background: url("../img/title_div2.png") 50% no-repeat;
    padding-left: 50px;
    padding-top: 10px;
    margin-left: -35px;
    margin-top: -12px;
    position: relative; */
}

.title2 b {
    /*color: #b91b23;*/
    /* font-size: 28px; */
}

/*
.title2:before {
    content: "!";
    position: absolute;
    left: 18px;
    top: -8px;
    font-size: 63px;
    font-weight: 700;
    color: #b91b23;
    animation: blind 2s linear 0s infinite;
}
*/


.slide1 .title1 {
    font-size: 52px;
    font-weight: 700;
    color: #B91B23;
}

.slide1 .title2 {
    font-size: 32px;
    margin-top: 5px;
}

.slide1 .title_container {
    padding: 20px 30px;
    background: #FFFFFFE5;
}

@keyframes blind {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    85% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

#form1 {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

#form1 .form-group_wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

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

#form1 input[type="tel"] {
    background: #ffffff;
    border: none;
}

#form1 input[type="tel"],
#form1 .btn {
    height: 60px;
}

#form1 .agree_field,
#form1 .agree_field a {
    color: #000;
}

.title_props {
    margin-top: 30px;
}

.title_props_name {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 30px;
}

.title_props span {
    display: block;
    font-size: 18px;
    color: #ffffff;
}

.title_container2 {
    padding-top: 110px;
    padding-bottom: 112px;
    display: none;
}

.title_container2 .title1 {
    box-sizing: border-box;
    color: #ffffff;
    font-weight: 700;
    font-size: 43px;
    text-transform: uppercase;
    width: 847px;
    height: 134px;
    background: url("../img/title_div3.png") 50% no-repeat;
    padding-top: 40px;
}

.title_container2 .title2 {
    width: 594px;
    height: 88px;
    background: url("../img/title_div4.png") 50% no-repeat;
    font-size: 25px;
    color: #000000;
    font-weight: 400;
    text-transform: unset;
    padding-top: 15px;
}

.title_container4 {
    padding-bottom: 140px;
    padding-top: 140px;
    display: none;
}

.title_container4 .title4 {
    font-size: 36px;
    /* margin-top: 140px; */
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.title_container4 .desc4 {
    font-size: 36px;
    margin-top: 30px;
    color: #d8141e;
    font-weight: 700;
}

.title_container4 .desc4 span {
    text-transform: uppercase;
}

.title_container4 .banner4_profit {
    display: block;
    font-size: 30px;
    margin-top: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 80px;
    background: url(../img/banner_slide3_ico_tire.png) 0 50% no-repeat;
}

.title_container4 .banner4_profit span {
    color: #d8141e;
    font-size: 36px;
}

.title_container4 .btn {
    margin-top: 55px;
    width: 375px;
}

.title_container5 {
    padding-top: 165px;
}

.title_container5 .title5 {
    font-weight: 800;
    font-size: 50px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 50px;
}

.title_container5 .desc5 {
    color: #ffffff;
    font-size: 27px;
    margin-bottom: 55px;
}

.title_container5 .desc5 span {
    display: block;
    margin-top: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.title_container6 {
    padding-top: 165px;
    display: none;
}

.title_container6 .title6 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 50px;
}

.title_container6 .title6 > b {
    display: block;
    color: #b91b23;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 10px;
}

.title_container6 .title6 > span {
    line-height: 150%;
}

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

.title_container6 .desc6 > b {
    display: block;
    color: #b91b23;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.title_container6 .desc6 > span {
    line-height: 170%;
}

.title_container6 .popup {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #b91b23;
    margin-top: 20px;
    transition: all 0.3s;
}

.title_container6 .popup:hover {
    color: #000000;
}

.title_container6 .popup img {
    margin-left: 5px;
}

.title_container7 {
    padding-top: 143px;
}

.title_container7 .title1 {
    font-size: 40px;
    font-weight: 600;
    color: white;
    background: none;
    font-family: "HarmonyOS Sans SC", sans-serif;
    text-transform: none;
    padding: 0px;
    width: auto;
    height: auto;
    margin: 0px;
}

.title_container7 .title2 {
    font-size: 55px;
    background: none;
    position: relative;
    width: auto;
    height: auto;
    z-index: 1;
    margin: 0px;
    margin-top: 11px;
    margin-left: -49px;
    padding: 11px 47px;
    line-height: 120%;
    text-transform: none;
    font-family: "HarmonyOS Sans SC", sans-serif;
    font-weight: 900;
    width: 647px;
    padding-bottom: 18px;
}

.title_container7 .title2:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: #b91b23;
    height: 100%;
    width: 100%;
    z-index: -1;
    transform: skewX(-23deg);
}

.title_container7 .title3 {
    color: #b91b23;
    font-family: "HarmonyOS Sans SC", sans-serif;
    font-size: 58px;
    font-weight: 900;
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
}

.title_container7 .title4 {
    font-size: 40px;
    color: white;
    font-family: "HarmonyOS Sans SC", sans-serif;
    font-weight: 600;
    padding-top: 12px;
}

.title_container8 .title1 {
    color: #be7b5e;
    font-size: 80px;
    font-weight: 700;
    background: none;
    line-height: 100%;
    height: auto;
    padding-left: 65px;
}

.title_container8 {
    padding-top: 95px;
}

.title_container8 .title2 {
    color: #be7b5e;
    font-size: 34px;
    background: none;
    padding-top: 15px;
    padding-left: 35px;
}

.title_container8 .title3 {
    font-size: 34px;
    text-transform: uppercase;
    color: #363636;
    font-weight: 700;
    padding-top: 35px;
}

.title_container8 .title4 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    padding-top: 75px;
    text-transform: uppercase;
}

.title_container8 .btn {
    margin-top: 35px;
}

.title_container9 {
    /*display: none;*/
    padding-top: 140px;
}

.title_container9 .title3 {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

.title_container9 .title3 span {
    color: #a5282e;
}

.title_container9 .title4 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.title_container9 .btn {
    width: 288px;
    height: 44px;
    margin-top: 30px;
}

.slide8 .b_text_container {
    width: fit-content;
    padding: 20px 30px;
    background: #FFFFFFCC;
    backdrop-filter: blur(6px);
}

.slide8 .b_text_container .title {
    font-size: 42px;
    font-weight: 400;
    line-height: 146%;
    text-transform: uppercase;
}

.slide8 .b_text_container .title b {
    color: #B91B23;
}

.slide9 .b_text_container .title {
    font-weight: 700;
    font-size: 52px;
    color: #ffffff;
}

.slide9 .b_text_container .title span {
    padding: 0 20px;
    background: #fff;
    color: #b91b23;
    display: inline-block;
    position: relative;
    top: 5px;
}

.slide9 .b_text_container .btn {
    margin-top: 55px;
    width: 533px;
}

.slide10 .b_text_container .title {
    font-weight: 700;
    font-size: 48px;
    color: #ffffff;
}

.slide10 .b_text_container .title span {
    padding: 0 20px;
    background: #fff;
    color: #b91b23;
    display: inline-block;
    position: relative;
    top: 5px;
}

.slide10 .b_text_container .title2 {
    font-weight: 400;
    font-size: 28px;
    color: #ffffff;
    margin-top: 16px;
    line-height: 34px;
}

.slide10 .b_text_container .btn {
    margin-top: 30px;
    width: 533px;
}


.slide11 .b_text_container .title {
    font-weight: 700;
    font-size: 48px;
    /*color: #ffffff;*/
    text-transform: uppercase;
}

.slide11 .b_text_container .title span {
    padding: 0 20px;
    background: #fff;
    color: #b91b23;
    display: inline-block;
    position: relative;
    top: 5px;
}

.slide11 .b_text_container .title2 {
    font-weight: 400;
    font-size: 34px;
    margin-top: 16px;
    line-height: 34px;
}

.slide11 .b_text_container .btn {
    margin-top: 40px;
    width: 533px;
}

.b_text_container {
    padding-left: 20px;
}

/****************************************
             MY_CHERY
****************************************/

.my_chery {
    background: url("../img/my_chery_bg.jpg") 50% 0 no-repeat;
    padding: 73px 0;
    margin-bottom: 60px;
}

.my_chery > img {
    display: none;
}

.my_chery_wrap {
    width: 59%;
    margin-left: auto;
    position: relative;
}

.my_chery_title {
    font-size: 44px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
}

.my_chery_title b {
    font-size: 87px;
    line-height: 100%;
}

.my_chery_title span {
    display: block;
    font-size: 29px;
}

.my_chery_qr {
    position: absolute;
    right: 0;
    top: 210px;
}

.my_chery_list {
    padding: 0;
    margin: 120px 0 0;
    list-style: none;
}

.my_chery_list li {
    display: block;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-size: 30px;
}

/****************************************
             SERVICE_PROFIT
****************************************/

.service_profit {
    background: url("../img/service_profit_bg.jpg") 50% 0 no-repeat;
    padding: 40px 0;
    margin-bottom: 30px;
}

.service_profit > img {
    display: none;
}

.service_profit_title {
    font-size: 25px;
    font-weight: 700;
    margin-top: 30px;
}

.service_profit_title2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 35px;
    display: none;
}

.service_profit_title2 font {
    font-size: 30px;
    text-transform: none;
}

.service_profit_title2 span {
    font-size: 36px;
    color: #b91b23;
}

.service_profit_title span {
    font-size: 29px;
    text-transform: uppercase;
}

.service_profit_title font b {
    font-size: 12px;
    display: block;
    font-weight: 400;
}

.service_profit_title i {
    font-style: normal;
    color: #d8141e;
}

.service_profit_title font {
    display: block;
    margin-top: 40px;
    font-size: 23px;
}

.service_profit_title3 {
    display: none;
    font-weight: 700;
}

.service_profit_title3 .text1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 90px;
}

.service_profit_title3 .text1 span {
    font-size: 58px;
    display: block;
}

.service_profit_title3 .text2 {
    font-size: 25px;
    padding-top: 20px;
}

.service_profit_title3 .text2 span {
    color: #d8141e;
    padding-top: 15px;
}

.title_container .btn3,
.title_container2 .btn3 {
    display: flex;
    width: 281px;
    height: 45px;
    margin-top: 30px;
    font-size: 16px;
}

.service_profit_title4 {
    display: none;
}

.service_profit_title4 .text1 {
    padding-top: 55px;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.service_profit_title4 .text1 span {
    display: block;
    margin-bottom: 15px;
}

.service_profit_title4 .text1 b {
    font-size: 48px;
}

.service_profit_list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    width: 760px;
    margin: 0 -26px;
    /*display: none;*/
}

.service_profit_list li {
    display: block;
    font-weight: 400;
    font-size: 16px;
    padding-left: 12px;
    /* background: url("../img/dot.png") 0 50% no-repeat; */
    margin-bottom: 10px;
    border-left: 4px solid #2d2d2d;
    width: 33%;
    margin: 0 26px;
    max-width: 200px;
    margin-top: 40px;
}

.service_profit_list li b {
    color: #b91b23;
    font-size: 17px;
}

/****************************************
                TOP ADVS
****************************************/

.top_advs {
    background: #989898;
    color: #fff;
    background: url(../img/top_advs_bg.png) 50% 0 no-repeat,
    linear-gradient(to bottom, transparent 7%, #989898 7%, #989898 100%);
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: -10px;
    position: relative;
}

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

.top_advs .title {
    font-weight: 700;
    font-size: 24px;
    width: 100%;
    padding-bottom: 25px;
}

.top_advs .title span {
    color: #d8141e;
}

.top_advs .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 53%;
}

.top_advs .content a {
    color: #fff;
    position: relative;
    padding-top: 65px;
    min-width: 70px;
    font-weight: 500;
}

.top_advs .content a:before {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    background: #1e1e1e;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.top_advs .content a.ico1 {
}

.top_advs .content a.ico2 {
}

.top_advs .content a.ico3 {
    text-align: center;
}

.top_advs .content a.ico1:after {
    content: url(../img/top_advs_ico1.png);
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 2;
}

.top_advs .content a.ico2:after {
    content: url(../img/top_advs_ico2.png);
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 2;
}

.top_advs .content a.ico3:after {
    content: url(../img/top_advs_ico3.png);
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 2;
}

.top_advs .btn {
}

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

.advantages {
    margin-top: 75px;
}
.advantages_title {
    font-size: 40px;
    font-weight: 700;
}
.advantages_wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.advantages_block {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 20%;
    min-height: 218px;
    padding: 12px;
    background: #E7E7E7;
    transition: all 0.2s linear;
}
.advantages_block:hover {
    background: #B91B23;
}
.advantages_block_title {
    font-size: 18px;
    font-weight: 500;
    transition: all 0.2s linear;
}
.advantages_block:hover .advantages_block_title {
    color: #ffffff;
}
.advantages_block_title b {
    color: #B91B23;
    transition: all 0.2s linear;
}
.advantages_block:hover .advantages_block_title b {
    color: #ffffff;
}
.advantages_block_img {
    position: absolute;
    right: 0;
    bottom: 0;
}


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

.offers {
    margin-top: 75px;
}

.offers_title {
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 40px;
}

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

.offers_item {
    position: relative;
    width: 23.6%;
    margin-bottom: 60px;
}



.offers_item_slider {
    width: calc(100% + 20px);
}

.offers_item_slider .slick-track {
    display: flex !important;
    align-items: stretch !important;
}

.offers_item_slider .slick-arrow {
    width: 44px !important;
    height: 44px !important;
    background-image: url(../img/arrow_prev_offer_slider.svg) !important;
    background-position: 50% 50% !important;
    border: 1px solid #000;
    top: calc(50% - 22px) !important;
}

.offers_item_slider .slick-prev {
    left: -65px !important;
}

.offers_item_slider .slick-next {
    right: -65px !important;
}

.offers_item_slider .slick-arrow:hover {
    background-image: url(../img/arrow_prev_offer_slider_hover.svg) !important;
    background-color: #B91B23 !important;
    border-color: #B91B23;
}

.offers_item_slider .offers_item {
    max-width: 100%;
    padding: 0 10px;
    height: auto !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.offer16 {
    /* display: none; */
    position: relative;
}

.offers_item_content {
    color: #363636;
    font-weight: 700;
    padding: 67px 80px;
    position: absolute;
    z-index: 1;
    top: 0;
}

.offers_item-title {
    font-size: 56px;
}

.offers_item-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
}

.offers_item-info-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.offers_item-info-text1 {
    font-size: 32px;
    color: #fff;
    background: #363636;
    padding: 7px 8px;
    width: 37%;
}

.offers_item-info-text2 {
    font-size: 24px;
    text-transform: uppercase;
}

.offer_item_text {
    margin: 0px;
    margin-top: 20px;
}

.offers_item.wide {
    width: 32.2%;
    box-sizing: border-box;
    color: #fff;
}

.offers_item.wide .offers_item_text {
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 100px;
    padding-top: 30px;
}

.offers_item.wide .offers_item_img {
    /* display: none; */
}

.offers_item.wide .offers_item_img picture {
    /* overflow: hidden;
    display: block; */
}

.offers_item.wide .offers_item_img picture img {
    /* max-width: none;
    width: 100%;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%); */
}

.offers_item.wide .offers_item_title {
    /* margin-bottom: 20px; */
}

.offers_item.wide .offers_item_title font {
    display: block;
    color: #fff;
    font-size: 120px;
}

.offers_item.wide.offer12 .offers_item_title font {
    display: block;
    color: #fff;
    font-size: 56px;
}

.offers_item.wide .offers_item_title font.acquaintance {
    font-size: 56px;
}

.offers_item.wide .offers_item_title span {
    color: #b91b23;
    font-size: 32px;
    background: #fff;
    padding: 15px 21px 10px 21px;
    text-transform: uppercase;
}

.offers_item.wide.offer12 .offers_item_title .discount {
    margin-top: 20px;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
}

.offers_item.wide.offer12 .offers_item_title span {
    color: #b91b23;
    font-size: 32px;
    background: #fff;
    text-transform: uppercase;
}

.offers_item.wide.offer12 .offers_item_title .first span {
    padding: 5px 17px;
    padding-right: 16px;
}

.offers_item.wide.offer12 .offers_item_title .second span {
    padding: 5px 17px;
}



.offers_item.wide.offer12 .btn {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    margin-top: 40px;
}

.offers_item:nth-child(4) {
    /* margin-left: 17%; */
}

.offers_item:last-child {
    /* margin-right: 17%; */
}

.offers_item .fire {
    position: absolute;
    top: -30px;
    left: -15px;
}

.offers_item_img {
    width: 100%;
}

.offers_item_img img {
    width: 100%;
}

.offers_item_text {
    padding: 15px 0;
    min-height: 136px;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.offers-text {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}

.offers-text font {
    line-height: 38.4px;
    background: white;
    color: #b91b23;
    padding: 2px 4px;
}

.offers_item_title {
    font-weight: 700;
    font-size: 24px;
    /* padding-bottom: 10px; */
}

.offers_item_title span {
    color: #B91B23;
}

.offers_item_comment {
    font-weight: 600;
    font-size: 19.7px;
    color: #000;
}

.offers_item.wide .offers_item_comment {
    color: #fff;
    padding-bottom: 15px;
}

.offers_item_comment span {
    font-weight: 500;
    color: #b91b23;
}

.offers_item .btn {
    width: 100%;
}

.offers_item_big {
    width: 100%;
    margin-bottom: 55px;
    background: url(../img/offers_item_big.jpg) 50% 0 no-repeat;
    padding: 35px 50px;
    padding-bottom: 134px;
    color: white;
}

.offers_item_big .title {
    font-size: 34px;
    font-weight: 700;
}

.offers_item_big .text {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    padding: 25px 0;
    padding-bottom: 30px;
}

.offers_item_big .btn {
    width: 370px;
}

.special_offers {
    position: relative;
    margin-bottom: 53px;
    width: 100%;
}
.btn_popup_content {
    display: block;
    width: 54px;
    background: #B91B23;
    flex-shrink: 0;
	transition: 0.3s;
}
.btn_popup_content:hover {
    background:#a5282e;
}
.btn_popup_content span {
    display: block;
    height: 100%;
    width: 100%;
    background: url(../img/ico_info.svg) 50% 50% no-repeat;
}
.btn_popup_content span:after {
    content:'';
}
.popup_content_container {
    display:none;
}


/***offer17***/

.offer17 .offers_item_content {
    color: #ffffff;
    padding: 40px 80px;
}

.offer17 .offers_item-title {
    font-size: 50px;
}

.offer17 .offers_item-info {
    margin-top: 20px;
}

.offer17 .offers_item-info-text1 {
    background: #B91B23;
    font-size: 36px;
    width: 42%;
}

.offer17 .offers_item_comment {
    font-weight: 400;
    font-size: 20px;
    margin-top: 14px;
}

.offers_item.wide.offer17 .offers_item_content .btn {
    /* display: none; */
}

/*** end offer17***/

/***offer18***/

.offer18 .offers_item_content {
    color: #ffffff;
    padding: 40px 80px;
}

.offer18 .offers_item-title {
    font-size: 50px;
    text-transform: uppercase;
}

.offer18 .offers_item-title span {
    background: #b91b23;
    padding: 4px 46px 3px 46px;
    display: inline-block;
    margin-top: 10px;
}

.offer18 .offers_item-info {
    margin-top: 20px;
}

.offer18 .offers_item-info-text1 {
    background: #B91B23;
    font-size: 36px;
    width: 42%;
}

.offer18 .offers_item_comment {
    font-weight: 400;
    font-size: 20px;
    margin-top: 14px;
}

/*** end offer18***/

.special_offers .image {
}

.special_offers .image picture {
    overflow: hidden;
    display: block;
}

.special_offers .image picture img {
    max-width: none;
    height: 100%;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}

.special_offers .text_container {
    position: absolute;
    font-family: "HarmonyOS Sans SC", sans-serif;
    top: 44px;
    left: 101px;
}

.special_offers .text_container ._title1 {
    font-size: 28px;
    color: white;
    font-weight: 300;
}

.special_offers .text_container ._title2 {
    font-size: 66px;
    color: #b91b23;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 100%;
}

.special_offers .text_container ._title3 {
    font-size: 32px;
    color: white;
    font-weight: 700;
}

.special_offers .text_container ._title4 {
    font-size: 36px;
    color: #b91b23;
    font-weight: 700;
    background: white;
    margin-top: 10px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left: 18px;
}

.special_offers .text_container .btn {
    margin-top: 46px;
}

.offer21 {
}

.offer21__offers_item_img {
}

.offer21__offers_item_img img {
    width: 100%;
}

.offer21__offers_item_content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 25px 40px;
}

.offer21__offers_item-title {
    font-size: 50px;
    font-weight: 700;
    /* text-transform: uppercase; */
}

.offer21__offers_item-title_red {
    color: #B91B23;
}

.offer21__offers_item_comment {
    margin-top: 15px;
    font-size: 30px;
    font-weight: 700;
    /* text-transform: uppercase; */
}

.offer21__offers_item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 100%;
    flex-direction: column;
}

.offer21__offers_item-list-item {
    min-width: 30%;
    display: flex;
    align-items: center;
    gap: 13px;
}


.offer21__offers_item-list-ico {
    width: 44px;
    height: 44px;
    background-color: #D62230;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer21__offers_item-list-ico img {
}

.offer21__offers_item-list-text {
}

.offers_item.wide .offer21__offers_item_content .btn {
    display: none;
}

.offers_item.wide .offers_item_content{
    position: relative;
    padding: 20px;
    background: #E7E7E7;
    color: #000000;
    min-height: 223px;
    display: flex;
    flex-direction: column;
}
.offers_item.wide .offers_item-title {
    font-size: 24px;
    line-height: 27px;
}
.offers_item.wide .offers_item-title font {
    color: #B91B23;
}
.offers_item.wide .offers_item-info {
    margin-top: 10px;
}

.offers_item.wide .offers_item-info-text1 {
    background: none;
    color: #000000;
    font-size: 16px;
    width: 100%;
    padding: 0;
}
.offers_item.wide .offers_item-info-text1 font {
    color: #B91B23;
}

.offers_item.wide .offers_btns {
    display: flex;
    gap: 10px;
    height: 60px;
    margin-top: auto;
}

.offers_item.wide .btn {
    width: 100%;
    height: 100%;
}



/****************************************
               EXEED_TRIP
****************************************/

.exeed_trip {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.exeed_trip .trip_img {
}

.exeed_trip .trip_text {
    width: 48.5%;
}

.exeed_trip .trip_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.exeed_trip .trip_props {
    margin: 0;
    padding: 0;
}

.exeed_trip .trip_props li {
    font-family: "HarmonyOS Sans SC", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 6px;
}

.exeed_trip .trip_comment {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 25px;
}

/****************************************
               SERVICES
****************************************/

#services {
    margin-top: 40px;
}

.serv_title {
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 35px;
}

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

.serv_column {
    width: 48.6%;
}

.serv_item {
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}

.serv_item_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e7e7e7;
}

.serv_ico {
    background: #b91b23;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.serv_name {
    font-weight: 400;
    font-size: 16px;
    width: 77%;
}

.serv_arrow {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serv_arrow img {
    transform: rotate(0deg);
    transition: all 0.3s;
}

.serv_arrow img.down {
    transform: rotate(-180deg);
}

.serv_item ul {
    display: none;
    padding: 0;
    list-style: none;
    margin: 20px 0 0;
}

.serv_item ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
}

.serv_item ul li i {
    flex-grow: 1;
    border-top: 1px dashed #000000;
    margin: 0 5px;
}

.serv_item ul li b {
    color: #000000;
    white-space: nowrap;
}

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

.advantages {
    margin-top: 90px;
}

.ags_title {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 70px;
}

.ags_wrap {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    padding: 0 20px;
}

.ags_item_wrap {
    background: #e7e7e7;
    width: 31.5%;
    transform: skewX(-23deg);
    box-sizing: border-box;
    padding: 70px 20px 40px 65px;
    margin-bottom: 60px;
    position: relative;
}

.ags_item_wrap:nth-child(4) {
    margin-left: 17%;
}

.ags_item_wrap:last-child {
    margin-right: 17%;
}

.ags_item {
    transform: skewX(23deg);
}

.ags_ico {
    position: absolute;
    top: -103px;
    left: 17px;
    transform: skewX(-23deg);
    width: 85px;
    height: 70px;
    background: #b91b23;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ags_ico img {
    transform: skewX(23deg);
}

.ags_text {
    font-size: 16px;
    font-weight: 400;
}

.ags_text b {
    font-family: "HarmonyOS Sans SC", sans-serif;
    color: #b91b23;
}

/****************************************
                REVIEWS
****************************************/

.reviews {
    margin-top: 100px;
}
.reviews_title {
    font-size: 40px;
    font-weight: 700;
}
.reviews_wrapper {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.reviews_imgs {
    min-width: 432px;
}
.reviews_wrap {
    width: -webkit-fill-available;
    height: 565px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    overflow-y: scroll;
    padding-right: 16px;
}
.reviews_wrap::-webkit-scrollbar {
    width: 3px;
}
.reviews_wrap::-webkit-scrollbar-track {
    background: #E7E7E7;
}
.reviews_wrap::-webkit-scrollbar-thumb {
    background-color: #B91B23;
}
.reviews_block {
    padding: 20px;
    background: #EFEFEF;
}
.reviews_head {
    display: flex;
    justify-content: space-between;
}
.reviews_name {
    font-size: 18px;
    font-weight: 400;
}
.reviews_text {
    min-height: 84px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
}
.reviews_wrap .reviews_hidden {
    display: none;
}
.reviews_show {
    width: fit-content;
    margin: 20px auto 0;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #000000;
}


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

.contacts {
    margin-top: 40px;
}

.cont_wrap {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 64%;
}

.quest_form {
    margin-bottom: 30px;
}

.quest_title {
    font-weight: 300;
    /*font-style: italic;*/
    font-size: 19px;
    padding-bottom: 15px;
}

.quest_title span {
    font-family: "HarmonyOS Sans SC", sans-serif;
    font-weight: 600;
    font-size: 30px;
}

.cont_text_wrap {
    padding: 42px 0;
    position: relative;
}

.cont_text_wrap:before {
    content: "";
    width: 148%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -49%;
    background: url("../img/cont_bg.png") 0 50% no-repeat;
}

.cont_text {
    position: relative;
    z-index: 1;
}

.cont_text_title {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.bot_addr {
    padding-left: 25px;
    background: url("../img/ico_loc.png") 0 0 no-repeat;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 25px;
}

.bot_addr span {
    display: block;
    margin-top: 7px;
    color: #9b9b9b;
}

.bot_phone {
    display: block;
    padding-left: 25px;
    background: url("../img/ico_phone.png") 0 50% no-repeat;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
}

#form2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

#form2 .form-group {
    width: 48.5%;
}

#form2 input[type="tel"],
#form2 .btn {
    height: 60px;
}

#map1 {
    width: 65%;
    height: 570px;
    margin-left: auto;
    background: url("../img/map.jpg") 100% 0 no-repeat;
    position: relative;
}

#map1:before {
    content: "";
    width: 30%;
    height: 100%;
    display: block;
    position: absolute;
    left: -10%;
    top: 0;
    background: #ffffff;
    transform: skewX(-23deg);
    z-index: 1;
}

footer {
    background: #2b2b2b;
    padding: 20px 0;
}

footer .logo4 {
    width: 240px;
}

footer .logo4 img {
    margin-bottom: 10px;
}

.disclamer_switch_bg {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.disclamer_switch_bg .copy {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.disclamer_switch {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

footer .disclamer {
    color: #ffffff;
    font-size: 12px;
    display: none;
    text-align: left;
    padding-top: 35px;
    font-family: Arial, Helvetica, sans-serif;
}

.banner_bg {
}

.banner_bg .title_container1 {
    padding-top: 123px;
    color: white;
    height: 100%;
}

.banner_bg .title_container1 ._title1 {
    font-size: 50px;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 2px;
}

.banner_bg .title_container1 ._title2 {
    font-size: 24px;
    font-weight: 500;
}

.banner_bg .title_container1 ._title2 font {
    display: block;
}

.banner_bg .title_container1 ._title3 {
}

.banner_bg .title_container1 .btn {
    margin-top: 21px;
    width: 280px;
    height: 45px;
}

.banner_bg .title_container1 .specs {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    margin-left: 56px;
}

.banner_bg .title_container1 .specs label {
    font-size: 20px;
    font-weight: 700;
    margin-right: 15px;
}

.banner_bg .title_container1 .specs img {
}


.service {
    margin-top: 39px;
}

.service .container {
}

.service .cont {
    display: flex;
    background: #E7E7E7;
    padding-right: 35px;
    align-items: center;
}

.service picture {
    width: 390px;
    display: inline-block;
    overflow: hidden;
    transform: skewX(-23deg);
    transform-origin: 0px 0px;
    flex-shrink: 0;
}

.service picture img {
    transform: skewX(23deg);
    transform-origin: 0px 0px;
}

.service form {
    width: calc(100% - 390px);
}

.service form .form_title {
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 19px;
}

.service form .fields {
    columns: 2;
}

.service form .form-group {
    margin-bottom: 16px;
}

.service form .form-group input {
    height: 60px;
}

.service form .form-group select::placeholder {
    color: black;
}

.service form .form-group button {
    height: 60px;
}

.service form .agree_field {
    position: relative;
    top: -6px;
}


.offers_item.wide.offer13 .btn {
    position: absolute;
    bottom: 76px;
    right: 146px;
}


.offers_item.wide.offer13 .offers_item_img picture img {
    max-width: 100%;
}


.banner_slider .slide7 {
    background: url("../img/slide7.jpg") 50% 0 no-repeat;
}


.slide7 {
}

.slide7 .container {
    display: flex;
    flex-direction: column;
}

.slide7 .b_text_container {
    background: hwb(0deg 100% 0% / 65%);
    box-sizing: border-box;
    padding: 26px 42px;
    padding-bottom: 19px;
    width: 722px;
    max-width: 100%;
    backdrop-filter: blur(5px);
}

.slide7 .b_text_container .pre_title {
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 17px;
}

.slide7 .b_text_container .title {
    font-size: 52px;
    font-weight: 900;
    line-height: 120%;
}

.slide7 .b_text_container .title strong {
    font-weight: 900;
    color: #B91B23;
}

.slide7 .items {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 19px;
    /* width: 722px; */
    grid-template-columns: 285px auto;
    grid-template-rows: repeat(2, 1fr);
    font-weight: 400;
    max-width: 100%;
}

.slide7 .items li {
    display: inline-flex;
    align-items: center;
    background: #FFFFFF75;
    box-sizing: border-box;
    padding: 12px 20px;
    padding-right: 10px;
    backdrop-filter: blur(5px);
}

.slide7 .items li:before {
    content: '';
    width: 44px;
    height: 44px;
    display: inline-block;
    margin-right: 14px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.slide7 .items li span {
}

.slide7 .items li br {
}


.slide7 .items li.ico1:before {
    background: url(../img/b_ico1.svg) 50% 50% no-repeat;
}

.slide7 .items li.ico2:before {
    background: url(../img/b_ico2.svg) 50% 50% no-repeat;
}

.slide7 .items li.ico3:before {
    background: url(../img/b_ico3.svg) 50% 50% no-repeat;
}

.slide7 .items li.ico4:before {
    background: url(../img/b_ico4.svg) 50% 50% no-repeat;
}

.slide7 .items li.ico5:before {
    background: url(../img/b_ico5.svg) 50% 50% no-repeat;
}

.slide7 .items li.ico6:before {
    background: url(../img/b_ico6.svg) 50% 50% no-repeat;
}

.slide7 .items li.ico7:before {
    background: url(../img/b_ico7.svg) 50% 50% no-repeat;
}


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

@media (max-width: 1600px) {
    #map1 {
        background-position: 35% 0;
    }

    .offers_item_slider {
    }

    .offers_item_slider .slick-track {
    }

    .offers_item_slider .slick-arrow {
    }

    .offers_item_slider .slick-prev {
    }

    .offers_item_slider .slick-next {
    }

    .offer21 {
    }

    .offer21__offers_item_img {
    }

    .offer21__offers_item_img img {
    }

    .offer21__offers_item_content {
    }

    .offer21__offers_item-title {
        /* color: #000; */
    }

    .offer21__offers_item-title_red {
    }

    .offer21__offers_item_comment {
        /* color: #000; */
    }

    .offer21__offers_item-list {
    }

    .offer21__offers_item-list-item {
    }

    .offer21__offers_item-list-ico {
    }

    .offer21__offers_item-list-ico img {
    }

    .offer21__offers_item-list-text {
    }

}

@media (max-width: 1400px) {

    .offers_item_slider {
    }

    .offers_item_slider .slick-track {
    }

    .offers_item_slider .slick-arrow {
        width: 20px !important;
        height: 20px !important;
        background-size: 70% !important;
    }

    .offers_item_slider .slick-prev {
        left: -15px !important;
    }

    .offers_item_slider .slick-next {
        right: -15px !important;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .advantages_wrapper {
        column-gap: 10px;
    }
    .advantages_block_title {
        font-size: 14px;
    }
    
    .title_container,
    .title_container2,
    .title_container9 {
        padding-bottom: 272px;
    }

    .title_container6 {
        padding-bottom: 150px;
    }

    .title_container6 .title6 > b {
        font-size: 34px;
    }

    .title_container6 .title6 {
        font-size: 16px;
    }

    .title_container6 .desc6 > b {
        font-size: 34px;
    }

    .title_container6 .desc6 {
        font-size: 13px;
    }

    .title_container6 .popup {
        font-size: 14px;
    }

    header .menu {
    }

    header .menu .content {
    }

    header .menu .content a {
    }

    .header .logo_wrapper {
        width: 40%;
    }

    .hol_wrap {
        width: 47%;
    }

    .hol_title {
        font-size: 24px;
    }

    .service_profit_title {
        margin-top: 0px;
    }

    .service_profit_title font {
        margin-top: 20px;
    }

    .service_profit_title3 {
    }

    .service_profit_title3 .text1 {
    }

    .service_profit_title3 .text1 span {
    }

    .service_profit_title3 .text2 {
    }

    .service_profit_title3 .text2 span {
    }

    .title_container .btn3 {
    }

    .banner_bg {
        /* height: auto; */
    }

    .title_container4 {
    }

    .title_container4 .title4 {
    }

    .title_container4 .desc4 {
    }

    .title_container4 .desc4 span {
    }

    .title_container4 .banner4_profit {
    }

    .title_container4 .banner4_profit span {
    }

    .title_container4 .btn {
    }

    .service_profit_list li {
        font-size: 18px;
        max-width: initial;
    }

    .title_form_wrap {
        margin-left: 0;
        margin-top: 40px;
    }

    .top_advs {
    }

    .top_advs .title {
    }

    .top_advs .title span {
    }

    .top_advs .content {
    }

    .top_advs .content a {
    }

    .top_advs .content a:before {
    }

    .top_advs .content a.ico1 {
    }

    .top_advs .content a.ico2 {
    }

    .top_advs .content a.ico3 {
    }

    .top_advs .content a.ico1:after {
    }

    .top_advs .content a.ico2:after {
    }

    .top_advs .content a.ico3:after {
    }

    .top_advs .btn {
    }

    .offers_item_title {
        font-size: 20px;
    }

    .offers_item_text {
        min-height: 130px;
    }

    .offers_item.wide {
        /* padding-top: 95px; */
        width: 48.8%;
        margin-bottom: 40px;
    }

    .offers_item_content {
    }

    .offers_item-title {
    }

    .offers_item-info {
    }

    .offers_item-info-block {
    }

    .offers_item-info-text1 {
    }

    .offers_item-info-text2 {
    }


    .offers_item_slider {
    }

    .offers_item_slider .slick-track {
    }

    .offers_item_slider .slick-arrow {
    }

    .offers_item_slider .slick-prev {
    }

    .offers_item_slider .slick-next {
    }


    .offer21 {
        /* padding-top: 230px; */
    }

    .offer21__offers_item_img {
    }

    .offer21__offers_item_img img {
    }

    .offer21__offers_item_content {
    }

    .offer21__offers_item-title {
        color: #000;
        /* margin-left: -40px; */
    }

    .offer21__offers_item-title_red {
    }

    .offer21__offers_item_comment {
        color: #000;
        margin-left: -40px;
    }

    .offer21__offers_item-list {
    }

    .offer21__offers_item-list-item {
    }

    .offer21__offers_item-list-ico {
    }

    .offer21__offers_item-list-ico img {
    }

    .offer21__offers_item-list-text {
    }

    .serv_name {
        width: 70%;
    }

    .serv_item ul li span {
        width: 65%;
    }

    .serv_item ul li i {
        display: none;
    }

    .ags_title {
        font-size: 30px;
    }

    .ags_text {
        font-size: 12px;
    }

    .cont_text_wrap:before {
        width: 185%;
        left: -85%;
    }

    .my_chery {
        background-position: 40% 0;
    }

    .my_chery_title {
        font-size: 32px;
    }

    .my_chery_list {
        margin-top: 160px;
    }

    .my_chery_list li {
        font-size: 24px;
    }

    .exeed_trip {
        flex-direction: column;
    }

    .exeed_trip .trip_img img {
        width: 100%;
    }

    .exeed_trip .trip_text {
        width: 100%;
        margin-top: 30px;
    }

    .title_container7 {
        padding-top: 165px;
        padding-bottom: 185px;
    }

    .title_container7 .title1 {
    }

    .title_container7 .title2 {
    }

    .title_container7 .title2:before {
    }

    .title_container7 .title3 {
    }

    .title_container7 .title4 {
    }

    .title_container8 .title1 {
    }

    .title_container8 .title2 {
    }

    .title_container8 .title3 {
    }

    .title_container8 .title4 {
    }

    .title_container8 .btn {
    }

    .slick-prev {
        left: 1% !important;
    }

    .slick-next {
        right: 1% !important;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .offer21 {
        padding: 0;
    }
    .offers_title {
        text-align: center;
        padding: 0;
    }
    .offers_wrap {
        margin-top: 40px;
    }
    .offer21__offers_item-list {
        max-width: initial;
        flex-direction: column;
        margin-top: 16px;
        margin-bottom: 0;
    }
    .offer21__offers_item_content {
        position: relative;
        padding: 0;
    }
    .offer21__offers_item_content {
        position: relative;
    }
    .offer21__offers_item-title {
        margin-top: 15px;
        margin-left: 0;
        font-size: 42px;
    }
    .offer21__offers_item_comment {
        margin-left: 0;
    }
    .offer21__offers_item-list-item {
        font-weight: 400;
        color: #000000;
    }

    .offers_item.wide .offer21__offers_item_content .btn {
        margin-top: 20px;
        display: flex;
    }

    .reviews_wrapper {
        flex-direction: column;
        row-gap: 20px;
    }
    .reviews_imgs {
        min-width: initial;
        width: 100%;
        max-width: initial;
    }
    .reviews_wrap {
        width: 100%;
        height: auto;
        overflow-y: initial;
        padding-right: 0;
    }

    .advantages_wrapper {
        justify-content: left;
        flex-wrap: wrap;
        row-gap: 12px;
        column-gap: 2%;
    }
    .advantages_block {
        width: 32%;
    }

    .hol {
        background-position: 0 0;
        background-size: 150%;
        padding-top: 260px;
    }

    .hol_wrap {
        width: 100%;
    }

    .hol_title {
        text-align: center;
        font-size: 30px;
        color: #000000;
    }

    #hol_form {
        width: 100%;
    }

    #hol_form .agree_field,
    #hol_form .agree_field a {
        color: #000000;
    }

    .title_form_wrap {
        width: 100%;
    }

    .title_props {
        margin-top: 10px;
    }

    .banner_bg {
        background-size: 100%;
        background-position: 40% 0;
    }

    .header .logo_wrapper {
        width: 40%;
    }

    .header .top_addr {
        display: none;
    }

    .header .btn {
        width: 200px;
        margin: 0 auto;
    }

    .header .top_phone a {
        font-size: 14px;
    }

    header .menu {
        display: none;
    }

    header .menu .content {
    }

    header .menu .content a {
    }

    .title_container,
    .title_container2,
    .title_container9 {
        padding-top: 70px;
        padding-bottom: 350px;
    }

    .title_container9 .title3 {
        font-size: 36px;
    }

    .title_container9 .title4 {
        font-size: 20px;
    }

    .service_profit_title2 {
        font-size: 28px;
    }

    .service_profit_title2 span {
        font-size: inherit;
    }

    .service_profit_title3 {
    }

    .service_profit_title3 .text1 {
    }

    .service_profit_title3 .text1 span {
    }

    .service_profit_title3 .text2 {
    }

    .service_profit_title3 .text2 span {
    }

    .title_container .btn3 {
    }

    .banner_slider .slide3 {
        background-position: 38% 0;
    }

    .title1 {
        font-size: 24px;
        width: 100%;
        margin-left: 0;
        background-size: 100%;
        margin-top: 0;
        padding-top: 40px;
    }

    .title1 span {
        font-size: 28px;
    }

    .title2 {
        margin-top: -20px;
        margin-left: 0;
    }

    .title2 b {
        font-size: 30px;
    }

    .title_container2 .title1 {
        width: 100%;
        background-size: 100%;
        font-size: 32px;
        padding-top: 50px;
    }

    .title_container4 {
    }

    .title_container4 .title4 {
    }

    .title_container4 .desc4 {
    }

    .title_container4 .desc4 span {
    }

    .title_container4 .banner4_profit {
    }

    .title_container4 .banner4_profit span {
    }

    .title_container4 .btn {
    }

    .top_advs {
        background: #989898;
    }

    .top_advs .title {
    }

    .top_advs .title span {
    }

    .top_advs .content {
        flex-wrap: nowrap;
    }

    .top_advs .content a {
        margin-top: 15px;
    }

    .top_advs .content a:before {
    }

    .top_advs .content a.ico1 {
    }

    .top_advs .content a.ico2 {
    }

    .top_advs .content a.ico3 {
    }

    .top_advs .content a.ico1:after {
    }

    .top_advs .content a.ico2:after {
    }

    .top_advs .content a.ico3:after {
    }

    .top_advs .btn {
        margin-top: 25px;
    }

    .offers_item {
        width: 49%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .offers_item.wide {
        /* width: 24%; */
        /* background-position: 55% 50%; */
    }


    .offers_item_slider {
    }

    .offers_item_slider .slick-track {
    }

    .offers_item_slider .slick-arrow {
    }

    .offers_item_slider .slick-prev {
    }

    .offers_item_slider .slick-next {
    }


    .offer21 {
    }

    .offer21__offers_item_img {
    }

    .offer21__offers_item_img img {
    }

    .offer21__offers_item_content {
    }

    .offer21__offers_item-title {
    }

    .offer21__offers_item-title_red {
    }

    .offer21__offers_item_comment {
    }

    .offer21__offers_item-list {
    }

    .offer21__offers_item-list-item {
    }

    .offer21__offers_item-list-ico {
    }

    .offer21__offers_item-list-ico img {
    }

    .offer21__offers_item-list-text {
    }

    .serv_list {
        flex-direction: column;
    }

    .serv_column {
        width: 100%;
    }

    .serv_name {
        width: 62%;
        font-size: 14px;
    }

    .ags_title {
        font-size: 24px;
    }

    .ags_item_wrap {
        width: 48%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .cont_wrap {
        width: 100%;
        position: relative;
    }

    .cont_text_wrap:before {
        left: -20%;
    }

    #map1 {
        width: 100%;
    }

    #map1:before {
        display: none;
    }

    #map1 {
        background-position: 65% 0;
    }

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

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

    .service_profit_title {
        margin-top: 30px;
    }

    .service_profit_list li {
        width: 42%;
    }

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

    .my_chery > img {
        display: block;
        margin: 0 auto;
    }

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

    .my_chery_title {
        text-align: left;
        color: #000000;
    }

    .my_chery_qr {
        top: 150px;
        right: -20px;
    }

    .my_chery_list {
        margin-top: 20px;
    }

    .my_chery_list li {
        color: #000000;
    }

    .offers_item.wide .offers_item_text {
        padding-left: 30px;
    }

    .offers_item.wide.offer12 .offers_item_title font {
        font-size: 50px;
    }

    .offers_item_content {
        position: relative;
    }
    .offer17 .offers_item_content {
        color: #000000;
        padding: 0;
    }
    .offer17 .offers_item-title {
        margin-top: 15px;
        margin-left: 0;
        font-size: 42px;
    }
    .offers_item.wide.offer17 .offers_item_comment {
        font-size: 24px;
        color: #000000;
        padding: 0;
    }
    .offer17 .offers_item-info-text1 {
        font-size: 6vw;
        width: fit-content;
        padding: 0 2vw;
    }
    .offers_item.wide.offer17 .offers_item_content .btn {

    }

    .offers_item-title {
    }

    .offers_item-info {
    }

    .offers_item-info-block {
    }

    .offers_item-info-text1 {
    }

    .offers_item-info-text2 {
    }

    .special_offers .text_container {
        left: 30px;
    }

    .title_container7 {
    }

    .title_container7 .title1 {
    }

    .title_container7 .title2 {
    }

    .title_container7 .title2:before {
    }

    .title_container7 .title3 {
    }

    .title_container7 .title4 {
    }

    .title_container8 .title1 {
    }

    .title_container8 .title2 {
    }

    .title_container8 .title3 {
    }

    .title_container8 .title4 {
    }

    .title_container8 .btn {
    }

    .banner_bg .title_container1 ._title2 font {
        display: inline;
    }


    .service {
    }

    .service .container {
    }

    .service .cont {
    }

    .service picture {
    }

    .service picture img {
    }

    .service form {
        margin-left: 15px;
    }

    .service form .form_title {
        font-size: 23px;
    }

    .service form .fields {
        columns: 1;
    }

    .service form .form-group {
    }

    .service form .form-group input {
        height: 34px;
    }

    .service form .form-group button {
    }

    .service form .agree_field {
    }

}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .offers_item_content {
        position: relative;
    }
    .offer17 .offers_item_content {
        color: #000000;
        padding: 0;
    }
    .offer17 .offers_item-title {
        margin-top: 15px;
        margin-left: 0;
        font-size: 42px;
    }
    .offers_item.wide.offer17 .offers_item_comment {
        font-size: 2.8vw;
        color: #000000;
        padding: 0;
    }
    .offer17 .offers_item-info-text1 {
        font-size: 6vw;
        width: fit-content;
        padding: 0 2vw;
    }
    .offers_item.wide.offer17 .offers_item_content .btn {      

    }

    .offer21 {
        padding: 0;
    }
    .offers_title {
        text-align: center;
        padding: 0;
    }
    .offers_wrap {
        margin-top: 40px;
    }
    .offer21__offers_item-list {
        max-width: initial;
        flex-direction: column;
        margin-top: 16px;
        margin-bottom: 0;
    }
    .offer21__offers_item_content {
        position: relative;
        padding: 0;
    }
    .offer21__offers_item-title {
        margin-top: 4vw;
        margin-left: 0;
        font-size: 6vw;
        color: #000000;
    }
    .offer21__offers_item_comment {
        margin-left: 0;
        margin-top: 3vw;
        font-size: 4vw;
        color: #000000;
    }
    .offer21__offers_item-list-ico {
        min-width: 44px;
    }
    .offer21__offers_item-list-item {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
    }
    .offer21__offers_item-list-item br {
        display: none;
    }
    .offers_item.wide .offer21__offers_item_content .btn {
        margin-top: 20px;
        display: flex;
    }

    .reviews {
        margin-top: 40px;
    }
    .reviews_title {
        font-size: 28px;
        text-align: center;
    }
    .reviews_wrapper {
        flex-direction: column;
        row-gap: 20px;
    }
    .reviews_imgs {
        display: none;
    }
    .reviews_wrap {
        width: 100%;
        height: auto;
        overflow-y: initial;
        padding-right: 0;
    }
    .reviews_text {
        margin-top: 20px;
        font-size: 15px;
    }

    .advantages {
        margin-top: 50px;
    }
    .advantages_title {
        font-size: 24px;
        text-align: center;
    }
    .advantages_wrapper {
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 12px;
        column-gap: 2%;
    }
    .advantages_block {
        width: 49%;
    }

    .exeed_trip {
        flex-direction: column;
        padding: 0;
        margin-bottom: 40px;
    }

    .exeed_trip .trip_img img {
        width: 100%;
    }

    .exeed_trip .trip_text {
        width: 100%;
        margin-top: 30px;
    }

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

    .my_chery > img {
        display: block;
        margin: 0 auto;
    }

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

    .my_chery_title {
        text-align: center;
        color: #000000;
        font-size: 30px;
    }

    .my_chery_title b {
        font-size: 50px;
    }

    .my_chery_title span {
        font-size: 24px;
    }

    .my_chery_qr {
        position: relative;
        text-align: center;
        top: 0;
        right: 0;
    }

    .my_chery_list {
        margin-top: 20px;
    }

    .my_chery_list li {
        color: #000000;
        font-size: 16px;
    }

    .hol {
        background-position: 13% 0;
        background-size: 200%;
        padding-top: 170px;
    }

    .hol_wrap {
        width: 100%;
    }

    .hol_title {
        text-align: center;
        font-size: 26px;
        color: #000000;
    }

    #hol_form {
        width: 100%;
    }

    #hol_form input[type="tel"] {
        border: 1px solid #000000;
    }

    #hol_form .agree_field,
    #hol_form .agree_field a {
        color: #000000;
    }

    .banner_slider {
        margin-top: 120px;
    }

    .banner_slider .slide1 {
        background-size: 150%;
        background-position: 50% 0;
        padding: 48vw 0 0 0;
    }

    .banner_slider .slick-slide {
        height: auto !important;
    }

    .banner_slider .slide2 {
        background-size: 100%;
        background-position: 60% bottom;
        background-image: url("../img/slide2_mob.jpg");
        padding: 0;
    }

    .banner_slider .slide3 {
        background-size: 120%;
        background-position: 60% 0;
    }

    .banner_slider .slide4 {
        background-size: 120%;
        background-position: 60% 0;
    }

    .banner_slider .slide5 {
        background-size: 120%;
        background-position: 60% 0;
    }

    .banner_slider .slide6 {
        background-size: 120%;
        background-position: 60% 0;
    }

    .banner_slider .slick-prev,
    .banner_slider .slick-next {
        top: 90px !important;
    }

    .banner_slider .slick-prev:before,
    .banner_slider .slick-next:before {
    }

    .banner_slider .slick-prev {
        left: 10px !important;
    }

    .banner_slider .slick-next {
        right: 10px !important;
    }

    .banner_slider .slick-dots {
        display: none !important;
    }

    .banner_slider .slick-dots li {
    }

    .banner_slider .slick-dots li button {
    }

    .banner_slider .slick-dots li.slick-active button {
    }

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

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

    .service_profit_title {
        margin-top: 20px;
        text-align: center;
        font-size: 20px;
    }

    .service_profit_title2 {
        padding-top: 20px;
        font-size: 24px;
        text-align: center;
    }

    .service_profit_title2 span {
        font-size: inherit;
    }

    .service_profit_title2 font {
        font-size: inherit;
    }

    .service_profit_title span {
        font-size: inherit;
    }

    .service_profit_title3 {
        padding-top: 20px;
    }

    .service_profit_title3 .text1 {
        font-size: 24px;
        color: #000000;
        padding-top: 0;
    }

    .service_profit_title3 .text1 span {
        font-size: 30px;
    }

    .service_profit_title3 .text2 {
        padding-top: 10px;
        font-size: 20px;
    }

    .service_profit_title3 .text2 span {
    }

    .service_profit_title4 {
        padding-top: 20px;
    }

    .service_profit_title4 .text1 {
        font-size: 24px;
        color: #000000;
        padding-top: 0;
    }

    .service_profit_title4 .text1 b {
        font-size: inherit;
    }

    .title_container .btn3,
    .title_container2 .btn3 {
        margin-top: 15px;
        width: 100%;
    }

    .service_profit_list {
        margin: 0;
        width: 100%;
        margin-top: 10px;
    }

    .service_profit_list li {
        font-size: 16px;
        margin: 0;
        width: 100%;
        margin-top: 20px;
        max-width: 100%;
    }

    .service_profit_list li br {
        display: none;
    }

    .service_profit_list li b {
        white-space: nowrap;
    }

    #form1 .form-group_wrapper {
        flex-wrap: wrap;
    }

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

    .title_props_name {
        color: #000000;
        text-align: center;
        font-size: 20px;
    }

    .title_props span {
        color: #000000;
    }

    .dist_text {
        color: #000000;
        text-align: center;
    }

    .title_container4 {
        margin-bottom: 20px;
        padding-bottom: 40px;
    }

    .title_container4 .title4 {
        font-size: 20px;
        color: #000;
        margin-top: 140px;
    }

    .title_container4 .desc4 {
        margin-top: 10px;
        font-size: 20px;
    }

    .title_container4 .desc4 span {
    }

    .title_container4 .banner4_profit {
        font-size: 20px;
        color: #000;
        margin-top: 10px;
        padding-left: 0;
        background: 0;
    }

    .title_container4 .banner4_profit span {
    }

    .title_container4 .btn {
        width: 100%;
        margin-top: 10px;
    }

    .title_container5 {
        margin-bottom: 20px;
        padding-bottom: 40px;
    }

    .title_container5 .title5 {
        font-size: 20px;
        color: #000;
        margin-top: 110px;
        padding-bottom: 10px;
    }

    .title_container5 .desc5 {
        margin-top: 10px;
        font-size: 20px;
        color: #000000;
        margin-bottom: 20px;
    }

    .title_container5 .desc5 span {
        margin-top: 10px;
    }

    .title_container6 {
        padding-top: 270px;
    }

    .title_container6 .title6 > b {
        font-size: 30px;
    }

    .title_container6 .title6 br {
        display: none;
    }

    .title_container6 .title6 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .title_container6 .desc6 > b {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .title_container9 {
        padding-top: 270px;
    }

    .title_container9 .title3 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .title_container9 .title4 {
        font-size: 18px;
        text-align: center;
    }

    .title_container9 .btn {
        width: 100%;
        margin-top: 10px;
    }

    .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%;
    }

    /************************************************************************/
    .btn {
        width: 100%;
    }

    header .menu {
        display: none;
    }

    header .menu .content {
    }

    header .menu .content a {
    }

    .header {
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .header .logo {
        /* width: 80%; */
    }

    .header .logo_wrapper > div {
        min-height: 40px;
    }

    .header .logo:after,
    .header .logo2:after {
        display: none;
    }

    .header .logo2,
    .header .logo3 {
        padding-left: 10px;
    }

    .header .logo,
    .header .logo2 {
        padding-right: 10px;
    }

    .header .top_addr {
        display: none;
    }

    .header .top_phone {
        padding-right: 0;
        width: 100%;
        margin-top: 10px;
        /* margin-left: calc(50% - 85px); */
    }

    .header .btn_wrapper {
        flex-wrap: wrap;
        width: 100%;
    }

    .header .btn span {
        transform: none;
    }

    .header .btn {
        margin: 0 auto;
        margin-top: 10px;
        order: 1;
        transform: none;
        width: 100%;
        height: 46px;
        display: none;
    }

    .header .logo_wrapper {
        width: 100%;
    }

    .header .top_phone a {
        font-size: 14px;
    }

    .banner_bg {
        /* height: auto; */
        /* background-size: 180%; */
        /* background-position: 90% 0; */
    }

    .title_container2,
    .title_container {
        /* padding-top: 160px; */
        /*margin-bottom: 20px;*/
        /* padding-bottom: 150px; */
        padding: 20px 0 0 0;
        padding-bottom: 51vw;
    }

    .title_background {
        padding: 3vw 4vw;
    }

    .slide1 .title_container {
        padding: 0;
        background: none;
    }

    .sup_title {
        font-size: 5vw;
    }

    .title1 {
        width: 100%;
        background: none;
        text-align: center;
        font-size: 8vw;
        margin-top: 0;
        padding: 0;
        /* margin-bottom: 15px; */
        margin-bottom: 0;
        margin-left: 0;
        height: auto;
        text-align: start;
    }

    .slide1 .title1 {
        font-size: 5.5vw;
        text-align: center;
    }

    .slide1 .title2 {
        font-size: 3.5vw;
        text-align: center;
    }

    .title1 span {
        /* font-size: 28px; */
    }

    .title1:before {
        display: none;
    }

    .title1 b {
        font-size: 30px;
    }

    .title_container2 .title1 {
        width: 100%;
        height: auto;
        padding: 10px;
        background: #b91b23;
        font-size: 28px;
    }

    .title_container2 .title2 {
        width: 100%;
        height: auto;
        background: none;
        padding: 0;
        text-align: center;
        font-size: 20px;
    }

    .title_container2 .title2 br {
        display: none;
    }

    .title_wrap {
        background: none;
        padding: 0;
        text-align: center;
        font-size: 24px;
    }

    .title_wrap ul li {
        font-size: 24px;
    }

    .title_wrap ul li b {
        font-size: 30px;
    }

    .title_form_wrap {
        transform: unset;
        margin-left: 0;
        width: 100%;
        margin-top: 40px;
    }

    .title_form {
        padding: 0;
        transform: unset;
    }

    #form1 input[type="tel"] {
        border: 1px solid #000000;
    }

    .title2 {
        width: 100%;
        margin-top: 0px;
        /* background: #363636; */
        margin-left: 0;
        padding: 10px 0;
        height: auto;
        font-size: 6vw;
    }

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

    .top_advs {
        background: none;
        color: #000;
    }

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

    .top_advs .title span {
    }

    .top_advs .content {
        width: 100%;
    }

    .top_advs .content a {
        width: 100%;
        text-align: center;
        margin-top: 15px;
        color: #000;
    }

    .top_advs .content a:before {
        right: 0;
        margin: 0 auto;
    }

    .top_advs .content a.ico1 {
    }

    .top_advs .content a.ico2 {
    }

    .top_advs .content a.ico3 {
    }

    .top_advs .content a.ico1:after {
        right: 0;
        margin: 0 auto;
    }

    .top_advs .content a.ico2:after {
        right: 0;
        margin: 0 auto;
    }

    .top_advs .content a.ico3:after {
        right: 0;
        margin: 0 auto;
    }

    .top_advs .btn {
        margin-top: 25px;
    }

    .offers {
        /* padding-top: 120px; */
        margin: 0;
        margin-top: 75px;
    }

    .offers_title {
        text-align: center;
        font-size: 24px;
    }

    .offers_item {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 50px;
        color: #000;
    }

    .offers_item.wide {
        width: 100%;
        /* display: flex; */
        flex-wrap: wrap;
    }

    .offers_item.wide .offers_item_img {
        /* display: block; */
    }

    .offers_item.wide .offers_item_title {
        margin-bottom: 0;
    }

    .offers_item.wide .offers_item_title font {
        font-size: 6vw;
        text-align: center;
        color: #b91b23;
        display: inline;
    }

    .offers_item.wide.offer12 .offers_item_title font {
        font-size: 6vw;
        text-align: center;
        color: #000;
        font-weight: 400;
        display: inline;
    }

    .offers_item_title {
        font-size: 6vw;
    }

    .offers_item.wide .offers_item_title span {
        background: none;
        font-size: 5vw;
        text-align: center;
        display: inline;
        padding: 0;
        text-transform: none;
    }

    .offers_item.wide.offer12 {
        flex-direction: column;
        color: #000000;
    }

    .offers_item.wide.offer12 .offers_item_title span {
        background: none;
        font-size: 5vw;
        text-align: center;
        display: inline;
        padding: 0;
        text-transform: none;
    }

    .offers_item.wide.offer12 .offers_item_title .first span,
    .offers_item.wide.offer12 .offers_item_title .second span {
        padding: 0;
    }

    .offers_item.wide.offer12 .btn {
        border: 1px solid #b91b23;
        background: #b91b23;
        color: #fff;
        margin-top: 10px;
    }

    .offers_item.wide.offer12 .offers_item_title .discount {
        margin-top: 0px;
        color: #b91b23;
        font-size: 20px;
        /* display: inline; */
    }

    .offers_item.wide .offers_item_comment {
        margin-top: 2vw;
        color: #000;
        font-size: 5vw;
        padding: 0;
        font-weight: 400;
    }

    .offers_item.wide .btn {
        width: 100%;
        margin-top: 0;
    }

    .offers_item_text {
        min-height: initial;
        margin-bottom: 0;
    }

    .offers_item_big {
        background-size: 490px auto;
        background-position: 100% 0;
        padding: 0;
        padding-top: 190px;
        color: black;
    }

    .offers_item_big .title {
        font-size: 24px;
        font-weight: 700;
    }

    .offers_item_big .text {
        font-size: 18px;
        font-weight: 400;
        font-style: italic;
        padding: 15px 0;
        padding-top: 10px;
    }

    .offers_item_big .btn {
        width: 100%;
    }


    .offers_item_content {
        position: relative;
    }

    .offers_item-title {
        font-size: 10vw;
    }

    .offers_item-info {
        margin-top: 15px;
        gap: 10px;
    }

    .offer17 .offers_item-info {
        margin-top: 10px;
    }

    .offers_item-info-block {
    }

    .offers_item-info-text1 {
        font-size: 5.2vw;
        width: auto;
        padding: 2vw 5vw;
        min-width: 31vw;
        text-align: center;
    }

    .offers_item-info-text2 {
        font-size: 4vw;
    }

    .offer17 .offers_item-title {
        font-size: 6vw;
        color: #000000;
    }

    .offer18 .offers_item_content {
        padding: 16px;
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .offer18 .offers_item-title {
        font-size: 30px;
    }

    .offer18 .offers_item-title span {
        padding: 3px 29px;
    }

    .offer18 .offers_item-info-text1 {
        font-size: 5.2vw;
        width: auto;
        padding: 2vw 5vw;
        min-width: 31vw;
        text-align: center;
    }

    .offers_item.wide.offer18 .offers_item_comment {
        font-size: 16px;
        margin-top: 12px;
        color: #ffffff;
        padding-bottom: 0;
    }


    .offers_item_slider {
        width: 100%;
    }

    .offers_item_slider .slick-track {
    }

    .offers_item_slider .slick-arrow {
    }

    .offers_item_slider .slick-prev {
        left: -13px !important;
    }

    .offers_item_slider .slick-next {
        right: -13px !important;
    }

    .offers_item.wide .offers_item-info-text1 {
        text-align: start;
    }


    #services {
        margin-top: 0;
    }

    .serv_list {
        flex-flow: wrap;
    }

    .serv_column {
        width: 100%;
    }

    .serv_title {
        text-align: center;
        font-size: 28px;
    }

    .serv_name {
        width: 65%;
        font-size: 14px;
    }

    .serv_item ul li span {
        width: 65%;
    }

    .serv_item ul li i {
        display: none;
    }

    .serv_item ul li b {
        white-space: nowrap;
    }

    .ags_title {
        text-align: center;
        font-size: 24px;
    }

    .ags_item_wrap {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 40px;
    }

    .cont_wrap {
        width: 100%;
        position: relative;
    }

    .cont_text_wrap:before {
        left: -20%;
    }

    .quest_title {
        text-align: center;
    }

    .quest_title span {
        font-size: 22px;
    }

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

    #map1 {
        width: 100%;
        height: 350px;
        background-position: 57% 40%;
    }

    #map1:before {
        display: none;
    }

    .disclamer_switch_bg .copy {
        position: relative;
        padding-bottom: 10px;
    }

    .offers_item.wide .offers_item_text {
        position: relative;
        padding: 0px;
        padding-top: 15px;
    }

    /* ------- */
    .offers_item.wide.offer12 .offers_item_text {
        position: relative;
        padding: 0px;
        padding-top: 15px;
    }

    .offers_item.wide .offers_item_img picture {
    }

    .offers_item.wide .offers_item_img picture img {
        max-width: 100%;
        height: auto;
    }

    .special_offers {
    }

    .special_offers .image {
    }

    .special_offers .image picture {
    }

    .special_offers .image picture img {
        max-width: 100%;
        height: auto;
    }

    .special_offers .text_container {
        position: relative;
        left: 0px;
        top: 0px;
        padding-top: 5px;
    }

    .special_offers .text_container ._title1 {
        font-size: 24px;
        color: black;
        display: inline;
        font-weight: 400;
        text-transform: none;

    }

    .special_offers .text_container ._title2 {
        font-size: 24px;
        font-weight: 700;
        display: inline;
        font-weight: 400;
        text-transform: none;
        color: black;
    }

    .special_offers .text_container ._title3 {
        color: black;
        font-size: 24px;
        display: inline;
        font-weight: 400;
    }

    .special_offers .text_container ._title4 {
        font-size: 24px;
        padding: 0px;
        display: inline;
        text-transform: none;
    }

    .special_offers .text_container .btn {
        margin-top: 15px;
    }

    .title_container7 {
        padding-top: 270px;
    }

    .title_container7 .title1 {
        font-size: 23px;
        text-align: center;
        color: black;
        padding-bottom: 5px;
    }

    .title_container7 .title2 {
        font-size: 29px;
        text-align: center;
        width: 100%;
        margin: 0px;
        padding: 5px 0px;
    }

    .title_container7 .title2:before {
        transform: none;
        width: 100%;
        margin: 0px;
        left: 0px;
        margin-left: -15px;
        width: calc(100% + 30px);
    }

    .title_container7 .title3 {
        font-size: 31px;
        text-align: center;
        padding-top: 0px;
    }

    .title_container7 .title4 {
        color: black;
        font-size: 27px;
        text-align: center;
        padding-top: 0px;
    }

    .title_container8 .title1 {
        text-align: center;
        padding: 0;
        padding-top: 180px;
        font-size: 36px;
        margin-bottom: 5px;
    }

    .title_container8 .title2 {
        padding: 0;
        text-align: center;
        font-size: 24px;
    }

    .title_container8 .title3 {
        text-align: center;
        font-size: 24px;
        padding-top: 15px;
    }

    .title_container8 .title4 {
        color: inherit;
        text-align: center;
        font-size: 28px;
        margin-top: 25px;
        padding: 0;
    }

    .title_container8 .btn {
        margin-top: 15px;
    }

    .banner_bg {
    }

    .banner_bg .title_container1 {
        padding-top: 273px;
        color: black;
    }

    .banner_bg .title_container1 ._title1 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .banner_bg .title_container1 ._title2 {
        font-size: 16px;
    }

    .banner_bg .title_container1 ._title2 font {
    }

    .banner_bg .title_container1 ._title3 {
    }

    .banner_bg .title_container1 .btn {
        width: 100%;
    }

    .banner_bg .title_container1 .specs {
        position: relative;
        bottom: auto;
        margin-left: auto;
        left: auto;
        transform: none;
        flex-direction: column;
        justify-content: center;
        margin-top: 15px;
    }

    .banner_bg .title_container1 .specs label {
        margin-right: 0px;
        text-align: center;
        margin-bottom: 10px;
    }

    .banner_bg .title_container1 .specs img {
    }


    .service {
        margin-top: 0px;
    }

    .service .container {
        padding: 0px;
    }

    .service .cont {
        flex-direction: column;
        padding: 0px;
    }

    .service picture {
        transform: none;
        width: 100%;
    }

    .service picture img {
        transform: none;
    }

    .service form {
        width: calc(100% - 30px);
        margin: 15px;
    }

    .service form .form_title {
        font-size: 22px;
    }

    .service form .fields {
        columns: 1;
    }

    .service form .form-group {
    }

    .service form .form-group input {
    }

    .service form .form-group button {
    }

    .service form .agree_field {
    }


    .offers_item_img img {
        width: 100%;
    }


    .banner_slider .slide7 {
        background: url(../img/slide7.jpg) 50% 0 no-repeat; /* background-position: 60% -58px; */
        background-size: 100%;
        background-size: 174%;
        background-position: 100% 0px;
    }


    .slide7 {
    }

    .slide7 .container {
    }

    .slide7 .b_text_container {
        margin-top: 52vw;
        padding: 0;
    }

    .slide7 .b_text_container .pre_title {
        font-size: 5vw;
    }

    .slide7 .b_text_container .title {
        font-size: 6vw;
    }

    .slide7 .b_text_container .title strong {
    }

    .slide7 .items {
        margin-top: 35px;
        display: flex;
        flex-direction: column;
    }

    .slide7 .items li {
        padding: 0px;
    }

    .slide7 .items li:before {
    }

    .slide7 .items li span {
    }

    .slide7 .items li br {
    }


    .slide7 .items li.ico1:before {
    }

    .slide7 .items li.ico2:before {
    }

    .slide7 .items li.ico3:before {
    }

    .slide7 .items li.ico4:before {
    }

    .banner_slider .slide8 {
        background-size: 174%;
    }

    .slide8 .b_text_container {
        padding: 0;
        background: transparent;
        backdrop-filter: none;
        margin-top: 49vw;
    }

    .slide8 .b_text_container .title {
        font-size: 4.2vw;
    }

    .banner_slider .slide9 {
        background-size: 174%;
        background-position: 100% 0;
        padding-top: 46px;
    }

    .slide9 .b_text_container {
        margin-top: 40vw;
    }

    .slide9 .b_text_container .title {
        font-size: 8vw;
        color: #000000;
        text-align: center;
    }

    .slide9 .b_text_container .title span {
        background: #b91b23;
        color: #ffffff;
        top: 0;
    }

    .slide9 .b_text_container .btn {
        width: 100%;
        margin-top: 15px;
    }

    /***/
    .banner_slider .slide10 {
        background-size: 174%;
        background-position: 100% 0;
        padding-top: 46px;
    }

    .slide10 .b_text_container {
        margin-top: 40vw;
    }

    .slide10 .b_text_container .title {
        font-size: 8vw;
        color: #000000;
        text-align: center;
    }

    .slide10 .b_text_container .title span {
        background: #b91b23;
        color: #ffffff;
        top: 0;
    }
    .slide10 .b_text_container .title2 {
        font-size: 6vw;
        color: #000000;
        text-align: center;
        line-height: normal;
    }

    .slide10 .b_text_container .btn {
        width: 100%;
        margin-top: 15px;
    }


    .banner_slider .slide11 {
        background-size: 174%;
        background-position: 100% 0;
        padding-top: 46px;
    }

    .slide11 .b_text_container {
        margin-top: 43vw;
        padding-left: 0;
    }

    .slide11 .b_text_container .title {
        font-size: 7vw;
        color: #000000;
        text-align: center;
    }

    .slide11 .b_text_container .title span {
        background: #b91b23;
        color: #ffffff;
        top: 0;
    }
    .slide11 .b_text_container .title2 {
        font-size: 6vw;
        color: #000000;
        text-align: center;
        line-height: normal;
        margin-top: 0;
    }

    .slide11 .b_text_container .btn {
        width: 100%;
        margin-top: 15px;
    }

}

/*MOBILE END*/

/* Portrait phones and smaller */

@media (max-width: 460px) {
    .offer21__offers_item_comment {
        font-size: 5vw;
    }
    .offers_item.wide.offer17 .offers_item_comment {
        font-size: 16px;
    }
    .offers_item.wide.offer17 .offers_item_comment br {
        display: none;
    }
    .offers_item.wide.offer12 .offers_item_title span {
        font-size: 5vw;
    }
    .offers_item.wide.offer12 .offers_item_title .discount {
        font-size: 5vw;
    }

    .advantages_wrapper {
        row-gap: 8px;
    }
    .advantages_block {
        width: 100%;
        min-height: 170px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .advantages_block_img {
        position: absolute;
        right: 0;
        bottom: initial;
        width: 150px;
    }

    .slide8 .b_text_container {
        margin-top: 42vw;
    }

    .slide8 .b_text_container .title {
        font-size: 6vw;
    }

    .offers_item_comment {
        font-size: 16px;
    }
}

@media (max-width: 390px) {


    .banner_bg {
        height: auto;
    }

    .banner_slider .slide2 {
        background-position: 60% -58px;
    }

    .offers {
        padding-top: 20px;
    }


    .title_container2,
    .title_container {
        /* padding-top: 130px; */
        /* padding-bottom: 140px; */
    }

    .title_container7 {
        padding-top: 250px;
    }
}

@media (max-width: 360px) {
    .advantages_block_title {
        font-size: 16px;
    }
    .advantages_block_img {
        width: 120px;
    }


    .title2 b {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .title2 {
        /* font-size: 18px; */
    }

    .ags_text {
        font-size: 12px;
    }

    .bot_addr {
        font-size: 14px;
    }

    .hol {
        padding-top: 150px;
    }

    .title_container2,
    .title_container {
    }

    .title_container7 {
    }
}

@media (max-width: 320px) {

    .slide7 .items {
    }


    .offers_item_big {
        background-position: 80% 0;
    }

    .title_container2,
    .title_container {
    }

    .title_container7 {
    }

    .banner_bg .title_container1 {
        padding-top: 240px;
    }
}

.compliment {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 40px;
}

.offers_item.wide.offer12 .coplimentBtn {
    border: 1px solid #b91b23;
    background-color: #b91b23;
    color: #fff;
    margin-top: 0;
}

.offers_item.wide.offer12 .offers_item_title .compliment__descr {
    color: #b91b23;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px;
    text-transform: lowercase;
}

.offers_item.wide .comliment__comment {
    line-height: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.compliment__item {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.compliment__list {
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.offers_item.wide .compliment__title {
    padding-bottom: 0;
}

.offers_item.wide.offer12 .compliment__title font {
    margin-bottom: 10px;
}

.offer__advant {
    display: flex;
    max-width: 370px;
    flex-direction: column;
    justify-content: space-between;
}




