﻿
@font-face {
    font-family: "Conv_pfagorasans";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/pfagorasanspro-reg.woff") format("woff"), url("/themes/default/fonts/pfagorasanspro-reg.ttf") format("truetype"), url("/themes/default/fonts/pfagorasanspro-reg.svg") format("svg");
}


position: relative; * { margin: 0px; padding: 0px; }

html, body { width: 100%; height: 100%; padding: 0; margin: 0; font-family: arial ; font-size: 12px; color: #010101; background: #ffffff; }



a { outline: none; -moz-outline: 0; border: none; border-width: 0px; color: #a30b19; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }

img { border: none; border-width: 0px; }

.clear { clear: both; font-size: 0; line-height: 0; height: 0; }

*html #main { height: 100%; }


p { 
	line-height: 1.4;
	margin: 15px 0;
}
a { text-decoration: underline; color: #a30b19; }
a:hover { text-decoration: none; }

/* ----- h1- h6 ----- */
h1 {     color: #000000;
    font-family: Conv_pfagorasans,arial;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
    margin: 15px 0; }
h2 { font-size: 24px; color: #aa184c; margin: 15px 0; line-height: 1.2; font-weight: normal; font-family: Conv_pfagorasans,arial;}
h3 { font-size: 22px; color: #000000; margin: 15px 0; line-height: 1.2; font-weight: normal; font-family: Conv_pfagorasans,arial;}
h4 { font-size: 14px; color: #000000; margin: 15px 0; line-height: 1.2; font-weight: bold; font-family: Conv_pfagorasans,arial;}

table { border-collapse: collapse; }
input { font-family: calibri, arial; font-size: 8pt; color: #000; }
textarea { font-family: calibri, arial; font-size: 8pt; color: #000; }
ul { list-style: none; padding: 0px; margin: 0px;}
.content ul li {
	list-style: outside none disc;
	margin: 5px 0 5px 30px;
}
body > ul li {
	margin-left: 30px;
	list-style: disc;
}
.content h3 {
	clear: both;
}
.content table th {
	border-bottom: 3px solid #BC5074;
	padding: 5px 30px;
}
.content table td {
	border-bottom: 1px dotted #BC5074;
	padding: 5px 30px;
	text-align: center;
}
.content img[align="left"] {
	margin: 0 20px 20px 0;
}

.info_p {
	cursor: pointer;
	position: relative;
}

.info_p img {
	width: 20px;
}

.info_p p {
	background: #f8f8f8;
	border: 1px solid #aa184c;
	color: #444;
	font-size: 13px;
	left: 40px;
	padding: 7px 10px;
	position: absolute;
	top: -45px;
	width: 300px;
	display: none;
	border-radius: 4px;
	box-shadow: 2px 3px #ccc;
}

/* ----- calc ----- */
#imgbrick {
	float: right;
}
.calc {
	background: #f0f0f0;
	border: 1px solid #d5d5d5;
	margin: 20px 0 17px;
	width: 700px;
}
.content .calc td {
	padding: 5px 10px;
	text-align: left;
	font-size: 16px;
}
.content .calc td:first-child {
	text-align: left;
}
.content .calc td:nth-child(3) {
	text-align:left;
	padding-left: 0;
}
.content .calc .redresult td {
	background: #C0C0C0;
}
.content .calc .bigresult td {
	font-size: 25px;
}
.content .calc td:last-child {
	text-align: left;
	padding: 5px 15px 5px 0;
}
.red {
	color: #aa184c;
}
.green {
	color: #8BC503;
}
.calc input, .calc select {
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 5px;
	font-size: 16px;
	text-align: right;
	width: 240px;
	font-family: Arial;
} 
.calc .calculator-row2 input, .calc .calculator-row2 select {
	width: 517px;
} 
.calc textarea {
	height: 80px;
	width: 517px;
	border: 1px solid #d5d5d5;
	margin: 5px 0;
	font-size: 16px;
    padding: 5px;
}
.calc option {
	font-size: 16px;
	font-family: Arial;
}
.calc select {
	width: 251px;
}
#calc input[type="submit"] {
	border: 1px solid #d5d5d5;
	padding: 5px;
	font-size: 24px;
	text-align: center;
	width: 200px;
	cursor: pointer;
	border-radius: 8px;
}
#content input[type="button"] {
	border: 1px solid #aa184c;
	color: #aa184c;
	display: block;
	font-size: 17px;
	margin: 15px 1px 15px;
	padding: 6px 3px;
	text-align: center;
	text-decoration: none;
	width: 150px;
	float: right;
	cursor: pointer;
}
#content input[type="button"]:hover {
	border: 1px solid #000;
	color: #000;
}

#t {
	margin-top: 50px;
}

.calc2 {
	background: #f0f0f0;
	border: 1px solid #d5d5d5;
	margin: 20px 0 17px;
	width: 700px;
}
.content .calc2 td {
	padding: 5px 10px;
	text-align: left;
}
fieldset {
	padding: 0 20px;
	width: 700px;
}
.red {
	color: #aa184c;
}
.green {
	color: #8BC503;
}
.calc2 input, .calc2 select {
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 5px;
	font-size: 16px;
	text-align: right;
	min-width: 70px;
	max-width: 150px;
}

 /* ----- header ----- */

 #header{
  width: 100%;
  margin: 0 auto;
  height: 600px;
background: url("../images/fon_header.jpg") no-repeat scroll left 50% transparent;
 } 
  #in_header{
  width: 1195px;
  margin: 0 auto;
  height: 660px;
  position: relative;
 }  
/* ----- logo ----- */

.logo_header{
  left: 439px;
  position: absolute;
  top: 20px;
}

.logo_msg{
  left: 439px;
  position: absolute;
  top: 30px;
}

/* ----- phone ----- */
  
.phone {
	background: url("../images/phone_header.png") no-repeat scroll left 50% transparent;
	color: #aa184c;
	font-family: Conv_pfagorasans,arial;
	font-size: 25px;
	left: 0;
	padding: 6px 0 7px 50px;
	position: absolute;
	top: 44px;
}


.phone  a{
    border: 1px solid;
	color: #aa184c;
	display: block;
	font-size: 17px;
	margin: 5px 3px 0;
	padding: 6px 3px;
	text-align: center;
	text-decoration: none;
	width: 150px;
}
.phone  a:hover {
	border: 1px solid #000;
	color: #000;
}

/* ----- adress_header ----- */ 
.manufacture_header{
    background: url("../images/adress_header.png") no-repeat scroll left 50% transparent;
    font-family: Conv_pfagorasans,arial;
    font-size: 16px;
    left: 66px;
    padding: 6px 0 7px 50px;
    position: absolute;
    top: 18px;}
	
.manufacture_header p{
margin: 0px;
}	
	
.office_header{
    background: url("../images/office_header.png") no-repeat scroll left 50% transparent;
    font-family: Conv_pfagorasans,arial;
    font-size: 16px;
    left: 907px;
    padding: 6px 0 7px 50px;
    position: absolute;
    top: 18px;
}

.office_header p{
margin: 0px;
}	
	
.goods_header{
    position: absolute;
    top: 196px;
    width: 100%;
}	

.h_goods_header{
    font-family: Conv_pfagorasans,arial;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}

.foto_left{
    float: left;
    width: 50%;
}

.foto_left a{
    background: url("../images/cul_grey_left.png") no-repeat scroll 50% 0 transparent;
    color: #3c3c3c;
    font-family: Conv_pfagorasans,arial;
    font-size: 15px;
    left: 374px;
    padding: 88px 0 0;
    position: absolute;
    top: 100px;
}

.foto_left a:hover{
    background: url("../images/cul_header_left.png") no-repeat scroll 50% 0 transparent;
	color: #BC4E75;
}

.foto_right{
    float: left;
    width: 50%;
}

.foto_right img{
    float: right;
}

.foto_right a{
    background: url("../images/cul_grey.png") no-repeat scroll 50% 0 transparent;
    color: #3C3C3C;
    font-family: Conv_pfagorasans,arial;
    font-size: 15px;
    padding: 88px 0 0;
    position: absolute;
    top: 100px;
    left: 570px;

}

.foto_right a:hover{
    background: url("../images/cul_header.png") no-repeat scroll 50% 0 transparent;
	color: #BC4E75;

}	
/* ----- menu ----- */             
.menu_header {
    left: 39px;
    padding: 0;
    position: absolute;
    top: 569px;
	z-index: 9000;
}
.menu_sub {
	display: none;
	border-bottom: 3px solid #be4d75;
}
.menu_header li:hover .menu_sub {
	display: block;
}
.menu_header a {
	color: #000000;
	display: inline-block;
	font-family: Conv_pfagorasans,arial;
	font-size: 18px;
	height: 24px;
	margin: 0 36px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 3px solid #f0f0f0;
}

.menu_header .menu_sub a {
	font-size: 16px;
}

.menu_header li {
    float: left;
    text-align: center;
	min-width: 160px;
}
.menu_header #menu_calc {
    width: 210px;
}
.menu_header #menu_serv {
    width: 175px;
	z-index: 9000;
}
.menu_header li ul{
    width: 280px;
}
.menu_header li li{
	text-align: left;
	background: #f0f0f0;
    width: 340px;
	height: 30px;
	border-bottom: 1px solid #ccc;
	padding-top: 11px;
}
.menu_header li ul{
	margin-top: 4px;
}
.menu_header> ul > li:hover{
	border-bottom: 3px solid #be4d75;
}
.menu_header> ul > #menu_calc:hover, .menu_header> ul > #menu_serv:hover {
	border-bottom: none;
}
.menu_header a:hover{
	color: #be4d75;
}
.menu_header li li  a:hover{
	color: #be4d75;
	border-bottom: none;
}	

/* ----- main ----- */
#main {
    margin: 0 auto;
    width: 1240px;
	
}

.main_content{
    border-bottom: 1px solid #EFEFEF;
    margin: 0 auto;
    width: 100%;
}
.content{
	font-size: 14px;
	margin: 0 auto;
	min-height: 300px;
	overflow: hidden;
	padding: 30px 0;
	width: 1240px;
}
.catalog_all_cats_title {
	margin-left: 20px;
}
/* ----- right_content ----- */	
.text_main{
    float: left;
    font-family: Conv_pfagorasans,arial;
    font-size: 14px;
    margin-top: 101px;
    width: 100%;
	}
	
/* ----- partners ----- */	
	
.main_goods{
    font-family: Conv_pfagorasans,arial;
    margin: 0 auto 0px;
    text-align: center;
    width: 1195px;
}	
.static {
	margin: 0 auto;
	width: 1240px;
}	
.h_goods{
    font-size: 24px;
    text-transform: uppercase;
	margin-top: 30px;
}	

.block_catalog{
    float: left;
    margin: 37px 20px 3px;
    position: relative;
}


.block_catalog a {
    color: #000000;
    text-decoration: none;
}

.text_catalog1{
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    font-size: 18px;
    padding: 14px 0 2px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.text_catalog1 p{
    margin: 0 0;
}

.block_catalog:hover .text_catalog1 {
display: none;
}

.text_catalog2{
display: none;
}

.block_catalog:hover .text_catalog2 {
display: block;
}

.text_catalog2{
    background-color: #FFFFFF;
    bottom: 2px;
    font-family: Conv_pfagorasans,arial;
    height: 100px;
    opacity: 0.9;
    padding: 10px 0;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
    text-align: center;
}

.partners{
	background: #f0f0f0;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 3%, #f0f0f0 98% #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 3%, #f0f0f0 98% #ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 3%, #f0f0f0 98% #ffffff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 3%, #f0f0f0 98% #ffffff 100%);
    background: linear-gradient(top, #ffffff 0%, #f0f0f0 3%, #f0f0f0 98% #ffffff 100%);	
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
    float: left;
    margin-top: 28px;
    width: 100%;
}

.block_partners{
    margin: 0 auto;
    width: 1240px;
}

.block_partners li{
border: 1px solid #bdbdbd;
float: left;
margin: 31px 7px 23px;
padding: 7px;
}
.block_partners li img {
 width: 280px;
}


/* ----- footer ----- */


#footer {
    height: 246px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1195px;
 }

 

/* ----- catalog_footer ----- */
.logo_footer{
    left: 445px;
    position: absolute;
    top: 37px;}


/* ----- menu_footer ----- */

.adress_footer{
    color: #404040;
    font-family: Conv_pfagorasans,arial;
    font-size: 17px;
    left: 168px;
    position: absolute;
    top: 149px;
}

.adress_footer li{
    float: left;
    margin: 0 14px;
}
.adress_footer li:first-child{
    text-align: right;
}
	
.adress_footer li:last-child{
    border-left: 1px solid #404040;
    padding: 0 0 0 25px;
}
.adress_footer li span{
    font-size: 25px;
}	
/* ----- eo ----- */
.eo{
    color: #404040;
    font-family: Conv_pfagorasans,arial;
    font-size: 14px;
    left: 482px;
    position: absolute;
    top: 215px;
	text-align: center;
}

.eo a{
	color: #404040;
	text-decoration: none;}
	

.house{
    background: url("/files/image/fon_house_new.png") no-repeat scroll 50% bottom transparent;
    height: 753px;
    position: relative;
    width: 1240px;
}

.house a{
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
font-family: Conv_pfagorasans,arial;
   font-size: 12px;
}
  
.detail{
    left: 197px;
    position: absolute;
    top: 43px;
}

.detail_1{
    left: 300px;
    position: absolute;
    top: 67px;
}

.detail_2{
    position: absolute;
    left: 199px;
    top: 108px;
}


.detail_3{
    left: 480px;
    position: absolute;
    top: 88px;
}

.detail_4{
    left: 465px;
    position: absolute;
    top: 114px;
}

.detail_5{
    left: 559px;
    position: absolute;
    top: 65px;
}

.detail_6{
    left: 707px;
    position: absolute;
    top: 20px;
}

.detail_7{
    left: 707px;
    position: absolute;
    top: 49px;
}

.detail_8{
    position: absolute;
    left:706px;
    top: 74px;
}

.detail_9{
    position: absolute;
    left:730px;
    top: 119px;
}

.detail_10{
    position: absolute;
    left: 840px;
    top: 152px;
}

.detail_11{
    left: 960px;
    position: absolute;
    top: 201px;
}

.detail_12{
    left: 961px;
    position: absolute;
    top: 225px;
}

.detail_13{
    position: absolute;
    top: 354px;
    left: 44px;
}

.detail_14{
    left: 50px;
    position: absolute;
    top: 380px;
}

.detail_15{
    position: absolute;
    top: 401px;
    left:123px;
}

.detail_16{
    position: absolute;
    top: 422px;
    left:131px;
}

.detail_17{
    left: 1060px;
    position: absolute;
    top: 382px;;
}

.detail_18{
    position: absolute;
    left: 1060px;
    top: 401px;
}

.detail_19{
    position: absolute;
    left: 1060px;
    top: 422px;
}

.detail_20{
    position: absolute;
    left: 1060px;
    top: 441px;
}

.detail_21{
    position: absolute;
    left: 1060px;
    top: 470px;
}

.detail_22{
    position: absolute;
    left: 1060px;
    top: 494px;
}

.detail_23{
    position: absolute;
    left: 1060px;
    top: 529px;
}

.detail_24{
    position: absolute;
    left: 1060px;
    top: 549px;
}

.price_header{
    position: absolute;
    top: 478px;
    left: 451px;}

.price_header a {
    background: transparent url("../images/price.png") no-repeat scroll left 50%;
    padding: 29px 0px 30px 82px;
    color: #3c3c3c;
    font-family: Conv_pfagorasans,arial;
    font-size: 15px;
}

.price_header a:hover {
    background: transparent url("../images/price_act.png") no-repeat scroll left 50%;
    color: #bc4e75;
}

}
#type_zabor_row, #color_zabor_row, #dlina_zabor_row, #vysota_zabor_row, #truba_dlya_stolbov_row, #turns-count-row, #distance_lags_row, #lags_count_row, #lags_material_row, #decorative_strap_row, #delivery_row, #calcZabor-row, #rass_mej_shtak_row, #shtak_type_row, #shtak_ustanovka_row {
	display: none;
}

.link-to-1 {
  background: #aa184c none repeat scroll 0 0;
  border: 1px solid;
  bottom: 20px;
  color: #fff;
  display: block;
  font-size: 17px;
  margin: 5px 3px 0;
  padding: 6px 3px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 150px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


/* Согласие на ППД */
.cookies-agree {
    display: block;
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    background-color: rgba(240,240,240,0.9);
    min-width: 100%;
    z-index: 3000;
}
.cookie-bumper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 14px 20px;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

.cookie-bumper__text {
    font-size: 12px;
    line-height: 1.43;
    color: #777;
    margin-right: 20px;
}

.cookie-bumper__button {
    flex-grow: 1;
    min-width: 100px;
    white-space: nowrap;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 5px 3px;
    border: none;
    border-radius: 20px;
    padding: 10px 12px;
    background: #aa184c;
    color: #FFF;
    text-decoration: none;
    line-height: 20px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.footer-legal { margin-top: 16px; text-align: center; }
.footer-privacy { display: inline-block; margin-top: 10px; }