html{
	height: 100%;
	padding:0px;
	margin:0px;
}

body{
	height: 100%;
	padding:0px;
	margin:0px;
	width:100%;
	font-size: 18px;
	line-height: 160%;
	font-family: Inter, sans-serif;
	color: #282B31;

}
.page-preloader{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	background: url(../images/spinner.svg) center center no-repeat rgb(60 60 60 / 30%);
	background-size: 10% auto;
}
footer, nav, header, section, aside, article{
	display: block;
}
.wrapper{
	width: 100%;
	margin: 0 auto;
	max-width: 1432px;
	box-sizing: border-box;
}
th{
	border: 1px solid #D1D1D1;
	padding: 10px;
	border-top: none;
}
tbody{
	border: none;
}
td{
	border: 1px solid #D1D1D1;
	padding: 10px;
}
.ajax-progress-throbber{
	display: none !important;
}
img{
	max-width: 100%;
	height: auto;
}
p{
	margin-top: 0px;
}
a{
	color: #2980bf;
}
h2 a, h3 a, h4 a, .teaser-title a{
	color: #272D4E;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
h1 {
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 55px;
	line-height: 70px;
	color: #272D4E;
}
h2{
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 55px;
	line-height: 70px;
	text-align: center;
	color: #272D4E;
	margin-top: 0;
}
h3{
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 45px;
	color: #272D4E;
}
h4{
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 100%;
	color: #272D4E;
}

header{
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 12px 35px rgba(51, 106, 246, 0.2);
	/*min-height: 114px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}
.region-header{
	width: 100%;
	margin: 0 auto;
	max-width: 1432px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100px;
}
.site-logo {
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}
.site-logo img{
	line-height: 0;
	padding: 20px 0;
}
.menu--main ul{
	padding: 0px;
	margin: 0px;
}
.menu--main li{
	list-style-type: none;
	list-style-image: none;
	display: inline;
	margin: 0 17px;
}
.menu--main li a{
	color: #8f8a99;
	text-decoration: none;

}
.menu--main li.menu-item--active-trail a, .menu--main li a:hover{
	color: #70C217;
}
.menu--main li.menu-item--active-trail a{
	font-weight: 600;
}
.user-avatar img {
    border-radius: 100%;
    width: 88px;
    height: 88px;
    border: 2px solid #70C217;;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}
.mobile-hamburger {
	position: relative;
	width: 26px;
	height: 20px;
	cursor: pointer;
	margin-right: 30px;
	display: none;
}

.mobile-hamburger span,
.mobile-hamburger::before,
.mobile-hamburger::after {
	display: block; 
	width: 100%;
	height: 2px;
	background-color: #70C217;
}
.mobile-hamburger::before {
	content: '';
	top: 9px;
	position: absolute;
}
.mobile-hamburger::after {
	content: '';
	bottom: 0px;
	 position: absolute;
}




.container{
	padding-top: 20px;	
    width: 100%;
	min-height: 77vh;
	overflow: hidden;
}
.container img{
	border-radius: 20px;
}

.region-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 1432px;
}
.title-tabs .wrapper{
	 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.title-tabs .wrapper a{
	font-family: Montserrat;
	font-weight: 600;
	font-size: 40px;
	line-height: 70px;
	color: #898F97;
	text-decoration: none;
}
.title-tabs .wrapper > *:first-child, .contextual-region.title-tabs .wrapper > *:nth-child(2){
	margin-right: 40px;
}

.main{

}
.has-sidebar-first .main{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	max-width: 1432px;
}
.sidebar-first{
	width: 20%;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 100px;
}

.mobile-filters{
	color: #70C217;
	background: url(../images/filters.png) left center no-repeat;
	padding-left: 30px;
	cursor: pointer;
	margin: 20px 0;
	position: relative;
	display: none;
	font-weight: bold;
	font-size: 16px;
}
.open .mobile-filters::after{
	background: #70C217;
    border-radius: 100%;
    text-align: center;
	height: 26px;
	width: 26px;
	line-height: 26px;
	content: "\00D7";
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
}

input[data-drupal-selector="edit-keys"]{
	background: url(../images/search.png) 15px center no-repeat;
	padding-left: 40px;
    margin-bottom: 20px;
}

.sidebar-first .bef-exposed-form .form--inline > .form-item{
	float: none;
}
.sidebar-first .fieldset-legend{
	font-size: 20px;
	line-height: 30px;
}
.bef-slider.ui-widget-content{
	background: #EBEBEB;
	border-radius: 12px;
	border: none;
	height: 6px;
	margin: 15px 0;
}
.ui-slider-horizontal .ui-slider-range{
	background: #70C217;
}
.ui-slider .ui-slider-handle{
	background: #FFFFFF;
	border: 1px solid #D1D1D1;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 100%;
	width: 18px;
	height: 18px;
	top: -7px;
}
.js-min-max-slider{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -7px;
}
.sidebar-first .js-min-max-slider >div {
	margin: 0 7px;
}
.separator{
	color: #A9A9A9;
}

.sidebar-first .button{
    min-width: auto;
	font-size: 15px;
}
.sidebar-first .views-exposed-form .form-actions .button + .button{
	padding: 0;
}






.has-sidebar-first .layout-content {
	width: 78%;
}
.layout-content .block{
	margin-bottom: 100px;

}
.layout-content .block-local-tasks-block{
	margin-bottom: 0;
}
#block-viewssortblock{
	margin-bottom: 0;
	text-align: right;
}
#add-views-sort{
	display: inline-block;
	background: #F9F9F9;
	border: 1px solid #D1D1D1;
	box-sizing: border-box;
	border-radius: 12px;
}
#add-views-sort label{
	display: inline-block;
	padding: 0 15px;
	margin: 10px 0;
	border-right: 1px solid #D1D1D1;
	font-size: 14px;
}
#add-views-sort select{
	display: inline-block;
	border: none;
	background: none;
	width: auto;
	font-weight: 600;
	font-size: 13px;
	padding: 10px 15px;
}
.view-content, .view-content .views-infinite-scroll-content-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px -1%;
}
.view-content .views-infinite-scroll-content-wrapper{

}
.views-row{
	width: 31.3%;
	margin: 44px 1% 20px 1%;
	background: #FFFFFF;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
	border-radius: 22px;
	text-align: center;
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
}
.views-row article{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*.views-row article > div{
	width: 100%;
}*/
.views-row article .ajax-read-more{
    margin-top: auto;
}

img.image-style-round-88px, .owner-avatar {
    border-radius: 100%;
	background: #fff;
	width: 88px;
	height: 88px;
	display: inline-block;
}
.owner-avatar img, .user-picture{
    border-radius: 100%;
}

.title-text-image{
    border-radius: 100%;
	background: #9B6565;
	width: 88px;
	height: 88px;
	color: #fff;
	letter-spacing: -0.03em;
	font-size: 30px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin: 0 auto 5px auto;
}
.views-row img.image-style-round-88px, .views-row .owner-avatar, .views-row .title-text-image {
	margin-top: -44px;
}
.teaser-title{
	letter-spacing: -0.03em;
	font-weight: 600;
	font-size: 22px;
	line-height: 100%;
	margin: 5px 0;
}
.teaser-strong{
	letter-spacing: -0.03em;
	font-weight: 600;
	line-height: 100%;
	margin: 5px 0;
}
.teaser-gray{
	font-weight: 600;
	letter-spacing: -0.03em;
	color: #898F97;
	line-height: 110%;
	margin: 5px 0;
}
.comments-count.teaser-gray{
	font-weight: 500;
	letter-spacing: normal;
	background: url(../images/comments.png) no-repeat left center;
	display: inline-block;
	padding-left: 30px;
}

.teaser-text{
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	margin: 5px 0;
}
.teaser-text-gray{
	color: #94A2B3;
	text-align: left;
	margin: 5px 0;
}
.mastermind-count{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 20px 0 15px 0;
}
.mastermind-count div{
	text-align: left;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -0.03em;
	color: #000;
}
.mastermind-count .field__label{
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -0.03em;
	color: #535353;
}
.more-link{
	text-align: center;
}
.button, .more-link a{
	background: #70C217;
	border-radius: 60px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
    padding: 16px 30px;
    min-width: 216px;
	width: auto;
    text-align: center;
    margin: 10px 0;
    box-sizing: border-box;
	border: none;
	cursor: pointer;
	font-size: 18px;
	font-family: Inter, sans-serif;
}
.type-edit{
	padding: 10px;
	background: #ccc;
}
.button:hover, .more-link a:hover{
	opacity: 0.7;
}
.button + .button{
	margin: 10px;
}
.button-reset{
	background: none;
	color: #A9A9A9;
	font-weight: bold;
	padding: 16px;
}

.pager__items{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}
.pager__item{
	padding: 5px 10px 5px 0;
}
.pager a{
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	color: #535353;
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 100px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	width: 60px;
	height: 60px;
}
.pager a:hover{
	background: #eee;
}
.pager .is-active a{
	background: #70C217;
	border: 1px solid #70C217;
	color: #fff;
}
.pager__item--last a, .pager__item--first a, .pager__item--next a, .pager__item--previous a{
	width: 125px;
}
footer{
	background: #70C217;
	width: 100%;
	color: #FFFFFF;
}
.region-footer{
	width: 100%;
	margin: 0 auto;
	max-width: 1432px;
	padding: 30px 0;

}
.region-footer a, .region-footer .span-link{
	color: #FFFFFF;
	text-decoration: none;
}
.block-footer-block .wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-links a{
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 30px;
	height: 19px;
	margin-right: 10px;
	vertical-align: middle;
}
.twitter{
	background-image: url(../images/twitter.png);
}
.vk{
	background-image: url(../images/vk.png);
}
.telegram{
	background-image: url(../images/telegram.png);
}

/* front */
body.path-frontpage{
	background: url(../images/S.png) 99% 20px, linear-gradient(180deg, #CBFFA2 0%, rgba(203, 255, 161, 0.262661) 83.7%, rgba(203, 255, 161, 0) 100%) left 50px;
	background-repeat: no-repeat;
}
.top-block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 100px;
	/*background: url(../images/bg1.png) 97% 15px, url(../images/bg2.png) 70% 87%;
	background-repeat: no-repeat;*/
}
.top-block .left{
	width: 40%;
	color: #94A2B3;
}
.top-block h1{
	margin-top: 0;
	font-weight: bold;
	font-size: 85px;
	line-height: 95px;
}
.top-block .button + a{
	color: #686868;
	display: inline-block;
}
.inline-elements, .views-exposed-form .form-actions, .field--name-field-work-experience-reference .ief-entity-operations{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.inline-elements > *, .inline-elements .button, .views-exposed-form .form-actions > *, .field--name-field-work-experience-reference .ief-entity-operations > *{
	margin: 10px;
}
.top-block .right{
	width: 51%;
	position: relative;
}
.top-block .right::before{
	content: "";
	display: block;
	width: 251px;
	height: 190px;
	position: absolute;
	top: -82px;
    right: 25px;
	background: url(../images/bg1.png) center center no-repeat;
	z-index: 0;	
    background-size: contain;
}
.top-block .right::after{
	content: "";
	display: block;
	width: 553px;
	height: 251px;
	position: absolute;
    left: -82px;
	bottom: 31px;
	background: url(../images/bg2.png) center center no-repeat;
	z-index: 0;	
    background-size: contain;
}

.block-project-resumes-non-auth-block h2{
	text-align: left;
	font-size: 36px;
    line-height: 44px;
}
.block-project-resumes-non-auth-block .view-content{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}
.block-project-resumes-non-auth-block  .views-row{
	width: 50%;
	position: relative;
}
.block-project-resumes-non-auth-block  .views-row:nth-child(2){
	position: absolute;
}
.block-project-resumes-non-auth-block .front-projects, .block-project-resumes-non-auth-block .front-resumes{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.block-project-resumes-non-auth-block .front-projects > div, .block-project-resumes-non-auth-block  .front-resumes > div{
	width: 50%;
	box-sizing: border-box;
}
.front-projects .left h2, .front-resumes .right h2, .front-projects .left .more-link, .front-resumes .right .more-link{
	display: none;
}
.front-projects .right{
	padding: 0 15% 0 40px;
}
.front-resumes .left{
	padding: 0 40px 0 15%;
}
.block-project-resumes-non-auth-block .front-projects .views-row:nth-child(2){
	right: 20px;
}
.block-project-resumes-non-auth-block .front-resumes .view-content{
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.block-project-resumes-non-auth-block .front-resumes .views-row:nth-child(2){
	left: 20px;
}

.front-vacancies{
	margin-top: 80px;
}

#block-mastermindnonauthblock{
	background: url(../images/foto.png) 35% center no-repeat #CBFFA1 ;
	padding: 100px 0 300px 0;
}
#block-mastermindnonauthblock .wrapper{
	max-width: 730px;
	position: relative;
}
#block-mastermindnonauthblock .wrapper::before{
	content: "";
	display: block;
	width: 473px;
	height: 214px;
	position: absolute;
	top: 45%;
    right: -127px;
	background: url(../images/bg3.png) center center no-repeat;
	z-index: 0;	
    background-size: cover;
}
#block-mastermindnonauthblock .wrapper::after{
	content: "";
	display: block;
	width: 473px;
	height: 214px;
	position: absolute;
	left: -125px;
    bottom: -75px;
	background: url(../images/bg4.png) center center no-repeat;
	z-index: 0;	
    background-size: cover;
}
#block-mastermindnonauthblock .text{
	background: #FFFFFF;
	box-shadow: 0px 18px 52.8537px rgba(215, 228, 249, 0.5);
	border-radius: 20px;
	padding: 20px 80px 30px 80px;
	color: #94A2B3;
	text-align: center;
	font-size: 26.7px;
	line-height: 39px;
	margin-top: 100px;
	z-index: 1;
	position: relative;
	
}




.view-news .views-row, .view-conferences  .views-row, .view-conference-videos .views-row{
	margin: 0 1% 20px 1%;
	background: none;
	box-shadow: none;
	border-radius: 0;
	text-align: left;
	padding: 0;

}
.view-news .views-row article, .view-conferences  .views-row article, .view-conference-videos .views-row article {
    -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.field--name-field-tags .field__item{
	background: #70C217;
	border-radius: 20px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 3px 20px;
	margin: 10px 10px 10px 0;
}

.view-news .color-green{
	padding: 0;
	background: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #70C217;
	vertical-align: middle;
	min-width: auto;
}
.view-news .color-green::after{
	content: ">";
	display: inline-block;
	margin: 0 5px;
}



/* conference */
body.path-conferences,  body.page-node-type-conference{
	background: linear-gradient(180deg, #CBFFA2 0%, rgba(203, 255, 161, 0.262661) 83.7%, rgba(203, 255, 161, 0) 100%);
	background-repeat: no-repeat;
}
/*.path-conferences h2{
	text-align: left;
}*/
.view-display-id-block_future .views-row{
	width: 100%;
	margin-top: 30px;
}
.view-display-id-block_future .node{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.page-node-type-conference .block-system-main-block .node--type-conference{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 80px;
}

.node--type-conference .left{
	width: 40%;
	color: #94A2B3;
}
.node--type-conference .left h2{
	text-align: left;
}
.node--type-conference .right{
	width: 51%;
}

.node--type-conference .field--name-field-conference-state{
	font-size: 22px;
	line-height: 26px;
	color: #70C217;
	margin-bottom: 15px;
}
.node--type-conference h1 {
	margin-top: 0;
}
.node--type-conference .left .field--name-field-date-start{
	font-size: 22px;
	line-height: 25px;
	color: #282B31;
	margin: 20px 0;
	background: url(../images/date.png) left center no-repeat;
	line-height: 29px;
	padding-left: 41px;
}
.about-conference{
	width: 100%;
	margin-top: 80px;
}
.view-conferences .js-pager__items{
	padding: 0;
	text-align: center;
}
.block-master-mind-non-auth-block, .block-resumes-vacancies-auth-block, .block-views-blockconference-videos-block-2, .block-views-blockconference-videos-block-1{
	background: #CBFFA1;
	position: relative;
	padding: 80px 0;
	overflow: hidden;
}
.block-master-mind-non-auth-block::before, .block-resumes-vacancies-auth-block::before, .block-views-blockconference-videos-block-2::before, .block-views-blockconference-videos-block-1::before {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	left: 0px;
	width: 100%;
	height: 40px;
	background: #fff;
	border-radius: 100%;
}
.block-master-mind-non-auth-block::after, .block-resumes-vacancies-auth-block::after, .block-views-blockconference-videos-block-2::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0px;
	width: 100%;
	height: 40px;
	background: #fff;
	border-radius: 100%;
}
.block-master-mind-non-auth-block .more-link a, .block-resumes-vacancies-auth-block .more-link a, .block-views-blockconference-videos-block-2 .more-link a, .block-views-blockconference-videos-block-1 .more-link a{
	background: #FFFFFF;
	box-shadow: 0px 9px 20px -3px rgba(120, 84, 247, 0.33);
	border-radius: 60px;
	color: #70C217;
}
#block-views-block-conference-videos-block-1{
	margin-bottom: 0;
}
.view-conference-videos form{
	text-align: center;
}
.view-conference-videos .view-filters fieldset.fieldgroup{
	float: none;
    margin: 0 auto;
}
.view-conference-videos .view-filters .form-item{
	display: inline-block;
	margin-right: 20px;
}
.view-filters input[type="checkbox"] + label::before{
	display: none;
}
.view-filters input[type="checkbox"] + label{
	background: #FFFFFF;
	border-radius: 12px;
	color: #898F97;
	padding: 10px 20px;
	vertical-align: middle;
	font-weight: 600;
}
.view-filters input[type="checkbox"]:checked + label{
	color: #70C217;
}
.view-filters input[type="checkbox"]:checked + label::after{
	content: "\00D7";
	display: inline-block;
	margin-left: 10px;
	color: #C8DEB3;
	font-weight: normal;
}
.view-conference-videos .field--name-field-tags .field__item{
	background: #FFFFFF;
	border-radius: 12px;
	color: #70C217;
	padding: 2px 10px;
}
.block-views-blockconferences-block-other .wrapper{
	position: relative;
}
.block-views-blockconferences-block-other h2{
	text-align: left;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 50px;
}
.block-views-blockconferences-block-other .view-header a{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 20px;
	line-height: 23px;
	color: #272D4E;
	font-family: Montserrat, sans-serif;
    font-weight: 600;
	text-decoration: none;
}
.block-views-blockconferences-block-other .view-header a::after{
	content: ">";
	display: inline-block;
	color: #6A983C;
	margin-left: 10px;
	vertical-align: middle;

}

/* profile */
.ui-widget{
	font-family: Inter, sans-serif;
}
.profile{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.profile .left{
	text-align: center;
	padding-top: 30px;
	width: 280px;
	min-width: 280px;
}
.profile .right{
    flex-grow: 2;
    margin-left: 70px;
}
.info-left, .info-rigth{
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
.info-left > label, .info-rigth > label{
	margin-bottom: 20px;
    display: block;
}
.edit-profile{
	text-align: right;
}
.profile .views-row:first-child{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.add-new{
	margin: auto;
	font-weight: 600;
	font-size: 22px;
	line-height: 126%;
	text-align: center;
	letter-spacing: -0.03em;
	color: #898F97;
	padding: 20px;
}
}
.add-new span{
	cursor: pointer;
}
.span-link{
  cursor: pointer;
  text-decoration: underline;
}
.add-new span::before{
	content: "+";
	display: block;
	margin: 0 auto 25px auto;
	font-size: 56px;
	line-height: 59px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	background: #E1E1E1;
	width: 66px;
	height: 66px;
	border-radius: 100%;
}



/* ui-dialog */
.ui-dialog.ui-widget-content{
	background: #FFFFFF;
	box-shadow: 0px 33.3936px 50.0903px rgba(167, 209, 233, 0.45);
	border-radius: 17px;
	max-width: 90%;
	/*max-height: 95%;*/
	padding: 0;
	font-family: Inter, sans-serif;
}
.ui-dialog .ui-dialog-titlebar{
	border: none;
	background: none;
	padding: 0;
}
.ui-dialog .ui-dialog-titlebar-close{
	right: 18px;
    top: 10px;
	width: 48px;
    margin: 0;
    padding: 0;
    height: 48px;
    z-index: 1300;
	background: #70C217;
	border-radius: 100%;
	text-align: center;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon::before{
	content: "\00D7";
	display: inline-block;
	font-size: 29px;
	color: #CBFFA1;
	font-weight: bold;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon{
	background: none;
	text-indent: 0;
	margin-top: -16px;
    margin-left: -8.5px;
	width: auto;
    height: auto;
}
.ui-dialog .ui-dialog-content{
	padding: 0;
}
.mCSB_inside > .mCSB_container{
	margin-right: 0 !important;
}
.modal-title{
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	text-align: center;
	border-radius: 17px 17px 0 0;
	padding: 30px;
	background: url(../images/bg5.png) 13px 16px, url(../images/bg6.png) 99% 80%, #CBFFA1;
	background-repeat: no-repeat;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
	letter-spacing: -0.03em;
	color: #535353;
	min-width: 700px;
}
.node--type-news .modal-title{
	background: url(../images/bg5.png) 13px 16px no-repeat #CBFFA1;
}
.modal-title .field--name-field-image{
	text-align: center;
}
.modal-title .node-title{
	font-size: 26px;
	line-height: 31px;
	color: #282B31;
}
.modal-title .field--type-link a{
	background: #FFFFFF;
	border-radius: 30px;
	font-size: 26px;
	text-align: center;
	letter-spacing: -0.03em;
	color: #70C217;
	text-decoration: none;
	padding: 15px 40px;
	margin-top: 20px;
    display: inline-block;
}
.modal-content{
	padding: 25px 50px 50px 50px;
}
.about-wrapper .field{
	margin: 20px 0;
}
.modal-content a{
	color: #2980bf;
}
.modal-form-title{
	text-align: center;
	font-size: 25px;
	line-height: 40px;
	color: #000;
	font-weight: bold;
	padding: 25px 25px 0 25px;
}
.ui-dialog .ui-dialog-content .form-actions {
    text-align: center;
}
.ui-dialog .ui-dialog-content .form-actions {
	margin-bottom: 40px;
}
.view-empty{
	padding: 100px;
	text-align: center;
}

.ui-dialog .fieldset-legend{
	font-weight: normal;
}
.ui-dialog .view-content{
	padding: 25px;
	box-sizing: border-box;
}
.ui-dialog  form .title-text-image{
	margin: 0;
}
.inline-entity-form-wrapper{	
	max-width: 100%;
	overflow-x: auto;
	padding-bottom: 20px;
}

.os-host-overflow>.os-padding {
    border-radius: 17px;
}
.os-scrollbar-vertical {
    right: 5px;
}
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
    top: 70px;
    bottom: 10px;
}
.os-theme-dark>.os-scrollbar>.os-scrollbar-track, .os-theme-light>.os-scrollbar>.os-scrollbar-track{
	background: #F5F5F5;
}
.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle, .os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle{
	background: #70C217
}


/* comments */
.comment{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}
.indented{
	margin: 0;
}
.comment__meta{
	width: 150px;
	text-align: center;
	margin-right: 20px;
    min-width: 150px;
}
.comment__meta img{
	border-radius: 100%;
}
.comment .content{
	min-width: 20%;
}
.field--name-comment-body{
	color: #7d7d7d;
}
.comment .created{
	font-size: 14px;
	line-height: 160%;
	color: #898F97;
	text-align: right;
}
.comment-form-user-picture{
	float: left;
}
.comment-form {
	margin-left: 100px;
}
.comment-form textarea{
	height: 88px;
}


/* form */

input, select, textarea, input.password-confirm, .password-field, .password-strength, .password-confirm-match{
	background: #F9F9F9;
	border: 1px solid #D1D1D1;
	box-sizing: border-box;
	border-radius: 12px;
	width: 100%;
	padding: 15px;
	font-family: Inter, sans-serif;
}
.confirm-parent, .password-parent{
	max-width: 100%;
}
input[type="checkbox"], input[type="radio"]{
    display: none;
}
input[type="checkbox"] + label, input[type="radio"]  + label{
	cursor: pointer;
}
input[type="checkbox"] + label::before, input[type="radio"]  + label::before{
    content: "";
    border: 1.5px solid #D1D1D1;
    height: 17px;
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}
input[type="checkbox"]:checked + label::before {
    content: "\2714";
    color: #FDFDFD;
    text-align: center;
    line-height: 17px;
    background: #70C217;
    border: 1.5px solid #70C217;
	vertical-align: middle;
}
input[type="radio"]  + label::before{
	border-radius: 100%;
}
input[type="radio"]:checked  + label::before{
    content: "";
	border: 7px solid #70C217;
	height: 6px;
    width: 6px;
}
.description{
	color: #94A2B3;
}
.field--label-inline .field__label, .field--label-inline .field__items , .field--label-inline .field__label + .field__item {
    float: none;
    vertical-align: middle;
    display: inline-block;
}
.form--inline .form-item{
	margin: 10px 0;
}


*:focus-visible {
	outline: none;
}

#inline-entity-form-field_work_experience_reference-form summary{
	display: none;
}
details, details > .details-wrapper{
	padding: 0;
	margin: 0;
	border: none;
}
fieldset{
	padding: 0;
	margin: 0;
	border: none;
}
.details-wrapper > fieldset{
	margin: 0;
}
.fieldset-wrapper h4{
	color: #D1D1D1;
	font-weight: normal;
	font-size: 14px;
}
.ief-entity-operations input.button, .ief-entity-table input.button, .image-widget-data input.button{
	background: #ccc;
	padding: 10px;
	min-width: 150px;
}
.field--name-field-work-experience-reference .ief-entity-operations > *{
	flex-grow: 1;
}
.tabledrag-toggle-weight{
	display: none;
}
.field--name-field-site .description{
	display: none;
}
.field--type-datetime .container-inline{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.field--type-datetime .container-inline > div+div{
	margin-left: 10px;
}



/* login-form */
form.user-login-form, form.user-pass, form.user-register-form{
	padding: 25px 50px 50px 50px;
	text-align: center;
	background: #CBFFA1;
	border-radius: 17px;
}
form.user-login-form input, form.user-pass input, form.user-register-form input{
	border-radius: 100px;
	width: 100%;
}
.form-item-pass .description{
	text-align: right;
	margin-top: 10px;
}
.login-wrapper{
	margin-top: 30px;
}
.login-wrapper a{
	border-radius: 100px;
	text-decoration: none;
	text-align: center;
	padding: 12px;
	display: block;
	vertical-align: middle;
	margin: 15px 0;
}
a.login-vk{
	color: #CBFFA1;
	background: #4D7198;
}
a.login-google{
	color: #000;
	background: #fff;
}
a.login-fb{
	color: #CBFFA1;
	background: #3B5998;
}


@media only screen and (max-width: 1630px){
	#block-mastermindnonauthblock {background-size: contain;}
	#block-mastermindnonauthblock .wrapper::before{right: -43px;}
	#block-mastermindnonauthblock .wrapper::after{left: 50px;}
	
}

@media only screen and (max-width: 1480px){
	.wrapper{padding-left: 30px; padding-right: 30px; box-sizing: border-box;}
	.top-block .right::after{display: none;}
	.sidebar-first { width: 26%;}
	.has-sidebar-first .layout-content { width: 74%;}
	.profile .right{ margin-left: 10px;}
}
@media only screen and (max-width: 1230px){
	.menu--main li {  margin: 0 8px;}
	.user-avatar img { width: 66px; height: auto;}	
	.top-block h1 {  font-size: 55px; line-height: 75px;}
	.button, .more-link a, .view-news .color-green, .ief-entity-operations input.button, .ief-entity-table input.button, .image-widget-data input.button{min-width: auto; font-size: 16px; line-height: 21px;}
	.front-projects .right{padding-right: 0}
	.front-resumes .left{padding-left: 0;}
	#block-mastermindnonauthblock{background: #CBFFA1; padding-bottom: 195px;}
	
}
@media only screen and (max-width: 980px){
	body{font-size: 16px; line-height: 160%;}
	h1, .top-block h1{font-size: 35px; line-height: 43px;}
	h2{	font-size: 33px; line-height: 40px;}
	h3{	font-size: 28px; line-height: 33px;}
	h4, .teaser-title, .modal-title .field--type-link a, #block-mastermindnonauthblock .text, .add-new{	font-size: 20px; line-height: 100%;}
	.menu--main{display: none;	}
	.mobile-hamburger, .top-block .right::after { display: block; }
	.region-header.open{}
	.region-header.open .menu--main{  display: block; border-radius: 0 0 24px 24px; left: 0px; top: 100px; position: absolute; width: 100%; background: #fff; z-index: 50; border-bottom: 2px solid #70C217;}
	.region-header.open .menu--main li a{text-align: center; display: block; font-size: 17px;}
	.top-block{-ms-flex-wrap: wrap;flex-wrap: wrap; padding-top: 50px;}
	.top-block .left, .node--type-conference .left{ width: 100%;}
	.top-block .right, .node--type-conference .right{ width: 100%; padding-top: 20px;}
	.top-block .right::before{top: -67px;  right: -21px;}
	.view-display-id-block_future .node, .page-node-type-conference .block-system-main-block .node--type-conference{-ms-flex-wrap: wrap;flex-wrap: wrap; margin-top: 10px; }
	.title-tabs .wrapper a{font-size: 26px;  line-height: 43px;}
	.title-tabs .wrapper > *:first-child, .contextual-region.title-tabs .wrapper > *:nth-child(2){ margin-right: 15px;}
	.has-sidebar-first .main, .block-footer-block .wrapper, .block-project-resumes-non-auth-block .front-resumes, .profile, .field--type-datetime .container-inline {-ms-flex-wrap: wrap;flex-wrap: wrap;}
	.sidebar-first, .has-sidebar-first .layout-content, .profile .left { width: 100%;}
	.sidebar-first {margin-bottom: 30px; max-width: 530px;}
	.mobile-filters, .sidebar-first .open form{display: block;}
	.sidebar-first form{display: none;}
	.block-project-resumes-non-auth-block .front-projects{-ms-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;}
	.block-project-resumes-non-auth-block .front-projects > div, .block-project-resumes-non-auth-block .front-resumes > div { width: 100%; padding: 0;}
	#block-mastermindnonauthblock .text{padding: 20px; margin-top: 33px;}
	#block-mastermindnonauthblock .wrapper::before{display: none;}
	#block-mastermindnonauthblock .wrapper::after{ width: 303px; left: 25px;}
	.profile .right  { width: 100%; margin: 20px 0;}
	
}
@media only screen and (max-width: 900px){
	.views-row { width: 48%;}
	.button, .more-link a, .modal-title .field--type-link a{padding: 10px 25px;}
	input, select, textarea, input.password-confirm, .password-field, .password-strength, .password-confirm-match{padding: 11px;}
	.ui-dialog .ui-dialog-titlebar-close{width: 36px; height: 36px;}
	.modal-title{min-width: 200px; background: url(../images/bg5.png) -192px 16px, url(../images/bg6.png)  99% 115%, #CBFFA1; background-repeat: no-repeat;}
	.login-wrapper a {padding: 8px;}
	.edit-profile{text-align: center;}
	.block-footer-block .wrapper{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
	.block-footer-block .wrapper > div {padding: 10px; text-align: center;}
}
@media only screen and (max-width: 600px){
	body.path-frontpage { background: url(../images/Sm.png) right 100px, linear-gradient(180deg, #CBFFA2 0%, rgba(203, 255, 161, 0.262661) 83.7%, rgba(203, 255, 161, 0) 100%) left 50px; background-repeat: no-repeat;}
	.wrapper{padding-left: 20px; padding-right: 20px;}
	.mobile-hamburger {margin-right: 20px;}
	.title-tabs .wrapper h1{ margin-top: 10px; margin-bottom: 10px;}
	.top-block {padding-top: 20px;}
	.top-block .right::before { top: -44px; right: -13px; width: 152px; height: 134px;}
	.top-block .right::after{width: 320px; height: 163px; left: -117px; bottom: 12px;}
	.views-row, .block-project-resumes-non-auth-block .views-row, .block-project-resumes-non-auth-block .views-row { width: 100%;}
	.block-project-resumes-non-auth-block .views-row:nth-child(2), .block-project-resumes-non-auth-block .front-resumes .views-row:nth-child(2){position: relative; left: 0; right: 0;}
	.pager a{width: 40px; height: 40px;}
	.pager__item--last a, .pager__item--first a, .pager__item--next a, .pager__item--previous a { width: 125px;}
	.view-empty {  padding: 25px;}
	.block-views-blockconferences-block-other h2{margin-bottom: 20px;}
	.block-views-blockconferences-block-other .view-header a{position: relative; color: #70c217;}
	.ui-dialog.ui-widget-content{max-width: 100%;}
	.modal-title{padding: 30px 20px;}
	.modal-content, form.user-login-form, form.user-pass, form.user-register-form { padding: 25px;}
	.comment{-ms-flex-wrap: wrap;flex-wrap: wrap;}
	.comment__meta{min-width: auto; width:100%; display: -webkit-box; display: -ms-flexbox; display: flex; text-align: left; -webkit-box-align: center;-ms-flex-align: center;align-items: center;}
	.comment__meta img{width: 60px; height: 60px;}
	.comment-form-user-picture{display: none;}
	.comment-form{margin-left:0;}
	.info-left, .info-rigth{width: 100%;}
	.info-rigth{margin-top: 20px;}
	
	
}
@media only screen and (max-width: 450px){
	.block-mentor-user-login-block .wrapper{padding-left: 0;}
	.region-header .button{padding: 10px 15px;}
	img.image-style-round-88px, .owner-avatar, .title-text-image{width: 60px; height: 60px;}
	.views-row img.image-style-round-88px, .views-row .owner-avatar, .views-row .title-text-image{margin-top: -30px;}
	.modal-title{background: url(../images/bg5.png) -187px 10px, url(../images/bg6.png) 110% 115%, #CBFFA1; background-size: 86%, 25%; background-repeat: no-repeat;}
}
@media only screen and (max-width: 350px){
	#add-views-sort label{display: none;}
}

#block-views-block-moi-proekty-na-moderacii-block-1 h2{
	font-size: 30px;
}

.view-jobs .node-title{
	padding-top: 1em;
}