
.subscr {
    position: absolute;
    bottom: 10px;
}
.auth_form .auth_form__recovery {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: "PTSans Narrow", "Arial", sans-serif;
    letter-spacing: 0.01rem; }
.auth_form .auth_form__recovery:hover {
    text-decoration: none; }
.auth_form .auth_form__politic {
    padding: 5px 0 12px;
    text-align: center;
    font-family: "PTSans Narrow", "Arial", sans-serif;
    font-size: 16px; }
.auth_form .auth_form__politic a {
    display: block;
    color: #28388d;
    text-decoration: underline; }
.auth_form .auth_form__politic a:hover {
    text-decoration: none; }
.auth_form--recovery .recovery__text {
    max-width: 370px;
    margin: 0 auto;
    padding: 12px 0;
    text-align: center;
    font-family: "PTSans Narrow", "Arial", sans-serif;
    font-size: 16px; }
.auth_form--recovery input {
    margin-top: 15px; }
.auth_form--recovery button[type="submit"] {
    margin: 20px 0 0;
    padding: 13px 40px; }

.recovery {
    display: none;
    width: 520px;
    max-width: 100%;
    padding: 0 0 50px;
    background-color: #ebebeb;
    border-radius: 5px; }
@media screen and (max-width: 480px) {
    .recovery {
        padding-bottom: 35px; } }

.recovery__header {
    position: relative;
    margin-bottom: 40px;
    padding: 15px;
    font-size: 24px;
    font-family: "PTSans Narrow Bold", "Arial", sans-serif;
    color: #fff;
    letter-spacing: 0.01rem;
    text-align: center;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear, left top, right top, from(#bc0b1f), color-stop(51%, #e81838), to(#bc0b1f));
    background-image: linear-gradient(to right, #bc0b1f 0%, #e81838 51%, #bc0b1f 100%);
    border-radius: 5px 5px 0 0; }
@media screen and (max-width: 480px) {
    .recovery__header {
        margin-bottom: 20px; } }
@media screen and (max-width: 414px) {
    .recovery__header {
        font-size: 20px; } }
.recovery__header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 10px;
    margin-top: 3px;
    background-image: url(/static/img/dots.png);
    background-repeat: repeat-x; }

.recovery__content {
    padding: 0 15px; }

.auth .fancybox-close-small,
.recovery .fancybox-close-small,
.offer .fancybox-close-small {
    top: 3px;
    right: 3px;
    width: 19px;
    height: 19px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #fff; }
.auth .fancybox-close-small svg,
.recovery .fancybox-close-small svg,
.offer .fancybox-close-small svg {
    stroke: #fff; }
