@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr-Light.eot');
	src: local('HelveticaNeueCyr-Light'), local('HelveticaNeueCyr Light'),
		url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'),
		url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr-Roman.eot');
	src: local('HelveticaNeueCyr-Roman'), local('HelveticaNeueCyr Roman'),
		url('../fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
		url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr-Medium.eot');
	src: local('HelveticaNeueCyr-Medium'), local('HelveticaNeueCyr Medium'),
		url('../fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
		url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr-Bold.eot');
	src: local('HelveticaNeueCyr-Bold'), local('HelveticaNeueCyr Bold'),
		url('../fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
		url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}


body {
    font-family: "HelveticaNeueCyr", sans-serif;
    max-width: 1440px;
    margin: 0 auto;
    background-image: url(/clincase/img/body_bg.png);
    background-position: top;
    background-repeat-x: no-repeat;
}
img {
	max-width: 100%;
}
/*.mc-popup-overlay, .mc-popup {
    display: none !important;
}*/

.clincase_head {
    background-image: url('/clincase/img/headbg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 30px;
    margin-bottom: 30px;
}
.face_pacient {
    max-width: 350px;
}
.title_stages_wrapper {
    flex-grow: 1;
    color: #fff;
    align-self: center;
    padding-left: 35px;
	position: relative;
}
.title_stages {
    font-size: 55px;
    text-transform: uppercase;
}
.subtitle_stages {
    font-size: 30px;
    text-transform: uppercase;
}


section.game-wrapper.clincase {
    overflow: hidden;
}
.game_item:not(.question) {
    margin-left: 65px;
    margin-right: 65px;
}
.game_item:not(:first-child):not(:nth-child(2)) {
    padding-left: 60px;
}
.game_item {
    margin-bottom: 80px;
    padding: 20px 15px 45px;
    background: #fff;
    border-radius: 40px;
    font-size: 20px;
    color: #7A7A7A;
    position: relative;
	display:none;
}
.game_item:first-child {
	display:block;
}
.game_item-inner b {
    background: linear-gradient(92.63deg, #8CA3D1 5.88%, #18E1E3 77.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn_continue {
    max-width: max-content;
    margin-left: auto;
    background: linear-gradient(200.67deg, #BCD2FE 7.31%, #88A7E7 86.31%);
    border-radius: 6px;
    font-size: 15px;
    position: relative;
    padding: 20px 55px 20px 45px;
    color: #fff;
    cursor: pointer;
}
.btn_continue .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}

.ul_list_item {
    padding-left: 40px;
    position: relative;
}
.ul_list_item:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: #18E1E3;
    border-radius: 999px;
    position: absolute;
    top: 5px;
    left: 0;
}
.game-item-icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
    max-width: 140px;
    z-index: -1;
}
.game-item-icon.top {
    top: 15px;
}


.game_item.question {
    background: linear-gradient(146.76deg, #45F1F0 2.88%, #25B3C7 99.6%);
    border-radius: 30px;
    color: #fff;
    padding: 20px 100px 20px 80px;
}
.question_icon {
    position: absolute;
    right: -165px;
    top: -85px;
    max-width: 300px;
}
.game_item-title {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
}
.game_item-answers_item {
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
}
.game_item-answers_item:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-image: url('/clincase/img/answers_item-circle.svg');
    border-radius: 999px;
    position: absolute;
    top: 5px;
    left: 0;
}
.game_item-answers_item-text {
    cursor: pointer;
}
.game_item-results {
    position: absolute;
    top: 122px;
    width: calc(100% - 40px);
}
.game_item-results_item {
    background: #fff;
    color: #7A7A7A;
    padding: 20px 80px 30px 55px;
    display: none;
    border-radius: 30px;
}
.game_item-results_item-circle_wrapper {
    position: absolute;
    left: -35px;
    top: -35px;
    filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.25));
}
.game_item-results_item-title {
    color: #1B9798;
    font-weight: 700;
    margin-bottom: 35px;
}
.game_item-results_item-desc b {
    background: linear-gradient(92.63deg, #8CA3D1 5.88%, #18E1E3 77.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn_other {
    max-width: max-content;
    margin-left: auto;
    background: linear-gradient(200.67deg, #BCD2FE 7.31%, #88A7E7 86.31%);
    border-radius: 6px;
    font-size: 15px;
    position: relative;
    padding: 20px 55px 20px 45px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
}
.btn_other .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}
.arrow {
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
}

.game_item-results_item-footnote, .game_item-footnote {
    font-size: 17px;
    font-style: italic;
}

.ol_list_item {
    padding-left: 70px;
    position: relative;
    line-height: 1.2;
    margin-bottom: 20px;
}
.ol_list_item:before {
    content: " ";
    width: 45px;
    height: 45px;
    background: #18E1E3;
    border-radius: 999px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ol_list_item:first-child:before {
    content: "1";
}
.ol_list_item:nth-child(2):before {
    content: "2";
}
.ol_list_item:nth-child(3):before {
    content: "3";
}
.ol_list_item:nth-child(4):before {
    content: "4";
}
.ol_list_item:last-child:before {
    content: "5";
}


.game_item.pharmacological_action {
    background: transparent;
    padding: 0 !important;
}
.pharmacological_action-title {
    margin-bottom: 55px;
    text-align: center;
    background: linear-gradient(92.63deg, #8CA3D1 5.88%, #18E1E3 77.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.pharmacological_action-features {
    position: relative;
}
.pharmacological_action-features .pharmacological_action-features_tube {
    position: absolute;
    top: 10%;
    left: 25%;
    max-width: 760px;
}
.pharmacological_action-bottomtext {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    background: linear-gradient(92.63deg, #8CA3D1 5.88%, #18E1E3 77.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
    margin-top: 20px;
}

.game_item.study {
    background: linear-gradient(200.67deg, #BCD2FE 7.31%, rgba(136, 167, 231, 0.09) 86.31%);
    padding: 40px 30px !important;
}
.study-title {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.study_list {
    padding-left: 20px;
}
.study_list_item {
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
    color: #3B4751;
}
.study_list_item:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-image: url('/clincase/img/study_list_item.svg');
    border-radius: 999px;
    position: absolute;
    top: 5px;
    left: 0;
}
.game_item.study .game_item-footnote {
    padding-left: 60px;
    margin-bottom: 40px;
    color: #3B4751;
}
.game_item-number {
    /*text-align: right;*/
    font-size: 21px;
}

.game_item.afert_complex_treatment {
    padding: 0 !important;
    background: transparent;
}
.afert_complex_treatment-title {
    background: linear-gradient(92.63deg, #8CA3D1 5.88%, #18E1E3 77.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    margin-bottom: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.game_item.footer {
    padding: 0 !important;
    background: unset;
}
.footer_inner {
    font-size: 11px;
}

.pd-md {
	padding-right: 150px;
}
/*
.game_item:nth-child(4) {
    padding-right: 150px;
}
*/

.def_btn {
    font-size: 20px;
    background: linear-gradient(45deg, #7380A9, #0B979A);
    font-family: "Open Sans";
    border-radius: 8px;
    color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
}
.def_btn:hover {
    color: #fff;
}


@media screen and (max-width:900px) {

	.clincase_head {
		padding: 15px;
		background-position: center;
	}
	.title_stages_wrapper {
		padding: 0;
		padding-top: 15px;
		text-align: center;
	}
	.title_stages {
		font-size: 25px;
	}
	.subtitle_stages {
		font-size: 14px;
	}
	.game_item {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 20px;
		font-size: 13px;
		padding: 20px 15px 45px !important;
	}
	.btn_continue {
		max-width: 100%;
		font-size: 10px;
		padding: 10px 20px;
	}
	.btn_continue .arrow {
		right: -5px;
	}
	.btn_other {
		max-width: 100%;
		font-size: 10px;
		padding: 10px 20px;
	}
	.btn_other .arrow {
		right: -5px;
	}
	.ul_list_item {
		padding-left: 20px;
	}
	.ul_list_item:before {
		width: 13px;
		height: 13px;
	}
	.game-item-icon {
		max-width: 50px;
	}
	.game_item-results_item {
		padding: 30px 15px;
	}
	.game_item-results_item-circle_wrapper {
		max-width: 40px;
		top: -20px;
		left: -20px;
	}
	.question_icon {
		max-width: 150px;
		top: -40px;
		right: -75px;
	}
	.game_item-title {
		font-size: 15px;
		padding-right: 50px;
	}
	.game_item-answers_item {
		padding-left: 20px;
		margin-bottom: 10px;
	}
	.game_item-answers_item:before {
		width: 13px;
		height: 13px;
		background-size: contain;
	}
	.game_item-results_item-footnote, .game_item-footnote {
		font-size: 9px;
		margin-bottom: 10px;
	}
	.ol_list_item {
		padding-left: 35px;
	}
	.ol_list_item:before {
		width: 22.5px;
		height: 22.5px;
	}
	.pharmacological_action-title {
		margin-bottom: 20px;
	}
	.pharmacological_action-features .pharmacological_action-features_tube {
		max-width: 250px;
	}
	.pharmacological_action-bottomtext {
		font-size: 9px;
	}
	.game_item.study {
		padding: 20px 15px 45px !important;
	}
	.study-title {
		margin-bottom: 15px;
	}
	.study_list {
		padding-left: 10px;
	}
	.study_list_item {
		padding-left: 20px;
		margin-bottom: 10px;
	}
	.study_list_item:before {
		width: 13px;
		height: 13px;
		background-size: contain;
	}
	.game_item.study .game_item-footnote {
		padding-left: 30px;
		margin-bottom: 20px;
	}
	.game_item-number {
		font-size: 11px;
	}
	.afert_complex_treatment-title {
		margin-bottom: 15px;
	}
	
	.pd-md {
		padding:0;
	}
	
	.def_btn {
		font-size: 10px;
	}

}