#slider-4-slide-8-layer-2 {
    cursor: pointer;
}
.wpb_row .vc_col-sm-4:nth-of-type(2) .themestek-vc_btn3-container.themestek-vc_btn3-inline {
    display: none !important;
}
#form-contacts .with_frm_style .frm_primary_label {
    color: #9faebe;
}
#main .custom-link-down a {
    border: 1px solid #fff !important;
    border-radius: 6px !important;
    padding: 10px 20px !important;
}
#main .custom-link-down a:before {
    content: "" !important;
}
#main .custom-link-down a:after {
    border: none !important;
}
#main .custom-link-down:hover a {
    color: #0693e3 !important;
    background-color: #fff !important;
}
.quiz-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}
.quiz-modal-content {
    background: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    position: relative;
}
.quiz-modal-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.vc_custom_1579674092379 {
    top: -90px;
}
.themestek-slider-wrapper {
  position: relative;
}

rs-sbg-px::after {
  content: "";
  position: absolute;
  inset: 0;               /* растянуть на весь блок */
  background: rgba(0,0,0,0.4); /* сила затемнения, подкорректируй */
  pointer-events: none;   /* чтобы клики шли к кнопкам */
  z-index: 2;             /* ниже текста и кнопок */
}

@media (max-width: 500px){
    .themestek-slider-wrapper .fa-chevron-circle-right {
        min-width: 50px;
        min-height: 50px;
    }
    .themestek-slider-wrapper .fa-chevron-circle-right:before {
        font-size: 3rem;
    }
}