		@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
		@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
		body {
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		}
		.fontmont {
		font-family: 'Montserrat', sans-serif;
		}
		a {
		text-decoration: none;
		color: #5194a3;
		}
		a:hover {
		color: #063e99;
		}
		.top-bar {
		    background-color: #F5F5F5 !important;
		}
		.top-bar .item ul {
		margin: 0px;
		padding: 0px;
		}
		.top-bar .item li {
		display: inline-block;
		padding: 10px 10px;
		}
		.top-bar .item a {
		    color: #555;
		font-size: 11px;
		}
		.top-bar .link-texts a {
		text-transform: uppercase;
		font-weight: 600;
		}
		.top-bar .link-social a {
		color: #5194a3;
		font-size: 20px;
		}
		.top-bar .link-buttons ul li {
		font-size: 20px;
		border-right: 1px #fff solid;
		    margin-left: -4px;
		}
		.top-bar .link-buttons a {
		display: block;
		font-size: 20px;
		}
		.top-bar .link-buttons .search-icon {
		color: #5194a3;
		}
		.top-bar .link-buttons .language a {
		transform: scale(0.55);
		}
		.top-bar .link-buttons ul li:nth-child(1) {
		border-left: 1px #fff solid;
		}
		.top-bar .link-buttons .language.active {
		    background-color: #fff;
		}
		.nav-bar {
		box-shadow: 1px 8px 10px -3px #0000001c;
    -webkit-box-shadow: 1px 8px 10px -3px #0000001c;
    -moz-box-shadow: 1px 8px 10px -3px #0000001c;
	position: relative;
		}
		.nav-bar .logo a {
		color: #555;
		}
		.nav-bar .logo p {
    margin: 0px;
    text-transform: uppercase;
    font-size: 21px;
    padding: 0px 15px;
		}
		.nav-bar .logo p span {
		    font-weight: 600;
		}
		.nav-bar .item ul {
		margin: 0px;
		padding: 0px;
		}
		.nav-bar .item li {
		display: inline-block;
		padding: 10px 10px;
		}
		.nav-bar .item li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
   color: #555;
    text-decoration: underline;
		}
		.not-bar {
		    background-color: #164650;
		}
		.not-bar .item {
			font-size: 12px;
		}
		.not-bar .item .btn-notif {
		    padding: 5px 10px;
    background-color: #fff;
    color: #5194a3;
    border-radius: 15px;
    display: inline-block;
    margin: 0px 15px;
		}
		.not-bar .item .ico-alert {
		position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    font-size: 27px;
		}
		.not-bar .item p {
    display: none;
    position: relative;
    padding: 15px 10px 15px 35px;
    color: #fff;
    font-weight: 600;
		}
		.not-bar .slick-slide .item p {
			display: inline-block;
		}
		.slider-x {
		    text-shadow: 1px 1px 5px #000000;
		}
		.slider-x .item {
		background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
	height: 685px;
	box-shadow: -1px -14px 35px -6px #000000c7 inset;
-webkit-box-shadow: -1px -14px 35px -6px #000000c7 inset;
-moz-box-shadow: -1px -14px 35px -6px #000000c7 inset;
		}
		.slider-x .item:after {
		content: '';
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		position: absolute;
		z-index: 0;
		background-color: rgb(0 0 0 / 30%);
		}
		.slider-x .item .container {
		height: 100%;
		}
		.slider-x .content-slider-out {
		height: 100%;
		position: relative;
		z-index: 1;
		}
		.slider-x .content-slider {
		    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 30%;
    color: #fff;
		}
		.slider-x .content-slider:hover {
		text-decoration: underline;
		}
		.slider-x .content-slider h5 {
		font-weight: 600;
		font-size: 27px;
		text-transform: uppercase;
		}
		.slider-x .content-slider p {
		font-size: 15px;
		}
		.slider-x .slider-dots {
		position: absolute;
		bottom: 10%;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		margin: 0px;
		padding: 0px;
		width: 1285px;
		max-width: 80%;
		}
		.slider-x .slider-dots li {
		flex: 0 0 auto;
		width: 25%;
		position: relative;
		display: block;
		color: #f3f3f3;
		padding: 0px 30px;
		cursor: pointer;
		
		}
		.slider-x .slider-dots li.slick-active {
		font-weight: 600;
		color: #fff;
		}
		.slider-x .slider-dots li:after {
    content: '';
    position: absolute;
    width: 90%;
    left: -25px;
    right: 0px;
    top: -15px;
    border-radius: 30px;
    height: 3px;
    background-color: #f3f3f3;
		}
		.slider-x .slider-dots li.slick-active:after {
		background-color: #5194a3;
		}
		.slider-x .video-slider .videoblock {
		    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -5;
		}
		.slider-x .video-slider .videoblock video {
		    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
	}
		.slider-x .videoblock {
		    height: 685px;
			overflow: hidden;
		}
		.dots__item {
		
		}
		.dots__number {
		    position: absolute;
    left: -25px;
    font-size: 35px;
    top: -5px;
		}
		.partnersmmg {
		 padding: 65px 0px 60px 0px;
		 border-bottom: 1px #e1e1e1 solid;
		 overflow: hidden;
		}
		.partnersmmgout {
		position: relative;
		
		}
		.arrowpartner {
		position: absolute;
		font-size: 25px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
		}
		.prevarrowpartner {
		left: -55px;
		}
		.nextarrowpartner {
		right: -55px;
		}
		.partnersmmgin .item {
		padding: 15px;
		}
		.partnersmmgin img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

		}
		.partnersmmgin .item:hover img  {

		}
		.title-mp {
    padding: 5px;
    margin-bottom: 20px;
    position: relative;
		}
		.title-mp h3 {
		
		}
		.main-p-news .item {
		color: #5194a3;
		padding: 5px;
		}
		.main-p-news .item .img-item {
		
		}
		.main-p-news .item .content-item {
		    padding: 10px;
		}
		.main-p-news .item .content-item h5 {
		    font-size: 16px;
			text-transform: uppercase;
		}
		.main-p-news .item .date-item {
		    font-size: 11px;
			color: #494949;
		    padding: 5px 0px;
		}
		.main-p-gallery .item {
    padding: 5px;
    position: relative;
    color: #fff;
	text-shadow: 1px 1px 5px #000000;
		}
		.main-p-gallery .item .img-item {
		
		}
		.main-p-gallery .item .content-item {
		    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
	box-shadow: 0px -73px 76px -27px #000000c7 inset;
    -webkit-box-shadow: 0px -73px 76px -27px #000000c7 inset;
    -moz-box-shadow: 0px -73px 76px -27px #000000c7 inset;
	    padding: 20px;
		}
		.main-p-gallery .item .content-item .category-gallery {
		    font-size: 13px;
			    font-weight: 600;
		}
		.main-p-gallery .item .content-item .date-item {
    font-size: 10px;
	display: block;
		}
		.main-p-gallery .item .content-item h5 {
			    padding-top: 10px;
			font-size: 18px;
		}
		.mainpage1 .info-mp {
		    padding-bottom: 35px;
		}
		.mainpage1 .info-mp h5 {
    font-size: 28px;
    font-weight: 500;
	    text-align: justify;
		}
		.mainpage1 .info-mp h5 span {
		font-size: 24px;
    font-weight: 400;
		}
		.mainpage1 .items .item {
		    font-weight: 500;
    text-transform: uppercase;
    position: relative;
	    font-size: 21px;
		color: #5194a3;
		}
		.mainpage1 .items .item:after {
    content: '';
    position: absolute;
    top: -15px;
    bottom: -15px;
    right: 0px;
    left: 0px;
    border-top: 2px #5194a3 solid;
	border-bottom: 2px #5194a3 solid;
	    width: 130px;
		}
		.breadcrumbs-h-t {
		    font-size: 14px;
    padding: 30px 0px;
		}
		.breadcrumbs-h-t a {
		    color: #555;
		}
		.breadcrumbs-h-t .active a {
    text-decoration: underline;
		}
		.title-h-t {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 35px;
    font-size: 14px;
		}
		.title-h-t:after {
	content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 65%;
    height: 2px;
    background-color: #f0f0f0;
    border-radius: 35px;
		}
		.partnersmmg-zaz {
    background-color: #F5F7FA;
		}
		.title-h-t h1 {
		font-size: 33px;
		}
		.title-h-t p {
		font-style: italic;
		}
		.page-s {
		padding-bottom: 200px; 
		border-bottom: 4px #f5f7fa double;
		}
		.content-m iframe, .content-m img, .content-default iframe, .content-default img {
		max-width: 100%;
		}
		.content-m {
		font-size: 16px;
		}
		.sidebar-right .block-item {
		padding-bottom: 15px;
		}
		.sidebar-right .block-item .item {
		background-color: #F5F7FA;
		    padding: 40px 30px;
		
		}
		.sidebar-right .block-item .item h5 {
		    font-size: 16px;
			padding-bottom: 10px;
		}
		.sidebar-right .block-item .social-item {
		    margin: 0px;
		padding: 0px;
		}
		.sidebar-right .block-item .social-item li {
		display: block;
		}
		.sidebar-right .block-item .social-item a {
		color: #555;
		font-size: 14px;
		font-weight: 500;
		}
		.sidebar-right .block-item .social-item .iconax {
		margin-right: 10px;
		font-size: 21px;
		}
	.blogpres .item {
	position: relative;
	}
	.blogpres .item .details {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    box-shadow: 0px -73px 76px -27px #000000c7 inset;
    -webkit-box-shadow: 0px -73px 76px -27px #000000c7 inset;
    -moz-box-shadow: 0px -73px 76px -27px #000000c7 inset;
    padding: 20px;
    color: #fff;
    text-align: center;
	}
	.blogpres .item .title {
	font-size: 19px;
	font-weight: 600;
	}
	.blogpres .item .position {
	font-size: 12px;
	}
	.blog-pressaz {
	padding: 20px 0px;
	}
	.blog-pressaz .nav-link {
	    color: #555;
    text-transform: uppercase;
	}
	.blog-pressaz .tab-pane {
	padding: 25px;
	}
.questionsdir .item {
padding: 10px 0px;
}
.questionsdir .item .box-question {
    margin: 10px;
    background-color: #fff;
    border: 1px #F5F7FA solid;
    overflow: hidden;
}
.questionsdir .item#questionAns .box-question {
	box-shadow: 0px 0px 7px #5194a3;
}
.questionsdir .item .box-question .answer.gray {
	background-color: #F5F7FA;
}
.questionsdir .item .box-question .answer {
    padding: 15px;
    margin: 0;
}
.questionsdir .item .box-question .question a {
	color: #fff;
	font-weight: 700;
}
.questionsdir .item .box-question .question.purple {
    padding: 15px;
	background-color: #5194a3;
	color: #fff;
}
.successquestion {
    display: flex;
    padding: 25px 0px;
}
.successquestion .question {
    margin: auto;
    padding: 25px;
    font-size: 2rem;
    color: #555;
    font-weight: 600;
    text-align: center;
}
.img-item {
	overflow: hidden;
}
.img-item img {
	transition: .3s all ease;
}
.img-item.img-h-item:hover img, .main-p-news .item:hover .img-item img, .main-p-gallery .item:hover .img-item img, .news-all .item:hover img {
	transform: scale(1.2);
}
.header-vid {
	position: relative;
	padding: 100px 0px;
}
.header-vid .title-h-t,.header-vid .breadcrumb-item,.header-vid .breadcrumb-item a,.header-vid .breadcrumb-item::before {
	color: #fff;
    text-shadow: 1px 1px 5px #000000;
}
.header-vid .title-h-t:after {
	display: none;
}

.header-vid:after {
	content: '';
	position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -4;
        background-color: rgb(16 47 77 / 74%);
}
.header-vid .header-vid-content {
position: relative;
z-index: 0px;
}
.header-vid .videoblock {
	overflow: hidden;
	position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
		}
.header-vid .videoblock video {
		    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
	}
		.news-all .item {
		padding: 5px;
		}
		.news-all .item-in {
		position: relative;
		}
		.news-all .mmwebs {
		position: absolute;
    left: 15px;
    top: 15px;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #fff;
    padding: 5px 15px;
    font-weight: 600;
    color: #555;
    z-index: 1;
    cursor: pointer;
		}
		.news-all .item a {
		color: #5194a3;
		}
		.news-all .item .details {
		    padding: 10px;
		}
		.news-all .item .details .title-z {
		    font-size: 16px;
			text-transform: uppercase;
		}
		.news-all .item .details .date-z {
		    font-size: 11px;
			color: #494949;
		    padding: 5px 0px;
		}
		.nav-bar .item>ul>li:hover .dropnavt {
    opacity: 1;
    left: 0px;
}
.nav-bar .item .dropnavt li a {
	font-size: 12px;
}
.nav-bar .item .dropnavt {
    position: absolute;
    top: 100%;
    right: 0px;
    left: -500%;
    width: 100%;
    border-top: 2px #eeeeee solid;
    padding: 20px;
    background-color: #f5f7fa;
    transition: .6s all ease;
    opacity: 0;
    z-index: 1;
	
}
.nav-bar .item .dropnavt:before {
    content: '';
    left: 0px;
    right: 0px;
    top: -60px;
    height: 60px;
    position: absolute;
}
.boards-items .item {
	text-align: center;
	width: 100%;
	height: 100%;
}
.boards-items .item a {
	color: #555;
}
.boards-items .item .details {
    padding: 15px;
    width: 100%;
    border-top: 5px solid #5194a3;
    background-color: #fff;
}
.boards-items .item .title-boards {
    font-size: 19px;
	font-weight: 700;
	color: #5194a3;
}
.boards-items .item .desc-boards {
	font-size: 17px;
	font-weight: 500;
   text-decoration: underline;
   color: #000;
}
.boards-items .item.hvr-underline-from-center:before {
	z-index: 1;
	background: #5194a3;
    height: 5px;
}
.m-certifacates {
    max-width: 1200px;
    margin: auto;
}
.m-certifacates .item {
    padding: 45px 20px 0px 20px;
}
.m-certifacates .item img {
    display: block;
    border-radius: 30px;
    border: 1px #dadada solid;
}
.book-all .item .item-in .imagebook {
    box-shadow: 0 0 5px rgb(0 0 0 / 40%);
}
.book-all .item .item-in .details {
    text-align: center;
    font-size: calc(10px + 0.1vw);
    padding: 15px 5px;
    font-weight: 600;
    color: #1a1a1a;
}
.book-all .item .item-in .details .date-z {
    font-size: calc(7px + 0.1vw);
}
.book-all .item .item-in .details p {
    margin: 0px;
}
.list-group-mmg a {
    color: #555;
    display: block;
    padding: 10px 5px;
}
.list-group-mmg a.active {
	font-weight: 600;
}
.list-group-mmg a:hover {
	text-decoration: underline;
}
.foot1 {
    background-color: #f5f7fa;
}
.foot2 {
    background-color: #5194a3;
}
.helpline-sb {

}
.helpline-sb .icon-hl {
    font-size: 55px;
	color: #5194a3;
}
.helpline-sb .text-up {
	font-weight: 500;
}
.helpline-sb .text-details {
    font-size: 11px;
}
.btn-primary {
    background-color: #5194a3;
    border-color: #5194a3;
}
.btn-primary:hover,.btn-primary:focus {
    background-color: #185389;
    border-color: #185389;
}
.fileas {
    display: block;
    position: relative;
    padding: 25px 70px;
    border: 1px #eee solid;
    color: #555;
    font-size: 15px;
    font-weight: 500;
}
.fileas:before {
	content: '';
	background-image: url('/themes/ozin-ozi-tanu/assets/img/download.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 35px;
    width: 35px;
	
}
.fileas:after {
	content: '';
	background-image: url('/themes/ozin-ozi-tanu/assets/img/download.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 35px;
    width: 35px;
}
.fileas[href *= ".pdf"]:after, .fileas[href *= ".PDF"]:after {
	background-image: url('/themes/ozin-ozi-tanu/assets/formats/pdf.png');
}
.fileas[href *= ".doc"]:after, .fileas[href *= ".DOC"]:after {
	background-image: url('/themes/ozin-ozi-tanu/assets/formats/doc.png');
}
.fileas[href *= ".docx"]:after, .fileas[href *= ".DOCX"]:after {
	background-image: url('/themes/ozin-ozi-tanu/assets/formats/doc.png');
}
.fileas[href *= ".zip"]:after, .fileas[href *= ".ZIP"]:after {
	background-image: url('/themes/ozin-ozi-tanu/assets/formats/zip.png');
}
.fileas[href *= ".rar"]:after, .fileas[href *= ".RAR"]:after {
	background-image: url('/themes/ozin-ozi-tanu/assets/formats/rar.png');
}
.fileas[href *= ".xls"]:after, .fileas[href *= ".XLS"]:after {
	background-image: url('/themes/ozin-ozi-tanu/assets/formats/xls.png');
}
.fileas[href *= ".xlsx"]:after, .fileas[href *= ".XLSX"]:after {
	background-image: url('/themes/ozin-ozi-tanu/assets/formats/xls.png');
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #5194a3;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='white' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
	.books-year {
	    padding: 10px 40px;
    display: inline-block;
    border: 2px #eeeeee solid;
	}
	.buttons-book .item-button {
    flex: 0 0 auto;
    width: 50%;
    text-align: center;
    padding: 15px 5px;
    text-transform: uppercase;
    background-color: #5194a3;
	color: #fff;
    font-weight: 600;
	    font-size: 12px;
	}
	.buttons-book .item-button-download {
	background-color: #8d0000;
	}
	.buttons-book .item-button:hover {
	text-decoration: underline;
	}
	.custompag {
		font-size: 13px;
	    overflow-x: hidden;
	}
	.custompag .pagination {
    padding: 65px 0px;
}
.custompag .pagination li {
    margin: auto;
}
.custompag .pagination li a,.pagination li span {
    padding: 15px 20px;
    background-color: #f5f7fa;
	font-weight: 600;
	color: #5194a3;;
}
.custompag .pagination .active span {
    background-color: #5194a3;
    color: #f5f7fa;
}
.titlenews h1 {
	text-transform: uppercase;
}

	.content-m {

		font-size: 16px;
		text-align: justify;
	}
	      table,
      th,
      td {
        padding: 10px;
        border-collapse: collapse;
      }
		.btn {
    text-decoration: none;
    border: none;
    padding: 0;
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .25s;
    transition: .25s;
    width: auto;
    height: 40px;
    padding: 0 23px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 100px;
}
		.btn-default {
    color: #fff;
    background-color: #5194a3;
	border: 1px #5194a3 solid;
}
.btn-default:hover {
	    color: #fff;
	border: 1px #fff solid;
}
.btn-custom-z {
	transition: .3s all ease;
    padding: 15px 20px;
    background: #5194a3;
    border: 1px #5194a3 solid;
    color: #fff;
    font-size: 18px;
	border-radius: 30px;
}
.btn-custom-z:hover {
	background: #fff;
	border: 1px #000 solid;
    color: #000;
	
}
.btn-red-c {
    background-color: #be552e;
    border-color: #be552e;
}
.btn-red-c:hover {
	color: #fff!important;
	border-color: #be552e;
}
.eye-ver-block a, .language-block a, .social-links-block a {
    display: inline-block;
    padding: 5px 0px;
	font-size: 12px;
	color: #000;
}
.language-block a {
    padding-right: 5px;
    font-weight: 600;
    text-decoration: underline;
}
.language-block a.active {
	font-size: 15px;
    color: #5194a3;
}
.eye-ver-block a {
    font-weight: 500;
    text-decoration: underline;
	padding-left: 10px;
	font-size: 14px;
}
.eye-ver-block a svg {
	margin-right: 5px;
}
.social-links-block a {
    font-size: 18px;
    padding-left: 10px;
}
.search-block {
    font-size: 20px;
}
.middlebara {
	margin: 10px 0px;
	color: #000;
	position: relative;
}
.middlebara a {

}
.middlebara a:hover {
    text-decoration: underline;
}
.logo-block {
	
}
.logo-header {
	font-weight: 600;
}
.logo-header .logo .logotext {
    color: #000;
}
.navbara {
    padding-top: 35px;
}
.navbar-x a {
	color: #1D1D1D;
}
.navbar-x>ul {
	margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.navbar-x>ul>li {
    display: flex;
    margin-left: auto;
}
.navbar-x>ul>li>a {
    font-weight: 600;
    display: block;
    padding: 15px 10px;
    width: 100%;
}
		.navbar-x>ul>li:hover .dropnavt {
    opacity: 1;
    left: 0px;
}
.navbar-x .dropnavt li a {
	font-size: 12px;
}
.navbar-x .dropnavt {
    position: absolute;
    top: 100%;
    right: 0px;
    left: -500%;
    width: 100%;
    border-top: 2px #eeeeee solid;
    padding: 20px;
    background-color: #f5f7fa;
    transition: .6s all ease;
    opacity: 0;
    z-index: 2;
	
}
.contactspagex {
	background: #d3d3d3;
	border-radius: 15px;
}
		.slider-main {
			position: relative;
		}
		.slider-main .slider {
		    height: 800px;
			background-position: center;
			background-size: cover;
			position: relative;
		}
		.slider-main .slider:after {
			position: absolute;
			content: '';
			left: 0px;
			right: 0px;
			top: 0px;
			bottom: 0px;
			background: #00000021;
		}
		.slider-details {
			color: #fff;
			padding: 145px 50px;
		}
		.slider-details h4 {
		    font-size: 36px;
			font-weight: 700;
			text-shadow: 1px 1px 5px #000000;
		}
		.slider-details p {
			font-weight: 500;
			margin: 20px 0px;
			text-shadow: 1px 1px 5px #000000;
		}
		.slider-in {
			padding: 0px 85px;
			position: relative;
			z-index: 1;
		}
		.slider-details .btn-custom-z {
			padding: 15px 75px;
			display: inline-block;
		}
		.slider-main .slider-dots {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    margin: auto;
    padding: 0px;
    text-align: center;
	}
		.slider-main .slider-dots li {
	    display: inline-block;
    padding: 5px;
    font-size: 25px;
cursor: pointer;	
		}
		.slider-main .slider-dots li.slick-active {
		    color: #5194a3;
		}
.block-1-main .items {
    transform: scale(1.019);
}
.block-1-main .item-out {
	padding: 15px;
}
.block-1-main .item {
    height: 185px;
    background-size: cover;
    background-position: center;
    color: #fff;
    border-radius: 40px;
    text-align: center;
    display: flex;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 39%);
}
.block-1-main .item:hover {
    box-shadow: 0px 0px 7px rgb(80 147 163 / 69%);
}
.block-1-main .item .item-in {
	padding: 20px;
    margin: auto;
}
.block-1-main .item a {
	color: #fff;
}
.block-1-main .item a:hover {
	text-decoration: underline;
}
.block-1-main .item h5 {
	font-weight: 600;
    font-size: 14px;
    margin: 0px;
    padding: 20px;
} 
.title-main {
    padding-bottom: 25px;
}
.title-main h2 {
	font-weight: 700;
	text-transform: uppercase;

}
.title-main .text-end {
	font-weight: 500;
    text-decoration: underline;
    font-size: 15px;
}
.block-news-item {
    height: 100%;
	padding-bottom: 5px;
}
.block-news-item .image {
    position: relative;
    height: 100%;
}
.block-news-item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: .3s all ease;
	background: #5194a380;
}
.block-news-item .image:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #5194a380;
}
.block-news-item .details {
    border: 1px #eee solid;
	display: flex;
    position: relative;
}
.block-news-item .details .details-in {
	margin: auto;
	padding: 25px;
}
.block-news-item .details a {
	color: #000;
}
.block-news-item .details h5 {
	font-weight: 700;
	font-size: 20px;
}
.block-news-item .details p {
	font-size: 15px;
}
.block-news-item .details span {
    position: absolute;
    bottom: 25px;
}
.block-news-main .item {
	position: relative;
}
.block-news-main .item img {
	width: 100%;
}
.block-news-main .item .details {
	background: #5194a3E5;
    color: #fff;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
    display: flex;
}
.block-news-main .item .details h5 {
	font-weight: 700;
	margin: auto;
	text-align: center;
}

.block-news-main .item .details span {
    position: absolute;
    left: 25px;
    bottom: 15px;
    display: block;
}
.block-news-main-in {
    max-width: 1920px;
    margin: auto;
}
.block-news-item-new .image img {
    border-radius: 25px;
}
.block-news-item-new .details-in {
    padding: 15px;
}
.block-news-item-new .details h5 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.block-news-item-new .details .date {
    font-weight: 500;
    color: #5194a3;
}
.eventsnews {
	background: #5093a3;
    background-image: linear-gradient(0deg, rgb(37 108 127), rgb(82 149 164));
    color: #fff;
	border-radius: 45px;
}
.eventsnews .block-news-item-new .details h5 {
    color: #fff;
}
.eventsnews .block-news-item-new .details .date {
    color: #fff;
}


.block-anons-item-new .image img {
    border-radius: 25px;
}
.block-anons-item-new .details-in {
    padding: 15px;
}
.block-anons-item-new .details h5 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.block-anons-item-new .details .date {
    font-size: 35px;
    font-weight: 700;
    line-height: 15px;
    color: #5194a3;
}
.block-anons-item-new .details .date span {
    font-size: 11px;
}
.boss-block {
	border-radius: 50px;
    padding: 25px;
    border: 1px #dadada solid;
}
.boss-block .img-boss {
	padding: 20px;
    margin-bottom: 10px;
}
.details-boss h5 {
	font-size: 24px;
	font-weight: 700;
}
.details-boss p {
	font-size: 12px;
	font-weight: 500;
	color: #707070;

}
.links-boss li>a {
    text-decoration: underline;
    font-weight: 500;
}
.news-faq-block-in .accordion-button {
	font-size: 16px;
	font-weight: 700;
}
.news-faq-block-in .accordion-button:not(.collapsed) {
    color: #5194a3;
    background-color: #fff;
    box-shadow: none;
}
.news-faq-block-in .accordion-item {
    border: 0px;
}
.news-faq-block-in .accordion-header {
    border-bottom: 1px solid #eee;
}
.partners .item {
    padding: 25px;
}
.partners .item img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	width: 100%;
}
	.newsletter {
    padding: 50px 0px;
    background: #5194a3;
    color: #fff;
}
		.newsletter .first-block {

		}
		.newsletter .first-block h5 {

font-size: 24px;
font-weight: 700;

		}
		.newsletter .first-block p {
font-weight: 500;
		
		}
		.newsletter .second-block input {
	    border-radius: 0px;
    padding: 20px;	
		}
		.newsletter .second-block button {
    padding: 10px;
    height: 100%;
    background: transparent;
    border: 2px #fff solid;
    color: #ffff;

		}
		footer {
		    background: #f5f5f5;
		}
		.foot-contacts .contacts-footer {

}
.foot-contacts .contacts-footer h2 {
text-transform: uppercase;
font-size: 24px;
font-weight: 700;

}
.foot-contacts .contacts-footer p {
font-weight: 500;
}
.foot-contacts .contacts-footer ul {
font-size: 16px;
font-weight: 600;
}
.foot-contacts .contacts-footer a {
color: #000000;

}
.foot-contacts .contacts-footer>.item {
	border: 1px #c1c1c1 solid;
    padding: 0px 55px;
}
.foot-contacts .contacts-footer .social-links-block-footer .item {
	font-size: 32px;
    display: inline-block;
    margin-right: 15px;
}
.timecomp-footer  {
	line-height: 0px;
    font-size: 15.5px;
}
.footbar {
    padding: 50px 0px;
    color: #000;
    font-weight: 500;
    background-position: top right;
    background-repeat: no-repeat;
}
.footbar h5 {
    font-size: 19px;
    font-weight: 700;
}
.footbar a {
    color: #363636;
    font-size: 15px;
}
.footbarx {
    padding: 10px 0px;
    background: #5194a3;
    color: #fff;
}
a.button-menu {
    background: #5194a3;
    color: #fff;
    display: block;
    padding: 15px;
}
.borderradaa {
	border-radius: 50px;
}
.block-counter-main {
    padding: 100px 0px;
	background: #4f92a1;
	background-image: linear-gradient(0deg, rgb(37 108 127), rgb(82 149 164));
    background-size: cover;
    background-position: center;
}
.block-counter-main h2 {
	text-align: center;
    margin-bottom: 60px;
    color: #fff;
    font-weight: 700;
}
.block-counter-main .item {
    display: block;
    font-weight: 700;
    text-align: center;
    color: #fff;
    height: 160px;
    border-radius: 50px;
    border: 1px #fff solid;
    padding: 35px;
}
.block-counter-main .item .counter {
    font-size: 25px;
}
.block-counter-main .item .text-counter {
    font-weight: 500;
    font-size: 16px
}

	.ads-all .item {
    padding: 20px;
    border: 1px #000000 solid;
    color: #000;
}
.ads-all .item .btn-download {
    margin: auto 0px auto auto;
    font-size: 40px;
}
.ads-all .item .text-z {
    font-size: 15px;
    font-weight: 600;
}
.ads-all .item:hover {
	background: #f4f4f4;
}
.files-all {

}
.files-all .item {
    padding: 20px;
    border: 1px #000000 solid;
    color: #000;
}
.files-all .item .btn-download {
    margin: auto 0px auto auto;
    font-size: 40px;
}
.files-all .item .text-z {
    font-size: 15px;
    font-weight: 600;
}
.files-all .item:hover {
	background: #f4f4f4;
}

@media (min-width: 1200px) {
.nav-bar .logo p {
    font-size: 20px;
    font-weight: 500;
}
}