body,html{
    margin:0;
    padding: 0;
}
*{
    font-family: "Manrope", sans-serif;
    box-sizing: border-box;
}
.footer_icons p{
    font-size: 18px;
    color:#fff;
    margin: 10px 0;
}
header{
    height: 130px;
    background-color: rgb(17, 24, 55);
}
.logo_block span, .logo_footer span{
    color:#fff;
    font-size: 18px;
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

.footer_icons a{
    display: block;
    margin-top:20px;
}
.wrapper{
    max-width: 1440px;
    margin: 0 auto;
}
header .wrapper{
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: 100%;
}
.white_color a.active{
    color:rgb(243, 119, 56);
    font-weight: 600;
}
.desk_menu ul li a:hover{
    color:rgb(243, 119, 56);
}
.desk_menu ul li a.active_link{
    color:rgb(243, 119, 56);
}
.desk_menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
}
.desk_menu ul li{
    margin: 0;
    padding: 0;
}
.desk_menu ul li a{
    text-decoration: none;
    color:#fff;
    font-size: 20px;
}
.phone_desk .white_color{
    color: #fff;
    font-size: 18px;
}
.phone_desk .white_color a{
    font-size: 16px;
}
.phone_desk .white_color a:hover{
    font-size: 16px;
    color: rgb(243, 119, 56);
}
.phone_desk a{
    font-size: 24px;
    color:#fff;
    text-decoration: none;
}
.phone_desk{
    display: flex;
    flex-direction: column;
   align-items: flex-end;
}
.phone_desk span{
    color:rgb(243, 119, 56);
    font-size: 16px;
}
.adv_block{
    height: 684px;
    background-image: url(..//img/main_bg.png);
}
@media(min-width: 1921px){
    .adv_block{
        background-image: url(/assets/img/bg_main_4k.jpg);
        background-size: cover;
    }
}

.adv_block .wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.adv_block h1{
    margin: 0;
    font-weight: 500;
    color:#fff;
    text-transform: uppercase;
    max-width: 720px;
    font-size: 48px;
}
.adv_block .subtitle{
    font-size: 24px;;
    font-weight: 400;
    color:#fff;
    max-width: 570px;
    margin: 20px 0;
}
.catalog_link a{
    font-size: 24px;
    text-decoration: none;
    color:rgb(243, 119, 56);
    font-weight: 500;
}
.catalog_link{
    display: flex;
    gap:16px;
    align-items: center;
}
.video_section{
    height: 500px;
    background-image: url(..//img/video_bg.png);
    background-size: cover;
}
.video_text{
    font-size: 20px;
    font-weight: 600;
    color:#fff;
}
.video_button{
    background: rgb(243, 119, 56);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
    cursor: pointer;
}
.video_wrapper{
    display: flex;
    align-items: center;
    gap:10px;
}
.video_button img{
    display: block;
    margin-left: 5px;
}
.logo_block img{
    max-width: 170px;
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.video_section .wrapper{
    padding: 70px 0;
    display: flex;
    height: 100%;
    align-items: flex-end;
}
section.catalog, section.about_us, section.why_us{
    padding: 70px 0;
}
.section_title{
    font-size: 40px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}
.catalog_item{
    width: 340px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(213, 223, 234);
    gap: 50px;
    text-decoration: none;
    color:#333;
    cursor: pointer;
    transition: .3s;
}
.catalog_item:hover{
    background: rgb(31, 38, 72);
}
.catalog_item:hover .catalog_text{
    color:#fff;
}
.catalog_image{
    max-width: 270px;
}
.catalog_image img{
    display: block;
    max-width: 100%;
    max-height: 154px;
}
.catalog_text{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.catalog_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px;
}
section.about_us{
    background: rgb(17, 24, 55);
}
.about_block{
    max-width: 710px;
}
.about_block:nth-child(1){
    max-width: 690px;
}
.about_us_title{
    font-size: 36px;
    font-weight: 600;
    color:#fff;
}
.about_us p{
    font-size: 18px;
    color:#fff;
}
.about_block.slider_mob{
    background: url(..//img/main_orange.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: -webkit-fill-available;
    background-color: rgba(243, 119, 56, .9);
}
.about_us_slider{
    background-color: rgba(243, 119, 56, .9);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_us .wrapper{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    justify-content: space-between;
}
.about_us_item{
    width: 320px;
}
.about_us_item_title{
    font-size: 35px;
    color:#fff;
    font-weight: 600;
}
.about_us_item_subtitle{
    font-size: 20px;
    color:#fff;
    font-weight: 600;
    margin-top: 5px;
}
.about_us_slider_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:40px 20px;
}
.why_us_block{
    max-width: 345px;
    padding: 40px 20px;
    border: 2px solid rgb(213, 223, 234);
}
.why_us_image{
    max-width: 80px;
}
.why_us_image img{
    max-width: 100%;
    display: block;
}
.why_us_title{
    font-size: 25px;
    font-weight: 600;
    color:rgb(243, 119, 56);
    margin-top: 40px;
}
.why_us_desc{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(26, 28, 34);
}
.why_us_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px;
    margin-top: 45px;
}
footer{
    background: rgb(31, 38, 72);
    padding: 45px 0;
}
.footer_link_title, .footer_contacts_title{
    font-size: 24px;
    font-weight: 600;
    color:#fff;
}
.footer_contacts a{
    color:#fff;
    text-decoration: none;
}
.footer_links_wrapper ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer_links_wrapper ul li{
    margin: 5px 0;
}
.footer_links_wrapper ul li a{
    text-decoration: none;
    font-size: 17px;
    color:#fff;
}
.footer_links_wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    gap:0 40px;
}
.left_side_footer{
    display: flex;
    flex-wrap: wrap;
    gap:0 200px;
}
.logo_block{
    display: flex;
    flex-direction: column;

    justify-content: space-between;
}
.footer_contacts p{
    margin: 5px 0;
    font-size: 18px;
    color:#fff;
    text-decoration: none;
}
.footer_phones p{
    margin: 0;
}
.footer_phones p a{
    font-size: 24px;
    color:#fff;
    text-decoration: none;
}
.footer_contacts_wrapper{
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}
footer .wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* END MAIN STYLES */

/* CATALOG STYLES */
.aside{
    max-width: 345px;
}
.aside ul li a img{
    max-width: 90px;
    max-height: 60px;
}
.aside ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap:20px;
}
.aside ul li a{
    display: flex;
    padding: 10px;
    align-items: center;
    background: rgb(31, 38, 72);
    gap:20px;
    text-decoration: none;
    transition: .3s;

}
.aside ul li a:hover{
    background: rgb(243, 119, 56);
}
.aside_text{
    font-size: 19px;
    color:#fff;
    font-weight: 600;
    text-decoration: none;
}
.main_catalog{
    max-width: 1075px;
}
.catalog_item_page{
    display: flex;
    width: 345px;
    height: 84px;
    border: 1px solid rgb(243, 119, 56);
    text-decoration: none;
    padding: 10px;
    gap: 8px;

    cursor: pointer;
    align-items: center;
    transition: .3s;
    position: relative;
}
.catalog_item_image{
    width: 150px;
}
.catalog_item_image img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    max-height: 55px;
}
.main_catalog .flex_catalog{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.catalog_item_text{
    font-size: 18px;
    color:#000;
    font-weight: 500;
}
section.catalog .wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.flex_catalog{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}
/*.catalog_item_page:hover .read_more_block{*/
/*    display: flex;*/
/*}*/
.read_more_block{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background-color: rgb(243, 119, 56);
    display: none;
    text-decoration: none;
    gap:10px;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.read_more_image{
    display: flex;
    justify-content: center;
    align-items: center;
}
.read_more_text{
    font-size: 22px;
    color:#fff;
}
.main_catalog_text ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}
.main_catalog_text ul li{
    position: relative;
    padding-left: 15px;
    margin: 10px 0;
}
.main_catalog_text ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(243, 119, 56);
    left: 0;
    top:7px;
}
.main_catalog_text{
    padding: 20px 100px 20px 20px;
    background: rgb(213, 223, 234);
    margin-top: 20px;
    font-size: 18px;
}
.main_catalog_text p{
    margin: 20px 0;
}
.main_catalog_text p a svg, .main_catalog_text p a img{
    max-width: 30px;
}
.no_tdn{
    text-decoration: none !important;
}
body .main_catalog_text a{
    text-decoration: underline;
    color:rgb(31, 38, 72);
}
.product_page .wrapper{
    margin-top: 20px;
    max-width: 1200px;
    padding-bottom: 80px;
}
.breadcumb{
    display: flex;
    align-items: center;
    gap:10px;
    text-decoration: none;
    color:#333;
    font-weight: 600;
}
.product_title{
    font-size: 40px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 40px;
}
.product_image{
    max-width: 345px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product_image_inner{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(251, 251, 251);
    width: 100%;
}
.product_image_text{
    width: 100%;
    color:#fff;
    padding: 25px 0;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    gap:15px;
    background: rgb(243, 119, 56);
}
.product_image_inner img{
    display: block;
    max-width: 100%;
}
.product_page{
    background-image: url(..//img/product_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.product_descr{
    max-width: 830px;
    display: flex;
    flex-direction: column;
}
.product_descr_title{
    padding: 15px 20px;
    font-size: 22px;
    color:#fff;
    font-weight: 500;
    background: rgb(37, 57, 118);
}
.product_descr_adv{
    padding: 20px;
    background: rgb(213, 223, 234);
    flex-basis: 100%;
}
.border_left{
    color: rgb(37, 57, 118);
    padding-left: 15px;
    border-left: 3px solid rgb(243, 119, 56);
}
.border_left:nth-child(1){
    margin-bottom: 20px;
}
.product_descr_wrapper{
    display: flex;
    gap:60px;
    flex-wrap: wrap;
}
.product_descr_wrapper p{
    font-size: 22px;
    font-weight: 600;
}
.product_descr_wrapper ol{
    margin: 0;
    padding: 0;
    padding-left: 18px;
}
.product_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px;
}
.product_slider_title{
    font-size: 32px;
    font-weight: 600;
}
.product_slider_title_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}
.product_slider_item{
    padding: 15px;
    background: rgb(213, 223, 234);
    max-width: 220px;
    display: flex;
    flex-direction: column;
    gap:10px;
    align-items: center;
    justify-content: center;
}
.slider_text a{
    display: flex;
    text-decoration: none;
    color:#333;
    justify-content: space-between;
    align-items: center;
}
.product_slider_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.slider_text a img{
    width: 28px;
    height: 28px;
}

.development{
    background-image: url(/assets/img/development.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
}
.development_title{
    padding: 35px 0;
    font-size: 40px;
    text-transform: uppercase;
    color:#fff;
    font-weight: 600;
}
.development_descr{
    max-width: 590px;
    backdrop-filter: blur(20px);
    background: rgba(37, 57, 118, 0.15);
    padding: 40px;
}
.development_descr_text{
    font-size: 24px;
    font-weight: 500;
    color:#fff;
}
.development_descr_border.border_left{
    color:#fff;
    font-size: 16px;
    margin: 20px 0;
}
.development_descr p{
    font-size: 24px;
    font-weight: 500;
    color:#fff;
    margin: 20px 0;
}
.development_descr ol{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.development_descr ol li{
    counter-increment: inst;
    font-size: 18px;
    color: rgb(243, 119, 56);
    display: flex;
    gap: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}
.development_descr ol li:last-child{
    margin-bottom: 0;
}
.development_descr ol li span{
    max-width: 450px;
}
.development_descr ol li::before {
    content: counter(inst);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color:#fff;
    background: rgb(243, 119, 56);
    display: flex;
    justify-content: center;
    align-items: center;
}
.development_photo{
    max-width: 830px;
}
.development_image{
    max-width: 100%;
}
.development_image img{
    display: block;
    max-width: 100%;
}
.development_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.development_photo_title{
    color: rgb(243, 119, 56);
    margin-top: 40px;
    font-size: 28px;
    font-weight: 500;
}
.development_photo ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
    margin-top: 20px;
}
.development_photo ul li{
    position: relative;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 500;
    color:#fff;
    width: 48%;
}
.development_photo ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(243, 119, 56);
    left: 0;
    top: 7px;
}
.development_cta{
    background-image: url(/assets/img/development_cta.png);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.video_development_image{
    max-width: 730px;
}
.video_development_image img{
    display: block;
    width: 100%;
}
.development_cta .video_wrapper{
    align-items: flex-end;
    height: 100%;
    padding-bottom: 30px;
}
.development_cta .video_wrapper .video_text{
    color: rgb(37, 57, 118);
    font-weight: 600;
}
.development_descr_bottom_text{
    padding: 20px 35px;
    backdrop-filter: blur(27.8px);
    background: rgb(37, 57, 118);
    max-width: 590px;
}
.development_descr_bottom_photo{
    max-width: 830px;
}
.development_descr_bottom_photo img{
    display: block;
    width: 100%;
}
.development_descr_bottom_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.development_descr_bottom_title{
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.development_descr_bottom{
    padding: 40px 0;
}

header.mobile_menu{
    display: none;
}
.open_menu{
    display: none;
}
.mob_image{
    display: none;
}
.mob_dis{
    display: none;
}

/*PRODUCTION PAGE SECTION */
.production_block{
    padding: 40px 0;
    background: rgb(17, 24, 55);
}
.production_title{
    font-size: 40px;
    font-weight: 500;
    color:#fff;
    text-transform: uppercase;
}
.production_left{
    max-width: 455px;
}
.production_slider_image{
    max-width: 460px;
}
.production_slider_image img{
    display: block;
    max-width: 100%;
    height: 100%;
}
.production_slider{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
.production_block .wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.production_advantages{
    padding: 60px 0;
    background-image: url(/assets/img/production.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.production_advantages_title{
    font-size: 40px;
    font-weight: 500;
    color:#fff;
}
.production_advantages_item{
    max-width: 320px;
}
.production_counter{
    width: 64px;
    height: 64px;
    color:#fff;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    background: rgb(243, 119, 56);
    border-radius: 50%;
}
.production_item_title{
    font-size: 18px;
    font-weight: 500;
    color: rgb(243, 119, 56);
    margin-top: 20px;
}
.production_item_descr{
    color:#fff;
    margin-top: 20px;
}
.production_advantages_wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
}
.production_process_item{
    padding: 25px 60px;
    background: rgb(213, 223, 234);
    max-width: 710px;
    position: relative;
    width: -webkit-fill-available;
}
.production_process_arrow{
    max-width: 24px;
    position: absolute;
    top:25px;
    left: 17px;
}
.production_process_arrow img{
    display: block;
    max-width: 100%;
}
.production_process{
    padding: 80px 0;
}
.production_process_title{
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.production_process_item_title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.production_process_item_descr{
    max-width: 410px;
}
.production_process_image{
    max-width: 243px;
    position: absolute;
    bottom:0;
    right:0;
}
.production_process_image img{
    display: block;
    max-width: 100%;
}
.production_process .wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px;
}
.contact_page_title{
    font-size: 36px;
    font-weight: 500;
}
.contact_page_info_text{
    font-size: 18px;
}
.contact_page_info_text a{
    text-decoration: none;
    color:#000;
}
.contact_page_info{
    display: flex;
    gap:20px;
    margin-top: 40px;
}
.contact_google_map{
    max-width: 850px;
    /*position: absolute;*/
    /*right: 0;*/
    /*top:0;*/

}
.contact_google_map img{
    display: block;
    max-width: 100%;
}
section.contact{
    position: relative;
    min-height: 80vh;
}
.contact .wrapper{
    padding: 133px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.communication .production_slider_image{
    max-width: 830px;
}
.communication_item{
    max-width: 345px;
    backdrop-filter: blur(20px);
    background: rgba(37, 57, 118, 0.3);
    padding: 20px;
}
.communication_second_inner{
    max-width: 585px;
    max-height: 561px;
}
.communication_second_inner img{
    display: block;
    max-width: 100%;
    height: 100%;
}
.communication_item_image{
    width: 54px;
    height: 54px;
}
.communication_inner{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap:40px;
    width: 710px;
}
.communication_process .wrapper{
    justify-content: flex-start;
    gap:20px;
    position: relative;
}
.communication_number{
    max-width: 360px;
    position: absolute;
    bottom:0;
    right: 80px;
}
.communication_big_number{
    padding: 30px;
    width: 100%;
    background: rgb(37, 57, 118);
}
.communication_big_number strong{
    font-size: 75px;
    color:#fff;
    display: block;
}
.communication_big_number span{
    color:#fff;
    font-size: 20px;
    font-weight: 600;
}
.communication_small_number{
    padding: 20px;
    background: rgb(243, 119, 56);
    color:#fff;
}
.communication_small_number span{
    font-size: 16px;
    display: block;
}
.communication_small_number a{
    display: block;
    font-size: 24px;
    text-decoration: none;
    color:#fff;
}
.communication_item_image img{
    display: block;
    max-width: 100%;
}
.catalog_item_text h3{
    font-weight: 400;
    font-size: 18px;
}
.main_catalog_text a{
    text-decoration: none;
    font-weight: 600;
    color:rgb(243, 119, 56);
}
.flex_justify{
    display: flex;
    flex-wrap: nowrap;
    gap:20px;
    align-items: center;
}
.flex_justify img:hover{
    fill:rgb(243, 119, 56);
}
.open_menu .mob_dis{
    text-align: left;
}
footer .mob_hid img{
    margin-top: 20px;
}
.flex_justify svg, .footer_icons svg{
    width: 40px;
    fill:#fff;
    transition: .3s;
}
.flex_justify svg:hover, .footer_icons svg:hover{
    fill:rgb(243, 119, 56);
}
/* ADAPTIVE BEGIN */
@media(max-width: 960px){
    .desktop{
        display: none;
    }
    .mob_image{
        display: block;
        max-width: 100%;
    }
    .mob_image img{
        display: block;
        width: 100%;
    }
    .open_menu{
        position: fixed;
        width: 100vw;
        z-index: 1000;
        height: 100vh;
        padding: 40px 15px;
        background: rgb(17, 24, 55);
    }
    .open_menu .footer_icons{
        margin-top: 40px;
    }
    .close_menu{
        color:#fff;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        position: absolute;
        top:50px;
        right:30px;
    }
    .close_menu img{
        width: 24px;
        height: 24px;
    }
    .contact_header{
        font-size: 18px;
        color:#fff;
        margin-top: 30px;
    }
    .phone_desk{
        margin-top: 30px;
    }
    .open_menu .logo_block{
        max-width: 180px;
    }
    .open_menu .logo_block img{
        display: block;
        width: 100%;
    }
    .desk_menu ul{
        flex-direction: column;
        margin-top: 70px;
        gap:10px;
    }
    .phone_desk{
        align-items: flex-start;
    }
    .wrapper{
        padding: 0 15px;
    }

    header.mobile_menu{
        display: block;
        position: fixed;
        width: 100%;
        z-index: 999;
    }
    header.mobile_menu{
        height: auto;
        padding: 40px 15px;
    }
    .header_mob{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .burger{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap:2px;
        color:#fff;
        font-size: 14px;
    }
    .adv_block h1{
        font-size: 30px;
    }
    .adv_block{
        height: auto;
        padding-top: 170px;
        padding-bottom: 40px;
    }
    .development, section.catalog, .production_block, .contact, .product_page{
        padding-top:150px !important;
    }
    .adv_block .subtitle{
        font-size: 20px;
        margin: 40px 0;
    }
    .catalog_link a{
        font-size: 20px;
    }

    .video_wrapper{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap:20px;
    }
    .video_text{
        text-align: center;
    }
    .video_section .wrapper{
        padding: 70px 15px;
        align-items: center;
    }
    section.catalog, section.about_us, section.why_us{
        padding: 60px 0;
    }
    .section_title{
        font-size: 32px;
        text-align: center;
        margin-bottom: 60px;
    }
    .about_us_title{
        text-align: center;
    }
    .about_us_slider{
        padding: 40px 0;
    }
    .about_us_item{
        text-align: center;
    }
    .about_us_item_title{
        font-size: 45px;
    }
    .about_us .wrapper{
        padding: 60px 0;
        padding-bottom: 0;
    }
    section.about_us{
        padding-bottom: 0;
    }
    .about_block{
        padding: 0 15px;
    }
    .about_block.slider_mob{
        padding: 0;
        background-size: cover;
    }
    footer{
        padding: 60px 0;
    }
    footer .wrapper{
        justify-content: center;
        align-items: center;
    }
    .mob_dis{
        display: block;
        text-align: center;
        margin-top: 50px;
    }
    .mob_hid{
        display: none;
    }
    .footer_link{
        margin-top: 40px;
        text-align: center;
    }
    .footer_links_wrapper{
        margin-top: 10px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .right_side_footer{
        margin-top: 50px;
    }
    .footer_contacts_wrapper{
        margin-top: 10px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .footer_phones{
        margin-top: 20px;
    }
    .footer_contacts_title{
        text-align: center;
    }
    .left_side_footer{
        justify-content: center;
        align-items: center;
    }
    .catalog_item_page{
        width: 100%;
    }
    .main_catalog_text{
        padding: 20px;
    }
    section.catalog{
        padding-bottom: 60px;
        padding-top: 0;
    }
    .catalog .section_title{
        margin: 40px 0;
    }
    .production_advantages_title{
        font-size: 30px;
    }
    .production_block{
        padding-bottom: 0;
    }
    .production_advantages{
        padding: 40px 0;
    }
    .communication_item{
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .production_process_image{
        position: static;
    }
    .production_process_item{
        padding-right: 0;
        padding-bottom: 0;
    }
    .production_process_image{
        max-width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 10px;
    }
    .production_process_item_descr{
        padding-right: 20px;
    }
    .communication_number{
        right: 50%;
        transform: translateX(50%);
        width: 350px;
        bottom:-20px;
    }
    .communication_second_inner{
        margin-top: 40px;
    }
    .production_advantages_item{
        margin-bottom: 40px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }
    .production_item_descr{
        text-align: center;
    }
    .production_process_title{
        font-size: 32px;
    }
    .production_slider_image img{
        max-height: 250px;
    }
    .contact_google_map{
        position: static;
        max-width: 100%;
        margin-top: 40px;
    }
    .contact_google_map iframe{
        max-width: 100%;
    }
    .contact .wrapper{
        padding: 0;
    }
    .contact_left{
        padding: 20px 10px;
    }
    .contact_page_title, .development_title, .development_descr_bottom_title{
        font-size: 32px;
    }
    .development_descr{
        backdrop-filter: blur(20px);
        background: rgba(37, 57, 118, 0.7);
        padding: 20px;
    }
    .development_descr ol li::before{
        position: absolute;
        left:0;
        top:0;
    }
    .development_descr ol li{
        position: relative;
        padding-left: 45px;
    }
    .development_photo_title{
        font-size: 24px;
    }
    .development_image{
        margin-top: 40px;
    }
    .development_photo ul li{
        width: 100%;
    }
    .development_cta .video_wrapper{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        padding: 60px 0;
    }
    .development_descr_bottom .wrapper{
        padding: 0;
    }
    .development_descr_bottom_title{
        font-weight: 600;
        text-align: center;
    }
    .development_descr_bottom{
        padding-bottom: 0;
    }
    .product_title{
        font-size: 32px;
    }
    .product_image{
        max-width: 100%;
    }
    .product_descr_title{
        font-size: 20px;
    }
    .product_descr_wrapper{
        gap:20px;
    }
    .product_slider_title_wrapper{
        margin-top: 40px;
    }
    .product_slider_inner{
        justify-content: center;
        gap:10px;
    }
    /*.communication_second_inner img{*/
    /*    max-height: 360px;*/
    /*}*/
    .production_slider_image{
        padding-bottom: 20px;
    }
    .flex_catalog li{
        width: 100%;
    }
    .aside{
        max-width: 100%;
        width: 100%;
    }
    .aside ul{
        display: block;
    }
    .aside ul li{
        max-width: 300px;
        height: 75px;
        margin-right: 15px;
    }
    .aside ul li a{
        height: 75px;
    }
    .aside ul li a img{
        max-width: 50px;
        max-height: 50px;
    }
    .aside_text{
        font-size: 17px;
    }
    .main_catalog{
        margin-top: 20px;
    }
    .catalog .section_title{
        font-size: 28px;
    }
    body{
        overflow-x: hidden;
    }
    .logo_footer span{
        text-align: center;
    }
}
@media(min-width: 768px) and (max-width: 1980px){
    .wrapper{
        padding: 0 10px;
    }
    .main_catalog{
        max-width: 1050px;
    }
}