/* Fonts */

@font-face {
    font-family:'Ubuntu';
    src:url('../fonts/ubuntu.eot');
    src:url('../fonts/ubuntu.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ubuntu.woff') format('woff'),
        url('../fonts/ubuntu.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Ubuntu';
    src:url('../fonts/ubuntu-bold.eot');
    src:url('../fonts/ubuntu-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ubuntu-bold.woff') format('woff'),
        url('../fonts/ubuntu-bold.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
}

/* Default */

html {
	height:100%;
}
html * {
	max-height:1000000px;
	vertical-align:top;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
html *:before,
html *:after {
	vertical-align:top;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	width:100%;
	height:100%;
	color:#000000;
	/*font-size:12px;
	line-height:16px;*/
    font-family:'Ubuntu', sans-serif;
	padding:0;
	margin:0;
	background:#ffffff;
	-webkit-tap-highlight-color:transparent;
}
p {
	text-indent:0;
	padding:0;
	margin:0 0 16px;
}
table {
	margin:0 0 16px;
	border-collapse:collapse;
}
table td {
	padding:0;
}
:focus {
	outline:none;
}
img {
	padding:0;
	margin:0;
	border:0;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
form {
	margin:0;
}
ul {
	margin:0 0 10px 16px;
	padding:0;
}
ul li {
	padding:0;
	list-style:none;
}
ol {
	margin:0 0 10px 18px;
	padding:0;
}
* +html ol {
	padding:0 0 0 5px;
}
ol li {
	padding:0 0 0 16px;
}
input, select, textarea {
	color:#0a1131;
	font-size:12px;
    font-family:'Ubuntu', sans-serif;
	padding:0;
	margin:0;
	background:none;
	border:0;
}
textarea {
	overflow:auto;
}
button {
	color:#000000;
    font-family:'Ubuntu', sans-serif;
	margin:0;
	border:0;
}
button::-moz-focus-inner {
	padding:0;
	border:0;
}
::-webkit-input-placeholder {
	color:rgba(133,133,133,0.75);
}
:-moz-placeholder {
	color:rgba(133,133,133,0.75);
}
::-moz-placeholder {
	color:rgba(133,133,133,0.75);
}
:-ms-input-placeholder {
	color:rgba(133,133,133,0.75);
}
.img-cover,
.img-contain {
	display:none !important;
}
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading.slick-track{visibility:hidden}.slick-slider{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
div.checker,div.radio{position:relative}div.checker,div.checker input,div.checker span,div.radio,div.radio input,div.radio span{width:24px;height:24px;cursor:pointer}div.checker input,div.radio input{filter:alpha(opacity=0);border:none}div.checker span,div.radio input,div.radio span{zoom:1;text-align:center}div.checker span{position:relative;display:-moz-inline-box;display:inline-block;background:#fefefe;border:1px solid #e6e6e6}div.checker span.checked:before{content:'';position:absolute;left:4px;top:-3px;width:24px;height:18px;background:url('../img/checker-icon.svg')}div.checker input{opacity:0;-moz-opacity:0;background:0 0;display:-moz-inline-box;display:inline-block;zoom:1}div.radio span{display:-moz-inline-box;display:inline-block;position:realtive;width:22px;height:22px;border:1px solid #a1a1a1;-webkit-border-radius:50%;border-radius:50%;}div.radio span.checked:after{content:'';position:absolute;left:5px;top:5px;width:12px;height:12px;background:#333333;-webkit-border-radius:50%;border-radius:50%;}div.radio input{opacity:0;-moz-opacity:0;background:0 0;display:-moz-inline-box;display:inline-block}
.wrapper {
	position:relative;
	min-width:320px;
	min-height:100%;
}
[data-animated] {
	-webkit-transform:translateY(15px);
	transform:translateY(15px);
	-webkit-transition:-webkit-transform 0.5s ease-out, opacity 0.5s ease-out;
	transition:transform 0.5s ease-out, opacity 0.5s ease-out;
}
[data-animated].is-animated {
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0);
}

/* Core */

.header {
	position:relative;
}
.header__row {
	position:relative;
	max-width:1200px;
	height:125px;
	margin:0 auto;
}
.header--logo {
	float:left;
	display:block;
	width:246px;
	height:125px;
	margin:0 2px 0 0;
	background:url('../img/logo.png') no-repeat 30px 26px;
}
.nav {
	float:left;
}
.nav a {
	position:relative;
	display:block;
	float:left;
	color:#2a2a2a;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	padding:50px 9px 54px;
}
.nav a:hover {
	color:#ed1c24;
}
.nav a.is-active {
	color:#ed1c24;
}
.nav a.is-active:before {
	content:'';
	position:absolute;
	left:9px;
	top:0;
	width:calc(100% - 18px);
	height:4px;
	background:#ed1c24;
}
.header__rc {
	float:right;
	padding:0 30px 0 0;
}
.header--button {
	float:left;
	color:#ffffff;
	font-size:14px;
	line-height:20px;
	cursor:pointer;
	padding:10px 18px 13px;
	margin:41px 0 0 38px;
	background:#ed1c24;
	-webkit-transition:background-color 0.1s ease-out;
	transition:background-color 0.1s ease-out;
}
.header--button:hover {
	background-color:#cb1118;
}
.header__phones {
	float:left;
	margin:37px 0 0;
}
.header__phones li {
	margin:0;
}
.header__phones a {
	color:#2a2a2a;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
}
.header__phones span {
	color:#ed1c24;
}
.welcome {
	overflow:hidden;
	position:relative;
	background:url('../img/welcome-bg.jpg') no-repeat 50% 50%;
}
.welcome:before {
	content:'';
	position:absolute;
	left:0;
	width:50%;
	height:100%;
	background:#ed1c24;
}
.welcome__row {
	position:relative;
	z-index:1;
	display:table;
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.welcome__content {
	display:table-cell;
	height:702px;
	color:#ffffff;
	vertical-align:bottom;
	padding:65px 30px;
}
.welcome--title {
	max-width:500px;
	display:block;
	font-size:60px;
	line-height:72px;
	font-weight:bold;
	padding:0;
	margin:0 0 63px;
}
.welcome--subtitle {
	display:block;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	padding:0;
	margin:0 0 30px;
}
.welcome__services {
	font-size:0;
	margin:0 0 20px;
}
.welcome__services li {
	position:relative;
	display:inline-block;
	min-width:395px;
	font-size:16px;
	line-height:24px;
	padding:0 30px 0 62px;
	margin:0 0 36px;
}
.welcome__services li:before {
	content:'';
	position:absolute;
	left:0;
	top:-3px;
	width:36px;
	height:36px;
	border:1px solid #ffffff;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.welcome__services li:after {
	content:'';
	position:absolute;
	left:10px;
	top:-8px;
	width:37px;
	height:28px;
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAZCAYAAABU+vysAAABqElEQVRIS83VvS9DURjHccfSxCbpqLUySYgJiRDCxkK8xMIkITYWwsxCWAwkXhJWBiSMSITwJ9TLymSwXd+niaS4bs9z7psmT9rePuf3fNL2nmMq/sHD87x2k6YDQJb5z1Q2NQiIRgBnVM4Y85EKBEQfgHkATV+/SOIQEFMM7wDRX/q3SBQCYpnhGRDTP/+biUFAHDD8FsSK3w2SCATEFcNXQRz+dZfGCgEg+U/UAIjroK0iNgiIPIMLVB7ES7n9KhYIiFYG7wOoLQeI7fYFMUT4JIg2W4T0RfqNgJglswHEsAYRKQTEOoHvIOa0iMggII7k3ACx4YKIBALinqAFEMeuiFAQAFUEyBHeCeIhDMIZAqKOxXeUHOFvYRFFCKFjhO3YhtHfRe8aa+pt19j0CWSURjkNewl/DVpE7zifD9LXbROu6SnuIwxo5umEmmHInl8APYtcr+HzCc0A295vGxrDdllYybCR0gCub/H+ketLtsHavl87K0NlV5TNqYfBN7w/57WcG9vacE2/7xbP8GpCTqkCtQniQhPq0ht41gBqAXHpEqxd8wlp4Yhf+hkS7wAAAABJRU5ErkJggg==') no-repeat 0 0;
}
.welcome--button {
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	line-height:20px;
	cursor:pointer;
	padding:23px 30px 25px;
	margin:0 19px 30px 0;
	background:#000000;
	-webkit-transition:all 0.1s ease-out;
	transition:all 0.1s ease-out;
}
.welcome--button:hover {
	background-color:#151515;
}
.welcome--button_special {
	color:#000000;
	background:#fff600;
}
.welcome--button_special:hover {
	background-color:#ece400;
}
.catalog__row {
	max-width:1200px;
	padding:63px 30px 0;
	margin:0 auto;
}
.title-h2 {
	position:relative;
	display:block;
	color:#010101;
	font-size:30px;
	line-height:36px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 22px;
	margin:0 0 32px;
}
.title-h2:after {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:66px;
	height:4px;
	background:#ed1c24;
}
.catalog__grid {
	width:1170px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	font-size:0;
	margin:0 0 42px -15px;
}
.catalog__item {
	width:31%;
	padding:0 15px;
	margin:15px 1%;
}
.item-catalog {
	display:block;
}
.item-catalog--title {
	display:table;
	width:100%;
	background:#ed1c24;
}
.item-catalog--title span {
	display:table-cell;
	height:70px;
	color:#ffffff;
	font-size:16px;
	line-height:21px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	padding:14px 20px 14px;
}
.item-catalog--photo a{
	height:295px;
	border:1px solid #e6e6e6;
	display:block;
}
.item-catalog__content {
	padding:17px 16px 5px;
	border:1px solid #e6e6e6;
	border-top-width:0;
}
.item-catalog__content_mini {
	padding:21px 19px 5px;
}
.item-catalog--subtitle {
	display:block;
	font-size:14px;
	line-height:18px;
	padding:0;
	margin:0 0 18px;
}
.item-catalog__content ul {
	margin:0 0 18px;
}
.item-catalog__content li {
	position:relative;
	color:#393939;
	font-size:13px;
	line-height:18px;
	padding:0 0 0 7px;
	margin:0 0 6px;
}
.item-catalog__content li:before {
	content:'-';
	position:absolute;
	left:0;
	top:0;
}
.item-catalog__controls {
	clear:both;
	overflow:hidden;
	padding:17px 21px 16px;
	border:1px solid #e6e6e6;
	border-top-width:0;
}
.item-catalog--button {
	float:right;
	color:#ffffff;
	font-size:14px;
	line-height:18px;
	cursor:pointer;
	padding:12px 20px 13px;
	background:#ed1c24;
	-webkit-transition:background-color 0.1s ease-out;
	transition:background-color 0.1s ease-out;
}
.item-catalog--button:hover {
	background-color:#cb1118;
}
.item-catalog--button_wide {
	width:100%;
}
.item-catalog--price {
	float:left;
	display:block;
	color:#070707;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	margin:7px 0 12px -6px;
}
.item-catalog--conditions {
	display:block;
	color:#000000;
	font-size:14px;
	line-height:18px;
	margin:-8px 0 7px;
}
.item-catalog--range {
	display:block;
	font-size:18px;
	line-height:21px;
	font-weight:bold;
	margin:0 0 9px;
}
.item-catalog--time {
	display:block;
	color:#686868;
	font-size:14px;
	line-height:18px;
	margin:0 0 5px;
}
.about__row {
	max-width:1200px;
	font-size:0;
	padding:3px 15px 74px;
	margin:0 auto;
}
.about__col {
	display:inline-block;
	width:50%;
	padding:0 15px;
}
.about__col .title-h2 {
	margin:0 0 47px;
}
.about__col p {
	font-size:16px;
	line-height:24px;
	margin:0 0 24px;
}
.about__col ul {
	margin:33px 0 24px;
}
.about__col li {
	position:relative;
	color:#474747;
	font-size:14px;
	line-height:20px;
	padding:0 0 0 7px;
	margin:0 0 10px;
}
.about__col li:before {
	content:'-';
	position:absolute;
	left:0;
	top:0;
}
.footer {
	position:relative;
	background:#282828;
	padding: 0;
}
.footer:before {
	content:'';
	position:absolute;
	left:0;
	top:145px;
	width:100%;
	height:1px;
	background:#353535;
}
.footer__nav {
	max-width:1200px;
	height:125px;
	margin:0 auto;
}
.footer--logo {
	float:left;
	display:block;
	width:246px;
	height:125px;
	margin:0 3px 0 0;
	background:url('../img/footer-logo.png') no-repeat 30px 27px;
}
.footer__navigation {
	float:left;
	margin:1px 0 0;
}
.footer__navigation a {
	position:relative;
	display:block;
	float:left;
	color:#ffffff;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	padding:51px 9px 54px;
}
.footer__navigation a:hover,
.footer__navigation a.is-active {
	color:#ed1c24;
}
.footer__navigation a.is-active:before {
	content:'';
	position:absolute;
	left:9px;
	top:0;
	width:calc(100% - 18px);
	height:4px;
	background:#ed1c24;
}
.footer__rc {
	float:right;
	padding:0 30px 0 0;
}
.footer--phone {
	float:left;
	display:block;
	color:#ffffff;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	margin:50px 0 0;
}
.footer--phone span {
	color:#ed1c24;
}
.footer--button {
	float:left;
	color:#ffffff;
	font-size:14px;
	line-height:20px;
	cursor:pointer;
	padding:10px 17px 13px;
	margin:42px 0 0 39px;
	background:#ed1c24;
	-webkit-transition:background-color 0.1s ease-out;
	transition:background-color 0.1s ease-out;
}
.footer--button:hover {
	background-color:#cb1118;
}
.footer__row {
	padding:0 30px;
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.footer__copy {
	margin:39px 0 0;
}
.footer__copy p {
	color:#ffffff;
	font-size:14px;
	line-height:24px;
	margin:0 40px;
}
.footer--author {
	position:relative;
	float:right;
	display:block;
	color:#acacac;
	font-size:13px;
	line-height:21px;
	padding:0 0 0 47px;
	margin:42px 0 0;
}

.payment {
	width: 1200px;
	height: auto;
}

.footer--author img {
	position:absolute;
	left:0;
	top:0;
}
.footer--author a {
	position:relative;
	display:block;
	color:#ffffff;
}
.footer--author a:after {
	content:'';
	position:absolute;
	left:0;
	bottom:4px;
	width:100%;
	border-bottom:1px solid #757575;
}
.footer--author a:hover:after {
	border-bottom-color:transparent;
}
.menu-open {
	display:none;
}
.fade-bg {
	position:fixed;
	left:0;
	top:0;
	z-index:1000;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.75);
	opacity:0;
	-webkit-transition:opacity 0.3s ease;
	transition:opacity 0.3s ease;
	visibility:hidden;
}
.fade-bg.is-opened {
	opacity:1;
	visibility:visible;
}
.menu-drop {
	display:none;
}
.container {
	width:auto;
	max-width:1200px;
	padding:0 30px;
	margin:30px auto;
}
.item__descr {
	width:100% !important;
	padding-left:0;
	margin-left:0;
}
.item__img + .item__descr {
	width:421px !important;
}
.item__img {
	padding-right:30px;
}
.item__comlectation {
	width:356px;
}
.item__rent {
	margin-right:-10px;
}


.item__comlectationList li {
	margin:10px 0;
}

.item__comlectationList li:before{
	content:"»";
	margin-right:10px;
	color:#ff0000;
	margin-left:10px;
}


@media all and (max-width:1200px) {
	[data-animated] {
		opacity:1;
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	.menu-open {
		position:relative;
		z-index:1;
		float:left;
		display:block;
		width:90px;
		height:99px;
		cursor:pointer;
		margin-right:-15px;
	}
	.menu-open i {
		content:'';
		position:absolute;
		left:50%;
		top:50%;
		width:30px;
		height:2px;
		margin:-1px 0 0 -10px;
		background:#000000;
	}
	.menu-open i:before,
	.menu-open i:after {
		content:'';
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background:#000000;
	}
	.menu-open i:before {
		margin-top:-10px;
	}
	.menu-open i:after {
		margin-top:10px;
	}
	.menu-drop {
		display:block;
		position:fixed;
		left:-480px;
		top:0;
		z-index:1010;
		width:480px;
		height:100%;
		background:#ffffff;
		-webkit-transition:-webkit-transform 0.3s ease, opacity 0.3s ease;
		transition:transform 0.3s ease, opacity 0.3s ease;
		opacity:0.5;
	}
	.menu-drop.is-opened {
		-webkit-transform:translateX(100%);
		transform:translateX(100%);
		opacity:1;
	}
	.menu-drop--close {
		position:absolute;
		left:0;
		top:0;
		display:block;
		width:90px;
		height:99px;
		cursor:pointer;
	}
	.menu-drop--close:before,
	.menu-drop--close:after {
		content:'';
		position:absolute;
		left:50%;
		top:50%;
		width:40px;
		height:2px;
		margin:-1px 0 0 -20px;
		background:#000000;
	}
	.menu-drop--close:before {
		transform:rotate(45deg);
	}
	.menu-drop--close:after {
		transform:rotate(-45deg);
	}
	.menu-drop__row {
		overflow-y:scroll;
		position:absolute;
		left:0;
		top:99px;
		width:100%;
		height:calc(100% - 99px);
	}
	.menu-drop__nav {
		display:block;
	}
	.menu-drop__nav a {
		position:relative;
		display:block;
		color:#2a2a2a;
		font-size:18px;
		line-height:24px;
		font-weight:bold;
		text-transform:uppercase;
		padding:10px 30px;
	}
	.menu-drop__nav a:hover,
	.menu-drop__nav a.is-active {
		color:#ed1c24;
	}
	.menu-drop__nav a.is-active :before {
		content:'';
		position:absolute;
		left:0;
		top:0;
		width:4px;
		height:100%;
		background:#ed1c24;
	}
	.nav {
		display:none;
	}
	.header__row {
		height:99px;
	}
	.header--logo {
		position:relative;
		width:207px;
		height:99px;
		background-position:30px 21px;
		background-size:147px auto;
	}
	.header--button {
		margin-top:28px;
	}
	.header__phones {
		margin-top:24px;
	}
	.welcome {
		background-position:65% 50%;
	}
	.welcome--title {
		font-size:50px;
		line-height:60px;
		margin:0 0 50px;
	}
	.welcome__services li {
		display:block;
		margin:0 0 30px;
	}
	.welcome__services {
		margin:0 0 50px;
	}
	.catalog__item {
		width:33.33%;
	}
	.footer:before {
		top:100px;
	}
	.footer__nav {
		height:99px;
	}
	.footer--logo {
		width:207px;
		height:99px;
		background-position:30px 21px;
		background-size:147px auto;
	}
	.footer__navigation {
		display:none;
	}
	.footer--button {
		margin-top:29px;
	}
	.footer--phone {
		margin-top:37px;
	}
	.footer__row {
		height:100px;
	}
	.footer__copy {
		margin-top:25px;
	}
	.footer--author {
		margin-top:28px;
	}
	.menu-drop--button {
		display:none;
	}
	.item__img {
		width:calc(100% - 394px);
		padding-right:30px;
		margin-bottom:40px;
	}
	.item__img + .item__descr {
		width:390px !important;
		margin-bottom:40px;
	}
	.item__comlectation {
		width:280px;
	}
	.item__rent {
		width:calc(100% - 324px);
	}
}
@media all and (max-width:900px) {

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

	.header__row {
		height:60px;
	}
	.menu-open {
		width:60px;
		height:60px;
		margin-right:-10px;
	}
	.menu-open i {
		width:30px;
		margin:-1px 0 0 -15px;
	}
	.menu-open i:before {
		margin-top:-8px;
	}
	.menu-open i:after {
		margin-top:8px;
	}
	.header--logo {
		width:120px;
		height:60px;
		background-position:15px 13px;
		background-size:90px auto;
	}
	.header__rc {
		padding-right:15px;
	}
	.header--button {
		padding:8px 14px 10px;
		margin:11px 0 0 15px;
	}
	.header__phones {
		margin-top:7px;
	}
	.header__phones a {
		line-height:22px;
	}
	.welcome {
		width:100%;
		background:#ed1c24;
	}
	.welcome:before {
		display:none;
	}
	.welcome__content {
		height:auto;
		padding:30px 15px 10px;
	}
	.welcome--title {
		max-width:none;
		font-size:40px;
		line-height:50px;
		margin:0 0 30px;
	}
	.welcome__services {
		margin:0 0 40px;
	}
	.catalog__row {
		padding:30px 15px 0;
	}
	.title-h2 {
		font-size:24px;
		line-height:30px;
		padding:0 0 13px;
		margin:0 0 24px;
	}
	.title-h2:after {
		height:3px;
	}
	.catalog__grid {
		width:calc(100% + 15px);
		margin:0 0 20px -8px;
	}
	.catalog__item {
		width:50%;
		padding:0 7px 0 8px;
		margin:0 0 15px;
	}
	.about__row {
		padding:10px 15px 10px;
	}
	.about__col {
		display:block;
		width:auto;
		padding:0;
		margin:0 0 40px;
	}
	.about__col .title-h2 {
		margin:0 0 30px;
	}
	.about__col p {
		font-size:15px;
		line-height:22px;
		margin:0 0 22px;
	}
	.about__col ul {
		margin:30px 0 22px;
	}
	.about__col li {
		margin:0 0 8px;
	}
	.footer--button {
		margin-left:20px;
	}
	.footer--logo {
		width:177px;
		background-position:15px 21px;
	}
	.footer__rc {
		padding-right:15px;
	}
	.footer__row {
		height:auto;
		padding:20px 15px 10px;
	}
	.footer__copy {
		float:none;
		margin:0 0 20px;
	}
	.footer--author {
		display:inline-block;
		float:none;
		margin:0 0 20px;
	}
	.menu-drop--close {
		width:60px;
		height:60px;
	}
	.menu-drop--close:before,
	.menu-drop--close:after {
		width:30px;
		margin:-1px 0 0 -15px;
	}
	.menu-drop {
		width:320px;
		left:-320px;
	}
	.menu-drop__row {
		top:60px;
		height:calc(100% - 60px);
	}
	.menu-drop__nav a {
		font-size:14px;
		line-height:20px;
		padding:10px 15px;
	}
	.goodsCat {
		padding:20px 0 30px;
	}
	.title {
		font-size:24px;
		line-height:30px;
		padding:0;
		margin:0 0 20px;
	}
	.container {
		padding:0 15px;
	}
	.item__descr {
		margin:0;
		padding:15px 15px 15px 0;
	}
	.item__descr h2 {
		font-size:18px;
		line-height:24px;
		padding:0;
	}
	.item__descr p {
		font-size:15px;
		line-height:22px;
		margin:0 0 22px;
	}
	.item__descr ul {
		margin:0 0 22px !important;
	}
	.item__descr ul li {
		position:relative;
		font-size:15px;
		line-height:22px;
		padding-left:20px;
	}
	.item__descr ul li:before {
		content:'—';
		position:absolute;
		left:0;
		top:0;
	}
	.item__img {
		width:100%;
		max-width:610px;
		padding-right:0;
		margin:0 auto 20px;
	}
	.item__img + .item__descr {
		width:100% !important;
		margin-bottom:40px;
	}
	.item__comlectation {
		width:100%;
		padding-bottom:50px;
	}
	.item__order {
		display:block;
		position:static;
		max-width:290px;
		margin:22px auto 0;
	}
	.item__rent {
		width:100%;
		padding:35px 20px 15px;
		margin-left:0;
	}
	.item__rentList {
		margin-left:0;
		margin-bottom:30px;
	}
	.item__rentWay {
		margin:0 0 20px;
	}
	.item__rentWay li {
		width:50%;
		padding-right:15px;
		margin-left:-3px;
	}
}
@media all and (max-width:640px) {
	.header--button {
		display:none;
	}
	.header__phones {
		margin:10px 0 0;
	}
	.header__phones a {
		font-size:15px;
		line-height:20px;
	}
	.menu-drop--button {
		display:block;
		width:calc(100% - 30px);
		color:#ffffff;
		font-size:14px;
		line-height:20px;
		cursor:pointer;
		padding:10px 18px 13px;
		margin:15px 15px 20px;
		background:#ed1c24;
	}
	.welcome__content {
		padding:25px 15px 10px;
	}
	.welcome--title {
		font-size:30px;
		line-height:36px;
	}
	.welcome__services {
		margin:0 0 30px;
	}
	.welcome__services li {
		font-size:15px;
		line-height:22px;
		min-width:0;
	}
	.welcome--button {
		display:block;
		margin:0 0 15px;
	}
	.welcome--subtitle {
		font-size:21px;
		line-height:26px;
		margin:20px 0 20px;
	}
	.catalog__item {
		width:100%;
	}
	.footer:before {
		display:none;
	}
	.footer__nav {
		display:none;
	}
	.item__rentList {
		padding-left:35px;
	}
	.item__rentWay li {
		width:100%;
		padding-right:0;
	}
	.item__comlectationList {
		margin-left:0;
	}

	.footer__row {
		display: block;
	}
}