 

.single-tests #wrapper-left {
    width: 100%;
    max-width: 100%;
    margin: auto;
} 
.single-tests .wrapper-feed-single {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.wrapper-tests-bg {
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: #59D793;
    z-index: 1;
    /* background-size: cover; */
}
.wrapper-tests {
    max-width: 1312px;
    z-index: 100;
    position: relative;
}
.wrapper-tests-content {
    max-width: 864px;
    margin-top: 7.3170731707317073170731707317073%;
    margin-bottom: 16.00609756097560975609756097561%;
    /* width: fit-content; */
}
.block-feed-tests {text-align: center;}
.dashboard-test {
    padding: 3.75%;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    /* width: 48.780487804878048780487804878049%; */
    max-width: 640px;
}
.btn-tests {
    background: #E50000;
    box-shadow: 0px 8px 50px rgba(63, 64, 68, 0.08);
    border-radius: 4px;
    width: 28.472222222222222222222222222222%;
    height: 40px;
    line-height: 250%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-top: 2.4390243902439024390243902439024%;
    cursor: pointer;
}
.btn-tests:hover {
    color: #FFFFFF;
    background: #E50000;
}
.count-test-ask {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: -1px;
    color: #B3B3B3;
    margin-bottom: 2.7777777777777777777777777777778%;
}
h2.test-ask {
    margin: 5%;
    text-align: left;
    width: 80%;
}
.block-test-ask {
    position: relative;
}
.test-answer-text {
	font-size: 20px;
	line-height: 160%;
	letter-spacing: -0.5px;
	color: #242424;
	text-align: left;
	padding: 3.3783783783783783783783783783784% 0;
	border-bottom: 1px solid rgba(155, 155, 155, 0.3);
	width: 90%;
	width: 100%;
	padding-left: 10.9375%;
}
.btn-tests-checkbox {
    width: 3.28125%;
    padding-bottom: 2.96875%;
    float: left;
    border: 1px solid #e50000;
    border-radius: 100%;
    margin-right: 2.7027027027027027027027027027027%;
    margin-left: 5%;
    margin-top: 4.3918918918918918918918918918919%;
    background-repeat: no-repeat;
    /* background-size: 100%; */
}
.block-test-answers {}
.line-test-answer {
    cursor: pointer;
    /* margin: 0 22px; */
}
.line-test-answer span {
    font-size: 14px;
    line-height: 129%;
    color: #242424;
    opacity: 0.4;
    text-align: left;
    display: block;
    margin: 0;
    /* margin-left: 7.2635135135135135135135135135135%; */
}
.line-test-answer span.true-val {}
.line-test-answer span.false-val {}
.line-test-answer:hover .test-answer-text {
	color: #E50000;
}
.line-test-answer .type-content-1 {}
.line-test-answer .type-content-2 {}
.line-test-answer .type-content-2 img {}
.dashboard-test.active-test {
    padding: 0;
    position: relative;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    width: auto;
    max-width: 864px;
    margin: auto;
}
.dashboard-test.is-result-test {
    max-width: 640px;
    width: 100vw;
}
.dashboard-test.is-result-test .social-icon-repost {
    width: 90.3125%;
    margin: auto;
}
.dashboard-test.is-result-test .social-icon-repost .sharing-btn {
    width: 13.840830449826989619377162629758%;
}
.dashboard-test.is-result-test .comments-btn {
    padding: 1.2110726643598615916955017301038% 3.7037037037037037037037037037037%;
}
.line-test-answer:last-child .test-answer-text {
    /* border: none; */
}
.line-test-answer.clicked .btn-tests-checkbox {
    background-image: url(../img/test_ico_click.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.line-test-answer.clicked .test-answer-text {
	color: #E50000;
}
.btn-tests.is_anwer_btn {
    margin-bottom: 4.0540540540540540540540540540541%;
    margin-top: 4.0540540540540540540540540540541%;
}
.curent_answer {}
.bad_answer {}
.curent_answer.clicked {
    background-color: rgba(89, 215, 147, 0.2);
}
.bad_answer.clicked {
    background-color: #F6CCD1;
}
.line-test-answer.bad_answer .btn-tests-checkbox {
	background-image: url(../img/test_ico_false.svg);
	border: none;
	padding-bottom: 3.28125%;
	background-size: 100%;
}
.line-test-answer.curent_answer .btn-tests-checkbox {
	background-image: url(../img/test_ico_true.svg);
	border: none;
	padding-bottom: 3.28125%;
	background-size: 100%;
}
.curent_answer .test-answer-text {
    color: #59D793;
}
.bad_answer.clicked .test-answer-text {}

.bad_answer:hover .test-answer-text {
    color: #242424;
}
.bad_answer.clicked:hover .test-answer-text {
    color: #E50000;
}
.curent_answer:hover .test-answer-text {
    color: #59D793;
}
.line-test-answer.bad_answer,
.line-test-answer.curent_answer {
	cursor: initial;
}
.line-test-answer.curent_answer .test-answer-text {
    color: #59D793;
}
.test-answer-img {
    height: 100%;
    width: 100%;
    /* padding-bottom: 100%; */
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    background-size: inherit;
    left: 0;
    top: 0;
    background-size: 100%;
    background-position: 50%;
    background-size: cover;
}
.line-test-answer.type-content-2 {
    width: 45.833333333333333333333333333333%;
    float: left;
    margin: 2.7777777777777777777777777777778% 0 0 2.7777777777777777777777777777778%;
    height: 0;
    padding-bottom: 28%;
    position: relative;
}
.line-test-answer.type-content-2 .btn-tests-checkbox {
    position: absolute;
    margin: 0;
    margin: 2.777778%;
    width: 5.430556%;
    padding-bottom: 5.430556%;
    background-size: 100%;
    display:none;
}
.line-test-answer.type-content-2.clicked .btn-tests-checkbox {
	display: block;
	z-index: 100;
}
.line-test-answer.type-content-2.curent_answer .btn-tests-checkbox {
	display: block;
}
.line-test-answer.type-content-2 .btn-tests-checkbox {
    z-index: 100;
}
#dashboard_test.type-tests-2 .line-test-answer.type-content-2 .btn-tests-checkbox {
	display:none;
}
#dashboard_test.type-tests-2 .line-test-answer.type-content-2.clicked {
	outline: 3px solid #E50000;
}

.block-test-answers.type-content-2 {
    background-color: #EEEEEE;
    display: inline-block;
    /* padding-right: 2.5%; */
    padding-bottom: 2.7777777777777777777777777777778%;
}
.text_result {
	width: 100%;
	display: block;
	float: none;
	font-size: 20px;
	line-height: 160%;
	text-align: center;
	letter-spacing: -0.5px;
	color: #242424;
	margin-top: 2.7777777777777777777777777777778%;
	margin-bottom: 5.5555555555555555555555555555556%;
}
.block-test-answers.type-content-1 {
    max-width: 640px;
    width: 100vw;
    /* width: 640px; */
}
.block-test-answers.type-content-2 {
    width: 100%;
    max-width: 864px;
}
.block-test-type-ask-1 {
    max-width: 640px;
    background: #fff;
}
.block-test-type-ask-2 {
    max-width: 864px;
    width: 100vw;
}
.line-test-answer.type-content-2.clicked.bad_answer {
	outline: 3px solid #E50000;
}
.line-test-answer.type-content-2.curent_answer {outline: 3px solid #59D793;}
.block-test-ask img.img-ask{
	width: 100%;
}
.tests-excerpt {
    font-size: 20px;
    line-height: 32px;  /* or 160% */
    text-align: center;
    letter-spacing: -0.5px;
    color: #000000;
    margin-bottom: 4.0540540540540540540540540540541%;
    margin-left: 2.027027027027027027027027027027%;
    margin-right: 2.027027027027027027027027027027%;
}
h1.tests-title {
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;  /* or 117% */
	text-align: center;
	letter-spacing: -1px;    /* Black */
	color: #242424;
	margin-bottom: 4.0540540540540540540540540540541%;
}
.dashboard-test h1 {
    
    
      /* or 129% */
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 117%;  /* or 129% */
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    letter-spacing: -1px;    /* Black */
    margin: 1.25% 3.75% 3.75% 3.75%;
}
.block-result-test {
    font-size: 20px;
    padding-bottom: 8.75%;
    padding-top: 8.75%;
    background-size: cover;
    background-position: center;
}
.test-result-point {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;  /* or 120% */
    display: inline-block;
    text-align: center;
    letter-spacing: -0.5px;    /* Black */
    color: #242424;
    width: auto;
    padding: 1% 2%;
    background-color: #fff;
    /* border-top-left-radius: 39%; */
    /* border-top-right-radius: 39%; */
    /* border-bottom-left-radius: 39%; */
    /* border-bottom-right-radius: 39%; */
    border-radius: 40px;
    /* margin-top: 8.75%; */
    margin-bottom: 1.25%;
}
.test-result-level {
    font-weight: 500;
    font-size: 48px;
    line-height: 117%;
    text-align: center;
    letter-spacing: -1px;    /* White */
    color: #FFFFFF;
    width: 90.3125%;
}
.test-result-text {
    font-weight: normal;
    font-size: 20px;
    line-height: 160%;  /* or 160% */
    text-align: center;
    letter-spacing: -0.5px;    /* White */
    color: #FFFFFF;
    margin-bottom: 2.5%;
    width: 90.3125%;
}
.btn-reload-test {
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #E50000;
    box-sizing: border-box;
    border-radius: 4px;
    /* float: right; */
    color: #E50000;
    padding: 1.09375% 3.7037037037037037037037037037037%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.5px;
    width: 29.0625%;
    margin-right: 1%;
    margin-top: 3.75%;
    margin-bottom: 3.75%;
    cursor: pointer;
}
.btn-all-test {
    background: #FFFFFF;
    border: 1px solid #E50000;
    box-sizing: border-box;
    border-radius: 4px;
    /* float: right; */
    background-color: #E50000;
    padding: 1.09375% 3.7037037037037037037037037037037%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.5px;
    width: 29.0625%;
    display: inline-block;
    margin-top: 3.75%;
    margin-bottom: 3.75%;
}

.btn-all-test a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.5px;
    color: #fff;
}
.btn-reload-test a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.5px;
    color: #E50000;
}
.header-test-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 122%;  /* identical to box height, or 122% */
    text-align: center;
    letter-spacing: -1px;    /* Gray */
    color: #B3B3B3;
    margin-top: 3.75%;
}
.btn-tests.is_result-test {
    margin-bottom: 2.4390243902439024390243902439024%;
    width: 36.71875%;
}
.content-result-test {
    font-size: 20px;
    line-height: 160%;  /* or 160% */
    letter-spacing: -0.5px;
    color: #000000;
    text-align: left;
    margin: 5%;
}
.block-count-ask {
    position: absolute;
    width: 10%;
    display: block;
    /* height: -webkit-fill-available; */
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
/* identical to box height, or 122% */
    color: #B3B3B3;
    right: 3%;
    margin-top: 1.2%;
}


@media screen and (max-width: 1440px) {
.wrapper-tests-content {
    width: 100%;
    max-width: initial;
}
.block-feed-tests {}
.dashboard-test {
    width: 48.780487804878048780487804878049%;
    max-width: 48.780487804878048780487804878049%;
    padding: 3.7037037037037037037037037037037%;
}
.count-test-ask {
    font-size: calc(9.6px + 8.4 * (100vw - 768px) / 672);
}
.dashboard-test h1 {
    font-size: calc(25.6px + 22.4 * (100vw - 768px) / 672);
    margin: 0 0 4.1666666666666666666666666666667% 0;
}
.tests-excerpt {
    font-size: calc(10.6666666666667px + 9.33333333333333 * (100vw - 768px) / 672);
    margin-bottom: 4.1666666666666666666666666666667%;
}
.btn-tests {
    font-size: calc(8.53333333333333px + 7.46666666666667 * (100vw - 768px) / 672);
}
h2.test-ask {
    font-size: calc(14.9333333333333px + 13.0666666666667 * (100vw - 768px) / 672);
    margin: 2.7777777777777777777777777777778%;
}
.test-answer-text {
    font-size: calc(10.6666666666667px + 9.33333333333333 * (100vw - 768px) / 672);
}
.dashboard-test.active-test {
    width: 100%;
    background: #fff0;
    max-width: 100%;
}
.dashboard-test.is-result-test {
    max-width: 48.780487804878048780487804878049%;
    background: #fff;
}
.header-test-title {
    margin-bottom: 2.5%;
}
.text_result {
	font-size: calc(10.6666666666667px + 9.33333333333333 * (100vw - 768px) / 672);
}
.line-test-answer span {
    font-size: calc(7.46666666666667px + 6.53333333333333 * (100vw - 768px) / 672);
}
.block-test-answers.type-content-1 {
    max-width: 100%;
}
.btn-tests.is_anwer_btn {
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 1.8292682926829268292682926829268%;
	margin-bottom: 1.8292682926829268292682926829268%;
	width: 16.615853658536585365853658536585%;
}
.line-test-answer.clicked .btn-tests-checkbox {
    background-position: 50%;
    background-size: 100%;
}
.block-test-type-ask-2 {
    width: 65.853658536585365853658536585366%;
    background: #fff;
    padding-top: 0.01%;
    padding-bottom: 3%;
    max-width: initial;
}
.btn-tests.is_result-test {
    font-size: calc(8.53333333333333px + 7.46666666666667 * (100vw - 768px) / 672);
    height: auto;
    margin: 0 auto;
    width: 19.25%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 2%;
}

.block-test-type-ask-1 {
    max-width: 48.780487804878048780487804878049%;
    padding-bottom: 7%;
    background: #fff;
    padding-top: 0.01%;
}

.btn-reload-test a, 
.btn-all-test a {
    font-size: calc(8.53333333333333px + 7.46666666666667 * (100vw - 768px) / 672);
}
.block-count-ask {
    font-size: calc((100vw / 100) * 0.97222222222222);
}

}



@media screen and (max-width: 768px) {


	.dashboard-test {
    padding: 0;
    max-width: 100%;
    padding-bottom: 10%;
    width: 100%;
}
.btn-tests {
    margin: 0 auto;
    width: 51.25%;
    font-size: calc(16px + 22.4 * (100vw - 320px) / 448);
    display: block;
    height: auto;
    /* margin-bottom: 10%; */
}
.wrapper-tests-bg {
    display: none;
}
.count-test-ask {
    margin: 5% 5% 2.5% 5%;
    font-size: calc(14px + 19.6 * (100vw - 320px) / 448);
}
.dashboard-test h1 {
    margin: 0 5% 5%;
    font-size: calc(28px + 39.2 * (100vw - 320px) / 448);
    line-height: 133%;
}
.tests-excerpt {
    margin: 0 5% 5%;
    font-size: calc(20px + 28 * (100vw - 320px) / 448);
    line-height: 150%;
}
.test-answer-text {
    font-size: calc(16px + 22.4 * (100vw - 320px) / 448);
    /* margin: 0 7.5%; */
    width: 100%;
    padding: 3.75% 5% 3.75% 15%;
    line-height: 150%;
    /* margin: 0 15%; */
}
.btn-tests-checkbox {
    width: 5%;
    padding-bottom: 4.998698%;
    margin: 5%;
    box-sizing: content-box;
}
.block-test-ask {
    margin-bottom: 2.5%;
}
.line-test-answer span {
    margin-left: 0%;
    width: 100%;
    font-size: calc(9px + 12.6 * (100vw - 320px) / 448);
    margin-right: 0;
    line-height: 133%;
}

.line-test-answer.curent_answer .btn-tests-checkbox{
    padding-bottom: 5%;
}

.line-test-answer.bad_answer .btn-tests-checkbox{
    padding-bottom: 5%;
}
.wrapper-tests-content {
	margin-top: 0;
	max-width: 768px;
	width: 100%;
}
.btn-tests.is_anwer_btn,
.btn-tests.is_result-test {
    margin-bottom: 7.5%;
    /* margin-top: 5%; */
    /* line-height: 150%; */
    font-size: calc(16px + 22.4 * (100vw - 320px) / 448);
    padding: 0 9.375%;
    width: auto;
    display: inline-block;
    height: auto;
    position: relative;
}
.dashboard-test.active-test {
    max-width: 100%;
    width: 100%;
    background: #fff;
}
.block-test-type-ask-2 {
    width: 100%;
}
.block-test-type-ask-1 {
    max-width: 100%;
    width: 100%;
}
.block-test-answers.type-content-1 {
    max-width: 100%;
    width: 100%;
}
.text_result {
    font-size: calc(16px + 22.4 * (100vw - 320px) / 448);
    line-height: 150%;
    margin: 5%;
    width: 90%;
}
.line-test-answer.type-content-2 {
    width: 46.25%;
    margin: 2.5% 0 0 2.5%;
}
.line-test-answer.type-content-2.curent_answer {
	outline: 3px solid #59D793;
}
.line-test-answer.type-content-2.clicked.bad_answer {
	outline: 3px solid #E50000;
}
.line-test-answer.type-content-2.clicked .btn-tests-checkbox, .line-test-answer.type-content-2.curent_answer .btn-tests-checkbox {
    width: 10.810810810810810810810810810811%;
    padding-bottom: 10.810810810810810810810810810811%;
    margin: 5.4054054054054054054054054054054%;
}
.btn-tests.is_result-test {}
.header-test-title {
    font-size: calc(14px + 19.6 * (100vw - 320px) / 448);
    margin-top: 5%;
}
.block-result-test {
    padding: 10% 0;
}
.test-result-point {
    font-size: calc(16px + 22.4 * (100vw - 320px) / 448);
    line-height: 150%;
    letter-spacing: -0.5px;
    padding: 0.8% 2.5%;
}
.test-result-level {
    font-size: calc(24px + 33.6 * (100vw - 320px) / 448);
    line-height: 133%;
}
.test-result-text {
    font-size: calc(16px + 22.4 * (100vw - 320px) / 448);
    line-height: 150%;
}
.dashboard-test.is-result-test .social-icon-repost {}
.dashboard-test.is-result-test .comments-btn {
    padding-bottom: 12.5%;
}
.btn-all-test, 
.btn-reload-test {
    display: inline-block;
    float: none;
    margin: 5% auto 2.5% auto;
    width: 58.4375%;
    font-size: calc(16px + 22.4 * (100vw - 320px) / 448);
    line-height: 150%;
    padding: 2.5% 0;
}
.btn-all-test {
    margin: 0 auto 5% auto;
}
.line-test-answer.clicked .btn-tests-checkbox {
    background-size: 80%;
    /* background-position: 53% 53%; */
}
.content-result-test {
    font-size: calc(16px + 22.4 * (100vw - 320px) / 448);
    line-height: 150%;
    margin-top: 7.5%;
}
.btn-all-test a,
.btn-reload-test a {
    font-size: calc(16px + 22.4 * (100vw - 320px) / 448);
}
h2.test-ask {
    /* font-size: calc(16px + 22.4 * (100vw - 320px) / 448); */
    font-size: calc(20px + 28 * (100vw - 320px) / 448);
    line-height: 125%;
}
.block-count-ask {
    font-size: calc(14px + 19.6 * (100vw - 320px) / 448);
}
.line-test-answer {
    clear: both;
}
}
