.break {
    width: 100%;
}

html {
    overflow-x: hidden;
}


body {
    margin: 0;
    padding: 0;
    font-family: Montserrat;
    color: black;
    /* overflow-x: hidden; */
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

*:is(.description-p, .description-p2) h1 {
    font-size: 2em;
    line-height: 2.5em;
}

*:is(.description-p, .description-p2) h2 {
    font-size: 1.6em;
    line-height: 2em;
}

*:is(.description-p, .description-p2) h3 {
    font-size: 1.3em;
    line-height: 1.6em;
}

.container {
    /* margin: 0;
    padding: 0; */
    margin-bottom: 48px;
}

.wrapper {
    max-width: 1224px;
    /* margin-left: auto;
    margin-right: auto;
    padding-left: 20px; */
    /* background: #F2F2F2F2; */
}

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

.content_list {
    /* display: flex;
    justify-content: space-between; */
    max-width: 912px;
}

.content_tittle {
    display: flex;
    /* height: 48px; */
    align-items: center;
    /* justify-content: flex-start; */
}

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

select,
input {
    outline: none;
}

.blur-filter2 {
    max-width: 100%;
    /* width: 100%; */
    filter: blur(0.1px);
    /* position: absolute; */
    height: 66px;
    background: rgba(0, 0, 0, 0.6);
    margin-top: -90px;
    margin-bottom: 16px;
    border-radius: 0px 0px 16px 16px;
}

.content_list__mainblock_text a, .content_list__mainblock_text p a{
    color: #007AFF;
}

/* @media(max-width:955px){
    .blur-filter{
        width:95.8%;
    }
}

@media(max-width:928px){
    .blur-filter{
        width:95.6%;
    }
}

@media(max-width:890px){
    .blur-filter{
        width:95.4%;
    }
}

@media(max-width:850px){
    .blur-filter{
        width:95.2%;
    }
}

@media(max-width:810px){
    .blur-filter{
        width:95%;
    }
}

@media(max-width:780px){
    .blur-filter{
        width:94.6%;
    }
} */

/* @media(max-width:761px){
    .blur-filter2{
        max-width: 400px;
    }
} */

/* @media(max-width:716px){
    .blur-filter{
        width:94.4%;
    }
}

@media(max-width:698px){
    .blur-filter{
        width:94.2%;
    }
}

@media(max-width:665px){
    .blur-filter{
        width:94%;
    }
}

@media(max-width:600px){
    .blur-filter{
        width:93%;
    }
}
@media(max-width:550px){
    .blur-filter{
        width:92.6%;
    }
}

@media(max-width:475px){
    .blur-filter{
        width:91.8%;
    }
} */


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

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

.content_list-h1 {
    font-family: MontserratBold;
    font-size: 28px;
}

.content_find {
    background: #F2F2F2;
    border-radius: 4px;
    align-items: flex-start;
}

.content_submit_find {
    background: url("../img/main/content_find.svg") no-repeat;
    background-position: 18px;
    outline: none;
    border: none;
    background-color: #F2F2F2;

    width: 52px;
    height: 48px;
    float: left;
    /* margin-left: auto; */
}

.content_search_input {
    height: 48px;
    border: none;
    background-color: #F2F2F2;
    outline: none;
    width: 444px;
}

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

.actual__thirdblock_input:active {
    background: #628C32;
}


@media(min-width:1225px) {
    .content_brand_big_button {
        width: 190px;
    }

    .content_brand_small_button {
        width: 80px;
    }

    .content_brand_buttons input:not(:first-child) {
        margin-left: 24px;
    }

    .body_ad_invise {
        display: none;
    }

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

    .content_news_info_list h3 {
        font-family: Montserrat;
        font-size: 18px;
        line-height: 120%;
        padding-right: 20px;
    }

    .content_news_info_list p {
        font-family: Montserrat;
        font-size: 15px;
        line-height: 145%;

        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        margin: 0;
        -webkit-line-clamp: 4;
        padding-right: 20px;
        /* height: 110px; */
        /* text-overflow: ellipsis; */
    }

    .content_find {
        margin-left: auto;
    }
}

@media(max-width:1224px) {
    .content_brand_buttons input {
        height: 54px;
    }

    .content_brand_buttons input:not(:first-child) {
        margin-left: 20px;
    }


    .content_brand_big_button {
        width: 190px;
    }

    .content_brand_small_button {
        width: 68px;
    }

    .content_search_input {
        width: 364px;
    }

    .body_ad_invise {
        display: none;
    }

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

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

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

        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        margin: 0;
        -webkit-line-clamp: 4;
        margin-right: 20px;
    }


    .content_find {
        margin-left: auto;
    }
}

.body_ad {
    max-width: 288px;
}


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

/* Измени марджин на 32 */
@media(max-width:1257px) {
    .body_ad_invise {
        display: flex;
        justify-content: space-around;
        margin-top: 32px;
    }

    /* Измени марджин на 32 */
    .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;
    }
}

@media (max-width:910px) {
    .body_ad_img_2 {
        display: none;
    }

    .content_brand_buttons {
        display: none;
    }

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


}

@media(max-width: 742px) {
    .content_find {
        order: -1;
        margin-left: 0;
    }
}

@media(max-width:520px) {
    .body_ad_3_invise {
        display: none;
    }
}

@media(max-width: 440px) {
    .content_search_input {
        width: 284px;
    }
}


.content_brand_buttons input {
    height: 58px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 4px;
}

.content_brand_buttons input:nth-child(1) {
    background: url("../img/main/brand_button_1.svg") no-repeat;
    background-position: center;
}

.content_brand_buttons input:nth-child(2) {
    background: url("../img/main/brand_button_2.svg") no-repeat;
    background-position: center;
}

.content_brand_buttons input:nth-child(3) {
    background: url("../img/main/brand_button_3.svg") no-repeat;
    background-position: center;
}

.content_brand_buttons input:nth-child(4) {
    background: url("../img/main/brand_button_4.svg") no-repeat;
    background-position: center;
}

.content_brand_buttons input:nth-child(5) {
    background: url("../img/main/brand_button_5.svg") no-repeat;
    background-position: center;
}

.content_brand_buttons input:nth-child(6) {
    background: url("../img/main/brand_button_6.svg") no-repeat;
    background-position: center;
}

.content_brand_list {
    display: grid;
}

.content_brand_list a {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 160%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
}

/* .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: 1269px) {
    .content_list {
        width: 100%;
        /* padding-left: 20px; */
    }

}

@media(min-width:980px) {
    .content_brand_list {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 0px;
        grid-column-gap: 100px;
        margin-top: 12px;
    }
}

@media(max-width:1055px) {
    .content_brand_list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 5px;
        /* grid-column-gap: 86px; */
        margin-top: 16px;
    }
}

@media(max-width:700px) {
    .content_brand_list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
        /* grid-column-gap: 86px; */
        margin-top: 16px;
    }
}

@media(max-width:540px) {
    .content_brand_list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
        /* grid-column-gap: 86px; */
        margin-top: 16px;
    }
}

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

.brand {
    text-decoration: none;
    color: #000000;
}

.brand:hover {
    color: orange;
}

.brand_none {}

.all_model {
    color: #007AFF;
}

.all_model:hover img {
    content: url("../img/main/brand_arrow_hover.svg");
}

.brand_img {
    /* content: url("../img/main/brand_arrow.svg"); */
    display: block;
    margin-left: 4px;
}

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

.menu_links-ul {
    display: flex;
    align-items: center;
}

.menu_links-ul li:not(:last-child) {
    margin-right: 50px;
}

@media(max-width:768px) {
    .menu_links-ul li:not(:last-child) {
        margin-right: 25px;
    }
}

.allmarks_block:hover {
    color: #F3942E;
}

.brand_img:hover,
brand {
    content: url("../img/main/brand_arrow_hover.svg");
}

hr {
    border: 1px solid #E0E0E0;
}

.body_horizontal_line {
    margin-top: 12px;
}

.content_special_offer_list {
    margin-top: 64px;
}

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

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

.special_offer_arrows {}

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

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

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


.special_offer_img_list {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    overflow: hidden;
    /* max-width: 840px; */
    /* width: 1280px; */
}

.spec_offer_ul {
    display: flex;
    max-width: 840px;
}

#test_id {
    transition: all 1s;
}

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

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

.special_offer_img {}

.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_img:not(:first-child) {
    margin-left: 24px;
}

.special_offer_img_info {}

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

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

.special_offer_diller {
    display: flex;
    white-space: pre-line;
    width: 200px;
    height: 32px;
    color: #828282;
}

.special_offer_info_price {
    width: 143px;
    height: 24px;
    align-items: center;
    background: #73A53B;
    border-radius: 2px;
}

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


.content_news_list {
    padding-top: 16px;
}

/* .compare{
    padding-top: 32px;
} */

input {
    cursor: pointer;
}

.content_news_buttons {}

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

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

    z-index: 3;
}

.news_inactive {

    background: #FFFFFF;
}

.stat_button {
    background: none;


    width: 115px;
    height: 28px;
    color: black;
    z-index: 10;
    position: sticky;
}

.stat_button1 {
    background: #73A53B;

    position: absolute;
    display: inline-block;
    border-radius: 20px;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1.05);
    z-index: 2;
    width: 115px;
    height: 28px;
}

.stat_button1:hover {
    background: #73A53B;
}

@media(max-width:426px) {


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

    .news_button {
        width: 100px;
        height: 24px;
    }

    .stat_button {
        width: 100px;
        height: 24px;
    }

    .stat_button1 {
        width: 100px;
        height: 24px;
    }
}

/* .content_actual_block {
    display: flex;
}

.content_actual_block {
    justify-content: space-between;
}

.content_articles_border {
    justify-content: space-between;
} */

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

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

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

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


.stat_active {
    background: #ffffff;
    color: black;
}

.stat_button:hover {}

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


.content_news_border {
    background: #FFFFFF;
    border-radius: 8px;
    border: none;
    /* position: relative; */
}

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

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


.content_news_block {
    display: none;
    justify-content: space-between;
}

.content_articles_border {
    display: none;
}

.content_news_info_img {
    /* width: 192px; */
    margin-left: 24px;
    /* height: 150px; */
    max-width: 180px;
    /* width: 100%; */
    max-height: 135px;
    object-fit: cover;
    margin-right: 20px;
}

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

    /* .content_news_info img {
        width: 172px;
    } */

    .content_news_info_list h3 {
        white-space: pre-line;
        /* width: 225px;
        height: 38px; */
    }

    .content_news_info_list p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .content_news_info_list h3 {
        font-family: Montserrat;
        font-size: 16px;
        line-height: 120%;
        padding-right: 12px;
        padding-bottom: 12px;
    }

    .content_news_info_list p {
        font-family: Montserrat;
        font-size: 12px;
        line-height: 140%;
        /* padding-right: 12px; */
    }

    /* .content_news_info_list{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    } */

    .content_news_info_img {
        /* width: 192px; */
        margin-left: 24px;
        /* height: 150px; */
        max-width: none;
        /* width: 100%; */
        max-height: 135px;
        object-fit: cover;
        margin-right: 20px;
    }

    .content_news_info_list {
        margin-left: 24px;
    }


}

.content_news_info {
    display: flex;
    /* background: #FFFFFF; */
    border-radius: 8px;
    /* margin: 12px; */
    margin-top: 15px;
}

.content_news_info_list:hover {
    color: gray;
}

/* .content_news_info_list h3{
    font-family: Muller-bold;
    font-size: 20px;
    line-height: 120%;
}

.content_news_info_list p{
    font-family: Muller-reg;
    font-size: 16px;
    line-height: 140%;
} */

.content_news_info img {
    /* width: 192px; */
}

/* .content_news_info_list p{
    text-overflow: hidden;
    max-height: 116px;
    -webkit-line-clamp:
} */


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

.all_news_page_block {
    text-align: right;
}

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

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

    margin-right: 24px;
}

.all_news_page:hover {
    color: #E07000;
}


.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-between;
    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:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.ann_block:hover h4 {
    color: #E07000;
}

.ann_info {
    margin-top: 16px;
}

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

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

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

.ann_dill {
    margin-top: 12px;
}

.ann_price {
    margin-top: 8px;

    background: #000000;
    border-radius: 2px;

    width: 104px;
    height: 24px;
}

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

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





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

.body_foot_ad img {
    width: 100%;
}


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

.user_agree {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 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:1269px) {
    .news_hor_line_foot {
        margin: 24px 0px 0px 0px;
    }

    /* Тут футеры поменять надо */
    .news_hor_line_foot1 {
        margin: 24px 24px 0px 0px;
    }
}

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

/* @media(max-width:768px){
    .content{
        margin-left: 20px
    }
    .Footer{
        margin-left: 20px
    }
} */


.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.4s ease 0s;
    z-index: 4;
}

.popup.open {
    opacity: 1;
    visibility: visible;
}

.popup.open .popup__content {
    transform: translate(0);
    opacity: 1;
}

.popup__area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup__body {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
}

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

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

.popup.open .popup__content2 {
    transform: translate(0);
    opacity: 1;
}

.popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
}

.popup__close23 {
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
}

.popup__tittle {
    font-family: MontserratBold;
    font-size: 24px;
    margin-bottom: 0px 0px 1em 0px;
}

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


.headerus {
    text-decoration: none;
    width: 132px;
    height: 28px;
    font-family: MontserratBold;
    font-size: 14px;
    line-height: 14px;
    color: #000;

}

@media(max-width:450px) {

    .popup__tittle {
        font-family: MontserratBold;
        font-size: 22px;
        margin-bottom: 0px 0px 1em 0px;
        /* margin-left: 12px; */
    }



    .popup__close {
        position: absolute;
        right: 5px;
        top: 5px;
        font-size: 20px;
        color: #000;
        text-decoration: none;
    }

    /*  .content_news_list_soloimg_mainimg{
       display:none;
   } */
    .content_news_list_soloimg {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .content_brand_list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0px;
        /* grid-column-gap: 86px; */
        margin-top: 16px;
        /* margin-left: 12px; */
    }

    .content_brand_list a {
        font-family: Montserrat;
        font-size: 14px;
        line-height: 200%;
    }

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

    .popup__tittle {
        font-family: MontserratBold;
        font-size: 22px;
        margin-bottom: 0px 0px 1em 0px;
    }
}

/* Отсюда начинаются стили для Блока "БЛОГ" */
.content__all_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

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

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

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

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

}

.content__secondblocknews_first_text {
    width: 288px;
}

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

.content__firstblocknews_h1 {
    padding-bottom: 2px;
    font-family: MontserratBold;
    font-size: 20px;
    width: 400px;
}

.content__firstblocknews_h1 a {
    text-decoration: none;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content__firstblocknews_heshetgs {
    width: 400px;
}

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

.content__all_buttons_Blog {
    font-family: MontserratBold;
    font-size: 28px;
    color: black;
}

.content__all_buttons_actual {
    font-family: Montserrat;
    font-size: 16px;
}

.content__all_buttons_news {
    font-family: Montserrat;
    font-size: 16px;
    padding-left: 36px;
}

.content__all_buttons_Articles {
    font-family: Montserrat;
    font-size: 16px;
    padding-left: 36px;
}

.content__all_buttons_img {
    padding-left: 36px;
    cursor: pointer;
}

.content__secondblocknews_first_data {
    font-family: Montserrat;
    font-size: 14px;
    color: #828282;
    margin-bottom: 4px;
}

.content__secondblocknews_first_h1 {
    font-family: MontserratBold;
    font-size: 16px;
    width: 288px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 4px;
}

.content__secondblocknews_first_h1 a {
    text-decoration: none;
    color: black;
}

.content__secondblocknews_first_text {
    font-family: Montserrat;
    font-size: 14px;
    width: 288px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content__firstblocknews_img {
    max-width: 400px;
    height: 272px;
    width: 100%;
}

.content__firstblocknews_img a {
    display: block;
    position: relative;
    line-height: 0;
}


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

.content_actual_block_second_two_firstimg img {
    width: 100%;
    max-width: 400px;
    height: 272px;
    object-fit: cover;
    border: 1px;
    border-radius: 16px;
}

.content__firstblocknews_img a:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(180deg, rgba(243, 148, 46, 0) 0%, rgba(243, 148, 46, 0.3) 97.19%);
    opacity: 0.8;
    border-radius: 16px;
}


/* .content__secondblocknews_first:nth-child(1) {
    padding-bottom: 16px;
}

.content__secondblocknews_first:nth-child(2) {
    padding-bottom: 16px;
}

.content__secondblocknews_first:nth-child(3) {
    padding-bottom: 16px;
} */

.content__all_buttons_img1 {
    display: none;
}

.All__devs {
    margin-top: 16px;
}

.All__devs a {
    font-family: MontserratBold;
    font-size: 14px;
    line-height: 120%;
    color: #007AFF;
    text-decoration: none;
}

/* .content_news_list_soloimg {
    padding-bottom: 16px;
    padding-top: 16px;
} */

.content_news_list_soloimg_mainimg img {
    max-width: 912px;
    width: 100%;
    height: 363px;
    object-fit: cover;
    border: 1px;
    border-radius: 16px;
}

.content_actual_block_second_two_firstimg:nth-child(1) {
    padding-bottom: 24px;
}

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

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

.content_videonews_list_doubleblock_first_img1 img {
    max-width: 600px;
}

.content_videonews_list_doubleblock_second img {
    max-width: 288px;
}

.content_videonews_list_doubleblock_first_data {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    padding-top: 9px;
    padding-bottom: 4px;
}

.content_videonews_list_doubleblock_first_h1 {
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #000000;
}

.content_videonews_list_h1 {
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    /* or 38px */
    display: flex;
    align-items: center;
    color: #000000;
    padding-bottom: 30px;
}

.content_videonews_list {
    padding-top: 64px;
}

.content_videonews_list_doubleblock_second_data {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    padding-top: 2px;
    padding-bottom: 4px;
}

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

.content_videonews_list_doubleblock_second_img1 {
    padding-bottom: 16px;
}

.content__secondblocknews_first_img img {
    width: 184px;
    height: 128px;
    object-fit: cover;
    border: 1px;
    border-radius: 8px;
}

.content__secondblocknews_first_img a {
    display: block;
    position: relative;
    line-height: 0;
}

.content__secondblocknews_first_img a:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(180deg, rgba(243, 148, 46, 0) 0%, rgba(243, 148, 46, 0.3) 97.19%);
    opacity: 0.8;
    border-radius: 16px;
}


.content_news_list_soloimg_data {
    position: absolute;
    margin-top: -130px;
    margin-left: 30px;
    color: white;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.content_news_list_soloimg_h1 {
    position: absolute;
    margin-top: -100px;
    margin-left: 24px;
    color: white;
    max-width: 830px;
    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;
    font-size: 24px;
    line-height: 140%;
}

.content_news_list_soloimg_p {
    position: absolute;
    margin-top: -50px;
    margin-left: 30px;
    color: white;
}

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

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

    .content__all_buttons_img {
        display: none;
    }

    .content__all_buttons_img1 {
        display: block;
    }

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

    .content__all_buttons {
        flex-direction: column;
        padding-bottom: 12px;
        align-items: flex-start;
    }

    /* .content__all_buttons_Blog {
        padding-right: 244px;
        padding-bottom: 20px;
        font-size: 24px;
    }
     */

    .content__firstblocknews_text {
        max-width: 336px;
        padding-right: 0px;
        font-size: 14px;
        line-height: 20px;
        /* padding-bottom: 24px; */
    }

    /*    .content__secondblocknews_first_img img {
     max-width: 123px;
 } */

    .content__secondblocknews_first_triple {
        padding-left: 8px;
    }

    .content__secondblocknews_first_h1 {
        font-family: MontserratBold;
        font-size: 14px;
        width: 205px;
    }

    .content__secondblocknews_first_data {
        font-family: Montserrat;
        font-size: 12px;
        color: #828282;
    }

    .content__secondblocknews_first_text {
        font-family: Montserrat;
        font-size: 12px;
        width: 205px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .content__firstblocknews_h1 {
        max-width: 336px;
    }

    .content_news_buttons {
        display: flex;
    }

    .content__all_buttons_img1 img {
        width: 30px;
        height: 30px;
    }

    .content__all_buttons_Blog {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .content__firstblocknews_h1 {
        font-size: 18px;
        line-height: 140%;
        padding-bottom: 0px;
    }

    /*    .content__firstblocknews_data {
     padding-top: 2px;
     padding-bottom: 2px;
 } */

    .All__devs {
        margin-top: 8px;
    }
}

@media(max-width:450px) {
    /*   .content_news_list_soloimg{
      padding-bottom:0px;
      padding-top:0px;
  } */
}

/* compare block */
.compareleftblock__firstblock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
}

.compareleftblock {
    width: 100%;
}

.comparerigthblock {
    width: 100%;
}

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

.compareleftblock__firstblock_all {
    max-width: 431px;
}

.compare__hr {
    width: 416px;
    size: 3px;
    align: left;
}

.compare__triple {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.compareleftblock__firstbloc_name1 {
    max-width: 192px;
    height: 38px;
    display: flex;
    margin-top: 8px;
    font-family: MontserratBold;
    font-weight: 700;
    font-size: 15px;
    color: #000000;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
}

.logoimg_svg {
    max-width: 18px;
    margin-right: 5px;
}

.logoimg_svg2 {
    max-width: 16px;
    margin-right: 5px;
}

.compareleftblock__firstbloc_name2 {
    max-width: 192px;
    height: 38px;
    display: flex;
    margin-top: 8px;
    font-family: MontserratBold;
    font-weight: 700;
    font-size: 15px;
    color: #000000;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
}

.compareleftblock__firstblock_1_benz {
    width: 116px;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 120%;
    color: #828282;
    text-align: left;
    width: 143px;
}

.compareleftblock__firstblock_1_nameeng {
    font-family: MontserratBold;
    font-size: 14px;
    width: 202px;
    color: #828282;
    text-align: center;
}

.compareleftblock__firstblock_1_benz2 {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 120%;
    color: #828282;
    width: 138px;
    text-align: end;
}

.comparename {
    font-family: MontserratBold;
    font-size: 22px;
    color: #000000;
    margin-bottom: 4px;
}

.short_descr {
    font-family: Montserrat;
    font-size: 15px;
    line-height: 180%;
    max-width: 624px;
}

/* .compareleftblock__firstbloc_img3 img {
    display: block;
    width: 142px;
    height: 94px;
    max-width: 144px;
   object-fit: cover;
   border: 1px solid #E0E0E0;
border-radius: 4px;
} */

.compareleftblock__firstblock2 {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

/* .compareleftblock__firstblock2:not(:last-child){
    padding-bottom: 32px;
} */

/* .compareleftblock__firstblock2:nth-child(2) {
    padding-bottom: 32px;
} */

/* .compareleftblock__firstbloc_img2 img {
    height:128px;
    width:192px;
    object-fit: cover;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
} */

.content_news_list_soloimg_p {
    position: absolute;
    margin-top: -45px;
    margin-left: 24px;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.compareleftblock__firstbloc_name3 {
    max-width: 144px;
    height: 38px;
    display: flex;
    margin-top: 6px;
    font-family: MontserratBold;
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
}

.compareleftblock__firstblock2:not(:last-child) {
    margin-bottom: 0px;
}

.content_news_list_soloimg_h1 {
    position: absolute;
    margin-top: -74px;
    margin-left: 24x;
    color: white;
}

.compareleftblock__firstbloc_name4 {
    max-width: 144px;
    height: 38px;
    display: flex;
    margin-top: 8px;
    font-family: MontserratBold;
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
}

.compare__img {
    padding: 0px 8px;
    max-width: 28px;
}

/* compare block */

/* 1024px adaptive */

@media(max-width:1025px) {
    .content_news_list_soloimg_mainimg img {
        width: 100%;
        max-width: 980px;
    }
}

/* 1024px adaptive */

.compare__line {
    height: 440px;
    margin: 0px 24px;
}

@media(max-width:954px) {

    .compare__triple {
        flex-direction: column;
    }

    .compare__line {
        display: none;
    }

    .compareleftblock__firstblock2 {
        justify-content: center;
        margin-top: 16px;
    }

    .compareleftblock {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* 768px adaptive */
@media(max-width:769px) {



    .content__firstblocknews_h1 {
        max-width: 328px;
    }

    .content__firstblocknews_text {
        max-width: 328px;
        font-size: 14px;
    }

    /*   .content__secondblocknews_first_img {
      max-width: 152px;
  } */


    /*  .content__secondblocknews_first_img img {
       max-width: 152px;
   }

   .content__secondblocknews_first_h1 {
       max-width: 224px;
   }

   .content__secondblocknews_first_text {
       max-width: 224px;
   }



   .content_videonews_list_doubleblock_first_img1 img {
       max-width: 442px;
       max-height: 338px;
   }

   .content_videonews_list_doubleblock_second_img1 img {
       max-width: 270px;
   }

   .content_videonews_list_doubleblock_second_img2 img {
       max-width: 270px;
   } */

    .content__firstblocknews_h1 {
        font-size: 18px;
    }

    .content__secondblocknews_first_triple {
        padding-left: 12px;
    }

    .compare__line {
        display: none;
    }

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

}

/* 768px adaptive */

/* 425px adaptive */

@media(max-width:450px) {
    .compare {
        display: none;
    }

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

    .nameblock2 {
        display: block;
    }

    .compareblockname {
        display: none;
    }
}


/* 375px adaptive */

/* Find */

#blog.open {
    display: block;
    margin-bottom: 30px;
    transition-delay: 1s;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 16px;
}

.content_news_list_soloimg_data {
    position: absolute;
    margin-top: -90px;
    margin-left: 24px;
    color: white;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}


.content_news_list_soloimg_data {
    color: white;
    text-decoration: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    padding: 0px 10px 0px 10px;
}

.content_news_list_soloimg_h1 a {
    color: white;
    text-decoration: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    padding: 0px 10px 0px 10px;
}


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

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

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

/* .news_button {
    width: 176px;
    height: 48px;
    background: #73A53B;
    border-radius: 4px;
    border: none;
    font-size: 22px;
    font-family: MontserratBold;
    color: #fff;
}

.stat_button {
    width: 133.17px;
    height: 48px;
    border-radius: 4px;
    border: none;
    font-size: 22px;
    font-family: MontserratBold;
    color: #585858;
    background: white;
} */

.select__interest {
    background: #FFFFFF;
    border: 1px solid #73A53B;
    border-radius: 4px;
    width: 170px;
    height: 48px;
    font-size: 16px;
    font-family: Montserrat;
    color: black;
    /* margin-right: 20px; */
}

.input__interest {
    width: 540px;
    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;
}

@media(max-width:761px) {
    .content_news_list_soloimg_h1 a {
        font-size: 16px;
    }
}

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

.actual__thirdblock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0px 32px 32px 32px; */
    /*     padding-bottom: 24px; */
}

.actual__thirdblock a {
    font-size: 18px;
    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: 126px;
    height: 32px;
    background: #73A53B;
    border-radius: 25px;
    border: none;
    font-size: 16px;
    font-family: MontserratBold;
    color: #fff;
    cursor: pointer;
}

.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_news_list_soloimg_h1 a:hover {
    color: #E07000;
}

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

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

.Footer_categories-a:hover {
    color: #E07000;
}

.a-span-footer:hover {
    color: #E07000;
}

.Footer_lastblock-a:hover {
    color: #E07000;
}

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


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

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

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

.radio__login:hover {
    -webkit-filter: invert(100%) sepia(0%) saturate(2545%) hue-rotate(189deg) brightness(74%) contrast(107%);
    filter: invert(100%) sepia(0%) saturate(2545%) hue-rotate(189deg) brightness(74%) contrast(107%);
}

.radio-img-active:hover {
    filter: invert(50%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}


/* .radio-img:hover{
    filter: brightness(0) invert(0.5);
}
 */
.news_active:hover {
    color: white;
}

/* .form_radio_btn label:hover{
    color: #73A53B;
} */


.content__firstblocknews_img img:hover {
    /*      -webkit-filter: sepia(1) hue-rotate(320deg) saturate(10); */
}


.link-forcolora {
    display: block;
    position: relative;
    line-height: 0;
}

.link-forcolora:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(180deg, rgba(243, 148, 46, 0) 0%, rgba(243, 148, 46, 0.3) 97.19%);
    opacity: 0.8;
    border-radius: 16px;
}

.form_radio_btn {
    display: inline-block;
}

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

.form_radio_btn label {
    display: inline-block;
    cursor: pointer;
    line-height: 40px;
    border-radius: 8px;
    user-select: none;
    width: 148px;
    height: 40px;
    font-size: 18px;
    font-family: Montserrat;
    text-align: center;
    color: #828282;
    font-weight: 700;
}

.check__button_form {
    margin-bottom: 12px;
}

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

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

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

.slider3 {
    width: 355px;
    background: #73A53B;
}

.content__all_buttons_Blog:hover {
    color: #F3942E;
}

.content__all_buttons_Blog:active {
    color: #E07000;
}


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

.slidecontainer__h1 {
    font-family: Montserrat;
    font-size: 16px;
}


@media(max-width: 650px) {
    .slidecontainer__h1 {
        font-size: 14px;
    }

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

@media(max-width: 426px) {
    .slidecontainer__h1 {
        font-size: 12px;
    }

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

.slidecontainer__counts {
    padding-top: 8px;
}

.radio-img {
    max-width: 26px;
    padding-right: 10px;
}

.radio__login.radio-img-active .radio-img {
    filter: brightness(0) invert(1);
}

.find_h2 {
    font-weight: 700;
    font-size: 32px;
    padding-bottom: 24px;
    font-family: MontserratBold;
}

.actual-hesh {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    color: #1D1D1E;
    background: #F4F5F5;
    border-radius: 8px;
    padding: 5px;
}

.find__body {
    padding-top: 16px;
}

/* dop */

@media(max-width: 426px) {

    .actual__thirdblock_input {
        width: 156px;
        height: 34px;
        font-size: 14px;
    }
}

@media(max-width: 376px) {
    .slider3 {
        width: 336px;
    }

    .actual__thirdblock_input {
        margin-top: 10px;
    }
}

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

.radio__logins {
    display: flex;
    align-items: center;
    justify-content: center;
}



@media(max-width:426px) {
    .content_news_list_soloimg_h1 {
        margin-left: 6px;
    }

    .content_news_list_soloimg_data {
        margin-left: 6px;
    }

    .content_news_list_soloimg_p {
        margin-left: 6px;
        margin-top: -50px;
        max-width: 360px;
    }

    .content_news_list_soloimg_data {
        font-size: 16px;
    }

    .Footer .news_hor_line_foot {
        display: none;
    }

    .header_logos {
        display: none;
    }

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

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

    .select__interest {
        margin-bottom: 10px;
    }

    .actual-hesh {
        margin-bottom: 10px;
    }
}

/* .content_tittle1 {
    font-weight: 700;
    font-size: 28px;
    font-family: MontserratBold;
} */

@media(max-width:769px) {
    /* .content_tittle1 {
        font-size: 24px;
    } */

    .find_h2 {
        font-size: 24px;
    }

    .content__all_buttons_Blog {
        font-size: 24px;
    }

    .comparename {
        font-size: 24px;
    }
}

@media(max-width: 576px) {
    .content_tittle1 {
        font-size: 16px;
    }
}

.radio_logins {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.morelink {
    text-decoration: none;
    outline: none;
}

.morecontent span {
    display: none;
}

.comment {
    max-width: 912px;
}

.content_actual_block_second_two_firstimg {
    margin-bottom: 24px;
}

.news_hor_line_foot_2 {
    margin-top: 0px;
}

.radio__login {
    display: flex;
    align-items: center;
    justify-content: center;
}





@media(max-width: 485px) {
    .radio__login {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .radio-img {
        padding-left: 10px;
    }

    .form_radio_btn label {
        width: 158px;
    }
}


.content_news_list_soloimg_data2 {
    position: absolute;
    margin-top: -70px;
    margin-left: 12px;
    color: white;
    padding: 0px 10px 0px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

.content_news_list_soloimg_h12 {
    max-width: 325px;
    position: absolute;
    margin-top: -50px;
    margin-left: 12px;
    color: white;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    padding: 0px 10px 0px 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content_news_list_soloimg_data3 {
    position: absolute;
    margin-top: -60px;
    margin-left: 24px;
    color: white;
    background: black;
    padding: 0px 10px 0px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

.content_news_list_soloimg_h13 {
    max-width: 325px;
    position: absolute;
    margin-top: -40px;
    margin-left: 24px;
    color: white;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    background: black;
    padding: 0px 10px 0px 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content_news_list_soloimg_h13 a {
    color: white;
}

.content_news_list_soloimg_h12 a {
    color: white;
}


@media(max-width: 769px) {
    .content_news_list_soloimg_h12 {
        /* max-width: 230px; */
    }

    .content_news_list_soloimg_h13 {
        max-width: 230px;
    }
}

.full-description-first li {
    margin-left: 15px;
}

/* dop */


/* header-login */
.header-like {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header_login {
    display: flex;
}

/* .header_login a:not(:last-child) {
    padding-right: 40px;
}
 */
.span-like {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: black;
}

.header-buttons {
    display: flex;
}

.search_all-button {
    font-family: Montserrat;
    font-size: 16px;
    border: none;
    color: blue;
}

.header-button_login {
    width: 184px;
    height: 48px;
    background: #F2F2F2;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    border: none;
    margin-right: 24px;
    cursor: pointer;
}

/* .header-button_dilers {
    width: 184px;
    height: 48px;
    background: #73A53B;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: white;
    border: none;
    cursor: pointer;
} */

.header-button_dilers:hover {
    border: 1px solid #363636;
    cursor: pointer;
}

/* header-login */


@media(max-width:364px) {
    .copyright_info {
        width: 45%;
        font-family: Montserrat;
        font-size: 11px;
        line-height: 150%;
    }

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

    /*   .content__firstblocknews_h1{
     max-width: 280px;
  }
  .content__firstblocknews_heshetgs{
       max-width: 280px;
  }
  .content__firstblocknews_text{
      max-width: 280px;
  }
  .content__secondblocknews_first_text {
  max-width: 156px;
  }
  .content__secondblocknews_first_h1 {
  max-width: 156px;
  } */
    .popup__close {
        right: 19px;
    }
}

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


.h4-dophmain {}

.logo-main-popular {
    max-width: 65px;
    width: 100%;
    display: block;
}

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

.search_all-button:hover {
    color: #F3942E;
    cursor: pointer;
}

.popular__logos a:hover {
    box-shadow: 0px 0px 2px 1px #000;
    border-radius: 8px;
}

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

@media(max-width:720px) {
    .popular__logos {
        display: none;
    }
}


.content__firstblocknews {
    max-width: 400px;
    margin-right: 16px;
}


@media(max-width:350px) {
    .content_brand_list a {
        font-size: 12px;
    }
}

.result_search {
    position: absolute;
    top: 40px;
    right: 0px;
    /* border: 1px solid #ddd; */
    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%);
}

@media(max-width: 681px) {
    .result_search {
        top: 83px;
        right: 0px;
        left: 0;
    }
}

@media(max-width: 589px) {
    .result_search {
        top: 82px;
        right: 0px;
        left: 0;
    }
}

.result_search a {
    color: black;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
}

.dophr-fav {
    margin-bottom: 32px;
}

.doph2-favor {
    margin-bottom: 24px;
}

.content__secondblocknews {
    margin-right: 16px;
}


@media(max-width:761px) {
    .content__firstblocknews {
        margin-right: 0px;
    }

    .content__secondblocknews {
        margin-right: 0px;
    }
}

.content__firstblocknews {
    margin-bottom: 12px;
}

.content__secondblocknews_first {
    margin-bottom: 12px;
}


.content_news_list_soloimg {
    margin-bottom: 12px;
}


@media(max-width:940px) {

    /* .content__secondblocknews_first:nth-child(1){
        padding-top: 12px;
    } */

    .content__secondblocknews_first {
        margin-bottom: 12px;
    }

    .content__all_buttons_Blog {
        font-size: calc((100vw - 320px)/(1140 - 320) * (28 - 18) + 18px);
    }

    .content_list-h1 {
        font-size: calc((100vw - 320px)/(1140 - 320) * (28 - 18) + 18px);
    }

    .popup__tittle {
        font-size: calc((100vw - 320px)/(1140 - 320) * (22 - 16) + 16px);
    }

    .content__firstblocknews {
        margin-bottom: 12px;
    }

    .content_actual_block_first {
        flex-direction: column;
    }

    .content_news_list_soloimg {
        margin-bottom: 12px;
    }

    .content_actual_block_second {
        flex-direction: column;
    }

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

    .content__firstblocknews {
        max-width: 100%;
        width: 100%;
    }

    .content__firstblocknews_img {
        max-width: 100%;
        width: 100%;
        height: auto;
        max-height: 432px;
    }

    .content__firstblocknews_img img {
        max-width: 100%;
        width: 100%;
        height: auto;
        max-height: 432px;
    }

    .content__secondblocknews_first_img img {
        width: 180px;
        height: 140px;
    }

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

    .content__secondblocknews_first_triple {
        padding-left: 16px;
    }

    .content__secondblocknews {
        margin-right: 0px;
    }

    .content__secondblocknews_first_h1 {
        width: 100%;
    }

    .content__secondblocknews_first_text {
        width: 100%;
    }

    .content_videonews_list_doubleblock_first_img1 img {
        max-width: 100%;
        width: 100%;
    }

    .content_videonews_list_doubleblock_second_img1 img {
        max-width: 100%;
        width: 100%;
    }

    .content_videonews_list_doubleblock_second_img2 img {
        max-width: 100%;
        width: 100%;
    }


    .content__firstblocknews_text {
        max-width: 100%;
        width: 100%;
    }

    .content__firstblocknews_heshetgs {
        max-width: 100%;
        width: 100%;
    }

    .content_actual_block_second_two_firstimg img {
        max-width: 100%;
        width: 100%;
        height: auto;
        max-height: 432px;
    }

    .content_news_list_soloimg_h12 {
        max-width: 100%;
        font-size: 14px;
        margin-bottom: 4px;
        margin-right: 20px;
    }

    .content__firstblocknews_h1 {
        max-width: 100%;
        width: 100%;
    }

    .content__secondblocknews_first_text {
        -webkit-line-clamp: 4;
    }

    .content_news_list_soloimg_mainimg img {
        height: auto;
    }

    .content_news_block_first {
        flex-direction: column;
    }

    .content_articles_border_first {
        flex-direction: column;
    }



    /*  .content_actual_block_second_two {
       padding-top: 16px;
   } */

    .content_news_list_soloimg_data {
        font-size: 12px;
    }

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

    /*   .content_news_list_soloimg_p {
  margin-top: -63px;
  } */

    .content_news_list_soloimg_data {
        margin-top: -90px;
    }

    .content_news_list_soloimg_h1 {
        margin-top: -70px;
        margin-right: 20px;
    }

    .content_videonews_list_h1 {
        font-size: 24px;
    }

    .content_videonews_list_doubleblock_first_h1 {
        font-size: 16px;
    }

    .content_videonews_list_doubleblock_first {
        padding-bottom: 16px;
    }

}

@media(max-width:600px) {
    .content__secondblocknews_first_img img {
        width: 160px;
        height: 120px;
    }

    .content__firstblocknews_text {
        -webkit-line-clamp: 5;
    }
}

@media(max-width:450px) {

    .content__secondblocknews_first_img img {
        width: 150px;
        height: 100px;
    }

    .content__secondblocknews_first_triple {
        padding-left: 8px;
    }

    .content__secondblocknews_first_text {
        -webkit-line-clamp: 3;
    }

    .content__secondblocknews_first_h1 {
        -webkit-line-clamp: 1;
    }

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

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

    .content__firstblocknews_h1 a {
        -webkit-line-clamp: 2;
    }

    .content__firstblocknews_h1 {
        font-size: 16px;
    }

    .content__firstblocknews_text {
        font-size: 13px;
    }

    .content__firstblocknews_data {
        font-size: 12px;
    }
}

@media(max-width:370px) {
    .content__secondblocknews_first_h1 {
        font-size: 13px;
    }

    .content__secondblocknews_first_img img {
        width: 120px;
        height: 90px;
    }
}

/* 425px adaptive */

/* 375px adaptive */

/* @media(max-width:405px) {


    .content_videonews_list_doubleblock_first_img1 img {
        max-width: 336px;
        width: 100%;
    }

    .content_videonews_list_doubleblock_second_img1 img {
        max-width: 336px;
        width: 100%;
    }

    .content_videonews_list_doubleblock_second_img2 img {
        max-width: 336px;
        width: 100%;
    }


    .content__firstblocknews_text {
        max-width: 336px;
        width: 100%;
    }

    .content__firstblocknews_heshetgs {
        max-width: 336px;
        width: 100%;
    }

    .content__firstblocknews_h1 {
        max-width: 336px;
        width: 100%;
    }

    .content_news_list_soloimg_mainimg img {
        max-width: 336px;
        width: 100%;
    }



    .content__secondblocknews_first_img img {
        max-width: 123px;
    }

    .content__secondblocknews_first_text {
        -webkit-line-clamp: 3;
    }

    .content__all_buttons_Blog {
        padding-right: 190px;
    }
} */
