.motoquiz__step {
    display: none
}

.motoquiz__step.active {
    display: block
}

.motoquiz__step__content {
    padding: 27px 24px
}
@media (max-width:767px) {
    .motoquiz__step__content {
        padding: 27px 0
    }
}
.motoquiz__step_view_all__close {
    background: 0 0;
    border: none;
    padding: 0
}

.motoquiz__step_view_all__close svg path {
    transition: .3s
}

.motoquiz__step_view_all__close:hover svg path {
    fill: #5c8c99
}

.motoquiz__step_view_all__close_wrapper {
    text-align: right
}

.motoquiz__step_preloader {
    position: relative;
    height: 300px;
    text-align: center
}

.motoquiz__step_preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%)
}

.motoquiz__step_result__title {
    margin-bottom: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
    color: #1b3146;
    width: calc(100% - 260px)
}

@media (max-width:1199px) {
    .motoquiz__step_result__title {
        font-size: 26px;
        line-height: 1.2
    }
}

@media (max-width:767px) {
    .motoquiz__step_result__title {
        width: 100%
    }
}

.motoquiz__step_result__heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.motoquiz__step_result__answers {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.motoquiz__step_result__answers__item {
    margin: 0 0 24px!important;
    padding: 24px 20px;
    width: 30%;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-top: 3px solid #d8d8d8;
    background-color: #fff
}

.motoquiz__step_result__answers__item .answer__title {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    font-family: Graphik, Helvetica, sans-serif;
    line-height: 24px;
    margin-bottom: 32px
}

.motoquiz__step_result__answers__item .answer__title a {
    color: #000
}

.motoquiz__step_result__answers__item .answer__description {
    font-family: Graphik, Helvetica, sans-serif;
    font-weight: 400;
    color: #000;
    margin: 24px 0 80px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 114px;
    height: 114px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5
}

@media (max-width:767px) {
    .motoquiz__step_result__answers__item .answer__description {
        margin: 24px 0
    }
}

.motoquiz__step_result__answers__item .answer__more {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.motoquiz__step_result__answers__item .answer__more a {
    transition: .3s all;
    color: #1d3045
}

.motoquiz__step_result__answers__item .answer__more a svg {
    margin-left: 7px
}

.motoquiz__step_result__answers__item .answer__more a svg path {
    fill: #1d3045
}

.motoquiz__step_result__answers__item .answer__more a:hover {
    color: #636363
}

.motoquiz__step_result__answers__item .answer__more a:hover svg path {
    fill: #636363
}

@media (max-width:767px) {
    .motoquiz__step_result__answers__item {
        width: 100%
    }
}

.motoquiz__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.motoquiz__row .first_col {
    width: 65%
}

@media (max-width:1199px) {
    .motoquiz__row .first_col {
        width: 100%
    }
}

.motoquiz__row .second_col {
    width: 30%
}

@media (max-width:1199px) {
    .motoquiz__row .second_col {
        width: 100%
    }
}

.motoquiz__title {
    color: #1b3146;
    font-family: Roboto;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 18px
}

@media (max-width:1199px) {
    .motoquiz__title {
        font-size: 34px;
        line-height: 1.2
    }
}

.motoquiz__subtitle {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #1b3146
}

.motoquiz .questions {
    margin-top: 40px
}

.motoquiz .questions__heading {
    display: flex;
    flex-wrap: wrap
}

.motoquiz .questions__heading__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #979797;
    padding: 17px;
    border-bottom: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5
}

.motoquiz .questions__heading__title.active {
    border-bottom: none;
    color: #1b3146
}

.motoquiz .questions__heading__title:last-child {
    border-right: none
}

@media (max-width:991px) {
    .motoquiz .questions__heading__title {
        font-size: 20px;
        line-height: 24px;
        border-right: 0;
        border-bottom: 0
    }
}

.motoquiz .questions__variants {
    padding-top: 30px;
    margin-bottom: 20px!important
}

.motoquiz .questions__variants__item {
    display: inline-block;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    color: #1d3045;
    transition: .3s all;
    border: 2px solid #5c8c99;
    margin: 0 20px 15px 0
}

.motoquiz .questions__variants__item:hover {
    background: #5c8c99;
    color: #fff
}

.motoquiz .questions__variants__item__radio {
    display: none
}

.motoquiz .questions__variants__item__label {
    cursor: pointer;
    padding: 20px 30px
}
@media (max-width:767px) {
    .motoquiz .questions__variants__item__label {
        padding: 10px 8px;
        font-size: 14px
    }
}


.motoquiz__view_more {
    border: none;
    padding: 20px 30px;
    margin: 0 20px 15px 0;
    font-size: 14px;
    text-decoration-line: underline;
    color: #636363;
    transition: .3s all;
    background: 0 0;
    font-family: Roboto
}
@media (max-width:767px) {
    .motoquiz__view_more {
        margin: 0 0 15px 0;
		padding: 10px 8px
    }
}

.motoquiz__view_more:hover {
    color: #1d3045
}

.motoquiz__categories_list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px
}

.motoquiz__categories_list__item {
    width: 33%;
    margin-bottom: 20px
}

.motoquiz__categories_list__item__radio {
    display: none
}

.motoquiz__categories_list__item__name {
    cursor: pointer;
    font-family: Roboto;
    display: inline-block;
    width: 295px;
    font-size: 18px;
    line-height: 30px;
    transition: .3s all;
    color: #1b3146
}

.motoquiz__categories_list__item__name:hover {
    color: #5c8c99
}

@media (max-width:1199px) {
    .motoquiz__categories_list__item__name {
        width: calc(100% - 10px)
    }
}

@media (max-width:1199px) {
    .motoquiz__categories_list__item {
        width: 50%
    }
}

@media (max-width:767px) {
    .motoquiz__categories_list__item {
        width: 100%
    }
}

.motoquiz__reset {
    padding: 15px;
    min-width: 180px;
    height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #1d3045;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    background: 0 0;
    border: 2px solid #5c8c99;
    transition: .3s all;
    margin-bottom: 40px!important
}

.motoquiz__reset:hover {
    background: #5c8c99;
    color: #fff
}

@media (max-width:767px) {
    .motoquiz__reset {
        width: 100%
    }
}

.motoquiz__image {
    max-width: 100%
}

@media (max-width:1199px) {
    .motoquiz__image {
        width: 100%
    }
}