@media (min-width: 2000px) {
    .content_brand_model {
        grid-template-columns: repeat(3, 1fr);
        /* grid-auto-flow: column; */
        grid-gap: 10px;
        /* grid-column-gap: 100px; */
    }
    

    .body_ad {
        display: flex;
        flex-direction: column;
        margin-left: 24px;
    }

    .content_left_sett_off {
        margin-left: 89px;
    }

    .content_list_style_sort select {
        width: 240px;
    }

    .body_ad_invise {
        display: none;
    }

    .content_small_menu_style {
        display: none;
    }

    .content_list_style {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }

    .content_info_color_vis {
        display: none;
    }

    .content_info_color_vis p {
        font-family: Montserrat;
        font-size: 14px;
        line-height: 120%;
    }

    .content_info_list_invise {
        display: none;
    }

    .content_info_list {
        display: flex;
    }

    .content_list {
        width: 100%;
        /* padding-left: 20px; */
        /* padding-right: 20px; */
    }
}


/* Добавил грид колумн на 2пх */
@media(max-width:1999px) {
    .content_brand_model {
        grid-template-columns: repeat(3, 1fr);
        /* grid-auto-flow: column; */
        grid-gap: 5px;
        grid-column-gap: 86px;
    }

    /* Добавил грид колумн на 2пх */

    .body_ad {
       max-width: 288px;
    }

    .content_left_sett_off {
        margin-left: 89px;
    }

    .content_list_style_sort select {
        width: 240px;
    }

    .body_ad_invise {
        display: none;
    }

    .content_small_menu_style {
        display: none;
    }

    .content_list_style {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }

    .content_info_color_vis {
        display: none;
    }

    .content_info_color_vis p {
        font-family: Montserrat;
        font-size: 14px;
        line-height: 120%;
    }

    .content_info_list_invise {
        display: none;
    }

    .content_info_list {
        display: flex;
    }


}



/* Включи width */

@media(max-width:1125px) {
    .content_list_prod {
        display: none;
    }
}

/* Grid gap 5 px, grit column 25px и repeat 18 */
/* Убрать первые две строчки и добавить grid-template-columns: repeat(2, 1fr); */
@media(max-width:1070px) {
    .content_brand_model {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
        grid-column-gap: 25px;
    }

    /* Убрать первые две строчки и добавить grid-template-columns: repeat(2, 1fr); */
    /* Grid gap 5 px, grit column 25px и repeat 18 */
    .content_left_sett_off {
        margin-left: 37px;
    }

    /* Замена грида при уменьшении экрана на 143 и repeat на 12 */
    .content_list_style_sort select {
        width: 212px;
    }
}

@media(max-width:1020px) {


    .content_info_color_vis {
        display: flex;
        flex-direction: column;
    }

    .content_info_color {
        display: none;
    }
}

@media(max-width: 710px) {
    .body_ad_invise img:nth-child(3) {
        display: none;
    }
}

@media(max-width: 701px) {
    .content_list_style {
        display: none;
    }

    .content_setting_list {
        display: none;
    }

/*     .content_small_menu_style {
    display: flex;
    justify-content: space-between;
    background: #F2F2F2;
    border-radius: 8px;
    height: 48px;
    align-items: center;
} */


    /* Grid repeat 53 */
    /* Убрать перые две строчки и добавить grid-template-columns: repeat(1, 1fr); */
    .content_brand_model {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
        grid-column-gap: 150px;
    }
}

/* Убрать перые две строчки и добавить grid-template-columns: repeat(1, 1fr); */
/* Grid repeat 53 */

/* Убери дисплей none */
@media(max-width: 600px) {
    .content_info_list {}

    /* Убери дисплей none */
    /* Добавь тут вот это */
    .content_info_tittle {
        display: flex;
        flex-direction: column;
    }

    /* Добавь тут вот это */

    .content_info_list_invise {
        display: flex;
        flex-direction: column;
    }

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

    .content_info_vis_img {
        height: 210px;
    }

    .content_info_right_vis {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .content_info_vis_hearth {
        /* display: flex;
        align-items: flex-start; */
        margin-bottom: auto;
    }
}

/* Добавь .content_table_info_list */
/* Изменить max-width на 600 */
@media(max-width: 600px) {
    .body_ad_invise img:nth-child(2) {
        display: none;
    }

}

/* .content_list {
    max-width: 912px;
} */

@media(max-width: 1200px) {

    /* .body_ad{
        display: none;
    } */
    /* Добавь margin-bottom: 32px; */
    /* Убавить margin-top до 22px */
    .body_ad_invise {
        display: flex;
        width: 100%;
        align-items: flex-start;
        margin-top: 22px;
        justify-content: space-around;
        margin-bottom: 32px;
        /* Убавить margin-top до 22px */
        /* Добавь margin-bottom: 32px; */
    }

    .body_ad_invise img {
        width: 100%;
    }

    .body_ad {
        display: none;
    }

    /* Включи width */
    .content_list {
        width: 100%;
        /* padding-left: 20px; */
        /* padding-right: 20px; */
    }
}

/* Изменить max-width на 600 */
/* Добавь .content_table_info_list */

/* LIST INFO INVISE */


.content_info_list_invise {}

.content_info_left_vis {}

/* Добавь margin-bottom: 12px; */
.content_info_left_vis h3 {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 12px;
}

/* Добавь margin-bottom: 12px; */
/* Добавь margin-top: 4px; */
.content_info_left_vis p {
    font-family: Montserrat;
    font-size: 12px;
    line-height: 120%;
    color: #828282;
    margin-top: 4px;
}

/* Добавь margin-top: 4px; */
/*  */


.content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.content_tittle {
    max-width: 1020px;
}

.content_tittle p {
    font-family: Montserrat;
    font-size: 16px;
    /* line-height: 140%; */
}

.content_tittle pre {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 140%;
    /* max-width: 970px; */
    margin-top: 24px;
}

.vechicle-mod{
    margin: 0px 0px;
}

.vechicle-mod_a{
    font-weight: 600;
font-size: 12px;
color: #F3942E;
font-family: 'Montserrat';
}

.content_tittle h1 {
    font-family: Montserrat;
    font-size: 32px;
    line-height: 120%;
}

.content_tittle_p {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 140%;
    /* max-width: 970px; */
    /* word-wrap: break-word; */
    white-space: pre-wrap;
}

.content_tittle img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    /* max-height: 500px; */
    max-height: 440px;
    margin-top: 20px;
    margin: 0 auto;
}

.content_brand_model {
    display: grid;
    margin-top: 32px;
    gap: 10px 30px;
}

.content_small_menu_style p {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 140%;
}


.content_brand_model a {
    text-decoration: none;
    /* color: #007AFF; */
    color: black;

    font-family: Montserrat;
    font-size: 14px;
    line-height: 140%;
}

/* Denis */

.color-p-hover{
    color: #C3C3C3;
}
.content_brand_model a span:hover {
    /* background: #007AFF;
    border-radius: 24px;
    color: #FFFFFF; */
    color: orange !important;
}
.color-p-hover:hover {
    color: orange !important;
}

/* Denis */

.content_brand_model_active {
    color: #FFFFFF;
    background: #007AFF;
    border-radius: 24px;
}

.content_setting_list {
    background: #F2F2F2;
    border-radius: 8px;
    margin-top: 24px;
}

.content_setting_tittle {
    display: flex;
    margin-left: 32px;
    padding-top: 24px;
    margin-bottom: 36px;
}

.content_setting_tittle h1 {
    font-family: Montserrat;
    font-size: 24px;
    line-height: 120%;
}

.content_setting_tittle h1:not(:first-child) {
    margin-left: 24px;
}


.content_settings {
    display: flex;
}

.content_left_setting {
    width: 50%;
    margin-left: 32px;
}

.content_left_sett_tittle {
    width: 100%;
    height: 48px;
    border: none;
    background: #FFFFFF;
    border-radius: 4px;
    color: #828282;
    /* border-color: red; */

    font-family: Montserrat;
    font-size: 16px;
    line-height: 120%;
}

/* .content_left_sett_tittle_active{
    border: 1px solid #73A53B;
    outline: none;
} */

.content_left_sett_tittle:focus {
    outline: none;
}

.content_left_mass_settings {
    display: flex;
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 24px;
}

.content_left_mass_settings input {
    /* width: 137px; */
    width: 100%;
    color: #828282;
    background: none;

    font-family: Montserrat;
    font-size: 16px;
    line-height: 140%;
}

/* .content_left_mass_settings input:active{
    border: 1px solid #73A53B;
    box-sizing: border-box;
    border-radius: 4px;
    transition: border 0s;
} */

.content_left_mass_settings_active {
    border: 1px solid #73A53B;
    box-sizing: border-box;
    border-radius: 4px;
}

.content_left_mass_settings_inactive {
    border: none;
}


.content_left_mass_settings input:not(:first-child) {
    border-left: solid 1px #828282;
    /* border-width: 0px 1px 0px; */
    margin: 12px 0px 12px 0px;
}

.content_left_list_type_body {
    display: flex;
    width: 100%;
    margin-top: 24px;
    justify-content: space-between;
}

.content_left_list_type_body select{
    width: 47%;
    border: none;
    background: #FFFFFF;
    height: 48px;
    border-radius: 4px;
    color: #828282;

    font-family: Muller-reg;
    font-size: 16px;
    line-height: 140%;
}

.content_left_list_type_body_select {
    width: 47%;
    border: none;
    background: #FFFFFF;
    height: 48px;
    border-radius: 4px;
    color: #828282;

    font-family: Montserrat;
    font-size: 16px;
    line-height: 140%;
}



.content_sett_list_year {
    display: flex;
    background: #FFFFFF;
    margin-top: 24px;
}

.content_sett_list_year select {
    width: 50%;
    border: none;
    background: #FFFFFF;
    color: #828282;

    font-family: Montserrat;
    font-size: 16px;
    line-height: 140%;
}

.content_sett_list_year select:first-child {
    margin-right: 12px;
}

.content_sett_list_year select:not(:first-child) {
    border-left: solid 1px #828282;
    border-width: 0px 1px 0px;
    margin: 12px 0px 12px 0px;
    padding-left: 12px;
}

/* .content_sett_list_year div{
    border-left: solid 1px #828282;
    border-width: 0px 1px 0px;
    margin: 12px 0px 12px 0px;

    height: 24px;
} */

.content_left_sett_buttons {
    margin: 24px 0px 60px 0px;
}

.content_left_sett_buttons input {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 120%;
}

.content_left_setting_param {
    background: none;
    border: none;
    color: #007AFF;
}

.content_left_sett_param_img {
    width: 9px;
    height: 5.13px;
    margin: 0px 0px 0px 5.5px;
}

.content_left_sett_off {
    background: none;
    border: none;
    margin-top: 24px;
    color: #828282;
}

.content_left_sett_off_img {
    width: 9px;
    height: 9px;
    margin: 0px 0px 0px 6px;
}

/* .content_sett_list_year select:nth-child(1){
    margin-right: 16px;
} */

.content_right_setting {
    width: 50%;
    margin-right: auto;
    margin-left: 24px;
    margin-right: 32px;
}

.content_right_model {
    width: 100%;
    height: 48px;
    border: none;
    background: #FFFFFF;
    color: #828282;

    font-family: Montserrat;
    font-size: 16px;
    line-height: 140%;
}

.content_right_sett_price {
    display: flex;
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 24px;
}

.content_right_sett_price input {
    color: #828282;
    border: none;
    /* line-height: 140%; */
    font-family: Montserrat;
    font-size: 16px;
    line-height: 140%;
}

.content_right_sett_engine {
    display: flex;
}

.content_right_sett_engine select {
    border: none;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 24px;
    width: 50%;
    color: #828282;

    font-family: Montserrat;
    font-size: 16px;
    line-height: 140%;
}

.content_right_sett_engine select:not(:last-child) {
    margin: 24px 16px 0px 0px;
}


.content_right_sett_number_of_place {
    display: flex;
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 24px;
    width: 100%;
    justify-content: space-between;
}

.content_right_sett_number_of_place input {
    color: #828282;
    border: none;
    /* height: 48px; */
    width: 47%;

    font-family: Montserrat;
    font-size: 16px;
    line-height: 140%;
}

.content_right_sett_number_of_place input:not(:first-child) {
    border-left: solid 1px #828282;
    border-width: 0px 1px 0px;
    margin: 12px 0px 12px 0px;
    padding-left: 12px;
}


.content_right_sett_button {
    background: #73A53B;
    border-radius: 4px;
    width: 100%;
    height: 48px;

    margin-top: 24px;
    margin-bottom: 32px;

    align-items: center;
    text-align: center;
}

.content_right_sett_button input {
    color: #FFFFFF;
    padding-top: 12px;
    background: none;
    border: none;

    font-family: Montserrat;
    font-size: 16px;
    line-height: 140%;
}

.content_right_sett_price {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.content_right_sett_price input {
    width: 47%;
}


.content_right_sett_price input:not(:first-child) {
    border-left: solid 1px #828282;
    border-width: 0px 1px 0px;
    margin: 12px 0px 12px 0px;

    padding-left: 12px;
}

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

/* Изменить height на 40px */
.content_list_style_sort select {
    height: 30px;
    border: 1px solid #828282;
    box-sizing: border-box;
    border-radius: 4px;
    background: #FFFFFF;
    color: #828282;

    font-family: Montserrat;
    font-size: 16px;
    line-height: 140%;
}

/* Изменить height на 40px */
.content_list_style_sort select:not(:first-child) {
    margin-left: 16px;
}

.content_list_style_checkbox {
    display: flex;
    /* justify-content: flex-end; */
    /* align-items: flex-start; */
}

.content_list_style_checkbox img {
    width: 19.52px;
    height: 19.52px;
    /* margin-bottom: auto; */
}

.content_list_style_checkbox input {
    margin-left: 24px;
}

.content_list_style_checkbox p {
    margin-left: 12px;

    font-family: Montserrat;
    font-size: 16px;
    line-height: 120%;
}

.NDS_block {
    display: flex;
}

.content_list_NDS {
    display: flex;
    margin: 0;

    font-family: Montserrat;
    font-size: 16px;
    line-height: 120%;
}

.content_list_prod {
    margin: 0;
}

.content_list_style_buttons {
    padding: 10px;
}

.content_list_style_buttons img:not(:first-child) {
    margin-left: 16px;
}

.content_list_block {}

/* уменьшить марджин на 24пх */
.content_list_block_top_hr {
    margin-top: 24px;
}

/* уменьшить марджин на 24пх */
.content_info_list {
    /* justify-content: space-between; */
    margin-top: 24px;
}

.content_info_list_a {
    text-decoration: none;
    color: black;
}

.content_info_tittle {
    display: flex;
}

.margp:nth-child(2) {
    margin-left: 4px;
}

/* Denis */
.content_info_img {
    margin-right: 24px;
}

.content_info_img img {
    width: 260px;
    height: 200px;
    object-fit: cover;
}

/* Denis */
.content_info_title_list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
    overflow-y: hidden;
}

/* Denis */
.content_info_title_list h3 {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 8px;
}

/* Denis */
.content_info_title_list p {
    color: #828282;

    font-family: Montserrat;
    font-size: 14px;
    line-height: 100%;
    margin-top: 15px;
}

.content_info_title_list .margp p:nth-child(2) {
    margin-left: 5px;
}

.content_info_title_list .margp p:nth-child(3) {
    margin-left: 5px;
}

.content_info_city_time {
    /* margin-top: auto; */
    /* margin-top: 42px; */
    font-family: Montserrat;
    font-size: 14px;
    line-height: 120%;
}

.content_info_color {}

.content_info_color p {
    color: #828282;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 120%;
}

.content_info_price {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .content_info_price p{
    color: #828282;
} */

.content_info_dill {
    color: #007AFF;
}

/* Добавь шрифты */
/*Добавь margin-top: 4px; */
.content_info_dill_year p {
    color: #828282;
    font-family: Montserrat;
    font-size: 20px;
    margin-top: 4px;
    line-height: 120%;
}

/* Добавь margin-top: 4px; */
/* Добавь шрифты */
/* Добавь margin-top: 17px; */
.content_auto_info_kill p {
    color: #828282;
    margin-top: 17px;
}

/* Добавь margin-top: 17px; */
.content_auto_info_kill p:first-child {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 120%;
}

.content_auto_info_kill p:last-child {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 120%;
}



/* PICTURES */

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

.pictures_info_list {
    /* width: 100%; */
    max-width: 1020px;
}

@media(max-width: 900px) {
    .pictures_info_list {
        overflow: hidden;
    }
}

.pict_info_img {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

/* .pict_info_img img{
    z-index: 2;
} */

.pict_info_img img:not(.pict_info_img_right_arrow) {
    /* z-index: 1; */
    width: 260px;
}

.pict_info_img_right_arrow {
    z-index: 2;
    position: absolute;
    margin-left: 850px;
    margin-top: 100px;
}

.pictures_info_input {
    width: 31px;
    height: 31px;
    margin-top: auto;
    margin-bottom: auto;
    /* background-color: none; */
    border: none;
    z-index: 1;
    /* content: url("/img/brand/brand_pict_arrow.svg"); */
    background: url("/img/brand/brand_pict_arrow.svg");
}

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

.pict_info_tittle {}

.pict_info_tittle h3 {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
}

.pict_info_tittle p {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 120%;
    color: #828282;
}

.pict_info_color {}

.pict_info_color p {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 120%;
    color: #828282;
}

.pict_info_kilom {}

.pict_info_kilom {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 120%;
    color: #828282;
}

.pict_info_price {}

.pict_info_price p {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 120%;
    color: #007AFF;
}

.pict_info_price_block_img {
    display: flex;
}

.pict_info_price_block_img p {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
}

/* #content_pict{
    display: none;
} */

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

.content_pict_info_buttons input {
    height: 48px;
    width: 288px;
    border: none;

    background: #F2F2F2;
    border-radius: 4px;

    font-family: Montserrat;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}

.content_pict_info_buttons input:not(:first-child) {}

.content_pict_info_buttons_time p {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 120%;
    color: #828282;
}


/*  */


/* TABL */

.content_tabl_list_block {}

.content_tabl_list_block hr {
    border: 1px solid #E0E0E0;
    margin-bottom: 28px;
}

/* Изменить марджин на 20пх */
/* Изменить на грид и добавить grid-template-columns: repeat(5, 1fr);  */
/* Добавь grid-template-rows: repeat(1, 4.5em); */
.content_tabl_info_list {
    display: grid;
    grid-template-columns: fit-content(160px) repeat(4, 1fr);
    grid-template-rows: repeat(1, 4.5em);
}

/* Добавь grid-template-rows: repeat(1, 4.5em); */
/* Изменить на грид и добавить grid-template-columns: repeat(5, 1fr);  */
/* Изменить марджин на 20пх */
/* Добавить margin-bottom 16px */
.content_tabl_tittle {
    display: flex;
}

/* Добавить margin-bottom 16px */
.content_tabl_tittle h3 {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 120%;
    margin-left: 24px;
}

.tabl_cicle_color {
    width: 24px;
    height: 24px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 50%;
    /* background-color: ; */
}

/* Добавить margin-left: 48px; */
.contennt_table_price {
    font-family: Montserrat;
    font-size: 20px;
    sline-height: 120%;
    margin-left: 48px;

}

/* margin-left: 48px; */
.content_tabl_kilom {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 120%;
    color: #828282;
    margin-left: 48px;
}

/* Добавить margin-left: 48px; */
.content_tabl_year {
    margin-left: 48px;
}

/* Добавить margin-left: 48px; */
.content_tabl_year p {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 120%;
    color: #828282;

}

/* Добавить margin-left: 48px; */
.content_tabl_dill {
    margin-left: 48px;
}

/* Добавить margin-left: 48px; */
.content_tabl_city {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 120%;
}

.content_tabl_diller {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 120%;
    color: #007AFF;
}


/*  */

.content_offer_img_list {
    margin-top: 64px;
}

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

.content_spec_tittle h1 {
    font-family: Montserrat;
    font-size: 32px;
    line-height: 120%;
}

.content_spec_arrows {}

.content_spec_arrows input {
    width: 31px;
    height: 31px;
    border: none;
}

.content_spec_left_arrow {
    background: url("/img/main/left_arrow.svg");
}

.content_spec_right_arrow {
    background: url("/img/main/right_arrow.svg");
    margin-left: 16.64px;
}

.brand_auto_price_block {
    display: flex;
    flex-direction: column;
}

/* Добавь margin-top: 12px; */
.brand_auto_price_img_block {
    display: flex;
    margin-top: 12px;
}

/* Добавь margin-top: 12px; */
/* .brand_auto_price_img_block h3{

} */
/* Добавь margin-bottom: 8px; */
.brand_auto_price_block h3 {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 8px;
}

/* Добавь margin-bottom: 8px; */

.brand_auto_price_block p {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 120%;
    color: #007AFF;
}

.special_offer_img_list {
    display: flex;
    overflow: hidden;
    justify-content: space-around;
    max-width: 900px;
    margin-top: 32px;
    /* width: 1000px; */
}

.special_offer_img h3 {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 120%;
}

.special_offer_img p {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 120%;
}

.special_offer_img:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

/* .special_offer_img:hover, .special_offer_img_info h3:hover{
    color: #E07000;
} */

.special_offer_info_price {
    background-color: #73A53B;
    width: 143px;
    height: 24px;
}

.special_offer_info_price p {
    color: #FFFFFF;
    margin-left: 9px;
    padding-top: 4px;
}

.spec_offer_ul {
    display: flex;
    /* overflow: hidden; */
    /* max-width: 840px; */
    /* overflow: hidden; */
}

.spec_offer_ul li:not(:first-child) {
    margin-left: 24px;
}

.spec_offer_li {
    list-style-type: none;
    overflow: hidden;
}



.foot_ad_2 {}

.foot_ad_2 img {
    width: 100%;
    margin-top: 64px;
}






.content_announcement {
    margin-top: 64px;
    /* width: 1280px; */
}

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

.ann_tittle h3 {
    font-family: Montserrat;
    font-size: 32px;
    line-height: 120%;
}

.ann_arrows {}

.ann_arrows input {
    border: none;
    width: 31px;
    height: 31px;
}

.ann_left_arrow {
    background: url("/img/main/left_arrow.svg");
    margin-right: 17.28px;
}

.ann_right_arrow {
    background: url("/img/main/right_arrow.svg");
}

.ann_list {
    display: flex;
    overflow: hidden;
    justify-content: space-around;
    margin-top: 32px;
}

.ann_list_ul {
    display: flex;
    max-width: 840px;
    /* overflow: hidden; */
}

.ann_list_ul li:not(:first-child) {
    margin-left: 24px;
}

.ann_list_li {
    list-style-type: none;
}

.ann_block {}

.ann_block p {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 120%;
}

.ann_info {
    margin-top: 16px;
}

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

.ann_name_block h4 {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 120%;
}

.ann_name_block p {}

.ann_dill {
    margin-top: 12px;
}

.ann_price {
    padding-top: 4px;
    background: #000000;
    border-radius: 2px;
    width: 104px;
    height: 24px;
}

.ann_price p {
    color: #FFFFFF;
    margin: 4px 0px 0px 8px;
}

.ann_kill_info {
    margin-top: 8px;
    white-space: pre;
}







.foot_ad_1 {
    margin-top: 64px;
}

.foot_ad_1 img {
    width: 100%;
}












/* ACIVE ELEM*/
.content_left_sett_tittle_active {
    border: 1px solid #73A53B;
    outline: none;
}

/*  */




/* NEWS_ALL AND ARTICLES_ALL */


@media(min-width: 501px) {
    .content_news_info_img {
        /* width: 192px; */
        margin-left: 24px;
        max-width: 192px;
        width: 100%;
        max-height: 152px;
        object-fit: cover;
    }

    .content_news_info_text {
        color: black;
        margin-left: 20px;
    }

    .content_news_info_text p {
        font-family: Montserrat;
        font-size: 16px;
        line-height: 140%;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        margin: 0;
        -webkit-line-clamp: 5;
    }

    .content_news_info_text h1 {
        font-family: Montserrat;
        font-size: 20px;
        line-height: 120%;
    }

    .content_all_news {}

    .content_all_news a {
        text-decoration: none;
        display: flex;
        margin-top: 25px;
    }
}

@media(max-width: 500px) {

    .content_news_info_img {
        width: 192px;
        margin-left: 24px;
        max-width: 192px;
        width: 100%;
        max-height: 152px;
        object-fit: cover;
    }

    .content_all_news {}

    .content_all_news a {
        text-decoration: none;
        display: block;
        margin-top: 25px;
    }

    .content_news_info_text p {
        font-family: Montserrat;
        font-size: 16px;
        line-height: 140%;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        margin: 0;
        -webkit-line-clamp: 5;
    }

}

/* Добавить медиа для грида */
@media(max-width: 600px) {
    .content_tabl_info_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 3.5em);
    }

    /* Добавить медиа для грида */
}

.content_news_info_text {
    color: black;
    margin-left: 20px;
}

.content_news_info_text:hover {
    color: gray;
}

.content_tittle h1 {
    font-family: MontserratBold;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 24px;
}

/* Изменить марджин на 20пх */
hr {
    border: 1px solid #E0E0E0;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Изменить марджин на 20пх */
.content_tittle {
    font-family: Montserrat;
    font-size: 32px;
    line-height: 120%;
}

/*  */

/* Denis */
.content_news_list {
    margin-top: 64px;
}

.content_news_buttons input {
    border: none;

    font-family: Montserrat;
    font-size: 20px;
    line-height: 120%;
}

.news_active {
    background: #E07000;
    border-radius: 8px 8px 0px 0px;
    color: #FFFFFF;
}

.news_button {
    width: 150px;
    height: 60px;
}

.stat_button {
    background: #FFFFFF;
    color: #007AFF;
    /* margin-left: 24px; */
    width: 150px;
    height: 60px;
}

.content_news_block {
    /* background: #E07000; */
    border-radius: 0px 8px 8px 8px;
    border: none;
    border: 8px solid #E07000;
    /* overflow: hidden; */
}

.content_articles_border {
    border-radius: 0px 8px 8px 8px;
    border: none;
    border: 8px solid #E07000;
    display: none;
}

.content_news_border {
    background: #FFFFFF;
    border-radius: 8px;
    border: none;
}

.all_news_page_block {
    text-align: right;
}

.all_news_page {
    text-decoration: none;
    color: #007AFF;

    font-family: Montserrat;
    font-size: 20px;
    line-height: 250%;

    margin-right: 24px;
}



.body_foot_ad {
    margin-top: 64px;
    width: 100%;
}

.body_foot_ad img {
    width: 100%;
}


/* Denis */
@media (max-width:769px) {
    .body_ad_img_2 {
        display: none;
    }

    .content_brand_buttons {
        display: none;
    }

    .content_tittle {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media(min-width:845px) {
    .content_brand_list {
        grid-template-rows: repeat(3, auto);
        grid-auto-flow: column;
        grid-gap: 5px;
        grid-column-gap: 100px;
        margin-top: 32px;
    }
}

@media(max-width:844px) {
    .content_brand_list {
        grid-template-rows: repeat(3, auto);
        grid-auto-flow: column;
        grid-gap: 10px;
        grid-column-gap: 100px;
        margin-top: 32px;
    }
}


@media(max-width:700px) {
    .content_brand_list {
        grid-template-rows: repeat(4, auto);
        grid-auto-flow: column;
        grid-gap: 10px;
        grid-column-gap: 100px;
        margin-top: 32px;
    }
}


@media(max-width:471px) {
    .content_brand_list {
        grid-template-rows: repeat(6, auto);
        grid-auto-flow: column;
        grid-gap: 10px;
        grid-column-gap: 100px;
        margin-top: 32px;
    }
}

@media(max-width:557px) {
    .brand_none {
        display: none;
    }
}

.content_info_list {
    /* justify-content: space-between; */
    margin-top: 24px;
    /* margin-bottom: 24px; */
}

/* Denis */

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

.block_navigation a {
    text-decoration: none;
    color: gray;

    font-family: Montserrat;
    font-size: 12px;
}

.block_navigation p {
    padding: 0 5px;

    font-family: Montserrat;
    font-size: 12px;
}

.news_hor_line_foot {
    margin: 16px 0px 0px 0px;
}

.user_agree {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.user_agree-one {
    width: 45%;
    font-family: MontserratBold;
    font-size: 15px;
    line-height: 200%;

}

.user_agree-two {
    width: 45%;
    font-family: MontserratBold;
    font-size: 15px;
    line-height: 150%;
    margin-right: 20px;
}

.footer_copyright {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.copyright_info {
    width: 45%;
    font-family: Montserrat;
    font-size: 13px;
    line-height: 150%;
}

.copyright_infotwo {
    width: 45%;
    font-family: Montserrat;
    font-size: 13px;
    line-height: 150%;
    margin-right: 20px;
}

@media(max-width:1153px) {
  /*   .news_hor_line_foot {
      margin: 24px 24px 0px 0px;
  } */
}

@media(max-width:1999px) {
    .Footer {
        margin: 0 auto;
/*         padding-left: 20px;
padding-right: 20px; */
    }
}

/* @media(max-width:1280px) {
    .Footer {
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}
 */
@media(max-width:1280px) {
  /*   .news_hor_line_foot {
      margin: 24px 24px 0px 0px;
  } */
}

@media(max-width:1269px) {
    .body_ad_invise {
        display: flex;
        justify-content: space-around;
        /* margin-top: 64px; */
    }

    .content_list {
        width: 100%;
    }

    .body_ad_invise img {
        width: 240px;
    }

    .body_ad_img_2 {
        display: flex;
        flex-direction: column;
    }

    .body_ad_img_2 img {
        height: 230px;
    }

    .body_ad_img_2 img:nth-child(1) {
        margin-bottom: 18px;
    }

    .body_ad_1 {
        display: none;
    }
}

.slider {
    display: flex;
    width: 1020px;
    max-width: 100%;
    margin-bottom: 16px;
}

.slider-nav {
    /* overflow: hidden; */
    max-width: 100%;
    /* margin-right: 30px;
    flex-shrink: 0;
    height: 240px;
    max-height: 100%; */
    margin-top: 15px;
}

.swiper-scrollbar {
    display: none;
}

.slider-main {
    overflow: hidden;
    max-height: 100%;
}

.slider-nav .swiper-slide {
    height: 240px;
    width: 288px;
}

.slider-nav .swiper-slide img {
    /* max-height: 100%; */
    width: 100%;
    height: 240px;
    /* border: 1px solid rgb(198, 194, 194); */
    border-radius: 8px;
    object-fit: cover;
}

.slider-main .swiper-slide img {
    width: 890px;
    max-width: 100%;
    max-height: 500px;
    object-fit: cover;
    border: 1px solid #fff;
    border-radius: 15px;

}

.slider-container {
    max-width: 100%;
    /* padding: 0 15px; */
    position: relative;

}


.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 57%;
    margin: -30px 0px 0px 0px;
    z-index: 20;
    font-size: 0;
    width: 15px;
    height: 30px;
    border: none;
    opacity: 1;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev {
    left: 15px;
    z-index: 1200;
    background: url('/img/sl-arrow_l.svg') 0 0 / 100% no-repeat;
}

.swiper-button-next {
    right: 20px;
    z-index: 1200;
    background: url('/img/sl-arrow_r.svg') 0 0 / 100% no-repeat;
}

.slider-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.slider-buttons {
    display: flex;
    align-items: center;
}

.card {
    padding: 30px;
    background-color: #73A53B;
    min-height: 330px;
    color: #000;
    font-size: 16px;
}

.slider-button-prev::after,
.slider-button-next::after {
    display: none;
}

.slider-button-prev {
    position: absolute;
    top: 5%;
    margin: -30px 0px 0px 0px;
    z-index: 20;
    font-size: 0;
    width: 15px;
    height: 30px;
    border: none;
    opacity: 1;
}

.slider-button-next {
    position: absolute;
    bottom: -1%;
    margin: -30px 0px 0px 0px;
    z-index: 20;
    font-size: 0;
    width: 20px;
    height: 30px;
    border: none;
    opacity: 1;
}

.slider-button-prev {
    left: 5%;
    z-index: 1200;
    background: url('/static/solyarka_main/img/card/black_arrow_up.svg') 0 0 / 100% no-repeat;
}

.slider-button-next {
    left: 5%;
    z-index: 1200;
    background: url('/static/solyarka_main/img/card/black_arrow_down.svg') 0 0 / 100% no-repeat;
}

@media(max-width:480px){
    .content_info_list{
        flex-direction: column;
    }

    .content_info_img img{
        width:100%;
    }

    .content_info_img{
        margin-right:0px;
        margin-bottom:10px;
    }
}

@media(max-width:321px){
    .copyright_info {
    width: 45%;
    font-family: Montserrat;
    font-size: 11px;
    line-height: 150%;
}
}
.popup__content {
    background-color: #fff;
    color: #000;
    width: 1000px;
    padding: 30px;
    position: relative;
    transition: all 0.4s ease 0s;
    opacity: 0;
    transform: translate(0px, -100%);
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 8px;
}

.content__notfullbody {
    width: 397px;
    padding: 15px;
}


