/*
Theme Name: VProcess
Theme URI: http://
Author: Alexandr Jormungandr
Author URI: http://nightforest.ru/
Description: VProcess Theme
Version: 1.0
License: CCA 3.0 license
License URI: http://creativecommons.org/licenses/by/3.0/
Tags: 
*/

@font-face {
	font-family: "Raleway";
	font-weight: 400;
	font-style: normal;
	src: url("fonts/RalewayRegular/RalewayRegular.eot");
	src: url("fonts/RalewayRegular/RalewayRegular.eot?#iefix") format("embedded-opentype"), url("fonts/RalewayRegular/RalewayRegular.woff") format("woff"), url("fonts/RalewayRegular/RalewayRegular.ttf") format("truetype"); }

@font-face {
	font-family: "Raleway";
	font-weight: 500;
	font-style: normal;
	src: url("fonts/RalewayMedium/RalewayMedium.eot");
	src: url("fonts/RalewayMedium/RalewayMedium.eot?#iefix") format("embedded-opentype"), url("fonts/RalewayMedium/RalewayMedium.woff") format("woff"), url("fonts/RalewayMedium/RalewayMedium.ttf") format("truetype"); }

@font-face {
	font-family: "Raleway";
	font-weight: 600;
	font-style: normal;
	src: url("fonts/RalewaySemiBold/RalewaySemiBold.eot");
	src: url("fonts/RalewaySemiBold/RalewaySemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/RalewaySemiBold/RalewaySemiBold.woff") format("woff"), url("fonts/RalewaySemiBold/RalewaySemiBold.ttf") format("truetype"); }

@font-face {
	font-family: "Raleway";
	font-weight: 800;
	font-style: normal;
	src: url("fonts/RalewayExtraBold/RalewayExtraBold.eot");
	src: url("fonts/RalewayExtraBold/RalewayExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/RalewayExtraBold/RalewayExtraBold.woff") format("woff"), url("fonts/RalewayExtraBold/RalewayExtraBold.ttf") format("truetype"); }

html {
	position: relative;
	min-height: 100%;
	overflow-x: hidden; }

body {
	font-size: 16px;
	line-height: 1.6;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	color: #4b4b4b;
	background: #fff;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
	margin-bottom: 206px; }

.hidden {
	display: none; }

a {
	outline: none !important;
	color: #4b4b4b; }
	a:hover, a:active, a:focus {
		text-decoration: none; }

strong {
	font-family: "Raleway", sans-serif;
	font-weight: 500; }

.br {
	display: block; }

.button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	border: 1px solid #224765;
	padding: 5px 5px;
	height: 35px;
	width: 135px;
	font-size: 12px;
	line-height: 1.2;
	-webkit-border-radius: 4px;
					border-radius: 4px;
	background: #224765;
	color: #fff;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	outline: none;
	position: relative; }
	.button:hover, .button:active, .button:focus:hover {
		background: transparent;
		outline: none;
		-webkit-box-shadow: none;
						box-shadow: none;
		color: #224765; }
	.button:focus {
		background: #224765;
		color: #fff;
		outline: none; }

.h2 {
	font-size: 22px;
	font-weight: 500;
	color: #224765;
	margin: 30px 0 38px;
	line-height: 1.2;
	padding-left: 0; }

*::-webkit-input-placeholder {
	color: #4b4b4b;
	opacity: 1;
	font-weight: 400; }

*::-moz-placeholder {
	color: #4b4b4b;
	opacity: 1;
	font-weight: 400; }

*:-ms-input-placeholder {
	color: #4b4b4b;
	opacity: 1;
	font-weight: 400; }

::-webkit-input-placeholder {
	color: #666666; }

::-moz-placeholder {
	color: #666666; }

:-ms-input-placeholder {
	color: #666666; }

::-ms-input-placeholder {
	color: #666666; }

::placeholder {
	color: #666666; }

::-moz-selection {
	background-color: #224765;
	color: #fff; }

::selection {
	background-color: #224765;
	color: #fff; }

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background-color: #e9e9e9; }
	#preloader .cssload-whirlpool {
		position: absolute;
		top: 50%;
		left: 50%;
		border: 1px solid #fff;
		-webkit-border-radius: 974px;
						border-radius: 974px; }
		#preloader .cssload-whirlpool::before, #preloader .cssload-whirlpool::after {
			position: absolute;
			top: 50%;
			left: 50%;
			border: 1px solid #fff;
			border-left-color: #224765;
			-webkit-border-radius: 974px;
							border-radius: 974px;
			margin: -24px 0 0 -24px;
			height: 49px;
			width: 49px;
			-webkit-animation: cssload-rotate 1150ms linear infinite;
							animation: cssload-rotate 1150ms linear infinite; }
		#preloader .cssload-whirlpool::before {
			content: "";
			margin: -22px 0 0 -22px;
			height: 43px;
			width: 43px;
			-webkit-animation: cssload-rotate 1150ms linear infinite;
							animation: cssload-rotate 1150ms linear infinite; }
		#preloader .cssload-whirlpool::after {
			content: "";
			margin: -28px 0 0 -28px;
			height: 55px;
			width: 55px;
			-webkit-animation: cssload-rotate 2300ms linear infinite;
							animation: cssload-rotate 2300ms linear infinite; }

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

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

.header {
	position: relative; }
	.header__top {
		position: relative;
		background: url(img/header-bg.jpg) no-repeat center center;
		-webkit-background-size: cover;
						background-size: cover;
		padding: 8px 0;
		-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
						box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2); }
		.header__top:before {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: url(img/nail.png) no-repeat left 160px center, url(img/nail.png) no-repeat right 160px center;
			content: ''; }
	.header__menu {
		padding: 25px 0;
		background-image: -webkit-gradient(linear, left top, right top, from(#60686e), color-stop(#97a1a7), to(#60686e));
		background-image: -webkit-linear-gradient(left, #60686e, #97a1a7, #60686e);
		background-image: -o-linear-gradient(left, #60686e, #97a1a7, #60686e);
		background-image: linear-gradient(90deg, #60686e, #97a1a7, #60686e); }

.logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center; }
	.logo__link {
		margin-right: 12px; }
	.logo__title {
		font-weight: 800;
		font-size: 30px;
		line-height: 1;
		background: #224765;
		color: #fff;
		text-align: center;
		display: inline-block;
		padding: 6px 30px 7px;
		-webkit-border-radius: 3px;
						border-radius: 3px;
		margin-bottom: 8px; }
	.logo__slogan {
		font-weight: 500;
		font-size: 18px;
		line-height: 1.2; }

.menu ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center; }
	.menu ul li {
		position: relative;
		line-height: 1.2;
		margin: 0 7px 0 6px; }
		.menu ul li:before {
			position: absolute;
			top: -4px;
			right: -7px;
			width: 1px;
			height: 38px;
			background: url(img/menu-line.png) no-repeat center center;
			content: ''; }
		.menu ul li:last-child:before {
			display: none; }
		.menu ul li a {
			color: #fff;
			font-size: 16px;
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
			transition: all .5s ease;
			display: inline-block;
			padding: 6px 13px;
			-webkit-border-radius: 3px;
							border-radius: 3px; }
			.menu ul li a:hover {
				background: #555f67; }
		.menu ul li.active a, .menu ul li.current-menu-item a {
			background: #555f67; }

.menu__toggle {
	display: none;
	width: 26px;
	height: 28px;
	cursor: pointer;
	z-index: 50;
	margin-left: 15px;
	position: relative; }
	.menu__toggle div {
		width: 100%;
		height: 3px;
		background: #fff;
		-webkit-border-radius: 2px;
						border-radius: 2px;
		margin: 6px auto;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-backface-visibility: hidden;
						backface-visibility: hidden; }
	.menu__toggle.on .one {
		-webkit-transform: rotate(45deg) translate(5px, 5px);
				-ms-transform: rotate(45deg) translate(5px, 5px);
						transform: rotate(45deg) translate(5px, 5px); }
	.menu__toggle.on .two {
		opacity: 0; }
	.menu__toggle.on .three {
		-webkit-transform: rotate(-45deg) translate(7px, -8px);
				-ms-transform: rotate(-45deg) translate(7px, -8px);
						transform: rotate(-45deg) translate(7px, -8px); }

.banner {
	height: 420px;
	background: url(https://v-process.ru/wp-content/uploads/2018/11/1.jpg) no-repeat bottom center;
	-webkit-background-size: cover;
					background-size: cover; }

.main {
	position: relative;
	padding: 85px 0 100px; }
	.main__inner {
		padding-top: 0; }

.article {
	margin-left: 35px;
	position: relative;
	background: url(img/article-bg.jpg) repeat-y top left;
	padding: 20px 30px 30px 45px; }
	.article__text {
		border-left: 1px solid #c5c7c8;
		padding-left: 20px; }
		.article__text h3 {
			color: #224765;
			font-size: 18px;
			margin: 0 0 18px;
			font-weight: 600; }
		.article__text p {
			line-height: 1.2;
			margin-bottom: 18px; }
			.article__text p.p-width100 {
				margin-left: -20px;
				margin-right: -30px;
				margin-bottom: 0; }
				.article__text p.p-width100 .aligncenter {
					-webkit-box-shadow: none;
									box-shadow: none;
					margin-left: 0;
					margin-right: 0; }
			.article__text p.p-images {
				text-align: center;
				margin-bottom: 0;
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
						-ms-flex-pack: center;
								justify-content: center;
				-webkit-flex-wrap: wrap;
						-ms-flex-wrap: wrap;
								flex-wrap: wrap; }
				.article__text p.p-images .aligncenter {
					margin-bottom: 40px;
					-webkit-align-self: center;
							-ms-flex-item-align: center;
									align-self: center; }
		.article__text table {
			border: 1px solid #c7c8c9;
			margin-bottom: 18px; }
			.article__text table thead tr th {
				line-height: 1.2;
				font-size: 16px;
				font-weight: 400;
				color: #4b4b4b;
				border-right: 1px solid #c7c8c9;
				border-bottom: 1px solid #c7c8c9;
				text-align: center;
				vertical-align: middle;
				padding: 15px 30px; }
				.article__text table thead tr th:last-child {
					border-right: none; }
			.article__text table tbody tr td {
				line-height: 1.2;
				font-size: 16px;
				font-weight: 400;
				color: #4b4b4b;
				border-right: 1px solid #c7c8c9;
				border-bottom: 1px solid #c7c8c9;
				text-align: center;
				vertical-align: middle;
				padding: 15px 25px; }
				.article__text table tbody tr td:last-child {
					border-right: none; }
		.article__text ul {
			padding-left: 0;
			list-style: none;
			margin-bottom: 18px; }
			.article__text ul li {
				position: relative;
				padding-left: 13px;
				margin-bottom: 18px;
				line-height: 1.4; }
				.article__text ul li:before {
					position: absolute;
					top: 6px;
					left: 0;
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 4px 0 4px 7px;
					border-color: transparent transparent transparent #575c60;
					content: ''; }
				.article__text ul li p {
					margin-bottom: 5px; }
			.article__text ul.articles-list li {
				background: url(img/file.png) no-repeat top 2px left;
				padding-left: 22px;
				margin-bottom: 10px; }
				.article__text ul.articles-list li:before {
					display: none; }
				.article__text ul.articles-list li a {
					color: #224765;
					font-size: 16px;
					font-weight: 500; }
			.article__text ul.mb-5 li {
				margin-bottom: 5px; }
		.article__text a {
			color: #317ab5;
			text-decoration: underline; }
			.article__text a:hover {
				text-decoration: none; }
		.article__text .country-link {
			margin-right: 15px;
			margin-bottom: 15px;
			display: inline-block;
			color: #224765;
			border-bottom: 1px dashed #224765;
			padding-bottom: 1px;
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
			transition: all .5s ease;
			text-decoration: none; }
			.article__text .country-link:hover {
				color: #5c8baf;
				border-color: #5c8baf; }

.price-block {
	color: #fff;
	line-height: 1.2;
	font-weight: 500;
	background: #5c8baf;
	-webkit-border-radius: 3px;
					border-radius: 3px;
	display: inline-block;
	padding: 5px 12px; }

.page-title {
	margin-left: -80px;
	margin-bottom: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center; }
	.page-title__h1 {
		background: #224765;
		-webkit-border-radius: 3px;
						border-radius: 3px;
		font-size: 26px;
		font-weight: 600;
		color: #fff;
		padding: 10px 15px;
		line-height: 1;
		display: inline-block;
		margin: 0 20px 0 0;
		white-space: nowrap;
		min-width: 180px;
		text-align: center; }
	.page-title__h2 {
		font-weight: 600;
		font-size: 22px;
		line-height: 1.2;
		margin: 0;
		color: #224765; }

.alignright {
	float: right;
	max-width: 100%;
	height: auto;
	margin: 0 0 25px 25px;
	-webkit-box-shadow: 0px 16px 20px -12px rgba(0, 0, 0, 0.75);
					box-shadow: 0px 16px 20px -12px rgba(0, 0, 0, 0.75); }

.alignleft {
	float: left;
	max-width: 100%;
	height: auto;
	margin: 0 25px 25px 0;
	-webkit-box-shadow: 0px 16px 20px -12px rgba(0, 0, 0, 0.75);
					box-shadow: 0px 16px 20px -12px rgba(0, 0, 0, 0.75); }

.aligncenter {
	max-width: 100%;
	height: auto;
	margin: 0 15px 25px 15px;
	-webkit-box-shadow: 0px 16px 20px -12px rgba(0, 0, 0, 0.75);
					box-shadow: 0px 16px 20px -12px rgba(0, 0, 0, 0.75); }

.breadcrumbs {
	padding: 35px 0; }
	.breadcrumbs ul {
		padding-left: 0;
		list-style: none;
		margin: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
						flex-wrap: wrap; }
		.breadcrumbs ul li {
			position: relative;
			margin-right: 25px;
			font-size: 14px;
			color: #5c8baf;
			line-height: 1.2;
			padding-bottom: 2px; }
			.breadcrumbs ul li:before {
				position: absolute;
				top: -3px;
				right: -17px;
				font-size: 16px;
				content: '>';
				color: #979da1; }
			.breadcrumbs ul li:last-child {
				margin-right: 0; }
				.breadcrumbs ul li:last-child:before {
					display: none; }
			.breadcrumbs ul li.current {
				border-bottom: 1px dashed #5c8baf; }
			.breadcrumbs ul li a {
				color: #60686e;
				-webkit-transition: all .5s ease;
				-o-transition: all .5s ease;
				transition: all .5s ease; }
				.breadcrumbs ul li a:hover {
					color: #5c8baf; }

.panel {
	margin-bottom: 10px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
					box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
					border-radius: 3px;
	overflow: hidden; }
	.panel .spoiler-trigger {
		display: block;
		font-size: 18px;
		line-height: 1.2;
		color: #fff;
		background: #224765;
		font-weight: 500;
		text-decoration: none;
		padding: 8px 25px;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease; }
		.panel .spoiler-trigger:hover {
			background: #2a5a81;
			color: #fff; }
		.panel .spoiler-trigger:active {
			background: #2a5a81;
			color: #fff;
			-webkit-box-shadow: inset 0 2px 9px 0 rgba(0, 0, 0, 0.5);
							box-shadow: inset 0 2px 9px 0 rgba(0, 0, 0, 0.5); }
		.panel .spoiler-trigger:visited {
			background: #809bb1;
			color: #fff; }
	.panel .panel-body {
		background: #fff;
		padding: 15px 25px; }

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 206px; }
	.footer__inner {
		background: url(img/footer-bg.jpg) no-repeat center center;
		-webkit-background-size: cover;
						background-size: cover;
		position: relative;
		-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
						box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
		padding: 45px 0; }
		.footer__inner:before {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: url(img/nail.png) no-repeat left 160px center, url(img/nail.png) no-repeat right 160px center;
			content: ''; }
	.footer__logo {
		margin-top: 10px; }
	.footer__menu ul {
		padding-left: 0;
		list-style: none;
		margin: 0;
		-webkit-column-width: 180px;
			 -moz-column-width: 180px;
						column-width: 180px;
		-webkit-column-count: 2;
			 -moz-column-count: 2;
						column-count: 2;
		-webkit-column-gap: 30px;
			 -moz-column-gap: 30px;
						column-gap: 30px;
		-webkit-column-rule: 1px solid #c5c7ca;
			 -moz-column-rule: 1px solid #c5c7ca;
						column-rule: 1px solid #c5c7ca;
		padding-left: 15px;
		border-left: 1px solid #c5c7ca; }
		.footer__menu ul li {
			line-height: 1.2;
			margin-bottom: 7px; }
			.footer__menu ul li a {
				font-size: 16px;
				color: #353d43; }
				.footer__menu ul li a:hover {
					text-decoration: underline; }
	.footer__copyright {
		text-align: center;
		margin-bottom: 30px;
		margin-top: 10px; }
		.footer__copyright p {
			color: #353d43;
			line-height: 1.2;
			font-size: 14px;
			margin-bottom: 10px;
			font-family: Arial, sans-serif; }
	.footer__design {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center; }
		.footer__design p {
			font-style: italic;
			color: #8b8f92;
			line-height: 1.2;
			font-size: 14px;
			margin-bottom: 0;
			margin-right: 5px;
			font-family: Arial, sans-serif; }

/*==========  Desktop First  ==========*/
@media (max-width: 1600px) {
	.header__top:before,
	.footer__inner:before {
		background: url(img/nail.png) no-repeat left 20px center, url(img/nail.png) no-repeat right 20px center; } }

@media (max-width: 1169.98px) {
	.menu ul li a {
		font-size: 14px;
		padding-left: 6px;
		padding-right: 6px; }
	.header__top:before,
	.footer__inner:before {
		display: none; }
	.article__text table thead tr th,
	.article__text table tbody tr td {
		padding-left: 15px;
		padding-right: 15px; } }

@media (max-width: 991.98px) {
	.menu {
		display: none;
		position: relative; }
		.menu ul {
			display: block; }
			.menu ul li {
				padding: 0;
				border-bottom: 1px solid rgba(255, 255, 255, 0.1);
				margin: 0; }
				.menu ul li:before {
					display: none; }
				.menu ul li:last-child {
					border-bottom: none; }
				.menu ul li a {
					padding: 8px 15px 8px;
					display: block; }
	.menu__toggle {
		display: block; }
	.footer__copyright {
		margin-top: 0; }
	.footer__menu {
		margin-bottom: 30px; }
	.alignright {
		float: none;
		margin: 0 auto 25px;
		display: block; } }

@media (max-width: 767.98px) {
	.footer__logo {
		margin-top: 0;
		margin-bottom: 30px; }
	.article {
		margin-left: 0;
		padding-left: 30px; }
	.page-title {
		margin-left: 0;
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
				-ms-flex-direction: column;
						flex-direction: column; }
	.page-title__h1 {
		margin: 0 0 15px 0; }
	.banner {
		height: 300px; }
	.article__text table thead tr th,
	.article__text table tbody tr td {
		padding: 8px 5px;
		font-size: 12px; } }

@media (max-width: 575.98px) {
	.logo__slogan {
		font-size: 14px; }
	.logo__title {
		font-size: 22px; }
	.footer__menu ul {
		text-align: center;
		border: none;
		padding-left: 0; }
	.article {
		padding-left: 15px;
		padding-right: 15px; }
	.article__text {
		padding-left: 15px; }
	.banner {
		height: 200px; }
	.article__text p.p-width100 {
		margin-left: -15px;
		margin-right: -15px; }
	.breadcrumbs ul {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center; } }

/*==========  Mobile First  ==========*/
@media (min-width: 992px) {
	.menu {
		display: block !important; } }
