/*Special offer new design*/

.special-offer__subheader{
    max-width: 400px;
}

.special-offer__break-line{
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid #313131;
    margin: 15px 0;
}

.info-message--special-offer{
    background: #313131;
    padding: 16px 22px;
}

.info-message--special-offer .info-message--special-offer__text{
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    color: #ffffff;
}

.special-offer__pochta-bank{
    background: url(../img/official/image-pb.png);
    min-height: calc(100% - 31px);
    margin-bottom: 31px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 40px 20px;
    align-items: center;
}

.active_membership {
    background: url(../img/official/pochta-bank-logo2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 478px;
    display: flex;
    flex-direction:row;
    padding-top: 25px;
}

@media (max-width:574px) {
    .special-offer__pochta-bank{
        background: url(../img/official/image-pb.png) !important;
        background-repeat: no-repeat;
        max-width:none !important;
    }
    .special-offer__pochta-bank.pochta-bank_prolong {
        display: none;
    }
    .active_membership {
        background: none;
        min-width: fit-content;
        display: block;
    }
}

@media (min-width:1280px) {
    .active_membership {
        background-size: auto;
    }
}

.active_membership >.special-offer__pochta-bank {
    background: none;
    max-width:50%
}

.special-offer__pochta-bank__img{
    content: "";
    background: url("../img/official/pochta-logo.png");
    height: 59px;
    width: 117px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.special-offer__pochta-bank__text{
    color: #313131;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.special-offer__pochta-bank__text.pochta-bank__text_prolong{
    text-align: left;
    font-size: 14px;
    line-height: 23px;
}

.special-offer__pochta-bank__text .smaller{
    font-size: 0.8em;
}

.special-offer__pochta-bank__button{
    background-color: #011689;
    color: #ffffff;
    line-height: 17px;
    padding: 16px 20px;
    border: none;
    line-height: 17px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.47px;
}

.special-offer__pochta-bank__button:hover, .special-offer__pochta-bank__button:active, .special-offer__pochta-bank__button:visited{
    background-color: #011689;
    color: #ffffff;
}

.info-message--join{
    min-height: calc(100% - 31px);
    /*padding: 80px 20px 40px 20px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-position: center 24px;
}

.info-message__small-title{
    text-align: center;
}

.info-message--join .c-btn--join{
    background-color: #cb0a3d;
}
/*Special offer new design*/



/*popup styles*/
.c-popup_modal{
    max-width: 600px;
    padding: 115px 20px;
}

.c-popup_modal .c-popup__logo img{
    width: 229px;
}

.c-popup__enter {

}

.c-popup__enter__header{
    font-weight: 100;
    font-size: 36px;
    color: #20303d;
    font-family: "Roboto Light", sans-serif;
    text-transform: none;
    text-align: center;
    padding-top: 40px;
}

.c-popup__enter__text {
    color: #20303d;
    font-family: "Roboto Light";
    font-size: 18px;
    text-align: center;
    margin: 5px;
}

.c-popup__note {
    position: absolute;
    font-size: 0.7em;
    right: 20px;
    bottom: 40px;
    color: #20303d;
    font-family: "Roboto Light";
}


.c-popup_modal--access{
    max-width: 600px;
    padding: 20px 40px;
}

.c-popup__access__header{
    color: #000000;
    font-family: "Roboto Medium", sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    text-transform: none;
    margin: 10px auto;
}
.c-popup__access__sub-header{
    color: #20303d;
    font-family: "Roboto Light", sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
    margin: 10px auto;
}

.c-popup__access__instructions{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 25px 0;
    margin-top: 18px;

}

.c-popup__access__instructions__left{
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-popup__access__instructions__left img{
    width: 128px;
    height: 128px;
}
.c-popup__access__instructions__right{

}

ol.c-popup__access__instructions__right__list{
    counter-reset: instructionsCounter;
    padding: 0 0 0 60px;
}

.c-popup__access__instructions__right__list__item{
    list-style: none;
    position: relative;
    margin: 16px 0;
}
ol.c-popup__access__instructions__right__list li:before{
    counter-increment: instructionsCounter;
    content: counter(instructionsCounter);
    position: absolute;
    left: -48px;
    top: 50%;
    background-color: #000;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    padding: 4px 8px;
    margin-top: -12px;
    color: #fff;
}

.c-popup__access__instructions__right__list__item img{
    height: 14px;
    margin-bottom: -2px;
    margin-left: 3px;
    margin-right: 3px;
}

.c-popup__access__instructions__form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.c-popup__access__instructions__form__header{
    color: #20303d;
    font-family: "Roboto Medium";
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: none;
}

.c-popup__access__instructions__form__input{
    color: #000;
    font-family: "Roboto Light";
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    font-style: italic;
    border: 0px solid;
    border-bottom: 1px solid #000;
    min-width: 240px;
    margin: 5px auto;
    line-height: 37px;
    background: transparent;
}

.c-popup__access__instructions__form__input::placeholder{
    color: #20303d;
    font-style: italic;
}

.c-popup__access__instructions__form__btn{
    background-color: #000;
    color: #fff;
    min-width: 240px;
    text-align: center;
    font-family: "Roboto Medium";
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
}

.c-popup__access__instructions__form__btn:visited, .c-popup__access__instructions__form__btn:hover{
    color: #fff;
}


.c-popup__access__instructions__form__link {
    color: #2e368e;
    font-family: "Roboto Light";
    font-size: 10px;
    font-weight: 300;
    margin-top: 15px;
    text-decoration: underline;
}