
#w_contacts_section{
    padding-top: 20px;
    padding-bottom: 50px;
    position: relative;
    background-color: #ffffff;
    background-image: url(/frontend/web/img/sexology/cnt_back.jpg);
    background-size: cover;
}
#w_contacts_saler div {
    font-weight: bold;
    margin: 10px auto;
    text-align: center;
}
#w_contacts_saler_img{
    border: 2px solid #ffffff;
    border-radius: 15px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#w_contacts_text{
    font-size: 12pt;
    margin-top: 20px;
}
#w_contacts_text a{
    color: #000000;
}
.w_contacts_social img{
    border: 2px solid #ffffff;
    border-radius: 10px;
    width: 100%;
}
#w_contacts_underform{
    font-size: 12pt;
    margin-bottom: 10px;
}
#w_contacts_form input, #w_contacts_form textarea{
    border-radius: 10px;
}

#w_contacts_form .btn-primary {
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 10px;
    font-size: 12pt;
}
#w_contacts_sc {
    display: none;
}
#w_contacts_err {
    display: none;
}

@media screen and (max-width: 499px){
    .w_contacts_social{
        width: 40%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-bottom: 10px;
    }
}
.w_contacts_mesangers a{
    border-radius: 10px;
    padding: 3px 10px;
    height: 35px;
    display: block;
}
.w_contacts_mesangers a:hover{
    text-decoration: none;
}

#w_contacts_viber a{
    background-color: #9487b9;
}
#w_contacts_viber a:hover{
    background-color: #6d5e9a;
}
#w_contacts_telegram a{
    background-color: #66b9de;
}
#w_contacts_telegram a:hover{
    background-color: #3e90b4;
}
#w_contacts_whatsapp a{
    background-color: #70bd62;
}
#w_contacts_whatsapp a:hover{
    background-color: #4b9d3c;
}
.w_contacts_social_img{
    width: 30px;
}
.w_contacts_social_text{
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 10px;
}