@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.eot');
	src: local('Montserrat-Regular'),
		url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Regular.woff') format('woff'),
		url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.eot');
	src: local('Montserrat-Medium'),
		url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Medium.woff') format('woff'),
		url('../fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.eot');
	src: local('Montserrat-Bold'),
		url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Bold.woff') format('woff'),
		url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-BoldItalic.eot');
	src: local('Montserrat-BoldItalic'),
		url('../fonts/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-BoldItalic.woff') format('woff'),
		url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ExtraBold.eot');
	src: local('Montserrat-ExtraBold'),
		url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
		url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Black.eot');
	src: local('Montserrat-Black'),
		url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Black.woff') format('woff'),
		url('../fonts/Montserrat-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

body {
    font-family: "Montserrat", sans-serif;
    width: 90%;
    /*max-width: 1440px;*/
    margin: 0 auto;
	/*font-size:16px;*/
	line-height: 1.2;
}
img {
	max-width: 100%;
}
.mc-popup-overlay, .mc-popup {
    display: none !important;
}


.clincase_head {
    background-image: url('/clincase-dyspeptic/img/head_bg.jpg');
    background-size: cover;
    background-position: right center;
    padding: 3.75em 0 2.5em;
	color: #fff;
    position: relative;
}
.clincase_head_title {
    font-size: 4.375em;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 0.571em;
}
.clincase_head_descrition {
    font-size: 1.458em;
    margin-bottom: 1.739em;
}
.author_photo {
    position: absolute;
    right: -7.5em;
    transform: rotateZ(-90deg);
    bottom: 15.625em;
    opacity: 0.4;
}
.clincase_head_inspection {
    max-width: max-content;
    background: #EFAA0F;
    padding: 1.086em;
    border-radius: 0.869em;
    font-size: 1.458em;
}
.clincase_head_inspection .list_item {
    margin-bottom: 0.217em;
    padding-left: 1.304em;
    position: relative;
}
.clincase_head_inspection .list_item:before {
    content: "";
    width: 0.652em;
    height: 0.652em;
    position: absolute;
    background-image: url('/clincase-dyspeptic/img/list_item_ic.svg');
    background-size: contain;
    background-position: center;
    left: 0;
    top: 0.217em;
}


.game {
    padding-bottom: 3.125em;
}
.game_item {
    margin-top: 3.125em;
}
.game_item:not(:first-child) {
	display:none;
}
.game_item-title {
    background: #7F95A7;
    color: #fff;
    position: relative;
}
.game_item-title_icon {
    width: 25em;
    position: absolute;
    height: 100%;
    right: 1.25em;
    top: 0;
    background-image: url('/clincase-dyspeptic/img/title_icon.svg');
    background-size: cover;
    background-position: left;
}
.game_item-title_quest {
    background: #FBB710;
    max-width: max-content;
    font-size: 1.875em;
    font-weight: 900;
    padding: 0.333em 0.333em 0.333em 2.833em;
    position: absolute;
    left: 0;
}
.game_item-title_text {
    padding: 0.535em 0 0.535em 6.786em;
    font-size: 1.75em;
    font-weight: 900;
}
.game_item-answers_item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3.125em;
}
.game_item-answers_item-arrow_wrapper {
    width: 3.75em;
    margin-right: 1.563em;
    cursor: pointer;
}
.game_item-answers_item-text {
    align-self: center;
    font-size: 1.75em;
    font-weight: 900;
    width: calc(100% - 3.1em);
    cursor: pointer;
}
.game_item-results_item {
    width: 100%;
    font-size: 1.458em;
    display: none;
}
.game_item-results_item-title {
    margin: 0.870em 0;
}
.game_item-results_item-btns div {
    max-width: max-content;
    background: #F28B13;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.870em;
    min-width: 19.565em;
    text-align: center;
    border-radius: 0.870em;
    cursor: pointer;
}
.game_item-results_item-add {
    margin-top: 2.174em;
    background: #EFAA0F;
    color: #fff;
    padding: 1.087em 11.739em 1.087em 1.087em;
    border-radius: 0.870em;
    position: relative;
}
.game_item-results_item-add_title {
    font-weight: 700;
    margin-bottom: 1.304em;
}
.game_item-results_item-add_icon {
    position: absolute;
    right: 1.087em;
    top: 1.087em;
    width: 8.695em;
}
.literature {
    color: #5C7F93;
}

@media screen and (max-width:1440px) {
	body {
		font-size: 14px;
	}
}

@media screen and (max-width:1365px) {
	body {
		font-size: 12px;
	}
	.game_item-title_text {
		padding-left: 8.786em;
	}
}

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

	.game_item-title_quest {
		padding-left: 1.5em
	}
	.game_item-title_quest {
		position: static;
		display: inline-block;
		vertical-align: text-bottom;
		padding-left: 0.333em;
	}
	.game_item-title_text {
		display: inline-block;
		padding-left: 1.535em;
	}

}

@media screen and (max-width:765px) {
	body {
		font-size: 9px;
	}
}

@media screen and (max-width:500px) {
body {
    font-size: 8px;
}
}

@media screen and (max-width:450px) {
	.clincase_head_title {
		font-size: 4em;
	}
	.game_item-title_quest {
		margin-left: 0;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.game_item-title_text {
		padding-left: 0;
		display: block;
	}
}

@media screen and (max-width:400px) {
.clincase_head_title {
    font-size: 3.8em;
}
.clincase_head_descrition {
    font-size: 1.3em;
}
.game_item-results_item-add {
    padding-right: 6em;
}
.game_item-results_item-add_icon {
    width: 6em;
}
}

/*
for new quiz style lower
 */

* {
    margin: 0 auto;
    padding: 0 auto
}

body {
    background-color: #fff;
    font-family: sans-serif
}

@media (min-width: 1930px) {
    body {
        margin-left: 10vw;
        margin-right: 10vw
    }
}

input[type=radio], label {
    cursor: pointer
}

input[type=radio] {
    position: relative;
    height: 15px;
    width: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

@media (min-width: 768px) {
    input[type=radio] {
        height: 22px;
        width: 22px
    }
}

input[type=radio]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 2px solid #ff4800
}

input[type=radio]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff4800;
    transform: translate(-50%, -50%);
    visibility: visible
}

.voted {
    color: orange;
    font-weight: bolder
}

.hidden {
    display: none
}

.correct {
    color: orange;
    font-weight: bolder
}

.quiz {
    width: 99%
}

@media (min-width: 768px) {
    .quiz {
        width: 80%
    }
}

.quiz__first-question-answer-radio {
    cursor: pointer;
    margin-right: 10px
}

.quiz__question {
    margin: 20px 0px 30px 0px;
    font-size: 18px;
    text-align: center
}

@media (min-width: 768px) {
    .quiz__question {
        font-size: 25px;
        margin: 40px 0px 60px 0px
    }
}

.quiz__sub-title {
    margin: 0px 0px 20px 20px;
    font-size: 16px
}

@media (min-width: 768px) {
    .quiz__sub-title {
        font-size: 20px;
        margin: 0px 0px 20px 40px
    }
}

.quiz__button {
    background-color: orange;
    padding: 20px 10px 20px 10px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-weight: bolder;
    border-radius: 20px;
    margin: 20px 0px 20px 20px;
    width: 50%
}

@media (min-width: 768px) {
    .quiz__button {
        width: 15%;
        margin: 40px 0px 20px 30px
    }
}

.quiz__button-text {
    font-size: 16px;
    margin: 10px 0px 20px 20px
}

@media (min-width: 768px) {
    .quiz__button-text {
        font-size: 18px;
        margin: 10px 0px 20px 40px
    }
}

.quiz__result {
    font-size: 18px;
    margin: 0px 0px 20px 20px
}

@media (min-width: 768px) {
    .quiz__result {
        font-size: 20px;
        margin: 0px 0px 20px 40px
    }
}

.quiz__result-text {
    font-size: 16px;
    margin: 0px 20px 20px 20px
}

@media (min-width: 768px) {
    .quiz__result-text {
        font-size: 18px;
        margin: 0px 0px 20px 40px
    }
}

.quiz__first-question-answer {
    list-style-type: none;
    margin-bottom: 20px;
    font-size: 16px
}

@media (min-width: 768px) {
    .quiz__first-question-answer {
        font-size: 18px
    }
}

.quiz__second-question-answer {
    list-style-type: none;
    cursor: pointer;
    margin: 10px 10px 20px -20px;
    font-size: 16px;
    font-weight: bolder
}

@media (min-width: 768px) {
    .quiz__second-question-answer {
        margin: 10px 10px 20px 0px;
        font-size: 18px
    }
}

.quiz__second-question-answer-text {
    margin: 10px 10px 20px -20px;
    font-size: 16px
}

@media (min-width: 768px) {
    .quiz__second-question-answer-text {
        margin: 10px 10px 20px 0px;
        font-size: 18px
    }
}

.quiz__third-question-answer {
    list-style-type: none;
    margin-bottom: 20px;
    font-size: 16px
}

@media (min-width: 768px) {
    .quiz__third-question-answer {
        font-size: 18px
    }
}

.quiz__third-question-answer-radio {
    cursor: pointer;
    margin-right: 10px
}

.quiz__fourth-question-answer {
    list-style-type: none;
    cursor: pointer;
    margin: 10px 10px 20px -20px;
    font-size: 16px;
    font-weight: bolder
}

@media (min-width: 768px) {
    .quiz__fourth-question-answer {
        font-size: 18px;
        margin: 10px 10px 20px 0px
    }
}

.quiz__fourth-question-answer-text {
    margin: 10px 10px 20px -20px;
    font-size: 16px
}

@media (min-width: 768px) {
    .quiz__fourth-question-answer-text {
        margin: 10px 10px 20px 0px;
        font-size: 18px
    }
}

.quiz__fiveth-question-answer {
    list-style-type: none;
    cursor: pointer;
    margin: 10px 10px 20px -20px;
    font-size: 16px;
    font-weight: bolder
}

@media (min-width: 768px) {
    .quiz__fiveth-question-answer {
        font-size: 18px;
        margin: 10px 10px 20px 0px
    }
}

.quiz__fiveth-question-answer-text {
    margin: 10px 10px 20px -20px;
    font-size: 16px
}

@media (min-width: 768px) {
    .quiz__fiveth-question-answer-text {
        margin: 10px 10px 20px 0px;
        font-size: 18px
    }
}

.quiz__sixth-question-answer {
    list-style-type: none;
    cursor: pointer;
    margin: 10px 10px 20px -20px;
    font-size: 16px;
    font-weight: bolder
}

@media (min-width: 768px) {
    .quiz__sixth-question-answer {
        font-size: 18px;
        margin: 10px 10px 20px 0px
    }
}

.quiz__sixth-question-answer-text {
    margin: 10px 10px 20px -20px;
    font-size: 16px
}

@media (min-width: 768px) {
    .quiz__sixth-question-answer-text {
        margin: 10px 10px 20px 0px;
        font-size: 18px
    }
}

.quiz__refs {
    list-style-type: none;
    font-size: 12px;
    margin: 40px 0px 40px -20px
}

@media (min-width: 768px) {
    .quiz__refs {
        font-size: 14px;
        margin: 40px 0px 40px 0px
    }
}

.quiz__refs-item {
    padding-top: 10px
}

.quiz__second-question-answer:hover {
    color: orange
}

.quiz__fourth-question-answer:hover {
    color: orange
}

.quiz__fiveth-question-answer:hover {
    color: orange
}

.quiz__sixth-question-answer:hover {
    color: orange
}

.animation {
    animation: text-appear 1s ease-in-out forwards
}

.disappear {
    animation: text-disappear 1s ease-in-out forwards
}

@keyframes text-appear {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes text-disappear {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
