

/* Start:/local/templates/gnbservice/components/wexpert/iblock.list/main_contact/style.css?17521575522210*/
.contact-main{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.contact-main-block{
    margin-bottom: 120px;
}
.contact-main-item{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
}
.contact-main-map-block{
    margin-bottom: 25px;

}
.contact-main-map{
    position: relative;
    height: 400px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
}
.contact-main-map:after{
    content: '';
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.contact-main-map:hover:after{
    content: none;
}
.contact-social{
    display: flex;
    margin: -10px;
}
.contact-social-item{
    padding: 10px;
}
.contact-social-link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    background-color: #AE3D03;
    border-radius: 50%;
}
.contact-main-info{
    display: flex;
}
.contact-main-img{
    height: 233px;
    width: 233px;
    margin-right: 30px;
}
.contact-main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.contact-main-data-item-title{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #363636;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contact-main-data-item-title svg{
    margin-right: 6px;
}
.contact-main-data-item-value{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #363636;
}
.contact-main-data-item:not(:last-child){
    margin-bottom: 25px;
}
.contact-main-data-email,
.contact-main-data-phone{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    background-color: #AE3D03;
    border-radius: 10px;
    padding: 12px 40px;
    border: 1px solid #AE3D03;
    text-decoration: none;
    margin-right: 25px;
    display: inline-block;
}
.contact-main-data-email{
    color: #AE3D03;
    background-color: #FFFFFF;
    border-color: #AE3D03;
}
/* End */


/* Start:/local/templates/gnbservice/components/wexpert/iblock.list/offices_contacts/style.css?17521575521236*/
.office-list-block{
    margin-bottom:120px;
}
.office-list{
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px;
}
.office-item{
    max-width: 20%;
    flex: 0 0 20%;
    padding: 20px 10px;
}
.office-wrap{
    background-color: #E5E5E5;
    padding: 30px;
    border-radius: 30px;
    height: 100%;
}
.office-name{
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #363636;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.office-name svg{
    margin-right: 10px;
}
.office-address{
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 22px;
}
.office-phone{
    margin-bottom: 22px;
}
.office-phone a{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 13px;
    background-color: #AE3D03;
    border-radius: 10px;
    text-align: center;
}
.office-email a {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-decoration-line: underline;
    color: #AE3D03;
}
/* End */
/* /local/templates/gnbservice/components/wexpert/iblock.list/main_contact/style.css?17521575522210 */
/* /local/templates/gnbservice/components/wexpert/iblock.list/offices_contacts/style.css?17521575521236 */
