#footer {
    position: fixed;
    /* Фиксированное положение */
    left: 0;
    bottom: 0;
    /* Левый нижний угол */
    height: 55px;
    /* Поля вокруг текста */
    width: 100%;
    /* Ширина слоя */
    z-index: 9999;
}

#couponcode {
    padding: 0 0 30px 0;
}

.label_foot {
    position: relative;
    top: 40%;
    text-align: center;
    font-family: "Roboto", Arial Black, Arial, sans-serif;
    font-size: 12px;
    height: 100%;
}

.personal_card {
    background-color: #6ca7c8;
    border-radius: 10px;
    padding: 50px 20px;
    margin-bottom: 25px;
    display: table;
    table-layout: fixed;
    width: 100%
}

input[type="checkbox"]:required:invalid+span {
    color: #ec1111;
    ;
}

input[type="checkbox"]:required:valid+span:not('#politics-span') {
    color: #2e8d2e;
}


/*Отключает отображение надписи 'Choose file' возле кнопки*/

input[type=file] {
    color: transparent;
}

.inline-block {
    display: inline-block;
}

.center-div {
    position: fixed;
    top: 35%;
}

.virtual_card {
    background: linear-gradient(0, #99b9fc, #883dc8);
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    margin-bottom: 25px;
    box-shadow: 0 0 30px 0 rgba(66, 85, 139, 0.8);
    border-width: 0;
    display: block;
    border-radius: 20px;
    background-clip: border-box;
}

.virtual_card-name {
    color: #ffffff;
    width: 60%;
    word-break: break-all;
    display: inline-block;
}

.virtual_card-photo {
    border-radius: 50%;
    width: 100px;
}

.virtual_card-header {
    position: relative;
    overflow: auto;
}

.virtual_card-icon {
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.logo-mod {
    width: 200px;
    height: 100px;
}

.logo-mod img {
    width: 100%;
    height: auto;
}

.help-block {
    color: #ff5140;
}

.icon-container-mod {
    margin-bottom: 5px;
}

.icon-container-mod .icon-mod {
    background-color: #bda8d1;
    line-height: 30px;
    transition: background-color 300ms ease-in-out;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 8px;
    text-align: center;
    vertical-align: middle;
}

.icon-container-mod .transactions {
    line-height: 45px;
    position: absolute;
    right: 0;
    height: 45px;
    width: 45px;
    margin-top: -12px;
}

.icon-container-mod .icon-mod span {
    transition: color 300ms ease-in-out;
    font-size: 2.523rem;
    color: #FFFFFF;
}

.icon-container-mod .icon-mod:hover {
    background-color: #7b4fa0;
}

.icon-container-mod .icon-mod:hover span {
    color: #FFFFFF;
}

.logo-mod-min {
    position: absolute;
    bottom: 10%;
}

.nav-height {
    height: 60px;
}

.title-mod {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 375px) {
    .title-mod span {
        font-size: 1.4rem !important;
    }
}

.title-mod span {
    font-family: Gothicb;
    font-size: 1.1rem;
    margin-left:45px;
}

.holder_name {
    font-size: 1.6rem;
    font-family: Gothicb;
    word-break: break-word;
    margin-bottom: 40px;
}

.holder_phone {
    font-size: 17px;
}

.holder-balance {
    position: relative;
    text-align: center;
    color: #FFFFFF;
    height: 25px;
}

.login-header {
    height: 50px;
    background-color: #7b4fa0;
    position: relative;
}

.login-header div {
    font-family: Gothicb;
    white-space: nowrap;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 1.3rem;
}

.login-submit-mod {
    font-family: Gothic;
    text-align: center;
}

.login-submit-mod .btn {
    padding: 0 18px !important;
}

.save_btn {
    display: inline-block;
}

#qrcode {
    text-align: center;
    margin-top: 6vh;
    margin-bottom: 36px;
}

#qrcode img {
    padding: 20px 20px 20px 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: inset 0px 3px 5px 0px rgba(179, 158, 203, 1.2) !important;
}

.balance {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    word-break: break-word;
    width: 24%;
    text-align: left;
}

.sum {
    font-family: Gothicb;
    color: #ffffff;
    font-size: 67px;
    text-align: center;
    margin-bottom: 5px;
}

.common-header {
    position: relative;
    text-align: right;
    background: linear-gradient(90deg, #7d5ca7, #8d84bf);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 3px 5px 0px rgba(179, 158, 203, 1.2) !important;
    padding-top: 0 !important;
    height: 50px;
}

#logout {
    text-align: right;
    position: absolute;
    z-index: 10;
    right: 0.5%;
    top: -2.5%;
}

#logout a {
    font-size: 1.8rem;
    padding: 0 3px !important;
}
.btn_close{
    font-size: 1.8rem !important;
    padding: 0 3px !important;
}
.virtual_card-div {
    margin: 10px 0 10px 0;
}

#preview_image,
#preview_image-div {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(179, 158, 203, 0.8);
    width: 100px;
    height: 100px;
}


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


/*#preview_image, #preview_image-div{*/


/*width: 200px;*/


/*height: 200px;*/


/*}*/


/*}*/

.reload_qrcode {
    text-align: center;
}

.reload_qrcode button {
    width: 170px;
}

#timer {
    margin-top: 6.9vh;
    text-align: center;
}

.btn-big-mod>.icon-big {
    display: block;
    font-size: 4rem;
    line-height: 50px;
    margin-bottom: 7px;
}

.btn-big-mod {
    line-height: 30px !important;
    min-width: 100px;
    box-shadow: 0 0 20px 0 rgba(91, 49, 118, 0.8) !important;
}

.btn-space-mod {
    margin-right: 5px;
    margin-bottom: 15px;
}

.upload-photo {
    position: absolute;
    top: 70%;
    left: 70%;
}

.upload-photo-reviews {
    position: absolute;
    top: 70%;
    left: 70%;
}

.delete-photo {
    position: absolute;
    top: 70%;
    left: 0;
}

#upload-photo {
    margin-bottom: 0;
}

#upload-photo-reviews {
    margin-bottom: 0;
}

@media (min-width: 375px) {
    .inline-forms {
        width: 60%;
        float: right;
    }
}

@media (max-width: 375px) {
    .inline-forms {
        width: 50%;
        float: right;
    }
}

@media (min-width: 600px) {
    .inline-forms {
        width: 70%;
        float: right;
    }
}

.form-control {
    border-radius: 30px !important;
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2) !important;
}

.photo-div {
    display: inline-block;
    position: relative;
}

.mdi-camera {
    margin-right: 0 !important;
}

.mdi-delete {
    margin-right: 0 !important;
}

#upload-photo label {
    border-radius: 50%;
    padding: 0 4px;
    font-size: 1.8rem;
}

#delete_photo {
    border-radius: 50%;
    padding: 0 4px;
    font-size: 1.8rem;
}

#close_edit_holder {
    border-radius: 50%;
    padding: 0 3px;
    font-size: 1.8rem
}

.btn {
    border-radius: 30px !important;
    ;
    box-shadow: 0 9px 15px rgba(64, 10, 86, 0.1) !important;
}

.mdi-time,
.mdi-delete,
.mdi-camera,
.mdi-close,
.mdi-card-giftcard,
.mdi-arrow-left {
    color: white !important;
}

.mdi-arrow-left {
    line-height: 32px !important;
}

.camera {
    border-color: #bda8d1 !important;
    background-color: #bda8d1 !important;
}

.card-border-color-primary {
    border-top-color: #7b4fa0 !important;
}

.btn-secondary {
    color: white !important;
}

.btn-secondary {
    background-color: #ba9df1 !important;
    border-color: #ba9df1 !important;
}

.transactions {
    line-height: 32px;
}

#edit_holder_button {
    font-size: 1.5rem;
    padding: 0 5px;
}
.edit_holder_button {
    font-size: 1.2rem;
    padding: 0 9px;
}

.main_photo-div {
    position: relative;
}

.btn-primary:hover {
    background-color: #7b4fa0 !important;
    border-color: #7b4fa0 !important;
}

.mdi-phone {
    margin-right: 10px;
}

.login_virtual-card {
    width: 90%;
    box-shadow: 0 5px 15px 0 rgba(66, 85, 139, 0.4);
    border-radius: 15px;
}

.main-card-body {
    padding: 0 20px 20px !important;
}

.coupons {
    position: absolute;
    right: 0;
    top: -30%;
    height: 45px !important;
    width: 45px !important;
    line-height: 40px !important;
}
.coupons  span {
    transition: color 300ms ease-in-out;
    font-size: 2.523rem !important;
    color: #FFFFFF;
  }
.coupons-container {
    position: relative;
    height: 50px;
    border-bottom-style: dashed;
    border-bottom-color: #ffffff;
    border-bottom-width: 0.05rem
}

.transactions-container {
    position: absolute;
    right: 0;
    top: 45%;
}

.back-button {
    color: #ffffff;
    position: absolute;
    left: 8%;
    cursor: pointer;
    top: 23%;
    font-size: 2rem !important;
}

.header_title {
    font-family: Gothicb;
    color: #ffffff;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.btn-lg {
    font-family: Gothic !important;
}

::placeholder {
    font-family: Gothic;
    color: #9c9c9c;
}

.form-group-mod {
    margin-top: 10.6vh;
    margin-bottom: 5vh;
    text-align: center;
}

.form-group-mod .btn {
    font-size: 17px !important;
}

.form-margin-bottom {
    margin-bottom: 0.838rem;
}

.card-header-login {
    margin-bottom: 10.6vh !important;
}

.card-body-login {
    padding: 0 30px 15px !important;
}

#auth2_enter .btn {
    width: 80%;
}

.save_btn .btn {
    padding: 0 30px;
}

.header-politics span {
    width: 70%;
    text-align: center;
}

h4,
h5 {
    font-family: Gothicb !important;
}

p.bold {
    font-family: Gothicb !important;
}

button.close-politics {
    width: 70%;
}

#reviews {
    text-align: center;
    margin-top: 6vh;
}

.upload-review-photo {
    position: absolute;
    top: 90%;
    left: 90%;
}

.upload-review-photo button {
    padding: 0 6px !important;
    line-height: 21px !important;
}

.delete-review-photo {
    position: absolute;
    top: 90%;
    left: -7%;
}

.delete-review-photo button {
    padding: 0 7px !important;
    line-height: 21px !important;
}

#preview_review_image {
    margin-top: 6vh;
    padding: 50px;
    background-color: #EEEEEE75;
    border-radius: 10%;
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2)
}

.card-review-body {
    text-align: center;
}

.card-review-body textarea {
    background-color: #EEEEEE75;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px 0 inset;
    border-color: #EEEEEE75;
    margin-top: 5vh;
    margin-bottom: 1vh;
    width: 100%;
    resize: none;
    height: 150px;
}

.card-review-body textarea::placeholder {
    padding: 10px;
}

.send_review button {
    width: 60%;
    margin-top: 4vh;
}

.be-bottom-footer {
    padding-right: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    background-color: rgb(255, 255, 255);
    z-index: 1030;
}

.be-bottom-footer ul.columns_footer li {
    width: 25%;
}

ul.columns_footer {
    margin: 0;
    padding: 4px;
}

ul.columns_footer li {
    display: inline;
    float: left;
    text-align: center;
    margin-right: 0px;
    padding: 3px !important;
    border-right: none;
}

.footer_countCoupons {
    color: #d20d0d;
border: solid 1px rgba(255, 0, 0, 0);
background-color: rgba(255, 255, 255, 0);
border-radius: 50%;
font-size: 1.5rem;
padding: 1px 5px 1px 5px;
outline-color: rgba(255, 0, 0, 0);
margin-top: -48px;
margin-left: 12%;
text-align: center;
-webkit-border-radius: 50%;
z-index: 9999;
position: absolute;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
display: none;
font-family: Gothicb;
font-size: 18px;
font-weight: 600;
text-shadow: 0 0 20px #fdfcfb, 0 0 30px #f8f5f7, 0 0 40px #fcfcfc, 0 0 50px #fbf8fa, 0 0 60px #fdfbfc, 0 0 70px #f9f6f7, 0 0 80px #fbf7f99e;
}
.be-bottom-footer .footer-icon{
    background-color:#fdfbfb00;
}
.be-bottom-footer .icon-container-mod .icon-mod span {
    transition: color 300ms ease-in-out;
    font-size: 2.8rem;
    color: #8e6bdb;
  }
  .be-bottom-footer .icon-container-mod .icon-mod span:hover {

    font-size: 2.8rem;
    color: #fff;
  }
  .be-bottom-footer .icon-container-mod .icon-mod {
    line-height: 43px !important;
    transition: background-color 300ms ease-in-out;
    border-radius: 50%;
    display: inline-block;
    height: 45px;
    width: 45px;
    margin-right: 8px;
    text-align: center;
    vertical-align: middle;
  }

  .bonus-line {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
    margin-top: 40px;
    margin-right: 0px;
    z-index: 1;
}
.bonus-line-count {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    height: 80px;
}
.bonus-line-count-center{
    margin-left:30px;
}
.bonus-line-progress {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    height: 20px;
    z-index: 2;
}
.bonus-line-count-summa:first-child, .bonus-line-count-pecent:first-child {
    text-align: left;
}
.bonus-line-count-summa, .bonus-line-count-pecent {
    font-weight: normal;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}
.bonus-line-count-summa:last-child, .bonus-line-count-pecent:last-child {
    text-align: right;
}
.bonus-line-count-pecent {
    color: #ffffff;
}

.bonus-line-count-summa, .bonus-line-count-pecent {
    font-weight: normal;
    
    font-weight: 300;
    text-align: center;
}
.bonus-line-count-pecent {
    font-weight: normal;
    font-size: 17px;
font-weight: 300;
    
    text-align: center;
}
.bonus-line-progress .bonus-line-progress-ball {
    position: absolute;
    top: 2px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: calc(80% - 0px);
    background-color: #7b4fa0;
    z-index: 4;
}
.bonus-line-progress .bonus-line-progress-active {
    position: absolute;
    top: 10px;
    left: 0;
    width: 80%;
    height: 5px;
    z-index: 3;
    background-color: #7b4fa0;
}
.bonus-line-progress:before {
    position: absolute;
    content: "";
    height: 5px;
    top: 10px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    background-color: rgb(189, 168, 209);
}

.be-scroll-top:before {
    content: '\F0143' !important;
    font-family: "Material Design Icons" !important;
    font-size: 2.538rem;
    display: inline-block;
    vertical-align: middle;
  }
  .be-scroll-top {
    cursor: pointer;
    position: fixed;
    bottom: 60px !important;
    right: 10px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 14px;
    display: none;
    transition: background-color .2s ease;
    border-radius: 4px;
    z-index: 1071;
  }
  .btn-coupone{
    max-width:200px;
  }
  .active-rate{
    font-family: Gothicb;
    font-size: 24px;
    color:#ec1111;
    margin-top: -10px;
  text-shadow: 0 0 20px #fdfcfb, 0 0 30px #f8f5f7, 0 0 40px #fcfcfc, 0 0 50px #fbf8fa, 0 0 60px #fdfbfc, 0 0 70px #f9f6f7, 0 0 80px #fbf7f99e;
}
.bonus-block-level span {
    color: #fff;
text-align: center;
padding-right: 0;
display: block;
margin-top: 10px;
font-size: 1.6rem;
font-family: Gothicb;
word-break: break-word;
}
.bonus-block-level-text{
    margin-top: 20px;
    text-align: center;
font-size: 1.6rem;
font-family: Gothicb;
word-break: break-word;
text-align: center;
color:#FFF;

font-weight: 300;
}
.bonus-line-count-summa{
    font-size: 17px;
    color:white;
    
}
.fa.fa-rouble::before, .fa.fa-rub::before, .fa.fa-ruble::before {
    content: "\f158";
    font-size: 15px;
  }
  .body_countCoupons{
    top: 30px;
    right: -15px;
  }
  .footer_countCoupons::before, .body_countCoupons::before {
    content: "\F02A1";
    color:red;
    font-size: 14px;
    display: inline-block;
font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 20px;
  line-height: 1;
text-rendering: auto;
line-height: inherit;
    
  }