.top_wrapper .section_header_nav .phone-container{
	display:none;
}
.top_wrapper.scroll .header{
	display:none;
}
.top_wrapper.scroll .section_header_nav .phone-container{
	display:flex;
	margin-left: auto;
}
.top_wrapper .section_header_nav .flex{
	display:flex;
	align-items:center;
}
.top_wrapper .section_header_nav .flex .phone{
	margin-right:10px;
}
.top_wrapper .section_header_nav .flex .callback{
	height: 15px;
    margin-top: 4px;
}
.lang{
	    height: 85px;
    display: flex;
    align-items: center;
}
.accessibility_component{

     display: -webkit-inline-box;
}
.btn_accessibility{
	    top: 137px !important;
    right: 13px !important;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
:-moz-placeholder {
	color: #666;
	opacity: 1;
}
::-moz-placeholder {
	color: #666;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
body input:focus:required:invalid, body textarea:focus:required:invalid {
	color: #666;
}
body input:required:valid, body textarea:required:valid {
	color: #666;
}
body, html {
	height: 100%;
	overflow-x: hidden;
}
body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.65;
	font-family: systopieitalic, sans-serif;
	 
	opacity: 1;
	color: #000;
	background: #f8f8f8;
}
body.popup-open {
	overflow: hidden;
}
html {
	height: auto;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style-type: none;
	display: inline-block;
	color: #000;
}
a {
	color: #757575;
	-webkit-transition: color .35s ease;
	-o-transition: color .35s ease;
	transition: color .35s ease;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:focus {
	outline: 0;
	text-decoration: none;
	color: #fff;
}
span {
	display: block;
}
section {
	background: #f8f8f8;
	padding: 30px 0;
}
.grey_bg {
	background: #292519;
	color: #fff;
	margin: 30px 0;
}
.grey_bg .title-s .h2, .title-p p {
	color: #fff;
}
.grey_bg .title-p p {
	color: #fff;
}

.grey_bg .title-s .h2 {
	background: #292519;
}
.grey_bg .title-s:before {
	background: #fff;
}
.mobile-button {
	text-align: right;
	z-index: 250;
	position: fixed!important;
	height: 50px;
	background-color: rgba(255, 205, 0, .95);
	width: 100%;
	top: 0;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}





.mm-menu.mm-theme-dark {
	background-color: #292519;
}
.mm-menu.mm-offcanvas {
	z-index: 30;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
	margin: 20px 0;
}
.mm-navbar {
	border-bottom: none;
}
.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
	margin-top: 20px;
}
.mm-listview>li>a, .mm-listview>li>span {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next):hover {
	background-color: #ffcd00;
	color: #000;
}
.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
	border-color: #fff;
}
.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar>* {
	color: #ffcd00;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 22px;
	font-family: systopiebolditalic, sans-serif;
}
.mm-listview .mm-next {
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.mm-listview .mm-next:hover {
	background-color: #ffcd00;
}
.mm-listview .mm-next:hover:after {
	border-color: #000;
}
#my-menu .active {
	background-color: #ffcd00;
	color: #000;
}
#my-menu .mm-listview.active {
	background: none;
}
#my-menu .mm-listview>li:last-child span {
	margin-left: 0;
}
html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim]~#mm-blocker {
	opacity: .85;
}
.logo {
    padding: 25px 0;
    overflow: hidden;
    height: 85px;
    display: flex;
    align-items: center;
}
.stock-box {
	text-align: center;
}
.stock-capture {
	display: inline-block;
	line-height: 1.5;
	position: relative;
	top: 10px;
	margin-left: 10px;
}
.stock-capture a {
	color: #ffcd00;
	text-align: left;
	font-size: 16px;
	letter-spacing: 1px;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

ul.link_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 20px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.link_block .link_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
ul.link_block .link_item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	color: #ffcd00;
	padding: 0 10px;
}
ul.link_block .link_item a span {
	width: 100%;
	text-shadow: 1px 1px 0.5px black;
}
.cities_wrapper	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
}
ul.cities_list {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
}
ul.cities_list  a {
	width: 100%;
	text-shadow: 1px 1px 0.5px black;
	color: #ffcd00;
	display: block;
	width: 100%;
	height: 100%;
}
ul.cities_list li {
	padding: 7px 0;
	width: 100%;
}
ul.cities_list  a:hover, ul.link_block .link_item a:hover span {
	color: #ffcd00;
	text-decoration: underline;
}
ul.link_block .link_item a:hover {
	color: #ffcd00;
}
ul.link_block .link_item a img {
	margin: auto;
}

.stock-capture p {
	color: #fff;
	text-align: left;
}
.phone-container {
	text-align: right;
	line-height: 1.3;
	position: relative;
	top: 3px;
}
.phone-container .phone {
	font-size: 20px;
	font-family: systopiebolditalic, sans-serif;
	text-align: right;
	display: block;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
}
.phone-container .phone span {
	font-size: 36px;
}
.phone-container .phone:hover {
	color: #ff4837;
}
.phone-container .callback {
	font-size: 12px;
	text-align: right;
	color: #aeaeae;
	border-bottom: 1px solid #aeaeae;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	font-family: arial, sans-serif;
}
.phone-container .callback:hover {
	border-bottom: 1px solid transparent;
	color: #ffcd00;
}
.nav {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#403c2e), to(#292519));
	background-image: -webkit-linear-gradient(#403c2e, #292519);
	background-image: -o-linear-gradient(#403c2e, #292519);
	background-image: linear-gradient(#403c2e, #292519);
	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;
}
.primary-menu {
	font-size: 0;
}
.primary-menu ul {
	margin-left: 5px;
	font-size: 0;
}
.primary-menu ul>li {
	display: inline-block;
	font-size: 0;
}
.primary-menu ul>li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 10px 16px;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	font-size: 14px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.primary-menu ul>li a:hover {
	color: #000;
	background-color: #ffcd00;
	-webkit-box-shadow: inset 0 0 18px 1px #e05c14;
	box-shadow: inset 0 0 18px 1px #e05c14;
}
.primary-menu ul>li a span {
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
	display: block;
	backface-visibility: hidden;
}
.primary-menu ul>li a.parent{ 
padding-right: 30px;
 }

.primary-menu ul>li a.parent:before {
	content: '';
	border: solid #fff;
	border-width: 0 3px 3px 0;
	padding: 4px;
	right: 10px;
	position: absolute;
	transform: rotate(43deg);
	-webkit-transform: rotate(43deg);
	backface-visibility: hidden;
	transition: all .3s ease;
	transform-origin: 50% 50%;
	right: 10px;
	top: 35%;
	width: 0;
	margin: auto;
}
.primary-menu ul>li:hover a.parent:before {
	border-color: #000;
}
.primary-menu ul>li > a.parent.active:before {
	border-color: #000;
}
.primary-menu ul>li a.parent.active:before {
	-webkit-transform: rotate(223deg);
	transform: rotate(223deg);
	backface-visibility: hidden;
	transition: all .3s ease;
	transform-origin: 60% 70%;
}
.primary-menu ul>li a.parent.arrow:before {
	-webkit-transform: rotate(223deg);
	transform: rotate(223deg);
	backface-visibility: hidden;
	transition: all .3s ease;
	transform-origin: 60% 70%;
}

.footer-nav .primary-menu ul>li a.parent:before {
	 -webkit-transform: rotate(223deg);
	transform: rotate(223deg);
	transform-origin: 60% 70%;
}
.footer-nav  .primary-menu ul>li a.parent.arrow:before {
	transform: rotate(43deg);
	-webkit-transform: rotate(43deg);
	transform-origin: 50% 50%;
}
/*.footer-nav .primary-menu ul>li a.parent.active:before {
	 transform: rotate(43deg);
	-webkit-transform: rotate(43deg);
	transform-origin: 50% 50%;
}*/

.primary-menu ul>li .active {
	color: #000;
	background-color: #ffcd00;
	-webkit-box-shadow: inset 0 0 18px 1px #e05c14;
	box-shadow: inset 0 0 18px 1px #e05c14;
}
.primary-menu .fa {
	margin-left: 5px;
	font-size: 23px;
	position: relative;
	top: 2px;
}
.submenu {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAaUlEQVQoU12PCw2AMAwFbzaGDLCBDXSgAxvYABlgY+RgWxqaLOnn+vqWgBE4+WIFNuCudUk1EZorYCsDF5Aa4OYelAowqCTg0GeodLhZ62yiXL8JTNFTJ9vNv6cG9JvhN68nAYdRaYmeHot9F9X2eFD0AAAAAElFTkSuQmCC), repeat;
	background-color: #292519;
	font-size: 0;
	display: none;
}
.submenu.active, .submenu.activeactive {
	display: block;
}
.submenu .sb-li {
	padding: 0;
	margin: 0;
	font-size: 0;
	height: 100%;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}
.submenu .sb-li .sb-a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 8px 20px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.submenu .sb-li .sb-a span {
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.submenu .sb-li .sb-a.active {
	color: #000;
	background-color: #ffcd00;
	-webkit-box-shadow: inset 0 0 18px 1px #e05c14;
	box-shadow: inset 0 0 18px 1px #e05c14;
}
.submenu .sb-li .sb-a:hover {
	color: #000;
	background-color: #ffcd00;
	-webkit-box-shadow: inset 0 0 18px 1px #e05c14;
	box-shadow: inset 0 0 18px 1px #e05c14;
}
.pay-online {
	text-align: right;
}
.pay-online a {
	padding: 10px 0;
	display: block;
}
.pay-online span {
	margin-left: 10px;
	color: #ffcd00;
	border-bottom: 2px #ffcd00 dotted;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.pay-online:hover span {
	border-bottom: 2px transparent dotted;
}
.cont_reviews, .section {
	background-color: #f8f8f8;
	overflow: hidden;
	padding: 30px 0;
}

.paste-review {
	background-color: #f8f8f8;
}


.header {
	background-color: #292519;
	padding: 25px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
}
.section_header_nav {
	padding: 0;
	position: relative;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 50;

}

@keyframes h_start {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0px);
	}

}

@keyframes h_end {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	99% {
		transform: translateY(-100%);
		opacity: 1;
	}
	100% {
		transform: translateY(-100%);
		opacity: 0;
	}

}

.top_wrapper {
	z-index: 55;
	position: relative;
}
.spec_boloch{
	min-height:178px;
}
.top_wrapper.fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 50;
	opacity: 0;
	-webkit-animation: h_end .3s ease;
	animation: h_end .3s ease;
}
.top_wrapper.scroll .header {
	padding: 10px;
}
.top_wrapper.scroll {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	opacity: 1;
	z-index: 50;
	-webkit-animation: h_start .3s ease;
	animation: h_start .3s ease;
}
.top_wrapper.scroll .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.top_wrapper.scroll .logo {
	padding: 0;
}
.top_wrapper.scroll .phone-container {
	top: -2px;
}
.top_wrapper.scroll .phone-container .phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 16px;
}
.top_wrapper.scroll .phone-container .phone span {
	font-size: 28px;
	line-height: 0.89;
	margin-left: 3px;
}
.top_wrapper.scroll .header .stock-box {
	display: none;
}

.section_top_head {
	padding-top: 0;
	margin-top: 0px;
}
.section_top_head .container-fluid {
	padding: 0;
}

.bgi {
	background-image: url(../img/bg-3.jpg);
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	height: 590px;
	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;
	background-position: center top;
	background-repeat: no-repeat;
}
footer {
	overflow: hidden;
}
.wrapp-order {
	height: 100%;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.video {
	font-size: 0;
	line-height: 0;
}
.video video {
	width: 100%}
.callback-sect {
	max-width: 473px;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.section_top_head .form {
	text-align: center;
	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;
}
.section_top_head .form h1 {
	font-size: 45px;
	font-family: systopieitalic, sans-serif;
	margin-top: 0;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.2;
	margin-bottom: 15px;
	margin-top: -5px;
}
.form h1 span {
	color: #fff;
	display: block;
}
.form input::-webkit-input-placeholder {
	color: #fff;
}
.form input::-moz-placeholder {
	color: #fff;
}
.form input:-ms-input-placeholder {
	color: #fff;
}
.form input::placeholder {
	color: #fff;
}
.phone-inp {
	text-align: center;
	border: 1px solid #000;
	padding: 10px 0;
	width: 420px;
	font-size: 23px;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	font-weight: 500;
	color: #000;
	background-color: transparent;
}
.phone-inp:focus {
	outline: 0;
}
input::-webkit-input-placeholder {
	color: #000;
}
input::-moz-placeholder {
	color: #000;
}
input:-ms-input-placeholder {
	color: #000;
}
input::placeholder {
	color: #000;
}
.callback-sect .phone-inp {
	border: 1px solid #fff;
	color: #fff;
}
input {
	transition: color .25s ease;
}
.callback-sect .phone-inp.error {
	border-color: red;
	background: transparent;
	transition: all .25s ease;
}
.section_20_sec .right-block input.error {
	border: 3px solid red;
	transition: all .25s ease;
}
input.error {
	background: #d85e3f66;
	transition: all .25s ease;
}
@keyframes bounce {
 0%, 20%, 60%, 100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
 }

 40% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
 }

 80% {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
 }
}
.boxes label.error_b {
 animation: bounce .35s;
 display: block !important; 
}
.boxes {
	margin: 15px 0;
	position: relative;
	z-index: 1;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]+label {
	display: block;
	position: relative;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input[type=checkbox]+label:last-child {
	margin-bottom: 0;
}
input[type=checkbox]+label:before {
	content: '';
	display: block;
	width: 25px;
	height: 20px;
	border: 1.5px solid #fff;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	position: absolute;
	left: -40px;
	top: 2px;
	opacity: 1;
	-webkit-transition: all .12s, border-color .08s;
	-o-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
input[type=checkbox]:checked+label:before {
	width: 10px;
	top: -3px;
	left: -30px;
	-webkit-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.lb {
	position: absolute;
	color: #ffcd00;
	text-shadow: 1px 0 1px #000;
	font-size: 14px;
	width: 0;
	height: 24px;
	overflow: hidden;
	margin-top: -23px;
	-webkit-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left;
	left: 0;
}
.lb.lb-active {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.button {
	text-align: center;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	margin-top: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	width: 420px;
	background-color: #ffcd00;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	border: none;
	outline: none;
}
.button .btn-wrap {
	color: #c5c5c5;
	color: #000;
	padding: 0;
	height: 60px;
	line-height: 60px;
	font-size: 23px;
	font-weight: 500;
	display: block;
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: 0 0;
	border: none;
	outline: 0;
	width: 100%}
.button:hover {
	color: #000;
	background-color: rgba(255, 205, 0, .8);
	text-decoration: none;
}
.advantages-header {
	margin-top: 25px;
	text-align: center;
	width: 100%;
	z-index: 1;
	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;
}
.adv-header {
	line-height: 1.4;
	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: 0 10px;
}
.adv-text-header {
	color: #fff;
	font-size: 14px;
	text-align: left;
	margin-left: 8px;
}
.adv-1-header, .adv-2-header {
	text-align: left;
}
.adv-1-header img, .adv-2-header img {
	width: 55px;
	margin-right: 10px;
	float: left;
}
.adv-2-header .adv-text-header span {
	position: relative;
	display: inline-block;
}
.adv-2-header .adv-text-header span:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%;
	height: 0;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.our-company {
	text-align: center;
	background-color: #f8f8f8;
	color: #000;
	text-align: center;
	font-size: 18px;
}
.our-company p {
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}
.title-s {
	text-align: center;
	width: 100%;
	position: relative;
	line-height: 1;
	margin-bottom: 15px;
}
.title-p {
	padding-bottom: 20px;
	text-align: center;
}


.title-s .h2 {
	color: #000;
	font-size: 30px;
	font-family: systopieitalic, sans-serif;
	font-weight: 100;
	background-color: #f8f8f8;
	text-align: center;
	display: inline-block;
	width: auto;
	position: relative;
	overflow: hidden;
	padding: 0 20px;
	line-height: 1;

}

.title-s:before {
	content: '';
	height: 2px;
	background: #666;
	width: 100%;
	left: 0;
	position: absolute;
	top: 50%;
}
.title-p p {
	color: #000;
	font-family: systopieitalic, sans-serif;
	font-weight: 100;
	font-size: 18px;
		
}

.item-bg {
	text-align: center;
	width: 100%;
	height: 200px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.item-capture .h3 {
	margin: 0;
	line-height: 1.3;
	font-family: systopieitalic, sans-serif;
	font-size: 22px;
	font-weight: 400;
}
.item-capture p {
	font-size: 16px;
	line-height: 1.2;
	margin-top: 10px;
}
.counter-block {
	padding: 20px 0 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	width: 77%;
	margin: 0 auto;
}
.counter {
	text-align: right;
}

.counter span {
	color: #ffcd00;
	font-size: 180px;
	font-family: systopieitalic, sans-serif;
	letter-spacing: 0;
	line-height: 1;
	display: inline;
	text-align: right;
	font-weight: bold;
}
.counter-advantages {
	height: 133px;
	margin-top: 10px;
}
.counter-advantages ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 151px;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}
#basket_popup .mfp-close {
	opacity: 0;
}
#basket_popup .basket-btn.mfp-close {
	opacity: 1;
	position: relative;
}
.counter-advantages ul li {
	display: block;
	list-style-type: none;
	color: #000;
	font-size: 20px;
	font-weight: 700;
}
.photos-item {
	width: 100%;
	height: 350px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.text-overlay {
	background-color: rgba(255, 205, 0, .76);
	width: 61%;
	height: 250%;
	position: relative;
	bottom: 30px;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
	left: -1000px;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.text-capture {
	position: absolute;
	bottom: -500px;
	max-width: 40%;
	font-size: 14px;
	text-align: center;
	margin-left: 6px;
	margin-bottom: 30px;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	line-height: 1.2;
	font-weight: 700;
}
.text-capture .h4 {
	font-size: 20px;
}
.text-capture p {
	font-size: 24px;
	/*margin-left: 20px;*/
	text-shadow: 0 0 6px #000;
}
.owl-item:hover .text-overlay {
	left: 0;
}
.owl-item:hover .text-capture {
	bottom: 0;
	text-align: center;
}
.owl-nav>div {
	position: absolute;
	top: 40%;
	left: -100px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.owl-nav>div:before {
	content: "\f104";
	font-family: fontawesome;
	display: inline-block;
	line-height: 80px;
	text-align: center;
	font-size: 60px;
	width: 110px;
	height: 80px;
	color: #ffcd00;
}
.owl-nav>div:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.owl-nav>div:active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: scale .25s ease;
	-o-transition: scale .25s ease;
	transition: scale .25s ease;
}
.owl-nav .owl-next {
	right: -100px;
	left: auto;
}
.owl-nav .owl-next:before {
	content: "\f105"}
.title-low-price {
	margin-bottom: 0;
	padding-top: 0;
}
.title-low-price h2 {
	margin-top: 50px;
	line-height: 1.2;
}
.title-low-price h2:after, .title-low-price h2:before {
	display: none;
}
.title-low-price p {
	margin-bottom: 0;
}
#dopoln {
	display: none!important;
}
.price-item .price .rub:before {
	content: '';
	position: absolute;
	font-size: 20px;
	color: #000;
}

.section_stock .phone-container .phone {
	font-size: 33px;
	text-align: right;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	display: inline;
}
.section_stock.grey_bg {
	padding-top: 16px;
	background: #292519 url(../img/images/bg-tabl.png) repeat-x 0 100%;
}
.section_stock grey_bg .phone-container .phone span {
	font-size: 50px;
	display: inline;
}

.stock-general {
	background-color: #292519;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
}
span#doc_time {
	color: #ffcd00;
	display: inline;
}
span#month {
	display: inline;
}
.date {
	line-height: 1.3;
	font-size: 17px;
	display: inline;
	width: 180px;
}
.stock-title {
	font-size: 90px;
	color: #ffcd00;
	font-family: systopiebolditalic, sans-serif;
	display: inline-table;
	line-height: 1;
}
.this-week {
	text-transform: none;
	lien-height: 1.3;
	padding-top: 5px;
	text-align: center;
}
.this-week .h4 {
	font-size: 20px;
	margin-bottom: 0;
	font-family: systopieregular, sans-serif;
	font-weight: 100;
}
.this-week .h3 {
	font-family: systopieregular, sans-serif;
	font-weight: 100;
	font-size: 26px;
	margin-top: 0;
}
.this-week .h3 span {
	color: #ffcd00;
	text-transform: uppercase;
	font-family: systopiebold, sans-serif;
	display: inline;
}
.mens {
	margin-top: 20px;
	text-align: center;
}

span.plus {
	position: relative;
	right: 73px;
	font-size: 27px;
	font-weight: 700;
	display: inline;
}
.hurry {
	font-size: 20px;
	padding-top: 30px;
	font-family: systopieregular, sans-serif;
	font-weight: 100;
	text-align: center;
}
.timer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;

}
.counter-title {
	text-align: right;
	font-weight: 700;
	font-size: 20px;
}

.syotimer-cell {
	text-align: center;
	line-height: 85px;
	display: inline-block;
	margin: 0 10px;
	width: 80px;
	height: 85px;
	background-color: #ffcd00;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	font-size: 42px;
	font-family: systopieitalic, sans-serif;
	color: #000;
}
.syotimer-cell__unit {
	font-size: 19px;
	color: #fff;
	text-transform: none;
	line-height: 1;
	font-family: systopieitalic, sans-serif;
	margin-top: 20px;
}
.gar-wrapp {
	background-color: #292519;
	padding: 30px 0;
	color: #fff;
}
.bg-line {
	background-image: url(../img/bg-line.png);
	height: 5px;
	width: 100%;
	position: relative;
	top: 4px;
}
.section_20_sec {
	padding: 0;
	margin-top: 60px;
	margin-bottom: 30px;
}
.section_20_sec {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f38d37), color-stop(90%, #e74331));
	background-image: -webkit-linear-gradient(top, #f38d37 0, #e74331 90%);
	background-image: -o-linear-gradient(top, #f38d37 0, #e74331 90%);
	background-image: linear-gradient(to bottom, #f38d37 0, #e74331 90%);
}
.section_20_sec span {
	display: inline;
}
.section_20_sec .brd-input {
	margin-top: 30px;
}
.callback-stock {
	width: 100%;
	min-height: 130px;
}
.callback-stock .left-block {
	line-height: 130px;
	padding-left: 30px;
}
.callback-stock .left-block .h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #292519;
	display: inline-block;
}
.callback-stock .left-block span:before {
	content: '';
	background-image: url(../img/timer.png);
	width: 52px;
	height: 65px;
	position: absolute;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 28px;
	margin-left: 9px;
}
.callback-stock .left-block span img {
		display: inline-block;
		width: 9px;
		position: relative;
		padding-bottom: 0;
		bottom: 8px;
		right: -0.5px;
		margin: 0 31px;
		-webkit-animation: rotate 20s infinite linear;
		animation: rotate 20s infinite linear;
		transform-origin: 50% 73%;
}
.callback-stock .left-block .time {
	display: inline-block;
	color: #ffcd00;
	font-size: 24px;
	font-weight: 700;
}
.callback-stock .right-block .form {
	text-align: left;
	padding-top: 30px;
	margin-left: 30px;
}
.callback-stock .right-block .phone-inp {
	width: auto;
	display: inline-block;
	width: 300px;
	height: 46px;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-size: 20px;
}
.callback-stock .right-block input::-webkit-input-placeholder {
	color: #000;
}
.callback-stock .right-block input::-moz-placeholder {
	color: #000;
}
.callback-stock .right-block input:-ms-input-placeholder {
	color: #000;
}
.callback-stock .right-block input::placeholder {
	color: #000;
}
.boxes-1 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.boxes-1 input[type=checkbox]+label {
	padding-left: 34px;
	color: #292519;
	font-size: 12px;
}
.boxes-1 input[type=checkbox]+label:before {
	left: 0;
	top: -1px;
	border-color: #000;
}
.boxes-1 input[type=checkbox]:checked+label:before {
	top: -5px;
	left: 4px;
	color: #292519;
	border-top: none;
	border-left: none;
}
.boxes-1 .lb {
	text-align: left;
	font-size: 12px;
	margin-top: -19px;
	margin-left: 0;
	left: 33px;
	padding: 0;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	text-shadow: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.right-button .button {
	margin-top: 30px;
	padding: 0;
	position: relative;
	right: 30px;
	background-color: transparent;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	background-color: #292519;
	width: 300px;
}
.right-button .button .btn-wrap {
	padding: 0;
	height: 45px;
	line-height: 45px;
	border: 1px solid #292519;
	color: #fff;
	font-size: 20px;
	text-transform: none;
	display: block;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	border: none;
}
.right-button .button .btn-wrap span {
	display: block;
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.right-button .button:hover {
	color: #f8f8f8;
	background-color: rgba(41, 37, 25, .8);
}
.equipment {
	text-align: center;
	vertical-align: middle;
	height: 127px;
}
.equipment .equip-item {
	display: inline-block;
	line-height: 127px;
	text-align: center;
	position: relative;
	width: 100%}
.equipment .equip-item img {
	vertical-align: middle;
	text-align: center;
}
.equipment .equip-item .h4 {
	margin-top: 30px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #232327;
}
.equipment .equip-item .slide-info {
	width: 160px;
	min-height: 143px;
	background-color: rgba(255, 205, 0, .9);
	padding: 5px;
	-webkit-box-shadow: 0 0 2px #000;
	box-shadow: 0 0 2px #000;
	text-align: left;
	position: absolute;
	font-size: 14px;
	text-align: center;
	top: 1px;
	left: 1px;
	line-height: normal;
	opacity: 0;
	-webkit-transition: .35s ease;
	-o-transition: .35s ease;
	transition: .35s ease;
	height: 0;
	top: -20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 100%;
}
.equip-item:hover .slide-info {
	opacity: 1;
	top: 0;
}

#carousel {
	background-color: #f8f8f8;
	width: 100%;
	height: 450px;
	text-align: center;
	z-index: 0;
}
#carousel img {
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
	width: auto;
	height: 450px;
	max-width: 100%;
	cursor: pointer;
}
.carousel-nav a {
	position: absolute;
	display: block;
	left: 3%;
	bottom: 46%}
.carousel-nav .fa {
	font-size: 70px;
	font-weight: 100;
	color: #ffcd00;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.carousel-nav #next {
	right: 3%;
	left: auto;
}
.owl-carousel.carousel-photos {
	z-index: 0;
}
.carousel-nav .fa:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.carousel-nav .fa:active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: scale .1s ease;
	-o-transition: scale .1s ease;
	transition: scale .1s ease;
}
.slick-carousel .owl-item.active {
	-webkit-transform: scale(.8)!important;
	-ms-transform: scale(.8)!important;
	transform: scale(.8)!important;
}
.section_girl {
	padding-bottom: 0;
}
.section_girl .callout {
	position: absolute;
	width: 200px;
	margin-left: 70px;
	padding-top: 70px;
	line-height: 1.2;
	color: #fff;
	font-weight: 400;
	font-size: 17px;
}
.section_girl img {
	padding-left: 150px;
}
.callout-right {
	height: 150px;
	width: 417px;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../img/callout.png);
	margin-left: 55px;
	margin-top: 45px;
	opacity: 0;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
	display: none;
}
.callout-right.on {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
/*.callout-text {*/
	/*width: 310px;*/
	/*position: absolute;*/
	/*margin-left: 120px;*/
	/*margin-top: 23px;*/
	/*color: #232327;*/
	/*font-size: 20px;*/
	/*line-height: 1.2;*/
	/*z-index: 1;*/
/*}*/
.callout-text {
	color: #232327;
	font-size: 20px;
	line-height: 1.2;
	z-index: 1;
	background: #fff;
	width: 370px;
	padding: 20px;
	margin-left: 0;
	margin: 25px auto 0;
	transform: skew(-10deg);
}
.callout-text:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 34px solid transparent;
	border-right: 42px solid #fff;
	border-bottom: 0px solid transparent;
	position: absolute;
	left: -40px;
	bottom: 28px;
}
.callout-text span {
	display: inline;
}
#example {
	display: none;
}
#example .new {
	opacity: 0;
}
#example .div_opacity {
/*    -webkit-transition: opacity .1s ease-in-out;
	-o-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;*/
	opacity: 1;
}
.section_girl .brd-input {
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	padding-top: 40px;
	text-align: center;
	color: #000;
}
.section_girl .phone-girl {
	padding: 16px 0;
	width: 385px;
	outline: 0;
	height: 45px;
	line-height: 40px;
	font-size: 18px;
	border: 2px solid transparent;
	font-weight: 100;
	text-align: center;
	font-family: systopieitalic, sans-serif;
}
.section_girl input[type=checkbox] {
	display: none;
}
.section_girl input[type=checkbox]+label {
	font-size: 14px;
	padding-left: 130px;
	color: #fff;
}
.section_girl input[type=checkbox]+label:before {
	border: 1.5px solid #fff;
	left: 95px;
	top: 1.5px;
}
.section_girl input[type=checkbox]:checked+label:before {
	left: 103px;
	top: -1px;
}
.section_girl .lb {
	position: absolute;
	color: #ffcd00;
	text-shadow: 1px 0 1px #000;
	font-size: 14px;
	width: 0;
	height: 24px;
	overflow: hidden;
	padding-left: 97px;
	margin-top: -23px;
	-webkit-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.section_girl input.error {
	border: 2px solid red;
	background: #fff;
}
.section_girl .lb.lb-active {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.button-gradient {
	margin-top: 20px;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	text-align: center;
}
.button-gradient .btn-primary {
	color: #fff;
	width: 385px;
	display: inline-block;
	background-color: #f38c37;
	font-size: 22px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e8513c));
	background-image: -webkit-linear-gradient(top, transparent 0, #e8513c 100%);
	background-image: -o-linear-gradient(top, transparent 0, #e8513c 100%);
	background-image: linear-gradient(to bottom, transparent 0, #e8513c 100%);
	padding: 5px 0;
	-webkit-transition: all .25s ease;
	border: none;
	outline: none;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	font-family: systopieitalic, sans-serif;
}
.button-gradient .btn-primary span {
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.button-gradient .btn-primary:hover {
	background-color: #e8513c;
}

.quest {
	border: 1px solid #000;
	background-color: #ffcd00;
	/*background: -webkit-linear-gradient(top, rgba(206,150,101,1) 1%,rgba(234,195,53,1) 19%,rgba(241,218,54,1) 40%,rgba(241,218,54,1) 60%,rgba(234,195,53,1) 82%,rgba(206,150,101,1) 100%); /* Chrome10-25,Safari5.1-6 */
	text-align: center;
	font-size: 19px;
	min-height: 70px;
	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;
	cursor: pointer;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	padding: 0 20px;
}
.quest:hover {
	background: #f07d38;
}
.quest.active {
	background-color: #f07d38;
	transition: all .35s ease;
}
.questions {
	padding-top: 15px;
}
.questions .answer {
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #000;
	border-top: 0 solid #fff;
	padding: 20px;
	font-family: systopieitalic, sans-serif;
	display: none;
	position: relative;
	z-index: 0;
}
.questions .answer ul {
	margin: 10px 20px;
}
.questions .answer ul .liquest {
	display: block;
	line-height: 1.2;
}
.questions .answer ul .liquest span {
	position: relative;
	bottom: 2px;
}
.block {
	margin-bottom: 20px;
}
.block:last-child {
	margin-bottom: 0;
}
.section_garantyi {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
}
.section_garantyi .left-block, .section_garantyi .right-block {
	padding-top: 40px;
}
.section_garantyi .left-block p, .section_garantyi .right-block p {
	margin-top: 20px;
}
.img-block {
	text-align: center;
}
.img-block img {
	width: 100%;
	-webkit-animation: rotate 60s infinite linear;
	animation: rotate 60s infinite linear;
}
.img-text {
	text-align: center;
	position: absolute;
	top: 0;
}
.img-text img {
	width: 100%;
	position: relative;
	right: 8px;
	bottom: 10px;
}
.img-rub {
	text-align: center;
	position: absolute;
	top: 0;
}
.img-rub img {
	width: 100%;
	position: relative;
	bottom: 9px;
	right: 6px;
	-webkit-animation: rotate 38s infinite reverse linear;
	animation: rotate 38s infinite reverse linear;
}
@-webkit-keyframes rotate {
	0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}@keyframes rotate {
	0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}.center-block img {
	width: 100%}
.manager-contacts {
	margin-top: 20px;
	text-align: center;
}
.manager-contacts .phone-container {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}
.manager-contacts .phone-container .phone {
	color: #fff;
	text-align: center;
}
.manager-contacts .phone-container .phone:hover {
	color: #ff4837;
}
.manager-contacts .name {
	margin-top: 2px;
	font-family: systopieitalic, sans-serif;
	font-size: 25px;
}

.section_gifts .img-container {
	text-align: center;
}
.section_gifts .img-container img {
	width: 100%;
	max-width: max-content;
}
.table-price table {
	background-color: #292519;
	width: 100%;
	color: #ffcd00;
	font-family: arial, sans-serif;
}
.table-price table a {
	color: #fff;
}
.table-price table tr:first-child {
	background-color: #ffcd00;
	color: #2c2a20;
	line-height: 1.1;
	height: auto;
	text-align: center;
	font-weight: 700;
	
	font-size: 17px;
	vertical-align: top;
	font-family: systopiebold, sans-serif;
}

.table-price table tr:not(:first-child) {
	white-space: nowrap;
}
.table-price table tr:first-child td span {
	color: #fff;
	text-shadow: none;
	font-size: 18px;
	height: 42px;
	text-shadow: 0 0 1px black;
}
section.prices_materials .table-price table tr:first-child td span {
	height: auto;
	color: #000;
	text-shadow: none;
}
.table-price table tr:first-child td {
	padding: 13px 10px 13px;
	min-width: 100px;
}
.table-price table tr {
	height: 78px;
	border-bottom: 1px solid #555;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
}
.mezhgorod .table-price table tr{
	height: 45px;
}
.table-price table tr:last-child {
	border: none;
}
.table-price table .first-td {
	color: #fff;
	padding-left: 25px;
	padding-right: 15px;
	line-height: 1.1;
	font-size: 17px;
	text-align: left;
	white-space: nowrap;
	font-family: systopieregular, sans-serif;
}
.table-price table  tr td.first-td-dark {
	text-align: left;
	padding-left: 46px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
}
.table-price table td {
	font-size: 15px;
	font-family: systopieregular, sans-serif;
}
.table-price table .first-td span {
	font-size: 13px;
}
.table-line {
	background-image: url(../img/bg-line.png);
	width: 100%;
	height: 6px;
	background-color: transparent;
}
.bottom-line {
	background-color: #ffcd00;
	font-family: arial, sans-serif;
	line-height: 1.2;
	padding: 5px;
	text-align: justify;
	font-size: 15px;
}

.table-price.mezhgorod table tr:first-child td span {
	height: auto;
}
.table-price.mezhgorod table .first-td span {
	font-size: 20px;
	color: #ffcd00;
}
.table-price.mezhgorod table span.inline {
	display: inline;
	position: relative;
	top: 1.5px;
	color: #ffcd00;
}
.table-price.mezhgorod table span.white {
	display: inline;
	color: #fff;
	position: relative;
	top: -.5px;
	font-size: 16px;
}
.table-price.mezhgorod table .first-td  {
 padding-left: 46px;
}

.table-price.mezhgorod table td {
	font-size: 18px;
}
.popular-cars {
	text-align: center;
}
.popular-cars .popular-car-item {
	text-align: center;
	display: block;
}
.popular-cars .car-photo {
	text-align: center;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 12px 30px -10px gray;
	box-shadow: 0 12px 30px -10px gray;
	padding: 25px 0;
	width: 100%;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}
.popular-cars .car-photo img {
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
}
.popular-cars .car-name {
	color: #232327;
	margin-top: 20px;
	font-size: 22px;
	line-height: 1.3;
}
.popular-cars .car-size {
	line-height: 1.3;
	margin-top: 4px;
}
.popular-cars .car-price {
	color: #e14a3b;
	font-family: systopiebolditalic, sans-serif;
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.popular-cars .pop-car-btn {
	margin-top: 20px;
	color: #fff;
	background-color: #f38c37;
	font-size: 25px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e8513c));
	background-image: -webkit-linear-gradient(top, transparent 0, #e8513c 100%);
	background-image: -o-linear-gradient(top, transparent 0, #e8513c 100%);
	background-image: linear-gradient(to bottom, transparent 0, #e8513c 100%);
	padding: 10px 0;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
	font-family: systopieitalic, sans-serif;
	display: block;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}
.popular-cars .pop-car-btn span {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
	display: block;
}
.popular-cars .pop-car-btn:hover {
	background-color: #e8513c;
}
.popular-car-item:hover .car-photo {
	-webkit-box-shadow: 10px 10px 30px -10px gray;
	box-shadow: 10px 10px 30px -10px gray;
}
.popular-car-item:hover .pop-car-btn {
	background-color: #e8513c;
}
.next_rew {
	font-family: systopieregular, sans-serif!important;
}
.next_rew:focus {
	color: grey;
}
.next_rew:hover {
	color: grey;
}
footer span {
	display: inline;
}
.footer {
	width: 100%;
	background: url(data:image/png;
	base64, iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAaUlEQVQoU12PCw2AMAwFbzaGDLCBDXSgAxvYABlgY+RgWxqaLOnn+vqWgBE4+WIFNuCudUk1EZorYCsDF5Aa4OYelAowqCTg0GeodLhZ62yiXL8JTNFTJ9vNv6cG9JvhN68nAYdRaYmeHot9F9X2eFD0AAAAAElFTkSuQmCC), repeat;
	background-color: #292519;
}

.footer .phone-container {
	padding-top: 15px;
}
.footer .payment {
	padding-top: 20px;
}
.footer .payment .h4 {
	color: #b0b0b0;
	font-size: 13px;
	margin-bottom: 30px;
}
.footer .payment .h4 .bd {
	display: block;
	margin-top: 10px;
	width: 89%;
	height: 1px;
	background-color: #b0b0b0;
}
.footer .payment ul li {
	margin: 5px 5px;
}
.footer .payment ul li:first-child, .footer .payment ul li:nth-child(5) {
	margin-left: 0;
}
.footer-doc {
	position: relative;
	bottom: 3px;
}
.footer-doc .bd {
	width: 120%}
.footer-doc ul li {
	display: block;
}
.footer-doc ul li a .blank {
	display: inline-block;
	line-height: 1.2;
	position: relative;
	padding-left: 10px;
	top: 9px;
}
.footer-doc ul li a .blank .word {
	color: #057ec7;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.footer-doc ul li a .blank .format {
	font-size: 11px;
}
.footer-doc ul li a .blank .pdf {
	color: #c1272d;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.word-pdf:hover .blank .word {
	border-bottom: 1px solid #057ec7;
}
.word-pdf:hover .blank .pdf {
	border-bottom: 1px solid #c1272d;
}
.second-menu {
	margin-top: 25px;
	padding-bottom: 15px;
}
.second-menu .icon {
	margin: 0 9px;
	font-size: 12px;
}
.second-menu .icon span {
	border-bottom: 1px solid #666;
}
.second-menu .icon:hover {
	color: #666;
}
.second-menu .icon:hover span {
	border-bottom: 1px solid transparent;
}
.second-menu .icon:focus {
	color: #666;
}
.second-menu .icon img {
	margin-right: 5px;
}
.vacansion {
	text-align: center;
	font-size: 30px;
	color: #f2f2f2;
	display: block;
	padding-top: 25px;
}
.vacansion .img {
	display: inline-block;
	background-color: #f2f2f2;
	width: 57px;
	padding: 5px 0;
	text-align: center;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	margin: 0 15px 0 55px;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.vacansion .img img {
	width: 40px;
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
}
.vacansion:hover {
	color: #aeaeae;
}
.vacansion:hover .img {
	background-color: #aeaeae;
}
.live-internet {
	margin-left: 105px;
	margin-top: 25px;
}
.author-box {
	text-align: right;
	margin-top: 25px;
	color: #666;
}
.cont_reviews {
	padding-bottom: 0;
}
.cont_reviews a {
	margin-bottom: 25px;
}
.review-bd {
	line-height: .1;
}
.paste-review {
	text-align: center;
}
.paste-review span {
	display: inline;
}
.paste-review a {
	color: #000;
	display: block;
	margin-top: 0;
	font-family: systopieitalic, sans-serif;
	font-size: 19px;
	font-weight: 700;
	cursor: pointer;
}
.paste-review a span {
	border-bottom: 1px dashed #000;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.paste-review a:hover span {
	border-bottom: 1px dashed transparent;
}
.worp-answ {
	border: 1px solid #e5e5e5;
	position: absolute;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	width: 90px;
	text-align: center;
	right: 26px;
	background: #fff;
	bottom: 35px;
	display: none;
}
.bg-worp {
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}
.quest {
	position: relative;
}
.answer:before {
	content: '';
	position: absolute;
	background-image: url(../img/images/bg_slider_auto.png);
	left: 0;
	width: 100%;
	text-align: center;
	height: 23px;
	margin-top: -20px;
}
.car_menu li {
	width: 280px;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}
.car_menu li a {
	display: block;
	margin-bottom: 3px;
	text-decoration: none;
	padding: 7px 15px;
}
.car_menu li a.active, .car_menu li a:hover {
	background: #ffcd00 url(../img/images/arrow_act.png) no-repeat 251px 12px;
	-webkit-box-shadow: inset 0 3px 8px 0 #c86d03;
	box-shadow: inset 0 3px 8px 0 #c86d03;
	border-left: 1px solid #c86d03;
	border-right: 1px solid #c86d03;
	padding: 7px 14px;
}
.car_menu li a span {
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
}
.car_menu li a img {
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
	float: left;
	opacity: .5;
	margin-right: 10px;
}
.car_menu li a .name {
	display: block;
	color: #304150;
	font-size: 18px;
	font-family: systopieitalic, sans-serif;
	line-height: 1.2;
}
.car_menu li a.active img, .car_menu li a:hover img {
	opacity: 1;
}
.car_menu li a.active .descripton, .car_menu li a.active .name, .car_menu li a:hover .descripton, .car_menu li a:hover .name {
	color: #000;
}
.car_menu li a .descripton {
	display: block;
	color: #999;
	font-size: 13px;
	line-height: 1;
}
.car_menu .img_car {
	height: 28px;
	width: 65px;
	display: table-cell;
	vertical-align: middle;
}
.car_menu .img_car img {
	width: 90%}
.car_menu .text_car {
	display: table-cell;
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
}
.parallelogram_group label {
	padding-right: 15px;
	margin-left: -7px;
	font: 15px systopiebolditalic, sans-serif;
}
.parallelogram_group .where {
	padding-left: 54px;
}
.input_whence, .input_where {
	height: 23px;
}
.adr_input {
	display: none;
	position: absolute;
	font-size: 15px;
	outline: 0;
	width: 235px;
	padding: 10px 14px;
	background: 0 0;
	z-index: 5000;
	outline: 0;
	border: none;
}
.main-sl-line {
	background-image: url(../img/images/bg_slider_auto.png);
	width: 96.5%;
	margin-bottom: 20px;
	height: 20px;
	position: relative;
	right: 20px;
	-webkit-background-size: cover;
	background-size: cover;
}
#orderModal .adr_input {
	left: 155px;
	width: 485px;
}
#orderModal .adr_input.where_act {
	top: 64px;
}
.adr_block {
	padding-bottom: 43px;
	width: 100%}
.adr_input.whence_act {
	top: 1px;
	left: 75px;
	padding-bottom: 13px;
	width: 250px;
}
.adr_input.where_act {
	top: 1px;
	left: 423px;
	padding-bottom: 13px;
	width: 250px;
}
.parallelogram_group .adr_block div, .parallelogram_group .adr_block label {
	float: left;
	display: block;
}
.parallelogram_group .adr_block label {
	line-height: 43px;
	font-family: systopieitalic, sans-serif;
}
.parallelogram_group .adr_block label.input_where {
	float: right;
	margin-right: 30px;
}
#orderModal form {
	position: relative;
}
.input_parallelogram {
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	display: inline-block;
	border: 2px solid #555;
	width: 250px;
	height: 44px;
	padding: 8px 15px;
	background-color: #fff;
}
.input_parallelogram.message {
	padding: 0;
	border: none;
}
.input_parallelogram input {
	font-size: 15px;
	font-style: italic;
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
	outline: 0;
	border: none;
	width: 100%}
div.input_parallelogram.date {
	border-color: #ccc;
	border-bottom: none;
	background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(21%, #fcfcfc), color-stop(92%, #ebebeb), color-stop(96%, rgba(0, 0, 0, .27)), to(rgba(0, 0, 0, .09)));
	background: -webkit-linear-gradient(top, #fff 0, #fcfcfc 21%, #ebebeb 92%, rgba(0, 0, 0, .27) 96%, rgba(0, 0, 0, .09) 100%);
	background: -o-linear-gradient(top, #fff 0, #fcfcfc 21%, #ebebeb 92%, rgba(0, 0, 0, .27) 96%, rgba(0, 0, 0, .09) 100%);
	background: linear-gradient(to bottom, #fff 0, #fcfcfc 21%, #ebebeb 92%, rgba(0, 0, 0, .27) 96%, rgba(0, 0, 0, .09) 100%);
}
div.input_parallelogram.date input {
	background: transparent url(../img/images/bg_date.png) no-repeat right 3px;
	cursor: pointer;
}
.input_parallelogram.message textarea {
	border: 2px solid #2c2a20;
	outline: 0;
}
.submit_parallelogram {
	display: inline-block;
	position: relative;
	top: 15px;
}
.submit_parallelogram input {
	border: none;
	background: url(images/submit_parallelogram.html);
	width: 36px;
	height: 43px;
}
.radio_box_parallelogram label {
	cursor: pointer;
	font-size: 12px;
	color: #747474;
	font-family: systopieitalic, sans-serif;
	font-style: normal;
	font-weight: 700;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	display: inline-block;
	line-height: 22px;
	text-align: center;
	padding: 0 13px;
	float: left;
	margin-left: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(23%, #fcfcfc), to(#ebebeb));
	background: -webkit-linear-gradient(top, #fff 0, #fcfcfc 23%, #ebebeb 100%);
	background: -o-linear-gradient(top, #fff 0, #fcfcfc 23%, #ebebeb 100%);
	background: linear-gradient(to bottom, #fff 0, #fcfcfc 23%, #ebebeb 100%);
	-webkit-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.radio_box_parallelogram label:nth-child(7), .radio_box_parallelogram label:nth-child(8) {
	display:none;
}
.radio_box_right label {
	height: 47px;
	width: auto;
	font-size: 15px;
	line-height: 30px;
	padding: 0 18px;
	font-size: 17px;
	font-weight: 400;
	margin-left: 0;
	color: #000;
}
.radio_box_right label:first-child {
	padding: 0 18px;
}
.radio_box_parallelogram input[type=radio] {
	display: none;
}
.radio_box_parallelogram label span {
	display: block;
	top: -6px;
	position: relative;
	width: auto;
	margin-top: 0;
	font: 12px systopiebolditalic, sans-serif;
	font-weight: 400;
	float: none;
	text-transform: uppercase;
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
	letter-spacing: 1px;
}
.radio_box_parallelogram label b {
	font-style: normal;
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
	display: block;
}
.radio_box_right {
	position: relative;
	top: -22px;
	left: 30px;
}
.radio_box_parallelogram label b {
	font-family: systopiebolditalic, sans-serif;
}
.radio_box_parallelogram .active {
	color: #000;
	background: #ffcd00;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	-webkit-box-shadow: inset 0 3px 8px 0 #c86d03;
	box-shadow: inset 0 3px 8px 0 #c86d03;
	border: 1px solid #c86d03;
}
#otzivModal label {
	margin-bottom: 20px;
}
#otzivModal input[type=text] {
	width: 350px;
	height: 25px;
	margin-left: 15px;
	outline: 0;
}
#otzivModal textarea {
	width: 350px;
	height: 250px;
	margin-left: 15px;
	outline: 0;
}
#otzivModal .butt {
	margin-left: 170px;
}
.radio_box_parallelogram label span {
	font-family: systopieitalic, sans-serif;
}
.insurance-movers {
	position: relative;
	height: 130px;
	margin: 50px 0;
	clear: both;
}
.insurance-movers .insurance-movers-img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.insurance-movers a {
	position: absolute;
	color: #304150;
	font-size: 21px;
	display: block;
	margin: auto 0;
	top: 0;
	bottom: 0;
	width: 300px;
	height: 30px;
	text-decoration: none;
}
.insurance-movers a .small {
	display: block;
	font-size: 13px;
	text-align: center;
}
.insurance-movers a .text {
	text-decoration: underline;
	font-family: systopiebolditalic, sans-serif;
}
.insurance-movers a:hover .text {
	text-decoration: none;
}
.insurance-movers .safe-custody {
	left: 125px;
	width: 235px;
}
.insurance-movers .professional-movers {
	right: 80px;
}
.lease_time_block {
	margin: 28px 0 61px -6px;
}
.lease_time_block>span {
	width: 115px;
	float: left;
	display: block;
	font: 15px/15px systopieitalic, sans-serif;
}
.lease_time_block .lease_time_slider {
	float: left;
	width: 570px;
}
.radio_box_title {
	font: 20px systopieitalic, sans-serif;
	margin-bottom: 15px;
	margin-left: -5px;
	margin-top: 100px;
}
.porter {
	display: none;
}
.bell_time_block, .porter_time_block {
	margin: 80px 0 70px 0;
}
.bell_time_block>span, .porter_time_block>span {
	width: 205px;
	float: left;
	display: block;
	font: 16px systopieitalic, sans-serif;
	line-height: 12px;
}
.porter_time_block>span {
	margin-left: -5px;
}
.bell_time_block>span {
	width: 155px;
}
.porter_time_block .porter_time_slider {
	float: left;
	width: 475px;
}
.bell_time_block .bell_time_slider {
	float: left;
	width: 480px;
}
.noUi-signature span {
	font-size: 11px;
	font-weight: 700;
	font-family: systopiebolditalic, sans-serif;
	display: inline;
}
.noUi-signature span span {
	font-size: 15px;
	font-family: systopiebolditalic, sans-serif;
}
.left_block {
	float: left;
	height: 215px;
	width: 245px;
	text-align: center;
}
.left_block p {
	text-align: center;
}
.left_block .or {
	font: 14px systopieitalic, sans-serif;
	color: #232327;
	margin: 28px 0 15px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.left_block .or span {
	background-color: #f8f8f8;
	overflow: hidden;
	letter-spacing: 2px;
	text-align: center;
	width: 245px;
	font-size: 18px;
	padding: 0 5px;
	display: inline;
}
.left_block .or span:before {
	content: '';
	left: 0;
	position: absolute;
	width: 300px;
	height: 1px;
	margin-top: 12px;
	background-color: #bbb;
	z-index: -1;
}
.left_block .phone-container .phone {
	font: 19px systopiebolditalic, sans-serif;
	color: #000;
}
.left_block .phone-container .phone span {
	font-size: 33px;
}
.left_block .phone-container .phone:hover {
	color: #ff4837;
}
.left_block .phone-container .phone_time {
	font: 15px systopieitalic, sans-serif;
	color: #aeaeae;
	text-align: center;
	padding-top: 5px;
}
.right_block {
	float: left;
	margin: 50px 0 0 60px;
}
.right_block .chek_home {
	width: 350px;
	padding: 0 21px 0 27px;
	border: 1px solid #dfdfdf;
	border-bottom: none;
	background: url(../img/images/bg_check.png) repeat-x 0 0 #fff;
	margin: 0 4px;
	-webkit-box-shadow: 0 0 6px #ddd;
	box-shadow: 0 0 6px #ddd;
	padding-bottom: 15px;
}
.right_block .bottom_line {
	background: url(../img/images/bg_check_bott.png) no-repeat 0 100%;
	margin: 0;
	height: 10px;
}
.right_block .item {
	color: #232327;
	margin-top: 6px;
	padding-bottom: 5px;
}
.right_block .item span {
	float: right;
}
.right_block .item span sub {
	vertical-align: super;
	text-transform: uppercase;
	font: 10px systopiebolditalic, sans-serif;
}
.right_block .item.price {
	height: 32px;
}
.right_block .item.price .total-txt {
	font: 21px systopiebolditalic, sans-serif;
	text-transform: uppercase;
	padding-top: 10px;
	float: left;
	color: #000;
	letter-spacing: 2px;
}
.right_block .price_mkad, .right_block .price_val {
	float: left!important;
	margin-right: 4px;
}
.right_block .item.price span {
	font: 32px/32px systopiebolditalic, sans-serif;
	color: #e14a3b;
}
.right_block .item.price span sub {
	font-size: 15px;
}
.right_block .desc {
	font-size: 12px;
	color: #a0a0a0;
	line-height: 12px;
	text-transform: uppercase;
	margin-top: 0;
	font-family: systopieregular, sans-serif;
	padding-bottom: 5px;
}
.right_block .desc.all_price {
	margin-bottom: 20px;
	margin-top: 10px;
	width: 110%;
	font-family: Arial, sans-serif;
}
.right_block hr {
	background: url(images/line.html);
	height: 13px;
	border: none;
	margin: 10px -27px 0 -27px;
}
.right_block hr.top_line {
	background: url(images/line2.html);
}
.submit-button {
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	background-color: #f38c37;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e8513c));
	background-image: -webkit-linear-gradient(top, transparent 0, #e8513c 100%);
	background-image: -o-linear-gradient(top, transparent 0, #e8513c 100%);
	background-image: linear-gradient(to bottom, transparent 0, #e8513c 100%);
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	width: 240px;
	margin-top: 50px;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.submit-button:hover {
	background-color: #e8513c;
}
.bottom .submit-button {
	display: inline-block;
	float: left;
	margin-left: 330px;
}
.submit-button a, .submit-button input {
	background: 0 0;
	border: none;
	outline: 0;
	font: 24px systopiebolditalic, sans-serif;
	color: #fff;
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
	padding: 9px 28px;
	cursor: pointer;
	text-decoration: none;
	display: block;
	text-shadow: 0 1px 2px #666;
	text-align: center;
	font-family: systopieitalic, sans-serif;
	font-weight: 400;
}
.main-slider {
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	max-width: 100%}
.main-slider .right-block>div, .main-slider img {
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
}
.main-slider .left-block {
	border: 1px solid #e5e5e5;
	float: left;
	height: 225px;
	background: #fff;
}
.main-slider .left-block img {
	padding: 20px 42px;
	width: 105%}
.main-slider .right-block {
	float: left;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 25px;
	height: 225px;
	background: #f8f8f8;
	width: 393px;
}
.main-slider .right-block .volume_tonnage_size {
	margin-left: -23px;
}
.main-slider .h2 {
	color: #e14a3b;
	font: 15px systopiebolditalic, sans-serif;
	margin: 21px 0 18px;
	text-transform: uppercase;
	letter-spacing: .01em;
}
.main-slider .h2 span {
	font-size: 30px;
	position: relative;
	font-family: systopiebolditalic, sans-serif;
	top: 6px;
	display: inline;
}
.main-slider .h3 {
	font: 26px systopieitalic, sans-serif;
	margin-bottom: 17px;
	height: 66px;
	margin-left: -15px;
	text-indent: 8px;
	line-height: 110%}
.main-slider .span-group span {
	font: 15px systopieitalic, sans-serif;
	padding-right: 15px;
	margin-right: 15px;
	display: block;
	float: left;
	background: url(../img/images/separator.png) no-repeat right top;
	line-height: 26px;
}
.autocomplete-suggestions {
	background: #fff;
	border: 1px solid #b3b9cb;
	cursor: default;
	max-height: 500px;
	overflow: auto;
	margin-left: -3px;
}
.autocomplete-suggestion {
	overflow: hidden;
	padding: 2px 5px;
	white-space: nowrap;
	font-style: italic;
	font-size: 14px;
}
.autocomplete-suggestion-region {
	color: #999;
}
.autocomplete-suggestion:nth-child(even) {
	background: #f5f5f5;
}
.autocomplete-selected {
	background: #ffcd00;
}
.autocomplete-suggestion strong {
	color: #e14a3b;
	font-weight: 400;
}
.input_parallelogram input {
	font-family: arial;
}
.cont_reviews .desc_left {
	width: 41px;
	height: 39px;
	float: left;
	background: url(../img/images/quotes.png) no-repeat left top;
	position: relative;
}
.cont_reviews .desc_right {
	width: 41px;
	height: 39px;
	float: left;
	background: url(../img/images/quotes.png) no-repeat left top;
	position: relative;
	float: right;
	background: url(../img/images/quotes.png) no-repeat -41px top;
	bottom: 40px;
}
.cont_reviews .desc_center {
	margin: 0 55px;
	font: 18px/22px arial, sans-serif;
}
.cont_reviews p {
	font: italic 22px/26px arial, sans-serif;
	float: right;
	margin-right: -35px;
}
.cont_reviews .next_rew {
	text-align: center;
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	font: 11px/15px systopiebolditalic, sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
	color: #6c6c6c;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.cont_reviews .next_rew:hover {
	text-decoration: none;
}
.cont_reviews .next_rew img {
	margin-right: 10px;
}
.mm-listview br {
	display: none;
}
.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
	width: 100%}
.breadcrumbs {
	padding: 10px 0;
}
#breadcrumbs-two {
	overflow: hidden;
	width: 100%}
#breadcrumbs-two li {
	float: left;
	margin: 0 7px;
	position: relative;
	z-index: 1;
}
#breadcrumbs-two a {
	background: rgba(221, 221, 221, .6);
	padding: .1em 1em;
	float: left;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	position: relative;
	font-size: 11px;
	font-family: Arial, sans-serif;
}
#breadcrumbs-two a:hover {
	background: #ffcd00;
}
#breadcrumbs-two a::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-width: 1.5em 0 1.5em 1em;
	border-style: solid;
	border-color: rgba(221, 221, 221, .6) rgba(221, 221, 221, .6) rgba(221, 221, 221, .6) transparent;
	left: -1em;
}
#breadcrumbs-two a:hover::before {
	border-color: #ffcd00 #ffcd00 #ffcd00 transparent;
}
#breadcrumbs-two a::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid rgba(221, 221, 221, .6);
	right: -1em;
}
#breadcrumbs-two a:hover::after {
	border-left-color: #ffcd00;
}
#breadcrumbs-two .current {
	font-weight: 700;
	background: 0 0;
	padding-left: 5px;
	position: relative;
	z-index: 1;
}

#breadcrumbs-two .current:hover {
	font-weight: 700;
	background: 0 0;
}
#breadcrumbs-two .current::after, #breadcrumbs-two .current::before {
	content: normal;
}
.cont_reviews .title-s h2:after, .cont_reviews .title-s h2:before {
	height: 2px;
	content: ''}


#breadcrumbs-two li:before {
	content: '';
	position: absolute;
	width: 1000%;
	top: 0px;
	background-color: #f8f8f8;
	margin: 0;
	border: none;
	right: auto;
	height: 7px;
	z-index: -1;
}
#breadcrumbs-two li:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	background-color: #f8f8f8;
	border: none;
	left: -9px;
	height: 7px;
	top: auto;
	bottom: -7px;
	z-index: 0;
}
.footer-nav .primary-menu ul {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.footer-nav .primary-menu ul li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.footer-nav .primary-menu ul li a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.footer-nav .primary-menu ul li a span {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.footer-nav {
	padding: 0;
}

.section_photoreport {
padding-bottom: 35px;
}

#checkbx-error {
	color: red!important;
	position: absolute;
	top: 18px;
	display: block!important;
}
#checkbx-error:before {
	top: -18px;
}
.lb-non {
	color: #fff!important;
	/*font-size: 14px!important;*/
}
.error_404 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 100px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.error_404 h1 {
	margin-top: 0;
}
.error_404 .big_btn:hover {
	color: #ffcd00;
}
.error_404 .back404 a:hover {
	color: #ffcd00;
}
.sub-2.active {
	display: block;
}
.sub-3.active {
	display: block;
}
."/bitrix/templates/pereezdi/img/ {
	padding-bottom: 30px;
}

.offer-image img {
	width: 100%}
.offer-content {
	margin-top: 25px;
}
.offer-content .counter {
	line-height: .6;
	text-align: left;
	position: relative;
	right: 20px;
}
.offer-content .h3 {
	margin-top: 40px;
	font-size: 30px;
	margin-bottom: 10px;
}
.offer-content .h3.offer_2 {
	margin-top: 22px;
}
.section_special_offer .brd-input {
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	padding-top: 40px;
	padding-left: 80px;
}
.section_special_offer .brd-input .offer-phone {
	width: 383px;
	outline: 0;
	height: 45px;
	line-height: 40px;
	font-size: 18px;
	border: 2px solid transparent;
	font-weight: 100;
	text-align: center;
	font-family: systopieitalic, sans-serif;
	border: 1px solid #000;
}
.cupon {
	position: absolute;
	bottom: 0;
}
.cupon .button-gradient {
	text-align: left;
	padding-left: 0;
	margin-top: 0;
}
.cupon .button-gradient .btn-primary {
	width: 320px;
	text-align: center;
}

.section_relocation {
	background: #292519 url(../img/images/bg-tabl.png) repeat-x 0 100%;
}
.section_relocation #bell2 {
	padding: 0px 65px;
}
.section_relocation #bell2 .modal-title-block .h4 {
	margin-left: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.section_relocation .pad_left_20 {
	float: left;
	width: 160px;
	padding-left: 20px;
	color: #fff;
	overflow: hidden;
	font-size: 14px;
	padding-top: 15px;
}
.section_relocation #bell2 .input_parallelogram {
	margin-bottom: 20px;
	float: left;
	width: 55.5%;
	border: none;
	color: #000;
	line-height: 100%}
.section_relocation #bell2 .js_radio label {
	padding: 10px 5px;
	width: 18.5%;
	height: 50px;
	margin-left: 0;
}
.section_relocation #bell2 .js_radio label i {
	line-height: 14px;
	font-size: 14px;
	display: block;
}
.section_relocation #bell2 .noUi-base {
	width: 90%}
.section_relocation .bell_time_slider2 {
	float: left;
	width: 450px;
	padding-top: 15px;
}
.section_relocation #bell2 .noUi-base {
	background: #b5b5b5;
}
.section_relocation #bell2 .noUi-origin {
	background: #b5b5b5;
}
.section_relocation #bell2 .noUi-signature {
	top: 33px;
	left: -5px;
}
.section_relocation #bell2 .noUi-arrow:before {
	border-top: 4px solid #e64c3c;
}
.section_relocation #bell2 .noUi-arrow-active:before {
	border-top: 4px solid #b5b5b5!important;
}
.section_relocation #bell2 .noUi-origin:first-child {
	background: #e64c3c;
}
.section_relocation #bell2 .bell_time_block>span {
	width: 130px;
	padding-left: 20px;
}
.section_relocation #bell2 .input_parallelogram.message {
	width: 387px;
	height: 75px;
	border: none;
	outline: 0;
	background: 0 0;
}
.section_relocation #bell2 .input_parallelogram.message textarea {
	width: 100%;
	height: 100%;
	resize: none;
	font-size: 15px;
	padding-left: 10px;
}
.section_relocation #bell2 .porter_time_block {
	margin: 20px 0 41px 0;
}
.section_relocation #bell2 .bell_time_block {
	margin: 20px 0 41px 0;
}
.section_relocation .error-border {
	border: 2px solid red!important;
}
.section_relocation #bell2 .bell_time_block>span {
	width: 150px;
}
.section_relocation .clear {
	clear: both;
}
.section_relocation .red {
	color: red;
}
.section_relocation .none {
	display: none;
}
.section_relocation .hide {
	opacity: 0;
	position: absolute;
}
.work-items-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.work-item {
	width: 33.33%;
	border: 2px solid #666;
	padding: 20px 0 20px 20px;
	background-color: #f8f8f8;
}
.work-item:nth-child(1), .work-item:nth-child(2), .work-item:nth-child(3) {
	border-left: none;
	border-top: none;
	border-bottom: none;
}
.work-item:nth-child(3) {
	border-right: none;
}
.work-item:nth-child(4), .work-item:nth-child(5), .work-item:nth-child(6) {
	border-left: none;
	border-bottom: none;
}
.work-item:nth-child(6) {
	border-right: none;
}
.work-item-number {
	font-size: 63px;
	line-height: .8;
	color: red;
	float: left;
	display: block;
	width: 37px;
	text-align: center;
}
.work-item-content {
	float: left;
	width: 68%;
	margin-left: 15px;
	line-height: 1;
	font-size: 23px;
}
.why-us {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.why-us ul li {
	display: block;
	font-size: 18px;
	padding-left: 35px;
	background: url(../img/images/bg-li.png) no-repeat 10px 8px;
	font-family: systopieitalic, sans-serif;
	line-height: 30px;
}
.discounts {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
.section_motto {
	background-color: #292519;
	text-align: center;
	color: #fff;
	line-height: 1.3;
}
.section_motto .h3 {
	margin-top: 0;
	font-size: 45px;
	margin-bottom: 0;
	color: #ffcd00;
}
.section_motto p {
	font-size: 40px;
	padding-bottom: 10px;
}
.section_motto .phone-container .phone {
	text-align: center;
	color: #ffcd00;
	font-size: 30px;
}
.phone-container .phone span {
	display: inline;
}
.section_motto .phone-container .phone span {
	font-size: 45px;
	display: inline;
}
.section_motto .phone-container .phone:hover {
	color: #ff4837;
}

.table-pereezd .h4 {
	color: #ffcd00;
}
.table-pereezd .input_parallelogram {
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}
.table-pereezd .input_parallelogram input {
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
}
.labels label i {
	display: block;
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.section_relocation .input_parallelogram.message {
	text-align: center;
	overflow: hidden;
}
.section_relocation .input_parallelogram.message textarea {
	border: none;
}
.offer-shop {
	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-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.offer-shop .button-gradient {
	margin-top: 0;
	text-align: left;
}
.offer-shop .button-gradient a {
	text-align: center;
}
.offer-shop .btn-right {
	margin-top: 37px;
	text-align: left;
}
.offer-shop .btn-right a {
	text-align: center;
}
.offer-shop .offer-content {
	margin-top: 135px;
}
.offer-shop .brd-input {
	padding-left: 0;
}
.overlay {
	background-color: rgba(0, 0, 0, .9);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	display: none;
}
.title-top {
	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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.title-top .fa {
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 25px;
	cursor: pointer;
}
.basket-section {
	width: 1100px;
	margin: 0 auto;
}
.basket-section h3 {
	font-size: 32px;
	font-family: systopieregular, sans-serif;
	margin-bottom: 10px;
	color: #fff;
}
.basket {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f2f2f2));
	background: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
	background: -o-linear-gradient(top, #fff 0, #f2f2f2 100%);
	background: linear-gradient(to bottom, #fff 0, #f2f2f2 100%);
	-webkit-box-shadow: 0 0 1px #666;
	box-shadow: 0 0 1px #666;
	margin: auto;
}
.basket .top-section {
	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-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.basket .top-section span {
	font-family: systopiebold, sans-serif;
	font-weight: 400;
	font-size: 18px;
	padding: 10px;
	color: #000;
	width: 12.5%}
.basket .top-section .name {
	width: 50%;
	padding-left: 15px;
}
.basket-check {
	background-image: url(../img/bg_check.png);
	width: 100%;
	height: 9px;
	background-position: center bottom;
	background-repeat: repeat-x;
}
.basket-content {
/*    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f2f2f2));
	background: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
	background: -o-linear-gradient(top, #fff 0, #f2f2f2 100%);
	background: linear-gradient(to bottom, #fff 0, #f2f2f2 100%);*/
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.basket-content .item {
	padding: 7px 0;
	width: 100%;
	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: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding-left: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.basket-content .item:last-child {
	border-bottom: none;
}
.basket-content .item span {
	width: 12.5%}
.basket-content .item .name-material {
	width: 50%}
.basket-content .item .col-value input {
	width: 70px;
	height: 25px;
	font-family: systopieregular, sans-serif;
	outline: 0;
	margin-right: 5px;
}
.basket-content .name-material {
	font-family: systopiebold, sans-serif;
	font-size: 15px;
}
.basket-content .name-material img {
	width: 60px;
	height: 50px;
	object-fit: cover;
	margin-right: 15px;
}
.basket-content .price-value {
	color: #666;
	font-family: systopieregular, sans-serif;
}

.basket-content .col-value, .basket-content .full-price-value {
	font-family: systopieregular, sans-serif;
}
.basket-content .delete {
	color: #327ab7;
	cursor: pointer;
	font-family: systopieregular, sans-serif;
	font-size: 14px;
	user-select: none;
}
.basket-content mark {
	display: inline-block;
	color: #000;
}
.basket-content .price-value mark {
	color: #666;
}
.itog {
	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;
	padding: 10px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-family: systopieregular, sans-serif;
	font-size: 20px;
	padding-left: 15px;
}
.itog span {
	margin-right: 75px;
	color: #dfb300;
}
.btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: left;
	-webkit-align-items: left;
	-ms-flex-align: left;
	align-items: left;
	margin-left: 20px;
	padding-top: 20px;
}
.basket-btn {
	text-align: center;
	padding-bottom: 20px;
	margin-right: 10px;
	cursor: pointer;
}
.basket-btn a {
	color: #000;
	padding: 6px 10px;
	display: inline-block;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	background-color: #ffcd00;
	-webkit-box-shadow: inset 0 0 18px 1px #e05c14;
	box-shadow: inset 0 0 18px 1px #e05c14;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.basket-btn a span {
	display: block;
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.basket-btn:hover a {
	-webkit-box-shadow: inset 0 0 0 1px transparent;
	box-shadow: inset 0 0 0 1px transparent;
}
.basket-btn-grey a {
	padding: 6px 10px;
	display: inline-block;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	background-color: #ebebeb;
	color: #000;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	-webkit-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}
.basket-btn-grey a span {
	display: block;
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
}
.basket-btn-grey a:hover {
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.basket-btn-grey a:hover a {
	-webkit-box-shadow: inset 0 0 0 1px transparent;
	box-shadow: inset 0 0 0 1px transparent;
}
.materials-pack {
	background-color: #292519;
	padding-top: 30px;
	padding-bottom: 30px;
}
.materials-pack .title-s {
	background-color: #292519;
	margin-bottom: 0;
}
.materials-pack .title-s h2 {
	line-height: 1.1;
	margin-bottom: 10px;
	background-color: #292519;
	color: #fff;
}
.materials-pack .title-s h2:after, .materials-pack .title-s h2:before {
	background-color: #fff;
}
.materials-pack .title-s p {
	text-align: center;
	font-family: systopieregular, sans-serif;
	color: #fff;
}
.materials-carousel .owl-nav>div {
	top: 31%}
.catalog {
	background-color: #f8f8f8;
	padding-bottom: 0;
	position: relative;
}
.catalog span {
	display: inline;
}
.catalog .button-gradient .btn-primary {
	width: auto;
}
.catalog .title-s {
	margin-bottom: 0;
}
.catalog-item {
	text-align: center;
	margin: 20px 0;
	width: 100%;
}
.catalog-item .title {
	text-align: left;
	font-family: systopiebold, sans-serif;
	padding-left: 10px;
	padding-top: 10px;
}
.catalog-item .capture {
	font-family: systopieregular, sans-serif;
	padding-top: 15px;
	color: #666;
	min-height: 40px;
	height: 100%;
	position: relative;
}
.catalog-item .image {
	max-width: 180px;
	text-align: center;
	height: 181px;
	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;
	margin: 20px auto;
}
.catalog-item .price {
	text-transform: uppercase;
	color: #666;
	font-family: systopieregular, sans-serif;
	font-size: 20px;
	padding-bottom: 15px;
}
.catalog-item .price span {
	color: #000;
}
.catalog-item .top-part {
	background-color: #fff;
}
.catalog-item .bottom-part {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #e6e6e6), to(#f2f2f2));
	background-image: -webkit-linear-gradient(bottom, #fff 0, #e6e6e6 50%, #f2f2f2 100%);
	background-image: -o-linear-gradient(bottom, #fff 0, #e6e6e6 50%, #f2f2f2 100%);
	background-image: linear-gradient(to top, #fff 0, #e6e6e6 50%, #f2f2f2 100%);
	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-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 15px 0;
}
.catalog-item .bottom-part input {
	width: 60px;
	height: 33px;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	outline: 0;
	border: 2px solid #000;
	text-align: center;
	padding-left: 10px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #e6e6e6), to(#f2f2f2));
	background-image: -webkit-linear-gradient(bottom, #fff 0, #e6e6e6 50%, #f2f2f2 100%);
	background-image: -o-linear-gradient(bottom, #fff 0, #e6e6e6 50%, #f2f2f2 100%);
	background-image: linear-gradient(to top, #fff 0, #e6e6e6 50%, #f2f2f2 100%);
}
.catalog-item .bottom-part .basket-btn {
	margin-top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 0;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}
.catalog-item .bottom-part .basket-btn a {
	height: 35px;
	line-height: 35px;
	padding: 0;
	padding-left: 25px;
	padding-right: 25px;
	display: inline-block;
	-webkit-transform: skew(0);
	-ms-transform: skew(0);
	transform: skew(0);
}
.catalog-item .check-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.catalog .owl-dots {
	font-size: 28px;
	counter-reset: dots;
		-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	text-align: center;
	margin: 0 15px;
}
.catalog .owl-dot:before {
	counter-increment:dots;
	content: counter(dots);
	width: 35px;
	 height: 35px;
	 line-height: 33px;
	 display: block;
	 border-radius: 3px;
}
.catalog .owl-dot{
	text-align: center;
	display: inline-block;
	font-family: systopiebolditalic, sans-serif;
	
}
.catalog .owl-nav .owl-dots:hover{
	zoom: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.catalog .owl-dot.active:before {
	color: #ffcd00;
	 background: black;
}
.catalog .owl-nav>div:before {
	content: none;
}
.catalog-carousel .owl-nav {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	margin: 0 auto;
	position: relative;
}
.catalog-carousel .owl-prev, .catalog-carousel .owl-next {
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.catalog-carousel .owl-nav>div {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inherit;
}
.catalog-carousel .owl-nav .owl-prev:before {
	width: 35px;
	position: relative;
	height: 35px;
	line-height: 35px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	color: #fff;
	content: "\f060";
	font-size: 25px;
	background-color: #000;
	font-weight: 100;
}
.catalog-carousel .owl-nav .owl-next:before {
	width: 35px;
	position: relative;
	height: 35px;
	line-height: 35px;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	color: #fff;
	content: "\f061";
	font-size: 25px;
	background-color: #000;
	font-weight: 100;
}
.str {
	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;
	padding-bottom: 20px;
}
/*.star-rating {
	font-size: 0;
}
.value {
	padding-left: 10px;
}
.star-rating__wrap {
	display: inline-block;
	font-size: 14px;
}
.star-rating__wrap:after {
	content: "";
	display: table;
	clear: both;
}
.star-rating__ico {
	float: right;
	padding-left: 2px;
	cursor: pointer;
	color: #ffb300;
}
.star-rating__ico:last-child {
	padding-left: 0;
}
.star-rating__input {
	display: none;
}
.star-rating__ico:hover:before, .star-rating__ico:hover~.star-rating__ico:before {
	content: "\f005"}
.star-rating__input:checked~.star-rating__ico:before {
	content: "\f005"}*/
.partners {
	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-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.partners .partners-logo {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 15px;
}
.partners .partners-logo img {
	width: 100%}
/*.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
	width: 8em;
}
.rating input {
	position: absolute;
	left: -999999px;
}
.rating label {
	display: inline-block;
	font-size: 0;
}
.rating>label:before {
	position: relative;
	font: 24px/1 FontAwesome;
	display: block;
	content: "\f005";
	color: #ccc;
	background: -webkit-linear-gradient(-45deg, #d9d9d9 0, #b3b3b3 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.rating>label:hover:before, .rating>label:hover~label:before {
	color: #f0ad4e;
	background: -webkit-linear-gradient(-45deg, #fcb551 0, #d69a45 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.rating>label.selected:before, .rating>label.selected~label:before {
	color: #f0ad4e;
	background: -webkit-linear-gradient(-45deg, #fcb551 0, #d69a45 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}
.company {
	background-color: #f8f8f8;
}
.company .title-s {
	line-height: 1.1;
}
.basket-box {
	text-align: center;
	padding-top: 21px;
}
.basket-box .fa {
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
.basket-box .fa span {
	font-family: systopieitalic, sans-serif;
	margin-left: 10px;
	font-size: 19px;
	display: inline-block;
}

.bg-check-down {
	background-image: url(../img/bg_check.png);
	width: 100%;
	height: 9px;
	background-position: center bottom;
	background-repeat: repeat-x;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.section_modal .modal-group {
	background-color: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 700px;
	margin: 0 auto!important;
	margin-top: 200px!important;
	display: none;
}
.section_modal .modal-group .block-modal {
	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: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	white-space: 100%}

.section_modal .modal-group .block-modal.slider {
	margin-bottom: 45px;
}
.section_modal .modal-group .block-modal .brd-input {
	line-height: .6;
}
.section_modal .modal-group .block-modal>div:nth-child(2) {
	width: 396px;
}
.section_modal .modal-group .block-modal:nth-child(5) {
	margin-bottom: 35px;
}
.section_modal .modal-group .block-modal .brd-input {
	width: 100%
	}
.section_modal .modal-group .block-modal .brd-input input {
	text-align: left;
	padding-left: 20px;
	width: 100%;
	height: 44px;
	font-size: 19px;
	border: 2px solid #000;
}
.section_modal .modal-group .block-modal .labels {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.section_modal #bell2 .modal-title-block .h4 {
	cursor: pointer;
	text-align: right;
	color: #999;
	text-transform: none;
	font-size: 15px;
	text-decoration: underline;
}
.section_modal #bell2 .modal-title-block .h4 .fa {
	font-family: systopieitalic, sans-serif;
}
.section_modal #bell2 .modal-title-block .h4 .fa:before {
	font-family: fontawesome;
	padding-right: 5px;
}
.section_modal .pad_left_20 {
	color: #000;
}
.section_modal .radio_box_parallelogram label {
	color: #000;
}
.section_modal #bell2 .input_parallelogram {
	border: 1.5px solid #000;
}
.section_modal #bell2 .input_parallelogram.message textarea {
	border: 1.5px solid #000;
}
.section_modal .submit-button a, .section_modal .submit-button input {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.section_relocation #bell2 .js_radio label {
	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;
	width: 100%}
.submit-button a, .submit-button input {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.mm-slideout {
	z-index: 2;
}
.section_modal .pad_left_20, .section_relocation #bell2 .bell_time_block>span {
	padding-top: 0;
	padding-left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.section_relocation .bell_time_block {
	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;
}
.section_relocation #bell2 .bell_time_block>span {
	padding-left: 0;
}
.section_modal #bell2 .noUi-base {
	width: 100%}
.section_relocation .bell_time_slider2 {
	width: 100%}
.section_relocation #bell2 .bell_time_block {
	margin-bottom: 20px;
	margin-top: 0;
}
.section_relocation #bell2 .submit-button {
	height: 55px;
	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;
}
.section_modal .modal-group .modal-area {
	-webkit-box-align: end;
	-webkit-align-items: end;
	-ms-flex-align: end;
	align-items: end;
}
.section_trucking {
	position: relative;
	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;
}
.section_trucking .h4 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.section_trucking .modal-group {
	position: relative;
	display: block;
	background-color: #292519;
	margin: 0!important;
}
.section_trucking .modal-group .pad_left_20 {
	color: #fff;
}
.section_trucking .modal-group .block-modal .brd-input input {
	border-color: #fff;
	background-color: #fff;
}
	.section_trucking .modal-group .block-modal .brd-input input.error {
	background: #d85e3f;
	border-color: #d85e3f;
	transition: all .25s ease;
}

.section_trucking #bell2 .input_parallelogram.message textarea {
	border: none;
	padding-top: 5px;
}
.section_trucking #bell2 .submit-button {
	width: 396px;
	margin-right: 0;
	margin-left: auto;
	border: none;
	font-size: 24px;
	color: #fff;
}
.section_relocation #bell2 .submit-button {
	width: 396px;
	margin-right: 0;
	margin-left: auto;
	margin-top: 0;
	border: none;
	color: #fff;
	font-size: 24px;
	outline: none;
}
.bxhtmled-split-btn-l .bxhtmled-split-btn-bg {
	height: 28px;
}
.bxhtmled-split-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.callback-sect .brd-input {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: center;
}
#phone-error {
	color: red;
	font-size: 13px;
	position: absolute;
	margin-top: 38px;
	margin-left: 136px;
}

input.valid[type=checkbox]:checked+label:before {
	top: -1px;
}
.section_modal .table-pereezd .block-modal:nth-child(5) {
	margin-bottom: 35px;
}
.section_modal .table-pereezd .block-modal:nth-child(4) {
	margin-bottom: 35px;
}
.section_modal .table-pereezd .block-modal .noUi-base {
	border: 1px solid #292519;
}
.brd-input label.error {
	color: red;
	font-size: 13px;
	transition: all .25s ease;
}


.style_none {
	color: #000;
}
.style_none:hover {
	color: #000;
}
.photos-item .text-capture a, .photos-item .text-capture .h4 {
	display: block;
	padding-bottom: 4px;
	transition: all .4s ease;
	font-size: 21px;
	text-shadow: 0 0 5px #fff;

}
.photos-item .text-capture .style_none:hover {
	transform: translateY(-5px);
}
.photos-item .text-capture .style_none:hover .text-overlay {
	background-color: black !important;
}
.style_none.white {
	color: #fff;
}
.style_none.white:hover {
	color: #fff;
}
.text-capture .h4  {
	transition: all .4s ease;
}
mark {
	background: none;
	color: #ffcd00;
	display: block;
}


.stock_header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 30px;
}
.stock_header .phone-container .phone span {
	font-size: 62px;
}

.popup__review  {
	width: 400px;
	background: #f8f8f8;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	padding: 32px;
}
.popup__review input {
	transform: skew(-10deg);
	margin-bottom: 15px;
	border: 2px solid black;
	outline: none;
	height: 44px;
	padding-left: 20px;
}
.popup__review textarea {
	margin: 0px;
	height: 85px;
	resize: none;
	outline: none;
	transform: skew(-10deg);
	border: 2px solid black;
	padding-left: 20px;
	max-width: 336px;
	width: 100%;
}
.popup__review textarea::placeholder {
	color: #000;
}
.form__review {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

.popup__review .h5 {
	text-transform: uppercase;
	font-size: 25px;
	line-height: 1;
	font-family: systopiebold, sans-serif;
	margin-bottom: 22px;
}
.popup__review mark {
	 display: inline;
}
.popup__review .button {
	width: 336px;
	margin: 0 auto;
	height: 44px;
	font-size: 22px;
	color: #fff;
}
/***** CSS Magic to Highlight Stars on Hover *****/
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

fieldset, label { margin: 0; padding: 0; }


/****** Style Star Rating Widget *****/

.rating { 
	border: none;
	float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
	margin: 5px;
	font-size: 20px;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}

.rating > .half:before { 
	content: "\f089";
	position: absolute;
}

.rating > label { 
	color: #ddd; 
 float: right; 
}
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #ffcd00;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #ffcd00;  }

.star__rating {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
	align-items: center;
	margin-bottom: 20px;

}
.fieldset {
	border: none;
}
.thank_popup {
	width: 285px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 40px 20px;
	background: #f8f8f8;
}
.thank_popup .title {
		text-transform: uppercase;
	font-size: 25px;
	color: #ffcd00;
	line-height: 1;
	font-family: systopiebold, sans-serif;
}
.thank_popup p {
	 font-family: systopieregular;
	font-weight: 100;
	line-height: 1;
	font-size: 15px;
	padding-top: 15px;
	color: #9b9b9b;
}
.thank_popup h4 {
line-height: 1;
	padding-top: 15px;
	font-family: systopieregular;
	text-transform: uppercase;
}
.calc_popup {
	width: 675px;
	margin: 0 auto;
	background: #f8f8f8;
	padding: 54px 44px;
}
.calc_popup .phone-inp {
	height: 43px;
	width: 392px;
	text-align: left;
	padding-left: 20px;
	font-size: 19px;
	background-color: #fff;
}
.calc_popup .block-modal {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	align-items: flex-end;
}
.calc_popup .block-modal.calc_slider {
	margin-bottom: 15px;
}
/*.calc_popup .block-modal:nth-child(5) {
	padding-bottom: 40px;
}*/
.calc_popup .noUi-signature {
	top: 32px;
	left: -15px;
}
.calc_popup .noUi-origin:first-child {
	background: #e64c3c;
}
.calc_popup .labels label i {
	height: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	line-height: 1.1;
	font-size: 14px;
}
.calc_popup .noUi-base{
	width: 392px;
	background: #b5b5b5;
}
.calc_popup .noUi-origin{
	background: #b5b5b5;
}
.calc_popup .noUi-arrow:before {
		border-top: 4px solid #e64c3c;
}
.calc_popup .noUi-arrow-active:before {
	border-top: 4px solid #b5b5b5!important;
}

.calc_popup .labels label {
	height: 50px;
	width: 33.33%;
	margin: 0;
}
.calc_popup .labels {
	height: 50px;
	width: 392px;
}
.calc_popup .input_parallelogram.message textarea{
	border: none;
	width: 100%;
	resize: none;
	border: 1px solid #000;
	height: 85px;
	padding-left: 10px;
}
.calc_popup .input_parallelogram.message {
	width: 392px;
}
.calc_popup .submit-button {
	color: #fff;
	border: none;
	display: block;
	height: 53px;
	width: 392px;
	margin-right: 0;
	margin-left: auto;
	margin-top: 43px;
	font-size: 22px;
}
.calc_popup .red {
	color: red;
}


.arrow_wrap {
	position: fixed;
	right: -100px;
	bottom: 15px;
	background: #292519;
	width: auto;
	height: auto;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	cursor: pointer;
	transition: all .35s ease;
	opacity: 0;
	z-index: 300;
}
.arrow_wrap.show {
	right: 15px;
	opacity: 1;
}
.arrow_wrap.show:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.arrow_wrap .arrow:before {
	content: '';
	position: absolute;
	border: solid #ffcd00;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 6px;
	right: 17px;
	transform: rotate(45deg);
	-webkit-transform: rotate(223deg);
	bottom: 12px;
	backface-visibility: hidden;
	transition: all .2s ease;
	transform-origin: 50% 50%;
}
.flipster__button svg {
		width: 2em;
		stroke: #ffcd00;
		fill: #ff010100;
		stroke-width: 3;
		stroke-linecap: round;
		outline: none;
}
.flipster__button {
	outline: none;
	opacity: 1;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.flipster__button:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.flipster__button:active  {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* 18.07.2018 */

.pass-block {
	display: flex;
	-webkit-flex-flow: wrap row;
	    -ms-flex-flow: wrap row;
	        flex-flow: wrap row;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	margin-top: 100px;
	margin-bottom: -80px;
}

.i-take-block {
  	position: relative;
  	display: block;
  	padding-bottom: 10px;
  	min-width: 230px;
}

.i-take-block label {
    position: relative;
    display: block !important;
    width: 100%;
    height: auto;
    padding: 0px;
    padding-left: 35px;
    cursor: pointer;
    text-align: left;
	color: #000 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 19px !important;
}

.i-take-block label:before {
    content: "";
    display: inline-block;
    position: absolute !important;
    left: 0 !important;
    top: 1px !important;
    background: #ffcd00;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	-webkit-box-shadow: inset 0 3px 8px 0 #c86d03;
	box-shadow: inset 0 3px 8px 0 #c86d03;
	border: 1px solid #c86d03;
}

.i-take-block input[type=checkbox] {
    display: block !important;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
}

.i-take-block input[type=checkbox]:checked + label:before {
	left: 5px !important;
	top: -3px !important;
    background-color: transparent;
    border: 4px solid #feca01;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.table-price table a {
	display: flex;
	-webkit-flex-flow: wrap row;
	    -ms-flex-flow: wrap row;
	        flex-flow: wrap row;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-align-content: center;
	        align-content: center;
	width: 100%;
	height: 78px;
}

.table-price table a span {
	width: 100%;
}

.text-left tr:not(:first-child) td:first-child,
.text-left tr:not(:first-child) td:first-child a {
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	text-align: left!important;
}

.text-left .first-td {
	padding-left: 50px !important;
}

.text-left .color-yellow,
.yellow-style .first-td {
	color: #ffcd00 !important;
}

.text-left .color-white {
	color: #fff;
}

.text-left tr:not(:first-child) td:nth-child(2) span {
	display: inline-block;
}














































@media only screen and (max-width:1600px) {
	.phone-inp {
		width: 400px;
		height: 50px;
	}
	.button {
		width: 400px;
	}
	.button .btn-wrap {
		height: 50px;
		line-height: 50px;
	}
}
@media only screen and (max-width:1400px) {
	.bgi {
		background-position: top 0 right -webkit-calc(50% - 50px);
		background-position: top 0 right calc(50% - 50px);
	}
}
@media only screen and (max-width:1199px) {
	.top_wrapper.fixed {
		display: none !important;
	}
	.callback-stock .left-block span img {
		bottom: 11px;
	}
	.cupon {
		position: absolute;
		left: -100%;
	}
	.cupon .button-gradient {
		text-align: left;
	}
	.section_special_offer .button-gradient {
		text-align: left;
	}
	.section_special_offer .brd-input {
		padding-left: 0;
	}
	.button-gradient .btn-primary {
		text-align: center;
	}
	.offer-image img {
		position: relative;
		bottom: 7px;
	}
	.cupon .button-gradient .btn-primary {
		width: 380px;
		text-align: center;
	}
	.section_girl input[type=checkbox]+label {
		width: max-content;
		padding-left: 30px;
		margin: auto;
	}
	.section_girl input[type=checkbox]+label:before{
		left: 0;
	}
	.header .row {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}
	 .sub-2 {
		display: none;
	}
	.sub-1 {
		display: none!important;
	}
	.sub-2.active {
		display: none;
	}
	.syotimer__body {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-left: 10px;
	}
	.section_stock.grey_bg {
		padding-bottom: 70px;
	}
	.section-relocation .bell_time_slider2 {
		width: 360px;
	}
	.section-relocation #bell2 .input_parallelogram.message {
		width: 320px;
	}
	.section-relocation #bell2 .submit-button {
		width: 320px;
	}
	.why-us ul li {
		font-size: 14px;
	}
	.mobile-button .phone-container {
		display: none;
	}
	.footer-doc .bd {
		width: 100%}
	.phone-wrapp {
		display: block;
		margin-top: 190px;
	}
	.footer .payment ul .pdf {
		display: inline-block;
	}
	.footer .payment ul .word {
		display: inline-block;
	}
	.footer .phone-container {
		padding-bottom: 0;
		text-align: left;
		padding-top: 0;
	}
	.footer .phone-container .phone {
		text-align: left;
	}
	.footer .phone-container .callback {
		text-align: left;
	}
	.vacansion {
		text-align: left;
		display: inline-block;
		margin-left: 20px;
		margin-top: 0;
		padding-top: 0;
		vertical-align: top;
		position: relative;
		top: 10px;
	}
	.vacansion .img {
		margin-left: 0;
	}
	.vacansion span {
		font-size: 20px;
	}
	.author-box {
		margin-left: 0;
		margin-top: 10px;
	}
	.second-menu {
		margin-top: 10px;
	}
	.second-menu .icon {
		margin: 0 5px;
	}
	.second-menu .icon img {
		margin-bottom: 5px;
	}
	.footer .phone-container {
		display: inline-block;
	}
	.header1 {
		padding: 3% 0;
	}
	.header {
		margin-top: 50px;
		padding: 20px 0;
	}
	.stock_header .phone-container {
		padding: 0;
	}
	.logo {
		padding: 49px 0;
	}
	.form h1 {
		font-size: 29px;
	}
	.phone-inp {
		width: 350px;
		height: 40px;
		font-size: 18px;
	}
	.button {
		width: 350px;
	}
	.button .btn-wrap {
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}
	.boxes {
		margin: 10px 0;
		margin-left: 20px;
	}
	input[type=checkbox]+label {
		font-size: 12px;
	}
	input[type=checkbox]+label:before {
		left: -30px;
		top: 0;
	}
	.lb {
		font-size: 12px;
		margin-top: -19px;
	}
	.main-slider {
		position: relative;
		left: 14px;
	}
	.main-slider .left-block img {
		padding: 20px 24px;
		width: 100%}
	.main-slider .right-block {
		width: 300px;
	}
	.main-slider .right-block .volume_tonnage_size>span {
		font-size: 13px;
	}
	.main-slider .right-block .volume_tonnage_size .size {
		width: 120px;
		height: 30px;
		text-align: center;
	}
	.main-slider h3 {
		width: 246px;
	}
	.main-slider .span-group span {
		padding-right: 12px;
		margin-right: 5px;
	}
	.main-sl-line {
		width: 96.5%;
		right: 6px;
	}
	.parallelogram_group .where {
		padding-left: 23px;
	}
	.input_parallelogram {
		width: 213px;
		font-size: 10px;
	}
	.input_parallelogram input {
		font-size: 13px;
	}
	.adr_input.whence_act {
		width: 210px;
		top: 1px;
		left: 75px;
		padding-bottom: 13px;
	}
	.adr_input.where_act {
		width: 210px;
		top: 1px;
		left: 356px;
		padding-bottom: 13px;
	}
	.lease_time_block .lease_time_slider {
		width: 80%
	}
	.radio_box_right label:first-child {
		margin-left: 10px;
	}
	.radio_box_right label:last-child {
		position: absolute;
		right: 0;
		top: 47px;
		margin-right: 0;
		right: 175px;
	}
	.radio_box_right {
		top: -36px;
		left: 100px;
	}
	.bell_time_block, .porter_time_block {
		margin-top: 120px;
	}
	.bell_time_block .porter_time_slider, .porter_time_block .porter_time_slider {
		width: 66%}
	.right_block {
		margin-left: 43px;
	}
	.right_block .chek_home {
		width: 308px;
		margin: 0;
	}
	.pay-online {
		text-align: center;
	}
	.title-s p {
		margin-bottom: 0;
	}
	.owl-nav {
		width: 100%;
		text-align: center;
		position: relative;
		left: 0;
		right: 0;
		margin: auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
	}
	.owl-nav>div {
		width: 15%;
		position: relative;
		display: inline-block;
		text-align: center;
	}
	.owl-nav>div:before {
		line-height: 80px;
		font-size: 56px;
		width: 100%;
		height: 80px;
		-webkit-transition: scale .1s ease;
		-o-transition: scale .1s ease;
		transition: scale .1s ease;
	}
	.owl-nav .owl-next {
		right: 0;
	}
	.owl-nav .owl-prev {
		left: 0;
	}
	.title-low-price {
		margin-top: 57px;
	}
/*  .stock-general .date {
		font-size: 15px;
		padding-top: 50px;
	}*/
	.callback-stock .left-block {
		padding-left: 0;
		text-align: center;
		line-height: 1.5;
		margin-top: 35px;
	}
	.callback-stock .left-block span:before {
		margin-top: -22px;
	}
	.callback-stock .right-block .form {
		margin-left: 0;
	}
	.callback-stock .right-block .form .brd-input {
		text-align: right;
	}
	.right-button {
		width: 100%;
		position: relative;
		padding-top: 30px;
	}
	.right-button .button {
		margin: 0;
		text-align: center;
		top: 0;
		right: 0;
		left: 0;
	}
	.boxes-1 {
		margin-left: 173px;
		text-align: center;
		position: relative;
		right: 12px;
	}
	.boxes-1 .lb {
		left: 36px;
	}
	.section_girl .boxes-1 .lb {
		left: 3px;
	}
	.section_girl input[type=checkbox]:checked+label:before {
		left: 13px !important;
		top: -1px;
	}
	.callback-stock .right-block {
		text-align: right;
	}
	.bgi {
		height: 500px;
	}
	.girl-section .callout {
		margin-left: 0;
	}
	.girl-section img {
		padding-left: 50px;
	}
	section.girl-section .right_sect {
		position: relative !important;
		z-index: 0 !important;
	}
	/*.right_sect .callout-text {*/
		/*margin-top: 23px;*/
		/*margin-left: 71px;*/
	/*}*/
	.counter-advantages ul {
		margin-left: 0;
	}
	.counter-block {
		width: 100%;
	}
	.right_sect .callout-right {
		margin-left: 0;
	}
	.right_sect .boxes-1 {
		margin-left: 0;
	}
	.right_sect .button-gradient {
		margin-top: 0;
	}
	.girl-section input[type=checkbox]+label {
		padding-left: 0;
	}
	.girl-section input[type=checkbox]+label:before {
		left: -30px;
		top: 2px;
	}
	.girl-section .lb {
		margin-left: 0;
		left: 0;
		padding-left: 0;
	}
	.girl-section input[type=checkbox]:checked+label:before {
		left: -21px;
		top: -1px;
	}
	.special-offer-wrapp .brd-input {
		padding-left: 0;
	}
	.special-offer-wrapp .button-gradient {
		text-align: left;
	}
	.special-offer-wrapp .button-gradient .btn-primary {
		text-align: center;
	}
	.offer-content {
		margin-top: 0;
	}
	.table-price .col-md-offset-2 {
		margin: 0;
		width: 100%;
	}
}

@media only screen and (max-width:991px) {
	.section_girl .lb {
		padding-left: 42px;
	}
	.section_special_offer .brd-input,
	.section_special_offer .button-gradient {
		width: 100%;
	}
	.cupon {
		width: calc(100% - 30px);
	}
	.offer-image img {
		bottom: 12px;
	}
	.section_special_offer .brd-input .offer-phone,
	.cupon .button-gradient .btn-primary,
	.button-gradient .btn-primary {
		max-width: 380px;
		width: 100%;
	}
	.section_girl.grey_bg .right_sect .button-gradient, .section_girl.grey_bg .button-gradient .btn-primary {
		max-width: 100%!important;
	}
	.section_girl .phone-girl {
		width: 100%;
		position: relative;
		left: 4px;
	}
	.section_garantyi .left-block, .section_garantyi .right-block {
		padding-top: 0;
	}
	.right_sect .callout-right {
		margin: 0;
		width: 109%;
		-webkit-background-size: contain;
		background-size: contain;
		background-repeat: no-repeat;
		position: relative;
		right: 23px;
		height: 137px;
	}
	.section_girl .brd-input {
		padding-top: 15px;
	}
	.section_girl .callout {
		margin-left: -10px;
	}
	.section_girl img {
		padding-left: 0;
	}
	/*.right_sect .callout-text {*/
		/*margin-left: 26px;*/
		/*margin-top: 16px;*/
	/*}*/
	.callout-text {
		width: 98%;
		font-size: 18px;
		margin-bottom: 20px;
	}
	.callback-stock .right-block {
		text-align: center;
	}
	.section-relocation .bell_time_slider2 {
		width: 420px;
		margin-right: 0;
	}
	.stock_header {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 10px;
	}
	.hurry {
		padding-top: 17px;
	}
	.radio_box_right {
		top: -24px;
		left: 86px;
	}
	.counter-advantages {
		height: auto;
		margin-top: 0;
	}
	.counter-advantages ul {
		margin-top: 18px;
		height: 113px;
	}
	.counter-advantages ul li {
		font-size: 18px;
	}
	.section-relocation #bell2 .input_parallelogram.message {
		width: 370px;
	}
	.section-relocation #bell2 .submit-button {
		width: 370px;
	}
	.questions .col-md-6 {
		margin-bottom: 20px;
	}
	.why-us ul:last-child {
		margin-left: 0;
	}
	.why-us ul li {
		font-size: 19px;
	}
	.phone-wrapp {
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.second-menu .icon {
		margin: 0 11px;
	}
	.special-offer-wrapp .brd-input .offer-phone {
		width: 350px;
	}
	.special-offer-wrapp .button-gradient .btn-primary {
		width: 350px;
	}
	.bgi {
		background-position: top 0 right -webkit-calc(50% - 250px);
		background-position: top 0 right calc(50% - 250px);
	}
	.phone-container .phone {
		font-size: 17px;
	}
	.phone-container .phone span {
		font-size: 31px;
	}
	.item-capture h3 {
		line-height: 1.1;
		font-size: 25px;
	}
	.item-capture p {
		font-size: 20px;
	}
	.item-bg, .item-capture {
		margin: 15px 0;
	}
	.item-bg {
		height: 233px;
	}
	.counter span {
		font-size: 150px;
	}
	.counter-advantages ul li {
		line-height: 1.3;
	}
	.lease_time_block .lease_time_slider {
		width: 300px;
	}
	.car_menu {
		text-align: center;
		font-size: 0;
	}
	.car_menu li {
		width: 227px;
	}
	.car_menu li a {
		background-color: #f8f8f8;
		border: 1px solid #e5e5e5;
		margin: 2px;
	}
	.car_menu li a.active, .car_menu li a:hover {
		background: #ffcd00 url(../img/images/arrow_act-down.png) no-repeat 186px 29px;
		border: 1px solid transparent;
	}
	.car_menu li .img_car {
		display: block;
	}
	.main-slider {
		position: relative;
		left: 8px;
		margin-top: 40px;
	}
	.main-slider .left-block {
		height: 260px;
	}
	.main-slider .left-block img {
		padding: 32px 49px;
		width: 103%
	}
	.main-slider .right-block {
		width: 350px;
		height: 260px;
		padding-left: 25px;
	}
	.main-slider .right-block .volume_tonnage_size>span {
		font-size: 14px;
		line-height: normal;
	}
	.bg-worp {
		padding-right: 15px;
	}
	.main-slider h2 {
		margin-top: 40px;
	}
	.main-slider h3 {
		width: 246px;
	}
	.main-sl-line {
		width: 98%;
		right: 16px;
	}
	.parallelogram_group .where {
		padding-left: 41px;
	}
	.input_parallelogram {
		width: 250px;
	}
	.input_parallelogram input {
		font-size: 15px;
	}
	.adr_input.whence_act {
		width: 250px;
	}
	.adr_input.where_act {
		width: 250px;
		left: 445px;
	}
	.lease_time_block .lease_time_slider {
		width: 83.4%}
	.radio_box_right label:first-child {
		margin-left: 10px;
	}
	.radio_box_right label:last-child {
		position: relative;
		right: 0;
		top: 0;
		margin-right: 0;
	}
	.bell_time_block, .porter_time_block {
		margin-top: 80px;
	}
	.bell_time_block .porter_time_slider, .porter_time_block .porter_time_slider {
		width: 71%}
	.radio_box_right label:first-child {
		margin-left: 0;
	}
	.right_block {
		margin-left: 88px;
	}
	.right_block .chek_home {
		width: 350px;
		margin: 0;
	}
	.section-5 .mens {
		position: relative;
		top: 12px;
	}
	.counter-title {
		font-size: 15px;
		padding-top: 0;
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
	}
	.timer {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	.adr_block {
		width: 104%}
	.callback-stock .right-block .form .brd-input {
		text-align: center;
	}
	.boxes-container .boxes-1 {
		margin-left: 180px;
		text-align: left;
		right: -39px;
	}
	.callback-stock .boxes-container .boxes-1 {
		right: -25px;
	}
	#girl_form .boxes-container .boxes-1 {
		margin-left: 0;
		right: 0;
	}
	.boxes-1 .lb {
		left: 34px;
	}
	.right-button {
		padding-top: 0;
		padding-bottom: 25px;
	}
	.right-button .button {
		margin: 0 auto;
		padding-top: 0;
		margin-top: 0;
	}
	.girl-section .callout {
		margin-left: 0;
		width: 170px;
		font-size: 14px;
	}
	.girl-section img {
		padding-left: 50px;
		width: 380px;
	}
	.girl-right-sect {
		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;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.girl-right-sect .callout-text {
		margin-top: -65px;
		margin-left: 20px;
		font-size: 16px;
		width: 270px;
	}
	.girl-right-sect .callout-right {
		margin-left: 0;
		height: 115px;
		width: 347px;
	}
	.girl-right-sect .phone-girl {
		width: 300px;
	}
	.girl-right-sect .button-gradient .btn-primary {
		width: 300px;
	}
	.girl-right-sect .boxes-1 {
		margin-left: 0;
	}
	.girl-right-sect .button-gradient {
		margin-top: 0;
	}
	.girl-section input[type=checkbox]+label {
		padding-left: 0;
		font-size: 12px;
	}
	.girl-section input[type=checkbox]+label:before {
		left: -30px;
		top: 0;
	}
	.girl-section .lb {
		font-size: 12px;
		margin-top: -19px;
	}
	.girl-section input[type=checkbox]:checked+label:before {
		top: -3px;
	}
	.center-block {
		text-align: center;
		margin: 20px 0;
	}
	.center-block img {
		width: 50%}
	.garantyi .left-block, .garantyi .right-block {
		padding-top: 0;
	}
	.manager-contacts .phone-container {
		padding: 0;
		margin: 0;
		text-align: left;
	}
	.manager-contacts .phone-container .phone {
		text-align: left;
	}
	.manager-contacts .name {
		text-align: left;
	}
	.dop-block {
		padding-top: 60px;
		text-align: center;
	}
	.dop-block .img-container {
		text-align: center;
	}
	.dop-block .img-container img {
		width: 100%}
	.popular-cars .pop-car-btn {
		margin-bottom: 30px;
	}
	.syotimer__body {
		margin-left: 0;
	}
}
@media only screen and (max-width:767px) {

	.section_girl input[type=checkbox]+label {
		font-size: 12px !important;
	}
	.section_girl input[type=checkbox]+label:before {
		top: -1px;
	}
	#girl_form .boxes-container .boxes-1 {
		left: 30px;
	}
	.section_girl input[type=checkbox]:checked+label:before {
		left: 7px !important;
		top: -4px;
	}
	.section_girl .boxes-1 .lb {
		left: 30px;
		padding-left: 0;
		font-size: 12px;
		top: 23px;
	}
	.calc_popup .input_parallelogram.message {
		width: 100%;
		max-width: 392px;
		padding: 0 5px;
		background: transparent;
		height: 85px;
	}
	.calc_popup .submit-button {
		margin-top: 10px;
		max-width: 388px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.calc_popup {
		max-width: 575px;
		width: 100%;
	}
	.calc_popup .block-modal {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}
	.calc_popup .noUi-base {
		margin-top: 15px;
	}
	.popular-cars .popular-car-item {
		padding: 0 15px;
	}
	.catalog-item {
		max-width: 400px;
		width: 100%;
		margin: auto;
	}
	.catalog .owl-dots {
		width: auto;
		text-align: center;
	}
	.catalog-carousel .owl-nav>div {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.catalog-carousel .owl-nav {
		margin-top: 10px;
	}
	.offer-content .h3 {
		margin-top: 25px;
	}
	.section_modal .pad_left_20, .section_relocation #bell2 .bell_time_block>span {
		width: 100%;
	}
	.section_modal .modal-group .block-modal {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.section_relocation #bell2 .submit-button {
		margin-left: 0;
		margin-right: auto;
	}
	.cupon {
		position: relative;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		margin-top: 20px;
	}
	.section_special_offer .brd-input,
	.section_special_offer .button-gradient,
	.button-gradient .btn-primary {
		text-align: center;
	}
	.right_sect .callout-right {
		margin: 20px auto 0;
		-ms-background-position: center;
		background-position: center;
		right: 0;
		width: 100%;
	}
	.table_wrap_scroll {
		display: block;
		overflow-x: scroll;
		width: 100%;
	}
	.right_sect .callout-text {
		right: 0;
		left: 0px;
		max-width:345px;
		margin-top: 40px;
	}
	.callout-text:before {
		content: '';
		width: 0;
		height: 0;
		border-top: 34px solid transparent;
		border-right: 42px solid #fff;
		border-bottom: 0px solid transparent;
		position: absolute;
		left: 0;
		bottom: 28px;
		right: 0;
		top: -30px;
		bottom: auto;
		margin: auto;
	}
	.section_girl img {
		display: block;
		margin: auto;
	}
	.section_girl .callout {
		margin-left: 30px;
	}
	#girl_form {
		margin: auto;
		max-width: 345px;
		position: relative;
		left: 0;
		width: 100%;
	}
	#girl_form button {
		margin-bottom: 35px;
	}
	.section_girl .brd-input {
		padding-top: 20px;
	}
	.stock-general .counter-title {
		font-weight: normal;
	} 
	.this-week {
		padding-top: 0;
	}
	.stock-general .counter-title {
		padding-top: 0;
	}
	.hurry {
		padding-top: 13px;
	}
	.mens {
		margin-top: 10px;
	}
	.timer {
		padding-top: 0;
	}
	.syotimer__body {
		justify-content: center;
	}

	.loaders_wrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: flex-end;
		align-items: flex-end;
		justify-content: space-between;
		margin-bottom: -15px;
	}
	.radio_box_title {
		width: 100%;
		margin-top: 20px;
	}
	.loaders_wrap .radio_box_parallelogram {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		height: 100%;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		padding-bottom: 15px;
	}
	.loaders_wrap .radio_box_parallelogram.radio_box_right {
		padding-right: 0;
	}
	.loaders_wrap .radio_box_parallelogram.radio_box_right > label {
		-ms-align-items: flex-end;
		align-items: flex-end;
	}
	.radio_box_parallelogram label span {
		margin-left: 6px;
	}
	.main-slider .h3 {
		width: 100%;
		line-height: 1;
		margin: 0;
		height: auto;
		margin-bottom: 10px;
	}
	.work-item {
		padding: 5px;
	}
	.why-us {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.why-us ul {
		width: 100%;
	}
	.work-items-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}
	.work-item {
		width: 50%
	}
	.work-item:nth-child(1), .work-item:nth-child(3), .work-item:nth-child(5) {
		border: 2px solid #666;
		border-bottom: none;
	}
	.work-item:nth-child(2) {
		border-top: 2px solid #666;
	}
	.work-item:nth-child(5) {
		border-bottom: 2px solid #666;
	}
	.work-item:nth-child(6) {
		border-right: 2px solid #666;
		border-bottom: 2px solid #666;
	}
	.section-relocation #bell2 .input_parallelogram.message {
		height: 100px;
		float: left;
		width: 100%
	}
	.section-relocation #bell2 .input_parallelogram {
		float: left;
		width: 100%;
		margin-top: 10px;
	}
	.section-relocation .bell_time_slider2 {
		width: 100%
	}
	.section-relocation #bell2 .noUi-base {
		width: 100%
	}
	.section-relocation #bell2 .bell_time_block {
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.section-relocation #bell2 .submit-button {
		width: 100%
	}
	.labels {
		margin-top: 10px;
		float: left;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
	}
	.section-relocation #bell2 .js_radio label {
		width: 100%
	}
	.section-relocation #bell2 .submit-button {
		margin-left: 0;
		text-align: center;
		position: relative;
		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;
	}
	.cupon {
		bottom: 340px;
		text-align: center;
	}
	.cupon .button-gradient {
		text-align: center;
	}
	.special-offer {
		padding-bottom: 0;
	}
	.offer-content {
		text-align: center;
	}
	.offer-content .counter {
		text-align: center;
		margin-bottom: 0;
		margin-top: -10px;
		right: 0;
	}
	.section_special_offer .brd-input {
		padding-top: 27px;
	}
	.offer-content h3 {
		margin-top: 60px;
	}
	.special-offer-wrapp .brd-input {
		padding-top: 10px;
		text-align: center;
	}
	.special-offer-wrapp .button-gradient {
		text-align: center;
	}
	.special-offer-wrapp .brd-input .offer-phone {
		width: 280px;
	}
	.special-offer-wrapp .button-gradient .btn-primary {
		width: 280px;
	}
	.bgi {
		background-position: center left;
		height: auto;
		padding: 15px 0;
	}
	.wrapp-order {
		-webkit-box-pack: flex-start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
		-webkit-box-align: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
		text-align: left;
	}
	.header {
		text-align: center;
	}
	.header .row {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.stock-capture p {
		text-align: center;
	}
	.phone-container {
		padding-top: 10px;
		text-align: center;
	}
	.phone-container .phone {
		text-align: center;
	}
	.logo {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.counter-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 0 10px;
	}
	.counter-advantages ul li {
		font-size: 21px;
	}
	.counter-advantages ul {
		-ms-align-items: center;
		align-items: center;
	}
	.counter {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.counter-advantages ul li {
		padding: 4px 0;
		text-align: center;
		line-height: 1;
	}
	input[type=checkbox]+label {
		font-size: 13px;
	}
	input[type=checkbox]+label:before {
		top: 0;
	}
	.lb-1 {
		font-size: 13px;
		margin-top: -21px;
	}
	.title-s {
		margin-bottom: 10px;
	}
	.title-s h2 {
		line-height: 1.2;
		font-size: 28px;
	}
	.title-s p {
		line-height: 1.2;
		font-size: 15px;
	}
	.title-s h2:after, .title-s h2:before {
		top: .55em;
	}
	p {
		line-height: 1.3;
	}
	.our-company p {
		font-size: 15px;
	}
	.item-bg {
		height: 400px;
	}
	.lease_time_block {
		margin-top: 84px;
	}
	.lease_time_block .lease_time_slider {
		width: 300px;
	}
	.car_menu {
		text-align: center;
		font-size: 0;
	}
	.car_menu li {
		width: 100%;
		max-width: 227px;
	}
	.car_menu li a {
		background-color: #f8f8f8;
		border: 1px solid #e5e5e5;
		margin: 2px;
	}
	.car_menu li a.active, .car_menu li a:hover {
		background: #ffcd00 url(../img/images/arrow_act-down.png) no-repeat 186px 29px;
		border: 1px solid transparent;
	}
	.car_menu li .img_car {
		display: block;
	}
	.main-slider {
		position: relative;
		left: 0;
		width: 100%;
		margin-top: 40px;
		-webkit-transform: skewY(0);
		-ms-transform: skewY(0);
		-o-transform: skewY(0);
		transform: skewY(0);
	}
	.main-slider .left-block {
		height: auto;
		width: 100%;
		text-align: center;
		-webkit-transform: skew(-10deg);
		-ms-transform: skew(-10deg);
		-o-transform: skew(-10deg);
		transform: skew(-10deg);
		left: 0;
	}
	.main-slider .left-block img {
		text-align: center;
		padding: 0;
		width: 100%;
		max-width: max-content;
	}
	.main-slider .right-block > div {
		padding: 5px 0 20px;
	}
	.bg-worp  img {
		position: relative;
		bottom: 1px;
	}
	.main-slider .h2 span {
		top: 9px;
		right: 1px;
	}
	.main-slider .right-block {
		position: relative;
		left: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		display: block;
		border-left: 1px solid #e5e5e5;
		-webkit-box-shadow: 0 2 0 0 #000;
		box-shadow: 0 2 0 0 #000;
		-webkit-transform: skew(-10deg);
		-ms-transform: skew(-10deg);
		-o-transform: skew(-10deg);
		transform: skew(-10deg);
		text-align: center;
		padding-left: 0;
	}
	.main-slider .h2 {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.main-slider .right-block .volume_tonnage_size>span {
		font-size: 14px;
	}
	.main-slider h2 {
		margin-top: 0;
	}
	.main-slider h3 {
		width: 100%;
		font-size: 22px;
		height: auto;
	}
	.main-sl-line {
		opacity: 0;
		margin-bottom: 0;
	}
	.adr_block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		float: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.parallelogram_group .where {
		padding-left: 0;
	}
	.adr-internal {
		margin-bottom: 15px;
		width: 100%}
	.input_parallelogram {
		width: 100%}
	.adr_input.whence_act {
		position: absolute;
		top: 44px;
		left: 24px;
		padding-bottom: 0;
		width: 100%}
	.adr_input.where_act {
		top: 145px;
		left: 24px;
		padding-bottom: 0;
		width: 100%}
	.lease_time_block .lease_time_slider {
		width: 100%}
	.radio_box_right label:first-child {
		margin-left: 10px;
	}
	.radio_box_right label:last-child {
		position: relative;
		right: 0;
		top: 0;
		margin-right: 0;
	}
	.bell_time_block, .porter_time_block {
		margin-top: 35px;
	}
	.bell_time_block .porter_time_slider, .porter_time_block .porter_time_slider {
		width: 100%;
		margin-top: 10px;
	}
	.radio_box_right label:first-child {
		margin-left: 0;
	}
	.right_block {
		margin: 0;
		text-align: center;
	}
	.right_block .chek_home {
		width: 350px;
		margin: 0;
		background: url(../img/images/bg_check.png) repeat-x 0 10px #fff;
	}
	.right_block .desc {
		font-size: 11px;
	}
	.item-capture h3 {
		font-size: 22px;
	}
	.item-capture p {
		font-size: 15px;
	}
	.items-block-down {
		margin-top: 0;
	}
	.stock-general .date {
		text-align: center;
	}

	.stock-general .counter-title {
		text-align: center;
		padding-top: 20px;
		font-size: 20px;
	}
	.stock-general .syotimer {
		text-align: center;
	}
	.counter span {
		font-size: 129px;
	}
	.lease_time_block {
		margin-top: 0;
	}
	.lease_time_block>span {
		display: block;
		float: none;
	}
	.lease_time_slider {
		margin-top: 15px;
	}
	.porter_time_block>span {
		margin: 0;
		display: inline-block;
		float: none;
	}
	.section-4 .radio_box_parallelogram {
		text-align: center;
		display: block;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		float: none;
		top: 17px;
	}
	.section-4 .radio_box_title {
		text-align: center;
		margin-top: 30px;
	}
	.section-4 .radio_box_parallelogram label {
		float: none;
		text-align: center;
	}
	.section-4 .main-calc .left_block {
		text-align: center;
		width: 100%;
		margin-top: 25px;
	}
	.section-4 .main-calc .left_block .submit-button {
		text-align: center;
		margin: 0 auto;
	}
	.left_block .or span:before {
		width: 100%
	}
	.right_block .chek_home {
		width: 100%;
		text-align: left;
	}
	.bottom-container {
		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: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.main-slider .right-block .volume_tonnage_size {
		padding-bottom: 0;
		margin-left: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
	}
	.main-slider .right-block .volume_tonnage_size .size {
		height: auto;
		width: auto;
	}
	.boxes-container {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		max-width: 330px;
		width: auto;
		margin: 0 auto;
		text-align: center;
	}
	.boxes-container .boxes-1 {
		margin-left: 0;
		text-align: center;
	}
	.girl-section .callout {
		margin-left: 260px;
		padding-top: 10px;
		font-size: 11px;
		font-weight: 400;
	}
	.girl-right-sect .callout-right {
		position: absolute;
		width: 208px;
		height: 76px;
		left: 260px;
		top: -230px;
	}
	.girl-right-sect .callout-text {
		width: 170px;
		font-size: 12px;
		top: -180px;
		margin: 0;
		line-height: 1;
		left: 293px;
	}
	.girl-section img {
		width: 250px;
		padding-left: 0;
	}
	.grl-img {
		border-bottom: 2px solid #d8e2e8;
		width: 100%
	}
	.girl-right-sect .button-gradient {
		padding-bottom: 40px;
	}
	.dop-block {
		padding-top: 30px;
		text-align: center;
		padding-bottom: 0;
	}
	.dop-block .img-container {
		text-align: center;
	}
	.dop-block .img-container img {
		width: 100%
	}
}
@media (max-width:500px) {
	.spec_boloch{
		    min-height: auto;
	}
	.btn_accessibility {
	    top: 45px !important;
	    right: 13px !important;
	}
	
	iframe{
		
	}
	.item-capture .h3{
		text-align:center;
	}
	.item-capture p{
		text-align:center;
	}
	.callback-stock .left-block .time {
		margin-top: 20px;
	}
	.section_top_head .lb-1 {
		font-size: 12px;
		margin-top: -19px;
	}
	.callback-stock .left-block span img {
		bottom: 2px;
		right: 0.5px;
		-webkit-transform-origin: 50% 74%;
		-moz-transform-origin: 50% 74%;
		-ms-transform-origin: 50% 74%;
		-o-transform-origin: 50% 74%;
		transform-origin: 50% 74%;
	}
	.callback-stock .boxes-container .boxes-1 {
		right: 0;
	}
	.callback-stock .right-block .phone-inp, .right-button .button {
		max-width: 300px;
		width: 100%;
	}
	.calc_popup  .brd-input {
		width: 100%;
	}
	.calc_popup {
		padding: 31px 15px;
	} 
	.section_top_head .form {
		width: 100%;
	}
	.callback-sect .brd-input {
		width: 100%;
	}
	.item-bg {
		height: 270px;
	}
	.calc_popup .noUi-base {
		max-width: 392px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.bell_time_slider2  {
		width: 100%;
	}
	.work-item-content {
		width: 100%;
		margin-left: 0;
		font-size: 18px;
	}
	.phone-inp,.button {
		max-width: 350px;
		width: 100%;
	}
	.calc_popup .phone-inp {
		max-width: 392px;
		width: 100%;
		display: block;
		margin: auto;
	}
	.calc_popup .labels {
		max-width: 392px;
		width: 100%;
	}
	.radio_box_parallelogram label {
		padding: 0 5px;
	}
	.calc_popup .block-modal {
		padding-bottom: 10px;
	}
	.right_sect .callout-text {
		left: 0;
		font-size: 15px;
		margin-bottom: 10px;
		width: 95%;
	}
	.header {
		height: 0;
		overflow: hidden;
		padding: 0;
	}
	.flipster {
		overflow-x: visible;
		padding-bottom: 30px;
	}
	.flipster__button {
		top: auto;
		bottom: -20px;
	}

	.flipster__button--next {
			right: calc(40% - 35px);
	}
	.flipster__button--prev {
			left: calc(40% - 35px);
	}
	.section_20_sec .brd-input {
		margin-top: 10px;
	}
	.callback-stock .left-block {
		margin-top: 20px;
	}
	.callback-stock .left-block .h3 {
		margin-bottom: 30px;
	}
	.boxes-container .boxes-1 {
		right: 0;
		margin: 10px auto;
	}
	.stock-title {
		font-size: 70px;
	}
	.stock-general .counter-title {
		padding-top: 4px;
	}
	.main-slider .right-block {
		padding-left: 0;
	}
	.stock_header {
		display:block !important;
		text-align: center !important;
		padding-bottom: 5px !important;
	}
	.wrapp-order {
		-ms-align-items: center;
		align-items: center;
	}
	.header .logo {
		display: none;
	}
	.section_stock .phone-container .phone {
		font-size: 23px !important;
	}
	.stock_header .phone-container .phone span {
		font-size: 32px !important;
	}
	.section_top_head .form h1 {
		font-size: 30px !important;
		margin-top: 0px !important;
	}
	.syotimer__body .syotimer-cell {
		width:50px;
		font-size:32px;
		height: 50px;
		line-height: 49px;
	}
	.section_girl img {
		padding-left: 0px !important;
		width: 100% !important; 
	}
	.section_girl .callout {
		position: relative !important;
		width: 100% !important;
		text-align: left !important;  
		margin-left: 0px !important;
		padding-top: 0px !important;
		padding-bottom: 15px !important;
		line-height: 1.2 !important;
		color: #fff !important;
		font-weight: 400 !important;
		font-size: 16px !important;
	}
	.callout-right {
		display: none !important;
	}
	/*.callout-text {*/
		/*width: 100% !important;*/
		/*height: 80px !important;*/
		/*padding-left: 10px !important;*/
		/*padding-top: 15px !important;*/
		/*position: relative !important;*/
		/*margin-left: 0px !important;*/
		/*margin-top: 0px !important;*/
		/*background-color: #fff !important;*/
		/*color: #232327 !important;*/
		/*font-size: 14px !important;*/
		/*line-height: 1.2 !important;*/
		/*z-index: 1 !important;*/
	/*}*/
	.grl-img {
		text-align:center !important; 
	} 

	.section_girl .phone-girl {
		padding: 16px 0 !important;
		width: 100% !important;
		max-width: 384px;
	}
	.stock-general .date > div:first-child {
		padding: 0 10px;
	}
	.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar>* {
		font-size: 20px;
		position: relative;
		margin-top: 20px;
	}
	.mm-navbar .mm-title {
		text-overflow: unset;
		white-space: pre-wrap;
		line-height: 1.1;
		width: 100%;
	}
	.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
		margin: 0;
	}
	.mm-menu .mm-navbar > .mm-btn {
		margin-top: 0;
		width: 10px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
	}
	.mm-prev:before {
		left: 0;
	}
	.mm-panels>.mm-panel.mm-hasnavbar {
		padding-top: 0;
	}
	.mm-panel.mm-hasnavbar .mm-navbar {
		position: relative;
		margin-bottom: 0;
		padding: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		    height: 75px;
	}
	.mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before {
		display: none;
	}
	.header .phone-container{
		display: none;
	}
	.hamburger {
		padding:0 ;
		padding-right: 15px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
	}
	.phone-container .phone span {
		position: relative;
		top: 2px;
		font-size: 23px;
	}
	.mobile-button .phone-container {
		padding: 0;
		padding-left: 10px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}
	.phone-container .phone {
		position: relative;
		bottom: 3px;
	}
	.mobile-button .phone-container .callback {
		display: none;
	}
	.mobile-button {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: cener;
		align-items: cener;
		justify-content: space-between;
	}
	.button-gradient .btn-primary {
		width: 100% !important;
		/*margin-bottom: 15px !important;*/
		display: block !important;
	}
	.section_girl input[type=checkbox]+label:before {
		top: -1.5px;
	}
	#girl_form .boxes-container .boxes-1 {
		margin: 10px auto;
		left: 0;
		}
		.section_girl .phone-girl {
			left: 0;
		}
/*  .callback-stock .right-block .phone-inp {
		width: 100% !important;
	}*/
	.table-price table {
		width: 100% !important;
		overflow-x: auto !important;
		/*display: block !important;*/
	}
	.radio_box_right {
		position: relative !important;
		display: block !important;
		top: 0px !important;
		left: 0px !important;
		width: 100%;
	}
	.radio_box_parallelogram label {
		width: calc(80% / 5);
	}
	.adr_block {
		padding-bottom: 20px;
	}
	.submit-button {
		margin-top: 25px;
		margin-right: 0;
	}
	.our-company > .container > .row > .col-md-10 {
		padding: 0;
	}
	.section_calc > .container.main_block > .col-lg-3 {
		padding: 0;
	}
	#calculator_auto > .col-lg-8:nth-child(2) {
		padding: 0;
	}
	.radio_box_parallelogram label b {
		display: inline-block;
		line-height: normal;
	}
	.loaders_wrap .radio_box_parallelogram.js_radio > label {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		padding: 4px 0;
	}
	.radio_box_right label {
		width: 100% !important;
		margin-top: 5px !important;
	}

	.main-slider .h2 span {
		font-size: 27px !important;
		top: 8px;
	} 
	.main-slider .h3 {
		font: 15px systopieitalic, sans-serif !important;
		height: auto !important;
	}

	#carousel {
		width: 100% !important;
		display: block !important;
		overflow-x: hidden !important;
	}
	.section_top_head .row {
		margin:0 !important;
	}
	.mm-menu {
		z-index: 9999 !important;
	}

	.popup__review .button, .popup__review {
		width: 100% !important;
	}

	.popular-cars .car-photo {
		width: 90% !important;
		margin: auto !important;
	}

	.offer-image img {
		width:100% !important;
	} 

	.cupon {
		bottom: 0px !important;
		display: block !important;
		position: relative !important;
		text-align: center !important;
	}
	.section_special_offer .brd-input .offer-phone, .cupon .button-gradient .btn-primary, .button-gradient .btn-primary {
		margin: auto;
	}
	.section_special_offer .brd-input {
		/*padding-top: 0px !important;*/
		padding-left: 0px !important;
	}
	.section_special_offer .brd-input .offer-phone {
		width: 100% !important;
	}
	.section_modal .modal-group .block-modal {
		width: 100% !important;
	}
	.section_relocation #bell2 {
		padding: 15px !important;
		width: 100% !important;
	}
	.section_motto .phone-container .phone {
		text-align: center !important;
		color: #ffcd00 !important;
		font-size: 20px !important;
	}
	.section_motto .phone-container .phone span {
		font-size: 35px !important;
		display: inline !important;
	}
	.section_20_sec span {
		display: block !important;
	}
	.timer {
		display: block !important;
		padding-top: 0;
	}
	.phone-container {
		padding-bottom: 0;
	}
	.this-week {
		padding-top: 0;
	}
	.bgi {
		background-position: center left;
		height: auto;
		padding: 20px 0;
		background: #292519;
	}
	.equipment .equip-item img {
		width: 100%;
		max-width: 100px;
	}
	.equipment .equip-item .slide-info {
		width: 100%;
		height: auto;
		text-align: center;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
	} 
	#breadcrumbs-two a {
		font-size: 10px;
	}
	.why-us ul li {
		font-size: 14px !important;
	}
	.car_menu li {
		width: 33% !important;
		vertical-align: top;
	} 
	.car_menu li a {
		height: auto;
		min-height: 35px;
		padding: 2px;
	} 
	.car_menu li a.active, .car_menu li a:hover {
		padding: 2px;
	} 
	.car_menu li .img_car {
		display: none;
	}
	.car_menu li a .name {
		font-size: 12px !important;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		padding: 7px;
		left: 0;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
	}
	.car_menu li a .descripton {
		display:none;
	}
	.car_menu .text_car {
		text-align: center;
		padding-left: 0px;
	}
	.section_relocation #bell2 .submit-button {
		width: 99% !important;
		margin-right: 0 !important;
		float: left !important;
	}
	.header .stock-box, .header .phone-container .callback {
		display: none;
	}
	.header .phone-container {
		position: fixed;
		top: 1px;
		width: 200px;
		left: 0;
		right: 0;
		z-index: 3;
	}
	.mm-opened .header .phone-container {
		opacity:0;
	} 
	.owl-nav {
		top: 93%;
	}
	.mm-listview>li>a, .mm-listview>li>span {
		text-overflow: unset;
		white-space: pre-wrap;
	}
	.mm-title img {
		width:100%; 
		max-width: max-content;
	}
	.lb-non {
		color: #fff!important;
		font-size: 12px!important;
	}
	.advantages-header, .advantages-header img {
		display: block;
	}
	.adv-header {
		display: inline-block;
		vertical-align: top;
	} 
	.adv-text-header {
		display: block;
	} 
	.counter-advantages {
		height: auto;
		margin-top: 0;
	}
	.counter-advantages ul li {
		text-align: center !important;
		font-size: 19px;
	} 
	.counter-block .counter span {
		font-size: 105px;
	}
	.counter-advantages ul {
		margin-top: 0;
	}
	.text-overlay {
		width: 80%;
	} 
	.section_gifts .img-container img {
		width: 100%;
	}
	.questions .col-md-6 {
		margin-bottom:20px;
	} 
	#my-menu .mm-listview>li:last-child span {
		margin-left: 0px;
	} 
	.header .phone-container .phone span {
		font-size:22px;
	}
	.loaders_wrap .radio_box_parallelogram.radio_box_right > label {
		-ms-align-items: flex-end;
		align-items: flex-end;
	}
	.main-slider {
		margin-top: 25px;
	}
	.section_stock.grey_bg {
		padding-top: 35px;
	}
}







