/*ЛК организатора*/

* {
	box-sizing: border-box;
}
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	overflow: hidden;
}
p {
	font-size: 20px;
	color: #000;
	margin: 6px 0px;
	line-height: 30px;
}
button:hover,
button:active,
button:focus,
button:visited {
	outline: none;
	z-index: 99;
}
.hr {
	width: 100%;
	height: 1px;
	border: none;
	padding: 0;
	margin: 0;
}
.hr_blue {
	background: #001c5d;
}
.hr_light-blue {
	background: #e2e5ed;
}
.hr_red {
	background: #c00000;
}
.hr_gray {
	background: #b5b5b5;
}

.container_1600 {
	width: 1600px;
	min-height: 1px;
	margin: auto;
	position: relative;
}
.container_1300 {
	width: 1300px;
	min-height: 1px;
	margin: auto;
	position: relative;
}
h1,
.capt {
	font-size: 36px;
	text-transform: uppercase;
	color: #001c5d;
	font-weight: bold;
	margin-top: 70px;
	margin-bottom: 60px;
	padding-right: 183px;
}
h1 span,
.capt span {
	border-bottom: 1px solid #001c5d;
	padding-bottom: 20px;
}
.content {
	position: relative;
	min-height: 100px;
}
.content h2,
.content h3 {
	color: #c00000;
	font-size: 16px;
	font-weight: normal;
}

.content p,
.content {
	font-size: 16px;
	color: #000000;
	text-align: justify;
	line-height: 26px;
}
.content a {
	font-style: italic;
	font-size: 16px;
	color: #001c5d;
	border-bottom: 1px solid #001c5d;
	transition: all 0.5s;
}
.content ul li {
	font-size: 16px;
	color: #000000;
}
.content a:hover {
	border-bottom: 1px solid transparent;
}
.content textarea {
	display: inline-block;
	width: 100%;
	height: 82px;
	background: none;
	box-shadow: none;
	border: 1px solid #5ea7ff;
	border-radius: 4px;
	padding-left: 22px;
	padding-top: 14px;
	resize: none;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	color: #656262;
	margin-bottom: 10px;
}
.content input {
	display: inline-block;
	width: 100%;
	height: 42px;
	background: none;
	box-shadow: none;
	border: 1px solid #5ea7ff;
	border-radius: 4px;
	padding-left: 22px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	color: #656262;
	margin-bottom: 10px;
}

.plane {
	opacity: 0;
	position: fixed;
	right: 0;
	bottom: -200px;
	z-index: 999;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: all 2s;
	will-change: all;
	overflow: hidden;
}
.plane_img {
	display: block;
	width: 117px;
	height: 298px;
	background: url(../img/plane-link.png) no-repeat;
	z-index: 100;
	overflow: hidden;
	position: relative;
}
.plane__text {
	writing-mode: tb-rl;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 70%;
	width: 100%;
	height: 100%;
	text-align: center;
	trasform: rotate(10deg);
	transform: rotate(180deg);
	color: #fff;
}

.plane_active {
	opacity: 1;
	bottom: 450px;
	overflow: hidden;
}

/*countdown*/

/*upload*/
.upload {
	border: 1px solid #5ea7ff;
	border-radius: 4px;
    padding: 10px 14px 6px;
    text-align: right;
}
.upload__select {
    height: 40px;
    width: auto;
    display: inline-block;
    background: url(../img/btn/btn_blue.png) repeat-x;
     -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    padding: 0 24px;
    border-radius: 10px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    /* font-weight: bold; */
    color: #fff;
    font-weight: normal;
}
.upload__select:before {
    content: '';
    width: 27px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    background: url(/local/templates/lk_participant/css/../img/btn/btn_blue-before.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -6px;
    top: 0;
    z-index: 100;
}
.upload__select:after {
    content: '';
    width: 27px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    background: url(/local/templates/lk_participant/css/../img/btn/btn_blue-after.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: -11px;
    top: 0;
    z-index: 100;
}
.upload:hover .upload__select {
    height: 40px;
    width: auto;
    display: inline-block;
    background: url(../img/btn/btn_red.png) repeat-x;
     -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    padding: 0 24px;
    border-radius: 10px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    /* font-weight: bold; */
    color: #fff;
    text-decoration: none;
}
.upload:hover .upload__select:before {
    content: '';
    width: 27px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    background: url(/local/templates/lk_participant/css/../img/btn/btn_red-before.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -6px;
    top: 0;
    z-index: 100;
}
.upload:hover .upload__select:after {
    content: '';
    width: 27px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    background: url(/local/templates/lk_participant/css/../img/btn/btn_red-after.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: -11px;
    top: 0;
    z-index: 100;
}
/*upload*/


/*row/col {*/
.row {
	margin: 0 -15px;
	font-size: 0;
}
.row_4 .col {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	/*overflow: hidden;*/
	padding: 15px;
	font-size: 14px;
}
.row_3 .col {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	/*overflow: hidden;*/
	padding: 15px;
	font-size: 14px;
}
.row_2 .col {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	/*overflow: hidden;*/
	padding: 15px;
	font-size: 14px;
}
.row_1 .col {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	/*overflow: hidden;*/
	padding: 15px;
	font-size: 14px;
}

.section__row-block {
	padding: 0 100px;
}
.section__row{
	margin: 0 -15px;
	font-size: 0;
}

.section__row_3 .section__col {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	padding: 15px;
	text-align: justify;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 40px;
	position: relative;
	overflow: hidden;
}
.section__row_3 .section__col-wrap {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	padding: 15px;
	text-align: justify;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 40px;
	position: relative;
	overflow: hidden;
}
.section__row_2 .section__col {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 15px;
	text-align: justify;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 40px;
	position: relative;
	overflow: hidden;

}
.section__row_1 .section__col {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 15px;
	text-align: justify;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 40px;
	position: relative;
	overflow: hidden;
}
.section__col-wrap {
	display: inline;
    vertical-align: top;
}
.section__col p {
/*	font-size: 24px;
	text-transform: uppercase;
	line-height: 34px;*/
}
/*row/col }*/


.section__line {
	width: 100%;
	min-height: 72px;
	padding: 0px;
	display: flex;
	align-items: center;
}
.section__line .section__middle {
	display: table-cell;
	vertical-align: middle;
}
.section__line_blue {
	background: #001c5d;
}
.section__line_red {
	background: #c00000;
}
.section__line_light {
	background: transparent;
	min-height: auto;
	margin: 58px 0 0px;
}

.section__capt {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
}
.section__capt_white {
	color: #fff;
}
.section__capt_black {
	color: #000;
	text-transform: none;
}
.section__capt_white
.section__text {
	margin: 60px auto;
}
.section_text-block .section__text p {
	text-align: justify;
}
.section__capt-underline {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 60px 0px;
	margin-right: 20px;
}
.section__capt-underline_blue span {
	color: #001c5d;
	border-bottom: 1px solid #001c5d;
	padding-bottom: 18px;
	position: relative;
	top: 2px;
}
.section__btn {
	border-radius: 10px;
	padding: 16px 40px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	margin-left: 50px;
	display: inline-block;
	margin: 2px 0px;
	border: none;
	cursor: pointer;
}
.section__btn_blue {
	background: #fff;
	border: 2px solid #001c5d;
	color: #001c5d;

	/*border-color: rgba(255,255,255,0.4)
				  rgba(0,17,58,0.3)
				  rgba(0,17,58,0.3)
				  rgba(255,255,255,0.4);
	border-style: inset;
	border-width: 4px;*/
}
.section__btn_blue:hover {
	background: #001c5d;
	color: #fff;
}

.section__btn_blue-2 {
	height: 52px;
	width: auto;
	display: inline-block;
	background: url(../img/btn/btn_blue.png) repeat-x;
	position: relative;
	padding: 0 24px;
	border-radius: 10px;
	line-height: 54px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	/*font-weight: bold;*/
	color: #fff;
}
.section__btn_blue-2:after {
	content: '';
	width: 27px;
	height: 52px;
	display: inline-block;
	vertical-align: top;
	background: url(../img/btn/btn_blue-after.png) no-repeat;
	position: absolute;
	right: -6px;
	top: 0;
	z-index: 100;
}
.section__btn_blue-2:before {
	content: '';
	width: 27px;
	height: 52px;
	display: inline-block;
	vertical-align: top;
	background: url(../img/btn/btn_blue-before.png) no-repeat;
	position: absolute;
	left: -6px;
	top: 0;
	z-index: 100;
}
.section__btn_blue-2:hover {
	height: 52px;
	width: auto;
	display: inline-block;
	background: url(../img/btn/btn_red.png) repeat-x;
	/*position: relative;*/
	padding: 0 24px;
	border-radius: 10px;
	line-height: 54px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	/*font-weight: bold;*/
	color: #fff;
}
.section__btn_blue-2:hover:after {
	content: '';
	width: 27px;
	height: 52px;
	display: inline-block;
	vertical-align: top;
	background: url(../img/btn/btn_red-after.png) no-repeat;
	position: absolute;
	right: -6px;
	top: 0;
	z-index: 100;
}
.section__btn_blue-2:hover:before {
	content: '';
	width: 27px;
	height: 52px;
	display: inline-block;
	vertical-align: top;
	background: url(../img/btn/btn_red-before.png) no-repeat;
	position: absolute;
	left: -6px;
	top: 0;
	z-index: 100;
}

.section__btn_blue-3 {
    /* width: 120px; */
    /* height: 30px; */
    /* line-height: 30px; */
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #0e4096;
    color: #001c5d;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    text-decoration: none;
    padding: 12px 20px 10px;
}




.section__btn_red {
	height: 52px;
	width: auto;
	display: inline-block;
	background: url(../img/btn/btn_red.png) repeat-x;
	position: relative;
	padding: 0 24px;
	border-radius: 10px;
	line-height: 54px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	/*font-weight: bold;*/
	color: #fff;
}
.section__btn_red:after {
	content: '';
	width: 27px;
	height: 52px;
	display: inline-block;
	vertical-align: top;
	background: url(../img/btn/btn_red-after.png) no-repeat;
	position: absolute;
	right: -6px;
	top: 0;
	z-index: 100;
}
.section__btn_red:before {
	content: '';
	width: 27px;
	height: 52px;
	display: inline-block;
	vertical-align: top;
	background: url(../img/btn/btn_red-before.png) no-repeat;
	position: absolute;
	left: -6px;
	top: 0;
	z-index: 100;
}

.section__btn_cian {
/*	background: #04cae2;
	border-color: rgba(255,255,255,0.5)
				  rgba(0,0,0,0.1)
				  rgba(0,0,0,0.1)
				  rgba(255,255,255,0.5);
	border-style: inset;
	border-width: 4px;
	color: #001c5d;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 30px;*/
	height: 52px;
	width: auto;
	display: inline-block;
	background: url(../img/btn/btn_cian-2.png) repeat-x;
	position: relative;
	padding: 0 20px;
	border-radius: 10px;
	line-height: 54px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #001c5d;
}
.section__btn_cian:after {
	content: '';
	width: 27px;
	height: 52px;
	display: inline-block;
	vertical-align: top;
	background: url(../img/btn/btn_cian-after-2.png) no-repeat;
	position: absolute;
	right: -6px;
	top: 0;
	z-index: 100;
}
.section__btn_cian:before {
	content: '';
	width: 27px;
	height: 52px;
	display: inline-block;
	vertical-align: top;
	background: url(../img/btn/btn_cian-before-2.png) no-repeat;
	position: absolute;
	left: -6px;
	top: 0;
	z-index: 100;
}


.section .section__capt-underline,
.section__button {
	display: inline-block;
	vertical-align: baseline;
}
.section__button {
	vertical-align: -webkit-baseline-middle;
}
.section__button {
	margin-left: 20px;
}

/*slider style*/
.slick-arrow {
	position: absolute;
	top: 40%;
	background: transparent;
	border: none;
	cursor: pointer;
	opacity: 1;
    transition: all 0.5s;
   cursor: pointer;

}
.slick-arrow:focus {
	outline: none;
}
.slick-arrow:hover {
	opacity: 0.5;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-initialized .slick-slide:focus {
	outline: none;
}
/*slider style*/



/*ICON*/
.icon-arrow-white-left {
	display: inline-block;
	width: 55px;
	height: 106px;
	background: url(../img/icon/icon-arrow-white.png);
	background-position: 0px 0px;
}
.icon-arrow-white-right {
	display: inline-block;
	display: inline-block;
	width: 55px;
	height: 106px;
	background: url(../img/icon/icon-arrow-white.png);
	background-position: 55px 0px;
}

.icon-arrow-blue-left {
	display: inline-block;
	width: 55px;
	height: 106px;
	background: url(../img/icon/icon-arrow-blue.png);
	background-position: 0px 0px;
}
.icon-arrow-blue-right {
	display: inline-block;
	display: inline-block;
	width: 55px;
	height: 106px;
	background: url(../img/icon/icon-arrow-blue.png);
	background-position: 55px 0px;
}

.icon-arrow-red-left {
	display: inline-block;
	width: 55px;
	height: 106px;
	background: url(../img/icon/icon-arrow-red.png);
	background-position: 0px 0px;
}
.icon-arrow-red-right {
	display: inline-block;
	display: inline-block;
	width: 55px;
	height: 106px;
	background: url(../img/icon/icon-arrow-red.png);
	background-position: 55px 0px;
}
.icon-advantages {
	width: 75px;
	height: 75px;
	display: inline-block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
}
.icon-advantages_1 {
	background: url(../img/advantages/icon-advantages-1.png) center center no-repeat;
}
.icon-advantages_2 {
	background: url(../img/advantages/icon-advantages-2.png) center center no-repeat;
}
.icon-advantages_3 {
	background: url(../img/advantages/icon-advantages-3.png) center center no-repeat;
}
.icon-advantages_4 {
	background: url(../img/advantages/icon-advantages-4.png) center center no-repeat;
}
.icon-advantages_5 {
	background: url(../img/advantages/icon-advantages-5.png) center center no-repeat;
}
.icon-advantages_6 {
	background: url(../img/advantages/icon-advantages-6.png) center center no-repeat;
}
.icon-edit {
	display: inline-block;
	width: 16px;
	height: 16px;
	transition: all 0.5s;
	background: url(../img/icon/icon-edit.png) no-repeat;
}
.icon-edit:hover {
	transition: all 0.2s;
	background: url(../img/icon/icon-edit-hover.png) center center no-repeat;
}

.icon-save {
	display: inline-block;
	width: 16px;
	height: 16px;
	transition: all 0.5s;
	background: url(../img/icon/icon-save.png) center center no-repeat;
}
.icon-save:hover {
	transition: all 0.2s;
	background: url(../img/icon/icon-save.png) center center no-repeat;
}

.icon-remove {
	display: inline-block;
	width: 16px;
	height: 16px;
	transition: all 0.5s;
	background: url(../img/icon/icon-remove.png) center center no-repeat;
}
.icon-remove:hover {
	transition: all 0.2s;
	background: url(../img/icon/icon-remove.png) center center no-repeat;
}
.icon-remove-blue {
	display: inline-block;
	width: 16px;
	height: 16px;
	transition: all 0.5s;
	background: url(../img/icon/icon-remove-blue.png) center center no-repeat;
}


.icon-add {
	display: inline-block;
	width: 16px;
	height: 16px;
	transition: all 0.5s;
	background: url(../img/icon/icon-add.png) center center no-repeat;
}
.icon-add:hover {
	transition: all 0.2s;
	background: url(../img/icon/icon-add.png) center center no-repeat;
}

.icon-download {
	display: inline-block;
	width: 16px;
	height: 16px;
	transition: all 0.5s;
	background: url(../img/icon/icon-download.png) center center no-repeat;
}
.icon-download:hover {
	transition: all 0.2s;
	background: url(../img/icon/icon-download.png) center center no-repeat;
}
.icon-zip {
	width: 27px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-zip.png) center center no-repeat;
}
.icon-zip-gray {
	width: 27px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-zip-gray.png) center center no-repeat;
}
.icon-doc {
	width: 27px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-doc.png) center center no-repeat;
}
.icon-doc-gray {
	width: 27px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-doc-gray.png) center center no-repeat;
}
.icon-txt {
	width: 27px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-txt.png) center center no-repeat;
}
.icon-txt-gray {
	width: 27px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-txt-gray.png) center center no-repeat;
}
.icon-pdf {
	width: 27px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-pdf.png) center center no-repeat;
}
.icon-pdf-gray {
	width: 27px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-pdf-gray.png) center center no-repeat;
}
.icon-xls {
	width: 27px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-xls.png) center center no-repeat;
}
.icon-xls-gray {
	width: 27px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-xls-gray.png) center center no-repeat;
}
.icon-ptt {
	width: 27px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-ptt.png) center center no-repeat;
}
.icon-ptt-gray {
	width: 27px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-ptt-gray.png) center center no-repeat;
}
.icon-camera {
	width: 32px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-camera.png) center center no-repeat;
}

.icon-comments {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-comments.png) center center no-repeat;
}
.icon-confirm {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-confirm.png) center center no-repeat;
}
.icon-calendar {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-calendar.png) center center no-repeat;
}
.icon-calendar-white {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-calendar-white.png) center center no-repeat;
}
.icon-clock {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-clock.png) center center no-repeat;
}
.icon-add-program {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-add-program.png) center center no-repeat;
}
.icon-add-program-white {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-add-program-white.png) center center no-repeat;
}
.icon-info {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon/icon-info.png) center center no-repeat;
}
/*ICON*/



/*HEADER*/
.header {
	/*border-bottom: 5px solid #b9b9b9;*/
	border-bottom: 12px solid #c00000;
}
.header__main {
	font-size: 0;
	height: 148px;
	display: flex;
	align-items: center;
}
/* .header__logo,
.header__text, */
.header__lk-language {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.header__logo {
	flex: 0 0 60%;
	display: flex;
	align-items: flex-start;
	gap: 40px;

}
.header__logo img {
	max-width: 100%;
}

 .header__logo-link {
	display: block;
 }
 .header__logo-img {
	object-fit: contain;
 }
.header__text {
	/* width: calc(100% - 850px); */
	flex: 0 0 30%;
	height: 110px;
	/*padding: 24px 0px;*/
	/*font-weight: bold;*/
	font-size: 16px;
	color: #002060;
	text-align: center;
	text-transform: uppercase;
	line-height: 22px;
	padding-left: 5%;
}
.header__text-box {
	display: table;
	height: 100%;
	width: 100%;
}
.header__text-middle,
.header__text-middle p {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    color: #002060;
    text-align: left;
    line-height: 30px;
}

.header__language {
    padding: 0px 0px 16px;
}
.header__lk-language {
	flex: 0 0 20%;
	text-align: right;
	margin-left: auto;
}
.header__lk-language ul {
	padding: 0;
	margin: 0;
}
.header__lk-language li {
	display: inline-block;
	vertical-align: middle;
}
.header__lk-language a {
	text-transform: uppercase;
	text-decoration: none;
	color: #002060;
	font-size: 16px;
	transition: all 0.5s;
}
.header__lk-language a:hover {
	color: #c00000;
}
a.header__language-link {
	/*font-weight: bold;*/
	font-weight: normal;
	text-transform: uppercase;
	color: #c00000;
}
.header__lk-language ul li + li a {
	border-left: 1px solid #000;
	padding-left: 12px;
    margin-left: 8px;
}

.header__language-item_active a.header__language-link {
	font-weight: bold;
	color: #002060;
}

.header__banner {
	height: auto;
/*	background: #c00000;*/
}
/*.header__banner-text {
	display: table;
	width: 1240px;
	height: 200px;
	padding-left: 100px;

}
.header__banner-text span {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	line-height: 30px;

}
.header__banner:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 100px;
	width: 323px;
	height: 199px;
	background: url(../img/header__banner-img.png) no-repeat;
}*/
.header__banner img {
	width: 100%;
	display: block;
}
/*HEADER*/

/*NAV*/

.nav {
	background: #c00000;
}
.nav__list {
	margin: 0;
	padding: 0;
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
}
.nav__item_additionally {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	padding-left: 0%;
}
.nav__item {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: relative;
	font-size: 16px;

}
.nav__link {
	padding: 22px 40px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #ffffff;
	background: #c00000;
	transition: all 0.5s;
	/*border-bottom: 1px solid #5b5a5b;*/
}
.nav__link:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	display: block;
	width: 1px;
	height: 60px;
    background: -webkit-linear-gradient(rgba(207,101,104,0) 0%, rgba(207,101,104,1) 50%, rgba(207,101,104,0) 100%);
    background: -o-linear-gradient(rgba(207,101,104,0) 0%, rgba(207,101,104,1) 50%, rgba(207,101,104,0) 100%);
    background: linear-gradient(rgba(207,101,104,0) 0%, rgba(207,101,104,1) 50%, rgba(207,101,104,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cf6568', endColorstr='#00cf6568',GradientType=0 );
}
.nav__link:hover {
	background: #a00202;
	color: #ffffff;
}
/*.nav__link:hover:after {
	display: none;
}*/

.nav__link_active {
	background: #a00202;
	color: #ffffff;
	cursor: default;
}
/*.nav__link_active:after {
	display: none;
}*/
.nav__list .nav__item:nth-child(5) .nav__link:after {
	display: none;
}


.nav__item_logo,
.nav__item_lk,
.nav__item_language {
	display: none;
}


.nav.nav_scrollMenu {
	width: 100%;
	position: fixed;
	top: 0;
	background: #c00000;
	z-index: 200;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.nav.nav_scrollMenu {
	display: table;
}
.nav.nav_scrollMenu .nav__item_logo,
.nav.nav_scrollMenu .nav__item {
	display: table-cell;
	vertical-align: middle;
	width: auto;
}
.nav.nav_scrollMenu .nav__list .nav__item:last-child .nav__link:after {
	display: none;
}
.nav.nav_scrollMenu .nav__item_logo {
	width: 500px;
	padding: 0;
	border-bottom: 5px solid #b51014;
}
.nav.nav_scrollMenu .nav__item_logo .header__logo {
	padding: 0;
	text-align: center;
	padding: 38px 0px;
	background: #fff;
}
.nav.nav_scrollMenu .nav__link {
	/*border-bottom: 5px solid #fff;*/
	font-size: 16px;
}

.nav.nav_scrollMenu .nav__item_language {
	vertical-align: middle;
	text-align: right;
	padding-left: 46px;
	/*border-bottom: 5px solid #fff;*/
}
.nav.nav_scrollMenu .nav__item_lk {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	/*border-bottom: 5px solid #fff;*/
	position: relative;
	padding-right: 50px;
}
.nav.nav_scrollMenu .nav__item_lk:after {
    position: absolute;
    top: -20px;
    right: 0;
    content: '';
    display: block;
    width: 1px;
    height: 60px;
    background: -webkit-linear-gradient(rgba(207,101,104,0) 0%, rgba(207,101,104,1) 50%, rgba(207,101,104,0) 100%);
    background: -o-linear-gradient(rgba(207,101,104,0) 0%, rgba(207,101,104,1) 50%, rgba(207,101,104,0) 100%);
    background: linear-gradient(rgba(207,101,104,0) 0%, rgba(207,101,104,1) 50%, rgba(207,101,104,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cf6568', endColorstr='#00cf6568',GradientType=0 );
}
.nav.nav_scrollMenu  .nav__link:after {
	height: 60px;
}

.nav.nav_scrollMenu .nav__item_lk ul,
.nav__item_language {
	margin: 0;
	padding: 0;
}
.nav.nav_scrollMenu .nav__item_lk li,
.nav.nav_scrollMenu .nav__item_language  {
	display: table-cell;
	vertical-align: middle;
}
.nav.nav_scrollMenu .nav__item_language ul {
	margin: 0;
	padding: 0;
}
.nav.nav_scrollMenu .nav__item_language li {
	display: inline-block;
	vertical-align: top;
}
.nav.nav_scrollMenu .nav__item_language a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}
.nav.nav_scrollMenu .header__language-item_active a {
	border-bottom: 1px solid #fff;
	cursor: default;
}
.nav.nav_scrollMenu .header__language-item a {
	transition: all 0.5s;
}
.nav.nav_scrollMenu .header__language-item:hover a {
	border-bottom: 1px solid #fff;
}
.nav.nav_scrollMenu .header__language-item:first-child {
	border-right: 1px solid #fff;
    padding-right: 12px;
    margin-right: 8px;
}
.nav.nav_scrollMenu .header__lk-list {
	display: inline;
	text-align: right;
}
.nav.nav_scrollMenu .header__lk-item a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.nav.nav_scrollMenu .header__lk-item:first-child {
	border-right: 1px solid #fff;
    padding-right: 12px;
}
.nav.nav_scrollMenu .header__lk-item:last-child {
	padding-left: 12px;
}
.nav.nav_scrollMenu .header__lk-item a {
	transition: all 0.5s;
}
.nav.nav_scrollMenu .header__lk-item:hover a {
	border-bottom: 1px solid #fff;
}


/*NAV*/


/*НАШИ ПРЕИМУЩЕСТВА {*/
.section_advantages {
	font-size: 0;
	margin-top: 50px;
}

.advantages__banner {
	display: table;
	width: 100%;
	height: 510px;
	position: relative;
	overflow: hidden;
	background: url('../img/advantages__banner.jpg') no-repeat;
}
.advantages__banner-text {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	z-index: 20;
	padding: 0 80px;
}
.advantages__banner-capt {
	text-transform: uppercase;
	font-size: 40px;
	color: #fff;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.advantages__banner-capt:before {
	content: '';
	width: 120px;
	height: 1px;
	background: #cecece;
	position: absolute;
	bottom: 0px;
}
.advantages__banner-anons p {
	color: #fff;
	text-align: justify;
	text-transform: none;
}



.advantages__block-list {
	font-size: 0;
}
.advantages__block-item {
	width: 100%;
	margin-bottom: 30px;
}
.advantages__block-item:last-child {
	margin-bottom: 0;
}
.advantages__block-adv {
    width: 100%;
    height: 180px;
    background: #cde2f6;
    padding-left: 30px;
    border-radius: 10px;
    display: table;
}
.advantages__block-icon,
.advantages__block-text {
	display: table-cell;
	vertical-align: middle;
}
.advantages__block-icon {
	width: 100px;
	position: relative;
}
.advantages__block-text {
	text-transform: uppercase;
	font-size: 20px;
	color: #001c5d;
	padding-right: 70px;
	text-align: left;
	line-height: 30px;
}

/*НАШИ ПРЕИМУЩЕСТВА }*/

/*SLIDER TOP*/
.slider-top,
.section_slider {
	height: 916px;
	position: relative;
	overflow: hidden;
}
.slider-top__item {
	position: relative;
}
.slider-top__timer {
	position: absolute;
	bottom: 130px;
	left: 0;
	right: 0;
	text-align: center;
}
.slider-top__image {
	position: relative;
}
.slider-top__img {
	min-width: 100%;
}


.slider-top__arrow {
	position: absolute;
	top: 42%;
	z-index: 9;
	background: none;
	border: none;
	cursor: pointer;
	opacity: 1;
	transition: all 0.5s;
}
.slider-top__arrow:hover {
	opacity: 0.5;
}
.slider-top__arrow:focus {
	outline: none;
}

.slick-prev.slider-top__arrow {
	left: 100px;
}
.slick-next.slider-top__arrow {
	right: 100px;
}
.slider-top__text {
	background: rgba(0,28,93,0.5);
	padding: 84px;
	position: absolute;
	top: 100px;
	left: 200px;
}
.slider-top__text-title {
	font-size: 48px;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 60px;
	border-bottom: 2px solid #C00000;
}
.slider-top__text-info p,
.slider-top__text-info span {
	font-size: 30px;
	color: #fff;
	margin: 0;
}
.slider-top__text-info {
	padding-top: 60px;
}
.slider-top__text-info p {
	margin-bottom: 14px;
}
.slider-top__text-place:after {
	content: '';
}

.slider-top .slick-dots {
    position: absolute;
    margin: auto;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}
.slider-top .slick-dots li {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	background: transparent;
	border-radius: 100%;
	padding: 0;
	margin: 4px;
	cursor: pointer;
	transition: all 0.5s;
}
.slider-top .slick-dots li.slick-active,
.slider-top .slick-dots li:hover {
	background: #fff;
}
.slider-top .slick-dots li button {
	color: transparent;
	border: none;
	background: transparent;
	cursor: pointer;

}
.slider-top .slick-dots li button:focus {
	outline: none;
}
.slick-active {
	z-index: 999;
}
.slider-top__image {
	overflow: hidden;
}


.timer-element span {
	padding-top: 0px;
}
.timer-element span:last-child {
	text-transform: uppercase !important;
}
#timer-text-b05c3df73d112c5143ef095989ede766-secundes {
	visibility: hidden;
}
#timer-number-b05c3df73d112c5143ef095989ede766-days,
#timer-number-b05c3df73d112c5143ef095989ede766-hours,
#timer-number-b05c3df73d112c5143ef095989ede766-minutes,
#timer-number-b05c3df73d112c5143ef095989ede766-secundes {
	margin-bottom: 20px !important;
	font-weight: normal;

}
/*SLIDER TOP*/

/*SLIDER PHOTOGALLERY {*/
.section_photogallery {
	margin: 20px 0px 50px;
	overflow: hidden;
}
.slider-photogallery__image {
	overflow: hidden;
	position: relative;
	width: 303px;
	height: 270px;
}
.slider-photogallery__image img {
	width: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.slider-photogallery .slick-list {
	width: 1330px;
	margin: auto;
}
.slider-photogallery__item {
	padding: 0 15px;
	float: left;
}
.section_photogallery .slick-arrow {
	top: 30%;
}
.section_photogallery {

}

/*SLIDER PHOTOGALLERY }*/



/*SLIDER УЧАСТНИКИ {*/
/*SLIDER Партнеры {*/
/*SLIDER ИнфоПартнеры {*/

.slider-participants .slick-list,
.slider-partners .slick-list,
.slider-infopartners .slick-list {
	width: 1300px;
	margin: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 60px;
}
.slider-participants .slick-list:after,
.slider-partners .slick-list:after,
.slider-infopartners .slick-list:after {
	content: '';
	width: 10px;
	height: 100%;
	background: white;
	box-shadow: 0px 0px 30px 10px rgba(255,255,255,1);
	position: absolute;
	top: 0;
	right: 0;
}
.slider-participants .slick-list:before,
.slider-partners .slick-list:before,
.slider-infopartners .slick-list:before {
	content: '';
	width: 10px;
	height: 100%;
	background: white;
	box-shadow: 0px 0px 30px 10px rgba(255,255,255,1);
	position: absolute;
	top: 0;
	left: 0;
}
.slider-participants__item,
.slider-partners__item,
.slider-infopartners__item {
	display: inline-block;
	vertical-align: top;
	margin: 80px 0px;
}
.slider-participants__link,
.slider-partners__link,
.slider-infopartners__link {
	display: block;
	position: relative;
}
.slider-participants__link img,
.slider-partners__link img,
.slider-infopartners__link img {
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.slider-participants__item:focus,
.slider-participants__link:focus,
.slider-participants__link img:focus,

.slider_partners__item:focus,
.slider_partners__link:focus,
.slider_partners__link img:focus,

.slider-infopartners__item:focus,
.slider-infopartners__link:focus,
.slider-infopartners__link img:focus {
	outline: none;
}
.slider-participants__arrow,
.slider-partners__arrow,
.slider-infopartners__arrow {
	top: 0;
	bottom: 0;
	margin: auto;
}
.slick-prev.slider-participants__arrow,
.slick-prev.slider-partners__arrow,
.slick-prev.slider-infopartners__arrow {
	left: 0;
}
.slick-next.slider-participants__arrow,
.slick-prev.slider-partners__arrow,
.slick-prev.slider-infopartners__arrow {
	right: 0;
}

/*SLIDER УЧАСТНИКИ }*/
/*SLIDER ПАРТНЕРЫ }*/
/*SLIDER ИНФОПАРТНЕРЫ }*/

/*УЧАСТНИКИ {*/

.section_someone-participate .section__row {
	margin: 70px -15px;
}
.section_someone-participate p {
	font-size: 20px;
	text-transform: uppercase;
}

/*УЧАСТНИКИ }*/

/*SLIDER ОТЗЫВЫ О НАС {*/
.slider-rev-about .slick-list {
	width: 90%;
	margin: 60px auto;

}
.slider-rev-about {
	font-size: 0;
}
.slider-rev-about__item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 0;
	padding: 0 60px;
	cursor: pointer;

}
.slider-rev-about__item .slider-rev-about__image,
.slider-rev-about__item .slider-rev-about__info {
	display: inline-block;
	vertical-align: top;
}
.slider-rev-about__item div {
	font-size: 16px;
}
.slider-rev-about__item .slider-rev-about__image {
	width: 140px;
}
.slider-rev-about__item .slider-rev-about__info {
	width: calc(100% - 140px);
	font-size: 20px;
	line-height: 26px;
	text-align: justify;
	padding-left: 40px;
}
.slider-rev-about__name {
	color: #c00000;
	font-size: 14px;
	text-transform: uppercase;
	text-align: right;
	margin-top: 30px;
}
.slider-rev-about__status,
.slider-rev-about__corp {
	text-align: right;
	font-size: 15px;
	margin-top: 4px;
}
.slider-rev-about__image {
	width: 140px;
	height: 140px;
	overflow: hidden;
	border-radius: 100%;
	position: relative;
}
.slider-rev-about__image img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}
.program__title {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	line-height: 30px;
	min-height: 130px;
	max-height: 220px;
	overflow: hidden;
}
.program__time-place span,
.program__time-place {
	/*color: #04cae2;*/
	color: #3ee8fd;
	text-transform: uppercase;
	font-size: 20px;
}
.section__row_3 .program__text {
    width: 100%;
    height: 100%;
    background: rgba(0,28,93,0.5);
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0;
    right: 0px;
    text-align: left;
    padding: 33px 40px;
}
.section__row_3 .program__block .section__button {
    position: absolute;
	bottom: 18px;
    right: 27px;
    left: inherit;
    text-align: right;
}
.section__row_3 .program__title {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
      min-height: auto;
    max-height: auto;
}
.section__row_3 .program__time-place {
	position: absolute;
	bottom: 20px;
	left: 40px;
}
.section__row_2 .program__text {
    width: 100%;
    height: 100%;
    background: rgba(0,28,93,0.5);
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0;
    right: 0px;
    text-align: left;
    padding: 33px 40px;
}
.section__row_2 .program__block .section__button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: inherit;
    text-align: right;
}
.section__row_2 .program__title {
	max-width: 400px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
      min-height: auto;
    max-height: auto;
}
.section__row_2 .program__time-place {
/*	position: absolute;
	bottom: 20px;
	left: 40px;*/
	margin-top: 30px;
}
.section__row_1 .program__text {
	width: 39.6%;
    height: 50%;
    background: rgba(0,28,93,0.5);
    position: absolute;
    margin: auto;
    margin-left: 150px;
    top: 0px;
    left: 0;
    right: 0px;
    text-align: left;
    padding: 33px 40px;
    bottom: 0;
}
.section__row_1 .program__block .section__button {
    position: absolute;
    bottom: 40px;
    right: 40px;
    left: inherit;
    text-align: left;
    margin-left: 40px;
}
.section__row_1 .program__time-place {
	margin-top: 30px;
}
.section__row_1 .program__title {
	max-width: 400px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
      min-height: auto;
    max-height: auto;
}

.section__row_3 .section__btn_cian,
.section__row_3 .section__btn_cian:after,
.section__row_3 .section__btn_cian:before,
.section__row_2 .section__btn_cian,
.section__row_2 .section__btn_cian:after,
.section__row_2 .section__btn_cian:before,
.section__row_1 .section__btn_cian,
.section__row_1 .section__btn_cian:after,
.section__row_1 .section__btn_cian:before {
	height: 40px;
	line-height: 40px;
	-webkit-background-size: contain;
	background-size: contain;
}
.section__row_3 .section__btn_cian:after,
.section__row_2 .section__btn_cian:after,
.section__row_1 .section__btn_cian:after {
	right: -11px;
}


/*SLIDER ОТЗЫВЫ О НАС }*/


/*ПРОГРАММА {*/
.program__block {
	position: relative;
	overflow: hidden;
}
.program__block img {
	min-width: 100%;
	min-height: 100%;
	display: block;
}
.program__block .section__button {
    position: absolute;
    bottom: 40px;
    left: 0px;
}

.section__row_3 .program__block {
	height: 20vh;
}
.section__row_2 .program__block {
	height: 30vh;
}
.section__row_1 .program__block {
	height: 60vh;
}

/*ПРОГРАММА }*/

/*SLIDER НОВОСТИ {*/
.slider-news .slick-slide {
    margin: 40px 0px 60px;
}
.slider-news .slick-list {
	width: 1330px;
    margin: auto;
}
.slider-news {
	font-size: 0;
}
.slider-news__item {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.slider-news__info {

}
.slider-news__image {
}

.slider-news__date-capt {
	font-size: 0;
}
.slider-news__date {
	border: 1px solid #b3b0b0;
	padding: 12px 10px 6px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 110px;
}
.slider-news__capt {
	width: calc(100% - 110px);
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #001c5d;
	text-transform: uppercase;
	padding-left: 18px;
	letter-spacing: 1px;
	line-height: 30px;
}
.slider-news__date-month {
	color: #c00000;
	font-size: 17px;
}
.slider-news__date-month {
	padding: 0 12px 12px;
	border-bottom: 1px solid #b3b0b0;
	margin-bottom: 8px;
}
.slider-news__date-num {
	color: #c00000;
	font-size: 48px;
}
.slider-news__info {
	text-align: justify;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
}
.slider-news__image,
.slider-news__date-capt,
.slider-news__info {
	width: 94%;
	margin: auto;
}
.slider-news__date-capt {
	margin: 30px auto 20px;
}
.slider-news__image {
	position: relative;
	overflow: hidden;

}
.slider-news__image img {
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
}
.slider-news__image img {
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

/*SLIDER НОВОСТИ }*/

/*ПОДПИШИТЕСЬ {*/
	.section_subscribe {

	}
	.subscribe__title,
	.subscribe__form,
	.subscribe__block {
		display: inline-block;
		vertical-align: middle;
		padding: 0px 0px 8px;
	}
	.subscribe__form {
		margin-left: 20px;
	}
	.subscribe__title {
		text-transform: uppercase;
		color: #fff;
		font-size: 16px;
	}
	.subscribe__block input {
		width: 256px;
		height: 40px;
		background: #fff;
		border: none;
		margin-left: 6px;
		box-sizing: border-box;
		padding-left: 20px;
	}
	.subscribe__block input:focus {
		outline: none;
	}
	.subscribe__block button {
/*	    font-weight: normal;
	    font-size: 16px;
	    padding: 8px 30px;*/
	    margin-left: 24px;
	    cursor: pointer;
	    border: none;
	}


/*ПОДПИШИТЕСЬ }*/

/*ВЫСТАВКИ {*/
.section_exhibition {
	padding-bottom: 50px;
}
.exhibition__text {
	margin-bottom: 40px;
}
.exhibition__text p {
	text-align: justify;
}
.exhibition__accordion-block {
	margin-bottom: 24px;
}
.exhibition__accordion-title {
	width: 100%;
	position: relative;
	font-size: 20px;
	padding: 14px 30px;
	border: 1px solid #001c5d;
	border-radius: 10px;
	cursor: pointer;
}
.exhibition__accordion-title:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 9.5px 0 9.5px;
	border-color: #0e4096 transparent transparent transparent;
	position: absolute;
	top: 44%;
	right: 30px;
}
.exhibition__accordion-content {
	display: none;
	width: 100%;
	border: 1px solid #001c5d;
	border-top: 1px solid white;
	padding: 30px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottom-right: 10px;
	-moz-border-radius-bottom-left: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #fff;
	position: relative;
    top: -20px;
    padding-top: 20px;
}
.exhibition__accordion-content img {
	max-width: 100%;
}
.exhibition__accordion-capt {
	color: #c00000;
	font-size: 20px;
	margin: 40px 0 10px;
}
.exhibition__accordion .section__btn {
    max-width: 170px;
    display: block;
    text-align: center;
    margin: auto;
    margin-right: 0;
}
/*ВЫСТАВКИ }*/

/*FAQ {*/
.section_faq {
	background: #f7f7f7;
}
.faq__group {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.faq__group .ui-selectmenu-button,
.faq__group .ui-selectmenu-button.ui-button {
	width: 100%;
	background: #fff;
	border-radius: 10px;
    padding: 20px 24px 20px 40px;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: 0px;
}
.faq__group .ui-menu .ui-menu-item-wrapper {
    padding: 0px 40px;
    font-size: 18px;
}
.faq__group .ui-menu-item {
	transition: all 0.3s;
}
.faq__group .ui-menu-item:hover {
	background: rgba();
	color: #c00000;
}
.faq__group .ui-menu-item:last-child {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.faq__group  .ui-selectmenu-button-open {
/*	border-top: 1px solid #c00000;
	border-left: 1px solid #c00000;
	border-right: 1px solid #c00000;*/
}
.form__group .ui-selectmenu-button.ui-selectmenu-button-open {
/*	position: absolute;
	bottom: 0px;*/
}
.faq__group .ui-menu {
    transition: all 1s;
}
.faq__group .ui-selectmenu-open {
	width: 100% !important;
	background: #fff;
    /*position: relative !important;*/
    /*top: -2px !important;*/
}
.faq__group .ui-corner-bottom {
	width: 100% !important;
	margin-top: -7px;
/*	border-bottom: 1px solid #c00000;
	border-left: 1px solid #c00000;
	border-right: 1px solid #c00000;*/
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #fff;
	padding: 0;
}

.faq__group .ui-selectmenu-button:focus,
.faq__group .ui-selectmenu-button.ui-button:focus {
	outline: none;
}
.faq__group .ui-icon {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6.5px 0 6.5px;
	border-color: #001c5d transparent transparent transparent;
	margin-top: 4px;
	transition: all 0.1s;
}
.faq__group .ui-selectmenu-button-open .ui-icon {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6.5px 8px 6.5px;
	border-color: transparent transparent #001c5d transparent;
}
.faq__group .ui-selectmenu-open {
	background: #fff;
	position: absolute;
	top: 0;
}
.faq__group .ui-selectmenu-open:after {
	content: '';
	position: absolute;
	top: -20px;
	right: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 13px 13px;
	border-color: transparent transparent #ffffff transparent;
}
.faq__group .ui-selectmenu-open:before {
	content: '';
	position: absolute;
	top: -20px;
	left: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 0 13px;
	border-color: transparent transparent transparent #ffffff;
}
.faq__group .ui-selectmenu-text {
	color: #000;
	font-size: 18px;
}
.section_faq {
	opacity: 1;
}
/*FAQ }*/

/*КОНТАКТЫ {*/
	.section_contacts {
		z-index: -1;
		opacity: .99;
	}
	.contacts__text {
		margin: 60px 0px;
	}
	.contacts__address {
		margin: 0 0 30px 0;
		display: flex;
    	flex-direction: column;
    	gap: 8px;
	}
	.contacts__text p,
	.address__group span {
		font-size: 24px;
		text-transform: none;
	}
	.contacts__text p {
		line-height: 40px;
	}
	.address__group-title {
		width: 90px;
		display: inline-block;
	}




/*КОНТАКТЫ }*/

/*FOOTER {*/
.footer {
	width: 100%;
	height: 130px;
	background: #001c5d;
	overflow: hidden;
	position: relative;
}
.footer__row {
	display: table;
	width: 100%;
	height: 130px;
	margin: 0;
}

.footer__logo,
.footer__name-conference {
	margin-bottom: 20px;
}
.footer__scid {
	font-size: 16px;
	color: #fff;
}
.footer__copyright {
	font-size: 16px;
	color: #fff;
}
.footer__name-conference {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.footer__user-agreement a {
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	transition: all 0.5s;
	text-decoration: none;
	text-transform: none;
	text-decoration: none;
}
.footer__user-agreement a:hover {
	border-bottom: 1px solid transparent;
}
.footer__scid a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	transition: all 0.5s;
	text-decoration: none;
	text-transform: none;
	text-decoration: none;
}
.footer__scid a:hover {
	border-bottom: 1px solid transparent;
}
.footer__social .footer__social-text,
.footer__social-block {
	width: 110px;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.footer__social {
	width: 100%;
	position: relative;
}
.js--social-block .footer__social-block {
	height: 76px;
	background: #001c5d;
}
.footer__social-block {
    width: auto;
    position: absolute;
    text-align: right;
    left: 0px;
}

.footer__social-text {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	padding-top: 22px;
	padding-left: 160px;
	display: none !important;
}
.footer__social-btn {
	position: relative;
	/*right: -90px;*/
	display: inline-block;
	vertical-align: middle;
	width: 76px;
	height: 76px;
	background: url(../img/social.png) no-repeat;
	cursor: pointer;
	transition: all 0.5s;
	right: 0;
}
.footer__social-btn:hover {

}
.footer__social-block {
	/*width: 215px;*/
    position: absolute;
    text-align: right;
    /*left: -116px;*/
	width:auto !important;
	padding-left: 30px;
	right: 30px;
	left:unset;
}
.footer__social-text {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	padding-top: 22px;
}
.footer__social-list {
	padding: 0;
	margin: 0;
	display: flex;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
.footer__social-item {
  list-style-type: none;
  /*width: 40px;*/
  /*height: 40px;*/
  /*position: absolute;*/
  /*margin: auto;*/
  /*top: 0px;*/
  /*left: 0px;*/
  /*right: 0;*/
  /*bottom: 0;*/
	margin-right: 10px;
  border-radius: 100%;
  /*margin-right: 0px;*/
}
.footer__social-item:last-child {
	margin-right: 0;
}
.footer__social-link {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  /*position: absolute;*/
  /*margin: auto;*/
  /*top: 0px;*/
  /*left: 0px;*/
  text-align: center;
  z-index: 99;
}
.footer__social-link i {
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  transition: all 0.1s;
}
.footer__social-item_in {
  background: #0077B5;
  border: 1px solid #0077B5;
  z-index: -100;
}
.footer__social-item_twitter {
  background: #1DA1F2;
  z-index: -100;
}
.footer__social-item_facebook {
  background: #3B5998;
  z-index: -100;
}
.footer__social-btn,
.footer__social-btn:after {
  transition: all 1s;
}
.js--social-block .footer__social-list {
	pointer-events: auto;
}
.js--social-block .footer__social-btn {
  transition: all 2s;
}
.footer__social-item_facebook {
  right: 0px;
  border: 1px solid #3B5998;
}
.js--social-block .footer__social-item_facebook:hover {
  border: 1px solid #3B5998;
  background: #fff;
}
.js--social-block .footer__social-item_facebook:hover i {
  color: #3B5998;
}
.footer__social-item_twitter {
  right: 50px;
  border: 1px solid transparent;
}
.js--social-block .footer__social-item_twitter:hover {
  border: 1px solid #1DA1F2;
  background: #fff;
}
.js--social-block .footer__social-item_twitter:hover i {
  color: #1DA1F2;
}
.footer__social-item_in {
  right: 100px;
  border: 1px solid transparent;
}
.js--social-block .footer__social-item_in:hover {
  border: 1px solid #0077B5;
  background: #fff;
}
.js--social-block .footer__social-item_in:hover i {
  color: #0077B5;
}
.footer__social-item_facebook,
.footer__social-item_twitter,
.footer__social-item_in {
	top: 60px;
	transition: all 1s;
	z-index: 999;
	opacity: 0;
}
.js--social-block .footer__social-item_facebook,
.js--social-block .footer__social-item_twitter,
.js--social-block .footer__social-item_in {
	top: 60px;
	transition: all 1s;
	z-index: 999;
	opacity: 1;
}
.footer__social-item_facebook {
	right: 90px;
}
.footer__social-item_twitter {
	right: 140px;
}
.footer__social-item_in {
	right: 190px;
}

.footer__row {
	display: table;
	width: 100%;
	height: 130px;
	display: flex;
	align-items: center;
	gap: 45px;
	margin: 0;
}
.footer__row .col {
	padding: 0px;
}
.footer_col_social {
	margin: 0 0 0 auto;
}
.footer__col:first-child {
	width: auto;
}
.footer__row .footer_col {
	width: auto;
}

/*FOOTER }*/


/*MODAL WINDOW*/
.mw_theme_default .mw__title {
	padding: 34px 50px 30px;
}
.mw_theme_default .mw__content {
	padding: 20px 50px 30px;
}
.mw__title span {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	color: #001c5d;
	padding-bottom: 18px;
	border-bottom: 1px solid #001c5d;
}
.mw_theme_default .mw__close {
	top: 39px;
    right: 46px;
}
.mw_theme_default .mw__close:after {
	content: '';
	display: block;
    width: 2px;
    height: 26px;
	background: #000;
	transform: rotate(45deg);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mw_theme_default .mw__close:before {
	content: '';
	display: block;
    width: 2px;
    height: 26px;
	background: #000;
	transform: rotate(-45deg);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mw__group {
	width: 100%;
	max-width: 447px;
	margin-bottom: 12px;
	position: relative;
}
.mw__group input {
	width: 100%;
	height: 42px;
	background: none;
	box-shadow: none;
	border: 1px solid #5ea7ff;
	border-radius: 4px;
	padding-left: 22px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	color: #656262;

}
.mw__group input::-moz-placeholder { font-size: 14px; color: #656562; }
.mw__group input::-webkit-input-placeholder { font-size: 14px; color: #656562; }
.mw__group input:-ms-input-placeholder { font-size: 14px; color: #656562; }
.mw__group input::-ms-input-placeholder { font-size: 14px; color: #656562; }
.mw__group input::placeholder { font-size: 14px; color: #656562; }

.form__group input::-moz-placeholder { font-size: 14px; color: #656562; }
.form__group input::-webkit-input-placeholder { font-size: 14px; color: #656562; }
.form__group input:-ms-input-placeholder { font-size: 14px; color: #656562; }
.form__group input::-ms-input-placeholder { font-size: 14px; color: #656562; }
.form__group input::placeholder { font-size: 14px; color: #656562; }

.form__forgot {
	color: #69adff;
	font-size: 12px;
	margin-top: 4px;
	display: block;
	text-align: right;
	text-decoration: underline;
	transition: all 0.5s;
	cursor: pointer;
}
.form__forgot:hover {
	text-decoration: none;
}
.mw__group textarea,
.form__group textarea {
	width: 100%;
	height: 82px;
	background: none;
	box-shadow: none;
	border: 1px solid #5ea7ff;
	border-radius: 4px;
	padding-left: 22px;
	padding-top: 14px;
	resize: none;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	color: #656262;
}
.mw__group textarea::-moz-placeholder { font-size: 14px; color: #656562; }
.mw__group textarea::-webkit-input-placeholder { font-size: 14px; color: #656562 }
.mw__group textarea:-ms-input-placeholder { font-size: 14px; color: #656562; }
.mw__group textarea::-ms-input-placeholder { font-size: 14px; color: #656562; }
.mw__group textarea::placeholder { font-size: 14px; color: #656562; }

.form__group textarea::-moz-placeholder { font-size: 14px; color: #656562; }
.form__group textarea::-webkit-input-placeholder { font-size: 14px; color: #656562 }
.form__group textarea:-ms-input-placeholder { font-size: 14px; color: #656562; }
.form__group textarea::-ms-input-placeholder { font-size: 14px; color: #656562; }
.form__group textarea::placeholder { font-size: 14px; color: #656562; }

.mw__group input:focus,
.form__group input:focus,
.mw__group textarea:focus,
.form__group textarea:focus {
	outline: none;
}
.mw__group fieldset,
.form__group fieldset {
	width: 100%;
	background: none;
	box-shadow: none;
	border: 1px solid #5ea7ff;
	border-radius: 4px;
	padding: 0 15px;
	position: relative;
}
.mw__group fieldset + fieldset,
.form__group fieldset + fieldset {
	margin-top: 10px;
}
.mw__group fieldset .row .col:first-child,
.form__group fieldset .row .col:first-child {
	padding-right: 7px;
}
.mw__group fieldset .row .col:last-child,
.form__group fieldset .row .col:last-child {
	padding-left: 7px;
}
.mw__group fieldset .row .col .mw__group:last-child,
.form__group fieldset .row .col .form__group:last-child {
	margin-bottom: 0px;
}
.mw__group fieldset input,
.form__group fieldset input {
	height: 25px;
	background: #daefff;
	font-size: 10px;
    border-radius: 0px;
    border: none;
    padding-left: 10px;
    font-style: italic;

}
.mw__group fieldset input::-moz-placeholder { font-size: 10px; color: #656262; }
.mw__group fieldset input::-webkit-input-placeholder { font-size: 10px; color: #656262; }
.mw__group fieldset input::ms-input-placeholder { font-size: 10px; color: #656262; }
.mw__group fieldset input::-ms-input-placeholder { font-size: 10px; color: #656262; }
.mw__group fieldset input::placeholder { font-size: 10px; color: #656262; }

.form__group fieldset input::-moz-placeholder { font-size: 10px; color: #656262; }
.form__group fieldset input::-webkit-input-placeholder { font-size: 10px; color: #656262; }
.form__group fieldset input::ms-input-placeholder { font-size: 10px; color: #656262; }
.form__group fieldset input::-ms-input-placeholder { font-size: 10px; color: #656262; }
.form__group fieldset input::placeholder { font-size: 10px; color: #656262; }

.form__add_plus {
	position: absolute;
	bottom: 0;
	right: -30px;
}
.form__add_minus {
	position: absolute;
	bottom: 26px;
	right: -30px;
}

.form__add-btn_plus {
	display: block;
	width: 23px;
	height: 23px;
	background: 0 0 no-repeat url('../img/icon/icon-add.png');
}
.form__add-btn_minus {
	display: block;
	width: 20px;
	height: 17px;
	background: 0 0 no-repeat url('../img/icon/icon-remove.png');
}

.mw__group label {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	color: #656262;
}
.mw__star,
.form__star {
    color: #c00000;
    font-size: 16px;
    top: 0px;
}
.mw__group_error input,
.form__group_error input {
	border: 1px solid #c00000;
}
.mw__group_error .mw__error,
.form__group_error .mw__error {
	font-size: 12px;
	color: #c00000;
	margin: 2px 0px 0px;
}
.mw__group .section__btn,
.form__group .section__btn {
	max-width: 280px;
    display: block;
    margin: auto;
    margin-right: 0;
    text-align: center;
    border: none;
}
.mw__group .ui-selectmenu-button,
.form__group .ui-selectmenu-button {
	width: 100%;
    height: 42px;
    background: none;
    box-shadow: none;
    border: 1px solid #5ea7ff;
    border-radius: 4px;
    padding-left: 22px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #656262;
}
.mw__group .ui-selectmenu-button:focus,
.form__group .ui-selectmenu-button:focus {
	outline: none;
}
.mw__group .ui-selectmenu-icon,
.form__group .ui-selectmenu-icon {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5.5px 0 5.5px;
	border-color: #3b89d7 transparent transparent transparent;
	margin-top: 11px;
}
.mw__group .ui-selectmenu-text,
.form__group .ui-selectmenu-text {
	margin-top: 5px;
	font-size: 14px;
}
.mw__group .ui-selectmenu-open,
.form__group .ui-selectmenu-open {
	width: 100% !important;
/*	position: relative !important;
    top: -1px !important;*/
    position: absolute !important;
    top: 55px !important;
	font-size: 16px;
	color: #656262;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottom-right: 4px;
	-moz-border-radius-bottom-left: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #fff;
}

.mw__group .ui-widget.ui-widget-content,
.form__group .ui-widget.ui-widget-content {
	width: 100% !important;
    border: 1px solid #5ea7ff;
    margin-top: -3px;
    border-top: 1px solid #fff;
}
.mw__group .ui-widget.ui-widget-content div,
.form__group .ui-widget.ui-widget-content div {
    padding-left: 22px;
}
.mw__group .ui-state-active,
.mw__group .ui-widget-content .ui-state-active,
.form__group .ui-state-active,
.form__group .ui-widget-content .ui-state-active {
	background: transparent;
	color: #656262;
	border: none;
}
.mw__group .ui-menu-item,
.form__group .ui-menu-item {
	padding-left: 22px;

}
.mw__group .ui-menu-item:hover div,
.form__group .ui-menu-item:hover div {
	transition: all 0.5s;
}
.mw__group .ui-menu-item:hover div,
.form__group .ui-menu-item:hover div {
	color: #5ea7ff;
}

.mw__group .ui-menu-item,
.form__group .ui-menu-item {
	padding: 0px 0px;
    color: #656262;
    font-size: 14px;
}
.mw__footer-text,
.form__footer-text {
	padding-top: 30px;
	font-size: 12px;
	color: #656262;
	text-align: justify;
	line-height: 18px;
}
.mw__link,
.form__link {
	color: #001c5d;
	font-size: 12px;
	border-bottom: 1px solid #001c5d;
	text-decoration: none;
	transition: all 0.5s;
	display: inline-block;
	margin-bottom: 14px;
	margin-top: 10px;
}
.mw__link:hover,
.form__link:hover {
	border-bottom: 1px solid transparent;
}
.mw__group_checkbox .ui-checkboxradio-label,
.form__group_checkbox .ui-checkboxradio-label {
	background: transparent;
	border: none;
	text-align: left;
	padding-left: 0;
}
.mw__group_checkbox .ui-checkboxradio-icon,
.form__group_checkbox .ui-checkboxradio-icon {
	width: 20px;
	height: 20px;
	border: 1px solid #69adff;
	border-radius: 1px;
	box-shadow: none;
	margin-right: 8px;
}
.mw__group_checkbox .ui-checkboxradio-label:focus,
.form__group_checkbox .ui-checkboxradio-label:focus {
	outline: none;
	box-shadow: none;
}
.mw__group_checkbox .ui-button.ui-state-active:hover,
.form__group_checkbox .ui-button.ui-state-active:hover {
    border: none;
    background: transparent;
    font-weight: normal;
    color: #2b2b2b;
}
.mw__group_checkbox .ui-state-active,
.mw__group_checkbox .ui-button:active,
.form__group_checkbox .ui-state-active,
.form__group_checkbox .ui-button:active {
    color: #2b2b2b;
}
.ui-visual-focus {
	box-shadow: none;
}
.mw__group_checkbox .ui-state-active .ui-icon,
.form__group_checkbox .ui-state-active .ui-icon {
	width: 20px;
	height: 20px;
	background: url(../img/checkbox.png) center center no-repeat;
}
.mw__group_fieldset,
.form__group_fieldset {
	position: relative;
}

.form__group_fieldset .form__magic-btns,
.form__group_fieldset .form__magic-btn {
	width: 16px;
	height: 16px;
}
.form__group_fieldset_edit .form__magic-btns {
    /* top: 0; */
    bottom: 0;
    /* margin: auto; */
    position: absolute;
    top: 16px;
    right: -28px;
}
.mw__fielset_add,
.form__fielset_add {
	margin-top: 10px;
}
.mw__add,
.form__add {
	position: absolute;
	bottom: 1px;
	right: -30px;
}
.mw__add-btn,
.form__add-btn {
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	background: #4499ff;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	border :1px solid #4499ff;
	transition: all 0.5s;
}
.mw__add-btn:after,
.form__add-btn:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	transform: rotate(90deg);
	transition: all 0.5s;
}
.mw__add-btn:before,
.form__add-btn:before {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	transform: rotate(0deg);
	transition: all 0.5s;
}
.mw__add-btn:hover,
.form__add-btn:hover {
	border :1px solid #4499ff;
	background: #fff;
	color:  #4499ff;
}
.mw__add-btn:hover:after,
.form__add-btn:hover:after {
	background: #4499ff;
}
.mw__add-btn:hover:before,
.form__add-btn:hover:before {
	background: #4499ff;
}
.mw__fielset_add,
.form__fielset_add {
	display: none;
}

.mw__add_open .mw__add-btn {

}
.mw__add_open .mw__add-btn {

}
.mw__add_open .mw__add-btn:before,
.form__add_open .mw__add-btn:before {
	display: none;
}

/**/
.plane {
	opacity: 0;
	position: fixed;
	right: 0;
	bottom: -200px;
	z-index: 999;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: all 2s;
	will-change: all;
}
.plane_img {
	display: block;
	width: 117px;
	height: 298px;
	background: url(../img/plane-link.png) no-repeat;
	z-index: 100;
}
.plane_active {
	opacity: 1;
    bottom: 450px;
}

.footer__name-conf {
    font-size: 16px;
    color: #fff;
}

/*ЛИЧНЫЙ КАБИНЕТ*/
.lk__body {
	position: relative;
}
.lk {

}
.lk__info {
	font-size: 0;
	position: relative;
}

.lk input,
.lk textarea {
	font-size: initial;
	padding-right: 42px;
}

.lk__info div {
}
.lk__info-img-cont {

}

.lk__info-image {
	width: 250px;
	min-height: 250px;
	display: inline-block;
	vertical-align: top;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}
.lk__info-img-cont {
	border: 1px solid #e5e5e5;
	display: inline-block;
	vertical-align: top;
	width: 250px;
	height: 250px;
	position: relative;
}
.lk__info-image img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
}
.lk__info-image .upload {
	margin-top: 10px;
}


.lk__info-mixing {
	width: calc(100% - 250px);
	display: inline-block;
	vertical-align: top;
	padding-left: 35px;
}
.lk__info-name {
	text-transform: uppercase;
	color: #0e4096;
	font-size: 24px;
	margin-bottom: 16px;
	padding-right: 30px;
}
.lk__info-country {
	font-size: 20px;
	color: #c00000;
	margin-bottom: 30px;
}


.lk__icon-edit {
	text-align: right;
	margin-bottom: 4px;
}
.lk__icon-edit .icon-edit {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
.hr_lk {
	margin: 50px auto 40px;
}
.designator__list {
	padding: 0;
	margin: 0;
}
.designator__item {
	list-style-type: none;
	margin-bottom: 20px;
	font-size: 14px;
	color: #696767;
}
.designator__item span {
	margin-right: 16px;
	vertical-align: middle;
}
.lk__footer {
	font-size: 0;
	margin-bottom: 50px;
	clear: both;
}
.lk__designator,
.lk__button {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
.lk__designator {
	width: calc(100% - 200px);
}
.lk__button  {
	width: 200px;
	text-align: right;
}

.lk__nav {
	font-size: 0;
	margin-top: 50px;
	margin-bottom: 40px;
}
.lk__nav-block,
.lk__appoint-meeting {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
.lk__nav-block {
	width: calc(100% - 200px);
}
.lk__appoint-meeting {
	width: 200px;
	text-align: right;
}
.lk__nav-list {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	font-size: 0;
}
.lk__nav-item {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	height: 56px;
	border-bottom: 1px solid #0e4096;
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	margin-left: -1px;
}
.lk__nav-item:last-child {
	border-right: 1px solid #cacaca;
}
.lk__nav-link {
	text-transform: uppercase;
	color: #050505;
	font-size: 14px;
	text-decoration: none;
	display: block;
    padding: 19px 42px;
}

.lk__nav-item_active {
	z-index: 999;
	border-top: 1px solid #0e4096;
	border-left: 1px solid #0e4096;
	border-right: 1px solid #0e4096;
	border-bottom: 1px solid #fff;
	position: relative;
}
.lk__nav-item_active .lk__nav-link {
	color: #001c5d;
}
.lk__nav-list .lk__nav-item.lk__nav-item_active:last-child {
    border-right: 1px solid #0e4096;
}
.lk__nav-list .lk__nav-item.lk__nav-item_active:first-child {
    border-left: 1px solid #0e4096;
}
.lk__contact {
	font-size: 0;
	margin-bottom: 50px;
	position: relative;
}
.lk__contact div {
	font-size: 14px;
}
.lk__contact-image {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}
.lk__contact-info {
	width: calc(100% - 150px);
	padding-left: 30px;
}
.lk__contact-image img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.lk__contact-name {
	text-transform: uppercase;
	font-size: 14px;
	color: #c00000;
}
.lk__contact-post,
.lk__contact-corp {
	color: #010101;
	font-size: 15px;
}
.lk__contact-image,
.lk__contact-info {
	display: inline-block;
	vertical-align: middle;
}
.lk__contact-post {
	padding: 8px 0px;
}
.lk__contact-phone {
	margin: 22px 0 8px;
}
.lk__contact-phone span,
.lk__contact-email span {
    width: 50px;
    display: inline-block;
}
.lk__contact .lk__icon-edit .icon-edit {
    top: 10px;
    right: -15px;
}


/*форма редактирования контакта*/
.form__group-img {
	font-size: 0;
}
.group-img {
	width: 150px;
	display: inline-block;
	vertical-align: middle;
}
.group-img_image {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}
.group-img_image img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.group-img_action {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 150px);
	padding-left: 20px;
}
.group-img__btn {
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}
.group-img__text {
	color: #001c5d;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px solid #001c5d;
	transition: all 0.5s;
}
.group-img__text:hover {
	border-bottom: 1px solid transparent;
}
.group-img__btn span {
    margin-right: 6px;
    vertical-align: middle;
}

.form__group {
    width: 100%;
    /*max-width: 447px;*/
    margin-bottom: 12px;
    position: relative;
}
.form__group label {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    color: #656262;
}

.form__group input {
    width: 100%;
    height: 42px;
    background: none;
    box-shadow: none;
    border: 1px solid #5ea7ff;
    border-radius: 4px;
    padding-left: 22px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #656262;
}
.form__group_error input {
    border: 1px solid #c00000;
}
.form__group_error .form__error {
    font-size: 12px;
    color: #c00000;
    margin: 4px 0px 0px;
    display: block;

}
.form__group-btns {
	width: 100%;
	font-size: 0;
}
.group-btns-left,
.group-btns-right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.group-btns-left {
	text-align: left;
}
.group-btns-right {
	text-align: right;
}
.form__group-btns {
	text-align: right;
}
.form__group-btns button {
	border: none;
	cursor: pointer;
}

/*Вложенные файлы*/
.lk__gray-text {
	font-size: 14px;
	color: #919191;
	margin: 30px 0px;
}
.lk__embedded-files {
    margin-bottom: 30px;
}
.embedded-files__group {
	margin-bottom: 24px;
}
.embedded-files__icon {
	margin-right: 14px;
}
.embedded-files__title {
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	margin-right: 10px;
}
.embedded-files__download {
	margin-right: 10px;
}
.form__group_file {
	position: relative;
}
.form__group_file .section__btn {
	border: none;
	height: 36px;
    background-size: contain;
    line-height: 38px;
    position: absolute;
    bottom: 1px;
    right: 6px;
    font-size: 12px;
}
.form__group_file .section__btn_blue-2:before {
	height: 36px;
    background-size: contain;
}
.form__group_file .section__btn_blue-2:after {
	height: 36px;
	background-size: contain;
	right: -12px;
}
.lk__icon-edit_about .icon-edit {
	display: inline-block;
	vertical-align: top;
	position: static;
}



/*РЕКВИЗИТЫ*/
.form__group .ui-selectmenu-button {
	width: 100%;
    height: 42px;
    background: none;
    box-shadow: none;
    border: 1px solid #5ea7ff;
    border-radius: 4px;
    padding-left: 22px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #656262;
}
.form__group .ui-selectmenu-button:focus {
	outline: none;
}
.form__group .ui-selectmenu-icon {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5.5px 0 5.5px;
	border-color: #3b89d7 transparent transparent transparent;
	margin-top: 11px;
}
.form__group .ui-selectmenu-text {
	margin-top: 5px;
	font-size: 14px;
}
.form__group .ui-selectmenu-open {
	width: 100% !important;
/*	position: relative !important;
    top: -1px !important;*/
	font-size: 16px;
	color: #656262;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottom-right: 4px;
	-moz-border-radius-bottom-left: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #fff;
}
.form__group .ui-widget.ui-widget-content {
	width: 100% !important;
    border: 1px solid #5ea7ff;
    margin-top: -3px;
    border-top: 1px solid #fff;
}
.form__group .ui-widget.ui-widget-content div {
    padding-left: 22px;
}
.form__group .ui-state-active,
.form__group .ui-widget-content .ui-state-active {
	background: transparent;
	color: #656262;
	border: none;
}
.form__group .ui-menu-item {
	padding-left: 22px;

}
.form__group .ui-menu-item:hover div {
	transition: all 0.5s;
}
.form__group .ui-menu-item:hover div {
	color: #5ea7ff;
}

.form__group .ui-menu-item {
	padding: 0px 0px;
    color: #656262;
    font-size: 14px;
}

/*МЕРОПРИЯТИЯ*/
.events {
	font-size: 0;
}

.events__nav {
	display: inline-block;
	vertical-align: top;
	width: 270px;
	border-right: 1px solid #c00000;
	font-size: 14px;
}
.events__main {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 270px);
	font-size: 14px;
	padding-left: 20px;
}
.events__nav-block.active .nav-block__list {
	display: block;
}
.events__nav-block .nav-block__list {
	display: none;
}

.nav-block__year a {
	font-size: 22px;
	font-weight: normal;
	color: #001c5d;
	text-decoration: none;
	padding-left: 20px;
	padding: 10px 10px 10px 20px;
	display: block;
	transition: all 0.5s;
}
.nav-block__year:hover a {
color: #c00000;
}

.nav-block__list {
	margin: 0;
	padding: 0;
}
.nav-block__item {
	font-size: 14px;
	color: #080808;
	list-style-type: none;
	padding: 10px 10px 10px 20px;
	position: relative;
	transition: all 0.5s;
}

.nav-block__link {
	color: #080808;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
.nav-block__item:hover .nav-block__link {
	color: #c00000;
}

.events__nav-block.active .nav-block__year a {
	font-weight: bold;
	color: #c00000;
	font-size: 24px;
	cursor: default;
}
.nav-block__item.active {
	background: #c00000;
}

.nav-block__item.active .nav-block__link {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	cursor: default;
}
li.nav-block__item.active:before {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #c00000;
}

.events__main {

}
.events__header {
	font-size: 0;
	margin-bottom: 20px;
}
.events__header-capt {
	font-size: 20px;
	color: #001c5d;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.events__header-photo {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: right;
}
.events__header-photo span {
	display: inline-block;
	vertical-align: middle;
}
.events__header-photo a {
	font-size: 13px;
	text-transform: uppercase;
	color: #001c5d;
	vertical-align: middle;
	margin: 0 10px;
	border-bottom: 1px solid #001c5d;
	transition: all 0.5s;
	cursor: pointer;
	text-decoration: none;
}
.events__header-photo a:hover {
	border-bottom: 1px solid transparent;
}
a.events__header-download {
	border-bottom: none;
}
.events__group {
	border: 1px solid #0e4096;
	border-radius: 10px;
	margin-bottom: 16px;
}
.events__block-date {
	width: 150px;
	font-size: 16px;
	color: #c00000;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	padding: 16px 20px;
	position: relative;
}
.events__block-date:after {
	content: '';
	width: 1px;
	height: 110%;
	background: #0e4096;
	position: absolute;
	margin: auto;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.5s;
}
.events__block-capt {
	font-size: 18px;
	color: #000000;
	display: inline-block;
	vertical-align: middle;
	padding: 16px 20px;
}
.events__title {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.events__title:after {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #0e4096 transparent transparent transparent;
}
.events__group.active .events__title:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #0e4096 transparent;
}
.events__group.active .events__block-date:after {
	content: '';
	width: 1px;
	height: 40%;
	background: #0e4096;
	position: absolute;
	margin: auto;
	right: 0;
	top: 0;
	bottom: 0;
}
.events__group-more {
	display: none;
	padding: 0px 20px 20px 20px;
}
.events__more {
	font-size: 0;
	margin: 18px 0px;
}
.events__more-time {
	width: 130px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #c00000;
}
.events__more-info {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 180px);
}
.events__more-download {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
}
.events__more-title {
	font-size: 14px;
	font-weight: bold;
	color: #001c5d;
	text-transform: uppercase;
	margin: 4px 0px;
}
.events__more-anons {
	font-size: 14px;
	color: #060606;
}
.events__more-download {
	text-align: right;

}

/*ВСТРЕЧИ*/

.meeting__calendar {
	padding: 20px;
	border: 1px solid #dee2ea;
}
.paginator {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
}
.paginator__arrow,
.paginator__nums {
	display: inline-block;
	vertical-align: middle;
}
.paginator__list {
	padding: 0;
	margin: 0;
}
.paginator__item {
	display: inline-block;
	vertical-align: middle;
}
.paginator__link {
	font-size: 14px;
	text-decoration: none;
	color: #010101;
	transition: all 0.5s;
}
.paginator__item.active .paginator__link {
	font-weight: bold;
	color: #001c5d;
	font-size: 16px;
	cursor: default;
}
.paginator__link:hover {
	transition: all 0.5s;
	text-shadow: 0px 0px 1px rgba(0,28,93,0.5);
}
.paginator__arrow {
	width: 0;
	height: 0;
	border-style: solid;
	margin: 0 6px;
}
.paginator__arrow_left {
	border-width: 5px 10px 5px 0;
	border-color: transparent #0e4096 transparent transparent;
}
.paginator__arrow_right {
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #0e4096;
}
.paginator__arrow_left.not-active {
	border-color: transparent #afafaf transparent transparent;
	cursor: default;
}
.paginator__arrow_right.not-active {
	border-color: transparent transparent transparent #afafaf;
	cursor: default;
}


.meeting__calendar .section__line {
	padding-top: 0px;
	min-height: 50px;
}
.meeting__calendar .section__middle {
	font-size: 0;
}

.meeting__calendar .meeting__title,
.meeting__calendar .meeting__date-block {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 16px;
}
.meeting__title {
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	padding-left: 20px;
}
.meeting__date {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
}

.meeting__date-block {
	text-align: right;
	padding-right: 20px;
}
.meeting__date-arrow {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	padding: 0 20px;
}
.icon-date-arrow-left,
.icon-date-arrow-right {
	width: 9px;
	height: 18px;
	display: block;
	vertical-align: middle;
	transition: all 0.5s;
}
.icon-date-arrow-left:hover,
.icon-date-arrow-right:hover {
	opacity: 0.5;
}

.icon-date-arrow-left {
	background: url(../img/icon/icon-date-arrow-left.png) no-repeat;
}
.icon-date-arrow-right {
	background: url(../img/icon/icon-date-arrow-right.png) no-repeat;
}

.meeting__date {
	display: inline-block;
	vertical-align: middle;
}

.calendar {
	position: relative;
}
.calendar__table {
	width: 100%;
    border-spacing: 5px;
}
.calendar__thead tr {
	height: 40px;
}
.calendar__thead tr th {
    font-weight: normal;
    font-size: 18px;
    height: 60px;
    text-transform: uppercase;
    color: #c00000;
}
.calendar__tbody tr td {
    border: 1px solid #c00000;
    width: 14.28571428%;
    vertical-align: top;
    position: relative;
   	padding: 10px 10px;
}
.calendar__number {
	font-size: 20px;
	color: #001c5d;
	text-align: right;
}
.calendar__info {
	margin-top: 10px;
}
.calendar__info p {
	font-size: 14px;
	color: #000000;
	margin: 0;
	line-height: normal;
}
.calendar__tbody tr td.calendar__today {
	background: #c00000;
}
.calendar__tbody tr td.calendar__today .calendar__info p,
.calendar__tbody tr td.calendar__today .calendar__number {
	color: #fff;
}
.calendar__tbody tr td.clean {
	border: 1px solid transparent;
}
.calendar__tbody tr td.event {
	cursor: pointer;
	transition: all 0.5s;
}
.calendar__tbody tr td.event:hover {
    box-shadow: 0px 0px 5px 1px rgba(192,0,0,0.5);
}

.event__list {
/*	margin: 30px 0;*/
}
.meeting__capt {
	text-transform: uppercase;
	font-size: 20px;
	color: #001c5d;
	margin: 30px 0;
}
.event__group {

}
.event__title,
.event__info {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}
.event__title {
	width: 140px;
	color: #c00000;
	border-right: 1px solid #0e4096;
    padding-bottom: 6px;
}
.event__info {
	color: #001c5d;
    padding-left: 16px;
}
.event__item {
	font-size: 0;
	display: none;
}
.event__item hr {
	margin-top: 30px;
}
.event__group-cont {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 120px);
}
.event__btn-reject {
	width: 120px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #0e4096;
	color: #0e4096;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
	text-decoration: none;
}
.event__btn-reject:hover {
	background: #0e4096;
	color: #fff;
}

.invitations__block {
	border-radius: 6px;
	border: 1px solid #0e4096;
	display: block;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.invitations__link {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	width: calc(100% - 130px);
	text-decoration: none;
}
.invitations__date,
.invitations__logo,
.invitations__title,
.invitations__action {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	padding: 6px 20px;
}
.invitations__date {
	width: 150px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #c00000;
}
.invitations__logo {
	width: 120px;
	text-align: center;
	position: relative;
    overflow: hidden;
}
.invitations__logo:after {
	content: '';
	width: 1px;
    height: 110%;
    background: #0e4096;
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s;
}
.invitations__logo:before {
	content: '';
	width: 1px;
    height: 110%;
    background: #0e4096;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s;
}
.invitations__logo img {
	max-width: 100%;
	max-height: 100%;
}
.invitations__title {
	width: calc(100% - 400px);
	padding: 0 20px;
	color: #000000;
}
.invitations__action {
	width: 130px;
	position: relative;
	text-align: center;
}
.invitations__action:after {
	content: '';
	width: 1px;
    height: 56px;
    background: #0e4096;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s;
}
.invitations__action a ,
.invitations__action a span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 2px;
}
.invitations__block + .hr {
	margin-top: 50px;
}

.meeting__filter {
	text-align: right;
	margin-bottom: 12px;
}
.meeting__filter-group {
	display: inline-block;
	vertical-align: middle;
}
.meeting__filter-group .ui-selectmenu-button.ui-button {
    height: 46px;
    border: 1px solid #c00000;
    background: transparent;
    margin: 4px 7px 0px 0px;
    border-radius: 7px;
    line-height: 46px;
    padding: 0px 20px;
}
.meeting__filter-group .ui-button .ui-icon {
	background-image: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #001d5d transparent transparent transparent;
	margin: 20px 0px;
}
.meeting__filter-text {
	padding-right: 10px;
	font-size: 16px;
	color: #000000;
}
.meeting__filter-group .ui-button:active {
	color: #000000;
}
.meeting__filter-group .ui-button:focus {
	outline: none;
}
.meeting__filter-group .ui-widget.ui-widget-content {
	border: 1px solid #c00000;
	border-top: 1px solid #fff;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	background: #fff;
	margin-top: -7px;
}
.meeting__filter-group  .ui-menu .ui-menu-item-wrapper {
    padding: 4px 20px;
    text-align: left;
}
.meeting__filter-group .ui-state-active,
.meeting__filter-group .ui-widget-content .ui-state-active {
	border: none;
	background: transparent;
	color: #c00000;
}

.meeting__invite-group {
	font-size: 0;
	border-radius: 6px;
	border: 1px solid #0e4096;
	display: block;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
    padding: 4px 12px 4px 0px;
}
.meeting__invite-logo,
.meeting__invite-title,
.meeting__invite-button {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}
.meeting__invite-logo {
	width: 150px;
	text-align: center;
	position: relative;
}
.meeting__invite-logo:after {
    content: '';
    width: 1px;
    height: 56px;
    background: #0e4096;
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s;
}
.meeting__invite-title {
	width: calc(100% - 270px);
	font-size: 18px;
	color: #000000;
	padding-left: 20px;
}
.meeting__invite-btn {
    width: 120px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #0e4096;
    color: #001c5d;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    text-decoration: none;
}
.meeting__invite-btn:hover {
    background: #0e4096;
    color: #fff;
}
.ui-selectmenu-menu {
	z-index: 9999;
}
.invite-meeting > .form__group {
	position: relative;
}
.invite-meeting > .form__group > .ui-selectmenu-open {
	position: absolute !important;
	top: 54px !important;
}

.crop-photo__image {
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	margin: auto;
}

/**/
.loading {
	position: relative;
}
.loading:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: #ffffff 50% 50% no-repeat url('../img/loader.gif');
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
/**/

/*magic*/
.form__magic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*align-items: center;*/
  list-style: none;
}
.form__magic-item {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}
.new {
    margin: 25px 0;
    padding: 5px;
    border: 3px solid #c8a030;
    border-radius: 3px;
    height: 19px;
}
.form__magic p {
    padding: 15px;
    margin: 15px;
    font-size: 2em;
    color: white;
}
.form__magic-item .edit {
    display: none;
}
.form__magic-item.edit .edit {
    display: initial;
    padding: 0;
    border: none;
    padding-right: 50px;
}
.form__magic-item.edit .noedit {
    display: none;
}
.form__magic-btn {
    width: 42px;
    height: 42px;
    transition: all 0.2s;
  	background: transparent;
  	border: none;
  	position: relative;
}
.form__magic-btn div {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.form__magic-btn:hover,
.form__magic-btn:active,
.form__magic-btn:focus {
    outline: none;
}
.input-edit {
    height: 30px;
}
.form__magic-item span {
    max-width: 100%;
    font-size: 16px;
    word-wrap: break-word;
    font-weight: 300;
}
.submit {
    width: 55px;
    height: 30px;
    color: black;
    background-color: #FBC93D;
    border: 3px solid #c8a030;
    border-radius: 3px;
    margin-left: 10px;
    transition: all 0.2s;
}
.form__magic-btn, .submit {
cursor: pointer;
}
.submit:hover {
background-color: #c8a030;
}

.form__magic {
	width: 100%;
    height: 42px;
    background: none;
    box-shadow: none;
    border: 1px solid #5ea7ff;
    border-radius: 4px;
    padding-left: 22px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #656262;
    position: relative;
}
.form__magic-btns {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42px;
    height: 42px;
}

.form__magic-item.edit .edit {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: none;
    box-shadow: none;
    border: 0px solid transparent;
    border-radius: 4px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #656262;
}
.lk__icon-edit_about .form__magic-btns {
	bottom: inherit;
	top: 0;
	z-index: 9;
}


/*magic*/

/*details*/

.details .row_2 > .col {
	padding-right: 90px;
}
.details .row_2 > .col:first-child {
	padding-right: 130px;
}

.file__filename {
    margin-top: 5px;
    display: inline-block;
    font-size: 12px;
}

/*new 23.6.17*/
.upload.upload_string-add {
	border: none;
	display: block;
	color: #001c5d;
	font-size: 14px;
	padding: 0;
	position: relative;
	text-align: left;
}
.upload.upload_string-add .upload__select {
	background: none;
	width: auto;
	height: auto;
	display: inline;
	color: #001c5d;
	text-transform: none;
	text-align: left;
	border-bottom: 1px solid;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-khtml-border-radius: 0;
	-o-border-radius: 0;
	padding: 0;
}
.upload.upload_string-add .upload__select:before {
	display: none;
}
.upload.upload_string-add .upload__select:after {
	display: none;
}
.upload.upload_string-add .upload__select:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	transition: all 0.5s;
}
.upload.upload_string-add .upload__drag {
	display: none;
}
.upload.upload_string-edit {
	border: none;
	display: block;
	color: #001c5d;
	font-size: 14px;
	padding: 0;
	position: relative;
	text-align: left;
}
.upload.upload_string-edit .upload__select {
	background: none;
	width: auto;
	height: auto;
	display: inline;
	color: #001c5d;
	text-transform: none;
	text-align: left;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-khtml-border-radius: 0;
	-o-border-radius: 0;
	padding: 0 0 0 22px;
	position: relative;
}
.upload.upload_string-edit .upload__select span {
	border-bottom: 1px solid;
}
.upload.upload_string-edit .upload__select:before {
	display: inline-block;
	width: 16px;
	height: 16px;
	transition: all 0.5s;
	background: url(/local/templates/lk_participant/img/icon/icon-edit.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.upload.upload_string-edit .upload__select:after {
	display: none;
}
.upload.upload_string-edit .upload__select:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	transition: all 0.5s;
}
.upload.upload_string-edit .upload__drag {
	display: none;
}
/*new 23.6.17*/

/*личный кабинет организатора*/
.lk_event .lk__nav {
	float: left;
    display: block;
    vertical-align: top;
    width: 270px;
    border-right: none;
    font-size: 14px;
    margin: 0 0 30px;
}
.lk_event .lk__body {
	float: left;
    display: block;
    vertical-align: top;
    width: calc(100% - 270px);
    font-size: 14px;
    padding-left: 20px;
    border: none;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-left: 1px solid #c00000;
    min-height: 450px;
}
.lk_event .lk__nav-item {
	display: block;
    height: inherit;
    font-size: 14px;
    color: #080808;
    list-style-type: none;
    position: relative;
    transition: all 0.5s;
    text-align: left;
    vertical-align: initial;
    border: none;
}
.lk_event .lk__nav-block {
	width: 100%;
}
.lk_event .lk__nav-list .lk__nav-item.lk__nav-item_active:first-child {
	border: none;
}
.lk_event .lk__nav-link {
	color: #001c5d;
	font-size: 14px;
	padding: 14px 20px;
}
.lk_event .lk__nav-item.active {
    background: #c00000;
}
.lk_event .lk__nav-item.active .lk__nav-link {
    color: #fff;
}
.lk_event .lk__nav-item.active:before {
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 9px;
    border-color: transparent transparent transparent #c00000;
}

.lk_event-capt {
	font-size: 20px;
	color: #001c5d;
	text-transform: uppercase;
	height: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	justify-content: left;
    align-items: center;
}

.lk__fill .form__group {
	max-width: 550px;
}
.mw_id_change-password-ok .mw__title,
.mw_id_change-password-ok .mw__close {
	display: none;
}
.mw_id_change-password-ok .mw__content {
	height: 275px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.change-password__text {
	font-size: 22px;
	text-transform: uppercase;
	color: #001c5d;
	border-bottom: 1px solid #001c5d;
}

/*программа мероприятия*/
.lk_event-title {

}
.lk_event-list {
	margin: 0;
	padding: 0;
}
.lk_event-item {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 20px;
}
.lk_event-item.blue {
	color: #001c5d;
}
.lk_event-item.red {
	color: #c00000;
}
.lk_event-item.separator {
	color: #000000;
	padding: 0 10px;
}
.program__table {
	font-size: 0;
	margin-top: 20px;
	border-radius: 4px;
	overflow: hidden;
}
.program__info {
	width: 146px;
}
.program__header {
	min-height: 80px;
	font-size: 14px;
	border-bottom: 1px solid #c00000;
}
.program__block {
	width: calc(100% - 146px);
}
.program__info,
.program__block {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.program__info-list {
	margin: 0;
	padding: 0;
}
.program__info-item {
	display: block;
	width: 100%;
	min-height: 80px;
	border-right: 1px solid #0e4096;
    position: relative;
    padding: 10px 0px;
}
.program__info-item:after {
	content: '';
	width: 80%;
	height: 1px;
	background: #001c5d;
	display: block;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.program__info-item:first-child:after {
	display: none;
}
.program__info-item:last-child:after {
	display: none;
}
.program__table {
	border: 1px solid #0e4096;
}
.program__info-item.red {
	background: #c00000;
	border-right: 1px solid #c00000;
	border-bottom: 1px solid #c00000;
}
/*.program__info-item.red:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #c00000;
	z-index: -1;
}*/

.program__header {
	font-size: 0;
}
.program__anons,
.program__action {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.program__anons {
	width: 90%;
	padding-left: 30px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #001c5d;
}

.program__action {
	width: 10%;
	height: 80px;
	line-height: 80px;
}
.program__action-list {
	margin: 0;
	padding: 0;
}
.program__action-item {
	margin: 0 2px;
	display: inline-block;
	vertical-align: middle;
}
.program__info-item span {
	display: block;
	text-align: center;
	padding: 2px 20px 0px;
	font-size: 14px;
	color: #001c5d;
	text-align: center;
	line-height: 14px;
	margin: 0 auto;
	padding-top: 8px;
}
.program__info-item.red span {
	color: #fff;
}
.program__info-text {
	margin-top: 4px;
}
.program__scroll {
    height: 318px;
/*    overflow-y: scroll;
    overflow-x: hidden;*/
}
.program__box {
	position: relative;
	padding: 16px 20px;
}
.program__box::after {
	content: '';
	width: 95.5%;
	height: 1px;
	background: #001c5d;
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.program__box:first-child:after {
	display: none;
}
.program__group {
	margin-bottom: 10px;
}
.program__group:last-child {
	margin-bottom: 0px;
}
.program__group-label,
.program__group-key {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #001c5d;
}
.program__group-key {
	padding-left: 10px;
	color: #060606;
	padding-right: 10px;
}
.program__action-link {
	text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
/*программа мероприятия*/

/*список участников*/
.sorting-filter {

}
.sorting-filter__block {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #000000;
	position: relative;
}
.sorting-filter__block input {
	width: 220px;
	height: 48px;
	background: transparent;
	border: 1px solid #c00000;
	padding-left: 16px;
	border-radius: 4px;
	font-size: 16px;
	color: #001c5d;
	font-weight: normal;
}
.sorting-filter__block input:focus {
	outline: none;
}
.sorting-filter__block input::-ms-input-placeholder { color: #001c5d; }
.sorting-filter__block input::-moz-placeholder { color: #001c5d; }
.sorting-filter__block input::-webkit-input-placeholder { color: #001c5d; }
.sorting-filter__block input:-ms-input-placeholder { color: #001c5d; }
.sorting-filter__block input::placeholder { color: #001c5d; }

.sorting-filter__block select,
.sorting-filter__block .ui-selectmenu-button.ui-button {
	width: 220px;
	height: 48px;
	background: transparent;
	border: 1px solid #c00000;
	padding: 14px;
	border-radius: 4px;
	font-size: 16px;
	color: #001c5d;
	margin: 0;
}
.ui-button:focus {
	outline: none;
}
.sorting-filter__block  .ui-button .ui-icon {
	background-image: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #001d5d transparent transparent transparent;
	margin-top: 6px;
}
.sorting-filter__block  .ui-button.ui-selectmenu-button-open .ui-icon {
	background-image: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 6px 4px;
	border-color: transparent transparent #001d5d transparent;
	margin-top: 6px;
}
.sorting-filter__block .ui-selectmenu-menu {
	width: 100%;

}
.sorting-filter__block .ui-widget.ui-widget-content {
	border: 1px solid transparent;
	background: transparent;
	padding: 0;
	margin: 0;
	background: #fff;
	border: 1px solid #c00000;
	border-top: 1px solid #fff;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 10;
	margin-top: -10px;
	max-width: 220px;
}

.sorting-filter__block .ui-state-active,
.sorting-filter__block .ui-widget-content .ui-state-active {
	background: transparent;
	color: #c00000;
	border: none;
}
.sorting-filter__block .ui-menu .ui-menu-item-wrapper {
    padding-left: 12px;
    font-size: 16px;
    color: #001d5d;
}
.sorting-filter__block:first-child {
	margin-right: 10px;
}
.list-participants__item {
	border: 1px solid #0e4096;
	border-radius: 6px;
	display: block;
	text-decoration: none;
	transition: all 0.4s;
}
.list-participants__item:hover {
    box-shadow: 0px 0px 8px 0px rgba(192,0,0,0.4);
    border: 1px solid #c00000;
}
.list-participants__image {
	height: 124px;
	position: relative;
	border-bottom: 1px solid #0e4096;
}
.list-participants__image img {
	max-width: 80%;
	max-height: 80%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.list-participants__name {
	font-size: 16px;
	color: #001c5d;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 0 10px;
}
.list-participants__sity {
	color: #c00000;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
	padding: 0 10px;
}
.list-participants {
	margin: 20px 0px 0px;
}
.list-participants .col {
	padding: 8px;
}
.sorting-filter__block .schedule-controls__date {
	width: 220px;
	margin-right: 0px;
}
/*список участников*/

/*СПИСОК ЗАЯВОК НА УЧАСТИЕ*/
.application-part__title {
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	margin: 20px 0 10px;
}
.processed-part__row {
	display: table;
	width: 100%;
	text-decoration: none;
    border: 1px solid #0e4096;
    border-radius: 6px;
    color: #000;
    font-size: 14px;
    transition: all 0.4s;
    margin-bottom: 14px;
}
/*.processed-part__row:hover {
    box-shadow: 0px 0px 8px 0px rgba(192,0,0,0.4);
    border: 1px solid #c00000;
}*/
.processed-part__col {
	display: table-cell;
	vertical-align: middle;
}
.processed-part__col.num {
    border-right: 1px solid #0e4096;
}
.processed-part__col.logo {
    border-right: 1px solid #0e4096;
}
.processed-part__col.info {
	width: 100%;
    padding: 30px 20px;
    border-right: 1px solid #0e4096;
}
.processed-part__col.info .event__group-cont {
	width: 100%;
}
.processed-part__col.date {
    border-right: 1px solid #0e4096;
}
.processed-part__col.status,
.processed-part__col.action {
}

.processed-part__num {
	font-size: 14px;
	font-weight: bold;
	color: #c00000;
	text-align: center;
	width: 80px;
}
.processed-part__logo {
	width: 120px;
	position: relative;
	text-align: center;
}
.processed-part__logo img {
    width: 120px;
    display: block;
	padding: 20px;
}
.processed-part__date {
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #001c5d;
	text-align: center;
}
.processed-part__status {
	width: 120px;
	text-transform: uppercase;
	color: #c00000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.meeting-list__name {
    font-size: 15px;
    color: #001c5d;
    font-weight: bold;
}
.meeting-list__country {
	font-size: 14px;
    color: #c00000;
    font-weight: normal;
}
.processed-part__companies {
	margin-bottom: 10px;
}
.processed-part__name-post,
.processed-part__phone {
	margin-bottom: 2px;
}
.processed-part__data {
	float: right;
	cursor: pointer;
}
.processed-part__action {
	width: 100px;
	text-align: center;
}
.processed-part__action a {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}
.processed-part__action .icon-remove-blue {
    margin-top: 1px;
}
.new-part .processed-part__row:hover {
	box-shadow: none;
    border: 1px solid #0e4096;
}
.reason-refusal textarea {
	height: 125px;
}
.application-form__item {
	font-size: 14px;
	color: #656262;
	margin-bottom: 10px;
}
.row.application-form__row {
	margin: 0 -5px;
}
.col.application-form__col {
	padding: 5px;
}
.application-form__input {
	background: #daefff;
	margin-bottom: 10px;
	padding: 6px;
	font-size: 11px;
	color: #656262;
	font-style: italic;
}
/*СПИСОК ЗАЯВОК НА УЧАСТИЕ*/

/*СПИСОК ЗАЯВОК НА ДОКЛАДЫ*/
.protoposals-presentation__title {
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	margin: 20px 0 10px;
}
.processed-part__report {
	font-size: 14px;
	font-weight: bold;
	color: #c00000;
	margin-bottom: 10px;
}
.sorting-filter_report .sorting-filter__block select,
.sorting-filter_report .sorting-filter__block .ui-selectmenu-button.ui-button{
	width: 170px;
}
.sorting-filter_report .sorting-filter__block input {
	width: 204px;
}
.sorting-filter_report .schedule-controls__date,
.sorting-filter_report .schedule-controls__date input {
	width: 140px;
}
/*СПИСОК ЗАЯВОК НА ДОКЛАДЫ*/

/*ГРАФИК ВСТРЕЧ ВСЕХ КОМПАНИЙ УЧАСТНИКОВ*/
.lk__fill .meeting__calendar {
	padding: 0px;
    border: none;
}
.lk__fill .calendar__tbody tr td {
	height: 80px;
}

.calendar__events {

}
.calendar__event {
	margin-top: 10px;
}
.calendar__event-text {
	padding-left: 4px;
	font-size: 14px;
	color: #001c5d;
}
.calendar__event span {
	display: inline-block;
	vertical-align: top;
}
.calendar__today .calendar__event-text {
	color: #fff;
}
.schedule-meetings__title {
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    margin: 20px 0 10px;
}
.schedule-meetings__item {
    display: table;
    width: 100%;
    text-decoration: none;
    border: 1px solid #0e4096;
    border-radius: 6px;
    color: #000;
    font-size: 14px;
    transition: all 0.4s;
    margin-bottom: 14px;
    transition: all 0.5s;
}
.schedule-meetings__item:hover {
	background-color: #e2e8ff;
}
.schedule-meetings__col {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #0e4096;
}
.schedule-meetings__col:last-child {
	border-right: none;
}
.schedule-meetings__col.date,
.schedule-meetings__date,
.schedule-meetings__time,
.schedule-meetings__col.time,
.schedule-meetings__status,
.schedule-meetings__col.status {
	width: 100px;
}
.schedule-meetings__content {
	width: 100%;
	padding: 30px 20px;
}
.schedule-meetings__date {
    color: #001c5d;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
}
.schedule-meetings__time {
    color: #c00000;
    font-weight: bold;
    padding: 0 10px;
    text-align: center;
}
.schedule-meetings__status {
    text-transform: uppercase;
    color: #c00000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
/*ГРАФИК ВСТРЕЧ ВСЕХ КОМПАНИЙ УЧАСТНИКОВ*/

/*ЗАЯВКИ НА ПОЛУЧЕНИЕ ПРОГРАММЫ МЕРОПРИЯТИЯ*/
.sorting-filter__block.unloading {
	float: right;
	margin-top: 8px;
}
.applications__title {
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    margin: 20px 0 10px;
}
div.applications__item {
    display: table;
    width: 100%;
    text-decoration: none;
    border: 1px solid #0e4096;
    border-radius: 6px;
    color: #000;
    font-size: 14px;
    transition: all 0.4s;
    margin-bottom: 14px;
}
a.applications__item {
    display: table;
    width: 100%;
    text-decoration: none;
    border: 1px solid #0e4096;
    border-radius: 6px;
    color: #000;
    font-size: 14px;
    transition: all 0.4s;
    margin-bottom: 14px;
    cursor: pointer;
}
a.applications__item:hover {
    box-shadow: 0px 0px 8px 0px rgba(192,0,0,0.4);
    border: 1px solid #c00000;
}


.applications__col {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #0e4096;
    font-size: 14px;
    line-height: normal;
}
.applications__col:last-child {
	border-right: none;
}
.applications__col.num,
.applications__col.logo,
.applications__col.action,
.applications__col.status {
	width: 100px;
	text-align: center;
}
.applications__col.content {
	width: 100%;
}
.applications__num {
	width: 100px;
    font-size: 14px;
    font-weight: bold;
    color: #c00000;
    text-align: center;
}
.applications__logo {
	width: 100px;
	padding: 10px;
}
.applications__logo img {
	max-width: 100%;
	max-height: 100%;
}
.applications__action {
	width: 100px;
}
.applications__content {
    width: 100%;
    padding: 30px 20px;
}
.applications__action a {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}
.applications__action .icon-remove-blue {
    margin-top: 1px;
}
.applications__status {
	width: 100px;
    text-transform: uppercase;
    color: #c00000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
/*ЗАЯВКИ НА ПОЛУЧЕНИЕ ПРОГРАММЫ МЕРОПРИЯТИЯ*/
/*личный кабинет организатора*/


/*САМАЯ ГЛАВНАЯ СТРАНИЦА*/
.contacts__map {
	position: relative;
}
.map__card-block {
	position: relative;
	background: #fff;
	padding: 20px 30px;
}
.map__card {
	position: absolute;
	top: 50px;
	left: 100px;
	z-index: 99;
}
.map__card-capt {
	font-size: 18px;
	color: #001c5d;
	text-transform: uppercase;
}
.map__card-place, .map__card-address, .map__card-phone, .map__card-email {
	color: #c00000;
	font-size: 16px;
	margin-bottom: 10px;
}
.map__card-place span,
.map__card-address span,
.map__card-phone span,
.map__card-email span {
	color: #060606;
	font-size: 11px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.contacts__map .ymaps-b-balloon__content {
	box-shadow: none;
	border: none;
}
.contacts__map .ymaps-b-balloon__tail {
	background: transparent;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 30px 40px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	margin: auto;
	right: 0px;
	left: 0;
	bottom: -12px;
	background: none;
	z-index: -1;
}
.ymaps-b-balloon__sprite_type_tail {
	background-image: none !important;
}

.ymaps-shadows-pane {
	display: none !important;
}
.ymaps-b-balloon__sprite {
	display: none !important;
}
.ymaps-b-balloon__content {
	border: none !important;
}
.ymaps-b-balloon__close {
	top: 10px !important;
	right: 0px !important;
	background-image: url(../img/mw__close.png) !important;
	width: 30px;
	height: 30px;
	background-position: : 50% 50%;
	background-repeat: no-repeat;
	z-index: 10;
	cursor: pointer;
}
.ymaps-b-balloon__close:before {
	content: '';
	display: block;
	width: 2px;
	height: 26px;
	background: #000;
	transform: rotate(-45deg);
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.ymaps-b-balloon__close:after {
	content: '';
	display: block;
	width: 2px;
	height: 26px;
	background: #000;
	transform: rotate(45deg);
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.address__group {
	display: table;
	display: flex;
	align-items: flex-start;
	width: 100%;
	font-size: 20px;
	line-height: 32px;
}
.address__group-title,
.address__group-info {
	display: table-cell;
	vertical-align: top;
	text-transform: none;
	color: #001C5D;
	font-size: 18px;
}
.address__group-title {
	width: 110px;
	width: 77px;
	flex: 0 0 77px;
}
.address__group-info {
	text-align: left;
}
.address__group-info a {
	text-decoration: none;
	color: #001C5D;
	border-bottom: 1px solid transparent;
	transition: border 0.3s linear;
}
.address__group-info a:hover {
	border-bottom: 1px solid #001C5D;
}




.body__title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 60px 0px 24px;
	color: #001C5D;
}
.body__title span {
    display: inline-block;
    vertical-align: middle;
   	color: #001c5d;
    position: relative;
    top: 2px;
}
.body__title-archive {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	text-decoration: none;
	color: #001C5D;
	padding: 0 0 6px 0;
	border-bottom: 1px solid transparent;
	transition: border 0.3s linear;
}
.body__title-archive:hover {
	border-bottom: 1px solid #001C5D;
}
.body__title-archive span {
	display: inline-block;
	vertical-align: middle;
	color: #001c5d;
	position: relative;
	top: 2px;
}
.body__block {
	position: relative;
    height: 350px;
}
.body__block:last-child {
	margin: 0 0 65px;
}
.body__lang {
	font-size: 60px;
	line-height: 100%;
	font-weight: 700;
	text-transform: uppercase;
	color: #C00000;
	margin: 0 0 4px;
}
.body__image {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.body__image img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;

   }
.body__text {
	width: 60%;
	height: 54%;
    background: rgba(0,28,93,0.5);
    position: absolute;
    margin: auto;
    left: 8%;
    text-align: left;
    padding: 20px;
    bottom: 0;
}
.body__caption {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 22px;
    font-weight: normal;
    min-height: 66px;
    height: 66px;
    overflow: hidden;
}
.body__date {
	text-transform: uppercase;
	font-size: 15px;
	/*color: #04cae2;*/
	color: #fff;
	margin: 12px 0px;

}
.body__text .section__btn_cian,
.section__btn_cian:before,
.section__btn_cian:after {
	height: 50px;
	line-height: 50px;
	-webkit-background-size: contain;
	background-size: contain;

}

.body__text .section__btn {
    padding: 9px 20px 7px;
    font-size: 16px;
    height: initial;
    line-height: normal;
    border: 1px solid #001c5d;
    font-weight: bold;
    transition: all 0.5s;
    margin-top: 6px;
}



/*САМАЯ ГЛАВНАЯ СТРАНИЦА*/

/*add new 06092017*/
.address__group-title,
.address__group-info  {
	font-size: 18px;
}
/*add new 06092017*/

/*add new 24012018*/
.container_1300 {
	padding: 0 40px;
}
/*add new 24012018*/

/*add new 26042018*/
.meeting__date a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}
/*add new 26042018*/
