.b-contacts__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 15px
}

.b-contacts__title {
    margin-bottom: 40px
}

.b-contacts__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
    max-height: 602px
}

:root .b-contacts__list,
_:-ms-fullscreen .b-contacts__list {
    height: 528px
}

.b-contacts__list-item {
    width: calc(50% - 15px);
    margin-bottom: 48px
}

.b-contacts__list-item--last,
.b-contacts__list-item--penult {
    margin-bottom: 0
}

.b-list-item__head {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 2px solid #d0f1fc;
}

.b-list-item__title {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

.b-list-item__desc {
    margin: 24px 7px 0;
    padding: 0
}

.b-list-item__desc-item {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
    list-style: none;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
}

.b-list-item__desc-item:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-right: calc(7px + 26px);
    flex-shrink: 0;
    border-radius: 50%;
    background: #c0ccd3;
}

.b-list-item__desc-item:last-child {
    margin-bottom: 0
}

.b-list-item__desc-listlink {
    color: #333;
    cursor: pointer;
}

.b-list-item__icon {
    display: flex;
    width: 22px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 24px;
}

.sp-contacts-default-icons_compas,
.sp-contacts-default-icons_messages,
.sp-contacts-default-icons_paper,
.sp-contacts-default-icons_plane {
    font-size: 26px
}

.sp-contacts-default-icons_compas {
    width: .92em;
    height: 1em
}

.sp-contacts-default-icons_messages,
.sp-contacts-default-icons_paper,
.sp-contacts-default-icons_plane {
    width: 1em;
    height: 1em
}

@media only screen and (max-width: 1199px) {
    .b-contacts__container {
        padding: 48px 24px
    }

    .b-contacts__title {
        margin-bottom: 26px
    }

    .b-list-item__desc-item {
        font-size: 16px;
        line-height: 20px
    }

    :root .b-contacts__list,
    _:-ms-fullscreen .b-contacts__list {
        height: 512px
    }
}

@media only screen and (max-width: 1023px) {
    .b-contacts__container {
        padding: 40px 24px
    }

    .b-contacts__title {
        margin-bottom: 40px
    }

    .b-contacts__list {
        max-height: 610px
    }

    :root .b-contacts__list,
    _:-ms-fullscreen .b-contacts__list {
        height: 532px
    }

    .b-list-item__title {
        font-size: 20px;
        line-height: 24px
    }

    .b-list-item__desc {
        padding-right: 0
    }

    .b-list-item__desc-item {
        font-size: 15px;
        line-height: 19px
    }

    .b-list-item__desc-item:before {
        margin-right: calc(7px + 18px)
    }

    .b-list-item__icon {
        margin-right: 18px
    }
}

@media only screen and (max-width: 767px) {
    .b-contacts__container {
        padding: 32px 16px
    }

    .b-contacts__title {
        margin-bottom: 24px;
        text-align: left
    }

    .b-contacts__list {
        max-height: 100%
    }

    :root .b-contacts__list,
    _:-ms-fullscreen .b-contacts__list {
        height: auto
    }

    .b-contacts__list-item {
        margin: 0 0 16px;
        width: 100%
    }

    .b-contacts__list-item--penult {
        margin-bottom: 16px
    }

    .b-list-item__title {
        font-size: 18px;
        line-height: 22px
    }

    .b-list-item__desc {
        margin: 18px 3px
    }

    .b-list-item__desc-item {
        font-size: 14px;
        line-height: 17px
    }

    .b-list-item__desc-item:before {
        margin-right: calc(3px + 18px)
    }

    .b-list-item__desc-listlink {
        color: #009731;
        text-decoration: underline
    }

    .b-list-item__icon {
        width: 14px
    }

    .sp-contacts-default-icons_compas,
    .sp-contacts-default-icons_messages,
    .sp-contacts-default-icons_paper,
    .sp-contacts-default-icons_plane {
        font-size: 18px
    }
}
