/* Eric Meyer's CSS Reset */
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, 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;
}
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #323232;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
a, button{
	text-decoration: none;
	font-family: 'Rubik', sans-serif;
}
input.error{
	border: 1px solid red!important;
}
img {
  opacity: 1;
  transition: opacity 0.3s;
}
 
img[data-src] {
  opacity: 0;
}
.container{
	width: 100%;
	min-height: 500px;
}
.wrapper{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}
.wrapper.offset{
	padding: 0 30px;
	box-sizing:border-box;
}
.column{
	width: 48.65%;
}
.column.col_left{
	float: left;
}
.column.col_right{
	float: right;
}
.header{
	width: 100%;
	height: 75px;
	background-color: white;
	box-shadow: 0 0 50px rgba(16, 21, 25, 0.25);
	position: fixed;
	z-index: 99;
}
.header .logo{
	display: block;
	width: 130px;
	height: 100px;
	position: relative;
	background: url('../img/logo33.png');
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -65px;
}
.header .phone{
	float: left;
	line-height: 25px;
	margin: 25px 0;
	display: block;
	font-size: 20px;
	color: #323232;
	margin-right: 15px;
}
.header .phone span{
	font-weight: 700;
}
.header .phone a{
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 15px;
	background: url('../img/social.png');
}
.header .phone a.mobile{
	background-position: 0px 0px;
}
.header .phone a.viber{
	background-position: -25px 0px;
}
.header .phone a.whatsapp{
	background-position: -50px 0px;
}
.header .social{
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 15px;
	background: url('../img/social.png');
	margin: 25px 15px 25px 0;
}
.header .social.vk{
	background-position: -75px 0px;
}
.header .social.inst{
	background-position: -100px 0px;
}
.header .order{
	float: right;
	height: 100%;
	line-height: 75px;
	text-align: center;
	width: 140px;
	background: #491174;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
}
.header .calc{
	float: right;
	height: 100%;
	line-height: 75px;
	text-align: center;
	width: 305px;
	background: #AE119C;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
}
.header .order:hover{
	color: #491174;
	background: white;
}
.header .calc:hover{
	color: #ae119c;
	background: white;
}
.main{
	width: 100%;
	height: auto;
	padding-top: 75px;
}
.main .column{
	min-height: 450px;
}
.main .column.col_left img{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.main .column.col_left h1{
	color: #491174;
	font-weight: 700;
	line-height: 28px;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 20px;
}
.main .column.col_left h1 span{
	font-size: 30px;
}
.main .main_slider{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.main .main_slider .owl-item{
	float: left;
	width: 100%;
}
.main .main_slider .item img{
	width: 100%;
	height: auto;
	display: block;
}
.main .main_slider .item .title{
	width: 64.9%;
	height: 50px;
	background-color: #ae119c;
	float: left;
	display: table;
	overflow: hidden;
}
.main .main_slider .item .title span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: white;
	font-size: 20px;
}
.main .main_slider .item .button{
	float: left;
	width: 35.1%;
	height: 50px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
	color: white;
	background-color: #491174;
	font-weight: 700;
	border: 1px solid #491174;
	box-sizing: border-box;
}
.main .main_slider .item .button:hover{
	background-color: white;
	color: #491174;
}
.main .main_slider .owl-prev{
	width: 65px;
	height: 100px;
	position: absolute;
	left: 0px;
	margin-top: 125px;
	cursor: pointer;
	background: url('../img/slider_prev.png') center no-repeat;
}
.main .main_slider .owl-next{
	width: 65px;
	height: 100px;
	position: absolute;
	right: 0px;
	margin-top: 125px;
	cursor: pointer;
	background: url('../img/slider_next.png') center no-repeat;
}
.main .main_slider .owl-prev:hover{
	background: url('../img/slider_prev_hov.png') center no-repeat;
	width: 95px;
}
.main .main_slider .owl-next:hover{
	background: url('../img/slider_next_hov.png') center no-repeat;
	width: 95px;
}
.info{
	width: 100%;
	height: auto;
	min-height: 400px;
	/*background: url('../img/info_bg.jpg') repeat;*/
	background-color: #323232;
	overflow: hidden;
}
.info .column{
	height: 100%;
}
.info .column iframe{
	width: 100%;
	height: 300px;
	border: 0;
	margin: 157px 0 50px;
}
.info .column .description{
	margin: 50px 0;
	text-indent: 20px;
	color: white;
	line-height: 25px;
	text-align: justify;
}
.scheme_of_work{
	width: 100%;
	min-height: 415px;
}
.scheme_of_work h2{
	line-height: 75px;
	margin: 25px 0;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.scheme_of_work .scheme_list{
	margin-top: 25px;
	position: relative;
	padding: 0 15px;
	box-sizing: border-box;
}
.scheme_of_work .scheme_list:before{
	content: '';
	display: block;
	position: absolute;
	top: -29px;
	left: 0px;
	width: 100%;
	height: 200px;
	background: url('../img/scheme.png') center top no-repeat;
	z-index: 9;
}
.scheme_of_work .scheme_list .item{
	width: 25%;
	float: left;
	height: 275px;
}
.scheme_of_work .scheme_list .item i{
	width: 100%;
	height: 175px;
	display: block;
}
.scheme_of_work .scheme_list .item i.icon_1{
	background: url('../img/scheme_1.png') center top no-repeat;
}
.scheme_of_work .scheme_list .item i.icon_2{
	background: url('../img/scheme_2.png') center top no-repeat;
}
.scheme_of_work .scheme_list .item i.icon_3{
	background: url('../img/scheme_3.png') center top no-repeat;
}
.scheme_of_work .scheme_list .item i.icon_4{
	background: url('../img/scheme_4.png') center top no-repeat;
}
.scheme_of_work .scheme_list .item .dscr{
	margin-top: 25px;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
}
.plus{
	width: 100%;
	height: auto;
	min-height: 400px;
	/*background: url('../img/info_bg.jpg') repeat;*/
	background-color: #323232;
	overflow: hidden;
}
.plus h2{
	line-height: 75px;
	margin: 25px 0;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: white;
}
.plus .plus_list{
	margin-top: 25px;
	position: relative;
	padding: 0 15px;
	box-sizing: border-box;
}
.plus .plus_list .item{
	width: 25%;
	float: left;
	height: 210px;
}
.plus .plus_list .item i{
	width: 125px;
	height: 125px;
	border: 2px solid #ae119c;
	border-radius: 63px;
	display: block;
	margin: 0 auto;
}
.plus .plus_list .item i.icon_1{
	background: url('../img/plus_1.png') center no-repeat;
}
.plus .plus_list .item i.icon_2{
	background: url('../img/plus_2.png') center no-repeat;
}
.plus .plus_list .item i.icon_3{
	background: url('../img/plus_3.png') center no-repeat;
}
.plus .plus_list .item i.icon_4{
	background: url('../img/plus_4.png') center no-repeat;
}
.plus .plus_list .item .dscr{
	margin-top: 25px;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
	color: white;
}
.services{
	width: 100%;
	min-height: 625px;
	display: none;
}
.services h2{
	line-height: 75px;
	margin: 25px 0;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.services .services_slider{
	text-align: center;
	max-width: 855px;
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
}
.services .services_slider .owl-item{
	float: left;
	height: 450px;
	position: relative;
}
.services .services_slider .item{
	display: block;
	width: 255px;
	height: 400px;
	margin: 25px auto 0;
	background: #e1e1e1;
	position: relative;
}
.services .services_slider .item:hover{
	height: 410px;
	margin: 15px auto 0;
	box-shadow: 0 15px 30px rgba(16, 21, 25, 0.25);
}
.services .services_slider .item:after{
	content: '';
	width: 255px;
	height: 15px;
	display: block;
	background: url('../img/shadow.png') center no-repeat;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -125.5px;
	z-index: 9;
}
.services .services_slider .item .logo{
	content: '';
	width: 65px;
	height: 50px;
	background: url('../img/logo_mini33.png') center no-repeat;
	margin: 0 auto -20px;
	position: relative;
	top: -25px;
}
.services .services_slider .item img{
	width: 245px;
	height: 240px;
}
.services .services_slider .item:hover img{
	width: 100%;
	height: auto;
}
.services .services_slider .item .title{
	width: 98%;
	height: 75px;
	display: table;
	margin: 0 auto;
}
.services .services_slider .item .title span{
	width: 100%;
	height: 75px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 25px;
	font-size: 20px;
}
.services .services_slider .item .button{
	display: block;
	width: 100%;
	height: 50px;
	background-color: #491174;
	text-align: center;
	font-weight: 700;
	color: white;
	line-height: 50px;
	text-transform: uppercase;
	margin-top: 1px;
}
.services .services_slider .item .button:hover{
	color: #491174;
	background-color: white;
}
.services .services_slider .owl-prev{
	width: 65px;
	height: 100px;
	position: absolute;
	left: 30px;
	margin-top: 125px;
	cursor: pointer;
	background: url('../img/slider_prev.png') center no-repeat;
}
.services .services_slider .owl-next{
	width: 65px;
	height: 100px;
	position: absolute;
	right: 30px;
	margin-top: 125px;
	cursor: pointer;
	background: url('../img/slider_next.png') center no-repeat;
}
.services .services_slider .owl-prev:hover{
	background: url('../img/slider_prev_hov.png') center no-repeat;
	width: 95px;
}
.services .services_slider .owl-next:hover{
	background: url('../img/slider_next_hov.png') center no-repeat;
	width: 95px;
}
.calculate{
	width: 100%;
	height: auto;
	min-height: 350px;
	/*background: url('../img/info_bg.jpg') repeat;*/
	background-color: #323232;

}
.calculate h2{
	line-height: 75px;
	margin: 0 0;
	padding: 25px 0;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: white;
}
.calculate .opions_list{
	width: 100%;
	font-size: 0px;
	text-align: center;
}
.calculate .opions_list .item{
	width: 14.42%;
	display: inline-block;
	margin-right: 2.7%;
	height: auto;
	min-height: 20px;
	vertical-align: top;
	position: relative;
}
.calculate .opions_list .item.big{
	width: 22.97%;
}
.calculate .opions_list .item:last-child{
	margin-right: 0;
}
.calculate .opions_list .item .title{
	font-size: 20px;
	color: white;
	line-height: 25px;
	margin-bottom: 5px;
}
.calculate .opions_list .item ul{
	background-color: #323232;
	border: 1px solid white;
	position: relative;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 9;
}
.calculate .opions_list .item ul.z_ind{
	z-index: 999;
}
.calculate .opions_list .item ul:hover{
	border: 1px solid #ae119c;
}
.calculate .opions_list .item ul:before{
	content: '';
	display: block;
	border: 8px solid transparent;
	border-top: 8px solid #ae119c;
	position: absolute;
	right: 13px;
	top: 17px;
	z-index: 9;
}
.calculate .opions_list .item ul li{
	line-height: 40px;
	font-size: 20px;
	padding: 0 10px;
	color: white;
	list-style: none;
	cursor: pointer;
	display: none;
	position: relative;
	z-index: 99;
}
.calculate .opions_list .item ul li.active{
	display: block;
}
.calculate .opions_list .item ul li.active:hover{
	color: white;
	background-color: transparent;
}
.calculate .opions_list .item ul li:hover{
	color: #323232;
	background-color: #491174;
}
.calculate .opions_list .item input[type='text']{
	width: 100%;
	height: 42px;
	border: 1px solid white;
	box-sizing: border-box;
	background-color: transparent;
	font-size: 20px;
	color: white;
	text-indent: 15px;
}
.calculate .opions_list .item input.tcal{
	background: url('../img/date_inp.png') right center no-repeat;
}
.calculate .button{
	display: block;
	margin: 55px auto 0;
	width: 350px;
	height: 50px;
	background-color: #491174;
	text-align: center;
	line-height: 50px;
	font-weight: 700;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
}
.calculate .button:hover{
	color: #491174;
	background-color: white;
}
.size{
	width: 100%;
	min-height: 625px;
}
.size h2{
	line-height: 75px;
	padding: 25px 0;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.size .size_slider{
	text-align: center;
	max-width: 855px;
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
}
.size .size_slider .owl-item{
	float: left;
	height: 450px;
	position: relative;
}
.size .size_slider .item{
	display: block;
	width: 255px;
	height: 350px;
	margin: 25px auto 0;
	background: #ae119c;
	position: relative;
	border-radius: 10px;
}
.size .size_slider .item:hover{
	height: 360px;
	margin: 15px auto 0;
	box-shadow: 0 15px 30px rgba(16, 21, 25, 0.25);
}
.size .size_slider .item:after{
	content: '';
	width: 255px;
	height: 15px;
	display: block;
	background: url('../img/shadow.png') center no-repeat;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -125.5px;
	z-index: 9;
}
.size .size_slider .item .logo{
	content: '';
	width: 65px;
	height: 50px;
	background: url('../img/logo_mini33.png') center no-repeat;
	margin: 0 auto -20px;
	position: relative;
	top: -25px;
}
.size .size_slider .item .img_wrap{
	width: 100%;
	background-color: #ae119c;
}
.size .size_slider .item .img_wrap a{
	display: block;
}
.size .size_slider .item img{
	width: 245px;
	height: 240px;
	display: block;
	margin: 0 auto;
}
.size .size_slider .item:hover img{
	width: 100%;
	height: auto;
}
.size .size_slider .item .title{
	width: 100%;
	height: 75px;
	display: table;
}
.size .size_slider .item .title span{
	width: 100%;
	height: 75px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 25px;
	font-size: 20px;
	color: white;
}
.size .size_slider .owl-item .button{
	display: block;
	width: 255px;
	height: 50px;
	box-sizing: border-box;
	background-color: #491174;
	border: 1px solid #491174;
	text-align: center;
	font-weight: 700;
	color: white;
	line-height: 50px;
	text-transform: uppercase;
	margin: 25px auto 0;
}
.size .size_slider .owl-item .button:hover{
	color: #491174;
	background-color: white;
}
.size .size_slider .owl-prev{
	width: 65px;
	height: 100px;
	position: absolute;
	left: 30px;
	margin-top: 125px;
	cursor: pointer;
	background: url('../img/slider_prev.png') center no-repeat;
}
.size .size_slider .owl-next{
	width: 65px;
	height: 100px;
	position: absolute;
	right: 30px;
	margin-top: 125px;
	cursor: pointer;
	background: url('../img/slider_next.png') center no-repeat;
}
.size .size_slider .owl-prev:hover{
	background: url('../img/slider_prev_hov.png') center no-repeat;
	width: 95px;
}
.size .size_slider .owl-next:hover{
	background: url('../img/slider_next_hov.png') center no-repeat;
	width: 95px;
}
.reviews{
	width: 100%;
	min-height: 350px;
}
.reviews h2{
	line-height: 75px;
	margin: 25px 0;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.reviews .reviews_slider{
	max-width: 920px;
	height: 160px;
	margin: 0 auto;
	overflow: hidden;
}
.reviews .reviews_slider .owl-item{
	float: left;
	height: 150px;
	position: relative;
}
.reviews .reviews_slider .item{
	width: 100%;
	font-size: 0;
}
.reviews .reviews_slider .item .thumb{
	width: 17.4%;
	display: inline-block;
	overflow: hidden;
	margin-right: 3.3%;
}
.reviews .reviews_slider .item .thumb img{
	width: 100%;
	height: auto;
}
.reviews .reviews_slider .item .body{
	display: inline-block;
	font-size: 20px;
	width: 79.3%;
	vertical-align: top;
}
.reviews .reviews_slider .item .body .name{
	color: #491174;
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
}
.reviews .reviews_slider .item .body .title{
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	margin: 3px 0;
}
.reviews .reviews_slider .owl-prev{
	width: 65px;
	height: 100px;
	position: absolute;
	left: 30px;
	margin-top: 25px;
	cursor: pointer;
	background: url('../img/slider_prev.png') center no-repeat;
}
.reviews .reviews_slider .owl-next{
	width: 65px;
	height: 100px;
	position: absolute;
	right: 30px;
	margin-top: 25px;
	cursor: pointer;
	background: url('../img/slider_next.png') center no-repeat;
}
.reviews .reviews_slider .owl-prev:hover{
	background: url('../img/slider_prev_hov.png') center no-repeat;
	width: 95px;
}
.reviews .reviews_slider .owl-next:hover{
	background: url('../img/slider_next_hov.png') center no-repeat;
	width: 95px;
}
.reviews .reviews_slider .owl-dots{
	position: absolute;
	bottom: -45px;
	height: 15px;
	width: 100%;
	font-size: 0;
	text-align: center;
	left: 0px;
}
.reviews .reviews_slider .owl-dots .owl-dot{
	width: 15px;
	height: 15px;
	opacity: 0.5;
	background-color: #491174;
	margin: 0 5px;
	display: inline-block;
	border-radius: 8px;
}
.reviews .reviews_slider .owl-dots .owl-dot.active{
	opacity: 1;
}
.payment_shipping{
	width: 100%;
	height: auto;
	min-height: 550px;
	/*background: url('../img/info_bg.jpg') repeat;*/
	background-color: #323232;
	overflow: hidden;
}
.payment_shipping h2{
	line-height: 75px;
	margin: 25px 0;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: white;
}
.payment_shipping .column .dscr{
	width: 350px;
	height: 175px;
	background-color: white;
	border-radius: 25px;
	display: table;
	margin: 25px auto 0;
	position: relative;
}
.payment_shipping .column .dscr span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
}
.payment_shipping .column .dscr:after{
	content: '';
	display: block;
	border: 25px solid transparent;
	border-top: 25px solid white;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -50px;
	z-index: 9;
}
.payment_shipping .column .title{
	font-weight: 700;
	font-size: 25px;
	text-align: center;
	color: white;
	margin-top: 50px;
	text-transform: uppercase;
	line-height: 25px;
}
.payment_shipping .column .form_wrap{
	width: 100%;
	height: auto;
	max-width: 350px;
	margin: 0 auto;
	text-align: center;
}
.payment_shipping .column .form_wrap .label{
	color: white;
	line-height: 35px;
	font-size: 20px;
}
.payment_shipping .column .form_wrap input{
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	border: 1px solid white;
	background-color: transparent;
	color: white;
	outline: none;
	text-align: center;
	font-size: 20px;
}
.payment_shipping .column .form_wrap input:focus{
	border: 1px solid #491174;
}
.payment_shipping .column .form_wrap .vk_btn{
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	background: url('../img/vk.jpg') repeat;
	margin-top: 30px;
	margin-bottom: 25px;
	position: relative;
}
.payment_shipping .column .form_wrap .vk_btn:hover{
	background-position: 50px center;
}
.payment_shipping .column .form_wrap .vk_btn:before{
	display: block;
	content: '';
	width: 17px;
	height: 46px;
	background: url('../img/arrow.png') repeat;
	position: absolute;
	left: 13px;
	bottom: -54px;
}
.payment_shipping .column .form_wrap button{
	display: block;
	float: right;
	margin-top: 30px;
	width: 285px;
	height: 50px;
	font-weight: 700;
	color: white;
	border: none;
	background-color: #ae119c;
	cursor: pointer;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.payment_shipping .column .form_wrap button:hover{
	color: #491174;
	background-color: white;
}
.payment_shipping .column .form_wrap .text{
	text-align: center;
	color: white;
	font-size: 20px;
	clear: both;
}
.payment_shipping .column .form_wrap .text a{
	color: #597da3;
	text-decoration: underline;
}
.payment_shipping .column .form_wrap .text a:hover{
	text-decoration: none;
}
.footer{
	width: 100%;
	height: auto;
	min-height: 375px;
}
.footer .column{
	margin: 50px 0 70px;
} 
.footer .footer_col_left{
	width: 255px;
	height: auto;
	float: left;
	overflow: hidden;
}
.footer .footer_col_right{
	width: 255px;
	height: auto;
	float: right;
	overflow: hidden;
}
.footer .footer_col_left .logo{
	width: 255px;
	height: 150px;
	background: url('../img/logo_footer22.jpg') repeat;
}
.footer .btn_calc{
	width: 255px;
	height: 50px;
	background-color: #ae119c;
	display: block;
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
	font-weight: 700;
	color: white;
}
.footer .btn_calc:hover{
	color: #ae119c;
	background-color: white;
}
.footer .contacts{
	width: 255px;
	height: 100px;
	background-color: #ebebeb;
	margin: 25px 0;
}
.footer .contacts .icon_phone{
	height: 50px;
	float: left
	width: 100%;
	text-align: center;
}
.footer .contacts .icon_phone a{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-left: 15px;
	background: url('../img/social.png');
	margin-top: 12.5px;
}
.footer .contacts .icon_phone a.mobile{
	background-position: 0px 0px;
}
.footer .contacts .icon_phone a.viber{
	background-position: -25px 0px;
}
.footer .contacts .icon_phone a.whatsapp{
	background-position: -50px 0px;
}
.footer .contacts .icon_phone a.inst{
	background-position: -100px 0px;
}
.footer .contacts .icon_link{
	width: 120px;
	height: 50px;
	float: right;
	background-color: white;
}
.footer .contacts .icon_link a{
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 15px;
	background: url('../img/social.png');
	margin-top: 12.5px;
	float: right;
}
.footer .contacts .icon_link a.vk{
	background-position: -75px 0px;
	display: none;
}
.footer .contacts .phone{
	text-align: center;
	line-height: 50px;
	display: block;
	color: #323232;
	font-size: 20px;
}
.footer .contacts .phone span{
	font-weight: 700;
}
.footer .copyright{
	padding-top: 25px;
	clear: both;
	overflow: hidden;
	font-size: 20px;
}
.footer .btn_order{
	width: 255px;
	height: 50px;
	background-color: #491174;
	display: block;
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
	font-weight: 700;
	color: white;
}
.footer .btn_order:hover{
	color: #491174;
	background-color: white;
}
.footer iframe{
	width: 100%!important;
}
.pop_wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0, .65);
	top: 0px;
	left: 0px;
	z-index: 999;
	display: none;
}
.pop_form{
	width: 410px;
	height: 525px;
	background-color: white;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -205px;
	margin-top: -262.5px;
	z-index: 999;
	display: none;
}
.pop_form .close{
	position: absolute;
	width: 40px;
	height: 40px;
	background: url('../img/close.svg') center no-repeat;
	right: 15px;
	top: 15px;
	cursor: pointer;
	opacity: 0.7;
}
.pop_form .close:hover{
	opacity: 1;
}
.pop_form .logo{
	width: 68px;
	height: 50px;
	background: url('../img/pop_logo33.png') center no-repeat;
	margin: 0 auto -20px;
	position: relative;
	top: -25px;
}
.pop_form .title{
	text-align: center;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	margin: 20px 0;
}
.pop_form .form_wrap{
	width: 100%;
	max-width: 350px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.pop_form .form_wrap .label{
	text-align: center;
	line-height: 35px;
	font-size: 20px;
}
.pop_form .form_wrap .label span{
	color: #c8c8c8;
}
.pop_form .form_wrap input{
	width: 100%;
	height: 42px;
	border: 1px solid #c8c8c8;
	box-sizing: border-box;
	background: transparent;
	padding: 0 10px;
	text-align: center;
	font-size: 20px;
	outline: none;
}
.pop_form .form_wrap input:focus{
	border: 1px solid #491174;
}
.pop_form .form_wrap .vk_btn{
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	background: url('../img/vk.jpg') repeat;
	margin-top: 30px;
	margin-bottom: 25px;
	position: relative;
}
.pop_form .form_wrap .vk_btn:hover{
	background-position: 50px center;
}
.pop_form .form_wrap .vk_btn:before{
	display: block;
	content: '';
	width: 17px;
	height: 46px;
	background: url('../img/arrow.png') repeat;
	position: absolute;
	left: 13px;
	bottom: -54px;
}
.pop_form .form_wrap button{
    display: block;
    float: right;
    margin-top: 30px;
    width: 285px;
	height: 50px;
	font-weight: 700;
	color: white;
	border: none;
	background-color: #491174;
	cursor: pointer;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.pop_form .form_wrap button:hover{
	color: #491174;
	background-color: white;
}
.pop_form .form_wrap .text{
	text-align: center;
	font-size: 20px;
	clear: both;
}
.pop_form .form_wrap .text a{
	color: #597da3;
	text-decoration: underline;
}
.pop_form:after{
	content: '';
	width: 410px;
	height: 25px;
	display: block;
	background: url('../img/text-shadow: h v blur rgba(0, 0, 0, .5);dow_pop.png') center no-repeat;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -205px;
	z-index: 999;
}
.pop_form_calc{
	width: 790px;
	height: 450px;
	background-color: white;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -395px;
	margin-top: -225px;
	z-index: 999;
	display: none;
}
.pop_form_calc .close{
	position: absolute;
	width: 40px;
	height: 40px;
	background: url('../img/close.svg') center no-repeat;
	right: 15px;
	top: 15px;
	cursor: pointer;
	opacity: .7;
}
.pop_form_calc .close:hover{
	opacity: 1;
}
.pop_form_calc .pop_column{
	width: 50%;
	float: left;
	margin-top: 10px;
}
.pop_form_calc .calc_result{
	width: 350px;
	height: 175px;
	background-color: #323232;
	border-radius: 25px;
	margin: 31px auto 0;
	display: table;
	position: relative;
}
.pop_form_calc .calc_result > div{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: white;
	font-size: 20px;
}
.pop_form_calc .calc_result > div > span{
	font-weight: 700;
	font-size: 25px;
	line-height: 1.2;
}
.pop_form_calc .calc_result:after{
	content: '';
	display: block;
	border: 25px solid transparent;
	border-top: 25px solid #323232;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -50px;
	z-index: 9;
}
.pop_form_calc .text{
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	margin-top: 30px;
}
.pop_form_calc .text .special{
	margin-top: 10px;
}
.pop_form_calc .text .special span{
	color: #491174;
	font-size: 30px;
}
.pop_form_calc .logo{
	width: 68px;
	height: 50px;
	background: url('../img/pop_logo33.png') center no-repeat;
	margin: 0 auto -20px;
	position: relative;
	top: -25px;
}
.pop_form_calc .form_wrap{
	width: 100%;
	max-width: 350px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.pop_form_calc .form_wrap .label{
	text-align: center;
	line-height: 35px;
	font-size: 20px;
}
.pop_form_calc .form_wrap .label span{
	color: #c8c8c8;
}
.pop_form_calc .form_wrap input{
	width: 100%;
	height: 42px;
	border: 1px solid #c8c8c8;
	box-sizing: border-box;
	background: transparent;
	padding: 0 10px;
	text-align: center;
	font-size: 20px;
	outline: none;
}
.pop_form_calc .form_wrap input:focus{
	border: 1px solid #491174;
}
.pop_form_calc .form_wrap .vk_btn{
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	background: url('../img/vk.jpg') repeat;
	margin-top: 30px;
	margin-bottom: 25px;
	position: relative;
}
.pop_form_calc .form_wrap .vk_btn:hover{
	background-position: 50px center;
}
.pop_form_calc .form_wrap .vk_btn:before{
	display: block;
	content: '';
	width: 17px;
	height: 46px;
	background: url('../img/arrow.png') repeat;
	position: absolute;
	left: 13px;
	bottom: -54px;
}
.pop_form_calc .form_wrap button{
	display: block;
	float: right;
	margin-top: 30px;
	width: 285px;
	height: 50px;
	font-weight: 700;
	color: white;
	border: none;
	background-color: #491174;
	cursor: pointer;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.pop_form_calc .form_wrap button:hover{
	color: #491174;
	background-color: white;
}
.pop_form_calc .form_wrap .text{
	text-align: center;
	font-size: 20px;
	clear: both;
}
.pop_form_calc .form_wrap .text a{
	color: #597da3;
	text-decoration: underline;
}
.pop_form_calc:after{
	content: '';
	width: 790px;
	height: 25px;
	display: block;
	background: url('../img/shawdow_pop_big.png') center no-repeat;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -395px;
	z-index: 999;
}
.thank_form{
	width: 410px;
	height: 160px;
	background-color: white;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -205px;
	margin-top: -80px;
	z-index: 999;
	display: none;
}
.thank_form .close{
	position: absolute;
	width: 40px;
	height: 40px;
	background: url('../img/close.svg') center no-repeat;
	right: -65px;
	top: 55px;
	cursor: pointer;
}
.thank_form .close:hover{
	background: url('../img/close_hov.png') center no-repeat;
}
.thank_form .logo{
	width: 68px;
	height: 50px;
	background: url('../img/pop_logo33.png') center no-repeat;
	margin: 0 auto -20px;
	position: relative;
	top: -25px;
}
.thank_form .title{
	text-align: center;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	margin: 20px 0;
}
.gallary{
	/*background: url('/img/info_bg.jpg') repeat;*/
	background-color: #323232;
	padding: 0px 0 50px;
}
.gallary h2{
	line-height: 75px;
	margin: 0 0;
	padding: 25px 0;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: white;
}
.gallary_list{
	position: relative;
	box-sizing: border-box;
	background: white;
}
.gallary a{
    position: absolute;
    display: inline-block;
    overflow: hidden;
    display: block;
}
.gallary img{
	position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: white 5px solid;
    box-sizing: border-box;
    display: block;
}
@media screen and (max-width:1170px){
	.scheme_of_work .scheme_list:before{
		display: none;
	}
	.footer .footer_col_left, .footer .footer_col_right{
		float: none;
		margin: 0 auto 10px;
	}
}
@media screen and (max-width:1080px){
	.header .calc, .header .order{
		display: none;
	}
	.header .social{
		float: right;
	}
	.calculate .opions_list .item{
		width: 30.6%;
		margin-bottom: 20px;
	}
	.calculate .opions_list .item.big{
		width: 47.3%;
	}
	.calculate .button{
		margin-bottom: 20px;
	}
	.reviews .reviews_slider .owl-prev{
		left: 0px;
	}
	.reviews .reviews_slider .owl-next{
		right: 0px;
	}
	.calculate{
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 930px){
	.pop_form_calc{
		margin: 0;
		left: 30px;
		right: 30px;
		top: 30px;
		bottom: 20px;
		width: auto;
		height: auto;
	}
	.pop_form_calc > div{
		overflow-y: auto;
		height: 90%;
	}
	.pop_form_calc .calc_result{
		height: 120px;
	}
}
@media screen and (max-width: 860px){
	.wrapper.offset {
		padding: 0 15px;
	}
	.header .phone{
		font-size: 0px;
	}
	.header .phone i.viber, .header .phone i.whatsapp{
		display: none;
	}
	.column{
		width: 100%;
	}
	.main{
		padding-bottom: 20px;
		overflow: hidden;
	}
	.main .column.col_left h1{
		text-align: center;
		margin: 15px auto;
	}
	.main .column {
		min-height: inherit;
		overflow: hidden;
	}
	.main .main_slider .owl-prev, .main .main_slider .owl-next {
		margin-top: 20%;
	}
	.scheme_of_work .scheme_list .item, .plus .plus_list .item{
		width: 50%;
		margin-bottom: 20px;
		height: auto;
		min-height: auto;
	}
	.payment_shipping{
		padding-bottom: 40px;
	}
	.info .column iframe{
		width: 100%;
		height: 300px;
		border: 0;
		margin: 30px 0 30px;
	}
}
@media screen and (max-width: 790px){
	.pop_form_calc .pop_column{
		width: 100%;
	}
}
@media screen and (max-width: 600px){
	.scheme_of_work h2, .plus h2, .services h2{
		line-height: 1em;
		font-size: 25px;
	}
	.calculate .opions_list .item{
		width: 100%;
		margin-right: 0px;
		min-height: 60px;
	}
	.calculate .opions_list .item.big{
		width: 100%;
	}
	.reviews .reviews_slider .item .thumb{
		width: 100%;
		max-width: 200px;
		margin: 0px auto 10px;
		display: block;
	}
	.reviews .reviews_slider .item .body{
		width: 100%;
	}
	.reviews .reviews_slider{
		padding-bottom: 100px;
	}
	.reviews .reviews_slider,.reviews .reviews_slider .owl-item{
		height: auto;
	}
	.reviews .reviews_slider .owl-dots{
		bottom: 40px;
	}
	.footer .footer_col_left, .footer .footer_col_right{
		float: none;
		margin: 0 auto 20px;
	}
	h2{
		font-size: 25px!important;
	}
	.size h2{margin: 25px 0	;}
}
@media screen and (max-width: 560px){
	.pop_form{
		margin: 0;
		left: 30px;
		right: 30px;
		top: 30px;
		bottom: 20px;
		width: auto;
		height: auto;
	}
	.pop_form .title {
		margin: 5px 0;
	}
	.hidden-xs {
	    display:none !important;
	}
}
@media screen and (max-width: 460px){
	.scheme_of_work .scheme_list .item, .plus .plus_list .item{
		width: 100%;
	}
	.payment_shipping .column .dscr{
		width: 95%;
	}
	.payment_shipping .column .form_wrap button{
		width: 240px;
	}
	.pop_form .form_wrap, .pop_form_calc .form_wrap{
		width: 96%;
	}
	.pop_form .form_wrap button, .pop_form_calc .form_wrap button{
		width: 195px;
	}
	.pop_form .form_wrap .text{
		display: none;
	}
	.pop_form .form_wrap .vk_btn:before{
		display: none;
	}
	.calculate .button{
		width: 290px;
	}
	.pop_form_calc .calc_result{
		width: 96%;
	}
	.header .phone a{
		margin-right: 7px;
	}
	.header .wrapper{
		padding: 0 5px;
	}
	.header .social.vk{
		margin-right: 0px;
	}
}
