.carousel {
    outline: none;
}
.right.carousel-control, .left.carousel-control {
     visibility:hidden;
}

.box-no-check {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #9BB5C0;
    margin-top: 16px;
    height: 64px;
    text-align: center;
    word-wrap: break-word;
    align-items: center;
    display: flex;
    justify-content: center;
}

.box-no-check .label-answer{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.01em;
    padding: 0;
    margin: 0;
    color: #333D47;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

.box-check {
    width: 100%;
    background-color: #333D47;
    margin-top: 16px;
    height: 64px;
    text-align: center;
    word-wrap: break-word;
    align-items: center;
    display: flex;
    justify-content: center;
}

.box-check .label-answer{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

.indicators{
    width: 100%;
    text-align: center;
}
.indicators span:first-of-type {
    margin-left: 16px;
}

.swiper-slide-active{
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #F93549;
    margin-right: 16px;
}

.swipe-check {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #F0F4F7;
    margin-right: 16px;
}
  
.swiper-slide-prev{
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #9BB5C0;
    margin-right: 16px;
}

.swiper-slide-disabled{
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #F0F4F7;
    margin-left: 16px;
}

.answer-disable {
    height: 64px;
    width: 261px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: #FFFFFF;
    border: 1px solid #9BB5C0;
    box-sizing: border-box;
    margin-top: 16px;
}

.label-question {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #333D47;
}

.box_result{
    height: 100%;
    background: #F0F4F7;
    border-left:8px solid #9BB5C0;
}

.box_result_detail{
    width: 100%;
    height: 100%;
    padding-left: 32px;
    padding-right: 48px;
    padding-top: 20px;
    padding-bottom: 43px;
}

.label-result {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #333D47;
}

.label-result-detail{
    margin-top: 27px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #333D47;
    line-height: 22px;
    letter-spacing: 0.014em;
    text-align: left;
}

.button-active-inv {
    flex-direction: row;
    align-items: flex-start;
    padding: 14px 40px;
    background: #F93549;
    border: none;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.button-active-inv:disabled {
    background: #FBDBDC;
}
.button-active-inv:disabled:hover {
    background: #FBDBDC;
    opacity: 1;
}
.button-active-inv:hover {
    background: #F93549;
    opacity: 1;
}
.button-active-inv:focus {
    background: #F93549;
    outline:0;
}

@media (max-width: 768px) {
    .indicators {
        margin-bottom: 40px;
    }
    .box_result{
        margin-bottom: 40px;
    }
}