

/* Start:/local/templates/aspro_konvrsia/components/bitrix/news.detail/custom_contacts_map/style.css?1626937774379*/
.contacts-map {
    position: relative;
    min-height: 295px;
}
.contacts-map::before {
    content: '';
    display: block;
    padding-top: 27.7604167%;
}
.contacts-map > .cm-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

@media all and (max-width: 767px)
{
    .contacts-map {
        min-height: 270px;
    }
}
/* End */


/* Start:/local/templates/aspro_konvrsia/components/bitrix/news.list/custom_contacts_staff/style.css?16284692402749*/
.contacts-staff > .cs-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -10px 95px;
}
.contacts-staff .cs-item {
    position: relative;
    margin-top: 100px;
    width: 33.3333333%;
    padding: 0 10px;
}
/* .contacts-staff .cs-item:nth-child(3n) > .cs-item-w {
    margin-left: auto;
} */
.contacts-staff .cs-item > .cs-item-w  {
    position: relative;
    max-width: 350px;
    padding-left: 130px;
    min-height: 110px;
}
.contacts-staff .cs-item > .cs-item-w > .cs-image {
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    bottom: 0;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contacts-staff .cs-item > .cs-item-w > .cs-name {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
}
.contacts-staff .cs-item > .cs-item-w > .cs-post {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
}
.contacts-staff .cs-item > .cs-item-w > .cs-post + .cs-phone,
.contacts-staff .cs-item > .cs-item-w > .cs-post + .cs-email {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #F2F2F2;
}
.contacts-staff .cs-item > .cs-item-w > .cs-phone,
.contacts-staff .cs-item > .cs-item-w > .cs-email {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
}
.contacts-staff .cs-item > .cs-item-w > .cs-phone > span,
.contacts-staff .cs-item > .cs-item-w > .cs-email > span {
    font-weight: 400;
}
.contacts-staff > .cs-action {
    text-align: center;
}
.contacts-staff > .cs-action > .btn {
    min-width: 200px;
}

@media all and (max-width: 991px)
{
    .contacts-staff {
        margin-bottom: 170px;
    }
    .contacts-staff .cs-item {
        position: relative;
        margin-top: 50px;
        width: 50%;
    }
    .contacts-staff .cs-item > .cs-item-w  {
        padding-left: 85px;
        min-height: 70px;
    }
    .contacts-staff .cs-item > .cs-item-w > .cs-image {
        top: 0;
        width: 70px;
        height: 70px;
    }
}
@media all and (max-width: 767px)
{
    .contacts-staff {
        margin-bottom: 110px;
    }
    .contacts-staff .cs-item {
        position: relative;
        margin-top: 30px;
        width: 100%;
    }
    .contacts-staff .cs-item > .cs-item-w  {
        padding-left: 75px;
        min-height: 60px;
    }
    .contacts-staff .cs-item > .cs-item-w > .cs-image {
        top: 0;
        width: 60px;
        height: 60px;
    }
}
/* End */


/* Start:/local/templates/aspro_konvrsia/components/bitrix/news.detail/custom_contacts_map_konversia/style.css?1662115965379*/
.contacts-map {
    position: relative;
    min-height: 295px;
}
.contacts-map::before {
    content: '';
    display: block;
    padding-top: 27.7604167%;
}
.contacts-map > .cm-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

@media all and (max-width: 767px)
{
    .contacts-map {
        min-height: 270px;
    }
}
/* End */


/* Start:/local/templates/aspro_konvrsia/components/bitrix/news.detail/custom_contacts_info/style.css?16269377731389*/
.contacts-info {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
    margin: 100px 0 100px;
    border-top: 1px solid #F2F2F2;
}
.contacts-info > .ci-item {
    position: relative;
    padding: 0 10px 0 40px;
    margin-top: 20px;
    background-repeat: no-repeat;
    max-width: 347px;
}
.contacts-info > .ci-item > .ci-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    opacity: .4;
} 
.contacts-info > .ci-item > .ci-value {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    margin-top: 23px;
} 
.contacts-info > .ci-item > .ci-value a {
    color: inherit;
    border-bottom: 2px solid transparent;
} 
.contacts-info > .ci-item > .ci-value a:hover {
    border-color: inherit;
} 

@media all and (max-width: 991px) {
    .contacts-info {
        flex-wrap: wrap;
        padding-top: 10px;
        margin: 70px 0 70px;
    }
    .contacts-info > .ci-item {
        flex: 1 1 50%;
    }
}

@media all and (max-width: 767px) {
    .contacts-info {
        margin: 30px 0 50px;
    }
    .contacts-info {
        flex-wrap: wrap;
    }
    .contacts-info > .ci-item {
        flex: 1 1 100%;
        max-width: none;
    }
    .contacts-info > .ci-item > .ci-value {
        margin-top: 7px;
    }
}

/* End */
/* /local/templates/aspro_konvrsia/components/bitrix/news.detail/custom_contacts_map/style.css?1626937774379 */
/* /local/templates/aspro_konvrsia/components/bitrix/news.list/custom_contacts_staff/style.css?16284692402749 */
/* /local/templates/aspro_konvrsia/components/bitrix/news.detail/custom_contacts_map_konversia/style.css?1662115965379 */
/* /local/templates/aspro_konvrsia/components/bitrix/news.detail/custom_contacts_info/style.css?16269377731389 */
