/*Egor*/

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Regular.eot');
	src: local('Montserrat Regular'), 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'), 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'), 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-SemiBoldItalic.eot');
	src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'),
		url('fonts/Montserrat-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-SemiBoldItalic.woff') format('woff'),
		url('fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Bold.eot');
	src: local('Montserrat Bold'), 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 Bold Italic'), 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'), 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: 'Myriad Pro';
	src: url('fonts/MyriadPro-Regular.eot');
	src: local('Myriad Pro Regular'), local('MyriadPro-Regular'),
		url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/MyriadPro-Regular.woff') format('woff'),
		url('fonts/MyriadPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

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



body {
    /*background-image: url('img/page-bg.png');
    background-size: 1350px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;*/
    font-family: "Montserrat", sans-serif;
	max-width:1400px;
	margin: 0 auto;
}
.text-right {
	text-align: right;
}
.mc-popup {
	transform: translate(-50%, -50%);
	margin: 0;
}
.mc-popup .close::before {
	margin-top: 0;
}
.js_reg_auth {
	display:none !important;
}
.pop-log-reg .nav-tabs li.active a {
  background: #fff;
  color: #005fb0;
  border: 0;
font-weight: bold;
text-decoration:none;
}

@media screen and (max-width:600px) {
	.mc-popup {
		width: 80%;
	}
	.nav-tabs > li {
		float:none;
	}
}

.page-header__top {
    background: unset;
    padding: 0px;
    margin-left: 0;
    margin-right: 0;
    /*padding-top: 15px;*/
}
.page-header__top .page-header__personal-area {
	padding-top: 15px;
}

.clearfix {
	clear:both;
}
.add-container {
	padding: 0 100px;
}
section {
    padding: 40px 0;
}
.mn_btn {
    background-color: #C56291;
    padding: 10px 15px;
    border-radius: 999px;
    color: #fff;
	text-transform: uppercase;
}
.mn_btn:hover {
    color: #fff;
    background-color: #a15378;
}



.logo-project {
    font-size: 60px;
    font-weight: 800;
    color: #EB812D;
}


.about_land-main {
    padding: 20px 0 30px;
    background-image: url('img/main_headbg.png');
    background-size: cover;
    background-repeat: no-repeat;
	margin-top: 30px;
}
.about_land-main .wrapper_for-titles {
    background: linear-gradient(90deg, #DA8018, #DA8018, #ffffff3b, transparent 80%);
    padding: 20px 0;
    margin-bottom: 150px;
}
.about_land-main .title_project {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}
.about_land-main .subtitle_project {
    font-size: 43px;
    line-height: 1.2;
    font-weight: 600;
    color: #134092;
}
.about_land-main .head_btn-item {
    color: #fff;
    padding: 5px 35px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 33px;
    box-shadow: 8px 8px 18px 0px #2e2e2e;
    line-height: 1.2;
}
.about_land-main .head_btn-item:first-child {
    margin-right: 50px;
    background: #19ACCD;
}
.about_land-main .head_btn-item:last-child {
    background: #006578;
}


section.body {
	color:#134092;
}


.wrapper_for-title_sec {
    color: #fff;
    position: relative;
    padding: 20px 260px 20px 20px;
}
.about_project .wrapper_for-title_sec {
    background-color: #134092;
	margin-bottom: 15px;
}
.wrapper_for-title_sec .title_sec {
    font-size: 43px;
    font-weight: 600;
    line-height: 1;
}
.wrapper_for-title_sec .title_sec span {
    font-weight: 800;
}
.wrapper_for-title_sec .subtitle_sec {
    font-size: 28px;
    font-weight: 500;
	line-height: 1.2;
	margin-top: 20px;
}
.wrapper_for-title_sec .check_icon {
    position: absolute;
    right: 15px;
    top: 10px;
    max-width: 60px;
    width: 60px;
}


.wrapper_for-list_inst {
    background-color: #ECEEF6;
    padding: 10px 15px;
	margin-bottom: 20px;
}
.wrapper_for-list_inst .linst_inst-item {
    display: flex;
    align-items: center;
}
.wrapper_for-list_inst .linst_inst-item .icon {
    width: 50px;
    margin-right: 10px;
}
.wrapper_for-list_inst .linst_inst-item .text {
    width: calc(100% - 60px);
    font-size: 22px;
}
.wrapper_for-list_inst .linst_inst-item .text.small {
    font-size: 14px;
}


.video_desc-description {
    font-size: 19px;
    font-weight: 500;
}
.video_desc-video video {
    max-width: 100%;
}


.def_btn {
    font-size: 29px;
    font-weight: 600;
    background: #EB812D;
    border-radius: 8px;
    color: #fff;
    padding: 5px 30px;
    box-shadow: 7px 7px 11px 0px #858585;
	text-transform: uppercase;
}


.speakers {
    padding: 40px 0;
}
.speakers .wrapper_for-title_sec {
    background-color: #134092;
	margin-bottom: 15px;
}
.speakers .person-wrapper {
    background: #F1F9FF;
    height: 100%;
    padding: 50px 13px 100px;
    border: 3px solid #19accd;
    border-radius: 30px;
}
.speakers .news-item:nth-of-type(16) .person-wrapper,
.speakers .news-item:nth-of-type(17) .person-wrapper,
.speakers .news-item:nth-of-type(18) .person-wrapper,
.speakers .news-item:nth-of-type(19) .person-wrapper,
.speakers .news-item:nth-of-type(20) .person-wrapper,
.speakers .news-item:nth-of-type(21) .person-wrapper,
.speakers .news-item:nth-of-type(22) .person-wrapper,
.speakers .news-item:nth-of-type(23) .person-wrapper {
    border-color: #006578;
}
.speakers .person-wrapper img {
    margin: 0 auto 13px;
    display: block;
}
.speakers .person-wrapper .name {
    font-weight: 700;
    line-height: 1.4;
    font-size: 16px;
}
.speakers .person-wrapper .regalia {
    font-weight: 500;
    line-height: 1.4;
    font-size: 13px;
}
.speakers .wrapper_for-speakers_btns {
    margin-top: 40px;
}
.speakers .wrapper_for-speakers_btns .def_btn:first-child {
    margin-right: 30px;
}


.logo-rheum,
.logo-gastro {
    padding-left: 60px;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    font-style: italic;
}
.logo-rheum {
    color: #19ACCD;
}
.logo-gastro {
    color: #006578;
}


.about_land-other {
    padding: 40px 0 30px;
    background-image: url('./img/other_headbg.png');
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}
.about_land-other.gastroenterology {
	padding-bottom: 170px;
    padding-top: 70px;
}
.about_land-other .wrapper_for-titles {
    background: linear-gradient(90deg, #FFFFFF, #FFFFFF, transparent 80%);
    padding: 35px 0 23px;
}
.about_land-other.gastroenterology .wrapper_for-titles {
    z-index: 1;
    position: relative;
}
.about_land-other .wrapper_for-titles .description_project {
    font-size: 23px;
    font-weight: 600;
    color: #134092;
}
.about_land-other .rheum_doc {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 390px;
}
.about_land-other .gastro_doc {
    position: absolute;
    bottom: 0;
    right: 25px;
    max-width: 690px;
}


.wrapper_for-btn_survey {
    margin: 40px 0;
}
.wrapper_for-btn_survey .btn_survey {
    font-size: 30px;
    font-weight: 600;
    padding: 10px 5px;
    border-bottom: 2px solid #134092;
    line-height: 1;
    background: #EFA111;
}
.wrapper_for-btn_survey .btn_survey img {
    max-width: 17px;
}


.wrapper_for-coming_soon {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    font-style: italic;
    margin: 40px 0;
}


.section_item {
    margin-bottom: 60px;
}
.section_item .wrapper_for-title_sec {
    margin-bottom: 70px;
}
.event {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.event .nmo_tag {
    max-width: 60px;
    position: absolute;
    width: 60px;
    right: -5px;
    top: -40px;
}
.event_top {
    padding-top: 20px;
    background-color: #F1F9FF;
    border-left: 2px solid #A0B6EA;
    border-top: 2px solid #A0B6EA;
    border-right: 2px solid #A0B6EA;
    border-radius: 10px 10px 0 0;
    padding-bottom: 42px;
    margin-bottom: -5px;
}
.event_top-datetime {
    display: flex;
    align-items: center;
    font-family: 'Myriad Pro';
    font-size: 20px;
    padding: 0 15px;
}
.detail_page .event_top-datetime {
    align-items: center;
    padding: 0;
}
.event_top-datetime .date {
    text-align: right;
    flex-basis: 50%;
}
.detail_page .event_top-datetime .date {
    flex-basis: auto;
}
.event_top-datetime .date .calendar_ic {
    max-width: 18px;
    background-image: url('./img/calendar_blue.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.body.gastroenterology .event_top-datetime .date .calendar_ic {
    background-image: url('./img/calendar_white.svg');
}
.event_top-datetime .separator {
    height: 24px;
    width: 2px;
    background: #3C9F80;
    margin: 0 10px;
}
.event_top-datetime .time {
    flex-basis: 50%;
}
.detail_page .event_top-datetime .time {
    flex-basis: auto;
}
.event_top-datetime .time .timer_ic {
    max-width: 18px;
    background-image: url('./img/timer_blue.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}
.body.gastroenterology .event_top-datetime .time .timer_ic {
    background-image: url('./img/timer_white.svg');
}
.event_top-datetime .time img {
    max-width: 15px;
}
.event_top-type {
    padding: 0 15px;
    text-align: center;
    color: #FF6429;
    font-size: 13px;
    font-weight: 600;
}
.body.gastroenterology .event_top-type {
    background-color: #7A8EA2;
    color: #fff;
}
.event_image {
    z-index: 1;
    border: 2px solid #0003C7;
    border-radius: 10px;
    overflow: hidden;
}
.event_description {
    background-color: #F1F9FF;
    border-left: 2px solid #A0B6EA;
    border-bottom: 2px solid #A0B6EA;
    border-right: 2px solid #A0B6EA;
    border-radius: 0 0 10px 10px;
    margin-top: -5px;
    height: auto;
    padding: 25px 15px 35px;
	flex-grow: 2;
	display: flex;
    flex-direction: column;
}
.body.gastroenterology .event_description {
    background-color: #7A8EA2;
    color: #fff;
}
.event_description-name {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
}
.event_description-speakers {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 15px;
}
.event_description-speakers i {
    font-size: 13px;
}
.event_description-btn {
    text-align: center;
	margin-top: auto;
}
.event_description-btn a {
    background: #CEE0F4;
    padding: 15px 30px;
    line-height: 1;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 600;
	color: #134092;
}
.body.gastroenterology .event_description-btn a {
	background: #EFA111;
	color: #fff;
}
.event_description-btn img {
    max-width: 15px;
    margin-bottom: 3px;
}
.event_description-btn .arrow_ic {
    max-width: 18px;
    background-image: url('./img/arrow_blue.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}
.body.gastroenterology .event_description-btn .arrow_ic {
    background-image: url('./img/arrow_white.svg');
}


.load_more_item {
    color: #fff;
    background: #19ACCD;
    padding: 15px 40px 15px 30px;
    line-height: 1;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 600;
    max-width: max-content;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
}
.body.gastroenterology .load_more_item {
    background: #005063;
}
.load_more_item:after {
    z-index: 2;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url('./img/arrow_white.svg');
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    transform: translateY(-50%);
}


.detail_page h3 {
    font-size: 20px;
}

video {
    max-width: 100%;
}

.pdf_btn {
    padding: 5px 15px;
    background: #ccc;
    margin-bottom: 20px;
    border-radius: 10px;
    font-weight: 500;
}
.pdf-btns {
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
	visibility: hidden;
}
.pdf-btns button {
    background: #ccc;
    border: none;
    border-radius: 4px;
    font-size: 40px;
	opacity: 0.5;
}
.pdf-btns button:hover {
	opacity: 1;
}
.wrapper_for-pdf {
    padding-top: 40px;
}


.detail_public p{
	margin-bottom: 15px;
}
.detail_public-title {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: bold;
}
.detail_public .pdf_view {
    background-color: #F2F5F7;
    padding: 10px;
    color: #000;
}
.detail_public .pdf_view-title {
    font-size: 18px;
    font-weight: 500;
}
.detail_public .pdf_view-link a {
    font-weight: 500;
    text-decoration: underline;
    color: #134092;
}
.detail_public .pdf_view .icon {
    max-width: 40px;
    margin-right: 20px;
}
.detail_public .pdf_view .text {
    max-width: calc(100% - 60px);
}
.detail_public video {
	width: 100%;
}


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

}
@media screen and (max-width: 992px) {
.logo-project {
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
}
.logo-company {
    max-width: 250px;
    margin: 0 auto;
}
.about_land-main {
    margin-top: 10px;
    padding: 0;
    padding-bottom: 30px;
}
.about_land-main .wrapper_for-titles {
    padding-bottom: 50px;
    background: linear-gradient(180deg, #DA8018, #DA8018 80%, transparent);
	margin-bottom: 50px;
}
.about_land-main .title_project {
    font-size: 35px;
    text-align: center;
}
.about_land-main .subtitle_project {
    font-size: 30px;
    text-align: center;
}
.about_land-main .head_btn-item {
    font-size: 22px;
    width: 100%;
	text-align:center;
}
.about_land-main .head_btn-item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
}
.wrapper_for-title_sec {
	padding: 15px;
}
.wrapper_for-title_sec .title_sec {
    font-size: 30px;
    text-align: center;
}
.wrapper_for-title_sec .subtitle_sec {
    font-size: 22px;
    text-align: center;
}
.wrapper_for-title_sec .check_icon {
    display: none;
}
.wrapper_for-list_inst .linst_inst-item {
    align-items: flex-start;
}
.wrapper_for-list_inst .linst_inst-item .icon {
    width: 30px;
}
.wrapper_for-list_inst .linst_inst-item .text {
    font-size: 18px;
    width: calc(100% - 40px);
}
.wrapper_for-list_inst .linst_inst-item .text.small {
    font-size: 12px;
}
.video_desc-description {
    margin-bottom: 30px;
    font-size: 17px;
}
.def_btn {
    font-size: 22px;
    width: 100%;
    text-align: center;
}
.speakers .wrapper_for-speakers_btns .def_btn:first-child {
    margin-right: 0;
    margin-bottom: 20px;
}
.speakers_list .news-item {
    margin-bottom: 30px;
}
.speakers_list .news-item:last-child {
    margin-bottom: 0;
}
.speakers .person-wrapper {
    padding: 50px 15px;
}
.logo-rheum, .logo-gastro {
    font-size: 35px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -10px;
}
.about_land-other {
    padding: 0;
}
.about_land-other .wrapper_for-titles {
    background: #ffffffc7;
    z-index: 1;
    position: relative;
}
.about_land-other .wrapper_for-titles .description_project {
    font-size: 20px;
}
.wrapper_for-btn_survey .btn_survey {
    font-size: 20px;
    width: 100%;
    text-align: center;
}
.section_item .news-item {
    margin-bottom: 50px !important;
}
.section_item .news-item:last-child {
    margin-bottom: 0 !important;
}
.event_description-btn a {
    font-size: 18px;
}
.load_more_item {
    margin-top: 40px;
    font-size: 18px;
}
.about_land-other.gastroenterology {
    padding: 0;
}
.about_land-other.gastroenterology .wrapper_for-titles {
    padding: 55px 0;
}
.about_land-other .gastro_doc {
    right: 0;
}
.wrapper_for-coming_soon {
    font-size: 20px;
}
.section_item .wrapper_for-title_sec {
    margin-bottom: 50px;
}




	section {
		padding: 20px 0;
	}

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

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

}
/*END Egor END*/