body{
    margin: 0;
}
html,  body{
    height: 100%;

}
@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot?v=4.7.0');
    src: url('../font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../font/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.banner{
    width: 100%;
    height: 100%;
    background-image: url("../img/fon-right2.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100dvh;
    position: relative;
}

a {
    text-decoration: none;

}

.password {
    position: relative;
}
.password-control {
    position: absolute;
    top: 20px;
    right: 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/img/no-view.svg) 0 0 no-repeat;
}
.password-control.view {
    background: url(/img/view.svg) 0 0 no-repeat;
}


.banner:before{
    content: '';
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    background-image: url("../img/fon-left.png");
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    max-width: 991px;
}
.banner_contanier {
    position: relative;
    box-sizing: content-box;
}
#w0-error_auth-0 {
    margin: 0;

}
.banner_contanier {
    max-width: 1350px;
    margin: auto;
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    height: calc(100% - 200px);
    min-height: calc(100dvh - 200px);
}
.banner_title {
    font-size: 64px;
    margin: 46px 0;
    line-height: 87px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Golos Text";
}
.banner .logo {
    max-width: 406px;
}
.banner_left {
    max-width: 573px;
    align-self: center;
}
.banner_text {
    font-size: 36px;
    margin: 32px 0px;
    line-height: 46px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Golos Text";
    text-align: center;
}
.banner_button {
    padding: 10px 20px;
    border-radius: 50px;
    background: linear-gradient(#eb752a, #e8413a);
    border-color: #eb752a;
    box-shadow: none;
    border-style: inherit;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 37px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat";
    width: 50%;
    cursor: pointer;
    text-align: center;
    display: block;
    margin: auto;
    text-decoration: none;
    border: 2px solid #eb752a;
    transition: all .7s;
}
.banner_button:hover {
    background: #ffffff00;
    border: 2px solid #eb752a;
    color: #eb752a;
    transition: all .7s;
}
.button--80{
    width: 80%;
}
.banner_buttons {
    display: flex;
    column-gap: 15px;
}

.sms__button{
    /*width: auto;*/
    display: none;
}

.banner__downtext {
    font-size: 28px;
    line-height: 48px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Golos Text";
}
.banner_instr{
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Golos Text";
    text-align: center;
}
.banner_instr a{
    color: #eb752a;
}
.banner_right {
    max-width: 520px;
}
.qr__lists {
    display: flex;
    justify-content: space-between;
}
.qr__list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.qr__img {
    max-width: 123px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.banner_right {
    max-width: 520px;
    align-self: end;
}
.banner_blocks--hidden{
    display: none;
}
.form__logon{
    border: 2px solid #f48a1a;
    padding: 40px;
    border-radius: 40px;
    margin-top: 40px;
}
.form__logon .input {
    border: 2px solid #ffffff;
    width: calc(100% - 44px);
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 37px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat";
    background: #ff000000;
    outline: none;
}
/*.form__logon p:first-child {*/
/*    margin: auto;*/
/*}*/
.form__logon .input::placeholder{
    color: #ffffff;
    opacity: 0.5;
}
.form__logon .checkbox {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat";
    display: flex;
    align-items: center;
    column-gap: 10px;
    cursor: default;
    margin: 40px 0px;
}
.form__logon #checkbox {
    width: 16px;
    height: 16px;
    margin: 0;
}
/* прячем input checkbox */
.form__logon input[type="checkbox"] {
    position: absolute;
    z-index: 2;
    opacity: 0;
}


/* формируем внешний вид чекбокса в псевдоэлементе before */
.form__logon label:before {
    content: " ";
    color: #fff;
    display: inline-block;
    font: 15px / 15px "Montserrat";
    margin-right: 15px;
    position: relative;
    text-align: center;
    text-indent: 0px;
    width: 16px;
    height: 16px;
    background: #FFF;
    border-image: initial;
    vertical-align: middle;
    font-weight: 500;
    margin-bottom: 2px;
}

/* вариации внешнего вида в зав-ти от статуса checkbox */
/* checked */
.form__logon input:checked + label:before {
    content: '\2713';
    background: #f48a1a;
}
/* disabled */
input:disabled + label:before {
    background: #eee;
    color: #aaa;
}
.button__phone .button--80, .button__code .button--80 {
    margin-top: 1em;
}
#form__login_phone .form-submit.banner_button{
    margin-top: 30px;
}
.telephone__title {
    font-size: 40px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Golos Text";
    margin-bottom: 0;
    margin-top: 60px;
}
.telephone__number {
    font-size: 94px;
    line-height: 101px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Golos Text";
    margin: 40px 0;
}
.telephone__number a, .sms__number a{
    color: #ffffff;
    text-decoration: none;
}
.telephone__time, .sms__time {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
}
.sms__number {
    font-size: 76px;
    line-height: 86px;
    color: #ffffff;
    font-family: "Golos Text";
    margin: 30px 0 70px 0;
}
.sms__button{
    margin: 0;
}
.code__none {
    pointer-events: none;
    opacity: 0.5;
    /*display: none;*/
    font-size: 20px;
    letter-spacing: 1px;
    line-height: normal;
    color: #ffffff;
    font-family: "Montserrat";
    margin-bottom: 0;
    text-align: center;
    margin-top: 25px;
}

.button_show_code {
    pointer-events: auto;
    opacity: 1;
    /*// display: block;*/
}
.code__none a {
    color: #ffffff;
    margin-top: 25px;
}
.select-address__choices, .select-address__choice2 {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1;
    color: #7c4598;
    font-weight: 500;
    font-family: "Montserrat";
    border-radius: 40px;
    background: #ffffff;
    padding: 13px 30px;
    font-size: 25px;
    font-weight: 500;
    width: 100%;
    appearance: none;
    position: relative;
    display: block;
    margin-top: 40px;
    max-width: calc(406px - 60px);
}
.select-address__choices .dropcontainer a, .select-address__choice2  a {
    color: #7a2d97;
//opacity: 0.5;
}
.select-address__choices:before{
    content: '';
    position: absolute;
    right: 18px;
    width: 34px;
    height: 18px;
    top: 0;
    background: url(../img/str_botton.svg);
    z-index: 1;
    top: 28px;
}
.select-address__choices a{
    max-width: calc(100% - 15px);
    position: relative;
    z-index: 2;
}
.dropcontainer ul li.current-drop a{
    color: #f04e23;
    outline: none;
}
.select-address__choices .dropcontainer   ul li{
    position: relative;
    padding: 10px 0 10px 35px;
}
.select-address__choices li:before{
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 22px;
    background: url(../img/birdie.svg);
    z-index: 1;

    background-size: contain;
}
.choice2.select-address__choices:before{
    transform: rotate(180deg);
}

/*
.choice2.select-address__choices {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.choice2 .dropcontainer {
    position: absolute;
    background: #ffffff;
    width: calc(100% - 80px);
    border-radius: 40px;
    background: #ffffff;
    padding: 0 40px 13px 40px;
    font-size: 25px;
    font-weight: 500;
    margin-left: -40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}*/
@media (max-width: 1440px){
    .banner_contanier {
        max-width: calc(100% - 100px);
    }
}
@media (max-width: 1250px){
    .logo {
        width: 350px;
    }
    .banner_title {
        font-size: 46px;
        line-height: normal;
    }
    .banner_text {
        font-size: 32px;
        line-height: 1;
    }
    .banner_left {
        max-width: 438px;
        align-self: center;
        width: 45%;
    }
    .banner_button {
        font-size: 16px;
    }
    .banner_right {
        max-width: 480px;
        align-self: end;
        width: 45%;
    }
    .banner__downtext {
        font-size: 25px;
        line-height: 1;
    }
    .qr__img {
        max-width: 110px;
    }
    .qr__href img {
        max-width: 130px;
    }
    .banner {
        background-image: url(../img/fon-right1200.png);
        background-position: right center;
    }
    .sms__number {
        font-size: 73px;
        line-height: 86px;
        margin: 20px 0 50px 0;
    }
    .sms__button{
        width: auto;
    }
    .telephone__number {
        font-size: 76px;
        line-height: 101px;
        color: #ffffff;
        font-weight: bold;
        font-family: "Golos Text";
        margin: 20px 0 50px 0;
    }
    .code__none {
        font-size: 25px;
        line-height: 1;
    }
}
@media (max-width: 1030px){
    .banner {
        background-position-x: center;
    }
    .banner:before {
        width: 90%;
        background-position: right top;
    }
}
@media (max-width: 1023px){
    .banner_contanier {
        flex-direction: column;
    }
    .banner_contanier {
        margin: auto;
        padding: 50px 0;
        height: calc(100% - 100px);
        min-height: calc(100dvh - 100px);
    }
    .banner_title {
        font-size: 40px;
    }
    .banner_text {
        font-size: 28px;
        line-height: 1;
    }
    .banner_left {
        max-width: 362px;
        align-self: baseline;
        width: 56%;
    }
    .banner_button {
        font-size: 14px;
        padding: 15px 20px;
        line-height: 1;
    }
    .banner__downtext {
        font-size: 20px;
        line-height: 1;
    }
    .banner_right {
        align-self: baseline;
        width: 56%;
    }
    .qr__img {
        max-width: 80px;
        padding: 5px;
    }
    .qr__href img {
        max-width: 90px;
    }
    .logo {
        width: 250px;
    }
    .banner:before {
        width: 90%;
        background-position: right top;
    }
    .banner {
        background-position-x: center;
    }
    .form__logon .input {
        padding: 15px 20px;
        font-size: 20px;
        line-height: normal;
    }
    .form__logon .checkbox {
        font-size: 16px;
        margin: 30px 0px;
    }
    .telephone__title {
        line-height: normal;
        margin-top: 40px;
    }
    .sms__number {
        font-size: 60px;
        line-height: normal;
        margin: 20px 0 50px 0;
    }
    .telephone__time, .sms__time {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: normal;
    }
    .telephone__number {
        font-size: 60px;
        line-height: normal;
        margin: 20px 0 50px 0;
    }
    .code__none {
        font-size: 20px;
        line-height: 1;
    }
    .select-address__choices, .select-address__choice2 {
        max-width: calc(100%);
    }
}
@media (max-width: 767px) {
    .banner:before {
        width: 100%;
        background-position: left top;
    }
    .banner_contanier {
        padding: 30px 0;
        height: calc(100% - 60px);
        max-width: calc(100% - 60px);
        min-height: calc(100dvh - 60px);
    }
    .banner_left, .banner_right {
        max-width: 100%;
        width: 100%;
    }
    .banner_title {
        font-size: 30px;
        margin: 50px 0 55px 0;
        text-align: center;
    }
    .banner_text {
        font-size: 20px;
        line-height: 1;
    }
    .banner_instr{
        font-size: 14px;
    }
    .banner_buttons {
        flex-direction: column;
        row-gap: 20px;
        max-width: 250px;
        margin: auto;
    }
    .banner_button {
        width: calc(100% - 40px);
    }
    .banner__downtext {
        font-size: 16px;
        line-height: 1;
        text-align: center;
    }
    .qr__img {
        display: none;
    }
    .qr__lists {
        column-gap: 15px;
    }
    .qr__href img {
        max-width: 100%;
    }
    .logo {
        display: block;
        margin: auto;
    }
    .form__logon {
        padding: 20px;
    }
    .form__logon .input {
        font-size: 16px;
    }
    .form__logon .checkbox {
        font-size: 14px;
        margin: 20px 0px;
    }
    .telephone__title {
        font-size: 30px;
        text-align: center;
    }
    .sms__number, .telephone__number {
        font-size: 50px;
        text-align: center;
    }
    .sms__button, .telephone__button {
        max-width: 250px;
        margin: auto;
        /*display: block;*/
    }
    .sms__time, .telephone__time {
        font-size: 16px;
        text-align: center;
    }
    .code__none {
        font-size: 16px;
        text-align: center;
    }
    .select-address__choices a, .select-address__choice2 a {
        font-size: 18px;
        padding: 5px 0;
    }
    .select-address__choices {
        max-width: calc(100% - 50px);
        font-size: 18px;
        padding: 10px 30px 10px 20px;
    }
    .select-address__choices:before {
        right: 15px;
        width: 22px;
        height: 12px;
        top: 21px;
        background-size: cover;
    }
}



/******************** личный кабинет **************************/

.header__menu {
    display: none;
}
.container {
    padding: 0 60px;
    max-width: 100%;
}
.header__menu-button {
    cursor: pointer;
    width: 70px;
    height: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    position: relative;
    border: 2px solid #7a2d9700;
    border-radius: 25px;
    padding: 18px 16px;
    background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(#53008f, #802ebb) border-box;
}

.header__menu-button span,
.header__menu-button:before,
.header__menu-button:after {
    height: 5px;
    width: 33px;
    left: calc(50% - 16.5px);
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    border-radius: 5px;
    background:  linear-gradient(#53008f, #802ebb) border-box;
}

.header__menu-button:after,
.header__menu-button:before {
    content: "";
}

.header__menu-button:before {
    top: 17px;
}

.header__menu-button:after {
    bottom: 17px;
}

.header__menu-button span {
    top: calc(50% - 2.5px);
}

.header__menu-button._active span {
    -webkit-transform: scale(0) translate(0px, -50%);
    -ms-transform: scale(0) translate(0px, -50%);
    transform: scale(0) translate(0px, -50%);
    background-color: #292B32;
}

.header__menu-button._active:before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(0px, -50%);
    -ms-transform: rotate(-45deg) translate(0px, -50%);
    transform: rotate(-45deg) translate(0px, -50%);
}

.header__menu-button._active:after {
    bottom: 46%;
    -webkit-transform: rotate(45deg) translate(0px, 50%);
    -ms-transform: rotate(45deg) translate(0px, 50%);
    transform: rotate(45deg) translate(0px, 50%);
}
.header__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header {
    padding: 40px 0;
    position: relative;
}
.header__content {
    width: 33%;
}
.header__logo img {
    max-width: 400px;
}
.header__content:nth-child(2) {
    justify-content: center;
    display: flex;
    align-items: center;
}
.header__button {
    display: flex;
    gap: 20px;
}
.header__button img {
    max-width: 40px;
}
.header__items {
    display: flex;
    gap: 70px;
    align-items: center;
    justify-content: end;
}
.header__lk img {
    max-width: 70px;
    cursor: pointer;
}
.header__content:first-child {
    display: flex;
    gap: 70px;
    align-items: center;
}
.mobweb__item.mobweb__item--text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-self: baseline;
}
.mobweb__row {
    display: flex;
    align-items: center;
    gap: 17px;
}
.mobweb__img {
    max-height: 46px;
}
.mobweb__text {
    color: #7a2d97;
    font-family: "Montserrat";
    text-align: left;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
}
.mobweb__text a{
    font-weight: 700;
    text-decoration: underline;
}
.body--height main{
    position: relative;
}
.lk__row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.lk__balances {
    background: linear-gradient(#53008f, #802ebb) border-box;
    padding: 30px 40px;
    border-radius: 20px;
    color: #ffffff;
    font-family: "Montserrat";
    box-shadow: 0 14px 20px rgb(161 153 180), 0 10px 10px rgba(0,0,0,0.22);
    box-sizing: content-box!important;
}
.akcii__banner img {
    border-radius: 22px;
}
.balance__text {
    margin: 0;
    opacity: 0.600;
}
.payment__text {
    margin: 0;
    opacity: 0.600;
}
.payment__price {
    margin: 0;
    opacity: 0.600;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 10px 0;
}
.payment__price sup {
    font-size: 16px;
    left: 0;
    margin-left: -3px;
}
.balance__price {
    font-weight: 600;
    font-size: 46px;
    margin: 0;
}
.balance__price--hidden{
    opacity: 0;
    position: absolute;
}
.balance__price sup {
    font-size: 26px;
    left: 0;
    margin-left: -6px;
}
.balances__balance {
    border-bottom: 1px solid #ffffff69;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.payment__button {
    background: linear-gradient(#eb752a, #e8413a);
    border-color: #eb752a;
    box-shadow: none;
    border-style: inherit;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 16px;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    margin: auto;
    display: block;
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    position: relative;
}

.akcii__banner img {
    /*max-width: 500px;*/
    width: 100%;
}
.lk__akcii {
    max-width: 500px;
}
.akcii__info {
    background: linear-gradient(#e1e6ff, #ffffff);
    padding: 30px 30px;
    margin-top: 34px;
    border-radius: 10px;
    box-shadow: 0 14px 20px rgb(161 153 180), 0 10px 10px rgba(0,0,0,0.22);
    display: flex;
    flex-direction: column;
}
.akcii__text {
    color: #92a6af;
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat";
    line-height: 24px;
    margin-top: 0;
}
.akcii__button {
    background: linear-gradient(#eb752a, #e8413a);
    border-color: #eb752a;
    box-shadow: none;
    border-style: inherit;
    color: #ffffff;
    padding: 10px 17px;
    border-radius: 10px;
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 500;
    width: fit-content;
    margin-left: auto;
    text-decoration: none;
}
.lk__dogovor {
    background: linear-gradient(#53008f, #802ebb) border-box;
    padding: 20px 25px;
    border-radius: 20px;
    box-shadow: 0 14px 20px rgb(161 153 180), 0 10px 10px rgba(0,0,0,0.22);
}
.lk__number {
    color: #ffffff;
    font-family: "Montserrat";
    margin: 0;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}
.lk__number--nomer {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    padding-left: 10px;
}
.lk__number--dogov{
    opacity: 0.600;
}
.information__names{
    color: #333333;
    font-weight: 700;
    font-family: "Montserrat";
    font-size: 32px;
    padding-bottom: 50px;
    padding: 0 30px 50px;
}
.information__names--size {
    font-size: 26px;
}
.information__name {
    gap:10px;
    color: #92a6af;
    font-weight: 500;
    font-family: "Montserrat";
    font-size: 24px;
    display: flex;
    justify-content: space-between;
}

.information__about-tarif {
    color: #92a6af;
    font-weight: 500;
    font-family: "Montserrat";
    justify-content: space-between;
}
.information__about-tarif a{
    color:#eb752a;
}
.information__error {
    color: red;
    font-family: "Montserrat";
    padding: 15px 0;

}

.tarif_id__form__input {
    display: none;
}

.information__name--activ {
    color: #333333;
    font-weight: 600;
    font-family: "Montserrat";
    font-size: 24px;
}
.information__name span {
    text-align: right;
    color: #333333;
    font-weight: 600;
}

.information__name--gl span {
    text-align: left;
}

.lk__item:nth-child(2) {
    min-width: 650px;
    max-width: 900px;
}
.information__tarif {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0 30px 0;
    gap: 15px;
}
.information__tarif--perehod{
    flex-direction: column;
}
.lk__container p {
    margin: 0;
}
.lk__information {
    padding-top: 50px;
    padding: 50px 0;
}
.information__tarifs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.information__tarif:first-child {
    border-bottom: 1px solid #711eac3b;
    padding-bottom: 20px;
}
.information__price span {
    color: #333333;
    font-weight: 600;
    font-size: 24px;
    padding-left: 10px;
}
.information__price {
    color: #92a6af;
    font-weight: 500;
    font-family: "Montserrat";
    font-size: 18px;
}
.lk__itog {
    background: linear-gradient(#ffffff, #e1e6ff);
    padding: 20px 30px;
    margin-top: 34px;
    border-radius: 10px;
    box-shadow: 0 14px 20px rgb(161 153 180), 0 10px 10px rgba(0,0,0,0.22);
    display: flex;
    justify-content: end;
    color: #92a6af;
    font-weight: 500;
    font-family: "Montserrat";
    font-size: 18px;
    align-items: end;
}
.lk__itog .lk__itog--summa {
    color: #333333;
    font-weight: 600;
    font-size: 24px;
    padding-left: 10px;
}
.lk__itog .lk__itog--itog{
    min-width: 105px;
}
.lk {
    padding-bottom: 60px;
    background: linear-gradient(#e5d5ef, #ffffff);
    padding-top: 60px;
    /*position: relative;*/

}
.lk:before {
    content: '';
    background-image: url(../img/lk/fon6.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    max-width: 500px;
    top: 0;
}

.lk--payments--telefoniya:before {
    background-size: contain;
}


.lk__container.container {
    position: relative;
    max-width:100%;
}
.header__nav {
    background: linear-gradient(#e1e6ff, #ffffff);
    padding: 20px 50px;
    border-radius: 10px;
    box-shadow: 0 14px 20px rgb(161 153 180), 0 10px 10px rgba(0,0,0,0.22);
    display: flex;
    flex-direction: column;
    min-width: 330px;
}
#primary-menu {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;
    color: #7a2d97;
    font-weight: 600;
    font-family: "Montserrat";
}
.menu-item a {
    text-decoration: none;
    color: #7a2d97;
    padding-left: 55px;
    position: relative;
    font-size: 18px;
    line-height: 33px;

}
.menu-item a:hover{
    color: #53008f;
    font-weight: 800;
}
.menu-item a:before{
    content: '';
    background-image: url(../img/lk/lk.svg);
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: contain;
    left: 0;

}
.menu-item.finance a:before{
    background-image: url(../img/lk/finance.svg);
}
.menu-item.uslugi a:before{
    background-image: url(../img/lk/uslugi.svg);
}
.menu-item.contacti a:before{
    background-image: url(../img/lk/contacti.svg);
}
.menu-item.appeals a:before{
    background-image: url(../img/lk/appeals.svg);
}
.menu-item.telefoniya a:before{
    background-image: url(../img/lk/telefoniya.svg);
}
.menu-item.notify a:before{
    background-image: url(../img/lk/notify.svg);
}
.menu-item.exit a:before{
    background-image: url(../img/lk/exit.svg);
}
.menu-item.profile a:before{
    background-image: url(../img/lk/profile.svg);
}
.menu-item:hover a:before {
    transform: scale(1.2);
}
.menu-item a:before {
    transition: all .7s;
}
.header__menu.menu {
    position: absolute;
    bottom: -141px;
    z-index: 2;
}
div#menu {
    bottom: -260px;
}
.menu-item{
    position: relative;
}
.menu-item:not(:last-child):before {
    content: '';
    border-bottom: 2px solid #711eac3b;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -13px;
}
.header__menu.menu._active {
    display: block;
}
.information__name--activ:after {
    content: '';
    background-image: url(/img/lk/str-botton.svg);
    width: 22px;
    display: block;
    height: 13px;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    top: 7.5px;
    transition: 0.3s;
    right: -30px;
}
.lk__item--tarif  .information__name--activ{
    gap: 40px;
}
.lk__item--tarif .information__name--activ:after{
    top: 15px;
    right: 185px;

}
.information__name--activ._active:after {
    transform: rotate(180deg);
}
.information__name--activ {
    position: relative;
    cursor: pointer;
}
.information__name--activs {
    display: none;
    font-size: 16px;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
    padding-left: 15px;
    color: #92a6af;
}
.information__name--activs._active {
    display: flex;
}

.fixed_block_position1{
    max-width: 500px;
}

.header__link img{
    transition: transform  .7s;
}
.header__link:hover img{
    transform: scale(1.2);
    filter: brightness(0) saturate(100%) invert(65%) sepia(92%) saturate(3191%) hue-rotate(342deg) brightness(95%) contrast(94%);
}
@media (max-width: 1600px) {
    .lk__item:nth-child(2) {
        max-width: 650px;
    }
}
@media (max-width: 1300px) {
    .lk__item:nth-child(2) {
        min-width: 600px;
    }
}
@media (max-width: 1200px) {
    .header {
        padding: 30px 0;
        position: relative;
    }
    .container {
        padding: 0 30px;
    }
    .header__lk img {
        max-width: 50px;
        cursor: pointer;
    }
    .header__menu-button {
        width: 50px;
        height: 50px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        border: 2px solid #7a2d9700;
        border-radius: 19px;
        padding: 5px 5px;
    }
    .header__menu-button span {
        top: calc(50% - 1.5px);
    }
    .header__menu-button span, .header__menu-button:before, .header__menu-button:after {
        height: 3px;
        width: 33px;
    }
    .header__menu-button:after {
        bottom: 13px;
    }
    .header__menu-button:before {
        top: 13px;
    }
    .header__content:first-child {
        gap: 20px;
    }
    .mobweb__text {
        font-size: 12px;
    }
    .mobweb__img {
        max-height: 30px;
    }
    .header__items {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: end;
    }
    .header__button img {
        max-width: 30px;
    }
    .header__button .header__link {
        height: 30px;
    }
    .header__logo img {
        max-width: 200px;
    }
    .lk {
        padding: 40px 0;
    }
    .lk__row {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        flex-wrap: wrap;
    }
    .fixed_block_position1{
        width: 100%!important;
        max-width: 100%!important;
    }
    .lk__item:nth-child(1), .akcii__banner {
        width: calc(40% - 15px);
    }
    .lk__item:nth-child(2) {
        min-width: auto;
        width: calc(60% - 15px);
    }
    .akcii__info {
        width: calc(60% - 75px);
        margin-top: 0;
        justify-content: center;
        gap: 30px;
    }
    .balance__price {
        font-size: 40px;
    }
    .payment__price {
        font-size: 32px;
    }
    .lk__number--nomer {
        font-size: 28px;
    }
    .lk__information {
        padding: 30px 0;
    }
    .information__names {
        font-size: 28px;
        padding: 0 10px 30px;
    }
    .information__names--size {
        font-size: 26px;
    }
    .information__tarif {
        padding: 0 10px 0;
    }
    .information__tarif {
        justify-content: space-between;
        align-items: baseline;
        padding: 0 10px 0;
        flex-direction: column;
    }
    .information__name--activs._active {
        border-bottom: 1px solid #711eac3b;
        padding-bottom: 15px;
        margin-bottom: 10px;
        width: 100%;
    }
    .information__name, .information__name--activ, .lk__itog .lk__itog--summa, .information__price span {
        font-size: 22px;
    }
    .lk__itog {
        background: linear-gradient(#ffffff, #e1e6ff);
        padding: 15px 10px;
        font-size: 18px;
    }
    .lk__akcii {
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }
    .header__menu.menu {
        position: absolute;
        bottom: -154px;
        z-index: 2;
    }
    div#menuLK {
        bottom: -172px;
    }
    .information__name span{
        text-align: right;
    }
    div#menu {
        bottom: -296px;
    }
}
@media (max-width: 767px) {
    .lk__item:nth-child(1), .akcii__banner {
        width: calc(100%);
    }
    .lk__item:nth-child(2) {
        min-width: auto;
        width: 100%;
    }
    .information__names {
        font-size: 24px;
        padding: 0 0px 30px;
    }
    .information__name, .information__name--activ, .lk__itog .lk__itog--summa, .information__price span {
        font-size: 20px;
    }
    .lk__number--nomer {
        font-size: 24px;
    }
    .lk__akcii {
        flex-direction: column;
    }
    .akcii__info {
        width: calc(100% - 60px);
    }
    .header__content:nth-child(2) {
        order: 3;
        width: 100%;
    }
    .header__logo img {
        max-width: 250px;
    }
    .header__mobweb {
        position: absolute;
        margin-top: -120px;
        width: 222px;
        left: calc(50vw - 141px);
        z-index: 3;
    }
    .mobweb__text {
        font-size: 14px;
    }
    .header__content:nth-child(2) {
        margin-bottom: 60px;
    }
    .header__body {
        row-gap: 10px;
        flex-wrap: wrap;
    }
    .header__content{
        order: 3;
    }
    .header__content:first-child{
        order: 2;
        width: 50px;
    }
    .header__content:nth-child(2){
        order: 1;
    }
    .header__content:nth-child(3){
        width: calc(100% - 50px);
    }
    .header__button {
        width: calc(100% - 50px);
        justify-content: center;
    }
    .header__items {
        gap: 0;
    }
    .header__menu.menu._active {
        top: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 100dvh;
    }
    .header__nav {

        height: calc(100% - 150px);
        padding-top: 100px;
    }
    #menuIconShow, #menuIconShowLK, .header__button {
        position: relative;
        z-index: 4;
    }
    .header__content:first-child {
        position: relative;
        z-index: 4;
    }
    .header__content:first-child._active {
        position: relative;
        z-index: 3;
    }
    .header__content:nth-child(3) {
        position: relative;
        z-index: 3;
    }
    .header__content:nth-child(2) {
        position: relative;
        z-index: 5;
    }
    .header__menu.menu._active {
        top: -177px;
        bottom: auto;
        left: -30px;
        width: 100dvw;
        height: 100dvh;
    }
    .header__nav {
        height: 100%;
        padding-top: 270px;
        //width: calc(100dvw - 100px);
        border-radius: 0;
        min-width: auto;
    }
    .bBody {
        overflow: hidden;
        position: relative;
        height: 100dvh;
    }
    .header__menu-button._active, .header__body._active .header__menu-button {

        background: linear-gradient(#f0f2ff 0 0) padding-box, linear-gradient(#53008f, #802ebb) border-box;
    }
    div#menuLK {
        left: -80px;
    }
    #menuIconShow, #menuIconShowLK{
        height: 50px;
    }
    .information__name {

        flex-direction: column;
        gap: 10px;
    }
    .information__name span {
        text-align: left;
    }

}
.header__menu-button#menuIcon._active, .header__menu-button#menuIconLK._active, .header__menu-button:hover {
    background: linear-gradient(#53008f 0 0) padding-box, linear-gradient(#53008f, #802ebb) border-box;
}
.header__menu-button._active span, .header__menu-button._active:before, .header__menu-button._active:after, .header__menu-button:hover span, .header__menu-button:hover:before, .header__menu-button:hover:after {

    background: linear-gradient(#ffffff, #ffffff) border-box;
}
.menu-IconShowLK{
    display: none;
}
#menuIconShowLK._active #menuIconLK1{
    display: none;
}
#menuIconShowLK .menu-IconShowLK{
    display: none;
}
#menuIconShowLK._active .menu-IconShowLK{
    display: block;
}

/* form */
#contact-form {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#contact_refund-form {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.quiz__form__input {
    border: 2px solid #53008f;
    width: calc(100% - 34px);
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: normal;
    color: #53008f;
    font-weight: 500;
    font-family: "Montserrat";
    background: #ff000000;
    outline: none;
}

.field-contactform-content .quiz__form__input {
    border: 2px solid #ffffff;
}
.btn {
    background: linear-gradient(#eb752a, #e8413a);
    border-color: #eb752a;
    box-shadow: none;
    border-style: inherit;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 16px;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #eb752a;
    transition: all .7s;
}
.btn:hover{
    background: #ffffff00;
    border: 2px solid #802ebb;
    color: #802ebb;
    transition: all .7s;
}
.modal__content .btn:hover, .qrcode__qr .btn:hover{
    border: 2px solid #ffffff;
    color: #ffffff;
    transition: all .7s;
}
.form-label {
    color: #92a6af;
    font-weight: 500;
    font-family: "Montserrat";
    font-size: 20px;
}
.quiz__form__input::placeholder{
    color: #802ebb;
}
#contactform-subject {
    /* appearance: none; */
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    border: 2px solid #ffffff;
    width: calc(100% - 0px);
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: normal;
    color: #92a6af;
    font-weight: 500;
    font-family: "Montserrat";
    background: #ff000000;
    outline: none;
}
.field-contactform-subject:before, .field-phonestatisticsform-phone:before {
    content: '';
    position: absolute;
    right: 15px;
    width: 25px;
    height: 13px;
    top: 0;
    background: url(../img/str_botton.svg);
    z-index: 1;
    top: 14px;
    background-size: cover;
}
.field-contactform-subject li:before, .field-phonestatisticsform-phone li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 18px;
    background: url(../img/birdie.svg);
    z-index: 1;
    background-size: contain;
    top: 11px;
}
.field-contactform-subject:before, .field-phonestatisticsform-prefix:before {
    content: '';
    position: absolute;
    right: 15px;
    width: 25px;
    height: 13px;
    top: 0;
    background: url(../img/str_botton.svg);
    z-index: 1;
    top: 14px;
    background-size: cover;
}
.field-contactform-subject li:before, .field-phonestatisticsform-prefix li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 18px;
    background: url(../img/birdie.svg);
    z-index: 1;
    background-size: contain;
    top: 11px;
}
.field-contactform-subject, .field-phonestatisticsform-phone, .field-phonestatisticsform-prefix {
    border: 2px solid #53008f;
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: normal;
    color: #92a6af;
    font-weight: 500;
    font-family: "Montserrat";
    background: #ff000000;
    outline: none;
    width: calc(100% - 34px);
    position: relative;
    box-sizing: content-box;
}
.dropcontainer ul li:first-child {
    display: none;
}
.field-contactform-subject .trigger, .field-contactform-subject .activetrigger, .field-phonestatisticsform-phone .trigger, .field-phonestatisticsform-phone .activetrigger{
    color: #802ebb;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
    position: relative;
    z-index: 1;
    max-width:100%;
}
.field-contactform-subject .dropcontainer a, .field-phonestatisticsform-phone .dropcontainer a{
    text-decoration: none;
    font-weight: 600;
    color: #53008f;
    font-size: 14px;
    padding: 0;
    line-height: normal;
}
.field-contactform-subject .dropcontainer ul li, .field-phonestatisticsform-phone .dropcontainer ul li{
    padding: 0;
    padding-left: 30px;
    position: relative;
}
.field-contactform-subject .dropcontainer ul li:last-child, .field-phonestatisticsform-phone .dropcontainer ul li:last-child{
    padding-bottom: 0;
}
.field-contactform-subject .dropcontainer ul li.current-drop, .field-phonestatisticsform-phone .dropcontainer ul li.current-drop{
    display: none;
}


.field-contactform-subject .trigger, .field-contactform-subject .activetrigger, .field-phonestatisticsform-prefix .trigger, .field-phonestatisticsform-prefix .activetrigger{
    color: #802ebb;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
    position: relative;
    z-index: 1;
    max-width:100%;
}
.field-contactform-subject .dropcontainer a, .field-phonestatisticsform-prefix .dropcontainer a{
    text-decoration: none;
    font-weight: 600;
    color: #53008f;
    font-size: 14px;
    padding: 0;
    line-height: normal;
}
.field-contactform-subject .dropcontainer ul li, .field-phonestatisticsform-prefix .dropcontainer ul li{
    padding: 0;
    padding-left: 30px;
    position: relative;
}
.field-contactform-subject .dropcontainer ul li:last-child, .field-phonestatisticsform-prefix .dropcontainer ul li:last-child{
    padding-bottom: 0;
}
.field-contactform-subject .dropcontainer ul li.current-drop, .field-phonestatisticsform-prefix .dropcontainer ul li.current-drop{
    display: none;
}



.invalid-feedback {
    color: red;
    font-size: 12px;
    position: absolute;
    padding-left: 10px;
    font-family: "Montserrat";
}
.form__logon .invalid-feedback {
    color: #ffffff;
}
@media (max-width: 1024px) {
    #contact-form {
        padding: 0 30px;
    }

    #contact_refund-form {
        padding: 0 30px;
    }
}
@media (max-width: 767px) {
    #contact-form {
        padding: 20px;
    }
    #contact_refund-form {
        padding: 20px;
    }
    .field-contactform-subject:before, .field-phonestatisticsform-phone:before {
        right: 12px;
        width: 16px;
        height: 9px;
        top: 15px;
        background-size: cover;
    }
    .field-contactform-subject:before, .field-phonestatisticsform-prefix:before {
        right: 12px;
        width: 16px;
        height: 9px;
        top: 15px;
        background-size: cover;
    }
}
/* form */
/* profile */
.lk__item.lk__profile {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#profile-form label, #payments-form label {
    font-size: 24px;
}
.field-profileform-phone, .field-profileform-email, .field-profileform-telegramid {
    padding-bottom: 15px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}

.field-phonetarifsendemail-phone {
    padding-bottom: 15px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}

.field-phonetarifsendemail-phone:after{
    content: '';
    position: absolute;
    right: 0;
    width: 23px;
    height: 24px;
    top: 0;
    background: url(../img/pencil.svg);
    z-index: 1;
    background-size: contain;
    top: 2psx;
    cursor:pointer;
}


.information__name--input {
    border: none;
    border-radius: 30px;
    padding: 0;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: "Montserrat";
    background: #ff000000;
    outline: none;
    display: block;
    width: fit-content;
    text-align: right;
    padding-right: 30px;
    border-radius: 0;
    border-bottom: 1px solid transparent;
    transition: all 0.3s linear;
}
#profileform-email {
    width: 100%;
}
#profileform-phone{
    width: 190px;
}
.field-profileform-phone:after, .field-profileform-email:after, .field-profileform-telegramid:after{
    content: '';
    position: absolute;
    right: 0;
    width: 23px;
    height: 24px;
    top: 0;
    background: url(../img/pencil.svg);
    z-index: 1;
    background-size: contain;
    top: 2psx;
    cursor:pointer;
}
.field-profileform-phone .invalid-feedback, .field-profileform-email .invalid-feedback {
    color: red;
    font-size: 12px;
    position: absolute;
    padding-left: 0;
    font-family: "Montserrat";
    margin-top: 35px;
}
.agree-personal {
    color: #92a6af;
    font-family: "Montserrat";
    padding-top: 10px;
    text-align: right;
    font-size: 14px;
}

.field-profileform--active {
    border-bottom: 1px solid #e8413a;

}
.btn-primary {
    margin-left: auto;
    display: block;
}
.information__name--all {
    padding-top: 50px;
}
.information__name--gl{
    flex-direction: column;
    gap: 15px;
}
.information__tarifall {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 20px;
}
.information__tarifall p.information__name {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    #profile-form label, #payments-form label  {
        font-size: 22px;
    }
    .field-profileform-phone, .field-profileform-email, .field-profileform-telegramid{
        gap:10px;
    }
}
@media (max-width: 767px) {
    .information__name--all {
        padding-top: 30px;
    }
    #profile-form label, #payments-form label  {
        font-size: 20px;
    }
    .information__name--input, #profileform-email {
        font-size: 18px;
        line-height: normal;
        width: calc(100% - 44px);
        margin-top: 10px;
    }
    .field-profileform-phone, .field-profileform-email {

        flex-direction: column;
        align-items: baseline;
    }
    .information__name--input {
        text-align: left;
    }
    #profileform-phone {
        width: 100%;
        padding: 0;
    }
    .field-profileform-phone:after, .field-profileform-email:after {
        top: auto;
        bottom: 19px;
    }
    #profile-form .btn-primary {
        margin: auto;
    }
    .agree-personal {
        text-align: center;
    }

}
/* profile */
/* payments */
/*
.field-paymentsform-payment_type .trigger, .field-paymentsform-payment_type .activetrigger {
    color: #92a6af;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
}
.field-paymentsform-payment_type {
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: normal;
    color: #92a6af;
    font-weight: 500;
    font-family: "Montserrat";
    background: #ff000000;
    outline: none;
    position: relative;
}
.field-paymentsform-payment_type .dropcontainer a {
    text-decoration: none;
    color: #92a6af;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
    line-height: normal;
}
.field-paymentsform-payment_type .dropcontainer ul li {
    padding: 0;
}
.field-paymentsform-payment_type .dropcontainer ul li:last-child {
    padding-bottom: 0;
}
.field-paymentsform-payment_type:before {
    content: '';
    position: absolute;
    right: 15px;
    width: 22px;
    height: 13px;
    top: 0;
    background: url(../img/lk/str-botton.svg);
    z-index: 1;
    top: 14px;
    background-size: cover;
}*/
.field-paymentsform-payment_type {
    display: flex;
    gap: 20px;
}

#paymentsform-payment_type {
    display: flex;
    gap: 20px;
}

.payment_type-img {
    max-height: 94px;
}
.field-paymentsform-payment_type label > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
.field-paymentsform-payment_type label > input + img{ /* IMAGE STYLES */
    cursor:pointer;
    border:2px solid transparent;
    padding: 10px;
}
.field-paymentsform-payment_type label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
    border:2px solid #eb752a;
}
.payment_type--input--none{
    display: none;
}
.payment_type--input--none._active{
    display: block;
}
#payments-form {
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#payments-form .quiz__form__input{
    border: none;
    border-bottom: 2px solid #eb752a;
    border-radius: 0;
    width: auto;
    font-size: 18px;
    max-width: 187px;
}
#payments-form .quiz__form__input::placeholder{
    color: #ffffff;
}
#payments-form .btn-primary {
    margin-left: 0;
}
.field-paymentsform-payment__under {
    cursor: pointer;
}
@media (max-width: 1024px) {
    #payments-form {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    #payments-form {
        padding: 20px;
    }
    .field-paymentsform-payment_type:before {
        right: 12px;
        width: 16px;
        height: 9px;
        top: 15px;
        background-size: cover;
    }
}
/* payments */

.qrcode {
    background: rgba(48, 50, 58, 0.75);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 20;
    transition: all 0.5s ease 0s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.qrcode__text a {
    color: #fff;
}
.qrcode__text {
    text-align: center;
}
.qrcode__text span{
    padding-left: 10px;
}

.qrcode__link {
    text-decoration: underline;
}
.hidden_scroll{
    overflow: hidden;
}
.qrcode._active{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.qrcode_right {
    background: linear-gradient(#53008f, #802ebb) border-box;
    border-radius: 20px;
    color: #ffffff;
    font-family: "Montserrat";
    box-shadow: 0 14px 20px rgb(161 153 180), 0 10px 10px rgba(0, 0, 0, 0.22);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: normal;
    padding: 40px;
    max-width: 540px;
    flex-direction: column;
    margin: auto;
    max-height: 80%;
    margin-top: calc(50vh - 174px);
}
#payments .qrcode_right {
    margin-top: calc(50vh - 263px);
}
.qrcode__title, .lk__container .qrcode__title {
    font-size: 27px;
    margin: 0 0 25px 0;
    text-align: center;
}
.qrcode_center {
    position: relative;
}
.qrcode__close {
    position: absolute;
    right: -21px;
    width: 20px;
    cursor: pointer;
    top:-23px ;
}
.qrcode__text--bottom{
    padding-bottom: 30px;
    padding-top: 10px;
}
#switch_promised-payment .qrcode__text{
    text-align: left;
}
#promised-payment__success  .qrcode__title{
    margin-bottom: 0;
}
.contact-form__success .qrcode__text {
    padding-bottom: 10px;
}
.contact-form__success .qrcode__text:last-child {
    padding-bottom: 0;
}
@media (max-width: 1024px) {
    .qrcode_right {
        max-width: 360px;
        margin-top: calc(50vh - 152px);
    }
    #payments  .qrcode_right {
        max-width: 360px;
        margin-top: calc(50vh - 301px);
    }
    .qrcode__title {
        font-size: 24px;
    }
    .payment_type-img {
        max-height: 64px;
    }
}
@media (max-width: 767px) {
    .qrcode__title {
        font-size:18px;
        margin: 0 0 25px 0;
    }
    .qrcode_right {
        padding: 20px;
        max-width: calc(100% - 80px);
        margin-top: calc(50vh - 140px);

    }
    #tariff__date .qrcode_right{
        max-height: max-content;
        margin-bottom: calc(50vh - 330px);
    }
    .qrcode__title, .lk__container .qrcode__title {
        font-size: 22px;

        line-height: normal;
    }
    #tariff__date .field-datetarif-tarif_date {
        width: 100%;
    }
    .qrcode__qr  .qr__lists {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .qrcode__close {
        right: -7px;
        top: -6px;
    }
    #payments  .qrcode_right {
        padding: 20px;
        max-width: calc(100% - 80px);
        margin-top: calc(50vh - 252px);
    }
    .payment_type-img {
        max-width: calc(100% - 20px);
        height: auto;
    }
    #error-message-form .qrcode_right{
        margin-top: calc(50vh - 240px);
    }
}
.lk__akcii .lk__akcii__pagination {
    position: absolute;
    bottom: 20px!important;
    top: auto!important;
    z-index: 2;
    margin: auto;
    display: flex;
    justify-content: center;
}
.lk__akcii__pagination .swiper-pagination-bullet{
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #ffffff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .5);
}
.lk__akcii__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{

    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
.fixed {
    position: fixed;
    z-index: 10;
    top: 60px;
}
.popup_ip--fixed{
    position: fixed;
    z-index: 10;
    top: 360px;
}
.akcii__banner img{
    max-width: 100%;
}
@media (max-width: 1200px) {

    .lk:before {
        max-width: 100%;
    }

    .fixed, .popup_ip--fixed {
        position: relative;
        top: 0!important;
    }
}
@media (max-width: 767px) {
    .lk:before{
        background-color: #e5d5ef;
        background-image: none;
    }
}
.kontakts__blocks p {
    color: #53008f;
    font-weight: 500;
    font-family: "Montserrat";
    font-size: 20px;
}
.kontakts__blocks p a{
    color: #53008f;
}
.kontakts__blocks .kontakts__title {
    color: #92a6af;
    font-weight: 500;
    font-size: 24px;
    padding-bottom: 10px;
}
.kontakts__blocks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.kontakts {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#contacts__map {
    height: 100%;
    min-height: 300px;
}
.fa-vk:before {
    content: "\f189";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-phone:before {
    content: "\f095";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-alt:before {
    content: "\f271"
}
.fa, .far, .fas, .contacts__icon {
    font-family: "FontAwesome" !important;
    padding-right: 8px;
    color: #53008f;
    font-weight: normal;
    font-style: normal;
}
@media (max-width: 1200px){
    .kontakts__blocks .kontakts__title{
        font-size: 22px;
    }
    .information__name {
        width: 100%;
    }
}
@media (max-width: 767px){
    .kontakts__blocks .kontakts__title{
        font-size: 20px;
    }
    .kontakts__blocks p{
        font-size: 18px;
    }
}

.input-file {
    position: relative;
    display: inline-block;
}
.input-file-btn {
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
    height: 40px;
}
.input-file-btn img {
    width: 25px;
    margin-top: 6px;
}
.input-files{
    display: flex;
}
.input-files span {
    cursor: pointer;
}
.input-file-text {
    padding: 0 10px;
    line-height: 40px;
    display: inline-block;
    color: #53008f;
    font-weight: 500;
    font-family: "Montserrat";
    font-size: 20px;
}
input[type=file] {
    position: absolute;
    opacity: 0;
    display: block;
}
#contact-form .btn-primary {
    margin: auto;
}
#contact_refund-form .btn-primary {
    margin: auto;
}
.field-paymentsform-payment__podcluc {
    border: 2px solid #eb752a;
    padding: 0 10px;
    display: none;
}
.field-paymentsform-payment__podcluc._active {
    display: block;
}
.field-paymentsform-payment__op {
    cursor: pointer;
}

.field-paymentsform-payment__podcluc p  {
    margin: 10px 0px;
}
.tariff__dates {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tariff__dates .invalid-feedback{
    color:#ffffff;
}
.tariff__dates .btn {
    display: block;
    margin: auto;
}

.tarif__buttons._active {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}
.information__tarifall .tarif__buttons {

    min-width: 168px;
}
.information__tarifall .tarif__buttons:hover, #tarif_pjax .btn-primary:hover{
    color: #802ebb;
    border: 2px solid #802ebb;
}
.information__name--activ {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 0;
    width: 100%;
}
.information__name--activ--tarif{
    flex-direction: row;
}
.information__name--flex{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.information__name--intarif{
    color: white;
    padding: 3px 8px;
    border-radius: 15px;
    font-size: 10px;
    vertical-align: baseline;
    margin-left: 15px;
    border: 2px solid #eb752a;
    background: linear-gradient(#eb752a, #e8413a);
    transition: all .7s;
}
.information__name--intarif:hover {
    background: #ffffff00!important;
    border: 2px solid #802ebb;
    color: #802ebb;
    transition: all .7s;
}
#tariff__date .qrcode__text {
    padding-bottom: 15px;
}
.tariff__dates .qrcode__text {
    text-align: justify;
}
.qrcode__text--small {
    font-size: 12px;
    text-align: justify;
    padding-bottom: 0;
}
.field-datetarif-tarif_date {
    width: 50%;
    margin: auto;
}
.field-datetarif-email, .field-datetarif-tarif_id {
    margin-bottom: 0 !important;
}
.field-datetarif-email .quiz__form__input {
    border: 2px solid #ffffff;
    color: #ffffff;
}
#tariff__date .qrcode_right{
    margin-top: calc(50vh - 330px);
}
@media (min-width: 1024px){
    .information__tarifall{
        max-width: calc(100% - 30px);
    }
}
@media (max-width: 1024px){
    .information__name--activ._active, .information__name--activ, .lk__item--tarif .information__name--activ {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .lk__item--tarif .information__name--activ:after {
        top: 7.5px;
    }
    .information__tarifall .information__name--activ:after {
        right: 0;
    }
    .information__tarifall .information__name--activ span {
        max-width: calc(100% - 20px);
    }
    .information__name--intarif{
        color: white;
        padding: 5px 10px;
        border-radius: 15px;
        font-size: 10px;
        vertical-align: baseline;
        display: block;
        width: fit-content;
        margin-left: 0;
        margin-top: 10px;
    }
}
.form_telefoniya--grid {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 20px;
}
.field-phonestatisticsform-start_date, .field-phonestatisticsform-end_date {
    display: flex;
    gap: 10px;
    align-items: center;
}
.field-phonestatisticsform-start_date label, .field-phonestatisticsform-end_date label{
    margin-bottom: 0!important;
}
#form_telefoniya .form_telefoniya--date {
    color: #92a6af;
    font-weight: 500;
    font-family: "Montserrat";
    font-size: 18px;
    margin-bottom: 10px;
}
.field-blockingform-date_start label, .field-blockingform-date_end label {

    font-size: 16px;
}
.krajee-datepicker{
    padding-bottom: 9px;
    padding-top: 9px;
}
.summary {
    color: #92a6af;
    font-weight: 400;
    font-family: "Montserrat";
    font-size: 16px;
    margin-bottom: 10px;
}
.table-striped.table-bordered a {
    color: #802ebb;
    font-weight: 500;
    font-family: "Montserrat";
}
.table-striped.table-bordered td {
    color: #802ebb;
    font-weight: 500;
    font-family: "Montserrat";
}
#telefoniya_table .pagination {
    display: flex;
    gap: 5px;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 500;
}
#telefoniya_table .pagination a{

    color: #802ebb;
}
#w1 {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: end;
    margin-top: 20px;
}

.success_tarif__all{
    display: none;
}
.success_tarif__all--active{
    display: block;
}

.error_tarif__all{
    display: none;
}
.error_tarif__all--active{
    display: block;
}

p#countdowntimer {
    font-size: 100px;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #e8413a;
    border-radius: 50%;
    width: fit-content;
    padding: 44px;
    line-height: 100px;
    aspect-ratio: 2/2;
    text-align: center;
}
.grid-view {
    overflow: scroll !important;
    width: 100%;
}
@media (max-width: 1200px) {
    .form_telefoniya--grid{
        flex-direction: column;
    }
    .grid-view {
        overflow: scroll !important;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .table-striped.table-bordered {
        max-width: 100%;
        overflow: scroll;
    }
    .field-phonestatisticsform-start_date label, .field-phonestatisticsform-end_date label {
        min-width: 30px;
    }
    .field-phonestatisticsform-start_date, .field-phonestatisticsform-end_date {
        width: 100%;
    }
    .form_telefoniya--grid  {
        flex-direction: column;
        align-items: flex-end;
    }
    .grid-view {
        overflow: scroll !important;
        width: 100%;
    }
    #w1 {
        align-items: baseline;
        flex-direction: column;
    }
    .field-blockingform-date_start, .field-blockingform-date_end {
        width: 100%;
    }
}
.field-datetarif-tarif_date .invalid-feedback {
    padding-left: 0;
}
.countdowntimer--loading {
    font-weight: bold;
    display:inline-block;
    font-family: monospace;
    font-size: 30px;
    clip-path: inset(0 3ch 0 0);
    animation: l 1s steps(4) infinite;
}
#countdowntimer__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.countdowntimer--hidden#countdowntimer__block{
    display: none;
}

@keyframes l {
    to {
        clip-path: inset(0 -1ch 0 0)
    }
}
#phonetelefoniyasendemail-phone {
    text-align: left;
    font-size: 20px;
}
#tarif-form {
    padding-top: 10px;
}
.tarif-none{
    padding-top: 0;
}

#data-qrcode__text {
    padding: 0px;
}

.color_sum, .color_sum::placeholder {
    color: #FFFFFF;
}
.info-error {
    background: linear-gradient(#53008f, #802ebb) border-box;
    padding: 20px;
    background: #e6d6f0;
}

.info-message {
    padding: 20px;
}

.alert-info {
    background: linear-gradient(#53008f, #802ebb) border-box;
    /* padding: 20px; */
    background: #e6d6f0;
    /* color: #53008f; */
    margin-top: 30px;
    color: #53008f;
    font-family: "Montserrat";
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    --bs-alert-border-color: none;
}

.alert-info-login {

    margin: 0px;
    color: #53008f;
    font-family: "Montserrat";
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    --bs-alert-border-color: none;
}

.info-error__text {
    margin: 0;
    color: #53008f;
    font-family: "Montserrat";
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}
.info-error__text a, .mobweb_links{
    color: #eb752a;
}
.error_message-form{
    color: #007aff;
}

@media (max-width: 767px) {
    .info-error__text {
        font-size: 10px;
    }
}
.form__hidden {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.p__hidden {
    gap: 10px;
    color: #92a6af;
    font-weight: 500;
    font-family: "Montserrat";
    font-size: 24px;
    justify-content: space-between;
}
.form__hidden--none, .p__hidden--none {
    display: none;
}

.form__hidden_refund.form__hidden--none {
    display: none;
}

.form__hidden_refund {
    display: block;
}

.p__hidden a {
    font-weight: 700;
    color: #92a6af;
    text-decoration: underline;
}
.suspension {
    color: #eb752a;
    font-weight: 500;
    font-family: "Montserrat";
    font-size: 16px;
    line-height: normal;
}
.lk__suspension a {
    align-self: end;
    font-size: 14px;
}
.lk__suspension {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.lk__suspension-none {
    display: none;

}

.kontakts__data--tg {
    display: flex;
    gap: 8px;
}
.kontakts__data--tg img{
    max-height: 24px;
}
.payments__text {
    color: #92a6af;
    font-weight: 500;
    font-family: "Montserrat";
    font-size: 18px;
    padding-top: 10px;
}
.history-payments .payments__text{
    color: #333333;
}
.history-payments .information__name{
    color: #333333;
}
.cart-table{
    padding-top: 20px;
}
.cart-table {
    border-collapse: collapse;
    border: 1px solid grey;
    width: 100%;
    background-color: #ffffff;
    margin-top: 30px;
}
.cart-table__item {
    color: #802ebb;
    font-weight: 500;
    font-family: "Montserrat";
    padding: 0.5rem 0.5rem;
    border: 1px solid #802ebb;
    text-align: center;
}
.cart-table__row--grey{
    background-color: #dee2e6;
}
.cart-table__item--green {
    color: green;
}
.cart-table__item--red {
    color: red;
}
@media (max-width: 420px) {
    .cart-table__item {

        padding: 5px;
        border: 1px solid #802ebb;
        text-align: center;
        font-size: 14px;
    }
}
@media (max-width: 419px) {
    .cart-table__item {

        font-size: 12px;
    }
}

.swiper .akcii__banner.lk__akcii-swiper .swiper-slide {
    transform-origin: left;
}

.field-phoneverification-code_verification {
    text-align: center;
}
.success__img{
    width: 150px;
    margin: auto;
    display: block;
}

.success__p{
    font-size: 46px;
    color: #92a6af;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;
    padding: 40px 0 20px;
}
.success__title{
    font-size: 30px;
    color: #92a6af;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;
}
@media (max-width: 1024px) {
    .success__img {
        width: 100px;
    }
    .success__p {
        font-size: 40px;
        padding: 30px 0 20px;
    }
    .success__title {
        font-size: 24px;
    }
}
@media (max-width: 400px) {
    .success__p {
        font-size: 34px;
        padding: 20px 0 20px;
        line-height: 100%;
    }
    .success__title {
        font-size: 20px;
    }
}

.form__logon .field-password-input {
    margin-top: 10px;
}
.qrcode__info{
    padding-bottom: 20px;
    font-weight: 700;
}
.black-font, .field-blockingform-date_start label, .field-blockingform-date_end label{
    color: #333333;
}
/* заглушка */
.plug {
    font-family: "Montserrat";
    color: #6f2c88;
    position: relative;
    height: 100vh;
}
.plug__container{
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
}
.plug__h1{
    font-size: 91px;
    line-height: 97px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    padding-top: 60px;
}
.plug__rezim{
    font-size: 38px;
    line-height: 48px;
    font-weight: 500;
}
.plug__tehrab{
    font-size: 55px;
    line-height: 69px;
    color: #ff6a00;
    font-weight: bold;
    text-transform: uppercase;
}
.plug__cool{
    font-size: 38px;
    line-height: 48px;
    font-weight: 500;
}
.plug__oplata{
    font-size: 32px;
    line-height: 52px;
    font-weight: 700;
    padding-bottom: 60px;
}
.plug__bg {
    overflow: auto;
    position: absolute;
    right: 60px;
    bottom: 0;
}
.plug p, .plug h1, .plug__img{
    position: relative;
    z-index: 2;
    margin: 0;
}
.plug span{
    display: block;
}
.plug__img {
    max-width: 860px;
}
@media (max-width: 1800px) {
    .plug__bg {
        max-height: 80%;
    }
    .plug__h1 {
        font-size: 70px;
        line-height: normal;
    }
    .plug__rezim, .plug__cool {
        font-size: 30px;
        line-height: normal;
    }
    .plug__tehrab {
        font-size: 40px;
        line-height: normal;
    }
    .plug__oplata {
        font-size: 26px;
        line-height: normal;
    }
    .plug__img {
        max-width: 50%;
    }
}
@media (max-width: 1300px) {
    .plug__bg {
        max-height: 70%;
        right: 30px;
    }
}
@media (max-width: 1200px) {
    .plug__h1{
        padding-top: 30px;
    }
    .plug__oplata{
        padding-bottom: 30px;
    }
    .plug__bg {
        max-height: 60%;
        right: 30px;
    }
    .plug__h1 {
        font-size: 60px;
        line-height: normal;
    }
}
@media (max-width: 1100px) {
    .plug__h1 {
        font-size: 50px;
    }
    .plug__rezim, .plug__cool {
        font-size: 24px;
    }
    .plug__tehrab {
        font-size: 32px;
    }
    .plug__oplata {
        font-size: 20px;
    }
}
@media (max-width: 1025px) {
    .plug__container {

        justify-content: normal;
    }
    .plug__bg {
        max-height: initial;
        right: 30px;
        width: calc(100% - 60px);
    }
}
@media (max-width: 767px) {
    .plug__h1 {
        font-size: 40px;
        line-height: 1;
    }
    .plug__rezim, .plug__cool {
        font-size: 22px;
    }
    .plug__tehrab {
        font-size: 26px;
    }
    .plug__oplata {
        font-size: 18px;
    }
    .plug span {
        display: inline;
    }
    .plug__img {
        max-width: 100%;
    }
}
@media (max-width: 400px) {
    .plug__h1 {
        font-size: 30px;
        line-height: 1;
    }
    .plug__rezim, .plug__cool {
        font-size: 18px;
    }
    .plug__tehrab {
        font-size: 20px;
    }
    .plug__oplata {
        font-size: 16px;
    }

}
@media (max-width: 370px) {
    .plug__h1 {
        font-size: 28px;
    }
    .plug__container {
        gap: 17px;
    }

}
@media (max-width: 425px) and  (min-width: 401px) and (max-height: 890px)  {
    .plug__bg{
        display: none;
    }
}
@media  (max-height: 724px)  {
    .plug__bg{
        display: none;
    }
}
.history-payments .animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeOff {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        display: none;
    }
}

@keyframes fadeOff {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        display: none;
    }
}

.fadeOff {
    -webkit-animation-name: fadeOff!important;
    animation-name: fadeOff!important;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.header__menu.menu.fadeIn {
    -webkit-animation-name: fadeIn!important;
    animation-name: fadeIn!important;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.header__link.fadeIn, .header__mobweb.fadeIn {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active{
    background-color: #eb752a;
    border-color: #eb752a;
}
.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #53008f;
    padding-right: calc(1.5em + 0.75rem);
    background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"><path fill="%2353008f" d="M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z"/></svg>');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.qrcode__title.qrcode__title--padding {
    padding-top: 20px;
}

.error_pay--class_link {
    color: #eb752a;
}
.telefoniya__info{
    max-width: 215px;
    display: flex;
    gap: 5px;
    flex-direction: column;
    padding-top: 20px;

}
.telefoniya__text {
    font-size: 14px;
}
.telefoniya__href{
    font-weight: 700;
    text-decoration: underline;
    color: #eb752a;
}
.automatic_telefoniya_select{
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: normal;
    color: #92a6af;
    font-weight: 500;
    font-family: "Montserrat";
    background: #ff000000;
    outline: none;
    width: calc(100% - 34px);
    position: relative;
    box-sizing: content-box;
}
.automatic_telefoniya_select .trigger {
    color: #ffffff;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
    position: relative;
    z-index: 1;
    max-width: 100%;
}
.automatic_telefoniya_select .trigger, .automatic_telefoniya_select .activetrigger {
    color: #ffffff;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
    position: relative;
    z-index: 1;
    max-width: 100%;
}
#automatic_telefoniya .automatic_telefoniya_select ul li {
    padding: 0;
    padding-left: 30px;
    position: relative;
}
#automatic_telefoniya .automatic_telefoniya_select ul li a{
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    padding: 0;
    line-height: normal;
}
.automatic_telefoniya_select .dropcontainer ul li.current-drop{
    display: none;
}
.automatic_telefoniya_select li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 18px;
    background: url(../img/birdie.svg);
    z-index: 1;
    background-size: contain;
    top: 11px;
}
.automatic_telefoniya_select:before {
    content: '';
    position: absolute;
    right: 15px;
    width: 25px;
    height: 13px;
    top: 0;
    background: url(../img/str_botton.svg);
    z-index: 1;
    top: 14px;
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(88%) sepia(87%) saturate(6778%) hue-rotate(180deg) brightness(118%) contrast(97%);
}
#automatic_telefoniya .automatic_telefoniya_select-csv:before {
    display: none;
}
.form_telefoniya--dates #date{
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 30px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#automatic_telefoniya {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.form_telefoniya--dates {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.form_telefoniya--email, .form_telefoniya--days{
    display: flex;
}
.form_telefoniya--emails {
    border: 2px solid #ffffff;
    width: 100%;
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: normal;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat";
    background: #ff000000;
    outline: none;
}
.form_telefoniya--weeks {
    display: flex;
    gap: 15px;
    justify-content: center;
    padding: 0 15px;
}

.form_telefoniya--weeks label:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: calc(50% - 7.5px);
    background: #6a18a6;
    border-radius: 50%;
    border: 1px solid #ffffff;
}


.form_telefoniya--weeks input[type=radio]:checked + label:before {
    background: linear-gradient(#eb752a, #e8413a);
}


.form_telefoniya--weeks label:hover:before {
    filter: brightness(120%);
}


.form_telefoniya--weeks input[type=radio]:disabled + label:before {
    filter: grayscale(100%);
}
.form_telefoniya--week {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}
.form_telefoniya--week label{
    cursor: pointer;
}
.form_telefoniya--week input[type=radio] {
    display: none;
}
.form_telefoniya--day {
    border: 2px solid #ffffff;
    width: 100% ;
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: normal;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat";
    background: #ff000000;
    outline: none;
}
.form_telefoniya--day::placeholder {
    color: #FFFFFF;
}
.form_telefoniya--day::-webkit-outer-spin-button,
.form_telefoniya--day::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.form_telefoniya--day[type=number] {
    -moz-appearance: textfield;
}
.form_telefoniya--hidden{
    display: none;
}
#enable_automatic_mailing .qrcode_right {
    margin-top: calc(50vh - 232px);
}
.form_telefoniya--info{
font-size: 14px;
}
.delete {
    max-width: 25px;
    cursor: pointer;
}

.otcet-table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 30px;
}
.otcet-table tr{
    border-bottom: 1px solid #802ebb;
}
.otcet-table__item {
    color: #802ebb;
    font-weight: 500;
    font-family: "Montserrat";
    padding: 0.5rem 0.5rem;
    text-align: center;
}
.otcet-table__row:last-child{
    border: 0;
}
@media (max-width: 1024px) {
    #enable_automatic_mailing .qrcode_right {
        margin-top: calc(50vh - 270px);
    }
    .form_telefoniya--dates {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    #enable_automatic_mailing .qrcode_right {
        margin-top: calc(50vh - 242px);
    }
}
.news__item--new {
    box-shadow: 0px 6px 20px 8px rgb(161 153 180), 0px 19px 20px rgba(0, 0, 0, 0.22);
}
.news__item {
    display: flex;
    gap: 30px;
    padding: 20px;
    border-radius: 10px;
}

.item__block {

    padding: 20px;
    border-radius: 10px;
}

.news__img {
    max-width: 200px;
    max-height: 200px;
}
.news {
    padding-top: 30px;
}
.news__title {
    color: #53008f;
    font-weight: 600;
    font-family: "Montserrat";
    font-size: 24px;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap:15px;

}
.news__item--new .news__title span:after {
    /*content: 'NEW';*/
    /*right: 0;*/
    /*color: #ea682d;*/
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%; /* ещё один круг */
    background: #ea682d;
}

.mini-news__count {
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #eb752a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
    /*color: #53008f;*/
    position: absolute;
    left: 52px;
    top: -12px;
    color: #eb752a;
    animation: pulse1 1.5s infinite;
    z-index: 20;
    font-family: "Montserrat";
}

.mini-news__count a{
    color: #eb752a;
    animation: pulse1 1.5s infinite;
    z-index: 20;
    font-family: "Montserrat";
}

.news__text {
    color: #53008f;
    font-family: "Montserrat";
    font-size: 20px;
}
.news__date {
    color: #53008f;
    font-family: "Montserrat";
    font-size: 18px;
}
.news__block {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}
.news__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.news__row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.new__info {
    color: #53008f;
    font-family: "Montserrat";
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.new__info ul {
    margin: 0;
}
.new {
    padding-top: 30px;
}
.new__item {
    display: flex;
    gap: 30px;
    flex-direction: column;
}
@media (max-width: 1200px) {

.news__title {

    font-size: 22px;
}
.news__text {
    font-size: 18px;
}
.news__item {
    gap: 20px;
}
}

@media (max-width: 960px) {
    .news__item {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .news__img {
        max-width: 100%;
    }
    .news__title {
        font-size: 20px;
    }

}
.new__img {
    max-width: 400px;
    display: block;
    margin: auto;
}
.menu-item sup{
    color: #eb752a;
}
@media (max-width: 767px) {
    .new__img {
        max-width: 100%;
    }
    .new__info {
        font-size: 16px;
    }
}
#profile-form .invalid-feedback {
    right: 0;
    bottom: 0;
}
@media (max-width: 767px) {
    #profile-form .invalid-feedback {
        left: 0;
        bottom: 0;
    }
}
#menuIconShowLK {
    position: relative;
}
.announcement-cout {
    position: absolute;
    color: #eb752a;
    right: 0;
    font-family: "Montserrat";
    font-weight: 700;
    top: -25px;
    margin: 0;
    font-size: 20px;
    animation: pulse1 1.5s infinite;
}
.announcement-cout a{
    color: #eb752a;
}
@media (max-width: 1200px) {
    .announcement-cout {
        font-size: 18px;
        top: -20px;
    }
}
@media (max-width: 767px) {

}
@keyframes pulse1 {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.15,1.15,1.15);
        transform: scale3d(1.15,1.15,1.15)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
.pd__input{
    border: 2px solid #ffffff;
    width: calc(100% - 34px);
    border-radius: 30px;
    padding: 8px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: normal;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat";
    background: #ff000000;
    outline: none;
}
.pd__input::placeholder{
    color: #ffffff;
}
.form_pd{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 20px;
}
.qrcode_right--pd{
    margin-top: calc(50vh - 408px);
}
.field-pd-kvartira--info {
    font-size: 12px;
    padding-top: 7px;
    display: block;
    padding-left: 10px;
}
.field-pd-btn-hidden {
    pointer-events: none;
    opacity: 0.5;
}

.field-pd-checkbox label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.field-pd-checkbox label i:after {
    content: '';
    background-image: url(../img/checkbox.svg);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.field-pd-checkbox label input[type="checkbox"]:checked+i:after {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.field-pd-checkbox label span {
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    display: block;
}
.field-pd-checkbox label span a{

    color: #eb752a;
}
.mb-3.field-pd-checkbox label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}
.field-pd-checkbox label i {
    width: 18px;
    height: 18px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    float: left;
    box-sizing: border-box;
    min-width: 18px;
}
.field-pd-checkbox {
    padding: 0 10px;
}

.suggestions-suggestions{
    background:#802ebb;

}
.suggestions-suggestions span{
    display: inline-block;
    padding-left: 0;
    font-size: 12px;
    color: #ffffff;
    font-weight:500;

}
.suggestions-subtext_label, .suggestions-promo, .suggestions-hint, .suggestions-suggestions strong, .suggestions-promo a, .suggestions-suggestion{
    font-size: 12px!important;
    color: #ffffff;
}
.suggestions-suggestions .suggestions-selected:hover, .suggestions-promo a:hover,.suggestions-suggestion:hover{
    background:#53008f;
}
#pd-podrazdelenie, #pd-address {
    width: 100%;
}
@media (max-width: 767px) {
    .qrcode_right--pd {
        max-height: initial;
    }
}
.qrcode_right--pd {
    max-height: none;
}
@media (max-height: 900px) and (max-width: 767px) {
    .qrcode_right--pd {
        margin: 20px auto;
    }
}
@media (max-height: 900px) and (min-width: 768px) {
    .qrcode_right--pd {
        margin-top: 20px;
    }
}

.lk__loader {
    display: flex;
    justify-content: center;
}

.lk__loader.hidden__loader {
    display: none;
}

.telefonia_table_content.hidden__telefonia_table {
    display: none;
}

.loader{
    min-width: 200px;
    width: 33.33%;
    height: 200px;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    cursor: pointer;
    transition: 0.3s linear;
}
.loader__span{
    width: 100px;
    height: 100px;
    border-width: 4px;
    border-style: dashed solid solid dotted;
    border-color: #53008f #802ebb transparent #53008f;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation: rotation 1.5s linear infinite;
}
.loader__span:after{
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #53008f;
    transform: rotate(-40deg);
    right: 10px;
    bottom: 0px;
}
@keyframes rotation {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
}
.loader__img {
    max-width: 50px;
    position: absolute;
}

.information__name-telefonia {
    color: #92a6af;
    font-weight: 500;
    font-family: "Montserrat";
    font-size: 14px;
    /*margin: 5px 0px;*/
    padding: 5px 0px;
}
.header__link--tg{
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    transition: transform .7s;
}
.header__link--tg span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 35px;
    border: 2px solid #7a2d97;
    border-radius: 14px;
}
.header__link--tg img{
    max-width: 30px;
    margin-top: 3px;
}
.header__link--tg:hover {
    transform: scale(1.2);
    border-color: #eb742a;
}
.header__link--tg:hover img{
    transform: scale(1);
}
.tg__bot img {
    max-width: 28px;
    vertical-align: middle;
    margin-left: 10px;
}


.pd__input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    opacity:  0.7;
}
.pd__input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity:  0.7;
}
.pd__input::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity:  0.7;
}
.pd__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity:  0.7;
}
.pd__input::-ms-input-placeholder { /* Microsoft Edge */
    opacity:  0.7;
}

.pd__input::placeholder { /* Most modern browsers support this now. */
    opacity:  0.7;
}
.wifi__portal{
    padding-top: 40px;
}
#wifi-form {
    padding-top: 10px;
}
.wifi__name{
    color: #92a6af;
    font-weight: 500;
    font-family: "Montserrat";
    font-size: 20px;
}
.btn__wifi {
    display: flex;
    padding-top: 20px;
    justify-self: baseline;
}
.summa_platezha--text {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: normal;
    color: #53008f;
    font-weight: 500;
    font-family: "Montserrat";
    padding-top: 5px;
    display: block;
    padding-left: 5px;
}

.popup-ip {
    background: linear-gradient(#ffffff, #e1e6ff);
    padding: 40px 30px 20px;
    margin-top: 34px;
    border-radius: 10px;
    box-shadow: 0 14px 20px rgb(161 153 180), 0 10px 10px rgba(0, 0, 0, 0.22);
    display: flex;
    color: #92a6af;
    font-weight: 500;
    font-family: "Montserrat";
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.popup-ip__title {
    font-size: 20px;
    line-height: 33px;
    color: #6f2c90;
    font-weight: 700;

}
#form-ip .qrcode_right {
    //background: linear-gradient(#ffffff, #e1e6ff);
    max-width: 1000px;
    max-height: 100%;
    margin-top: auto;
    background: #ffffff;
}
#form-ip .qrcode__title{
    font-size: 26px;
    line-height: 29px;
    color: #6f2c90;
    text-align: left;
}
#form-ip .qrcode__title span{

    font-weight: 700;
}
#form-ip .qrcode__text {
    font-size: 14px;
    line-height: 20px;
    color: #6f2c90;
    font-weight: 500;
    text-align: left;
    max-width: 680px;
}
#form-ip .qrcode__text span{
    display: block;
    padding: 0;
    padding-bottom: 30px;
}
.form-ip__item{
    border-radius: 20px;
    border: 1px solid #53008f;
    padding-left: 10px;
}
.form-ip__title{
    font-size: 19px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 700;
    padding: 24px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: linear-gradient(#53008f, #802ebb) border-box;
}
.form-ip__subtitle{
    font-size: 14px;
    line-height: 16px;
    color: #6f2c90;
    font-weight: 600;
    padding: 10px 24px;
    background: linear-gradient(#e5d5ef, #ffffff);
    height: 32px;
    display: flex;
    lign-items: baseline;
    background: #e1d7eb;
    flex-direction: column;
    justify-content: center;
}
.form-ip__name{
    max-width: 259px;
    font-size: 14px;
    line-height: 18px;
    color: #6f2c90;
    font-weight: 700;
    padding-left: 24px;
}
.form-ip__list{
    font-size: 14px;
    line-height: 16px;
    color: #6f2c90;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
}
.form-ip__row{
   display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.form-ip__text{
    font-size: 14px;
    line-height: 18px;
    color: #6f2c90;
    font-weight: 700;
    padding-top: 15px;
    border-top: 1px solid;
    padding-left: 24px;
}
.popup-ip__btn {
    margin-top: auto;
    margin-bottom: 10px;
    display: flex;
    align-self: center;
    font-size: 14px;
}
.form-ip__intro {
    font-size: 12px;
    line-height: 11px;
    color: #6f2c90;
    font-weight: 500;
    padding-left: 24px;
    text-align: center;
    padding-right: 24px;
}
#form-ip{
    display: flex;
}
.form-ip__item {
    border-radius: 20px;
    border: 1px solid #53008f;
    padding: 5px 5px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#form-ip .qrcode__close{
    filter: brightness(0) saturate(100%) invert(11%) sepia(39%) saturate(6006%) hue-rotate(268deg) brightness(117%) contrast(124%);
}
.form-ip__block{
    display: block;
}
@media (max-width: 1200px) {
    #form-ip .qrcode_right {
        max-width: 90%;
    }

}

@media (max-width: 900px) {
    .form-ip__row {
        grid-template-columns: 1fr 1fr;
    }
    #form-ip .qrcode_right {
        max-width: 80%;
        overflow: auto;
        max-height: 80%;
        height: 90%;
        justify-content: flex-start;
    }
}
@media (max-width: 767px) {
    .form-ip__row {
        grid-template-columns: 1fr;
    }
    #form-ip .qrcode_right {
        max-height: 90%;
    }
}

.qrcode__close--blokirivka{
    width: 36px;
}
#blokirovka .qrcode_right {
    background: linear-gradient(#ffffff, #e1e6ff);
    max-width: 595px;
    max-height: 100%;
    margin-top: auto;
}
.blokirovka__title.orange {
    color: #ff5023;
    font-weight: bold;
    text-align: left;
    font-size: 30px;
}
.blokirovka__title.qrcode__title-blok {
    color: #6f2c90;
    font-weight: bold;
    text-align: left;
    margin-top: 30px;
    max-width: 370px;
    font-size: 30px;
}
.qrcode__title-blok span{
    display: block;
}
.blokirovka__btn {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #6f2c90;
    font-weight: 700;
    border: 1px solid #6f2c90;
    border-radius: 30px;
    padding: 13px 23px;
}
.blokirovka__text {
    font-size: 20px;
    line-height: 26px;
    color: #6f2c90;
    font-weight: 500;
}
.blokirovka__item {
    display: flex;
    gap: 22px;
    align-items: center;
}
.blokirovka__row {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 40px;
}
.blokirovka__button{
    margin: 0;
}
#blokirovka {
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {

    .blokirovka__title.orange {
        font-size: 22px;
    }
    .blokirovka__title.qrcode__title-blok {
        margin-top: 22px;
        font-size: 22px;
    }
    .blokirovka__item {
        flex-direction: column;
        align-items: baseline;
        gap: 10px;
    }
    .blokirovka__text {
        font-size: 16px;
        line-height: 22px;
    }
    #blokirovka .qrcode_right {
        margin: 0 auto;
        max-width: calc(100% - 80px);
    }
    .qrcode__close--blokirivka {
        width: 26px;
        top: -10px;
        right: -11px;
    }
}
.information__name--activ--tarif--newf {
    padding-top: 15px;
    font-size: 14px;
}
.information__name--activ--tarif--newf  a{
    color: #eb752a;
}
.info-tests{
    color: #53008f;
    font-family: "Montserrat";
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: 600;
}
.info-tests a {
    color: #eb752a;
}

.lk__info .info-tests {
    text-align: left;
}

.lk__info .info-tests span {
    display: block;
}


@media (max-width: 1200px) {
    .header__link--tg img {
        max-width: 22px;
        margin-top: 3px;
    }
    .header__link--tg span {
        width: 28px;
        height: 27px;
        border-radius: 10px;
    }
}
.logo-dark{
    display: none;
}
@media (prefers-color-scheme: dark) {
    @media (max-width: 767px) {
        :root {
            --bg-color: #121212;
            --text-color: #ffffff;
        }

        .header__lk img, .header__button img {
            filter: brightness(0) saturate(100%) invert(96%) sepia(97%) saturate(1%) hue-rotate(86deg) brightness(103%) contrast(100%);
        }

        .header__link--tg span {

            border: 1px solid #ffffff;
        }

        .header__menu-button span, .header__menu-button:before, .header__menu-button:after {
            filter: brightness(0) saturate(100%) invert(96%) sepia(97%) saturate(1%) hue-rotate(86deg) brightness(103%) contrast(100%);
        }

        .header__menu-button {

            background: #ffffff00;
            border-color: #ffffff;
        }

        p, span, a, div {
            color: #ffffff !important;
        }



        #blokirovka .orange {
            color: #ff5023 !important;

        }

        #blokirovka p,#blokirovka span {
            color: #6f2c90 !important;
        }

        #blokirovka button span {
            color: #ffffff !important;
        }

        #form-ip p, #form-ip span{
            color: #6f2c90 !important;
        }

        #form-ip .form-ip__title{
            color: #ffffff !important;
        }




        .select-address__choices a {

            color: #00000073 !important;
        }

        .mini-news__count a {

            color: #eb752a !important;
        }

        .select-address__choices li a,  .select-address__choices li a span
        {
            color: #7a2d97 !important;
        }

        .logo-dark {
            display: inline;
        }

        .logo-all {
            display: none;
        }

        .header {
            background: #000000;
        }

        .lk:before {
            background-color: #000000a6;
            background-image: none;
        }

        .popup-ip, .lk__itog, .header__nav {
            background: #000000;
        }
        .header__menu-button#menuIcon._active, .header__menu-button#menuIconLK._active, .header__menu-button:hover,
        .header__menu-button._active, .header__body._active .header__menu-button{
            background: #000000;
        }
        .menu-item a:before {
            filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(0%) hue-rotate(207deg) brightness(103%) contrast(105%);
        }



    }
}


#email-form__add form {
    margin-top: 20px;
}

#email-form__add button {
    margin: 20px auto 0 auto;
}

