@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-SemiBold.eot');
	src: local('Montserrat-SemiBold'),
		url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-SemiBold.woff') format('woff'),
		url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	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: 'Open Sans';
	src: url('../fonts/OpenSans-Bold.eot');
	src: local('OpenSans-Bold'),
		url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Bold.woff') format('woff'),
		url('../fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Regular.eot');
	src: local('Inter-Regular'),
		url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Inter-Regular.woff') format('woff'),
		url('../fonts/Inter-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Ruda';
	src: url('../fonts/Ruda-Bold.eot');
	src: local('Ruda-Bold'),
		url('../fonts/Ruda-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Ruda-Bold.woff') format('woff'),
		url('../fonts/Ruda-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}




body {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    background-image: url('../pic/page_bg.png');
    background-repeat: repeat;
    background-position: center;
    line-height: 1.1;
}
.mc-popup-overlay, .mc-popup {
    display: none !important;
}
form#authform {
    margin: 0 auto;
    max-width: max-content;
}
.mobile {
	display:none;
}
header, main, footer {
	max-width:1440px;
	margin: 0 auto;
}


header {
    padding: 3.25em 4em 5.5em;
}
.header_logos {
    padding-bottom: 3.25em;
}
.header_logos .row {
    justify-content: space-between;
    align-items: center;
}
.logo_bh {
    width: 15em;
}
.logo_conmed {
    width: 10.75em;
}
.header_title h1 {
    margin-bottom: 0;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-size: 2.5em;
    color: #001064;
    text-align: center;
}
.header_about_stages {
    padding: 3.25em 0;
}
.header_about {
    width: 27em;
}
.header_stages {
    flex-grow: 1;
    display: flex;
    justify-content: space-evenly;
}
.header_stages_item {
    position: relative;
    cursor: pointer;
}
.header_stages_item_number {
    width: 1.87em;
    height: 1.87em;
    border: 4px solid #27DEBF;
    font-weight: 700;
    font-size: 1.6em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 1;
    position: relative;
}
.header_stages_item_cube {
    position: absolute;
}
.header_stages_item_cube:after {
    content: "";
    background: #000;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}
.header_stages_item:first-child {
    margin-top: 0.6em;
}
.header_stages_item:first-child .header_stages_item_cube {
    width: 6.6em;
    top: 0.75em;
    right: 1.4em;
}
.header_stages_item:first-child .header_stages_item_cube:after {
    bottom: 0.5em;
    width: 3.65em;
    left: 2.2em;
    transform: rotateZ(-11deg);
    box-shadow: 3px 2px 9px 5px #333;
    height: 0.5em;
}
.header_stages_item:nth-child(2) .header_stages_item_cube {
    width: 5.15em;
    top: 1.2em;
    right: 1.15em;
}
.header_stages_item:nth-child(2) .header_stages_item_cube:after {
    bottom: 0.15em;
    width: 4em;
    left: 0.55em;
    box-shadow: 3px 2px 9px 5px #333;
    height: 0.5em;
}
.header_stages_item:nth-child(3) .header_stages_item_cube {
    width: 5.15em;
    top: 1.15em;
    right: 1.6em;
}
.header_stages_item:nth-child(3) .header_stages_item_cube:after {
    bottom: 0.15em;
    width: 4em;
    left: 0.55em;
    box-shadow: 3px 2px 9px 5px #333;
    height: 0.5em;
}
.header_stages_item:last-child {
    margin-top: 0.7em;
}
.header_stages_item:last-child .header_stages_item_cube {
    width: 6.35em;
    top: 0.75em;
    right: 0.1em;
}
.header_stages_item:last-child .header_stages_item_cube:after {
    bottom: 1.65em;
    width: 3.65em;
    left: 0.25em;
    transform: rotateZ(0);
    box-shadow: -14px 8px 20px 0.5em #6b6b6b;
    height: 1.5em;
}
.header_stage {
    position: relative;
}
.header_stage_inner {
    width: 52em;
}
.header_stage_inner_top {
    border-radius: 0.5em;
    padding: 1.25em;
    background: #fff;
}
.header_stage_inner_top {
    border: 0.25em solid;
}
#stage1 .header_stage_inner_top {
	border-color:#5EECFF;
}
#stage2 .header_stage_inner_top {
	border-color:#7FED2D;
}
#stage3 .header_stage_inner_top {
	border-color:#FF9900;
}
#stage4 .header_stage_inner_top {
	border-color:#E70081;
}
#stage_final .header_stage_inner_top {
	border-color:#FFEB3B;
}
.header_stage_inner_top .row {
    justify-content: space-between;
    align-items: center;
}
.header_stage_inner_list {
    width: 42.5em;
}
#stage_final .header_stage_inner_list {
    width: 100%;
}
.header_stage_inner_list_item {
    padding-left: 1.8em;
    margin-bottom: 0.75em;
    position: relative;
}
.header_stage_inner_list_item:last-child {
    margin-bottom: 0;
}
.header_stage_inner_list_item:before {
    content: "";
    position: absolute;
    width: 1.2em;
    height: 0.9em;
    left: 0;
    top: 0.1em;
}
.header_stage_inner_number {
    width: 5.75em;
}
.header_stage_inner_list_item:before {
	background-size:cover;
	background-position:center;
}
#stage1 .header_stage_inner_list_item:before {
	background-image: url('../pic/list_item_ic_st1.svg');
}
#stage2 .header_stage_inner_list_item:before {
	background-image: url('../pic/list_item_ic_st2.svg');
}
#stage3 .header_stage_inner_list_item:before {
	background-image: url('../pic/list_item_ic_st3.svg');
}
#stage4 .header_stage_inner_list_item:before {
	background-image: url('../pic/list_item_ic_st4.svg');
}
#stage_final .header_stage_inner_list_item:before {
	background-image: url('../pic/list_item_ic_st_final.svg');
}
#stage1 .header_stage_doc {
    position: absolute;
    right: 2.35em;
    top: -0.6em;
	width: 9.75em;
}
#stage2 .header_stage_doc {
    position: absolute;
    right: 2em;
    top: -1em;
    width: 11.5em;
}
#stage3 .header_stage_doc {
    position: absolute;
    right: 0;
    top: -1.5em;
    width: 11.5em;
}
#stage4 .header_stage_doc {
    position: absolute;
    right: 0;
    top: -1.5em;
    width: 11.5em;
}
#stage_final .header_stage_doc {
    position: absolute;
    right: 0;
    top: -1.5em;
    width: 11.5em;
}
.header_stage_inner_bottom {
    padding-top: 1.25em;
    position: relative;
}
.header_stage_inner_btn {
    position: relative;
    width: 15em;
    text-align: center;
    padding: 0.625em;
    border-radius: 0.5em;
    text-transform: uppercase;
    font-size: 1.2em;
    cursor: pointer;
}
#stage1 .header_stage_inner_btn {
    background: #5EECFF;
}
#stage2 .header_stage_inner_btn {
    background: #7FED2D;
}
#stage3 .header_stage_inner_btn {
    background: #FF9900;
	color:#fff;
}
#stage4 .header_stage_inner_btn {
    background: #FF3FAA;
	color:#fff;
}
.header_stage_inner_btn .arrow_down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -110%;
    z-index: -1;
}
.header_stage_inner_addblocks {
    position: absolute;
    right: 3.5em;
    top: -2em;
    width: 30em;
}


main {
    padding: 0 7.5em;
}
.circle_for_arrow {
    padding-left: 4.4em;
}
.circle_for_arrow img {
    width: 2.5em;
}
.detail_stage_main_material .row {
    margin: 0 -0.5em;
}
.detail_stage_main_material .row > div {
    padding: 0 0.5em;
}
.video_row_item {
    transition: all 0.6s;
}
.wrapper_video, .wrapper_vote {
    border: 1.5px solid #005285;
    padding: 1.25em 1em;
    background: #fff;
    border-radius: 0.4em;
    height: 100%;
}
.wrapper_video video {
    width: 100%;
}
.wrapper_vote {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapper_vote .vote form {
    border: unset;
    background: unset;
    margin: 0;
    padding: 0;
}
.wrapper_vote .vote .vote-item-header {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0.34em;
}
.wrapper_vote .vote .vote-answer-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
}
.wrapper_vote .vote label {
    margin: 0;
    font-size: 1.5em;
}
.wrapper_vote .vote input[type="radio"] {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
}
.wrapper_vote .vote .vote-form-box-buttons {
    text-align: right;
}
.wrapper_vote .vote .sendForm {
    font-size: 1.25em;
    background: #005285;
    height: auto;
    padding: 0.2em 0.4em;
    border-radius: 0.4em;
}
.test_res {
	opacity:0;
    position: absolute;
    background: #fff;
    width: calc(100% - 1.25em);
    height: calc(100% - 1em);
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: opacity 0.6s;
	animation: fade-in 0.6s forwards ease-out;
}
.test_res.del,
.vote_row_item.del {
   	animation: fade-out 0.6s forwards ease-out;
}
.test_res a {
    display: block;
    background: #abeef7;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
}
.detail_stage_addmaterial {
    border: 1.5px solid #005285;
    padding: 1.25em 1em;
    background: #fff;
    border-radius: 0.4em;
    height: 100%;
    margin-bottom: 4em;
}
.detail_stage_addmaterial img {
    width: 100%;
}
.detail_stage > div:nth-child(3) {
    margin-top: 5.5em;
}
.detail_stage_addmaterial:last-child {
    margin-bottom: 0;
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


.addmaterial.pdf {
    background: #FFEFF8;
}
.pdf_title {
    background: rgba(127, 237, 45, 0.2);
    padding: 0.625em 1.25em;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0.417em;
}
.pdf_inner {
    padding: 0.75em 1.5em;
}
.pdf_inner p {
    font-size: 0.9em;
}
.r {
    color: #D30F8E;
}
.med {
    font-weight: 500;
}
.authors {
    color: #595757;
}
.pdf_btn {
    background: #7FED2D;
    padding: 0.208em 0.833em;
    border-radius: 0.417em;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 0.625em;
}
.pdf_preview {
    display: block;
}
.literature .row {
    justify-content: space-between;
    margin-bottom: 0.5em;
}
.literature_btn {
    cursor: pointer;
}
.literature_btn .plus {
    position: relative;
    display: inline-block;
    transition: all .6s;
}
.literature_btn.active .plus {
    transform: rotate(45deg);
}
.literature_inner {
    font-style: italic;
    display: none;
}


.detail_stage_addmaterial.vote_row_item {
    position: relative;
}


footer {
    padding: 6em 4em;
}

.experts {
    margin-bottom: 2.75em;
}
.experts_title {
    width: 15em;
    text-align: center;
    padding: 0.625em;
    border-radius: 0.5em;
    text-transform: uppercase;
    font-size: 1.2em;
    background: #ABEEF7;
    margin-bottom: 1.6em;
}
.experts_list {
    display: flex;
    justify-content: space-between;
}
.experts_list_item {
    padding: 1.25em 0.75em;
    background: #fff;
    border: 1px solid #005285;
    border-radius: 0.5em;
    width: 20em;
    position: relative;
}
.experts_list_item .row {
    justify-content: space-between;
    align-items: center;
}
.experts_list_item_photo {
    width: 7.5em;
}
.experts_list_item_about {
    font-family: "Ruda";
    font-weight: 700;
    width: 18em;
    font-size: 0.55em;
    color: #005285;
}
.experts_list_item_about_name {
    font-size: 1.33em;
}
.decoration {
    position: absolute;
    right: 1em;
    bottom: 0.75em;
    width: 1.8em;
}

.contacts_wrapper_row {
    justify-content: space-between;
}
.contacts {
    font-family: "Inter";
    font-size: 0.9em;
    color: #595757;
}
.contacts_top {
    margin-bottom: 1.94em;
}
.logos .row {
    align-items: flex-end;
}
.logo_antigrippin {
    width: 14.7em;
}
.logo_naturprodukt {
    margin-left: 3em;
    width: 8.3em;
}



@media (max-width: 1400px) {

body {
    font-size: 18px;
}

}


@media (max-width: 1200px) {

body {
    font-size: 15px;
}

}

@media (max-width: 990px) {

body {
    font-size: 14px;
}

header {
    padding: 1.1em;
    padding-bottom: 6em;
}
.header_title h1 {
    font-size: 2em;
}
.header_about_stages {
    padding: 2.5em 0;
}
.header_stage_inner {
    width: 50em;
}
.header_stage_inner_list {
    width: 40em;
}
#stage1 .header_stage_doc {
    width: 8em;
    right: 1.3em;
}
.header_stage_inner_addblocks {
    width: 28em;
}
main {
    padding: 0 4.5em;
}
.experts_list_item_photo {
    width: 8em;
}
.logo_antigrippin {
    width: 12em;
}
.logo_naturprodukt {
    width: 7em;
}
footer {
    padding: 2em 1.1em;
}

}

@media (max-width: 765px) {

body {
 font-size: 12px;
}

.header_about_stages .row {
    flex-direction: column;
}
.header_stages {
    justify-content: space-between;
    padding-left: 65px;
}
.header_about {
    width: 100%;
}
.header_stage {
    margin-top: 45px;
}
.header_stage_inner {
    width: 42em;
}
.header_stage_inner_list {
    width: 32em;
}
.header_stage_inner_number {
    width: 5em;
}
.header_stage_inner_addblocks {
    display: none;
}
.experts_list_item_photo {
    margin: 0 auto 20px;
}
.experts_list_item_about {
    width: 100%;
}
.experts_list_item {
    width: calc(33% - 20px);
    padding: 1.5em 1.25em 4em;
}
.logo_naturprodukt {
    margin-left: 1em;
}
.wrapper_vote {
    padding: 6em 1em;
}


}

@media (max-width: 565px) {

/*body {
    font-size: 10px;
}*/
.header_stage_inner {
    width: 85%;
}
.header_stage_inner_list {
    width: 81%;
}
.header_stage_inner_number {
    font-size: 10px;
}
#stage1 .header_stage_doc {
    right: 0;
    width: 6.5em;
}
#stage2 .header_stage_doc {
    right: 0;
    width: 6.5em;
    top: 50%;
    transform: translateY(-50%);
}
#stage3 .header_stage_doc {
    right: 0;
    width: 6.5em;
    top: 50%;
    transform: translateY(-50%);
}
#stage4 .header_stage_doc {
    right: 0;
    width: 6.5em;
    top: 50%;
    transform: translateY(-50%);
}
#stage_final .header_stage_doc {
    right: 0;
    width: 6.5em;
    top: 50%;
    transform: translateY(-50%);
}
.header_stage_inner_btn {
    width: 100%;
    font-weight: 700;
    padding: 1em 0.625em;
}
.header_stage_inner_btn .arrow_down {
    width: 9px;
}
main {
    padding: 0 1.1em;
}
.circle_for_arrow {
    display:none;
}
.experts_list {
    flex-wrap: wrap;
}
.experts_list_item {
    width: 100%;
    margin-bottom: 1em;
}
.experts_list_item_photo {
    margin: 0;
}
.experts_list_item_about {
    width: calc(100% - 10em);
    font-size: 1em;
}
.contacts_wrapper_row {
    flex-direction: column;
    align-items: center;
}
.contacts {
    margin-bottom: 20px;
}


}

@media (max-width: 400px) {

}

