@font-face {
	font-family: 'Conv_PFDinTextPro-Regular';
	src: url('fonts/PFDinTextPro-Regular.eot');
	src: local('☺'), url('fonts/PFDinTextPro-Regular.woff') format('woff'), url('fonts/PFDinTextPro-Regular.ttf') format('truetype'), url('fonts/PFDinTextPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_PFDinTextPro-Light';
	src: url('fonts/PFDinTextPro-Light.eot');
	src: local('☺'), url('fonts/PFDinTextPro-Light.woff') format('woff'), url('fonts/PFDinTextPro-Light.ttf') format('truetype'), url('fonts/PFDinTextPro-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	width: 100%;
	min-width: 980px;
	min-height: 100%;
	margin: 0 auto;
	font-family: 'Conv_PFDinTextPro-Regular', 'Arial', sans-serif; 
	color: #2a2b2d;
	font-size: 14px;
	font-weight: normal;
	background:	#fff;
}

#wrapper_all {
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0;
}

#wrapper {
	width: 100%;
	position: relative;
	margin: 0;
	background: #f5f5ea;
}

.clearing {
	width: 100%;
	clear: both;
	height: 0;
	line-height: 0;	
}

.wp {
	width: 980px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
#wrapper_all h1, #wrapper_all h2, #wrapper_all h3 {
	font-weight: 400;
	font-family: 'Conv_PFDinTextPro-Light', sans-serif;
}
#wrapper_all  h1 {
	font-size: 32px;
	line-height: 42px;
}
#wrapper_all  h1 font {
	color: #ff001e;
}

#wrapper_all  h2 {
	padding: 0 0 10px 0;
	font-size: 38px;
	text-transform: uppercase;
}
#wrapper_all  h2 span {
	display: block;
	font-size: 18px;
	text-transform: none;
}
#wrapper_all  h3 {
	padding: 0 0 20px 0;
	font-size: 28px;
	font-weight: 900;
	line-height: 32px;
	text-transform: uppercase;
}

/*Шапка*/
#slide1 {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 0 30px 0;
}
#top {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #dfd5b3;
}
#menu {
	position: relative;
	overflow: hidden;
	float: left;
}
#menu li {
	position: relative;
	float: left;
	margin: 0 25px 0 0;
}
#menu li a {
	color: #2a2b2d;
	font-size: 16px;
	text-decoration: none;
	line-height: 60px;
}
#menu li:hover a {
	color: #ff001e;
	text-decoration: underline;
}
#callback {
	width: 150px;
	height: 30px;
	float: right;
	margin: 17px 0 0 0;
	color: #fff;
	font-size: 13px;
	line-height: 32px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background: #ff001e;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0px 2px 3px 0px rgba(42, 43, 45, 0.6);
	-moz-box-shadow:    inset 0px 2px 3px 0px rgba(42, 43, 45, 0.6);
	box-shadow:         inset 0px 2px 3px 0px rgba(42, 43, 45, 0.6);
	cursor: pointer;
}
#callback:hover {
	background: #cb0219;
}
/*header*/
#header {
	width: 980px;
	position: relative;
	overflow: hidden;
	margin: 30px auto;
}
#logo {
	width: 120px;
	height: 90px;
	position: relative;
	/*float: left;*/
	background: url('../images/logo.png') no-repeat;
}
#header .address,#header .phone, #header .mail {
	position: relative;
	margin-top: 10px;
}
#header .address, #header .phone {
	/*float: left;*/
	padding: 0 0 0 30px;
}
#header .mail {
	float: right;
	padding: 0 0 0 35px;
	background: url('../images/mail-icon.png') left center no-repeat;
}
#header .address {
	margin-left: 100px;
	background: url('../images/address-icon.png') no-repeat 0 25px;
}
#header .phone {
	margin-left: 80px;
	background: url('../images/phone-icon.png') left center no-repeat;
	display: flex;
}
#header .address p, #header .mail p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 10px 0;
}
#header .phone p {
	/*float: left;*/
	font-size: 19px;
	line-height: 26px;
}
#header .phone span {
	/*float: left;*/
	margin: 0 10px 0 0;
	font-size: 16px;
    /*line-height: 78px;*/
}
#header a {
	color: #2a2b2d;
	font-size: 14px;
}
#header .mail p a {
	font-size: 16px;
	text-decoration: none;
}
#header .mail p a:hover {
	text-decoration: underline;
}

/* ------ */
.text {
	width: 600px;
	position: relative;
	margin: 60px 0 30px 0;
}
.text span {
	display: block;
	margin: 20px 0;
	font-size: 21px;
	line-height: 28px;
	
}
.text span font {
	color: #ff001e;
}
.text p {
	font-size: 16px;
	line-height: 24px;
}
.lenta {
	position: absolute;
	top: 20px;
	right: 0;
}
/* Красная полоса */

.red-line {
	width: 100%;
	position: relative;
	padding: 40px 0 20px 0;
	text-align: center;
	background: #ff001e;
}
.red-line h2, .red-line span {
	color: #fff;
}
.red-line a {
	display: block;
	padding: 40px 0 0 0;
	margin: 20px 0 0 0;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	background: url('../images/link-icon.png') no-repeat top center;
}

/* Slide2 */
#slide2 {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.product {
	position: relative;
	overflow: hidden;
}
.product .info {
	width: 41%;
	position: relative;
	padding: 40px 5% 25px 5%;
	background: #dfd5b3;
}
.product .product-img {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
}
.pr1 .info, .pr3 .info {
	float: left;
}
.pr2 .info, .pr4 .info {
	float: right;
}
.pr1 .product-img, .pr3 .product-img {
	right: 0;
}
.pr2 .product-img, .pr4 .product-img {
	left: 0;
}
.pr1 .product-img {
	background: url('../images/pr1.jpg') no-repeat center;
	background-size: cover;
}
.pr2 .product-img {
	background: url('../images/pr2.jpg') no-repeat center;
	background-size: cover;
}
.pr3 .product-img {
	background: url('../images/pr3.jpg') no-repeat center;
	background-size: cover;
}
.pr4 .product-img {
	/*background: #000;*/
	background: url('../images/elochka_1.jpg') no-repeat center;
	background-size: cover;
}
.pr4 .product-img__video {
	display: flex;
	align-items: center;
	justify-content: center;

}
.pr7 .product-img {
	background: url('../images/kapas.jpg') no-repeat center;
	background-size: cover;
}
video {
height: 100%;
min-width: 100%;
}


.product  h4 {
	padding: 20px 0;
	font-size: 18px;
	font-weight: normal;
}
.product p {
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 26px;
}
.product ul li {
	width: 300px;
	margin: 0 20px 15px 0;
	padding: 0 0 0 20px; 
	font-size: 14px;
	vertical-align: top;
	display:-moz-inline-stack;
    display:inline-block; 
  	 _overflow:hidden;
   	*zoom:1;
   	*display:inline;
	background: url('../images/list.png') no-repeat 0 3px;
}
.form-link {
	width: 180px;
	height: 30px;
	display: block;
	margin: 20px auto 0 auto;
	color: #fff;
	font-size: 13px;
	line-height: 32px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background: #ff001e;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0px 2px 3px 0px rgba(42, 43, 45, 0.6);
	-moz-box-shadow: inset 0px 2px 3px 0px rgba(42, 43, 45, 0.6);
	box-shadow: inset 0px 2px 3px 0px rgba(42, 43, 45, 0.6);
}

.form-link:hover {
	background: #cb0219;
}
.product center {
	margin: 10px 0 0 0;
	font-size: 14px;
}

/* Slide3 */
#slide3 {
	width: 100%;
	position: relative;
}
#slide3 ul {
	width: 980px;
	position: relative;
	overflow: hidden;
	margin: 40px auto;
}
#slide3 li {
	width: 230px;
	position: relative;
	margin: 40px 5px;
	text-align: center;
	vertical-align: top;
	display:-moz-inline-stack;
    display:inline-block; 
  	 _overflow:hidden;
   	*zoom:1;
   	*display:inline;
}
#slide3 li img {
	width: 130px;
	height: 70px;
	margin: 0 auto;
	display: block;
}
#slide3 li p {
	margin: 15px 0 0 0;
	color: #4a4b4c;
	font-size: 16px;
	line-height: 24px;
}
/* Slide4 */
#slide4 {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 60px 0;
	background: #dfd5b3;
}
#slide4 h2 {
	text-align: center;
}
#slide4 a {
	display: block;
	padding: 40px 0 0 0;
	margin: 20px 0 0 0;
	color: #2a2b2d;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	background: url('../images/link-icon-blue.png') no-repeat top center;
}
#slide4 ul {
	width: 90%;
	max-width: 1600px;
	position: relative;
	overflow: hidden;
	margin: 50px auto 0 auto;
}
#slide4 li {
	width: 16%;
	position: relative;
	float: left;
	margin: 0 2%;  
}
#slide4 li img {
	width: 100%;
	max-width: 220px;
	height: auto;
	display: block;
	margin: 0 0 10px 0;
}
#slide4 li p {
	font-size: 16px;	
	line-height: 24px;
}

/*Slide5*/
#slide5 {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 80px 0 60px 0;
}
#slide5 h2 {
	text-align: center;
}

/* Логотипы компаний */
#logos {
	width: 100% !important;
	position: relative; 
	margin: 40px auto 0 auto;
	padding: 0;
	background: #fff;
}
#logos li {
	width: 240px !important;
	height: 120px !important;
	position: relative;
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
}
#logos li img {
	height: 70px;
	display: block;
	margin: 0 auto;
}
.prev , .next {
	width: 16px;
	height: 30px;
	position: absolute;
	bottom: 120px;
	margin: 0;
	padding: 0;
	color: transparent;
	border: none;
}
.prev {
	left: 1%;
	background: url('../images/prev.png') no-repeat;
}
.next {
	right: 1%;
	background: url('../images/next.png') no-repeat;
}

/* Карта */

#map {
	width: 100%;
	height: 520px;
	position: relative;
}
.adres-list {
	width: 380px;
	height: 560px;
	position: relative;
	float: left;
	padding: 0 20px 0 30px;
}
.adres-list h3 {
	margin: 40px 0 0 10px;
	padding: 0 0 10px 0 !important;
}
.adres-list span {
	display: block;
	padding: 10px;
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	background: #ff001e;
}
.adres-list span font {
	font-size: 18px;
	line-height: 28px;
}
.adres-list p {
	margin: 10px 0 0 10px;
	font-size: 14px;
	line-height: 21px;
}
.adres-list p a {
	color: #2a2b2d;
}

#points {
	padding: 30px 0 0 0;
	background: url('../images/line-green.jpg') no-repeat top left;
}
.adres-point {
	margin: 0 0 30px 0;
}
.adres-point a {
	color: #222;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #adc541;
	cursor: pointer;
}
.adres-point p {
	font-size: 14px;
	line-height: 24px;
}
.adres-view {
	position: relative;
	height: 560px;
	margin-left: 430px;
}
#view-map {
	width: 100%;
	height: 100%;
}

.ymaps-2-1-27-copyright__content, .ymaps-2-1-27-scaleline, .ymaps-2-1-27-button__icon_icon_ruler, .ymaps-2-1-27-search, .ymaps-2-1-27-button__icon_icon_geolocation, .ymaps-2-1-27-controls__toolbar_right, .ymaps-2-1-27-button__text, .ymaps-2-1-27-islets_gotoymaps {
	display: none !important;
}

/* Кнопка вверх */
#top-link {
	width: 50px !important;
	height: 50px;
	cursor: pointer;
	display: none;
	position: fixed;
	right: 20px;
	bottom: 380px;
	z-index: 30;
}
#top-link a{
	width: 50px;
	height: 50px;
	display: block;
	background: url('../images/up-button.png') no-repeat;
}

/* Формы */

#popup_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	background: rgba(0, 0, 0, 0.8);
	z-index: 50;
	display: none;
}
#popup_overlay .form {
	width: 250px;
	position: relative;
	padding: 20px;
	margin: 100px auto;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
}
#popup_overlay .close {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url('../images/close.png') no-repeat;
	cursor: pointer;
}
#popup_overlay .form-err-place {
	color: #2a2b2d;
}
.form  h3 {
	font-size: 21px !important;
}
.form input[type="text"] {
	height: 30px;
	padding: 0 5px;
}
.form textarea {
	height: 80px;
	padding: 5px;
}
.form input[type="text"], .form textarea {
	width: 240px;
	margin: 0 0 10px 0;
	display: block;
	background: #fff;
	border: none;
	border-bottom: 1px #bdbdbd solid;
	-webkit-box-shadow: inset 0px 2px 3px 0px rgba(123, 129, 134, 0.75);
	-moz-box-shadow:    inset 0px 2px 3px 0px rgba(123, 129, 134, 0.75);
	box-shadow:         inset 0px 2px 3px 0px rgba(123, 129, 134, 0.75);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.form input[type="submit"]{
	width: 180px;
	height: 30px;
	display: block;
	margin: 30px auto 0 auto;
	color: #fff;
	font-size: 13px;
	line-height: 32px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background: #ff001e;
	border: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0px 2px 3px 0px rgba(42, 43, 45, 0.6);
	-moz-box-shadow: inset 0px 2px 3px 0px rgba(42, 43, 45, 0.6);
	box-shadow: inset 0px 2px 3px 0px rgba(42, 43, 45, 0.6);
	cursor: pointer;
}

.form input[type="submit"]:hover {
	background: #cb0219;
}

.fon-block .form {
	width: 800px;
	margin: 40px auto 0 auto;
}

.fon-block .form input[type="text"] {
	margin: 0 20px 0 0;
	float: left;
}

.fon-block .form input[type="submit"] {
	float: left;
}

.form .form-err-place {
	color: #fff;
	margin: 0 0 5px 0;
}
.pr5 .product-img {
        background: url('../images/rol1.png') no-repeat center;
    background-size: cover;
    right: 0;
}
.pr6 .product-img {
        background: url('../images/filters-hand.jpg') no-repeat center;
    background-size: cover;
    left: 0;
}
.pr6 .info {
	float: right;
}
.pr7 .product-img{
	right: 0;
}


.block_logos {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
}
.block_logos div {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contacts_social {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding-right: 5px;
}