/* Base */
img {
	max-width: 100%;
	height: auto;
}

img.fit-img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
}

a[data-toggle="modal"]:focus {
	outline: none;
}

.styled-article {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.67;
}

.styled-article blockquote {
	margin: 0 0 15px;
	padding: 15px;
	border-left: none;
	color: #000;
	font-weight: 500;
	line-height: 1.23;
	font-size: 0.866em;
	border-radius: 3px;
	background-color: #f7f7f7;
}

.styled-article blockquote p:last-of-type {
	margin-bottom: 0;
}

.styled-article p {
	padding: 0;
	margin: 0 0 15px;
}

.styled-article .accent {
	font-size: 1.07em;
}

.styled-article h2 {
	padding: 30px 0 19px;
	color: #000;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.2;
}

.styled-article h4 {
	color: #000;
	font-size: 1.14em;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 8px;
	padding: 0;
}

.styled-article .partners-advantages {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	font-size: 0.93em;
}

.styled-article .partners-advantages li {
	margin: 0 0 10px;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #f2f2f2;
	background-color: #fff;
	-webkit-transition: background-color 0.18s, border-color 0.18s;
	-o-transition: background-color 0.18s, border-color 0.18s;
	transition: background-color 0.18s, border-color 0.18s;
}

.styled-article .partners-advantages li:hover {
	background-color: #f7f7f7;
	border-color: #f7f7f7;
}

.styled-article .partners-advantages li p:last-of-type {
	margin-bottom: 0;
}

.styled-article .partners-welcome {
	font-size: 1.28em;
	font-weight: 700;
}

.styled-btn {
	display: inline-block;
	white-space: nowrap;
	line-height: 1.1;
	border-radius: 3px;
	padding: 16px 10px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	background-color: transparent;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	text-align: center;
	color: #000;
	font-weight: 700;
	font-size: 15px;
	max-width: 100%;
	outline: none;
	-webkit-transition: color 0.18s, background-color 0.18s, border-color 0.18s;
	-o-transition: color 0.18s, background-color 0.18s, border-color 0.18s;
	transition: color 0.18s, background-color 0.18s, border-color 0.18s;
	width: 228px;
}

.styled-btn:hover, .styled-btn:focus {
	text-decoration: none;
	outline: none;
}

.styled-btn.default {
	background-color: #e21d24;
	border-color: #e21d24;
	color: #fff;
}

.styled-btn.default:hover, .styled-btn.default:focus {
	background-color: #b5171d;
	border-color: #b5171d;
	color: #fff;
}

.styled-btn.file-btn {
	border-radius: 3px;
	border: 1px solid #404040;
	background-color: #000;
	color: #fff;
	width: auto;
	font-size: 14px;
	font-weight: 400;
}

.styled-btn.file-btn i {
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
}

.styled-btn.file-btn:hover, .styled-btn.file-btn:focus {
	background-color: #333;
}

.styled-btn.green {
	font-size: 14px;
	width: 202px;
	background-color: #159957;
	border-color: #159957;
	color: #fff;
	padding: 12px 10px;
}

.styled-btn.green:hover, .styled-btn.green:focus {
	background-color: #0f6c3e;
	border-color: #0f6c3e;
	color: #fff;
}

.styled-arrow {
	width: 20px;
	height: 12px;
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	-o-transition: transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.styled-arrow:before {
	border-top: 2px solid #fff;
	content: "";
	height: 2px;
	width: 100%;
	right: 1px;
	position: absolute;
	top: calc(50% - 1px);
	-webkit-transition: border-color 0.2s, width 0.2s;
	-o-transition: border-color 0.2s, width 0.2s;
	transition: border-color 0.2s, width 0.2s;
}

.styled-arrow:after {
	border: solid #fff;
	content: "";
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	padding: 4px;
	right: 0;
	top: calc(50% - 5px);
	-webkit-transition: border-color 0.2s;
	-o-transition: border-color 0.2s;
	transition: border-color 0.2s;
}

.styled-select + .select2-container--default {
	display: block;
	width: 100% !important;
	outline: none;
}

.styled-select + .select2-container--default .select2-selection {
	height: 40px;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 1px;
	display: block;
	width: 100%;
	outline: none;
}

.styled-select + .select2-container--default .select2-selection__arrow {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	background-color: transparent;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 9px;
}

.styled-select + .select2-container--default .select2-selection__arrow:before {
	content: "\e90e";
}

.styled-select + .select2-container--default .select2-selection__arrow b {
	display: none;
}

.styled-select + .select2-container--default .select2-selection__rendered {
	line-height: 40px;
	padding-left: 10px;
	padding-right: 42px;
	font-weight: 500;
	font-size: 14px;
}

.styled-select + .select2-container--default .select2-selection__rendered .select2-selection__placeholder {
	color: #000;
}

.styled-select + .select2-container--default.select2-container--open .select2-selection__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.styled-select + .select2-container--default.select2-container--disabled {
	opacity: 0.5;
}

.styled-form-row {
	margin-bottom: 20px;
	position: relative;
}

.styled-form-row label:not(.radiocheck-label) {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.styled-form-row.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.styled-form-row.flex label:not(.radiocheck-label) {
	width: 175px;
	padding-right: 10px;
	margin: 0;
	line-height: 1.2;
}

.styled-form-row.flex .styled-input,
.styled-form-row.flex .styled-textarea,
.styled-form-row.flex .styled-select + .select2-container--default,
.styled-form-row.flex .styled-form-input-container {
	width: calc(100% - 175px) !important;
}

.styled-form-input-container {
	min-height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.styled-input, .styled-textarea {
	border-radius: 1px;
	background-color: #f2f2f2;
	display: block;
	width: 100%;
	border: none;
	outline: none;
	color: #000;
	font-weight: 500;
}

.styled-input::-webkit-input-placeholder, .styled-textarea::-webkit-input-placeholder {
	color: #ccc;
	font-weight: 400;
	opacity: 1;
}

.styled-input:-moz-placeholder, .styled-textarea:-moz-placeholder {
	color: #ccc;
	font-weight: 400;
	opacity: 1;
}

.styled-input::-moz-placeholder, .styled-textarea::-moz-placeholder {
	color: #ccc;
	font-weight: 400;
	opacity: 1;
}

.styled-input:-ms-input-placeholder, .styled-textarea:-ms-input-placeholder {
	color: #ccc;
	font-weight: 400;
	opacity: 1;
}

.styled-input {
	height: 40px;
	padding: 0 10px;
}

.styled-textarea {
	line-height: 1.2;
	padding: 12px 10px;
	resize: none;
}

.styled-radio {
	display: none;
}

.styled-radio + .radiocheck-label {
	margin: 5px 25px 5px 0;
	line-height: 1.1;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	padding-left: 30px;
	position: relative;
}

.styled-radio + .radiocheck-label:before {
	content: "";
	position: absolute;
	left: 0;
	top: -3px;
	border-radius: 30px;
	background-color: #f2f2f2;
	border: 2px solid #f2f2f2;
	width: 20px;
	height: 20px;
	-webkit-transition: border-color 0.18s;
	-o-transition: border-color 0.18s;
	transition: border-color 0.18s;
	cursor: pointer;
}

.styled-radio + .radiocheck-label:after {
	content: "";
	cursor: pointer;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	left: 5px;
	top: 2px;
	-webkit-transition: opacity 0.18s;
	-o-transition: opacity 0.18s;
	transition: opacity 0.18s;
	opacity: 0;
}

.styled-radio:checked + .radiocheck-label:before {
	border-color: #000;
}

.styled-radio:checked + .radiocheck-label:after {
	opacity: 1;
}

.styled-file {
	display: inline-block;
	position: relative;
	min-height: 31px;
	padding-left: 215px;
	cursor: pointer;
}

.styled-file .jq-file__browse {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 0 10px;
	width: 204px;
	text-align: center;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	height: 31px;
	line-height: 29px;
	color: #404040;
	font-size: 12px;
	font-weight: 500;
}

.styled-file .jq-file__name {
	position: relative;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	border: 1px solid #f2f2f2;
	background-color: #fff;
	display: inline-block;
	height: 31px;
	line-height: 29px;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	padding: 0 10px;
}

.date-datepicker ~ .ui-datepicker-trigger {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	background: none;
	background-image: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	outline: none;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: 0.18s;
	-o-transition: 0.18s;
	transition: 0.18s;
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
}

.date-datepicker ~ .ui-datepicker-trigger:before {
	content: "\e90f";
}

body {
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-overflow-style: scrollbar;
}

a {
	-webkit-transition: color 0.18s, background-color 0.18s, border-color 0.18s, -webkit-box-shadow 0.18s;
	transition: color 0.18s, background-color 0.18s, border-color 0.18s, -webkit-box-shadow 0.18s;
	-o-transition: color 0.18s, background-color 0.18s, box-shadow 0.18s, border-color 0.18s;
	transition: color 0.18s, background-color 0.18s, box-shadow 0.18s, border-color 0.18s;
	transition: color 0.18s, background-color 0.18s, box-shadow 0.18s, border-color 0.18s, -webkit-box-shadow 0.18s;
}

@-webkit-keyframes arrowTopbounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0) rotate(90deg) translateZ(0);
		transform: translateY(0) rotate(90deg) translateZ(0);
	}
	40% {
		-webkit-transform: translateY(-15px) rotate(90deg) translateZ(0);
		transform: translateY(-15px) rotate(90deg) translateZ(0);
	}
	60% {
		-webkit-transform: translateY(-5px) rotate(90deg) translateZ(0);
		transform: translateY(-5px) rotate(90deg) translateZ(0);
	}
}

@keyframes arrowTopbounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0) rotate(90deg) translateZ(0);
		transform: translateY(0) rotate(90deg) translateZ(0);
	}
	40% {
		-webkit-transform: translateY(-15px) rotate(90deg) translateZ(0);
		transform: translateY(-15px) rotate(90deg) translateZ(0);
	}
	60% {
		-webkit-transform: translateY(-5px) rotate(90deg) translateZ(0);
		transform: translateY(-5px) rotate(90deg) translateZ(0);
	}
}

.relative-block {
	position: relative;
}

.logo {
	position: relative;
	display: block;
	width: 113px;
}

.logo .white-logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}

.logo img {
	display: block;
	-webkit-transition: opacity 0.18s, visibility 0.18s;
	-o-transition: opacity 0.18s, visibility 0.18s;
	transition: opacity 0.18s, visibility 0.18s;
}

.page-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding-bottom: 0;
	margin: 0;
	border-bottom: 1px solid #dddddd;
	z-index: 300;
	background-color: #fff;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: padding-top 0.18s, padding-bottom 0.18s;
	-o-transition: padding-top 0.18s, padding-bottom 0.18s;
	transition: padding-top 0.18s, padding-bottom 0.18s;
}

.page-header-container {
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1322px;
	padding: 0 15px;
	margin: 0 auto;
}

.page-wrapper {
	padding-top: 60px;
	min-height: calc(100vh - 167px);
}

.page-footer {
	background-color: #000;
	color: #fff;
	padding: 30px 0 0;
}

.page-footer .logo {
	margin-bottom: 30px;
}

.page-footer a {
	color: #fff;
}

.page-footer a:hover {
	color: #ee777c;
}

.page-content {
	padding: 55px 0;
}

.page-article {
	padding: 40px 0;
}

.header-left {
	width: 240px;
}

.header-right {
	width: 240px;
	text-align: right;
}

.header-center {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	width: calc(100% - 480px);
	text-align: center;
}

.header-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.24px;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
}

.header-menu > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.header-menu > li.active > a:before {
	background-color: #e21d24;
}

.header-menu > li > a {
	display: block;
	line-height: 60px;
	position: relative;
	color: #000;
}

.header-menu > li > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background-color: transparent;
	-webkit-transition: background-color 0.18s;
	-o-transition: background-color 0.18s;
	transition: background-color 0.18s;
}

.header-menu > li > a:hover {
	color: #e21d24;
}

.header-menu > .header-menu-additional {
	display: none;
	position: relative;
}

.header-menu > .header-menu-additional > a {
	position: relative;
	cursor: default;
}

.header-menu > .header-menu-additional > a:before {
	display: none;
}

.header-menu > .header-menu-additional > a:after {
	content: "";
	position: absolute;
	right: -14px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	-webkit-transition: border-color 0.18s;
	-o-transition: border-color 0.18s;
	transition: border-color 0.18s;
}

.header-menu > .header-menu-additional .header-menu-additional-list {
	left: -30px;
	position: absolute;
	top: 90%;
	list-style: none;
	padding: 10px 0;
	border-radius: 4px;
	width: 150px;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	-webkit-transition: opacity 0.18s, visibility 0.18s;
	-o-transition: opacity 0.18s, visibility 0.18s;
	transition: opacity 0.18s, visibility 0.18s;
	text-align: left;
	opacity: 0;
	visibility: hidden;
}

.header-menu > .header-menu-additional .header-menu-additional-list a {
	color: #000;
	padding: 5px 15px;
	display: block;
}

.header-menu > .header-menu-additional .header-menu-additional-list a:hover {
	color: #e21d24;
}

.header-menu > .header-menu-additional .header-menu-additional-list li {
	margin: 0;
}

.header-menu > .header-menu-additional:hover > a {
	color: #e21d24;
}

.header-menu > .header-menu-additional:hover > a:after {
	border-top-color: #e21d24;
}

.header-menu > .header-menu-additional:hover .header-menu-additional-list {
	opacity: 1;
	visibility: visible;
}

.header-menu.show-additional > .header-menu-additional {
	display: inline-block;
}

.header-menu.show-menu {
	display: inline-block;
	opacity: 1;
	visibility: visible;
}

.header-phone {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 600;
}

.header-phone a {
	color: #000;
}

.header-phone a:hover, .header-phone a:focus {
	color: #000;
}

.header-phone a:hover {
	color: #e21d24;
}

.header-phone i {
	font-size: 14px;
	margin-right: 6px;
}

.header-lang {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 30px;
}

.header-lang-link {
	display: block;
	color: #000;
	font-size: 12px;
	font-weight: 600;
	padding: 8px 0;
	line-height: 1;
	width: 40px;
	text-align: center;
	border-radius: 4px 4px 0 0;
	position: relative;
	z-index: 1;
}

.header-lang-link:hover, .header-lang-link:focus {
	color: #000;
}

.header-lang-select {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 100%;
	border-radius: 4px 0 4px 4px;
	width: 180px;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	-webkit-transition: opacity 0.18s, visibility 0.18s;
	-o-transition: opacity 0.18s, visibility 0.18s;
	transition: opacity 0.18s, visibility 0.18s;
	padding: 10px 10px 10px 15px;
	text-align: left;
}

.header-lang-select .title {
	font-size: 14px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 10px;
}

.header-lang-select .lang {
	display: inline-block;
	vertical-align: top;
	width: 46px;
	height: 35px;
	line-height: 31px;
	margin: 0 1px 5px;
	border-radius: 2px;
	border: 1px solid #f2f2f2;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	overflow: hidden;
}

.header-lang-select .lang:hover, .header-lang-select .lang:focus {
	color: #000;
}

.header-lang-select .lang:hover {
	background-color: #f2f2f2;
}

.header-lang-select .lang.active {
	background-color: #e21d24;
	border-color: #e21d24;
	color: #fff;
}

.header-lang:hover .header-lang-link, .header-lang.active .header-lang-link {
	background-color: #fff;
	color: #000;
}

.header-lang:hover .header-lang-select, .header-lang.active .header-lang-select {
	opacity: 1;
	visibility: visible;
}

.footer-bottom {
	color: #dddddd;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	padding: 8px 0;
	text-align: center;
	border-top: 1px solid #404040;
}

.footer-title {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	padding: 0;
}

.footer-info {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 30px;
}

.footer-info a {
	display: inline-block;
	max-width: 100%;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.page404 {
	min-height: calc(100vh - 227px);
	padding: 35px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page404 .container {
	min-height: 100%;
	position: relative;
	margin: auto;
}

.page404-inner {
	position: relative;
	z-index: 2;
}

.page404-inner .number {
	font-size: 98px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 30px;
}

.page404-inner .text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.63;
	max-width: 480px;
	padding: 0;
	margin: 0 0 55px;
}

.page404-inner .link {
	color: #000;
	font-size: 15px;
	font-weight: 400;
}

.page404-inner .link i {
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
}

.page404-inner .link:hover {
	color: #e21d24;
}

.section-title {
	color: #000000;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 29px;
}

.section-title .red {
	color: #e21d24;
}

.section-header {
	margin-bottom: 29px;
}

.section-header::after {
	content: "";
	display: table;
	clear: both;
}

.section-header .section-title {
	margin-bottom: 0;
	float: left;
}

.section-header-more {
	float: right;
	color: #404040;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	margin-top: 12px;
}

.section-header-more:hover, .section-header-more:focus {
	color: #404040;
}

.section-header-more i {
	font-size: 11px;
	margin-left: 7px;
}

.section-header-more:hover {
	color: #e21d24;
}

.page-title {
	margin-bottom: 17px;
}

.page-intro {
	padding-bottom: 10px;
}

.section-subtitle {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.63;
	margin: 0 0 40px;
}

.red {
	color: #e21d24;
}

.news-item {
	display: block;
	color: #fff;
	position: relative;
	margin-bottom: 30px;
}

.news-item:hover, .news-item:focus {
	color: #fff;
}

.news-item .img {
	display: block;
	height: 220px;
	position: relative;
	overflow: hidden;
}

.news-item .img img {
	width: 100%;
	height: 100%;
}

.news-item .img:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 87%;
	width: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	-webkit-transition: height 0.18s;
	-o-transition: height 0.18s;
	transition: height 0.18s;
}

.news-item:hover .img:after {
	height: 150%;
}

.news-item .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 15px 20px;
	color: #fff;
}

.news-item .date {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 19px;
	padding: 0;
}

.news-item .title {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.paging {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}

.paging li {
	display: inline-block;
	margin: 0 6px 5px;
	padding: 0;
	vertical-align: baseline;
}

.paging a,
.paging span {
	height: 26px;
	line-height: 28px;
	min-width: 34px;
	padding: 0 5px;
	display: block;
	color: #000;
	-webkit-transition: 0.18s;
	-o-transition: 0.18s;
	transition: 0.18s;
}

.paging a:hover,
.paging span:hover {
	background-color: #e8e8e8;
}

.paging li.prev a,
.paging li.prev span, .paging li.next a,
.paging li.next span {
	font-size: 14px;
}

.paging li.prev a i,
.paging li.prev span i, .paging li.next a i,
.paging li.next span i {
	font-size: 8px;
	vertical-align: middle;
}

.paging li.prev a:hover,
.paging li.prev span:hover, .paging li.next a:hover,
.paging li.next span:hover {
	background-color: transparent;
	color: #b5171d;
}

.paging li.disabled a,
.paging li.disabled span {
	color: #999;
	cursor: default;
	pointer-events: none;
}

.paging li.active a,
.paging li.active span {
	color: #fff;
	background-color: #e21d24;
}

.article-header {
	min-height: 439px;
	padding: 35px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	color: #fff;
}

.article-header .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.article-header .img img {
	width: 100%;
	height: 100%;
}

.article-header .img:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.article-header .container {
	margin: auto;
	position: relative;
	z-index: 1;
	text-align: center;
}

.article-header .title {
	max-width: 700px;
	margin: 0 auto 35px;
	padding: 1em 0 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
}

.article-header .date {
	font-size: 12px;
	font-weight: 500;
	padding: 0;
	margin: 0;
}

.article-aside {
	padding-top: 20px;
}

.article-aside .news-item {
	margin-bottom: 20px;
}

.subtitle {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	padding: 0;
	margin: 0;
}

.home-header ~ .page-wrapper {
	padding-top: 0;
}

.home-top {
	background: url("../images/hero.jpg") no-repeat center/cover;
	min-height: calc(100vh - 110px);
	padding: 120px 0 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.home-top:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
}

.home-top .container {
	margin: auto;
	position: relative;
	z-index: 1;
}

.home-top-inner {
	color: #fff;
}

.home-top-inner .title {
	font-size: 48px;
	font-weight: 800;
	max-width: 680px;
	line-height: 1.2;
	padding: 1em 0 0;
	margin: 0 0 15px;
}

.home-top-inner .text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.63;
	max-width: 440px;
	padding: 0;
	margin: 0 0 75px;
}

.home-top-arrow {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 25px;
	left: calc(50% - 15px);
	-webkit-transform: rotate(90deg) translateZ(0);
	transform: rotate(90deg) translateZ(0);
	opacity: 0.5;
	-webkit-transition: opacity 0.18s;
	-o-transition: opacity 0.18s;
	transition: opacity 0.18s;
	-webkit-animation: arrowTopbounce 2s infinite ease-in-out;
	animation: arrowTopbounce 2s infinite ease-in-out;
}

.home-top-arrow .styled-arrow {
	position: absolute;
	left: 5px;
	top: 8px;
}

.home-top-arrow:hover {
	opacity: 1;
	-webkit-animation: none;
	animation: none;
}

.home-subtop {
	background-color: #ebebeb;
}

.home-subtop-container {
	padding: 20px 0;
	min-height: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home-subtop-left {
	width: calc(50% - 15px);
}

.home-subtop-right {
	width: calc(50% - 15px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.home-subtop-right .subtitle {
	max-width: 300px;
	padding-right: 20px;
}

.home-counter {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}

.home-counter span {
	display: inline-block;
	position: relative;
	vertical-align: top;
	border-radius: 1px;
	background-color: #000;
	width: 30px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	margin-right: -1px;
	overflow: hidden;
}

.home-counter span:before {
	content: '0123456789';
	display: block;
	word-break: break-all;
	word-break: break-word;
	width: 22px;
	position: relative;
	left: 5px;
	white-space: pre-wrap;
	-webkit-transition: 0.4s cubic-bezier(0.12, 0.78, 0.52, 1.2);
	-o-transition: 0.4s cubic-bezier(0.12, 0.78, 0.52, 1.2);
	transition: 0.4s cubic-bezier(0.12, 0.78, 0.52, 1.2);
}

.home-counter span.d1:before {
	margin-top: -40px;
}

.home-counter span.d2:before {
	margin-top: -80px;
}

.home-counter span.d3:before {
	margin-top: -120px;
}

.home-counter span.d4:before {
	margin-top: -160px;
}

.home-counter span.d5:before {
	margin-top: -200px;
}

.home-counter span.d6:before {
	margin-top: -240px;
}

.home-counter span.d7:before {
	margin-top: -280px;
}

.home-counter span.d8:before {
	margin-top: -320px;
}

.home-counter span.d9:before {
	margin-top: -360px;
}

.home-counter span:nth-of-type(3n+3) {
	margin-right: 3px;
}

.home-counter span:last-of-type {
	margin-right: 0;
}

.home-counter-value {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.home-counter-desc {
	padding-top: 10px;
	line-height: 1.2;
	font-size: 12px;
	font-weight: 500;
}

.home-files-section {
	background-color: #000;
	color: #fff;
}

.home-files-container {
	padding: 20px 0;
	min-height: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.home-files-container .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.home-files-container .subtitle {
	max-width: 280px;
}

.home-files-container .styled-btn {
	margin-left: 20px;
}

.home-files-container .styled-btn.file-btn:nth-of-type(1) {
	width: 290px;
}

.home-files-container .styled-btn.file-btn:nth-of-type(2) {
	width: 245px;
}

.home-callback-section {
	background-color: #ebebeb;
}

.home-callback-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 110px;
	padding: 20px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.home-callback-container .subtitle {
	max-width: 170px;
}

.home-callback-form {
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 800px;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.home-callback-form .styled-btn {
	margin-left: 30px;
	width: 168px;
}

.home-callback-col {
	margin-left: 30px;
	width: calc(50% - 159px);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
}

.home-callback-col .icon {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 50px;
	font-size: 14px;
}

.home-callback-input {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ddd;
	height: 50px;
	font-size: 14px;
	font-weight: 400;
	display: block;
	width: 100%;
	outline: none;
	padding: 0 15px 0 25px;
}

#mediaDetect {
	width: 3px;
}

.mobile-menu-btn {
	display: none;
}

.home-about-section {
	padding: 65px 0 0;
}

.home-links-section {
	padding: 60px 0;
}

.home-info-section {
	padding: 60px 0 10px;
}

.home-clients-section {
	padding: 60px 0 42px;
	background-color: #f7f7f7;
}

.home-news-section {
	padding: 60px 0 30px;
}

.clients-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -9px;
}

.clients-item {
	margin: 0 9px 18px;
	width: calc(16.66666666666% - 18px);
	position: relative;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	background-color: #fff;
	height: 140px;
	-webkit-transition: -webkit-box-shadow 0.18s;
	transition: -webkit-box-shadow 0.18s;
	-o-transition: box-shadow 0.18s;
	transition: box-shadow 0.18s;
	transition: box-shadow 0.18s, -webkit-box-shadow 0.18s;
}

.clients-item:hover {
	-webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
}

.clients-item img {
	position: absolute;
	max-width: 90%;
	max-height: 90%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.home-info-blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.home-info-blocks .item {
	margin: 0 0 50px;
	width: calc(50% - 25px);
	border-radius: 4px;
	border: 1px solid #f2f2f2;
	background-color: #fff;
	padding: 40px 40px 20px;
	min-height: 260px;
	-webkit-transition: border-color 0.18s, -webkit-box-shadow 0.18s;
	transition: border-color 0.18s, -webkit-box-shadow 0.18s;
	-o-transition: box-shadow 0.18s, border-color 0.18s;
	transition: box-shadow 0.18s, border-color 0.18s;
	transition: box-shadow 0.18s, border-color 0.18s, -webkit-box-shadow 0.18s;
}

.home-info-blocks .item:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border-color: #e6e6e6;
	z-index: 1;
}

.home-info-blocks .item .img {
	min-height: 50px;
	font-size: 40px;
	margin-bottom: 15px;
	color: #e21d24;
}

.home-info-blocks .item .title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}

.home-info-blocks .item .title a {
	color: #000;
}

.home-info-blocks .item .title a:hover {
	color: #e21d24;
}

.home-info-blocks .item .text {
	font-size: 16px;
	line-height: 1.63;
}

.home-links-item {
	display: block;
	margin: 0 0 10px;
	border-radius: 2px;
	line-height: 1.2;
	color: #404040;
	font-size: 16px;
	font-weight: 600;
	padding: 13px 50px 13px 15px;
	-webkit-transition: color 0.18s, background-color 0.18s, -webkit-box-shadow 0.18s;
	transition: color 0.18s, background-color 0.18s, -webkit-box-shadow 0.18s;
	-o-transition: color 0.18s, box-shadow 0.18s, background-color 0.18s;
	transition: color 0.18s, box-shadow 0.18s, background-color 0.18s;
	transition: color 0.18s, box-shadow 0.18s, background-color 0.18s, -webkit-box-shadow 0.18s;
	background-color: #f7f7f7;
	position: relative;
}

.home-links-item:last-child {
	margin-bottom: 0;
}

.home-links-item .styled-arrow {
	position: absolute;
	top: calc(50% - 6px);
	right: 16px;
}

.home-links-item .styled-arrow:before, .home-links-item .styled-arrow:after {
	border-color: #7b7b7b;
}

.home-links-item:hover, .home-links-item:focus {
	color: #404040;
}

.home-links-item:hover {
	-webkit-box-shadow: 0 4px 10px rgba(226, 29, 36, 0.2);
	box-shadow: 0 4px 10px rgba(226, 29, 36, 0.2);
	background-color: #e21d24;
	color: #fff;
}

.home-links-item:hover .styled-arrow:before, .home-links-item:hover .styled-arrow:after {
	border-color: #fff;
}

.home-links-item:hover .styled-arrow:before {
	width: 160%;
}

.home-about-section .styled-article {
	margin-bottom: 30px;
	max-width: 470px;
}

.home-about-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.home-about-links .item {
	width: calc(50% - 30px);
	margin: 0 15px 30px;
	border-radius: 4px;
	border: 1px solid #f2f2f2;
	background-color: #fff;
	min-height: 200px;
	padding: 45px 32px 20px;
	text-align: center;
	position: relative;
	-webkit-transition: border-color 0.18s, -webkit-box-shadow 0.18s;
	transition: border-color 0.18s, -webkit-box-shadow 0.18s;
	-o-transition: box-shadow 0.18s, border-color 0.18s;
	transition: box-shadow 0.18s, border-color 0.18s;
	transition: box-shadow 0.18s, border-color 0.18s, -webkit-box-shadow 0.18s;
}

.home-about-links .item:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border-color: #e6e6e6;
	z-index: 1;
}

.home-about-links .item .img {
	display: block;
	font-size: 40px;
	min-height: 60px;
	margin-bottom: 10px;
	color: #e21d24;
}

.home-about-links .item .title {
	display: block;
	color: #000;
	font-weight: 700;
}

.about-header {
	min-height: 597px;
	padding: 35px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	color: #fff;
}

.about-header .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.about-header .img img {
	width: 100%;
	height: 100%;
}

.about-header .img:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.about-header .styled-article {
	color: #fff;
}

.about-header .section-title {
	color: #fff;
}

.about-header .container {
	margin: auto;
	position: relative;
	z-index: 1;
}

.about-header-inner {
	max-width: 525px;
}

.about-advantages {
	margin: 0 -9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about-advantages-section {
	padding: 60px 0 42px;
}

.about-advantages .item {
	width: calc(33.3333333333333333% - 18px);
	margin: 0 9px 18px;
	min-height: 220px;
	padding: 25px 25px 15px;
	border-radius: 4px;
	border: 1px solid #f2f2f2;
	background-color: #fff;
	-webkit-transition: border-color 0.18s, -webkit-transform 0.18s, -webkit-box-shadow 0.18s;
	transition: border-color 0.18s, -webkit-transform 0.18s, -webkit-box-shadow 0.18s;
	-o-transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
	transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
	transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s, -webkit-transform 0.18s, -webkit-box-shadow 0.18s;
	position: relative;
}

.about-advantages .item:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border: 1px solid #e6e6e6;
	z-index: 1;
	-webkit-transform: translateY(-10px) translateZ(0);
	transform: translateY(-10px) translateZ(0);
}

.about-advantages .item .title {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 12px;
}

.about-advantages .item .text {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.57;
}

.about-history {
	border-left: 4px solid #e21d24;
	padding-left: 30px;
	margin-left: 10px;
}

.about-history-section {
	background-color: #f7f7f7;
	padding: 60px 0;
}

.about-history .item {
	margin: 0 0 30px;
	position: relative;
	font-size: 16px;
	line-height: 1.63;
}

.about-history .item:before {
	content: "";
	background-color: #e21d24;
	border: 5px solid #f7f7f7;
	width: 24px;
	height: 24px;
	position: absolute;
	left: -44px;
	top: 15px;
	border-radius: 50%;
}

.about-history .item:last-of-type {
	margin-bottom: 0;
}

.about-personnel-section {
	padding: 60px 0;
}

.about-personnel-carousel {
	margin: 0 -9px;
	position: relative;
}

.about-personnel-carousel *:focus {
	outline: none;
}

.about-personnel-carousel .item {
	margin: 0 9px;
}

.about-personnel-carousel .item .img {
	border-radius: 2px;
	height: 220px;
	display: block;
	margin-bottom: 15px;
}

.about-personnel-carousel .item .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	-o-object-fit: contain;
}

.about-personnel-carousel .item .name {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.43;
	margin-bottom: 10px;
}

.about-personnel-carousel .item .pos {
	font-size: 14px;
	line-height: 1.43;
}

.about-personnel-carousel .slick-prev, .about-personnel-carousel .slick-next {
	cursor: pointer;
	position: absolute;
	top: 30%;
	width: 46px;
	height: 40px;
	z-index: 1;
	text-align: center;
	border-radius: 2px;
	background-color: #f7f7f7;
	line-height: 40px;
	font-size: 12px;
	color: #000;
}

.about-personnel-carousel .slick-prev:hover, .about-personnel-carousel .slick-next:hover {
	background-color: #eaeaea;
}

.about-personnel-carousel .slick-prev {
	left: -5px;
}

.about-personnel-carousel .slick-next {
	right: -5px;
}

.cars-list {
	margin: 0 -9px -18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cars-list .item {
	width: calc(33.3333333333333% - 18px);
	margin: 0 9px 18px;
	height: 283px;
	overflow: hidden;
}

.cars-list .item .img {
	display: block;
	width: 100%;
	height: 100%;
}

.cars-list .item .img img {
	width: 100%;
	height: 100%;
}

.cars-list .item.cars-list-intro {
	padding: 20px;
}

.cars-list .item.cars-list-intro .styled-article p:last-of-type {
	margin-bottom: 0;
}

.cars-list .item.cars-list-intro .section-title {
	margin-bottom: 19px;
}

.cars-list .gallery {
	display: none;
}

.page-clients-list {
	margin-bottom: -18px;
}

.page-clients-list .clients-item {
	border-radius: 2px;
	border: 1px solid #f2f2f2;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.page-clients-list .clients-item:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.services-list {
	margin: 0 -9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.services-list .item {
	width: calc(33.33333333333333% - 18px);
	position: relative;
	border-radius: 4px;
	border: 1px solid #f2f2f2;
	background-color: #fff;
	padding: 23px 20px;
	margin: 0 9px 18px;
}

.services-list .item::after {
	content: "";
	display: table;
	clear: both;
}

.services-list .item .img {
	float: left;
	width: 48px;
	height: 48px;
	position: relative;
	border-radius: 3px;
	background-color: #e21d24;
}

.services-list .item .img img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
}

.services-list .item .title {
	float: right;
	width: calc(100% - 48px);
	padding-left: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}

.services-list .item .desc {
	position: absolute;
	top: calc(100% - 10px);
	left: 0;
	width: 100%;
	z-index: 1;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border: 1px solid #e6e6e6;
	background-color: #fff;
	border-radius: 3px;
	padding: 20px;
	font-size: 12px;
	line-height: 1.75;
	-webkit-transition: opacity 0.18s, visibility 0.18s;
	-o-transition: opacity 0.18s, visibility 0.18s;
	transition: opacity 0.18s, visibility 0.18s;
	visibility: hidden;
	opacity: 0;
}

.services-list .item .desc:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #e6e6e6;
	top: -10px;
	left: 44px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.services-list .item .desc:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #fff;
	top: -8px;
	left: 44px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.services-list .item:hover .desc {
	visibility: visible;
	opacity: 1;
}

.side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.side-menu li {
	margin: 0;
	padding: 0;
}

.side-menu li.active > a {
	font-weight: 700;
}

.side-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.side-menu ul a {
	padding-left: 30px;
	font-weight: 400;
	font-size: 12px;
}

.side-menu a {
	display: block;
	padding: 10px 15px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	color: #000;
	border-radius: 4px;
}

.side-menu a:hover {
	background-color: #f7f7f7;
}

.info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -9px -18px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.info-list .item {
	width: calc(25% - 18px);
	margin: 0 9px 18px;
	border-radius: 4px;
	border: 1px solid #f2f2f2;
	background-color: #ffffff;
	line-height: 1.2;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 70px;
	padding: 15px;
}

.info-list .item:hover {
	background-color: #e21d24;
	border-color: #e21d24;
	color: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(226, 29, 36, 0.2);
	box-shadow: 0 5px 10px rgba(226, 29, 36, 0.2);
}

.contacts-left {
	float: left;
	max-width: 50%;
	padding-right: 30px;
}

.contacts-right {
	float: right;
	max-width: 50%;
}

.contacts-block {
	margin-bottom: 25px;
}

.contacts-block-title {
	color: #404040;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0;
}

.contacts-block-info {
	font-size: 20px;
	line-height: 1.5;
}

.contacts-block-info a {
	color: #000;
}

.contacts-block-info a:hover {
	color: #e21d24;
}

.contacts-block-info strong {
	font-weight: 700;
}

.contacts-form {
	display: block;
	width: 362px;
	max-width: 100%;
}

.contacts-form-title {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 29px;
	line-height: 1.2;
}

#map {
	height: 580px;
	width: 100%;
	vertical-align: top;
}

.order-form {
	margin-top: 40px;
	padding: 40px 40px 20px;
	border-radius: 4px;
	border: 1px solid #f2f2f2;
	background-color: #ffffff;
}

.order-form::after {
	content: "";
	display: table;
	clear: both;
}

.order-form-block {
	padding-bottom: 20px;
}

.order-form-block-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 18px;
}

.order-form .row-emulate {
	margin: 0 -30px;
}

.order-form .row-emulate::after {
	content: "";
	display: table;
	clear: both;
}

.order-form .row-emulate .col-xs-1, .order-form .row-emulate .col-sm-1, .order-form .row-emulate .col-md-1, .order-form .row-emulate .col-lg-1, .order-form .row-emulate .col-xs-2, .order-form .row-emulate .col-sm-2, .order-form .row-emulate .col-md-2, .order-form .row-emulate .col-lg-2, .order-form .row-emulate .col-xs-3, .order-form .row-emulate .col-sm-3, .order-form .row-emulate .col-md-3, .order-form .row-emulate .col-lg-3, .order-form .row-emulate .col-xs-4, .order-form .row-emulate .col-sm-4, .order-form .row-emulate .col-md-4, .order-form .row-emulate .col-lg-4, .order-form .row-emulate .col-xs-5, .order-form .row-emulate .col-sm-5, .order-form .row-emulate .col-md-5, .order-form .row-emulate .col-lg-5, .order-form .row-emulate .col-xs-6, .order-form .row-emulate .col-sm-6, .order-form .row-emulate .col-md-6, .order-form .row-emulate .col-lg-6, .order-form .row-emulate .col-xs-7, .order-form .row-emulate .col-sm-7, .order-form .row-emulate .col-md-7, .order-form .row-emulate .col-lg-7, .order-form .row-emulate .col-xs-8, .order-form .row-emulate .col-sm-8, .order-form .row-emulate .col-md-8, .order-form .row-emulate .col-lg-8, .order-form .row-emulate .col-xs-9, .order-form .row-emulate .col-sm-9, .order-form .row-emulate .col-md-9, .order-form .row-emulate .col-lg-9, .order-form .row-emulate .col-xs-10, .order-form .row-emulate .col-sm-10, .order-form .row-emulate .col-md-10, .order-form .row-emulate .col-lg-10, .order-form .row-emulate .col-xs-11, .order-form .row-emulate .col-sm-11, .order-form .row-emulate .col-md-11, .order-form .row-emulate .col-lg-11, .order-form .row-emulate .col-xs-12, .order-form .row-emulate .col-sm-12, .order-form .row-emulate .col-md-12, .order-form .row-emulate .col-lg-12 {
	padding-left: 30px;
	padding-right: 30px;
}

.contacts-form .styled-input {
	height: 46px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	outline: none;
}

.select2-dropdown {
	border: 1px solid #f2f2f2;
	font-weight: 500;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #159957;
}

@media (max-width: 1310px) {
	.header-lang {
		margin-left: 10px;
	}
}

@media (max-width: 1260px) {
	.header-menu > li {
		margin: 0 5px;
	}
}

@media (min-width: 1219px) {
	.news-list .col-sm-6:nth-of-type(4n+1) {
		clear: both;
	}
}

@media (max-width: 1218px) {
	.header-menu > li > a {
		line-height: 1.6;
	}
	.header-menu > li > a:before {
		top: auto;
		bottom: 3px;
		opacity: 0.5;
	}
	.subtitle {
		font-size: 19px;
	}
	.home-files-container .right {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.home-files-container .styled-btn.file-btn:nth-of-type(1),
	.home-files-container .styled-btn.file-btn:nth-of-type(2) {
		width: auto;
		margin-bottom: 10px;
	}
	.services-list .item {
		width: calc(50% - 18px);
	}
}

@media (max-width: 1218px) and (min-width: 992px) {
	.news-list .col-sm-6:nth-of-type(3n+1) {
		clear: both;
	}
	.home-about-links .item {
		padding-left: 10px;
		padding-right: 10px;
	}
	.home-about-links .item .title {
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	.transparent-header {
		background-color: transparent;
		border-color: transparent;
		padding: 10px 0 9px;
	}
	.transparent-header .logo img {
		opacity: 0;
		visibility: hidden;
	}
	.transparent-header .logo .white-logo {
		opacity: 1;
		visibility: visible;
	}
	.transparent-header .header-menu > li > a,
	.transparent-header .header-phone a {
		color: #fff;
	}
	.transparent-header .header-menu > li > a:hover,
	.transparent-header .header-phone a:hover {
		color: #ee777c;
	}
	.transparent-header .header-menu > .header-menu-additional > a:after {
		border-top-color: #fff;
	}
	.transparent-header .header-menu > .header-menu-additional:hover > a {
		color: #ee777c;
	}
	.transparent-header .header-menu > .header-menu-additional:hover > a:after {
		border-top-color: #ee777c;
	}
	.transparent-header .header-lang-link {
		color: #fff;
	}
}

@media (max-width: 991px) {
	.page-footer .logo {
		margin-left: auto;
		margin-right: auto;
	}
	.news-list .col-sm-6:nth-of-type(2n+1) {
		clear: both;
	}
	.article-aside .news-item {
		margin-bottom: 30px;
	}
	.article-aside .col-md-4:nth-of-type(2n+1) {
		clear: both;
	}
	#mediaDetect {
		width: 8px;
	}
	.page-header-container {
		height: 50px;
	}
	.page-header-container .header-center,
	.page-header-container .header-right {
		display: none;
	}
	.mobile-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 40px 0;
		display: none;
	}
	.mobile-menu-btn {
		display: block;
		padding: 10px;
		margin-right: -10px;
	}
	.mobile-menu-btn i {
		position: relative;
		margin-top: 8px;
		margin-bottom: 8px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.mobile-menu-btn i, .mobile-menu-btn i::before, .mobile-menu-btn i::after {
		display: block;
		width: 25px;
		height: 1px;
		background-color: #000;
		-webkit-transition-property: background-color, -webkit-transform;
		-o-transition-property: background-color, -o-transform;
		transition-property: background-color, -webkit-transform;
		-o-transition-property: background-color, transform;
		transition-property: background-color, transform;
		transition-property: background-color, transform, -webkit-transform;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	.mobile-menu-btn i::before, .mobile-menu-btn i::after {
		position: absolute;
		content: "";
	}
	.mobile-menu-btn i::before {
		top: -8px;
	}
	.mobile-menu-btn i::after {
		top: 8px;
	}
	.mobile-menu-wrapper {
		position: fixed;
		z-index: 300;
		left: 0;
		top: 51px;
		width: 100%;
		height: calc(100vh - 51px);
		overflow: auto;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
	}
	.mobile-menu .header-center,
	.mobile-menu .header-right {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: calc(50% - 10px);
	}
	.mobile-menu .header-menu {
		text-align: left;
		margin-top: -5px;
	}
	.mobile-menu .header-menu > li {
		display: block;
		margin: 0 0 15px;
	}
	.mobile-menu .header-menu > li:last-child {
		margin-bottom: 0;
	}
	.mobile-menu .header-menu > li > a {
		display: inline-block;
		padding: 5px 0;
	}
	.mobile-menu .header-menu > .header-menu-additional {
		display: none;
	}
	.mobile-menu .header-right {
		text-align: left;
	}
	.mobile-menu .header-phone {
		display: block;
		margin-bottom: 40px;
	}
	.mobile-menu .header-phone a {
		width: 300px;
		max-width: 100%;
		display: block;
		border-radius: 2px;
		border: 1px solid #f2f2f2;
		background-color: #ffffff;
		text-align: center;
		padding: 10px 5px;
	}
	.mobile-menu .header-lang {
		display: block;
		margin-left: 0;
	}
	.mobile-menu .header-lang-link {
		display: none;
	}
	.mobile-menu .header-lang-select {
		opacity: 1;
		visibility: visible;
		position: relative;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		width: auto;
		margin-left: -2px;
	}
	.mobile-menu .header-lang-select .title {
		padding-left: 2px;
	}
	.mobile-menu .header-lang-select .lang {
		width: 69px;
		height: 46px;
		line-height: 42px;
		font-size: 14px;
		margin: 0 3px 9px;
	}
	body.show-mobile-menu {
		overflow: hidden;
	}
	body.show-mobile-menu .mobile-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	body.show-mobile-menu .mobile-menu-btn i {
		background-color: transparent;
	}
	body.show-mobile-menu .mobile-menu-btn i::before, body.show-mobile-menu .mobile-menu-btn i::after {
		background-color: #000;
	}
	body.show-mobile-menu .mobile-menu-btn i::before {
		-webkit-transform: translateY(8px) rotate(45deg);
		-ms-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
	body.show-mobile-menu .mobile-menu-btn i::after {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		-ms-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
	body.show-mobile-menu .mobile-menu-wrapper {
		-webkit-transition: opacity 0.18s, visibility 0.18s;
		-o-transition: opacity 0.18s, visibility 0.18s;
		transition: opacity 0.18s, visibility 0.18s;
		opacity: 1;
		visibility: visible;
	}
	.home-about-section .styled-article {
		max-width: none;
	}
	.home-subtop-container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.home-subtop-left {
		width: auto;
	}
	.home-subtop-right {
		width: auto;
	}
	.home-subtop-right .subtitle {
		display: none;
	}
	.home-about-links .item {
		padding: 30px 15px 15px;
		min-height: 175px;
	}
	.home-info-blocks .item {
		padding: 15px;
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
	.home-info-blocks .item .text {
		font-size: 14px;
	}
	.clients-item {
		width: calc(33.3333333333% - 18px);
	}
	.home-top {
		min-height: calc(100vh - 160px);
	}
	.page-wrapper {
		padding-top: 51px;
	}
	.about-advantages .item {
		width: calc(50% - 18px);
	}
	.cars-list .item {
		width: calc(50% - 18px);
	}
	.services-list .item {
		width: calc(100% - 18px);
	}
	.services-list .item.active .desc {
		margin-top: 60px;
		clear: both;
		opacity: 1;
		visibility: visible;
		top: auto;
		left: auto;
		position: relative;
		background-color: #f7f7f7;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.services-list .item.active .desc:before, .services-list .item.active .desc:after {
		display: none;
	}
	.info-list .item {
		width: calc(50% - 18px);
	}
	#map {
		height: 400px;
	}
}

@media (min-width: 768px) {
	.partners-side-list .clients-item {
		width: calc(100% - 18px);
	}
}

@media (max-width: 767px) {
	.page-footer .col-xs-6:nth-of-type(2n + 1) {
		clear: both;
	}
	.page-footer {
		text-align: center;
	}
	.page404 .col-sm-6 {
		position: static;
	}
	.page404-inner {
		text-align: center;
	}
	.page404-inner .text {
		margin-left: auto;
		margin-right: auto;
	}
	.page404-img {
		position: absolute;
		max-width: 100%;
		width: 500px;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0.1;
	}
	.paging li {
		margin-left: 2px;
		margin-right: 2px;
	}
	.paging li.prev, .paging li.next {
		display: block;
	}
	.news-item .img:after {
		height: 100%;
		background-image: none;
		background-color: rgba(0, 0, 0, 0.5);
	}
	.styled-btn {
		padding: 11px 10px;
		width: 200px;
	}
	.page-content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section-title {
		font-size: 29px;
		margin-bottom: 22px;
	}
	.section-subtitle {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.section-header {
		margin-bottom: 22px;
	}
	.section-header-more {
		margin-top: 5px;
	}
	.article-header {
		min-height: 200px;
	}
	.article-header .title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.home-top-inner .title {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.home-top-inner .text {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.home-subtop-right {
		display: none;
	}
	.home-subtop-left {
		width: 100%;
	}
	.home-top {
		min-height: calc(100vh - 140px);
		padding: 60px 0;
	}
	.home-about-section {
		padding: 30px 0 0;
	}
	.home-about-links .item {
		min-height: 135px;
	}
	.home-about-links .item .img {
		font-size: 30px;
		min-height: 40px;
	}
	.home-about-links .item .title {
		font-size: 12px;
	}
	.home-files-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.home-files-container .subtitle {
		max-width: 100%;
		text-align: left;
		margin-bottom: 20px;
	}
	.home-files-container .right {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.home-files-container .right .styled-btn,
	.home-files-container .right .file-btn:nth-of-type(1),
	.home-files-container .right .file-btn:nth-of-type(2) {
		width: 270px;
		margin: 0 5px 10px;
	}
	.home-info-section {
		padding-top: 30px;
	}
	.home-clients-section {
		padding: 40px 0 30px;
	}
	.home-callback-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.home-callback-container .subtitle {
		max-width: none;
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
	}
	.home-callback-container .home-callback-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.home-callback-container .home-callback-col {
		margin: 0 auto 20px;
		max-width: 300px;
		width: 100%;
	}
	.about-history .item {
		font-size: 14px;
	}
	.about-personnel-section, .about-history-section {
		padding: 40px 0;
	}
	.about-advantages-section {
		padding: 40px 0 20px;
	}
	.about-advantages .item {
		width: calc(100% - 18px);
		min-height: auto;
		padding: 15px;
	}
	.about-header {
		min-height: 450px;
	}
	.side-menu {
		padding-top: 20px;
	}
	.partners-side-list {
		margin-bottom: 0;
		padding-top: 20px;
	}
	.contacts-left,
	.contacts-right {
		width: auto;
		max-width: none;
		float: none;
	}
	.contacts-form {
		width: 100%;
		padding-top: 30px;
	}
	.contacts-form-title {
		text-align: left;
		font-size: 20px;
	}
	.contacts-block-title {
		font-size: 14px;
	}
	.contacts-block-info {
		font-size: 16px;
	}
	#map {
		height: 300px;
	}
	.order-form {
		padding: 15px 15px;
	}
	.row-emulate {
		margin: 0 -15px;
	}
	.row-emulate::after {
		content: "";
		display: table;
		clear: both;
	}
	.row-emulate .col-xs-1, .row-emulate .col-sm-1, .row-emulate .col-md-1, .row-emulate .col-lg-1, .row-emulate .col-xs-2, .row-emulate .col-sm-2, .row-emulate .col-md-2, .row-emulate .col-lg-2, .row-emulate .col-xs-3, .row-emulate .col-sm-3, .row-emulate .col-md-3, .row-emulate .col-lg-3, .row-emulate .col-xs-4, .row-emulate .col-sm-4, .row-emulate .col-md-4, .row-emulate .col-lg-4, .row-emulate .col-xs-5, .row-emulate .col-sm-5, .row-emulate .col-md-5, .row-emulate .col-lg-5, .row-emulate .col-xs-6, .row-emulate .col-sm-6, .row-emulate .col-md-6, .row-emulate .col-lg-6, .row-emulate .col-xs-7, .row-emulate .col-sm-7, .row-emulate .col-md-7, .row-emulate .col-lg-7, .row-emulate .col-xs-8, .row-emulate .col-sm-8, .row-emulate .col-md-8, .row-emulate .col-lg-8, .row-emulate .col-xs-9, .row-emulate .col-sm-9, .row-emulate .col-md-9, .row-emulate .col-lg-9, .row-emulate .col-xs-10, .row-emulate .col-sm-10, .row-emulate .col-md-10, .row-emulate .col-lg-10, .row-emulate .col-xs-11, .row-emulate .col-sm-11, .row-emulate .col-md-11, .row-emulate .col-lg-11, .row-emulate .col-xs-12, .row-emulate .col-sm-12, .row-emulate .col-md-12, .row-emulate .col-lg-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 660px) {
	.cars-list .item {
		width: calc(100% - 18px);
		height: 180px;
	}
	.cars-list .item.cars-list-intro {
		padding: 0;
		height: auto;
		margin-bottom: 30px;
	}
	.about-personnel-carousel .item {
		text-align: center;
	}
	.section-header-more {
		float: left;
		clear: both;
	}
}

@media (max-width: 480px) {
	.footer-info {
		font-size: 13px;
	}
	.article-header .title {
		font-size: 20px;
	}
	.styled-article {
		font-size: 13px;
	}
	.mobile-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.mobile-menu .header-center,
	.mobile-menu .header-right {
		width: 100%;
	}
	.mobile-menu .header-center {
		margin-bottom: 30px;
	}
	.section-title {
		font-size: 25px;
	}
	.home-counter span {
		width: 20px;
		line-height: 24px;
		height: 24px;
		font-size: 14px;
	}
	.home-counter span:before {
		width: 10px;
		line-height: 24px;
	}
	.home-counter span.d1:before {
		margin-top: -24px;
	}
	.home-counter span.d2:before {
		margin-top: -48px;
	}
	.home-counter span.d3:before {
		margin-top: -72px;
	}
	.home-counter span.d4:before {
		margin-top: -96px;
	}
	.home-counter span.d5:before {
		margin-top: -120px;
	}
	.home-counter span.d6:before {
		margin-top: -144px;
	}
	.home-counter span.d7:before {
		margin-top: -168px;
	}
	.home-counter span.d8:before {
		margin-top: -192px;
	}
	.home-counter span.d9:before {
		margin-top: -216px;
	}
	.home-counter-value {
		font-size: 13px;
		padding-left: 0;
	}
	.home-subtop-container {
		padding: 10px 0;
		min-height: 85px;
	}
	.home-about-links {
		margin: 0;
	}
	.home-about-links .item {
		width: 100%;
		margin: 0 0 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-height: 50px;
		padding: 15px 15px 15px 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.home-about-links .item .img {
		min-height: auto;
		width: 90px;
		margin: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-size: 25px;
	}
	.home-about-links .item .title {
		-ms-flex-negative: 1;
		flex-shrink: 1;
		text-align: left;
		width: calc(100% - 90px);
	}
	.home-about-links .item:nth-of-type(1) .img, .home-about-links .item:nth-of-type(4) .img {
		font-size: 18px;
	}
	.home-links-item {
		font-size: 14px;
	}
	.home-info-blocks {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.home-info-blocks .item {
		width: 100%;
		min-height: auto;
	}
	.clients-item {
		width: calc(50% - 18px);
		height: 100px;
	}
	.info-list {
		margin-bottom: 0;
	}
	.info-list .item {
		width: calc(100% - 18px);
		min-height: 40px;
		margin-bottom: 10px;
	}
	.styled-form-row.flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.styled-form-row.flex label:not(.radiocheck-label) {
		width: 100%;
		margin-bottom: 5px;
		line-height: 1.4;
	}
	.styled-form-row.flex .styled-input,
	.styled-form-row.flex .styled-textarea,
	.styled-form-row.flex .styled-select + .select2-container--default,
	.styled-form-row.flex .styled-form-input-container {
		width: 100% !important;
	}
	.date-datepicker ~ .ui-datepicker-trigger {
		top: 25px;
	}
	.styled-file {
		padding-left: 0;
	}
	.styled-file .jq-file__browse {
		position: relative;
	}
}

.vacancy-link {
	color: #000;
	border-bottom: 2px solid #000;
}
