
.contact_main_div {
    margin: auto;
    width: 80%;
    max-width: 100%;
    height: 100%;
    min-height: 57.1vh;
    padding-top: 180px;
    padding-bottom: 15px;
    
}
.back_arrow_div {
    width: 90%;
    height: auto;
    display: flex;
    margin-bottom: 10px;
}
.back_arrow {
    width: 1.5rem;
    height: auto;
}
.back_arrow_text_p {
    color: rgb(25, 23, 82);
    font-size: 18px;
    font-weight: 500;
    font-family: 'Times New Roman', Times, serif;
}
.back_arrow_a {
    text-decoration: none;
}
.contact_headline {
    font-size: 35px;
    color: rgb(35, 25, 81);
}
.contact_headline2 {
    font-size: 25px;
    color: rgb(39, 32, 94);
    padding-bottom: 5px;
}
.contact_main {
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*border: solid 1px red;*/
}
.contact_left {
    border: solid 1px rgb(90, 80, 80);
    width: 40%;
    height: auto;
    padding: 20px;
    margin-right: 5px;
    border-radius: 15px;
}
.contact_vizit {
    
    padding-top: 20px;        
}
.contact_vizit:hover {
    border-radius: 17px;
    border: solid 1px rgb(119, 106, 106);
    background: local white;
    /*box-shadow: blue 0px 0px 0px 2px inset, rgb(255, 255, 255) 10px -10px 0px -3px, rgb(31, 193, 27) 10px -10px, rgb(255, 255, 255) 20px -20px 0px -3px, rgb(255, 217, 19) 20px -20px, rgb(255, 255, 255) 30px -30px 0px -3px, rgb(255, 156, 85) 30px -30px, rgb(255, 255, 255) 40px -40px 0px -3px, rgb(255, 85, 85) 40px -40px;*/
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 1s;
}
.contact_right {
    border: solid 1px blue;
    width: 50%;
    height: auto;
    min-height: 42vh;
    border-radius: 15px;
    justify-content: space-around;
}
@media  screen and (max-height:865px) {
    .contact_main_div {
       min-height: 52.8vh; 
    }
}

@media  screen and (max-width:1000px) {
    .contact_main_div {
        width: 95%;
    }
    .contact_left {
        margin-right: 0;
    }
    }
@media  screen and (max-width:900px) {
    .contact_main_div {
        width: 90%;
        max-width: 100%;
    }
    .contact_main {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .contact_left {
        width: 100%;
    }
    .contact_right {
        width: 100%;
        margin-top: 5px;
        height: auto;
    }
}
