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 #f5583b;
}

.quiz__uislider .ui-widget-header {
    background: #f5583b;
    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: #f5583b;
    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: #f5583b;
    -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:
        linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
        url("../img/bg-1.webp") center/cover no-repeat;
    position: relative;
}
.maingallery{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.maingallery {
    display: none;
}

.hero .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 600px;
    margin-left: 80px;
    margin-right: auto;
}

.hero .tac {
    text-align: left !important;
}

.hero .hero-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    justify-content: flex-start;
}

.hero .hero-wrapper .btn--arrow {
    min-width: 160px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 769px) {
    .hero .topzag {
        display: none;
    }
}

.hero .hero-subtext {
    max-width: 560px;
    margin: 0 0 14px;
    color: #fff;
    font-size: 30px;
    line-height: 1.35;
}

.hero-wrapper .btn--results {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    height: 56px;
    padding: 0 24px;
    background: #f5583b;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    animation: btnResultsBlink 1.5s ease-in-out infinite;
}

@keyframes btnResultsBlink {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(245, 88, 59, 0.5); }
    50% { opacity: 0.85; box-shadow: 0 0 12px 4px rgba(245, 88, 59, 0.6); }
}

.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;
}
.topzag {
    letter-spacing: -0.48px;
    display: inline-block;
    padding: 0.5vw 1.5vw;
    background-color: #f5583b;
    border-radius: 0.4vw;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    font-size: 20px;
    margin-bottom: 10px;
}
.topzag span {
    display: block;
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}
.col-white {
    color: #fff;
}
.text-center {
    text-align: center;
}
section#quiz h2, section#quiz h1 {
    text-shadow: 1px 1px 4px #0000007a;
}


@media (max-width: 767px) {
    .hero .container {
        max-width: 100%;
        margin-left: 0;
    }
    .hero .tac {
        text-align: left !important;
    }
    .topzag {
    font-size: 18px;
}
    .toggle-result{
        width: 100%;
    }
    .toplang {
        position: absolute;
        top: 75px;
        right: 8px;
    	z-index: 100;
    }
    .fz70 {
        font-size: 2.7rem !important;
    }
        .fz18 {
        font-size: 1.7rem;
    }
    .fz48 {
        font-size: 2.3rem !important;
    }
    .main{
        display: flex;
        flex-direction: column;
    }
    .main .hero{
        padding: 180px 0 40px 0;
        margin: 0;
    }
    .sele-3{
        margin-left: auto;
        margin-right: auto;
    }

    .hero .topzag,
    .hero h1,
    .hero .hero-wrapper {
        opacity: 0;
        transform: translateY(18px);
        animation: heroFadeUp 0.8s ease forwards;
    }

    .hero .topzag {
        animation-delay: 0.15s;
    }

    .hero h1 {
        animation-delay: 0.35s;
    }

    .hero .hero-wrapper {
        animation-delay: 0.55s;
    }

    @keyframes heroFadeUp {
        from {
            opacity: 0;
            transform: translateY(18px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 768px) {
    .main{
        background:
            linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.65)),
            url("../img/mob1.png") center 25% / 130% auto no-repeat;
    }

    .hero{
        padding-top: 180px;
        padding-bottom: 40px;
    }

    .hero .container{
        max-width: 100%;
        margin-left: 0;
        padding: 0 20px;
        align-items: flex-start;
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .hero .topzag{
        display: none;
    }

    .hero h1{
        font-size: clamp(52px, 14vw, 72px);
        line-height: 1.04;
        margin-bottom: 0;
        max-width: 300px;
        letter-spacing: 0.2px;
        font-weight: 700;
        text-shadow: 0 0 8px rgba(255,255,255,0.4), 0 0 20px rgba(255,255,255,0.25);
    }

    .hero .hero-subtext{
        max-width: 300px;
        line-height: 1.15;
        margin-bottom: 0;
        font-size: clamp(26px, 7.4vw, 36px);
        font-weight: 600;
        text-shadow: 0 0 6px rgba(255,255,255,0.35), 0 0 14px rgba(255,255,255,0.2);
    }

    .hero .tac {
        text-align: left !important;
    }

    .hero-wrapper{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-top: 28px;
    }

    .hero-wrapper .btn--arrow{
        width: 240px;
        min-width: 240px;
        max-width: 240px;
        height: 56px;
        min-height: 56px;
        margin-left: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .hero-wrapper .btn--arrow .btn-text{
        font-size: 18px;
        line-height: 1;
        white-space: nowrap;
        text-align: center;
        padding: 0 10px;
    }

    .hero-wrapper .btn--arrow img {
        width: 14px;
    }

    .hero-wrapper .btn--results{
        width: 240px;
        min-width: 240px;
        max-width: 240px;
        height: 56px;
        min-height: 56px;
        padding: 0 20px;
        font-size: 18px;
    }
}
input.main-input__inner {
    width: 100%;
    padding: 14px;
    font-size: 18px;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.main-input {
    width: 100%;
    margin-bottom: 30px;
}

.hero-video-section {
    position: relative;
    z-index: 3;
    padding-top: 3rem;
}

.hero-video-head p {
    margin-top: 1rem;
    color: #f2f2f2;
}

.hero-video-carousel {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 2.4rem;
}

.hero-video-viewport {
    width: 100%;
    position: relative;
    height: 420px;
    overflow: visible;
}

.hero-video-track {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.hero-video-track .hero-video-item {
    position: absolute;
    top: 0;
    left: 50%;
    width: 48%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    transform: translateX(-50%) scale(0.8);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
    z-index: 1;
    margin-top: 0 !important;
    pointer-events: none;
}

.hero-video-track .hero-video-item.center {
    transform: translateX(-50%) scale(1);
    opacity: 1;
    z-index: 3;
    filter: none;
    pointer-events: auto;
}

.hero-video-track .hero-video-item.side-left {
    transform: translateX(-95%) scale(0.82);
    opacity: 0.56;
    z-index: 2;
    filter: brightness(0.8);
}

.hero-video-track .hero-video-item.side-right {
    transform: translateX(-5%) scale(0.82);
    opacity: 0.56;
    z-index: 2;
    filter: brightness(0.8);
}

.hero-video-track .hero-video-item.hidden {
    transform: translateX(-50%) scale(0.7);
    opacity: 0;
    z-index: 1;
}

.hero-video-poster-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.hero-video-poster {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 22px;
}

.hero-video-poster span {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.25;
}

.hero-video-poster--sunset { background: linear-gradient(135deg, #7a2c13 0%, #f5583b 40%, #ffb36d 100%); }
.hero-video-poster--aurora { background: linear-gradient(135deg, #22356e 0%, #2d8dd3 45%, #83f5d2 100%); }
.hero-video-poster--candy { background: linear-gradient(135deg, #642b73 0%, #c6426e 45%, #ff8e72 100%); }
.hero-video-poster--ice { background: linear-gradient(135deg, #005b8f 0%, #00a0d8 45%, #87e9ff 100%); }
.hero-video-poster--fire { background: linear-gradient(135deg, #3d1d0f 0%, #b9451f 45%, #f8b14f 100%); }

.hero-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    pointer-events: none;
}

.hero-video-btn {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(245, 88, 59, 0.9);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

body.hero-video-modal-open .hero-video-prev,
body.hero-video-modal-open .hero-video-next {
    visibility: hidden;
    pointer-events: none;
}

.video-modal-wrap {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.75);
}

.video-modal-wrap .box-modal {
    position: relative;
    width: 100%;
    max-width: min(90vw, 900px);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    background: #000;
}

.video-modal-wrap .modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 26px;
    line-height: 1;
    transition: background 0.2s;
}

.video-modal-wrap .modal-close:hover {
    background: rgba(0, 0, 0, 0.85);
}

.video-modal-wrap .modal-content-box {
    width: 100%;
    line-height: 0;
}

.video-modal-wrap .video-modal-player {
    display: block;
    width: 100%;
    max-height: calc(100vh - 48px);
    object-fit: contain;
}

@media (max-width: 991px) {
    .hero-video-viewport {
        height: 340px;
    }
}

@media (max-width: 767px) {
    .video-modal-wrap {
        padding: 12px;
    }
    .video-modal-wrap .box-modal {
        max-width: 100%;
        border-radius: 12px;
    }
    .video-modal-wrap .modal-close {
        top: 8px;
        right: 8px;
        width: 48px;
        height: 48px;
        font-size: 28px;
        min-width: 48px;
        min-height: 48px;
    }
    .video-modal-wrap .video-modal-player {
        max-height: calc(100vh - 24px);
    }
    .hero-video-carousel {
        position: relative;
        display: block;
    }
    .hero-video-viewport {
        height: 280px;
        margin-top: 18px;
    }
    .hero-video-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 38px;
        height: 38px;
        font-size: 24px;
        z-index: 5;
    }
    .hero-video-btn.prev {
        left: 6px;
    }
    .hero-video-btn.next {
        right: 6px;
    }
    .hero-video-track .hero-video-item {
        width: 65%;
    }
    .hero-video-track .hero-video-item.side-left {
        transform: translateX(-86%) scale(0.82);
    }
    .hero-video-track .hero-video-item.side-right {
        transform: translateX(-14%) scale(0.82);
    }
    .hero-video-poster span {
        font-size: 1.3rem;
    }
}

@media (min-width: 768px) {
    .hero .fz70,
    .hero .hero-subtext {
        font-weight: 600;
    }
    .hero .fz70 {
        margin-top: 0.6em;
    }
}