﻿/* Основные стили */
*{
	margin: 0;
	padding: 0;
}

@font-face {
  font-family: RobotoCondensed-Regular;
  src: url('../fonts/RobotoCondensed-Regular.ttf');
}

body, h1, h2, h3, h4, h5, h6, p, a, span, input, textarea{
	font-family: RobotoCondensed-Regular;
}

h1{
	font-size: 60px;
	padding: 20px 0 20px 0;
	color: #b53e22;
	text-align: center;
	text-shadow: 0px 0px 3px #824638;
}

h2{
	color: #333;
}

h3{
	color: #333;
}

p{
	color:#333;
}

a{
	color: #333;
	cursor:pointer;
	transition: 0.3s;
}

input, textarea{
	box-sizing: border-box;
}

input, textarea{
	font-size: 18px;
}

input:focus, textarea:focus {
	outline-color: #b53e22;
}

	input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
	input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
	input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
	input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
	input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
	input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
	input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
	input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

	textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
	textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
	textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
	textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
	textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
	textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
	textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
	textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

a:hover{
	color: #b53e22;
}

span{
	color: #333;
}

fieldset {
  border: 4px solid #824638;
  border-bottom: none;
	border-right: none;
	border-left: none;
}

body{
	background-image: url('../images/bg-container.png');
	-moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
	z-index: -9999 !important;
}

.flex{
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* Контейнер */

.container{
	margin: auto;
	max-width: 1366px;
	width: 100%;
}

/* Шапка */

header{
	justify-content: space-between;
}

.logo{
	margin: 5px 10px;
	align-items: center;
}

.logo img{
	width: 84px;
	border-radius: 4px;
	background: #b53e22;
	border-radius: 4px;
}

.logo img:hover{
	background: #333;
}

.contacts{
	flex-flow: column;
	padding:0 10px;
	margin-top: 5px;
	align-items: center;
	box-sizing: border-box;
}

.phone-menu, .email-menu{
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.phone-menu i, .email-menu i{
	width: 20px;
	height: 20px;
}

.phone-menu{
	font-size:19px;
	color: #b53e22;
	justify-content: space-between;
}

.phone-menu a{
	font-weight: 600;
	display: block;
}

.email-menu{
	font-size:19px;
	color: #b53e22;
}

.mail{
	display: block;
}

.request-a-call{
	margin-top: 5px;
	display: block;
	color:#fff;
	text-align: center;
	font-size:15px;
	background:#b53e22;
	padding:5px;
	width: 160px;
	border-radius:4px;
	text-decoration: none;
	box-sizing: border-box;
}


.request-a-call span{
	color:#fff;
}

.request-a-call:hover{
	color: #fff;
	text-decoration: none;
	background: #9e3820;
}

.email-menu span{
	display: block;
	background:none;
	text-decoration:underline;
}

.email-menu span:hover{
	text-decoration:none;
}

/* Меню */

#bg-menu{
	background:#fff;
	position:fixed;
	top:0;
	z-index:1000;
	width:100%;
	-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

nav{
	align-items: center;
	width: 100%;
}
.menu{
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.menu li{
	padding: 0 5px;
	list-style-type: none;
	box-sizing: border-box;
	max-width: 220px;
	width: 100%;
}

.menu li a {
	display: block;
	font-size: 18px;
	color: #333;
	background: #f5f5f5;
	padding: 20px;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	box-sizing: border-box;
}

.menu li a:hover,
.menu li:hover > a{
	color: #b53e22;
	background: #e1e1e1;
}

.menu ul {
	display: none;
	width: 100%;
	background: #ffffff;
}

.menu ul li a:hover, .menu ul li:hover > a{
	background:#f0f0f0;
	border-left:3px solid #9CA3DA;
	color:#797979;
}
.menu li:hover > ul{
	display: block;
}
.menu ul ul {
	left: 149px;
	top: 0px;
}

/* Мобильная версия меню */

.mobile-menu{
	display:none;
	font-size: 50px;
	color: #333;
}

.mobile-menu:hover{
	color: #b53e22;
}

/* Прайс */

.item-1{
	margin: auto;
	padding: 40px 0 20px 0;
	text-align:center;
}

.item-1 img{
	position:fixed;
	margin-top: 80px;
	max-width:1366px;
	width:100%;
	z-index:-999;
}

.item-1 h1{
	display:inline;
	margin: 0 10px;
	padding: 5px 10px;
	background: #333;
	color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
}

.bg-item-1{
	padding: 90px 0 10px 0;
	max-width:1366px;
	width:100%;
	display: inline-block;
}

.info-item-1{
	margin-top: 35px;
	padding: 10px;
	align-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	justify-content: center;
}
.price, .characteristic{
	align-self: center;
	margin: 10px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.9);
	box-sizing: border-box;
	width: 22%;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.characteristic span{
	display: block;
	font-size: 18px;
	font-weight: 600;
	vertical-align:middle;
}

.characteristic legend{
	font-size: 22px;
	color: #333;
	vertical-align:middle;
	padding: 0 10px;
}

.price legend{
	font-size: 22px;
	font-weight: 600;
}

.number{
	font-size: 20px !important;
	color: #824638;
}

.button{
	margin: auto;
	display: block;
	color:#333;
	background:#f5f5f5;
	padding:20px;
	text-decoration:none;
	font-size:21px;
	border-radius:4px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.button:hover{
	color:#fff;
	background:#9e3820;
}

.price{
	background: #fff;
}

.new-price{
	color: #b53e22;
	text-align:center;
	font-size:60px !important;
	font-weight:bold;
	border-radius:4px;
	text-align: center;
	width: 100%;
}

.new-price i{
	font-size: 45px;
	color: #333;
}

.sale{
    color:#fff;
    font-weight:bold;
    text-shadow: 0px 2px 3px #6E2615;
    line-height:2.0;
	background:#e80307;
	padding:0 5px;
	border-radius:4px;
	-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px #824638;
	-moz-box-shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px #824638;
	box-shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px #824638;
}

.sale-text{
	margin-top: 20px;
	text-align: center;
	width: 100%;
    color:#9E1919;
	font-weight:600;
}

/* Преимущества */

.item-2{
	margin:auto;
	flex-wrap: wrap;
}

.item-2 span{
	display: block;
	font-size: 20px;
	padding:10px 0;
	text-align:center;
	background:#333;
	color:#fff;
	border-radius:4px;
	-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.block-1-item-2{
	margin:10px;
	border-radius:4px;
	width:31.5%;
}

.block-1-item-2 img{
	width:100%;
}

/* Видео */

.item-3 p{
	font-size:24px;
	text-align:center;
	line-height:2.8;
	font-weight:600;
}

.item-3 b{
	color:#b53e22;
}

.block-1-item-3{
	margin: auto;
	padding:10px;
	text-align: center;
}

.video{
	max-width: 800px;
	width:100%;
	height: 400px;
	border-radius: 4px;
}

/* Запчасти */

.item-5{
	margin: auto;
	max-width: 1366px;
	width: 100%;
}

.item-section-1{
	margin: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.block-item-5{
	position: relative;
	margin-top: 10px;
	background: #fff;
	width: 15%;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.block-hover-item-5{
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	top:0;
	background: rgba(245, 245, 245, 0.7);
	padding:5px;
	display:none;
	text-align: center;
}

.block-item-5:hover .block-hover-item-5{
	display:block;
}

.item-5-img{
	width: 100%;
}

.block-info-item-5{
	position: absolute;
	top: 40%;
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #824638;
	cursor: pointer;
}

/* O DR.WEIS */

.item-6{
	padding: 0 10px;
	justify-content: space-between;
	box-sizing: border-box;
}

.logo-item-6 img{
	width:100%;
}

.info-item-6{
	max-width: 1024px;
	width: 100%;
}

/* Доставка */

.bg-delivery{
	margin-top: 30px;
	-webkit-box-shadow: 0px -21px 24px -20px rgba(128,128,128,1);
-moz-box-shadow: 0px -21px 24px -20px rgba(128,128,128,1);
box-shadow: 0px -21px 24px -20px rgba(128,128,128,1);
	padding: 0 5px;
	background: #fff;
	text-align: center;
}

.delivery-item{
	background-repeat:no-repeat;
	-moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
	background-position:bottom;
	padding: 70px 0;
	display:inline-block;
	max-width:1366px;
	width:100%;
}

.delivery-item p{
	color:#333;
	font-size:50px;
}

.delivery-item b{
	color:#b53e22;
}

/* Подвал */

footer{
	border-top: 2px solid #b53e22;
	background:#fff;
}

.bg-footer{
	padding:20px 0;
}

.footer-item{
	margin: auto;
	padding: 0 10px;
	max-width: 1366px;
	width: 100%;
	justify-content: space-between;
	box-sizing: border-box;
}

.footer-block2-item{
	text-align:left;
	width: 50%;
}

.footer-block3-item{
	width: 50%;
	margin-left: 10px;
}

.formDiler-info{
	display: block;
	text-align: center;
	padding: 17px;
	font-size: 25px;
	color: #824638;
	margin-bottom: 15px;
}

.footer-block2-item h3{
	text-align:left;
	padding:0 15px;
	font-size:25px;
}

.footer-block2-item p, .footer-block2-item a{
	padding:17px;
}

.footer-consultation{
	font-weight: 550;
	text-align:left;
	border-radius:4px;
	font-size:21px;
	vertical-align:top;
	color:#824638;
}

.footer-mail-adress {
	padding: 15px!important;
}

.footer-mail-adress i{
	vertical-align:middle;
	color: #b53e22;
	font-size: 25px !important;
}

.footer-mail-adress p{
	line-height: 2.7;
	font-size: 18px;
	padding:0 !important;
	vertical-align:middle;
}

.footer-mail-adress a{
	font-size: 18px;
	padding: 0;
	vertical-align:middle;
}

.footer-mail-adress a:hover{
		text-decoration:none;
		color:#b53e22;
}

.footer-phone{
	font-size:50px;
	color:#b53e22;
	font-weight:600;
	text-align:center;
	background: #f5f5f5;
	border-radius: 2px;
}

.footer-phone a{
	color: #b53e22;
	text-decoration: none;
}

/* Форма обратной связи */
.fancybox-content{
	padding: 25px !important;
}

.fancybox-button:hover, .fancybox-button:focus{
	background: #b53e22 !important;
}

.popup{
	display: none;
	background: none !important;
	max-width: 550px !important;
	width: 100% !important;
  border-radius: 4px;
  overflow: hidden;
	transform: translateY(-50px);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: .4s;
}

.popup p, .popup ul, .popup li{
	color: #fff;
	text-align: justify;
}

.popup-tel{
	display: none;
	font-size: 14px;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* Final state */
.fancybox-slide--current .popup{
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */

.fancybox-slide--current .popup{
  transition-delay: .3s;
}

.check-text{
	color: #fff;
}

.field-block {
	margin-bottom: 20px;
}

.field-block label, .field-block .field {
	display: block;
	width: 100%;
}

.field-block label {
	margin-bottom: 8px;
	font-weight: bold;
	color: #fff;
}

.field-block .field {
	font-size: 18px;
	padding: 10px;
	line-height: 1.5;
	border-radius: 4px;
	color: #fff;
	border: 1px solid #717171;
	background: none;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.field-block textarea {
	resize: vertical;
}

.form-button, .form-buttonBuy, .form-buttonDiler {
	margin: auto;
	display: block;
	cursor: pointer;
	font-size: 18px;
	padding: 10px 15px;
	border: none;
	background: #b53e22;
	color: #fff;
	border-radius: 4px;
	margin-bottom: 0;
	width: 100%;
}

.result{
	text-align: center;
}

.loader{
	display: none;
}

.loader img{
	border-radius: 50%;
}

.answer{
	display: block;
	color: #b53e22;
  padding: 5px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.form-button:hover,  .form-button:focus, .form-buttonBuy:hover, .form-buttonBuy:focus, .form-buttonDiler:hover, .form-buttonDiler:focus{
	background:#9e3820;
}

/* Форма дилеры */

.contactFormDiler{
	max-width: 1600px;
	width: 100%;
	z-index: 1000;
	background: #fff;
	box-sizing: border-box;
	border-radius: 4px;
}

.FormDiler{
	justify-content: space-between;
	flex-wrap: wrap;
}

.contactFormDiler .field-block input{
	font-size: 15px;
	padding: 10px;
	line-height: 1.5;
	border-radius: 4px;
	color: #333;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contactFormDiler .field-block textarea{
	color: #333;
	border: 1px solid #ccc;
}

.checking{
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.contactFormDiler .check-text{
	color: #333;
	margin-bottom: 20px;
}

.contactFormDiler .check input{
	width: auto;
}

.contactFormDiler .form-button {
	width: auto;
	cursor: pointer;
	font-size: 25px;
	padding: 10px 15px;
	border: none;
	background: #b53e22;
	color: #fff;
	border-radius: 4px;
}

/* Кнопка прокрутки вверх/вниз*/
.wrapper-scroll-btn{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	height: 0;
	box-sizing: border-box;
}
.wrapper-scroll-btn > span{
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	display: block;
}
.scrollup-btn {
	cursor:pointer;
	outline: none !important;
	position: absolute;
	right: 10px;
	bottom: 0;
	width: 48px;
	height: 48px;
	text-transform: uppercase;
	text-indent: -999em;
	line-height: 35px;
	background: url(../images/bg_topbutton.png) no-repeat left top;
	background-size: 100% 100%;
	overflow: hidden;
	transform: rotate(180deg) translateZ(1px);
	-webkit-transform: rotate(180deg) translateZ(1px);
	-moz-transform: rotate(180deg) translateZ(1px);
	-o-transform: rotate(180deg) translateZ(1px);
	-ms-transform: rotate(180deg);
	transition: all .45s cubic-bezier(0.175,0.885,0.320,1.275);
	-webkit-transition: all .45s cubic-bezier(0.175,0.885,0.320,1);
	-webkit-transition: all .45s cubic-bezier(0.175,0.885,0.320,1.275);
	-moz-transition: all .45s cubic-bezier(0.175,0.885,0.320,1.275);
	-o-transition: all .45s cubic-bezier(0.175,0.885,0.320,1.275);
	background-color: #b53e22;
	opacity:0.3;
}

.scrollup-btn:hover{
	opacity:1;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

.scrollup-btn.rotate{
	transform: rotate(360deg) translateZ(1px);
	-webkit-transform: rotate(360deg) translateZ(1px);
	-moz-transform: rotate(360deg) translateZ(1px);
	-o-transform: rotate(360deg) translateZ(1px);
	-ms-transform: rotate(360deg);
}

/*Accordion*/

.ac-container{
    margin:auto;
    text-align: left;
}
.ac-container label{
    font-family: RobotoCondensed-Regular;
	margin:5px 0;
    padding: 5px 20px;
	font-weight:600;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
	text-decoration:underline;
    color: #333;
    line-height: 33px;
    font-size: 19px;
    background-color: #f5f5f5;
	border-radius:4px;
}
.ac-container label:hover{
	text-decoration:none;
}

.ac-container input:checked + label,
.ac-container input:checked + label{
    background: #b53e22;
    color: #fff;
	text-decoration:none;
}
.ac-container label:after,
.ac-container input:checked + label:after{
    content: '';
    position: absolute;
	top:-5px;
    width: 50px;
    height: 50px;
    right: 13px;
    background: url(../images/arrow_down.png) no-repeat center center #b53e22;
	border-radius:4px;
	-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px #824638;
	-moz-box-shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px #824638;
	box-shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px #824638;
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	background: url(../images/arrow_down.png) no-repeat center center #824638;
}
.ac-container input:checked + label:after{
    background: none;
	box-shadow:none;
}

.ac-container input:checked + label:hover:after{
    background: none;
	border: none;
}

.ac-container input{
    display: none;
}

.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 10px;
    position: relative;
    z-index: 10;
}
.ac-container article p{
    font-style: RobotoCondensed-Regular;
    color: #333;
    font-size: 21px;
    padding: 15px;
	line-height:30px;
	text-indent: 10px;
}

.ac-container input:checked ~ article.ac-small{
	margin-bottom: 20px;
    height: 100%;
		background: #fff;
		-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
		-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
		box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

/* social network */

.social-network a{
    display: block;
		font-size: 40px;
}


/* Media */
@media (max-width: 1355px){
	.menu li {
		max-width: 180px;
		width: 100%;
	}
	.menu li a {
		font-size:15px;
		padding: 15px;
	}
	.info-item-1{
		justify-content: space-between;
	}

	.characteristic, .price, .block-1-item-2{
		width: 30%;
	}
	.block-item-5{
		width: 25%;
	}
	.item-2{
		justify-content: space-between;
	}
	.check{
		flex-flow: column;
	}
	.FormDiler{
		flex-flow: column;
	}
 .form-buttonDiler{
	 margin-top: 20px;
 }

}

@media (max-width: 1024px) {
	.logo img{
		margin-left: 10px;
		width: 60px;
	}

	.phone-menu i{
		width: 100%;
		height: 100%;
	}

	.menu{
		display:none;
		position: absolute;
		top: 70px;
		left: 0;
		right: 0;
		width: 100%;
		background: #fff;
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
	}

	nav{
		width:100%;
		padding:0;
	}
	.mobile-menu{
		display:block;
	}

	.menu li{
		display:block;
		margin:0;
		max-width: 100%;
		width: 100%;
	}
	.menu li a {
		color:#333;
		font-size:16px;
		border-top: none;
		text-align:center;
		margin:0;
		padding:10px 11px;
		border-radius: 0;
	}
	.menu li a:hover, .menu li:hover > a{
		background:#b53e22;
		color:#fff;
	}

	.menu ul ul {
		left:0;
	}

	.contacts{
		flex-flow: row;
	}

	.contacts, .request-a-call{
		margin: 0 0 0 10px;
	}

	.request-a-call{
		font-size: 28px;
		width: 100%;
		padding: 13px 20px;
	}

	.request-a-call span, .email-menu span{
		display: none;
	}

.phone-menu{
		display: none;
}

.email-menu{
	color: #333;
}

.email-menu:hover, .email-menu:focus{
	color: #b53e22;
}

	.item-1{
			padding: 0;
	}

	.bg-item-1{
		padding: 0;
	}

	.item-1 img{
		margin: 100px 0 20px 0;
		position:relative;
		opacity: 1 !important;
	}


	h1{
		font-size:40px;
	}

	.form p{
		font-size:18px;
	}

	.wrapper-scroll-btn{
		display:none;
	}

	.ac-container label{
		border-radius:0px;
	}

	.info-item-1{
		padding: 0;
	}

	.characteristic, .price{
		width: 46%;
	}

	.block-1-item-2{
		width:45%;
	}

	.check-text{
		font-size: 14px;
	}

	.form-button, .form-buttonBuy, .form-buttonDiler {
		font-size: 18px;
	}

	.block-item-5{
		width: 32%;
	}

	.item-6{
		flex-flow: column;
	}

	.logo-item-6{
		text-align: center;
	}

	.logo-item-6 img{
		max-width: 350px;
		width: 100%;
	}

	.delivery-item p{
		font-size: 35px;
	}

	.footer-item{
		align-items: center;
		flex-flow: column;
	}

	.footer-mail-adress, .footer-item h3{
		text-align: center;
	}

	.footer-block2-item, .footer-block3-item{
		margin: 0;
		width: 100%;
	}

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

	.social-network{
		justify-content: center;
	}

	.popup-tel{
		display: block;
		font-size: 14px;
		color: #fff;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	.popup-tel a{
		font-size: 16px;
		color: #b53e22;
	}
}

@media (max-width: 768px){
	h1 {
    font-size: 30px;
	}
}

@media (max-width: 720px){
	.characteristic, .price {
		box-shadow: none;
	}
	.characteristic, .price, .block-1-item-2 {
    width: 100%;
	}
}

@media (max-width: 520px){
	.bg-item-1 h1, .delivery-item p, .footer-phone{
		font-size: 25px;
		display: block;
	}
	.item-3 p, .ac-container label{
		font-size: 14px;
	}
	.ac-container article p, .footer-consultation, .formDiler-info{
		font-size: 18px;
	}
	.block-item-5 {
    width: 48%;
}
.video{
	height: 220px;
}
.block-info-item-5{
	font-size: 14px;
}
.mobile-menu{
	 font-size: 40px;
}
.logo img {
    width: 40px;
}
.request-a-call{
    padding: 0;
}

.request-a-call i{
	padding: 0;
	font-size: 19px;
	padding: 12px 15px;
}
.menu {
    top: 55px;
}
}
