body {
	font-family: Open Sans, Arial, sans-serif;
	background: #fff;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	text-align: left;
	color: black; 
}
body.menu-show {
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%; 
}
body.no-scroll {
	height: 100%;
	overflow-y: hidden;
}

a {
	-webkit-transition: .1s all ease;
	-o-transition: .1s all ease;
	transition: .1s all ease;
	/*color: #1752dd; */
	color: #000;
}
a:visited, a:focus {
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #1752dd;
	outline: none !important; 
}

.font-size-10 {
	font-size: 10px !important;
}
.font-size-12 {
	font-size: 12px !important;
}
.font-size-14 {
	font-size: 14px !important;
}
.font-size-16 {
	font-size: 16px !important;
}
.font-size-18 {
	font-size: 18px !important;
}
.font-size-20 {
	font-size: 20px !important;
}
.font-size-25 {
	font-size: 25px !important;
} 

.overflow-h {
	overflow: hidden;
}
.overflow-a {
	overflow: auto;
}

.h-0 {
	height: 0;
}

/*Стиль ссылок для заголовков*/
.linka {
	color: #1752dd;
}

/* , .linka:focus */
.linka:hover {
	text-decoration: underline;	
}

.btn.btn-primary {
	background: #1752dd !important;
	border: 1px solid #1752dd !important;
	color: #fff !important; 
}
.btn.btn-primary:hover {
	border: 1px solid #1752dd;
	background: transparent;
	color: #1752dd; 
}
.btn.btn-primary.btn-outline-primary {
	border: 1px solid #1752dd;
	background: transparent;
	color: #1752dd; 
}
.btn.btn-primary.btn-outline-primary:hover {
	border: 1px solid transparent;
	background: #1752dd;
	color: #fff; 
}
.btn.btn-outline-white {
	border-color: rgba(255, 255, 255, 0.8);
	background: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border-width: 1px;
	color: #fff; 
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
	background: #fff;
	border-color: #fff;
	color: #1752dd; 
}
.btn.btn-primary:focus {
	outline: none !important;  
	box-shadow: none !important;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
	font-weight: 400; 
}
@media (max-width: 767.98px) {
	h1.adaptive {
		font-size: 20px;
	}
}

.text-primary {
	color: #1752dd !important; 
}

p.p-no-m {
	margin-bottom: 5px;
}

.top-menu-mt-100 {
	margin-top: 80px;
}
@media (max-width: 991.98px) {
	.top-menu-mt-100 {
		margin-top: 66px;
	} 
}

.bx-panel-margin-override {
	margin-top: 0px;
}


/* ------ ЗАГЛАВНОЕ МЕНЮ -------- */

.top-navbar-light {
	position: fixed;	
	top: 0px;
	left: 0;
	right: 0;
	z-index: 999; 
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); 
	
}
.top-navbar-light.top-navbar-light-overflow {
	overflow: auto;
}
@media ((min-width: 992px) and (max-width: 1139.98px)) {
	.top-navbar-light {
		padding: 0 1rem;
	}
	.top-navbar-light .nav-item.ml-auto {
		margin-left: 0 !important;
	}
	.top-navbar-light .lang-links.ml-5 {
		margin-left: 0 !important;
	}
	.top-navbar-light .nav-link {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}
@media (min-width: 1140px) {
	.top-navbar-light {
		padding: 0 3rem;
	}
}

.top-navbar-light .navbar-brand {
	color: #1752dd; 
}
.top-navbar-light .navbar-brand:hover {
color: #1752dd !important; 
}
@media (max-width: 991.98px) {
	.top-navbar-light .navbar-brand {
		color: #1752dd; 
	} 
}

.top-navbar-light .navbar-brand-text {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: black;
}
.top-navbar-light .navbar-brand-text.bvi-show {
	display: none;
}
.top-navbar-light .navbar-brand-text:focus,
.top-navbar-light .navbar-brand-text:active {
	color: black;
}
.top-navbar-light.top-navbar-light-transparent .navbar-brand-text,
.top-navbar-light.top-navbar-light-transparent .navbar-brand-text:focus,
.top-navbar-light.top-navbar-light-transparent .navbar-brand-text:active {
	color: white;
}
.top-navbar-light .navbar-brand-text span:after {
	content:"";
	display:inline-block;
	position:absolute;
	width:0%;
	height:2px;
	background:#0b57d0;
	left:0;
	bottom:-5px;
	opacity:0;
	visibility:hidden;
	width:0;
	transition:all .3s ease-in;
}
.top-navbar-light .navbar-brand-text:hover span:after {
	width:100%;
	opacity:1;
	visibility:visible;
}


.navbar .mainmenu {
	max-width: 1900px !important;
}

.navbar .mainmenu .navbar-brand.icon {
	padding: 0;
	margin-left: 0.9rem;
}
@media (max-width: 991.98px) {
	.navbar .mainmenu .navbar-brand.icon {
		padding: 4px 0;
	}
}
@media (max-width: 575.98px) {
	.navbar .mainmenu .navbar-brand.icon {
		margin-left: 0;
	}
}

.navbar .mainmenu .navbar-brand.icon img {
	max-height: 40px;
	filter: brightness(0) saturate(100%);
}
@media (max-width: 1200px) {
	.navbar .mainmenu .navbar-brand.icon img {
		max-height: 32px; /*25px*/
	}
}
@media (min-width: 992px) {
	.navbar .mainmenu .flags {
		display:none !important;
		opacity: 0 !important;
	}
}
.navbar .mainmenu .flags img {
	transform: scale(130%);
}

@media (max-width: 991.98px) {
	.top-navbar-light .navbar-nav {
		padding-bottom: 10px; 
	} 
}
.top-navbar-light .navbar-nav > .nav-item > .nav-link {
	font-size: 16px;
	padding-top: .9rem;
	padding-bottom: .9rem;
	padding-left: 20px;
	padding-right: 20px;
	color: black !important;
	font-weight: 600;
	opacity: 1 !important;
	text-transform: uppercase;	
}
.top-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
	color: black !important;
	background-color: white;
}
@media (max-width: 991.98px) {
	.top-navbar-light .navbar-nav > .nav-item > .nav-link {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0; 
	} 
}
.top-navbar-light .navbar-nav > .nav-item > .nav-link.active {
	color: #1752dd;
	font-weight: 800;
}

.top-navbar-light .navbar-nav > .nav-item .dropdown-menu {
	border: none;
	background: #fff;
	-webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41); 
}
.top-navbar-light .navbar-nav > .nav-item.top-seperator {
	position: relative;
	margin-left: 20px;
	padding-left: 20px; 
}
@media (max-width: 991.98px) {
	.top-navbar-light .navbar-nav > .nav-item.top-seperator {
		padding-left: 0;
		margin-left: 0; 
	} 
}
.top-navbar-light .navbar-nav > .nav-item.top-seperator:before {
	position: absolute;
	content: "";
	top: 10px;
	bottom: 10px;
	left: 0;
	width: 2px;
	background: rgba(255, 255, 255, 0.05); 
}
@media (max-width: 991.98px) {
.top-navbar-light .navbar-nav > .nav-item.top-seperator:before {
		display: none; 
	} 
}

.top-navbar-light .navbar-nav > .nav-item.cta > a {
	color: #fff;
	border: 1px solid #1752dd;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 18px;
	padding-right: 18px;
	margin-top: 4px;
	background: #1752dd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px; 
}
.top-navbar-light .navbar-nav > .nav-item.cta > a:hover {
	background: #1752dd;
	border: 1px solid #1752dd; 
}

.top-navbar-light .navbar-nav > .nav-item.cta > a span {
	display: inline-block;
	color: #fff; 
}

.top-navbar-light .navbar-nav > .nav-item.cta.cta-colored a {
	border: 1px solid #2c2f3a;
	background: #2c2f3a !important; 
}

.top-navbar-light .navbar-nav > .nav-item.active > a {
	color: #1752dd; 
}
.top-navbar-light .navbar-toggler {
	border: none;
	color: black !important;
	cursor: pointer;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .1em; 
}
.top-navbar-light .navbar-toggler:hover, 
.top-navbar-light .navbar-toggler:focus {
	text-decoration: none;
	/*color: #1752dd;*/
	outline: none !important; 
}

.top-navbar-light.scrolled {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	margin-top: -130px;
	background: #fff !important;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); 
}

@media (max-width: 991.98px) {
.top-navbar-light.scrolled .nav-item > .nav-link {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important; 
	} 
}

.top-navbar-light.scrolled .nav-item.active > a {
	color: #1752dd !important; 
}

.top-navbar-light.scrolled .nav-item.cta > a {
	color: #fff !important;
	background: #1752dd;
	border: none !important;
	padding-top: 0.5rem !important;
	padding-bottom: .5rem !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-top: 6px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px; 
}

.top-navbar-light.scrolled .nav-item.cta > a span {
	display: inline-block;
	color: #fff !important; 
}

.top-navbar-light.scrolled .nav-item.cta.cta-colored span {
	border-color: #1752dd; 
}

@media (max-width: 991.98px) {
	.top-navbar-light.scrolled .navbar-nav {
		background: none;
		border-radius: 0px;
		padding-left: 0rem !important;
		padding-right: 0rem !important; 
	} 
}

.top-navbar-light.scrolled .navbar-toggler {
	border: none;
	color: rgba(0, 0, 0, 0.5) !important;
	border-color: rgba(0, 0, 0, 0.5) !important;
	cursor: pointer;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .1em; 
}

.top-navbar-light.scrolled .nav-link {
	padding-top: 0.9rem !important;
	padding-bottom: 0.9rem !important;
	color: #000000 !important; 
}

.top-navbar-light.scrolled .nav-link.active {
	color: #1752dd !important; 
}

.top-navbar-light.scrolled.awake {
	margin-top: 0px;
	-webkit-transition: .3s all ease-out;
	-o-transition: .3s all ease-out;
	transition: .3s all ease-out; 
}

.top-navbar-light.scrolled.sleep {
	-webkit-transition: .3s all ease-out;
	-o-transition: .3s all ease-out;
	transition: .3s all ease-out; 
}
.top-navbar-light.scrolled .navbar-brand {
	color: #000000; 
}

@media (max-width: 991.98px) {
	.navbar .mainmenu .navbar-collapse ul.navbar-desktop {
		display:none !important;
		opacity: 0 !important;
	}
}
@media (min-width: 992px) {
	.navbar .mainmenu .navbar-collapse ul.navbar-mobile {
		display:none !important;
		opacity: 0 !important;
	}
}

@media (max-width: 991.98px) {
	.navbar .mainmenu {
		padding: 0 15px;
	}
}

@media (min-width: 992px) {
	.container.mainmenu {
		padding: 0;
	}
}

.navbar .mainmenu .navbar-collapse ul li {
	display: inline-block;
	position: relative;
}

.navbar .mainmenu .navbar-collapse ul li a .fa-caret-down,
.navbar .mainmenu .navbar-collapse ul li a .fa-caret-right {
	font-size: 10px;
	transform: rotate(0deg);
	-webkit-transition: linear 0.2s;
	-o-transition: linear 0.2s;
	transition: linear 0.2s;
}

.navbar .mainmenu .navbar-collapse ul li a .fa-caret-down.rotated,
.navbar .mainmenu .navbar-collapse ul li a .fa-caret-right.rotated {
	transform: rotate(90deg);
}

.navbar .mainmenu .navbar-collapse ul li .head-search-a {
	font-size: 20px;
	color: black;
	padding-bottom: 2px;
}

.navbar .mainmenu .navbar-collapse ul li .head-search-a:hover {
	color: #0b57d0;
}

#searchModal input {
	width: 90%;
}

.navbar .mainmenu .navbar-collapse ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.navbar .mainmenu .navbar-collapse ul li .dropdown li a {
	font-size: 14px;
	font-weight: 500;
	padding: 10px 14px;
	display: block;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	/*text-transform: capitalize;*/
}

.navbar .mainmenu .navbar-collapse ul li .dropdown li a.active {
	font-weight: 700;
	color: black !important;
}

.navbar .mainmenu .navbar-collapse ul li .dropdown li a:active {
	color: black;
}

.navbar .mainmenu .navbar-collapse ul.navbar-desktop {
	width: 100%;
	min-height: 80px;
}

.navbar .mainmenu .navbar-collapse ul.navbar-desktop .fa-caret-down {
	font-size: 16px;
}

.navbar .mainmenu .navbar-collapse ul.navbar-desktop li > a > span {
	position: relative;
}

.navbar .mainmenu .navbar-collapse ul.navbar-desktop li > a > span:after {
	content:"";
	display:inline-block;
	position:absolute;
	width:0%;
	height:2px;
	background:#0b57d0;
	left:0;
	bottom:-5px;
	opacity:0;
	visibility:hidden;
	width:0;
	transition:all .3s ease-in;
}

.navbar .mainmenu .navbar-collapse ul.navbar-desktop li:hover > a > span:after {
	width:100%;
	opacity:1;
	visibility:visible;
}

.navbar .mainmenu .navbar-collapse ul.navbar-desktop li .dropdown {
	position: absolute;
	width: max-content;
	min-width: 100px;
	background: #ffffff;
	z-index: 99;
	left: 0;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 4px 13px 30px rgba(0, 0, 0, 0.15);
	box-shadow: 4px 13px 30px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0 !important;
}

.navbar .mainmenu .navbar-collapse ul.navbar-desktop li .dropdown.visible,
.navbar .mainmenu .navbar-collapse ul.navbar-desktop li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	top: 58px;
}

.navbar .mainmenu .navbar-collapse ul.navbar-desktop li .dropdown li a:hover {
	color: black !important;
	background-color: white;
}

.navbar .mainmenu .navbar-collapse ul.navbar-desktop li a:has(+ .dropdown:hover) {
	/*background-color: #0b57d0;
	color: #fff !important;*/
}

.navbar .mainmenu .navbar-collapse ul.navbar-mobile .fa-caret-right {
	font-size: 14px;
}

.navbar .mainmenu .navbar-collapse ul.navbar-mobile li a.nav-link {
	margin-top: 1rem;
	padding-top: 0;
}

.navbar .mainmenu .navbar-collapse ul.navbar-mobile li .dropdown-div-search {
	margin-top: 6px; 
}

.navbar .mainmenu .navbar-collapse ul.navbar-mobile li .dropdown-div-search input {
	width: 100%;
}

.navbar .mainmenu .navbar-collapse ul.navbar-mobile li .dropdown {
	width: max-content;
	z-index: 99;
	left: 0;
	top: 10px;
	/*display: none;*/
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0 !important;
}

.navbar .mainmenu .navbar-collapse ul.navbar-mobile li .dropdown.show {
	display: block;
}

.navbar .mainmenu .navbar-collapse ul.navbar-mobile li .dropdown li a {
	color: black;
	padding: 4px 20px;
}

.navbar .mainmenu .navbar-collapse ul.navbar-mobile li .dropdown li a:hover {
	color: black;
}

.navbar .mainmenu .navbar-collapse ul li .dropdown li a:after {
	display: none;
}

.navbar .mainmenu .navbar-collapse ul li.active a:after {
	opacity: 1;
}

.navbar .mainmenu .navbar-collapse ul li:hover>a:after {
	opacity: 1;
}

.navbar .mainmenu .navbar-collapse ul .lang-links a {
	display: inline-block;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.navbar .mainmenu .navbar-collapse ul .lang-links a img {
	width: 22px;
}

.navbar .mainmenu .navbar-collapse ul li .dropdown li a span {
	display: inline-block;
	position: relative;
}

.navbar .mainmenu .navbar-collapse ul li .dropdown li a span:after {
	content:"";
	display:inline-block;
	position:absolute;
	width:0%;
	height:1px;
	background:#282828;
	left:0;
	bottom:0;
	opacity:0;
	visibility:hidden;
	width:0;
	transition:all .3s ease-in;
}

.navbar .mainmenu .navbar-collapse ul li .dropdown li a:hover span:after {
	width:100%;
	opacity:1;
	visibility:visible;
}

/* для прозрачного меню */
.navbar .topline {
	background: transparent;
}

.top-navbar-light {
	transition: .2s all ease;
}

.top-navbar-light-transparent {
	background: transparent !important;
	box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1) !important;
	transition: .2s all ease;
}

.top-navbar-light-transparent .navbar-brand {
	color: #fff;
}

.top-navbar-light-transparent .flags a{
	color: #fff !important;
}

.top-navbar-light .navbar-brand.icon img {
	filter: brightness(0) saturate(100%) !important;
}

.top-navbar-light-transparent .navbar-brand.icon img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(155deg) brightness(102%) contrast(101%) !important;
}

.top-navbar-light-transparent .navbar-brand.icon img:hover {
	/*filter: brightness(0) saturate(100%) !important;*/
}

.top-navbar-light-transparent .mainmenu .navbar-collapse ul.navbar-desktop li a.nav-link {
	color: #fff !important;
}

.top-navbar-light-transparent .mainmenu .navbar-collapse ul.navbar-desktop li a.nav-link:hover {
	color: #fff !important;
	background: transparent;
}

.top-navbar-light-transparent .mainmenu .navbar-collapse ul li .head-search-a {
	color: white;
}

.navbar .mainmenu .navbar-collapse ul.navbar-desktop li a:has(+ .dropdown:hover) {
	color: black !important;
	background: transparent;
}

.top-navbar-light-transparent .mainmenu .navbar-collapse ul.navbar-desktop li a:has(+ .dropdown:hover) {
	color: #fff !important;
	background: transparent;
}

/* мобильный вариант */
@media (max-width: 991.98px) {
	.top-navbar-light-transparent .navbar-toggler {
		color: #fff !important;
	}

	.top-navbar-light-transparent-override {
		background: #fff !important;
		box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1) !important;
	}
	
	.top-navbar-light-transparent-override .flags a{
		color: black !important;
	}
	
	.top-navbar-light-transparent-override .navbar-toggler {
		color: black !important;
	}

	.top-navbar-light-transparent-override .topline .container span {
		color: black !important;
	}

	.top-navbar-light-transparent-override .topline .container a {
		color: black !important;
	}

	.top-navbar-light-transparent-override .topline .container a:hover {
		color: black !important;
		background: #fff !important;
	}

	.top-navbar-light-transparent-override .navbar-brand.icon img {
		filter: brightness(0) saturate(100%) !important;
	}
}



.homepage-header-content.bvi-show {
	padding-top: 350px;	
	display: none;
}
.homepage-header-content.bvi-show h1 {
	letter-spacing: 1px !important;
	font-size: 30px !important;
}

@media (min-width:992px) {
	.br-mobile {
		display: none;
	}		
}

.custom-animate {
	opacity: 0;
	visibility: hidden; 
}
.custom-animate.custom-animated {
	opacity: 1;
	visibility: visible; 
}

.custom-section {
	padding: 3rem 0;
	padding-top: 3rem;
	padding-bottom: 3rem;
	position: relative;
}

.underline-a a {
	text-decoration: underline; 
	text-decoration-skip-ink: none;
}

.main-content-wrap {
	position: relative;
}

.bg-shadow:after {
	content:"";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	left: 0;
	bottom: 0;
	opacity: 1;
	visibility: visible;
	transition: all .3s ease-in;
	z-index: 950;
}

.hero-wrap {
	width: 100%;
	height: 100%;
	position: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative; 
}
@media (max-width: 1199.98px) {
	.hero-wrap {
		background-position: center center !important; 
	} 
}

.hero-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: .3;
	background: #000000; 
}
.hero-wrap.hero-wrap-2 {
	height: 700px; 
}
.hero-wrap.hero-wrap-2 .overlay {
	opacity: .3; 
}
.hero-wrap.hero-wrap-2 .slider-text {
	height: 700px; 
}

.slider-text .txt-rotate {
	display: inline-block;
}

.slider-text .txt-rotate > .wrap {
	position: relative; 
}
.slider-text .txt-rotate > .wrap:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	width: 5px;
	height: 100%;
	content: '';
	background: #1752dd;
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate; 
}

.slider-text h1 {
	font-size: 48px;
	color: #fff;
	line-height: 1.5;
	font-weight: 700;
	font-family: Open Sans, Arial, sans-serif; 
}
@media (max-width: 991.98px) {
	.slider-text h1 {
		font-size: 40px; 
	} 
}

.slider-text h1 span {
	color: #1752dd; 
}

.slider-text .subheading {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
	color: #1752dd;
	text-transform: uppercase;
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 800; 
}

.slider-text p {
	font-size: 18px;
	line-height: 1.5;
	color: #fff; 
}
.slider-text p strong {
	font-weight: 700; 
}
.slider-text p strong a {
	color: #000000; 
}

.slider-text .btn-custom {
	font-size: 16px;
	font-weight: 500;
	color: #fff; 
}

.slider-text .breadcrumbs {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	z-index: 99; 
}
.slider-text .breadcrumbs span {
	color: rgba(255, 255, 255, 0.5); 
}
.slider-text .breadcrumbs span i {
	color: rgba(255, 255, 255, 0.3); 
}
.slider-text .breadcrumbs span a {
	color: rgba(255, 255, 255, 0.7); 
}
.slider-text .breadcrumbs span a:hover, 
.slider-text .breadcrumbs span a:focus {
	color: #1752dd; 
}
.slider-text .breadcrumbs span a:hover i, 
.slider-text .breadcrumbs span a:focus i {
	color: #1752dd; 
}

.slider-text .bread {
	font-weight: 700 !important; 
}

.services-wrap {
	position: relative;
	z-index: 0; 
}
.services-wrap:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: '';
	height: 140px;
	background: #1752dd; 
}
@media (max-width: 767.98px) {
	.services-wrap:after {
		height: 100%; 
	} 
}

.services {
	width: 100%;
	background: #fff;
	padding: 20px;
	position: relative;
	border-radius: 4px;
	-webkit-box-shadow: 0px 15px 34px -10px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 15px 34px -10px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 15px 34px -10px rgba(0, 0, 0, 0.09); 
}

.services .icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.05);
	margin-bottom: 10px; 
}

.services .icon span {
	color: #1752dd;
	font-size: 30px; 
}

.services .text h3 {
	font-size: 18px;
	font-weight: 600; 
}
@media (max-width: 991.98px) {
	.services {
		margin-bottom: 30px; 
	} 
}
@media screen and (min-width: 768px) and (max-width: 1199px) 
{
	.services .icon span {
	color: #1752dd;
	font-size: 25px; 
	}

	.services .text h3 {
	font-size: 14px;
	font-weight: 600; 
	}
}
.services .btn-custom {
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #1752dd;
	margin: 0 auto;
	opacity: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

.services .btn-custom span {
	color: #fff; 
}

.services:hover .btn-custom {
	opacity: 1;
	bottom: -25px; 
}

.heading-section .subheading {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
	color: #1752dd; 
}

.heading-section h2 {
	font-size: 30px;
	font-weight: 700; 
}
@media (max-width: 767.98px) {
	.heading-section h2 {
		font-size: 28px; 
	} 
}

.heading-section.heading-section-white .subheading {
	color: rgba(255, 255, 255, 0.5); 
}

.heading-section.heading-section-white h2 {
	font-size: 40px;
	color: #fff; 
}

.heading-section.heading-section-white p {
	color: rgba(255, 255, 255, 0.9); 
}

.custom-next .icon-keyboard_backspace:before {
	transform: rotate(180deg);
	display: inline-block;
}

.services-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.services-container:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /*background: -webkit-linear-gradient(-45deg,rgba(88,195,255,.7),rgba(0,77,230,.7) 40%,rgba(0,59,177,.7));
  -webkit-transition: .3s cubic-bezier(.25,.8,.5,1);
  transition: .3s cubic-bezier(.25,.8,.5,1);*/
   opacity: .5;
   background: #000;
}

.services-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.services-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: .3s;
  transition: .3s;
}

.services-container .row .col {
  /*border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;*/
  outline: 1px solid #fff;
  outline-offset: -1px;
  -webkit-transition: .3s cubic-bezier(.25,.8,.5,1);
  transition: .3s cubic-bezier(.25,.8,.5,1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/* min-width: 310px;*/
  height: 250px;
  padding: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .4s cubic-bezier(.4,0,.6,1);
  transition: all .4s cubic-bezier(.4,0,.6,1);
}

.services-container .row .col h5 {
	width: 100%;
	color: #fff;
	transition: .3s cubic-bezier(.25,.8,.5,1);
}

.services-container .row .col:hover {
	
	background-color: #0b57d0;
  -webkit-transition: .3s cubic-bezier(.25,.8,.5,1);
  transition: .3s cubic-bezier(.25,.8,.5,1);
}

.services-container .row .col:hover h5 {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.icon-video-wrap {
	width: 80px;
	height: 80px;
	transition: all 0.3s ease;
}

.icon-video {
	width: 80px;
	height: 80px;
	background: #1752dd;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%; 
}
@media (min-width: 768px) {
	.icon-video {
		margin-right: -35px; 
	} 
}

.icon-video span {
	font-size: 20px;
	color: #fff; 
}

.case-video {
	/*height: 300px;*/
	margin-bottom: 30px;
	z-index: 0;
	position: relative;
	-webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14); 
}
.case-video:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .5;
	background: #000;
}
.case-video:hover .icon-video-wrap  {
	transform: scale(150%);
} 
    
.banner:after 
{
	 content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
   opacity: .5;
   background: grey;
}

.blog-entry {
	overflow: hidden; 
}
@media (min-width: 768px) {
	.blog-entry {
		margin-bottom: 30px; 
	} 
}
@media (max-width: 767.98px) {
	.blog-entry {
		margin-bottom: 30px; 
	} 
}

.blog-entry .text {
	position: relative;
	background: #fff;
	width: 100%;
	margin: 0 auto; 
}

.blog-entry .text .topper {
	margin-top: -61px;
	position: absolute;
	top: 0;
	left: 20px;
	background: #1752dd; 
}
.blog-entry .text .topper:after {
	position: absolute;
	bottom: -9px;
	left: 20px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #1752dd transparent transparent transparent; 
}

.blog-entry .text .heading {
	font-size: 18px;
	margin-bottom: 16px;
	font-weight: 500; 
	height: 55px; 
	overflow: hidden; 
}

.blog-entry .text .heading a {
	color: #000000; 
}
.blog-entry .text .heading a:hover, 
.blog-entry .text .heading a:focus, 
.blog-entry .text .heading a:active {
	color: #1752dd; 
}

.blog-entry .meta > div {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0;
	font-size: 14px; 
}

.blog-entry .meta > div a {
	color: gray;
	font-size: 15px; 
}
.blog-entry .meta > div a:hover {
	color: #666666; 
}

.blog-entry .one {
	width: 70px; 
}

.blog-entry .two {
	width: calc(100% - 70px); 
}

.blog-entry span.day {
	font-size: 44px;
	font-weight: 300;
	color: #fff;
	line-height: 1; 
}

.blog-entry span.yr, 
.blog-entry span.mos {
	font-size: 13px;
	line-height: 1.6;
	display: block;
	color: rgba(255, 255, 255, 0.7); 
}

.blog-entry .block-50 {
	height: 120px;
	overflow: hidden;
	position: relative;
}
.blog-entry .block-50::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,hsla(0,0%,100%,.4)),to(#fff));
	background-image: linear-gradient(180deg,hsla(0,0%,100%,.4),#fff);
	-webkit-transition: .3s cubic-bezier(.25,.8,.5,1);
	transition: .3s cubic-bezier(.25,.8,.5,1);
}

.block-news-card {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: block;
	width: 100%;
	height: 270px; 
	transition: .3s all ease;
}

.blog-entry:hover .block-news-card {
	transform: scale(1.1);
}

.yellow-line {
	position: relative;
	text-align: center !important;
}

@media (min-width: 992px) {
  .yellow-line > .col::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0b57d0;
    top: 32px;
    left: 0;
  }
}

.timeline-year {
  color: #fff;
  background-color: #0b57d0;
  width: 64px;
  height: 64px;
  line-height: 64px;
  margin: 0 auto;
  position: relative;
}

.timeline-year:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
    border-top-color: transparent;
  border-top-color: #0b57d0;
  left: 50%;
  margin-left: -5px;
  top: 100%;
}

.form-control {
	height: 52px !important;
	background: #fff !important;
	color: #000000 !important;
	font-size: 18px;
	border-radius: 5px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important; 
}
.form-control:focus, 
.form-control:active {
	border-color: #000000; 
}

textarea.form-control {
height: inherit !important; }

.h-bg-section {
	position: relative;
	background: url("/img/bg_22.jpg") center center no-repeat;
	background-position-y: 54%; /* 78% */
	background-size: cover;
}

.h-bg-section:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
}

.h-bg-section .row {
	height: 250px;
}
@media (max-width: 767.98px) {
	.h-bg-section .row {
		height: 200px;
	}
}

.h-bg-section .col {
	height: inherit;
}

.h-bg-section h1 {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
}
@media (max-width: 767.98px) {
	.h-bg-section h1 {
		font-size: 18px;
		line-height: 1.25;
	}
}

.h-bg-section .bread-div {
	position: absolute;
	bottom: 3px;
	max-height: 90px;
	line-height: 1.3;
}
@media (max-width: 767.98px) {
	.h-bg-section .bread-div {
		font-size: 14px;
	}
}

.h-bg-section .bread-div a {
	color: #fff;
	font-weight: 600;
}

.h-bg-section .bread-div font {
	color: #fff;
}

.h-bg-section .bread-div a:hover {
	color: #1752dd;
}

.h-bg-section .bread-div .fa {
	font-size: 10px;
}

@media (max-width: 991.98px) {
	.regular-nav {
		display: block;
	}
}

.regular-nav a {
	padding: 3px;
	font-size: 18px;
}

.regular-nav a.active {
	color: #fff;
	background-color: #0b57d0;
}

.regular-nav a:hover {
	color: #fff;
	background-color: #0b57d0;
}

.block-paginator ul {
	padding: 0;
	margin: 0; 
}

.block-paginator ul li {
	display: inline-block;
	margin-bottom: 4px;
	font-weight: 400; 
}

.block-paginator ul li a, .block-paginator ul li span {
	color: gray;
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #e6e6e6; 
}

.block-paginator ul li.active a, 
.block-paginator ul li.active span {
	background: #1752dd;
	color: #fff;
	border: 1px solid transparent; 
}

.tagcloud a {
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 7px;
	margin-right: 4px;
	border-radius: 4px;
	color: #000000;
	border: 1px solid #ccc;
	font-size: 11px; 
}
.tagcloud a:hover {
	color: white;
	border: 1px solid #1752dd; 
	background-color: #1752dd;
}

.sidebar-box {
	margin-bottom: 40px;
	font-size: 15px;
	width: 100%;
	float: left;
	background: #fff; 
	padding: 2px 8px;
}
.sidebar-box *:last-child {
	margin-bottom: 0; 
}

.sidebar-box h3 {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: 700; 
}

.search-form .form-group {
	position: relative; 
}

.search-form .form-group input {
	padding-right: 50px;
	font-size: 14px; 
}

.search-form .icon {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); 
}

.news-data {
	font-size: 14px;
}

.block-news-side .blog-img {
	display: block;
	height: 80px;
	width: 80px; 
	margin-top: 6px;
}

.block-news-side .text {
	width: calc(100% - 100px); 
}

.block-news-side .text .heading {
	font-size: 16px;
	font-weight: 400; 
}

.block-news-side .text .heading a {
	color: #000000; 
	display: inline-block;
}
.block-news-side a:hover .text .heading {
	color: #1752dd; 
}

.block-news-side .text .meta > div {
	display: inline-block;
	font-size: 12px;
	margin-right: 5px; 
}

.block-news-side .text .meta > div a {
	color: gray; 
}

.toleft-toright .bot-nav {
	display: inline-block;
	text-wrap: balance;
}

.news-detail-desc iframe {
	width: 100% !important;
	margin-top: 10px;
}

.img,
.blog-img,
.user-img {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; 
}

.exec-block {
	padding: 10px;
	position: relative;
	margin-bottom: 20px;
	transition: all .2s cubic-bezier(.4,0,.6,1);
}

.exec-block:hover {
	box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
}

.exec-block .text {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 10px;

}
  @media (max-width: 991.98px) 
  {
  	.exec-block .text h3{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;

}
  
   }
.exec-block .text span {
	font-size: 14px;
	min-height: 45px;
	display: inline-block;
}

.exec-block .img-wrap {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: block;
	width: 100%;
	height: 350px;
}

.exec-block .img-wrap .overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	display: none;
	background: rgba(0, 0, 0, 0.5);
	transition: all .2s cubic-bezier(.4,0,.6,1);
}

.exec-block .img-wrap .overlay span {
	color: white;
	opacity: 1;
	font-weight: 500;
	font-size: 20px;
}

.exec-block:hover .img-wrap .overlay {
	z-index: 100;
	display: block;
	opacity: 1;
}

.regular-nav .fa-chevron-right {
	font-size: 10px;
}

@media (min-width: 992px) {
	.regular-nav .fa-chevron-right {
		display: none;
	}
}

.bread-container {
	font-size: 14px;	
}


.search-page #q {
	width: 100%;
}

.search-page #clearButton {
	position: absolute;
	left: -31px;
	height: 100%;
	font-size: 20px;
	padding: 0 8px;
	z-index: 100;
}

.search-page .result-a {
	display: inline-block;
	width: 100%;
}

.search-page .result-head {
	font-size: 18px;
	margin-bottom: 0.25rem !important;
}


.accordion.departments .faq-answer {
    padding-left: 50px;
}
@media (max-width: 991.98px) {
	.accordion.departments .faq-answer {
		padding-left: 30px;
	}
}
@media (max-width: 767.98px) {
	.accordion.departments .faq-answer {
		padding-left: 20px;
	}
}
@media (max-width: 575.98px) { 
	.accordion.departments .faq-answer {
		padding-left: 0px;
	}
}

#accordionFaq .accordion-div-header
{
	cursor: pointer;
}

#accordionFaq .accordion-div-header[aria-expanded="true"]
{
	background: #1752dd;
}

#accordionFaq .accordion-div-header[aria-expanded="true"] .accordion-div-header-span
{
	color: white;
}
 
#accordionFaq .accordion-div-header-span
{
	display: inline-block;
	width: 90%;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	padding: 0.75rem;
/*	transition: linear 0.1s; */
}

#accordionFaq .trianglespan,
.accordionFaqChild .trianglespan-ch
{
	display: inline-block;
	transition: linear 0.2s;
	transform: rotate(-90deg);
	margin-right: 10px;
}

#accordionFaq .accordion-div-header[aria-expanded="true"] .accordion-div-header-span .trianglespan,
.accordionFaqChild .accordion-div-header-ch[aria-expanded="true"] .accordion-div-header-span-ch .trianglespan-ch
{
	transform: rotate(0deg);
}

.accordionFaqChild .accordion-div-header-ch
{
	cursor: pointer;
	border: 1px solid #DDDDDD;
	position: relative;
	margin-bottom: 20px;
	padding: 0;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.accordionFaqChild .accordion-div-header-ch[aria-expanded="false"]:hover {
	z-index: 1;
	border: 1px solid #1752dd;
	color: #1752dd;
}

.accordionFaqChild .accordion-div-header-ch[aria-expanded="false"]:hover::after {
	width: 100%;
}

.accordionFaqChild .accordion-div-header-ch[aria-expanded="false"]::after {
	content: "";
	position: absolute;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: width;
	transition-property: width;
	z-index: -1;
	background: #F0F5FB;
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
}

.accordionFaqChild .accordion-div-header-ch[aria-expanded="true"]
{
	background: #1752dd;
}

.accordionFaqChild .accordion-div-header-ch[aria-expanded="true"] .accordion-div-header-span-ch
{
	color: white;
}

.accordionFaqChild .accordion-div-header-span-ch
{
	display: inline-block;
	width: 100%;
	padding: 10px 8px;
}

.modal-personal img {
	width: 220px;
}
@media (min-width: 576px){
	.modal-personal img {
		float: left;
		margin: 0 30px 14px 0;
	}
}

.trianglespanlib {
	display: inline-block;
	transition: all linear 0.2s, color 0s;
	font-size: 12px;
}

a[aria-expanded="false"] .trianglespanlib {	
	transform: rotate(-90deg);
}

/** стиль для списка с № **/
.listv {
	margin: 10px 0 0;
	padding:0;
	list-style: none;
	/*counter-reset: li;*/
}
.listv li {
	border: 1px solid #DDDDDD;
	position: relative;
	margin-bottom: 20px;
	/*padding: 10px 5px;*/
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.listv li:hover {
	z-index: 1;
	border: 1px solid #1752dd;
}
.listv li:before {
	border: 1px solid #1752dd;
	position: absolute;
	top: -14px;
	padding: 2px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #1752dd;
	background: #F7FAFD;
	/*counter-increment: li;
	content: counter(li);*/
	content: attr(value);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.listv li:hover:before {
	border: 1px solid #1752dd;
	background: #1752dd;
	color: #FFF;
	-webkit-transform: translate(-12px, 0);
	-ms-transform: translate(-12px, 0);
	-o-transform: translate(-12px, 0);
	transform: translate(-12px, 0);
}
.listv li:after {
	content: "";
	position: absolute;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: width;
	transition-property: width;
	z-index: -1;
	background: #F0F5FB;
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
}
.listv li:hover:after {
	width: 100%;
}

.listv li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 10px 8px;
}

.listv li.nn:before  {
	display: none;
}

.library-div iframe {
	width: 100%;
	height: 600px;
	border: none;
}
@media (max-width: 767.98px) {
	.library-div iframe {
		height: 500px;
	}
}
@media (max-width: 575.98px) {
	.library-div iframe {
		height: 400px;
	}
}

.news-div-height-limit {
	max-height: 420px;
	/*transition: max-height 3s ease-in-out;*/
	overflow: hidden;
	position: relative;
}
.news-div-height-limit-shadow::after { 
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,hsla(0,0%,100%,.5)),to(#fff));
	background-image: linear-gradient(180deg,hsla(0,0%,100%,.5),#fff);
	-webkit-transition: .3s cubic-bezier(.25,.8,.5,1);
	transition: .3s cubic-bezier(.25,.8,.5,1);
}
.news-div-height-limit-increase {
	max-height: 40000px;
}


/* ---------------- ФУТЕР ------------- */

.bottom-footer {
	font-size: 16px;
	background: black;
	padding: 0; 
}

.bottom-footer .logo {
	font-size: 34px !important;
	text-transform: uppercase;
	font-weight: 800 !important;
	line-height: 1; 
}

.bottom-footer .logo a {
	color: #fff; 
}

.bottom-footer .logo a span {
	color: #1752dd;
	font-size: 16px !important;
	display: block; 
}

.bottom-footer-logo {
	display: inline-block;
}

.bottom-footer-logo div {
	background: url(../img/uiip.png);
	width: 255px;
	height: 300px;
	background-position: center;
	background-size: cover;
}

.bottom-footer-logo img {
	max-width: 255px;
}

.bottom-footer .bottom-footer-widget h2 {
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 400; 
}

.bottom-footer .bottom-footer-widget ul li a {
	color: #fff; 
}
.bottom-footer .bottom-footer-widget ul li a:hover {
	color: #1752dd; 
}

.bottom-footer .bottom-footer-widget ul li a span {
	color: #fff; 
}
.bottom-footer .bottom-footer-widget ul li a:hover span {
	color: #1752dd; 
}

.bottom-footer .bottom-footer-widget .d-ib {
	display: inline-block;
}

.bottom-footer .bottom-footer-widget .logo-p {
	margin-bottom: 5px !important;
}
.bottom-footer .bottom-footer-widget .logo-a {
	display: inline-block;
}

.bottom-footer .bottom-footer-widget .logo-a img {
	height: 100px !important;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(155deg) brightness(102%) contrast(101%) !important;
}
.bottom-footer .bottom-footer-widget .logo-a:hover img {
	filter: invert(20%) sepia(92%) saturate(3209%) hue-rotate(223deg) brightness(90%) contrast(92%) !important;
}

.bottom-footer .bottom-footer-widget .btn-primary {
	background: #fff !important;
	border: 2px solid #fff !important; 
}
.bottom-footer .bottom-footer-widget .btn-primary:hover {
	background: #fff;
	border: 2px solid #fff !important; 
}

.bottom-footer p {
	color: rgba(255, 255, 255, 255); 
}

.bottom-footer a {
	color: rgba(255, 255, 255, 255); 
}
.bottom-footer a:hover {
	color: #1752dd; 
}

.bottom-footer .bottom-heading-2 {
	font-size: 17px;
	font-weight: 400;
	color: #000000;
	position: relative; 
}

.bottom-footer .opening-hours h4 {
	color: #1752dd;
	font-size: 16px; 
}
.bottom-footer .opening-hours p span {
	color: rgba(255, 255, 255, 0.9); 
}

.bottom-footer-social li {
	list-style: none;
	margin: 0 10px 0 0;
	display: inline-block; 
}

.bottom-footer-social li a {
	height: 50px;
	width: 50px;
	display: block;
	float: left;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 50%;
	position: relative; 
}
.bottom-footer-social li a:hover {
	color: #fff; 
}

.bottom-footer-social li a span {
	position: absolute;
	font-size: 26px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 
}

.bottom-bg-dark {
	background: #3c312e; 
}

.bottom-footer .logoline {
	min-width: 100%;
	margin: 0;
	padding: 10px 0 5px 0;
}

.bottom-footer .logoline .container .row > div {
	margin: 0 5px 5px;
}

.bottom-footer .logoline img {
	max-width: 100%;
	height: auto;
	border: 2px solid transparent;
}

.bottom-footer .logoline img:hover {
	border-color: #0b57d0;
}

.bottom-footer .bottomline {
	min-width: 100%;
	margin: 0;
	padding: 0;
	background-color: #0b57d0;
}

.bottom-footer .bottomline .bottomline-text {
	color: #ffffff;
}

.bottom-footer > .container {
	padding-top: 20px;
}

.block-footer ul {
	padding: 0; 
}

.block-footer ul li, 
.block-footer ul li > a {
	display: table;
	line-height: 1.5;
	margin-bottom: 10px; 
}

.block-footer ul li span {
	color: #fff; 
}

.block-footer ul li .icon, .block-footer ul li .text {
	display: table-cell;
	vertical-align: top; 
}

.block-footer ul li .icon {
	width: 40px;
	font-size: 18px;
	padding-top: 2px;
	color: white; 
}

.block-footer ul li i {
	width: 40px;
}


/* ----------------ЛОАДЕР----------- */
#custom-loader {
	position: fixed;
	width: 96px;
	height: 96px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	border-radius: 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
	-o-transition: opacity .2s ease-out, visibility 0s linear .2s;
	transition: opacity .2s ease-out, visibility 0s linear .2s;
	z-index: 1000; 
}

#custom-loader.fullscreen {
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none; 
}

#custom-loader.show {
	-webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
	-o-transition: opacity .4s ease-out, visibility 0s linear 0s;
	transition: opacity .4s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1; 
}

#custom-loader .circular {
	-webkit-animation: loader-rotate 2s linear infinite;
	animation: loader-rotate 2s linear infinite;
	position: absolute;
	left: calc(50% - 24px);
	top: calc(50% - 24px);
	display: block;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg); 
}

#custom-loader .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: loader-dash 1.5s ease-in-out infinite;
	animation: loader-dash 1.5s ease-in-out infinite;
	stroke-linecap: round; 
}

@keyframes loader-rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}


/* ------------BACK TO TOP--------------- */
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.back-to-top.show {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
    z-index: 900;
}
.back-to-top a {
    font-size: 1.5rem;
    text-align: center;
    line-height: 2;
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #1752dd;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	outline: 1px solid #1752dd !important;
}
.back-to-top a:hover {
    background: #fff;
    color: #1752dd;
}
@media only screen and (max-width:576px) {
	.back-to-top a {
		width: 30px;
		height: 30px;
	}  
}








