html,body {
    background-color:#A2D9F7;
        font-family: "etelka-pro", "Arial", sans-serif;
    color: #5B5B5B;
}
.control-block__text {
    padding: 0 0 0 75px;
    font: 15px / 20px 'MagistralC-Bold', Sans-serif;
}
.control-block__text2 {
    padding: 0 0 0 75px;
    font: 12px 'MagistralC-Bold', Sans-serif;
    color: #000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
.navbar {
    margin-bottom: 0;
    background: #0576AE;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.nav-link {color:#fff;}
.bg-footer {
    background: #f3f3f3;
}
.news-detail {
    background-color:#fff;
}



.border-gradient1 {
border-bottom: 10px solid transparent;
border-image: linear-gradient(to right, #ffcd6d , #ffc458);
-moz-border-image: -moz-linear-gradient(to right, #ffcd6d , #ffc458);
-webkit-border-image: -webkit-linear-gradient(to right, #ffcd6d , #ffc458);
border-image-slice: 1;
}
.fw-600{font-weight:600;}
.font08 {font-size:0.8rem;}
.bg-blue {background-color:#0576AE;}
.bg-main {background-color:#1e5f3d;}
a:hover {
    color:#405e47;
    border:none;
}
h1 {font-weight:700 !important;}

.nav-link:focus, .nav-link:hover, .nav-lin:active {
    color: #F5D590 !important;
}
ul {
    padding-inline-start: 0;
}
li::marker {
	color: #405e47;
	font-size: 18px;
}


/* слайдер */
.slideshow {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    background: #000;
    margin: 20px 0;
}
.slideshow-item {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    animation: slideanim 40s infinite;
    pointer-events: none;
}
.slideshow-item:nth-child(1),
.slideshow-item:nth-child(1) img {
    animation-delay: 0;
}
.slideshow-item:nth-child(2),
.slideshow-item:nth-child(2) img {
    animation-delay: 10s;
}
.slideshow-item:nth-child(3),
.slideshow-item:nth-child(3) img {
    animation-delay: 20s;
}
.slideshow-item:nth-child(4),
.slideshow-item:nth-child(4) img {
    animation-delay: 30s;
}
.slideshow-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoom 40s infinite;
}
.slideshow-item-text {
    max-width: 50%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: rgba(255,255,255,0.7);
    color: #000;
    padding: 20px 30px;
    font-family: Verdana, sans-serif;   
}
.slideshow-item-text h5 {
    font-size: 22px;
    margin: 0 0 10px 0;
    color: #BFE2FF;
}
.slideshow-item-text p {
    font-size: 15px;
    margin-bottom: 10px;
}
@keyframes slideanim {
    12.5%{
        opacity: 1;
        pointer-events: auto;
    }
    25%{
        opacity: 1;
        pointer-events: auto;
    }    
    37.5%{
        opacity: 0;
    }
}
@keyframes zoom {
    50%{
        transform: scale(1.3);
    }    
}
@media screen and (max-width: 1100px){
    .slideshow-item-text{
        max-width: 75%;
    }
}
@media screen and (max-width: 456px){
    .slideshow-item-text {
        bottom: 0;
        left: 0;
        max-width: 100%;
    }
    .slideshow-item-text h5 {
        font-size: 18px;
    }
    .slideshow-item-text p {
        font-size: 13px;
    }
}


.fancybox__container {
  --fancybox-color: #0d0c22;
  --fancybox-bg: #fff;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);

  flex-direction: column-reverse;
}

.fancybox__toolbar {
  --f-button-bg: #f3f3f4;
  --f-button-hover-bg: #e7e7e9;
  --f-button-active-bg: #e7e7e9;
  --f-button-color: #0d0c22;
  --f-button-hover-color: #0d0c22;

  --f-button-border-radius: 8px;

  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;

  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: none;

  padding: 30px;
  z-index: 10;
}

.fancybox__slide {
  padding: 12px 0px;
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 3px;
  --f-thumb-width: 88px;
  --f-thumb-height: 66px;
  --f-thumb-opacity: 1;
  --f-thumb-outline: 3px;
  --f-thumb-outline-color: #ea4c89;
  --f-thumb-border-radius: 6px;
  --f-thumb-offset: 4px;

  padding: 10px 100px 10px 26px;
  border-bottom: 2px solid #f3f3f4;
}

/* Align thumbnails on right side if not draggable */
.f-thumbs__viewport:not(.is-draggable) .f-thumbs__track {
  justify-content: flex-end;
}

.f-thumbs__slide__img {
  border-radius: 7px;
}
/* mobilemenu */
.mobile_menu_overlay, .mobile_menu_container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mobile_menu_container, .mobile_menu_container ul li ul{
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.mobile_menu_overlay{
	display: none;
	cursor: pointer;
	z-index: 10200;
	background: rgba(0, 0, 0, 0.5);
}
.mobile_menu_container{
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	width: 300px;
	overflow: hidden;
	z-index: 10201;
	background: #fff;
}
.mobile_menu_container.loaded{
   	-webkit-transform: translateX(0px);
   	transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content{
	overflow: auto;
	max-height: 100%;
	padding-bottom: 30px;
}
.mobile_menu_container ul{
	margin: 0;
	padding: 0;
}
.mobile_menu_container ul li{
	list-style: none;
}
.mobile_menu_container ul li a{
	display: block;
	padding: 15px 20px;
	line-height: 20px;
	font-size: 16px;
	background: #fff;
	color: #595959;
	text-decoration: none;
	font-weight: bold;
}
.mobile_menu_container ul li a.parent{
	padding-right: 50px;
	background: #fff url("images/arrow_right.svg") right 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a.parent:hover{
	background: #fff url("images/arrow_right.svg") right 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a.back{
	padding-left: 50px;
	background: #fff url("images/arrow_left.svg") left 20px center no-repeat;
	background-size: 20px;
	box-sizing: border-box;
	min-height: 50px;
}
.mobile_menu_container ul li a.back:hover{
	background: #fff url("images/arrow_left.svg") left 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a:hover{
	background: #fff;
}
.mobile_menu_container ul li ul{
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 2;
}
.mobile_menu_container ul li ul.loaded{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.mobile_menu_container ul li ul.activity{
	overflow-y: auto;
	overflow-x: hidden;
}

@media (max-width: 420px){
	.mobile_menu_container{
		width: 240px;
	}
}

.dropdown-menu {
        display:none;
    background:#008DD2;
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    box-shadow:0 5px 5px rgba(0,0,0,0.3);
}
.dropdown-item {
    color:#fff;
    white-space:normal;
}
.menu-bar:hover .dropdown-menu{
    display:block;
    position:absolute;
    z-index:9999;
}
/* mobilemenu */
