

/* Start:/local/templates/cyberlab/css/contacts.css?17407335132658*/
.ct-socials, .ct-adresses{
    display: flex;
    flex-direction: column;
    gap: 2%;
    height: 100%;
}
#contact_wh{
    background:center / contain no-repeat url("/local/templates/cyberlab/images/whatsapp.svg"),#f97903;
    border-radius: 100px;
    background-size:18px;
}
#contact_tg{
    background:center / contain no-repeat url("/local/templates/cyberlab/images/tg.svg"),#f97903;
    border-radius: 100px;
    background-size:18px;
}
#contact_vk{
    background:center / contain no-repeat url("/local/templates/cyberlab/images/vk.svg"),#f97903;
    border-radius: 100px;
    background-size:18px;
} 
.ct-adresses{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 2%;
    height: 100%;
}
.contacts .info_col.addr_info p, .contacts .info_col.contacts_info p{
    padding: 10px 0px;
}
.contacts .socials{
    display: flex;
  gap: 20px;
  align-content: space-evenly;
}
.contacts .icon25{
  width: 30px;
  height: 30px;
}
.contacts p.title{
    /* font-family: "bold"; */
}
.contacts .soc_seti_info p.title{
    margin-bottom: 15px;
}
.contacts .soc_seti_info .socials a{
    /* border-radius: 22%;
  background: linear-gradient(90deg, rgb(71, 27, 243), rgb(243, 0, 251)); */
}
.contacts p a{
    /* background: linear-gradient(90deg, rgb(71, 27, 243), rgb(243, 0, 251));
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text; */
    /* color: transparent; */
    color: #F97903;
    text-decoration: none;
    font-weight: bold;
    /* font-family: "bold"; */
}
.contacts .info_col.phone_info p{
    /* font-family: "bold"; */
}
.contacts .info_col{
    padding: 20px;
  border-bottom: 2px solid gray;
}
.contacts{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2%;
    width: 100%;
    margin-bottom: 50px;
}

.contact-block{
    width: 100%;
    height: 100%;
    border: 1px solid black;
    padding: 15px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.contacts-section{
    padding: 45px;
}

.contacts-section iframe{
    border: 1px solid black;
    
}

.ct-adresses .contact-block:first-child {
    grid-row: 1/3;
    height: auto;
}

@media screen and (max-width: 768px) {
    .contacts{
        display: flex;
  flex-direction: column-reverse;
    }

    .ct-adresses :where(p, a), 
    .ct-socials :where(p, a){
        font-size: 16px;
    }
    .contacts .info_col.phone_info p{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}
/* End */
/* /local/templates/cyberlab/css/contacts.css?17407335132658 */
