@font-face {
	font-family: 'Gilroy';
	src: url(../fonts/Gilroy-Light.otf);
	src: url(../fonts/Gilroy-Light.eot);
	src: url(../fonts/Gilroy-Light.eot?#iefix) format('embedded-opentype'),
		url(../fonts/Gilroy-Light.woff2) format('woff2'),
		url(../fonts/Gilroy-Light.woff) format('woff'),
		url(../fonts/Gilroy-Light.ttf) format('truetype'),
		url(../fonts/Gilroy-Light.svg#Gilroy-Light) format('svg');
	font-style: normal;
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url(../fonts/Gilroy-ExtraBold.otf);
	src: url(../fonts/Gilroy-ExtraBold.eot);
	src: url(../fonts/Gilroy-ExtraBold.eot?#iefix) format('embedded-opentype'),
		url(../fonts/Gilroy-ExtraBold.woff2) format('woff2'),
		url(../fonts/Gilroy-ExtraBold.woff) format('woff'),
		url(../fonts/Gilroy-ExtraBold.ttf) format('truetype'),
		url(../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold) format('svg');
	font-style: normal;
	font-weight: 700;
	font-style: normal;
}

* {
	box-sizing: border-box;
}

body,h1,h2,h3,h4,h5,h6,ul,p {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-family: 'Gilroy', 'PT Sans', Tahoma, Arial;
	font-weight: 200;
}
img {
	max-width: 100%;
	height: auto;
}
a, a:hover, a:focus {
	text-decoration: none;
	color: inherit;
}
ul {
	list-style: none;
}
.content {
	max-width: 1400px;
	margin: auto;
	padding: 0 15px;
}
@media (min-width: 520px) {
	.content {
		padding: 0 50px;
	}
}
h1 {
	font-size: 35px;
	position: relative;
	text-transform: uppercase;
}
@media (min-width: 700px) {
	h1 {
		font-size: 50px;
	}
}
@media (min-width: 1200px) {
	h1 {
		font-size: 70px;
	}
}
figure {
	margin: 0;
}
.title-slide h1 {
	line-height: 1;
}
.title-slide h1:last-child {
	padding-left: 120px;
}
.title-center {
	text-align: center;
}

.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
}
.clearfix::after {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
section {
	overflow: hidden;
	position: relative;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
main {
	min-height: calc(100vh - 149px);
}
/* HEADER */
header {
	position: absolute;
	width: 100%;
	border-bottom: 1px solid #383c44;
	padding: 15px 0;
	z-index: 100;
}
.header-logo {
	width: 150px;
	display: block;
}
nav {
	color: #fff;
}



/* Side nav */
.side-nav {
	display: none;
}
@media (min-width: 720px) {
	.side-nav {
		position: fixed;
		left: 15px;
		top: 50%;
		margin-top: -90px;
		z-index: 100;
		display: block;
	}
	.side-nav-line {
		display: block;
		width: 30px;
		height: 1px;
		padding: 10px 0;
		margin: 10px 0;
		cursor: pointer;

	}
	.side-nav-line span {
		display: block;
		width: 100%;
		height: 2px;
		background: #313955;
		transition: .3s;
	}
	.side-nav-line:hover span,
	.side-nav-line.active span {
		background: #a1a9ca;
	}
	.social-label::before {
		float: left;
		content: " ";
		display: block;
		width: 25px;
		height: 20px;
		background: url('../icons/sprite.png') no-repeat -460px -27px / 700px;
	}
}




/* SOCIAL */
.social-label {
	cursor: pointer;
}

.social-links {
	position: absolute;
	text-align: left;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: 50% 0;
	overflow: hidden;
	transition: .5s;
}
.social-links_active {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

/* background */
.frontpage,
.partners,
.news-header,
.single-news-title,
.page-header {
	background: url('../icons/bg_main.jpg') no-repeat 50% 50% / cover;
}
.partners {
	color: #fff;
	xmargin-bottom: 5%;
}
.partners h1 {
	word-spacing: 20px;
}
.partners .title-center {
	position: relative;
}
.partners .title-center::before {
	content: "&";
	position: absolute;
	left: 50%;
	margin-left: -74px;
	bottom: 32px;
	font-size: 240px;
	opacity: 1;
	font-weight: 200;
	color: #f79222;
	z-index: 0;
}
.partners-block {
	font-size: 0;
}
.partners-logo {
	width: 50%;
	display: inline-block;
	height: 0;
	padding-bottom: 20%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70%;
	opacity: .3;
	transition: .5s;
}
@media (min-width: 700px)  {
	.side-nav {
		left: 5%;
	}
	.partners-logo {
		width: 33.3333%;
		padding-bottom: 10%;
	}
}
@media (min-width: 1200px)  {
	.partners-logo {
		width: 20%;
		padding-bottom: 10%;
	}
}
.partners-logo:hover {
	opacity: 1;
}

.contact-form-content {
	margin: 5% 7% 4% 7%;
}
@media (min-width: 1200px)  {
	.contacts-data:nth-child(1):before,
	.contacts-data:nth-child(3):before {
		content: " ";
		position: absolute;
		width: 25%;
		height: 80px;
		padding-top: 0px;
		background-image: url(../icons/sprite.png);
		background-repeat: no-repeat;
		background-size: 760%;
		top: -30px;
		left: 19%;
		margin-left: -40px;
	}

.contacts-data:nth-child(3):before {
		content: " ";
		position: absolute;
		width: 128px;
		height: 80px;
		padding-top: 0;
		background-image: url(../icons/sprite.png);
		background-repeat: no-repeat;
		background-size: 700%;
		top: -20px;
		left: 14%;
		margin-left: -50px;
		margin-top: -1%;
	}

.contacts-data:nth-child(1):before {background-position: 94.5% 27%;}
.contacts-data:nth-child(3):before {background-position: 97.5% 52%;}

}

.home section:not(:first-child):not(:last-child) {
	padding-top: 80px;
	padding-bottom: 50px;
}

/* HOMEPAGE */
.frontpage {
	padding-top: 100px;
	height: 45vw;
	color: #fff;
}
@media (max-width: 760px) {
	.frontpage {
		min-height: 100vh;
	}
}
.frontpage-video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 90;
}

.frontpage-video video {
	position: absolute;
	top: -20%;
	left: 0;
	width: 100%;
}

@media (min-width: 580px) {
	.frontpage::after {
		content: " ";
		position: absolute;
		background-image: url(../icons/bg_img_main.png);
		background-position: 50% 50%;
		background-size: contain;
		background-repeat: no-repeat;
		left: 35%;
		height: 85%;
		width: 50%;
		top: 15%;
		z-index: 1;
	}
}

@media (max-width: 640px) {
	.frontpage::after {
		content: " ";
		position: absolute;
		background-image: url(../icons/bg_img_main.png);
		background-position: 50% 50%;
		background-size: contain;
		background-repeat: no-repeat;
		left: 53%;
		height: 85%;
		width: 120%;
		top: 3%;
		z-index: 1;
	}
}


@media (min-width: 820px) {
	.frontpage::after {
		background-position: 50% 100%;
    	left: 47%;
	}
}

@keyframes rotateBg {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);

	}
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotateBg {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-trensform: rotate(360deg);

	}
}
.frontpage .title {

	z-index: 2;
	position: relative;
}

.frontpage .title {
	margin-top: 15vh;
	font-size: 35px;
}
.frontpage .title h1 {
	width: 70%;
	margin-left: 15%;

}
@media (min-width: 480px){
	.frontpage .title {
		margin-top: 25vh;
	}
}
@media (min-width: 640px) {
	.frontpage .title {
		margin-top: 30vh;

	}
	.frontpage .title h1 {
		font-size: 55px;
	}
}
.arrow-block {
	z-index: 100;
}
.frontpage .arrow-block,
.contacts .arrow-block,
.news .arrow-block {
	position: absolute;
	width: 150px;
	height: 150px;
	border-radius: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 50%;
	margin-left: -76px;
}
.frontpage .arrow-block,
.contacts .arrow-block {
	bottom: 0;
	margin-bottom: -130px;
}
.frontpage .arrow-block {
	background: #fff;
}
.arrow-block .arrow {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 20px;
	height: 20px;
	background: url('../icons/sprite.png') no-repeat -507px -29px / 835px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	cursor: pointer;
	z-index: 100;
}
.frontpage .arrow-block .arrow{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: url('../icons/sprite.png') no-repeat -507px -29px / 835px;
}
.news .arrow-block .arrow {
	right: 15px;
	bottom: 15px;
	top:auto;
	left: auto;
	filter: invert(100%);
}
.contacts .arrow-block .arrow {
	background: url('../icons/sprite.png') no-repeat -508px -52px / 835px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);

}
.contacts .arrow-block {
	background: #15244b;
}
.news .arrow-block {
	top: 0;
	background: url(../icons/bg_main.jpg) no-repeat 50% 100% / 1000%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -130px;

}


.frontpage .title h1::before,
.services h1:first-child::before {
	content: "&";
	position: absolute;
	left: -100px;
	top: -100px;
	font-size: 320px;
	opacity: 0.1;
	font-weight: 200;

}
.services h1::before {
	color: #000;
}
.frontpage .title h1 {
	width: 80%;
	text-align: left;
	margin-left: 10%;
}
@media (max-width: 640px) {
	.services h1:first-child::before {
		left: -50px;
	}
}
@media (min-width: 1200px) {
	.frontpage .title h1 {
		width: 60%;
		text-align: left;
	}
}
.frontpage .title h1 span {
	color: #f79120;
}
.services .title-center h1 {
	width: 320px;
	margin: auto;
}
.services-block {
	margin: 0 0 0;
}

.services-item {
	position: relative;
	float: left;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 50%;
	text-align: center;
	transition: .2s;
	background: #fff;
}

@media (min-width:600px) {
	.services-item {
		width: 40%;
		margin: 0 5% 5%;
		padding-bottom: 40%;
	}
}
@media (max-width:640px) {
	.services-item {
		height: auto;
		padding-bottom: 0 !important;
		text-align: center;
		background: transparent;
	}
	.services-item:hover {
    	box-shadow: none !important;
	}
}
@media (min-width:1200px) {
	.services-item {
		width: 22%;
		padding-bottom: 22%;
		margin: 12px 2%;
	}
	.services-item:nth-child(1),
	.services-item:nth-child(5) {
		margin-left: 0;
	}

	.services-item:nth-child(8),
	.services-item:nth-child(4) {
		margin-right: 0;
	}
}

.services-item figure {
	width: 30%;
	height: 0;
	padding-bottom: 30%;
	background-image: url(../icons/sprite.png);
	background-repeat: no-repeat;
	background-size: 700%;
	margin: 20% auto 0;
}
@media (min-width:1200px) {
	.services-item figure {
		width: 40%;
		padding-bottom: 50%;
		margin: 27px auto 3px;
	}
}
.services-item:nth-child(1) figure { background-position: 2.7% 42%; }
.services-item:nth-child(2) figure { background-position: 25.6% 42% }
.services-item:nth-child(3) figure { background-position: 49% 42% }
.services-item:nth-child(4) figure { background-position: 74.4% 42% }
.services-item:nth-child(5) figure { background-position: 2.7% 95% }
.services-item:nth-child(6) figure { background-position: 25.6% 95% }
.services-item:nth-child(7) figure { background-position: 49% 95% }
.services-item:nth-child(8) figure { background-position: 74.4% 95% }
.services-item p {
	padding: 0 15px 10px;
}
.services-item a {
	color: #f79222;
	font-weight: 800;
	text-transform: uppercase;
	opacity: 0;
	transition: .2s .1s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 450px;
}
.services-item:hover {
	box-shadow: 2px 9px 36px 4px rgba(0,0,0,.2);
}
.services-item:hover a,
.services-item:focus a {
	opacity: 1;
}
.services-bottom {
	margin-top: 70px;
}
@media (max-width: 640px) {
	.services-bottom {
    	margin-top: 150px !important;
	}
}
@media (min-width: 1200px) {
	.services-bottom {
    	margin-top: 0 !important;
    	padding-bottom: 2%;
	}
}
.services-bottom > div {
	width: 100%
}
.services-bottom > .left {
	margin-left: 80px;
}
.services-bottom > .right {
	margin-top: 80px;
}
@media (min-width: 1200px) {
	.services-bottom > .left,
	.services-bottom > .right {
		width: 50%;
		/*margin: 0;*/
	}
	.services-bottom > .left {
		margin-left: 120px;
		margin-top: 5%;
		margin-bottom: 2%;
}
	.services-bottom > .right {
		margin-top: -127px;
		line-height: 1.6em;
	}
}
.services-bottom .left h1:before {
	content: "O";
	position: absolute;
	color: #000;
	opacity: .1;
	left: -90px;
	top: -105px;
	font-size: 250px;
	font-weight: 100;

}
 @media (max-width: 640px) {
	.services-bottom .left h1:before {
	top: -110px;
	}
 }
.news-block {
	font-size: 0;
}
.company .services-bottom {
	position: relative;
}
.company .services-bottom .left::after {
	position: absolute;
	content: " ";
	width: 15px;
	height: 68px;
	background-image: url(../icons/sprite.png);
	background-size: 900px;
	background-position: -470px -34px;
	background-repeat: no-repeat;
	right: 55%;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 30%;
}
@media (max-width: 640px) {
	.company .services-bottom .left::after {
		width: 0 !important;
		height: 0 !important;
		background-size: 0px !important;
	}
}

.news-link a::after {
	display: inline-block;
	content: " ";
	width: 20px;
	height: 73px;
	background-image: url(../icons/sprite.png);
	background-size: 900px;
	background-position: -429px -34px;
	background-repeat: no-repeat;
	margin-left: 30px;
	right: 60%;
	-webkit-transform: rotate(-90deg) translateX(-28px);
	-moz-transform: rotate(-90deg) translateX(-28px);
	-ms-transform: rotate(-90deg) translateX(-28px);
	-o-transform: rotate(-90deg) translateX(-28px);
	transform: rotate(-90deg) translateX(-28px);
}
.company .services-bottom .right {
	text-align: justify;
}
.news .title-center h1::after,
.partners .title-center h1::after,
.contacts .title-center h1::after,
.services .title-center h1:last-child::after {
	display: block;
	content: " ";
	width: 15px;
	height: 68px;
	margin: auto;
	background-image: url(../icons/sprite.png);
	background-size: 900px;
	background-position: -470px -34px;
	background-repeat: no-repeat;

}
.services .title-center h1:last-child::after {
	margin-left: 30px;
}
.partners .title-center h1::after {
	margin-top: 80px;
}
.contacts .title-center h1::after {
	margin: 10px auto 30px;
}
.news-block article {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	font-size: 16px;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 25px;
	transition: .2s;
	background-color: #fff;
}
.news-block article:nth-child(2),
.news-block article:nth-child(5) {
	margin-left: 5%;
	margin-right: 5%;
}
.news-block figure {
	content: " ";
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 0;
	padding-bottom: 70%;
}
.news-block article:hover {
	box-shadow: 2px 9px 36px 4px rgba(0,0,0,.2);
}
.news-block article:hover a {
	opacity: 1;
}
.article-date {
	color: #f79222;
}
.article-title {
	font-weight: 700;
	text-transform: uppercase;
}
.article-title,
.article-except {
	padding-top: 10px;
}
.article-except {
	padding-bottom: 10px;
}
.news-link {
	text-align: right;
	text-transform: uppercase;
	color: #787878;
	padding-right: 15px;
}
.nav-links {
	color: #000;
	font-size: 16px;
	text-align: center;
	margin: 20px 0;
}
.page-numbers {
	width: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 3px;
	border: 1px solid #959595;
	display: inline-block;
}


/* Support */
.support {
	background: #f79222;
	color: #fff;
}
.support .title-slide .left {
	width: 64%;
}
.support .title-slide .right {
	width: 33%;
	line-height: 1.75;
}
.support-bottom {
	width: 45%;
	margin-right: 5%;
	text-transform: uppercase;
	font-size: 40px;
}
.support .arrow {
	display: block;
	margin: 20px auto;
}

/* Contacts */
section.contacts {
	padding-bottom: 0;
}
.contacts-tabs {
	font-size: 0;
	border-radius: 10px;
	margin-bottom: 20px;
}
.contacts-tab {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #f79222;
	padding: 15px 0;
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
	cursor: pointer;
}



.contacts-tab_active {
	background: #f79222;
	color: #fff;
}
@media (min-width: 520px) {
	.contacts-tab {
		width: 50%;
	}
}
@media (min-width: 820px) {
	.contacts-tab {
		width: 25%;
	}
	.contacts-tab:first-child {
		border-bottom-left-radius: 7px;
		border-top-left-radius: 7px;
	}
	.contacts-tab:last-child {
		border-bottom-right-radius: 7px;
		border-top-right-radius: 7px;
	}
	.contacts-tab:not(:last-child) {
		border-right: 0;
	}
}
form {
	font-size: 14px;
	background-color: #fff;
}
.wpcf7:last-child {
	display: none;
}
form .recipient {
	display: none;
}
form .name, form .email, form .tel, form .company {
	width: 100%;
	display: block;
}

form .email, form .tel {
	float: left;
}
form .name, form .company {
	float: right;
}
form input:not([type="submit"]),
form textarea{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 10px 5px;
	font-size: inherit;
}
input, textarea {
	border: 0;
	border-bottom: 1px solid #d6d6d6;
	outline: 0;
	font-weight: 200;
}

textarea {
	resize: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#333;}
input::-moz-placeholder, textarea::-moz-placeholder {color:#333;}
input:-moz-placeholder, textarea:-moz-placeholder {color:#333;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#333;}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {color:#fff;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {color:#333;}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {color:#333;}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {color:#333;}

form label {
	text-align: right;
	font-size: 12px;
	color: #333;
	width: 100%;
	float: right;
}
input[type="submit"] {
	display: block;
	width: 230px;
	margin: 20px auto;
	line-height: 57px;
	color: #fff;
	background-color: #f79222;
	font-size: inherit;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 7px;
	-webkit-appearance: none;
}
.content-map {
	height: 400px;
	background: url(../icons/map_uk.jpg) no-repeat center / cover;
}
.contacts-details {
	background: #fff;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	box-shadow: 0 5px 25px -5px rgba(0,0,0,.3);
	margin: 0 4% 0 4%;
}
.contacts-details > div {

	text-align: center;
	padding: 5px;
	font-size: 18px;
	vertical-align: middle;

}
.contacts-data-emails a {
	display: block;
}
@media (min-width: 820px) {
	form .name, form .email, form .tel, form .company {
		width: 42%;
	}
	.contacts-details > div {
		display: inline-block;
		width: 33%;
		padding: 15px;
	}
	.contacts-data {
		position: relative;
	}
	.contacts-data:nth-child(2)::before,
	.contacts-data:nth-child(2)::after {
		content: " ";
		position: absolute;
		width: 1px;
		background: #f79120;
		top: 4px;
		bottom: 4px;
	}
	.contacts-data:nth-child(2)::before {
		left: 0;
	}
	.contacts-data:nth-child(2)::after {
		right: 0;
	}
}
footer {
	background: #15244b;
	color: #6f7f96;
	padding: 30px 0 50px;
	text-align: center;
}
.content-map {
	position: relative;
}
.btn-direction {
	position: absolute;
	width: 200px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border: 2px solid #f79120;
	border-radius: 5px;
	background: rgba(255,255,255,.7);
	color: #15244b;
	text-transform: uppercase;
	font-weight: 700;
}
@media (min-width: 820px) {
	.btn-direction {
		width: 250px;
		padding-left: 35px;
		background-image: url(../icons/sprite.png);
		background-repeat: no-repeat;
	    background-size: 337%;
	    background-position: 117.5% 73%;
	}
}
.copyright {
	text-align: center;
}

/* NEWS ARCHIVE */
.news-header,
.single-news-title,
.services-page-header,
.page-header {
	height: 40vh;
	min-height: 250px;
	position: relative;
}
@media (min-width: 760px) {
	.news-header,
	.single-news-title,
	.services-page-header,
	.page-header {
		height: 40vh;
		min-height: 450px;
	}
	.services-page-header:after, .page-header:after {
		content: " ";
	    position: absolute;
	    background-image: url(../icons/bg-img-service.png);
	    background-position: 50% 50%;
	    background-size: contain;
	    background-repeat: no-repeat;
	    left: 40%;
	    height: 113%;
	    width: 50%;
	    top: 20%;
	    z-index: 1;
	}
}
.page-header .content {
	display: table;
	height: 100%;
	width: 100%;
}
.page-header .page-title {
	display: table-cell;
	vertical-align: middle;
	/* text-align: center; */
}
.page-header .page-title h1 {
	color: #fff;
	font-size: 4.5vw;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}
.page-title h1 {
		z-index: 3;
}
@media (min-width: 760px) {
	.page-header .page-title h1 {
		font-size: 4vw;
	}
}
.news-page-title {
	text-transform: uppercase;
	color: #fff;
	font-size: 4.5vw;
	display: table-cell;
	vertical-align: middle;
	font-weight: 700;
}
.news-header::after .news-block article {
	content: " ";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 600px;
	background: url('../icons/bg_img_news.png') no-repeat 50% 100px / 100%;
}

/* NEWS SINGLE */
.single-news-title {
	display: table;
	width: 100%;
	padding-top: 70px;
}
.news-title-wrap {
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.news-title-wrap h2 {
	color: #fff;
	font-size: 4vw;
	text-transform: uppercase;
}
.news-block,
.single-news-content {
	margin: 50px 0;
}
.article-links {
	font-size: 0;
	margin-bottom: 50px;
}
.article-links > a {
	width: 33.33%;
	display: inline-block;
	font-size: 12px;
}
.disabled {
	opacity: 0.5;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
}
.link-all-news {
	text-align: center;
}
.link-article-next {
	text-align: right;
}
.article-links > a > span {
	display: inline-block;
	line-height: 30px;
	text-transform: uppercase;

}
.link-all-news span {
	padding: 0 30px;
	border-radius: 3px;
	background: #f79120;
	color: #fff;
	border: 1px solid #f79222;
	transition: 1s;

}
.link-all-news span:hover {
	background: #f9b264;

	transition: .2s;
}


/* SERVICES */
.services-page-header {
	background: #15244b;
	color: #fff;
}
.services-page-header .content {
	width: 100%;
	display: table;
}
.services-page-header .page-title {
	display: table-cell;
	vertical-align: middle;
}
@media (min-width: 1200px) {
	.services-page-header .page-title {
	    padding: 7% 0 0 10%;
	    line-height: 4em;
    }
    .services-page-header .page-title h1:before {
	content: "&";
    position: absolute;
    left: -150px;
    top: 50px;
    font-size: 350px;
    opacity: 0.1;
    font-weight: 200;
    }
}
@media (max-width: 640px) {
	.services-page-header .page-title {
		padding: 20% 0 0 20%;
	    line-height: 3em;
    }
    .services-page-header .page-title:before {
	content: "&";
    position: absolute;
    left: 0px;
    top: 170px;
    font-size: 250px;
    opacity: 0.1;
    font-weight: 200;
    }
}
.page-template-services .services-page-header h1 {
	color: #fff;

}
@media (min-width: 1200px) {
	.page-template-services .services-page-header h1 {
	   font-size: 70px;
	}
	.services-bottom h1 {
		font-size: 52px;
	}
}
@media (max-width: 640px) {
	.page-template-services .services-page-header h1 {
	    font-size: 50px;
	}
}
.services-content {
	padding: 50px 0;
}
.tab-content {
	display: none;
}
.tab-content_active {
	display: block;
}
.tab-nav-primary {
	width: 120px;
	float: left;
	min-height: 1px;
	margin-right: 20px;
	font-size: 13px;
	border-radius: 5px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;

}
.tab-nav-item-wrapper {

	padding: 0 10px;
	border-right: 1px solid #f79120;
	border-left: 1px solid #f79120;
	cursor: pointer;


}

.tab-nav-item-wrapper:first-child {
	border-top: 1px solid #f79120;
	border-radius: 5px 5px 0 0;
}
.tab-nav-item-wrapper:nth-child(8) {
	border-bottom: 1px solid #f79120;
	border-radius: 0 0 5px 5px;
}
.tab-nav-primary-item {
	display: table;
	height: 80px;
	width: 100%;
	padding-left: 80px;
	position: relative;
}
.tab-nav-item-wrapper .tab-nav-primary-item::before {
	content: " ";
	position: absolute;
	width: 80px;
	height: 0;
	padding-top: 80px;
	background-image: url(../icons/sprite.png);
	background-repeat: no-repeat;
	background-size: 700%;
	top: 0;
	left: 50%;
	margin-left: -40px;
}

.tab-nav-item-wrapper:nth-child(1) .tab-nav-primary-item::before {background-position: 2.7% 42%;}
.tab-nav-item-wrapper:nth-child(2) .tab-nav-primary-item::before {background-position: 25.6% 42%;}
.tab-nav-item-wrapper:nth-child(3) .tab-nav-primary-item::before {background-position: 49% 42%;}
.tab-nav-item-wrapper:nth-child(4) .tab-nav-primary-item::before {background-position: 74.4% 42%;}
.tab-nav-item-wrapper:nth-child(5) .tab-nav-primary-item::before {background-position: 2.7% 95%;}
.tab-nav-item-wrapper:nth-child(6) .tab-nav-primary-item::before {background-position: 25.6% 95%}
.tab-nav-item-wrapper:nth-child(7) .tab-nav-primary-item::before {background-position: 49% 95%}
.tab-nav-item-wrapper:nth-child(8) .tab-nav-primary-item::before {background-position: 74.4% 95%;}
.tab-nav-primary-item a {
	display: none;
}


.tab-nav-item-wrapper:not(:nth-child(8)) .tab-nav-primary-item {
	border-bottom: 1px solid #f79120;

}
.tab-nav-item-wrapper_active {
	box-shadow: 0 3px 25px rgba(0,0,0,0.4);
	border-radius: 5px!important;
	border: 1px solid #f79120;
}
.tab-nav-item-wrapper.tab-nav-item-wrapper_active .tab-nav-primary-item {
	border: 0;
}

.tab-content {
	width: calc(100% - 140px);
	float: left;
}
.tab-content-title {
	font-size: 20px;
}

.tab-content-intro {
	line-height: 1.6em;
}

.tab-nav-secondary {
	margin: 20px 0;
}
.tab-nav-secondary-item {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #f79120;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	font-weight: 700;
	color: #15244b;
	text-transform: uppercase;
	cursor: pointer;
	transition: .3s;
}
.tab-nav-secondary-item:hover {
	background-color: #f79120;
	color: #fff;
}
.tab-content-label {
	margin: 30px 0 15px;
	font-size: 18px;
}
@media (min-width: 1020px) {
	.tab-nav-primary {
		width: 25%;
		margin-right: 5%;
	}
	.tab-nav-item-wrapper .tab-nav-primary-item::before {
		width: 20%;
		padding-top: 20%;
		top: 9px;
		left: 0;
		margin-left: 0;

	}
	.tab-nav-primary-item a {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		height: 100%;
	}
	.tab-content {
		width: 70%;
	}
	.tab-content-title {
		font-size: 50px;
	}
	.tab-content-label {
		font-size: 35px;
	}
}
.page-template-services h1,
.page-template-services h2,
.page-template-services h3 {
	color: #15244b;
}
.tab-content-label, .tab-content-intro h3,
.tab-content-text h3 {
	text-transform: uppercase;
}
.tab-content-text h3 {
	margin: 20px 0 10px;
}
.tab-content-text {
	line-height: 1.8em;
}
.tab-content-text li {
	padding-left: 20px;
	line-height: 30px;
	position: relative;
}
.tab-content-text li:before {
	content: " ";
	position: absolute;
	/*top: 50%;*/
	/*margin-top: -5px;*/
	top: 10px;
	left: 2px;
	width: 10px;
	height: 10px;
	background: url(../icons/sprite.png) no-repeat -643px -68px / 900px;
	margin-right: 5px;
}


@media (max-width: 819px) {
	.burger {
		content: " ";
		width: 40px;
		height: 32px;
		position: absolute;
		right: 25px;
		top: 25px;
	}
	.burger-line {
		display: block;
		height: 2px;
		width: 100%;
		margin: 8px 0;
		background: #fff;
	}
	.header-nav {
		position: absolute;
		left: 0;
		top: -100vh;
		background: #15244b;
		width: 100vw;
		height: 100vh;
		transition: .3s;
		opacity: 0;
	}
	.header-nav_open {
		display: block;
		opacity: 1;
		-webkit-transform: translate3d(0, 100vh, 0);
		-moz-transform: translate3d(0, 100vh, 0);
		-ms-transform: translate3d(0, 100vh, 0);
		-o-transform: translate3d(0, 100vh, 0);
		transform: translate3d(0, 100vh, 0);
	}
	.header-nav ul {
		padding: 35% 30px 15px;
		height: 100%;
		text-align: center;
		font-size: 5vw;
	}
	.header-nav ul li {
		padding: 5px;
		margin-bottom: 5px;
	}
	header {
		position: fixed;
		z-index: 101;
		background-color: #0b0c1e;
	}
	.services-item a {

		/*opacity: 1;*/
	}

}

@media (min-width: 820px) {
	.header-logo, .header-nav {
		display: inline-block;
		vertical-align: middle;
		position: relative;
	}
	.header-logo {
		width: 15%;
	}
	.header-nav {
		width: 80%;
		text-align: right;
		font-weight: 500;
    	letter-spacing: 1px;
    	font-size: 18px;

	}
	header ul li {
		display: inline-block;
		padding: 0 2%;
		position: relative;
	}
	header ul li a:hover:after {
		content: "\2022";
		position: absolute;
		width: 100%;
		top: 250%;
		right: 47%;
		font-size: 30px;
		color: #f79120;
		transition: .2s .1s;
	}

}
.lang-nav > div {
	display: inline-block;
	position: relative;
	margin: 0 2px;
}
.lang-nav > div > * {
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	display: block;
	text-align: center;
}
.lang-nav > div.active > * {
	background: gray;
	border-radius: 50%;
}
.banner-r {
	border-radius: 5px !important;
}