body {
	background: url(img/bg.png) repeat  !important;
}

header {
	background: url('img/bg1.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 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.dod {
	color: #fff;
	font-weight: 800;
	font-size: 55px;
	line-height: 110%;
	text-align: center;
	width: fit-content;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.sub-title{
	color: #fff;
	font-weight: 500;
	font-size: 28px;
	margin-top: 50px;
	text-align: center;
}

.welcome {
	background: url('img/welcome.svg') no-repeat;
	background-size: contain;
	width: 906px;
	height: 165px;
	margin-top: 7px;
}

.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;
}


.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;
}
.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%;
}



.message-page ul {
	margin-bottom: 30px;
}

.message-page ul li {
	margin-top: 20px;
	margin-bottom: 8px;
	list-style: none;
	position: relative;
	padding-left: 20px;
	line-height: 170%;
}

.message-page ul li::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #4B74C8;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 10px;
}



.tabs-wrapper .box-title {
	display: table;
}

.tabs-wrapper .box-title-2 {
	margin-top: 20px;
}

.box-title .box-title-tab {
	font-weight: 600;
	font-size: 27px;
	color: #A1ADC6;
	display: inline-block;
	margin-right: 50px;
	vertical-align: middle;
	border-bottom: 2px dotted rgba(0,0,0,0.2);
	padding-bottom: 0px;
}

.box-title-tab:last-child {
	margin-right: 0;
}

.box-title .box-title-tab:hover {
	border: 0;
	padding-bottom: 2px;
	cursor: pointer;
}


.box-title .box-title-tab-2 {
	font-weight: 600;
	font-size: 27px;
	color: #A1ADC6;
	display: inline-block;
	margin-right: 50px;
	vertical-align: middle;
}
.box-title .box-title-tab-2 div {
	border-bottom: 2px dotted rgba(0,0,0,0.2);
	padding-bottom: 0px;
	display: table;
}
.box-title .box-title-tab-2.active div {
	border-color: rgba(30,81,189,0.2);
}
.box-title-tab-2 span {
	display: table;
	font-size: 13px;
	line-height: initial;
}
.box-title-tab-2:last-child {
	margin-right: 0;
}

.box-title .box-title-tab-2:hover {
	cursor: pointer;
}
.box-title .box-title-tab-2:hover div {
	border: 0;
	padding-bottom: 2px;
}

.box-title .box-title-tab.active {
	font-weight: 600;
	font-size: 40px;
	color: #000;
	border: 0;
	padding-bottom: 1px;
	cursor: default;
}

.box-title .box-title-tab-2.active {
	font-weight: 600;
	font-size: 30px;
	color: #1e51ba;
	border: 0;
	padding-bottom: 1px;
	cursor: default;
}





@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) {
	.infograph-4 {
		grid-template-columns: 1fr;
	}

	iframe {
		width: 100%;
	}

	header .header-bottom {
		margin-top: 30px;
		margin-bottom: 0;
	}

	.holiday {
		width: 100%;
	}

	.directory-form {
		flex-wrap: wrap;
	}

	.directory-form .button {
		margin-top: 15px;
		font-size: 16px;
		padding: 11px 30px;
	}

	.hbottom-btn span {
		padding: 13px 25px;
	}

	header.header-min .header-top {
		padding-bottom: 30px;
	}

	.hbottom-btn {
		margin-bottom: 10px;
	}

	.tns-inner .fancy-photo img {
		height: 100%;
	}


	.content ul.three-col-ul li {
		width: 100%;
		display: block;
	}

	.content ul {
		padding-left: 0
	}

	.news-box {
		margin-bottom: 30px;
		overflow: hidden;
	}

	.slider-banners {
		overflow: hidden;
	}

	.special_v {
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.special_v-header {
		width: 31px;
		height: 21px;
		opacity: 0.9;
		margin-top: 2px;
	}

	.tns-outer [aria-controls], .tns-outer [data-action] {
		width: 10px;
		height: 10px;
		margin: 4px;
	}

	.tns-item {
		height: 250px;
	}

	.static-page-box {
		margin: 0px;
	}

	.static-item-box .static-score {
		font-size: 55px;
	}

	.message-page.mini-box {
		width: 100%;
	}

	.fancy-gallery {
		grid-template-columns: repeat(auto-fill, calc(50% - 10px));
	}

	.nav-page {
		width: 100%;
	}

	#container3 {
		height: initial;
	}

	.static-item-box {
		display: inline-block;
		width: 100%;
	}

	.static-item-box .static-name {
		font-size: 16px;
	}


	.flex-start .static-item-box {
		width: 100%;
	}


	.infograph .infograph-item {
		margin-bottom: 50px;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	.infograph-item .big-infogr-ico {
		width: 120px !important;
		height: 85px !important;
	}

	.infograph .infograph-item .infograph-ico {
		width: 66px;
		height: 56px;
		margin: 0 auto;
		margin-bottom: 25px;
		background-position: center bottom !important;
	}

	.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: 100%;
		margin-right: 0;
		text-align: center;
	}



	header {
		height: initial;
		/*padding-bottom: 50px;*/
		padding-top: 20px;
	}

	header.header-min {
		padding-top: 20px;
		margin-bottom: 30px;
	}


	header .header-top {
		padding-left: 0;
		margin-bottom: 50px;
	}

	header .header-content .header-title {
		font-size: 30px !important;
		line-height: 37px !important;
		margin: 0 !important;
		margin-bottom: 20px !important;
		word-break: break-word;
	}

	header .main-title {
		font-size: 30px !important;
		line-height: 37px !important;
		margin: 0 !important;
		margin-bottom: 20px !important;
		word-break: break-word;
	}

	header .main-title {
		font-size: 30px !important;
		line-height: 37px !important;
		margin: 0 !important;
		margin-bottom: 20px !important;
		word-break: break-word;
	}

	.header-title.title-middle {
		font-size: 30px !important;
	}

	header .header-content .header-second-title {
		font-size: 16px;
	}

	header .header-buttons {
		margin-top: 30px;
	}

	header .header-content {
		height: initial;
		margin: 0 !important;
	}

	.btn {
		font-size: 16px;
		padding: 13px 21px;
		cursor: pointer;
	}

	.btn-promo {
		margin-left: 0px;
	}

	.btn-promo span {
		display: none;
	}

	.logo {
		width: 160px;
		height: 52px;
		background-size: cover !important;
		background: url('img/logo-mobile.svg') no-repeat;
	}

	.close-menu {
		right: 0;
		right: 10px;
		left: initial;
		top: 2px !important;
		position: absolute;
		width: 80px;
		height: 80px;
	}

	.btn-bar {
		margin-right: 60px;
		display: none;
	}

	.btn-bar .cabinet {
		all: unset;
		text-decoration: none !important;
		transition: 0.3s ease;
		cursor: pointer;
	}

	.btn-bar .cabinet:hover {
		background: initial;
	}

	.btn-bar .cabinet:hover .cabinet-ico {
		filter: initial;
		opacity: 0.7;
	}

	.btn-bar .cabinet .cabinet-ico {
		background: url(img/cabinet-ico-min.svg) no-repeat;
		width: 22px;
		height: 25px;
		margin-right: 0;
		background-size: cover !important;
		transition: 0.3s ease;
	}

	.btn-bar .cabinet span {
		display: none;
	}


	.btn-bar .search-ico {
		background-size: cover !important;
		width: 24px;
		height: 24px;
		opacity: 1;
	}

	.partners-list {
		grid-template-columns: initial;
		display: flex;
		margin-top: 30px;
		justify-content: center;
	}

	.partners-list .partner-item {
		margin: 30px;
	}

	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: 25px;
	}

	.sub-title{
		font-size: 20px;
	}

	.date{
		font-size: 25px;
	}

	.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;
	}
}
