/*
Theme Name: SLP
Theme URI: http://
Author: ТОВ «Стар Лайн Плюс»
Author URI: http://starlineplus.com.ua/
Description: SLP Theme
Version: 1.0
License: CCA 3.0 license
License URI: http://creativecommons.org/licenses/by/3.0/
Tags:
*/

@charset "UTF-8";
@font-face {
	font-family: "OpenSans";
	font-weight: 100;
	font-style: normal;
	src: url("fonts/OpenSansLight/OpenSansLight.eot");
	src: url("fonts/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansLight/OpenSansLight.woff") format("woff"), url("fonts/OpenSansLight/OpenSansLight.ttf") format("truetype"); }

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

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

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

	@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro/MyriadPro-Regular.woff2') format('woff2'),
        url('fonts/MyriadPro/MyriadPro-Regular.woff') format('woff'),
        url('fonts/MyriadPro/MyriadPro-Regular.ttf') format('truetype'),
        url('fonts/MyriadPro/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
	position: relative;
	min-height: 100%;
	overflow-x: hidden;
	font-size: 14px; }

body {
	line-height: 1.6;
	font-family: "OpenSans", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	color: #000;
	background: #fff; }

.hidden {
	display: none; }

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

strong {
	font-weight: normal;
	font-family: "OpenSans", sans-serif;
	font-weight: 600; }

.button {
	display: inline-block;
	font-weight: 100;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	border: 1px solid transparent;
	padding: 13px 48px;
	font-size: 1.28571rem;
	line-height: 1.2;
	-webkit-border-radius: 3px;
					border-radius: 3px;
	background: #50ae56;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	outline: none;
	letter-spacing: 1px; }
	.button:hover, .button:active, .button:focus:hover {
		background: #2eae37;
		color: #fff;
		outline: none; }
	.button:focus {
		background: #50ae56;
		color: #fff;
		outline: none; }

.button-bordered {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	border: 1px solid #ffd200;
	padding: 7px 18px;
	font-size: 14px;
	line-height: 1.2;
	-webkit-border-radius: 25px;
					border-radius: 25px;
	background: transparent;
	color: #ffd200;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer; }
	.button-bordered:hover, .button-bordered:active, .button-bordered:focus:hover {
		background: #ffd200;
		color: #000; }
	.button-bordered:focus {
		background: transparent;
		color: #ffd200; }

.visible-768 {
	display: none; }

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

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

*:-ms-input-placeholder {
	color: #000;
	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: #4189dd;
	color: #fff; }

::selection {
	background-color: #4189dd;
	color: #fff; }

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background-color: #fff; }
	#preloader .preloader--icon {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 280px;
		height: 280px;
		margin-left: -140px;
		margin-top: -140px;
		-webkit-animation: scale 2s linear infinite;
						animation: scale 2s linear infinite;
		-webkit-animation-delay: 1s;
						animation-delay: 1s; }
		#preloader .preloader--icon img {
			width: 100%;
			height: 100%; }

@-webkit-keyframes scale {
	100% {
		-webkit-transform: scale(2);
						transform: scale(2); } }

@keyframes scale {
	100% {
		-webkit-transform: scale(2);
						transform: scale(2); } }

.header {
	position: relative;
	z-index: 10; }
	.header--contacts-wrap {
		background: #025c09;
		padding: 28px 0 12px; }
	.header--contacts-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
				-ms-flex-pack: end;
						justify-content: flex-end; }
	.header--menu-wrap {
		background: #fff;
		position: relative;
		padding: 14px 0 15px;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
						box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); }
	.header--logo {
		position: absolute;
		top: -158px;
		left: 16px;
		text-align: center;
		padding: 17px 30px 26px 0;
		z-index: 10; }
		.header--logo:before {
			position: absolute;
			top: -5px;
			right: 0;
			height: 100%;
			width: 9999px;
			background: #fff;
			-webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.5);
							box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.5);
			content: '';
			z-index: -1; }
		.header--logo:after {
			position: absolute;
			top: -5px;
			right: -114px;
			width: 115px;
			height: 100%;
			background: url(img/logo-bg-corner.png) no-repeat center center;
			-webkit-background-size: auto 100%;
							background-size: auto 100%;
			content: ''; }
		.header--logo img {
			max-width: 100%;
			height: auto;
			margin-bottom: 25px; }
		.header--logo .logo-text {
			text-align: center; }
			.header--logo .logo-text h6 {
				font-size: 1.429rem;
				font-weight: 700;
				line-height: 1.2;
				margin: 0 0 4px;
				color: #013c05; }
			.header--logo .logo-text p {
				color: #707070;
				line-height: 1.2;
				margin: 0; }
				.header--logo .logo-text p span {
					display: block; }
	.header--time {
		padding-left: 25px;
		position: relative;
		margin-right: 100px; }
		.header--time .fa {
			position: absolute;
			top: 0;
			left: 0;
			color: #50ae56;
			line-height: 1;
			font-size: 1.28571rem; }
		.header--time ul {
			padding-left: 0;
			list-style: none;
			margin: 0; }
			.header--time ul li {
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				-webkit-box-pack: justify;
				-webkit-justify-content: space-between;
						-ms-flex-pack: justify;
								justify-content: space-between;
				line-height: 1.2;
				margin-bottom: 7px; }
				.header--time ul li:last-child {
					margin-bottom: 0; }
		.header--time .day {
			font-weight: 700;
			color: #fff;
			font-size: 0.92857rem;
			text-transform: uppercase;
			margin-right: 12px; }
		.header--time .time {
			color: #fff;
			font-size: 0.92857rem; }
	.header--email {
		padding-left: 30px;
		position: relative;
		margin-right: 50px; }
		.header--email .fa {
			position: absolute;
			top: 0;
			left: 0;
			color: #50ae56;
			line-height: 1;
			font-size: 1.28571rem; }
		.header--email ul {
			padding-left: 0;
			list-style: none;
			margin: 0; }
			.header--email ul li {
				line-height: 1.2;
				margin-bottom: 7px; }
				.header--email ul li a {
					color: #fff;
					font-size: 0.92857rem;
					-webkit-transition: all .5s ease;
					-o-transition: all .5s ease;
					transition: all .5s ease; }
					.header--email ul li a:hover {
						color: #50ae56; }
	.header--phone {
		padding-left: 26px;
		position: relative; }
		.header--phone .fa {
			position: absolute;
			top: 1px;
			left: 0;
			color: #50ae56;
			line-height: 1;
			font-size: 1.28571rem; }
		.header--phone ul {
			padding-left: 0;
			list-style: none;
			margin: 0; }
			.header--phone ul li {
				line-height: 1.2;
				margin-bottom: 7px; }
				.header--phone ul li a {
					color: #fff;
					font-size: 0.92857rem;
					-webkit-transition: all .5s ease;
					-o-transition: all .5s ease;
					transition: all .5s ease; }
					.header--phone ul li a:hover {
						color: #50ae56; }
	.header--menu {
		position: relative;
		z-index: 20; }
		.header--menu > ul {
			padding-left: 0;
			list-style: none;
			margin: 0; }
			.header--menu > ul > li {
				display: inline-block;
				margin-right: 15px;
				position: relative; }
				.header--menu > ul > li:last-child {
					margin-right: 0; }
				.header--menu > ul > li.current-menu-item > a,
				.header--menu > ul > li.current-menu-parent > a {
					border-color: #025c09;
					color: #025c09; }
				.header--menu > ul > li > a {
					color: #393939;
					font-weight: 600;
					text-transform: uppercase;
					-webkit-transition: all .5s ease;
					-o-transition: all .5s ease;
					transition: all .5s ease;
					border-bottom: 1px solid transparent; }
					.header--menu > ul > li > a:hover {
						color: #025c09;
						border-color: #025c09; }
				.header--menu > ul > li.menu-item-has-children.sfHover > a {
					color: #025c09; }
				.header--menu > ul > li.menu-item-has-children > ul {
					position: absolute;
					top: 100%;
					left: -5px;
					width: 250px;
					background: #025c09;
					padding-left: 0;
					list-style: none;
					margin: 5px 0 0;
					z-index: 10;
					padding: 30px 0; }
					.header--menu > ul > li.menu-item-has-children > ul li a {
						color: #f3f3f3;
						display: block;
						padding: 6px 20px;
						-webkit-transition: all .5s ease;
						-o-transition: all .5s ease;
						transition: all .5s ease; }
						.header--menu > ul > li.menu-item-has-children > ul li a:hover {
							color: #50ae56; }

.header--menu-toggle {
	position: absolute;
	top: 50%;
	right: 15px;
	display: none;
	cursor: pointer;
	z-index: 100;
	transform: translateY(-50%);}

.video {
	position: relative;
	height: 700px;
	padding-top: 490px; }
	.video--wrap {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
		display: block;
		width: 100%;
		height: 100%; }
		.video--wrap .video-bg {
			position: absolute;
			top: 0;
			left: 50%;
			-webkit-transform: translateX(-50%);
					-ms-transform: translateX(-50%);
							transform: translateX(-50%);
			min-width: 100%;
			min-height: 100%;
			width: auto;
			height: auto;
			z-index: -100; }
	.video--descr {
		background: rgba(0, 0, 0, 0.8);
		border-left: 2px solid #50ae56;
		padding: 10px 50px 33px 18px;
		display: inline-block;
		z-index: 10;
		-webkit-box-shadow: 0px 4px 150px 5px rgba(0, 0, 0, 0.65);
						box-shadow: 0px 4px 150px 5px rgba(0, 0, 0, 0.65); }
		.video--descr h1 {
			font-size: 3.929rem;
			color: #2eae37;
			line-height: 1;
			font-weight: 600;
			margin: 0 0 18px; }
		.video--descr p {
			color: #eaeaea;
			font-size: 1.571rem;
			line-height: 1.2;
			margin: 0; }
		.video--descr .mobile-p {
			display: none; }

.about {
	background: #f2f2f2;
	padding: 180px 0 160px; }
	.about--image {
		position: relative;
		display: inline-block;
		max-width: 570px; }
		.about--image .green-border {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			border: 3px solid #27bd1b; }
		.about--image .about-img {
			position: relative;
			top: 20px;
			left: 30px;
			max-width: 100%;
			height: auto; }
	.about--descr {
		margin-top: 52px; }
		.about--descr h2 {
			font-size: 2.571rem;
			line-height: 1.2;
			color: #393939;
			font-weight: 100;
			margin: 0 0 20px; }
		.about--descr p {
			color: #707070;
			line-height: 1.6;
			margin: 0; }

.production {
	background: #fff;
	padding: 95px 0 45px; }
	.production--title {
		text-align: center;
		margin-bottom: 105px; }
		.production--title h2 {
			font-size: 2.571rem;
			line-height: 1.2;
			color: #393939;
			font-weight: 100;
			margin: 0; }
	.production--item {
		margin-bottom: 90px; }
		.production--item .image {
			text-align: right; }
			.production--item .image img {
				max-width: 100%;
				height: auto; }
		.production--item .descr h4 {
			font-size: 1.286rem;
			line-height: 1.2;
			color: #000;
			margin: 0 0 25px;
			font-weight: 600;
			min-height: 42px; }
			.production--item .descr h4 span {
				display: block; }
		.production--item .descr ul {
			padding-left: 0;
			list-style: none;
			margin: 0 0 28px; }
			.production--item .descr ul li {
				padding-left: 32px;
				line-height: 1.6;
				color: #707070;
				margin-bottom: 0;
				position: relative; }
				.production--item .descr ul li:before {
					content: '•';
					padding-right: 8px;
					display: none; }
				.production--item .descr ul li:after {
					position: absolute;
					top: 9px;
					left: 20px;
					width: 3px;
					height: 3px;
					background: #707070;
					content: '';
					-webkit-border-radius: 50%;
									border-radius: 50%; }
		.production--item .order-link {
			width: 150px;
			border-top: 1px solid #50ae56;
			padding-top: 18px;
			line-height: 1; }
			.production--item .order-link a {
				font-weight: 700;
				color: #b1b1b1;
				font-size: 1.143rem;
				-webkit-transition: all .5s ease;
				-o-transition: all .5s ease;
				transition: all .5s ease; }
				.production--item .order-link a .fa {
					padding-left: 10px;
					font-weight: 400;
					color: #b1b1b1;
					-webkit-transition: all .5s ease;
					-o-transition: all .5s ease;
					transition: all .5s ease; }
				.production--item .order-link a:hover {
					color: #707070; }
					.production--item .order-link a:hover .fa {
						color: #707070;
						padding-left: 15px; }

.brand {
	background: #f2f2f2;
	padding: 100px 0 110px; }
	.brand--title {
		text-align: center;
		margin-bottom: 105px; }
		.brand--title h2 {
			font-size: 2.571rem;
			line-height: 1.2;
			color: #393939;
			font-weight: 100;
			margin: 0; }
	.brand--row .col-md-3 {
		margin-bottom: 45px; }
		.brand--row .col-md-3:nth-child(5), .brand--row .col-md-3:nth-child(6), .brand--row .col-md-3:nth-child(7), .brand--row .col-md-3:nth-child(8) {
			margin-bottom: 30px; }
	.brand--item {
		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-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center;
		height: 100%; }
		.brand--item a {
			margin-bottom: 20px; }
			.brand--item a:last-child {
				margin-bottom: 0; }
		.brand--item img {
			max-width: 100%;
			height: auto; }

.more-brands-button {
	background: transparent;
	border: none;
	outline: none;
	display: inline-block;
	position: relative;
	color: #393939;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	cursor: pointer;
	line-height: 1;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	display: none; }
	.more-brands-button.on:before {
		display: block; }
	.more-brands-button.on:after {
		display: none; }
	.more-brands-button:hover {
		outline: none;
		color: #025c09; }
		.more-brands-button:hover:before, .more-brands-button:hover:after {
			color: #025c09; }
	.more-brands-button:focus, .more-brands-button:active {
		outline: none; }
	.more-brands-button:before {
		position: absolute;
		line-height: 1;
		top: -22px;
		left: 50%;
		width: 20px;
		height: 15px;
		margin-left: -10px;
		content: '\f106';
		font-size: 1.28571rem;
		font-family: FontAwesome;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		display: none; }
	.more-brands-button:after {
		position: absolute;
		line-height: 1;
		bottom: -22px;
		left: 50%;
		width: 20px;
		height: 15px;
		margin-left: -10px;
		content: '\f107';
		font-size: 1.28571rem;
		font-family: FontAwesome;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease; }

.text-center {
	text-align: center; }

.order {
	background: url(img/order-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
					background-size: cover;
	padding: 25px 0; }
	.order--wrap {
		background: rgba(243, 243, 243, 0.95);
		-webkit-border-radius: 8px;
						border-radius: 8px;
		padding: 37px 0; }
	.order--descr {
		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-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center;
		height: 100%;
		text-align: center; }
		.order--descr p {
			color: #393939;
			font-size: 1.28571rem;
			margin: 0;
			line-height: 1.2;
			font-weight: 100;
			margin-bottom: 45px; }
			.order--descr p span {
				display: block; }
	.order--phone {
		font-weight: 700;
		line-height: 1;
		color: #707070;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		font-size: 2.57143rem;
		margin-bottom: 25px; }
		.order--phone:last-child {
			margin-bottom: 0; }
		.order--phone:hover {
			color: #025c09; }
	.order--form {
		max-width: 360px;
		margin: 0 auto; }
	.order--or {
		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-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center;
		height: 100%;
		text-align: center;
		position: relative; }
		.order--or:before {
			position: absolute;
			top: 20px;
			left: 50%;
			width: 1px;
			height: 32%;
			background: #e5e5e5;
			content: ''; }
		.order--or:after {
			position: absolute;
			bottom: 20px;
			left: 50%;
			width: 1px;
			height: 32%;
			background: #e5e5e5;
			content: ''; }
		.order--or p {
			color: #2eae37;
			font-size: 3.42857rem;
			line-height: 1;
			margin: 0;
			position: relative;
			font-weight: 600; }
	.order__dark {
		background: #707070;
		border-top: 7px solid #9b9b9b;
		padding: 45px 0 75px; }
		.order__dark .order--wrap {
			background: transparent; }
		.order__dark .order--descr p {
			color: #aeaeae;
			margin-bottom: 95px; }
		.order__dark .order--descr .order--phone {
			color: #cecece;
			font-size: 2.85714rem; }
			.order__dark .order--descr .order--phone:hover {
				color: #025c09; }
		.order__dark .order--or:before, .order__dark .order--or:after {
			background: #7a7a7a; }
		.order__dark .form__white .form--title h3 {
			color: #aeaeae; }

.form--title {
	text-align: center; }
	.form--title h3 {
		font-size: 1.28571rem;
		color: #393939;
		line-height: 1.2;
		font-weight: 100;
		margin: 0; }

.form--status-wrap {
	min-height: 55px;
	position: relative;
	margin-bottom: 10px; }

.form--status {
	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: start;
	-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
					justify-content: flex-start;
	display: none; }
	.form--status .icon {
		margin-right: 20px;
		width: 50px;
		text-align: center; }
		.form--status .icon img {
			max-width: 100%;
			height: auto; }
	.form--status p {
		margin: 0;
		font-size: 1.14286rem;
		color: #393939;
		font-weight: 100;
		line-height: 1.4; }

.form .form-group {
	margin-bottom: 10px; }
	.form .form-group.button-group {
		margin-bottom: 0;
		margin-top: 35px;
		text-align: center; }

.form .label-control {
	font-size: 1rem;
	color: #707070;
	line-height: 1;
	margin: 0 0 0 20px; }

.form .form-control {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
					border-radius: 3px;
	-webkit-box-shadow: none;
					box-shadow: none;
	color: #707070;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	font-size: 1rem;
	padding: 12px 20px;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none; }

.form__white .form--title h3 {
	color: #efefef; }

.form__white .label-control {
	color: #cecece; }

.form__white .form-control {
	border-color: #858585;
	background: transparent;
	color: #f2f2f2;
	text-shadow: 0px 1px 0px #393939; }

.form__white .form--status p {
	color: #bfbdbd; }

.footer--inner {
	background: #f2f2f2;
	padding: 88px 0 70px; }

.footer--logo {
	text-align: center;
	margin-bottom: 70px; }
	.footer--logo img {
		max-width: 100%;
		height: auto;
		margin-bottom: 20px; }
	.footer--logo .logo-text {
		text-align: center; }
		.footer--logo .logo-text h6 {
			font-size: 1.28571rem;
			font-weight: 700;
			line-height: 1.2;
			margin: 0 0 4px;
			color: #013c05; }

.footer--map {
	height: 275px;
	width: 100%;
	border: 1px solid #ececec;
	position: relative; }

.footer--copyright {
	text-align: center;
	padding: 17px 0;
	background: #707070; }
	.footer--copyright p {
		color: #fff;
		margin: 0;
		line-height: 1.2; }
		.footer--copyright p span {
			color: #16d423; }

#map-canvas {
	width: 100%;
	height: 273px; }

.footer-block {
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 25px; }
	.footer-block:last-child {
		margin-bottom: 0; }
		.footer-block:last-child:before {
			display: none; }
	.footer-block:before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 210px;
		height: 1px;
		background: #e5e5e5;
		content: ''; }
	.footer-block--title {
		position: relative;
		padding-left: 28px;
		margin-bottom: 14px; }
		.footer-block--title .fa {
			position: absolute;
			top: 0;
			left: 0;
			font-size: 1.42857rem; }
		.footer-block--title h5 {
			font-weight: 600;
			color: #393939;
			font-size: 1.14286rem;
			line-height: 1.2;
			margin: 0; }
	.footer-block ul {
		padding-left: 28px;
		list-style: none;
		margin: 0; }
		.footer-block ul li {
			line-height: 1.2;
			color: #707070;
			margin-bottom: 7px; }
			.footer-block ul li:last-child {
				margin-bottom: 0; }
			.footer-block ul li a {
				color: #707070;
				-webkit-transition: all .5s ease;
				-o-transition: all .5s ease;
				transition: all .5s ease; }
				.footer-block ul li a:hover {
					color: #025c09; }
	.footer-block__mobile .footer-block--title {
		padding-left: 18px; }
	.footer-block__mobile ul {
		padding-left: 18px; }
	.footer-block__last {
		margin-bottom: 0; }
		.footer-block__last:before {
			display: none; }
	.footer-block.visible-768 ul {
		width: 140px;
		margin: 0 auto; }
		.footer-block.visible-768 ul li {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
					-ms-flex-pack: justify;
							justify-content: space-between;
			line-height: 1.2;
			margin-bottom: 7px; }
			.footer-block.visible-768 ul li:last-child {
				margin-bottom: 0; }
	.footer-block.visible-768 .day {
		font-weight: 700;
		font-size: 1rem;
		text-transform: uppercase;
		margin-right: 12px; }
	.footer-block.visible-768 .time {
		font-size: 1rem; }

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 100; }
	#overlay.on {
		opacity: 1;
		visibility: visible; }

#menu {
	width: 380px;
	height: 100vh;
	background: #fff;
	position: fixed;
	z-index: 100;
	top: 0;
	left: -380px;
	overflow-x: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	visibility: hidden; }
	#menu.on {
		left: 0;
		-webkit-box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.75);
						box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.75);
		visibility: visible;
		overflow-x: visible; }
		#menu.on .close-toggle {
			right: -20px; }
	#menu .menu-inner {
		padding: 30px 0 20px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 120; }
		#menu .menu-inner h4 {
			color: #707070;
			font-size: 1.71429rem;
			line-height: 1.2;
			font-weight: 100;
			margin: 0 0 70px 45px; }
		#menu .menu-inner > ul {
			padding-left: 0;
			list-style: none;
			margin: 0; }
			#menu .menu-inner > ul > li {
				display: block;
				margin: 0 0 25px;
				position: relative; }
				#menu .menu-inner > ul > li.current-menu-item > a {
					border-color: #025c09;
					color: #025c09; }
				#menu .menu-inner > ul > li > a {
					color: #707070;
					font-weight: 600;
					font-size: 1.14286rem;
					text-transform: uppercase;
					-webkit-transition: all .5s ease;
					-o-transition: all .5s ease;
					transition: all .5s ease;
					border-bottom: 1px solid transparent;
					margin-left: 70px; }
					#menu .menu-inner > ul > li > a:hover {
						color: #025c09;
						border-bottom: 1px solid #025c09;}
				#menu .menu-inner > ul > li.menu-item-has-children > a {
                  padding-right: 25px;
                  position: relative;
                }
                #menu .menu-inner > ul > li.menu-item-has-children > a:before{
                  content: '';
                  position: absolute;
                  width: 13px;
                  height: 13px;
                  border: 1px solid #707070;
                  border-radius: 50%;
                  right: 0;
                  top: 50%;
                  transform: translateY(-50%);
                }
                #menu .menu-inner > ul > li.menu-item-has-children > a:after{
                  content: '+';
                  position: absolute;
                  color: #707070;
                  font-size: 14px;
                  right: 2px;
                  top: 0px;
                }
				#menu .menu-inner > ul > li.menu-item-has-children.sfHover > a {
					color: #025c09; }
				#menu .menu-inner > ul > li.menu-item-has-children.sfHover > a:after{
                    content: '-';
                    font-size: 15px;
                    right: 4px;
                    top: -3px;
                }
				#menu .menu-inner > ul > li.menu-item-has-children > ul {
					display: none;
					padding: 20px 0 20px 100px;
					list-style: none;
					margin: 10px 0 0;
					z-index: 10;
					position: relative;
					background: #025c09; }
					#menu .menu-inner > ul > li.menu-item-has-children > ul li a {
						color: #f3f3f3;
						display: inline-block;
						padding: 10px 0 0;
						margin-bottom: 10px;
						-webkit-transition: all .5s ease;
						-o-transition: all .5s ease;
						transition: all .5s ease; }
						#menu .menu-inner > ul > li.menu-item-has-children > ul li a:hover {
							color: #50ae56; }

.close-toggle {
	position: absolute;
	top: 28px;
	right: 10px;
	-webkit-border-radius: 50%;
					border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #000 url(img/close-toggle.png) no-repeat center center;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.75);
					box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.75);
	border: none;
	outline: none;
	z-index: 10; }
	.close-toggle:hover, .close-toggle:focus, .close-toggle:active {
		outline: none; }

.brand-popup {
	max-width: 1170px;
	margin: 0 auto;
	position: relative; }
	.brand-popup .pl-0 {
		padding-left: 0; }
	.brand-popup--logos {
		position: relative;
		padding: 0 4px;
		height: 100%; }
		.brand-popup--logos:before {
			position: absolute;
			top: -5555px;
			left: 0;
			background: #f2f2f2;
			border-left: 4px solid #025c09;
			border-right: 4px solid #025c09;
			width: 100%;
			height: 9999px;
			content: '';
			z-index: -1; }
	.brand-popup--descr {
		margin: 0 -15px; }
		.brand-popup--descr h3 {
			font-size: 2.57143rem;
			line-height: 1.2;
			color: #707070;
			font-weight: 100;
			margin: 0 0 35px; }
		.brand-popup--descr p {
			font-size: 1rem;
			color: #505050;
			margin-bottom: 20px; }
			.brand-popup--descr p:last-child {
				margin-bottom: 0; }
	.brand-popup--logos-owl .item img {
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0 auto; }
	.brand-popup--descr-owl .item {
		padding: 0 15px 0 125px;
		margin-right: 110px;
		max-height: 50vh;
		overflow-y: auto;
		position: relative; }
	.brand-popup--descr-owl.owl-theme .owl-nav {
		margin-top: 0;
		position: absolute;
		width: 100%;
		top: 50%;
		margin-top: -20px; }
		.brand-popup--descr-owl.owl-theme .owl-nav .owl-prev, .brand-popup--descr-owl.owl-theme .owl-nav .owl-next {
			position: absolute;
			top: 0;
			left: 0;
			display: inline-block;
			vertical-align: top;
			width: 36px;
			height: 41px;
			color: #fff;
			text-align: center;
			border: none;
			-webkit-border-radius: 0;
							border-radius: 0;
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
			transition: all .5s ease;
			opacity: .3;
			background: transparent url(img/owl-left-arrow.png) no-repeat center center;
			margin: 0; }
			.brand-popup--descr-owl.owl-theme .owl-nav .owl-prev:hover, .brand-popup--descr-owl.owl-theme .owl-nav .owl-next:hover {
				opacity: .6; }
		.brand-popup--descr-owl.owl-theme .owl-nav .owl-prev {
			left: -555px; }
		.brand-popup--descr-owl.owl-theme .owl-nav .owl-next {
			left: auto;
			right: 15px;
			background-image: url(img/owl-right-arrow.png); }

.seats-popup {
	max-width: 540px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	padding: 80px 35px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
					box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }
	.seats-popup--close {
		position: absolute;
		top: 15px;
		right: 15px;
		width: 41px;
		height: 41px;
		background: url(img/seats-popup-close.png) no-repeat center center;
		outline: none;
		border: none;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		cursor: pointer;
		z-index: 10; }
		.seats-popup--close:hover {
			opacity: .5;
			outline: none; }
		.seats-popup--close:active, .seats-popup--close:focus {
			outline: none; }
	.seats-popup--top {
		margin-bottom: 70px; }
	.seats-popup--image {
		text-align: center; }
		.seats-popup--image img {
			max-width: 100%;
			height: auto; }
	.seats-popup--title {
		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;
		height: 100%; }
		.seats-popup--title h3 {
			font-size: 2.14286rem;
			line-height: 1.2;
			color: #393939;
			font-weight: 100;
			margin: 0; }
	.seats-popup--table {
		overflow-y: auto;
		margin-bottom: 70px; }
	.seats-popup .table-popup {
		margin: 0; }
		.seats-popup .table-popup tbody tr td {
			padding: 0;
			border-color: #c6e9c9;
			font-size: 1rem;
			color: #707070;
			width: 80%; }
			.seats-popup .table-popup tbody tr td:nth-child(2) {
				text-align: center;
				vertical-align: middle;
				width: 20%; }
		.seats-popup .table-popup tbody tr:first-child td {
			border-top: none; }
	.seats-popup--button {
		text-align: center; }

.mfp-fade.mfp-bg, .mfp-fade-light.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out; }
	.mfp-fade.mfp-bg.mfp-ready, .mfp-fade-light.mfp-bg.mfp-ready {
		opacity: 0.98; }
	.mfp-fade.mfp-bg.mfp-removing, .mfp-fade-light.mfp-bg.mfp-removing {
		opacity: 0; }

.mfp-fade.mfp-wrap, .mfp-fade-light.mfp-wrap {
	height: 100vh; }
	.mfp-fade.mfp-wrap .mfp-content, .mfp-fade-light.mfp-wrap .mfp-content {
		opacity: 0;
		-webkit-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out;
		-webkit-transform: scale(0.7);
				-ms-transform: scale(0.7);
						transform: scale(0.7); }
	.mfp-fade.mfp-wrap.mfp-ready .mfp-content, .mfp-fade-light.mfp-wrap.mfp-ready .mfp-content {
		opacity: 1;
		-webkit-transform: scale(1);
				-ms-transform: scale(1);
						transform: scale(1); }
	.mfp-fade.mfp-wrap.mfp-removing .mfp-content, .mfp-fade-light.mfp-wrap.mfp-removing .mfp-content {
		opacity: 0;
		-webkit-transform: scale(0.7);
				-ms-transform: scale(0.7);
						transform: scale(0.7); }

.mfp-container {
	overflow-y: hidden;
	padding: 0 !important; }

.mfp-fade-light.mfp-bg.mfp-ready {
	opacity: 0.2; }

.mfp-fade-light .mfp-container {
	overflow-y: visible; }

button.mfp-close {
	color: transparent;
	width: 41px;
	height: 41px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	top: 5.93%;
	right: 7.81%;
	opacity: .3;
	padding: 0;
	cursor: pointer;
	background: url(img/close-popup.png) no-repeat center center; }
	button.mfp-close:hover {
		opacity: .6; }
	button.mfp-close:active, button.mfp-close:focus {
		top: 5.93%; }

.equipment {
	padding: 240px 0 40px;
	background: #fff; }
	.equipment--item {
		text-align: center;
		display: block;
		margin-bottom: 190px; }
		.equipment--item .image {
			overflow: hidden;
			display: inline-block;
			-webkit-border-radius: 6px;
							border-radius: 6px;
			margin-bottom: 50px;
			-webkit-box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2);
							box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2);
			position: relative;
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
			transition: all .5s ease; }
			.equipment--item .image img {
				max-width: 100%;
				height: auto;
				-webkit-transition: all 1s ease;
				-o-transition: all 1s ease;
				transition: all 1s ease; }
			.equipment--item .image span {
				position: absolute;
				bottom: 50px;
				left: 40px;
				font-size: 1.21429rem;
				line-height: 1;
				color: #d3d3d3;
				display: none;
				z-index: 10; }
		.equipment--item p {
			font-size: 1.14286rem;
			line-height: 1.2;
			font-weight: 600;
			margin: 0;
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
			transition: all .5s ease;
			color: #000; }
		.equipment--item:hover .image {
			-webkit-box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.4);
							box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.4); }
			.equipment--item:hover .image img {
				-webkit-transform: scale(1.02, 1.02);
						-ms-transform: scale(1.02, 1.02);
								transform: scale(1.02, 1.02); }
		.equipment--item:hover p {
			color: #025c09; }

.loaders {
	padding: 150px 0; }
	.loaders--breadcrumb {
		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;
		margin-bottom: 120px; }
		.loaders--breadcrumb__small {
			margin-bottom: 165px; }
	.loaders--toggle {
		display: block;
		width: 31px;
		height: 31px;
		margin-left: 50px;
		background: url(img/showBlockGreen.svg) no-repeat center center; }
		.loaders--toggle img {
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
			transition: all .5s ease; }
		.loaders--toggle:hover img {
			opacity: 0; }
		.loaders--toggle__line {
			/*display: none;*/
			background: url(img/showInlineGreen.svg) no-repeat center center; }
	.loaders--item {
		margin-bottom: 110px; }
		.loaders--item:hover .image {
			-webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
							box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1); }
			.loaders--item:hover .image img {
				-webkit-transform: scale(1.02, 1.02);
						-ms-transform: scale(1.02, 1.02);
								transform: scale(1.02, 1.02); }
		.loaders--item .image {
			-webkit-border-radius: 6px;
							border-radius: 6px;
			border: 1px solid #ececec;
			overflow: hidden;
			text-align: center;
			background: #fff;
			display: block;
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
			transition: all .5s ease; }
			.loaders--item .image img {
				max-width: 100%;
				height: auto;
				-webkit-transition: all 1s ease;
				-o-transition: all 1s ease;
				transition: all 1s ease; }
			.loaders--item .image .title-768 {
				display: none;
				font-size: 1.07143rem;
				color: #707070;
				line-height: 1.2; }
		.loaders--item .title {
			position: relative;
			margin-bottom: 20px; }
			.loaders--item .title:before {
				position: absolute;
				bottom: 10px;
				left: 0;
				width: 100%;
				height: 1px;
				background: #ececec;
				content: '';
				z-index: -1; }
			.loaders--item .title h3 {
				font-size: 1.28571rem;
				line-height: 1.2;
				display: inline-block;
				padding-right: 10px;
				background: #fff;
				margin: 0;
				font-weight: 600; }
				.loaders--item .title h3 a {
					color: #000;
					-webkit-transition: all .5s ease;
					-o-transition: all .5s ease;
					transition: all .5s ease; }
		.loaders--item .descr {
			margin-bottom: 25px; }
			.loaders--item .descr--text {
				padding-right: 50px; }
			.loaders--item .descr p {
				margin-bottom: 0;
				color: #707070;
				font-size: 1rem;
				line-height: 1.6; }
			.loaders--item .descr h5 {
				color: #707070;
				font-size: 1rem;
				line-height: 1.6;
				font-weight: 700;
				margin: 0; }
		.loaders--item .bottom {
			border-top: 1px solid #50ae56;
			line-height: 1;
			padding-top: 18px; }
			.loaders--item .bottom a {
				font-weight: 700;
				color: #b1b1b1;
				font-size: 1.143rem;
				-webkit-transition: all .5s ease;
				-o-transition: all .5s ease;
				transition: all .5s ease; }
				.loaders--item .bottom a .fa {
					padding-left: 10px;
					font-weight: 400;
					color: #b1b1b1;
					-webkit-transition: all .5s ease;
					-o-transition: all .5s ease;
					transition: all .5s ease; }
				.loaders--item .bottom a:hover {
					color: #707070; }
					.loaders--item .bottom a:hover .fa {
						color: #707070;
						padding-left: 15px; }
	.loaders--item-small {
		margin-bottom: 200px; }
		.loaders--item-small:hover .image {
			-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
							box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); }
			.loaders--item-small:hover .image img {
				-webkit-transform: scale(1.02, 1.02);
						-ms-transform: scale(1.02, 1.02);
								transform: scale(1.02, 1.02); }
		.loaders--item-small:hover .image-wrap:after {
			opacity: 1; }
		.loaders--item-small .image-wrap {
			position: relative; }
			.loaders--item-small .image-wrap:before {
				position: absolute;
				top: -40px;
				left: 0;
				width: 100%;
				height: 395px;
				-webkit-transition: all .5s ease;
				-o-transition: all .5s ease;
				transition: all .5s ease;
				background: #eeeeee;
				content: '';
				z-index: -1; }
			.loaders--item-small .image-wrap:after {
				position: absolute;
				top: -40px;
				left: 0;
				width: 100%;
				height: 395px;
				-webkit-transition: all .5s ease;
				-o-transition: all .5s ease;
				transition: all .5s ease;
				background: #eeeeee;
				background-image: -webkit-linear-gradient(30deg, #e3e3e3, #efefef 70%);
				background-image: -o-linear-gradient(30deg, #e3e3e3, #efefef 70%);
				background-image: linear-gradient(60deg, #e3e3e3, #efefef 70%);
				content: '';
				opacity: 0;
				z-index: -1; }
		.loaders--item-small .image {
			-webkit-border-radius: 10px;
							border-radius: 10px;
			border: 5px solid #c2c2c2;
			overflow: hidden;
			text-align: center;
			background: #fff;
			display: block;
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
			transition: all .5s ease;
			position: relative;
			left: 20px; }
			.loaders--item-small .image img {
				max-width: 100%;
				height: auto;
				-webkit-transition: all 1s ease;
				-o-transition: all 1s ease;
				transition: all 1s ease; }
			.loaders--item-small .image .title-768 {
				display: none;
				font-size: 1.07143rem;
				color: #707070;
				line-height: 1.2; }
		.loaders--item-small .title {
			position: relative;
			margin-bottom: 20px; }
			.loaders--item-small .title h3 {
				font-size: 1.14286rem;
				line-height: 1.2;
				color: #393939;
				margin: 0;
				font-weight: 600; }
				.loaders--item-small .title h3 a {
					color: #393939;
					-webkit-transition: all .5s ease;
					-o-transition: all .5s ease;
					transition: all .5s ease; }
		.loaders--item-small .descr {
			margin-bottom: 25px;
			margin-left: 20px;
			padding-top: 10px; }
			.loaders--item-small .descr--text {
				padding-right: 50px; }
			.loaders--item-small .descr p {
				margin-bottom: 0;
				color: #707070;
				font-size: 1rem;
				line-height: 1.6; }
			.loaders--item-small .descr h5 {
				color: #707070;
				font-size: 1rem;
				line-height: 1.6;
				font-weight: 700;
				margin: 0; }
		.loaders--item-small .bottom {
			border-top: 1px solid #50ae56;
			line-height: 1;
			padding-top: 18px;
			margin-left: 20px;
			max-width: 260px; }
			.loaders--item-small .bottom a {
				font-weight: 700;
				color: #b1b1b1;
				font-size: 1.143rem;
				-webkit-transition: all .5s ease;
				-o-transition: all .5s ease;
				transition: all .5s ease; }
				.loaders--item-small .bottom a .fa {
					padding-left: 10px;
					font-weight: 400;
					color: #b1b1b1;
					-webkit-transition: all .5s ease;
					-o-transition: all .5s ease;
					transition: all .5s ease; }
				.loaders--item-small .bottom a:hover {
					color: #707070; }
					.loaders--item-small .bottom a:hover .fa {
						color: #707070;
						padding-left: 15px; }

.loaders-small-row .col-md-6:nth-child(even) .loaders--item-small {
	left: 70px;
	position: relative; }

.breadcrumb {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: transparent;
	-webkit-border-radius: 0;
					border-radius: 0;
	font-size: 1.07143rem;
	font-family: "OpenSans", sans-serif; }
	.breadcrumb > li + li:before {
		content: '\f105';
		padding: 0 8px 0 6px;
		height: 17px;
		font-family: FontAwesome; }
	.breadcrumb li {
		color: #a4a4a4;
		line-height: 1.2;
		vertical-align: middle;
		display: inline-block;
		margin-bottom: 5px;
		word-wrap: break-word;
        max-width: 100%;}
	.breadcrumb a {
		color: #a4a4a4;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		border-bottom: 1px solid transparent; }
		.breadcrumb a:hover {
			color: #707070;
			border-bottom-color: #707070; }

.pagenav {
	text-align: center;
	margin: 30px 0 0;
	position: relative; }
	.pagenav a, .pagenav .current {
		display: inline-block;
		color: #707070;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		background: transparent;
		margin-right: 5px;
		margin-left: 5px;
		font-size: 1.28571rem;
		font-family: "OpenSans", sans-serif;
		text-decoration: none;
		margin-bottom: 10px;
		height: 40px;
		width: 40px;
		-webkit-border-radius: 3px;
						border-radius: 3px;
		line-height: 38px;
		border: 1px solid transparent;
		position: relative; }
	.pagenav a:hover, .pagenav a:active {
		color: #fff;
		background: #2eae37;
		border-color: #2eae37; }
	.pagenav > span {
		font-size: 1.28571rem;
		margin-right: 5px;
		margin-left: 5px;
		color: #707070; }
	.pagenav .current {
		margin-left: 8px;
		margin-right: 8px; }
		.pagenav .current:before {
			position: absolute;
			top: -5px;
			left: -5px;
			width: 48px;
			height: 48px;
			border: 1px solid #2eae37;
			-webkit-border-radius: 3px;
							border-radius: 3px;
			content: ''; }
	.pagenav .prev,
	.pagenav .next {
		font-size: 1.71429rem;
		line-height: 38px; }
		.pagenav .prev {
			margin-right: 25px; }
		.pagenav .next {
			margin-left: 25px; }
		.pagenav .prev:hover, .pagenav .prev:active,
		.pagenav .next:hover, .pagenav .next:active {
			background: transparent;
			color: #2eae37;
			border-color: transparent; }

.page-404 {
	height: 100vh;
	background: url(img/404-bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
					background-size: cover;
	position: relative;
	padding-top: 45vh;
	text-align: center; }
	.page-404--title {
		width: 100%;
		text-align: center; }
		.page-404--title h1 {
			color: #c5c5c5;
			margin: 0;
			line-height: 1.2;
			font-weight: 100;
			font-size: 2.57143rem; }
	.page-404--error {
		font-size: 17.85714rem;
		line-height: 1;
		color: rgba(255, 255, 255, 0.02);
		font-weight: 700;
		position: absolute;
		bottom: 0;
		right: 50%;
		display: inline-block; }
	.page-404--bottom {
		position: absolute;
		bottom: 70px;
		left: 0;
		width: 100%;
		text-align: center; }
		.page-404--bottom a {
			font-size: 1.14286rem;
			color: #a7a7a7;
			text-decoration: underline;
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
			transition: all .5s ease; }
			.page-404--bottom a:hover {
				color: #fff; }

.contacts-top {
	padding: 150px 0 140px;
	background: url(img/contacts-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
					background-size: cover;
	text-align: center; }
	.contacts-top p {
		font-size: 1.28571rem;
		color: #a9a9a9;
		line-height: 1.3;
		font-weight: 100;
		margin-bottom: 45px; }
		.contacts-top p span {
			display: block; }
	.contacts-top--phone {
		color: #cecece;
		font-weight: 700;
		font-size: 2.71429rem;
		line-height: 1;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease; }
		.contacts-top--phone:hover {
			color: #025c09; }

.contacts-form {
	padding: 90px 0 120px;
	background: #707070; }
	.contacts-form--form {
		max-width: 690px;
		margin: 0 auto; }

.product-top {
	padding: 150px 0 20px;
	background: url(img/johnDeereLoader.jpg) no-repeat center center;
	-webkit-background-size: cover;
					background-size: cover;
	position: relative; }
	.product-top:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.85);
		content: ''; }
	.product-top--breadcrumb {
		margin-bottom: 120px; }
	.product-top--descr {
		padding-top: 40px;
		min-height: 380px; }
		.product-top--descr h1 {
			font-size: 2.57143rem;
			line-height: 1.2;
			color: #a4a4a4;
			font-weight: 100;
			margin: 0 0 35px; }
		.product-top--descr p {
			font-size: 1rem;
			color: #757575;
			line-height: 1.6;
			margin: 0; }

.product-descr {
	padding: 0px 0 150px; }
	.product-descr--contacts {
		margin-bottom: 130px; }
		.product-descr--contacts p {
			font-weight: 700;
			line-height: 1.2;
			margin-bottom: 25px;
			color: #393939;
			font-size: 1.14286rem; }
			.product-descr--contacts p:last-child {
				margin-bottom: 0; }
			.product-descr--contacts p a {
				color: #707070;
				-webkit-transition: all .5s ease;
				-o-transition: all .5s ease;
				transition: all .5s ease;
				font-weight: 400;
				font-size: 1rem; }
				.product-descr--contacts p a:hover {
					color: #025c09; }
	.product-descr--form .form-control {
		color: #707070; }
		.product-descr--form .form-control::-webkit-input-placeholder {
			color: #b3b2b2; }
		.product-descr--form .form-control:-moz-placeholder {
			color: #b3b2b2; }
		.product-descr--form .form-control::-moz-placeholder {
			color: #b3b2b2; }
		.product-descr--form .form-control:-ms-input-placeholder {
			color: #b3b2b2; }
	.product-descr--wrap {
		padding: 75px 0 0; }
	.product-descr--descr {
		margin-bottom: 65px; }
		.product-descr--descr .title-768 {
			font-size: 1.28571rem;
			line-height: 1.2;
			color: #000000;
			font-weight: 700;
			margin: 0 0 25px;
			display: none; }
		.product-descr--descr p {
			line-height: 1.6;
			color: #707070;
			margin-bottom: 30px; }
			.product-descr--descr p:last-child {
				margin-bottom: 0; }
		.product-descr--descr ul {
			padding-left: 0;
			list-style: none;
			margin: 0; }
			.product-descr--descr ul li {
				padding-left: 10px;
				line-height: 1.6;
				color: #707070;
				margin-bottom: 0;
				position: relative; }
				.product-descr--descr ul li:before {
					content: '•';
					padding-right: 5px;
					display: none; }
				.product-descr--descr ul li:after {
					position: absolute;
					top: 10px;
					left: 0;
					width: 3px;
					height: 3px;
					background: #707070;
					content: '';
					-webkit-border-radius: 50%;
									border-radius: 50%; }
	.product-descr--panel {
		margin-bottom: 80px; }

.gallery {
	position: relative;
	height: 100%; }
	.gallery--inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10; }
	.gallery--image {
		-webkit-border-radius: 6px;
						border-radius: 6px;
		border: 1px solid #ececec;
		overflow: hidden;
		text-align: center;
		background: #fff;
		width: 100%;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		display: block;
		-webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.25);
						box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.25);
		margin-bottom: 6px; }
		.gallery--image:hover img {
			-webkit-transform: scale(1.02);
					-ms-transform: scale(1.02);
							transform: scale(1.02); }
		.gallery--image img {
			max-width: 100%;
			height: auto;
			-webkit-transition: all 1s ease;
			-o-transition: all 1s ease;
			transition: all 1s ease;
			-webkit-transform: scale(1);
					-ms-transform: scale(1);
							transform: scale(1); }
		.gallery--image__width img {
			width: 100%; }
	.gallery--thumbs {
		background: #fff;
		padding: 25px 6px 19px;
		-webkit-box-shadow: 0px 1px 45px 0px rgba(0, 0, 0, 0.25);
						box-shadow: 0px 1px 45px 0px rgba(0, 0, 0, 0.25);
		-webkit-border-radius: 6px;
						border-radius: 6px;
		position: relative; }
	.gallery--thumbs-row {
		margin-left: -3px;
		margin-right: -3px; }
		.gallery--thumbs-row .col-4 {
			padding-left: 3px;
			padding-right: 3px;
			padding-bottom: 6px;
			text-align: center;
			line-height: 1; }
	.gallery--thumbs-item {
		text-align: center;
		border: 1px solid #d4d4d4;
		overflow: hidden;
		position: relative;
		display: block;
		line-height: 1; }
		.gallery--thumbs-item:hover img {
			-webkit-transform: scale(1.02);
					-ms-transform: scale(1.02);
							transform: scale(1.02); }
		.gallery--thumbs-item img {
			max-width: 100%;
			height: auto;
			width: 100%;
			-webkit-transition: all 1s ease;
			-o-transition: all 1s ease;
			transition: all 1s ease;
			-webkit-transform: scale(1);
					-ms-transform: scale(1);
							transform: scale(1); }

.panel {
	margin-bottom: 10px; }
	.panel--head {
		padding: 7px 15px 7px 15px;
		-webkit-border-radius: 4px;
						border-radius: 4px;
		background: transparent;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease; }
		.panel--head.on {
			background: #efefef; }
	.panel--toggle {
		color: #393939;
		line-height: 1.2;
		font-weight: 600;
		font-size: 1.14286rem;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		padding-left: 25px;
		background: url(img/panel-minus.png) no-repeat left center; }
		.panel--toggle:hover {
			color: #025c09; }
		.panel--toggle.collapsed {
			background-image: url(img/panel-plus.png); }
	.panel--body-inner {
		padding: 35px 0px 65px 40px; }
		.panel--body-inner p {
			font-size: 1rem;
			color: #707070; }
			.panel--body-inner p:last-child {
				margin-bottom: 0; }
	.panel .table {
		margin: 0; }
		.panel .table tbody tr td {
			padding: 0;
			border-color: #c6e9c9;
			font-size: 1rem;
			color: #707070;
			width: 60%; }
			.panel .table tbody tr td:nth-child(2) {
				text-align: center;
				vertical-align: middle;
				width: 40%; }
		.panel .table tbody tr:first-child td {
			border-top: none; }
	.panel--close-button {
		background: transparent;
		border: none;
		outline: none;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		width: 30px;
		height: 30px;
		margin: 40px auto 0;
		font-size: 2.14286rem;
		line-height: 30px;
		color: #707070;
		cursor: pointer;
		display: block; }
		.panel--close-button:hover {
			color: #025c09;
			outline: none; }
		.panel--close-button:focus, .panel--close-button:active {
			outline: none; }

#shareButtons {
	text-align: center; }

.jssocials-share-link {
	font-size: 0.85714rem;
	-webkit-border-radius: 3px;
					border-radius: 3px; }

.lg-backdrop {
	background: rgba(0, 0, 0, 0.95); }

.lg-outer .lg-thumb {
	margin: 0 auto; }

.lg-outer .lg-thumb-item {
	-webkit-border-radius: 0;
					border-radius: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease; }
	.lg-outer .lg-thumb-item:hover {
		border-color: #1bce27; }

.lg-outer .lg-thumb-item.active {
	border-color: #1bce27; }

.lg-actions .lg-prev {
	background: url(img/owl-left-arrow.png) no-repeat center center;
	width: 36px;
	height: 41px;
	opacity: .3;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease; }
	.lg-actions .lg-prev:after {
		display: none; }
	.lg-actions .lg-prev:hover {
		opacity: .6; }

.lg-actions .lg-next {
	background: url(img/owl-right-arrow.png) no-repeat center center;
	width: 36px;
	height: 41px;
	opacity: .3;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease; }
	.lg-actions .lg-next:before {
		display: none; }
	.lg-actions .lg-next:hover {
		opacity: .6; }

.seats {
	padding: 175px 0 175px;
	background: #fff; }
	.seats--item {
		text-align: center;
		display: block;
		margin-bottom: 75px;
		-webkit-border-radius: 6px;
						border-radius: 6px;
		background: #fff;
		border: 1px solid transparent;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		padding: 40px 15px 35px; }
		.seats--item .image {
			overflow: hidden;
			display: inline-block;
			margin-bottom: 30px;
			position: relative;
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
			transition: all .5s ease; }
			.seats--item .image img {
				max-width: 100%;
				height: auto;
				-webkit-transition: all 1s ease;
				-o-transition: all 1s ease;
				transition: all 1s ease; }
		.seats--item p {
			font-size: 1.14286rem;
			line-height: 1.2;
			font-weight: 600;
			margin: 0;
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
			transition: all .5s ease;
			color: #393939; }
		.seats--item:hover {
			-webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
							box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
			border-color: #eaeaea; }
			.seats--item:hover .image img {
				-webkit-transform: scale(1.02, 1.02);
						-ms-transform: scale(1.02, 1.02);
								transform: scale(1.02, 1.02); }
	.seats--pagenav {
		margin-top: 50px; }

.services {
    margin: 0 -15px;
	padding: 150px 0 150px;
	background: url(img/services-bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
					background-size: cover; }
	.services--item {
		-webkit-box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.2);
						box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.2);
						border-radius: 7px;
                        overflow: hidden;
                        background-color: #f2f2f2;
                        position: relative;
                        z-index: 1;
		height: 100%; }
		.services--item .descr {
			border-bottom: none;
			-webkit-border-radius: 6px 6px 0 0;
							border-radius: 6px 6px 0 0;
			background: #f2f2f2;
			padding: 18px 15px 10px;
			text-align: center;
			min-height: 175px;
			position: relative; }
			/*.services--item .descr:before {
				position: absolute;
				top: 100%;
				left: 0;
				width: 100%;
				height: 52px;
				background: url(img/services-descr-bg.png) no-repeat top center;
				-webkit-background-size: 100% 100%;
								background-size: 100%;
				content: ''; }*/
			.services--item .descr h4 {
				font-size: 1.14286rem;
				line-height: 1.2;
				margin: 0 0 25px;
				color: #393939;
				font-weight: 600; }
			.services--item .descr p {
				font-size: 1rem;
				color: #707070;
				line-height: 1.6;
				margin: 0; }
		.services--item .image {
			border: 1px solid #8b8b8b;
			border-top: none;
			box-shadow: inset 0 20px 8px -10px rgba(0,0,0, .3);
							overflow: hidden;
    border-radius: 85% 0% / 10% 40%;
    border-bottom-right-radius: 0;
			overflow: hidden;
			text-align: center; }
			.services--item .image img {
				max-width: 100%;
				height: auto;
				width: 100%;
				position: relative;
                z-index: -1;}

			.services .item{
			    width: 100%;
			    margin: 0 auto;
			}

/*==========  Desktop First  ==========*/
@media (max-width: 1199.98px) {
	.header--email {
		margin-right: 40px; }
	.header--time {
		margin-right: 40px; }
	.about--image {
		width: 90%; }
	.about--descr {
		margin-top: 20px; }
		.about--descr h2 {
			font-size: 2.28571rem; }
	.brand-popup--descr-owl .item {
		padding: 0 20px 0 50px;
		max-height: 80vh; }
	.brand-popup--descr-owl.owl-theme .owl-nav .owl-prev {
		left: -430px; }
	.loaders-small-row .col-md-6:nth-child(even) .loaders--item-small {
		left: auto; }
	.product-descr--contacts p {
		font-size: 1rem; }
	.order__dark .order--descr .order--phone {
		font-size: 2.28571rem; }
	.services--item .descr {
		min-height: 225px; } }

@media (max-width: 991.98px) {
	.header--logo {
		padding-right: 0; }
		.header--logo {
		position: relative;
		top: auto;
		padding: 0;
		width: 100%;
		left: auto;
		display: block; }
		.header--logo:before, .header--logo:after {
			display: none; }
		.header--logo img {
			margin-bottom: 12px;
			width: 85px; }
		.header--logo .logo-text h6 {
			font-size: 1rem;
			margin: 0; }
		.header--logo .logo-text p {
			display: none; }
	.about--image {
		margin-bottom: 45px; }
	.about--descr h2 {
		font-size: 2.57143rem; }
	.production--item .image {
		text-align: center; }
	.order--descr p {
		font-size: 1rem; }
	.order--phone {
		font-size: 1.85714rem; }
	.order--or p {
		font-size: 2.57143rem; }
	.order--form {
		margin-right: 15px; }
	.header--contacts-wrap {
		padding: 10px 0 5px;
		display: none;}

	.header--menu-wrap {
		padding: 40px 0; }
	.header--contacts-row {
		display: block;
		margin-left: 320px; }
	.header--time,
	.header--email,
	.header--phone {
		margin-right: 0;
		padding-left: 30px;
		margin-bottom: 5px; }
		.header--time .fa,
		.header--email .fa,
		.header--phone .fa {
			top: 3px;
			width: 30px; }
	.header--time ul li,
	.header--email ul li,
	.header--phone ul li {
		display: inline-block;
		width: auto;
		margin: 0 25px 0 0; }
		.header--time ul li:last-child,
		.header--email ul li:last-child,
		.header--phone ul li:last-child {
			margin-right: 0; }
	.about {
		padding: 95px 0; }
	.footer-block {
		text-align: center;
		padding-left: 0;
		padding-bottom: 0;
		margin-bottom: 65px; }
		.footer-block:last-child {
			margin-bottom: 65px; }
		.footer-block:before {
			display: none; }
		.footer-block.footer-block__mobile .footer-block--title {
			padding-left: 0; }
			.footer-block.footer-block__mobile .footer-block--title .fa {
				font-size: 3.92857rem; }
		.footer-block ul {
			padding-left: 0; }
	.footer-block--title {
		padding-left: 0; }
	.footer-block--title .fa {
		position: relative;
		top: auto;
		left: auto;
		font-size: 3.42857rem;
		color: #013c05;
		margin-bottom: 20px; }
	.production--item .descr h4 {
		min-height: 0; }
	.brand-popup--logos {
		background: #fff;
		border-top: 4px solid #025c09;
		border-bottom: 4px solid #025c09;
		height: 40vh;
		padding: 0;
		min-height: 250px; }
		.brand-popup--logos:before {
			display: none; }
	.brand-popup--logos-owl .item {
		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;
		height: 39vh;
		min-height: 242px; }
	.mfp-container {
		overflow-y: auto;
		overflow-x: hidden; }
	.brand-popup .pl-0 {
		padding-left: 15px; }
	.brand-popup--descr {
		margin: 0; }
		.brand-popup--descr h3 {
			text-align: center;
			font-size: 2.14286rem;
			margin-bottom: 20px; }
	.brand-popup--descr-owl .item {
		padding: 45px 15px;
		margin: 0;
		max-height: 100%;
		height: 60vh;
		min-height: 350px; }
		.brand-popup--descr-owl .item::-webkit-scrollbar {
			width: 0; }
	.brand-popup {
		max-width: 100%;
		margin: 0;
		min-height: 600px; }
		.brand-popup .container {
			width: 100%;
			max-width: 100%;
			padding: 0;
			margin: 0; }
			.brand-popup .container .row {
				margin-left: 0;
				margin-right: 0; }
			.brand-popup .container .col-12 {
				padding-left: 0;
				padding-right: 0; }
	button.mfp-close {
		width: 35px;
		height: 35px;
		background-image: url(img/close-popup-mobile.png);
		top: 12px;
		right: 15px;
		opacity: 1; }
		button.mfp-close:hover {
			opacity: .6; }
		button.mfp-close:active, button.mfp-close:focus {
			top: 12px; }
	.brand-popup--descr-owl.owl-theme .owl-nav {
		top: -20vh; }
		.brand-popup--descr-owl.owl-theme .owl-nav .owl-prev {
			opacity: 1;
			background-image: url(img/owl-left-arrow-mobile.png);
			left: 30px; }
			.brand-popup--descr-owl.owl-theme .owl-nav .owl-prev:hover {
				opacity: 1; }
		.brand-popup--descr-owl.owl-theme .owl-nav .owl-next {
			opacity: 1;
			background-image: url(img/owl-right-arrow-mobile.png);
			right: 30px; }
			.brand-popup--descr-owl.owl-theme .owl-nav .owl-next:hover {
				opacity: 1; }
	.equipment {
		padding: 140px 0 40px; }
	.equipment--item {
		margin-bottom: 90px; }
	.loaders--item .descr--text {
		padding-right: 0;
		margin-bottom: 20px; }
	.loaders--item-small .image-wrap:before, .loaders--item-small .image-wrap:after {
		display: none; }
	.loaders--item-small {
		margin-bottom: 100px; }
		.loaders--item-small .image {
			left: auto;
			margin-bottom: 25px;
			display: inline-block; }
	.loaders--breadcrumb__small {
		margin-bottom: 120px; }
	.loaders--item .image {
		display: inline-block; }
	.page-404--error {
		right: auto;
		bottom: auto;
		position: relative; }
	.product-top--descr {
		padding-top: 0;
		padding-bottom: 50px; }
	.product-top--breadcrumb {
		margin-bottom: 90px; }
	.product-descr--contacts p {
		font-size: 0.92857rem; }
		.product-descr--contacts p a {
			font-size: 0.92857rem; }
	.product-descr--contacts {
		margin-bottom: 90px; }
	.order__dark .order--descr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex; }
		.order__dark .order--descr .order--phone {
			font-size: 1.85714rem; }
	.carousel-mobile {
		margin: 0; }
		.carousel-mobile .col-md-3.item {
			max-width: 100%;
			width: 100%;
			-webkit-box-flex: 0;
			-webkit-flex: 0 1 auto;
					-ms-flex: 0 1 auto;
							flex: 0 1 auto;
			padding: 0;
			display: block; }
	.services--container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0; } }

@media (max-width: 767.98px) {
	.header--menu-wrap {
		padding: 15px 0; }

	.header--menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: auto;
		background: #fff;
		z-index: 20;
		border: 1px solid #ffd200; }
		.header--menu > ul > li {
			display: block;
			border-bottom: 1px solid #f5f5f5;
			margin-right: 0; }
			.header--menu > ul > li:last-child {
				border-bottom: none; }
			.header--menu > ul > li > a {
				padding: 5px 35px 5px 15px;
				display: block; }
			.header--menu > ul > li.menu-item-has-children > a:before {
				right: 16px; }
			.header--menu > ul > li.menu-item-has-children > a:after {
				right: 32px; }
			.header--menu > ul > li.menu-item-has-children ul {
				display: none;
				position: relative;
				top: auto;
				left: auto;
				width: 100%;
				margin: 0;
				-webkit-box-shadow: none;
								box-shadow: none; }
				.header--menu > ul > li.menu-item-has-children ul li {
					border-bottom: 1px solid #f5f5f5; }
					.header--menu > ul > li.menu-item-has-children ul li:last-child {
						border-bottom: none; }
					.header--menu > ul > li.menu-item-has-children ul li:first-child {
						border-top: 1px solid #f5f5f5; }
					.header--menu > ul > li.menu-item-has-children ul li a {
						padding-left: 35px;
						padding-right: 15px; }
	.header--menu-toggle {
		display: block; }
	.video {
		height: 610px;
		padding-top: 360px;
		background: url(img/video-bg-768.jpg) no-repeat center center;
		-webkit-background-size: cover;
						background-size: cover; }
	.video--wrap {
		display: none; }
	.video--descr {
		display: block;
		width: 100%;
		border-left: none;
		border-top: 2px solid #50ae56;
		text-align: center;
		padding: 60px 5px 45px; }
		.video--descr h1 {
			font-size: 2.28571rem; }
		.video--descr p {
			font-size: 1.21429rem; }
		.video--descr .desktop-p {
			display: none; }
		.video--descr .mobile-p {
			display: block; }
	.about--image {
		width: auto;
		margin-right: 30px; }
	.about {
		padding: 70px 0 60px; }
	.about--descr {
		padding-left: 30px; }
		.about--descr h2 {
			font-size: 1.92857rem; }
	.production {
		padding: 65px 0 5px; }
	.production--title {
		margin-bottom: 75px; }
		.production--title h2 {
			font-size: 1.92857rem; }
	.production--item .image {
		margin-bottom: 40px; }
	.production--item .descr {
		text-align: center; }
		.production--item .descr h4 {
			min-height: 0; }
		.production--item .descr ul {
			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-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
					-ms-flex-direction: column;
							flex-direction: column; }
			.production--item .descr ul li {
				padding-left: 0; }
				.production--item .descr ul li:before {
					display: inline; }
				.production--item .descr ul li:after {
					display: none; }
	.production--item .order-link {
		margin: 0 auto; }
	.order {
		padding: 65px 0 65px;
		background: url(img/order-bg-768.jpg) no-repeat center center;
		-webkit-background-size: cover;
						background-size: cover; }
	.order--wrap {
		background: transparent;
		padding: 0; }
	.order--descr {
		padding: 50px 15px 105px;
		background: rgba(243, 243, 243, 0.95);
		-webkit-border-radius: 8px;
						border-radius: 8px;
		margin-bottom: 25px;
		display: block;
		height: auto; }
		.order--descr p {
			font-size: 1.28571rem;
			color: #858585;
			margin-bottom: 30px; }
		.order--descr .order--phone {
			font-size: 2.57143rem; }
	.order--or {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -62px;
		margin-top: -74px;
		width: 124px;
		height: 124px;
		-webkit-border-radius: 50%;
						border-radius: 50%;
		background: #2eae37;
		text-align: center;
		z-index: 10;
		-webkit-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.3);
						box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.3); }
		.order--or:before, .order--or:after {
			display: none; }
		.order--or p {
			color: #fff;
			line-height: 124px;
			font-size: 2.85714rem; }
	.order--form {
		margin: 0;
		max-width: 100%;
		background: rgba(243, 243, 243, 0.95);
		-webkit-border-radius: 8px;
						border-radius: 8px;
		padding: 105px 45px 50px; }
	.form--title h3 {
		font-size: 1.28571rem;
		color: #858585; }
	.footer--inner {
		margin-left: -15px;
		margin-right: -15px;
		padding: 70px 0 0; }
	.visible-768 {
		display: block; }
	.more-brands-button {
		display: inline-block;
		margin-top: 50px; }
	.brand {
		padding: 65px 0 50px; }
	.brand--title {
		margin-bottom: 80px; }
		.brand--title h2 {
			font-size: 1.92857rem; }
	.brand--row .col-6 {
		display: none; }
	.hidden-768 {
		display: none; }
	.loaders {
		padding: 65px 0 140px;
		background: #fff url(img/line-pattern.png) repeat top left; }
	.loaders--item {
		max-width: 370px;
		margin: 0 auto 25px; }
		.loaders--item .image {
			padding: 15px 15px 40px;
			-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
							box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
			display: block; }
			.loaders--item .image img {
				height: 220px;
				width: auto;
				margin-bottom: 30px; }
			.loaders--item .image .title-768 {
				display: block; }
	.loaders--item-small {
		max-width: 370px;
		margin: 0 auto 25px; }
		.loaders--item-small .image {
			padding: 15px 15px 40px;
			-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
							box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
			margin-bottom: 0;
			border: 1px solid #ececec;
			display: block; }
			.loaders--item-small .image img {
				height: 220px;
				width: auto;
				margin-bottom: 30px; }
			.loaders--item-small .image .title-768 {
				display: block; }
	.product-top {
		padding: 45px 0 45px;
		background-image: url(img/johnDeereLoader-480.jpg); }
	.gallery--inner {
		position: relative;
		top: auto;
		left: auto; }
	.product-top--descr {
		display: none; }
	.breadcrumb li {
		display: none; }
		.breadcrumb li:nth-child(2) {
			display: inline-block; }
			.breadcrumb li:nth-child(2):before {
				content: '\f104'; }
	.product-top--breadcrumb {
		margin-bottom: 60px; }
	.product-descr--wrap {
		padding: 60px 0 0; }
	.product-descr--descr {
		margin-bottom: 55px; }
		.product-descr--descr .title-768 {
			display: block; }
	#shareButtons {
		text-align: right;
		margin-bottom: 60px; }
	.product-descr--contacts {
		text-align: right; }
	.panel .table.table-2-col tbody tr {
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid #c6e9c9; }
		.panel .table.table-2-col tbody tr td {
			display: inline;
			width: auto;
			border: none;
			vertical-align: top; }
			.panel .table.table-2-col tbody tr td:nth-child(2):before {
				content: ':';
				padding-right: 10px; }
	.panel .table tbody tr td {
		padding: 10px 0; }
	.product-descr--form {
		padding-left: 45px;
		padding-right: 45px; }
	.panel--body-inner {
		padding-top: 25px; }
	.panel--close-button {
		right: 20px;
		position: relative; }
	.seats {
		padding: 65px 0 140px;
		background: #fff url(img/line-pattern.png) repeat top left; }
	.seats--item {
		max-width: 370px;
		margin: 0 auto 25px;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
						box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
		display: block; }
		.seats--item p {
			font-size: 1.07143rem;
			color: #707070;
			font-weight: 400; }
	.order__dark {
		background: #2eae37;
		padding: 0;
		margin-left: -15px;
		margin-right: -15px; }
		.order__dark .order--descr {
			background: #707070;
			-webkit-border-radius: 0;
							border-radius: 0;
			padding-bottom: 135px;
			padding-top: 90px;
			margin-bottom: 51px;
			-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.35);
							box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.35); }
			.order__dark .order--descr p {
				margin-bottom: 50px; }
			.order__dark .order--descr .order--phone {
				font-size: 2.85714rem; }
		.order__dark .order--form {
			background: #707070;
			-webkit-border-radius: 0;
							border-radius: 0;
			padding-bottom: 90px;
			padding-top: 130px;
			-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.35);
							box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.35); }
		.order__dark .order--or {
			-webkit-box-shadow: none;
							box-shadow: none;
			margin-top: -87px;
			background: url(img/or-bg.png) no-repeat center center;
			-webkit-background-size: cover;
							background-size: cover; }
	.order--container {
		max-width: 100%; }
	.seats-popup {
		padding: 60px 20px; }
	.seats-popup--image {
		margin-bottom: 30px; }
	.seats-popup--title {
		display: block;
		text-align: center; }
		.seats-popup--title h3 {
			font-size: 1.85714rem; }
	.seats-popup--top {
		margin-bottom: 25px; }
	.seats-popup--table {
		margin-bottom: 50px; }
	.services {
		padding: 75px 0; } }

@media (max-width: 575.98px) {
	#menu {
		width: 300px;
		left: -300px; }
	#preloader .preloader--icon {
		width: 180px;
		height: 180px;
		margin-top: -90px;
		margin-left: -90px; }
	.equipment {
		padding: 0;
		margin-left: -15px;
		margin-right: -15px; }
	.equipment--item {
		margin-bottom: 0; }
		.equipment--item:before {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.7);
			content: '';
			z-index: 5; }
		.equipment--item .image {
			display: block;
			margin-bottom: 0;
			-webkit-border-radius: 0;
							border-radius: 0;
			-webkit-box-shadow: none;
							box-shadow: none; }
			.equipment--item .image img {
				width: 100%;
				height: auto;
				max-width: none; }
			.equipment--item .image span {
				display: block; }
		.equipment--item p {
			display: none; }
	.pagenav {
		margin-top: 95px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: center;
				-ms-flex-pack: justify;
						justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center; }
		.pagenav .prev,
		.pagenav .next {
			z-index: 1;
			position: absolute;
			top: 0;
			left: 0;
			}
			.pagenav .prev:before,
			.pagenav .next:before {
				position: absolute;
				top: -50px;
				left: -85px;
				width: 140px;
				height: 140px;
				background: #fff;
				-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
								box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
				content: '';
				z-index: -1;
				-webkit-transform: rotate(45deg);
						-ms-transform: rotate(45deg);
								transform: rotate(45deg);
				-webkit-border-radius: 10px;
								border-radius: 10px; }
		.pagenav .next {
			left: auto;
			right: 0; }
			.pagenav .next:before {
				left: auto;
				right: -85px; }
	.pagenav a, .pagenav .current {
		font-size: 1.28571rem;
		margin-left: 2px;
		margin-right: 2px;
		display: none; }
	.pagenav span {
		display: none; }
	.pagenav .current, .pagenav .prev, .pagenav .next {
		display: inline-block; }
	.pagenav .current {
		font-size: 2.2rem; }
		.pagenav .current:before {
			display: none; }
	.page-404--error {
		font-size: 14.28571rem; }
	.page-404--title {
		margin-bottom: 30px; }
	.page-404 {
		display: block;
		padding-top: 160px;
		background-image: url(img/404-bg-480.jpg);
		min-height: 540px; }
	.contacts-top {
		background-image: url(img/contacts-bg-480.jpg);
		padding: 70px 0 100px; }
	.contacts-form {
		padding: 65px 0 95px; }
	.contacts-form--form {
		padding-left: 45px;
		padding-right: 45px; }
	.form__white .form--title {
		margin-bottom: 55px; }
	.order__dark .order--descr .order--phone {
		font-size: 2.57143rem; }
	.services--item {
		max-width: 260px;
		margin: 0 auto; } }

@media only screen and (max-width: 400px) {
	.order--descr .order--phone {
		font-size: 1.85714rem; }
	.order--form {
		padding-left: 15px;
		padding-right: 15px; }
	.page-404--title h1 {
		font-size: 1.85714rem; }
	.page-404--error {
		font-size: 11.42857rem; }
	.contacts-top--phone {
		font-size: 2.14286rem; }
	.contacts-form--form {
		padding: 0; }
	.product-descr--form {
		padding: 0; }
	.jssocials-share-link {
		font-size: 0.75rem; }
	.product-descr--contacts p a {
		font-size: 0.92857rem; }
	.order__dark .order--descr .order--phone {
		font-size: 2.14286rem; } }

/*==========  Mobile First  ==========*/

.my-top{
    margin-top: 150px;
}
.my-top h1{
    color: #707070;
    font-size: 1.0714285714285714rem;
    font-weight: 700;
    line-height: 16px;
}
.my-container{
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
.products__items{
  padding: 0 12px;
}
.products__items li{
	list-style: none;
}
.products{
	font-family: "OpenSans";
	padding-top: 80px;
}
.product__item{
    background-color: #ffffff;
	border-bottom: 1px solid #e7e7e7;
	padding: 65px 40px 140px;
	min-height: 285px;
	transition: all .5s;
}
.product__item:hover{
	text-decoration: none;
	box-shadow: 0 3px 11px 1px rgba(0, 0, 0, 0.1);
	padding: 66px 40px 141px;
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
    margin-top: -1px;
}
.products__img{
	width: 68px;
	height: 68px;
}
.products__img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.products__txt-light{
	color: #b1b1b1;
	font-size: 0.9285714285714286rem;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: normal;
}
.products__txt-dark{
	color: #707070;
	font-size: 1rem;
	line-height: 22px;
	word-wrap: break-word !important;
}
.are-available span{
font-family: "OpenSans";
color: #025c09;
font-weight: 600;
}
.check-availability-products{
    margin-top: 17px;
}
@media screen and (max-width: 1080px){
    .hide-on-mob{
        display: none;
    }
}
@media screen and (max-width: 992px){
    .products__items{
    	padding: 0 20px;
     }
}
@media screen and (max-width: 991px){
    .my-top{
        margin-top: 100px;
    }
  .product__item{
	padding-bottom: 60px;
  }
  .product__item:hover{
	padding-bottom: 61px;
  }
}
@media screen and (max-width: 767px){
    .my-top{
        margin-top: 35px;
    }
  .product__item{
	padding: 35px 0;
  }
  .product__item:hover{
	padding: 36px 0;
  }
  .products__items{
	padding: 0 55px;
  }
}
@media screen and (max-width: 600px){
  .products__items{
	padding: 0 115px;
  }
  .products__items li{
	margin-top: 25px;
  }
  .product__item{
      border-radius: 5px;
      box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 580px){
  .products__items{
	padding: 0 56px;
  }
}
@media screen and (max-width: 480px){
  .products__items{
	padding: 0 56px;
  }
}
@media screen and (max-width: 411px){
  .products__items{
	padding: 0 21px;
  }
}
@media screen and (max-width: 360px){
  .products__items{
	padding: 0 12px;
  }
}
@media screen and (max-width: 320px){
  .products__items{
	padding: 0 10px;
  }
}





/*Pagination*/
.my-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 190px;
}

.my-pagination .wp-pagenavi{
    display: flex;
    align-items: center;
    justify-content: center;
}
.my-pagination a.page{
    color: #707070;
    font-family: "Myriad Pro";
    font-size: 1.2857142857142858rem;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: normal;
    padding: 15px 22px;
    transition: all .3s ease-in-out;
    border-radius: 3px;
    background-color: transparent;
}
.my-pagination a.page:hover{
    background-color: #2eae37;
    color: #ffffff;
}
.my-pagination .current{
    border-radius: 3px;
    border: 1px solid #2eae37;
    padding: 17px 24px;
    color: #707070;
    font-family: "Myriad Pro";
    font-size: 1.2857142857142858rem;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: normal;
    margin: 0 14px;
}
.my-pagination .extend{
    margin: 0 20px 0;
    color: #707070;
    font-family: "Myriad Pro";
    font-size: 1.2857142857142858rem;
    font-weight: 400;
    line-height: 22px;
}
.my-pagination a i{
    color: #707070;
    font-size: 1.7142857142857142rem;
}
.my-pagination .previouspostslink{
    margin-right: 40px;
    transition: all .3s ease-in-out;
    position: relative;
}
.my-pagination .nextpostslink{
    margin-left: 40px;
    transition: all .3s ease-in-out;
    position: relative;
}

.my-pagination .previouspostslink:hover i{
    color: #2eae37;
}
.my-pagination .nextpostslink:hover i{
    color: #2eae37;
}
@media screen and (max-width: 991px){
    .my-pagination{
        margin-top: 160px;
    }
}

@media screen and (max-width: 767px){

    .my-pagination .extend{
        display: none;
    }
    .my-pagination .current {
        margin: 0 5px;
    }
    .my-pagination a.page {
        padding: 13px 20px;
    }
    .my-pagination{
        margin-top: 120px;
    }
}
@media screen and (max-width: 600px){
    .my-pagination .previouspostslink{
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        left: -100px;
    }
    .my-pagination .nextpostslink{
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        right: -100px;
    }
    .my-pagination .previouspostslink:before{
      content: '';
      position: absolute;
      top: 50%;
      right: -20px;
      transform: translateY(-50%) rotate(45deg);
      width: 145px;
      height: 145px;
      box-shadow: 2px 0 18px 2px rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
      border-radius: 5px;
        z-index: -1;
    }
    .my-pagination .nextpostslink:before{
      content: '';
      position: absolute;
      top: 50%;
      left: -20px;
      transform: translateY(-50%) rotate(45deg);
      width: 145px;
      height: 145px;
      box-shadow: 2px 0 18px 2px rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
      border-radius: 5px;
        z-index: -1;
    }
}
@media screen and (max-width: 580px){
    .my-pagination .previouspostslink{
        left: -30px;
    }
    .my-pagination .nextpostslink{
        right: -30px;
    }
}
@media screen and (max-width: 480px){
    .my-pagination .previouspostslink{
        left: -50px;
    }
    .my-pagination .nextpostslink{
        right: -50px;
    }
}
@media screen and (max-width: 411px){
    .my-pagination .previouspostslink{
        left: -20px;
    }
    .my-pagination .nextpostslink{
        right: -20px;
    }
    .my-pagination .previouspostslink:before{
      right: -15px;
    }
    .my-pagination .nextpostslink:before{
      left: -15px;
    }
}
@media screen and (max-width: 360px){
    .my-pagination .previouspostslink{
        left: -15px;
    }
    .my-pagination .nextpostslink{
        right: -15px;
    }
    .my-pagination .previouspostslink:before{
      right: 5px;
    }
    .my-pagination .nextpostslink:before{
      left: 5px;
    }
}
@media screen and (max-width: 320px){
    .my-pagination .previouspostslink:before{
      right: 10px;
    }
    .my-pagination .nextpostslink:before{
      left: 10px;
    }
}




/*Карточка товара*/
.my-product *{
    list-style: none;
	text-decoration: none;
	box-sizing: border-box;
	outline: none;
	margin: 0;
	padding: 0;
}
.my-product{
    overflow-x: hidden;
}
  .my-product__top-gallery,
  .my-product__secondary-gallery{
	padding: 0;
	margin: 0;
  }

  .my-product__container{
	display: flex;
	justify-content: center;
  }
  .my-product--left{
	-webkit-box-shadow: 20px 0px 45px 4px rgba(0,0,0,0.35);
	box-shadow: 20px 0px 45px 4px rgba(0,0,0,0.35);
	background-color: #ffffff;
	position: relative;
	z-index: 2;
	flex-basis: 50%;
	padding-bottom: 50px;
  }
  .my-product__wrapper{
	max-width: 600px;
	width: 100%;
	margin-left: auto;
	padding-left: 15px;
	display: flex;
  }
  .my-product__images{
	max-width: 263px;
	width: 100%;
	margin-right: 30px;
  }
  .my-product__top-gallery__item-img{
	width: 230px;
	height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ececec;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 auto;
  }
  a.my-product__top-gallery__item-img{
      display: block;
  }
  .my-product__top-gallery__item-img img{
	object-fit: contain;
	height: 100%;
	width: 100%;
  }
  .my-product__top-gallery__item-img .no-img{
	object-fit: none;
	width: auto;
	height: auto;
  }
  .my-product__secondary-gallery{
	max-height: 150px;
	max-width: 224px;
	margin: 20px auto 0;
	display: flex;
    flex-wrap: wrap;
  }
  .my-product__secondary-gallery__item{
	padding: 3px;
  }
  .slick-current .my-product__secondary-gallery__item-img{
	border: 1px solid #ececec;
  }
  .my-product__secondary-gallery .slick-track{
	margin: 0 1px;
  }
  .my-product__secondary-gallery__item{
	width: auto !important;
  }
  .my-product__secondary-gallery__item-img{
	width: 68px;
	height: 68px;
	border: 1px solid #f0f0f0;
	display: block;
  }
  .my-product__secondary-gallery__item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .my-product__info{
	padding-right: 98px;
  }
  .my-product__info-title{
	color: #393939 !important;
	font-weight: 600;
	font-size: 1.2857142857142858rem;
	line-height: 28px;
	margin: 0;
	margin-bottom: 60px;
	pointer-events: none;
    cursor: default;
    display: block;
  }
  .my-product__info-title a{
      color: #393939 !important;
  }
  .my-product__info-article{
	color: #b1b1b1;
	font-size: 0.9285714285714286rem;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 75px;
  }
  .my-product__info-article p{
	color: #707070;
	font-size: 1rem;
	font-weight: 700;
	line-height: 22px;
	margin: 0;
}
  .my-product__info-price{
   color: #b1b1b1;
   font-size: 0.9285714285714286rem;
   font-weight: 400;
   line-height: 16px;
   margin-bottom: 100px;
}
  .my-product__info-price p{
	color: #707070;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 22px;
	margin: 0;
}
  .my-product__info-price-not-specified{
	color: #707070;
	font-size: 1rem;
	font-weight: 400;
	line-height: 22px;
  }
  .my-product__check{
	margin-bottom: 75px;
	color: #707070;
	font-size: 1rem;
	font-weight: 400;
	line-height: 22px;
  }
  .my-product__check .there-is{
	color: #025c09;
	font-family: "OpenSans";
    font-weight: 600;
  }
  .my-product__description{
	color: #707070;
	font-size: 1rem;
	line-height: 22px;
	margin-top: 100px;
  }
  .my-product__description span{
	font-size: 1.0714285714285714rem;
	font-weight: 700;
  }



  .my-product--right{
	background-color: #707070;
	flex-basis: 50%;
	padding-top: 315px;
	padding-bottom: 320px;
  }
  .my-product--right__container{
	max-width: 502px;
	width: 100%;
	margin-right: auto;
	padding-right: 15px;
  }
  .my-product--right__wrapper{
	max-width: 360px;
	width: 100%;
	margin-left: auto;
  }
  .order-by-number{
	text-align: center;
  }
  .order-by-number__txt{
	color: #aeaeae;
	font-size: 1.2857142857142858rem;
	font-weight: 300;
	line-height: 22px;
	text-align: center;
	margin-bottom: 55px;
  }
  .order-by-number a{
	color: #cecece;
	font-size: 2.7142857142857144rem;
	font-weight: 700;
	line-height: 22px;
  }
  .block-or{
	color: #2eae37;
	font-size: 3.4285714285714284rem;
	font-family: "OpenSans";
	font-weight: 600;
	margin: 110px 0 120px;
	text-align: center;
  }
  .block-or p{
      position: relative;
  }
  .block-or p:before,
  .block-or p:after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 111px;
	height: 1px;
	background-color: #7a7a7a;
  }
  .block-or p:before{
	left: 0;
  }
  .block-or p:after{
	right: 0;
  }
  .group-input input{
	border: 1px solid #858585;
	width: 100%;
	height: 45px;
	background-color: #707070;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #cecece;
	font-size: 1rem;
	font-weight: 400;
	padding: 0 20px;
	caret-color: #50ae56;
	box-shadow: none !important;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
  }
  #your-phone{
	padding-left: 92px;
  }
  .group-input input::-webkit-input-placeholder { color: #cecece; }
  .group-input input::-moz-placeholder { color: #cecece; }

.group-input label{
    display: block;
}
  .group-input label p.txt{
	color: #cecece;
	font-size: 1rem;
	line-height: 22px;
	margin-left: 20px;
  }
  .label-your-phone{
	 position: relative;
   }
  .label-your-phone:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 37px;
	background-color: #858585;
	left: 70px;
	top: 26px;
	z-index: 1;
  }
  .label-your-phone:after{
	content: '+380';
	color: #cecece;
	font-family: "OpenSans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	position: absolute;
	left: 19px;
	bottom: 12px;
	z-index: 1;
  }
  .back-call button[type='submit']{
	max-width: 300px;
	width: 100%;
	text-align: center;
	height: 50px;
	background-color: #50ae56;
	color: #ffffff;
	font-size: 1.2857142857142858rem;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.45px;
	border: none;
	margin: 40px auto 0;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	transition: all .5s ease;
  }
  .back-call button[type='submit']:hover{
      background-color: #2eae37;
  }
  .breadcrumb__container{
      max-width: 600px;
      padding: 130px 15px 160px;
      width: 100%;
      margin-left: auto;
  }
  .search-breadcrumb__container{
      font-weight: 700;
    color: #707070;
    font-size: 1.0714285714285714rem;
    line-height: 32px;
  }
  .search-breadcrumb__container a{
      color: #969696;
    font-size: 1rem;
    font-weight: 400;
    position: relative;
  }
  .search-breadcrumb__container a:before{
      transition: all .5s ease;
      content: '';
		position: absolute;
		bottom: -2px;
		left: 7px;
		width: 150px;
		height: 1px;
		background-color: #969696;
		opacity: 0;
  }
  .search-breadcrumb__container a:hover:before{
      opacity: 1;
  }
  @media screen and (max-width: 1199px){
      .block-or p:before,
  .block-or p:after{
      display: none;
  }

	.my-product__container{
	  flex-direction: column;
	}
	.my-product__wrapper{
	  margin: 0 auto;
	  max-width: 560px;
	  padding: 0 15px;
	}
	.my-product--left{
	  padding: 0 0 150px;
	}
	.my-product__info {
	  padding-right: 0;
	}

	.my-product--right{
	  padding: 105px 0 115px;
	  overflow: hidden;
	}
	.my-product--right__container{
	  max-width: 560px;
	  margin: 0 auto;
	  padding: 0 15px;
	}
	.my-product--right__wrapper{
	  max-width: none;
	  margin: 0;
	}

	.block-or{
	  position: relative;
	}
	.block-or p{
	  position: relative;
	  z-index: 2;
	  color: #ffffff;
	}
	.block-or:before{
	  content: '';
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  width: 1210px;
	  height: 130px;
	  background: url("img/background-color.png") no-repeat center/cover;
	  z-index: 1;
	}
	.back-call button[type='submit']{
	  background-color: #2eae37;
	}
	.breadcrumb__container{
      max-width: 970px;
      margin: 0 auto;
      padding: 130px 105px 160px;
    }
    .breadcrumb__container li.current{
        display: none;
    }
    .breadcrumb__container li a{
	  position: relative;
	  padding-left: 15px;
	}
	.breadcrumb__container li a:before{
	  content: '\f104';
	  position: absolute;
	  top: 50%;
	  left: 0;
	  transform: translateY(-50%);
	  font-family: FontAwesome;
	}
  }
  @media screen and (max-width: 991px){
      .search-breadcrumb__container a{
            display: block;
        }
    .search-breadcrumb__container a:before{
		bottom: 5px;
    }
  }
  @media screen and (max-width: 767px){
      .products{
          padding-top: 40px;
      }
	.my-product__wrapper{
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  max-width: 320px;
	}
	.my-product__images{
	  margin-right: 0;
	  margin-bottom: 100px;
	}
	.my-product__info{
	  text-align: center;
	}
	.my-product__info-title{
	  margin-bottom: 55px;
	}
	.breadcrumb__container{
      padding: 75px 105px 85px;
    }
    .breadcrumb__container li{
        display: block;
    }
    .breadcrumb__container li.current{
        display: none;
    }
    .my-custom-search #ajaxsearchlite1{
        box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1) !important;
    }
  }
  @media screen and (max-width: 480px){
	.order-by-number a{
	  font-size: 2.2857142857142856rem;
	}
	.breadcrumb__container{
      padding: 75px 15px 85px;
    }
  }

.wpcf7-not-valid-tip,
.wpcf7-validation-errors,
.wpcf7-response-output{
    display: none !important;
}

.sbmt--txt{
color: #bfbdbd;
font-size: 1.1428571428571428rem;
font-weight: 300;
line-height: 22px;
text-align: left;
padding-left: 60px;
position: relative;
display: inline-block;
}
.sbmt--txt:before{
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.sbmt--txt.sbmt-ok:before{
background-image: url(img/sbmt-ok.png);
width: 41px;
height: 40px;
}
.sbmt--txt.sbmt-input-err:before{
background-image: url(img/sbmt-input-err.png);
width: 51px;
height: 41px;
}
.sbmt--txt.sbmt-fatal-err:before{
background-image: url(img/sbmt-fatal-err.png);
width: 40px;
height: 40px;
}
.inputs-hidden{
    display: none !important;
}


/*header style*/
.mob-header-search{
    display: none;
    position: absolute;
    top: 50%;
    right: 12%;
    transform: translateY(-50%);
    z-index: 10;
}
#btn-srch-show-modal{
	display: block;
	width: 20px;
	height: 22px;
	background: url(img/search_button.png) no-repeat center/cover;
	cursor: pointer;
}
@media screen and (max-width: 1199px){
   .header--menu-wrap .container{
        max-width: none !important;
    }
}
@media screen and (max-width: 991px){
    .header--menu{
        display: none;
    }
    .header--menu-toggle{
        display: block;
    }
    #menu .current-category-parent a:first-child{
        border-bottom: 1px solid #025c09;
    }
    #menu .menu-inner > ul > li > ul > li.current-menu-item a{
        border-bottom: 1px solid #c1c1c1;
    }
    #menu .menu-inner > ul > li.current-category-parent > ul{
        display: block;
    }
    .header-my-search{
        display: none;
    }
    .mob-header-search{
        display: block;
    }
}
@media screen and (max-width: 767px){
	.header--menu-wrap {
	    padding: 30px 0;
	}
	.mob-header-search{
        right: 15%;
    }
}
@media screen and (max-width: 649px){
    .header--logo{
        margin-left: 40px;
    }
    .header--logo{
		max-width: 170px;
		width: 100%;
	}
	.mob-header-search{
        right: 17%;
    }
}
@media screen and (max-width: 479px){
    .header--logo{
        margin-left: 0;
    }
    .mob-header-search{
        right: 22%;
    }
}
@media screen and (max-width: 410px){
	.header--logo img{
		width: 76px;
	}
	.mob-header-search{
        right: 25%;
    }
}
@media screen and (max-width: 359px){
	.header--logo{
		text-align: left;
		max-width: none;
	}
	.header--logo .logo-text h6{
		display: none;
	}
	.header--logo img{
		margin-bottom: 0;
	}
	.mob-header-search{
        right: 30%;
    }
}




/*стили попапа*/
.modal-window-popup-search{
	background-color: rgba(0,0,0, .94);
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 200;
	position: fixed;
	padding: 15px;
	transform: scale(0);
	transition: all .3s ease-in;
	top: 0;
    left: 0;
}
.modal-window-popup-search__container{
    width: 90%;
}
.modal-window-popup-search.active-popup{
    transform: scale(1);
}
.modal-window-popup-search__title{
	color: #909090;
	font-size: 2.4285714285714284rem;
	font-weight: 300;
	line-height: 16px;
	letter-spacing: 0.17px;
	text-align: center;
	margin-bottom: 100px;
}
#cross-hide-search-popup{
	display: block;
	width: 41px;
	height: 41px;
	border: 1px solid #2f2f2f;
	border-radius: 50%;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 300;
	cursor: pointer;
}
#cross-hide-search-popup:before,
#cross-hide-search-popup:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 25px;
	background-color: #2f2f2f;
	top: 50%;
	left: 50%;
}
#cross-hide-search-popup:before{
	transform: translate(-50%, -50%) rotate(45deg);
}
#cross-hide-search-popup:after{
	transform: translate(-50%, -50%) rotate(-45deg);
}
.search-show-modal{
    display: block;
}
.search-show-modal{
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
}


.products-main{
    padding-top: 150px;
    padding-bottom: 250px;
}

.products-main .my-top{
    margin-top: 0;
}
@media screen and (max-width: 991px){
    .products-main{
        padding-top: 90px;
        padding-bottom: 220px;
    }
}
@media screen and (max-width: 767px){
    .products-main{
        padding-top: 65px;
        padding-bottom: 140px;
    }
}



.products-main{
	position: relative;
}
.products-main:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .4;
	transition: all .2s ease-in-out;
	transform: scale(0);
	z-index: 1;
}
.products-main.custom-blackout:before{
	transform: scale(1);
}




.my-product-search{
    position: relative;
}
@media screen and (max-width: 991px){
    .my-product-search{
        margin-bottom: 120px;
    }
}
@media screen and (max-width: 767px){
    .my-product-search{
        margin-bottom: 75px;
    }
    .my-product-search div.asl_m.asl_w{
        box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1) !important;
    }
    .products-main:before{
        display: none;
    }
}
@media screen and (max-width: 600px){
    .products-main{
        background: url(img/bg-product-600.png) no-repeat center/cover;
    }
}
#cross-hide-blackout{
	display: none;
    width: 41px;
    height: 41px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: -25px;
    z-index: 10;
    cursor: pointer;
    transition: all .3s ease;
}
#cross-hide-blackout:before, #cross-hide-blackout:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background-color: #e6e6e6;
    top: 50%;
    left: 50%;
    z-index: 5;
}
#cross-hide-blackout:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
#cross-hide-blackout:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#cross-hide-blackout:hover{
	border: 1px solid #000;
	background-color: #000;
}

@media screen and (max-width: 991px){
    #cross-hide-blackout{
        left: auto;
        right: -45px;
    }
}
@media screen and (max-width: 767px){
    #cross-hide-blackout{
        dispaly: none:
    }
}




.my-no-search-results{
    color: #a4a4a4;
    line-height: 44px;
    font-size: 1.5714285714285714rem;
    text-align: center;
    margin-top: 70px;
}
@media screen and (max-width: 767px){
    .my-no-search-results{
        line-height: 32px;
        font-size: 1.4285714285714286rem;
        margin-top: 100px;
        margin-bottom: 200px;
    }
}


/*страница услуги*/
.my-services{
	padding: 170px 0 225px;
}
.my-services__wrapper{
    display: flex;
}
.my-services__left{
    flex-basis: 50%;
}
.my-services__right{
    flex-basis: 50%;
}
.my-services input{
	text-align: right;
	height: 45px;
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
	color: #707070;
	font-size: 1rem;
	outline: none;
	padding: 0 20px;
	width: 100%;
	max-width: 163px;
	transition: all .4s ease-in-out;
}
.my-services input:focus{
    border-color: #dbdbdb;
}
.my-services label{
    display: block;
}
.my-services input::-webkit-outer-spin-button,
.my-services input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.my-services__title{
	color: #393939;
	font-size: 2.5714285714285716rem;
	font-weight: 300;
	letter-spacing: 0.18px;
	margin-bottom: 110px;
}
.my-services__subtitle{
	color: #393939;
	font-size: 1.2857142857142858rem;
	font-weight: 300;
	line-height: 16px;
	letter-spacing: 0.09px;
	margin-bottom: 15px;
}
.my-services__block-distance__title{
	color: #393939;
	font-size: 1.2857142857142858rem;
	font-weight: 300;
	letter-spacing: 0.09px;
	line-height: 14px;
	margin-bottom: 5px;
	max-width: 290px;
	line-height: 22px;
}
.my-services__block-distance__suptitle{
	color: #b8b8b8;
	font-size: 0.9285714285714286rem;
	line-height: 22px;
	margin-bottom: 0;
	max-width: 290px;
}
.my-services__block-distance__suptitle:last-child{
	line-height: 17px;
}
.services-labels-txt{
	color: #393939;
	font-size: 0.9285714285714286rem;
	font-weight: 300;
	line-height: 14px;
	letter-spacing: 0.09px;
}
.the-result-of-the-calculation{
    margin-left: auto;
	max-width: 350px;
	width: 100%;
	transition: all .7s ease-in-out;
}
.the-result-of-the-calculation__block{
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 3px -2px 34px 6px rgba(0, 0, 0, 0.15);
	padding: 70px 50px 100px;
}
.the-result-of-the-calculation__txt{
	color: #a4a4a4;
	font-size: 1.0714285714285714rem;
	font-weight: 600;
	margin-bottom: 5px;
}
.the-result-of-the-calculation__transport-result{
	color: #707070;
	font-size: 2.0714285714285716rem;
	font-weight: 300;
	letter-spacing: 0.14px;
}
.the-result-of-the-calculation__result{
	color: #393939;
	font-size: 2.5714285714285716rem;
	letter-spacing: 0.18px;
}
.the-result-of-the-calculation__result .my-budge{
    display: none;
}
.my-custom-select{
    margin-bottom: 70px;
    max-width: 553px;
    width: 100%;
}
.my-custom-select__header{
    background-color: #fff;
	height: 70px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding: 15px 80px 15px 20px;
	position: relative;
	cursor: pointer;
	text-align: left;
}
.my-custom-select__header:before{
	content: '';
	position: absolute;
	background-color: #e1e1e1;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
	width: 1px;
	height: 90%;
	border-radius: 2px;
}
.my-custom-select__header:after{
	content: '\f107';
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	right: 20px;
	font-size: 1.1428571428571428rem;
	font-family: FontAwesome;
	transition: all .3s ease-in-out;
}
.my-custom-select .select-current{
	margin: 0;
	color: #707070;
	font-size: 1rem;
	line-height: 22px;
}
.my-custom-select__body{
	padding: 0;
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
	border-radius: 5px;
	max-height: 560px;
	overflow-y: auto;
	position: absolute;
    width: 100%;
    top: 70px;
    transition: all .5s;
    transform: scale(1, 0);
    transform-origin: top;
    z-index: 2;
    text-align: left !important;
}
.my-custom-select__body li{
	list-style: none;
	padding: 20px 35px 20px 50px;
	transition: all .5s;
	cursor: pointer;
	color: #707070;
	font-size: 1rem;
	font-weight: 300;
	line-height: 22px;
	position: relative;
}
.my-custom-select__body li:hover{
	background-color: #f4f4f4;
}
.my-custom-select.active .my-custom-select__body{
	transform: scale(1, 1);
}
.my-custom-select.active .my-custom-select__header:after{
	transform: translate(-50%, -50%) scale(1, -1);
}
.nautical-letter{
	position: absolute;
    display: block;
    top: -10px;
    left: 0;
    padding-left: 50px;
    color: #707070;
    font-size: 1.7142857142857142rem;
    font-weight: 300;
    transform: translateY(-50%);
}
.desc-hide-on-show{
	color: #393939;
	font-size: 1rem;
	line-height: 22px;
	padding: 5px;
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 280px;
    z-index: -1;
}
.my-custom-select__item-txt{
    margin: 0;
}
#my-quantity-piece,
#my-working-hours{
    transition: all .5s ease-in-out;
    transform: scale(0);
    height: 0;
}


@media screen and (max-width: 1170px){
    .my-services{
        text-align: center;
    }
    .my-services__wrapper{
        flex-direction: column;
    }
    .my-custom-select {
        margin-left: auto;
        margin-right: auto;
    }
    .my-services input{
        text-align: center;
    }
    .my-services__block-distance__title{
        margin: 0 auto;
    	margin-bottom: 5px;
    }
    .my-services__block-distance__suptitle{
        margin: 0 auto;
    }
    .the-result-of-the-calculation {
        margin-right: auto;
        margin-top: 150px;
    }
}
@media screen and (max-width: 767px){
    .my-services {
        padding: 130px 0 170px;
    }
}
@media screen and (max-height: 650px){
    .my-custom-select__body {
        max-height: 500px;
    }
}
@media screen and (max-height: 580px){
    .my-custom-select__body {
        max-height: 400px;
    }
}
@media screen and (max-width: 420px){
    .the-result-of-the-calculation {
        max-width: 300px;
    }
    .the-result-of-the-calculation__block {
        padding: 70px 20px 100px;
    }
}
@media screen and (max-height: 480px){
    .my-custom-select__body {
        max-height: 350px;
    }
}

.request-call-back{
    background-color: #2c2c2d;
    padding: 125px 0 145px;
}
.request-call-back__title{
    text-align: center;
    color: #dddddd;
    font-size: 2.2857142857142856rem;
    font-weight: 300;
    letter-spacing: 0.16px;
    margin-bottom: 65px;
}
.request-call-back .order-by-number__txt{
    max-width: 969px;
    margin: 0 auto 110px;
}
.request-call-back .group-input{
    max-width: 360px;
    margin: 0 auto;
}
.request-call-back .group-input input{
    background-color: #2c2c2d;
    outline: none;
}
.request-call-back .group-input label .txt{
    margin-bottom: 0;
}
@media screen and (max-width: 767px){
    .request-call-back .order-by-number__txt{
        margin: 0 auto 90px;
    }
}



.services .owl-nav{
    margin-top: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.services .owl-nav [class*=owl-]{
    background-color: #000000;
    opacity: 0.45;
    width: 100px;
    height: 50px;
    position: relative;
    margin: 0 .5px;
    transition: all .5s;
}
.services .owl-nav .owl-prev{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.services .owl-nav .owl-next{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.services .owl-nav [class*=owl-]:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #545454;
    font-size: 3.2857142857142856rem;
    font-weight: 300;
    transition: all .5s;
}
.services .owl-nav .owl-prev:before{
    content: '<';
}
.services .owl-nav .owl-next:before{
    content: '>';
}
.services .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #000000;
    opacity: 0.45;
    text-decoration: none;
    width: 104px;
    height: 58px;
    border: 1px solid #4b4b4b;
}
.services .owl-theme .owl-nav [class*=owl-]:hover:before{
    color: #757575;
}
.services .owl-nav .owl-prev:hover{
    border-right: none !important;
    margin-right: 2.5px;
    margin-top: -4px;
    margin-bottom: -4px;
}
.services .owl-nav .owl-next:hover{
    border-left: none !important;
    margin-left: 2.5px;
    margin-top: -4px;
    margin-bottom: -4px;
}
.services .owl-theme .owl-nav [class*=owl-].disabled:hover{
    width: 100px;
    height: 50px;
    border: none;
}
.services .owl-theme .owl-nav [class*=owl-].disabled:hover:before{
    color: #545454;
}

div.asl_r .results .asl_nores{
    display: none;
}

.header--contacts-wrap .my-container{
    max-width: 1140px;
}
input[type=number] {
  -moz-appearance: textfield;
}
input{
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}
input:required {
 box-shadow: none;
}
input:invalid {
    box-shadow: none;
}
:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow:none;
}
@media screen and (max-width: 600px){
    .loaders .my-pagination .nextpostslink {
        right: -15px;
    }
    .loaders .my-pagination .previouspostslink {
        left: -15px;
    }
}
@media screen and (max-width: 580px){
    .loaders .my-pagination .nextpostslink {
        right: 10px;
    }
    .loaders .my-pagination .previouspostslink {
        left: 10px;
    }
}
@media screen and (max-width: 480px){
    .loaders .my-pagination .nextpostslink {
        right: 10px;
    }
    .loaders .my-pagination .previouspostslink {
        left: 10px;
    }
}
@media screen and (max-width: 411px){
    .loaders .my-pagination .nextpostslink {
        right: 0;
    }
    .loaders .my-pagination .previouspostslink {
        left: 0px;
    }
}
@media screen and (max-width: 360px){
    .loaders .my-pagination .nextpostslink {
        right: 0;
    }
    .loaders .my-pagination .previouspostslink {
        left: 0px;
    }
}