﻿/*
Theme Name: МирДорог36/2
Theme URL:
Description: Тема с двумя вариантами главной страницы
Version: 1.0
Author: Ivanov Ivan
Author URL:
*/

@charset "utf-8";
/* CSS Document */


/* reset - start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
} 
aside, nav, footer, header, section { display: block; }
/* reset - end */


html, body {
   overflow-x: hidden;
   width: 100%;
   position: relative;
}

body {
	min-width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background-color: #ffffff;
	cursor: default;
}
.wrapper {
	max-width: 1300px;
	min-width: 300px;
	margin: 0 auto;
	padding: 0 1%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
}
div {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
}
.clear {
	clear: both;
}
sup {
  vertical-align: top;
}
sub {
  vertical-align: sub;
}
a {
	text-decoration: none;
   transition: all 0.3s ease;
}



/* ----------- header-main.php  начало --------------------- */
/* верхняя линия - начало */
#top-line {
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 8px 0;
}
#top-line .slog {
	float: left;
	color: #062A40;
	line-height: 130%;
}
#top-line .cont {
	float: right;
	display: block;
	padding: 0px 1%;
}
#top-line .cont p {
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: left center;
}
#top-line .cont a {
	font-size: 14px;
	color: #062A40;
	text-decoration: none;
	padding: 0 10px 0 21px;
}
#top-line .cont .whats {
	background-image: url("pic/icon-whatsapp.png");
}
#top-line .cont .teleg {
	background-image: url("pic/icon-telegram.png");
}
#top-line .cont .mail {
	background-image: url("pic/icon-mail.png");
}
#top-line .cont a:hover {
	color: #999999;
}
@media screen and (min-width: 300px) and (max-width: 420px) {
	#top-line .slog {
		float: none;
		text-align: center;
	}
	#top-line .cont {
		float: none;
		width: 228px;
		margin: 0 auto;
	}
	#top-line .cont .mail {
		display: none;
	}	
}
@media screen and (min-width: 421px) and (max-width: 900px) {
	#top-line .slog {
		float: none;
		text-align: center;
	}
	#top-line .cont {
		float: none;
		width: 420px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 300px) and (max-width: 980px) {
	#top-line .slog {
		font-size: 14px;
	}
}
/* верхняя линия - конец */



/* линия логотип+контакты - начало */
#cont-line {
	overflow: hidden;
	padding: 5px;
}
#cont-line .logo {
	float: left;
	width: 280px;
	height: 80px;
	background-image: url("pic/logo-l.png");
	background-repeat: no-repeat;
}
#cont-line .logo a {
	display: block;
	height: 80px;
}
#cont-line .right {
	float: right;
	text-align: right;
	padding: 20px 0 5px 0;
}
#cont-line .right .tel-wr {
	width: 290px;
	background-image: url("pic/icon-tel.png");
	background-repeat: no-repeat;
	background-position: left center;
}
#cont-line .right .tel-wr .tel a {
	font-size: 28px;
	color: #062A40;
	text-decoration: none;
}
#cont-line .right .tel-wr .tel a:hover {
	color: #666666;
}
#cont-line .right .time {
	font-size: 14px;
	color: #666666;
	padding-top: 5px;
}
#cont-line .right .time span {
	color: #062A40;
	font-weight: bold;
}
@media screen and (min-width: 300px) and (max-width: 620px) {
	#cont-line .logo {
		float: none;
		margin: 0 auto;
	}
	#cont-line .right {
		float: none;
		width: 294px;
		padding: 10px 0 5px 0;
		margin: 0 auto;
	}
	#cont-line .right .time {
		text-align: center;
	}
}
/* линия логотип+контакты - конец */


/* горизонтальное меню - начало */
#top-nav {
	overflow: hidden;
	background-color: #062A40;
}
#top-nav .menu-anc {
	overflow: hidden;
	position: relative; 
}
#top-nav .menu-anc ul {
	float: left;
	position: relative;
	left: 50%;
}
#top-nav .menu-anc li {
	float: left; 
	position: relative;
	right: 50%;
}
#top-nav .menu-anc li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 30px 12px;
}
#top-nav .menu-anc li a:hover {
	color: #E33030;
}
#top-nav .menu-anc li.current-menu-item a {
	display: block;
	color: #E33030;
	text-decoration: none;
	padding: 30px 12px;
}
#top-nav .menu-anc li.current-menu-item a:hover {
	color: #aaaaaa;
}

#top-nav .menu-btn {
	display: none;
	float: left;
	color: #ffffff;
	cursor: pointer;
	padding: 25px 10px;
	-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
           transition: all 0.3s ease;
}
#top-nav .menu-btn:hover {
	color: #E12E34;
}
@media screen and (min-width: 300px) and (max-width: 800px) {
	#top-nav .menu-anc {
		display: none;
	}
	#top-nav .menu-btn {
		display: block;
	}
}
@media screen and (min-width: 300px) and (max-width: 800px) {
	#top-nav .menu-anc {
		display: none;
	}
	#top-nav .menu-btn {
		display: block;
	}
}

/* мобильное меню - начало */
.pushy {
	padding: 20px 15px;
}
.pushy .capt {
    font-size: 20px;
    color: #062A40;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
.pushy .underline {
    width: 80px;
    height: 3px;
    background-color: #E33030;
    margin: 15px 0;
}
.pushy .menu-left {
	margin: 10px 0 40px 0;
}
.pushy ul {
}
.pushy ul li ul {
	padding: 5px 0 10px 0;
}
.pushy li a {
	display: block;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	line-height: 120%;
	padding: 6px 0px 6px 0px;
	-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
           transition: all 0.3s ease;
}
.pushy li ul li a, 
.pushy li.current-menu-item ul li a {
	display: block;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	text-transform: none;
	line-height: 120%;
	padding: 3px 0px 3px 15px;
}
.pushy li a:hover {
	color: #000000;
}
.pushy li ul li a:hover {
	color: #000000;
}
.pushy li.current-menu-item ul li a:hover {
	color: #000000;
}
.pushy li.current-menu-item a {
	color: #E33030;
}
.pushy li ul li.current-menu-item a {
	color: #E33030;
}
.pushy li.current-menu-item a:hover {
	color: #000000;
}
.pushy li ul li.current-menu-item a:hover {
	color: #000000;
}
/* мобильное меню - конец */
/* горизонтальное меню - конец */


/* проявляющийся блок при сероллинге - начало*/
#back-top {
	position: fixed;
	width: 100%;
	top: 0px;
	overflow: hidden;
	z-index: 20;
	display: none;
	background-color: #051E2C;
	padding: 8px 1%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#back-top .menu-btn {
	float: left;
	width: 80px;
	color: #dddddd;
	text-align: center;
	background: #051E2C;
	padding: 6px;
	margin: 0px 10px 0px 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#back-top .menu-btn:hover {
	color: #ffffff;
}
#back-top .tel {
	overflow: hidden;
	float: right;
	padding: 4px 0;
}
#back-top .tel br, #back-top .clear {
	display: none;
}
#back-top .tel a {
	font-size: 16px;
	color: #dddddd;
	line-height: 130%;
	text-decoration: none;
	white-space: nowrap;
	padding: 0px 7px 0 7px;
}
#back-top .tel a:hover {
	color: #ffffff;
}
#back-top .cont {
	float: right;
	padding: 4px 0 2px 0;
}
#back-top .cont p {
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: left center;
}
#back-top .cont a {
    font-size: 12px;
	 color: #C3C9E0;
    text-decoration: none;
	 padding: 0 3px 0 18px;
}
#back-top .cont a:hover {
	 color: #ffffff;
}
#back-top .cont .whats {
	background-image: url(pic/icon-whatsapp.png);
}
#back-top .cont .teleg {
	background-image: url(pic/icon-telegram.png);
}
#back-top .cont .mail {
	background-image: url(pic/icon-mail.png);
}
@media screen and (min-width: 300px) and (max-width: 350px) {
#back-top .cont .mail {
	display: none;
}
}
@media screen and (min-width: 300px) and (max-width: 600px) {
	#back-top .clear {
		display: block;
	}
	#back-top .cont {
		float: none;
		text-align: center;
	}
}
/* проявляющийся блок при сероллинге - конец*/
/* ----------- header-main.php  конец ---------------------- */








/* ----------- main-1.php  начало --------------------------- */
/* Стили для видео под слайдером - начало */
.hero {
   position: relative;
   overflow: hidden;
   min-height: 400px;
}

.bg-video {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.overlay {
   position:absolute;
   inset:0;
   background:rgba(0,0,0,0.6);
}

.slider-fix{
   position:relative;
   z-index:2;
}
/* Стили для видео под слайдером - конец */


/* линия под слайдером - начало */
#by-slide {
	overflow: hidden;
	position: relative;
	z-index: 5;
	background-color: #062A40;
	padding: 10px;
	margin-top: -1px;
}
#by-slide .clear {
	display: none;
}
#by-slide .by-block {
	float: left;
	overflow: hidden;
	width: 25%;
	min-height: 95px;
	padding: 15px 20px;
}
#by-slide .by-block .img {
	float: left;
	width: 50px;
	background-image: url("pic/ico-by-circle.png");
	background-repeat: no-repeat;
	background-position: left 75%;
	background-size: 50%;
}
#by-slide .by-block .img img {
	width: 100%;
	margin-top: 10px;
}

#by-slide .by-block .text {
	min-height: 70px;
	position: relative;
	padding-left: 65px;
}
#by-slide .by-block .text p {
	font-size: 16px;
	color: #ffffff;
	line-height: 140%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (min-width: 300px) and (max-width: 599px) {
	#by-slide {
		background-color: #113549;
	}
}
@media screen and (min-width: 300px) and (max-width: 440px) {
	#by-slide .by-block {
		width: 100%;
	}
}
@media screen and (min-width: 441px) and (max-width: 900px) {
	#by-slide .by-block {
		width: 50%;
	}
}
/* линия под слайдером - конец */


/* блок Мы предлагаем - начало */
#we-offer {
	padding: 40px 0;
}
#we-offer .underline {
	width: 150px;
	height: 3px;
	background-color: #E33030;
	margin: 15px auto; 
}
#we-offer h2 {
	font-size: 36px;
	color: #062A40;
	font-weight: bold;
	text-align: center;
}

/*  для блоков анимации - начало  */
#we-offer .animation-wr {
	float: left;
	width: 50%;
	padding: 1.5% 1.5%;
	position: relative;
}
#we-offer .n1 {
	left: -50%;
	opacity: 0;
}
#we-offer .n2 {
	right: -50%;
	opacity: 0; 
}
#we-offer .n1.show {
	animation: left-center 0.7s ease-out;
	animation-fill-mode: forwards;
}
#we-offer .n2.show {
	animation: right-center 0.7s ease-out;
	animation-fill-mode: forwards;
}
@keyframes left-center {
  0% {
    left: -50%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes right-center {
  0% {
    right: -50%;
    opacity: 0;
  }
  100% {
    right: 0%;
    opacity: 1;
  }
}
@media screen and (min-width: 300px) and (max-width: 800px) {
	#we-offer .animation-wr {
		width: 100%;
	}
	#we-offer .n1 {
		left: -100%;
		opacity: 0.1;
	}
	#we-offer .n2 {
		right: -100%;
		opacity: 0.1; 
	}
	@keyframes left-center {
	  0% {
		 left: -100%;
		 opacity: 0;
	  }
	  100% {
		 left: 0%;
		 opacity: 1;
	  }
	}
	@keyframes right-center {
	  0% {
		 right: -100%;
		 opacity: 0;
	  }
	  100% {
		 right: 0%;
		 opacity: 1;
	  }
	}
}
/*  для блоков анимации - конец  */

#we-offer .block {
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
           transition: all 0.3s ease;
}
#we-offer .block:hover .block-img .img-wr img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
#we-offer .block:hover p {
	color: #E33030;
}
#we-offer .block .block-img {
	position: relative;
	height: 0px;
	padding-top: 35%;
	background-color: #f5f5f5;
}
#we-offer .block .block-img .img-wr {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
#we-offer .block .block-img .img-wr img {
	width: 100%;
	margin-top: -10%;
	-webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
           transition: all 0.6s ease;
}
#we-offer .block p {
	font-size: 18px;
	color: #062A40;
	text-align: center;
	line-height: 130%;
	padding: 8px 5%;
	-webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
           transition: all 0.6s ease;	
}
@media screen and (min-width: 300px) and (max-width: 440px) {
	#we-offer h2 {
		font-size: 30px;
	}
	#we-offer .block .block-img {
		padding-top: 50%;
	}
}
/* блок Мы предлагаем - конец */
/* ----------- main-1.php  конец ---------------------------- */







/* ----------- main-2.php  начало --------------------------- */
/* коммерчесвое предложение - начало */
#commercial {
	background-color: #f5f5f5;
	padding: 40px 0;
}
#commercial .underline {
	width: 150px;
	height: 3px;
	background-color: #E33030;
	margin: 15px 0; 
}
#commercial h2 {
	font-size: 36px;
	color: #062A40;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}
#commercial .adv-wr {
	display: flex;
	align-items: stretch;
}
#commercial .adv-wr .img {
	width: 50%;
	position: relative;
	padding: 1.5% 1.5%;
}
#commercial .adv-wr .img .img-wr {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3%;
	right: 3%;
	background-image: url("pic/bg-commercial.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
		-moz-background-size: cover;
		  -o-background-size: cover;
			  background-size: cover;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#commercial .adv-wr .text-c {
	width: 50%;
	padding: 30px 1.5% 0 1.5%;
}

/*  для блоков анимации - начало  */
#commercial .animation-wr {
	position: relative;
}
#commercial .n1 {
	top: 0px;
	opacity: 0;
}
#commercial .n1.show {
	animation: bottom-top 0.7s ease-out;
	animation-fill-mode: forwards;
}
@keyframes bottom-top {
  0% {
    top: 150px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
/*  для блоков анимации - конец  */

#commercial .adv-wr .text-c .capt {
	font-size: 18px;
	color: #666666;
	line-height: 140%;
	padding: 8px 0;
}
#commercial .adv-wr .text-c ul {
	padding: 5px 0;
}
#commercial .adv-wr .text-c li {
	color: #666666;
	line-height: 140%;
	padding: 8px 0;
	padding: 0 0px 6px 15px;
	background-image: url(pic/ul-marker.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;	
}
@media screen and (min-width: 300px) and (max-width: 440px) {
	#commercial h2 {
		font-size: 30px;
	}
}
@media screen and (min-width: 300px) and (max-width: 680px) {
	#commercial .adv-wr {
		display: block;
	}
	#commercial .adv-wr .img {
		width: 100%;
		height: 300px;
	}
	#commercial .adv-wr .text-c {
		width: 100%;
	}
}
/* коммерчесвое предложение - начало */



/* почему работают с нами - начало */
#advantage {
	overflow: hidden;
	background-color: #062A40;
	background-image: url("pic/bg-adv.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
		-moz-background-size: cover;
		  -o-background-size: cover;
			  background-size: cover;
	padding: 40px 0;
}
#advantage .underline {
	width: 150px;
	height: 3px;
	background-color: #E33030;
	margin: 15px auto; 
}
#advantage h2 {
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	padding: 0px 4% 15px 4%;
}
#advantage .clear {
	display: none;
}
#advantage .adblock {
	float: left;
	overflow: hidden;
	width: 50%;
	height: 150px;
	padding: 15px 1.5%;
}
#advantage .adblock .img {
	float: left;
	width: 50px;
	background-image: url("pic/ico-by-circle.png");
	background-repeat: no-repeat;
	background-position: left 95%;
	background-size: 60%;
}
#advantage .adblock .img img {
	width: 100%;
	margin-top: 30px;
}

#advantage .adblock .text {
	height: 120px;
	position: relative;
	padding-left: 65px;
}
#advantage .adblock .text p {
	font-size: 16px;
	color: #cccccc;
	line-height: 140%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#advantage .adblock .text p span {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
@media screen and (min-width: 300px) and (max-width: 440px) {
	#advantage h2 {
		font-size: 30px;
	}
	#advantage .adblock {
		width: 100%;
		height: 130px;
	}
	#advantage .adblock .text p {
		font-size: 14px;
	}
}
@media screen and (min-width: 441px) and (max-width: 700px) {
	#advantage .adblock {
		width: 100%;
		height: 130px;
	}
}
/* почему работают с нами - конец */



/* наши цены - начало */
#prices {
	background-color: #ffffff;
	padding: 40px 0;
}
#prices .underline {
	width: 150px;
	height: 3px;
	background-color: #E33030;
	margin: 15px auto; 
}
#prices h2 {
	font-size: 36px;
	color: #062A40;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

/* таблица - начало */
#prices .scroll {
	overflow-y: auto;
}
#prices table {
	width: 100%;
	font-size: 16px;
	border-collapse: collapse;
	border: none;
	margin: 15px 0 15px 0;
}
#prices table td {
	color: #666666;
	border-bottom: 1px solid #cccccc; 
	text-align: center;
	vertical-align: middle;        
	padding: 10px 2%;  
}
#prices table tr:nth-child(even) {
	background-color: #ffffff;
}
#prices table tr:nth-child(odd){
	background-color: #fafafa; 
}
#prices table tr td:first-child {
	width: 70%;
	text-align: left;
}
#prices table tr td:last-child {
	color: #DD2A34;
}
#prices table tr:first-child td {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	padding: 15px 2%;
}
#prices table tr:first-child{
	background-color: #062A40; 
}
/* таблица - конец */



#prices .pri p {
	font-size: 18px;
	color: #062A40;
	line-height: 130%;
	padding: 10px 1%;
}
#prices .pri a {
	float: left;
	display: block;
	width: 270px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #E33030;
	padding: 15px 0px;
	margin: 5px 1%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#prices .pri a:hover {
	background-color: #062A40;
}
/*  для блоков анимации - начало  */
#prices .animation-wr {
	position: relative;
}
#prices .n1 {
	top: 200px;
	opacity: 0;
}
#prices .n1.show {
	animation: table-left 0.7s ease-out;
	animation-fill-mode: forwards;
}
@keyframes table-left {
  0% {
    top: 200px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
/*  для блоков анимации - конец  */

@media screen and (min-width: 300px) and (max-width: 440px) {
	#prices h2 {
		font-size: 30px;
	}
}
/* наши цены - конец */
/* ----------- main-2.php  конец --------------------------- */







/* ----------- main-3.php  начало -------------------------- */
/* блок Наши работы - начало */
#our-works {
	background-color: #f5f5f5;
	padding: 40px 0; 
}
#our-works .underline {
	width: 150px;
	height: 3px;
	background-color: #E33030;
	margin: 15px auto; 
}
#our-works h2 {
	font-size: 36px;
	color: #062A40;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
#our-works .bl {
	float: left;
	width: 23%;
	overflow: hidden;
	margin: 1% 1%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#our-works a {
	display: inline-block;
	vertical-align: middle;
}
#our-works a:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
#our-works img {
	width: 100%;
	vertical-align: middle;
	-webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
           transition: all 0.6s ease;
}
#our-works .btn {
	float: right;
	display: block;
	width: 30%;
	min-width: 250px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #E33030;
	padding: 15px 0px;
	margin: 15px 1% 5px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#our-works .btn:hover {
	background-color: #062A40;
}
/*  для блоков анимации - начало  */
#our-works .animation-wr {
	position: relative;
}
#our-works .n1 {
	opacity: 0;
}
#our-works .n1.show {
	animation: opacity3 1.5s ease-out;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}
@keyframes opacity3 {
  0% {
	 opacity: 0;
  }
  100% {
	 opacity: 1;
  }
}
/*  для блоков анимации - конец  */

@media screen and (min-width: 300px) and (max-width: 440px) {
	#our-works h2 {
		font-size: 30px;
	}
}
@media screen and (min-width: 300px) and (max-width: 380px) {
	#our-works .bl {
		width: 98%;
	}
}
@media screen and (min-width: 381px) and (max-width: 600px) {
	#our-works .bl {
		width: 48%;
	}
}
/* блок Наши работы - конец */





/* блок наши клиенты - начало */
#client {
	overflow: hidden;
	padding: 40px 0;
}
#client .underline {
	width: 150px;
	height: 3px;
	background-color: #E33030;
	margin: 15px auto; 
}
#client h2 {
    font-size: 36px;
    color: #062A40;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
#client .cl-1 {
	font-size: 24px;
	color: #E33030;
	text-align: center;
	line-height: 130%;
	padding: 5px 10%
}
#client .cl-2 {
	font-size: 20px;
	color: #666666;
	text-align: center;
	line-height: 130%;
	padding: 5px 10%;
}
#client img {
	width: 14%;
	margin: 1% 1%;
}


@media screen and (min-width: 300px) and (max-width: 440px) {
	#client h2 {
		 font-size: 30px;
	}
	#client .cl-1 {
		font-size: 22px;
		padding: 5px 0%
	}
	#client .cl-2 {
		font-size: 18px;
		padding: 5px 0%;
	}
	#client img {
		width: 47%;
		margin: 1% 1%;
	}
}
@media screen and (min-width: 441px) and (max-width: 600px) {
	#client .cl-1 {
		font-size: 22px;
		padding: 5px 0%
	}
	#client .cl-2 {
		font-size: 18px;
		padding: 5px 0%;
	}
	#client img {
		width: 30%;
		margin: 1% 1%;
	}
}
@media screen and (min-width: 601px) and (max-width: 900px) {
	#client img {
		width: 22%;
		margin: 1% 1%;
	}
}
/* блок Наши клиенты - конец */


/* блок Сделать заказ - начало */
#make-order {
	overflow: hidden;
	background-color: #062A40;
	background-image: url(pic/bg-make-order.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 100px 0;
}
#make-order .underline {
	width: 150px;
	height: 3px;
	background-color: #E33030;
	margin: 15px auto; 
}
#make-order h2 {
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
#make-order p {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 130%;
	padding: 5px 5% 20px 5%;
	
}
@media screen and (min-width: 300px) and (max-width: 440px) {
	#make-order h2 {
		font-size: 30px;
	}
}
@media screen and (min-width: 300px) and (max-width: 600px) {
	#make-order {
		padding: 40px 0 30px 0;
	}
}
@media screen and (min-width: 601px) and (max-width: 900px) {
	#make-order {
		padding: 15% 0;
	}
}
/* блок Сделать заказ - конец */
/* ----------- main-3.php  конец --------------------------- */






/* ----------- main-4php  начало --------------------------- */
/* блок Порядок работ - начало */
#work-order {
	padding: 40px 0;
}
#work-order .underline {
	width: 150px;
	height: 3px;
	background-color: #E33030;
	margin: 15px auto; 
}
#work-order h2 {
	font-size: 36px;
	color: #062A40;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
#work-order .block {
	float: left;
	width: 31.3%;
	/* border: 1px solid #cccccc; */
	background-color: #f5f5f5;
	padding: 2% 2%;
	margin: 1% 1%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#work-order .block .img {
	width: 120px;
	height: 80px;
	position: relative;
	text-align: center;
	margin: 0 auto;
}
#work-order .block .img p {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 50px;
	font-weight: bold;
	color: #dddddd;
}
#work-order .block .img img {
	position: relative;
	z-index: 5;
	width: 80px;
}
#work-order .text h3 {
	font-size: 18px;
	color: #062A40;
	text-align: center;
	padding: 20px 0 10px 0;
}
#work-order .text p {
	color: #666666;
	text-align: center;
	line-height: 140%;
}
/*  для блоков анимации - начало  */
#work-order .animation-wr {
	position: relative;
}
#work-order .n1 {
	opacity: 0;
}
#work-order .n1.show {
	animation: opacity2 0.7s ease-out;
	animation-fill-mode: forwards;
}
@keyframes opacity2{
  0% {
    top: 200px;
	 opacity: 0;
  }
  100% {
    top: 0px;
	 opacity: 1;
  }
}
/*  для блоков анимации - конец  */

@media screen and (min-width: 300px) and (max-width: 440px) {
	#work-order h2 {
		font-size: 30px;
	}
}
@media screen and (min-width: 300px) and (max-width: 400px) {
	#work-order .block {
		width: 98%;
	}
}
@media screen and (min-width: 401px) and (max-width: 640px) {
	#work-order .block {
		width: 48%;
	}
}
/* блок Порядок работ - конец */


/* блок О компании - начало */
#about {
	background-color: #f5f5f5;
	padding: 40px 0;
}
#about .underline {
	width: 150px;
	height: 3px;
	background-color: #E33030;
	margin: 15px 0; 
}
#about h2 {
	font-size: 36px;
	color: #062A40;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}
#about .adv-wr {
	display: flex;
	align-items: stretch;
}
#about .adv-wr .img {
	width: 50%;
	position: relative;
	padding: 110px 0 0 0;
}
#about .adv-wr .img .img-wr {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3%;
	right: 3%;
	background-image: url("pic/bg-about.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
		-moz-background-size: cover;
		  -o-background-size: cover;
			  background-size: cover;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#about .adv-wr .text {
	width: 50%;
	padding: 30px 1.5%;
}

/*  для блоков анимации - начало  */
#about .animation-wr {
	position: relative;
}
#about .n1 {
	left: -100%;
	opacity: 0;
}
#about .n2 {
	right: -100%;
	opacity: 0;
}
#about .n1.show {
	animation: left-cen 0.7s ease-out;
	animation-fill-mode: forwards;
}
#about .n2.show {
	animation: right-cen 0.7s ease-out;
	animation-fill-mode: forwards;
}
@keyframes left-cen {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@keyframes right-cen {
  0% {
    right: -100%;
    opacity: 0;
  }
  100% {
    right: 0%;
    opacity: 1;
  }
}
/*  для блоков анимации - конец  */


#about .adv-wr .text p {
	font-size: 16px;
	color: #666666;
	line-height: 140%;
	padding: 8px 0;
}
#about .adv-wr .text a {
	float: left;
	display: block;
	width: 220px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #E33030;
	padding: 15px 0px;
	margin: 5px 1%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#about .adv-wr .text a:hover {
	background-color: #062A40;
}

/* Блок с ВИДЕО - начало */
#about .video-box {
	position: relative;
	background: none;
	padding: 30px 0;
}
#about .video-box .wrapper {
   text-align: center;
}
#about .video-box .video-wr {
   position: relative;
   display: inline-block;
	width: 100%;
	margin: 0 auto;
}
#about .video-view {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}
#about .video-box .video-wr .btn-wr{
   position: absolute;
   bottom: 10px;
   left: 10%;
   transform: translate(-10%, 0%);
}
#about .video-box .video-wr button{
   color: #ffffff;
   background-color: #062A40;
   border: 0;
   border-radius: 8px;
   cursor: pointer;
	padding: 8px 12px;
}
/* Блок с ВИДЕО - конец */

@media screen and (min-width: 300px) and (max-width: 440px) {
	#about h2 {
		font-size: 30px;
	}
}
@media screen and (min-width: 300px) and (max-width: 900px) {
	#about .underline {
		margin: 15px auto; 
	}
	#about h2 {
		text-align: center;
	}
	#about .adv-wr {
		display: block;
	}
	#about .adv-wr .img {
		width: 100%;
		padding: 0;
	}
	#about .adv-wr .text {
		width: 100%;
		padding: 0px 1.5% 30px 1.5%;
	}
}
/* блок О компании - конец */
/* ----------- main-com.php  конец ------------------------- */








/* ----------- sidebar.php  начало ------------------------- */
#sidebar {
	overflow: hidden;
	float: left;
	width: 28%;
	padding-top: 70px;
}
/*  для блоков анимации - начало  */
#sidebar.animation-wr {
	position: relative;
}
#sidebar.n1 {
	left: -28%;
	opacity: 0.2;
}
#sidebar.n1.show {
	animation: sidebar 0.7s ease-out;
	animation-fill-mode: forwards;
}
@keyframes sidebar {
  0% {
    left: -28%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
/*  для блоков анимации - конец  */

#sidebar  .capt {
    font-size: 20px;
    color: #062A40;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
#sidebar .underline {
    width: 80px;
    height: 3px;
    background-color: #E33030;
    margin: 15px 0;
}
#sidebar .menu-left {
	margin: 10px 0 40px 0;
}
#sidebar  ul {
}
#sidebar  ul li ul {
	padding: 5px 0 10px 0;
}
#sidebar  li a {
	display: block;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	line-height: 120%;
	padding: 6px 0px 6px 0px;
	-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
           transition: all 0.3s ease;
}
#sidebar  li ul li a, 
#sidebar  li.current-menu-item ul li a {
	display: block;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	text-transform: none;
	line-height: 120%;
	padding: 3px 0px 3px 15px;
}
#sidebar  li a:hover {
	color: #000000;
}
#sidebar  li ul li a:hover {
	color: #000000;
}
#sidebar  li.current-menu-item ul li a:hover {
	color: #000000;
}
#sidebar  li.current-menu-item a {
	color: #E33030;
}
#sidebar  li ul li.current-menu-item a {
	color: #E33030;
}
#sidebar  li.current-menu-item a:hover {
	color: #000000;
}
#sidebar  li ul li.current-menu-item a:hover {
	color: #000000;
}

@media screen and (max-width: 800px) {
	#sidebar  {
		display: none;
	}	
}
/* ----------- sidebar.php  конец -------------------------- */






#centre {
	padding: 30px 0;
}

/* ----------- блок контента - общий  начало --------------- */
#content {
	overflow: hidden;
	float: right;
	width: 70%;
	font-size: 16px;
	color: #666666;
	text-align: justify;
}
/*  для блоков анимации - начало  */
#content.animation-wr {
	position: relative;
}
#content.n2 {
	right: -70%;
	opacity: 0; 
}
#content.n2.show {
	animation: content 0.7s ease-out;
	animation-fill-mode: forwards;
}
@keyframes content {
  0% {
    right: -70%;
    opacity: 0;
  }
  100% {
    right: 0%;
    opacity: 1;
  }
}
@media screen and (min-width: 300px) and (max-width: 800px) {
	#content.n2 {
		right: -100%;
		opacity: 0; 
	}
	@keyframes content {
	  0% {
		 right: -100%;
		 opacity: 0;
	  }
	  100% {
		 right: 0%;
		 opacity: 1;
	  }
	}
}
/*  для блоков анимации - конец  */
#content .underline {
	width: 150px;
	height: 3px;
	background-color: #E33030;
	margin: 15px 0;
}
#content h1 {
	font-size: 30px;
	color: #062A40;
	font-weight: bold;
	text-align: left;
	line-height: 120%;
	text-align: left;
}
#content h2 {
	font-size: 26px;
	color: #062A40;
	font-weight: bold;
	text-align: left;
	line-height: 120%;
	padding: 20px 0px 15px 0px;
}
#content h3 {
	font-size: 22px;
	color: #062A40;
	font-weight: bold;
	text-align: left;
	line-height: 120%;
	padding: 15px 0px 10px 0px;
}
#content h4 {
	font-size: 18px;
	color: #062A40;
	font-weight: bold;
	text-align: left;
	line-height: 130%;
	padding: 10px 0 5px 00px;
}
#content p {
	line-height: 140%;
	padding: 8px 0;
}
#content ul {
	padding: 5px 0px 5px 20px; 
}
#content li {
	line-height: 140%;
	padding: 7px 0px 7px 15px;
	background-image: url(pic/ul-marker.png);
	background-repeat: no-repeat;
	background-position: 0px 12px;	
}
#content a {
	color: #215ED5;
	text-decoration: none;
}
#content a:hover {
	color: #E33030;
}
#content a.open_modal {
	display: block;
	width: 270px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #E33030;
	padding: 12px 0px;
	margin: 5px auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content a.open_modal:hover {
	background-color: #062A40;
}
#content .alignleft {
	float: left;
	margin: 1% 2% 1% 0;
}
#content .alignright {
	float: right;
	margin: 1% 0px 1% 2%;
}
#content .aligncenter {
	margin: 1% 1% 1% 0;
}
#content .b2 {
	width: 48% 
}
#content .b3 {
	width: 31% 
}
#content .b4 {
	width: 23% 
}
#content strong {
	font-weight: bold;
	color: #062A40;
}
#content .map {
	width: 98%;
	height: 360px;
	padding: 1px;
	border: 1px solid #DBE5EE;
	margin: 10px auto;
}
#content .error { 
	padding-top: 50px;
}
#content .error p { 
	font-size: 40px;
	line-height: 120%;
	text-align: center;
}

/* таблица - начало */
#content .scroll {
	overflow-y: auto;
}
#content table {
	width: 100%;
	font-size: 16px;
	border-collapse: collapse;
	margin: 15px 0 15px 0;
}
#content table td {
	color: #666666;
	border-bottom: 1px solid #cccccc; 
	text-align: center;
	vertical-align: middle;        
	padding: 10px 2%;  
}
#content table tr:nth-child(even) {
	background-color: #ffffff;
}
#content table tr:nth-child(odd){
	background-color: #fafafa; 
}
#content table tr td:first-child {
	width: 70%;
	text-align: left;
}
#content table tr td:last-child {
	color: #062A40;
}
#content table tr:first-child td {
	font-size: 16px;
	color: #062A40;
	text-align: center;
	padding: 15px 2%;
}
#content table tr:first-child{
	background-color: #f0f0f0; 
}
/* таблица - конец */

@media screen and (min-width: 280px) and (max-width: 480px) {
	#content {
		width: 100%;
		text-align: left;
	}
	#content li {
		text-align: left;
	}
	#content .b2 {
		width: 100% 
	}
	#content .b3 {
		width: 100% 
	}
	#content .b4 {
		width: 100% 
	}
}
@media screen and (min-width: 481px) and (max-width: 600px) {
	#content {
		width: 100%;
		
	}
	#content .b4 {
		width: 48% 
	}
}
@media screen and (min-width: 601px) and (max-width: 800px) {
	#content {
		width: 100%;
		
	}
}
/* ----------- блок контента - общий  конец ---------------- */







/* ----------- для category.php  начало -------------------- */
#content .category {
	overflow: hidden;
}
#content .ittem {
	float: left;
	overflow: hidden;
	width: 31.3%;
	margin: 1% 1%;
	background-color: #f5f5f5;
	-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		  -o-transition: all 0.3s ease;
			  transition: all 0.3s ease;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .ittem:hover {
	background-color: #eeeeee;
}
#content .ittem:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
#content .ittem .img {
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .ittem .img a {
	overflow: hidden;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
} 
#content .ittem .img img {
	width: 100%;
	vertical-align: middle;
	-webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
           transition: all 0.6s ease;
} 
#content .ittem p {
	padding: 0;
}
#content .ittem .ittem-1 {
	display: block;
	color: #062A40;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
	padding: 10px 10px;
}
#content .ittem .ittem-1:hover {
	color: #666666;
}
#content .ittem .ittem-2 {
	font-size: 20px;
	color: #062A40;
	font-weight: bold;
	text-align: center;
	padding: 0px;
}
#content .ittem .ittem-3 {
	display: block;
	width: 80%;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	background-color: #E33030;
	padding: 10px 0 11px 0;
	margin: 10px auto 15px auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
#content .ittem .ittem-3:hover {
	color: #ffffff;
	background-color: #062A40;
}
@media screen and (min-width: 300px) and (max-width: 380px) {
	#content .ittem {
		float: left;
		width: 98%;
	}
}
@media screen and (min-width: 381px) and (max-width: 560px) {
	#content .ittem {
		float: left;
		width: 48%;
	}
}
/* ----------- для category.php  конец --------------------- */





/* ----------- для single-product.php  начало -------------- */
#content .product {
}
#content .back {
	float: right;
	margin: 10px 20px 10px 0;
}
#content .back a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 110%;
	text-decoration: none;
	padding: 9px 25px 11px 45px;
	background-color: #cccccc;
	background-image: url(pic/arrow-back.png);
	background-repeat: no-repeat;
	background-position: 18px 13px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .back a:hover {
	background-color: #062A40; 
}

#content .product .pic {
	float: left;
	width: 48%;
	margin: 0 2% 2% 0;
}
#content .product .pic img {
	width: 100%;
}
#content .product .pr-1 {
	padding-top: 15px;
}
#content .product .pr-1 span {
	color: #000000;
}
#content .product .pr-2 {
	padding-top: 12%;
}
#content .product .pr-2 span {
	font-size: 20px;
	color: #062A40;
	font-weight: bold;
}
@media screen and (max-width: 480px) {
	#content .product .pic {
		width: 98%;
	}
#content .product .pr-2 {
		padding-top: 25px;
	}
}
/* ----------- для single-product.php  конец --------------- */






/* ----------- footer.php  начало -------------------------- */
#footer {
	clear: both;
	overflow: hidden;
	background-color: #062A40;
	background-image: url(pic/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 40px 0;
}
#footer .name {
	overflow: hidden;
	float: left;
	width: 285px;
	margin: 5px 1%;
}
#footer .name .logo {
	width: 280px;
	height: 80px;
	background-image: url(pic/logo-b.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 10px 0;
}
#footer .name .logo a {
	display: block;
	height: 80px;
}
#footer .name .slogan {
	font-size: 18px;
	color: #E33030;
	line-height: 120%;
}
#footer .cont-wr {
	overflow: hidden;
	float: right;
	width: 60%;
	max-width: 840px;
}
#footer .cont {
	overflow: hidden;
	float: left;
	width: 48%;
	margin: 1% 1%;
}
#footer .cont .item {
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	padding: 10px 0;
}
#footer .cont .item.n1 {
	background-image: url("pic/icon-adr.png");
	background-position: 12px center;
}
#footer .cont .item.n2 {
	background-image: url("pic/icon-tel.png");
	background-position: 12px center;
}
#footer .cont .item.n3 {
	background-image: url("pic/icon-whatsapp.png");
	background-position: 10px center;
}
#footer .cont .item.n4 {
	background-image: url("pic/icon-telegram.png");
	background-position: 9px center;
}
#footer .cont .item.n5 {
	background-image: url("pic/icon-time.png");
	background-position: 10px center;
}
#footer .cont .item.n6 {
	background-image: url("pic/icon-mail.png");
	background-position: 10px center;
}
#footer .cont .item p {
	float: right;
	width: calc(100% - 40px);
	font-size: 16px;
	color: #aaaaaa;
	line-height:  120%;
}
#footer .cont .item a {
	font-size: 16px;
	color: #ffffff;
	line-height:  120%;
	text-decoration: none;
}
#footer .cont .item a:hover { 
	color: #E33030;
}
#footer .cont .item span {
	white-space: nowrap;
}
@media screen and (min-width: 300px) and (max-width: 440px) {
	#footer .name {
		float: none;
		width: 285px;
		margin: 5px auto;
	}
	#footer .cont-wr {
		float: none;
		width: 220px;;
		margin: 5px auto;
	}
	#footer .cont {
		float: none;
		width: 100%;
		margin: 5px auto;
	}	
}
@media screen and (min-width: 441px) and (max-width: 800px) {
	#footer .name {
		float: none;
		width: 285px;
		margin: 5px auto;
	}
	#footer .cont-wr {
		float: none;
		width: 100%;
		max-width: 500px;
		margin: 5px auto;
	}
}



#footer-line {
	overflow: hidden;
	position: relative;
	background-color: #062A40;
}
#footer-line .mark {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.1);
}
#footer-line .copyright {
	font-size: 16px;
	color: #aaaaaa;
	text-align: center;
	line-height: 130%;
	padding: 25px 0;
}

#footer-line .copyright .pk {
	color: #aaaaaa;
	line-height: 130%;
	opacity: 0.7;
	margin: 0px 7px;
}
#footer-line .copyright .pk:hover {
	color: #ffffff;
}
#footer-line .copyright {

}


#footer-line p.art {
	font-size: 14px;
	color: #4B6A7B;
	text-align: center;
	line-height: 120%;
	padding-top: 8px;
}
#footer-line p.art a {
	font-size: 14px;
	color: #4B6A7B;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
           transition: all 0.3s ease;
}
#footer-line p.art a:hover {
	color: #E33030;
}
/* ----------- footer.php  конец --------------------------- */




/* прокрутка вверх - начало */
#scroller {
	position: fixed;
	z-index: 20;
	left: 80%;
	bottom: 15px;
	width: 48px;
	height: 48px;
	cursor: pointer;
	background-image: url("pic/up-arrow.png");
	opacity: 0.6;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#scroller:hover {
	opacity: 1;
}
/* прокрутка вверх - конец */




/* стили для формы Contact-Form-7 класс transparent  - начало */
#commercial .form-wr {

}
#commercial .form-wr h2 {
	font-size: 36px;
	color: #ffffff;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #333A46;
	padding: 0 5% 15px 5%;	
}
#commercial .form-wr h5 {
	width: 50%;
	font-size: 16px;
	color: #CDD2DA;
	line-height: 120%;
	text-align: center;
	text-shadow: 1px 1px 1px #333A46;
	padding: 3px 5%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#commercial .form-wr .wpcf7 {
	width: 70%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#commercial form.transparent {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px auto;
}
#commercial form.transparent h6 {
	font-size: 16px;
	color: #666666;
	padding: 12px 1% 2px 1%;
}
#commercial form.transparent h6 span {
	color: #FF886C;
}
#commercial form.transparent input {
	width: 100%;
	color: #666666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	border: none;
	background-color: #ffffff;
	padding: 10px 3%;
	margin: 5px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;

}
#commercial form.transparent input::-webkit-input-placeholder { color: #A1A8B4; }
#commercial form.transparent input::-moz-placeholder { color: #A1A8B4; }
#commercial form.transparent input:-moz-placeholder  { color: #A1A8B4; }
#commercial form.transparent input:-ms-input-placeholder { color: #A1A8B4; }
#commercial form.transparent textarea::-webkit-input-placeholder { color: #A1A8B4; }
#commercial form.transparent textarea::-moz-placeholder { color: #A1A8B4; }
#commercial form.transparent textarea:-moz-placeholder  { color: #A1A8B4; }
#commercial form.transparent textarea:-ms-input-placeholder { color: #A1A8B4; }

/* Политика конфиденциальности */
#commercial form.transparent .wpcf7-list-item {
   margin: 0;
 }
 #commercial form.transparent label {
   display: inline-block;
   cursor: pointer;
   font-size: 14px;
   color: #777777;
   line-height: 130%;
   margin: 10px 0 0 0px;
 }
 #commercial form.transparent input[type="checkbox"] {
   margin: 0 0 6px 0;
   vertical-align: middle;
   width: 16px;
   height: 16px;
   cursor: pointer;
 }
 #commercial form.transparent .cf7-privacy {
   font-size: 14px;
   color: #777777;
   line-height: 130%;
   margin: 3px 0 0 10px;
}
#commercial form.transparent .cf7-privacy a {
   color: #777777;
	text-decoration: underline;
}
#commercial form.transparent .cf7-privacy a:hover {
   color: #000000;
}
#commercial form.transparent .hp-field {
	display: none !important;
}
/* Политика конфиденциальности */


#commercial form.transparent  textarea{
	width: 100%;
	height: 80px;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	border: 1px solid #C9CFD6;
	background: transparent;
	padding: 7px 3%;
	margin: 5px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#commercial form.transparent .wpcf7-submit { /* свойства кнопки "отправить" */
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	border: none;	
	background-color: #E33030;
	padding: 15px 0;
	margin-top: 10px;
	transition: all 0.3s ease;
	box-sizing: border-box;
}
#commercial form.transparent .wpcf7-submit:hover {
	background-color: #062A40;
}
#commercial form.transparent .wpcf7-response-output  { /* ошибка заполнения формы */
	font-size: 14px;
	color: #E33030;
	line-height: 110%;
	border: none;
	padding: 0px 1%;
	margin: -18px 0 0 0;
}
#commercial form.transparent .wpcf7-mail-sent-ok { /* правильное заполнение формы */
	font-size: 16px;
	color: #2D934B;
	line-height: 110%;
	border: none;
	background-color: #f0f0f0;
	padding: 4px 2% 4px 2%;
	margin: -10px 0 0 0;
}
#commercial form.transparent .wpcf7-not-valid-tip { /* ошибка заполнения поля */
	font-size: 14px;
	color: #E33030;
	line-height: 110%;
	padding: 4px 1% 0 1%;
}
#commercial form.transparent .wpcf7-mail-sent-ng { /* ошибка отправки письма */
	font-size: 14px;
	color: #B3422B;
	line-height: 110%;
	border: none;
	background-color: #f0f0f0;
	padding: 8px 3% 8px 3%;
	margin: -10px 0 0 0;
}
@media screen and (min-width: 300px) and (max-width: 440px) {
	#commercial .form-wr {
		width: 98%;
	}
	#commercial .form-wr h2 {
		font-size: 30px;
	}
	#commercial .form-wr .wpcf7 {
		width: 290px;
	}
	#commercial .form-wr h5 {
		width: 290px;
	}
	#commercial form.transparent .wpcf7-submit {
		font-size: 14px;
	}
}
/* стили для формы Contact-Form-7 класс transparent  - конец */






/* стили для формы Contact-Form-7 класс mobil  - начало */
#make-order .form-wr {
	overflow: hidden;
	width: 80%;
	margin: 10px auto;
}
#make-order .form-wr p {
	overflow: hidden;
	float: left;
	width: 31.3%;
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	text-shadow: 1px 1px 1px #222222;
	padding: 0px 0px;
	margin: 0 1% 0 1%;
}
#make-order .form-wr p input {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #ffffff !important;
	border: 1px solid #ffffff;
	background-color: transparent !important;
	padding: 7px 4%;
	margin: 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#make-order .form-wr p .wpcf7-submit {
	width: 98%;
	font-size: 16px;
	background-color: #E33030 !important;
	border: 1px solid #E33030; 
	padding: 9px 0 9px 0;
	-webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
           transition: all 0.5s ease;
	margin-top: 25px;			  
}
#make-order .form-wr .wpcf7-spinner {
	display: none;
  
}
#make-order .form-wr p .wpcf7-submit:hover {
	background-color: #062A40 !important;
	border: 1px solid #E33030; 
}
/* Политика конфиденциальности */
#make-order .form-wr .wpcf7-list-item {
   margin: 0;
 }
 #make-order .form-wr label {
   display: inline-block;
   cursor: pointer;
   font-size: 14px;
   color: rgba(255, 255, 255, 0.6);
   line-height: 130%;
   margin: 10px 0 0 0;
 }
 #make-order .form-wr input[type="checkbox"] {
   margin: 0 0 6px 0;
   vertical-align: middle;
   width: 16px;
   height: 16px;
   cursor: pointer;
 }
 #make-order .form-wr .width {
   width: 100%;
}
 #make-order .form-wr .cf7-privacy {
   font-size: 14px;
   color: rgba(255, 255, 255, 0.6);
   line-height: 130%;
   margin: 3px 0 0 20px;
}
#make-order .form-wr .cf7-privacy a {
   color: rgba(255, 255, 255, 0.6);
	text-decoration: underline;
}
#make-order .form-wr .cf7-privacy a:hover {
   color: rgba(255, 255, 255, 0.9);
}
#make-order .form-wr .hp-field {
	display: none !important;
}
/* Политика конфиденциальности */

/* сообщения  */
#make-order .form-wr .wpcf7-mail-sent-ok { /* правильное заполнение формы */
	font-size: 16px;
	color: #51CA75;
	line-height: 110%;
	border: none;
	background-color: transparent;
	padding: 4px 2% 4px 2%;
	margin: 0px 0 0 0;
}
#make-order .form-wr .wpcf7-response-output { /* правильное заполнение формы */
	font-size: 16px;
	color: #51CA75;
	line-height: 110%;
	border: none;
	background-color: transparent;
	padding: 4px 1% 4px 1%;
	margin: 0px 0 0 0;
}
#make-order .form-wr .wpcf7-validation-errors { /* ошибка заполнения формы */
	font-size: 14px;
	color: #FF6C6C;
	line-height: 110%;
	border: none;
	padding: 5px 1%;
	margin: 0px 0 0 0;
}
#make-order .form-wr .wpcf7-not-valid-tip { /* ошибка заполнения поля */
	font-size: 14px;
	color: #FFB900;
	line-height: 110%;
	text-shadow: 1px 1px 1px #333A46;
	padding: 2px 1% 6px 1%;
}
#make-order .form-wr .wpcf7-mail-sent-ng { /* ошибка отправки письма */
	font-size: 14px;
	color: #B3422B;
	line-height: 110%;
	border: none;
	background-color: transparent;
	padding: 8px 3% 8px 3%;
	margin: -10px 0 0 0;
}

@media screen and (min-width: 300px) and (max-width: 480px) {
	#make-order .form-wr {
		width: 80%;
	}
	#make-order .form-wr p {
		width: 99%;
		margin: 0 2% 0 1%;
	}
	#make-order .form-wr p input {
		width: 98%;
		font-size: 16px;
		padding: 6px 4%;
	}
}
@media screen and (min-width: 481px) and (max-width: 600px) {
	#make-order .form-wr {
		width: 50%;
	}
	#make-order .form-wr p {
		width: 99%;
		margin: 0 2% 0 1%;
	}
	#make-order .form-wr p input {
		width: 98%;
	}
}
@media screen and (min-width: 601px) and (max-width: 800px) {
	#make-order .form-wr {
		width: 100%;
	}
}
/* стили для формы Contact-Form-7 класс mobil  - конец */





/* модальное окно - начало  */
.modal_div {  /* для рамки окна */
	position: fixed; 
	top: 45%; 
	left: 50%; 
	display: none; 
	opacity: 0; 
	z-index: 205; 
	width: 400px; 
	margin-top: -200px;
	margin-left: -200px; /* центровка css содержимого окна */
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 5px;
	background: #f0f0f0;
	padding: 30px 3% 20px 3%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.modal_close {  /* Кнопка закрыть */
	position: absolute;
	top: 15px;
	right: 5%;
	cursor: pointer;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #6C737F;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
           transition: all 0.3s ease;
}
.modal_close:hover {
	color: #E33030;
}
#overlay {  /* Подложка */
	z-index: 200; /* подложка д.б. выше слоев элементов сайта, но ниже слоя модального окна */
	position: fixed; 
	background-color: #424955; 
	opacity: 0.7; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	cursor: pointer;
	display: none; 
}
@media screen and (min-width: 300px) and (max-width: 420px) {
	.modal_div {
		top: 35%;
		width: 300px; 
		margin-top: -150px;
		margin-left: -150px;
		padding: 30px 5% 20px 5%; 
	}
}
/* дополнительные стили */
.modal_div h4 {
	font-size: 20px;
	color: #062A40;
	line-height: 120%;
	text-align: center;
	font-weight: bold;
	padding: 3px 5%;
}
.modal_div h5 { 
	font-size: 16px;
	color: #666666;
	line-height: 120%;
	text-align: center;
	padding: 3px 5%;
}
/* модальное окно - конец  */




/* стили для формы Contact-Form-7 класс transparent, модальное окно  - начало */
.modal_div .form-wr {

}
.modal_div .form-wr h2 {
	font-size: 36px;
	color: #ffffff;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #333A46;
	padding: 0 5% 15px 5%;	
}
.modal_div .form-wr h5 {
	width: 50%;
	font-size: 16px;
	color: #CDD2DA;
	line-height: 120%;
	text-align: center;
	text-shadow: 1px 1px 1px #333A46;
	padding: 3px 5%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modal_div .form-wr .wpcf7 {
	width: 70%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.modal_div form.transparent {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px auto;
}
.modal_div form.transparent h6 {
	font-size: 16px;
	color: #666666;
	padding: 12px 1% 2px 1%;
}
.modal_div form.transparent h6 span {
	color: #FF886C;
}
.modal_div form.transparent input {
	width: 100%;
	color: #666666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	border: none;
	background-color: #ffffff;
	padding: 10px 3%;
	margin: 5px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.modal_div form.transparent input::-webkit-input-placeholder { color: #A1A8B4; }
.modal_div form.transparent input::-moz-placeholder { color: #A1A8B4; }
.modal_div form.transparent input:-moz-placeholder  { color: #A1A8B4; }
.modal_div form.transparent input:-ms-input-placeholder { color: #A1A8B4; }
.modal_div form.transparent textarea::-webkit-input-placeholder { color: #A1A8B4; }
.modal_div form.transparent textarea::-moz-placeholder { color: #A1A8B4; }
.modal_div form.transparent textarea:-moz-placeholder  { color: #A1A8B4; }
.modal_div form.transparent textarea:-ms-input-placeholder { color: #A1A8B4; }

/* Политика конфиденциальности */
.modal_div .wpcf7-list-item {
   margin: 0;
 }
 .modal_div form.transparent label {
   display: inline-block;
   cursor: pointer;
   font-size: 14px;
   color: #777777;
   line-height: 130%;
   margin: 10px 0 0 0;
 }
 .modal_div form.transparent input[type="checkbox"] {
   margin: 0 0 6px 0;
   vertical-align: middle;
   width: 16px;
   height: 16px;
   cursor: pointer;
 }
 .modal_div form.transparent .cf7-privacy {
   font-size: 14px;
   color: #777777;
   line-height: 130%;
   margin: 3px 0 0 10px;
}
.modal_div form.transparent .cf7-privacy a {
   color: #777777;
	text-decoration: underline;
}
.modal_div form.transparent .cf7-privacy a:hover {
   color: #000000;
}
.modal_div form.transparent .hp-field {
	display: none !important;
}
/* Политика конфиденциальности */

.modal_div form.transparent  textarea{
	width: 100%;
	height: 80px;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	border: 1px solid #C9CFD6;
	background: transparent;
	padding: 7px 3%;
	margin: 5px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.modal_div form.transparent .wpcf7-submit { /* свойства кнопки "отправить" */
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	border: none;	
	background-color: #E33030;
	padding: 15px 0;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
           transition: all 0.3s ease;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.modal_div form.transparent .wpcf7-submit:hover {
	background-color: #062A40;
}
.modal_div form.transparent .wpcf7-response-output  { /* ошибка заполнения формы */
	font-size: 14px;
	color: #2D934B;
	line-height: 110%;
	border: none;
	padding: 0px 1%;
	margin: -15px 0 0 0;
}
.modal_div form.transparent .wpcf7-mail-sent-ok { /* правильное заполнение формы */
	font-size: 16px;
	color: #2D934B;
	line-height: 110%;
	border: none;
	background-color: #f0f0f0;
	padding: 4px 2% 4px 2%;
	margin: -15px 0 0 0;
}
.modal_div form.transparent .wpcf7-not-valid-tip { /* ошибка заполнения поля */
	font-size: 14px;
	color: #E33030;
	line-height: 110%;
	padding: 0px 1% 0 1%;
	margin: 5px 0 0 0;
}
.modal_div form.transparent .wpcf7-mail-sent-ng { /* ошибка отправки письма */
	font-size: 14px;
	color: #B3422B;
	line-height: 110%;
	border: none;
	background-color: #f0f0f0;
	padding: 8px 3% 8px 3%;
	margin: 5px 0 0 0;
}
@media screen and (min-width: 300px) and (max-width: 440px) {
	.modal_div .form-wr {
		width: 98%;
	}
	.modal_div .form-wr h2 {
		font-size: 30px;
	}
	.modal_div .form-wr .wpcf7 {
		width: 290px;
	}
	.modal_div .form-wr h5 {
		width: 290px;
	}
	.modal_div form.transparent .wpcf7-submit {
		font-size: 14px;
	}
}
/* стили для формы Contact-Form-7 класс transparent, модальное окно  - конец */





/* ------------- cookie баннер - начало --------------- */
/* баннер Согласие - начало*/
.cookie-banner {
   position: fixed;
   z-index: 10;
   bottom: 0;
   left: 0;
   right: 0;
   transform: translateY(100%);
   transition: all 1.0s ease;
   opacity: 0;
   padding: 20px 0;
 }
 .cookie-banner.show {
   opacity: 1;
   transform: translateY(0);
}
.cookie-banner .banner-wr {
   width: 96%;
   max-width: 800px;
   background-color: rgba(251, 20, 20, 0.66);
   border-radius: 12px;
   padding: 20px 20px;
   margin: 0 auto;
}
@media screen and (min-width: 300px) and (max-width: 520px) {
   .cookie-banner .banner-wr {
      min-height: 50vh;
   }
}
 .cookie-banner .banner-wr p {
   color: rgba(255,255,255,0.9);
   line-height: 120%;
   text-shadow: 1px 2px 3px rgba(0,0,0,0.2);
 }
 .cookie-banner .banner-wr a {
   color: rgba(255,255,255,0.9);
   text-shadow: 1px 2px 3px rgba(0,0,0,0.2);
   text-decoration: underline;
}
 .cookie-banner .banner-wr a:hover {
   color: rgba(255,255,255,0.6);
   text-decoration: none;
}
 .cookie-buttons {
   margin-top: 15px;
 }
  .cookie-buttons button {
   font-size: 16px;
   color: #212121;
   border: none;
   border-radius: 8px;
   box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
   background-color: #ffffff;
   transition: all 0.5s ease;
   padding: 8px 15px;
   margin: 0 8px 0 0;
 }
 .cookie-buttons button:hover {
   font-size: 16px;
   color: #ffffff;
   box-shadow: 2px 2px 10px rgba(0,0,0,0);
   background-color: #212121
 }
/* баннер Согласие - конец*/

/* Настройки куки - начало*/
 .cookie-settings {
   position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 10;
   opacity: 0;
   transform: translateY(100%);
   transition: all 1.0s ease;
   padding: 15px 0;
}
.cookie-settings.show {
   opacity: 1;
   transform: translateY(0);
}
.cookie-settings .cookie-settings-box {
   width: 96%;
   max-width: 400px;
   background-color: rgba(89, 89, 100, 0.79);
   border-radius: 12px;
   padding: 20px 20px;
   margin: 0 auto;
}
.cookie-settings .cookie-settings-box .capt {
   font-size: 20px;
   color: rgba(255,255,255,0.9);
   text-align: center;
   text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
   padding: 0 0 5px 0;
}
.cookie-settings .cookie-settings-box label {
   display: block;
   width: 100%;
   color: rgba(255,255,255,0.9);
   text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
}
.cookie-settings .cookie-settings-box input {
   float: left;
   width: 16px;
   height: 16px;
   margin: 2px 5px 0 0;
}
.cookie-settings .cookie-settings-box p {
   line-height: 120%;
   padding: 0 0 0 0;
}
.cookie-settings .btn-wr {
   margin: 12px 0 0 0;
}
.cookie-settings .btn-wr button {
   font-size: 16px;
   color: #212121;
   border: none;
   border-radius: 8px;
   box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
   background-color: #ffffff;
   transition: all 0.5s ease;
   padding: 8px 15px;
   margin: 0 8px 0 0;
}
.cookie-settings .btn-wr button:hover {
   font-size: 16px;
   color: #ffffff;
   box-shadow: 2px 2px 10px rgb(0 0 0 / 0%);
   background-color: #212121;
}
/* Настройки куки - конец*/
/* ------------- cookie баннер - конец ---------------- */





