*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "Roboto";
	font-size: 16px;
	line-height: 24px;
	color: #212121;
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}
a, button, input, img {
	transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}



#panel #bx-panel{
	z-index: 99999 !important;
}




.header {
	padding-top: 16px;
	padding-bottom: 12px;
	background-color: #fff;
}
.logos {
	display: inline-flex;
	align-items: center;
}
.logos img:not(:first-child) {
	margin-left: 30px;
}
.header__wrapper {
	display: flex;
	align-items: center;
}

.billbord {
	padding-top: 102px;
	padding-bottom: 40px;
	min-height: 700px;
	background-image: url(../img/billbord.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.subtitle {
font-weight: 700;
font-size: 20px;
line-height: 23px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #0030AE;
font-family: 'Roboto Condensed';
}
.title-big {
	font-size: 72px;
line-height: 84px;
font-weight: 500;
max-width: 700px;
text-transform: uppercase;
}
.billbord .subtitle {
	padding-bottom: 30px;
}
.billbord .title-big {
	padding-bottom: 40px;
}
.field.field-button,
.btn-main {
font-size: 20px;
padding: 0 55px;
height: 83px;
line-height: 23px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #FFFFFF;
background: linear-gradient(99.54deg, #FF1557 -6.5%, #6C60EB 100%);
font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Roboto Condensed';
	position: relative;
	z-index: 1;
}
.field.field-button::before,
.btn-main::before {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: linear-gradient(99.54deg, #6C60EB -6.5%, #FF1557 100%);
	opacity: 0;
	transition: all 0.5s;
}
.field.field-button:hover::before,
.btn-main:hover::before {
	opacity: 1;
}

.item-form{
	width: 100%;
}
.item-form.item-form-result{
	height: auto;
}
.item-form input{
	width: 100%;
	height: 100%;
}




.billbord__date {
	font-size: 48px;
line-height: 56px;
padding-top: 100px;
text-transform: uppercase;
font-weight: 500;
color: #0030AE;
}
.billbord__date span {
	display: block;
	color: #212121;
}

.about {
	font-size: 18px;
	line-height: 27px;
	padding-top: 40px;
}
.about .container {
	position: relative;
}
.circle {
	width: 648px;
height: 648px;
background: radial-gradient(50% 50% at 50% 50%, rgba(227, 35, 115, 0.05) 0%, rgba(227, 35, 115, 0) 100%);
filter: blur(60px);
border-radius: 50%;
position: absolute;
z-index: -1;
	transform: rotate(-30deg);
}
.circle_1 {
	top: -244px;
	left: -637px;
}
.circle_2 {
	width: 684px;
height: 684px;
    top: 222px;
    left: -666px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(230, 153, 37, 0.15) 0%, rgba(230, 153, 37, 0) 100%);
filter: blur(74px);
}
.circle_3 {
	top: -250px;
	right: -560px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(218, 27, 30, 0.1) 0%, rgba(218, 27, 30, 0) 100%);
filter: blur(74px);
transform: none;
}
.tabs {
	display: flex;
	align-items: center;
}
.tabs li {
	flex: 1;
	padding: 0 12px;
}
.tabs a {
	height: 128px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 500;
font-size: 20px;
line-height: 23px;
padding: 0 15px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: rgba(0, 0, 0, 0.3);
	background: #F3F3F3;
}
.tabs .active a,
.tabs a:hover {
	background: #0030AE;
	color: #fff;
}
.tab-container {
	padding-top: 100px;
}
.tab-pane {
	display: none;
}
.tab-pane:first-child {
	display: block;
}
.title-section {
font-size: 36px;
line-height: 42px;
text-transform: uppercase;
font-weight: 700;
margin: 0;
    font-family: "Roboto";
}
.about .title-section {
	padding-bottom: 40px;
}
.about .title-section:not(:first-of-type) {
	padding-top: 50px;
}
.about p {
	margin-bottom: 20px;
}
.about-block {
	padding: 95px 50px;
	padding-right: 33px;
	color: #fff;
	flex-wrap: wrap;
	display: flex;
	background-image: url(../img/bg_about.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.item-number__value {
	font-size: 72px;
line-height: 84px;
font-weight: 700;
}
.item-number {
	margin-bottom: 38px;
}
.item-number p {
	margin: 0 !important;
}
.item-number:nth-child(odd) {
	padding-right: 50px;
	width: 70%;
}
.item-number:nth-child(even) {
	width: 30%;
}
.item-number:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.questions {
	padding-top: 120px;
	padding-bottom: 20px;
}
.questions .title-section {
	padding-bottom: 40px;
}
.questions .container {
	position: relative;
}
.item-question {
	margin-bottom: 20px;
	background: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 10px;
transition: all 0.3s;
}
.item-question:hover,
.item-question.active {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.item-question__head {
	padding: 23px 20px;
	font-size: 20px;
line-height: 30px;
font-weight: 700;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
}
.item-question__arrow {
	width: 54px;
	height: 54px;
	margin-left: 40px;
	border-radius: 50%;
	background-image: url(../img/plus.svg);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s;
	background-color: #0030AE;
	flex: none;
}
.item-question.active .item-question__arrow {
	transform: rotate(45deg);
	background-color: rgba(0, 48, 174, 0.2);
}
.item-question__content {
	padding: 39px 20px;
	padding-right: 59px;
	padding-top: 0;
	display: none;
}

#map {
	height: 653px;
	width: 100%;
	background-color: #ccc;
}
.contacts .container {
	position: relative;
}
.contacts-block {
	width: 473px;
	padding: 40px;
	padding-top: 50px;
	max-width: 100%;
	top: 0;
	left: 15px;
	background: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	z-index: 2;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.title-middle {
	font-size: 30px;
line-height: 30px;
font-weight: 600;
text-transform: uppercase;
font-family: 'Lato';
}
.contacts-block .title-middle {
	padding-bottom: 16px;
}
.title-small {
	font-size: 20px;
line-height: 30px;
font-weight: 700;
}
.contacts-block .title-small {
	padding-bottom: 8px;
}
.contacts-block p a {
	color: #212121;
}
.contacts-block .title-small {
	padding-top: 24px;
}
.btn-map {
	font-size: 20px;
line-height: 23px;
letter-spacing: 0.05em;
text-transform: uppercase;
 font-family: 'Roboto Condensed';
 font-weight: 700;
	display: inline-flex;
	align-items: center;
	color: #212121;
}
.btn-map img {
	margin-right: 20px;
}
.contacts-block .btn-map {
	margin-top: 40px;
}

.footer {
	padding-top: 60px;
	color: #fff;
	background: #1A2559;
}
.footer__menu {
	margin-left: -30px;
	margin-right: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__menu a {
	letter-spacing: 0.05em;
	color: #fff;
	border-bottom: 1px solid transparent;
text-transform: uppercase;
}
.footer__menu a:hover {
	border-color: #fff;
}
.footer__title {
	font-size: 20px;
line-height: 23px;
padding-bottom: 20px;
letter-spacing: 0.05em;
text-transform: uppercase;
 font-family: 'Roboto Condensed';
 font-weight: 700;
}
.footer__content {
	letter-spacing: 0.05em;
}
.footer__content p a {
	color: #fff;
}
.footer-bottom {
	margin-top: 60px;
	padding: 20px 0;
	font-size: 14px;
	line-height: 21px;
	color: #212121;
	background-color: #fff;
}
.footer-bottom__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-bottom a {
	color: #212121;
}
.create {
	display: flex;
	align-items: center;
}
.create a {
	margin-left: 15px;
} 

.personal {
	padding-top: 43px;
	padding-bottom: 100px;
}
.personal .container {
	position: relative;
}
.header {
	border-bottom: 1px solid #F3F3F3;
}
.tabs-personal li {
	margin-bottom: 16px;
}
.tabs-personal a {
	padding: 0 40px;
	height: 90px;
	padding-right: 23px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #F3F3F3;
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #0030AE;
}
.tabs-personal .active a,
.tabs-personal a:hover {
	background: #0030AE;
	color: #fff;
}
.icon-main {
	width: 36px;
height: 36px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: #D9D9D9;
transition: all 0.3s;
	flex: none;
}
.icon-main img {
	max-width: 100%;
	max-height: 100%;
}
.tab-pane-personal {
	display: none;
}
.tab-pane-personal:first-child {
	display: block;
}
.form-input,
.item-form {
	margin-bottom: 19px;
	position: relative;
}
.form-input textarea,
.form-input input,
.item-form .jq-selectbox__select-text,
.item-form input,
.item-form textarea {
	font-size: 14px;
	line-height: 20px;
	padding: 0 20px;
	height: 60px;
	background: #FFFFFF;
border: 1px solid #C8C8C8;
border-radius: 6px;
	width: 100%;
	font-weight: 400;
	font-family: "Roboto";
color: #8A8A8A;
}
.item-form .jq-selectbox__select-text {
	display: flex;
	color: #8A8A8A;
	cursor: pointer;
	align-items: center;
}
.item-form .jqselect {
	width: 100%;
	display: block;
}
.field-title,
.text-input {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 6px;
	font-weight: 300;
	display: block;
}
.personal .title-section {
	padding-bottom: 28px;
}
.tab-container-personal .row {
	margin: 0 -12px;
}
.tab-container-personal .row > div {
	padding: 0 12px;
}
.personal hr {
	    border: 0;
    height: 1px;
    margin: 30px 0;
	background: #0030AE;
}
.jq-selectbox__trigger {
	width: 20px;
	height: 20px;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 14px;
	cursor: pointer;
	    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
        font-family: "Font Awesome 5 Pro";
    font-weight: 600;
}
.jq-selectbox__trigger::after {
        content: "\f078";
}
.jq-selectbox__dropdown {
		font-size: 14px;
	line-height: 20px;
		background: #FFFFFF;
border: 1px solid #C8C8C8;
color: #8A8A8A;
border-radius: 6px;
width: 100%;
}
.jq-selectbox__dropdown li {
	padding: 10px 15px;
	width: 100%;
	cursor: pointer;
}
.field.field-button input,
.btn-main input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  cursor: pointer;
  text-transform: inherit;
}
.personal .btn-main {
	min-width: 220px;
	margin-top: 30px;
}
.announcement {
	padding: 27px 95px;
	padding-bottom: 44px;
	font-size: 18px;
line-height: 27px;
	color: #fff;
	background: #0030AE;
	position: relative;
}
.announcement::before {
	position: absolute;
	display: block;
	content: " ";
	width: 24px;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(11.97deg, #FF1557 28.57%, #6C60EB 65.17%, #5223C9 90.98%), #D9D9D9;
}
.announcement__title {
	font-size: 72px;
line-height: 84px;
font-weight: 500;
}
.announcement__line {
	margin-bottom: 13px;
	display: flex;
	align-items: center;
}
.announcement__date {
	margin-top: -20px;
	display: flex;
	align-items: center;
}
.announcement__date .announcement__title {
	margin: 0 11px;
}
input[type="time"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
input[type="time"],
input[type="date"] {
 user-select: none;
}
.title-section_outgoing {
	padding-top: 40px;
}
.personal .circle_3 {
	bottom: -200px;
	top: auto;
}

.fancybox-skin {
  padding: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.fancybox-close {
  top: 12px;
  right: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; 
  font-size: 22px;
  color: #0030AE;
  background-image: none !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
}
.fancybox-close::before {
  content: "\f057";
}
.fancybox-inner {
  overflow: visible !important;
}
.modal_popup {
    background: #fff;
    padding: 48px 46px;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 15px;
}
.modal_popup .btn-main {
    width: 100%;
    padding: 0 10px;
}
.block-form .title-block {
font-weight: 700;
font-size: 18px;
line-height: 23px;
letter-spacing: 0.05em;
    padding-bottom: 20px;
text-transform: uppercase;
color: #0030AE;
text-align: center;
font-family: 'Roboto Condensed';
}
.field.field-button,
.btn-main {
    border: none;
}
.block-form .item-form {
    height: auto;
    margin-bottom: 20px;
}
.checkbox {
	font-size: 12px;
	line-height: 16px;
	margin-top: 20px;
	font-weight: 400;
	letter-spacing: normal;
	display: flex;
	text-align: left;
}
.checkbox label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.checkbox label > span {
	position: relative;
	padding: 5px 0 0 28px;
	display: block;
	cursor: pointer;
}
.checkbox label > span:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 19px;
	height: 19px;
	border: 1px solid #212121;
	transition: .2s;
}
.checkbox label > span:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 0px;
	width: 19px;
	height: 19px;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	background-image: none;
	color: #0030AE;
	font-size: 9px;
	opacity: 0;
	transition: .2s;
}
.checkbox label input:checked + span:after {
	opacity: 1;
}
.block-form .checkbox {
        display: flex;
    justify-content: center;
}



.header {
	padding: 0;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.wrapper {
	padding-top: 105px;
}
.btn-personal {
	height: 104px;
	width: 98px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
}	
.btn-personal img {
	transition: all 0.3s;
}
.btn-personal:hover {
	background: #0030AE;
}
.btn-personal:hover img {
	filter: brightness(0) invert(1);
}
.menu {
	display: flex;
	align-items: center;
	background: #F11C65;
	flex: 1;
}
.menu li {
	flex-grow: 1;
}
.menu a {
	height: 104px;
	font-size: 20px;
line-height: 23px;
letter-spacing: 0.05em;
color: #fff;
text-transform: uppercase;
font-family: 'Roboto Condensed';
font-weight: 700;
text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.menu a:hover {
	background: #0030AE;
}
.item-partner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-main {
	padding-top: 100px;
}
.section-main .title-section {
	padding-bottom: 40px;
}
.item-partner img {
	max-width: 100%;
	max-height: 100%;
}
.item-review {
	position: relative;
	font-family: 'Geometria';
	z-index: 1;
}
.item-review::before {
	position: absolute;
	display: block;
	content: " ";
	width: 46px;
	height: 33px;
	top: 40px;
	right: 162px;
	background-image: url(../img/quotes.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}
.item-review__head {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}
.item-review__image {
	width: 98px;
	height: 98px;
	margin-right: 20px;
	flex: none;
	border-radius: 50%;
}
.item-review__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 50%;
}
.item-review__head .title-small {
	padding-bottom: 12px;
color: #13447E;
font-weight: 500;
}
.item-review__descr {
	font-size: 14px;
	line-height: 21px;
}
.item-review__text p {
	margin-bottom: 15px;
}
.item-review__text p:last-child {
	margin-bottom: 0;
}
.item-review__text {
	padding-top: 32px;
}
.item-review .title-small {
	font-weight: 500;
}
.item-review {
	padding: 40px;
	padding-right: 18px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.slider-reviews .slick-track {
  display: flex !important;
}
.slider-reviews .slick-slide {
	padding: 0 12px;
  height: inherit !important;
}
.slider-reviews {
	padding-bottom: 80px;
	margin: 0 -12px;
}
.slick-dots {
  bottom: 16px;
  left: 0;
  width: 100%;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 12px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
background: rgba(0, 48, 174, 0.2);
  border-radius: 50%;
  padding: 0;
  border: none;
  transition: all 0.3s;
  opacity: 1;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
background: #0030AE;
}
.slick-arrow {
	width: 50px;
	height: 50px;
	color: #000 !important;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
	bottom: 0;
	transform: none;
	transition: all 0.3s;
}
.slick-arrow:hover {
	background-color: rgba(0, 0, 0, 0.04);
}
.slick-arrow.slick-disabled {
	background-color: transparent;
	color: rgba(0, 0, 0, 0.2) !important;
}
.slick-arrow::before {
	display: none;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slider-reviews .slick-prev {
	left: 12px;
}
.slider-reviews .slick-next {
	right: 12px;
}
.head-section {
	padding-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hide-link {
	font-size: 20px;
line-height: 23px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #0030AE;
 font-family: 'Roboto Condensed';
 font-weight: 700;
}
.hide-link i {
	margin-left: 15px;
	transition: all 0.3s;
}
.hide-link.active i {
	transform: rotate(180deg);
}
.head-section .title-section {
	padding-bottom: 0;
}
.row_gallery .row,
.row_gallery,
.row_schedules,
.row_team {
	margin: 0 -12px;
}
.row_gallery .row > div,
.row_gallery > div,
.row_schedules > div,
.row_team > div {
	padding: 0 12px;
	margin-bottom: 24px;
}
.item-team {
	position: relative;
	display: block;
	background: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.item-team__name {
	font-size: 20px;
line-height: 30px;
padding: 30px;
padding-bottom: 20px;
font-weight: 700;
	text-transform: uppercase;
color: #0030AE;
}
.item-team__image {
	height: 573px;
	position: relative;
	display: block;
	width: 100%;
}
.item-team__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	object-position: top;
}
.item-team__image::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 281px;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, #0030AE 0%, rgba(0, 48, 174, 0) 100%);
	transform: matrix(1, 0, 0, -1, 0, 0);
	transition: all 0.6s;
}
.item-team:hover .item-team__image::after {
	height: 360px;
}
.item-team__content {
	font-size: 14px;
line-height: 21px;
min-height: 177px;
padding: 16px 27px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
}
.item-team__title {
	font-size: 16px;
line-height: 24px;
padding: 8px 22px;
border: 1px solid #FFFFFF;
border-radius: 78px;
margin-bottom: 12px;
display: inline-block;
letter-spacing: 0.05em;
text-transform: uppercase;
font-family: 'Open Sans';
}
.committee-wrapper {
	position: relative;
	z-index: 1;
}
.image-committee {
	left: 100%;
	margin-left: -200px;
	bottom: 24px;
	z-index: -1;
	position: absolute;
}
.unit-team {
	background: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-image: url(../img/bg_team.svg);
	background-repeat: no-repeat;
	background-position: center right;
	position: relative;
	z-index: 1;
}
.unit-team::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
		background-image: url(../img/bg_team_active.svg);
	background-repeat: no-repeat;
	background-position: center right;
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
}
.unit-team:hover::after {
	opacity: 1;
}
.unit-team__content {
	font-size: 14px;
line-height: 21px;
padding: 0 40px;
	flex: 1;
}
.unit-team__image {
	height: 158px;
	width: 146px;
	flex: none;
	mix-blend-mode: multiply;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
.unit-team__image img {
	max-width: 64px;
	height: auto;
}
.unit-team__name {
	font-size: 20px;
line-height: 30px;
padding-bottom: 20px;
font-weight: 700;
text-transform: uppercase;
}
.tabs_min a {
	height: 73px;
}
.tabs_min li {
	width: 292px;
	padding: 0 11px;
	flex: none;
}
.tabs_min {
	margin: 0 -11px;
}
.head-program {
	padding: 23px 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	background: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 10px;
transition: all 0.3s;
}
.title-program {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}
.arrow-program {
	width: 54px;
height: 54px;
font-size: 25px;
color: #fff;
border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	background: #0030AE;
	transition: all 0.3s;
}
.item-program.active {
	    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.item-program {
	transition: all 0.3s;
}
.item-program.active .arrow-program {
	transform: rotate(45deg);
	background: rgba(0, 48, 174, 0.2);
}
.item-program.active .title-program {
	font-size: 36px;
line-height: 42px;
text-transform: uppercase;
}
.item-program.active .title-program span {
	display: none;
}
.item-schedule {
	padding: 40px;
	padding-bottom: 20px;
	min-height: 315px;
	background: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.item-schedule__time {
	margin-bottom: 40px;
	padding: 8px 25px;
	border: 1px solid #212121;
border-radius: 78px;
	display: inline-block;
	letter-spacing: 0.05em;
text-transform: uppercase;
font-family: 'Open Sans';
}
.item-schedule__text {
	font-size: 20px;
line-height: 30px;
margin-bottom: 40px;
min-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.lead-schedule__descr {
      display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.lead-schedule {
	font-size: 14px;
line-height: 21px;
	display: flex;
	align-items: center;
}
.lead-schedule__image {
	width: 71px;
	height: 71px;
	margin-right: 20px;
	border-radius: 50%;
	flex: none;
}
.lead-schedule__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 50%;
}
.lead-schedule__name {
	font-size: 20px;
line-height: 30px;
padding-bottom: 15px;
font-weight: 700;
text-transform: uppercase;
color: #0030AE;
}
.content-program {
	display: none;
}
.program .tab-container {
	padding-top: 60px;
}
.gallery .tab-container {
	padding-top: 20px;
}
.gallery .tab-container .tabs a {
	font-size: 16px;
line-height: 19px;
font-weight: 700;
}
.item-gallery {
	height: 518px;
	width: 100%;
	overflow: hidden;
	display: block;
}
.item-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: all 0.7s;
}
.item-gallery:hover img {
	transform: scale(1.1);
}
.row_gallery .row .item-gallery {
	height: 247px;
}
.slider-gallery {
	padding-top: 15px;
	padding-bottom: 30px;
}
.gallery {
	padding-bottom: 100px;
}
.section-main .container {
	position: relative;
}
.circle_prog1 {
	width: 1914px;
height: 1914px;
top: -597px;
right: -919px;
background: radial-gradient(50% 50% at 50% 50%, rgba(218, 27, 30, 0.03) 0%, rgba(218, 27, 30, 0) 100%);
filter: blur(74px);
}
.circle_prog2 {
	width: 1548px;
height: 1548px;
top: 586px;
left: -1076px;
background: radial-gradient(50% 50% at 50% 50%, rgba(230, 153, 37, 0.05) 0%, rgba(230, 153, 37, 0) 100%);
filter: blur(74px);
transform: rotate(-30deg);
}
.circle_com1 {
	width: 1048px;
height: 1048px;
top: 250px;
left: -865px;
background: radial-gradient(50% 50% at 50% 50%, rgba(218, 27, 30, 0.08) 0%, rgba(218, 27, 30, 0) 100%);
filter: blur(74px);
}
.circle_com2 {
	width: 2057px;
height: 2057px;
top: -97px;
right: -1800px;
background: radial-gradient(50% 50% at 50% 50%, rgba(230, 153, 37, 0.08) 0%, rgba(230, 153, 37, 0) 100%);
filter: blur(74px);
transform: rotate(-30deg);
}
.circle_com3 {
	width: 1860px;
height: 1860px;
top: 1695px;
right: -1057px;
background: radial-gradient(50% 50% at 50% 50%, rgba(0, 48, 174, 0.05) 0%, rgba(0, 48, 174, 0) 100%);
filter: blur(74px);
}
.circle_gal1 {
	width: 1860px;
height: 1860px;
top: -377px;
right: -1057px;
background: radial-gradient(50% 50% at 50% 50%, rgba(0, 48, 174, 0.05) 0%, rgba(0, 48, 174, 0) 100%);
filter: blur(74px);
}
.slick-dots li button:before {
	display: none;
}
/*Style Sandwich*/
.sandwich span {
	display: block;
}
.sandwich {
	width: 55px;
	height: 55px;
	padding-top: 13px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items:center;
	z-index: 20;
	flex: none;
	display: none;
	cursor: pointer;
		border: 1px solid rgba(0, 0, 0, 0.1);
		border-left: none;
}
.sw-topper {
	position: relative;
	top: 4px;
	width: 25px;
	height:  2px;
	display: block;
	margin: 0;
	background-color: #0030AE;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	/* transition-delay: 0.2s, 0s; */
}
.sw-bottom {
	position: relative;
	top: 10px;
	width: 25px;
	height:  2px;
	display: block;
	margin: 0;
	background-color: #0030AE;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	transition-delay: 0.2s, 0s;
}
.sw-footer {
	position: relative;
	top: 16px;
	width: 25px;
	height:  2px;
	display: block;
	margin: 0;
	background-color: #0030AE;
	border: medium none;
	transition: all 0.5s;
	transition-delay: 0.1s;
}
.sandwich.active .sw-topper {
	top: 12px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
}
.sandwich.active .sw-footer {
	top: 8px;
	transform: rotate(-45deg); 
}

.personal_auth .container {
    min-height: 500px;
}

.personal_auth .image-committee {
    bottom: 0;
}
.personal_auth .title-section {
    padding-bottom: 30px;
    max-width: 560px;
    padding-top: 30px;
}
.personal_auth {
    padding-top: 90px;
}
.personal_auth .circle {
    background: radial-gradient(50% 50% at 50% 50%, rgba(218, 27, 30, 0.1) 0%, rgba(218, 27, 30, 0) 100%);
}
.field.field-button {
    width: 100%;
}
.contacts_auth .container {
        min-height: 430px;
    position: relative;
}
.contacts_auth {
    padding-top: 70px;
    padding-bottom: 100px;
}
.contacts_auth .title-section {
    padding-bottom: 30px;
}
.contacts_auth .content-form {
    max-width: 400px;
}
.contacts_auth .field.field-button {
    height: 75px;
    margin-bottom: 25px;
}
.link-page {
font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0030AE;
    font-family: 'Roboto Condensed';
    font-weight: 700;
}
.link-page i {
    margin-left: 10px;
    transition: all 0.3s;
}
.contacts_auth .image-committee {
    bottom: -60px;
}
.text-form {
    font-size: 14px;
    line-height: 20px;
        padding-bottom: 20px;
}


.scientific-sections {
	padding-top: 59px;
	padding-bottom: 50px;
}
.scientific-sections .title-section {
	max-width: 790px;
	padding-bottom: 45px;
}
.item-section {
	min-height: 100%;
	background: #FFFFFF;
	border: 1px solid #C8C8C8;
}
.item-section__head {
	font-size: 20px;
	line-height: 23px;
	padding: 10px 35px;
	padding-right: 25px;
	letter-spacing: 0.05em;
	min-height: 75px;
	text-transform: uppercase;
	font-weight: 700;
	color: #0030AE;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #D9D9D9;
	position: relative;
	z-index: 1;
}
.item-section__head::before {
	position: absolute;
	display: block;
	content: " ";
	height: 100%;
	width: 11px;
	top: 0;
	left: 0;
	background: linear-gradient(178.52deg, #FF1557 -10.57%, #6C60EB 127.01%), #D9D9D9;
}
.item-section__content {
	padding: 16px 35px;	
	line-height: 26px;
	min-height: 301px;
	font-weight: 300;
}
.item-section__content strong {
	font-weight: 400;
}
.title-min {
	font-size: 18px;
	line-height: 29px;
	font-weight: 500;
	text-transform: uppercase;
}
.item-section__content .title-min {
	padding-bottom: 15px;
}
.row_sections {
	margin: 0 -12px;
}
.row_sections > div {
	padding: 0 12px;
	margin-bottom: 24px;
}

.link_ {
	color: #000;
}
.item-review__text {
	position: relative;
	overflow: hidden;
	    transition: all 0.3s;
}
.more-link {
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.03em;
	margin-top: 15px;
	text-transform: uppercase;
	color: #0030AE;
	display: inline-flex;
	font-family: 'Roboto Condensed';
	font-weight: 700;
}
.more-link i {
	margin-left: 15px;
	transition: all 0.3s;
}
.confirm-form {
    padding-top: 30px;
}
.field.title-section {
        color: #13447E;
}
.auth-login .title-section {
        max-width: 538px;
    padding-top: 20px;
    padding-bottom: 85px;
}
.modal-block {
    display: none;
}
.auth-login .subtitle {
    padding-bottom: 30px;
}
#tab_personal3 .title-section {
    font-size: 30px;
    line-height: 35px;
}
#tab_personal3 .image-committee {
    bottom: -80px;
}
.btn-main .icon-main {
    margin-left: 20px;
}
.users_docs-list a {
    display: flex;
    font-size: 18px;
    line-height: 22px;
    color: #0030AE;
    font-family: 'Roboto Condensed';
    font-weight: 700;
}
.users_docs-list a > span {
    margin-right: 20px;
}
.info-ipload {
        padding-bottom: 10px;
            color: #212121;
    display: block;
        text-transform: uppercase;
}
.tab-pane-personal .title-section {
        max-width: 880px;
}