/*utility*/
* {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

a {
	color: #4D99E0;
	outline: 0;
	text-decoration: none;
}

a:active {
	color: inherit;
}

a:visited {}

a:hover {}

a img {
	border: 0;
}

a [class^="icon-"] {
	color: inherit;
	text-decoration: none;
}

strong,
b {
	color: #000;
	font-weight: bold;
}

strike {}

em,
i {}


.hide {
	display: none;
}

.show {
	display: block;
}


.f-right {
	float: right !important;
}

.f-left {
	float: left !important;
}


.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.content-hidden {
	overflow: hidden;
}

hr {
	clear: both;
	border-bottom: 0;
	border-top: 1px dotted #ccc;
	border-right: 0;
	border-left: 0;
	margin: 30px 0;
	min-height: 0;
	height: 1px;
}

hr.alt1 {
	border-style: solid;
}

hr.alt2 {
	border-style: dashed;
}

a:hover,
a:focus {
	color: #1f292e;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.08em;
	font-family: 'Open Sans Condensed', sans-serif;
}


h1 {
	font-size: 3.5em;
	margin: 10px 0 10px 0;
}

h1.title {
	margin: 0;
}

h2 {
	font-size: 2.8em;
	margin: 10px 0 10px 0;
}

h1:after,
h2:after {}

h3 {
	font-size: 2.5em;
	margin: 10px 0 10px 0;
	line-height: 1.3;
}

h4 {
	font-size: 2em;
	margin: 10px 0 10px 0;
}

h5 {
	font-size: 1.5em;
	margin: 10px 0 10px 0;
}

h6 {
	font-size: 1.2em;
	margin: 10px 0 5px 0;
}


body,
p,
div,
th,
td,
ul,
ol,
li,
a {
	color: #1f292e;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}


img {
	display: block;
}


body {
	background: #fff;
	padding: 0;
	margin: 0;
	position: relative;
	overflow-x: hidden;
}


#wrapper {
	width: 100%;
	height: auto;
	display: block;
	background: rgba(255, 255, 255, 1);
	min-height: 800px;
	overflow: hidden;
	position: relative;
}

* .inner,
*.inner {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}


.clear:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}

* html .clear,
*:first-child+html .clear {
	zoom: 1
}

/*utility end*/


/*header*/
header {

	margin: 0 auto;
	background: rgba(7, 168, 163, 1);
	z-index: 1000;
}

header a,
header i,
header b {
	color: white;
}

/*header end*/


/*header__nav*/
.header__nav--active {
	min-width: 1280px;
}

.header__nav--na {
	min-width: unset;
	padding: 5px 0;
}

.header-menu {
	background-color: #1f292e;
	border-top: 5px solid #22799a;
}

/*header__nav end*/

.phone-top {
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	line-height: 49px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 48px;
}

.phone-top a {
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	line-height: 49px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 48px;
}

.address-top {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	line-height: 48px;
}

.header-menu .btn {
	line-height: 38px;
}

.header-menu .row {
	overflow: visible;
}

.navbar {
	margin: 0;
	border: none;
	background-color: transparent;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}

.navbar-collapse {
	padding: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	text-transform: uppercase;
}

.navbar-nav>li>.dropdown-menu {
	border-radius: 0;
	background-color: rgba(31, 41, 46, .8);
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	border: none;
}

.dropdown-menu>li>a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px;
	font-family: 'Open Sans Condensed', sans-serif;
}

/*footer*/
footer {
	height: auto;
	background: #1f292e;
	padding: 65px 0 0 0;
	z-index: 1;
	position: relative;
	overflow: hidden;
	border-top: 10px solid #22799a;
}

footer .logo {}

.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-nav ul {
	list-style: none;
	padding: 0;
}

.footer-nav li {
	display: inline-block;
	margin: 0;
}

.footer-nav a {
	color: white;
	font-size: small;
	letter-spacing: 0.015em;
	text-decoration: none;
	;
}

.footer-nav a:hover {
	text-decoration: underline;
}

.footer-contact__phone {
	color: rgba(7, 168, 163, 1);
	font-size: 1.5em;
}

.footer-contact__phone i {
	padding: 0.25em 0.5em;
}

.footer-contact__phone a {
	text-decoration: none;
	color: white;
	text-decoration: none;
	letter-spacing: 0.05em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
}

.footer-contact__.counters {}

.footer-brand__list {
	padding: 0;
	list-style: none;
}

.footer-brand__list li {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 33%;
	float: left;
}

.footer-brand__list li,
.footer-brand__list a {
	color: #fff;
	letter-spacing: 0.08em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}

.footer-brand__list li:hover,
.footer-brand__list a:hover {
	text-decoration: none;
}

/*footer end*/


/*buttons*/
button,
a.btn,
a.btn:visited,
a.button,
a.button:visited,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	cursor: pointer;
	/* width: auto; */
	font-weight: normal;
	font-size: 14px;
	color: #333;

}

a.btn.call-me {
	color: white;
}

/*buttons end*/


/*header-top*/
.header-top {
	position: relative;
}

.header-top__logo {
	display: block;
	margin: 0.2em auto 0;
	background: url(/design/logo.png) no-repeat 0 80% / cover;
	height: 100px;
}

.header-contact__phone {
	display: block;
	margin: 0.25em auto;
	font-size: 1.7em;
}

.header-contact__phone a,
.header-contact__phone b {
	text-decoration: none;
	letter-spacing: 0.05em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: inherit;
}

.header-contact__address {
	font-size: 70%;
	letter-spacing: 1px;
	display: block;
	margin: -.80rem auto 0;
	color: #fff;
}

/*header-top end*/


/*nav__menu*/
ul.nav__menu {
	list-style: none;
	padding: 23px 0;
	text-align: right;
	margin: 0;
}

.footer-nav ul.nav__menu {
	padding-left: 0;
	padding-top: 0;
	float: left;
	border-right: unset;
	width: 32%;
	text-align: left;
}

.nav__menu li {
	display: inline-block;
	margin: 0 0.25em;

	padding-right: 0.50em;
}

.nav__menu li:last-of-type {
	border-right: none;
}

.footer-nav .nav__menu li {
	float: unset;
	border-right: unset;
	letter-spacing: 0.08em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #ccc;
	display: block;
}

.nav__menu a {
	text-decoration: none;
	letter-spacing: 0.08em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.footer-nav .nav__menu a {
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-weight: 300;
}

.footer-nav .nav__menu a:hover {
	color: rgba(7, 168, 163, 1);
	text-decoration: none;
}

.nav__menu li.active a {
	color: #303030;
}

.footer-nav .nav__menu li.active a {
	color: white;
}

/*nav__menu end*/


/*menubutton*/
.menubutton {
	position: absolute;
	font-size: 2em;
	line-height: 1em;
	top: 0.6em;
	left: -1.5em;
}

/*menubutton end*/


/*#about*/
#about {
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	box-sizing: border-box;
	display: block;
	left: 0;
	padding: 5px 0 0;
	position: absolute;
	top: 1px;
	width: 320px;
	margin: -1px 0 0;
}

.main-nav {
	max-width: 350px;
	position: fixed;
	width: 100%;
}

.main-nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.main-nav ul li a {
	display: block;
	padding: 15.5px 0;
	text-shadow: 0 1px 0 #000;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: 0.07em;
	font-weight: bold;
	text-indent: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.main-nav ul li:first-child a {
	border-top: 0;
}

.main-nav ul li a:hover {}

/*#about end*/


/*intro*/
.intro__main_top {
	position: relative;
	background-image: url(/assets/template/images/sl.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 600px;
}

.intro__spacer {
	position: absolute;
	bottom: 60px;
}

.intro__maintitle {
	position: absolute;
	top: 150px;
	margin: 0 auto;
	left: 0;
	right: 0;
	letter-spacing: 0.05em;
	font-family: 'Open Sans Condensed', sans-serif;
	color: white;
}

.intro__description {
	position: absolute;
	top: 220px;
	margin: 0;
	left: 0;
	right: 0;
}

.intro__button {
	text-align: center;
	max-width: 320px;
	margin-top: 40px;
}

.intro__button .btn {
	color: rgba(5, 227, 134, 1);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: smaller;
}

.intro__button .square {
	background: rgba(0, 0, 0, 0.5);
	border: 3px solid rgba(5, 227, 134, 0.9);
	-webkit-box-shadow: -4px 31px 49px 0px rgba(5, 227, 134, 0.28);
	-moz-box-shadow: -4px 31px 49px 0px rgba(5, 227, 134, 0.28);
	box-shadow: -4px 31px 49px 0px rgba(5, 227, 134, 0.28);
}

.intro__button .btn {
	padding: 20px 30px;
	display: inline-block;
	position: relative;
	z-index: 5;
	margin-bottom: .5em;
	overflow: hidden;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.intro__getattention {
	line-height: 1.2em;
	max-width: 450px;

	text-shadow: 2px 5px 15px rgba(0, 0, 0, 1);
}

.intro__getattention p {
	font-size: 2.5em;
	line-height: 1.3em;
	color: white;
	margin: 0;
}

.intro__getattention em {
	font-style: normal;
	font-size: 2.5em;
	display: block;
	margin: 0.1em 0 0;
	position: absolute;
	top: 16px;
	left: 510px;
}

.intro__offer {
	margin-top: 70px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: white;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
}

.intro__offer__sub {
	margin-top: 25px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
}

.intro__offer__sub:before {
	content: '';
	width: 50%;
	height: 2px;
	display: block;
	margin: auto;
	margin-bottom: 25px;
	background-color: #07a8a3;
}

.timer-slide-new {
	padding: 15px 5px !important;
}

.timer-slide-bounding {
	padding: 15px 5px !important;
}

#timerc2699c7533e8b7af579dc1a957066f1a {
	text-align: left !important;
	height: auto !important;
}

#timer-text-c2699c7533e8b7af579dc1a957066f1a-hours,
#timer-text-c2699c7533e8b7af579dc1a957066f1a-minutes,
#timer-text-c2699c7533e8b7af579dc1a957066f1a-secundes,
#timer-text-c2699c7533e8b7af579dc1a957066f1a-days {
	text-align: center !important;
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-size: 18px;
	text-transform: uppercase !important;
	font-weight: bold !important;
	color: #fff !important;
}

#timerc2699c7533e8b7af579dc1a957066f1a .timer-separator {
	padding: 0 5px !important;
}

/*intro end*/




/*go-down*/
.go-down {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	color: black;
	right: 0;
	margin: 0 auto;
	width: 42px;
	height: 150px;
	padding: 50px 0 0;
	top: 400px;
	font-size: 3em;
	text-shadow: 0 8px rgba(5, 227, 134, 1);
}

.go-down:hover {
	animation: go-downFrames linear 0.8s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	-webkit-animation: go-downFrames linear 0.8s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: go-downFrames linear 0.8s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-o-animation: go-downFrames linear 0.8s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-ms-animation: go-downFrames linear 0.8s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
}

@keyframes go-downFrames {
	0% {
		transform: translate(0px, 0px);
	}

	15% {
		transform: translate(0px, -15px);
	}

	30% {
		transform: translate(0px, 0px);
	}

	45% {
		transform: translate(0px, -10px);
	}

	60% {
		transform: translate(0px, 0px);
	}

	75% {
		transform: translate(0px, -5px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

@-moz-keyframes go-downFrames {
	0% {
		-moz-transform: translate(0px, 0px);
	}

	15% {
		-moz-transform: translate(0px, -15px);
	}

	30% {
		-moz-transform: translate(0px, 0px);
	}

	45% {
		-moz-transform: translate(0px, -10px);
	}

	60% {
		-moz-transform: translate(0px, 0px);
	}

	75% {
		-moz-transform: translate(0px, -5px);
	}

	100% {
		-moz-transform: translate(0px, 0px);
	}
}

@-webkit-keyframes go-downFrames {
	0% {
		-webkit-transform: translate(0px, 0px);
	}

	15% {
		-webkit-transform: translate(0px, -15px);
	}

	30% {
		-webkit-transform: translate(0px, 0px);
	}

	45% {
		-webkit-transform: translate(0px, -10px);
	}

	60% {
		-webkit-transform: translate(0px, 0px);
	}

	75% {
		-webkit-transform: translate(0px, -5px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
	}
}

@-o-keyframes go-downFrames {
	0% {
		-o-transform: translate(0px, 0px);
	}

	15% {
		-o-transform: translate(0px, -15px);
	}

	30% {
		-o-transform: translate(0px, 0px);
	}

	45% {
		-o-transform: translate(0px, -10px);
	}

	60% {
		-o-transform: translate(0px, 0px);
	}

	75% {
		-o-transform: translate(0px, -5px);
	}

	100% {
		-o-transform: translate(0px, 0px);
	}
}

@-ms-keyframes go-downFrames {
	0% {
		-ms-transform: translate(0px, 0px);
	}

	15% {
		-ms-transform: translate(0px, -15px);
	}

	30% {
		-ms-transform: translate(0px, 0px);
	}

	45% {
		-ms-transform: translate(0px, -10px);
	}

	60% {
		-ms-transform: translate(0px, 0px);
	}

	75% {
		-ms-transform: translate(0px, -5px);
	}

	100% {
		-ms-transform: translate(0px, 0px);
	}
}

/*go-down end*/


/*.content.inner*/
.content.inner {
	padding-top: 70px;
	min-height: calc(100vh - 90px);
}

/*.content.inner end*/


/*title*/
.section__header {
	padding: 25px 0;
	overflow: hidden;
}

.section__title {
	display: inline-block;
	position: relative;
	z-index: 5;
	width: 58%;
	max-width: 630px;
	margin: 0;
	padding: 8px 20px;
	font-size: 1.8em;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-family: 'Open Sans Condensed', sans-serif;
	color: white;
	vertical-align: middle;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#popupform .section__title {
	font-size: 1.2em;
}

.section__title:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: -27px;
	right: -27px;
	background-color: rgba(7, 168, 163, 1);
	-webkit-transform: translateX(0) skew(-24deg);
	-ms-transform: translateX(0) skew(-24deg);
	transform: translateX(0) skew(-24deg);
	-webkit-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.section__title:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 100%;
	margin-left: 32px;
	border: 5px solid rgba(7, 168, 163, 1);
	border-top: 0;
	border-bottom: 0;
	width: 15px;
	-webkit-transform: translateX(0) skew(-24deg);
	-ms-transform: translateX(0) skew(-24deg);
	transform: translateX(0) skew(-24deg);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.section__title:after {
	margin-left: 35px;
	border-left-width: 9px;
	border-right-width: 9px;
	width: 8px;
}

.inner-section {
	padding-top: 55px;
}

.section__title--intro {
	display: inline-block;
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 800px;
	margin: 0;
	padding: 8px 20px;
	font-size: 2em;
	line-height: 1;
	font-family: 'Open Sans Condensed', sans-serif;
	color: white;
	vertical-align: middle;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.section__title--intro:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: -27px;
	right: -27px;
	background-color: rgba(7, 168, 163, 1);
	-webkit-transform: translateX(0) skew(-24deg);
	-ms-transform: translateX(0) skew(-24deg);
	transform: translateX(0) skew(-24deg);
	-webkit-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.section__title--intro:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 100%;
	margin-left: 32px;
	border: 5px solid rgba(7, 168, 163, 1);
	border-top: 0;
	border-bottom: 0;
	width: 15px;
	-webkit-transform: translateX(0) skew(-24deg);
	-ms-transform: translateX(0) skew(-24deg);
	transform: translateX(0) skew(-24deg);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.section__title--intro:after {
	margin-left: 35px;
	border-left-width: 9px;
	border-right-width: 9px;
	width: 8px;
}


.section__title--large {
	margin: 0 auto;
	left: 0;
	right: 0;
	letter-spacing: 0.05em;
	font-family: 'Open Sans Condensed', sans-serif;
	color: white;
	text-transform: uppercase;
	font-size: 32px;
}

.section__title--large.black {
	color: #525252;
}

.content.inner .section__header.col_12 {
	margin-left: 0;
}

.section__title--innerpage {
	letter-spacing: 0.05em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 2.8em;
}

/*title end*/

.item-marks .title-item-marks {
	padding-top: 40px;
}

.item-marks .title-item-marks a {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: bold;

}

.items__m {
	margin-top: 55px;
	padding-right: 50px;
	text-align: left
}

.items__m .item__m_p img {
	max-width: 80%;
}

.items__m .item__m_p {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 10px;
	text-align: center;
}

.items__m .item__m__w {
	margin-bottom: 10px;
}

.item__b__buttons {
	text-align: center;
	margin-top: 44px;
}

/*truck-brand*/
.truck-brand {
	position: relative;
	padding: 2em 1em;
}

.truck-brand__img {
	width: 100%;
}

ul.truck-brand__list {
	padding: 0;
	padding-left: 10em;
}

.truck-brand__list li {
	display: inline-block;
	width: 33.333%;
	float: left;
	line-height: 2.3;
	font-size: 1em;
	color: #303030;
	letter-spacing: 0.25em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

.truck-brand__list i {
	display: inline-block;
	padding: 0 1em 0 0;
	color: rgba(7, 168, 163, 0.4);
	font-size: 0.8em;
}

/*truck-brand end*/

/*brand*/
.brand__photo--list {
	padding: 0;
}

.brand__photo {
	width: 100%;
}

.brand__list {
	padding: 0;
}

.brand__list a {
	display: inline-block;
}

.brand__img {
	width: 100px;
	margin: 0 auto;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.brand__img--small {
	display: inline-block;
	padding-right: 10px;
	float: left;
}

.brand__heading {
	font-size: 1em;
	color: #303030;
	letter-spacing: 0.15em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 3;
}

/*brand end*/



/*directions*/
.directions__list {
	padding: 0;
}

.directions__img {
	display: inline-block;
}

.directions__caption {
	display: block;
	color: #303030;
	letter-spacing: 0.05em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

.directions .section__header {
	margin-bottom: 50px;
}

/*directions end*/


/*img*/

/*textpage__img*/
[class*="textpage__img"] {
	width: 100%;
}

/*textpage__img--wide*/
[class*="textpage__img"][class*="--wide"] {
	height: 300px;
	overflow: hidden;
	background-size: cover;
}

/*img end*/


/*service*/
.services {
	position: relative;
	background-image: url(/assets/template/images/background-image-s-e.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: auto;
	margin-top: 110px;
	position: relative;
	padding: 44px 0;
	border-top: 5px solid #22799a;
	border-bottom: 5px solid #22799a;
}

.services:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.inner-container {
	z-index: 100;
	position: relative;
}

.services .inner {
	padding: 2em 0;
}

.services__list {
	position: relative;
	padding: 2em 1em;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

ul.services__list {
	padding: 0;
	list-style: none;
}

.services__list li {
	float: left;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

.services__list li.alpha {
	padding-left: 0;
}

.services__list li.omega {
	padding-right: 0;
}

.services__list figure {
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	margin: 0;
	display: block;
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.services__list--bg {
	position: relative;
	background: rgba(0, 0, 0, 1);
	box-shadow: 0px 14px 10px -9px rgba(0, 0, 0, 0.4);
	display: block;
	min-height: 100%;
	max-width: 100%;
	height: 300px;
	opacity: 0.5;
	opacity: 0.8;
	width: 100%;
}

.services__list figcaption {
	padding: 20px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

.services__list figcaption,
.services__list figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.services__list figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.services__list h2 {
	text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.6);
	margin: 0;
	color: #fff;
	padding: 30% 0 0;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.services__list p {
	margin: 0;
	padding: 1em;
	opacity: 0;
	line-height: 20px;
	font-size: 14px;
	font-weight: 300;
	color: #999;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.services__img {
	margin: 20px auto 0;
	height: 100px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.services__list figure:hover .services__img {
	opacity: 0;
	height: 0;
}

.services__list figure figcaption:before,
.services__list figure figcaption:after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.services__list figure figcaption:before {
	border-top: 2px solid #07a8a3;
	border-bottom: 2px solid #07a8a3;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.services__list figure figcaption:after {

	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

.services__list figure:hover figcaption:before,
.services__list figure:hover figcaption:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.services__list figure:hover h2,
.services__list figure:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, -2em, 0);
	transform: translate3d(0, -2em, 0);
}

/*service end*/


/*mp-about*/
.mp-about__desctripton img {
	max-width: 100%;
	border-bottom: 2px solid #07a8a3;
}

.mp-about__desctripton__item {
	position: relative;
	margin-bottom: 30px;
}

.mp-about__desctripton__item:hover:after {
	opacity: 1;
	visibility: visible;
}

.mp-about__desctripton__item:after {
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	opacity: 0;
	top: 0;
	transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}

.mp-about__desctripton__item .mp__title {
	z-index: 500;
	width: 100%;
	position: absolute;
	bottom: 0px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	font-weight: bold;
}

.mp-about {
	position: relative;
	height: auto;
	padding: 2em 0;
}

.mp-about .inner {}

/*mp-about end*/

.h2__title.h2 {
	font-size: 32px;
	color: #1f292e;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
	font-family: 'Open Sans Condensed', sans-serif;
}

.h2__title:after {
	width: 35%;
	margin: 20px auto;
	height: 2px;
	background-color: #07a8a3;
	content: '';
	display: block;
}

/*form-container*/
.form-container {
	background: #07a8a3;
	border-top: 5px solid #22799a;
	border-bottom: 5px solid #22799a;
}

.form-container__title {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: white;
	text-align: left;
	font-size: 40px;
	font-weight: bold;
}

.form-container__description {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: white;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 35px;
}

.form-container .row {
	overflow: visible;
}

.form-container__form {
	padding-top: 70px;
	margin: 0 auto;
	padding-right: 70px;
}

.form-container__form .btn {
	padding-left: 25px;
	padding-right: 25px;
}

.form-container__form .input-group {
	position: relative;
}

.form-container__form input[type="text"],
.form-container__form textarea {
	width: 100%;
	height: 55px;
	margin-bottom: 10px;
	padding: 20px;
	overflow: hidden;

}

.form-container__form textarea {
	height: 7em;
	margin-bottom: 0;
}

.form-container__form input[type="text"]:focus,
.form-container__form textarea:focus {
	border: 1px solid #f15fa0;
}

.form-container__form ol {
	padding: 0;
}

.form-container__form li {
	box-sizing: border-box;
	padding: 0 0 15px;
}

.captcha-container {
	margin: 0;
	text-align: right;
}

.button-container {
	text-align: center;
	padding: 20px;
}

.form-container input.btn {
	color: rgba(5, 227, 134, 1);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: smaller;
}

.form-container input.square {
	background: rgba(0, 0, 0, 0.5);
	border: 3px solid transparent;
}

.form-container input.btn {
	padding: 20px 35px;
	display: inline-block;

}

.form-container input.btn:hover,
.form-container input.btn:focus {
	color: rgba(5, 227, 134, 1);
}

.section-image {
	max-height: 400px;
	margin-top: -50px;
}

.form-container .captcha img {
	box-sizing: border-box;
	height: 55px;
	float: left;
	margin-right: 0.55em;
}

.form-container .captcha input {
	border: 1px solid #c3c3c3;
	box-sizing: border-box;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	padding: 20px;
	float: right;
}

/*form-container end*/


/*captcha*/
#popupform .captcha-container {
	width: 100%;
	max-width: 600px;
}

.captcha {
	margin: 0 auto 15px;
	width: 100%;
}

.form-container .captcha {
	margin: 3px auto 0;
	width: 100%;
}

#callorderform .captcha {
	margin: 25px 0 0;
}

#popupform .captcha {
	margin: 5px auto;
}

.captcha>span {
	box-sizing: border-box;
	width: 50%;
	float: left;
}

.captcha img {
	box-sizing: border-box;
	height: 56px;
	width: 100%;
	padding: 0 12px 0 0;
}

.captcha input {
	border: 1px solid #c3c3c3;
	box-sizing: border-box;
	line-height: 1;
	padding: 16px 28px;
}

#popupform .captcha input[type="text"],
#callorderform .captcha input[type="text"] {
	border: 1px solid #888888;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset;
	padding: 7px;
	width: 100%;
	height: 52px;
}

/*captcha end*/


/*popupform*/

#popupform {
	display: none;
}

#popupform .form-container__form {
	width: 600px;
	margin: 0 auto;
}

#popupform .input-group {
	position: relative;
	height: unset;
	margin: 0 0 10px;
}

#popupform .form-container__form input[type="text"],
#popupform .form-container__form textarea {
	width: 100%;
	height: 55px;
	margin-bottom: 10px;
	padding: 20px;
	overflow: hidden;
	border-radius: unset;
	border: 1px solid #ccc;
}

#popupform .form-container__form textarea {
	height: 7em;
	margin-bottom: 0;
}

/*popupform end*/


/*statistics*/
.statistics {
	position: relative;
	padding: 2em 1em;
}

ul.statistics__list {
	padding: 2em 0;
	list-style: none;
	background: #303030;
}

.statistics__data {
	text-align: center;
}

.statistics__data em {
	font-style: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 6rem;
	line-height: .95;
	font-weight: 600;
	letter-spacing: .02em;
	display: block;
	color: rgba(7, 168, 163, 1);
}

.statistics__data span {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 1.3rem;
	line-height: 1.03333;
	font-weight: 300;
	letter-spacing: .2em;
	margin: 0.5rem 0 1rem;
	color: white;
}

.statistics__data small {
	display: block;
	font-size: 1rem;
	line-height: 1.03333;
	margin: 0.5rem 0 2rem;
	color: grey;
}


.statistics__overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url(/design/stat-bg.jpg) no-repeat 0 80% / cover;
	opacity: 0.6;
	z-index: 0;
}

.statistics__data {
	text-align: left;
}

ul.statistics__list {
	background: unset;
}

.primary .statistics__data em {
	font-style: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 135px;
	line-height: .95;
	font-weight: 600;
	letter-spacing: .02em;
	display: block;
	color: rgba(7, 168, 163, 1);
	margin: 0;
	width: 255px;
}

.primary .statistics__data span {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 32px;

	line-height: 0.7;
	font-weight: 600;
	text-transform: uppercase;
	margin: 22px 0 0 0.3em;
	padding: 0;
	color: #1f292e;
}

.primary .statistics__data small {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	margin: 10px 0px 0px 10px;
	padding: 0;
	line-height: 35px;
}

.statistics figure {
	margin: 0;
}

.secondary .statistics__data em {
	font-style: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 135px;
	line-height: .95;
	font-weight: 600;
	letter-spacing: .02em;
	display: block;
	color: rgba(7, 168, 163, 1);
	margin: 0;
}

.secondary .statistics__data span {
	font-size: 32px;
	line-height: 0.7;
	margin: 22px 0 0 2px;
	padding: 0;
	font-weight: 600;
	color: unset;
}

.secondary .statistics__data small {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
	padding: 0;
	line-height: 35px;
	max-width: 150px;
}

.statistics .tertiary {
	margin: 0.25em 0;
}

.tertiary .statistics__data em {
	font-size: 135px;
	line-height: .95;
	margin: 0;
	width: 135px;
}

.tertiary .statistics__data span {
	font-size: 32px;
	line-height: 0.7;
	padding: 0;
	color: unset;
	font-weight: 600;
	max-width: 85px;
	margin: 22px 0 0 2px;
}

.tertiary .statistics__data small {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
	padding: 0;
	line-height: 35px;
	max-width: 85px;
}

.statistics .section__title {
	width: 80%;
	max-width: 730px;
}

/*statistics end*/

.map-container .container {
	position: relative;
}

.item_conatcts {
	position: absolute;
	top: 40px;
	z-index: 500;
	background-color: rgba(0, 0, 0, .7);
	width: 100%;
	color: #fff;
	padding: 25px 35px;
}

.item_conatcts .h3 {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

.item_conatcts .bottom__a,
.item_conatcts .phone__a {
	color: #fff;
	font-size: 18px;
	padding: 2px 0;
	text-align: center;
}

/*social*/
.footer-contact__social p {
	margin: 1em 0 0.5em;
	letter-spacing: 0.08em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: small;
	color: #999;
}

.footer-contact__social a {
	color: #999;
	font-size: 1.3em;
	display: inline-block;
	margin: 0 0.5em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.footer-contact__social a:hover {
	color: rgba(7, 168, 163, 1);
}

.footer-contact__social a:last-of-type {
	margin-right: 0;
}

/*social end*/


/*contacts*/
.phoneblock {
	margin: -.6em 0 2em;
}

.phonenumber--attention {
	font-size: 2em;
	letter-spacing: 0.05em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

.sign {
	letter-spacing: .3px;
}

.address--list .heading i {
	color: rgba(7, 168, 163, 1);
	font-size: 2em;
	vertical-align: -5px;
	padding-right: 5px;
}

.address--list .heading {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .4px;
	margin-bottom: 9px;
}

.address {
	margin: 2em 0;
}

.contactinfo .address--list .info p {
	line-height: inherit;
	letter-spacing: .3px;
	margin-bottom: 0;
}

.address--list .info p ins {
	font-size: 9px;
	vertical-align: 5px;
	margin-left: 1px;
	text-decoration: none;
	position: relative;
}

.address--list .info p ins:after {
	content: '';
	background: #b1aaaa;
	width: 80%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
}

/*contacts end*/


/*uslugi__list*/
ul.uslugi__list {
	padding: 0;
	padding-left: 0.8em;
}

.uslugi__list li {
	display: inline-block;
	width: 33.333%;
	float: left;
	position: relative;
	margin: 1em 0;
}

.uslugi__list i {
	display: inline-block;
	padding: 0 0.5em 0 0;
	color: rgba(7, 168, 163, 1);
	font-size: 1em;
}

/* .uslugi__list a { */
/* line-height: 2.3; */
/* font-size: 1em; */
/* color: #303030; */
/* letter-spacing: 0.1em; */
/* font-family: 'Open Sans Condensed', sans-serif; */
/* text-transform: uppercase; */
/* font-weight: bold; */
/* position: absolute; */
/* top: -0.2em; */
/* -webkit-transition: all .25s ease-in-out; */
/* -moz-transition: all .25s ease-in-out; */
/* transition: all .25s ease-in-out; */
/* } */
.uslugi__list a {
	font-size: 1em;
	color: #303030;
	position: absolute;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.uslugi__list a:hover {
	color: rgba(7, 168, 163, 1);
}

/*uslugi__list end*/


/*certificate*/
.certificate__img {
	width: 100%;
}

.certificate {
	position: relative;
	min-height: 26rem;
	background: #f3f3f3;
	padding: 2em 0;
}

ul.certificate__list {
	padding: 0;
	display: inline-block;
}

/*certificate end*/


/*news2*/
.newstapeitem {
	margin: 2em auto;
}

.newstapeicon {
	float: left;
	padding: 0 2em 1em 0;
	max-width: 320px;
	max-height: 170px;
	overflow: hidden;
}

.news__image--anons {
	width: 100%;
}

.news-inner-img {
	float: left;
	margin: 0 2em 2em 0;
}

.news__image {
	display: inline-block;
	width: 600px;
	height: 350px;
	overflow: hidden;
}

.newstapedate {
	font-weight: normal;
	color: #ccc;
	margin: 0.5em 0;
	font-size: 80%;
	font-style: italic;
	letter-spacing: .35px;
}

.newsdate {
	font-weight: normal;
	color: #ccc;
	margin: 0.5em 0;
	font-size: 80%;
	font-style: italic;
	letter-spacing: .35px;
}

.newstapetitle {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: medium;
	margin: 0.5em 0;
}

.newstapetitle a {
	color: rgba(7, 168, 163, 1);
	font-size: 1em;
	letter-spacing: 0.15em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

.views {
	display: block;
	margin: 0.5em 0;
	color: #ccc;
	font-size: 80%;
	font-style: italic;
	letter-spacing: .35px;
}

.newstitle {
	text-align: left;
	letter-spacing: 0.05em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2em;
	margin-bottom: 0;
}

.more-news {
	color: rgba(7, 168, 163, 1);
}

/*news2 end*/

/*.gallery*/
.gallery__list {
	padding: 0;
}

.gallery__element {
	position: relative;
	display: block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.gallery__overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.gallery__photo {
	width: 100%;
}

.gallery__caption {
	font-size: 1em;
	color: #303030;
	letter-spacing: 0.15em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.gallery__list .col_4 {
	margin-bottom: 2em;
}

/*.gallery end*/


/*timer-number-slide счетчик пердложения*/
#timer-element-bb075767d1fddf6ebedf2ebc1d8be035-days,
#timer-element-bb075767d1fddf6ebedf2ebc1d8be035-hours,
#timer-element-bb075767d1fddf6ebedf2ebc1d8be035-minutes,
#timer-element-bb075767d1fddf6ebedf2ebc1d8be035-secundes,
#timer-element-72b95caa8d5284335fa092dace46e795-days,
#timer-element-72b95caa8d5284335fa092dace46e795-hours,
#timer-element-72b95caa8d5284335fa092dace46e795-minutes,
#timer-element-72b95caa8d5284335fa092dace46e795-secundes {
	font-weight: bold;
}

#timer-number-slide1-bb075767d1fddf6ebedf2ebc1d8be035-secundes,
#timer-number-slide0-bb075767d1fddf6ebedf2ebc1d8be035-secundes,
#timer-number-value-bb075767d1fddf6ebedf2ebc1d8be035-secundes,
#timer-number-slide1-72b95caa8d5284335fa092dace46e795-secundes,
#timer-number-slide0-72b95caa8d5284335fa092dace46e795-secundes,
#timer-number-value-72b95caa8d5284335fa092dace46e795-secundes {
	color: #05e386 !important;
}

/*/timer-number-slide счетчик пердложения*/


/*grid*/

.grid {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 2em;
}

.row {
	display: block;
	overflow: hidden;
	clear: both;
}

*.alpha,
* .alpha,
*[class*="col_"].alpha {
	margin-left: 0;
}

*.omega,
* .omega,
*[class*="col_"].omega {
	margin-right: 0;
}

.col_1 {
	width: 6.6666666666667%;
}

.col_2 {
	width: 15%;
}

.col_3 {
	width: 23.333333333333%;
}

.col_4 {
	width: 31.666666666667%;
}

.col_5 {
	width: 40%;
}

.col_6 {
	width: 48.333333333333%;
}

.col_7 {
	width: 56.666666666667%;
}

.col_8 {
	width: 65%;
}

.col_9 {
	width: 73.333333333333%;
}

.col_10 {
	width: 81.666666666667%;
}

.col_11 {
	width: 90%;
}

.col_12 {
	width: 98.333333333333%;
}

*[class*="col_"] {
	margin-left: 0.83333333333333%;
	margin-right: 0.83333333333333%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	float: left;
	display: block;
}

.grid img {
	max-width: 100%;
	height: auto;
}

*[class*="col_"].visible {
	background: #eee;
	border: 1px dotted #ccc;
}

.clear:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}

* html .clear,
*:first-child+html .clear {
	zoom: 1
}



@media all and (min-width: 1281px) {
	.menubutton--left {
		position: absolute;
		font-size: 2em;
		line-height: 1em;
		top: 0.6em;
		left: -1em;
		opacity: 1;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
}

@media all and (max-width: 1280px) {
	.menubutton--left {
		position: absolute;
		font-size: 2em;
		line-height: 1em;
		top: 0.6em;
		left: -1em;
		opacity: 1;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
	.grid *[class*="col_"] {}

	.grid {
		max-width: 1100px;
	}

	* .inner,
	*.inner {
		max-width: 1100px;
	}

	.show-desktop {
		display: block;
	}

	.hide-desktop {
		display: none;
	}

	.show-tablet {
		display: none;
	}

	.hide-tablet {
		display: block;
	}

	.show-phone {
		display: none;
	}

	.hide-phone {
		display: block;
	}

	.hide-phone--inline {
		display: inline;
	}

	.intro__maintitle {
		font-size: 3.5em;
	}

}

@media all and (min-width: 1150px) and (max-width: 1280px) {
	.menubutton {
		left: 0em;
	}
}

@media all and (min-width: 768px) and (max-width: 1150px) {
	.go-down {
		top: 396px;
		right: 0.5em;
	}
}


@media all and (max-width: 1150px) {
	.header-top .primary.col_2 {
		display: none;
	}

	.header-top .primary.col_7 {
		width: 73.333333333333%;
	}

	.menubutton {
		left: 0.5em;
	}

	ul.nav__menu {
		/* padding: 0 0 0 3em; */
	}

	.nav__menu a {
		letter-spacing: 0.05em;
		font-size: 1em;
	}

	.header-contact__phone {
		margin: 0.9em auto;
		font-size: 1em;
	}

	.section__title {
		max-width: 510px;
		font-size: 1em;
	}
}

@media all and (max-width: 1024px) {
	.header-contact__phone {
		margin: 0.9em auto;
		font-size: 1em;
	}

	.intro__getattention p {
		font-size: 1.5em;
	}

	.intro__getattention em {
		top: 10px;
		left: 300px;
	}

	.headline-top [class*="col_"] {
		margin-top: 0.7em;
		margin-bottom: 0.7em;
	}

	.headline-top .phone b,
	.headline-top .phone i {
		font-size: 1em;
		letter-spacing: 1px;
	}

	.intro__maintitle {
		text-transform: uppercase;
		font-size: 2em;
		letter-spacing: .15em;
	}

	.intro__description {
		font-size: 0.95em;
		letter-spacing: .05em;
		top: 430px;
	}

	ul.truck-brand__list {
		padding-left: 3em;
	}

	.section__title--innerpage {
		font-size: 1.8em;
		margin: 0;
	}

	.services__list .col_3 {
		width: 48.333333333333%;
	}

	.services__img {
		margin: 20px auto 0;
		height: 50px;
	}

	.services__list li {
		padding: 0;
	}

	.services__list .col_3 {
		width: 48.333333333333%;
		margin: inherit;
		padding-left: 0;
		padding-right: 0;
		display: inline-block;
	}

	.services__list--bg {
		height: 180px;
	}

	.services__list figure figcaption:before,
	.services__list figure figcaption:after {
		display: none;
	}

	.services__list figcaption {
		padding: 10px;
	}

	.services__list h2 {
		padding: 10% 0 0;
	}

	.services__list figure:hover h2 {
		opacity: 0;
		-webkit-transform: translate3d(0, -2em, 0);
		transform: translate3d(0, -2em, 0);
	}

	.services__list figure:hover p {
		opacity: 1;
		-webkit-transform: translate3d(0, -4em, 0);
		transform: translate3d(0, -4em, 0);
	}

	.news__image {
		width: 100%;
		height: auto;
	}


	.footer-contact__phone {
		font-size: 1em;
	}
}

@media only screen and (max-width: 1024px) {
	.contactinfo.col_4 {
		width: 40%;
	}

	.map-container.col_8 {
		width: 56.666666666667%;
	}

	.section__logo {
		display: block;
		text-align: center;
	}

	.section__logo img {
		margin: auto;
	}

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

@media all and (min-width: 768px) and (max-width: 1024px) {
	.grid *[class*="col_"] {}

	* .inner,
	*.inner {
		max-width: 768px;
	}

	.grid {
		max-width: 768px;
	}

	.show-desktop {
		display: none;
	}

	.hide-desktop {
		display: block;
	}

	.show-tablet {
		display: block;
	}

	.hide-tablet {
		display: none;
	}

	.show-phone {
		display: none;
	}

	.hide-phone {
		display: block;
	}

	.intro__getattention {
		width: 53%;
	}

	.truck-brand__list li {
		width: 50%;
		line-height: 2;
		letter-spacing: 0.15em;
	}
}

@media all and (min-width: 481px) and (max-width: 768px) {
	.grid {
		padding: 0 2em;
	}

	.grid *[class*="col_"] {
		float: none;
		width: auto;
		clear: both;
		display: block;
	}

	.grid *[class*="col_"] [class*="col_"] {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.inner {
		max-width: 480px;
	}

	.grid {
		max-width: 480px;
	}

	* .inner,
	*.inner {
		max-width: 480px;
	}

	.show-desktop {
		display: none;
	}

	.hide-desktop {
		display: block;
	}

	.show-tablet {
		display: block;
	}

	.hide-tablet {
		display: none;
	}

	.show-phone {
		display: none;
	}

	.hide-phone {
		display: block;
	}

	footer *[class*="col_"] {
		float: left;
		width: auto;
		clear: both;
		display: block;
	}

	.footer-brand.col_4 {
		width: 23.333333333333%
	}

	.footer-brand__list li {
		width: 100%;
	}

	.footer-nav.col_5 {
		width: 31.666666666667%;
		clear: unset;
	}

	.footer-nav.col_9,
	.footer-contact.col_3 {
		width: 40%;
		clear: unset;
	}

	.footer-nav ul.nav__menu {
		width: 100%;
	}

	.mp-about {
		padding: 2em 1em;
	}

	.primary .statistics__data em {
		font-size: 9rem;
	}

	.statistics {
		height: auto;
	}

	.statistics__list .col_8 {
		margin: 0.9em 0.7em 0 0;
	}

	.statistics__list .col_4 {}

	.statistics__data .col_6 {
		width: 98.333333333333%;
	}

	ul.statistics__list {
		padding: 0 0 2em;
	}

	.primary .statistics__data span {
		margin: 0.37em 0 0 0.05em;
	}

	.primary .statistics__data small {
		margin: 0.55em 0 0 0.15em;
		letter-spacing: 4px;
	}

	.newstapeicon {
		max-width: 50%;
	}

	.newstapedate,
	.views {
		text-align: right;
	}
}

@media only screen and (max-width: 481px) and (orientation : portrait) {
	.menubutton--left {
		left: 0.5em;
	}
}

@media all and (max-width: 768px) {
	.intro .inner {
		padding: 0 1em;
	}

	.intro__getattention em {
		left: 320px;
	}

	.intro__offer {
		font-size: 1em;
	}

	.header__nav--active {
		min-width: 768px;
	}

	.header-top .primary {
		display: none;
	}

	.header-contact.right.col_3 {
		width: 98.333333333333%;
	}

	.section__title--intro {
		font-size: 1.5em;
	}

	.intro__getattention {
		width: 290px;
		top: 230px;
	}

	.intro__button {
		top: 350px;
		width: 290px;
	}

	.go-down {
		top: 400px;
		left: 0;
	}

	.section__title {
		width: 75%;
		font-size: 0.9em;
	}

	ul.truck-brand__list {
		padding-left: 0;
	}

	.truck-brand__list li {
		display: inline-block;
		width: 100%;
		line-height: 2;
	}

	#popupform .form-container__form {
		width: auto;
	}

	#popupform .section__title {
		font-size: 0.72em;
	}

	.captcha-container {
		margin-top: 6px;
	}

	.contactinfo.col_4,
	.map-container.col_8 {
		width: 98.333333333333%;
		float: none;
		margin: inherit;
	}

	.phoneblock {
		margin: 0 0 2em;
	}

	.directions__img {
		display: inline-block;
		width: 50%;
	}

	.brand__heading {
		line-height: 2;
	}

	.uslugi__list a {
		line-height: 1.7;
		font-size: .75em;
	}

	.uslugi__list i {
		font-size: 1em;
	}

	[class*="textpage__img"][class*="--wide"] {
		height: 200px;
	}

	h2 {
		font-size: 2em;
	}

	h3 {
		font-size: 1.5em;
	}

	h4 {
		font-size: 1.2em;
	}

	h1.title {
		color: rgba(105, 0, 7, 0.99);
		margin: 20px 0;
		padding: 0 0.39em;
	}

	#open-left,
	a.menubutton span {
		display: none;
	}

	footer {
		height: auto;
	}

	.services {
		height: auto;
	}

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

	.item-marks {
		margin: 0;
	}

	.item-marks .col-md-5 img {
		margin: auto;
	}

	.item-marks .title-item-marks {
		text-align: center;
	}

	.items__m .item__m_p img {
		width: 50px;
	}

	.mp-about__desctripton__item img {
		width: 100%;
	}

	.section-image {
		display: none;
	}

	ul.statistics__list li {
		width: 100% !important;
	}

	.tertiary .statistics__data span {
		max-width: 255px;
	}

	.baner {
		display: none;
	}

	.item__footer__main img {
		margin: auto;
	}

	.form-container__form {
		padding-right: 0;
	}

	.items__m {
		padding-right: 0;
	}

}

@media all and (max-width: 480px) {

	.grid {
		padding: 0 1em;
	}

	.grid *[class*="col_"] {
		float: none;
		width: auto;
		clear: both;
		display: block;
	}

	/* columns inside of columns */
	.grid *[class*="col_"] [class*="col_"] {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	* .inner,
	*.inner {
		max-width: 290px;
		/*320*/
	}

	.grid {
		max-width: 100%;
		/*320*/
	}

	.show-desktop {
		display: none;
	}

	.hide-desktop {
		display: block;
	}

	.show-tablet {
		display: none;
	}

	.hide-tablet {
		display: block;
	}

	.show-phone {
		display: block;
	}

	.hide-phone {
		display: none;
	}

	.hide-phone--inline {
		display: none;
	}

	.header__nav--active {
		min-width: 480px;
	}

	.header-contact__phone {
		margin: 0.36em 0;
		font-size: 1.4em;
	}

	.menubutton {
		left: 0;
		opacity: 1;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.menubutton--left {
		left: -2.4em;
	}

	.newstapeicon {
		padding: 0;
	}

	.newstitle {
		font-size: 1.5em;
	}

	.main-nav ul li a {
		letter-spacing: 1px;
	}

	.section__title {
		width: 73%;
	}

	.section__title--intro {
		width: 73%;
		font-size: 1em;
	}

	.section__header--intro.col_12 {
		width: 290px;
		margin: 0 auto;
		left: 0;
		right: 0;
	}

	.section__title--innerpage {
		font-size: 1.5em;
	}

	.section__header {
		padding: unset;
	}


	.services .inner {
		padding: unset;
		min-height: 620px;
	}

	.services__img {
		margin: 20px auto 0;
		height: 50px;
	}

	.services__list li {
		padding: 0;
	}

	.services__list .col_3 {
		width: 48.333333333333%;
		margin: inherit;
		padding-left: 0;
		padding-right: 0;
		display: inline-block;
	}

	.services__list--bg {
		height: 180px;
	}

	.services__list figure figcaption:before,
	.services__list figure figcaption:after {
		display: none;
	}

	.services__list figcaption {
		padding: 10px;
	}

	.services__list h2 {
		padding: 10% 0 0;
		letter-spacing: 0.15em;
	}

	.services__list p {
		padding: 0.5em;
		font-size: 0.7em;
	}

	ul.services__list {
		margin-top: 0.83333333333333%;
		margin-bottom: 0.83333333333333%;
	}

	.brand__img {
		display: none;
	}

	.brand__list .col_3 {
		width: 48.333333333333%;
		text-align: left;
	}



	.services__list figure:hover h2 {
		opacity: 0;
		-webkit-transform: translate3d(0, -2em, 0);
		transform: translate3d(0, -2em, 0);
	}

	.services__list figure:hover p {
		opacity: 1;
		-webkit-transform: translate3d(0, -4em, 0);
		transform: translate3d(0, -4em, 0);
	}

	.directions .col_4 {
		width: 98.333333333333%;
	}

	.intro__button .btn {
		padding: 20px 15px;
		width: 100%;
	}

	.intro__getattention em {
		left: 220px;
		top: 7px;
	}

	.intro__getattention p {
		font-size: 1em;
		font-weight: 600;
		letter-spacing: 0.05em;
		font-family: 'Open Sans Condensed', sans-serif;
	}

	.truck-brand__list li {
		display: inline-block;
		width: 100%;
		line-height: 2;
	}

	.statistics {
		height: auto;
	}

	.statistics__list .col_8 {
		width: 98.333333333333%;
	}

	.statistics__list .col_4 {
		width: 98.333333333333%;
	}

	.statistics__data .col_6 {
		width: 98.333333333333%;
	}

	ul.statistics__list {
		padding: 0 0 2em;
	}

	.primary .statistics__data em {
		font-size: 9rem;
	}

	.primary .statistics__data span {
		margin: 0.37em 0 0 0.05em;
	}

	.primary .statistics__data small {
		margin: 0.55em 0 0 0.15em;
		font-size: 1.5em;
	}

	.statistics__data .col_9 {
		width: 65%;
	}

	.gallery__list .col_4 {
		width: 98.333333333333%;
	}

	.uslugi__list li {
		width: 98.333333333333%;
		margin: 0.45em 0;
	}

	.uslugi__list i {
		font-size: 1em;
	}

	.uslugi__list a {
		line-height: 1;
		font-size: 1em;
		top: 3px;
	}


	.footer-brand {
		display: none;
	}

	.footer-nav.col_9 {
		width: 98.333333333333%;
		clear: unset;
	}

	.footer-contact.col_3 {
		width: 98.333333333333%;
		clear: unset;
		text-align: left;
	}

	.footer-nav ul.nav__menu {
		width: 50%;
	}

	footer .inner {
		max-width: 320px;
		padding: 0.5em 0.83333333333333%;
	}

	.footer-contact__phone i {
		padding: 0.25em 0;
	}

	.footer-contact__social a {
		margin: 0 1em 0 0;
	}

	.footer-nav .nav__menu li {
		margin: 0 0.25em 0 0;
	}

	.footer-nav.col_5 {
		width: 98.333333333333%;
		clear: unset;
	}

	[class*="textpage__img"][class*="--wide"] {
		height: 110px;
	}

	.section__two {
		background-color: #d7dfdf;
		background-image: none;
	}

	.items__m .item__m_p {
		display: block;
		height: auto;
		margin: 10px 0;
	}

	.items__m .item__m_p img {
		margin: auto;
	}

	.secondary .statistics__data span,
	.secondary .statistics__data small {
		width: 100%;
	}

	.tertiary .statistics__data span {
		max-width: 100%;
		width: 100%;
	}

	.footer-nav ul.nav__menu {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.services__list .col_3 {
		width: 23.333333333333%;
	}
}

@media (max-width: 425px) {
	.section__title {
		background: rgba(7, 168, 163, 1);
		width: 100% !important;
		white-space: normal !important;
		line-height: 1.2 !important;
	}

	.section__title:after,
	.section__title:before {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

.btn {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold !important;
	text-transform: uppercase;
}

.btn-danger {
	border-radius: 0;
	background: #d24a43;
	color: #fff !important;
	border: none !important;
}

.btn-default {
	background: #1f292e;
	border-radius: 0;
	color: #fff !important;
	border: none !important;
	padding: 10px 25px;
}

.btn-default:hover {
	background: rgba(7, 168, 163, 1) !important;
}

.section__text {
	margin-bottom: 100px;
}

.seo__text {
	font-size: 14px;
	font-weight: 300;
}

.m__colors {
	padding: 0;
}

.m__colors li {
	list-style: none;
	/*font-family: 'Open Sans Condensed', sans-serif;*/
}

.m__colors li:before {
	content: '»';
	color: #07a8a3;
	font-size: 30px;
	font-weight: bold;
	margin-right: 10px;
}

.seo__p {
	background-color: #d8dede;
	padding: 25px 40px;
	margin: 25px 0;
}

.seo__p__title {
	font-weight: bold;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #1f292e;
}


.section__two {
	margin-bottom: 100px;
	background-image: url(/assets/template/images/section-truck-image.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 80px 0 80px 0;
}

.section__two .section__title {
	width: 50%;
}

.section__two .section__sub_title {
	font-weight: 300;
	margin: 40px 0;
}

.section__two .m__colors {
	font-weight: bold;
}

.item__footer__main {
	padding: 15px 0;
	border-top: 2px solid #22799a;
	color: #fff;
	font-size: 14px;
	margin-top: 70px;
}

.item__footer__main .copy {
	margin-bottom: 10px;
	color: #fff;
}

.item__footer__main a {
	color: #07a8a3;
	font-size: 12px;
}

.form-control {
	border: none;
	border-radius: 0;
}

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

.modal-title {
	font-size: 32px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #000;
}

.modal-body .form-control {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}

.navbar-default .navbar-nav>li:hover .dropdown-menu {
	display: block;
}


.intro__page {
	padding-bottom: 100px;
}

.page__content {
	padding-bottom: 100px;
}

.section__position {
	text-align: center;
	font-size: 18px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	padding: 85px 0;
	background-image: url(/assets/template/images/gradient__out_page.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 85px;
}

.section__position .section__item_b_image img {
	margin: auto;
}

.section__position .section__item_b_image {
	margin-bottom: 25px;
}

.section__position span {
	color: #fff;
}

.container__header_page {
	padding: 55px 0 55px 0;
	background-image: url(/assets/template/images/bmw-gradient.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #fff;
}

.container__header_page .h2__title.h2 {
	margin: 50px 0 0 0;
	color: #fff;
}

.container__header_page .section__header {
	padding: 0;
}

.container__header_page .h2__title:after {
	width: 20%;
}

.breadcrumb-section {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
}

.breadcrumb-section ul li {
	display: inline-block;
	color: #fff;
}

.breadcrumb-section ul {
	margin: 0;
	padding: 0;
}

.breadcrumb-section ul li a {
	color: #fff;
}

.breadcrumb-section ul li:after {
	content: '→';
	color: #07a8a3;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.breadcrumb-section ul li:last-child:after {
	content: '';
}

.seo__text_page {
	padding: 50px 0;
	font-weight: 300;
}

.seo__text_page .section__title {
	width: 75%;
}

.sidebar ul {
	list-style: none;
	background-color: #d8dede;
	padding: 0;
	margin: 0;
}

.sidebar ul a {
	display: block;
	color: #1f292e;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px 40px;
	letter-spacing: 0.08em;
	font-family: 'Open Sans Condensed', sans-serif;
	border-bottom: 1px solid #eee;
}

.sidebar ul a:hover {
	background-color: #07a8a3;
	color: #fff;
	text-decoration: none;
}

.section__form_sidebar {
	margin-top: 50px;
	background-color: #1f292e;
	padding: 40px 10px;
}

.section__form_sidebar .button-container {
	padding: 0;
}

.section__form_sidebar .btn {
	background-color: #07a8a3;
	border-radius: 5px;
	color: #fff;
	width: 100%;
}

.section__form_sidebar .form-control {
	background-color: #3c474d;
	margin-bottom: 10px;
	border-radius: 5px;
}

.section__form_sidebar textarea {
	height: 125px;
}

.section__form_sidebar .p__conf {
	color: #fff;
}

.section__form_sidebar .p__conf a {
	color: #fff;
	text-decoration: underline;
}

.form-title {
	font-size: 18px;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.image__content {
	position: relative;
	margin-bottom: 20px;
}

.image__content_title {
	position: absolute;
	bottom: 0;
	padding: 20px;
	z-index: 500;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	width: 100%;
	margin: 40px 0;
}

.image__content img {
	width: 100%;
}

.image__content .image__content_title {
	margin: 0;
}


.section__p_i {
	font-size: 14px;
	margin-top: 5px;
	font-weight: 300;
}

.section__p_p {
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 15px;
}

.section__p_b {
	text-align: center;
}

.section__p_b .btn {
	padding: 15px 30px;
}

.box__contacts_p a {
	font-size: 27px;
	font-weight: 600;
	line-height: 27px;
	margin-bottom: 35px;
}

.box__contacts_p {
	font-size: 27px;
	font-weight: 600;
	line-height: 27px;
	margin-bottom: 35px;
}

.box__contacts_w {
	padding-left: 44px;
	color: #1f292e;
	background-image: url(/assets/template/images/map__icon.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

.box__contacts_w {}

.box__contacts .col-md-6:first-child .box__contacts_w {
	background-image: url(/assets/template/images/phone__icon.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.q-b {
	text-align: right;
	display: block;
}

.item-slide-rew {
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	margin: 30px auto;
	padding: 20px;
	width: 100%;
}

.avatar-area a {
	border-radius: 50%;
	display: block;
	float: left;
	height: 90px;
	overflow: hidden;
	width: 90px;
}

.board-area .item-slide-rew p {
	box-sizing: border-box;
	font-weight: 300;
	padding: 0 0 0 14%;
	position: relative;
}

.item-slide-rew p .fa.fa-quote-left,
.quote-doc .fa.fa-quote-left {
	color: rgba(7, 168, 163, 1);
	left: -17px;
	position: absolute;
	top: -3px;
}

.item-slide-rew p span,
.quote-doc span {
	display: inline-block;
	padding: 1px 0 10px 1%;
	position: relative;
}

.item-slide-rew span i {
	color: rgba(7, 168, 163, 1);
}

div.img {
	margin: 20px 0 0;
	padding: 0 5% 0 14%;
}

div.img img {
	float: left;
	margin: 0 5px 5px 0;
}

div.img video.mini-v {
	background: #000;
	height: 90px;
	width: 120px;
	cursor: pointer;
	margin: 0 5px 5px 0;
}

.avatar-uploader-form {
	margin: 0;
}

.avatar-uploader-form .avatar-form {
	padding: 0 7.5px 0 0;
}

.avatar-uploader-form .uploader-form {
	padding: 0 0 0 7.5px;
}

.avatar-uploader-form input {
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	padding: 15px;
	width: 100%;
}

.avatar-uploader-form .avatar-form,
.avatar-uploader-form .uploader-form {
	box-sizing: border-box;
	float: left;
	letter-spacing: 0.08em;
	font-size: 1em;
	width: 50%;
}

#filesUploaderContainer,
#avatarUploaderContainer {
	margin: 15px 0 0;
}

#filesUploaderContainer div,
#avatarUploaderContainer div {
	border: 1px solid #c3c3c3;
	box-sizing: border-box;
	display: block;
	margin: 0 0 15px;
	padding: 5px;
	width: 100%;
}

.filesUploaderRemoveItem {
	cursor: pointer;
	float: right;
}

.filesUploaderRemoveItem i {
	color: #e85122;
}

#avatarUploaderContainer div img,
#filesUploaderContainer div img {
	display: block;
}

input[type=file] {
	letter-spacing: 0.05em;
	font-size: 75%;
}

.avatar-area span {
	display: block;
	float: left;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	margin: 10px 0 0 40px;
}

.commentsform {
	margin: 0 auto;
	width: 50%;
}

.comment-form {
	margin-bottom: 2em;
}

.comment-form textarea {
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	color: #333;
	letter-spacing: 0.05em;
	font-size: 1em;
	font-weight: 300;
	height: 90px;
	line-height: 1;
	margin: 0 0 15px;
	padding: 15px;
	width: 100%;
}

.comment-form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-form ol li {
	box-sizing: border-box;
	float: left;
	padding: 0 7.5px 0 0;
	width: 50%;
}

.comment-form ol li:nth-of-type(2) {
	padding: 0 0 0 7.5px;
}

.comment-form ol li input {
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	color: #333;
	letter-spacing: 0.05em;
	font-size: 1em;
	font-weight: 300;
	line-height: 1;
	padding: 15px;
	width: 100%;
}

.comment-form ol li input[type="submit"] {
	background: rgba(7, 168, 163, 1);
	border: 0 none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-weight: 300;
	line-height: 1;
	padding: 11px 28px 15px;
	transition: all 0.3s ease 0s;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
}

.no-viz {
	display: none;
}

@media all and (max-device-width: 768px) {
	.commentsform {
		width: 100%;
	}

	.comment-form ol li input[type="submit"] {
		font-size: 90%;
		padding: 11px 0;
	}
}

.p__conf {
	font-size: 12px;
	margin: 5px 0;
}

.p__conf a {
	font-size: 12px;
}


.uslugi__list em {
	display: inline-block;
	padding: 0 0.5em 0 0;
	color: rgba(7, 168, 163, 1);
	font-size: 1em;
}


.form__rews .form-container__title {
	color: #000;
}

.form__rews .form-control {
	background-color: #3c474d;
	margin-bottom: 10px;
	border-radius: 5px;
}

.form__rews .input-group-section {
	margin-bottom: 10px;
}

.baner {
	text-decoration: none;
	letter-spacing: 0.08em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: small;
	background: #20292f;
	box-shadow: 2px -1px 2px rgba(0, 0, 0, .2);
	position: fixed;
	left: -110px;
	top: 40%;
	color: #fff;
	transform: rotate(90deg);
	padding: 10px;
	z-index: 500;
}

.baner a {
	color: #fff;
	text-decoration: none;
}

.sidebar ul .parent-sub>a {
	color: #fff
}

.section-sidebar .sub-menu {
	padding: 10px 0 10px 5px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 1px solid #55768d;
	background-color: transparent;
}

.section-sidebar .sub-menu li {
	padding: 10px 0;
	padding-left: 0px;
}

.section-sidebar .sub-menu li a {
	color: #131822;
	padding: 5px 5px;
}

.section-sidebar .sub-menu li a:hover {
	color: #1f292e;
}

.section-sidebar .sub-toggle {
	transition: all .7s;
	max-height: 0px;
	overflow: hidden;
}

.section-sidebar>ul>li:hover .sub-toggle {
	max-height: 500px;
	background-color: #e2e7ec;
}

.section-sidebar .parent-sub span {
	background-image: url(/assets/template/images/sub-parent.png);
	background-repeat: no-repeat;
	background-position: right center;
}


.cars-box .cars-logos {
	overflow: hidden;
	list-style: none;
	margin: 0 0 0 -17px;
	padding: 0;
	width: calc(100% + 17px);
}

.cars-box .cars-logos li {
	float: left;
	margin: 0 0 14px 17px;
}

.cars-box .cars-logos li a {
	display: table-cell;
	text-align: center;
	border: 1px solid #eaeaea;
	width: 90px;
	height: 55px;
	vertical-align: middle;
}

.cars-box .cars-logos li a img {
	vertical-align: middle;
	display: inline;
}

.cars-box .cars-logos li a img.img-hover {
	display: none;
}

.cars-box .cars-logos li:hover a img:first-child {
	display: none;
}

.cars-box .cars-logos li:hover a img.img-hover {
	display: inline-block;
}

.wrapper.cars-box {
	margin: 40px 0;
}

.activ {
	background: #08a8a3;
}

.activ ul a {
	color: #fff;
}

.modal-content {
	border: 7px solid rgba(7, 168, 163, 1);
	border-radius: 0px;
}

.services:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(32, 41, 47, 0.89) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(32, 41, 47, 0.89) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(32, 41, 47, 0.89) 100%);
}

.mp-about__desctripton__item:after {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	position: absolute;
	opacity: 1;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	top: 0;
}

.image__content:after {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	position: absolute;
	opacity: 1;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	top: 0;
}

.bold {
	font-weight: 600;
}

.mt40 {
	margin-top: 40px;
}

.font-md_light {
	font-weight: 300;
	line-height: 1.6em;
}

.font-md p {
	font-size: 1.2em;
}

hr.shadow {
	display: block;
	height: 50px;
	border: none;
	background: url(/assets/template/images/hr-shadow.png) 0 0 no-repeat;
	background-size: 100% 100%;
	margin: 50px 0 0 0;
}

.article-lead {
	font-size: 18px;
	line-height: 26px;
	color: #282828;
	padding: 3px 0 10px 57px;
	border-left: 5px solid #08a8a3;
	margin: 40px 0 50px 0;
}

.block-azure {
	color: #0f1010e8;
	background-color: #08a8a33b;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 4px;
}

.azure {
	display: inline;
	padding: .2em .6em .3em;

	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background-color: #08a8a3e0;
}

.blockquote-azure {
	padding: 10px 20px;
	margin: 0 0 20px;

	border-left: 5px solid #26b3ae;
	color: #145a58;
}

h5.cent {
	text-align: center;
}

img.right {
	float: right;
}

.blue-small {
	color: #0d5856;
	text-align: center;
	font-weight: bold;
}

.rem {
	color: #0d5856;
	font-weight: bold;
}

.blue {
	color: #197a80;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.dop {
	font-style: italic;
}

.img-table {
	margin-top: 33px;
}

.cent {
	text-align: center;
	color: white;
}

@media(max-width: 991px) {
	ul.nav__menu {
		text-align: center;
	}

	ul.nav__menu {
		padding-left: 0;
	}
}

@media(max-width: 767px) {
	.order-sm-1 {
		order: 1;
	}

	.order-sm-2 {
		order: 2;
	}

	.order-sm-3 {
		order: 3;
	}

	.order-sm-4 {
		order: 4;
	}
}

@media(max-width: 767px) {
	.row-flex-sm-wrap {
		display: flex;
		flex-wrap: wrap;
	}

	.address-top {
		font-size: 14px;
	}
}

.navbar .container-fluid-section {
	position: relative;
}

@media(max-width: 767px) {
	.navbar .navbar-collapse {
		position: absolute;
		right: 0;
		margin: auto;
		top: 50px;
		width: calc(100vw - 30px);
		z-index: 1111111;
		background: #1f292e;
	}

	.form-container__title {
		text-align: center;
	}
	.form-container__description  {
		text-align: center;
	}
}
.footer-logo-image {
	width: 235px;
}
@media(max-width: 575px){
	.cars-box .cars-logos {
		width: 100%;
		margin: 0;
		overflow: visible;
	}
	.cars-box .cars-logos li {
		margin: 0;
		width: 25%;
	}
	.cars-box .cars-logos li a {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.cars-box .cars-logos li a img {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		object-fit: contain;
	}
	.wrapper.cars-box {
		margin-top: 25px;
	}
	.section__position {
		padding-bottom: 40px;
		margin-bottom: 0;
		background-size: cover;
	}
	.section__item_b_image+span {
		display: block;
		margin-bottom: 40px;
	}
	.footer-nav ul li {
		text-align: center;
	}
	.spincrement {
		text-align: center;
	}
	.statistics__data {
		text-align: center;
	}
	.spincrement.col_3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    width: 100%;
	}
	.secondary .statistics__data span, .secondary .statistics__data small {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.tertiary .statistics__data em {
		width: 100%;
		display: block;
		text-align: center;
	}
	.tertiary .statistics__data small {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.primary .statistics__data em {
		width: 100%;
	}
}