/*
Theme Name: UVSK
*/
@font-face {
    font-family: 'Open Sans';
    src:url('fonts/OpenSansRegular/OpenSans-Regular.eot');
    src:url('fonts/OpenSansRegular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSansRegular/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/OpenSansRegular/OpenSans-Regular.woff') format('woff'),
        url('fonts/OpenSansRegular/OpenSans-Regular.ttf') format('truetype'),
        url('fonts/OpenSansRegular/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSansSemiBold/OpenSans-SemiBold.eot');
    src: url('fonts/OpenSansSemiBold/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSansSemiBold/OpenSans-SemiBold.woff2') format('woff2'),
        url('fonts/OpenSansSemiBold/OpenSans-SemiBold.woff') format('woff'),
        url('fonts/OpenSansSemiBold/OpenSans-SemiBold.ttf') format('truetype'),
        url('fonts/OpenSansSemiBold/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSansExtraBold/OpenSans-ExtraBold.eot');
    src: url('fonts/OpenSansExtraBold/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSansExtraBold/OpenSans-ExtraBold.woff2') format('woff2'),
        url('fonts/OpenSansExtraBold/OpenSans-ExtraBold.woff') format('woff'),
        url('fonts/OpenSansExtraBold/OpenSans-ExtraBold.ttf') format('truetype'),
        url('fonts/OpenSansExtraBold/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSansBold/OpenSans-Bold.eot');
    src: url('fonts/OpenSansBold/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSansBold/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/OpenSansBold/OpenSans-Bold.woff') format('woff'),
        url('fonts/OpenSansBold/OpenSans-Bold.ttf') format('truetype'),
        url('fonts/OpenSansBold/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

img{
	max-width:100%;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}
strong{
	font-weight:bold;
}
body {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
}

a{color:#C64947;text-decoration:none;}
a:hover{text-decoration:underline;}

h1, h2, h3, h4, h5, h6{
	color:#212428;
	margin-bottom:20px;
}

h1{font-size: 28px;}
h2{font-size: 26px;}
h3{font-size: 24px;}
h4{font-size: 22px;}
h5{font-size: 20px;}
h6{font-size: 18px;}

.wr{
	width:1000px;
	margin:auto;
	padding: 0 15px;
}
header .wr{
	position: relative;
}

.d-block {
	display: block !important;
}

/* header
-----------------------------------------------------------------------------*/
header{
	/*background: #232323 url(img/smoke.png) bottom center / 100% no-repeat;*/
	/* padding-top: 20px; */
	background-color: #232323;
	min-height: 168px;
	max-height: 498px;
}
header .top {
    display: inline-block;
    width: 100%;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 15px;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}
header .logo {
    width: 118px;
    flex: none;
}
header .logo_kamenev{
	display: inline-block;
	vertical-align: middle;
    width: 338px;
    position: absolute;
    top: 116px;
    left: 15px;
}
header .navi-row {
    max-width: 700px;
    display: flex;
    align-items: center;
    flex: none;
    justify-content: flex-end;
}
header .contact {
    text-align: right;
    min-width: 505px;
    flex: none;
    width: 100%;
    margin-right: 20px;
}
header .contact p{
	font-size:18px;
	color:#deaa3f;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
header .contact a{
	font-size:16px;
	color:#fff;
	text-decoration:none;
	transition: all 0.5s;
	margin-right:17px;
}
header .contact a:last-child{
	margin-right:0;
}
header .contact a:hover{
	color:#C64947;
}
header .contact .phone:before,
header .contact .mail:before,
header .contact .phone-2:before{
	font-family:'FontAwesome';
	font-weight: normal;
	margin-right:5px;
}
header .contact .phone:before{
	content:"\f10b";
}
header .contact .mail:before{
	content:"\f0e0";
}
header .contact .phone-2:before{
	content:"\f095";
}

/* Menu
-----------------------------------------------------------*/
header .wr{
	z-index: 2;
}

header .menu {
    position: relative;
    margin: 0 17px;
    z-index: 99;
    flex: none;
}
header .menu .button{
	width: 33px;
	height: 60px;
	background: #fefefe;
	position: relative;
	font-size: 30px;
    padding: 15px 0;
    box-sizing: border-box;
    text-align: center;
	cursor:pointer;
	transition: all 0.5s;
}
header .menu .button:before,
header .menu .button:after{
	content: "";
	width: 0; 
	height: 0;
	position:absolute;
	top:0;
	transition: all 0.5s;
}
header .menu .button:before{
	border-top: 30px solid transparent;
	border-right: 17px solid #fefefe;
	border-bottom: 30px solid transparent;
	left: -17px;
}
header .menu .button:after{
	border-top: 30px solid transparent;
	border-left: 17px solid #fefefe;
	border-bottom: 30px solid transparent;
	right: -17px;
}
header .menu .button:hover{
	background: #C64947;
	color: #fff;
}
header .menu .button.active{background: #C64947;color: #fff;}
header .menu .button.active:before{border-right: 17px solid #C64947;}
header .menu .button.active:after{border-left: 17px solid #C64947;}

header .menu .button:hover:before{
	border-right: 17px solid #C64947;
}
header .menu .button:hover:after{
	border-left: 17px solid #C64947;
}
header .menu ul{
	display:none;
	background: #d6d6d6;
	text-align: right;
	position: absolute;
	top:30px;
	right:0;
	padding: 35px 18px 10px 18px;
	z-index: -1;
}
header .menu ul.active{
	display:block;
	
}
header .menu ul li{
	
}
header .menu ul li a{
	display: inline-block;
	font-size: 16px;
	color:#212428;
	text-decoration:none;
	padding:10px 0;
	transition: all 0.5s;
}
header .menu ul li a:hover{
	color: #C64947;
}
/* End menu */

header .remont{
	/*background: url(img/plumber.png) bottom right / 44% no-repeat;*/
	/*padding: 50px 55% 70px 0px;*/
	max-width: 770px;
}
header .remont .h1{
	font-size:45px;
	line-height: 55px;
	font-weight: 800;
	color:#fff;
}
header .remont .text{
	font-size:21px;
	color:#fff;
	margin: 30px 0;
}
header .remont .zvonok, .modal-texture .zvonok{
	display:inline-block;
	font-size:23px;
	font-weight: bold;
	color:#fff;
	padding:20px 40px;
	background:#C64947;
	text-decoration:none;
	border:2px dashed #C64947;
	transition: all 0.5s;
}
header .remont .zvonok:hover, .modal-texture .zvonok:hover{
	background:transparent;
}
header .main {
    width: 1426px;
    margin: 0 auto;
}
header .main-slide{
	padding: 172px 0 66px 0;
	min-height: 260px;
}

/* sec-1
-----------------------------------------------------------------------------*/
.sec-1{
	padding:40px;
	z-index: 15;
	background-color: #fff;
}
.sec-1 .h1{
	font-size:30px;
	font-weight:bold;
	color:#c64947;
	text-align:center;
	margin-bottom: 40px;
}
.sec-1 .kak-rabotaem{
	
}
.sec-1 .kak-rabotaem .item{
	text-align:center;
	padding-right:20px;
	position:relative;
}
.sec-1 .kak-rabotaem .item:before{
	content:'';
	border: 10px solid transparent;
	border-left: 10px solid #343434;
	position: absolute;
    right: 0;
    top: 40px;
}
.sec-1 .kak-rabotaem  .slick-slide:last-child .item:before{
	content:none;
}
.sec-1 .kak-rabotaem .item img{
	display:inline-block;
	margin-bottom: 15px;
	width:auto;
	height:100px;
}
.sec-1 .kak-rabotaem .item p{
	font-size:18px;
	line-height: 21px;
}
/* sec-2
-----------------------------------------------------------------------------*/
.sec-2{
	background-image: linear-gradient(to right, #232323, #343434);
	padding: 60px 0;
	position:relative;
	margin-top: 100px;
}
.sec-2 img{
	position:absolute;
	bottom:0;
}
.sec-2 .text{
	padding-left: 50%;
}
.sec-2 .text .h1{
	font-size:30px;
	font-weight:bold;
	color:#fff;
	margin-bottom: 20px;
}
.sec-2 .text p{
	font-size:24px;
	color:#fff;
}
.sec-2 form {
	margin-bottom: 30px;
}
.sec-2 form .fl_upld{
	display: inline-block;
	margin: 20px 0;
}
.sec-2 form #fl_inp{
	display:none;
}
.sec-2 form .fl_upld label{
	cursor:pointer;
	background:transparent;
	border: 2px dashed #C64947;
	padding:10px 25px;
	color:#fff;
	font-weight:bold;
	text-align: center;
	display: inline-block;
}
.sec-2 form .fl_upld label:hover{
	border: 2px solid #C64947;
}
.sec-2 form #fl_nm{
	text-align: center;
	margin: 9px 0;
	color:#f00;
}

.sec-2 form input[type="submit"]{
	font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 10px 23px;
    background: #C64947;
    text-decoration: none;
    border: 2px solid #C64947;
    transition: all 0.5s;
	cursor:pointer;
	outline:none;
}
.sec-2 form input[type="submit"]:hover{
    background: transparent;
    border: 2px dashed #C64947;
}
/* sec-3
-----------------------------------------------------------------------------*/
.sec-3{
	padding:40px 0;
}
.sec-3 .h1{
	font-size:30px;
	font-weight:bold;
	color:#c64947;
	text-align:center;
	margin-bottom: 40px;
}
.sec-3 .pochemy-my{
	
}
.sec-3 .pochemy-my .item{
	text-align:center;
}
.sec-3 .pochemy-my .item img{
	display: inline-block;
	margin-bottom: 15px;
	width: auto;
	height: 100px;
}
.sec-3 .pochemy-my .item p{
	font-size:18px;
	line-height: 21px;
}
/* sec-4
-----------------------------------------------------------------------------*/
.sec-4{
	background: url(img/fon-servis.jpg) center center / 100% no-repeat;
	padding:40px 0;
	-webkit-box-shadow: inset 0px 0px 30px 30px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 30px 30px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 30px 30px rgba(255,255,255,1);
}
.sec-4 .h1{
	font-size:30px;
	font-weight:bold;
	color:#c64947;
	text-align:center;
	margin-bottom: 40px;
}
.sec-4 .servis{
	
}
.sec-4 .servis .item{
	margin-bottom: 30px;
	outline:none;
	color:#212428;
	text-decoration:none;
}
.sec-4 .servis .item:hover{
	color:#c64947;
}
.sec-4 .servis .item img{
	width: auto;
	float: left;
	margin-right: 25px;
}
.sec-4 .servis .item p{
	font-size:20px;
	line-height:25px;
	display: table-cell;
    vertical-align: middle;
    height: 80px;
	transition: all 0.5s;
}

/* sec-5
-----------------------------------------------------------------------------*/
.sec-5{
	background-image: linear-gradient(to right, #232323, #343434);
}
.sec-5 .skidka{
	background: url(img/lestnica.png) top -75px left / auto no-repeat;
	padding:40px 0 40px 50%;
	text-align: center;
}
.sec-5 .skidka .h1{
	font-size:30px;
	font-weight: 800;
	color:#fff;
}
.sec-5 .skidka .text{
	font-size:30px;
	line-height: 40px;
	font-weight: normal;
	color:#fff;
}
.sec-5 .skidka .text p{
	color:#c64947;
	font-weight:bold;
}
.sec-5 .skidka .schetchik{
	margin: 25px 0;
}
.sec-5 .skidka .zvonok{
	font-size:30px;
	font-weight: normal;
	color:#fff;
	text-transform: uppercase;
	text-decoration:none;
	border:1px solid #fff;
	display:inline-block;
	padding: 15px 35px;
	transition: all 0.5s;
}
.sec-5 .skidka .zvonok:hover{
	color:#C64947;
	border:1px solid #C64947;
}

/* sec-6
-----------------------------------------------------------------------------*/
.sec-6{
	padding: 40px 0;
}
.sec-6 .h1{
	font-size: 30px;
    font-weight: bold;
    color: #c64947;
    text-align: center;
    margin-bottom: 40px;
}

.sec-6 form input{
	display: inline-block;
	vertical-align: top;
	outline:none;
	font-size:16px;
	font-weight:bold;
	width: 34.5%;
	padding: 12px 10px 12px 40px;
	box-sizing: border-box;
	margin-right: 2%;
}
.sec-6 form input[type="submit"]{
	font-size:24px;
	background: #C64947;
	color:#fff;
	border:2px solid #C64947;
	max-width:270px;
	padding: 7px;
	margin-right: 0;
	cursor:pointer;
	transition: all 0.5s;
}
.sec-6 form input[type="submit"]:hover{
	background: transparent;
	border:2px dashed #C64947;
	color:#C64947;
}
.sec-6 form .input-phone,
.sec-6 form .input-user{
	position:relative;
}
.sec-6 form .input-phone:before,
.sec-6 form .input-user:before{
	font-family: 'FontAwesome';
	font-size: 19px;
	position:absolute;
    top: 16px;
    left: 15px;
	color: #96999c;
    z-index: 99;
}
.sec-6 form .input-phone:before{
	content:"\f095";
}
.sec-6 form .input-user:before{
	content:"\f007";
}
.sec-6 form .wpcf7-not-valid-tip {
    display: none;
}
.sec-6 form input.wpcf7-not-valid[type="text"],
.sec-6 form input.wpcf7-not-valid[type="tel"]{
    border: 1px solid #fc6666;
}

.sec-6 form .checkbox-form{
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	margin-bottom: 20px;
}
.sec-6 form .checkbox-form2{
	margin-bottom: 20px;
}
.sec-6 form .checkbox-form2 li{
	display:inline-block;
	margin-right: 60px;
}
.sec-6 form .checkbox-form2 li:last-child{
	margin-right: 0;
}
.sec-6 form span.wpcf7-list-item{
	margin: 0 0 15px;
}

.wer input[type="checkbox"]{
    display:none;
}
.wer span.wpcf7-list-item-label{
    position:relative;
}
.wer input[type="checkbox"]:not(checked) + span.wpcf7-list-item-label{
    position:relative;
	font-size:16px;
    line-height:1.5;
    display:block;
	padding-left: 25px;
	cursor: pointer;
}
.wer input[type="checkbox"]:not(checked) + span.wpcf7-list-item-label::before{
    content:'';
    width:21px;
    height:21px;
    border:1px solid #c64947;
	box-sizing:border-box;
	border-radius: 50%;
	position: absolute;
    left: 0;
	top: 0;
    bottom: 0;
    margin: auto;
}
.wer input[type="checkbox"]:not(checked) + span.wpcf7-list-item-label::after{
    content:'';
    font-family:'FontAwesome';
    position:absolute;
    font-size:22px;
	top:-5px;
    left:2px;
    color:#c64947;
}
.wer input[type="checkbox"]:checked + span.wpcf7-list-item-label::after{
    content:'\f00c';
}

/* sec-7 gallery
-----------------------------------------------------------------------------*/
.gallery_block .h1{
	font-size: 28px;
	color: #212428;
    margin-bottom: 20px;
}

.sec-7{
	
}
.sec-7 .gallery .slick-slide{
	margin:0;
}
.sec-7 .gallery .item{
	
}
.sec-7 .gallery .item a{
	outline:none;
}
.sec-7 .gallery .item img{
	display: inline-block;
	vertical-align: top;
}

.content .gallery{
	
}
.content .gallery .item{
	display: inline-block;
	width: 19.6%;
}
.content .gallery .item:hover{
	outline: 5px dashed #C64947;
    outline-offset: -10px;
}
.content .gallery .item img{
	width: 100%;
}
/* content
-----------------------------------------------------------------------------*/

.content{
	margin-bottom:30px;
}
.content p{
	line-height: 23px;
	margin-bottom:20px;
}

.content ul,
.content ol{
    margin-bottom: 20px;
    margin-left: 20px;
}
.content ul > li,
.content ol > li {
    margin-bottom: 10px;
}
.content ul > li:before {
    font-family: FontAwesome;
    content: "\f138";
    color: #C64947;
    padding-right: 5px;
}
.content ol {
    counter-reset: item;
}
.content ol > li:before {
    content: counter(item) '. ';
    counter-increment: item;
    color: #C64947;
    font-weight: bold;
}

.content .servis .item{
	margin-bottom: 30px;
	outline:none;
	color:#212428;
	text-decoration:none;
	display: inline-block;
	vertical-align: top;
	width: 320px;
}
.content .servis .item:hover{
	color:#c64947;
}
.content .servis .item img{
	width: auto;
	float: left;
	margin-right: 25px;
}
.content .servis .item p{
	font-size:20px;
	line-height:25px;
	display: table-cell;
    vertical-align: middle;
    height: 80px;
	transition: all 0.5s;
}

.content .category .title{
	font-size:20px;
	margin-bottom: 5px;
}

.content .servis-title{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.content .servis-title a{
	display: inline-block;
	font-size:20px;
	padding-left: 17px;
	margin-right: 20px;
	margin-bottom: 20px;
	position:relative;
}
.content .servis-title a:before{
	font-family: 'FontAwesome';
	content:"\f111";
	font-size:12px;
	position:absolute;
	top:5px;
	left:0;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

/* texture
-----------------------------------------------------------------------------*/

/*.is-active {
	display: block !important;
}*/

.modal-texture {
	/*position: fixed;*/
	/*width: 1000px;*/

	background-color: #fff;
	display: none;

}

.popap-texture {
	max-width: 800px;
	/*margin: 0 auto;*/
	/*top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}

.texture-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
    padding-bottom: 80px;
}

.sec-1-modific .texture-wrap {
	padding-top: 0 !important;
}


.texture-wrap.texture-wrap-category {
	justify-content: center;
}

.prew-texture {
	position: relative;
	width: 220px;
	overflow: hidden;
	height: 220px;
	margin: 10px;
}

.materials-section .prew-texture {
	display: none;
}

.texture-wrap.texture-wrap-category .prew-texture {
/*     width: 290px !important;
    height: 260px; */  /*Если три в ряд */
    margin: 18px;
	width: 460px !important;
    height: 412px;
}

.prew-texture img {
	max-width: 100%;
	object-fit: cover;
	height: inherit;
	width: inherit;
}

.texture-link {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
	width: inherit;
}

.texture-title {
	display: block;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 0;
    background: #C64947;
    text-decoration: none;
    /*border: 2px dashed #C64947;*/
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: inherit;
    text-transform: uppercase;
}

.prew-texture:hover .texture-title {
	background: transparent;
   	text-shadow: 1px 2px 4px black;
}

.modal-texture .zvonok:hover {
	color: #C64947;
}

.popap-texture div {
	margin-bottom: 15px;
}

.popap-content {
	line-height: 1.4em;
    text-align: justify;
}

.popap-img {
	float: left;
    margin-right: 38px;
}

.sec-1 .texture-wrap.texture-wrap-category {
	padding-bottom: 60px;
}

/* acf_gal
-----------------------------------------------------------------------------*/
@-webkit-keyframes foto_op{
    0% {opacity:0;-webkit-transform:scale(0);}
	60% {opacity:1;-webkit-transform:scale(1.05);}
	100% {opacity:1;-webkit-transform:scale(1);}
}
@keyframes foto_op{
    0% {opacity:0;transform:scale(0);}
	60% {opacity:1;transform:scale(1.05);}
	100% {opacity:1;transform:scale(1);}
}
.acf_gal{
	font-size:0;
}
.acf_gal > a{
	display:inline-block;
	vertical-align:top;
	width:18.8%;
	margin-right:1.5%;
	line-height:0;
	font-size:0;
	margin-bottom:1.5%;
	-webkit-animation:foto_op 0.5s;
	animation:foto_op 0.5s;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-delay:1s;
	animation-delay:1s;
	opacity:0;
	border-bottom:6px solid #C64947;
	transition:all 0.5s;
}
.acf_gal > a:nth-of-type(5n+5){
	margin-right:0;
}
.acf_gal > a:nth-of-type(5n+6){
	clear:both;
}

/* --- Price Section --- */

.price_section {
	font-family: "Gotham Pro", sans-serif;
	line-height: 1.4;
	font-size: 14px;
	color: #1b1b1b;
	font-weight: 400;
}

button, button:focus, input, input:focus, textarea, textarea:focus {
	outline: 0
}

.advantages {
	background-image: url(../images/bg/bg-3.jpg);
	background-size: auto 100%;
    padding: 65px 0 65px;
    margin-bottom: 0px;
}

.advantages h2 {
	text-align: center;
	font-size: 55px;
	line-height: 1.2;
	margin-bottom: 75px;
	font-weight: 700;
}

.transition {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}
.relative {
	position: relative
}
.yellow_but {
    font-size: 17px;
    font-weight: 700;
    border: none;
    background: linear-gradient(#ef4c49, #e9433f);
    box-shadow: 0 3px 0 0 #9b2524;
    transition: all .3s;
    cursor: pointer;
    color: #fff;
}
.yellow_but:hover {
	-webkit-transform: translate(0, 2px);
	transform: translate(0, 2px);
	box-shadow: 0 1px 0 0 #ba7901;
}
.yellow_min_but {
	display: inline-block;
	padding: 14px 26px;
}
.price_row {
	display: inline-block;
	vertical-align: top;
	padding: 0 1%;
	width: 23%;
	font-size: 16px;
}
.price_section .s_content_wrap {
	font-size: 0;
	text-align: center;
}
.p_title {
	color: #fff;
	background-color: #c64947;
	font-size: 26px;
	line-height: 28px;
	height: 120px;
	display: flex;
	align-items: center;
	padding: 10px;
}
.p_price {
	color: #FF4632;
	background-color: #fff;
	font-size: 30px;
	padding: 10px 15px;
	font-family: 'Helios', sans-serif;
}
.p_table {
	color: #555;
	background: #f5f5f5;
}
.p_table table {
	border: none;
}
.p_table table tr {}
.p_table table tr td {
	border: none;
	border-bottom: 1px solid #dedede;
	padding: 10px;
}
.price_row_additional {
	padding: 10px;
	background: #fff;
}
.p_but_wrap {
	background: #fff;
	padding: 15px 10px 25px 10px;
}
.price_row:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (max-width: 1200px) {

	.call_wrap .yellow_but {
		padding: 25px 15px;
	}
	.p_title {
		font-size: 27px;
		line-height: 27px;
	}
	
	.advantages {
		margin-bottom: 40px
	}
}

@media screen and (max-width: 950px){
	.acf_gal > a,
	.acf_gal > a:nth-of-type(5n+5){
		width:23.875%;
		margin-right:1.5%;
	}
	.acf_gal > a:nth-of-type(4n+4){
		margin-right:0;
	}
	.acf_gal > a:nth-of-type(5n+6){
		clear:none;
	}
	.acf_gal > a:nth-of-type(4n+5){
		clear:both;
	}
	
	.s_content_wrap {
		font-size: 0;
	}
	.price_row {
		width: 50%;
		margin-bottom: 30px;
	}
	.p_title {
		justify-content: center;
	}

	.advantages h2 {
		font-size: 46px
	}
}

@media screen and (max-width: 768px) {
	.advantages {
		padding: 70px 0 0px;
		margin-bottom: 40px
	}
	.advantages h2 {
		font-size: 28px;
		margin-bottom: 55px;
		text-transform: uppercase;
	}
}

@media screen and (max-width: 700px){
	.acf_gal > a,
	.acf_gal > a:nth-of-type(5n+5),
	.acf_gal > a:nth-of-type(4n+4){
		width:32.33%;
		margin-right:1.5%;
	}
	.acf_gal > a:nth-of-type(3n+3){
		margin-right:0;
	}
	.acf_gal > a:nth-of-type(5n+6),
	.acf_gal > a:nth-of-type(4n+5){
		clear:none;
	}
	.acf_gal > a:nth-of-type(3n+4){
		clear:both;
	}
}

@media screen and (max-width: 600px) {
	.p_table table tr td {
		padding: 5px 10px;
		line-height: 18px;
	}
	.price_row {
		width: 100%;
	}
	.s_content_wrap {
		margin-top: 40px;
	}
}

@media screen and (max-width: 576px) {
	.advantages h2 {
		font-size: 25px
	}
}

@media screen and (max-width: 450px){
	.acf_gal > a,
	.acf_gal > a:nth-of-type(5n+5),
	.acf_gal > a:nth-of-type(4n+4),
	.acf_gal > a:nth-of-type(3n+3){
		width:49.25%;
		margin-right:1.5%;
	}
	.acf_gal > a:nth-of-type(2n+2){
		margin-right:0;
	}
	.acf_gal > a:nth-of-type(5n+6),
	.acf_gal > a:nth-of-type(4n+5),
	.acf_gal > a:nth-of-type(3n+4){
		clear:none;
	}
	.acf_gal > a:nth-of-type(2n+3){
		clear:both;
	}
}
@media screen and (max-width: 350px){
	.acf_gal > a,
	.acf_gal > a:nth-of-type(5n+5),
	.acf_gal > a:nth-of-type(4n+4),
	.acf_gal > a:nth-of-type(3n+3),
	.acf_gal > a:nth-of-type(2n+2){
		width:100%;
		margin-right:0;
	}
}

/* footer
-----------------------------------------------------------------------------*/
footer{
	background-image: linear-gradient(to right, #232323, #343434);
	display: inline-block;
	width: 100%;
}
footer .logo{
	display: inline-block;
	width: 198px;
	margin-top: -89px;
	margin-left: -20px;
}
footer .logo img{
	width: 100%;
}
footer .h1{
	font-size:30px;
	font-weight:bold;
	color:#fff;
	display: inline-block;
	vertical-align: top;
	margin-top: 37px;
}

footer form{
	margin: 40px 0 30px;
}
footer form input{
	display: inline-block;
	vertical-align: top;
	outline:none;
	font-size:16px;
	font-weight:bold;
	width: 34.5%;
	padding: 12px 10px 12px 40px;
	box-sizing: border-box;
	margin-right: 2%;
}
footer form input[type="submit"]{
	font-size:24px;
	background: #C64947;
	color:#fff;
	border:2px solid #C64947;
	max-width:270px;
	padding: 7px;
	margin-right: 0;
	cursor:pointer;
	transition: all 0.5s;
}
footer form input[type="submit"]:hover{
	background: transparent;
	border:2px dashed #C64947;
}
footer form .input-phone,
footer form .input-user{
	position:relative;
}
footer form .input-phone:before,
footer form .input-user:before{
	font-family: 'FontAwesome';
	font-size: 19px;
	position:absolute;
    top: 16px;
    left: 15px;
	color: #96999c;
    z-index: 99;
}
footer form .input-phone:before{
	content:"\f095";
}
footer form .input-user:before{
	content:"\f007";
}
footer form .wpcf7-not-valid-tip {
    display: none;
}
footer form input.wpcf7-not-valid[type="text"],
footer form input.wpcf7-not-valid[type="tel"]{
    border: 1px solid #fc6666;
}

.footer-contact .contact{
	text-align: center;
	padding: 25px 0 25px 160px;
}
.footer-contact a{
	font-size:16px;
	color:#212428;
	text-decoration:none;
	padding-left:15px;
	transition: all 0.5s;
}
.footer-contact a:hover{
	color:#C64947;
}
.footer-contact .mail{
	margin: 0 70px;
}
.footer-contact .phone:before,
.footer-contact .mail:before,
.footer-contact .phone-2:before{
	font-family:'FontAwesome';
	font-weight: normal;
	padding-right: 10px;
	vertical-align: top;
}
.footer-contact .phone:before{
	content:"\f10b";
	font-size: 18px;
}
.footer-contact .mail:before{
	content:"\f0e0";
}
.footer-contact .phone-2:before{
	content:"\f095";
}

/* Отзывы
-----------------------------------------------------------------------------*/
.comments{
	
}
.comments  .comment{
	border: 1px solid #C64947;
	border-radius:5px;
    margin-bottom: 20px;
    padding:20px 20px 0 20px;
}
.comments .comment .comment-author{
	font-size: 20px;
    font-weight: bold;
	margin-bottom: 10px;
}
.comments .comment .comment-meta{
	margin-bottom: 10px;
}
.comments .comment .comment-reply-link{
	display: inline-block;
	border: 1px solid #C64947;
	border-radius:5px;
	padding:5px;
	text-decoration:none;
	margin-bottom: 20px;
	transition:all 0.5s;
}
.comments .comment .comment-reply-link:hover{
	background:#C64947;
    color:#fff;
}
.comments form textarea{
    width:100%;
	border-radius:5px;
	border: 1px solid #C64947;
	box-sizing: border-box;
	outline: none;
	padding: 11px 20px;
    font-size: 16px;
	font-family: 'Open Sans';
}
.comments form input{
	outline: none;
    border-radius:5px;
	border: 1px solid #C64947;
	padding:7px;
	font-size: 16px;
	font-family: 'Open Sans';
}
.comments form input[type="submit"]{
	border:1px solid #C64947;
	border-radius:5px;
    background:#C64947;
    color:#fff;
    font-size:18px;
    padding:11px;
    cursor:pointer;
	outline: none;
	transition:all 0.5s;
}
.comments form input[type="submit"]:hover{
    background:#fff;
    color:#C64947;
}
.comments form p label{
	display:inline-block;
	width:100%;
}

/* modal-form
-----------------------------------------------------------------------------*/
.modal-form{
	display: none;
}
.modal-form.fancybox-content{
	max-width: 350px;
	padding: 25px;
}
.modal-form .h1{
	font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}
.modal-form input{
	padding: 8px;
    margin-bottom: 21px;
    font-size: 23px;
    outline: none;
	border: 1px solid #96999c;
	border-radius: 3px;
	width: 100%;
}
.modal-form input[type="submit"]{
	font-weight: bold;
    color: #c64947;
	background:#fff;
    border: 1px solid #96999c;
    padding: 10px 0;
    display: block;
	margin:auto;
	width: 250px;
	cursor:pointer;
	transition: all 0.5s;
}
.modal-form input[type="submit"]:hover{
	color:#fff;
	background:#c64947;
	border: 1px solid #c64947;
}

.modal-form form .wpcf7-not-valid-tip {
    display: none;
}
.modal-form input.wpcf7-not-valid[type="text"],
.modal-form input.wpcf7-not-valid[type="tel"]{
    border: 1px solid #fc6666;
}

/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs{
	margin:20px 0;
}

/* Adaptiv
-----------------------------------------------------------------------------*/
@media (max-width: 1000px){
	
}