.header_languages li span{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    color: rgb(255, 255, 255);
    align-items: center;
    margin-right: 10px;
    background: rgb(16, 16, 16);
    border-radius: 5px;
    text-transform: uppercase;
    margin-left: 10px;
}
.header_languages li a{
    text-transform: uppercase;
}
.slider_bg {
    background-image: url(../img/background.png);
}
.company_about_block_bg {
    background-image: url(../img/bgkimano.png);
}
.mine_footer p a{
    color: #fff;
    text-decoration: underline;
}
.item_fixed{
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.galary_video_block::before{
    pointer-events: none;
}
.sport_tak_block h2{
    margin: 0;
}
.galary_photo_block{
    overflow: hidden;
}
.galary_photo_block:hover .galary_hover_block{
    opacity: 1;
}
.galary_hover_block{
    position: absolute;
    top: 15px;
    right: 0;
    left: 25px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 326px;
    height: 176px;
    background: rgba(37, 65, 107, 0.8);
    opacity: 0;
    transition: 1s;
}
.galary_photo_block .galary_hover_block p {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding-right: 55px;
    padding-left: 55px;
}
.galary_photo_block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.galary_photo_block:hover img{
    transform: scale(1.2);
}
.galary_video_block::before{
    opacity: .5;
    transition: .5s;
}
.galary_video_block:hover::before{
    opacity: 1;
}
.grouped_elements img{
    transition: .5s;
}
.grouped_elements:hover img {
    border-radius: 20px;
    filter: contrast(2);
}
.dropdown > a{
    background-color: #172A46;
    background-image: url(../img/menu_alt_03.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 50px;
}
.dropdown-toggle::after,
.dropdown .caret{
    display: none;
}
.dropdown-menu li a{
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding-left: 51px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    
}
.dropdown-menu li a:hover{
    color: white;
    background: #25416B;
    width: 100%;
}
.dropdown-menu{
    left: 0px !important;
    right: 24px !important;
    top: 0px !important;
    background: #EFEFEF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 0px 10px;
    border: none;
}
.header_menu_lists{
    padding: 0;
    padding-right: 20px;
}
.menu_block{
    height: 100%;
}
.menu_block li{
    height: 100%;
}
.menu_block li a{
    height: 100%;
    align-items: center;
    display: flex;
    padding-right: 35px;
    margin-right: 25px;
}

.menu_block > li:first-child > a{
    border-radius: 0px 0px 0px 10px;
}
.catalog_product_block img{
    object-fit: cover;
}
.gallery_img_text_block h2 a {
    font-family: 'Lato-Bold';
    color: #000000;
}
.catalog_form_lists{
    padding-bottom: 15px;
}
.main_footer_bg{
    padding-bottom: 20px;
}
.galary_video_block h2{
    margin-bottom: 45px;
}
.catalog_full_info_image_lists{
    max-height: 470px;
    overflow: auto;
}
.catalog_full_info_image_lists{
    justify-content: space-between;
}
.catalog_full_info_image_lists a{
    margin-bottom: 10px;
}
.catalog_full_info_image_lists a:last-child{
    margin-bottom: 0;
}
.catalog_full_info_image_lists a img{
    margin-bottom: 0;
}
.catalog_full_info_image_lists a.showed{
    border: 1px solid #25416b;
}
@media (max-width: 800px){
    .header_menu_lists.show{
        display: flex;
    }
    .header_menu_lists{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        border-radius: 0px;
        z-index: 99;
    }
    .menu_block li a{
        padding-right: 0px;
        margin-right: 0px;
        font-size: 28px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .menu_block {
        height: auto;
        flex-direction: column;
        margin-bottom: 20px;
    }
     .menu_block > li:first-child > a{
        border-radius: 10px;
        padding-right: 20px;
    }
    /*
    .dropdown > a{
        padding-left: 0;
    } */
    .dropdown-menu{
        right: 0px !important;
        border-radius: 0px 0px 10px 10px;
    }
    .burger.show{
        display: flex;
        width: 50px;
        height: 50px;
        position: fixed;
        z-index: 999;
        right: 30px;
        filter: invert(1);
        top: 30px;
    }
    .burger.show img{
        margin-top: 0;
    }
    .catalog_section_bg{
        padding: 0 30px;

    }
    .catalog_title{
        flex-direction: column;
    }
}
@media (max-width: 600px){
    .mine_footer p{
        text-align: center;
    }
    .item_fixed{
        width: 100%;
    }
    .owl-theme .owl-nav{
        left: -60px;
        right: -60px;
    }
    .photo_video_galary_block{
        flex-direction: column;
    }
    .company_about_block{
        padding: 30px;
    }
    .item_fixed h4{
        font-size: 18px;
    }
    .slider_lists a{
        padding: 10px 30px;
        width: auto;
        height: auto;
    }
    .slider_lists a span{
        font-size: 18px;
    }
    .slider_lists{
        margin-right: 0;
        padding: 0px 30px;
    }
    .partners_block_img img{
        width: 100%;
    }
    .map_block iframe{
        max-width: 100%;
    }
    .contact_map_block{
        flex-direction: column;
    }
    .map_block{
        margin-top: 30px;
    }
}