dir, menu, ul {
    list-style-type: disc;
    -webkit-padding-start: 0;
    padding: 0;
}

/*body {
    padding-right: 0 !important;
}*/

*, ::after, ::before {
    box-sizing: border-box;
}

body.modal-open {
    overflow: hidden;
}

.modal_method_pay.modal,
#modal_method_pay.modal {
    text-align: center;
}

.mod-in {
    z-index: 99999;
    border-radius: 0;
    height: 100vh;
    padding: 30px 15px;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 16px;
}

@media (min-width: 500px) {
    .modal_method_pay.modal:before,
    #modal_method_pay.modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal_method_pay .modal-dialog,
#modal_method_pay .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    border-radius: 5px;
    overflow: hidden;
}

.modal_pay {
    font-family: 'Roboto Condensed';
}

.modal_pay .modal-content,
.modal_pay .mod-in {
    border-radius: 0;
}

#login_modal .modal-dialog.modal_pay,
#pay_modal .modal-dialog,
#reg-form .modal-dialog.modal_pay {
    width: 380px;
    margin: 8vh auto;
}

#subscription-content-message .modal-dialog {
    margin: 8vh auto;
}

a,
a:hover,
a:focus,
a:active,
.autoheight .btn.btn-why,
#return,
#return_1,
#return_2,
#return_auth,
#login_modal .select-row .lost_pass,
.select-row #loginFormPlus .lost_pass {
    color: #0075bc;
}

.lost_pass,
.contin-input,
.select-row .text,
.podel_social {
    user-select: none;
}


.pay {
    display: block;
    width: 380px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}

.modal_pay .mod-in,
.pay.pay-no-modal {
    padding: 0;
    border-radius: 0;
    height: auto;
    /*min-height: 610px;*/
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .3);
}

.modal_pay .mod-in.autoheight {
    height: auto;
}

.pay.pay-no-modal {
    margin: 8vh auto;
}

.btn.btn-why,
.autoheight .btn.btn-why {
    padding: 0;
    text-decoration: underline;
    background: transparent !important;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    outline: none !important;
}

.btn.btn-why:active,
.autoheight .btn.btn-why:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.header-small {
    width: 100%;
    position: relative;
}

.header-small.header-small-log,
.logo-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-small.header-small-log {
    font-size: 17px;
    font-weight: 700;
    height: 70px;
}

.header-group {
    width: 200px;
    margin-top: 6px;
    display: block;
}

.header-small img {
    width: 100%;
}

.header-group .logo-block {
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #bdbdbd;
}

.logo-block .logo-in-form-1,
.logo-block .logo-in-form-2 {
    height: 36px;
    padding: 5px;
}

/*.logo-block .logo-in-form-1 {
    padding: 5px;
    width: 84px;
}

.logo-block .logo-in-form-2 {
    padding: 8px;
    margin-left: -1px;
    width: 142px;
}*/

.header-small h1 {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

#reg-form .close,
#login_modal .modal_pay .close,
.modal_pay .close {
    opacity: 1;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    z-index: 8040;
    background-color: transparent;
    background-image: url(/img/close-white.svg);
}

/*tabs*/

.tabs_content {
    display: none;
}

.tabs_content.active {
    display: block;
}

.auth-reg-tabs ul {
    background-color: #0267a5;
}

.auth-reg-tabs ul li.active {
    background-color: #ddd;
}

.auth-reg-tabs ul li,
.auth-reg-tabs ul a {
    color: #fff;
}

.auth-reg-tabs ul li.active,
.auth-reg-tabs ul li.active a {
    color: #515860;
}

.auth-reg-tabs ul li.active {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 10;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35)
}

.auth-reg-tabs ul {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0;
    overflow: hidden;
    box-shadow: inset 0 -14px 10px -12px rgba(0, 0, 0, 0.15);
}

.auth-reg-tabs ul li {
    list-style-type: none;
    float: left;
    width: 50%;
    padding: 0 25px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
}

.auth-reg-tabs ul li a {
    width: 100%;
    font-family: 'Roboto Condensed';
}

.auth-reg-tabs ul li:first-child {
    border-radius: 0 5px 0 0;
    text-align: right;
}

.auth-reg-tabs ul li:last-child {
    border-radius: 5px 0 0 0;
    text-align: left;
}

/*End of tabs*/

.select-row {
    display: flex;
    flex-direction: column;
    width: 270px;
    padding: 0;
    margin: 35px auto 35px;
    min-width: 270px;
}

.tabs_content .select-row {
    margin: 30px auto 40px;
}

/*.tabs_content:first-of-type .select-row {
    margin: 25px auto 35px;
}*/

.select-row.select-row-q {
    margin: 70px auto 40px;
}

#return, #return_1, #return_2, #return_auth {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 1.2;
    display: inline-block;
    text-decoration: underline;
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

ul.text-note a {
    padding: 0;
}

#return i,
#return_1 i,
#return_2 i,
#return_auth i {
    margin-right: 5px;
    font-size: 14px;
}

.select-row .form-group.form-horizontal,
.pay-no-modal .form-group {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.pay-block {
    margin-bottom: 144px;
    /*padding-top: 30px;*/
    padding-bottom: 20px;
    min-width: 300px;
}

.pay-block .lock_text1 {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
}

.sub_text .lock_text1 {
    text-align: left;
    margin-bottom: 0;
}

.pay-block .pay-stroka,
.sub_text .pay-stroka {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pay-block .pay-stroka img,
.sub_text .pay-stroka img {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    margin-right: 10px;
}

.select-row.select-row-material {
    width: 100%;
    margin: 0;
    min-width: unset;
    padding: 0;
}

#subscription-content-message .select-row.select-row-material {
    margin: 0;
}

.select-row-material .pack {
    display: inline-block;
    height: 45px;
    font-family: 'Roboto Condensed';
    font-size: 21px;
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
    line-height: 41px;
}

.select-row.select-row-material .contin {
    width: 270px;
    margin-top: 20px;
}

.select-row.select-row-material .payment .contin {
    width: auto;
}

.select-row .log_pass {
    height: auto;
}

.select-row.aut {
    margin: 0 auto 30px;
}

.select-row h4 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 -15px 15px;
    text-align: center;
    text-transform: uppercase;
}

.pay span.hint {
    font-weight: 700;
}

.select-pay {
    width: 100%;
    height: 45px;
    margin: 7px auto;
    padding: 0;
    display: block;
    position: relative;
}

.select-pay:hover {
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.select-pay div {
    position: absolute;
    left: 60px;
    bottom: 0;
    height: 41px;
    line-height: 41px;
    font-size: 21px;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    cursor: pointer;
}

/*input[type="radio"] + label:before {
    display: inline-block;
    font-size: 20px;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
}

input[type="radio"] + label:before {
    content: url(/themesPlus/themes/front/img/select-hidden.png);
    width: 100%;
    padding: 0 20px;
}

input[type="radio"]:checked + label:before {
    content: url(/themesPlus/themes/front/img/select-ok.png);
    width: calc(100% + 4px);
    height: 45px;
    padding: 0 20px;
    position: absolute;
    top: -2px;
    left: -2px;
}*/

.red-footer {
    width: 100%;
    height: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    bottom: 0;
}

/*Input for form registration/authorization*/

/*-------------------------------*/

.select-row .contin-input,
#subscription-content-message .select-row .contin-input,
.select-row .contin,
#subscription-content-message .select-row .contin,
#login_modal .modal_pay button {
    line-height: 45px;
    height: 45px;
}

.select-row .input-label,
#login_modal .select-row .form-control,
.select-row .reg_pop_form .form-control,
.pay-no-modal .select-row .form-control,
#form_forget_pass .form-control,
.form-question .form-control,
.select-row .form-control,
.select-row .form-control:focus,
.phone-input,
.select-row .form-group i.fa.pass-novisible,
.select-row .form-group i.fa.pass-visible {
    height: 45px;
}

.reg_pop_form .phone-num,
.select-row .form-group i.fa {
    line-height: 45px;
}

.select-row .social-top .social-btn {
    height: 45px;
    width: 45px;
}

.google_signin_b,
.google_signin_b .social-top {
    height: 45px;
    line-height: 45px;
}

.select-row .social-top .social-btn i {
    line-height: 45px;
}

/*-------------------------------*/

.new-2020 .select-row .contin-input,
.new-2020 #subscription-content-message .select-row .contin-input,
.new-2020 .select-row .contin,
.new-2020 #subscription-content-message .select-row .contin,
.new-2020 #login_modal .modal_pay button {
    line-height: 45px;
    height: 45px;
}

.new-2020 .select-row .input-label,
.new-2020 #login_modal .select-row .form-control,
.new-2020 .select-row .reg_pop_form .form-control,
.new-2020 .pay-no-modal .select-row .form-control,
.new-2020 #form_forget_pass .form-control,
.new-2020 .form-question .form-control,
.new-2020 .select-row .form-control,
.new-2020 .select-row .form-control:focus,
.new-2020 .phone-input,
.new-2020 .select-row .form-group i.fa.pass-novisible,
.new-2020 .select-row .form-group i.fa.pass-visible {
    height: 45px;
    margin-bottom: 3px;
}

.new-2020 .reg_pop_form .phone-num,
.new-2020 .select-row .form-group i.fa {
    line-height: 45px;
}

.select-row .form-group i.fa.pass-novisible,
.select-row .form-group i.fa.pass-visible {
    right: 0;
    top: 0;
    bottom: auto;
}

.select-row.pass-recovery .form-group i.fa.pass-novisible,
.select-row.pass-recovery .form-group i.fa.pass-visible {
    top: 29px;
}

.new-2020 .select-row .social-top .social-btn {
    height: 45px;
    width: 45px;
}

.new-2020 .google_signin_b,
.new-2020 .google_signin_b .social-top {
    height: 45px;
    line-height: 45px;
}

.new-2020 .select-row .social-top .social-btn i {
    line-height: 45px;
}

.new-2020 .select-row #email-div,
.new-2020 #login_modal .select-row .form-group,
.new-2020 .select-row .reg_pop_form .form-group,
.new-2020 .select-row #password-div,
.new-2020 #form_forget_pass .form-group,
.new-2020 #createForgetLink .form-group {
    margin-bottom: 15px;
}

/*del after--*/

.new-2020 .error-name,
.new-2020 .error-pass,
.new-2020 .error-pass4,
.new-2020 .error-log,
.new-2020 .error-promo,
.new-2020 .error-phone {
    display: block;
    position: relative;
    z-index: 990;
    background: transparent;
    padding: 0;
    box-shadow: none;
    font-family: 'Roboto';
    font-size: 13px;
    top: auto;
    left: auto;
    width: 100%;
    border-radius: 0;
}

.error-alert:after {
    display: none !important;
}

.new-2020 .error-name a,
.new-2020 .error-pass a,
.new-2020 .error-pass4 a,
.new-2020 .error-log a,
.new-2020 .error-phone a,
.new-2020 .error-promo .vhod {
    color: #d41515 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    text-align: left !important;
    margin-left: 0 !important;
    width: 100%;
    font-family: 'Roboto';
    font-weight: 400;
}

.new-2020 .select-row .contin-input:active,
.new-2020 .select-row .contin-input:active + .input-label,
.new-2020 .google_signin_b .social-top:active,
.new-2020 .select-row .social-top .social-btn:active,
.new-2020 .select-row .contin:active {
    transform: none;
    transition: .1s ease-in-out;
}

/*End of del after--*/

.error-alert {
    display: none;
    position: relative;
    color: #d41515;
    font-size: 13px;
    line-height: 1.2;
    font-family: 'Roboto';
    opacity: 0;
}

.error-alert a {
    display: inline-block;
    color: #d41515 !important;
    font-size: 13px !important;
    line-height: 1.2;
    font-family: 'Roboto' !important;

    text-decoration: none !important;
    border-bottom: none !important;
    text-align: left !important;
    margin-left: 0 !important;
    width: 100%;
    font-weight: 400;
}

.verify-group-phone .error-alert a {
    text-align: center !important;
}

/*-------------------------------*/

.reg_pop_form form {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}

.tabs_content .reg_pop_form form {
    margin-bottom: 0;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-30 {
    margin-top: 30px;
}

/*#registerForm {
    padding-top: 15px;
}*/

.select-row .reg_pop_form .contin-input,
.select-row #form_forget_pass .contin-input {
    width: 100%;
    margin: 0;
}

.select-row .contin-input,
#subscription-content-message .select-row .contin-input,
.select-row .contin,
#subscription-content-message .select-row .contin,
#login_modal .modal_pay button {
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    outline: none;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    width: 100%;
    margin: 35px auto 0;
    padding: 0;
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
}

.form-question .contin {
    margin: 0;
}

.input-label {
    display: block;
    position: relative;
    top: 15px;
    right: 0;
    width: 100%;
    cursor: pointer;
}

/*.select-row .contin-input + .input-label:before {
    content: url("/img/chevron-white-right.svg");
    display: block;
    position: absolute;
    width: 17px;
    height: 26px;
    right: 20px;
    top: 9.5px;
}

.select-row .contin-input:hover + .input-label {
    animation: next .8s infinite ease-in-out;
}

@keyframes next {
    from, to {
        right: 0;
    }
    50% {
        right: -3px;
    }
}*/

.select-row .contin-input:active,
.select-row .contin-input:active + .input-label,
.google_signin_b .social-top:active,
.select-row .social-top .social-btn:active {
    transform: translateY(2px);
    transition: .1s ease-in-out;
}

.select-row .contin-input:active {
    -webkit-box-shadow: inset 0 3px 2px -1px rgba(0, 0, 0, .2);
    box-shadow: inset 0 3px 2px -1px rgba(0, 0, 0, .2);
}

.select-row.select-row-material .payment .contin:active {
    transform: none;
}

.select-row .contin a, .select-row .contin a:hover, .select-row .contin a:active, .select-row .contin a:focus {
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.select-row .contin-input.contin1 {
    margin: 15px auto 0;
}

.select-row .contin-input.contin2,
#subscription-content-message .select-row .contin-input.contin2 {
    margin: 15px auto 0;
}

.select-row .contin-input.contin3 {
    margin: 10px auto 0;
}

.select-row .contin-input.contin3 + .input-label {
    margin-top: -5px;
}

/*End of Input for form registration/authorization*/

.select-row .reg_pop_form .contin input,
.select-row #form_forget_pass .contin input {
    width: 100%;
    margin: 0;
}

.select-row .reg_pop_form .contin i {
    left: 175px;
}

#reg-form .select-row .reg_pop_form .contin i,
.select-row #form_forget_pass .contin i {
    left: 195px;
}

.select-row .reg_pop_form #validateFormPlusPay .contin i {
    left: 210px;
}

.select-row .contin:active:after {
    transform: scale(0);
    opacity: 0.5;
    transition: 0s;
}

.select-row .contin.yes-no:after {
    width: 100px;
    height: 100px;
    top: -27.5px;
}

.select-row.select-row-material .payment .contin:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
}

.select-row .contin:active {
    -webkit-box-shadow: inset 0 3px 2px -1px rgba(0, 0, 0, .2);
    box-shadow: inset 0 3px 2px -1px rgba(0, 0, 0, .2);
    transform: translateY(2px);
}

.select-row.select-row-material .payment .contin:active {
    transform: none;
}

.select-row .contin a,
.select-row .contin a:hover,
.select-row .contin a:active,
.select-row .contin a:focus {
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.select-row .contin.contin1 {
    margin: 15px auto 0;
}

.select-row .contin.contin2,
#subscription-content-message .select-row .contin.contin2 {
    margin: 15px auto 20px;
}

.select-row .contin i {
    margin-left: 25px;
    font-size: 26px;
    position: absolute;
    top: 11px;
}

.select-row .contin:hover i {
    animation: next1 .8s infinite ease-in-out;
}

@keyframes next1 {
    from, to {
        margin-left: 25px;
    }
    50% {
        margin-left: 28px;
    }
}

.select-row .contin input {
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: transparent;
    margin: 0 0 0 20px;
    width: auto;
    float: left;
}

.select-row .contin-pay input {
    width: 100%;
    margin: 0;
}

.select-row .contin-pay i {
    right: 20px;
}

.select-row .contin-pay:hover i {
    animation: next-input .8s infinite ease-in-out;
}

@keyframes next-input {
    from, to {
        right: 20px
    }
    50% {
        right: 23px
    }
}

.yes-no-block {
    display: inline-block;
    width: 270px;
}

.select-row .contin.yes-no {
    width: 100px;
    margin: 25px 17.5px;
    float: left;
    border-radius: 5px;
}

.select-row label {
    font-weight: 400;
}

.select-row .form-group label,
.select-row .form-question label {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    color: #515860;
    font-family: 'Roboto';
    opacity: .8;
}

#login_modal .select-row form label .obizatelno,
.select-row .reg_pop_form label .obizatelno {
    font-size: 14px;
}

#login_modal .select-row span.gr_pod,
.select-row .reg_pop_form span.gr_pod {
    font-size: 14px;
    font-style: italic;
}

.select-row input {
    width: 100%;
}

.lock button.contin-free {
    border-radius: 3px;
    width: 280px;
    height: 50px;
    margin: 20px 0 20px 25px;
    display: block;
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 23px;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.lock button.contin-free:hover,
.lock button.contin-free:focus {
    text-decoration: none !important;
}

.lock button.contin-free:active {
    text-decoration: none !important;
    transform: translate(1px, 1px);
}

.btn-pay {
    position: relative;
    width: 100%;
}

.text-in {
    margin: 5px 0 0;
    text-align: left;
    font-size: 13px;
    line-height: 1.3;
    display: block;
    font-family: 'Roboto';
    color: #515860;
}

.text-up, .text-down {
    margin: 3px 0 0;
    text-align: center;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
}

.text-up {
    padding: 0 25px;
    text-align: left;
}

.text-down {
    margin: 15px 0 0;
}

.text-down a {
    font-weight: 400;
}

.text-down a:hover,
.text-down a:active,
.text-down a:focus {
    text-decoration: underline !important;
}

.text-in.check_code,
.text-in.text-in-large {
    text-align: center;
    font-size: 15px;
}

.form-group .text-in.text-in-large {
    margin: 20px 0 10px 0;
}

.select-row form .form-group:first-of-type .text-in.text-in-large {
    margin: 0 0 10px 0;
}

.text-in-xlarge {
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
}

.text-in-xlarge a {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    line-height: 40px;
}

#toggleWhy {
    padding: 0 0 0 15px;
}

#toggleWhy ul li {
    text-align: left;
    font-size: 13px;
    list-style: inherit;
}

.select-row .form-control,
.select-row .form-control[disabled],
.select-row .form-control[readonly],
.select-row fieldset[disabled] .form-control {
    display: block;
    padding: 6px 12px;
    background-color: #fff;
    line-height: 1.42857143;
    text-align: center;
    background-image: none;
    transition: border-color ease-in-out .15s,
                box-shadow ease-in-out .15s;
}

.form-group {
    position: relative;
}

.select-row #email-div,
#login_modal .select-row .form-group,
.select-row .reg_pop_form .form-group,
.select-row #password-div,
#form_forget_pass .form-group,
#createForgetLink .form-group {
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}

.modal-games .reg_pop_form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    /*height: 285px;*/
}

.modal-games .reg_pop_form > form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.modal-games .reg_pop_form form {
    margin-bottom: 0;
}

.modal-games .select-row .reg_pop_form .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 !important;
    text-align: center;
}

#login_modal .select-row .form-control,
.select-row .reg_pop_form .form-control,
.pay-no-modal .select-row .form-control,
#form_forget_pass .form-control,
.form-question .form-control,
.select-row .form-control,
.select-row .form-control:focus {
    border-radius: 0;
    width: 100%;
    font-size: 19px !important;
    -webkit-box-shadow: inset 3px 3px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 3px 3px 10px 0 rgba(0, 0, 0, .1);
}

.select-row .select-country {
    position: relative;
    width: 110px;
    float: left;
    margin-right: 2px;
}

.select-row .select-country:before {
    content: '';
    display: block;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #3b3b3b transparent transparent transparent;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 1px);
    right: 11px;
    z-index: 10;
    margin-top: -3px;
}

.select-row .reg_pop_form .select-country .form-control {
    box-shadow: none;
    padding: 6px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-row .reg_pop_form .input-phone {
    width: calc(100% - 112px);
}

.select-row .reg_pop_form .form-control.verify_phone {
    width: 120px;
    text-align: center;
    float: right;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

.select-container select {
    display: block;
    padding: 4px 6px;
    background-color: #fff;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 0;
    height: 34px;
    font-size: 19px !important;
    -webkit-box-shadow: inset 3px 3px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 3px 3px 10px 0 rgba(0, 0, 0, .1);
    transition: border-color ease-in-out .15s,
    box-shadow ease-in-out .15s;
}

.phone-input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
}

.reg_pop_form .phone-num {
    font-size: 19px;
    margin-right: 10px;
    margin-bottom: 0;
}

.select-row .log_pass #login-errors .help-block,
.select-row .log_pass #login-errors .help-block strong,
.select-row .reg_pop_form .has-error .help-block,
.select-row .help-block strong,
.select-row .help-block {
    line-height: 1.2 !important;
    font-weight: 400 !important;
    font-size: 13px;
    text-align: center;
    width: 100%;
    margin: 0 0 0 0;
}

.select-row .form-group i.fa.pass-novisible,
.select-row .form-group i.fa.pass-visible {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 20px;
    margin-left: 0;
    float: none;
    cursor: pointer;
    width: 45px;
    text-align: center;
    z-index: 1;
    color: #c0c0c0 !important;
}

.select-row #loginForm .check_wr {
    margin: 5px auto 10px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    width: 100%;
}

.select-row .check_wr input {
    width: auto;
    vertical-align: -1px;
}

#login_modal .select-row .lost_pass,
.select-row #loginFormPlus .lost_pass {
    font-family: 'Roboto Condensed';
    font-size: 15px;
    display: block;
    border-bottom: 1px dotted;
    width: 103px;
    margin: -5px 0 5px auto;
    text-align: center;
    float: none;
}

#login_modal .select-row .lost_pass:hover,
.select-row #loginFormPlus .lost_pass:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

#login_modal .select-row .lost_pass_right,
.select-row #loginFormPlus .lost_pass_right {
    width: 160px;
    text-align: center;
    margin-top: 5px;
    text-transform: uppercase;
}

#login_modal .select-row .podel_social span,
.select-row #loginFormPlus .podel_social span {
    margin: 0;
    font-size: 15px;
}

.select-row .form-group i.fa {
    font-size: 30px;
    margin-left: 10px;
    float: right;
    cursor: pointer;
}

.a-phoneInfo {
    position: absolute;
    top: 0;
    right: -30px;
    cursor: pointer;
}

.select-row .form-group-phone i.fa {
    margin: 0;
    font-size: 25px;
    opacity: .5;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
}

.select-row .form-group-phone i:hover,
.select-row .form-group-phone i:active {
    opacity: 1;
}

.pseudo-modal {
    position: absolute;
    top: -43px;
    left: 35px;
    width: 230px;
    z-index: 1050;
    opacity: 0;
    font-family: 'Roboto';
    background-color: #fff;
    border: 1px solid #adadad;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: .3rem;
    font-size: 13px;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    pointer-events: none;
    margin: 0;
    padding: 0;
}

.pseudo-modal:target {
    opacity: 1;
    pointer-events: auto;
}

.pseudo-modal:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -11px;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    border-bottom: 15px solid #fff;
    border-right: 12px solid transparent;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
}

.pseudo-modal:target:before {
    visibility: visible;
    opacity: 1;
}

.pseudo-modal:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -14px;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    border-bottom: 16px solid #adadad;
    border-right: 14px solid transparent;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    z-index: -1;
}

.pseudo-modal:target:after {
    visibility: visible;
    opacity: 1;
}

.pseudo-modal-body {
    padding: 10px;
}

.pseudo-modal .close {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: transparent;
    background-image: url(/themesPlus/themes/front/img/close-black.svg);
    width: 15px;
    height: 15px;
    opacity: .6;
    text-decoration: none;
}

.pseudo-modal .close:focus,
.pseudo-modal .close:hover {
    opacity: 1;
}

.select-row .social-top {
    text-align: center;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.select-row .social-top .social-btn {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.select-row .social-btn.btn-vk,
.select-row .social-btn.btn-vk:active {
    background-color: #45668d;
}

.select-row .social-btn.btn-ok,
.select-row .social-btn.btn-ok:active {
    background-color: #ed812c;
}

.select-row .social-top .social-btn:hover,
.select-row .social-top .social-btn:focus,
.select-row .social-top .social-btn:active {
    opacity: 1;
}

.select-row .social-top .social-btn i {
    font-size: 22px;
}

.select-row .google_signin_b .social-top a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    color: #3f83f2 !important;
}

.google_signin_b .social-top {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    /*background-image: url(/img/google-G.svg);
    background-size: 30px 30px;
    background-position: left center;
    background-repeat: no-repeat;*/
}

.google_signin_b .social-top:hover,
.google_signin_b .social-top:focus,
.google_signin_b .social-top:active {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.google_signin_b .social-top img {
    width: 21px;
    height: 21px;
    margin-right: 10px;
}

/*.select-row .social-top .google_signin {
    background-image: url(/img/btn_google_signin_dark_normal_rus.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 48px;
    margin: 0 auto;
    float: none !important;
}

.select-row .social-top .google_signin:active {
    background-image: url(/img/btn_google_signin_dark_pressed_rus.png);
    float: none;
    transform: translateY(2px);
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}*/

.select-row .social-top a,
.select-row .social-top a:hover,
.select-row .social-top a:active,
.select-row .social-top a:focus {
    display: block;
}

#login_modal .select-row .podel_social,
.select-row #loginFormPlus .podel_social,
#validateFormPlusPay .podel_social,
#registerForm .podel_social {
    display: block;
    margin: 0 auto;
    text-align: center;
    clear: both;
}

.select-row .reg_pop_form .podel_social span {
    margin: 0;
}

.select-row .captcha_dig {
    margin-top: 16px;
    height: 87px;
    padding-bottom: 25px;
    display: inline-block;
    width: 100%;
}

.select-row .captcha_dig p,
.select-row .check_code label {
    text-align: left;
    font-family: 'Roboto Condensed';
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
}

.select-row .captcha_dig input {
    margin: 0 10px 0 0 !important;
    border-radius: 0;
    height: 45px;
    width: 157px;
    max-width: 157px;
    -webkit-box-shadow: inset 3px 3px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 3px 3px 10px 0 rgba(0, 0, 0, .1);
}

.select-row .captcha_dig i.fa-refresh {
    font-size: 25px;
    line-height: 35px;
    margin-top: 5px;
}

.select-row .captcha_dig img {
    float: left;
    margin-top: 5px;
}

.select-row .captcha_dig .help-block {
    position: absolute;
    left: 0;
    bottom: 4px;
}

/*-----------------------------------*/

.select-type {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 10px 0 20px;
    color: #515860;
}

.radio-select {
    float: right;
}

.radio-select-email {
    margin-right: 10px;
    float: left;
}

.radio-select-input:not(checked) {
    display: none;
}

.radio-select-input + label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.radio-select-input:not(checked) + label {
    position: relative;
    padding: 0 0 0 22px;
    line-height: 18px;
    margin: 0;
}

.radio-select-input:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    padding: 0;
    border-radius: 50%;
    background: #fff;
}

.radio-select-input:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0075bc;
    opacity: 0;
    transition: all .1s;
}

.radio-select-input:checked + label:after {
    opacity: 1;
}

.select-row form,
.form-question {
    display: inline-block;
    width: 100%;
}

.select-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*-----------------------------------*/

.select-row .jq-selectbox__select {
    padding: 0 30px 0 8px;
}

.select-row .select-container {
    margin-top: 12px;
}

.select-row .jq-selectbox {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.select-row #monthBD-styler {
    margin-left: 5px;
    margin-right: 5px;
}

.tab-login-container {
    display: inline-block;
    width: 100%;
}

.form-question .gender,
.tab-login-panel {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    position: relative;
    color: #515860;
}

.jq-selectbox__select-text,
.jq-selectbox__dropdown {
    font-family: 'Roboto Condensed';
}

.form-question .gender label,
.tab-login-tab {
    position: relative;
    line-height: 1.15;
    cursor: pointer;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 16px;
    opacity: 1;
    padding: 1px 10px 1px 27px;
    height: 46px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tab-login-tab {
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 1px 10px 1px 32px;
}

.form-question .gender label:first-of-type {
    margin-right: 20px;
}

/*.tab-login-tab:hover {
    color: #0075bc;
}*/

.tab-login-tab.tab-email {
    position: absolute;
    top: 0;
    right: 0;
}

.tab-login-tab.tab-phone {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 10px;
}

.tab-login-tab.active-login {
    background-color: #fff;
}

.form-question .gender label:before,
.tab-login-tab:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #c9cbce;
}

.tab-login-tab:before {
    left: 5px;
}

.active-login.tab-login-tab:before {
    border: 1px solid #0075bc;
}

.form-question .gender label:after,
.tab-login-tab:after {
    content: '';
    position: absolute;
    top: 16px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0075bc;
    opacity: 0;
    transition: all .1s;
}

.tab-login-tab:after {
    left: 9px;
}

.form-question .gender input[type=radio]:checked + label:after,
.tab-login-tab.active-login:after {
    opacity: 1;
}

/*-----------------------------------*/

.select-row .text {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 15px;
}

.select-row .text-1 {
    height: 34px;
    line-height: 34px;
    margin: 0;
    width: 100%;
    display: inline-block;
}

.select-row .text.text-message {
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.select-row .text.text-message1 {
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.check_code .form-group {
    text-align: center;
    margin-top: 20px;
}

.select-row .check_code .form-group input {
    width: 100px !important;
    margin: 5px auto 0;
    text-align: center;
    font-size: 24px;
}

.error-name,
.error-pass,
.error-pass4,
.error-log,
.error-promo,
.error-phone {
    display: inline-block;
    position: absolute;
    z-index: 990;
    background: #d41515;
    padding: 3px 7px;
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, .2);
    font-family: 'Roboto Condensed';
    font-size: 14px;
    top: auto;
    left: 0;
    width: 270px;
    border-radius: 5px;
}

.error-log {
    bottom: -56px;
}

#form_forget_pass .error-log.not_user_email {
    bottom: auto;
    top: -40px;
    text-align: center;
}

.error-log-1 {
    top: -36px;
}

.error-pass4 {
    width: 200px;
    left: 35px;
}

.modal-games .error-phone {
    padding: 7px;
    bottom: 60px;
    left: calc(50% - 95px);
    width: 190px;
}

.error-name a,
.error-pass a,
.error-pass4 a,
.error-phone a {
    cursor: default !important;
}

.error-name:after,
.error-pass:after,
.error-pass4:after,
.error-log:after,
.error-phone:after {
    content: '';
    width: 20px;
    height: 13px;
    border-style: solid;
    position: absolute;
    left: 125px;
    top: -13px;
    border-width: 0 10px 13px 10px;
    border-color: transparent transparent #d41515 transparent;
}

#email_login_plus + .error-log {
    bottom: auto;
    top: -56px;
}

#email_login_plus + .error-log:after {
    top: auto;
    bottom: -13px;
    border-width: 13px 10px 0 10px;
    border-color: #d41515 transparent transparent transparent;
}

#form_forget_pass .error-log.not_user_email:after {
    top: auto;
    bottom: -13px;
    border-width: 10px 10px 0 10px;
    border-color: #d41515 transparent transparent transparent;
}

.error-pass4:after {
    left: 90px;
}

.error-name a,
.error-pass a,
.error-pass4 a,
.error-log a,
.error-phone a,
.error-promo .vhod {
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: none !important;
    text-align: center !important;
    margin-left: 0 !important;
    width: 100%;
    font-family: 'Roboto Condensed';
    font-weight: 400;
}

.error-name,
.error-pass,
.error-pass4,
.error-log,
.error-phone {
    display: none;
}

.error-promo {
    opacity: 0;
    top: -25px;
    left: calc(50% - 120px);
    border-radius: 0;
    font-size: 16px;
    text-align: center;
    width: 240px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.error-promo .vhod {
    text-decoration: underline !important;
}

.pass-recovery .control-label {
    font-size: 13px;
    line-height: 1;
    margin: 0;
    color: #515860;
    font-family: 'Roboto';
}

.backdrop, .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-color: #0075bc;
}

/*
.backdrop,
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1 !important;
    background-color: #333;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/themesPlus/themes/front/img/modal_back.jpg);
}
*/

/*.modal-backdrop.fade.in,
.modal-backdrop.show,*/
#subscription-content-message {
    opacity: 1;
    background-color: #333;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/themesPlus/themes/front/img/modal_back.jpg);
}

.payment {
    width: calc(100% + 10px);
    margin-left: -5px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.payment .banner {
    padding: 10px 5px;
    position: relative;
}

.payment .banner {
    width: 24%;
}

.payment.promo .banner {
    width: 22%;
}

.payment .banner.banner-wide {
    width: 44%;
}

.payment.promo .banner.banner-promo {
    width: 26%;
}

.payment .banner a,
.payment .banner a:focus,
.payment .banner a:hover,
.payment .banner a:active {
    font-weight: 400;
}

.payment .banner .content,
.content-promocode {
    border-radius: 4px;
    padding: 5px 5px 6px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.payment .banner .content:hover,
.payment .banner .content:active {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .5);
}

.select-row.select-row-material .payment .banner .contin,
.payment .banner .action {
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    font-size: 18px;
    display: block;
}

.payment .banner .action {
    display: inline-block;
    width: calc(100% + 10px);
    margin-left: -5px;
    height: 34px;
    line-height: 34px;
    position: relative;
    top: -6px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 4px;
}

.payment .banner .content .action:empty,
.payment .banner .content .period-action:empty,
.payment .banner .content .period:empty,
.payment .banner .content .price:empty,
.payment .banner .content .big_num:empty,
.payment .banner .content .price_detail:empty {
    display: none;
}

.payment .period {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
}

.payment .period-action {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.2;
    margin: 10px auto;
    font-weight: 700;
}

.payment .price {
    line-height: 1.3;
}

.payment .big_num {
    font-size: 56px;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    margin: 10px 0 0;
    line-height: 47px;
    display: inline-block;
    width: 100%;
}

.payment .big_rub {
    display: inline-block;
    width: 100%;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    opacity: .7;
    font-family: 'Open Sans Condensed', sans-serif;
}

.payment .price_detail {
    font-size: 17px;
    font-weight: 700;;
    margin-bottom: -2px;
}

.select-row.select-row-material .payment .contin {
    margin-top: 15px;
    font-size: 17px;
    line-height: 35px;
    height: 35px;
    width: 100%;
    border-radius: 3px;
    display: inline-block;
    padding: 0 5px;
    font-weight: 400;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.payment .banner .contin,
.payment.promo .banner .contin {
    margin-top: 15px;
    float: none;
}

.user_name_pay {
    font-weight: 700;
}

.promocode {
    display: table;
    margin: 30px auto;
    width: 260px;
}

.content-promocode {
    margin-bottom: 8px;
}

.content-promocode h3 {
    text-align: center;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.content-promocode input {
    width: 200px;
    line-height: 44px;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 22px;
    font-family: 'Roboto';
}

.promocode .content-promocode button {
    margin: 15px auto;
    width: 200px;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    outline: none;
    border: none;
    text-transform: uppercase;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.select-row .payment .content:hover .contin,
.select-row .payment .content .contin:hover,
.promocode .content-promocode button:hover {
    -webkit-box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, .2);
    box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, .2);
    text-decoration: none !important;
}

.select-row .payment .content:active .contin,
.select-row .payment .content .contin:active,
.promocode .content-promocode button:active {
    -webkit-box-shadow: inset 0 3px 2px -1px rgba(0, 0, 0, .2);
    box-shadow: inset 0 3px 2px -1px rgba(0, 0, 0, .2);
    transform: translateY(2px);
    text-decoration: none !important;
}

.promocode .text-down {
    font-size: 15px;
    text-align: center;
    margin: 0 5px 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important; /* Цвет фона */
    webkit-transition: none;
    -o-transition: none;
    transition: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

.modal_method_pay .modal-dialog,
#modal_method_pay .modal-dialog {
    width: 470px;
    margin: 30px auto;
}

.modal_method_pay .modal-header,
#modal_method_pay .modal-header {
    display: inline-block;
    width: 100%;
}

.modal_method_pay .modal-header h4,
#modal_method_pay .modal-header h4 {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    line-height: 28px;
    font-size: 21px;
    width: calc(100% - 50px);
}

.modal_method_pay .close,
#modal_method_pay .close {
    font-size: 40px;
    float: right;
    font-weight: 100;
    opacity: 1;
    margin: 0;
    line-height: 21px;
    padding: 0;
    outline: none;
}

.modal_method_pay .modal-body,
#modal_method_pay .modal-body {
    padding: 30px;
}

.modal_method_pay .select_method_pay_promo,
#modal_method_pay .select_method_pay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    height: 60px;
    padding: 0;
    border-radius: 4px;
    line-height: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -ms-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .15);
}

.modal_method_pay .select_method_pay_promo:active,
#modal_method_pay .select_method_pay:active {
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .2);
    transform: translate(1px, 1px);
}

.modal_method_pay .select_method_pay_promo img,
#modal_method_pay .select_method_pay img {
    width: 40px !important;
    height: 40px !important;
    margin-right: 15px;
    display: inline-block;
}

.modal_method_pay .select_method_pay_promo img.GooglePay_logo,
#modal_method_pay .select_method_pay img.GooglePay_logo {
    width: 73px !important;
    height: 29px !important;
}

.modal_method_pay .select_method_pay_promo span,
#modal_method_pay .select_method_pay span {
    display: inline-block;
    /*min-width: 140px;
    max-width: 140px;*/
    text-align: left;
}

.modal_method_pay .select_method_pay_promo,
#modal_method_pay .select_method_pay {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    body.forms {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #0075bc;
    }

    .modal_pay .mod-in, .pay.pay-no-modal {
        border-radius: 3px;
    }

    .header-small.header-small-log {
        border-radius: 3px 3px 0 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .select-row.select-row-material .payment .contin {
        margin-top: 15px;
        font-size: 15px;
        line-height: 30px;
        height: 30px;
        font-weight: 400;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .payment .banner .content {
        padding: 5px 1px;
    }

    .payment .banner .action {
        display: inline-block;
        width: calc(100% + 2px);
        margin-left: -1px;
    }

    .select-row.select-row-material .payment .banner .contin {
        width: calc(100% - 8px);
        font-size: 17px;
    }

    .plus-col .payment .period-action {
        font-family: 'Open Sans Condensed';
    }

    .payment .banner .action {
        top: -6px;
    }

    .queen-v .payment .banner,
    .queen-v .payment.promo .banner,
    .queen-v .payment.promo .banner.banner-promo {
        width: 49%;
    }

}

@media (min-width: 992px) {
    .queen-v .payment .banner,
    .queen-v .payment.promo .banner,
    .queen-v .payment.promo .banner.banner-promo {
        width: 49%;
    }

    .queen-v .payment {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #subscription-content-message .payment .period-action {
        font-family: 'Open Sans Condensed';
    }

    .queen-v .payment {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .queen-v .payment.promo .banner,
    .queen-v .payment.promo .banner.banner-promo {
        width: 49%;
    }

    .queen-v .payment .price_detail {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .modal_add {
        margin: 0 !important;
    }

    #login_modal .modal-dialog.modal_pay,
    #reg-form .modal-dialog.modal_pay,
    #pay_modal .modal-dialog.modal_pay {
        width: auto;
    }

    #subscription-content-message .modal-dialog {
        height: 100%;
    }

    #subscription-content-message .modal_pay .mod-in {
        border-radius: 0 !important;
    }

    .pay.pay-no-modal {
        margin: auto;
        height: 100%;
        width: 100%;
        border-radius: 0;
        border: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
        background-image: none;
    }

    .mod-in.pay {
        height: 100%;
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        -webkit-overflow-scrolling: touch;
        outline: 0;
    }

    .modal_pay .mod-in {
        height: 100vh;
        min-height: auto;
        border-radius: 0;
        border: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .pay {
        display: table;
        width: 100%;
        margin: 0;
    }

    .select-row {
        margin: 35px auto;
    }

    .select-row.select-row-q {
        margin: 10vh auto;
    }

    #reg-form .select-row .reg_pop_form {
        padding: 0;
    }

    .select-row .captcha_dig input {
        width: 97px;
    }

    .header-small {
        border-radius: 0;
    }

    .red-footer {
        display: none;
    }

    .payment {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(100% + 10px);
        margin-left: -5px;
    }

    .payment .banner,
    .payment.promo .banner,
    .payment.promo .banner.banner-promo {
        width: 100%;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .payment .banner,
    .payment.promo .banner,
    .payment.promo .banner.banner-promo {
        width: 47%;
        padding: 10px;
    }

    .modal_method_pay .modal-dialog,
    #modal_method_pay .modal-dialog {
        width: 470px;
        margin: 30px auto;
    }
}

@media (max-width: 499px) {
    .payment .banner {
        width: 100%;
    }

    .modal_method_pay .modal-dialog,
    #modal_method_pay .modal-dialog {
        margin: 0;
        height: 100%;
        width: 100%;
    }

    .modal_method_pay .modal-content,
    #modal_method_pay .modal-content {
        box-shadow: none;
        height: 100%;
    }

    .pay-block {
        min-width: auto;
    }

    .payment .banner.banner-wide {
        width: 100%;
    }
}

@media (min-width: 440px) and (max-width: 767px) {
    .col-xxs- {
        width: 100%;
    }

}

@media (max-width: 439px) {
    .col-xxs- {
        width: 100%;
        min-width: 270px;
    }

}

@media (max-width: 360px) {

    /*input[type="radio"] + label:before,
    input[type="radio"]:checked + label:before {
        padding: 0 4vw;
    }

    .select-pay div {
        left: 14vw;
    }*/
}

.lock.design-0719 {
    display: block;
    position: relative;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-bottom: 50px;
    padding: 30px 0 22px;
    background-color: #e2e7ee;
    border-radius: 13px;
}

.lock.design-0719:before {
    content: '';
    width: 100%;
    height: 200px;
    z-index: 900;
    position: absolute;
    top: -200px;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 65%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 65%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 65%, rgba(255, 255, 255, 1) 100%);
}

.lock-content {
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;*/
}

.lock-description,
.lock-price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.lock-column {
    min-width: 280px;
    max-width: 280px;
    margin: 0 15px;
}

.lock-description {
    /*width: calc(100% - 320px);
    flex: 0 0 auto !important;*/
}

/*.lock-description .lid {
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 1.4;
}*/

.lock-description .lid {
    font-size: 15px;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

/*.lock-description p {
    font-size: 14px;
}*/

.lock-description .lid.lid-top,
.lock-price-title {
    height: 54px;
    margin-bottom: 20px;
}

.lock-description .lid.lid-top {
    font-weight: 700;
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

.lock-description .lid.lid-mark {
    color: #0075bc;
}

/*.lock-description > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}*/

.lock-mark {
    color: #0075bc;
}

.lock-description .lid-bottom {
    text-align: center;
    margin-bottom: 15px;
}

.lock-label {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
    background: #0075bc url(/img/lock-white.svg) center no-repeat;
    background-size: 20px 20px;
}

.lock-price-title {
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}

.lock-price-title span {
    display: block;
}

.lock-price-title .span-red {
    text-transform: uppercase;
    color: #0075bc;
    white-space: nowrap;
}

.lock-price {
    min-width: 280px;
    max-width: 280px;
}

.lock-price .banners {
    width: 100%;
}

.lock-price .banner {
    width: 100%;
    display: block;
    margin: 0 auto 17px;
    height: 94px;
    background-color: #fff;
    color: #000;
    border: 2px solid transparent;
    font-size: 15px;
    font-weight: 700;
    border-radius: 12px;
    padding: 8px 9px;
    cursor: pointer;
    /*transition: .2s;*/
    transform: translate(0, 0);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
    user-select: none;
    position: relative;
}

.lock-price .banner:hover,
.lock-price .banner:focus {
    border: 2px solid #0073ff;
    transition: .2s;
}

.lock-price .banner:active {
    transform: translate(0, 2px);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.lock-price .banner .period {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 3px;
}

.lock-price .banner .period span {
    font-weight: 400;
}

.lock-price .banner .banner-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    height: 48px;
}

.lock-price .price {
    color: #0073ff;
    line-height: 1;
    text-align: left;
    height: 45px;
    margin-bottom: -3px;
}

.big_rub.big_rub_top {
    vertical-align: top;
}

.price.price_r {
    position: relative;
    padding-left: 29px;
}

.big_rub.big_rub_v {
    display: inline-block;
    font-size: 14px;
    width: 41px;
    height: 16px;
    transform: rotate(-90deg);
    transform-origin: top left;
    position: absolute;
    bottom: -14px;
    left: -3px;
}

.lock-price .big_num {
    font-size: 50px;
}

.lock-description .price-button,
.lock-price .price-button {
    width: 116px;
    border-radius: 9px;
    background-color: #0073ff;
    color: #fff;
    text-align: center;
    line-height: 33px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    vertical-align: top;
}

.lock-price .banner:hover .price-button,
.lock-price .banner:focus .price-button {
    box-shadow: inset 0 0 200px 0 rgba(0, 0, 0, 0.15);
}

.lock-price .banner:active .price-button {
    box-shadow: inset 0 0 200px 0 rgba(0, 0, 0, 0.3);
}

.lock-description .lock-price .banner {
    background-color: #0073ff;
    color: #fff;
}

.lock-description .lock-price .banner .period {
    text-transform: uppercase;
}

.lock-description .lock-price .price {
    color: #fff;
}

.lock-description .price-button {
    font-weight: 700;
    cursor: pointer;
    width: 100px;
    background-color: #fff;
    color: #0073ff;
}

.lock-description .banner:hover,
.lock-description .banner:focus {
    border: 2px solid #0850a9;
    transition: .2s;
}

.lock-description .banner:hover .price-button,
.lock-description .price-button:hover {
    box-shadow: none;
    opacity: .95;
}

.lock-description .banner:active .price-button,
.lock-description .price-button:active {
    box-shadow: none;
    opacity: .85;
}

.lock-footer {
    margin: 10px 0 0;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    border: none;
    outline: none;
    color: #dd0000;
}

.lid-bottom a,
.lock-footer a {
    text-transform: uppercase;
    text-decoration: underline !important;
}

/*@media (min-width: 640px) {

}*/

@media (max-width: 991px) {
    .equal-lock, .equal-lock > div[class*='lock-'] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex: 1 0 auto;
    }

    .lock.design-0719 {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 15px;
        border-radius: 0;
    }

    .lock-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .lock-column {
        max-width: 100%;
        padding: 0 5.2vw;
        margin: 0;
    }

    .lock-description {
        width: 100%;
        flex: 1 0 auto;
        margin-bottom: 30px;
        text-align: center;
    }

    .lock-description .lid.lid-top,
    .lock-price-title {
        height: auto;
    }

    .lock-description > div {
        -ms-flex-align: center;
        align-items: center;
    }

    .lock-description .lid.lid-top {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lock-label {
        margin: 0 0 10px;
    }

}

.modal_pay .mod-in,
.pay.pay-no-modal {
    background-color: #ddd;
    border: 1px solid #fff !important;
}

/*.select-row a,
.autoheight .btn.btn-why,
#return,
#return_1,
#return_2,
#return_auth {
    color: #0075bc;
}*/

/*.select-row a:hover,
#return:hover,
#return_1:hover,
#return_2:hover,
#return_auth:hover,
.select-row a:focus,
#return:focus,
#return_1:focus,
#return_2:focus,
#return_auth:focus {
    color: #195a94;
}*/

.header-small {
    background-color: #dd0000;
}

.header-small.header-small-log {
    background-color: #0075bc;
    color: #fff;
}

.header-small h1 {
    color: #fff;
}

.logo-block .logo-in-form-1 {
    background-color: #0075bc;
}

.logo-block .logo-in-form-2 {
    background-color: #dd0000;
}

.pay .steps {
    background-color: #a2a2a2;
    color: #fff;
}

/*.pay-block {
    background-color: #e2e7ee;
}*/

.select-row-material .pack {
    border: 2px solid #2196F3;
    background-color: rgba(33, 150, 243, 0.1);
    color: #000;
}

.select-row h4 {
    color: #3b3b3b;
}

.pay span.hint {
    color: #dd0000;
}

.select-pay {
    border: 2px solid #fff;
    background-color: #fff;
    color: #000;
}

.select-pay:hover {
    border: 2px solid rgba(76, 156, 226, 0.75);
}

/*input[type="radio"]:checked + label:before {
    border: 2px solid #0075bc;
}*/

.red-footer {
    background-color: #dd0000;
}

.select-row .contin-input,
#subscription-content-message .select-row .contin-input {
    color: #fff;
    background-color: #0075bc;
}

.select-row .contin-input:active,
.select-row .contin:active,
.select-row .contin:active {
    background-color: #0075bc;
}

.select-row .contin a,
.select-row .contin a:hover,
.select-row .contin a:active,
.select-row .contin a:focus,
.select-row .contin a,
.select-row .contin a:hover,
.select-row .contin a:active,
.select-row .contin a:focus {
    color: #fff !important;
}

.select-row .contin-input:hover,
.select-row .contin:hover,
#login_modal .modal_pay button:hover {
    background-color: #0267a5;
    color: #fff !important;
}

.new-2020 .select-row .contin-input:active,
.new-2020 .select-row .contin-input:active + .input-label,
.new-2020 .google_signin_b .social-top:active {
    background-color: #217bca;
}

.select-row .contin,
#subscription-content-message .select-row .contin,
#login_modal .modal_pay button {
    color: #fff;
    background-color: #0075bc;
}

.select-row .contin input,
.select-row .social-top a,
.select-row .social-top a:hover,
.select-row .social-top a:active,
.select-row .social-top a:focus {
    color: #fff;
}

#login_modal .select-row form label .obizatelno,
.select-row .reg_pop_form label .obizatelno {
    color: #dd0000;
}

#login_modal .select-row span.gr_pod,
.select-row .reg_pop_form span.gr_pod {
    color: #989898;
}

.lock button.contin-free {
    background-color: #44d340;
    color: #fff;
    border: 1px solid #fff;
}

.lock button.contin-free:hover,
.lock button.contin-free:focus {
    background-color: #3ab736;
}

.lock button.contin-free:active {
    background-color: #3ab736;
}

/*.text-down a,
.text-down a:hover,
.text-down a:active,
.text-down a:focus {
    color: #0073ff !important;
}*/

#login_modal .select-row .form-control,
.select-row .reg_pop_form .form-control,
.pay-no-modal .select-row .form-control,
#form_forget_pass .form-control,
.form-question .form-control,
.select-row .form-control,
.select-container select {
    border: 1px solid #fff !important;
    color: #000 !important;
}

.modal-games .select-row .reg_pop_form .form-control {
    border: 1px solid #a2a2a2 !important;
}

.select-row #login_modal .form-control.error,
.select-row .reg_pop_form .form-control.error {
    border: 1px solid #dd0000;
}

.select-row .log_pass #login-errors .help-block,
.select-row .log_pass #login-errors .help-block strong,
.select-row .reg_pop_form .has-error .help-block,
.select-row .help-block strong,
.select-row .help-block {
    color: #dd0000 !important;
}

#login_modal .select-row .podel_social span,
.select-row #loginFormPlus .podel_social span,
.select-row .check_code .form-group input {
    color: #000;
}

.select-row .form-group i.fa {
    color: #7e7e7e;
}

.select-row .form-group i.fa:hover {
    color: #dd0000;
}

.select-row .form-group i.fa:active,
.select-row .form-group i.fa:focus {
    color: #860000;
}

.select-row .captcha_dig input {
    border: 2px solid #fff;
}

.select-row .captcha_dig i.fa-refresh {
    color: #7e7e7e;
}

.select-row .captcha_dig img {
    border: 1px solid #7e7e7e;
}

.payment .banner a,
.payment .banner a:focus,
.payment .banner a:hover,
.payment .banner a:active {
    color: #000 !important;
}

.payment .banner .content,
.content-promocode {
    border: 1px solid #0073ff;
    background-color: #fff;
}

.payment .banner-promo .price,
.payment .banner-promo .period {
    color: #00b100;
}

.payment .banner-promo .content {
    border: 1px solid #00b100;
}

.select-row.select-row-material .payment .banner-promo .contin {
    background-color: #00b100;
}

.select-row.select-row-material .payment .banner-promo .contin:hover,
.select-row .payment .banner-promo .content:hover .contin,
.select-row.select-row-material .payment .banner-promo .contin:active {
    background-color: #01930b;
}

.payment .banner .action {
    color: #fff;
    background-color: #00b100;
}

.payment .period-action {
    color: #dd0000;
}

.payment .price {
    color: #0073ff;
}

.payment .price_detail {
    color: #dd0000;
}

.content-promocode h3 {
    color: #0075bc;
}

.content-promocode input {
    border: 1px solid #a2b1c5;
    background-color: #fff;
}

.promocode .content-promocode button {
    color: #fff;
    background-color: #0075bc;
}

.select-row .payment .content:hover .contin,
.select-row .payment .content .contin:hover,
.promocode .content-promocode button:hover,
.select-row .payment .content:active .contin,
.select-row .payment .content .contin:active,
.promocode .content-promocode button:active {
    background-color: #0163da;
}

.promocode .text-down {
    color: #4b5665;
}

.modal_method_pay .modal-header,
#modal_method_pay .modal-header {
    background-color: #dd0000;
    color: #fff;
}

.modal_method_pay .modal-header h4,
#modal_method_pay .modal-header h4 {
    color: #fff;
}

.modal_method_pay .close,
#modal_method_pay .close {
    color: #fff;
}

.modal_method_pay .select_method_pay_promo,
#modal_method_pay .select_method_pay {
    background-color: #fff;
    border: 1px solid #a8adb4;
}

.modal_method_pay .select_method_pay_promo:hover,
.modal_method_pay .select_method_pay_promo:active,
#modal_method_pay .select_method_pay:hover,
#modal_method_pay .select_method_pay:active {
    border: 1px solid #dd0000;
}

@media (max-width: 767px) {
    .modal-backdrop.fade.in,
    .pay.pay-no-modal,
    .backdrop,
    .modal_pay .mod-in {
        /*background-color: #e3e3e3;*/
        border: none !important;
    }

    .modal_pay .modal-content,
    .modal_pay .mod-in {
        border-radius: 0 !important;
    }
}

.datepickers-container {
    z-index: 100000;
}

.select-row .reg_pop_form .form-input-phone input:first-of-type {
    width: 70px;
    float: left;
    margin-right: 3px;
}

.select-row .reg_pop_form .form-input-phone input:last-of-type {
    width: calc(100% - 73px);
}


/*select country*/

/*.select-row .select-country {
    position: relative;
    width: 110px;
    float: left;
    margin-right: 2px;
}

.select-row .select-country:before {
    display: none;
}

.select-row .reg_pop_form .select-country .form-control {
    display: none;
}

.select-row .reg_pop_form .select-country .form-control.jq-selectbox {
    display: block;
}

.select-row .reg_pop_form .select-country .form-control {
    box-shadow: none;
    padding: 6px 0 6px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-row .select-country .jq-selectbox__select {
    height: 31px;
    width: 100px;
    padding: 0;
    border: none;
    background: transparent;
    border-bottom-color: transparent;
    border-bottom: none;
    border-radius: 0;
    box-shadow: none;
    font-family: 'Roboto Condensed';
    color: inherit;
    text-shadow: none;
}

.select-row .select-country .jq-selectbox__select:hover,
.select-row .select-country .jq-selectbox__select:active,
.select-row .select-country .jq-selectbox.focused .jq-selectbox__select{
    background: transparent;
    box-shadow: none;
    border: none;
}

.select-row .select-country .jq-selectbox__select-text {
    width: 100px;
    font-size: 19px;
    line-height: 31px;
    font-weight: 400;
}

.select-row .select-country .jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 100%;
    border-left: none;
}

.select-row .select-country .jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 8px;
    width: 0;
    height: 0;
    border-top: 5px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.select-row .select-country .jq-selectbox__dropdown {
    top: 44px;
    left: -1px;
    box-sizing: border-box;
    width: 110px;
    margin: 0;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,.15), 0 6px 10px rgba(0,0,0,.2);
    font: inherit;
}

.auth-reg-tabs .select-row .select-country .jq-selectbox__dropdown ul {
    height: auto;
    background-color: transparent;
}

.select-row .select-country .jq-selectbox li {
    width: 100%;
    min-height: 31px;
    line-height: 31px;
    padding: 0 10px;
    border-radius: 0;
    text-align: left;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    transition: .1s;
}

.select-row .select-country .jq-selectbox__trigger-arrow {
    border-top: 5px solid #3b3b3b;
}

.select-row .select-country .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #0075bc !important;
}

.select-row .select-country .jq-selectbox li.selected {
    background-color: #0075bc;
    color: #fff;
}

.select-row .select-country .jq-selectbox li:hover {
    background-color: rgba(76, 156, 226, 0.3);
    color: inherit;
}*/

/*End of select country*/

/*black-friday*/

.lock.design-0719.black-friday {
    background-image: url(/themesPlus/themes/front/img/black-friday-g.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.lock.design-0719.action.march8 {
    background-image: url(/themesPlus/themes/front/img/8march-2021.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fecd00;
}

.action .lock-content {
    overflow: hidden;
}

.action .lock-description .price-button,
.action .lock-price .price-button {
    background-color: #7ec000;
}

.action .lock-price .price {
    color: #7ec000;
}

.action .lock-price .banner:hover,
.action .lock-price .banner:focus {
    border: 2px solid #7ec000;
}

/*.action .lid-bottom a,
.action .lock-price-title .span-red {
    color: #7ec000;
}*/

/*.action .lid p,
.action .lock-description .lid,
.action .lock-mark,
.action .lock-price-title span,
.action .lock-footer a {
    color: #fff;
}*/

.lock .old-price {
    position: absolute;
    top: 1px;
    right: 60px;
}

.lock .old-price:before {
    content: '';
    position: absolute;
    top: 27px;
    left: -6px;
    width: 80px;
    height: 2px;
    background-color: #0075bc;
    transform: rotate(15deg);
    box-shadow: 0 2px 0 0 #fff;
}

.lock .old-price .big_num {
    font-size: 32px;
}

.black-title {
    display: inline-block;
    width: calc(100% + 55px);
    margin-left: -55px;
    color: #0075bc;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.black-white,
.black-title span {
    width: 100%;
}

.black-white {
    display: -ms-flexbox;
    display: flex;
}

.black-white .black-part {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 4px 0 55px;
    background-color: #7ec000;
    color: #fff;
    border-radius: 0 12px 12px 0;
}

.white-part {
    background-color: #fff;
    color: #ca0202;
    text-align: left;
    border-radius: 0 12px 12px 0;
    padding: 0 10px 0 4px;
}

.black-title span {
    margin-left: 55px;
    line-height: 1;
    display: block;
    padding: 7px 0 0;
}

@media (max-width: 991px) {
    /*.lock.design-0719.black-friday {
        background-image: url(/themesPlus/themes/front/img/black-friday-v.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }*/
    .black-title {
        width: 100%;
        margin-left: 0;
    }

    .black-white .black-part,
    .black-white .white-part {
        width: 50%;
    }

    .black-white .black-part {
        /*-ms-flex-positive: 0;
        flex-grow: 0;*/
        padding: 0 6px 0 0;
        text-align: center;
        border-radius: 12px;
        background-color: #7ec000;
        color: #fff;
    }

    .black-white .white-part {
        padding: 0 0 0 6px;
    }

    .black-title span {
        margin-left: 0;
        line-height: 1;
    }
}

@media (max-width: 389px) {
    .black-title {
        font-size: 8.75vw;
    }
}

/*End of black-friday*/

/*Lock - design-0621*/

.design-0621 .price-card,
.design-0621 .price-card .action,
.design-0621 .price-card .price-card-footer {
    transition: all .2s ease;
}

.lock.design-0621,
.lock.design-0621 a {
    text-align: center;
    font-weight: 400;
}

.lock.design-0621 a {
    border: none;
    outline: none;
}

.design-0621 .price-card a {
    font-weight: 700;
}

.lock.design-0621 {
    position: relative;
    width: 100%;
    background-color: #b7e2fd;
    border-radius: 6px;
}

.material-text .lock.design-0621:before {
    content: '';
    width: 100%;
    height: 90px;
    z-index: 900;
    position: absolute;
    top: -90px;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .95) 65%, rgba(255, 255, 255, 1) 100%);
}

.lock.design-0621 .lock-inside {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    padding: 6% 12%;
}

.design-0621 .ribbon {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 80px solid #0075bc;
    border-left: 80px solid transparent;
}

.design-0621 .lock-label-2021 {
    background: url(/img/lock-white.svg) center no-repeat;
    background-size: 22px 22px;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .3));
}

.design-0621 p {
    text-align: center;
    font-size: 18px;
}

.design-0621 .lid {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.design-0621 .price-cards {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.design-0621 .price-cards + .price-cards {
    margin-top: 0;
}

.design-0621 .price-cards + .price-cards .price-card {
    margin: 0 auto;
}

.design-0621 .price-card {
    position: relative;
    overflow: hidden;
    width: 130px;
    min-width: 130px;
    height: 120px;
    border-radius: 10px;
    margin: 10px;
    font-size: 13px;
    font-weight: 700;
    user-select: none;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    border: 2px solid transparent;
}

/*.design-0621 .price-card-number {
    width: 180px !important;
    margin: 10px auto;
}*/

.design-0621 .price-card.price-card-big {
    border: 2px solid #0075bc;
    height: 140px;
}

.design-0621 .price-card,
.lock.design-0621 .subscriber-link {
    box-shadow: 0 0 3px 0 rgba(2, 82, 132, .05),
    0 2px 10px 0 rgba(2, 82, 132, .03),
    0 2px 15px 0 rgba(2, 82, 132, .03);
}

.design-0621 .price-card:hover {
    transform: translateY(-4px);
}

.lock.design-0621 .subscriber-link:hover {
    transform: translateY(-2px);
}

.design-0621 .price-card:hover,
.lock.design-0621 .subscriber-link:hover {
    box-shadow: 0 0 3px 0 rgba(2, 82, 132, .25),
    0 2px 10px 0 rgba(2, 82, 132, .15),
    0 2px 15px 0 rgba(2, 82, 132, .15);
}

.design-0621 .price-card:active,
.lock.design-0621 .subscriber-link:active {
    transition: all .05s ease;
    transform: translateY(0);
    box-shadow: 0 0 3px 0 rgba(2, 82, 132, .15),
    0 1px 5px 0 rgba(2, 82, 132, .1),
    0 1px 8px 0 rgba(2, 82, 132, .1);
}

.design-0621 .price-card .content {
    width: 100%;
    min-height: auto;
    padding: 6px 0 0 0;
    position: absolute;
    left: 0;
    bottom: 30px;
}

.design-0621 .price-card .content {
    height: 88px;
}

.design-0621 .price-card.price-card-big.promo .content {
    height: 78px;
}

.design-0621 .price-card.price-card-big .content {
    height: 108px;
}

.design-0621 .price-card.price-card-all .content {
    height: 100%;
    bottom: 0;
    padding-top: 0;
    text-decoration: underline;
}

.design-0621 .period,
.design-0621 .price-card-footer {
    font-family: 'Roboto', sans-serif;
}

.design-0621 .period {
    color: #000;
}

.design-0621 .price {
    padding-left: 14px;
    font-family: 'Roboto Condensed';
    line-height: 1.4;
    position: relative;
    color: #0075bc;
}

.design-0621 .big_num {
    font-size: 39px;
    line-height: 1;
}

.design-0621 .big_rub {
    font-size: 20px;
}

.design-0621 .price-card.promo .action {
    display: block;
}

.design-0621 .action,
.design-0621 .price-card-footer {
    position: absolute;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .04em;
    line-height: 30px;
    text-align: center;
    width: calc(100% + 4px);
    height: 30px;
    color: #fff;
    background-color: #0075bc;
}

.design-0621 .price-card.promo:hover {
    border: 2px solid #0267a5;
}

.design-0621 .price-card.promo:hover .action,
.design-0621 .price-card:hover .price-card-footer {
    background-color: #0267a5;
}

.design-0621 .price-card:hover .price {
    color: #0267a5;
}

.design-0621 .action {
    display: none;
    left: -2px;
    top: -2px;
    border-radius: 10px 10px 0 0;
}

.design-0621 .price-card-footer {
    left: -2px;
    bottom: -2px;
    border-radius: 0 0 10px 10px;
}

.lock.design-0621 .subscriber-link {
    width: 430px;
    border-radius: 10px;
    margin-top: 25px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
}

.design-0621 .subscriber-link .link {
    color: #0075bc;
    text-decoration: underline;
    white-space: nowrap;
}

.select-row-material .lock.design-0621 {
    margin-bottom: 0;
}

.select-row-material .lock.design-0621 .lock-inside {
    padding: 40px;
}

.design-0621 .price-card.price-card-number {
    margin: 30px 10px 10px;
}

/*.select-row-material .design-0621 .price-card.price-card-number {
    margin-top: 30px;
}*/

.design-0621 .price-card-number .action {
    display: block;
    width: 80%;
    height: 26px;
    line-height: 26px;
    border-radius: 6px;
    position: absolute;
    top: -32px;
    left: 10%;
}

.design-0621 .price-card-big.price-card-number .content {
    height: 74px;
    bottom: 44px;
}

.design-0621 .price-card-number .period {
    line-height: 1.2;
    text-align: center;
}

.design-0621 .price-card-number .period span {
    font-weight: 400;
}

.design-0621 .price-card-number .price-card-footer {
    line-height: 1.2;
    height: 40px;
}

.design-0621 .price-card.price-card-number,
.design-0621 .price-card.promo_1 {
    border-color: #00c100;
}

.design-0621 .price-card.price-card-number:hover,
.design-0621 .price-card.promo_1:hover {
    border-color: #03a903;
}

.design-0621 .price-card-number .action,
.design-0621 .price-card-number .price-card-footer,
.design-0621 .price-card.promo_1 .action,
.design-0621 .price-card.promo_1 .price-card-footer {
    background-color: #00c100;
}

.design-0621 .price-card-number:hover .action,
.design-0621 .price-card-number:hover .price-card-footer,
.design-0621 .price-card.promo_1:hover .action,
.design-0621 .price-card.promo_1:hover .price-card-footer {
    background-color: #03a903;
}

.design-0621 .price-card-number .price,
.design-0621 .price-card.promo_1 .price,
.design-0621 .price-card.promo_1 .period {
    color: #00c100;
}

.design-0621 .price-card-number:hover .price,
.design-0621 .price-card.promo_1:hover .price,
.design-0621 .price-card.promo_1:hover .period {
    color: #03a903;
}

.design-0621 .price-card.promo_1 {
    height: 160px;
    /*margin-top: -10px;*/
}

.design-0621 .price-card.promo_1 .action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .85em;
    line-height: 1.2;
    text-transform: none;
    padding: 1px 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

.design-0621 .price-card.promo_1 .price-card-footer {
    height: 40px;
    line-height: 40px;
}

.design-0621 .price-card.promo_1 .content {
    height: 88px;
    bottom: 40px;
}

.design-0621 .price-card.promo_1 .old_price {
    position: absolute;
    top: -1px;
    right: -14px;
    color: #000;
}

.design-0621 .price-card.promo_1 .old_price .big_num {
    font-size: 20px;
}

.design-0621 .price-card.promo_1 .old_price .big_rub {
    font-size: 12px;
}

.design-0621 .price-card.promo_1 .old_price:before {
    content: '';
    position: absolute;
    top: 11px;
    left: -2px;
    width: 30px;
    height: 2px;
    background-color: #0075bc;
    box-shadow: 0 0 0 1px #fff;
}

/*promo_2 (Чёрная пятница 2021)*/

.b-friday-title,
.b-friday-text {
    color: #ffff1d;
}

.b-friday-title {
    font-weight: 700;
    margin: 25px 0 10px;
    font-size: 1.5em;
    line-height: 1.3;
}

.b-friday-text {

}

.lock.design-0621.b-friday-2021 {
    background-color: #2f3839;
    color: #fff;
}

.design-0621 .price-card.promo_2 {
    border-color: #00c100;
    background-color: #ffff5e;
    height: 140px;
}

/*.design-0621 .price-card.promo_2:hover {
    border-color: #03a903;
}*/

.design-0621 .price-card.promo_2 .action,
.design-0621 .price-card.promo_2 .price-card-footer {
    background-color: #00c100;
    color: #ffff1d;
}

.design-0621 .price-card.promo_2:hover .action,
.design-0621 .price-card.promo_2:hover .price-card-footer {
    background-color: #03a903;
}

.design-0621 .price-card.promo_2 .price,
.design-0621 .price-card.promo_2 .period {
    color: #00c100;
    padding-left: 0;
    margin-left: -10px;
}

.design-0621 .price-card.promo_2:hover .price,
.design-0621 .price-card.promo_2:hover .period {
    color: #03a903;
}

/*.design-0621 .price-card.promo_2 {
    height: 160px;
    margin-top: -10px;
}*/

.design-0621 .price-card.promo_2 .action {
    display: block;
    font-size: .85em;
    line-height: 30px;
    text-transform: none;
    padding: 1px 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffff1d;
}

.design-0621 .price-card.promo_2 .price-card-footer {
    height: 30px;
    line-height: 30px;
}

.design-0621 .price-card.promo_2 .content {
    height: 88px;
    bottom: 30px;
}

.design-0621 .price-card.promo_2 .old_price {
    position: absolute;
    top: -1px;
    right: -23px;
    color: #000;
}

.design-0621 .price-card.promo_2 .old_price .big_num {
    font-size: 20px;
}

.design-0621 .price-card.promo_2 .old_price .big_rub {
    font-size: 12px;
}

.design-0621 .price-card.promo_2 .old_price:before {
    content: '';
    position: absolute;
    top: 7px;
    left: -2px;
    width: calc(100% - 4px);
    height: 2px;
    background-color: #0075bc;
    box-shadow: 0 0 0 1px #ffff1d;
}

/*End of promo_2 (Чёрная пятница 2021)*/

@media (max-width: 767px) {
    .select-row-material .design-0621 .price-cards {
        width: 320px;
    }
}

@media (max-width: 575px) {
    .lock.design-0621 .lock-inside {
        padding: 8% 12% 6%;
    }

    /*.design-0621 .ribbon {
        border-top: 80px solid #0075bc;
        border-left: 80px solid transparent;
    }

    .design-0621 .lock-label-2021 {
        background: url(/img/lock-white.svg) center no-repeat;
        background-size: 24px 24px;
        width: 45px;
        height: 45px;
    }*/

    .lock.design-0621 .subscriber-link {
        width: 280px;
    }

    .select-row-material .lock.design-0621 .lock-inside {
        padding: 7%;
    }

}

@media (min-width: 360px) {
    .design-0621 .price-cards {
        width: 130%;
    }
}

@media (min-width: 510px) {
    .design-0621 .price-card.price-card-number {
        margin: 10px;
    }
}

@media (min-width: 768px) {
    .design-0621 .price-cards {
        width: 100%;
    }
}

@media (max-width: 359px) {
    .lock.design-0621 .lock-inside {
        padding: 10% 12% 7%;
    }

    .design-0621 .ribbon {
        border-top: 80px solid #0075bc;
        border-left: 80px solid transparent;
    }

    .design-0621 .lock-label-2021 {
        background: url(/img/lock-white.svg) center no-repeat;
        background-size: 22px 22px;
        width: 46px;
        height: 46px;
    }

    .design-0621 .price-card {
        width: 120%;
        min-width: 115px;
    }

    .lock.design-0621 .subscriber-link {
        width: 250px;
    }

    .select-row-material .design-0621 .price-cards {
        width: 100%;
    }
}

/*End of Lock - design-0621*/

/*body-select-pay*/

.body-select-pay {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    background-color: #fff;
    color: #0a2540;
}

.body-select-pay-in {
    width: 100%;
    height: 100%;
    padding: 25px;
}

.body-select-pay .logo {
    width: 190px;
    height: 60px;
    border-radius: 8px;
    background-color: #0075bc;
    padding: 12px 15px 8px;
    margin: 0 0 60px 0;
}

.body-select-pay .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.subscription-box,
.subscription-box-in {
    width: 100%;
}

.body-select-pay .small {
    font-size: .7em;
}

.body-select-pay .pay-value {
    font-size: 1.75em;
    font-weight: 700;
    margin: 0.3em 0;
}

.body-select-pay .go-back {
    line-height: 40px;
    text-decoration: none;
    color: #84929f;
}

.body-select-pay .go-back:hover {
    color: #0075bc;
}

.body-select-pay .go-back i {
    font-size: 1.4em;
}

.body-select-pay .go-back:hover span {
    text-decoration: underline;
}

.body-select-pay .select-method-pay {
    box-shadow: 0 0 10px rgba(41, 57, 80, 0.3);
    margin: 15px 0;
    border-radius: 8px;
    height: 80px;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    border: 2px solid #fff;
    transition: border .15s, transform .15s, box-shadow .15s;
}

.body-select-pay .select-method-pay:hover {
    border: 2px solid #0075bc;
}

.body-select-pay .select-method-pay:active {
    transform: translateY(3px);
    box-shadow: 0 0 5px rgba(41, 57, 80, 0.5);
    transition: transform .0s, box-shadow .0s;
}

.body-select-pay .select-method-pay img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    object-fit: contain;
}

.body-select-pay .select-method-pay i {
    font-size: 2em;
    color: #84929f;
}

@media (min-width: 360px) {
    .body-select-pay .select-method-pay {
        padding: 20px;
        height: 90px;
    }
}

@media (min-width: 590px) {
    .body-select-pay-in {
        width: 100%;
        height: 100%;
        padding: 30px 45px;
    }

    .body-select-pay .logo {
        width: 190px;
        height: 60px;
        margin: 0 0 60px 0;
    }

    .subscription-box-in {
        max-width: 500px;
    }
}

@media (max-height: 900px) and (max-width: 1440px) and (min-width: 1100px) {
    .body-select-pay .logo {
        margin: 0 0 20px 0;
    }
}

/*End of body-select-pay*/

.limit_sub {
    padding: 10px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 30px;
    font-size: 20px;
    width: 320px;
    display: block;
    border-radius: 3px;
    background-color: #ffffff;
    color: #000;
    border: 1px solid #0075bc;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
}

