body {
	background: #fff;
}

header {
	background: url('img/header.jpg') center no-repeat;
	background-size: cover !important;
	width: 100%;
	height: 100vh;
	position: relative;
	display: grid !important;
	grid-template-rows: 86px 1fr;
	margin-bottom: 30px;
}


.logo {
	background: url(img/logo.svg) no-repeat;
	width: 436px;
	height: 43px;
	background-size: contain !important;
	position: relative;
	display: table;
}

.header-main {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header-main::before {
	content: '';
	display: table;
	width: 100%;
	height: 33px;
	background: url('img/head-separator.svg') repeat-x;
	background-size: cover !important;
	position: absolute;
	left: 0;
	top: 0;
}
.header-main::after {
	content: '';
	display: table;
	width: 100%;
	height: 33px;
	background: url('img/head-separator.svg') repeat-x;
	background-size: cover !important;
	position: absolute;
	left: 0;
	bottom: 0;
}

.clip2 {
	background: url('img/clip2.png') no-repeat;
	width: 140px;
	height: 121px;
	position: absolute;
	right: -90px;
	top: 39px;
}

.clip3 {
	background: url('img/clip3.png') no-repeat;
	width: 400px;
	height: 126px;
	margin-top: 67px;
}

.two-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.edod {
	color: #000;
	font-weight: 500;
	font-size: 80px;
	line-height: 140%;
	text-align: left;
	width: fit-content;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	position: relative;
}
.edod::before {
	content: '';
	display: inline-block;
	background: url('img/clip1.png') no-repeat;
	width: 127px;
	height: 103px;
	vertical-align: -17px;
	margin-right: 38px;
}


.prof-ambassador {
	background: url('img/prof-ambassador.svg') no-repeat;
	background-size: contain;
	width: 400px;
	height: 470px;
}

.date {
	color: #8BE842;
	font-weight: 700;
	font-size: 40px;
	margin-top: 40px;
}

.addres {
	color: #fff;
	font-weight: 500;
	font-size: 28px;
}

.header-main .btn-registration {
	margin-top: 50px;
}


.programm {
	margin-top: 60px;
}

h2 {
	font-size: 40px;
	color: #000;
	font-weight: 600;
	margin-bottom: 33px;
	text-align: center;
}

.desc-programm {
	line-height: 170%;
	color: #000;
	font-weight: 500;
	font-size: 19px;
	margin-bottom: 50px;
	text-align: center;
}

.desc-edod {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.desc-edod span {
	font-weight: 600;
	font-size: 36px;
	color: #000;
	display: table;
	width: 50%;
}

.desc-edod::after {
	content: '';
	display: inline-block;
	background: url('img/clip4.svg') no-repeat;
	width: 303px;
	height: 65px;
	background-size: contain !important;
	margin-left: 70px;
}


.contact-coord {
	margin-top: 90px;
}
.contact-coord h2 {
	margin-bottom: 40px;
}
.coord-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
	text-align: center;
}
.coord-photo {
	width: 330px;
	height: 330px;
	border-radius: 100%;
	background: url('img/coord-photo.jpg') no-repeat;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
	background-size: contain !important;
}
.coord-name {
	font-size: 32px;
	font-weight: 600;
	color: #000;
	margin-bottom: 22px;
}
.coord-phone {
	font-size: 23px;
	font-weight: 500;
	color: #000;
}

.coord-phone-dop {
	margin-top: 30px;
	font-size: 23px;
	font-weight: 500;
	color: #000;
}

.coord-phone-dop div {
	color: #767B8A;
	font-weight: 600;
	font-size: 19px;
}


.separator {
	width: 175px;
	height: 39px;
	background: url('img/separator.svg') no-repeat;
	background-size: contain !important;
	margin: 50px auto;
}


.message {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	background: #EAEEF6;
	padding: 50px 90px;
	font-weight: 500;
	color: #000;
	font-size: 20px;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 60px;
}
.message-title {
	font-weight: 600;
	color: #000;
	font-size: 25px;
	margin-bottom: 15px;
}
.message a {
	color: #1E51BA;
}
.message-text {
	line-height: 150%;
}


.container {
	max-width: 1680px !important;
}


@media (max-width: 1366px) {
	.edod {
		font-weight: 600;
		font-size: 62px;
		line-height: 130%;
	}
	.edod::before {
		width: 103px;
		height: 86px;
		background-size: contain !important;
		margin-right: 20px;
	}
	.clip2 {
		width: 124px;
		height: 109px;
		background-size: contain !important;
	}
	.clip3 {
		width: 280px;
		height: 78px;
		margin-top: 40px;
		background-size: contain !important;
	}
	.prof-ambassador {
		background-size: contain !important;
		width: 330px;
		height: 390px;
	}
	.desc-edod {
		margin-top: 50px;
	}
	.desc-edod span {
		font-weight: 600;
		font-size: 32px;
		width: 56%;
	}
}


@media (max-width: 992px) {
	header .header-content .header-content-info {
		width: 100%;
	}

	header .header-content-video,
	header .header-content-img {
		display: none;
	}

	header .container {
		height: initial;
	}

	header .header-buttons {
		margin-top: 30px;
		padding-bottom: 50px;
	}

	header .header-top {
		margin-bottom: 80px;
	}

	header .header-bottom {
		margin-top: 50px;
		margin-bottom: 0;
	}

	.box-title-more {
		margin-top: 5px;
	}

	.btn {
		font-size: 16px;
		padding: 13px 21px;
		cursor: pointer;
	}

	.holiday {
		width: 80%;
	}

	.close-menu {
		right: 0;
		right: 10px;
		left: initial;
		top: 2px !important;
		position: absolute;
		width: 80px;
		height: 80px;
	}	

	.contacts-box .contact-item .contact-item-top {
		margin-bottom: 20px;
	}

	.btn-bar {
		margin-right: 60px;
		display: none;
	}

	header {
		padding-top: 20px;
		height: initial;
		padding-top: 43px;
		padding-bottom: 50px;
	}

	header.header-min {
		padding-bottom: 0;
	}

	header .header-top {
		padding-left: 0;
	}

	header.header-min .header-top {
		margin-bottom: 0;
	}

	.news-box {
		margin-bottom: 30px;
	}
	
	.content ul.three-col-ul li {
		width: 45%;
		display: inline-block;
	}

	.bg-light {
		background-color: #1E51BA !important;
		width: 100%;
	}

	.nav-page {
		width: 90%;
	}

	.fancy-gallery {
		grid-template-columns: repeat(auto-fill, calc(33% - 10px));
	}

	.static-item-box {
		display: inline-block;
		width: calc(100% / 2 - 20px);
	}

	.static-item-box .static-name {
		font-size: 18px;
	}


	.infograph .infograph-item {
		margin-bottom: 50px;
		width: calc(100% / 3 - 20px);
		max-width: 100%;
	}

	.infograph-item .big-infogr-ico {
		width: 120px !important;
		height: 85px !important;
	}

	.infograph .infograph-item .infograph-ico {
		width: 66px;
		height: 56px;
	}

	.infograph .infograph-item .infograph-value {
		font-size: 27px;
	}

	.infograph .infograph-item .infograph-desc {
		font-size: 17px;
		font-weight: 500;
	}

	.infograph-min-value {
		font-size: 20px !important;
	}

	.infograph.flex-start .infograph-item {
		width: calc(100% / 3 - 30px);
		margin-right: 0;
	}

	footer .foot-menu {
		display: table;
		margin-bottom: 60px;
		margin-top: 0;
	}

	footer .foot-menu .block-menu {
		margin-bottom: 10px;
	}

	footer .foot-contact {
		margin-bottom: 40px;
	}

	.tns-item {
		height: 260px;
	}

}

@media (max-width: 768px) {
	.clip2, .header-main::after {
		display: none;
	}

	header {
		display: table !important;
	}
	.edod::before {
		display: table;
	}
	.header-main {
		padding-top: 70px;
	}
	.clip3 {
		margin: 40px auto 0;
	}
	.prof-ambassador {
		background-size: contain !important;
		width: 280px;
		height: 340px;
		margin: 70px auto 0;
	}

	.desc-edod::after {
		margin: 0 auto;
		margin-top: 30px;
	}
}


iframe {
	width: 100%;
}

footer {
	text-align: center;
}

footer .foot-contact-box {
	display: table;
	text-align: center;
	margin: 0 auto;
}

footer .foot-contact {
	margin-bottom: 30px;
}

footer .foot-logo {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 30px;
}

footer .foot-menu {
	flex-wrap: wrap;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

footer .foot-menu .block-menu .menu-links a {
	margin: 0 auto;
	margin-bottom: 18px;
}

footer .foot-menu .block-menu {
	width: 100%;
}

footer .foot-menu-box {
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}

footer .foot-soc-network {
	display: inline-block;
	vertical-align: middle;
	margin-left: 50px;
	margin-top: 0px;
}

footer .minobr {
	display: initial;
}

footer .footer-copy .copy {
	margin: 0 auto;
}

.link-sveden {
	margin: 36px auto;
}

.footer .footer-copy .container {
	justify-content: center;
}



.slider-banners .owl-banners .item {
	height: initial;
	padding: 45px;
	background-size: cover !important;
}

.slider-banners .owl-banners .item .banner-item-name {
	font-size: 24px;
}

.slider-banners .owl-banners .item .banner-more-btn {
	padding: 13px 37px;
	margin-top: 30px;
	font-size: 18px;
	text-align: center;
}

.photoslider .item {
	height: 220px;
}

.box-title {
	font-size: 29px;
}

.photoslider .box-title {
	margin-bottom: 35px;
}

.articles-box {
	margin-bottom: 30px;
}

.statistic-box {
	margin: 30px 0;
}

.services-box .item-service {
	height: initial;
}

.services-box .item-service .serv-icon {
	margin-bottom: 10px;
	background-size: 80% !important;
}

.services-box .item-service .serv-name {
	margin-bottom: auto;
	font-size: 17px;
}

.services-box .item-service .serv-desc {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.2px;
}

.services-box .item-service:hover {
	margin-top: 0;
}


.header-content-img, .header-content-video {
	display: none;
}


header .header-content .header-content-info {
	width: 100%;
}

.science-project .stop-text div {
	font-size: 33px;
	line-height: 110%;
}

.feedback-main .feedback-title {
	font-size: 33px;
}

.feedback-main .feedback-desc {
	font-size: 16px;
}

.univesitet-online .uni-online-content .social-network .soc-ico {
	margin: 0 auto !important;
	margin-bottom: 40px !important;
	display: table;
}

.univesitet-online .uni-online-content .social-network {
	margin-top: 70px;
}

.univesitet-online .uni-online-content .uni-online-btn {
	margin: 0 auto;
	font-size: 17px;
}

.univesitet-online .uni-online-content .uni-online-title {
	font-size: 30px;
	line-height: 120%;
	text-align: center;
}

.univesitet-online .uni-online-content .uni-online-desc {
	font-size: 17px;
	line-height: 150%;
	text-align: center;
}

.services-box {
	margin-bottom: 0px;
}

.univesitet-online {
	height: initial;
	padding: 80px 0;
	background-size: cover !important;
	z-index: 150;
	background-position: center !important;
}

.univesitet-online .uni-online-box {
	margin-top: 0;
}

.univesitet-online .figure3 {
	zoom: 0.7;
	right: -60px;
}

.univesitet-online .figure2 {
	right: 280px;
	zoom: 0.8;
	top: 250px !important;
}

.univesitet-online .figure1 {
	right: -80px;
	zoom: 0.5;
}


.tabs-wrapper .box-title {
	overflow: hidden;
	overflow-x: auto;
	padding-bottom: 0;
	display: flex;
	width: 100%;
}

.box-title .box-title-tab {
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: 24px;
}

.box-title .box-title-tab.active {
	font-size: 24px;
}


.box-title .box-title-tab-2 {
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: 24px;
	white-space: nowrap;
}

.box-title .box-title-tab-2.active {
	font-size: 24px;
}



.statistic-box .statistic-list .statistic-item {
	font-size: 17px;
	width: calc(50% - 15px);
}

.statistic-box .statistic-list .statistic-item-numb {
	font-size: 47px;
}

.statistic-box .statistic-list .statistic-item-numb::after {
	margin-bottom: 10px;
}


.show-promo {
	align-items: center;
}

.show-promo iframe {
	height: 320px;
	padding: 60px 10px;
}

.close-promo {
	left: initial;
	right: 40px;
}


.overlay-start .modal h2 {
	font-size: 25px;
}

.overlay-start .modal {
	border-radius: 30px !important;
	padding: 40px !important;
}

.modal-start-text {
	font-size: 16px;
}

.close-modal {
	width: 30px;
	height: 30px;
	background-size: 30px;
	right: 25px;
	top: 25px;
}

.overlay-start {
	justify-content: flex-start;
}



.logo-separator {
	margin-top: 0;
}

.science-project .stop-text {
	margin-bottom: 50px;
}

.science-list .item-science {
	min-height: 200px;
	height: initial;
}


footer .menu-link {
	margin-left: 0;
	margin-bottom: 30px;
}

.back-font {
	font-size: 95px;
	line-height: 80px;
	left: 0;
}

.program-list-event {
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}


.muhrino-btn {
	padding: 17px 30px;
	font-size: 17px;
}

.three-items .container {
	display: table;
}

.three-items .three-item {
	width: 100% !important;
	margin-bottom: 20px;
}

.header-buttons .btn {
	margin-right: 15px;
}

.content h1 {
	font-size: 35px;
	line-height: 120%;
	margin-bottom: 30px;
}

.cols2 {
	column-count: 1;
	font-size: 15px;
}

header.new-year-head {
	background: url(img/header-NY-mob.jpg) no-repeat bottom left;
	background-size: cover;
	padding-bottom: 140px;
	margin-bottom: 0;
}


.overlay {
	padding: 0;
}
.overlay.open .modal {
	padding: 30px;
}
.modal h1 {
	font-size: 28px !important;
	line-height: 120%;
	margin-bottom: 20px;
	width: calc(100% - 33px);
}
}

@media (max-width: 768px) {
	header {
		grid-template-rows: 170px 1fr;
	}
	.welcome {
		width: 78vw;
		height: 55px;
	}

	.dod {
		font-size: 45px;
	}

	.message {
		padding: 30px;
	}
	.message-title {
		font-weight: 700;
		font-size: 20px;
	}
	.message-text {
		font-size: 18px;
	}

	.fast-nav-box {
		display: none !important;
	}
	header .header-top {
		margin-top: 0 !important;
	}
	.btn-bar {
		display: none !important;
	}
}
