.logo {
    width: 4.4376rem;
    height: 4.4488rem;
    flex-shrink: 0
}

.site-name {
    text-decoration: none;
    color: #fff
}

.site-name .icon-text__icon {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    margin-right: .6rem
}

@media (min-width: 1420px) {
    .site-name {
        font-size: 1.2rem
    }

    .site-name .icon-text__icon {
        width: 4.4rem;
        height: 4.4rem;
        margin-right: 1.74rem
    }
}

.site-name__title {
    font-family: var(--bs-secondary-font-family);
    font-size: .87rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .28em
}

@media (min-width: 1420px) {
    .site-name__title {
        font-size: 1.44rem;
        letter-spacing: .05em
    }
}

.site-name__subtitle {
    font-size: .75rem;
    line-height: 1
}

@media (min-width: 1420px) {
    .site-name__subtitle {
        font-weight: 600;
        font-size: 1.19238rem
    }
}

.site-name_dark {
    color: var(--bs-body-color)
}

.icon-text_phone {
    gap: 1rem;
    color: inherit;
    font-weight: 600;
    letter-spacing: .05em;
    text-decoration: underline
}

.section {
    padding-top: 5rem
}

@media (min-width: 720px) {
    .section {
        padding-top: 8rem
    }
}

@media (min-width: 1420px) {
    .section {
        padding-top: 12rem
    }
}

.section__title {
    font-family: var(--bs-secondary-font-family);
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2
}

@media (min-width: 720px) {
    .section__title {
        font-size: 3rem
    }
}

@media (min-width: 1420px) {
    .section__title {
        font-size: 4rem
    }
}

.icon-block {
    position: relative;
    padding: 2em 1.8em 2em 1.3em;
    border-radius: 1em;
    border: 2px solid #E9E9E9;
    background: #FFF
}

.icon-block__icon {
    position: absolute;
    top: .36em;
    right: .36em;
    width: 1em;
    height: 1em;
    flex-shrink: 0
}

.icon-block__text {
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

.social-link {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    flex-shrink: 0
}

.social-link:hover {
    filter: url(#svg-social-circle-shadow)
}

.social-link svg {
    width: 100%;
    height: 100%
}
