.home_bnr   {
    width: 100%;
    height: 400px;
    /* border: 1px solid #777; */
    background-color: #eee;
    margin: 2em 0;
    box-sizing: border-box;
    overflow: hidden;
}

.catalog_header .catalog_title-right:hover  {
    background-color: #C05100;
}
.catalog_header .catalog_title-right    {
    text-transform: none;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    background-color: #DD5D00;
    padding: 6px 15px;
    border-radius: 6px;
    line-height: 1em;
    margin-top: -2px;
    position: relative;
    padding-left: 35px;
}
.catalog_header .catalog_title-right:before {
    content: url(../img/icons/compare.svg);
    width: 17px;
    height: 18px;
    left: 12px;
    top: 7px;
    position: absolute;
}

/***************slide 1*************/
.home_bnr .slide1   {
    background: #6C89A5;
    background: linear-gradient(180deg,rgba(42, 44, 47, 0) 50%, rgba(42, 44, 47, 0.3) 55%, rgba(42, 44, 47, 0) 82%),
                linear-gradient(270deg, rgba(108, 137, 165, 1) 0%, rgba(73, 79, 93, 1) 53%, rgba(42, 44, 47, 1) 100%);
    background-repeat: no-repeat;
    height: 400px;
}

.home_bnr .slide1 h1    {
    color: #FF6B00;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    width: 458px;
    line-height: 50px;
}

.home_bnr .slide1 h2    {
    font-weight: 400;
    font-size: 22.3px;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    margin: 1em 0;
}

.home_bnr .slide1 img[name=img_machine] {
    position: absolute;
    top: 20px;
    right: 0;
}

.home_bnr .slide1 .slider-content img[name=rus_machine] {
    max-width: 519px;
}

.home_bnr .slide1 div.text_block1   {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    width: 291px;
    height: 96px;
    color: #8FA6BB;
    /*border: 1px solid #8FA6BB;*/
    padding: 1em;
    margin-top: 37px;
    box-sizing: border-box;
    background: url(../img/home/slide1/text1_border.svg) no-repeat;
    background-size: contain;
}

.home_bnr .slide1 div.text_block1:after {
    content: "";
}

.home_bnr .slide1 .slider-content   {
    width: 975px;
    height: 316px;
    margin: 0 auto;
    position: relative;
    top: 40px;
}
/*********************************************/


/*****************slide 2********************/
.home_bnr .slide2   {
    background: #022456;
    background: linear-gradient(180deg,rgba(42, 44, 47, 0) 60%, rgba(42, 44, 47, 0.3) 64%, rgba(42, 44, 47, 0) 87%),
                linear-gradient(135deg, rgba(2, 36, 86, 1) 0%, rgba(117, 139, 160, 1) 100%);
    background-repeat: no-repeat;
    height: 400px;
}

.home_bnr .slide2 .slider-content   {
    width: 937px;
    height: 323px;
    margin: 33px auto 0;
    position: relative;
}

.home_bnr .slide2 .minprom_container    {
    padding-top: 27px;
    /*position: relative;*/
}

.home_bnr .slide2 img[name=minprom_logo] {
    margin-bottom: 13px;
    max-width: 90px;
}

.home_bnr .slide2 img[name=minprom_text] {
    max-width: 560px;
}

.home_bnr .slide2 div.text_block   {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    width: 193px;
    color: #FF6B00;
    text-transform: uppercase;
    position: absolute;
    left: 274px;
    bottom: 56px;
}

.home_bnr .slide2 .img_machine_container {
    position: absolute;
    right: 0;
    top: 0;
}

.home_bnr .slide2 .img_machine_container:before  {
    content: "";
    width: 30px;
    height: 30px;
    border-top: 4px solid #FF6B00;
    border-left: 4px solid #FF6B00;
    position: absolute;
    left: 0;
    top: 27px;
    display: block;
}

.home_bnr .slide2 .img_machine_container:after  {
    content: "";
    width: 30px;
    height: 30px;
    border-right: 4px solid #FF6B00;
    border-bottom: 4px solid #FF6B00;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
}
/********************************************/


.two-lines-header__wrapper  {
    display: none;
}

.homepage_head {
    display: flex;
    gap: 25px;
    padding: 0 2em;
    margin: 1em 0;
}

.homepage_head .left_block  {
    width: 65%;
}

.homepage_head .left_block h1 {
    color: #666;
    margin: 0;
}

.homepage_head .right_block  {
    width: 35%;
}

.homepage_head .right_block .img_container  {
    padding: 1em 3em;
    border-radius: 5px;
    border: 2px dotted #E86E17;
}

.homepage_head .right_block .img_container:hover    {
    background-color: #F7F7F7;
    transition: 0.2s;
}

.homepage_head .right_block .img_container img  {
    width: 100%;
    max-width: 390px;
}

.homepage_head .right_block .catalog_list   {
    position: relative;
    margin: 15px 0;
}

.homepage_head .right_block .catalog_list .catalog_dropdown {
    position: absolute;
    z-index: 99;
    margin: 3px 0;
    padding: 5px 0;
    border-radius: 5px;
    background-color: #4B505C;
    width: 100%;
    right: 0;
    min-width: 330px;
    display: none;
}

.homepage_head .right_block .catalog_list .catalog_dropdown_btn {
    width: 34px;
    height: 34px;
    border-radius: 5px;
    background-color: #4B505C;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
}

.homepage_head .right_block .catalog_list.open .catalog_dropdown_btn:after    {
    transform: rotate(180deg);;
}

.homepage_head .right_block .catalog_list.open .catalog_dropdown    {
    display: block;
}

.homepage_head .right_block .catalog_list .catalog_list_first_row   {
    display: flex;
}

.homepage_head .right_block .catalog_list .catalog_list_first_row > a:first-child   {
    flex-grow: 1;
}

.homepage_head .right_block .catalog_list .catalog_dropdown_btn:after   {
    display: block;
    content: "";
    /*cursor: pointer;*/
    /*position: absolute;*/
    width: 17px;
    height: 11px;
    /*top: 0.75em;*/
    /*right: 1em;*/
    background: url(../img/icons/v_white.svg);
}

.homepage_head .right_block .catalog_list .catalog_dropdown_btn:hover:after {
    background: url(../img/icons/v_orange.svg);
}

.homepage_head .right_block .catalog_list_item  {
    background-color: #4B505C;
    color: #fff;
    border-radius: 5px;
    padding: 0 15px 0 45px;
    height: 34px;
    line-height: 34px;
    position: relative;
    overflow: hidden;
}

.homepage_head .right_block .catalog_list_item:before   {
    content: url(../img/icons/dl_icon_white.svg);
    width: 18px;
    height: 18px;
    left: 12px;
    top: 2px;
    position: absolute;
}

.homepage_head .right_block .catalog_list_item:hover    {
    color: #FF6B00;
}

.homepage_head .right_block .catalog_list_item:hover:before {
    content: url(../img/icons/dl_icon_orange.svg);
}

.homepage_head .right_block .catalog_list_item span.filesize {
    color: #9C9C9C;
    margin-left: 1em;
}


/*media queries*/
@media screen and (max-width: 1650px) {
    .homepage_head .right_block .catalog_list_item  {
        padding: 0 10px 0 40px;
    }
    .homepage_head .right_block .catalog_list_item span.fullpage_text {
        display: none;
    }
    .homepage_head .left_block  {
        width: 60%;
    }
    .homepage_head .right_block  {
        width: 40%;
    }
}

@media screen and (max-width: 1400px) {
    .home_bnr .slide1 .slider-content   {
        width: 860px;
    }
    .home_bnr .slide1 .slider-content img[name=rus_machine] {
        max-width: 400px;
        height: auto;
    }
    .home_bnr .slide1 h2    {
        font-size: 19px;
    }
    .home_bnr .slide1 div.text_block1   {
        box-sizing: content-box;
        width: 230px;
        height: auto;
        font-size: 14px;
        line-height: 19px;
        padding: 0.9em;
    }

    .home_bnr .slide2 .slider-content   {
        width: 860px;
    }
    .home_bnr .slide2 .slider-content img[name=minprom_text]    {
        max-width: 480px;
        height: auto;
    }
    .home_bnr .slide2 .slider-content div.text_block {
        bottom: 65px;
        left: 237px;
    }

    .catalog_header .catalog_title-right    {
        margin-top: -3px;
    }
}

@media screen and (max-width: 992px) {
    .home_bnr {
        height: 350px;
        margin: 1em 0;
    }
    .home_bnr .slide {
        height: 350px;
    }
    .homepage_head  {
        display: block;
        padding: 0;
    }
    .homepage_head .left_block, .homepage_head .right_block  {
        width: 100%;
    }
    .homepage_head .right_block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 15px 0;
    }
    .homepage_head .right_block > a {
        flex: 0 0 50%;
    }
    .homepage_head .right_block .catalog_list   {
        margin: 0 0 0 25px;
    }
    .homepage_head .right_block .img_container  {
        padding: 0;
        border: none;
    }
    .homepage_head .right_block .catalog_list_item span.fullpage_text {
        display: inline;
    }
    .homepage_head .right_block .img_container img {
        max-width: 350px;
    }
    .home_bnr .slide1 .slider-content   {
        width: auto;
        margin: 0px 24px;
        top: 20px;
    }
    .home_bnr .slide1 .slider-content img[name=img_machine] {
        width: 450px;
        top: 30px;
    }

    .home_bnr .slide2 .slider-content   {
        width: auto;
        margin: 20px 24px;
        height: 300px;
    }
    .home_bnr .slide2 .slider-content img[name=img_machine] {
        width: 340px;
        top: 30px;
    }
    .home_bnr .slide2 .slider-content img[name=minprom_logo] {
        max-width: 75px;
    }
    .home_bnr .slide2 .slider-content img[name=minprom_text]    {
        max-width: 400px;
    }
    .home_bnr .slide2 .minprom_container    {
        padding-top: 20px;
    }
    .home_bnr .slide2 .slider-content div.text_block    {
        bottom: 75px;
        left: 200px;
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .homepage_head .left_block p span.fullpage_text {
        display: none;
    }
    .home_bnr   {
        margin: 0.5em 0;
    }
    .home_bnr .slick-prev, .home_bnr .slick-next  {
        /*display: none !important;*/
        /*width: auto;*/
        height: 30px;
        background: none;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .homepage_head .right_block .catalog_list_item span.fullpage_text   {
        display: none;
    }
    .home_bnr .slick-prev:hover:before, .home_bnr .slick-next:hover:before  {
        background-image: url(../img/icons/arrow_orange_left.svg);
    }
    .home_bnr .slick-prev   {
        right: 200px;
    }
    .home_bnr .slick-next   {
        left: 200px;
    }
    .home_bnr .slide1 .slider-content   {
        width: 450px;
        /*height: 376px;*/
        margin: 0 auto;
    }
    .home_bnr .slide1 h2    {
        position: absolute;
        bottom: 0px;
        left: 0;
        font-size: 18px;
        line-height: 22px;
    }
    .home_bnr .slide1 div.text_block1   {
        display: none;
    }
    .home_bnr .slide1 .slider-content img[name=img_machine] {
        width: 380px;
        left: 25px;
        top: 72px;
    }

    .home_bnr .slick-prev:before, .home_bnr .slick-next:before  {
        background-image: url(../img/icons/arrow_left.svg);
        width: 27px;
        height: 11px;
    }

    .home_bnr .slide2 .slider-content   {
        width: auto;
        margin: 20px;
    }
    .home_bnr .slide2 .slider-content img[name=img_machine] {
        width: 270px;
        max-width: 100%;
    }
    .home_bnr .slide2 .slider-content img[name=minprom_logo] {
        max-width: 60px;
    }
    .home_bnr .slide2 .slider-content img[name=minprom_text]    {
        width: 360px;
        max-width: 100%;
    }
    .home_bnr .slide2 .minprom_container    {
        padding-top: 0;
    }
    .home_bnr .slide2 .slider-content div.text_block    {
        bottom: 15px;
        left: 0;
        font-size: 14px;
    }
    .home_bnr .slide2 .img_machine_container:before {
        right: 0;
        left: auto;
        border-left: none;
        border-right: 3px solid #FF6B00;
        border-top: 3px solid #FF6B00;
        top: -14px;
        width: 15px;
        height: 15px;
    }
    .home_bnr .slide2 .img_machine_container:after  {
        border-right-width: 3px;
        border-bottom-width: 3px;
        width: 15px;
        height: 15px;
    }
    .home_bnr .slide2 .img_machine_container    {
        top: auto;
        padding-top: 20px;
        bottom: 0;
    }
}

@media screen and (max-width: 650px) {
    .homepage_head .right_block .catalog_list_first_row span.filesize {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .home_bnr .slide1 .slider-content   {
        margin: 0 20px;
        width: auto;
    }
    .home_bnr .slide1 .slider-content img[name=rus_machine] {
        max-width: 100%;
        width: 400px;
    }
    .home_bnr .slide1 .slider-content img[name=img_machine] {
        max-width: 100%;
        left: 0;
    }
}

@media screen and (max-width: 450px) {
    .homepage_head .right_block .catalog_list_item:before   {
        left: 11px;
    }
    .homepage_head .right_block .catalog_list_item  {
        padding: 0 10px 0 36px;
    }
    .homepage_head .right_block .img_container  {
        padding-right: 10px;
    }
    /*.homepage_head .right_block {*/
    /*    display: block;*/
    /*}*/
    /*.homepage_head .right_block .img_container img  {*/
    /*    width: 70%;*/
    /*}*/
    .homepage_head .right_block .catalog_list   {
        margin: 0;
    }
    .home_bnr .slide2 .slider-content div.text_block    {
        font-size: 13px;
        line-height: 15px;
        width: 130px;
    }
    .home_bnr .slide2 .slider-content img[name=minprom_text]    {
        width: 325px;
    }
    .home_bnr .slide2 .slider-content img[name=minprom_logo]    {
        max-width: 50px;
    }
    .home_bnr .slide2 .slider-content img[name=img_machine] {
        width: 265px;
    }
}

@media screen and (max-width: 410px) {
    .home_bnr .slide2 .slider-content img[name=minprom_text]    {
        width: 300px;
    }
    .home_bnr .slide2 .slider-content img[name=img_machine] {
        width: 230px;
    }
    .home_bnr .slide2 .img_machine_container    {
        padding-top: 0;
    }
    .home_bnr .slide2 .slider-content div.text_block    {
        font-size: 12px;
        width: 120px;
    }
}

@media screen and (max-width: 385px) {
    .homepage_head .right_block {
        display: block;
    }
    .homepage_head .right_block .img_container img  {
        width: 70%;
    }
    .homepage_head .right_block .catalog_list   {
        margin: 15px 0;
    }
    .homepage_head .right_block .catalog_list_first_row span.filesize {
        display: inline;
    }
    .homepage_head .right_block {
        margin: 10px 0;
    }
    .homepage_head .right_block .img_container {
         padding-right: 0;
    }
    .homepage_head .right_block .catalog_list .catalog_dropdown {
        min-width: auto;
    }
}

@media screen and (max-width: 370px) {
    .home_bnr .slide2 .slider-content div.text_block    {
        display: none;
    }

    .catalog_header .catalog_title-right    {
        padding-left: 15px;
    }
    .catalog_header .catalog_title-right:before {
        content: none;
    }
}

@media screen and (max-width: 330px) {
    .catalog_header .catalog_title-right    {
        display: none !important;
    }
}