/* END rezet */
.hidden {
	display: none!important;
}
.error {
	background: #fee;
	border: 1px solid #f33!important;
}

body {
	position: relative;
	font: 16px/24px 'Scada', 'Open Sans', Arial, san-serif;
	color: #2e2e2e;
	background: #fff;
	width: 100%;
	/*border-left: 90px solid #fff;
	border-right: 90px solid #fff;*/
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	opacity: 1!important;
}
@media screen and (max-width: 1740px){
	body {
		border:0;
	}
}
.wrapper {

	/*position: relative;
	box-sizing: content-box;
	width: 950px;
	padding: 0 0px;
	margin: 0 auto;*/
}
.wrapper:after {
	content: '';
	clear: both;
	display: block;
}


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

sup {
	vertical-align: 0.8em;
	font-size: 14px;
}

.btn-area {
	text-align: center;
	padding: 30px 0 10px;
}
.btn-area .btn {
	margin-left: 25px;
}
.btn-m160 .btn {
	margin-left: 160px;
}
.btn-area .btn:first-child {
	margin-left: 0px;
}


.btn {
	display: inline-block;
	text-transform: uppercase;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	color: #555;
	border: 0;
	background: transparent;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
input.btn {
	line-height: 30px;
}
.btn-white {
	background: #fff;
	color: #d1383e;
}
.btn-white:hover {
	background: #007090;
	color: #fff;
}
.btn-blue {
	background: #007090;
	color: #fff;
}
.btn-blue:hover {
	/*background: #d1383e;
	color: #fff;*/
}




.btn-big {
	font-size: 30px;
	height: 50px;
	line-height: 50px;
}



.btn-grey:hover {
	background-color: #000;
	color: #fff;
}
.btn-yellow {
	background: #fecc2f;
	color: #111;
	font-weight: 400;
	/*border-bottom: 3px solid #d9aa2c;
	border-bottom: 1px solid #df7700;
	-webkit-box-shadow: 0px 2px 0px 0px #8f5a02;
	-moz-box-shadow: 0px 2px 0px 0px #8f5a02;
	box-shadow:0px 2px 0px 0px #8f5a02;*/
}
.btn-yellow:hover {
	background: #333;
	color: #fff;
	font-weight: 400;
	/*border-bottom: 3px solid #000;*/
}

.btn-red {
	background: #222;
	color: #fff;
	font-weight: 400;
	border-bottom: 3px solid #000;
	/*border-bottom: 1px solid #df7700;
	-webkit-box-shadow: 0px 2px 0px 0px #8f5a02;
	-moz-box-shadow: 0px 2px 0px 0px #8f5a02;
	box-shadow:0px 2px 0px 0px #8f5a02;*/
}
.btn-red:hover {
	background: #dd0;
	color: #000;
	font-weight: 400;
	border-bottom: 3px solid #9c5100;
}

.icon {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/sprites.png) 0 0 no-repeat;
	margin-right: 5px;
}
.icon-mts {
	background-position: -0px -0px;
	width: 18px;
	height: 18px;
}
.icon-mail {
	background-position: 0px -96px;
	width: 18px;
	height: 14px;
}
.icon-marker {
	background-position: 0px -117px;
	width: 18px;
	height: 18px;
}
.icon-velcom {
	background-position: 0px -24px;
	width: 18px;
	height: 18px;
}
.icon-phone {
	background-position: 0px -48px;
	width: 18px;
	height: 18px;
}
.icon-clock {
	background-position: 0px -71px;
	width: 18px;
	height: 18px;
}
.icon-phones-red {
	background-position: 0px -117px;
	width: 21px;
	height: 22px;
}
.icon-mail-red {
	background-position: 0px -172px;
	width: 22px;
	height: 17px;
}
.icon-map-red {
	background-position: 0px -142px;
	width: 22px;
	height: 22px;
}


.icon-numb-01 {
	background-position: -28px -0px;
	width: 69px;
	height: 69px;
}
.icon-numb-02 {
	background-position: -28px -73px;
	width: 69px;
	height: 69px;
}
.icon-numb-03 {
	background-position: -28px -146px;
	width: 69px;
	height: 69px;
}
.icon-numb-04 {
	background-position: -28px -219px;
	width: 69px;
	height: 69px;
}




.main-content {
	position: relative;
	padding: 80px 0;
	padding: 60px 0;
	overflow: hidden;
}




#head_top .logotype img{
	max-width: 250px;
}
#head_top {
	padding: 15px 0;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 1015;
	width: 100%;
}
#head_top .kontakty span{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}
#head_top .kontakty.btn-top {
	margin-top: 17px;
	text-align: right;
}
#head_top .kontakty.adress {
	margin-top: 10px;
}
#head_top .kontakty.adress span{
	max-width: 85%;
}
#head_top .kontakty.phones {
	font-weight: 600;
	margin-top: 5px; 
}
#head_top .kontakty.timework span b{
	font-weight: normal;
	display: inline-block;
	min-width: 50px;
}
.mapopen {
	color: #949494;
	border-bottom: 1px dashed #949494;
}
.mapopen:hover {
	border-bottom: 1px dashed transparent;
}

/* */

/* */

#head_screen1 {

}
#head_screen1 {
	/*background: url("../img/bg-screen1.jpg") center top no-repeat;
	padding: 240px 0;*/
	color: #fff;
	padding: 0px 0;
	background: rgba(100, 100, 100, 0.52);
	margin-top: 95px;
}

.slide-item {
	padding: 80px 0;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#head_screen1 .title1:first-line {

}
#head_screen1 .title1 .text-yell {
	color: #fecc2f;
}

#main_slider_dots {
	display: block;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.slick-dots {
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -35px;
}
.slick-dots li:hover {
	outline: 1px solid #fecc2f;
}
.slick-dots li button {

}
.slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	text-indent: -99999px;
	color: transparent;
	outline: 1px solid #fff;
	outline-offset: 3px;
	margin-left: 15px;
	cursor: pointer;
}
.slick-dots li.slick-active {
	background: #fecc2f;
}



#head_screen1 .title1 {
	font-size: 36px;
	line-height: 50px;
	min-height: 250px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	/*margin-bottom: 15px;
	margin-top: 50px;*/
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
#head_screen1 .title2 {
	display: inline-block;
	font-size: 28px;
	font-size: 24px;
	line-height: 46px;
	background: #fecc2f;
	background: rgba(254, 204, 47, 0.85);
	padding: 0 10px;
	padding: 0 15px;
	text-transform: uppercase;
}

#head_screen1 .banner-akciya {
	text-align: center;
}
#head_screen1 .banner-akciya img {
	display: inline-block;
}
@media (max-width: 992px) {
	#head_screen1 .banner-akciya {
		display: none;
	}
}
#head_screen1 .title1 .text-red {
	color: #ff1010;
	display: block;
	font-size: 32px;
	margin-top: 20px;
	text-shadow: 1px 1px 1px rgba(20, 20, 20, 0.55);
}
#head_screen1 .title1 .text-red strong {
	font-size: 1.4em;
	display: block;
}

@media (max-width: 992px) {
	#head_screen1 .title1 .text-red {
		font-size: 0.9em;
	}
	#head_screen1 .title1 .text-red strong{

	}
}
@media (max-width: 767px) {
	#head_screen1 .title1 .text-red{
		margin-top: 10px;
	}
}

/* counter */
.form-counter {
	background: #555;
	background: rgba(0, 0, 0, 0.65);
	padding: 30px 30px 30px;
	color: #fff;
	text-align: center;
}
.form-counter .akciya-title{
	font-size: 26px;
	text-transform: uppercase;
	line-height: 32px;
	text-align: center;
	position: relative;
	padding: 0 20px 15px;
	font-weight: bold;
	color: #fecc2f;
}
.form-counter .akciya-title .text-yellow{
	color: #fecc2f;
	font-size: 17px;
	display: block;
	text-transform: none;
}
.form-counter .akciya-title b{
	color: #fecc2f;
}
.form-counter .akciya-end{
	font-size: 20px;
	text-align: center;
	padding: 0px 0 25px;
}
.form-counter .counter{

}
.form-counter .counter .client-phone-jump{
	width: 100%;
	padding: 12px 20px 12px 45px;
	background: #fff url("../img/sprites.png") -98px -31px no-repeat;
	border: 1px solid #fff;
	margin-bottom: 20px;
	font-size: 18px;
	color: #000;
}
.form-counter .counter .client-name{
	background: #fff url(../img/sprites.png) -98px 9px no-repeat;
	border: 1px solid #fff;
	width: 100%;
	padding: 12px 20px 12px 45px;
	border: 0;
	margin-bottom: 20px;
	font-size: 18px;
	color: #000;
}
.form-counter .counter .form_action {
	margin-top: 20px;
}
.form-counter .counter .form_action .btn{
	width: 100%;
	font-size: 24px;
	/*color: #fff;*/
	font-weight: 600;
	padding: 10px 20px;
	height: auto;
}

.apb_red-btn {
	text-align: center;
	padding-top: 20px;
}
/* */

.main-counter {
	background: url("../img/bg-forma-line2.jpg") center bottom no-repeat;
	padding: 0;
	background-color: #f4f4f4;
}
.main-counter .form-counter{
	margin-top: 55px;
	padding: 35px 50px 60px;
}
.main-counter .apb_red-btn{
	padding-top: 40px;
}

/* */
.mdescr {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
	color: #262626;
	margin-bottom: 30px;
}
.mtitle {
	font-size: 34px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 34px;
	text-align: center;
	position: relative;
	padding-bottom: 50px;
	color: #111;
}

.why-stahler {
	color: #000;
}
.hs2-text {
	margin-top: 0px;
}
.hs2-text .line{

}
.hs2-text .line+.line {
	margin-top: 50px;
}
.hs2-text .line span{
	display: inline-block;
	width: 80%;
	vertical-align: middle;
	margin-left: 3%;
}
#head_screen2 {
	/*background: url("../img/bg-screen2.jpg?v") center bottom no-repeat;*/
	background: url("../img/bg-screen8.jpg") center bottom no-repeat;
	background-size: 100% auto;

	color: #fff;
}


.howwork-list .item+.item{
	margin-top: 10px;
}
.howwork-list .meganumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100px;
	line-height: 100px;
	font-weight: bold;
	color: #fecc2f;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.howwork-list .some-text {
	font-size: 14px;
	line-height: 21px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 90%;
}
.howwork-list .some-text span{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
}



/* */

.product-list .item {
	/*margin: 3px 15px 35px;*/
	margin-bottom: 35px;

}
.product-list .item .image{
	text-align: center;
	display: table;
	width: 100%;
	padding: 15px 0;
}
.product-list .item .details {
	padding-bottom: 30px;
}
.product-list .item .details .title{
	color: #333;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	height: 48px;
	overflow: hidden;
}

.details .param {
	position: relative;
	display: block;
	font-size: 14px;
	padding-right: 0%;
	font-weight: 400;
	font-family: "Open Sans", Arial,san-serif;
	/*width: 180px;*/
	margin: 0 auto;
	height: 25px;
	overflow: hidden;
}
.item .details .param {
	font-size: 13px;
}
.details .param:before {
	content: '';
	border-bottom: 1px dotted #000;
	display: block;
	height: 1px;
	width: 75%;
	position: absolute;
	left: 15%;
	top:11px;
}
.details .param:after{
	clear: both;
	display: block;
	content: '';
}
.details .param .ttito{
	position: relative;
	margin-right: 2%;
	max-width: 85%;
	background: #fff;
	padding-right: 2px;
}
.details .param-wrapp {
	height: 96px;
	overflow: hidden;
}
.details .param .texto{
	position: relative;
	/*width: 68%;*/
	max-width: 66%;
	text-align: right;
	display: block;
	background: #fff;
	float: right;
	padding-left: 1px;
}
.product .details .cost,
.product-list .item .details .cost{
	font-size: 16.5px;
	color: #ff0000;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	padding: 20px 0;
}
.product .details .cost .numb,
.product-list .item .details .cost .numb{
	font-size: 23px;
}
.product-list .item .details .bottom {
	/*width: 214px;*/
	margin: 0 auto;
	text-align: center;
}
.product-list .item .details .bottom .btn{
	width: 100%;
	font-weight: bold;
}

.product-list .item:hover {
	outline: 2px solid #e0e4e7;
	box-shadow: 0 0 5px 0 #000;
	box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.26);
}
.product-list .btn:hover {
	/*background: #ed494b;
	color: #fff;*/
}





/* */

.article-main-item {
	margin-top: 60px;
}
.article-main-item figure .row{
	display: block;
	box-shadow: 6px 10px 24px -7px rgba(0, 0, 0, 0.35);
}
.object-article-frame {
	margin-top: 50px;
}
.object-article-frame iframe{
	box-shadow: 6px 10px 24px -7px rgba(0, 0, 0, 0.35);
}

.colmargin-left {
	padding-left: 15px;
}

#head_screen21 {
	background: #f4f4f4;
	background: #eee;
}
#head_screen8 {
	/*background: url("../img/bg-screen3.jpg") center top no-repeat;*/
	/*background: #f4f4f4;*/
	/*border-top: 1px solid #cecece;*/
}

.panel_tab {
	text-align: center;
}
.panel_tab li a{
	color: #333;
	border-bottom: 2px dotted #333;
	font-weight: bold;
}
.panel_tab li a:hover {
	border-bottom: 2px dotted transparent;
}
.panel_tab li{
	position: relative;
	display: inline-block;
	margin: 10px 25px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	    /*background: #ffe9a3;*/
    padding: 5px 15px;
}
.panel_tab li.active a{
	border-bottom: 2px dotted transparent;
	color: #000;
}
.panel_tab li.active{
	background: #fecc2f;
	padding: 5px 15px;
}
.panel_tab li.active:after {
	content: '';
	display: block;
	position: absolute;
	left:50%;
	margin-left: -5px;
	bottom: -6px;
	border-top:6px solid #fecc2f;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
}

.tabys {
	margin-top: 30px;
}

.small-title {
	color: #333;
	text-align: left;
	padding: 20px 0;
	font-size: 16px;
line-height: 1.25;
}

#head_screen8 .soputstvu-list {
	padding-top: 30px;
}

.soputstvu-list .item:hover{
/*	outline: 2px solid #ed494b;*/
}
.soputstvu-list.product-list .item .details {
}
.soputstvu-list.product-list .item .details .title {
	font-size: 12px;
	line-height: 18px;
	height: auto;
	min-height: 36px;
	text-transform: none;
}

.soputstvu-list .item{
	margin: 3px 10px;
	background: #fff;
}
.soputstvu-list .item .image{
	height: 135px;
	display: table;
}
.soputstvu-list .item .image span{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.soputstvu-list .item .details .param-wrapp{
	height: auto;
}
.soputstvu-list .item .details .cost{
	font-size: 12px;
	text-transform: none;
}
.soputstvu-list .item .details .cost .numb{
	font-size: 17px;
}

.soputstvu-list.product-list .item .details .bottom .btn{
	height: auto;
	padding: 2px 10px;
	line-height: 20px;
	font-size: 14px;
}
.customerreviews .slick-prev,
.goslider5 .slick-prev,
.goslider6 .slick-prev,
.goslider4 .slick-prev{
	position: absolute;
	display: block;
	background: url(../img/sprites.png);
	background-position: -100px -90px;
	border: none;
	font-size: 0;
	width: 32px;
	height: 63px;
	padding: 0;
	top: 50%;
	left: -35px;
	margin-top: -30px;
	display: block;
	z-index: 999;
	outline: none;
	cursor: pointer;
	opacity: 0.65;
}
.customerreviews .slick-next,
.goslider6 .slick-next,
.goslider5 .slick-next,
.goslider4 .slick-next{
	position: absolute;
	display: block;
	background: url(../img/sprites.png);
	background-position: -138px -90px;
	border: none;
	font-size: 0;
	width: 32px;
	height: 63px;
	padding: 0;
	top: 50%;
	right: -35px;
	margin-top: -30px;
	display: block;
	z-index: 999;
	outline: none;
	cursor: pointer;
	opacity: 0.65;
}
.customerreviews .sl-btn:hover,
.goslider6 .sl-btn:hover,
.goslider5 .sl-btn:hover,
.goslider4 .sl-btn:hover {
	opacity: 1;
}
.customerreviews .slick-prev {
	left: -45px;
}
.customerreviews .slick-next {
	right: -45px;
}

/* */

.brands-list {
	margin: 40px 0;
}
.brands-list .item{
	margin: 0 10px;
}
.brands-list .item span{
	display: inline-block;
	height: 75px;
}
.brands-list .item span:before{
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.brands-list .item span img{
	display: inline-block!important;
	vertical-align: middle;
}
/* */

#mapy {
	height: 500px;
	width: 100%;
	position: absolute;
	top:0;
	z-index: 10;

}

.area-contakt {
	position: relative;
	margin: 20px 0 0px;
	padding: 40px 70px;
	background: #fff;
	z-index: 100;
}
.area-contakt .mtitle{
	font-size: 23px;
}
.area-contakt .inf{
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
	font-size: 18px;
}
.area-contakt .inf i{
	margin-right: 20px;
}
.area-contakt .inf span{
	display: inline-block;
	width: 80%;
	vertical-align: top;
}
.area-contakt .inf a {
	color: #007090;
	text-decoration: underline;
}
.area-contakt .inf a:hover {
	text-decoration: none;
}









#footer.main-content {
	padding: 20px 0;
}
.foot-right {
	text-align: right;
}

/* */

.product .details{
	float: right;
	width: 52%;
	margin-top: 30px;
}
.product {
	width: 830px;
	padding: 60px 45px 45px 10px;
	background: #fff;
}
.product .tovar-gallery{
	width: 30%;
	width: 360px;
	float: left;
	text-align: center;
}
.product .big_item{
	text-align: center;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 385px;
	cursor: pointer;
}
.product .big_item object:active *,
.product .big_item object:active,
.product .big_item:active {
	cursor: e-resize;
}
.big_item object {
	position: absolute;
	top:0;
	left: 0;
	z-index: 50;
}
.big_item object * {
	z-index: 50;
}

/*.image-press {
	background: url("../images/show360posit3.jpg") 0 0 no-repeat;
	width: 248px;
	height: 59px;
	display: inline-block;
}*/
.product .detitle {
	font-size: 23px;
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
	margin-bottom: 30px;
}
.product .inform {
	font: 13px/20px "Open Sans", Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 30px;
}
.product .details .param {
	width: 100%;
	color: #505050;
}
.product .details .param:before{
	width: 80%;
}
.product .details .cost {
	/*margin-top: 40px;*/
	text-align: right;

}

.modalform {
	padding: 0 40px 30px;
	width: 420px;
}
.fxformamod input{

}

.fxsucsessf {
	padding: 0 20px 20px;
}
.fxsucsessf .fancy-body{
	text-align: center;
	font-size: 18px;
}
.fxsucsessf .fancy-title,
.fxformamod .fancybox-title {
	font-size: 23px;
	line-height: 25px;
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
	margin-bottom: 10px;
	padding-top: 30px;
	text-align: center;
	padding: 30px 20px 0;
}
.fxformamod label {
	width: 100%;
	display: inline-block;
	margin-bottom: 3px;
	color: #222;
}
.fxformamod textarea {
	display: inline-block;
	width: 100%;
	max-width: 70%;
	min-height: 60px;
	border: 1px solid #fecc2f;
}
.fxformamod input[type="text"]{
	width: 100%;
	margin-bottom: 15px;
	padding: 5px 5px;
	border: 1px solid #fecc2f;
}
.fxformamod select{
	border: 1px solid #fecc2f;
	padding: 5px 5px;
	width: 100%;
	margin-bottom: 15px;
}
.fxformamod .form_action{
	text-align: center;
	margin-top: 20px;
}
.fxformamod .form_action .btn:hover{
	color: #fff;
	background: #0e5603;
	background: #0fac50;
	background: #333;
}

.smalldescript {
	max-width: 340px;
	text-align: center;
	margin: 0 auto 10px;
	line-height: 21px;
}

.mainimagetovar {
	cursor: pointer;
}


.swfobjct {
	position:absolute;
	top: -30px;
	left:0;
	display:none;
	box-shadow: 0 0 8px 1px #333;
	z-index: 100;
	cursor: pointer;
}
.swfobjct.open {
	display: block;
}
.itclose {
	position: absolute;
	top: -15px;
	right: -15px;

	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 120;
	background-image: url(../fancybox/fancybox_sprite.png);
}
.itclose:hover {
	opacity: 0.8;
}
.watermark {
	background: url("../img/wmprice.png") 0 0 no-repeat;
	position: absolute;
	bottom: 10px;
	right: 10px;

	width: 113px;
	height: 20px;

	z-index: 120;
	opacity:0.9;
	background-size: 113px 20px;
}
/*
.watermark {
	background: url("../img/wmprice.png") 0 0 no-repeat;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -120px;
	width: 226px;
	height: 39px;

	z-index: 120;
	opacity:0.9;
}*/


#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	width: 42px;
	height: 38px;
	border: none;
	text-indent: 100%;
	background: #555;
	background: rgba(0, 0, 0, 0.65);
	/*transition: all 0.3s linear;*/
	cursor: pointer;
	text-align: center;
	border:1px solid #fff;
}
#toTop:hover {
	background: rgb(0, 89, 119);
	background: #fecc2f;
}

#toTopHover {
	background: url("../img/sprites.png?d") -0px -278px no-repeat;
	width: 15px;
	height: 9px;
	display: block;
	overflow: hidden;
	transition: all 0.3s linear;
	cursor: pointer;
	margin: 13px 0 0 13px;
}

/* Ney year */
/*
#head_screen1 {
	background-image: url("../img-ng/ng-header-lenta.png");
	background-repeat: no-repeat;
	background-position: center top;
}
@media screen and (max-width: 980px) {
	#head_screen1 {
		background-position: center -30px;
	}
}

.form-counter .counter {
	position: relative;
}
.form-counter .counter:after {
	content: '';
	background: url("../img-ng/ng-header-present.png") 0 0 no-repeat;
	width: 226px;
	height: 165px;
	position: absolute;
	bottom: -75px;
	right: -180px;
}
#head_screen3 .product-list:before {
	content: '';
	background: url("../img-ng/ng-dedmorozz.png") 0 0 no-repeat;
	width: 189px;
	height: 295px;
	position: absolute;
	right: 39px;
	bottom: 340px;
}
@media screen and (max-width: 1000px) {

	#head_screen3 .product-list:before {
		background: none;
		content: normal;
	}
}
*/


.cost-old {
	font-size: 14px;
	color: #aaa;
	text-decoration: line-through;
	display: block;
	/*text-align: right;*/
	margin-left: 60px;
	    height: 14px;
	    text-transform: none;
}
.product-list .item .image {
  position:relative;
}
.tovakciya {
  position:absolute;
  top:15px;
  left:0;
    padding: 4px 10px;
  background:#f00;
  color:#fff;
  font-size:15px;
  z-index:1000;
}
.row.kontakty.phones span a{
	    color: #2e2e2e;
}


.product-list .item:nth-child(4n+1) {
	clear: both;
}
.product-list.soputstvu-list .item {
	clear: none;
}

#head_screen3 .row.product-list {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
#head_screen3 .row.product-list:before {
	content: normal;
}
#head_screen3 .product-list .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#tab1 .product-list.soputstvu-list .item {
    display: flex;
    flex-direction: column;
    min-height: 353px;
    justify-content: space-between;
	outline: 1px solid #e3e3e3;
}
#tab2 .product-list.soputstvu-list .item {
    display: flex;
    flex-direction: column;
    min-height: 357px;
    justify-content: space-between;
}
#tab3 .product-list.soputstvu-list .item {
    display: flex;
    flex-direction: column;
    min-height: 442px;
    justify-content: space-between;
}
#head_screen3 .product-list.soputstvu-list .item {
	border: 1px solid #f4f4f4;
	margin-bottom: 20px;
}

.slider-parthners.slick-initialized .slick-slide.item{text-align: center;}

#head_top.fix1 {
    position: fixed;
    padding: 5px 0;
    border-bottom: solid 1px;
    width: 100%;
    z-index: 9999;
}
/*
#head_top.fix1 .kontakty.phones {
    display: flex;
    flex-direction: column;
}*/
#head_top.fix1 .col-lg-4.col-lg-offset-1.col-md-3.col-sm-6.col-sm-offset-0{display: none;}
/*#head_top.fix1 > div > div > div:nth-child(5){display: none;}*/
#head_screen1.fix2 {
/*    margin-top: 333px;*/
}

/* review */
.customerreviews .item {
	margin-bottom: 15px;
	outline: none;
	font-size: 15px;
	line-height: 21px;
}
.customerreviews .item a{
	outline: none;
}
.customerreviews .item .image-review img{
	display: inline-block;
	outline: none;
}
.customerreviews .item .image-review {
	padding: 5px;
	border:1px solid #aaa;
	text-align: center;
	display: block;
}
.customerreviews .item .image-review:hover {
	border:1px solid #777;
}
.customerreviews .item .review {
	position: relative;
	padding: 12px 21px;
	background-color: #f6f6f6;
	border: 1px solid #f6f6f6; }
.customerreviews .item .review .in {
	overflow: hidden; }
.customerreviews .item .review .arrow {
	position: absolute;
	top: 100%;
	left: 74px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-color: #f6f6f6 transparent transparent #f6f6f6; }
.customerreviews .item .review .arrow > span {
	position: absolute;
	top: -10px;
	left: -9px;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-color: #f6f6f6 transparent transparent #f6f6f6; }
.customerreviews .item .author {
	padding-top: 15px; }
.customerreviews .item .author .image {
	float: left;
	width: 58px;
	height: 58px;
	margin: 0px 8px;
	border: 1px solid #ebebeb; }
.customerreviews .item .author img {
	width: auto;
	max-width: 60px;
	max-height: 60px; }
.customerreviews .item .author .text {
	margin-left: 78px;
	padding-top: 7px; }
.customerreviews .item .author .name {
	padding-bottom: 1px; }

.customerreviews.owl .item {
	min-height: 200px; }
.customerreviews.owl .item .in {
	height: 94px; }

/* /review */








@media screen and (max-width: 1400px) {
	#head_screen2 {
		background-size: auto 100%;
	}
}


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

	.kontakty {
		padding-left: 15px;
		font-size: 15px;
	}
	.kontakty.adress br {
		display: none;
	}
	#head_screen1 {
		/*padding: 80px 0;*/
	}
	.main-content {
		padding: 50px 0;
	}
	.main-counter {
		padding: 0;
	}

	#head_screen1 .title2 {
		margin-bottom: 20px;
	}

	.hs2-text .line {
		margin-bottom: 50px;
	}

	.product-list .item .image {
		height: 312px;
		display: block;
	}
	.product-list .item .image img{
		max-height: 100%;
		width: auto;
	}
	.product-list .item .details .title {
		word-break: break-all;
		font-size: 17px;
	}
	.soputstvu-list .item .image{
		height: auto;
	}


	.main-counter .form-counter {
		margin-top: 50px;
		/*padding: 35px 30px 41px;*/
	}


	.area-contakt {
		padding: 30px 40px;
	}
	.article-main-item figure .row {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}


	/* */

	.panel_tab li {
		margin: 8px 20px;
	}
	#head_screen1 .title1 {
		font-size: 30px;
	}
	#head_screen2 {
		background-size: auto 100%;
	}
	.slide-item {
		background-size: auto 100%;
		background-position: 75% 0;
	}

	#head_screen8 .soputstvu-list {
		padding-top: 30px;
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 980px) {
	.main-content {
		padding: 40px 0;
	}
	.atitle {
		text-align: center;
		background-color: rgba(0, 0, 0, 0.10);
	}
	#head_screen1 .title1 {
		font-size: 30px;
		line-height: 42px;
		margin-top: 25px;
		text-align: center;
	}
	#head_screen1 {
		/*padding: 10px 0;*/
	}
	.hs2-text .line {
		margin-bottom: 30px;
		line-height: 20px;
	}
	.slide-item{
		background-position: right top;
		padding: 60px 0;
	}
	.small-title {
		font-size: 14px;
	}
	.howwork-list .some-text span {
		font-size: 15px;
	}
	.howwork-list .some-text {
		font-size: 13px;
	}
	.mtitle {
		font-size: 26px;
	}
	.area-contakt {
		padding: 0;
		margin: 0 0 20px;
	}
	#map.main-content {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	#mapy {
		height: 250px;
		position: relative;
	}


	.product-list .item:nth-child(2n+1) {
		clear: both;
	}
	.product-list.soputstvu-list .item {
		clear: none;
	}

}
@media screen and (max-width: 670px) {
	#mapy{height: 200px}

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

	#head_top {
		padding: 15px 0;
		background: #fff;
		position: relative;
		top: 0;
		z-index: 1000;
		width: auto;
	}
#head_screen3 .row.product-list {
    display: inherit;
}
	#head_screen1 {
		margin-top: 0;
	}

	.product .tovar-gallery {
		width: auto;
		float: none;
	}
	.product .big_item {
		height: auto;
	}
	.product .details {
		float: none;
		width: auto;
	}
	.product {
		width: auto;
		padding: 20px;
	}
	.product .details .param {
		height: auto;
		overflow: visible;
		font-size: 12px;
	}
	.product .details .param:before {
		content: normal;
	}
	.product .details .param .ttito {
		max-width: inherit;
		margin-right: 0;
		display: inline;
		float: none;
		font-weight: bold;
	}
	.product .details .param .texto {
		max-width: inherit;
		margin-right: 0;
		display: inline;
		float: none;
	}



	.btn-big {
		font-size: 20px;
	}
	.hs2-text .line span {
		display: inline;
		width: auto;
		margin-left: 0;
	}
	.hs2-text .line i {
		float: left;
	}
	.hs2-text .line:after {
		clear: both;
		display: block;
		content: '';
	}


	.row.clearrow {
		margin: 0;
	}


	.article-main-item figure {
		text-align: center;
		margin-bottom: 10px;
	}
	.mtitle {
		font-size: 22px;
		line-height: 26px;
	}
	.soputstvu-list .item {
		padding-top: 5px;
	}
	.soputstvu-list .item .image span {
		display: inline-block;
	}
	.slick-slide img {
		display: inline-block;
	}
	#head_top .wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	#head_screen1 .title1 {
		font-size: 18px;
		line-height: 34px;
	}
	#head_screen1 .title1 {
		min-height: 155px;
		line-height: 30px;
	}
	.slide-item {
		padding: 30px 0;
	}
	.atitle {
		background-color: rgba(0, 0, 0, 0.28);
	}
	.main-counter .form-counter {
		padding: 25px 15px 25px;
	}
	.form-counter .akciya-title {
		padding: 0 0px 25px;
	}

	.howwork-list .meganumb {
		float: left;
		display: block;
	}
	.howwork-list .some-text {
		width: auto;
		display: inline;
	}
	.howwork-list .some-text span {
		font-size: 14px;
	}

	.panel_tab li {
		margin: 5px 0px;
		padding: 5px 10px;
		font-size: 16px;
		width: 100%;
	}
	.modalform {
		padding: 0 20px 30px;
		width: auto;
	}
	.fxformamod input[type="text"] {
		margin-bottom: 10px;
	}
	.fxsucsessf .fancy-title, .fxformamod .fancybox-title {
		font-size: 16px;
		line-height: 22px;
	}
	.tabys {
		margin-top: 10px;
	}
	#head_top .kontakty.btn-top{
		text-align: center;
		margin-top: 5px;
	}
}

@media screen and (max-width: 479px) {
	#tab1 .product-list.soputstvu-list .item, #tab2 .product-list.soputstvu-list .item, #tab3 .product-list.soputstvu-list .item{
		min-height: auto;
	}
	.hiden-custom {
		display: none;
	}
	#head_top .kontakty.phones {
		margin-top: 0;
		font-size: 14px;
		margin-left: 10px;
	}
	#head_top .kontakty span {

	}
	/* review */
	.customerreviews .item {
		font-size: 12px;
		line-height: 20px;
	}
}