.hat {
    margin-bottom: 5%;
}

body {
    display: flex;
    flex-direction: column;
}

.tel a {
    /* font-size: 20px; */
}

.info {
    flex: 1;
    max-width: unset;
}

.title_form {
    color: #333742 !important;
}


.block_wrp {
    display: flex;
    flex-direction: column;
    height: 135px;
    justify-content: space-between;
    /* max-width: 300px;
    width: 100%; */
}

.block_info p {
    color: #6E778F;
    font-size: 20px;
    font-weight: 400;
}
.block_info a {
    color: #6E778F;
    font-size: 20px;
    font-weight: 400;
}


.block_contacts {
    display: flex;
    align-items: center;
    /* gap: 20px; */
    gap: 26px;
    margin-bottom: 15px;
}


.block_contacts img {
    max-width: 71px;
    width: 100%;
    height: auto;
}

#mail {
    width: max-content;
}


.block_info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    margin-bottom: auto;
    justify-content: space-between;
    /* width: 280px; */
    width: 300px;
}

.btn_a {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #333742;
    /* border-radius: 5px; */
    /* font-size: 15px; */
    border-radius: 50px;
    /* max-width: 150px; */
    max-width: 168px;
    width: 100%;

}

.btn_a a {
    color: rgb(255, 255, 255);
    padding: 6px 7px 6px 7px;

    font-weight: 700;
    font-size: 16px;
}


.container {
    /* margin-top:auto !important; */
    /* margin-bottom:auto !important; */
    /* margin: 0; */
}


.btn_a:hover {
    background-color: #222222;
}


main {
    width: 100%;
}


/* main {
    width: 93%;
} */

h3 {
    font-weight: 500;
}

/*  */



html {
    height: 100%;
  }
  
  body {
    margin: 0;
    color: #fff;
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
  }
  


.info .wrapper {
    flex-direction: column;
    gap: 30px;

}



.info {
    display: flex;
    height: 800px;
}


/*  */

.actual-message::after {
    content: "";
    position: absolute;
    /* bottom: 48%; */
    bottom: 42.4% !important;
    left: 12px !important;
    /* top: 22px; */
    width: 0;
    height: 0;
    /* border: 19px solid transparent !important; */
    border-top-color: #ffffff;
    border-bottom: 0;
    margin-left: -10px;
    /* margin-bottom: -20px; */
}


.img img {
    /* width: 80%; */
    max-width: 492px;
    width: 100%;
}


.block_combat_center {
    display: flex;
    flex-direction: column;
    gap: 0px;
}



@media (max-width:1210px) {
    iframe {
        width: 100%;
    }

    .iframe_div {
        width: 100%;
    }
}


@media (max-width: 918px) {
    .block_combat_center {
        width: 47vw;
    }
}
@media (max-width: 868px) {
    .info {
        height: auto;
    }
    main {
        align-items: normal;
    }    
    .block .img {
        max-width: 420px;
    }
    .geol {
        justify-content: normal;
    }
    .contacts {
        /* align-items: normal; */
    }

}

@media (max-width: 868px) {
    main {
        margin-top: 40px;
    }
}


@media (max-width: 867px) {
    main {
        width: auto;
        flex-direction: column;
        gap: 40px;
        flex-wrap: nowrap;
        align-items: center;
    } 
    .info .wrapper {
        flex-direction: row;
    }
    .block_wrp {
        width: 300px;
    }
    .info {
        width: 100%;
    }
    .wrapper_combat_center {
        justify-content: space-between;
    }
  
}

@media (max-width: 811px) {
    .block_combat_center {
        width: 100%;
    }
    #bl_wrapper_combat_center {
        margin: auto;
        width: 60vw;
    }
    #main_headline {
        margin-bottom: 14px !important;
    }
    .free_occupation {
        margin-top: 0px;
    }
}

@media (max-width:640px) {

    .info .wrapper {
        flex-direction: row;
    }
    .block_wrp {
        width: 300px;
    }
    .info {
        width: 100%;
    }
    .wrapper_combat_center {
        justify-content: space-between;
    }
    .block_combat_center {
        width: 100%;
    }
}

@media (max-width:600px) {
    .wrapper {
        gap: 37px;
    }
    .btn {
        /* width: auto !important; */
        justify-content: flex-start;
    }
    .block .img {
        max-width: 320px;
    }
 
    
}


@media (max-width: 588px) {
    #container_header {
        border-bottom: 1px solid #6E778F;
        display: inline-table;
    }
    .hat p {
        margin-top: 19vw;
    }
    iframe {
        margin-bottom: 50px;
    }
}

@media (max-width: 449px) {
    .block .img {
        max-width: 320px;
    }
    .block_contacts img {
        max-width: 61px;
        width: 100%;
        height: auto;
    }
    #bl_wrapper_combat_center {
        width: 75vw;
        max-width: 600px !important;
    }
}


