@media screen and (max-width: 920px){
    .header_top .header_adress{
        flex-direction: column;
        align-items: end;
    }
    .container{
        padding: 0 20px;
        max-width: none;
        width: auto;
        margin: 0;
    }
    .header_adress a{
        margin-top: 10px;
    }
    .header_bottom {
       
        background-image: url(/img/header_fon_mb.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        height: 620px;
    }
    .header_bottom p{
        font-size: 32px;
        font-weight: 700;
        line-height: 44.8px;
        padding-top: 30px;
        max-width: 335px;
    }
    .body_cast_content_bottom_left {
        display: grid;
        grid-template-rows: repeat(1, 1fr);
        grid-gap: 30px;
    }
    .body_cast_content_bottom_left{
        grid-row: 3;
    }
    .footer_top .container .footer_adress {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
    }
    .body_cast_content_bottom {
        display: grid;
        grid-template-rows: repeat(1, 1fr);
        grid-gap: 30px;
    }
    .footer_top .container {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
    }
    .footer_top .footer_adress a, .footer_top .footer_adress p {
        text-decoration: none;
        color: #fff;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .footer_bottom .container {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
    }
    .footer_top {
        margin-bottom: 30px;
    }
    .body_cast .head, .body_cast_content_top, .body_cast_content_bottom_right_carta{
        display: none;
    }
    .body_cast_content_bottom_mobile{
        display: block;
        grid-row: 2;
    }
    .body_cast_content_bottom_mobile .head, .body_cast_content_bottom_mobile .body_cast_content_top, .body_cast_content_bottom_mobile .body_cast_content_bottom_right_carta{
        display: block;
    }
    .body_cast_content_top a{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .body_cast .head{
        font-size: 24px;
        font-weight: 700;
        line-height: 33.6px;
    }
    .body_cast_content_bottom_right_carta img{
        width: 100%;
    }
    .header_adress p{
        text-align: right;
    }
    .header_video{
        max-width: 335px;
        right: 20px;
    }
}
@media screen and (max-width: 400px){
    .header_video{
        /* max-width: 335px; */
        right: 10px;
        margin: 0 auto;
        width: 100%;
        position: initial;
        padding-top: 50%;
    }
    .labaz_card p {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 700;
        line-height: 17.2px;
        text-align: left;
        margin-bottom: 20px;
        color: #323232;
    }
    .labaz_card {
        background: #FBE400;
        padding: 12px;
        border-radius: 16px;
    }
    .body_cast_content_bottom_right_labaz {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .body_cast_content_card {
        background: #E2E4E6;
        padding: 12px;
        border-radius: 16px;
    }
    .body_cast_content_bottom_left {
        display: grid;
        grid-template-rows: repeat(1, 1fr);
        grid-gap: 20px;
    }
    .header {
        margin-bottom: 50px;
    }
    .footer {
        margin-top: 50px;
    }
    .container{
        padding-left: 10px;
        padding-right: 10px;
    }
    .body_cast_content_card .card_head {
        margin-bottom: 20px;
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 700;
        line-height: 25.6px;
        text-align: left;
        color: #323232;
    }
    .body_cast_content_bottom_right_labaz{
        grid-template-columns: repeat(1, 1fr);
    }
    .body_cast_content_bottom {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }
}
@media screen and (max-width: 330px){
    .body_cast_content_bottom_right_labaz{
        grid-template-columns: repeat(1, 1fr);
    }
    .body_cast_content_bottom {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }
    .header_video{
        max-width: 300px;
        right: 10px;
    }
}