

body, p{
	font-family: 'PT Sans', sans-serif;
	color: #000; !important;
}

.mainbody p.fig {
  text-align: center;
}


h1{
	font-size: 26px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 14px;
}
blockquote p {
  font-size: 11.5px;
}
.strong{
	font-weight: bold;
}
.fon-1 {
  height: 100%;
  position: relative;
}
.header{
  height: 90px;
  position: relative;

}
#logo-img{
  position: absolute;
  z-index: 999;
  top: 13px;
  left: 30px;
}
.nav-selected {
	background : -moz-linear-gradient(50% 100% 90deg,rgba(244, 83, 24, 1) 0%,rgba(227, 117, 77, 1) 53.76%,rgba(244, 83, 24, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(244, 83, 24, 1) ),color-stop(0.5376,rgba(227, 117, 77, 1) ),color-stop(1,rgba(244, 83, 24, 1) ));
  background : -o-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318', endColorstr='#F45318' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318',endColorstr='#F45318' , GradientType=0);
}
#left-menu {
  margin-bottom: 35px;
}
#left-menu a{
	text-decoration: none;
}
#left-menu a:first-child div {
	border-radius: 4px 4px 0px 0px;
}
#left-menu a:last-child div {
	border-radius: 0px 0px 4px 4px ;
}
.lmenu{
	height: 33px;
  line-height: 33px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 2px;
  color: #000;
  background-color: #EEEEEE;
}

.lmenu:hover{
  background-color: #727271;
  color: #fff;
}
.lmenu.active{
  background-color: #727271;
  color: #fff;
}

.search-block{
  /*height: 90px*/
}
.container{
  max-width: none !important;
  width: 970px;
}

.search-block-text{
	float: right;
	margin-top: 20px;
	border: 0;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.1);
	height: 30px;
	margin-right: 30px;
	padding-left: 10px;
	color: #333399;
	font-weight: bold;
	width: 130px;

}
.search-block-text-on{
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: rgba(255, 255, 255, 0.7);
  width: 300px;
}
.search-block-text-off{
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: rgba(255, 255, 255, 0.1);
  width: 130px;
}
.header-menu{
	height: 31px;
	padding-right: 0px;
	background : -moz-linear-gradient(50% 100% 90deg,rgba(51, 67, 169, 1) 0%,rgba(51, 67, 214, 1) 53.76%,rgba(51, 67, 169, 1) 100%);
  background : -webkit-linear-gradient(left, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76, rgba(51, 67, 169, 1) 100%);
  background : -o-linear-gradient(left, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76, rgba(51, 67, 169, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(51, 67, 169, 1) ),color-stop(0.5376,rgba(51, 67, 214, 1) ),color-stop(1,rgba(51, 67, 169, 1) ));
  background : -ms-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9', endColorstr='#3343A9' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9',endColorstr='#3343A9' , GradientType=0);
}
.header-menu a{
  color: white;
  text-decoration: none;
}
.search-block .btn:hover {
	-webkit-box-shadow: 2px 2px 8px 0px rgba(48, 50, 50, 0.84);
  -moz-box-shadow:    2px 2px 8px 0px rgba(48, 50, 50, 0.84);
  box-shadow:         2px 2px 8px 0px rgba(48, 50, 50, 0.84);
}
.search-block .btn {
	float: right;
	margin-top: 10px;
	width: 220px;
	height: 40px;
	text-transform: uppercase;
	font-size: 16px;
	border: none;
	color: #fff;
	padding-right: 70px;
	background : url(img/header-btn.png) 165px no-repeat, -moz-linear-gradient(50% 100% 90deg,rgba(244, 83, 24, 1) 0%,rgba(227, 117, 77, 1) 53.76%,rgba(244, 83, 24, 1) 100%);
  background : url(img/header-btn.png) 165px no-repeat, -webkit-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : url(img/header-btn.png) 165px no-repeat, -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(244, 83, 24, 1) ),color-stop(0.5376,rgba(227, 117, 77, 1) ),color-stop(1,rgba(244, 83, 24, 1) ));
  background : url(img/header-btn.png) 165px no-repeat, -o-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : url(img/header-btn.png) 165px no-repeat, -ms-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318', endColorstr='#F45318' ,GradientType=0)";
  background : url(img/header-btn.png) 165px no-repeat, linear-gradient(0deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318',endColorstr='#F45318' , GradientType=0);
}
.search-block .phone {
	float: right;
	margin-top: 10px;
  margin-right: 20px;
  font-size: 25.38px;
  color: #3343A9;
  font-weight: 600;
}
.search-block .times,
.search-block button,
.search-block span {
	display: inline-block;
}
.search-block .times div {
	display: inline-block;
	float: left;
  margin-right: 15px;
  margin-top: 12px;
  line-height: 1.0;
}

.header-menu .menu-element {
	float: left;
	font-size: 14px;
	text-align: center;
	height: 31px;
	padding-right: 12px;
	padding-left: 12px;
}

#menu-element-8{
  line-height: 31px;
}
#menu-element-8:hover{
  background : -moz-linear-gradient(50% 100% 90deg,rgba(244, 83, 24, 1) 0%,rgba(227, 117, 77, 1) 53.76%,rgba(244, 83, 24, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(244, 83, 24, 1) ),color-stop(0.5376,rgba(227, 117, 77, 1) ),color-stop(1,rgba(244, 83, 24, 1) ));
  background : -o-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318', endColorstr='#F45318' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318',endColorstr='#F45318' , GradientType=0);
}
#menu-element-7{
  line-height: 31px;
}
#menu-element-7:hover{
  background : -moz-linear-gradient(50% 100% 90deg,rgba(244, 83, 24, 1) 0%,rgba(227, 117, 77, 1) 53.76%,rgba(244, 83, 24, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(244, 83, 24, 1) ),color-stop(0.5376,rgba(227, 117, 77, 1) ),color-stop(1,rgba(244, 83, 24, 1) ));
  background : -o-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318', endColorstr='#F45318' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318',endColorstr='#F45318' , GradientType=0);

}
#menu-element-6{
  line-height: 31px;
}
#menu-element-6:hover{
  background : -moz-linear-gradient(50% 100% 90deg,rgba(244, 83, 24, 1) 0%,rgba(227, 117, 77, 1) 53.76%,rgba(244, 83, 24, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(244, 83, 24, 1) ),color-stop(0.5376,rgba(227, 117, 77, 1) ),color-stop(1,rgba(244, 83, 24, 1) ));
  background : -o-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318', endColorstr='#F45318' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318',endColorstr='#F45318' , GradientType=0);

}
#menu-element-5{
  line-height: 31px;

}
#menu-element-5:hover{
  background : -moz-linear-gradient(50% 100% 90deg,rgba(244, 83, 24, 1) 0%,rgba(227, 117, 77, 1) 53.76%,rgba(244, 83, 24, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(244, 83, 24, 1) ),color-stop(0.5376,rgba(227, 117, 77, 1) ),color-stop(1,rgba(244, 83, 24, 1) ));
  background : -o-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318', endColorstr='#F45318' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318',endColorstr='#F45318' , GradientType=0);

}
#menu-element-4{
  line-height: 31px;

}
#menu-element-4:hover{
  background : -moz-linear-gradient(50% 100% 90deg,rgba(244, 83, 24, 1) 0%,rgba(227, 117, 77, 1) 53.76%,rgba(244, 83, 24, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(244, 83, 24, 1) ),color-stop(0.5376,rgba(227, 117, 77, 1) ),color-stop(1,rgba(244, 83, 24, 1) ));
  background : -o-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318', endColorstr='#F45318' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318',endColorstr='#F45318' , GradientType=0);

}
#menu-element-3{
  line-height: 31px;
}
#menu-element-3:hover{
  background : -moz-linear-gradient(50% 100% 90deg,rgba(244, 83, 24, 1) 0%,rgba(227, 117, 77, 1) 53.76%,rgba(244, 83, 24, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(244, 83, 24, 1) ),color-stop(0.5376,rgba(227, 117, 77, 1) ),color-stop(1,rgba(244, 83, 24, 1) ));
  background : -o-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318', endColorstr='#F45318' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318',endColorstr='#F45318' , GradientType=0);

}
#menu-element-2{
  line-height: 31px;
}
#menu-element-2:hover{
  background : -moz-linear-gradient(50% 100% 90deg,rgba(244, 83, 24, 1) 0%,rgba(227, 117, 77, 1) 53.76%,rgba(244, 83, 24, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(244, 83, 24, 1) ),color-stop(0.5376,rgba(227, 117, 77, 1) ),color-stop(1,rgba(244, 83, 24, 1) ));
  background : -o-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318', endColorstr='#F45318' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318',endColorstr='#F45318' , GradientType=0);

}
#menu-element-1{
  line-height: 31px;
  color: #fff;
}
#menu-element-1:hover{
  background : -moz-linear-gradient(50% 100% 90deg,rgba(244, 83, 24, 1) 0%,rgba(227, 117, 77, 1) 53.76%,rgba(244, 83, 24, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(244, 83, 24, 1) ),color-stop(0.5376,rgba(227, 117, 77, 1) ),color-stop(1,rgba(244, 83, 24, 1) ));
  background : -o-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318', endColorstr='#F45318' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318',endColorstr='#F45318' , GradientType=0);
}


#menu-element-1:hover{
  background : -moz-linear-gradient(50% 100% 90deg,rgba(244, 83, 24, 1) 0%,rgba(227, 117, 77, 1) 53.76%,rgba(244, 83, 24, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(244, 83, 24, 1) ),color-stop(0.5376,rgba(227, 117, 77, 1) ),color-stop(1,rgba(244, 83, 24, 1) ));
  background : -o-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318', endColorstr='#F45318' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318',endColorstr='#F45318' , GradientType=0);
}


#mainbody .slider {
	margin-bottom: 40px;
}
#mainbody .slider .slaider {
	float: right;
	width: 620px;
}

#uslugi-block{
	margin-bottom: 15px;
}
#uslugi-block div{
	text-align: center;
	color: #003399;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
#uslugi-block a{
  color: #003399;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
#uslugi-block div img{
	height: 124px
}

#breadcrumb{
  margin-bottom: 25px;
}

.types .item+.item .hover {
  left: 0;
  padding-right: 0;
}
.types .item:last-child .hover {
  padding-right: 15px;
}
.types .item:hover .hover {
	display: block;
}
.types .item .hover {
  background-color: rgba(114, 114, 113, .5);
  height: inherit;
  position: absolute;
  width: 100%;
  padding-right: 15px;
  background-clip: content-box;
  left: 15px;
  z-index: 2;
  display: none;
}
.types .item .hover div {
	color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -77px;
}
/*.types .first-row .item {
  height: 200px;
}
.types .second-row .item {
  height: 230px;
  }*/
  .types .item {
    height: 230px;
    outline: 1px solid #fff;
    text-align: center;
  }
  .types .item div {
   font-size: 18px;
 }
 .types .types-title {
   margin-bottom: 15px;
   padding-top: 10px;
   min-height: 50px;
 }
 .types .price {
   position: absolute;
   right: 30px;
   bottom: 20px;
   height: 30px;
   width: 100px;
   line-height: 30px;
   font-weight: 600;
   border: none;
   border-radius: 4px;
   color: #fff;
   background : -moz-linear-gradient(50% 100% 90deg,rgba(244, 83, 24, 1) 0%,rgba(227, 117, 77, 1) 53.76%,rgba(244, 83, 24, 1) 100%);
   background : -webkit-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
   background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(244, 83, 24, 1) ),color-stop(0.5376,rgba(227, 117, 77, 1) ),color-stop(1,rgba(244, 83, 24, 1) ));
   background : -o-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
   background : -ms-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318', endColorstr='#F45318' ,GradientType=0)";
   background : linear-gradient(0deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318',endColorstr='#F45318' , GradientType=0);
 }
/*.types .first-row .price {
    top: 135px;
}
.types .second-row .price {
    top: 185px;
    }*/

    .mainbody{
      margin-top: 15px;
    }
    .mainbody h1 {
     color: #3343A9;
     font-weight: 600;
   }
   .mainbody h2 {
     color: #3343A9;
     font-weight: 600;
   }
   .mainbody a{
     text-decoration: underline;
   }
   .mainbody p{
    text-align: justify;
  }
  #raschet-block-pl{
    background-image: url('./img/pl-rachet2.jpg');
    width:181px;
    height: 69px;
    text-align: right;
    color: #ffffff;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 11px;
    padding-right: 13px;
    text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.4);
  }
  .side-block{
    width:220px;	
    margin-bottom: 11px;
  }

  .block-pl {
   height: 52px;
   text-align: center;
   font-size: 24px;
   font-weight: 600;
   color: #fff;
   line-height: 52px;
   margin-bottom: 20px;
   text-align: left;
   padding: 0 10px;
   background: -moz-linear-gradient(50% 100% 90deg,rgba(51, 67, 169, 1) 0%,rgba(51, 67, 214, 1) 53.76%,rgba(51, 67, 169, 1) 100%);
   background: -webkit-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
   background: -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(51, 67, 169, 1) ),color-stop(0.5376,rgba(51, 67, 214, 1) ),color-stop(1,rgba(51, 67, 169, 1) ));
   background: -o-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
   background: -ms-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9', endColorstr='#3343A9' ,GradientType=0)";
   background : linear-gradient(0deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9',endColorstr='#3343A9' , GradientType=0);
   border-radius : 4px;
 }
 .consultant .block-pl {
   font-size: 23px;
   line-height: 0.9;
   text-align: left;
   padding: 5px 10px;
   background : url(img/cons.png) right 60px top 5px no-repeat, -moz-linear-gradient(50% 100% 90deg,rgba(51, 67, 169, 1) 0%,rgba(51, 67, 214, 1) 53.76%,rgba(51, 67, 169, 1) 100%);
   background : url(img/cons.png) right 60px top 5px no-repeat, -webkit-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
   background : url(img/cons.png) right 60px top 5px no-repeat, -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(51, 67, 169, 1) ),color-stop(0.5376,rgba(51, 67, 214, 1) ),color-stop(1,rgba(51, 67, 169, 1) ));
   background : url(img/cons.png) right 60px top 5px no-repeat, -o-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
   background : url(img/cons.png) right 60px top 5px no-repeat, -ms-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9', endColorstr='#3343A9' ,GradientType=0)";
   background : url(img/cons.png) 160px 5px  no-repeat, linear-gradient(0deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9',endColorstr='#3343A9' , GradientType=0);
 }
 .consultant {
   margin-bottom: 35px;
 }
 .consultant .testimonial-list:not(.block-pl) {
   font-size: 18px;
   text-align: center;
 }
 .consultant .photo {
   margin-bottom: 10px;
 }

 .block-news, .galery-block {
   -webkit-border-radius: 3px;
   border-radius: 3px;
   background-color: #eee;
   padding-bottom: 15px;
 }
 .all-news {
   margin-top: 15px;
   margin-bottom: 25px;
 }
 .all-news .lil-but {
   color: #fff;
   text-decoration: none;
 }


 .block-news .block-pl {
  padding-right: 70px;
  background : url(img/news.png) right 60px top 5px no-repeat, -moz-linear-gradient(50% 100% 90deg,rgba(51, 67, 169, 1) 0%,rgba(51, 67, 214, 1) 53.76%,rgba(51, 67, 169, 1) 100%);
  background : url(img/news.png) right 60px top 5px no-repeat, -webkit-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  background : url(img/news.png) right 60px top 5px no-repeat, -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(51, 67, 169, 1) ),color-stop(0.5376,rgba(51, 67, 214, 1) ),color-stop(1,rgba(51, 67, 169, 1) ));
  background : url(img/news.png) right 60px top 5px no-repeat, -o-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  background : url(img/news.png) right 60px top 5px no-repeat, -ms-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9', endColorstr='#3343A9' ,GradientType=0)";
  background : url(img/news.png) 150px 6px  no-repeat, linear-gradient(0deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9',endColorstr='#3343A9' , GradientType=0);
}
.block-news .news-main-item+.news-main-item:before {
  content: '';
  margin: 10px 0;
  margin-right: -15px;
  margin-left: -15px;
  border: 1px solid #fff;
  display: block;
}

.galery-block img {
  display: block;
  margin: 0 auto;
}


#news-pages{
  margin: 0px;
  padding-right: 13px;
  padding-left: 13px;
  margin-top: 15px;
  font-size: 14px;

}

.news-page-list-title a{
	line-height: 0.9;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
}
.news-page-list-title a:hover {
	text-decoration: underline;
}

.news-page-list-date{
	color: #3343A9;
}


.block-news-main .news-page-list-description {
	margin-bottom: 15px;
}
.all-news{
	padding-top: 5px;
	padding-bottom:15px;
}
.all-news a{
  color: #000000 ;
  text-decoration: underline;
  font-size: 14px;

}
#left-sidebar{
  width: 220px;
  float: right;

}
#mainbody{
  font-size: 14px;
  color: #000000;
}

.title {
	height: 52px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	line-height: 52px;
}
.types .title {
	background : url(img/types.png) right 60px top 5px no-repeat, -moz-linear-gradient(50% 100% 90deg,rgba(51, 67, 169, 1) 0%,rgba(51, 67, 214, 1) 53.76%,rgba(51, 67, 169, 1) 100%);
  background : url(img/types.png) right 60px top 5px no-repeat, -webkit-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  background : url(img/types.png) right 60px top 5px no-repeat, -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(51, 67, 169, 1) ),color-stop(0.5376,rgba(51, 67, 214, 1) ),color-stop(1,rgba(51, 67, 169, 1) ));
  background : url(img/types.png) right 60px top 5px no-repeat, -o-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  background : url(img/types.png) right 60px top 5px no-repeat, -ms-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9', endColorstr='#3343A9' ,GradientType=0)";
  background : url(img/types.png) right 60px top 5px no-repeat, linear-gradient(0deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  border-radius : 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9',endColorstr='#3343A9' , GradientType=0);

}
.advantages .title {
	background : url(img/adv.png) 830px 8px no-repeat, -moz-linear-gradient(50% 100% 90deg,rgba(51, 67, 169, 1) 0%,rgba(51, 67, 214, 1) 53.76%,rgba(51, 67, 169, 1) 100%);
  background : url(img/adv.png) 830px 8px no-repeat, -webkit-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  background : url(img/adv.png) 830px 8px no-repeat, -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(51, 67, 169, 1) ),color-stop(0.5376,rgba(51, 67, 214, 1) ),color-stop(1,rgba(51, 67, 169, 1) ));
  background : url(img/adv.png) 830px 8px no-repeat, -o-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  background : url(img/adv.png) 830px 8px no-repeat, -ms-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9', endColorstr='#3343A9' ,GradientType=0)";
  background : url(img/adv.png) 830px 8px no-repeat, linear-gradient(0deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  border-radius : 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9',endColorstr='#3343A9' , GradientType=0);
}
.how-we-work .title {
	background : url(img/how-we-work.png) 830px 8px no-repeat, -moz-linear-gradient(50% 100% 90deg,rgba(51, 67, 169, 1) 0%,rgba(51, 67, 214, 1) 53.76%,rgba(51, 67, 169, 1) 100%);
  background : url(img/how-we-work.png) 830px 8px no-repeat, -webkit-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  background : url(img/how-we-work.png) 830px 8px no-repeat, -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(51, 67, 169, 1) ),color-stop(0.5376,rgba(51, 67, 214, 1) ),color-stop(1,rgba(51, 67, 169, 1) ));
  background : url(img/how-we-work.png) 830px 8px no-repeat, -o-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  background : url(img/how-we-work.png) 830px 8px no-repeat, -ms-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9', endColorstr='#3343A9' ,GradientType=0)";
  background : url(img/how-we-work.png) 830px 8px no-repeat, linear-gradient(0deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  border-radius : 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9',endColorstr='#3343A9' , GradientType=0);
}
.faq .questions .title {
	padding-right: 115px;
	background : url(img/faq.png) 335px 8px no-repeat, -moz-linear-gradient(50% 100% 90deg,rgba(51, 67, 169, 1) 0%,rgba(51, 67, 214, 1) 53.76%,rgba(51, 67, 169, 1) 100%);
  background : url(img/faq.png) 335px 8px no-repeat, -webkit-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  background : url(img/faq.png) 335px 8px no-repeat, -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(51, 67, 169, 1) ),color-stop(0.5376,rgba(51, 67, 214, 1) ),color-stop(1,rgba(51, 67, 169, 1) ));
  background : url(img/faq.png) 335px 8px no-repeat, -o-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  background : url(img/faq.png) 335px 8px no-repeat, -ms-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9', endColorstr='#3343A9' ,GradientType=0)";
  background : url(img/faq.png) 335px 8px no-repeat, linear-gradient(0deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  border-radius : 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9',endColorstr='#3343A9' , GradientType=0);
}
.faq .articles .title {
	padding-right: 120px;
	background : url(img/articles.png) 335px 8px no-repeat, -moz-linear-gradient(50% 100% 90deg,rgba(51, 67, 169, 1) 0%,rgba(51, 67, 214, 1) 53.76%,rgba(51, 67, 169, 1) 100%);
  background : url(img/articles.png) 335px 8px no-repeat, -webkit-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  background : url(img/articles.png) 335px 8px no-repeat, -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(51, 67, 169, 1) ),color-stop(0.5376,rgba(51, 67, 214, 1) ),color-stop(1,rgba(51, 67, 169, 1) ));
  background : url(img/articles.png) 335px 8px no-repeat, -o-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  background : url(img/articles.png) 335px 8px no-repeat, -ms-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9', endColorstr='#3343A9' ,GradientType=0)";
  background : url(img/articles.png) 335px 8px no-repeat, linear-gradient(0deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  border-radius : 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9',endColorstr='#3343A9' , GradientType=0);
}
.got-questions .ask .title {
	padding-right: 120px;
	background : url(img/ask.png) 335px 2px no-repeat, -moz-linear-gradient(50% 100% 90deg,rgba(51, 67, 169, 1) 0%,rgba(51, 67, 214, 1) 53.76%,rgba(51, 67, 169, 1) 100%);
  background : url(img/ask.png) 335px 2px no-repeat, -webkit-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  background : url(img/ask.png) 335px 2px no-repeat, -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(51, 67, 169, 1) ),color-stop(0.5376,rgba(51, 67, 214, 1) ),color-stop(1,rgba(51, 67, 169, 1) ));
  background : url(img/ask.png) 335px 2px no-repeat, -o-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  background : url(img/ask.png) 335px 2px no-repeat, -ms-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9', endColorstr='#3343A9' ,GradientType=0)";
  background : url(img/ask.png) 335px 2px no-repeat, linear-gradient(0deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  border-radius : 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9',endColorstr='#3343A9' , GradientType=0);
}
.got-questions .call-me .title {
	padding-right: 120px;
	background : url(img/call-me.png) 335px 8px no-repeat, -moz-linear-gradient(50% 100% 90deg,rgba(51, 67, 169, 1) 0%,rgba(51, 67, 214, 1) 53.76%,rgba(51, 67, 169, 1) 100%);
  background : url(img/call-me.png) 335px 8px no-repeat, -webkit-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  background : url(img/call-me.png) 335px 8px no-repeat, -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(51, 67, 169, 1) ),color-stop(0.5376,rgba(51, 67, 214, 1) ),color-stop(1,rgba(51, 67, 169, 1) ));
  background : url(img/call-me.png) 335px 8px no-repeat, -o-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  background : url(img/call-me.png) 335px 8px no-repeat, -ms-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9', endColorstr='#3343A9' ,GradientType=0)";
  background : url(img/call-me.png) 335px 8px no-repeat, linear-gradient(0deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  border-radius : 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9',endColorstr='#3343A9' , GradientType=0);
}
.block-testimonials .title {
	background : url(img/reviews.png) 830px 1px no-repeat, -moz-linear-gradient(50% 100% 90deg,rgba(51, 67, 169, 1) 0%,rgba(51, 67, 214, 1) 53.76%,rgba(51, 67, 169, 1) 100%);
  background : url(img/reviews.png) 830px 1px no-repeat, -webkit-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  background : url(img/reviews.png) 830px 1px no-repeat, -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(51, 67, 169, 1) ),color-stop(0.5376,rgba(51, 67, 214, 1) ),color-stop(1,rgba(51, 67, 169, 1) ));
  background : url(img/reviews.png) 830px 1px no-repeat, -o-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  background : url(img/reviews.png) 830px 1px no-repeat, -ms-linear-gradient(90deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9', endColorstr='#3343A9' ,GradientType=0)";
  background : url(img/reviews.png) 830px 1px no-repeat, linear-gradient(0deg, rgba(51, 67, 169, 1) 0%, rgba(51, 67, 214, 1) 53.76%, rgba(51, 67, 169, 1) 100%);
  border-radius : 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3343A9',endColorstr='#3343A9' , GradientType=0);
}
.bg {
	background-color: #EEEEEE;
	border-radius: 3px;
}
.testimonials .block-testimonials {
	background-color: #EEEEEE;
	border-radius: 3px;
	margin-bottom: 15px;
}
.block-testimonials .item {
	padding-bottom: 5px;
	padding-top: 20px;
  border-right: 2px solid #fff;
  padding-right: 20px;
}
.block-testimonials .item .lil-but {
	margin-bottom: 5px;
}
.block-testimonials img {
	margin-left: 5px;
	float: left;
	padding: 20px 20px 0px 20px;
}
.block-testimonials .photo-author {
	margin-bottom: 10px;
}
.block-testimonials .photo-author small{
	font-size: 19px;
	line-height: 0.9;
}
.block-testimonials blockquote p{
	font-size: 16px;
}
.testimonials .block-testimonials blockquote {
	overflow: hidden;
  height: 190px;
}

.div-for-lil-but .lil-but {
	margin-bottom: 40px;
}


.advantages {
	margin-bottom: 40px;
}
.advantages .title{
	margin-bottom: 20px;
}
.advantages .row {
	font-size: 18px;
	margin-bottom: 10px;
}
.advantages .adv-1 {
	height: 60px;
	padding-left: 130px;
	background: url(img/adv-1.png) 30px no-repeat;
	background-size: 11%;
}
.advantages .adv-2 {
	height: 60px;
	padding-left: 130px;
	background: url(img/adv-2.png) 30px no-repeat;
	background-size: 9%;
}
.advantages .adv-3 {
	height: 60px;
	padding-left: 130px;
	background: url(img/adv-3.png) 30px no-repeat;
	background-size: 11%;
}
.advantages .adv-4 {
	height: 60px;
	padding-left: 130px;
	background: url(img/adv-4.png) 30px no-repeat;
	background-size: 13%;
}
.advantages .adv-5 {
	height: 60px;
	padding-left: 130px;
	background: url(img/adv-5.png) 30px no-repeat;
	background-size: 13%;
}
.advantages .adv-6 {
	height: 60px;
	padding-left: 130px;
	background: url(img/adv-6.png) 37px 3px no-repeat;
	background-size: 11%;
}
.advantages .adv-7 {
	height: 60px;
	padding-left: 130px;
	background: url(img/adv-7.png) 30px no-repeat;
	margin-bottom: 10px;
	background-size: 9%;
}
.advantages .adv-8 {
	height: 60px;
	line-height: 3.2;
	padding-left: 130px;
	background: url(img/adv-8.png) 30px no-repeat;
	background-size: 11%;
}

.how-we-work {
	text-align: center;
	margin-bottom: 40px;
}
.how-we-work .title{
	margin-bottom: 30px;
}
.how-we-work img {
	margin-bottom: 35px;
	width: 78%;
}
.how-we-work .stages{
	margin-bottom: 30px;
	margin-left: 40px;
}
.how-we-work .stages div {
	text-align: left;
	padding-left: 50px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #3343A9;
}
.how-we-work .stage1-1 {
	background: url(img/stage1-1.png) 15px no-repeat;
	background-size: 11%;
}
.how-we-work .stage1-2 {
	background: url(img/stage1-2.png) 20px no-repeat;
  background-size: 7%;
}
.how-we-work .stage1-3 {
	background: url(img/stage1-3.png) 20px no-repeat;
  background-size: 9%;
}
.how-we-work .stage2 {
	background: url(img/stage2.png) 10px 5px no-repeat;
  background-size: 11%;
}
.how-we-work .stage3-1 {
	background: url(img/stage3-1.png) 15px no-repeat;
	background-size: 10%;
}
.how-we-work .stage3-2 {
	background: url(img/stage3-2.png) 16px no-repeat;
  background-size: 9%;
}
.how-we-work .stage3-3 {
	background: url(img/stage3-3.png) 15px no-repeat;
  background-size: 10%;
}
.how-we-work .term {
	position: absolute;
  right: 40px;
  top: 180px;
  height: 30px;
  width: 100px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  color: #fff;
  background : -moz-linear-gradient(50% 100% 90deg,rgba(244, 83, 24, 1) 0%,rgba(227, 117, 77, 1) 53.76%,rgba(244, 83, 24, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(244, 83, 24, 1) ),color-stop(0.5376,rgba(227, 117, 77, 1) ),color-stop(1,rgba(244, 83, 24, 1) ));
  background : -o-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318', endColorstr='#F45318' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(244, 83, 24, 1) 0%, rgba(227, 117, 77, 1) 53.76%, rgba(244, 83, 24, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F45318',endColorstr='#F45318' , GradientType=0);
}

.faq {
	margin-bottom: 20px;
}
.faq .bg a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}
.faq .bg a:hover {
  text-decoration: underline;
}
.faq .bg {
	margin-bottom: 20px;
}
.faq .questions-links,
.faq .articles-links {
	padding: 25px 20px 15px;
}


.lil-but,
.got-questions button,
input[type="submit"],
.btn.btn-primary {
	float: right;
	padding: 3px 10px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	background : #3343A9;
 background : rgba(51, 67, 169, 1);
 border-radius : 4px;
 -moz-border-radius : 4px;
 -webkit-border-radius : 4px;
 width: auto;
}
.lil-but:hover {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(48, 50, 50, 0.84);
  -moz-box-shadow:    2px 2px 8px 0px rgba(48, 50, 50, 0.84);
  box-shadow:         2px 2px 8px 0px rgba(48, 50, 50, 0.84);
}
button.lil-but:hover {
	-webkit-box-shadow: 2px 2px 8px 0px rgba(48, 50, 50, 0.84);
  -moz-box-shadow:    2px 2px 8px 0px rgba(48, 50, 50, 0.84);
  box-shadow:         2px 2px 8px 0px rgba(48, 50, 50, 0.84);
}
.ask .btn-primary:hover {
	background: #3343a9;
  background: rgba(51,67,169,1);
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(48, 50, 50, 0.84);
  -moz-box-shadow:    2px 2px 8px 0px rgba(48, 50, 50, 0.84);
  box-shadow:         2px 2px 8px 0px rgba(48, 50, 50, 0.84);
}
.call-me .btn-primary:hover {
	background: #3343a9;
  background: rgba(51,67,169,1);
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(48, 50, 50, 0.84);
  -moz-box-shadow:    2px 2px 8px 0px rgba(48, 50, 50, 0.84);
  box-shadow:         2px 2px 8px 0px rgba(48, 50, 50, 0.84);
}

.got-questions {
	margin-bottom: 30px;
}
.got-questions .h1 {
	color: #3343A9;
	font-size: 24px;
	font-weight: 600;
	margin-left: 20px;
	margin-bottom: 25px;
}
.got-questions .title {
	margin-bottom: 15px;
}
.got-questions form {
	padding: 0px 20px 15px;
}
.got-questions .modal-body, .got-questions .modal-footer {
  padding: 0;
  margin: 0;
  border: 0;
}
.got-questions form .form-group {
  padding: 0;
  margin: 0;
}
input {
	width: 100%;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
 border-radius: 4px;
 outline: none;
 padding: 8px 5px 8px 10px;
 margin-bottom: 15px;
}
.got-questions form input {
  border: none;
}
input[type="checkbox"] {
  width: auto;
}

textarea {
	width: 100%;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  padding: 8px 5px 8px 10px;
  margin-bottom: 15px;
  resize: vertical;
}

.got-questions form textarea {
  border: none;
}



#otzyvy-block{
	margin-top: 10px;
}
#otzyvy-block a{
	text-decoration: none;
}

.testimonial-list {
	-webkit-border-radius: 3px;
 border-radius: 3px;
 background-color: #EEEEEE;	
 padding-bottom: 10px;
}
.otzyv-text{
	font-size: 12px;
	color: #333333;
	
}
.otzyv-dep, .otzyv-author{
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}
.otzyv-author{
	text-transform: uppercase;
	text-align: right;
}
#eggs{
	text-align: center;
  width: 181px;
}
#sp_opl{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
  width: 181px;
}

#footer{
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 30px;
}
.left-footer{
	width: 181px;
	margin-top: 25px;
}
.footer ul {
	list-style: none;
	padding: 0;
	margin-bottom: 4px;
}
.footer ul li {
	display: inline-block;
}
.footer ul li a {
	text-decoration: none;
  color: #000000;
}
.footer ul li a:hover {
	text-decoration: underline;
}
.footer .counter {
	margin-top: -60px;
}
.footer .footer-right {
	text-align: right;
}
.footer a {
	color: #000;
	text-decoration: underline;
}
.footer .footer-right .phone-numb {
	font-size: 21px;
}



.thimg {cursor: pointer}
.thimg.active {box-shadow: 0px 0px 26px 2px; color: #55A0FF;}
.calc-image, .calc-content {float: left}
.calc-image img {width: 469px}
.calc-image {margin-right: 10px}
.calc-content div {margin: 15px}
.calc div, .calc div select {font-size: 14px}
.calc .btn {margin-left: 15px; font-size: 20px;}
#modalko .val, #modalko .valpr {margin: 5px 0;
  padding: 1px 3px; color: #000;
  border: 1px solid gray;
  background: #fff; font-size: 18px; display: inline}
  #modalko .valpr {border: none; font-size: 24px}
  #modalko div {line-height: 30px}
  #modalko .calc-image {margin-right: 0}
  #modalko .calc-image, #modalko .calc-content {
    float: none;
  }
  .calc {border-radius: 10px;
    padding: 10px 10px;
    float: left;
    border: 1px solid black;
    margin-top: 50px; box-shadow: 0 0 5px; display: none; margin-bottom: 20px;}
    .obj {float: left; margin: 0 15px 10px 15px; text-align: center}
    .obj-desc {margin-top: 10px}
    .calc-element {margin-right: 50px}
    .modal-header.close-only{
      height: 20px;
      border: none;
    }
    .modal-open {
     padding-right: 14px;
   }
   .mceWrapper iframe{
     width: 688px !important;
     height: 350px !important;
   }
   ..concreteMCE .mceMiddle span {
     padding: 0;
     padding-left: 0px;
   }
   .mceWrapper{
     min-width: 400px !important;
   }

   .okna-price {
    font-size: 28px;
    margin-bottom: 15px;
  }



  #zayavka-trigger{
   background-image: url('img/writemess.png');
   width:37px;
   height: 212px;
   position: fixed;
   top: 300px;
   right: 0px;
   cursor: pointer;

 }
 .field{
   margin-bottom: 10px;
 }
 #otzyvy-block .all-otzyv > a{
   color: #000000;
   text-decoration: underline;
   font-size: 14px;
 }
 .modal-content{
   color: #000000;
 }
 .modal-title {
  font-size: 18px;
}
#modalko .dop-infa-q{
	display: none;

}
#modalko .dop-infa-q.active{
	display: block !important;
}

#pagination {width: 85%;}

.container.fon-1 {position:relative; min-height:100%; height: auto;}
.mainbody {padding-bottom:35px; min-height: 430px;}
.container.footer {
 width: 100%; 
 background-color: #EEEEEE;
 color: #000;
 font-size: 14px;
}

#HTMLBlock957 {
	margin-left: -7px;
}
.mainbody .slider-buttons {
	margin-bottom: 40px;
}
.mainbody .slider-buttons .btn {
	font-size: 15.2px;
  height: 40px;
  text-transform: uppercase;
  background-color: #DBF0F2;
  border: 2px solid #3343A9;
  color: #3343A9;
  width: 220px;
  margin-bottom: -7px;
}
.mainbody .slider-buttons .btn:hover {
	-webkit-box-shadow: 2px 2px 8px 0px rgba(48, 50, 50, 0.84);
  -moz-box-shadow:    2px 2px 8px 0px rgba(48, 50, 50, 0.84);
  box-shadow:         2px 2px 8px 0px rgba(48, 50, 50, 0.84);
}

.anc-calculator>a {
  display: block;
  height: 52px;
  color: #3343a9;
  margin-top: 10px;
  border-radius: 4px;
  text-decoration: none;
  background: url(img/calc-bg.png) no-repeat 167px 3px;
  background-color: #dbf0f2;
  font-size: 15.2px;
  text-transform: uppercase;
  border: 2px solid #3343a9;
  text-align: center;
  padding-right: 50px;
  width: 220px;
  margin-bottom: -7px;
}

.anc-calculator>a:hover {
 -webkit-box-shadow: 2px 2px 8px 0px rgba(48, 50, 50, 0.84);
 -moz-box-shadow:    2px 2px 8px 0px rgba(48, 50, 50, 0.84);
 box-shadow:         2px 2px 8px 0px rgba(48, 50, 50, 0.84);
}
form.search-block-form {
  position: absolute;
  top: -20px;
  right: 0;
}
.search-block-text-off {
	color: #eee;
}
.ccm-image-block {
	max-width: 100%;
	height: auto !important;
}
.row.mainbody > .col-sm-3 {
  float: left;
}
#mainbody {
  float: right;
}
#mainbody .slider .slaider {
  float: right;
  width: 100%;
}
.navbar_toggle {
  display: none;
}





@media (max-width: 970px) {
  * {
    box-sizing: border-box;
  }
  img {
    max-width: 100%;

  }
  .container, #footer {
    width: 100%;
  }
  .mainbody .slider-buttons .btn {
    width: 100%;
  }
  #mainbody .slider .slaider {
    width: 100%;
  }
  .row.slider {
    margin: 0;
  }
  .anc-calculator>a {
    height: auto;
    background-position: 100% 100%;
    width: 100%;
  }
.slideImgWrap div {
    background-size: contain !important;
    width: 100% !important;
    height: 171px !important;
}
  #left-sidebar {
    width: 100%;
  }
  .side-block {
    width: 100%;
  }



}


@media (max-width: 850px) {
  #logo-img {
    position: absolute;
    z-index: 999;
    top: 5px;
    left: 10px;
    margin: 10px auto;
    display: block;
  }
.adv-1, .adv-2, .adv-3, .adv-4, .adv-5, .adv-6, .adv-7, .adv-8 {
    background-size: 36px !important;
    margin-bottom: 10px;
    height: auto !important;
    padding-left: 64px !important;
    background-position: 10px !important;
    margin-bottom: 17px !important;
    font-size: 16px;
    font-weight: 400 !important;
}
  div#mainbody {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
  #left-sidebar {
    float: none;
  }
  .header {
    height: auto;
    position: relative;
  }
  .title {
    text-align: left;
    padding-left: 20px;
  }
  .title, .block-news .block-pl, .consultant .block-pl {
    background-position: 100% 0 !important;
  }
.col-sm-9.search-block {
    width: 100%;
    clear: both;
    margin-top: 50px;
}
  .navbar_toggle {
    position: relative;
    float: right;
    padding: 0px 0px;
    margin-top: -15px;
    margin-right: 15px;
    margin-bottom: 11px;
    background-color: transparent;
    border: 0;
    border-radius: 4px;
    display: block;
    color: #fff;
    outline: none;
    border: 1px solid #3343c6;
    padding: 9px;
  }
  .navbar_toggle .icon-bar {
    display: block;
    width: 27px;
    height: 3px;
    border-radius: 1px;
    background: #3343c6;
  }
  .navbar_toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
div#h-m-vh {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    height: auto;
    width: 300px;
    padding: 0 !important;
    z-index: 10;
}
  div#h-m-vh a {
    display: block;
    text-align: left;
    padding: 0;
  }
  div#HTMLBlock988 {
    clear: both;
  }
  .header-menu .menu-element {
    float: none;
    font-size: 17px;
    text-align: left;
    height: auto;
    padding: 5px 15px;
  }
#HTMLBlock988 .times {
    display: block !important;
    margin: 0 auto;
    text-align: center;
    max-width: 232px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
.search-block .btn {
    float: none;
    margin: 0 auto;
}
#HTMLBlock988 .btn {
    float: none;
    margin: 12px auto 0;
    display: block;
}
.search-block .phone {
    float: none;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 25.38px;
    color: #3343A9;
    font-weight: 600;
    text-align: center;
    display: block;
}
.ccm-SlideshowBlock-display {
  height: auto !important;
  min-height: 170px;
}
.anc-calculator>a {
    height: auto;
}
p.fig img {
    display: block;
    margin: 0 auto;
}
div#uslugi-block > div {
    margin-bottom: 15px;
}
.row.mainbody.home_p table, .row.mainbody.home_p tr, .row.mainbody.home_p td {
    display: block;
}
.consultant {
    display: none !important;
}

}





@media (max-width: 650px) {
body .col-xs-6 {
    width: 100%;
}

.slideImgWrap div {
    height: 120px !important;
}
.ccm-SlideshowBlock-display {
    min-height: 98px;
}
#mainbody img {
  display: block;
  float: none !important;
}
.modal-dialog {
    max-width: 95%;
}
.types .title, .faq .questions .title, .faq .articles .title {
    font-size: 14px;
    height: auto;
    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 10px;
}
div#footer .col-md-8, div#footer .col-md-4 {
    float: none !important;
    height: auto;
}
.footer .counter {
    margin-top: 0;
}
.left-footer {
    width: 100%;
    margin-top: 25px;
}
.container.footer {
    width: 100%;
     height: auto;
    /* overflow: hidden; */
    height: auto;
    padding-bottom: 20px;
}
table.piro_html {
    top: 100% !important;
}
body {
    padding-bottom: 200px;
}
}