span.btn-teleg {
    width: 1.667vw;
    height: 1.667vw;
    border-radius: 50%;
    background-color: #1e9bd7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.46875vw;
}
span.btn-whats {
    width: 1.667vw;
    height: 1.667vw;
    border-radius: 50%;
    background-color: #2ebd38;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.46875vw;
}
span.btn-vibe {
    width: 1.667vw;
    height: 1.667vw;
    border-radius: 50%;
    background-color: #7b68f4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.46875vw;
}
span.btn-teleg img, span.btn-whats img {
    width: 16px;
}
.material-words::before{
	display:none;
}
.toplang {
    font-size: 16px;
}
.toplang a {
    color: #fff;
    font-size: 16px;
    margin: 0 6px;
}.quiz-semifinal__img {    width: 50.5625vw;    position: absolute;}
.modal-call {
  padding: 50px !important;
}

.quiz__uislider .toggle-slider {
    width: 100%;
    height: 7px;
    background: #d9d9d9;
    position: relative;
    margin: 0 0 0;
    padding: 0 10px;
    border-radius: 15px;
    border: 0!important;
    margin-top: 25px;
}

.quiz__uislider .toggle-slider-min{
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 12px;
    color: rgba(255,255,255,0.7);
}

.quiz__uislider .toggle-slider-max{
    position: absolute;
    right: 0;
    bottom: 0px;
    font-size: 12px;
    color: rgba(255,255,255,0.7);
}

.quiz__uislider .ui-slider-handle {
    width: 23px;
    height: 23px;
    position: absolute;
    top: -8.5px;
    margin-left: -6px;
    z-index: 200;
    border-radius: 50px;
    background-color: #d9d9d9;
    border: 0;
    box-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .32);
    transition: 0s;
    border: 6px solid #76b421;
}

.quiz__uislider .ui-widget-header {
    background: #76b421;
    height: 7px;
    left: -1px;
    top: 0px;
    position: absolute;
    border-radius: 10px
}

.quiz__uislider .slider-result {
    text-align: center;
    position: absolute;
    top: -34px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #76b421;
    border-radius: 5px;
    color: #fff;
    font: 14px Jost, sans-serif;
    padding: 5px 7px;
    min-width: 30px
}

.quiz__uislider .slider-result:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #76b421;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.toggle-value {
    font-size: .8em;
    font-family: Jost, sans-serif;
    color: #4a4a4a
}

.toggle-result{
    width: 100%;
    max-width: 160px;
    border-radius: 4px;
    border: 1.2px solid #c0c4c3;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-weight: 400;
    font-family: Jost;
    color: #2e2e54;
    letter-spacing: 1px;
    padding: 0 20px;
    text-align: center;
    background: none;
}

.quiz__uislider{
    margin: 25px 0;
    position: relative;
    padding-bottom: 30px;
}

.quiz__uislider label{
    font-size: 15px;
    display: block;
    margin-bottom: 0;
}

.main{
    background: none;
    position: relative;
}
.maingallery{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.maingallery div{
    height: 100%;
}
.maingallery__inside{
    position: relative;
    width: 100%;
}
.maingallery__inside:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
}
.maingallery__inside img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.header{
    z-index: 3;
    position: relative;
}


@media (max-width: 767px) {
    .toggle-result{
        width: 100%;
    }
    .toplang {
        position: absolute;
        top: 75px;
        right: 8px;
    	z-index: 100;
    }
    .fz70 {
        font-size: 2.5rem !important;
    }
    .fz48 {
        font-size: 2.3rem !important;
    }
    .main{
        display: flex;
        flex-direction: column;
    }
    .main .hero{
        padding: 0rem 0 20rem;
        margin: auto 0;
    }
    .sele-3{
        margin-left: auto;
        margin-right: auto;
    }
}





