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


    .content_left_sett_off {
        margin-left: 89px;
    }

    textarea{
        resize: none;
    }

    .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пх */
    .content_brand_model {
        grid-template-columns: repeat(3, 1fr);
        /* grid-auto-flow: column; */
        grid-gap: 10px;
        grid-column-gap: 2px;
    }

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


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




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

/* Коммент первых двух строчек */
@media(max-width:1070px) {
    .content_brand_model {
        /* grid-template-rows: repeat(18, auto);
        grid-auto-flow: column; */
        grid-gap: 5px;
        grid-column-gap: 25px;
    }

    /* 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;
    }

    /* Закоменть первые две строчки и добавь репит 1 внизу */
    .content_brand_model {
        /* grid-template-rows: repeat(53, auto);
        grid-auto-flow: column; */
        grid-gap: 10px;
        grid-column-gap: 150px;
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Закоменть первые две строчки */


@media(max-width: 600px) {
    /* .content_info_list {
        display: none;
    } */

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

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


/* LIST INFO INVISE */


.content_info_list_invise {}

.content_info_left_vis {}

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

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

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

.content_list11{
    max-width: 1224px;
    width: 100%;
}


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

.content__firstblocknews_img {
    width: 100%;
    max-width: 397px;
}

.content__firstblocknews_img img {
    width: 100%;
    max-width: 397px;
    height: 262px;
    border: 1px;
    border-radius: 8px;
    height: 272px;
    object-fit: cover;
}

.slider2 {
    width: 480px;
    background: #73A53B;
}

.content__all_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.content__all_buttons_img img {
    max-width: 40px;
}

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


.share-button-click {
   display: flex;
   align-items: center;
   border: none;
   background-color: white;
   cursor: pointer;
}

.button-span-share {
   font-weight: 700;
   font-size: 18px;
   color: #FAB115;
}

.img-share-button {
   max-width: 24px;
   margin-left: 5px;
}

.eye-block {
   display: flex;
   align-items: center;
   margin-left: 19.25px;
}


.content__firstblocknews_h1 a:hover{
    color: #E07000;
}

.content__secondblocknews_first_h1 a:hover{
    color: #E07000;
}

.content__firstblocknews_text:hover{
    color: #E07000;
}

.content__secondblocknews_first_text:hover{
    color: #E07000;
}

.content__firstblocknews_heshetgs a:hover{
    color: #E07000;
}

.content_news_list_soloimg_h1 a:hover{
    color: #E07000;
}

.content_news_list_soloimg_p a:hover{
    color: #E07000;
}

.get_actual_button:hover{
    background: #F3942E;
}

.get_actual_button:active{
    background: #D76F00;
}

.popup-background {
   z-index: 101;
   background: rgba(255, 255, 255, .1)
}

.popup-wrapper {
   z-index: 102;
   position: relative;
   background: #FFFFFF;
   border-radius: 8px;
   max-width: 1140px;
   width: 397px;
   height: 255px;
   overflow: hidden
}

.popup {
   z-index: 999;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: .5s;
   opacity: 0;
   visibility: hidden
}

.popup-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    /* height: 45em; */
}

.content__firstblocknews_text {
    max-width: 400px;
    font-size: 14px;
    line-height: 22px;
    font-family: Montserrat;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content_list__mainblock_text h1 {
    font-family: MontserratBold;
    font-size: 20px;
    color: #000000;
    padding-bottom: 16px;
}

img{
    display: block;
}

.content_list_subblock {
    display: flex;
    align-items: center;

}

.content_news_buttons {
    margin-left: 32px;
    display: flex;
    align-items: center;
}
}


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

.content__secondblocknews_first {
    display: flex;
    /* padding-bottom: 16px; */
}

.content__secondblocknews_first_triple {
    display: flex;
    flex-direction: column;
    padding-left: 24px;

}

.content__secondblocknews_first_text {
    max-width: 288px;
}

.content__firstblocknews_data {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #828282;
    font-size: 14px;
    font-family: Montserrat;
}

.content__firstblocknews_h1 {
    padding-bottom: 2px;
    font-family: MontserratBold;
    font-size: 24px;
    max-width: 392px;
}

.content__firstblocknews_h1 a {
       /* padding-bottom: 6px; */
    font-family: MontserratBold;
    font-size: 20px;
    max-width: 400px;
    text-decoration: none;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content__firstblocknews_heshetgs {
    /* max-width: 300px; */
}

.content__firstblocknews{
    /* margin-top: 16px; */
}

.content__firstblocknews:not(:last-child){
    margin-right: 16px;
}

.content__firstblocknews_heshetgs a {
    padding-bottom: 2px;
    color: #007AFF;
    font-size: 13px;
    font-family: Montserrat;
    text-decoration: none;
    padding-right: 2px;
    line-height: 140%;
}

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

@media(max-width:1080px){
.content__firstblocknews_img img{
    height: 245px;
}
}

@media(max-width:980px){
.content__firstblocknews_img img{
    height: 215px;
}
}

@media(max-width:850px){
.content__firstblocknews_img img{
    height: 234px;
}

.content_news_list_soloimg img{
    max-height: 234px;
}
}


@media(max-width:1023px){
   /*  .content__newsblog_triple_firstpost{
        flex-wrap: wrap;
   } */
}

@media(max-width:660px){
    .content__newsblog_triple_firstpost {
    justify-content: center;
}

.firstpost_h1 p{
    font-size: 16px !important;
}

.firstpost_h2{
    font-size: 16px !important;
}

.content__firstblocknews:not(:last-child){
    margin-right: 0px;
}

}

.content_news_list_soloimg{
    border-radius: 16px;
    margin-bottom: 16px;
}

.content_news_list_soloimg img {
    max-width: 1224px;
    /* padding-top: 30px; */
    width: 100%;
    border: 1px;
    border-radius: 16px;
    max-height: 650px;
    object-fit: cover;
}

@media(max-width:850px){
    .content_news_list_soloimg img{
        max-height: 234px;
    }
    }

.content_list_h1 {
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #000000;
}

.content__paginaton {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

.content__paginaton_two_bt {
    width: 210px;
    height: 48px;
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    border: none;
    border-radius: 4px;
    letter-spacing: 0.04em;
}

.get_actual {

    /* background: url('/static/solyarka_main/img/news/Rectangle 33.png') 0 0 / 100% no-repeat; */
    border-radius: 16px;
}

.subscribe__img {
    max-width: 1224px;
    height: 298px;
    width: 100%;
}

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

.get_actual_h1 {
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: white;
    position: absolute;
    margin-top: -230px;
    margin-left: 100px;
}

.get_actual_inputfull {
    width: 704px;
    height: 55px;
    background: #F2F2F2;
    border-radius: 4px;
    border: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: black;
    padding-left: 24px;

}

.get_actual_fullinput {
    position: absolute;
    margin-top: -170px;
    margin-left: 100px;
}

.get_actual_button {
background: #E07000;
    border-radius: 4px;
    width: 180px;
    height: 40px;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.get_actual_button a {
    border: none;
    border-radius: 4px;
    background: #73A53B;
    color: white;
    font-family: Montserrat;
    font-size: 18px;
    text-decoration: none;
}

.get_actual_p1 {
    font-family: Montserrat;
    font-size: 16px;
    color: white;
    width: 769px;
    position: absolute;
    margin-top: -100px;
    margin-left: 100px;
}

.get_actual_p1 a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: white;
}

.content__newsblog_triple {
    padding-bottom: 16px;
}

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

.content_list_h1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.content_list_h1_filter_name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #73A53B;
}

.content_list_h1_filter_name a {
    text-decoration: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    color: #73A53B;
}

.check {
    max-width: 20px;
}

#check.open {

    transform: rotate(180deg);
    transition: 0.2s;
}

.dopname-filterh{
    margin-right: 5px;
}

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

.clearfilter{
    font-weight: 600;
font-size: 15px;
line-height: 140%;
color: #E21D24;
background-color:white;
border:none;
margin-right:24px;
display:none;
cursor: pointer !important;
}

.clearfilter:hover{
    color: red;
}

.dopname-filterh:hover{
    color: #81AE4E;
}

.form_radio_btn:hover{
    color: #73A53B;
}

.actual__thirdblock a:hover{
    color: #F3942E;
}

.actual__thirdblock_input:hover{
    background: #81AE4E;
}

.clearfilter.open{
    display:block;
}

@media(max-width:426px){
    .clearfilter{
        margin-right:12px;
        font-size: 14px;
    }
}

/* .actual__blog img {
    max-width: 1280px;
}
 */
#blog {
    display: none;
    transition-delay: 1s;
}

#blog.open {
    display: block;
    margin-bottom: 0px;
    transition-delay: 1s;
    background: #FFFFFF;
    max-width: 100%;
    margin-bottom: 16px;
}

.choise_a {
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #F3942E !important;
    border: none !important;
    margin-right: 29px !important;
    font-family: MontserratBold !important;
}

.choise_a:hover{
    color: #E07000 !important;
    cursor: pointer !important;
}

.content_news_list_soloimg_data {
    position: absolute;
    margin-top: -105px;
    margin-left: 20px;
    color: white;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.content_news_list_soloimg_h1 {
    position: absolute;
    margin-top: -90px;
    margin-left: 20px;
    max-width: 1100px;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content_news_list_soloimg_h1 a {
    color: white;
    text-decoration: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
   /*  white-space: nowrap; */
    font-size: 28px;
    line-height: 140%;
}

.content_news_list_soloimg_p {
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: absolute;
    margin-top: -55px;
    margin-left: 20px;
    color: white;
    max-width: 1000px;
}

.blur-filter {
   max-width: 100%;
    filter: blur(0.1px);
    height: 120px;
    background: rgba(0, 0, 0, 0.6);
    margin-top: -120px;
    border-radius: 0px 0px 16px 16px;
}

.content_news_list_soloimg_p a {
    color: white;
    text-decoration: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    padding-right: 24px;
}

.actual {
    max-width: 1280px;
    height: 277px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    margin-bottom: 30px;
}

.actual__firstblock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 32px 0px 32px;
}

.content_news_buttons input {
    border: none;
    font-family: Montserrat;
    font-size: 15px;
    line-height: 140%;
}

.news_button {
    width: 115px;
    height: 28px;
}

.news_inactive {

    background: #FFFFFF;
}

.stat_button {
    background: none;

    /* margin-left: 24px; */
    width: 115px;
    height: 28px;
         color: black;
}

.news_active {
    background: #73A53B;
    border-radius: 24px;
    color: white;
}

.stat_button1 {
    background: #73A53B;

    /* margin-left: 24px; */
    width: 115px;
    height: 28px;
}

select,
input {
   outline: none;
}

.result_search {
position: absolute;
    top: 236px;
    /* right: 0px; */
    /* border: 1px solid #ddd; */
    max-width: 594px;
    background-color: #F2F2F2;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}

.result_search a {
    color: black;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
        margin-bottom: 8px;
    padding-bottom: 8px;
}
.result_search p {
    font-size: 18px;
}

.select__interest {
   background: #F2F2F2;
    border-radius: 4px;
    border: none;
    width: 192px;
    height: 40px;
    padding-left: 8px;
    font-family: Montserrat;
            line-height: 40px !important;
        color: #828282 !important;

           font-family: Montserrat !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

.input__interest {
    width: 468px;
    height: 48px;
    background: #F2F2F2;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    font-family: Montserrat;
    color: black;
    padding-left: 15px;
}

.actual__secondblock_radius img {
    max-width: 480px;
}

.actual__secondblock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0px 16px 0px;
}


.serach-fornewsin {
  max-width: 100%;
    width: 600px;
    height: 40px;
    background: #F2F2F2;
    border-radius: 4px;
    border:none;
    margin-right: 16px;
}

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

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

.like-hearthimg {
    max-width: 18px;
    margin-right: 8px;
}

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


.actual__thirdblock a {
    font-size: 14px;
    font-family: Montserrat;
    color: #007AFF;
    text-decoration: none;
}

.actual__thirdblock_heart_txt {
    color: #F3942E;
    font-size: 18px;
    font-family: MontserratBold;
    padding-left: 10px;
}

.actual__thirdblock_heart_txt a {
    color: #F3942E;
    font-size: 18px;
    font-family: MontserratBold;
    padding-left: 10px;
}


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

.actual__thirdblock_input {
    width: 182px;
    height: 32px;
    background: #73A53B;
    border-radius: 36px;
    font-weight: 600;
    font-size: 14px;
    font-family: MontserratBold;
    color: #fff;
    border: none;
    cursor: pointer;
}

/* .slider {
    -webkit-appearance: none;
    width: 480px;
    height: 5px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
} */

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #73A53B;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #73A53B;
    cursor: pointer;
}

.slidecontainer__counts ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    font-size: 16px;
    font-family: Montserrat;
}

.slidecontainer__h1 {
    font-family: MontserratBold;
    font-size: 16px;
    color: #73A53B;
}

.slidecontainer__counts {
    padding-top: 8px;
}


@media(max-width: 1200px) {
    /* .body_ad{
        display: none;
    } */

    .body_ad_invise {
        display: flex;
        width: 100%;
        align-items: flex-start;
        margin-top: 32px;
        justify-content: space-around;
    }

    .body_ad_invise img {
        width: 100%;
    }

    .body_ad {
        display: none;
    }

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


.content_tittle {
    max-width: 970px;
}

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

.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: 400px;
    margin-top: 20px;
    margin: 0 auto;
}

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




.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: 16px;
    line-height: 140%;
}

/* Denis */
.content_brand_model a:hover {
    /* background: #007AFF;
    border-radius: 24px;
    color: #FFFFFF; */
    color: orange;
}

/* 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;
}

.select__interest2 {
    display: 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;
}

.content_list_style_sort select {
    height: 48px;
    border: 1px solid #828282;
    box-sizing: border-box;
    border-radius: 4px;
    background: #FFFFFF;
    color: #828282;

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

.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 {}

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

.content_list_block {}

.content_list_block_top_hr {
    margin-top: 40px;
}

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

.content_info_tittle {
    display: flex;
}

.content_info_img {}

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

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

.content_info_title_list p {
    color: #828282;

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

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

.content_info_dill_year p {
    color: #828282;
}

.content_auto_info_kill p {
    color: #828282;
}

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

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

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

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

.pict_info_img img:not(.pict_info_img_right_arrow) {
    z-index: 1;
}

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

.content_tabl_info_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}

.content_tabl_tittle {
    display: flex;
}

.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: ; */
}

.contennt_table_price {
    font-family: Montserrat;
    font-size: 20px;
    sline-height: 120%;
}

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

.content_tabl_year {}

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

.content_tabl_dill {}

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

.brand_auto_price_img_block {
    display: flex;
}

/* .brand_auto_price_img_block h3{

} */

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

.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: 601px) {
    .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;
        /* padding-right: 20px; */
    }

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

    .content_all_news {}

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

    .news_hor_line {
        margin: 15px 0px 0px 0px;
    }

}

@media(max-width: 600px) {

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

    .news_hor_line {
        margin: 15px 0px 0px 0px;
    }

    .content_all_news {}

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

    .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;
        /* margin-right: 20px; */
    }

    .content_news_info_text h1 {
        font-family: MontserratBold;
        font-size: 18px;
        line-height: 120%;
        padding-right: 21px;
    }
}

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

.content_news_info_text:hover {
    color: gray;
}

.content_tittle h1 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: inherit;
    overflow: hidden;
    line-height: 120%;
    max-width: 600px;
}

hr {
    border: 1px solid #E0E0E0;
    margin-top: 24px;
}

.content_tittle {
    font-family: MontserratBold;
    font-size: 28px;
    line-height: 120%;
}

/*  */

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

.content_news_buttons input {
    border: none;

    font-family: MontserratBold;
    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;
    }
}

.block_navigation {
    display: flex;
}

.block_navigation a {
    text-decoration: none;
    color: gray;
    font-family: Montserrat;
    font-size: 14px;
}

.block_navigation a:hover {
    color: #E07000;
}

/* Убрать */
/* .body_ad{
    display: flex;
    flex-direction: column;
    margin-left: 24px;
} */
/* Убрать */

/* Denis */
.news_hor_line_foot {
    margin: 24px 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: 200%;
    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: 200%;
}

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

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



/* .content_news_buttons input {
    border: none;
    font-family: MontserratBold;
    font-size: 22px;
    line-height: 120%;
    margin-right: 14px;
} */

/* .content_news_buttons {
    display: flex;
} */

/* adaptive 1024px */

/* @media(max-width: 1216px){
        .content__firstblocknews {
        margin-bottom: 16px;
        margin-right: 16px;
        max-width: 288px;
    }
}
 */
@media(max-width:1025px) {
   /*  .content_news_list_soloimg img {
       max-width: 986px;
   }

   .get_actual_inputfull {
       width: 515px;
   }

   .content__firstblocknews_img {
       max-width: 310px;
   }

   .content__firstblocknews_data {
       max-width: 310px;
   }

   .content__firstblocknews_h1 {
       max-width: 310px;
   }

   .content__firstblocknews_h1 a{
       width: 322px;
   }

   .content__firstblocknews_heshetgs {
       max-width: 310px;
   }

   .content__firstblocknews_text {
       max-width: 310px;
   } */

}

/* adaptive 1024px */

/* adaptive 768px */

@media(max-width:769px) {
   /*  .content_news_list_soloimg img {
       max-width: 725px;
   }

   .content__firstblocknews_img {
       max-width: 230px;
   }

   .content__firstblocknews_h1 a{
       width: 230px;
   }

   .content__firstblocknews_data {
       max-width: 240px;
   }

   .content__firstblocknews_h1 {
       max-width: 240px;
   }

   .content__firstblocknews_heshetgs {
       max-width: 240px;
   }

   .content__firstblocknews_text {
       max-width: 240px;
   } */

    .get_actual_h1 {
        font-size: 13px;
        margin-top: -150px;
        margin-left: 30px;
    }

    .get_actual_inputfull {
        width: 440px;
        height: 44px;
        font-size: 16px;
    }

    .get_actual_button {
        width: 176px;
        height: 40px;
        font-size: 16px;
    }

    .get_actual_p1 {
        font-size: 12px;
        max-width: 440px;
        margin-left: 30px;
        margin-top: -60px;

    }

    .get_actual_p1 a {
        font-size: 14px;
    }

    .get_actual_fullinput {
        margin-left: 30px;
        margin-top: -120px;
    }

    .subscribe__img {
        max-width: 768px;
        height: 204px;
    }

    .content_news_list_soloimg_h1 a {
        font-size: 16px;
    }

    .content_news_list_soloimg_data {
        font-size: 13px;
        margin-left: 16px;
    }

    .content_news_list_soloimg_h1{
        margin-left: 16px;
          font-size: 16px;
          margin-top: -85px;
    }

    .content_news_list_soloimg_p a {
        font-size: 14px;
    }

  /*   .content_news_list_soloimg_h1 {
      margin-left: 30px;
      margin-top: -170px;
  } */

    .content_news_list_soloimg_p {
        margin-left: 16px;
        font-size: 14px;
    }

    .content_news_buttons input {
        font-size: 12px;
    }

    .stat_button {
        width: 92.17px;
        height: 30px;
    }

/*     .select__interest {
    width: 132px;
    height: 30px;
    font-size: 12px;
}
 */
 /*    .input__interest {
     width: 308px;
     height: 30px;
     font-size: 12px;
 } */

    .slider2 {
        width: 308px;
    }

    .actual__thirdblock_input {
        width: 100%;
        height: 30px;
        font-size: 12px;
    }

    .actual__thirdblock a {
        font-size: 12px;
    }

    .slidecontainer__h1 {
        font-size: 12px;
    }

    .slidecontainer__counts ul {
        font-size: 12px;
    }

    .content_list_h1_name {
        font-size: 24px;
    }

    .content_list_h1_filter_name a {
        font-size: 14px;
    }
    .check {
    max-width: 16px;
}
}

/* adaptive 768px */

/* adaptive 425px */
@media(max-width:426px){
    .content_list_h1_name {
    font-size: 20px;
}
.content__firstblocknews {
    margin-right: 10px;
}
}


@media(max-width:426px) {
   /*  .content__newsblog_triple_firstpost {
       flex-direction: column;
   } */
/*
    .content__firstblocknews_img {
        max-width: 385px;
    }

    .content_news_list_soloimg img {
        max-width: 385px;
    } */


    .get_actual_inputfull {
        width: 285px;
        font-size: 12px;
    }

    .get_actual_button {
        font-size: 14px;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 6px;
    }

    .get_actual_fullinput {
        flex-direction: column;
        align-items: flex-start;
    }

    .get_actual_p1 {
        width: 356px;
        font-size: 10px;
        margin-left: 15px;
        margin-top: -40px;
    }

    .subscribe__img {
        max-width: 385px;
        height: 273px;
    }

    .content__firstblocknews_img {
        max-width: 385px;
    }

    .content__firstblocknews_data {
        max-width: 385px;
    }

    .content__firstblocknews_h1 {
        max-width: 385px;
    }

    .content__firstblocknews_heshetgs {
        max-width: 385px;
    }

    .content__firstblocknews_text {
        max-width: 385px;
    }

    .get_actual_h1 {
        margin-top: -190px;
        margin-left: 15px;
    }

    .get_actual_fullinput {
        margin-left: 15px;
        margin-top: -140px;
    }

    .subscribe__img {
        height: 204px;
    }

   /*  .content_news_list_soloimg_mainimg {
       display: none;
   } */

    /* .actual__firstblock {
        flex-direction: column;
    }

    .actual__secondblock {
        flex-direction: column;
    }

    .actual__thirdblock {
        flex-direction: column;
    } */

}


/* adaptive 425px */

/* adaptive 375px */
/* @media(max-width:376px) {
    .content__firstblocknews_h1 {
        max-width: 336px;
    }

    .content__firstblocknews_text {
        max-width: 336px;
    }

    .get_actual_p1 {
        width: 278px;
    }

    .get_actual_p1 a {
        font-size: 10px;
    }
} */


/* adaptive 375px */


/* radio_buttons */

.form_radio_btn {
    display: block;
    margin-right: 0px;
}

.form_radio_btn input[type=radio] {
    display: none;
}

.form_radio_btn label {
    display: block;
    cursor: pointer;
    line-height: 140%;
    border-radius: 16px;
    user-select: none;
    width: 100px;
    height: 21px;
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 600;
    text-align: center;
}



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

/* Checked */
.form_radio_btn input[type=radio]:checked+label {
    background: #73A53B;
    color: white;
}

/* Disabled */
.form_radio_btn input[type=radio]:disabled+label {
    /* background: #efefef;
    color: #666; */
}

/* radio_buttons */

@media(max-width: 426px){
    .content__firstblocknews_h1 a{
        font-size: 16px;
    }
   /*  .form_radio_btn label{
       width: 100px;
       font-size: 16px;
   } */
    .select__interest{
        margin: 20px 0px;
    }
    .slider2{
        width: 320px;
    }
    .actual__firstblock{
        justify-content: space-around;
    }

    .actual__secondblock{
        justify-content: space-around;
    }
}

@media(max-width: 530px){
    .get_actual_inputfull{
        width: 225px;
    }
     .form_radio_btn label{
        width: 92px;
        font-size: 14px;
    }

}

@media(max-width: 900px){
    .actual__firstblock {
    flex-wrap: wrap;
    }
    .actual__secondblock{
        flex-wrap: wrap;
    }
    .actual__thirdblock{
        flex-wrap: wrap;
    }
    .input__interest{
        margin-bottom: 12px;
        width: 100%;
        margin-right:0px;
        font-size: 15px;
    }
    /*   .content_list_h1_filter{
      margin-top:16px;
        } */
    .content_list_h1 {
/*     display: flex;
justify-content: center;
flex-direction: column; */
}
.result_search{
        top: 237px;
}
}


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

     .result_search {
    top: 299px;
}

     .select__interest {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .content_list_h1{
        flex-direction: column;
        align-items: flex-start;
    }

    .actual__thirdblock{
        flex-direction: column;
        align-items: flex-start;
    }

    .actual__thirdblock_heart{
        flex-direction: column;
        align-items: flex-start;
    }

    .save-actual__thirdblock_heart_txt{
        margin: 12px 0px;
    }

    .brand_select{
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 12px !important;
    }
    .content_list_subblock{
    flex-direction: column;
    align-items: flex-start;
}

.content_news_buttons{
    margin-left: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
}

    .select__interest{
        width: 100%;
    }

    .brand_dopselect{
         width: 100%;
          margin-right: 0px !important;
          margin-bottom: 12px !important;
    }

    .select2 select2-container select2-container--default{
        width: 100% !important;
    }



   /*  .content_news_list_soloimg{
       display:none;
   } */
}

@media(max-width: 705px){


     .result_search {
    top: 337px;
}
}


@media(max-width: 657px){
    .result_search{
     margin-left:20px;
    margin-right: 17px;
}
}

@media(max-width: 650px){
    .actual__secondblock{
        flex-direction: column;
    }
    .brand_select {
    margin-right: 0px;
    }
    .brand_dopselect {
    margin-right: 0px;
    }
    .input__interest{
        width: 95%;
    }

}

@media(max-width: 530px){
 .actual__firstblock{
        justify-content: space-around;
        flex-direction: row;
    }
}
@media(max-width: 480px){
.input__interest {
    width: 92%;
}
.content_news_buttons{
    margin-left: 0px;
}
.form_radio_btn{
    margin-right: 7px;
    margin-top: 2px;
}
.choise_a{
    font-size: 14px !important;
}
/* .actual__thirdblock{
     flex-direction: column;
} */
    .result_search{
     top: 337px !important;
    margin-left: 22px;
    margin-right: 22px;
}

/* .content_list_h1_filter{
    margin-top:8px;
} */
}

@media(max-width: 443px){
        .result_search{
     top: 331px !important;
    margin-left: 22px;
    margin-right: 22px;
}
}


@media(max-width: 360px){
    .content_list_h1{
    flex-direction: column;
    }
  /*   .form_radio_btn label{
      width: 75px;
      height: 35px;
      font-size: 12px;
      line-height: 35px;
  } */
    .form_radio_btn:last-child{
        margin-right: 0px;
    }
    .slider2 {
    width: 258px;
    }
    .slidecontainer__counts ul{
            font-size: 11px;
    }
    .copyright_info {
    width: 45%;
    font-family: Montserrat;
    font-size: 11px;
    line-height: 150%;
    }

    .input__interest {
    width: 90%;
}
}

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



/* GET BLOCK */

.articles__get {
    margin-bottom: 30px;
}
.get_body {
   max-width: 1224px;
   margin: 20px auto;
}
.body_get-block {
   position: absolute;
   margin-top: 27px;
   margin-left: 90px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.get-h3 {
   font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 24px;
color: white;
margin-bottom: 16px;
}
.get-block {
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   margin-bottom: 16px;
}
.input-get {
   background: #F2F2F2;
border-radius: 4px;
height: 40px;
width: 735px;
font-family: 'Montserrat';
font-weight: 400;
font-size: 15px;
padding-left: 24px;
color: #828282;
border: none;
margin-right: 50px;
}

@media(max-width:1160px){
    .input-get{
        margin-bottom: 10px;
    }
}
.get-button {
   background: #73A53B;
border-radius: 4px;
width: 236px;
height: 55px;
color: #FFFFFF;
font-family: 'Montserrat';
font-weight: 700;
font-size: 18px;
border: none;
cursor: pointer;
}

.popup__content2456{
    background-color: #fff;
    color: #000;
    width: 100%;
    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;
}

.popup__content2457{
    background-color: #fff;
    color: #000;
    width: 900px;
    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;
}

@media(max-width: 996px){
    .popup__content2457{
         width: 100%;
             min-width: 300px;
    }
}


.get-span {
   font-family: 'Montserrat';
font-weight: 400;
font-size: 14px;
max-width: 769px;
color: white;
}
.img-get {
   width: 100%;
   height: 205px;
}
.img-get2{
display: none;
}

@media(max-width:1280px){
   .get-h3{
      margin-bottom: 10px;
   }

   .get-block{
      margin-bottom: 10px;
   }

   .get-button{
      font-size: calc((100vw - 375px)/(1224 - 320) * (18 - 14) + 14px);
      margin-top: 16px;
   }
   .input-get{
      font-size: calc((100vw - 375px)/(1224 - 320) * (16 - 12) + 12px);
   }
   .get-span{
      font-size: calc((100vw - 375px)/(1224 - 320) * (16 - 12) + 12px);
   }
   .body_get-block{
      margin-top: 20px;
   }


}

@media(max-width:1155px){
   .get-block{
flex-direction: column;
align-items: flex-start;
   }
}

@media(max-width:1029px){
   .input-get{
      height: 40px;
   }
   .get-button{
      height: 40px;
   }
   .get-h3{
font-size: 22px;
   }
}

@media(max-width:915px){
   .body_get-block{
      margin-left: 20px;
      margin-top: 10px;
   }
   .get-h3{
      font-size: 22px;
   }

}

@media(max-width:845px){
   .get-h3 {
      margin-bottom: 5px;
   }
   .get-button{
      margin-top: 5px;
   }
   .input-get{
      width: 100%;
   }
   .body_get-block{
   width: 80%;
   }
   .get-block{
      width: 100%;
      margin-bottom: 6px;
      margin-top: 8px;
   }

   .get-h3{
      font-size: 22px;
   }
}

@media(max-width:750px){
   .get-h3{
      font-size: 17px;
   }
}

@media(max-width:725px){
   .input-get{
      height: 30px;
   }
   .get-button{
      height: 30px;
   }
   .img-get{
      height: 185px;
   }
}

@media(max-width:450px){
   .img-get2{
      display: block;
      max-width: 100%;
   }
   .img-get{
      display: none;
   }
   .input-get{
      width: 90%;
   }
   .get-h3{
      font-size: 17px;
   }
}

@media(max-width:450px){

.content__firstblocknews {
    margin-right: 0px;
}
.hesheths__afterall_a{
    font-size: 14px;
}
.content__firstblocknews_img img{
    height:234px;
}
}

@media(max-width:350px){

.content__firstblocknews_img img{
    height:190px;
}
}

.content__firstblocknews{
        max-width: 397px;
        flex: 0 1 33.3333%;
}


/* GET BLOCK */


/* КОММЕНТЫ */
.comments {
   max-width: 912px;
}

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

.name-comm {
   font-weight: 700;
   font-size: 24px;
   font-family: 'Montserrat';
}

.img-polz {
   max-width: 48px;
   height: 48px;
   border-radius: 27px;
   display: block;
   object-fit: cover;
}

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

.polz-img {
   margin-right: 12px;
}

.polz-name {}

.like-p{
        font-family: Montserrat;
        font-size: 14px;
        margin-right: 3px;
        color: #828282;
}

.dislike-p{
    font-family: Montserrat;
        font-size: 14px;
        margin-right: 3px;
        color: #828282;
}

.dislike-pactive{
color :#E21D24;
    font-family: Montserrat;
    font-size: 14px;
    margin-right: 3px;
}

.p-names {
   font-weight: 600;
   font-size: 16px;
   margin-bottom: 8px;
    font-family: Montserrat;
}

.p-datas {
   font-weight: 400;
   font-size: 12px;
   color: #828282;
   font-family: 'Montserrat';
}

.comments__maincomm {
   margin-top: 2px;
   margin-bottom: 2px;
}

.main-pcomm {
   font-weight: 400;
   font-size: 14px;
   line-height: 24px;
   color: #3E3E3E;
   font-family: 'Montserrat';
   word-break: break-word;
}

.answ-butt {
   border: none;
   font-weight: 700;
   font-size: 14px;
   color: #828282;
   background: white;
   padding: 0;
   font-family: 'Montserrat';
   cursor: pointer;
}

.comments__buttonansw {
   margin-top: 9px;
   margin-bottom: 4.5px;
}

.comments__answers {
   margin-top: 9px;
   border-left: 1px solid #828282;
   padding-left: 12px;
   margin-bottom: 17px;
}

.read-alla {
   font-weight: 500;
   font-size: 12px;
   color: #007AFF;
   font-family: 'Montserrat';
}

.comments__addanswr {
   margin-top: 9px;
   border-left: 1px solid #828282;
   padding-left: 12px;
   margin-bottom: 17px;
   height: 225px;
   max-width: 794px;
   margin-right: 28px;
}


.comments__addanswr2 {
   margin-top: 9px;
   margin-bottom: 17px;
   /* height: 200px; */
   max-width: 794px;
   margin-right: 28px;
}

.addp-name {
   font-weight: 700;
   font-size: 16px;
   color: #73A53B;
   margin-bottom: 8px;
   font-family: 'Montserrat';
}

.addp-name2 {
   font-weight: 700;
   font-size: 18px;
   color: #73A53B;
   margin-bottom: 8px;
   font-family: 'Montserrat';
}

.add-comminput {
   background: #F2F2F2;
   border-radius: 4px;
   padding: 21px 16px 97px 16px;
   max-width: 762px;
   width: 100%;
   border: none;
   font-weight: 500;
   font-size: 14px;
   line-height: 17px;
   color: #828282;
   font-family: Montserrat;
}

.add-commname {
    padding: 10px 16px;
    width: 394px;
    height: 40px;
    flex-shrink: 0;
    max-width: 100%;
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: var(--Gray-6, #F2F2F2);
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
    border: 0;
}
.add-commname::placeholder{
    color: var(--Gray-dark, #828282);
}

.addanswr_button {
   display: flex;
   justify-content: end;
}

.rec-button {
   background: #FFFFFF;
   border: 1px solid #828282;
   border-radius: 48px;
   color: #73A53B;
   font-weight: 700;
   font-size: 16px;
   width: 166px;
   height: 40px;
   margin-top: 15px;
   font-family: 'Montserrat';
   cursor: pointer;
}

.comments__basecomm {
/*    margin-top: 16px; */
}

.rec-button:hover {
   background: #73A53B;
   color: white;
   border: none;
}

.test_p{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 14px;
color: #3E3E3E;
}

.rec-button:active {
   background: #628C32;
}

.answ-butt:hover {
   color: #F3942E;
}

.answ-butt:active {
   color: #D76F00;
}

.read-alla:hover {
   color: #F3942E;
}

.read-alla:active {
   color: #D76F00;
}



@media(max-width: 860px) {
   .rec-button {
      margin-right: -30px;
   }
}

@media(max-width: 426px) {

   .add-comminput {
      font-size: 12px;
      padding: 18px 16px 87px 16px;
   }

   .name-comm {
      font-size: 18px;
   }

   .p-names {
      font-size: 12px;
   }

   .p-datas {
      font-size: 10px;
   }

   .main-pcomm {
      font-size: 12px;
   }

   .addp-name {
      font-size: 14px;
   }

   .addp-name2 {
      font-size: 14px;
   }
}

.like-block .count-likes:first-child {
    margin-right: 10px;
}

.like-block {
    display: flex;
}

.count-likes {
    display: flex;
    align-items: center;
}

.like-button {
    border: none;
    background: url(/img/like/like.svg) 0 0 / 100% no-repeat;
    padding: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.dislike-button{
    padding: 0;
    border: none;
    cursor: pointer;
    background: url(/img/like/dislike.svg) 0 0 / 100% no-repeat;
    width: 24px;
    height: 24px;
}

.like-button:hover{
     background: url(/img/like/likeactive.svg) 0 0 / 100% no-repeat;
}

.dislike-button:hover{
    background: url(/img/like/dislikeactive.svg) 0 0 / 100% no-repeat;
}


.like-buttonactive{
     background: url(/img/like/likeactive.svg) 0 0 / 100% no-repeat;
      width: 24px;
    height: 24px;
    border: none;
      cursor: pointer;
}

.dislike-buttonactive{
    background: url(/img/like/dislikeactive.svg) 0 0 / 100% no-repeat;
     width: 24px;
    height: 24px;
    border: none;
      cursor: pointer;
}

.like-pactive{
    color: #73A53B;
        font-family: Montserrat;
    font-size: 14px;
    margin-right: 3px;
}


    .content_tittle-subblock img{
        max-width: 32px;
    }

.comment_div{
    max-width: 1224px;
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 850px){
    .popup__content {
        background-color: #fff;
        color: #000;
        width: 100%;
        padding: 20px;
        position: relative;
        transition: all 0.4s ease 0s;
        opacity: 0;
        transform: translate(0px, -100%);
        margin-left: 15px;
        margin-right: 15px;
    }
}


/* КОММЕНТЫ */

@media(max-width:769px){
.content__newsblog_triple_firstpost{
    flex-direction: column;
}
.content__firstblocknews:not(:last-child){
    margin-right: 0px;
    margin-bottom: 16px;
}
.content__firstblocknews_img img{
   max-width: 100%;
    width: 100%;
    max-height: 234px;
}

.content_tittle-subblock img{
    max-width: 24px;
}

.content__firstblocknews_h1 a{
     max-width: 100%;
}
.content__firstblocknews_h1{
     max-width: 100%;
}
.content__firstblocknews_img{
    max-width: 100%;
}
.content__firstblocknews{
    max-width: 100%;
}
}

@media(max-width:426px){
    .actual__secondblock{
            padding: 12px 0px 12px 0px;
    }
}
