:root {
	--black: #0d0d0d;
	--white: #fff;
	--green: #03a688;
	--light-green: #50bfab;
	--blue: #068bbf;
}
/*---------------------------------HOVERS--------------------------------------------*/
.btn,
.btn-white,
.project_more,
.tab-nav ul li,
.project_more > svg path,
.socials ul li,
.select,
.social-icon > svg path {
	transition: background 0.3s ease 0s, background-color 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s, box-shadow 0.3s ease 0s, stroke 0.3s ease 0s, fill 0.3s ease 0s;
}
.btn:hover {
	color: var(--white);
	background-color: var(--green);
}
.btn-white:hover {
	color: var(--green);
	background-color: var(--white);
}

.project_more:hover {
	background-color: var(--green);
}
.project_more:hover > svg path {
	stroke: var(--white);
}

.article_more,
.topic_more {
	position: relative;
}
.article_more::before,
.topic_more::before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	display: block;
	margin-top: 5px;
	top: 12px;
	right: 0;
	background: var(--green);
	transition: width 0.3s ease;
	-webkit-transition: width 0.3s ease;
	border-radius: 10px;
}
.article_more:hover::before,
.topic_more:hover::before {
	width: 100%;
	left: 0;
	background: var(--green);
}

.footer_inner li a:hover {
	text-decoration: underline;
	color: var(--white);
}

.tab-nav ul li:hover,
.pagination ul li a:hover,
.research-pane_btn a:hover,
.filter_action a:hover {
	background-color: var(--green);
	color: var(--white);
}
.tab-nav ul li:hover span {
	color: inherit;
}

.pagination ul li a:hover {
	border: 1px solid var(--green);
}
.pagination ul .more a:hover {
	background-color: transparent;
	color: inherit;
	border: none;
}
.pagination ul .arrow a:hover {
	background-color: transparent;
	border: none;
}

.input.input-search:focus,
.calendar input:focus,
.select:hover {
	box-shadow: 0px 0px 2px #03a688 inset;
}
.module__check:hover .text,
.module__radio:hover .text {
	color: var(--green);
}
.module__check:hover .check,
.socials ul li:hover,
.universities__img:hover,
.module__radio:hover .check,
.plyr:hover .plyr__poster:after {
	box-shadow: 0 0 5px rgb(3 166 136 / 32%), 0 1px 2px rgb(47 72 88 / 32%);
}

.info-content p a:hover {
	color: var(--blue);
}

.topic_authors a:hover {
	color: var(--green);
}

.topic_heading-title a:hover {
	text-decoration: underline;
}

.plyr {
	cursor: pointer;
}
.plyr:hover .plyr__poster:after {
	background: rgba(3, 166, 136, 0.7) url("data:image/svg+xml,%3Csvg width='27' height='30' viewBox='0 0 27 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 13.2679C27.3333 14.0377 27.3333 15.9622 26 16.732L3.5 29.7224C2.16667 30.4922 0.499999 29.53 0.499999 27.9904L0.5 2.00962C0.5 0.470019 2.16667 -0.492234 3.5 0.277567L26 13.2679Z' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat 24px center;
}

.search-form__item:focus-within::before {
	border: 1px solid var(--green);
}

.social-icon_fb:hover > svg path {
	fill: #1877f2;
}
.social-icon_inst:hover > svg path {
	fill: #050000;
}
.social-icon_tw:hover > svg path {
	fill: #1ca0f1;
}
.social-icon_yt:hover > svg path {
	fill: #ff0101;
}
/*---------------------------------/HOVERS-------------------------------------------*/

/*---------------------------------HEADER SEARCH-------------------------------------*/
header .container {
	position: relative;
}
header nav {
	position: relative;
	z-index: 6;
}
.search-form__item {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 0 5px rgb(212 209 205 / 30%);
	box-shadow: 0 0 5px rgb(212 209 205 / 30%);
	position: absolute;
	width: 96%;
	left: 2%;
	top: -100%;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 10px;
}
.search-form._active .search-form__item {
	opacity: 1;
	top: 110%;
	visibility: visible;
}
.search-form__item::before {
	z-index: -1;
	content: "";
	opacity: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: var(--white);
	box-shadow: 0 0 5px rgb(3 166 136 / 32%), 0 1px 2px rgb(47 72 88 / 32%);
	border: 1px solid transparent;
}
.search-form__btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 45px;
	height: 45px;
	font-size: 15px;
	color: #333;
}
.search-form__input {
	font-size: 16px;
	width: 100%;
	padding: 13.5px 20px 13.5px 0;
	color: #616161;
	background-color: transparent;
	color: var(--black);
}
/*---------------------------------/HEADER SEARCH------------------------------------*/

.students {
}

.students .promo-content-block {
	padding: 0px 0px 0px 0px;
}

.students .section_more .btn {
	padding: 12.5px 22.9px 10.5px;
}

.students .section {
	padding: 100px 0px;
}

.students .research-students {
	padding: 0px 0px 100px 0px;
}

.students .section_more {
	margin: 50px 0px 0px 0px;
}

.students .publications-students {
	background-color: #fbfbfb;
}

.students .promo-content-slogan {
	padding: 0px 0px 0px 0px;
}
/*-----------------------------------------------------------------------------------*/
.students__header {
	background: url("../img/pictures/for-students-header.jpg") no-repeat center top / cover;
}
/*-----------------------------------------------------------------------------------*/
.promo-content__universities {
}

.universities {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
	-ms-grid-columns: repeat(auto-fill, minmax(170px, 1fr));
	row-gap: 50px;
	column-gap: 35px;
}

.universities__figure {
	display: flex;
	flex-direction: column;
}

.universities__img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	padding: 25px;
	box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
	border-radius: 10px;
}

.universities__img:not(:last-child) {
	margin: 0px 0px 20px 0px;
}

.universities__img img {
	max-width: 100%;
}

.universities__figcaption {
	text-align: center;
	font-weight: 600;
	font-size: 17px;
	line-height: 24px;
	color: #0d0d0d;
}
/*-----------------------------------------------------------------------------------*/
.publications-students .container {
	max-width: 1026px;
}
/*-----------------------------------------------------------------------------------*/
.section-blog_inner-4.section {
	padding: 100px 0;
}
/*-----------------------------------------------------------------------------------*/
.footer_social-icons {
	display: flex;
}
/*-----------------------------------------------------------------------------------*/
.research-result {
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.research-result_item {
	margin: 0px 5px 5px 0px;
}
/*-----------------------------------------------------------------------------------*/
