.blocker {
    z-index: 100;
}

.top-outer-box .bg-full-wrap {
    background: #7653e5 center top !important;
    background-image: url(/netcat_template/template/jinn_tpl_common/img/main/bg.jpg) !important; /* fallback */
    background-image: url(/netcat_template/template/jinn_tpl_common/img/main/bg.jpg), linear-gradient(#7653e5, #fff) !important; /* W3C */
    /*background-image: linear-gradient(#2313a0, #fff);*/
    background-repeat: no-repeat;

}


/* ==========================================================================
   QUEST
   ========================================================================== */
.quest {
    display: flex;
}

.quest__input {
    flex-grow: 1;
    height: 33px;
    border-radius: 50px;
    border: 1px solid #A3A3A3;
    background: #FFF;
    color: #A4A4A4;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding: 0 15px;
    outline: none;
}

.quest__submit {
    width: 98px;
    height: 33px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #028348;
    border: none;
    padding: 0 26px;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
    transition: all 0.2s ease-out;
}

.quest__submit:hover {
    opacity: 0.9;
}


.item-tile-catalog .tile-title {
    max-height: 5.8em;
    height: 5.8em;
}

.lk-box .form-inner-wrap {
    width: 100%;
    max-width: 540px;
}

.frm-main-code .frm-field {
    padding-top: 0;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 0;
}

.item-tile-catalog .tile-head {
    padding: 0 0 0 63px;
}

@media (max-width: 479px) {
    .info-box {
        margin-bottom: 30px;
    }
    .slider-pagination {
        display: none;
    }
}

@media (max-width: 910px) {
    .lk-box {
        margin-top: 30px;
    }
}

@media (max-width: 1023px) {
    .button-slider {
        display: block;
    }
}