.contact_block h1{
    text-align: center;
}
.cont_three_blcks{
    gap: 20px;
    flex-wrap: wrap;
    margin: 90px 0 60px 0;
}
.cont_blck{
    gap: 18px;
}
.conts_svgs{
    width: 126px;
    height: 126px;
    border-radius: 70px;
    padding: 20px;
    justify-content: center;
    border: 4px solid #0182FE;
}
.conts_link{
    /*font-family: 'k2d-Bold';*/
    font-weight: bold;
    font-size: 26px;
}
.conts_link:hover{
    color: var(--blueBrand);
}
.map_block{
    position: relative;
}
.map_block iframe{
    width: 100%;
    height: 724px;
    border-radius: 80px;
    border: 4px solid #D7DCDF !important;
}
.letstalk_blck{
    position: absolute;
    left: 45px;
    max-width: 535px;
    width: 100%;
    top: 50%;
    gap: 50px;
    flex-direction: column;
    padding: 45px;
    border-radius: 80px;
    border: 4px solid #D7DCDF;
    background: #EEF3F7;
    transform: translate(0, -50%);
}
.lets_title{
    color: var(--blueBrand);
    color: #0182FE;
    /*font-family: 'k2d-Bold';*/
    font-weight: bold;
    font-size: 50px;
}
.inps_{
    color: rgba(48, 50, 56, 0.5);
    font-size: 24px;
    border: none;
    padding-bottom: 10px;
    padding-left: 14px;
    background: transparent;  
    border-bottom: 1px solid rgba(48, 50, 56, 0.5);
}
.send_sms{
    cursor: pointer;
    /*font-family: 'k2d-Medium';*/
    border-radius: 50px;
    font-weight: bold;
    border: 2px solid #D7DCDF;
    background: var(--white);
    padding: 10px 12px 10px 30px;
    font-size: 22px;
}
.send_sms .send_svg{
    width: 50px;
    height: 50px;
    border-radius: 30px;
}
.send_sms:hover {
    color: var(--white);
    background-color: var(--blueBrand);
}
.send_sms:hover .send_svg {
    background-color: var(--white);
}
.send_sms:hover .send_svg svg path {
    stroke: var(--black);
}























