* {
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
*:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,0,0,.125);
}
body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	line-height: 1;
}
p, li {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	color: #656d78;
	line-height: 1.2;
}
p {
	margin: 0 0 20px;
}
a {
	color: #0e4b8c;
}
a:hover {
	color: #f38220;
	text-decoration: none;
}
.btn {
	font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
    line-height: 20px;
	padding: 9px 30px;
    border-radius: 20px;
}
.btn.btn-img {
	padding: 9px 9px;
}
.btn-primary {
	background-color: #1b98d2;
    border-color: #1b98d2;
}
.btn-primary:hover, .btn-primary:focus {
	color: #1b98d2;
    background-color: #fff;
    border-color: #fff;
}
.btn-success {
	background-color: #f38220;
	border-color: #f38220;
}
.btn-success:hover, .btn-success:focus {
	background-color: #0e4b8c;
	border-color: #0e4b8c;
}
.btn-outline-primary {
	color: #0e4b8c;
    border-color: #0e4b8c;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #0e4b8c;
    border-color: #0e4b8c;
}
.btn-outline-light {
    color: #1b98d2;
	background-color: #f6f7fb;
    border-color: #e6e9ee;
}
.btn-outline-light:hover, .btn-outline-light:focus {
    color: #fff;
    background-color: #1b98d2;
    border-color: #f6f7fb;
}
.btn-outline-light:hover img, .btn-outline-light:focus img {
	filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
    -webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
.badge-success {
	background-color: #f38220;
	border-radius: 0;
}
.display-1, .display-2 {
	text-transform: uppercase;
}
.display-1 {
    font-size: 48px;
	color: #fff;
	font-weight: 700;
    line-height: 1.2;
}
.display-2 {
    font-size: 36px;
	color: #fff;
	font-weight: 700;
    line-height: 1.2;
}
.display-3 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.display-4 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.display-5 {
	font-size: 16px;
}
.display-6 {
	font-size: 20px;
}
.title, .more {
	padding-right: 10px;
    padding-left: 10px;
}
.title .lead {
	position: relative;
	padding: 60px 0 30px;
	overflow: hidden;
}
.title .lead:before {
	content: '';
	font-family: 'Ubuntu', sans-serif;
	font-size: 200px;
	color: rgba(177,196,217,.25);
    position: absolute;
    top: 0px;
	left: 0px;
    line-height: 140px;
    width: 140px;
    height: 140px;
	text-align: left;
}
.title.title-1 .lead:before, header .caption h1.title-1:before {
    content: '1';
}
.title.title-2 .lead:before {
    content: '2';
}
.title.title-3 .lead:before {
    content: '3';
}
.title.title-4 .lead:before {
    content: '4';
}
.title.title-5 .lead:before {
    content: '5';
}
.title.title-6 .lead:before {
    content: '6';
}
.title.title-7 .lead:before {
    content: '7';
}

/* Menu */
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 370px;
    position: fixed;
    top: 0;
    left: -370px;
    height: 100vh;
    z-index: 999;
    background-color: rgba(27,45,89,1);
    color: #f38220;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color: #fff;
    background: rgba(14,75,140,.1);
    position: absolute;
    top: 30px;
    right: 10px;
	border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #1b98d2;
    color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
	background: rgba(27,152,210,.8);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 30px 60px;
}

#sidebar ul.components {
    padding: 20px 60px;
}
#sidebar ul.components li {
	border-bottom: 1px solid rgba(27,152,210,.2);
}
#sidebar ul.components li:first-child {
	border-top: 1px solid rgba(27,152,210,.2);
}
#sidebar ul li a {
    padding: 15px 10px;
	font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
	color: #1b98d2;
	font-weight: 700;
	text-transform: uppercase;
    display: block;
}
#sidebar ul li:hover a, #sidebar ul li a:hover {
    color: #fff;
	background: #1b98d2;
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #1b98d2;
}
#sidebar ul li a svg {
	margin-right: 5px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
#content .navbar {
	position: fixed;
	margin-top: 20px;
	padding: 10px 0;
	z-index: 990;
}
#content .navbar .container-fluid {
	padding-right: 10px;
    padding-left: 10px;
}
#content .navbar .btn {
	width: 40px;
	height: 40px;
	font-size: 14px;
	padding: 10px 11px;
	margin-left: 15px;
	margin-top: 50px;
	text-align: center;
	border-radius: 50%;
}
#content .navbar .btn span {
	font-size: 0;
}

.logo-wrapper {
    position: absolute;
    width: 150px;
    height: 100px;
    left: 100px;
	margin: 0;
    z-index: 990;
}
.logo-wrapper img {
	width: 100%;
}

/* navbar-scrollspy */
#content .navbar-scrollspy {
	right: 10px;
	top: 50%;
	margin-top: -73px;
	width: 40px;
}
.navbar-scrollspy .navbar-nav .nav-link {
	font-size: 0;
	width: 20px;
	height: 6px;
	padding: 0;
	margin: 6px;
    background-color: #fff;
	border: 1px solid #ccd0d9;
	border-radius: 4px;
}
.navbar-scrollspy .navbar-nav .nav-link.active {
	background-color: #1b98d2;
	border: 1px solid #1b98d2;
	box-shadow: 0 0 10px 2px rgba(255,255,255,1);
}

.popover.bs-popover-left {
	color: #1b98d2;
	max-width: 180px;
	padding: 0px;
    background-color: #fff;
	border: 1px solid #1b98d2;
    border-radius: 10px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.bs-popover-left>.arrow::before {
	right: 1px;
    border-left-color: transparent;
}
.bs-popover-left .arrow::after {
    border-left-color: transparent;
}
.popover.bs-popover-left>.popover-body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 10px;
	color: #1b98d2;
	font-weight: 700;
	text-transform: uppercase;
	padding: 4px 10px;
}

/* Header */
.fullscreen-bg {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100vh;
    width: 100%;
}
.news-bg {
    display: block;
    overflow: hidden;
    position: relative;
    height: 300px;
    width: 100%;
	background: url(../image/slide-11.jpg) no-repeat center top;
    background-size: auto 100%;
}
.fullscreen-bg:before, .news-bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    z-index: +1;
}
.fullscreen-bg__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.fullscreen-bg .caption, .news-bg .caption {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.fullscreen-bg .caption p {
	font-size: 18px;
	color: #fff;
}

.header .lang {
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: 980;
}
.header .lang ul {
	width: 100px;
	margin: 0;
	padding: 0;
	float: right;
}
.header .lang li {
	display: inline-block;
	text-align: center;
	margin: 0 2px;
}
.header .lang li a {
	display: block;
    font-size: 14px;
	color: #1b98d2;
	font-weight: 700;
	text-transform: uppercase;
	width: 40px;
	height: 40px;
	line-height: 44px;
	border-radius: 50%;
}
.header .lang li a:hover {
	color: #1b98d2;
	text-decoration: none;
	background-color: #fff;
}
.header .lang li.active a {
	color: #fff;
	background-color: #1b98d2;
}

/* slide-group */
.slide-group {
    position: relative;
    background-color: #f6f7fb;
}
.slide-group .company {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: #1b2d59;
	box-shadow: 0 0 20px 0px rgba(170,178,189,.1);
}
.slide-group .company p {
	color: #1b98d2;
}
.slide-group .companies > div {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
}
.slide-group .company-01 {
	background-color: #1b98d2;
}
.slide-group .company-02 {
	background-color: #4fac25;
}
.slide-group .company-03 {
	background-color: #002b78;
}
.slide-group .company-04 {
	background-color: #0d4c8c;
}
.slide-group .company-05 {
	background-color: #95c93d;
}
.slide-group .company-06 {
	background-color: #1b2d59;
}
.slide-group .companies > div:hover {
	background-color: #fff;
}
.slide-group .companies .img {
	width: 100%;
	margin: 0 auto;
}
.slide-group .companies > div a.img {
	width: 100%;
	height: 100%;
	text-align: center;
}
.slide-group .companies > div a img {
	margin: 0 auto;
	width: 200px;
	filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
    -webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
.slide-group .companies > div a:hover img {
	margin: 0 auto;
	filter: brightness(100%) grayscale(0%);
    -webkit-filter: brightness(100%) grayscale(0%);
}
.slide-group .companies > div a p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 16px;
	color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.slide-group .companies > div a:hover p {
	color: #1b2d59;
}
.companies.links {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.companies.links > div {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.company {
	position: relative;
}
.company p.lead {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

/* slide-zns */
.slide-zns {
    position: relative;
    background-color: #f6f7fb;
}
.slide-zns:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: url(../image/photo-zns.jpg) no-repeat left top;
    background-size: auto 100%;
    background-attachment: fixed;
}
.slide-zns .company {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 50%;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 20px 0px rgba(170,178,189,.1);
}
.slide-zns .company p.lead {
	color: #1b2d59;
}
.slide-zns .company:hover {
	background-color: #1b98d2;
}
.slide-zns .company:hover p {
	color: #fff;
}
.slide-zns .company:hover img.img-responsive {
	filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
    -webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
.slide-zns .indicator > div {
	display: block;
	width: 100%;
	padding: 20px 30px;
}
.slide-zns .indicator:nth-child(1) {
	border-right: 1px solid #e6e9ee;
	border-bottom: 1px solid #e6e9ee;
}
.slide-zns .indicator:nth-child(2) {
	border-bottom: 1px solid #e6e9ee;
}
.slide-zns .indicator:nth-child(3) {
	border-right: 1px solid #e6e9ee;
}
.slide-zns .indicator .img {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	background-color: #1b98d2;
    border: 10px solid #f6f7fb;
	border-radius: 50%;
	box-shadow: 0 0 0px 1px rgba(230,233,238,1);
}
.slide-zns .indicator img {
	width: 140px;
	height: 140px;
	margin-top: -10px;
	margin-left: -10px;
}
.slide-zns .indicator p {
	color: #aab2bd;
}
.slide-zns .indicator .display-2 {
	color: #1b98d2;
}
.slide-zns .indicator .display-4 {
	color: #1b2d59;
}

/* slide-eco */
.slide-eco {
    position: relative;
    background-color: #f6f7fb;
}
.slide-eco:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: url(../image/photo-eco.jpg) no-repeat right top;
    background-size: auto 100%;
    background-attachment: fixed;
}
.slide-eco .company {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 50%;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 20px 0px rgba(170,178,189,.1);
}
.slide-eco .company p.lead {
	color: #4fac25;
}
.slide-eco .company:hover {
	background-color: #4fac25;
}
.slide-eco .company:hover p {
	color: #fff;
}
.slide-eco .company:hover img.img-responsive {
	filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
    -webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
.slide-eco .company .btn-outline-light {
    color: #4fac25;
}
.slide-eco .company .btn-outline-light:hover, .slide-eco .company .btn-outline-light:focus {
    color: #fff;
    background-color: #4fac25;
    border-color: #fff;
}
.slide-eco .indicator > div {
	display: block;
	width: 100%;
	padding: 20px 30px;
}
.slide-eco .indicator:nth-child(1) {
	border-right: 1px solid #e6e9ee;
	border-bottom: 1px solid #e6e9ee;
}
.slide-eco .indicator:nth-child(2) {
	border-bottom: 1px solid #e6e9ee;
}
.slide-eco .indicator:nth-child(3) {
	border-right: 1px solid #e6e9ee;
}
.slide-eco .indicator .img {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	background-color: #4fac25;
    border: 10px solid #f6f7fb; #e6e9ee;
	border-radius: 50%;
	box-shadow: 0 0 0px 1px rgba(230,233,238,1);
}
.slide-eco .indicator img {
	width: 140px;
	height: 140px;
	margin-top: -10px;
	margin-left: -10px;
}
.slide-eco .indicator p {
	color: #aab2bd;
}
.slide-eco .indicator .display-2 {
	color: #4fac25;
}
.slide-eco .indicator .display-4 {
	color: #504f54;
}

/* slide-goryzonty */
.slide-goryzonty {
    position: relative;
    background-color: #f6f7fb;
}
.slide-goryzonty:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: url(../image/photo-goryzonty.jpg) no-repeat left top;
    background-size: auto 100%;
    background-attachment: fixed;
}
.slide-goryzonty .company {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 50%;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 20px 0px rgba(170,178,189,.1);
}
.slide-goryzonty .company p.lead {
	color: #002b78;
}
.slide-goryzonty .company:hover {
	background-color: #002b78;
}

.slide-goryzonty .company:hover p {
	color: #fff;
}
.slide-goryzonty .company:hover img {
	filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
    -webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
.slide-goryzonty .company .btn-outline-light {
    color: #0194e1;
}
.slide-goryzonty .company .btn-outline-light:hover, .slide-goryzonty .company .btn-outline-light:focus {
    color: #fff;
    background-color: #0194e1;
    border-color: #0194e1;
}
.slide-goryzonty .indicator > div {
	display: block;
	width: 100%;
	padding: 20px 30px;
}
.slide-goryzonty .indicator:nth-child(1) {
	border-right: 1px solid #e6e9ee;
	border-bottom: 1px solid #e6e9ee;
}
.slide-goryzonty .indicator:nth-child(2) {
	border-bottom: 1px solid #e6e9ee;
}
.slide-goryzonty .indicator:nth-child(3) {
	border-right: 1px solid #e6e9ee;
}
.slide-goryzonty .indicator .img {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	background-color: #0194e1;
    border: 10px solid #f6f7fb; #e6e9ee;
	border-radius: 50%;
	box-shadow: 0 0 0px 1px rgba(230,233,238,1);
}
.slide-goryzonty .indicator img {
	width: 140px;
	height: 140px;
	margin-top: -10px;
	margin-left: -10px;
}
.slide-goryzonty .indicator p {
	color: #aab2bd;
}
.slide-goryzonty .indicator .display-2 {
	color: #0194e1;
}
.slide-goryzonty .indicator .display-4 {
	color: #002b78;
}

/* slide-nordik */
.slide-nordik {
    position: relative;
    background-color: #f6f7fb;
}
.slide-nordik:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: url(../image/photo-nordik.jpg) no-repeat left top;
    background-size: auto 100%;
    background-attachment: fixed;
}
.slide-nordik .company {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 50%;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 20px 0px rgba(170,178,189,.1);
}
.slide-nordik .company p.lead {
	color: #0d4c8c;
}
.slide-nordik .company:hover {
	background-color: #0d4c8c;
}
.slide-nordik .company:hover p {
	color: #fff;
}
.slide-nordik .company:hover img {
	filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
    -webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
.slide-nordik .company .btn-outline-light {
    color: #f28121;
}
.slide-nordik .company .btn-outline-light:hover, .slide-nordik .company .btn-outline-light:focus {
    color: #fff;
    background-color: #f28121;
    border-color: #f28121;
}
.slide-nordik .indicator > div {
	display: block;
	width: 100%;
	padding: 20px 30px;
}
.slide-nordik .indicator:nth-child(1) {
	border-right: 1px solid #e6e9ee;
	border-bottom: 1px solid #e6e9ee;
}
.slide-nordik .indicator:nth-child(2) {
	border-bottom: 1px solid #e6e9ee;
}
.slide-nordik .indicator:nth-child(3) {
	border-right: 1px solid #e6e9ee;
}
.slide-nordik .indicator .img {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	background-color: #f28121;
    border: 10px solid #f6f7fb; #e6e9ee;
	border-radius: 50%;
	box-shadow: 0 0 0px 1px rgba(230,233,238,1);
}
.slide-nordik .indicator img {
	width: 140px;
	height: 140px;
	margin-top: -10px;
	margin-left: -10px;
}
.slide-nordik .indicator p {
	color: #aab2bd;
}
.slide-nordik .indicator .display-2 {
	color: #f28121;
}
.slide-nordik .indicator .display-4 {
	color: #0d4c8c;
}

/* slide-geo */
.slide-geo {
    position: relative;
    background-color: #f6f7fb;
}
.slide-geo:before {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: url(../image/photo-geo.jpg) no-repeat right top;
    background-size: auto 100%;
    background-attachment: fixed;
}
.slide-geo .company {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 50%;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 20px 0px rgba(170,178,189,.1);
}
.slide-geo .company p.lead {
	color: #95c93d;
}
.slide-geo .company:hover {
	background-color: #95c93d;
}
.slide-geo .company:hover p {
	color: #fff;
}
.slide-geo .company:hover img {
	filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
    -webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
.slide-geo .company .btn-outline-light {
    color: #95c93d;
}
.slide-geo .company .btn-outline-light:hover, .slide-geo .company .btn-outline-light:focus {
    color: #fff;
    background-color: #42b0e4;
    border-color: #42b0e4;
}
.slide-geo .indicator > div {
	display: block;
	width: 100%;
	padding: 20px 30px;
}
.slide-geo .indicator:nth-child(1) {
	border-right: 1px solid #e6e9ee;
	border-bottom: 1px solid #e6e9ee;
}
.slide-geo .indicator:nth-child(2) {
	border-bottom: 1px solid #e6e9ee;
}
.slide-geo .indicator:nth-child(3) {
	border-right: 1px solid #e6e9ee;
}
.slide-geo .indicator .img {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	background-color: #95c93d;
    border: 10px solid #f6f7fb; #e6e9ee;
	border-radius: 50%;
	box-shadow: 0 0 0px 1px rgba(230,233,238,1);
}
.slide-geo .indicator img {
	width: 140px;
	height: 140px;
	margin-top: -10px;
	margin-left: -10px;
}
.slide-geo .indicator p {
	color: #aab2bd;
}
.slide-geo .indicator .display-2 {
	color: #95c93d;
}
.slide-geo .indicator .display-4 {
	color: #42b0e4;
}

/* Events */
.events {
	padding: 100px 0;
	background-color: #fff;
	overflow: hidden;
}
.events .title, .event p {
	color: #1b2d59;
}
.events .title:after {
	background-color: #1a2d58;
}
.events .row > div {
	padding: 10px;
}
.events .row > div .event {
	padding: 0;
	
}
.events .row > div .event {
	display: block;
	background-color: #f6f7fb;
}
.events .row > div .event.zns {
	background-color: #1b98d2;	
}
.events .row > div .event.ecooptima {
	background-color: #4fac25;	
}
.events .row > div .event.goryzonty {
	background-color: #002b78;
}
.events .row > div .event.nordikbud {
	background-color: #0d4c8c;
}
.events .row > div .event.georozvidka {
	background-color: #95c93d;	
}
.events .row > div .event:hover {
	text-decoration: none;
	background-color: #f6f7fb;
}
.events .row > div .event:before {
	position: absolute;
    top: 20px;
    right: 30px;
    display: block;
    content: "";
    width: 120px;
    height: 100px;
	filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
    -webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
.events .row > div .event:hover:before {
	filter: brightness(100%) grayscale(0%);
    -webkit-filter: brightness(100%) grayscale(0%);
}
.events .row > div .event.zns:before {
	background: url(../image/zns-logo.svg) no-repeat center center;
	background-size: 100% auto;
}
.events .row > div .event.ecooptima:before {
	background: url(../image/ecooptima-logo.svg) no-repeat center center;
	background-size: 100% auto;
}

.events .row > div .event.goryzonty.en:before {
	background: url(../image/goryzonty-logo_en.png) no-repeat center center;
	background-size: 100% auto;
}

.events .row > div .event.goryzonty:before {
	background: url(../image/goryzonty-logo.png) no-repeat center center;
	background-size: 100% auto;
}

.events .row > div .event.nordikbud:before {
	background: url(../image/nordikbud-logo.svg) no-repeat center center;
	background-size: 100% auto;
}
.events .row > div .event.georozvidka:before {
	background: url(../image/georozvidka-logo.svg) no-repeat center center;
	background-size: 100% auto;
}
.event .caption {
	height: 240px;
	padding: 30px 20px 20px;

}
.event p {
	color: #fff;
}
.event .direction {
	font-size: 12px;
	font-weight: 500;
    text-transform: uppercase;
	padding: 25px 120px 30px 0px;
}
.event .lead {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
}
.event:hover .lead {
	color: #1b98d2;
}
.event:hover p {
	color: #656d78;
}
.event .date {
	font-size: 14px;
	color: #1b2d59;
	display: inline-block;
	margin-bottom: 10px;
	background-color: #fff;	
}
.event:hover .date {
	color: #fff;
	background-color: #1b98d2;	
}
.event .date span {
	display: inline-block;
	padding: 5px 10px;
	
}
.events .btn-default {
    color: #fff;
	padding: 10px 15px;
	margin: 5px 4px;
    background-color: #1b2d59;
	border: 0px solid #1b2d59;
	border-radius: 0px;
}
.events .btn-default.zns {
    background-color: #1b98d2;
}
.events .btn-default.ecooptima {
	background-color: #4fac25;	
}
.events .btn-default.goryzonty {
	background-color: #002b78;
}
.events .btn-default.nordikbud {
	background-color: #0d4c8c;
}
.events .btn-default.georozvidka {
	background-color: #95c93d;	
}
.events .btn-default:hover, .events .btn-default:focus {
    color: #1b2d59;
    background-color: #f6f7fb;
    border-color: #f6f7fb;
}
.events .button-block {
	margin-top: 40px;
	background-color: #269cd4;
	border: 1px solid #269cd4;
	
}
.events .button-block:hover {
	background-color: #1b2d59;
	border: 1px solid #1b2d59;
	
}
.events .button-block .btn {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	
}
.events .button-block:hover .btn, .events .button-block:hover .btn:hover, .events .button-block .btn:focus {
	color: #fff;
	text-decoration: none;
}
.event-details {
	padding: 100px 0;
    background-color: #f6f7fb;
    overflow: hidden;
}
.event-details .title {
	position: relative;
	padding-right: 25%;
	overflow: hidden;
}
.event-details .title:before {
	position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    content: "";
    width: 25%;
    height: 120px;
}
.event-details.zns .title:before {
	background: url(../image/zns-logo.svg) no-repeat center center;
	background-size: auto 100%;
}
.event-details.ecooptima .title:before {
	background: url(../image/ecooptima-logo.svg) no-repeat center center;
	background-size: auto 100%;
}
.event-details.goryzonty .title:before {
	background: url(../image/goryzonty-logo.svg) no-repeat center center;
	background-size: auto 100%;
}
.event-details.nordikbud .title:before {
	background: url(../image/nordikbud-logo.svg) no-repeat center center;
	background-size: auto;
	/*
	background-size: auto 100%;
	*/
}
.event-details.georozvidka .title:before {
	background: url(../image/georozvidka-logo.svg) no-repeat center center;
	background-size: auto 100%;
}
.event-details .display-3 {
    color: #0d4c8c;
}
.event-details .date {
    font-size: 14px;
    color: #1b2d59;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #fff;
}
.event-details .date span {
	display: inline-block;
	padding: 5px 10px;
	
}

/* Digests */
.digests {
	padding: 100px 0;
	background-color: #f6f7fb;
	overflow: hidden;
}

.digests .title, .digest p {
	color: #1b2d59;
}
.digests .title:after {
	background-color: #1a2d58;
}
.digests .row > div {
	padding: 10px;
}
.digests .row > div .digest {
	padding: 0;
	
}
.digests .row > div .digest {
	display: block;
	background-color: #f6f7fb;
}
.digests .row > div .digest.zns {
	background-color: #1b98d2;	
}
.digests .row > div .digest.ecooptima {
	background-color: #4fac25;	
}
.digests .row > div .digest.goryzonty {
	background-color: #002b78;
}
.digests .row > div .digest.nordikbud {
	background-color: #0d4c8c;
}
.digests .row > div .digest.georozvidka {
	background-color: #95c93d;	
}
.digests .row > div .digest:hover {
	text-decoration: none;
	background-color: #fff;
}
.digests .row > div .digest .caption:before {
	position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    content: "";
    width: 120px;
    height: 100px;
	filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
    -webkit-filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(1000%) contrast(1000%);
}
.digests .row > div .digest .caption:hover:before {
	filter: brightness(100%) grayscale(0%);
    -webkit-filter: brightness(100%) grayscale(0%);
}
.digests .row > div .digest.zns .caption:before {
	background: url(../image/zns-logo.svg) no-repeat center center;
	background-size: 100% auto;
}
.digests .row > div .digest.ecooptima .caption:before {
	background: url(../image/ecooptima-logo.svg) no-repeat center center;
	background-size: 100% auto;
}

.digests .row > div .digest.goryzonty.en .caption:before {
	background: url(../image/goryzonty-logo_en.png) no-repeat center center;
	background-size: 100% auto;
}

.digests .row > div .digest.goryzonty .caption:before {
	background: url(../image/goryzonty-logo.png) no-repeat center center;
	background-size: 100% auto;
}

.digests .row > div .digest.nordikbud .caption:before {
	background: url(../image/nordikbud-logo.svg) no-repeat center center;
	background-size: 100% auto;
}
.digests .row > div .digest.georozvidka .caption:before {
	background: url(../image/georozvidka-logo.svg) no-repeat center center;
	background-size: 100% auto;
}
.digest .caption {
	position: relative;
	height: 240px;
	padding: 20px 20px 20px;
}
.digest p {
	color: #fff;
}
.digest .direction {
	font-size: 12px;
	font-weight: 500;
    text-transform: uppercase;
    padding: 35px 120px 30px 0px;
}
.digest .lead {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
}
.digest:hover .lead {
	color: #1b98d2;
}
.digest:hover p {
	color: #656d78;
}
.digest .date {
	font-size: 14px;
	color: #1b2d59;
	display: inline-block;
	margin-bottom: 10px;
	background-color: #fff;	
}
.digest:hover .date {
	color: #fff;
	background-color: #1b98d2;	
}
.digest .date span {
	display: inline-block;
	padding: 5px 10px;
	
}
.digests .btn-default {
    color: #fff;
	padding: 10px 15px;
	margin: 5px 4px;
    background-color: #1b2d59;
	border: 0px solid #1b2d59;
	border-radius: 0px;
}
.digests .btn-default.zns {
    background-color: #1b98d2;
}
.digests .btn-default.ecooptima {
	background-color: #4fac25;	
}
.digests .btn-default.goryzonty {
	background-color: #002b78;
}
.digests .btn-default.nordikbud {
	background-color: #0d4c8c;
}
.digests .btn-default.georozvidka {
	background-color: #95c93d;	
}
.digests .btn-default:hover, .digests .btn-default:focus {
    color: #1b2d59;
    background-color: #f6f7fb;
    border-color: #f6f7fb;
}
.digests .button-block {
	margin-top: 40px;
	background-color: #269cd4;
	border: 1px solid #269cd4;
	
}
.digests .button-block:hover {
	background-color: #1b2d59;
	border: 1px solid #1b2d59;
	
}
.digests .button-block .btn {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	
}
.digests .button-block:hover .btn, .digests .button-block:hover .btn:hover, .digests .button-block .btn:focus {
	color: #fff;
	text-decoration: none;
}
.digest-details {

	padding: 100px 0;
    background-color: #f6f7fb;
    overflow: hidden;
}
.digest-details .title {
	position: relative;
	padding-right: 25%;
	overflow: hidden;
}
.digest-details .title:before {
	position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    content: "";
    width: 25%;
    height: 120px;
}
.digest-details.zns .title:before {
	background: url(../image/zns-logo.svg) no-repeat center center;
	background-size: auto 100%;
}
.digest-details.ecooptima .title:before {
	background: url(../image/ecooptima-logo.svg) no-repeat center center;
	background-size: auto 100%;
}
.digest-details.goryzonty .title:before {
	background: url(../image/goryzonty-logo.svg) no-repeat center center;
	background-size: auto 100%;
}
.digest-details.nordikbud .title:before {
	background: url(../image/nordikbud-logo.svg) no-repeat center center;
	background-size: auto;
	/*
	background-size: auto 100%;
	*/
}
.digest-details.georozvidka .title:before {
	background: url(../image/georozvidka-logo.svg) no-repeat center center;
	background-size: auto 100%;
}
.digest-details .display-3 {
    color: #0d4c8c;
}
.digest-details .date {
    font-size: 14px;
    color: #1b2d59;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #fff;
}
.digest-details .date span {
	display: inline-block;
	padding: 5px 10px;
	
}

/* Management */
.slide-management {
    position: relative;
    background-color: #f6f7fb;
}
.slide-management .indicator {
	height: 320px;
    border-right: 1px solid #e6e9ee;
    border-bottom: 1px solid #e6e9ee;
}
.slide-management .indicator .img {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    background-color: #1b98d2;
    border: 10px solid #f6f7fb;
    border-radius: 50%;
    box-shadow: 0 0 0px 1px rgba(230,233,238,1);
}
.slide-management .indicator .img .manager {
	border-radius: 50%;
	width: 120px;
	height: 120px;
	margin-top: 0px;
	margin-left: 0px;
}
.slide-management .indicator .display-4 {
    color: #1b2d59;
}
.slide-management .indicator p {
    color: #aab2bd;
}

/* Map */
.map {
	padding: 100px 0;
	background: #f3f6f9 url(../image/bg-map.png) no-repeat center bottom;
	background-size: 100% auto;
}
.ukrmap text {
	font-family: 'Open Sans';
	cursor: pointer;
}
.ukrmap a {
	cursor: pointer;
}
.ukrmap a:hover {
	text-decoration: none;
}
.popover.bs-popover-top, .popover.bs-popover-bottom {
	max-width: 400px;
	padding: 40px 30px;
    background-color: rgba(243,130,33,.8);
	border: 0px solid #ccc;
    border: 0px solid rgba(243,130,33,.8);
    border-radius: 0px;
	
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.popover.bs-popover-top>.arrow {
	bottom: -9px;
    border-top-color: rgba(38,156,212,0);
}
.popover.bs-popover-bottom>.arrow {
	top: -9px;
    border-bottom-color: rgba(38,156,212,0);
}
.popover.bs-popover-top>.arrow:after {
    border-top-color: rgba(243,130,33,.8);
}
.popover.bs-popover-bottom>.arrow:after {
    border-bottom-color: rgba(243,130,33,.8);
}
.popover.bs-popover-top>.popover-header, .popover.bs-popover-bottom>.popover-header {
	font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
	color: #fff;
	padding: 10px 10px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-radius: 0;
}
.popover.bs-popover-top>.popover-body, .popover.bs-popover-bottom>.popover-body {
	font-family: 'Open Sans';
	font-size: 16px;
	color: #fff;
}

/* Contact */
.map-block {
	position: relative;
	height: 600px;
}
.map-block .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.contacts {
	position: absolute;
	top: 20%;
	left: 5%;
	width: 30%;
	padding: 30px 20px;
	background-color: rgba(243,130,33,.8);
	z-index: 990;
	-webkit-box-shadow: 0 0px 25px rgba(0,0,0,.1);
    box-shadow: 0 0px 25px rgba(0,0,0,.1);
}
.contacts .copy, .contacts .location, .contacts .phone, .contacts .mail {
	position: relative;
}
.contacts .copy:before, .contacts .location:before, .contacts .phone:before, .contacts .mail:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 5px;
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
}
.contacts .copy p, .contacts .location p, .contacts .phone p, .contacts .mail p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
    line-height: 20px;
    padding: 13px 10px 0px 40px;
	margin-bottom: 5px;
}
.contacts .mail p a {
	color: #fff;
}
.copy:before {
    content: "\f1f9";
}
.location:before {
    content: "\f041";
}
.phone:before {
    content: "\f095";
}
.mail:before {
    content: "\f0e0";
}
.facebook:before {
    content: "";
    background: url(../image/ico-facebook.svg) no-repeat center top;
}

/* Form */
.form-block {
	padding: 50px 30px 30px;
	background-color: #f3f6f9;	
}
.form-group label {
	font-size: 18px;
	color: #002b78;
	font-weight: 400;
	text-transform: uppercase;
}
.form-group label .help-block {
	font-size: 16px;
	text-transform: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #1a2d58;
    background-color: rgba(255,255,255,.2);
    border: 1px solid #e6edf3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
.form-group-lg .form-control {
	height: 50px;
	line-height: 30px;
	padding: 9px 10px;
    border-radius: 0px;
}
.form-group-lg textarea.form-control {
    height: 200px;
}
.form-control:focus {
	background-color: #fff;
    border-color: #b2c5d9;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0 0.4rem rgba(102,175,233,.1);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0 0.4rem rgba(102,175,233,.1);
}
.form-group.button-block {
    margin-top: 40px;
    background-color: #269cd4;
    
}
.form-group.button-block .btn-link {
    color: #fff;
	
}
.form-group.button-block:hover {
    background-color: #1a2d58;
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}
.form-group.button-block:hover .btn-link {
    color: #fff;
	text-decoration: none;
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
}

/* Footer */
.footer {
	padding: 50px 0;
	background-color: #1b2d59;
}
.footer img {
	width: 150px;
}
.footer p, .footer li {
	position: relative;
	margin: 10px 0;
}
.footer p, .footer a {
	color: #1b98d2;
}
.footer a:hover {
	color: #fff;
}
.footer p.lead {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.footer .row p:before {
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #269cd4;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
}
.footer .row p.location, .footer .row p.phone, .footer .row p.mail, .footer .row p.facebook {
    padding-left: 30px;
}

/* Modal */

.modal-backdrop {
    z-index: 6040;
}
.modal {
    z-index: 6050;
	overflow-y: auto;
}
.modal-dialog {
    width: 80%;
	max-width: 1160px;
}
.modal-content {
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0;
	box-shadow: 0 0 0 0px rgba(255,255,255,.4);
}
.modal-header {
    padding: 0px 20px;
	border-bottom: 0px solid #dee2e6;
}
.advert .modal-header {
    padding: 0px;
}
.modal-header .modal-title.display-4 {
	line-height: 30px;
}
.modal-header button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px;
	margin: 0;
    font-size: 30px;
    color: #0e4b8c;
	font-weight: 300;
	line-height: 30px;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 20px;
    text-shadow: 0 0px 0 rgb(255 255 255 / 0%);
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: +10;
}
.modal-header button.close:hover, .modal-header button.close:focus {
    color: #1b98d2 !important;
    text-shadow: 0 0px 0 rgb(255 255 255 / 0%);
    background-color: #fff;
	outline: 0px;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}
.modal .content {
    padding: 0px 0;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.vh-100 {
    	height: auto !important;
	}
	.vw-100 {
		width: 100% !important;
	}
	.display-1 {
    	font-size: 30px;
	}
	.display-2 {
		font-size: 30px;
		line-height: 1;
	}
	.display-3 {
		font-size: 24px;
		line-height: 1;
	}
	.display-4 {
		font-size: 20px;
		line-height: 1;
	}
	p, li {
	    font-size: 15px;
	}
	.main__header-title img {
		width: 150px;
	}
	.fullscreen-bg {
	    height: 50vh;
	}
	.slide-group .company {
		position: relative;
		top: auto;
		right: auto;
		height: auto;
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.slide-group .company img {
		width: 200px;
	}
	.slide-group .companies > div {
		height: 180px;
	}
	.slide-group .companies > div a img {
	    width: 150px;
		margin: 30px auto;
	}
	.companies.links > div {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.companies.links > div.company-04 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.companies.links > div a p {
	    font-size: 14px;
	}
	.slide-zns, .slide-eco, .slide-goryzonty, .slide-nordik, .slide-geo {
		min-height: 1000px;
	}
	.slide-zns:before, .slide-eco:before, .slide-goryzonty:before, .slide-nordik:before, .slide-geo:before {
		position: relative;
		width: 100%;
		height: 300px;
	}
	.slide-zns .company, .slide-eco .company, .slide-goryzonty .company, .slide-nordik .company, .slide-geo .company {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: calc(100% + 30px);
		height: auto;
		padding: 30px 20px;
		margin: 0 -15px;
	}
	.slide-zns .indicator, .slide-eco .indicator, .slide-goryzonty .indicator, .slide-nordik .indicator, .slide-geo .indicator {
		height: auto;
		padding: 30px 15px;
		border-right: 0px solid #e6e9ee !important;
		border-bottom: 1px solid #e6e9ee !important;
	}
	.event-details .title {
		padding-top: 120px;
		padding-right: 0%;
	}
	.event-details .title:before {
		width: 100%;
		height: 100px;
	}
}

@media (max-width: 767.98px) {
	.vh-100 {
    	height: auto !important;
	}
	.vw-100 {
		width: 100% !important;
	}
	.title .lead, header .caption h1 {
	    padding: 10px 0 10px;
		margin: 0px !important;
	}
	.title .lead:before, header .caption h1:before {
		font-size: 160px;
		line-height: 120px;
		width: 120px;
		height: 120px;
	}
	.events {
    	padding: 50px 0;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.vh-100 {
    	height: auto !important;
	}
	.vw-100 {
		width: 100% !important;
	}
	.display-1 {
		font-size: 36px;
		line-height: 1;
	}
	.display-2 {
		font-size: 30px;
		line-height: 1;
	}
	.display-4 {
		font-size: 20px;
		line-height: 1;
	}
	p, li {
	    font-size: 15px;
	}
	.fullscreen-bg {
	    height: 75vh;
	}
	.main__header-title img {
		width: 200px;
	}
	.slide-group .company {
		position: relative;
		top: auto;
		right: auto;
		height: auto;
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.slide-group .company img {
		width: 200px;
	}
	.slide-group .companies > div {
		height: 180px;
	}
	.slide-group .companies > div a img {
	    width: 150px;
		margin: 30px auto;
	}
	.companies.links > div {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.companies.links > div.company-04, .companies.links > div.company-05 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.companies.links > div a p {
	    font-size: 14px;
	}
	.slide-zns, .slide-eco, .slide-goryzonty, .slide-nordik, .slide-geo {
		min-height: auto;
	}
	.slide-zns:before, .slide-eco:before, .slide-goryzonty:before, .slide-nordik:before, .slide-geo:before {
		position: relative;
		width: 100%;
		height: 370px;
	}
	.slide-zns .company, .slide-eco .company, .slide-goryzonty .company, .slide-nordik .company, .slide-geo .company {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: calc(100% + 30px);
		height: 370px;
		padding: 30px 20px;
		margin: 0 -15px;
	}
	.slide-zns .indicator, .slide-eco .indicator, .slide-goryzonty .indicator, .slide-nordik .indicator, .slide-geo .indicator {
		height: 370px;
		padding: 30px 5px;
		border-right: 1px solid #e6e9ee;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.vh-100 {
    	height: auto !important;
	}
	.vw-100 {
		width: 100% !important;
	}
	.display-1 {
		font-size: 36px;
	}
	.display-2 {
		font-size: 30px;
		line-height: 1;
	}
	.display-4 {
		font-size: 20px;
		line-height: 1;
	}
	p, li {
	    font-size: 15px;
	}
	.title .lead, header .caption h1 {
	    padding: 10px 0 10px;
		margin: 0px !important;
	}
	.title .lead:before, header .caption h1:before {
		font-size: 160px;
		line-height: 120px;
		width: 120px;
		height: 120px;
	}
	.slide-group .company {
		position: relative;
		top: auto;
		right: auto;
		height: auto;
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.slide-group .company img {
		width: 200px;
	}
	.slide-group .companies > div {
		height: 180px;
	}
	.slide-group .companies > div a img {
	    width: 150px;
		margin: 30px auto;
	}
	.companies.links > div {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.companies.links > div.company-04, .companies.links > div.company-05 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.companies.links > div a p {
	    font-size: 14px;
	}
	.slide-zns, .slide-eco, .slide-goryzonty, .slide-nordik, .slide-geo {
		min-height: auto;
	}
	.slide-zns:before, .slide-eco:before, .slide-goryzonty:before, .slide-nordik:before, .slide-geo:before {
		height: 370px;
	}
	.slide-zns .company, .slide-eco .company, .slide-goryzonty .company, .slide-nordik .company, .slide-geo .company {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: calc(100% + 30px);
		height: 370px;
		padding: 30px 20px;
		margin: 0 -15px;
	}
	.slide-zns .company img, .slide-eco .company img, .slide-goryzonty .company img, .slide-nordik .company img, .slide-geo .company img {
		width: 180px;
	}
	.slide-zns .indicator, .slide-eco .indicator, .slide-goryzonty .indicator, .slide-nordik .indicator, .slide-geo .indicator {
		height: 370px;
		padding: 30px 5px;
		border-right: 1px solid #e6e9ee;
	}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	.vh-100 {
    	height: auto !important;
	}
	.display-1 {
		font-size: 40px;
	}
	.display-2 {
		font-size: 32px;
		line-height: 1;
	}
	.display-4 {
		font-size: 20px;
		line-height: 1;
	}
	p, li {
	    font-size: 15px;
	}
	.title .lead:before, header .caption h1:before {
		font-size: 180px;
		line-height: 130px;
		width: 130px;
		height: 130px;
	}
	.slide-group .company {
		position: relative;
		top: auto;
		right: auto;
		height: auto;
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.slide-group .company img {
		width: 200px;
	}
	.slide-group .companies > div {
		height: 180px;
	}
	.slide-group .companies > div a img {
	    width: 150px;
		margin: 30px auto;
	}
	.slide-zns, .slide-eco, .slide-goryzonty, .slide-nordik, .slide-geo {
		min-height: 740px;
	}
	.slide-zns:before, .slide-eco:before, .slide-goryzonty:before, .slide-nordik:before, .slide-geo:before {
		height: 370px;
	}
	.slide-zns .company, .slide-eco .company, .slide-goryzonty .company, .slide-nordik .company, .slide-geo .company {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: calc(100% + 30px);
		height: 370px;
		padding: 0 20px;
		margin: 0 -15px;
	}
	.slide-zns .indicator, .slide-eco .indicator, .slide-goryzonty .indicator, .slide-nordik .indicator, .slide-geo .indicator {
		height: 370px;
		padding: 30px 5px;
		border-right: 1px solid #e6e9ee;
		border-bottom: 0px solid #e6e9ee !important;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1679.98px) { 
	header.home-header, header .row {
		height: 800px;
	}
	.slide-group .company img {
		width: 200px;
	}
	.slide-group .companies > div a img {
	    width: 180px;
	}
	.slide-zns .indicator, .slide-eco .indicator, .slide-goryzonty .indicator, .slide-nordik .indicator, .slide-geo .indicator {
		height: 50%;
	}
}

@media (min-width: 1680px) {
	header.home-header, header .row {
		background-size: auto 100%;
	}
	.slide-zns .indicator, .slide-eco .indicator, .slide-goryzonty .indicator, .slide-nordik .indicator, .slide-geo .indicator {
		height: 50%;
	}
}