/* Generals start */

body {
    background-color: #EFEFEF;
}

/* Generals end */

/* Quiz section start */

[class*="uc-quiz"] {
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.uc-quiz-1 {
    opacity: 1;
}
.uc-quiz-1 .tn-group [data-elem-type="shape"]:first-child .tn-atom,
.uc-quiz-1 .tn-group [field^="tn_text"] {
	transition: all 0.3s;
	cursor: pointer;
}
.uc-quiz-1 .tn-group:hover [data-elem-type="shape"]:first-child .tn-atom {
	background-color: #20B038 !important;
}
.uc-quiz-1 .tn-group:hover [field^="tn_text"] {
	color: #fff !important;
}
.uc-quiz-1 [data-elem-type="button"] .tn-atom {
    transition: all 0.2s !important;
}
.uc-quiz-1 [data-elem-type="button"]:hover .tn-atom,
.uc-quiz-1 [data-elem-type="button"]:active .tn-atom {
    box-shadow: inset 0px 5px 15px #000;
}

.uc-quiz-2 {
    height: 0;
}

.uc-quiz-2 .t-upwidget-container__button {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    background-color: #EFEFEF !important;
    color: #002A3A !important;
    font-family: 'Montserrat' !important;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 1.23 !important;
    text-align: left;
    border-radius: 10px !important;
    padding: 20px;
}

.uc-quiz-2 .t-radio__control {
    box-sizing: border-box;
    background-color: #EFEFEF;
    border-radius: 10px;
    padding: 20px;
}
.uc-quiz-2 .t-radio__indicator {
    background-color: #fff;
    border-width: 1px;
    border-color: #D0D0D0;
}
.uc-quiz-2 .t-radio__indicator:after {
    background-color: #20B038;
}
.uc-quiz-2 div.tn-form__submit {
    justify-self: center;
    width: 100%;
}
@media screen and (min-width: 1260px) {
   .uc-quiz-2 div.t-form__inputsbox {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
        grid-gap: 20px;
    }
    .uc-quiz-2 .t-form_inputs-total_3 div.t-input-group {
        width: auto;
    }
    .uc-quiz-2 .t-upwidget {
        margin-top: 5px;
    }
    .uc-quiz-2 .t-upwidget-container__button {
        text-align: center;
    }
    .uc-quiz-2 .t-radio__wrapper {
        margin-top: 0;
    }
}

.uc-quiz-3 {
    height: 0;
}
.uc-quiz-3 .tn-group [data-elem-type="shape"]:first-child .tn-atom,
.uc-quiz-3 .tn-group [field^="tn_text"] {
	transition: all 0.3s;
	cursor: pointer;
}
.uc-quiz-3 .tn-group:hover [data-elem-type="shape"]:first-child .tn-atom {
	background-color: #20B038 !important;
}
.uc-quiz-3 .tn-group:hover [field^="tn_text"] {
	color: #fff !important;
}
.uc-quiz-3 [data-elem-type="button"] .tn-atom {
    transition: all 0.2s !important;
}
.uc-quiz-3 [data-elem-type="button"]:hover .tn-atom[href="#next"],
.uc-quiz-3 [data-elem-type="button"]:active .tn-atom[href="#next"] {
    box-shadow: inset 0px 5px 15px #000;
}
.uc-quiz-3 [data-elem-type="button"]:hover .tn-atom[href="#prev"],
.uc-quiz-3 [data-elem-type="button"]:active .tn-atom[href="#prev"] {
    box-shadow: inset 0px 5px 15px #ccc;
}

.uc-quiz-inlform,
.uc-quiz-qform {
    height: 0;
}

/* Quiz section end */

/* Result page start */

.uc-quiz-pre {
    opacity: 1;
}

.uc-quiz-final {
    height: 0;
    overflow: hidden;
}

/* Result page end */

/* Partner page start */

@media screen and (max-width: 1200px) {
    .uc-review-quiz .t-form__inputsbox_inrow .t-input-group_width33.t-input-group_inonerow {
        width: 100%;
    }
}

/* Partner page end */

/* Yandex reviews widget start */

.uc-yx-widget {
	max-width:760px;
	height:900px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.uc-yx-widget iframe {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
}
.uc-yx-widget a {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    font-family: YS Text,sans-serif;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    color: #b3b3b3 !important;
    padding: 0 20px;
}

/* Yandex reviews widget end */

/* Footer start */

.uc-footer .t396__artboard a {
    transition: all 0.2s;
}
.uc-footer .t396__artboard a:hover {
    color: #EBD253 !important;
}

/* Footer end */