.quiz-item__title {
    margin-bottom: 2.3vw;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 125%;
    color: #363f4c;
}

::-webkit-scrollbar {
  width: 0;
}

.quiz-options--input{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.quiz-options--input .input {
    font-weight: 500;
    color: #363f4c;
    text-transform: none;
    padding: 1.45vw 1vw;
    font-size: .9375vw;
    line-height: 1.2vw;
    border: 0.052vw solid #dbdeeb;
    border-radius: 0.052vw;
    background-color: #fff;
}

.quiz-options--input .quiz__input-square {
    width: 20.83vw;
}

.quiz-options--input .quiz-options__text{
    font-size: 1vw;
    line-height: 1.3vw;
}
.quiz__togglecont{
    width: 100%;
}
.quiz__option-slider{
    margin-top: 20px;
}

.hlangs{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.hlangs a{
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.hlangs a.active{
    color: #e51d24;
}
.hlangs span{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 8px;
}

.header__phone__link.small{
    font-size: 14px;
}

.headsoc{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0;
}
.headsoc a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 7px;
    margin-right: 7px;
}
.headsoc a.green{
    background: #4dc359;
}
.headsoc a.red{
    background: #e51d24;
}
.headsoc a img{
    display: block;
    width: 50%;
}
.phonemodal{
    display: none;
}
.phonemodal__item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 12px;
}
.phonemodal__icon{
    width: 30px;
    margin-right: 12px;
}
    

@media (max-width: 768px){
    .hlangs a{
        font-size: 15px;
    }
    .hlangs span{
        margin: 0 4px;
    }
    .quiz__answers.sliderrange{
        max-width: 100%;
        width: 100%;
    }
    .quiz-options--input .quiz__input-square{
        width: 100%;
        padding: 4.45vw 5vw;
        font-size: 3.9375vw;
    }
    .quiz-options--input .quiz-options__text{
        font-size: 4vw;
        margin-left: 3vw;
    }

    .main__btn__text{
        font-size: 1.275rem;

    }
    .header__phone__link.small{
        font-size: 12px;
    }
    .header__phone__online{
        text-align: right;
        justify-content: flex-end;
    }
    .portfolio__slide__title{
        margin-bottom: 70px;
        margin-bottom: 7rem;
    }
    .portfolio__slider__arrows{
        top: -265px;
        top: -26rem;
        z-index: 10;
    }
    .portfolio__slider__dots{
        position: absolute;
        width: 100%;
        top: 458px;
        top: 45rem
    }
}











