/*modal menu button*/

.modal__buy {
    display: none;
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.modal__consult {
    display: none;
    z-index: 10001;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.modal__buy__overlay {
    background: rgb(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.modal__buy__body {
    background: #fff;
    width: 300px;
    height: 560px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -300px;
    border-radius: 20px;
    box-shadow: 0 10px 50px black;
}

.modal__consult__body {
    background: #fff;
    width: 350px;
    height: 600px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -175px;
    margin-top: -300px;
    border-radius: 20px;
    box-shadow: 0 10px 50px black;
}

.modal__show {
    display: block !important;
}

.close__modal {
    text-align: right;
    color: #000;
    font-weight: 300;
    font-size: 35px;
    padding-right: 15px;
}

.close__modal__icon {
    cursor: pointer;
}


/*modal promo button*/


/*modal text*/

.logo__min {
    padding-top: 20px;
}

.modal__title {
    text-align: right;
    color: #58595b;
    font-weight: 500;
    font-size: 12px;
    padding-top: 29px;
    padding-left: 10px;
}

.modal__work__title {
    text-align: center;
    color: #58595b;
    font-weight: 500;
    font-size: 12px;
    padding-top: 29px;
    padding-left: 10px;
}

.modal__desc {
    text-align: right;
    color: #58595b;
    font-weight: 300;
    font-size: 12px;
}

.modal__product {
    text-align: left;
    color: #58595b;
    font-weight: 300;
    font-size: 17px;
    padding-top: 20px;
}

.modal__promo__desc {
    text-align: center;
    color: #58595b;
    font-weight: 300;
    font-size: 13px;
    margin-left: 30px;
    margin-right: 30px;
}

.modal__phone__number {
    font-size: 30px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
}

.kstar__logo {
    padding-bottom: 8px;
}

.qrcode {
    text-align: center;
    padding-top: 15px;
}

.rbr__viber {
    font-size: 14px;
    color: rgb(49, 127, 218);
}