/** Социальные сети */
.subscribe2021-social {
    margin: 0;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}
.subscribe2021-social__item {
    list-style-type: none;
}
.subscribe2021-social__item:first-of-type {
    margin-left: 0;
}
.subscribe2021-social__item:last-of-type {
    margin-right: 0;
}
.subscribe2021-social__link {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.subscribe2021-social__icon {
    max-width: 100%;
    max-height: 100%;

    display: block;
    text-decoration: none;

    fill: #383838;
    transition: all 0.25s ease-in-out;
}
.subscribe2021-social__link:hover .subscribe2021-social__icon {
    fill: #c4262e;
}
@media all {
    .subscribe2021-social__item {
        margin: 0 8px;
    }
}
@media all and (min-width: 1024px) {
    .subscribe2021-social__item {
        margin: 0 20px;
    }
}








.subscribe2021 {
    margin: 32px auto;
    padding: 0 16px;
}
.subscribe2021__wrapper {
    max-width: 1152px;

    margin: 0 auto;
    padding: 32px;

    z-index: 11;
    position: relative;

    border: 3px solid #c4262e;
    background-color: #ffffff;
}
.subscribe2021__title {
    margin: 0;
    color: #383838;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}
.subscribe2021__description {
    color: #383838;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
}
.subscribe2021__description p {
    margin: 0;
}
.subscribe2021__form {
    display: none;
    transition: all 0.25s ease-in-out;
}
.subscribe2021__form--visible {
    display: block;
}
.subscribe2021__note {
    color: #383838;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
}
.subscribe2021__note a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dashed rgba(56, 56, 56, 0.5);
    transition: all 0.25s ease-in-out;
}
.subscribe2021__note a:hover {
    border-bottom-color: transparent;
}
.subscribe2021__note p {
    margin: 0;
}

.subscribe2021 .b-block-form-form__submit {
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.subscribe2021 .b-block-form-form__submit:hover {
    color: #fff;
    border: 2px solid #c4262e;
    background-color: #c4262e;
}

@media all {
    .subscribe2021__title {
        margin-bottom: 32px;
    }
    .subscribe2021__description {
        margin-bottom: 32px;
    }
    .subscribe2021__soc-and-form {
        margin-bottom: 32px;
    }
    .subscribe2021__social {
        margin-bottom: 32px;
    }
}

@media all and (min-width: 768px) {
    .subscribe2021__title {
        font-size: 26px;
        line-height: 30px;
    }
    .subscribe2021__description {
        font-size: 16px;
        line-height: 22px;
    }
}

@media all and (min-width: 1024px) {
    .subscribe2021__soc-and-form {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .subscribe2021__social {
        margin-bottom: 0;
        margin-right: 30px;
    }
}

@media all and (min-width: 1344px) {
    .subscribe2021 {
        margin: 48px auto;
    }
    .subscribe2021__wrapper {
        padding: 48px 172px;
    }
    .subscribe2021__title {
        font-size: 40px;
        line-height: 50px;
    }
    .subscribe2021__description {
        font-size: 18px;
        line-height: 26px;
    }
}