.card__head img {
   
    width: unset;
	max-width: unset;
}

.card__head--video img{
	
	width: 100%;
	max-width: 100%;
}


.modal-form{ border: none  !important;
}

.voting-form-box input[type="text"] {
	
	width: 300px !important;
	
}


ol.vote-items-list li {
    float: left !important;
}



.voting-form-box {
	background-color: #fff;
}



.modal-form input[type="radio"], input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    float: left;
    margin-right: 5px;
}


.modal-form__group label {

    font-size: 14px !important;
}

/*.modal-form  span.vote-answer-item-radio,  .modal-form  span.vote-answer-item-checkbox {
	
	float: left;
}*/

.modal-form .vote-answer-item-dropdown select{
	width: 100%;
	
	
	
}





.modal__wrapper {

    /*width: 80%;*/
	width: 550px;
}

@media (max-width: 1000px) {
			.modal__wrapper {

    /**/width: 95%;
	
}
	}

/*
.modal-form__group label {display: none;}

.modal-form input[type="submit"] {
	
	color: #ffffff !important;
    background: #f7aa33 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    margin: 20px auto 0 auto !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
		padding-left: 40px !important;
	padding-right: 40px !important;
	    padding-top: 10px !important;
    padding-bottom: 10px !important;
	
	height: auto;
	
			
	
}

*/

.winners tr:nth-child(odd) {
    background: #f89700;
    color: #fff;
}
.winners tr:nth-child(even) {
    background: #eceff6;
}
.winners td {
    text-align: center;
    padding: 0 5px;
}

.mc-popup-overlay, .mc-popup {
    display: none !important;
}

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

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


@font-face {
	font-family: 'Noto Sans Disp Condensed';
	src: url('../fonts/NotoSansDisplayCondensed-ExtraLight.eot');
	src: local('NotoSansDisplayCondensed-ExtraLight'),
		url('../fonts/NotoSansDisplayCondensed-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NotoSansDisplayCondensed-ExtraLight.woff') format('woff'),
		url('../fonts/NotoSansDisplayCondensed-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Noto Sans Disp Condensed';
	src: url('../fonts/NotoSansDisplayCondensed.eot');
	src: local('NotoSansDisplayCondensed'),
		url('../fonts/NotoSansDisplayCondensed.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NotoSansDisplayCondensed.woff') format('woff'),
		url('../fonts/NotoSansDisplayCondensed.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

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



body {
    max-width: 1440px;
    margin: 0 auto;
    line-height: 1.2;
}
main {
    overflow: hidden;
}
.addcontainer {
    padding: 0 5%;
}


.header {
    font-family: "Noto Sans";
    font-weight: 500;
    background-image: url('../pic/head_bg.png');
    background-size: cover;
    padding: 45px 0 90px;
    position: relative;
    overflow: hidden;
    margin-bottom: 52px;
}
.header_circle {
    position: absolute;
    top: -55px;
    right: -145px;
}
.head_text_wrapper {
    color: #fff;
    margin-top: 100px;
    padding: 0 25px 0 70px;
}
.head_subtitle {
    font-size: 37.5px;
    position: relative;
}
.head_title {
    font-size: 70px;
    margin-bottom: 70px;
    font-weight: 700;
    position: relative;
}
.head_text {
    font-size: 40px;
    position: relative;
}
.header_line {
    position: absolute;
    width: 291px;
    height: 4px;
    left: 0;
    bottom: 18px;
    background: #fff;
}


.lectors_block {
    padding-top: 44px;
}
.lectors_block_circle {
    position: absolute;
    right: -140px;
    top: -180px;
}
.lectors_title {
    font-size: 40px;
    color: #00A03B;
    margin-bottom: 50px;
    text-transform: uppercase;
    position: relative;
    padding-left: 58px;
    font-family: "Noto Sans";
    font-weight: 500;
}
.lectors_title:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 40px;
    left: 0;
    top: 5px;
	background-image: url('../pic/lectors_ic.svg');
	background-size:contain;
}
.lectors_list {
    justify-content: space-between;
}
.lector {
    max-width: 258px;
    position: relative;
    margin-bottom: 60px;
    z-index: 1;
}
.lector:before {
    content: "";
    border: 1px solid #00A03B;
	background-color:#fff;
    position: absolute;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    bottom: 60px;
    left: 0;
}
.lector_photo {
    margin-bottom: 18px;
}
.lector_about {
    font-family: "Noto Sans Disp Condensed";
    font-size: 22px;
}


.videos {
}
.clinical_consilion {
    background: linear-gradient(90deg, #00A03B 0.52%, #45B139 33.87%, #7EBF38 64.28%, #A2C837 86.84%, #AFCB37 98.62%);
    padding: 25px 0 35px;
    color: #fff;
    font-family: "Noto Sans";
    position: relative;
    z-index: 1;
}
.clinical_consilion_subtitle {
    font-size: 50px;
    margin-bottom: 5px;
    font-weight: 500;
    position: relative;
}
.clinical_consilion_title {
    font-size: 71.5px;
    margin-bottom: 35px;
    position: relative;
}
.clinical_consilion_text {
    font-size: 30px;
}


.videos_list {
	padding: 55px 0 44px;
}
.videos_list .row {
    justify-content: space-between;
}
.videos_list_item {
    width: 100%;
    max-width: 485px;
    position: relative;
    margin-bottom: 65px;
}
.videos_list_item_number {
    width: 105px;
    height: 105px;
    background: rgba(54, 180, 100, .7);
    border-radius: 50%;
    font-family: "Noto Sans";
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.1;
    position: absolute;
    right: -50px;
    top: -50px;
}
.videos_list_item_title {
    background: repeating-linear-gradient(30deg, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, .5) 0.3px, transparent 4px, transparent 5px) #AFCB37;
    padding: 20px 35px;
    color: #fff;
    font-family: "Noto Sans";
    font-weight: 700;
    font-size: 50px;
    border-radius: 8px;
    line-height: 1;
    cursor: pointer;
}
.videos_list_item_preview {
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}
.new_label {
    position: absolute;
    width: 90px;
    height: 90px;
    right: 30px;
    top: -45px;
}
.videos_list_item_lectors {
    padding-top: 15px;
    font-family: "Noto Sans Disp";
    font-size: 24px;
}


.video_element {
    padding: 65px 0 55px;
    position: relative;
}
.video_element_circle {
    position: absolute;
    right: -195px;
    top: -115px;
}
.video_element_title {
    font-family: "AvenirNextCyr";
    font-size: 32px;
    font-weight: 700;
    color: #00A03B;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.video_element_video {
    padding: 50px 40px;
    border: 2px solid #00A03B;
    border-radius: 8px;
    position: relative;
    background: #fff;
}
.video_element_video video {
    width: 100%;
}
.green_line {
    height: 10px;
    background: linear-gradient(90deg, #00A03B 0.52%, #45B139 33.87%, #7EBF38 64.28%, #A2C837 86.84%, #AFCB37 98.62%);
	margin-top: 20px
}


.footer_sec {
    padding: 40px 0;
}
.footer_sec_forspec {
    font-size: 30px;
    font-family: "Noto Sans Disp Condensed";
    font-weight: 200;
    text-align: center;
    margin-bottom: 40px;
}
.icon {
    max-width: 57px;
    width: 100%;
    margin-right: 20px;
}
.footer_text {
    font-family: "Noto sans";
    font-size: 24px;
}
.footer_text_number {
    margin-top: 35px;
    color: #5E5E5E;
}
.footer_slogan {
    max-width: 480px;
    padding-left: 15px;
    margin-left: auto;
    margin-top: 25px;
    position: relative;
}
.footer_slogan:after {
    content: "";
    height: 1px;
    background: #025F8A;
    width: 650px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



@media (max-width: 1200px) {

	.header {
		padding: 36px 0 72px;
		margin-bottom: 42px;
	}
	.header_circle {
		max-width: 414px;
		top: -10px;
		right: -115px;
	}
	.logo_company {
		max-width: 170px;
	}
	.head_text_wrapper {
		padding: 0 20px 0 56px;
		margin-top: 80px;
	}
	.head_subtitle {
		font-size: 30px;
	}
	.head_title {
		font-size: 56px;
		margin-bottom: 56px;
	}
	.head_text {
		font-size: 32px;
	}
	.header_line {
		width: 230px;
	}
	.lectors_block {
		padding-top: 35px;
	}
	.lectors_block_circle {
		max-width: 447px;
		right: -112px;
		top: -144px;
	}
	.lectors_title {
		font-size: 32px;
		padding-left: 46px;
		margin-bottom: 40px;
	}
	.lectors_title:before {
		height: 32px;
		width: 26px;
		top: 3px;
	}
	.lector {
		max-width: 220px;
		margin-bottom: 48px;
	}
	.lector:before {
		width: 29px;
		height: 29px;
		bottom: 50px;
	}
	.lector_photo {
		margin-bottom: 14px;
	}
	.lector_about {
		font-size: 18px;
	}
	.clinical_consilion {
		padding: 20px 0 28px;
	}
	.clinical_consilion_circle {
		max-width: 414px;
		top: -265px;
		right: -20px;
	}
	.clinical_consilion_ic {
		max-width: 38px;
	}
	.clinical_consilion_subtitle {
		font-size: 40px;
	}
	.clinical_consilion_title {
		font-size: 57px;
		margin-bottom: 28px;
	}
	.clinical_consilion_text {
		font-size: 24px;
	}
	.videos_list {
		padding: 44px 0 35px;
	}
	.videos_list_item {
		max-width: 388px;
		margin-bottom: 52px;
	}
	.videos_list_item_number {
		width: 84px;
		height: 84px;
		font-size: 56px;
		right: -41px;
		top: -41px;
	}
	.new_label {
		position: absolute;
		width: 72px;
		height: 72px;
		right: 24px;
		top: -36px;
	}
	.videos_list_item_title {
		padding: 16px 28px;
		font-size: 40px;
		border-radius: 6px;
	}
	.videos_list_item_preview {
		border-radius: 6px;
	}
	.videos_list_item_lectors {
		padding-top: 12px;
		font-size: 19px;
	}
	.video_element {
		padding: 52px 0 44px;
	}
	.video_element_circle {
		max-width: 414px;
		right: -95px;
		top: -145px;
	}
	.video_element_title {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.video_element_video {
		padding: 40px 32px;
		border-radius: 6px;
	}
	.green_line {
		height: 8px;
		margin-top: 16px;
	}
	.footer_sec_forspec {
		font-size: 21px;
		margin-bottom: 32px;
	}
	.icon {
		max-width: 46px;
		margin-right: 16px;
	}
	.footer_text {
		font-size: 19px;
	}
	.footer_text_number {
		margin-top: 28px;
	}
	.footer_slogan {
		max-width: 384px;
		padding-left: 12px;
		margin-top: 20px;
	}


}

@media (max-width: 900px) {



}

@media (max-width: 765px) {

	.addcontainer {
		padding: 0;
	}

}


@media (max-width: 500px) {

	.header {
		padding: 18px 0 36px;
		background-position: bottom center;
		margin-bottom: 21px;
	}
	.header_circle {
		max-width: 207px;
		top: -10px;
		right: -115px;
	}
	.logo_company {
		max-width: 85px;
	}
	.head_text_wrapper {
		padding: 0;
		margin-top: 40px;
	}
	.head_subtitle {
		font-size: 15px;
	}
	.head_title {
		font-size: 28px;
		margin-bottom: 28px;
	}
	.head_text {
		font-size: 16px;
	}
	.header_line {
		width: 115px;
	}
	.lectors_block {
		padding-top: 18px;
	}
	.lectors_block_circle {
		max-width: 223px;
		right: -56px;
		top: -72px;
	}
	.lectors_title {
		font-size: 16px;
		padding-left: 23px;
		margin-bottom: 20px;
	}
	.lectors_title:before {
		height: 16px;
		width: 13px;
		top: 1px;
	}
	.lector {
		max-width: 180px;
		margin-bottom: 24px;
	}
	.lector:before {
		width: 15px;
		height: 15px;
		bottom: 25px;
	}
	.lector_photo {
		margin-bottom: 7px;
	}
	.lector_about {
		font-size: 9px;
	}
	.clinical_consilion {
		padding: 10px 0 14px;
	}
	.clinical_consilion_circle {
		max-width: 207px;
		top: -265px;
		right: -20px;
	}
	.clinical_consilion_ic {
		max-width: 22px;
	}
	.clinical_consilion_subtitle {
		font-size: 19px;
	}
	.clinical_consilion_title {
		font-size: 27px;
		margin-bottom: 14px;
	}
	.clinical_consilion_text {
		font-size: 12px;
	}
	.videos_list {
		padding: 22px 0 18px;
	}
	.videos_list_item {
		max-width: 100%;
		margin-bottom: 26px;
	}
	.videos_list_item_number {
		width: 42px;
		height: 42px;
		font-size: 36px;
		right: 5px;
		top: -25px;
	}
	.videos_list_item_title {
		padding: 8px 14px;
		font-size: 20px;
		border-radius: 3px;
	}
	.videos_list_item_preview {
		border-radius: 3px;
	}
	.new_label {
		position: absolute;
		width: 36px;
		height: 36px;
		right: 12px;
		top: 10px;
	}
	.videos_list_item_lectors {
		padding-top: 6px;
		font-size: 12px;
	}
	.video_element {
		padding: 26px 0 22px;
	}
	.video_element_circle {
		max-width: 207px;
		right: -95px;
		top: -145px;
	}
	.video_element_title {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.video_element_video {
		padding: 20px 16px;
		border-radius: 3px;
	}
	.green_line {
		height: 4px;
		margin-top: 8px;
	}
	.footer_sec_forspec {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.icon {
		max-width: 23px;
		margin-right: 8px;
	}
	.footer_text {
		font-size: 10px;
	}
	.footer_text_number {
		margin-top: 14px;
	}
	.footer_slogan {
		max-width: 192px;
		padding-left: 6px;
		margin-top: 10px;
	}

}

@media (max-width: 400px) {

	.head_subtitle {
		font-size: 13px;
	}
	.head_title {
		font-size: 24px;
	}
	.head_text {
		font-size: 14px;
	}
	.lector {
		max-width: 160px;
	}
	.clinical_consilion_subtitle {
		font-size: 16px;
	}
	.clinical_consilion_title {
		font-size: 23px;
	}

}

