#closeModal, .main-slider {
    cursor: pointer
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

#liqpayModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999
}

#modalContent {
    width: 450px;
    height: 1000px;
    margin: 50px auto;
    background-color: #fff;
    position: relative
}

#closeModal {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 40px
}

#modalIframe {
    width: 100%;
    height: 100%;
    border: none
}

.modal-open {
    overflow: hidden
}

.web_image {
    display: block
}

.mob_image {
    display: none
}

@media (max-width: 768px) {
    #modalContent {
        width: 90%;
        height: 90%;
        margin: 5% auto
    }

    .web_image {
        display: none
    }

    .mob_image {
        display: block
    }
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
    .product_title_size {
        max-width: 250px
    }
}

.header__menu_item:hover {
    color: #888;
}

.for-certificate-form{
    width: 100%;
}

.certificate__row{
    display: flex;
    align-items: start;
    width: 100%;
}

@media (max-width: 575px) {
    .certificate__row{
        display: block;
    }
}

.orders-page .page__reviewed, .orders-page .page__load-more{
    display: none;
}

.orders-page .page__bottom{
    padding: 10px 0;
}

.share-favorites-block{
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.favorite-page .page__reviewed, .favorite-page .page__load-more{
    display: none;
}

.share-favorite-page .page__load-more{
    display: none;
}

.header__banner-slider-item a:hover,
.header__banner-slider-item a {
    color: inherit;
    text-decoration: underline;
}
