* {
	outline: 0 !important;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*Full screen page*/
#page-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#main {
	flex: 1 0 auto;
}

#footer {
	flex: 0 0 auto;
}
.about {
    margin-top: 50px;
}
/* End full screen page*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
}
html {
	height: 100%;
}
body {
	font-family: "Inter", sans-serif;
	font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
	color: #222;
}
a {
	color: #000;
	transition: ease-in-out 0.3s;
	text-decoration: none;
}
a:link,
a:visited {
	color: #181818;
}
a:hover {
	color: #2744a0;
	transition: ease-in-out 0.3s;
}
ul {
	margin: 0 0 0 15px;
}
p {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0 5px 0 5px;
}
.clr {
	clear: both;
}
.container {
	max-width: 96%;
	margin: 0 auto;
	padding: 0 15px;
}
#header {
	padding: 2% 0 4%;
}
.top {
	display: inline-block;
}
.logo {
	max-width: 350px;
	display: inline-block;
}
img.logoim {
	max-width: 100%;
}
#nav {
	padding-top: 2%;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline-block;
	padding: 15px 30px 15px 10px;
	position: relative;
	width: 80%;
}
#nav ul li a {
	display: block;
	font-family: "Fira Sans", sans-serif;
	margin: 0;
	line-height: 32px;
	color: #212121;
	text-decoration: none;
	font-size: 23px;
	font-weight: 600;
}
#nav ul.nav li.parent:before {
	content: "";
	border: solid #222222;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%) rotate(45deg);
	transition: ease-in-out 0.5s;
}
#nav ul.nav li.parent:hover:before {
	transform: translateY(-50%) rotate(-45deg);
	transition: ease-in-out 0.5s;
}

#nav li ul {
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	top: 0;
	z-index: 100;
	margin-left: -8px;
	background: #ffffff;
	box-shadow: 0px 0px 4px #a7a7a7;
	border-radius: 3px;
	display: none;
}
#nav li:hover ul {
	display: block;
}

#nav li ul li {
	background: none;
	padding: 0 !important;
	top: 0;
	position: relative;
}
#nav li.active ul li a {
}
#nav ul li ul li:after {
	content: normal;
}

#nav li ul li a {
	display: block;
	width: 200px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	color: #404040;
	text-transform: none;
	font-weight: 400;
	padding: 12px 8px 9px 23px;
}

#nav li ul li a:hover {
	background: #fff9eb;
	transition: all 0.5s;
}
ul.breadcrumb {
	display: flex;
	margin: 0;
	align-items: center;
	font-size: 14px;
	padding-left: 1.3%;
}
ul.breadcrumb li {
	display: inline-block;
	color: #777;
	white-space: nowrap;
}
ul.breadcrumb li.active span {
	padding-left: 3px;
	font-size: 14px;
	white-space: normal;
}
#leftbar-w {
	padding: 0;
	width: 230px;
	float: left;
}
#rightbar-w {
	margin-right: 12px;
	padding: 0;
	width: 230px;
	float: right;
}
#sidebar {
	padding: 0;
}
#sidebar .module {
	padding: 6px 0 6px 0;
	margin: 0;
}
#sidebar .module-title {
	font-size: 16px;
	font-weight: 100;
	margin: 0;
	height: 24px;
	line-height: 24px;
	color: #fff;
	padding: 0 0 0 22px;
	font-family: Tahoma, sans-serif;
}
#leftbar-w .module-title {
	padding: 0 0 0 15px;
}
#rightbar-w .module-title {
	padding: 0 0 0 15px;
}
#main-content {
	clear: both;
	background: #fff;
	position: relative;
	height: 100%;
}
#leftcolumn {
	margin-left: 9px;
	padding: 0;
	width: 205px;
	float: left;
}
#rightcolumn {
	margin-right: 9px;
	padding: 0;
	width: 205px;
	float: right;
}
#centercontent {
	width: 500px;
	float: left;
	margin: 5px;
	padding: 0;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
}
#centercontent_md {
	width: 725px;
	float: left;
	margin: 0 5px 0 5px;
	padding: 5px;
	overflow: hidden;
}
#centercontent_bg {
	padding: 0;
	overflow: hidden;
}
.blog-featured {
	background: #fff;
	color: #555;
}
.items-leading {
	position: relative;
	clear: both;
	padding: 3px 0 3px 4px;
	margin-top: 2px;
}
.item-page {
	position: relative;
	background: #fff;
	color: #000;
	line-height: 1.7em;
}
.page-header h2 {
	font-size: 25px;
	margin-bottom: 2%;
}
.items-row {
	position: relative;
	clear: both;
	text-align: center;
	display: flex;
}
.items-row .span3,
.items-row .span4,
.items-row .span6 {
	display: inline;
	margin: 1% 1% 4%;
}
.cols-1 {
	width: 100%;
	clear: both;
}
.cols-2 .column-1 {
	width: 45%;
}
.cols-2 .column-2 {
	width: 45%;
}
.cols-3 .column-1 {
	width: 33%;
}
.cols-3 .column-2 {
	width: 33%;
}
.cols-3 .column-3 {
	width: 33%;
}
.cols-4 .column-1 {
	width: 24%;
}
.cols-4 .column-2 {
	width: 24%;
}
.cols-4 .column-3 {
	width: 24%;
}
.cols-4 .column-4 {
	width: 24%;
}
.column-1,
.column-2,
.column-3,
.column-4 {
	position: relative;
	display: inline-block;
}
.blog .item a.latest-link {
	border-color: #2744a0;
	color: #2744a0;
}
.blog .item a.latest-link:hover {
	color: #fff;
}
.blog .item a.latest-link:hover::before {
	background-image: url("../images/long-arrow-icon.svg");
}
.blog .item a.latest-link::before {
	background-image: url("../images/blue-long-arrow-icon.svg");
}
.blog .item a.latest-link::after {
	background-color: #2744a0;
}
.blog .item {
	text-align: center;
	font-size: 15px;
	width: 100%;
	max-width: 600px;
	padding: 4%;
	text-align: left;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 0 20px #e8e8e8;
}
.blog .item h4 {
	font-size: 18px;
	line-height: 1.5;
}
.blog .item:hover {
	box-shadow: 0px 0px 20px rgb(0 24 101 / 11%), 0px 30px 30px -30px rgb(39 68 160 / 28%);
}
.blog .item .pull-left.item-image img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.readmore {
	margin: 0;
	line-height: 20px;
}
ul.pagenav {
	display: block;
}
ul.pagenav li {
	list-style: none;
}
.pagenav-prev {
	float: left;
	padding-top: 10px;
}
.pagenav-next {
	float: right;
	padding-top: 10px;
}
.pagination {
	clear: both;
}
.pagination span,
.pagination a,
ul.pagenav li a {
	padding: 1px 8px;
	background: #fff;
	color: #555;
	font-weight: bold;
	font-size: 90%;
}
.pagination a,
ul.pagenav li a {
	font-weight: bold;
	text-decoration: underline;
}
.button,
.validate {
	padding: 3px 15px;
	border: 1px solid #999;
	background: #b9b8b8;
	color: #fff;
	font-weight: bold;
}
.button:hover,
.validate:hover,
.pagination a:hover,
ul.pagenav li a:hover {
	background: #757474;
	color: #fff;
}
.inputbox,
input,
textarea,
select {
	border: 1px solid #c0c0c0;
	color: #13618d;
	padding: 5px 10px;
}
.breadcrumbs {
	padding: 0 0 0 10px;
	color: #555;
}
.user1,
.user2 {
	display: inline-block;
}
.user1 p {
	margin-bottom: 5px;
}
.inline {
	display: inline-block;
}
#navtoogle {
	display: none;
	background: #2c6301;
	background: linear-gradient(180deg, rgba(39, 68, 160, 0.6727065826330532) 0%, rgba(39, 68, 160, 1) 100%);
	color: #fdfcfc;
	padding-right: 5%;
	text-align: right;
	margin-bottom: 2%;
}
.cmn-toggle-switch {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 6px;
	padding: 0;
	width: 58px;
	height: 38px;
	border: 0;
	font-size: 0;
	transition: background 0.3s;
}
.cmn-toggle-switch:focus {
	outline: none;
}
.cmn-toggle-switch span {
	display: block;
	position: absolute;
	top: 18px;
	left: 18px;
	right: 18px;
	height: 3px;
	background: white;
}
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	content: "";
}
.cmn-toggle-switch span::before {
	top: -8px;
}
.cmn-toggle-switch span::after {
	bottom: -8px;
}
.cmn-toggle-switch__htx {
	background-color: #b0b0b0;
}
.cmn-toggle-switch__htx span {
	transition: background 0 0.3s;
}
.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s 0;
}
.cmn-toggle-switch__htx span::before {
	transition-property: top, transform;
}
.cmn-toggle-switch__htx span::after {
	transition-property: bottom, transform;
}
.cmn-toggle-switch__htx.active {
	background-color: #666;
}
.cmn-toggle-switch__htx.active span {
	background: none;
}
.cmn-toggle-switch__htx.active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
	transition-delay: 0 0.3s;
}
span.menutoog div {
	background: #000;
	width: 100%;
	height: 0.125rem;
	margin: 0.25rem auto;
	border-radius: 10px;
	transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
	transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
	transform: none;
	transform-origin: center;
}
@media screen and (max-width: 768px) {
	#navtoogle {
		display: block;
		margin: 0;
	}
	#nav li ul {
		position: static;
		display: none;
		background: none;
		box-shadow: none;
		width: 94%;
		padding-left: 5%;
		font-size: 80%;
	}
	#nav li ul li {
		list-style-type: disc;
		display: list-item;
		color: #ddd;
	}
	#nav li ul li a {
		width: 93%;
		color: #2744a0 !important;
		background: transparent;
		border-bottom: none;
		font-size: 14px;
		padding: 8px;
	}
	#nav li ul li a:hover {
		background: rgba(82, 82, 82, 0.7);
		transition: all 0.5s;
	}
	#nav li:hover ul {
		display: none;
	}
	#nav ul.nav li.parent {
		border-bottom: 1px solid #585858;
	}
	#nav ul.nav li.parent.act {
		border: none;
	}
	#nav ul.nav li.parent:before {
		content: "";
		border: solid #636363;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 4px;
		position: absolute;
		top: 22px;
		right: 10%;
		transform: rotate(45deg);
	}
	#nav ul.nav li.parent.act:before {
		transform: rotate(90deg);
		transition: all 0.5s;
	}
	video {
		max-width: 98%;
		display: inline-block;
		margin: 0 auto;
		width: auto !important;
		height: auto !important;
	}
	img {
		max-width: 100%;
	}
	iframe {
		border: none;
	}
	ul.sigFreeClassic {
		text-align: center;
	}
	.moduletablehfoto ul.sigFreeClassic {
		gap: 10px !important;
	}
	.moduletablehfoto ul.sigFreeClassic li {
		width: calc(49% - 5px);
	}
}

@media screen and (max-width: 450px) {
	.blog .item {
		width: 95%;
		margin: 1% auto;
	}
	.moduletablehfoto ul.sigFreeClassic li a, .moduletablehfoto ul.sigFreeClassic li a img {
		max-height: 190px;
	}
	.flexslider .slides li {
		height: 220px !important;
	}
	#main-slider {
		min-height: 240px !important;
	}
}
/* Dev 2 */

/* Header */
.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logotype {
	margin: 0;
	width: 310px;
	height: max-content;
}
.logotype img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.mod-languages .lang-active {
	font-weight: 700;
}
.mod-languages a {
	padding: 5px;
	transition: ease-in-out 0.3s;
}
.mod-languages a:hover {
	color: #fff;
	background-color: #2744a0;
	border-radius: 3px;
}
.header__inner td {
	display: inline-block;
}
.header__inner tr {
	display: flex;
	align-items: center;
	font-size: 14px;
	justify-content: center;
}
.header__inner table {
	width: 100%;
}
.header__inner .custom {
	width: 36%;
}
.header__inner td:nth-child(2) {
	margin-right: 10%;
	margin-left: 10px;
}
.header__inner td a img {
	width: 20px;
	height: 20px;
	margin: 0;
}
.header__inner td img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.header__inner td a {
	padding: 5px;
	background-color: #b0b0b0;
	border-radius: 3px;
	display: block;
	margin-left: 10px;
	transition: ease-in-out 0.3s;
}
.header__inner td a:hover {
	border-radius: 50%;
	transition: ease-in-out 0.3s;
}
.header__inner td:nth-child(3) a {
	background-color: #2744a0;
}
.inline.perekluych {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.inline.perekluych a {
	margin-right: 20px;
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
	width: 50%;
	transition: ease-in-out 0.3s;
	position: relative;
}
.inline.perekluych a::before {
	content: "";
	position: absolute;
	width: 0;
	width: 135%;
	height: 0;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-left: 3px solid #2744a0;
	border-right: 3px solid #2744a0;
	transition: ease-in-out 0.5s;
}
.inline.perekluych a:hover::before {
	height: 100%;
	transition: ease-in-out 0.5s;
}
.inline.perekluych img {
	float: right;
	width: 20px;
	height: 15px;
}
#page-wrapper h3 {
	font-size: 42px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 7px;
	color: #000;
	display: inline-block;
}
#page-wrapper #leftbar-w h3 {
	letter-spacing: 0px;
}
#main-content .latest-more {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
	position: relative;
	padding-left: 25px;
	display: inline-block;
	margin-top: 25px;
	margin-left: 4.5%;
	transition: ease-in-out 0.5s;
}
#main-content .latest-more:hover {
	transition: ease-in-out 0.5s;
	color: #2744a0;
	letter-spacing: 2px;
}
#main-content .latest-more::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 12px;
	background-image: url("../images/black-deg-arrow-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: ease-in-out 0.5s;
}
/* Page-top */
.page-top {
	overflow-x: hidden;
}
.page-top__inner {
	display: flex;
	justify-content: space-between;
}
#slider-header strong + strong {
	position: relative;
	margin-left: 8px;
}
#slider-header tr td:last-child::before,
#slider-header strong + strong::before {
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 50%;
	left: -16px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ff0000;
}
#slider-header {
	margin-bottom: 3%;
}
#page-wrapper h1 {
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	width: 68%;
	text-align: right;
}
#slider-header h1 strong {
	color: #2744a0;
	transition: ease-in-out 0.5s;
}
#slider-header h1 strong:hover {
	color: #fff;
	background-color: #2744a0;
	transition: ease-in-out 0.5s;
}
#slider-header .custom {
	display: inline;
}
#slider-header .custom > p:nth-child(1) {
	display: flex;
	align-items: center;
	float: right;
	width: 23%;
	font-size: 14px;
}
#slider-header table strong {
	font-size: 56px;
	color: #2744a0;
}
#slider-header table em {
	color: #e4e4e4;
	font-style: normal;
}
#slider-header tr td:nth-child(1) {
	width: 63%;
	text-align: right;
	margin-right: 10%;
}
#slider-header tr {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#slider-header tr td:last-child {
	position: relative;
	margin-left: 20px;
}
#leftbar-w,
.header-menu {
	width: 20%;
	padding-right: 5%;
}
.main-screen__slider {
	width: 80%;
}

/* Menu */
#nav ul {
	display: flex;
	flex-direction: column;
}
#nav {
	margin-bottom: 5vh;
}
.menu-info tr + tr {
	margin-top: 5vh;
}
.menu-info tr {
	display: block;
}
.menu-info tr td:first-child {
	display: block;
	padding-left: 10px;
}
#nav li:hover ul {
    width: 400px;
    left: 100%;
}
#nav li ul li {
	width: 100%;
	margin: 0;
}
#nav li ul li a {
	width: 100%;
	margin: 0;
	padding-left: 23px;
	padding-right: 23px;
}
#nav li ul li a:hover {
	color: #fff;
	background: #2744a0;
}
/* Main slider */
#main-slider {
	margin-right: -8.6%;
	border-top-left-radius: 60px;
	overflow: hidden;
	min-height: 520px;
}
.flexslider .slides li {
	overflow: hidden;
	width: 100%;
	height: 520px;
}
.flexslider .slides li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Events */
.events {
	background-color: #2744a0;
	padding: 4% 0 5%;
	background: linear-gradient(0deg, #2744a0, #2744a0);
	box-shadow: 0px 45px 45px -45px #5871bf;
}
#main-content .events .latest-more::before {
	background-image: url("../images/white-deg-arrow-icon.svg");
}
#page-wrapper .events .latest-more,
#page-wrapper .events h3 {
	color: #fff;
}

.events .latestnews {
	display: flex;
	justify-content: space-between;
	margin-top: 4%;
}
.events .spusok {
	width: 30%;
}
.events .latest-title {
	font-family: "Fira Sans", sans-serif;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #fff;
	line-height: 1.7;
}
a.latest-link {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 15px 25px 15px 20px;
	position: relative;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.4);
	min-width: 240px;
	position: relative;
	z-index: 1;
}
a.latest-link:hover {
	color: #2744a0;
}
.smart .custom a::after,
a.latest-link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
	transition: ease-in-out 1s;
	z-index: -1;
}
.smart .custom a:hover::after,
a.latest-link:hover::after {
	width: 100%;
	transition: ease-in-out 1s;
}
a.latest-link:hover::before {
	transition: ease-in-out 1s;
	background-image: url("../images/blue-long-arrow-icon.svg");
}
.smart .custom a::before,
a.latest-link::before {
	position: absolute;
	content: "";
	width: 36px;
	height: 18px;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../images/long-arrow-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
/* News */
.news {
	padding: 4.5% 0 1%;
}
#page-wrapper .news h3 {
	padding-left: 20px;
}
.news #npost114,
.news #npost100 {
	padding-top: 6%;
	min-height: 756px;
}
.news .entry-description {
	display: none;
}

#page-wrapper .entry-title a:hover,
.entry-description a {
	color: #2744a0;
}

#main-content .moduletable .nspost_sett {
	margin: 0 4.5% 80px;
	height: 100%;
}

#main-content .blog-entry.border {
	height: 100%;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}
#main-content .news .blog-entry.border:hover .blog-entry-image {
	box-shadow: 0px 45px 45px -45px #5871bf;
	transition: ease-in-out 0.5s;
}

#main-content .owl-carousel .owl-item .blog-entry-image {
	position: relative;
	overflow: hidden;
	padding: 0 0 92% 0;
	border-radius: 20px;
	transition: ease-in-out 0.5s;
}

#main-content .owl-carousel .owl-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

#main-content .owl-carousel .owl-item {
	overflow: visible;
}

#main-content .blog-entry.border .entry-content {
	border: none;
	background: none;
	margin: 0;
	padding: 8% 10px;
}
#main-content .blog-entry.border .entry-title h4 {
	line-height: 1.7;
	font-size: 20px;
	text-align: center;
}

#main-content .blog-entry:hover,
#main-content .blog-entry:focus,
#main-content .blog-entry:active {
	transform: none;
	transition: ease-in-out 0.3s;
}

#main-content .blog-entry a:hover h4,
#main-content .blog-entry a:focus h4,
#main-content .blog-entry a:active h4 {
	transition: ease-in-out 0.3s;
	color: #469e73;
}
#main-content .blog-entry:hover .entry-content,
#main-content .blog-entry:focus .entry-content,
#main-content .blog-entry:active .entry-content {
	box-shadow: none;
}
#page-wrapper .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: block !important;
}
#page-wrapper .nav-outside-top .owl-nav .owl-prev,
#page-wrapper .nav-outside-top .owl-nav .owl-next {
	width: 46px;
	height: 45px;
	background-color: transparent;
	color: #2744a0;
	border: 1px solid #2744a0;
	background-image: url("../images/slider-arrow.svg");
}
#page-wrapper .nav-outside-top .owl-nav .owl-prev:hover,
#page-wrapper .nav-outside-top .owl-nav .owl-next:hover {
	filter: drop-shadow(2px 4px 6px #2744a0);
}
#page-wrapper .owl-carousel .owl-nav .owl-next {
	transform: translateY(0) rotate(180deg);
}
.team .nav-outside-top .owl-nav,
.news .nav-outside-top .owl-nav {
	top: -25%;
	right: 20px;
	width: 110px;
}
/* About */
.about .custom {
	padding-top: 4%;
	line-height: 1.5;
	width: 97%;
	margin-bottom: 11.5%;
}
/* Analytics */
.analytics {
	padding: 3.5% 0 4%;
	background-color: #2744a0;
	color: #fff;
}
#page-wrapper .analytics h3,
.analytics h4 {
	color: #fff;
}
.analytics .categories-module li {
	text-align: center;
	padding: 3% 15px 1.5%;
	border: 1px solid #fff;
	width: 18%;
	transition: ease-in-out 0.3s;
}
.analytics .categories-module li:hover {
	background: linear-gradient(45deg, #2a49ab, #233d90);
	box-shadow: 20px -20px 60px #213a88, -20px 20px 60px #2d4eb8;
	transition: ease-in-out 0.3s;
}
.analytics .categories-module {
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-top: 3%;
}
#main-content .analytics .latest-more {
	color: #fff;
}
#main-content .analytics .latest-more::before {
	background-image: url("../images/white-deg-arrow-icon.svg");
}
.analytics .category-image {
	margin-bottom: 15%;
}
.analytics .cat-img {
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin: 0 auto;
}
.analytics .cat-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.analytics .category-name {
	font-family: "Fira Sans", sans-serif;
	font-size: 22px;
	font-weight: 700;
	width: 90%;
	margin: 0 auto 6%;
	min-height: 75px;
}
.analytics .category-descr {
	font-size: 14px;
}
/* Smart */
.smart {
	padding: 6% 0 5%;
	position: relative;
	border-bottom: 14px solid #d5dbef;
	z-index: 1;
}
#page-wrapper .smart h3 {
	font-family: "Fira Sans", sans-serif;
	font-size: 50px;
	width: 50%;
	float: left;
	margin-bottom: 5%;
	color: #2744a0;
	letter-spacing: 0.8px;
}
.smart .custom {
	margin-top: 3%;
	display: inline;
}
.smart table {
	width: 100%;
}
.smart .custom > p {
	display: inline-block;
	float: right;
	width: 50%;
	margin-top: 18px;
	line-height: 1.6;
	padding-left: 35px;
	padding-right: 6%;
}
.smart .custom strong {
	font-family: "Fira Sans", sans-serif;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 40px;
	width: 70%;
	display: inline-block;
	letter-spacing: 0.5px;
}
.smart .custom strong em {
	color: #ff0000;
	font-style: normal;
}
.smart .custom a {
	display: inline-block;
	margin-top: 35px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	color: #2744a0;
}
.smart .custom a::before {
	background-image: url("../images/blue-long-arrow-icon.svg");
	right: -65px;
	transition: ease-in-out 1s;
}
.smart .custom a:hover {
	color: #fff;
	transition: ease-in-out 0.3s;
}
.smart .custom a:hover::before {
	background-image: url("../images/long-arrow-icon.svg");
	transition: ease-in-out 1s;
}
.smart .custom a::after {
	background-color: #2744a0;
	height: 200%;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
}
.smart .custom a:hover::after {
	width: 160%;
}

.smart tr td:nth-child(1) {
	width: 70%;
}
.smart tr td:nth-child(2) {
	width: 26%;
	position: relative;
	padding: 0 0 20% 0;
	overflow: hidden;
	border-radius: 20px;
	border-top-left-radius: 60px;
}
.smart tr td:nth-child(2) img {
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
}
.smart td > p:nth-child(2) {
	line-height: 1.6;
}
.smart tr {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.smart td {
	display: inline-block;
}
.smart tr + tr {
	margin-top: 4%;
}
.smart .custom img {
	transition: ease-in-out 1s;
	transform: scale(1);
}
.smart .custom img:hover {
	transition: ease-in-out 1s;
	transform: scale(1.1);
}
.background-img {
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.background-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* Advantages */
.advantages {
	padding: 7% 0 3%;
	position: relative;
	border-bottom: 14px solid #d5dbef;
	z-index: 1;
}
#page-wrapper .advantages h3 {
	font-family: "Fira Sans", sans-serif;
	display: block;
	text-align: center;
	font-size: 50px;
	color: #2744a0;
	letter-spacing: 2px;
	position: relative;
}
.footer__contacts .custom > p,
.advantages .custom > p {
	position: absolute;
	top: 6%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1.5px;
}
.advantages .custom {
	margin-top: 3%;
}
.item-page .custom tbody,
.advantages tbody {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.item-page .custom tr,
.advantages tr {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 30%;
	margin: 0 1.5% 3%;
	box-shadow: -20px 20px 20px -24px rgba(138, 150, 188, 0.61);
	border-radius: 60px 20px 20px 20px;
	overflow: hidden;
	background-color: #fff;
	transition: ease-in-out 0.3s;
}
.item-page .custom tr:hover,
.advantages tr:hover {
	box-shadow: -20px 20px 60px #d9d9d9, 20px -20px 60px #ffffff;
	transition: ease-in-out 0.3s;
}
.item-page .custom td:nth-child(1),
.advantages td:nth-child(1) {
	display: block;
	width: 100%;
	padding-top: 7%;
}
.item-page .custom td img,
.advantages td img {
	width: 107px;
	height: 100px;
	object-fit: contain;
}
.item-page .custom td:nth-child(2),
.advantages td:nth-child(2) {
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	display: block;
	width: 100%;
	padding: 6% 20% 3%;
	min-height: 135px;
	line-height: 1.4;
}
.item-page .custom td:nth-child(3),
.advantages td:nth-child(3) {
	font-family: "Fira Sans", sans-serif;
	font-size: 14px;
	margin-top: 8%;
	line-height: 1.7;
	padding: 0 7% 7%;
}
.item-page .custom tr:nth-child(5n + 1) td:nth-child(1),
.item-page .custom tr:nth-child(5n + 1) td:nth-child(2),
.advantages tr:nth-child(5n + 1) td:nth-child(1),
.advantages tr:nth-child(5n + 1) td:nth-child(2) {
	background-color: #ea7c31;
}
.advantages tr:nth-child(5n + 1) td:nth-child(2) {
    padding: 6% 12% 3%;
}
.item-page .custom tr:nth-child(5n + 2) td:nth-child(1),
.item-page .custom tr:nth-child(5n + 2) td:nth-child(2),
.advantages tr:nth-child(5n + 2) td:nth-child(1),
.advantages tr:nth-child(5n + 2) td:nth-child(2) {
	background-color: #b92a7a;
}
.item-page .custom tr:nth-child(5n + 3) td:nth-child(1),
.item-page .custom tr:nth-child(5n + 3) td:nth-child(2),
.advantages tr:nth-child(5n + 3) td:nth-child(1),
.advantages tr:nth-child(5n + 3) td:nth-child(2) {
	background-color: #42acc4;
}
.item-page .custom tr:nth-child(5n + 4) td:nth-child(1),
.item-page .custom tr:nth-child(5n + 4) td:nth-child(2),
.advantages tr:nth-child(5n + 4) td:nth-child(1),
.advantages tr:nth-child(5n + 4) td:nth-child(2) {
	background-color: #8264a2;
}
.item-page .custom tr:nth-child(5n + 5) td:nth-child(1),
.item-page .custom tr:nth-child(5n + 5) td:nth-child(2),
.advantages tr:nth-child(5n + 5) td:nth-child(1),
.advantages tr:nth-child(5n + 5) td:nth-child(2) {
	background-color: #19a29a;
}
.moduletablehfoto ul.sigFreeClassic {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.moduletablehfoto ul.sigFreeClassic li {
    width: calc(24% - 5px);
}

.moduletablehfoto ul.sigFreeClassic li a {
    width: 100% !important;
    background: none !important;
}

.moduletablehfoto ul.sigFreeClassic li a img {
    background-size: cover;
	max-width: 100%;
}
/* Team */
.team {
	padding: 3% 0;
}
.team #npost118,
.team #npost105 {
	margin-top: 4%;
	min-height: 562px;
}
#page-wrapper .team h3 {
	padding-left: 20px;
}
#main-content .team .owl-carousel .owl-item .blog-entry-image {
	padding: 0 0 111% 0;
	border-radius: 20px 20px 0 0;
}
#main-content .team .blog-entry.border {
	box-shadow: 0px 0px 20px rgba(0, 24, 101, 0.11), 0px 30px 30px -30px rgba(39, 68, 160, 0.28);
}
#main-content .team .blog-entry.border:hover {
	box-shadow: -10px 10px 20px #d9d9d9, 10px -10px 20px #ffffff;
}
#main-content .team .blog-entry.border .entry-content {
	padding: 6% 10% 10%;
}
#main-content .team .blog-entry.border .entry-title h4 {
	text-align: left;
	font-size: 22px;
}
#main-content .team .moduletable .nspost_sett {
	margin: 0 4.5% 80px;
}
.entry-description {
	font-size: 17px;
}
.entry-description p {
	padding: 0;
}
/* Contacts */
#user-bottom {
	position: relative;
	padding: 2% 0 6%;
	margin-top: 6%;
}

.id-103 #user-bottom,
.id-105 #user-bottom {
	position: relative;
	padding: 2% 0 3%;
	margin-top: 0;
}
#page-wrapper #user-bottom h3 {
	color: #2744a0;
	font-size: 50px;
	letter-spacing: 1px;
	display: block;
	text-align: center;
	position: relative;
}
#user-bottom .custom > p {
    top: 0;
    position: static;
}
#user-bottom .custom {
	margin-top: 2%;
	text-align: center;
}
#user-bottom table {
	margin: 0 auto;
}
#user-bottom tr {
	display: block;
}
#user-bottom td {
	display: inline-block;
	font-size: 21px;
}
#user-bottom tr + tr {
	margin-top: 12px;
}
/* Partners */
#user-bottom2 {
    padding: 3% 0;
    background-color: #2744a0;
    color: #fff;
    text-align: center;
    margin-top: 4vw;
}
#page-wrapper #user-bottom2 h3 {
	display: block;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	font-size: 38px;
}
#user-bottom2 a {
	color: #fff;
	display: inline-block;
	position: relative;
	transition: ease-in-out 0.3s;
}
#user-bottom2 a::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 105%;
	height: 0;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	transition: ease-in-out 0.5s;
}
#user-bottom2 a:hover::before {
	transition: ease-in-out 0.5s;
	height: 100%;
}
#user-bottom2 .custom {
	margin-top: 4%;
}
#user-bottom2 table {
	width: 100%;
}
#user-bottom2 td {
	display: inline-block;
	width: 18%;
	line-height: 2;
}
#user-bottom2 tr {
	display: flex;
	justify-content: space-around;
}
#user-bottom2 tr + tr {
	margin-top: 3%;
}
/* Copyright */
#user-bottom3 {
	text-align: center;
	padding: 1.5% 0 2%;
	font-size: 15px;
	color: #4f5875;
	line-height: 1.5;
}
.footer__copyright {
	width: 88%;
	margin: 0 auto;
}
#footer .web-hit-dev {
	font-weight: 600;
	color: #2744a0;
	transition: ease-in-out 0.5s;
}
#footer .web-hit-dev:hover {
	color: #ff0000;
	transition: ease-in-out 0.3s;
}
/* Homepage */
.id-103 #main-content .left-menu,
.id-105 #main-content .left-menu {
	display: none;
}
.id-103 .page-top .left-menu,
.id-105 .page-top .left-menu {
	display: block;
}
.page-top .left-menu {
	display: none;
}
/* Pages */
#centercontent_bg {
	width: 80%;
	float: right;
}
#leftbar-w {
	width: 20%;
	margin-bottom: 2%;
}
#leftbar-w .moduletable {
    margin-bottom: 30px
}
#leftbar-w h3 {
    font-size: 21px;
    margin-bottom: 5%;
}

#page-wrapper .page-header h1 {
	width: 100%;
	display: block;
	text-align: left;
	color: #2744a0;
	padding: 4% 1% 2% 0;
	line-height: 1;
	white-space: normal;
}
ul.breadcrumb li a {
	color: rgb(39, 68, 160);
}
ul.breadcrumb li + li {
	margin-left: 3px;
}
ul.breadcrumb li:nth-child(1) {
	text-transform: uppercase;
	font-weight: 700;
}
#centercontent_bg .item-page ul {
	padding-left: 12px;
}
#centercontent_bg table {
	width: 100%;
	border-collapse: collapse;
}
#centercontent_bg table thead,
#centercontent_bg table > tr:nth-child(1) {
	background-color: rgba(39, 68, 160, 0.1);
}
#centercontent_bg table thead td,
#centercontent_bg table > tr:nth-child(1) td {
	text-align: center;
}
#centercontent_bg table tbody tr:nth-child(2n),
#centercontent_bg table > tr:nth-child(2n) {
	background-color: rgba(204, 204, 204, 0.2);
}
#centercontent_bg td {
	border: 1px solid rgba(39, 68, 160, 0.3);
}
#centercontent_bg .item-page.actualiz td {
    max-width: 60px;
}
.page-header {
	margin-bottom: 2%;
}
.blog .item .intro-text p {
	display: inline;
	line-height: 1.7em;
}
.smart-page .item,
.id-139 .newsblog .item,
.id-118 .newsblog .item {
	flex-direction: row;
        min-width: 290px;

}
.newsblog .intro-text {
	margin-bottom: 20px;
}
p.readmore {
	padding: 0;
}
.smart-page .pull-right,
.id-139 .newsblog .pull-right,
.id-118 .newsblog .pull-right {
	width: 60%;
	flex: 1;
}
.smart-page .item h4,
.id-139 .newsblog .item h4,
.id-118 .newsblog .item h4 {
	padding-top: 0;
}
.smart-page .pull-left.item-image,
.id-139 .newsblog .pull-left.item-image,
.id-118 .newsblog .pull-left.item-image {
	width: 40%;
	height: fit-content;
	position: relative;
	padding: 0 0 49% 0;
	margin-right: 5%;
	overflow: hidden;
	border-radius: 10px;
}
.smart-page .pull-left.item-image img,
.id-139 .newsblog .pull-left.item-image img,
.id-118 .newsblog .pull-left.item-image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#centercontent_bg ul.sigFreeClassic b {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 !important;
	padding: 0 !important;
}
.item-page a {
	color: #2744a0;
	font-weight: 600;
	transition: ease-in-out 0.3s;
}
.item-page a:hover {
	transition: ease-in-out 0.3s;
	text-decoration: underline;
}
/* Page: Strategy */
.span12 {
	margin: 1% 1% 2%;
}
.id-107 .blog .item h4,
.id-106 .blog .item h4 {
	font-size: 20px;
}
.advantages {
	display: none;
}
.id-103 .advantages,
.id-105 .advantages {
	display: block;
}
/* Page: Smart */
#centercontent_bg .custom td {
	border: none;
}
.id-146 ul,
.id-125 ul {
	list-style: none;
}
.smart-page .item h4 {
	font-size: 20px;
}
/* Page: Analytics */
.id-111 .blog .item h4,
.id-110 .blog .item h4 {
	font-size: 22px;
}
.newsblog .cat-children {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 0 1% 3%;
}
.newsblog .cat-children .cat__preview-img {
	background: linear-gradient(45deg, #2744a0, #103ed1);
	padding: 3vw;
	border-radius: 12px;
}
#page-wrapper .newsblog .cat-children h3 {
	font-family: "Fira Sans", sans-serif;
	font-size: 22px;
	text-transform: none;
	margin: 0;
	letter-spacing: 1px;
}
.newsblog .cat-children > div {
	width: 18%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	box-shadow: 10px 10px 20px #d9d9d9, -10px -10px 20px #ffffff;
}
.newsblog .cat-children > div:hover {
	box-shadow: 0px 0px 20px rgba(0, 24, 101, 0.11), 0px 30px 30px -30px rgba(39, 68, 160, 0.28);
}
.newsblog .cat-children .category-desc {
	font-size: 16px;
}
.analytic-page .item .intro-text p {
	display: inline-block;
}
/* Page: Team */
.our_team-page p.readmore {
	width: 100%;
	display: block;
}
.our_team-page p.readmore a {
	width: 100%;
}
.layout-article .pull-left.item-image {
	float: left;
	padding-right: 4%;
	padding-bottom: 4%;
}
.our_team-page .span3 {
	width: 25%;
}
.our_team-page .pull-left.item-image {
	min-height: 270px;
}
/* Page: Contacts */
#centercontent_bg .contacts-page table td {
	border: none;
	width: 50%;
}
.contacts-page iframe {
	width: 100%;
}
/* Mobile styles */
@media screen and (max-width: 1680px) {
	#slider-header tr td:nth-child(1) {
		margin-right: 6%;
	}
	#page-wrapper h1 {
		font-size: 48px;
	}
}
@media screen and (max-width: 1600px) {
	.header__inner td:nth-child(2) {
		margin-right: 0;
	}
	.header__inner .custom {
		width: 44%;
	}
	.inline.perekluych {
		width: 16%;
	}
	.inline.perekluych a {
		width: 100%;
	}
	#nav ul li {
		width: 90%;
	}
	#slider-header .custom > p:nth-child(1) {
		width: 27%;
	}
	#page-wrapper h1 {
		font-size: 36px;
	}
	#slider-header table strong {
		font-size: 36px;
	}
	#slider-header tr td:nth-child(1) {
		width: 67%;
	}
	.menu-info tr + tr {
		margin-top: 3vh;
	}
	#nav {
		margin-bottom: 4vh;
	}
	#main-content .blog-entry.border .entry-content {
		padding: 8% 0;
	}
	#main-content .blog-entry.border .entry-title h4 {
		font-size: 17px;
	}
	.news #npost114,
	.news #npost100 {
		min-height: 626px;
	}
	.analytics .categories-module li {
		width: 19%;
	}
	.analytics .categories-module li {
		padding: 2% 5px 1.5%;
	}
	.analytics .category-name {
		width: 95%;
	}
	.analytics .category-name {
		font-size: 20px;
		margin: 0 auto 3%;
	}
	.smart .custom > p {
		padding-right: 0;
	}
	.smart tr td:nth-child(2) {
    width: 35%;
    height: 60%;
    padding: 0 0 30% 0;
    margin-left: 5%;
}
	#main-content .team .blog-entry.border .entry-content {
		padding: 6% 6% 10%;
	}
	#main-content .team .blog-entry.border .entry-title h4 {
		font-size: 20px;
	}
	.team #npost118,
	.team #npost105 {
		min-height: 455px;
	}
	#user-bottom2 td {
		width: 22%;
	}
	.footer__copyright {
		width: 98%;
	}
	#leftbar-w,
	.header-menu {
		padding-right: 3%;
	}
	.events .latest-title {
		font-size: 18px;
	}
	.item-page .custom tr,
	.advantages tr {
		width: 31%;
		margin: 0 1% 3%;
	}
}
@media screen and (max-width: 1400px) {
	#page-wrapper h1 {
		font-size: 42px;
		width: 68%;
	}
	#slider-header tr td:nth-child(1) {
		width: 69%;
		margin-right: 2%;
        font-size: 16px
	}

	#slider-header table strong {
		font-size: 44px;
	}
	#slider-header .custom > p:nth-child(1) {
    width: 29%;
    margin-right: -20px;
}
	.header__inner .custom {
		width: 45%;
	}
	#nav ul li {
		width: 100%;
	}
	#leftbar-w,
	.header-menu {
		padding-right: 2%;
	}
	.events .spusok {
		width: 32%;
	}
	#main-content .blog-entry.border .entry-title h4 {
		font-size: 15px;
	}
	#main-content .moduletable .nspost_sett {
		margin: 0 1.5% 80px;
	}
	.news #npost114,
	.news #npost100 {
		min-height: 575px;
	}
	.about .custom {
		width: 100%;
	}
	.analytics .category-descr p {
		margin: 0;
		padding: 0;
	}
	.analytics .category-name {
		font-size: 18px;
		width: 100%;
		min-height: 65px;
	}
	.analytics .category-image {
		margin-bottom: 10%;
	}
	.smart .custom > p {
		padding-left: 0;
		width: 40%;
		font-size: 14px;
	}
	.smart .custom strong {
		width: 80%;
		font-size: 32px;
	}
	.smart td > p:nth-child(2) {
		font-size: 16px;
		padding-right: 1%;
	}
	.footer__contacts .custom > p,
	.advantages .custom > p {
		top: 3%;
	}

	.item-page .custom td:nth-child(2),
	.advantages td:nth-child(2) {
		font-size: 18px;
	}
	.item-page .custom tr,
	.advantages tr {
		width: 31.3%;
	}
	#main-content .team .blog-entry.border .entry-title h4 {
		font-size: 18px;
	}
	.entry-description {
		font-size: 15px;
	}
	.team #npost118,
	.team #npost105 {
		min-height: 415px;
	}
	#user-bottom2 td {
		width: 24%;
		font-size: 16px;
	}
	.footer__copyright {
		font-size: 14px;
		width: 100%;
	}
	.footer__contacts .custom > p,
	.advantages .custom > p {
		font-size: 16px;
	}
	#page-wrapper h3 {
    font-size: 25px;
    letter-spacing: 4px;
}
	#main-content .latest-more {
		margin-top: 22px;
	}
	#page-wrapper .smart h3 {
		font-size: 44px;
	}
	#page-wrapper #user-bottom h3,
	#page-wrapper .advantages h3 {
		font-size: 54px;
	}
	.newsblog .cat-children > div {
		width: 30%;
		margin-bottom: 4%;
	}
	.newsblog .cat-children {
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
	}
	.id-139 .newsblog .item, .id-118 .newsblog .item {
    padding: 2%;
}
	.blog .item a.latest-link {
		min-width: 100%;
		font-size: 16px;
		padding-left: 10px;
	}
	.blog .item a.latest-link::before {
		right: 0;
	}
}
@media screen and (max-width: 1200px) {
	.container {
		max-width: 100%;
	}
	.inline.perekluych a {
		margin-right: 10px;
	}
	.logotype {
		width: 270px;
	}
	#main-slider {
		margin-right: -2%;
	}
	#slider-header .custom > p:nth-child(1) {
    width: 29%;
    margin-right: 0;
    font-size: 0;
    margin-bottom: 0;
    flex-direction: column;
    text-align: center;
    padding: 0;
}
	#slider-header table {
		width: 100%;
	}
	#slider-header tr td:nth-child(1) {
		width: 70%;
		margin-right: 2%;
		font-size: 16px;
	}
	#slider-header table strong {
		font-size: 40px;
	}
	#nav li + li {
		margin-top: 2vh;
	}
	#nav li:hover ul {

	}
	.menu-info a {
		font-size: 15px;
	}
	.analytics .categories-module li {
		width: 24%;
		margin: 0 1% 2%;
	}
	.analytics .categories-module {
		justify-content: center;
		flex-wrap: wrap;
	}
	#centercontent_bg table {
		font-size: 12px;
	}
	.moduletablehfoto ul.sigFreeClassic li {
		width: calc(32% - 5px);
	}
	.about {
		margin-top: 30px;
	}
}
@media screen and (max-width: 990px) {
	.header__inner {
		flex-wrap: wrap;
	}
	#centercontent_bg .item-page.actualiz td {
		font-size: 15px;
		word-break: break-word;
		line-height: 150%;
	}
	.logo {
		order: 2;
		width: 60%;
	}
	.header__inner .mod-languages {
		order: 3;
	}
	.header__inner .custom {
		order: 1;
		width: 100%;
	}
	#nav ul li a{
		font-size: 18px;
	}
	.inline.perekluych {
		order: 4;
		width: 24%;
	}
   #page-wrapper h1 {
    width: 100%;
}
#slider-header  h1 {
    text-align: center;
}

  #slider-header .custom > p:nth-child(1) {
    flex-direction: row;
    margin: 2% auto;
    width: 50%;
    font-size: 15px;
    float: none;
}
	#leftbar-w,
	.header-menu {
		padding-right: 1%;
		width: 23%;
	}
	#slider-header tr {
		display: inline;
	}
	#slider-header tr td:nth-child(1) {
		width: 100%;
		font-size: 16px;
		text-align: center;
		margin-right: 0;
	}
	#slider-header tr td:nth-child(2) {
		display: inline-block;
		width: 47%;
		text-align: right;
	}
	#slider-header tr td:nth-child(3) {
		display: inline-block;
	}
	#main-slider {
		margin-right: -2.5%;
	}
	#page-wrapper .latest-more {
		margin-top: 0px;
		display: inline-block;
		text-align: center;
		margin-left: -20px;
	}
	.team .moduletable,
	.analytics .moduletable,
	.news .moduletable,
	.events .moduletable {
		text-align: center;
	}
	.events .latestnews {
		text-align: left;
	}
	#page-wrapper h3 {
		display: block;
		text-align: center;
	}
	#page-wrapper .team h3,
	#page-wrapper .news h3 {
		padding-left: 0;
	}
	.news #npost114,
	.news #npost100 {
		min-height: 535px;
	}
	#page-wrapper .smart h3 {
		width: 100%;
		display: block;
		margin-bottom: 0;
	}
	.smart .custom > p {
		width: 100%;
		text-align: center;
		margin-top: 0;
		margin-bottom: 40px;
	}
	.smart .custom {
		display: block;
	}
	.smart .custom strong {
		width: 100%;
	}
	.smart tr td:nth-child(1) {
		width: 50%;
	}
	.smart tr td:nth-child(1) > p:nth-child(1) {
		width: 200%;
		margin: 0;
	}
	.smart .custom strong {
		margin-bottom: 20px;
	}
	.smart tr td:nth-child(1) > p:nth-child(3) {
		width: 100%;
		text-align: left;
	}
   .smart tr td:nth-child(2) {
    width: 50%;
    height: 100%;
    padding: 0 0 34% 0;
    margin-top: 40px;
}
	.smart tr + tr {
		margin-top: 8%;
	}
	.footer__contacts .custom > p,
	.advantages .custom > p {
		top: 1%;
	}
	.item-page .custom tr,
	.advantages tr {
		width: 49%;
		margin: 0 0 3%;
	}
	.item-page .custom tbody,
	.advantages tbody {
		justify-content: space-between;
	}
	.team #npost118,
	.team #npost105 {
		text-align: left;
	}
	#main-content .team .blog-entry.border .entry-content {
		padding: 6% 10% 10%;
	}
	#user-bottom2 td {
		width: 45%;
		margin-bottom: 4%;
	}
	#user-bottom2 tr {
		flex-wrap: wrap;
	}
	.analytics .categories-module li {
		width: 40%;
		margin: 0 2% 4%;
		padding: 4%;
	}
	.events .latestnews {
		text-align: center;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
	.events .spusok {
		width: 50%;
		margin-bottom: 6%;
	}
	.events .latest-title {
		margin-bottom: 20px;
	}
	.menu-info tr td:first-child {
		padding-left: 0;
		text-align: center;
		padding-right: 30px;
	}
	#centercontent_bg {
		width: 77%;
	}
	.smart-page .item,
	.id-139 .newsblog .item,
	.id-118 .newsblog .item {
		flex-direction: column;
	}
	.smart-page .pull-left.item-image,
	.newsblog .pull-left.item-image {
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
   .newsblog .pull-left.item-image {
    width: 50%;
}
	.smart-page .pull-right,
	.id-139 .newsblog .pull-right,
	.id-118 .newsblog .pull-right {
		width: 100%;
	}
	.id-141 #centercontent_bg .item-page tr,
	.id-120 #centercontent_bg .item-page tr {
		display: flex;
		flex-direction: column;
	}
	#centercontent_bg table {
		font-size: 18px;
	}
	.items-row {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.our_team-page .span3 {
		width: 45%;
	}
	.blog .item a.latest-link {
		font-size: 18px;
		padding-left: 10px;
	}
	.blog .item a.latest-link::before {
		right: 10px;
	}
	#centercontent_bg .contacts-page table tr {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	#centercontent_bg .contacts-page table td {
		width: 100%;
	}
	#centercontent_bg .contacts-page table td:nth-child(1) {
		margin-bottom: 4%;
	}
	#centercontent_bg .contacts-page iframe {
		width: 100vw;
	}
	.id-157 #main-content .container,
	.id-113 #main-content .container {
		padding: 0;
	}
}
@media screen and (max-width: 768px) {
	.page-top__inner {
		flex-direction: column;
	}

	.header-menu {
		width: 100%;
	}
	.main-screen__slider {
		width: 100%;
	}
	#page-wrapper h1 {
		text-align: center;
	}
	.page-top {
		position: relative;
	}
	.page-top .container {
		padding: 0;
	}
	#main-slider {
		margin-right: 0;
         border-radius: 0   
	}
	#leftbar-w,
	.header-menu {
		padding: 0;
	}
	.menutext {
		display: inline-block;
		padding-top: 15px;
	}
	#navtoogle button {
		z-index: 15;
		border-radius: 3px;
		background-color: #fff;
	}
	.cmn-toggle-switch span {
		background: #2744a0;
	}
	.cmn-toggle-switch span::before,
	.cmn-toggle-switch span::after {
		background-color: #2744a0;
	}
	.id-103 .page-top .left-menu,
	.id-105 .page-top .left-menu,
	#leftbar-w {
		transform: translateX(-200%);
		opacity: 0;
		transition: ease-in-out .5s;
		width: 0;
		position: absolute;
		background-color: #fff;
		z-index: 10;
		top: 0;
		height: 100%;
		left: -50%;
	}
	.id-103 .page-top .left-menu.slide,
	.id-105 .page-top .left-menu.slide,
	#leftbar-w.slide {
		transform: translateX(0);
		opacity: 1;
		transition: ease-in-out .5s;
		width: 41%;
		border-right: 3px solid #2744a0;
		left: 0;
		padding-left: 15px;
	}
	#leftbar-w {
		height: calc(100% + 50px);
		top: -50px;
		margin: 0;
	}
	.header__inner td a img {
		width: 35px;
		height: 25px;
	}
	.inline.perekluych img {
		width: 40px;
		height: 25px;
	}
	.inline.perekluych {
		width: 34%;
	}
	.header__inner tr {
		margin-left: 10px;
	}
	#nav ul.nav li.parent:before {
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}
	#nav ul.nav li.parent {
		border: none;
	}
	#header {
		padding: 2% 0;
	}
	.logo {
		padding-top: 2%;
		width: 50%;
	}
	.nav-outside-top .owl-nav {
		top: -50px;
	}
	.header__inner td:nth-child(2) {
		width: 90%;
        font-size: 12px;
	}
	.menu-info tr td:first-child img {
		width: 50px;
		height: 50px;
	}
	.menu-info tr {
		width: 60%;
	}
	.menu-info tr td:first-child {
		text-align: left;
	}
	.team .nav-outside-top .owl-nav,
	.news .nav-outside-top .owl-nav {
		top: -23%;
		right: 0;
		width: 100%;
	}
	#centercontent_bg {
		width: 100%;
		margin-top: 3%;
	}
	#nav ul.nav li.parent:hover:before {
		transform: translateY(-50%) rotate(45deg);
	}
	#nav ul.nav li.parent.act:before {
		transform: translateY(0) rotate(-135deg);
		transition: all 0.5s;
		top: 15px;
	}
	#nav li.parent ul {
		width: 100%;
		margin-right: 0;
		left: 0;
		transform: translateX(0);
	}
	#nav .nav-child li {
		list-style: none;
	}
	#nav .nav-child li a {
		padding-left: 10px;
		display: block;
	}
	#centercontent_bg table {
		font-size: 16px;
	}
	.newsblog .cat-children > div {
		width: 45%;
	}
	.id-103 #leftbar-w.slide,
	.id-105 #leftbar-w.slide {
		display: none;
	}
	.moduletablehfoto ul.sigFreeClassic li {
		width: calc(48% - 5px);
	}

}
@media screen and (max-width: 576px) {
	.logo {
		width: 100%;
		padding-bottom: 2%;
	}
	.logotype {
		margin: 0 auto;
	}
	.inline.perekluych {
    width: 191px;
}
#header {
    padding: 5% 0;
}
	.header__inner .mod-languages {
    width: 106px;
}
	.header__inner tr {
		margin-left: 0;
	}
	.header__inner {
		justify-content: center;
	}
	#page-wrapper h1 {
		font-size: 40px;
	}
	#slider-header h1 strong {
		display: block;
	}
	#slider-header h1 strong + strong {
		margin-left: 0;
	}
	#slider-header h1 strong + strong::before {
		content: none;
	}
	#slider-header tr td:last-child::before,
	#slider-header strong + strong::before {
		width: 10px;
		height: 10px;
		left: -12px;
	}
	#slider-header .custom > p:nth-child(1) {
		width: 70%;
	}
	.events .spusok {
		width: 100%;
		margin-bottom: 15%;
	}
	.events a.latest-link {
		width: 100%;
		padding: 20px;
	}
	#main-content .blog-entry.border .entry-title h4 {
		font-size: 18px;
	}
	#page-wrapper h3 {
		font-size: 30px;
	}
	.about .custom p {
		padding: 0;
		margin: 0;
	}
	.news #npost114,
	.news #npost100 {
		min-height: 650px;
	}
	.analytics .categories-module li {
		width: 90%;
		margin: 0 2% 8%;
		padding: 10%;
	}
	.analytics .categories-module {
		margin-top: 8%;
	}
	#page-wrapper #user-bottom2 h3,
	#page-wrapper .smart h3 {
		font-size: 34px;
	}
	.smart tr {
		flex-direction: column-reverse;
	}
	.smart tr td:nth-child(2),
	.smart tr td:nth-child(1) {
		width: 100%;
	}
	.smart .custom strong {
		font-size: 26px;
	}
	.smart tr td:nth-child(1) > p:nth-child(1) {
		width: 100%;
	}
	.smart tr td:nth-child(1) > p:nth-child(3) {
		width: 100%;
		text-align: center;
	}
	.smart .custom a {
		margin-left: -50px;
	}
	.smart tr td:nth-child(2) {
		width: 100%;
		height: 100%;
		padding: 0 0 90% 0;
		margin-bottom: 30px;
		margin-top: 0;
	}
	#page-wrapper #user-bottom h3,
	#page-wrapper .advantages h3 {
		font-size: 34px;
		padding-top: 80px;
	}
	.item-page .custom tr,
	.advantages tr {
		width: 100%;
		margin: 0 0 10%;
	}
	#main-content .team .blog-entry.border .entry-title h4 {
		font-size: 20px;
	}
	.entry-description {
		font-size: 17px;
	}
	#user-bottom td {
		font-size: 18px;
	}
	#user-bottom tr + tr {
		margin-top: 15px;
	}
	#user-bottom td {
		line-height: 2;
	}
	#user-bottom2 td {
		width: 90%;
		margin-bottom: 8%;
		font-size: 20px;
	}
	#page-wrapper .nav-outside-top .owl-nav .owl-prev,
	#page-wrapper .nav-outside-top .owl-nav .owl-next {
		width: 60px;
		height: 60px;
	}
	.team #npost118,
	.team #npost105 {
		margin-bottom: 80px;
	}
	#page-wrapper .team .nav-outside-top .owl-nav {
		bottom: 60px;
	}
	.header__inner td a img {
		width: 50px;
		height: 30px;
	}
	#navtoogle {
		margin-bottom: 4%;
	}
	.events .latestnews {
		margin-top: 8%;
	}
	#page-wrapper .nav-outside-top .owl-nav {
		right: 0;
		top: auto;
		bottom: 120px;
		width: 100%;
	}
	#user-bottom {
		margin-top: 50px;
	}
	.smart tr + tr {
		margin-top: 20%;
	}
	.id-103 .page-top .left-menu.slide,
	.id-105 .page-top .left-menu.slide,
	#leftbar-w.slide {
		width: 60%;
	}
	.menu-info tr {
		width: 100%;
	}
	.menu-info {
		width: 65%;
	}
	#leftbar-w {
		height: calc(100% + 67px);
		top: -67px;
		margin: 0;
	}
	#centercontent_bg table {
		font-size: 12px;
	}
	.items-row .span3,
	.items-row .span4,
	.items-row .span6 {
		display: inline;
		margin: 0 0 6%;
	}
	.id-141 #centercontent_bg table,
	.id-120 #centercontent_bg table {
		font-size: 16px;
	}
	ul.breadcrumb {
		display: flex;
		margin: 0;
		align-items: center;
		font-size: 14px;
		flex-wrap: wrap;
		padding: 0;
	}
	ul.breadcrumb li a {
		white-space: nowrap;
	}
	.newsblog .cat-children {
		gap: 0;
		margin: 0;
	}
	.newsblog .cat-children > div {
		width: 95%;
		margin-bottom: 8%;
		padding: 8% 6%;
	}
	.span12 {
		margin: 0 0 8%;
	}
	.our_team-page .span3 {
		width: 95%;
	}
	#page-wrapper .page-header h1 {
		padding-top: 4%;
	}
	#centercontent_bg .contacts-page table {
		font-size: 14px;
	}
    .header__inner td:nth-child(2) {
    font-size: 10px;
}
    .header__inner td a img {
    width: 34px;
    height: 19px;
}
.page-header {
    margin: 6% 0;
}
}
@media screen and (max-width: 360px) {
	.analytics .categories-module li {
		margin: 0 0 8%;
		width: 100%;
	}

	.header__inner td:nth-child(2) {
		width: 82%;
		font-size: 12px;
		margin-bottom: 5px;
	}
	.header__inner tr {
		flex-wrap: wrap;
		justify-content: center;
	}
	.inline.perekluych {
		width: 70%;
	}
	.header__inner .mod-languages {
		width: 30%;
	}
	#navtoogle {
		margin: 4% 0;
	}
	.footer__contacts .custom > p,
	.advantages .custom > p {
		font-size: 14px;
	}
	#page-wrapper #user-bottom2 h3,
	#page-wrapper .smart h3,
	#page-wrapper #user-bottom h3,
	#page-wrapper .advantages h3 {
		font-size: 30px;
	}
	#user-bottom2 td {
		width: 100%;
	}

}

@media screen and (max-width: 768px) {
	#centercontent_bg .item-page.actualiz tr:nth-child(2) {
		display: none;
	}
	
	#centercontent_bg .item-page.actualiz tr {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	
	#centercontent_bg .item-page.actualiz tr td {
		width: 100%;
		flex: 1 0 100%;
		max-width: none;
	}
	#centercontent_bg .item-page.actualiz tr td:not(:has(p)) {
		display: none;
	}
}