@charset "utf-8";

/* TODO */
.registr {
    padding: 10px;
}
.registr p.help-block {
    font-size: 16px;
}
.footer__news label {
    color: #fff;
    font-weight: 400;
}

.footer__news label a {
    color: aqua;
    font-weight: 700;
}
.footer__news label a:hover {
    color:#209bd7;
}

.span__link {
    font-weight: 700 !important;
    font-family: inherit !important;
    color: #e74e0d !important;
    cursor: pointer;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}