body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th {
  padding: 0;
  margin: 0;
  }
table {
  border-collapse: collapse;
  /*border-spacing: 0;*/
  }
fieldset/*,img*/ {
  border: 0;
  }
address,caption,cite,code,dfn,em,strong,th,var {
  font-weight: normal;
  font-style: normal;
  }
ol,ul {
  list-style: none;
  }
caption,th {
  text-align: left;
  }
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 100%;
  }
q:before,q:after {
  content:'';
  }
abbr,acronym { border: 0;
  }

@font-face {
    font-family: 'GothamProBold';
    src: url('fonts/gothaprobol.eot');
    src: url('fonts/gothaprobol.eot') format('embedded-opentype'),
         url('fonts/gothaprobol.woff') format('woff'),
         url('fonts/gothaprobol.ttf') format('truetype'),
         url('fonts/gothaprobol.svg#GothamProBold') format('svg');
	font-display: swap;
}

@font-face {
    font-family: 'GothamProRegular';
    src: url('fonts/gothaproreg.eot');
    src: url('fonts/gothaproreg.eot') format('embedded-opentype'),
         url('fonts/gothaproreg.woff') format('woff'),
         url('fonts/gothaproreg.ttf') format('truetype'),
         url('fonts/gothaproreg.svg#GothamProRegular') format('svg');
	font-display: swap;
}

@font-face {
    font-family: 'GothamProMedium';
    src: url('fonts/gothapromed.eot');
    src: url('fonts/gothapromed.eot') format('embedded-opentype'),
         url('fonts/gothapromed.woff') format('woff'),
         url('fonts/gothapromed.ttf') format('truetype'),
         url('fonts/gothapromed.svg#GothamProMedium') format('svg');
	font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTYraN7vELC11_xip9Rz-hMs.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
	font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzIraN7vELC11_xip9Rz-hMs.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/xjAJXh38I15wypJXxuGMBmOb2gHztoQeulij-1lvl-8.woff) format('woff');
  font-display: swap;
}

/*======standart style======*/

a { color: #2fa1df;}

h1{
  font-family: 'GothamProBold';
  font-size: 30px;
}

h2{
  font-family: 'GothamProBold';
  font-size: 24px;
}

h3{
  font-family: 'GothamProBold';
  font-size: 18px;
}

button{
  cursor: pointer;
}

.after:after{
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}

/*Соглашение конфиденциальности*/
.check_agree{
  margin-bottom: 20px;
}

.check_agree .jq-checkbox{
  width: 14px;
  height: 14px;
  top: -15px;
}

.check_agree .jq-checkbox.checked .jq-checkbox__div{
  margin: 0px 0 0 0px;
}

.check_agree label{
    margin-bottom: 5px;
    display: inline-block;
    margin-left: 7px;
    font-size: 11px;
}

.phone_block_wrapper .text.hours_work.absolut{
  font-size: 13px;
  top: 47px;
  position: absolute;
}
/*Соглашение конфиденциальности*/

.input_standart{
  height: 31px;
  padding: 0 10px;
  outline: none;
  border: 1px solid #b5b5b6;
  background: #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 7px;
}
.input_standart:disabled {
  opacity: 0.5;
}
.textarea_standart{
  padding: 10px;
  outline: none;
  border: 1px solid #b5b5b6;
  background: #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 7px;
  resize: none;
}

.input_standart:focus, .textarea_standart:focus{
  border: 1px solid #a2a3a1;
}

.yellow{
	background: #ff9f38;
	border: none;
  border-bottom: 3px solid #a03319;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'GothamProBold';
  text-transform: uppercase;
  font-size: 13px;
}

.grey{
  background: #e8e8e8;
  border-bottom: 3px solid #d9d9d9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.block_shadow{
  background: #f5f6f5;
  border: 1px solid #adacb1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #4a4a4a;
}

/*======end standart style======*/

.clear{
  clear: both;
}

html{
  height: 100%;
}

body{
  background: url(img/body_bg.jpg);
  height: 100%;
}

.wrapper{
  min-height: 100%;
}

.hfoot{
  height: 206px;
}

.header_wrapper{
  width: 100%;
  background: #fdfdfd; /* Old browsers */
  background: -moz-linear-gradient(top,  #fdfdfd 0%, #f1f1f1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fdfdfd 0%,#f1f1f1 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fdfdfd 0%,#f1f1f1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
  padding: 0 0 21px;
}

.header{
  width: 980px;
  height: 100%;
  margin: 0 auto;
}

.header_top_line{
  height: 5px;
  width: 100%;
  background: #FF7D14;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 23px;
}

.logo{
  display: block;
  width: 235px;
  height: 57px;
  background: url(img/logo.png) no-repeat;
  /*background: url(img/logoNYa-150.gif) no-repeat;*/
  margin-top: 8px;
  float: left;
}

.header_buttons{
  width: 138px;
  float: left;
  margin-left: 30px;
  overflow: hidden;
}

.header_buttons li{
  width: 133px;
  float: left;
  padding: 3px 0 3px 5px;
  cursor: pointer;
  text-align: left;
  font-size: 10px;
  margin: 0 0 18px;
}
.header_buttons li:last-child{
  margin: 0;
}

.header_buttons li a{
  text-decoration: none;
  color: #000000;
}

.phone_block .black.new_black{
  margin-right: 3px;
}

.comagic123.new_black{
  letter-spacing: .6px;
}

.header_middle{
  float: left;
  margin-left: 33px;
}
.cart{
  display: block;
  width: 171px;
  height: 28px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e8e8e8;
  border-bottom: 3px solid #d9d9d9;
  font-family: 'GothamProRegular';
  font-size: 11px;
  text-decoration: none;
  color: #000000;
  margin: 0 0 15.5px;
}

.cart img{
  margin: 2px 10px 0 5px;
  float: left;
}

.cart_text{
  padding-top: 3px;
}
.header_social{}
ul.head_social-list li{
  float: left;
  margin: 0 6px 0 0;
}

.phone_block_wrapper{
  overflow: hidden;
  text-align: right;
  position: relative;
  width: 338px;
  float: right;
}
.phone_block_wrapper .text.hours_work{
  margin-top: 20px;
  float: right;
  font-size: 14px;
  color: #464646;
}
.ph_new{
  opacity: 0;
}

.yellow.phine_y{
  padding: 5px 15px;
  text-transform: none;
}

.phone_block_left{
  float: left;
}
.phone_block_wrapper .text{
  font-size: 10px;
  font-family: 'GothamProMedium';
  text-align: left;
  margin: 0 0 5px;
}

.phone_block{
  float: right;
  margin: 0 0 5px;
  overflow: hidden;
}

.phone_block .black{
    font-size: 11px;
  color: #f9dd05;
  font-family: 'GothamProRegular';
  background: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 19px;
  display: inline-block;
  margin-right: 1px;
  width: 51px;
}



.phone_block .ph { color: #4c4c4c; display: block; text-align: right; font-size: 11px; font-family: 'GothamProRegular';}

.phone_block .normal{
  font-family: 'GothamProMedium';
  font-size: 22px;
  line-height: 23px;
  display: inline-block;
  vertical-align: top;
  color: inherit;
  text-decoration: none;
}

.order_phone{
  color: #2fa1df;
  font-size: 12px;
  font-family: 'GothamProRegular';
  float: right;
  border-bottom: 1px dashed #2fa1df;
  cursor: pointer;

}

.order_phone:hover{
  border-color:#f7f7f7;
}

.header_sale {float:left; margin-top: 3px;}

.menu_search{
  width: 980px;
  height: 48px;
  margin: -17px auto 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #aeaeae;
  border-right: 1px solid #aeaeae;
  border-bottom: 1px solid #626162;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url(img/menu_bg.jpg);
  opacity: 0.9;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}

.menu{
  float: left;
}

.menu li{
  float: left;
  line-height: 48px;
}

.menu li a, .menu li span{
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'GothamProBold';
  font-size: 14px;
  color: #2a2a2a;
  margin: 0 10px;
}

.menu li a:hover, .menu li a.selected,
.menu li span:hover, .menu li span.selected {
  color: #FF7D14;
}

.basket {
	display: none;
	margin: 5px 0 0 15px;
}

.none {
	display: inline-block;
}

.search{
  width: 231px;
  height: 27px;
  background: url(img/search.png) right 0 no-repeat;
  float: right;
  margin-right: 10px;
  position: relative;
  margin-top: 11px;
}

.search.none {
  display: none;
}

.search input[type=text]{
  width: 190px;
  height: 24px;
  padding-left: 10px;
  background: none;
  border:none;
  outline: none;
  position: absolute;
  top: 1px;
  left: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #4a4a4a;
}

.search input[type=submit]{
  width: 26px;
  height: 22px;
  background: none;
  border:none;
  outline: none;
  position: absolute;
  top: 1px;
  right: 0;
  cursor: pointer;
}

.content_block{
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 30px;
}

.top_right{
  width: 304px;
  height: 265px;
  border:1px solid #c3c3c3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  float: right;
  background: #e8e8e8;
  padding: 12px 16px 27px 16px;
}

.top_right h4{
  font-family: 'GothamProBold';
  font-size: 14px;
  text-transform: uppercase;
}

.top_right img{
  margin: 38px auto 40px;
  display: block;
}

.top_right p{
  color: #4a4a4a;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 16px;
}

.top_right a{
  color: #2fa1df;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  display: block;
  text-align: center;
}

.index_button{
  cursor: pointer;
  display: block;
  text-decoration: none;
  width: 100%;
  line-height: 70px;
  font-size: 23px;
  color: #322626;
  margin: 5px 0 5px;
  background: #FF7D14 ; /* Old browsers */
  background: -moz-linear-gradient(top,  #FF7D14  0%, #FF6414 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF7D14 ), color-stop(100%,#FF6414)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FF7D14  0%,#FF6414 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FF7D14  0%,#FF6414 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FF7D14  0%,#FF6414 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #FF7D14  0%,#FF6414 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF7D14 ', endColorstr='#FF6414',GradientType=0 ); /* IE6-9 */
  border-bottom: 3px solid #a03319;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'GothamProBold';
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}

.index_block>div{
  width: 474px;
  height: auto;
  background: #f5f6f5;
  border: 1px solid #adacb1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  float: left;
  margin-bottom: 5px;
  padding: 3px 7px 0 5px;
}
.index_block>div.one_index_block{ clear:both;}
}

.index_block>div>.link{
  text-align: center;
  line-height: 41px;
}

.index_block>div>.link a{
  font-weight: bold;
  font-size: 19px;
  position:relative;
  top:1px!important;
  left:145px;
}

.two_index_block{
  float: right !important;
}

.index_block_header{
  font-family: 'GothamProBold';
  font-size: 20px;
  text-align: center;
  color: #fe6400;
  background: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 72px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.index_block_header a{
  font-family: 'GothamProBold' !important;
  font-size: 20px !important;
  color: #FF7D14 !important;
  text-decoration: none;
}

.index_block p{
  color: #4a4a4a;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
}

.index_block a{
  color: #2fa1df;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.index_block_sections>li{
  float: left;
  margin-top: 8px;
}

.index_block_sections_1{
  width: 151px;
  height: 55px;
  margin-right: 4px;
}

.index_block_sections_2{
  width: 181px;
  height: 55px;
  margin-right: 4px;
  line-height: 55px;
  font-size: 18px;
  cursor: pointer;
}

.index_block_sections_3{
  width: 127px;
  height: 55px;
}

.index_block_sections_3 p{
  margin-left: 9px;
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 12px;
}

.index_block_sections_3 a{
  margin-left: 9px;
  font-size: 12px;
  display: block;
  line-height: 1;
}

.index_block_sections_list{
  margin: 8px 0 0 5px;
}

.index_block_sections_list li{
  list-style-image: url(img/list_style_1.png);
  list-style-position: inside;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #696969;
}

.dego_content_carousel_block{
  width: 467px;
  background: #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dego_content_carousel_block_title{
  font-family: 'GothamProBold';
  font-size: 15px;
  margin-left: 33px;
}

/*==carousel_content===*/

.dego_content_carousel{margin-top: 10px;position: relative;}

.dego_content_prev{display: block;width: 16px;height: 25px;background: url(img/dego_content_arrow.png) top center;position: absolute;left: 8px;top: 86px;}
.dego_content_next{display: block;width: 16px;height: 25px;background: url(img/dego_content_arrow.png) bottom center;position: absolute;right: 5px;top: 86px;}

.dego_content_carousel_overflow{width: 403px;overflow: hidden;margin: 0 auto;}
.dego_content_carousel_list{width: 10000px;position: relative;}
.dego_content_carousel_list li{width: 194px;float: left;margin-right: 15px;}
.dego_content_carousel_list li a.text{display: block;height: 46px;line-height: 1; color: #2fa1df;font-family: 'Open Sans', sans-serif;font-size: 14px; overflow: hidden;}
.dego_content_carousel_list li div{/*margin-bottom: 5px;*/font-family: 'Open Sans', sans-serif;color: #4a4a4a;text-align: center !important;font-size: 13px; /*height: 90px;*/ overflow: hidden;}
.dego_content_carousel_list li .price{font-family: 'GothamProBold';font-size: 17px;color: #000000;text-align: center;margin-bottom: 5px;}
.dego_content_carousel_list li .buy{width: 131px;height: 45px;display: block;text-align: center;line-height: 45px;background: #c9c9c9;text-transform: uppercase;color: #666666;font-family: 'GothamProBold';font-size: 14px;text-decoration: none;margin: 0 auto;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}

/*==end carousel_content===*/

.content_inset{
  border-top: 1px solid #c7c9c9;
  border-bottom: 1px solid #c7c9c9;
  padding-top: 40px;
  margin-bottom: 30px;
}

.content_inset h4{
  font-size: 30px;
  font-family: 'GothamProBold';
  text-align: center;
}

.content_inset hr{
  width: 756px;
  margin: 3px auto;
  border: none;
  border-top: 1px solid #565656;
}

.content_inset ul{
  margin: 0 auto;
  width: 981px;
}

.content_inset ul li{
  float: left;
  margin: 19px 9px 43px 0;
}

.content_inset ul li a{
  display: block;
  width: 321px;
  height: 70px;
  text-decoration: none;
  color: #322626;
  font-size: 15px;
  line-height: 78px;
}

.content_inset ul li a img{
  margin-top: 27px;
  display: block;
  float: left;
}

.news_index_block{
  width: 436px;
  height: 310px;
  background: #ececee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 7px 0 11px;
  margin-bottom: 44px;
  float: left;
}

.news_index_block h4{
  font-size: 30px;
  font-family: 'GothamProBold';
  position: relative;
  z-index: 1;
  display: inline;
}

.news_index_block h4 a{
  color: #000000;
  text-decoration: none;
}

.news_index_block hr{
  width: 95px;
  margin: 3px 0;
  border: none;
  border-top: 1px solid #8d8d8d;
}

/*===news_index===*/

.news_index{height: 300px;width: 100%;position: relative;margin-top: -37px;}

.news_index_prev{display: block;width: 37px;height: 35px;background: url(img/news_arrow.png) top center;margin-left: 163px;}
.news_index_next{display: block;width: 37px;height: 35px;background: url(img/news_arrow.png) bottom center;position: absolute;bottom: 0;left: 163px;}

.news_index_overflow{height: 225px;overflow: hidden;}

.news_index_title{text-decoration: none;color: #2fa1df;font-size: 15px;font-family: 'GothamProMedium'; height: 17px;
display: block;overflow: hidden;float: left;width: 345px; text-overflow: ellipsis;white-space: nowrap;}
.news_index_date{color: #000000;font-size: 13px;font-family: 'GothamProRegular';margin-left: 5px;}
.news_index_text{font-family: 'Open Sans', sans-serif;font-size: 13px;color: #4a4a4a;line-height: 20px;margin-top: 3px;margin-bottom: 12px;height: 60px;overflow: hidden;}

.news_index_list{position: relative;}
.news_index_list li{border-bottom: 1px solid #da9b16;margin-top: 15px;height: 96px;overflow: hidden;}

/*===end_news_index===*/

.our_work{
  width: 519px;
  height: 310px;
  background: #ececee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
  padding: 15px 1px 0;
}

.our_work h4{
  font-size: 30px;
  font-family: 'GothamProBold';
  margin-left: 9px;
}

.our_work hr{
  width: 186px;
  margin: 3px 0;
  border: none;
  border-top: 1px solid #565656;
  margin-left: 9px;
}

/*====dego_carousel====*/

.dego_carousel{margin-top: 12px; position: relative;}

.dego_prev{display: block; width: 35px; height: 37px; background: url(img/dego_arrow.png) left top; position: absolute; left: 1px; top:80px; z-index: 2;}
.dego_next{display: block; width: 35px; height: 37px; background: url(img/dego_arrow.png) right top; position: absolute; right: 1px; top:80px; z-index: 2;}

.dego_carousel_overflow{ width: 504px; overflow: hidden; margin: 0 auto; position: relative;}
.dego_carousel_overflow>div{ width: 10000px; position: relative;}
.dego_carousel_overflow>div a{width: 200px; height: 200px; overflow: hidden; float: left; margin-right: 1px; position: relative; display: block;}
.dego_carousel_overflow>div a img{position: relative; z-index: 1; cursor: pointer;}
.dego_carousel_overflow>div a:hover img{opacity: 0.2;}
.dego_carousel_hover{position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, .7) url(img/magnifier.png) center center no-repeat;}

/*====end dego_carousel====*/

.our_work .link{
  text-align: center;
  line-height: 55px;
}

.our_work .link a{
  font-size: 14px;
  color: #2fa1df;
  font-family: 'Open Sans', sans-serif;
}

hr.global{
  border: none;
  border-top: 1px solid #c7c9c9;
  width: 100%;
}

.img_index_left{
  width: 221px;
  height: 187px;
  border-right: 1px solid #322626;
  margin: 4px 30px 44px 0;
  float: left;
}

.img_index_right{
  width: 221px;
  height: 187px;
  border-left: 1px solid #322626;
  margin: -50px 0 44px 30px;
  float: right;
}

.img_index_left img{
  margin: 14px 0 0 40px;
}

.img_index_right img{
  margin: 14px 0 0 71px;
}

.index_bottom_title{
  margin-top: 60px;
  font-family: 'GothamProBold';
  font-size: 36px;
  color: #322626;
  margin-bottom: 10px;
}

.index_bottom_text{
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 27px;
}

.footer_wrapper{
  background: #322626;
  height: 232px;
  margin-top: -206px;
}

.footer{
  width: 980px;
  margin: 0 auto;
  position: relative;
}

.sots {  position: absolute;
  left: 705px;
  top: 120px;
}
.sots a { margin-right: 3px;}

.footer_menu{
  margin-top: 22px;
  float: right;
  margin-right: 85px;
}

.footer_menu li{
  float: left;
  border-right: 1px solid #FF7D14;
  height: 9px;
}

.footer_menu li a{
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'GothamProBold';
  font-size: 13px;
  color: #FF7D14;
  margin: 0 15px;
  line-height: 9px;
  display: block;
}

.footer_blocks{
  float: left;
  width: 30%;
  margin-top: 32px;
}

.footer_blocks p{
  font-family: 'GothamProRegular';
  font-size: 11px;
  color: #fcfdfc;
  margin-top: 15px;
}

.footer_blocks a{
  color: #FF7D14;
  text-decoration: none;
  font-family: 'GothamProRegular';
  font-size: 12px;
}

.footer_blocks .phone_block{
  float: left;
  margin-top: 15px;
}

.footer_blocks .black{
  color: #322626;
  background: #f9d808;
  width: 57px;
  height: 15px;
  line-height: 15px;
  position: relative;
}

 span.fh {   color: #fff;
  font-size: 12px;}

.footer_blocks .normal{
  color: #ffffff;
  line-height: 26px;
}

.logo_prod{
  display: block;
  width: 160px;
  height: 33px;
  background: url(img/logo_prod.png);
  margin:10px auto 0;
}

.page404{
  text-align: center;
  margin-top: 100px;
  margin-bottom: 36px;
  padding-bottom: 80px;
  border-bottom: 1px solid #565656;
}

.page404_text{
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 32px;
  text-align: center;
  margin-bottom: 85px;
}

.bredcrumbs{
  overflow: hidden;
  margin: 15px 0 5px;
}

.bredcrumbs li{
  float: left;
  color: #b1b1b1;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.bredcrumbs li a{
  text-decoration: none;
  color: #b1b1b1;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.bredcrumbs li a:hover{
  color: #888888;
}

.service_h{
  /*width: 556px;*/
  border-bottom: 1px solid #565656;
  margin-bottom: 20px;
  line-height: 44px;
  white-space: nowrap;
  color: #030303;
}

.two_column{
  width: 980px;
}

.big_left{
  float: left;
}

.service_block{
  width: 685px;
  margin-bottom: 5px;
}

.min_right .top_right{
  width: 254px;
}

.min_right .top_right img {
  width: 100%;
  margin: 30px auto;
}

.service_block_right{
  width: 286px;
  /*height: 785px;*/
  float: right;
  margin-top: 5px;
  margin-bottom: 20px;
}

.service_block h3{
  text-transform: uppercase;
  margin:16px 0 11px 16px;
}

.service_block h3 a{
  text-decoration: none;
  color: #000000;
}

.service_block_solution{
  background: #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 636px;
  margin: 0 auto 14px;
  padding: 11px;
  display:inline-block;
}

.service_block_solution img{
  margin-right: 17px;
  float: left;
  width: 184px;
  height: 157px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.service_block_solution_description{
  float: left;
  width: 200px;
}

.service_block_solution_description .title{
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.service_block_solution_description .description{
  width: 200px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #4a4a4a;
  line-height: 20px;
  margin-bottom: 10px;
}

.service_block_solution_description a, .service_block_solution_buttons a{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #2fa1df;
}

.service_block_solution_buttons{
  float: right;
  width: 208px;
}

.service_block_solution_buttons p{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.service_block_solution_buttons p.price{
  font-family: 'GothamProBold';
  font-size: 20px;
  line-height: 40px;
}

.service_block_solution_buttons a.buy{
  width: 181px;
  height: 55px;
  display: block;
  line-height: 55px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'GothamProBold';
  color: #000000;
  font-size: 17px;
  margin-top: 8px;
}

.service_block .link {
  text-align: center;
  line-height: 33px;
}

.service_block .link a {
  font-size: 14px;
  color: #2fa1df;
  font-family: 'Open Sans', sans-serif;
}

.service_block_right h3{
  text-transform: uppercase;
  margin:21px 0 13px 16px;
}

.service_block_ready_solution{
  width: 237px;
  /*height: 330px;*/
  background: #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto 14px;
  padding: 11px;
}

.service_block_ready_solution .title a{
  font-family: 'GothamProRegular';
  font-size: 16px;
  color: #6b6b6b;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.service_block_ready_solution p{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.service_block_ready_solution .link{
  text-align: center;
  line-height: 33px;
}

.service_block_ready_solution .link a {
  font-size: 14px;
  color: #2fa1df;
  font-family: 'Open Sans', sans-serif;
}

.service_block_ready_solution .price{
  text-align: center;
  font-size: 16px;
  font-family: 'GothamProBold';
  line-height: 35px;
}

.service_block_ready_solution a.buy{
  width: 181px;
  height: 55px;
  display: block;
  line-height: 55px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'GothamProBold';
  color: #000000;
  font-size: 17px;
  margin-top: 8px;
  margin: 0 auto;
}

.service_block_detile{
  width: 657px;
  padding: 20px 14px 5px;
  margin-bottom: 26px;
}

.service_block_detile img{
  float: left;
  margin-right: 10px;
}

.service_block_detile_float{
  width: 353px;
  float: left;
}

.service_block_detile_float h3{
  text-transform: uppercase;
}

.service_block_detile_float_grey{
  width: 342px;
 /* height: 112px;*/
  padding: 13px 0 10px 11px;
  background: #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0;
}

.service_block_detile_float_grey p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.service_block_detile_float_grey p.price {
  font-family: 'GothamProBold';
  font-size: 20px;
  line-height: 40px;
}

.service_block_detile a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #2fa1df;
}

.service_block_detile_float span.title{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.service_block_detile_float>p{
  color: #4a4a4a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  width: 300px;
}

.service_block_detile_float a.buy{
  width: 181px;
  height: 55px;
  display: block;
  line-height: 55px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'GothamProBold';
  color: #000000;
  font-size: 17px;
  margin-top: 8px;
}

.user_rules .imp{
  font-weight: 700;
}

.user_rules p{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  margin-bottom: 15px;
  text-align: justify;
  line-height: 22px;
}

.rules{
  margin-top: 20px;
}

.svet_users{
  margin-bottom: 5px;
  display: block;
}

.call_btn{
  font-size: 10px;
  padding: 10px 17px 7px 15px;
}

/*==carousel_content_three===*/

.dego_content_carousel_block_three {width: 677px;background: #e6e6e6;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin-top: 30px;padding-top: 20px;margin-left: -10px;}
.dego_content_carousel_three{margin-top: 10px;position: relative;}

.dego_content_prev_three{display: block;width: 16px;height: 25px;background: url(img/dego_content_arrow.png) top center;position: absolute;left: 8px;top: 86px;}
.dego_content_next_three{display: block;width: 16px;height: 25px;background: url(img/dego_content_arrow.png) bottom center;position: absolute;right: 5px;top: 86px;}

.dego_content_carousel_overflow_three{width: 613px;overflow: hidden;margin: 0 auto;}
.dego_content_carousel_list_three{width: 10000px;position: relative;}
.dego_content_carousel_list_three li{width: 194px;float: left;margin-right: 15px;}
.dego_content_carousel_list_three li a.text{display: block;height: 38px;line-height: 1;}
.dego_content_carousel_list_three li p{margin-bottom: 5px;font-family: 'Open Sans', sans-serif;color: #4a4a4a;text-align: center;font-size: 13px;}
.dego_content_carousel_list_three li .price{font-family: 'GothamProBold';font-size: 17px;color: #000000;}
.dego_content_carousel_list_three li .buy{width: 131px;height: 45px;display: block;text-align: center;line-height: 45px;background: #c9c9c9;text-transform: uppercase;color: #666666;font-family: 'GothamProBold';font-size: 14px;text-decoration: none;margin: 0 auto;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}

/*==end carousel_content===*/

.service_block_detile .link {
  text-align: center;
  line-height: 41px;
}

.min_left{
  width: 254px;
  float: left;
}

.catalog_sidebar li{
  margin-bottom: 1px;
  /* line-height: 28px; */
}

.catalog_sidebar>li>a,
.catalog_sidebar>li>span{
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #030303;
  display: block;
  width: 232px;
  /* height: 28px; */
  overflow:hidden;
  word-break: break-all;
  /* line-height: 28px; */
  background: #e8e9e8 url(img/catalog_arrow_1.png) 6px center no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 5px 5px 23px;
}

.catalog_sidebar ul{
  margin-top: 1px;
}

.catalog_sidebar ul li a,
.catalog_sidebar ul li span{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #4a4a4a;
  text-decoration: none;
  display: block;
  width: 218px;
  /* height: 28px; */
  overflow:hidden;
  word-break: break-all;
  /* line-height: 28px; */
  background: #e8e9e8 url(img/catalog_arrow_2.png) 17px 7px no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:5px 5px 5px 33px;
}

/* �������������� ���� � �������� **/
/*=======================*/
.catalog_sidebar li li li a,
.catalog_sidebar li li li span{
  padding-left: 50px;
  width: 201px;
  background: #e8e9e8 url(img/catalog_arrow_2.png) 34px 7px no-repeat;
}
.catalog_sidebar li li li li a,
.catalog_sidebar li li li li span{
  padding-left: 70px;
  width: 180px;
  background: #e8e9e8 url(img/catalog_arrow_2.png) 54px 7px no-repeat;
}
.catalog_sidebar li ul{
  display:none;
}
.catalog_sidebar li a.active + ul,
.catalog_sidebar li span.active + ul{
  display:block;
}
/***************/

.catalog_sidebar li a:hover, .catalog_sidebar li a.active,
.catalog_sidebar li span:hover, .catalog_sidebar li span.active{
  background-color: #C5C9C5;
}

.big_right{
  width: 657px;
  float: right;
  padding: 14px;
  margin-bottom: 53px;
}

.catalog_filter{
  height: 50px;
  line-height: 50px;
  background: #ececec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 12px;
}

.catalog_filter p{
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #4a4a4a;
}

.grid_list{
  float: right;
  margin-top: 16px;
}

.grid_list li{
  width: 16px;
  height: 16px;
  float: left;
  cursor: pointer;
}

.grid_list li:hover, .grid_list li.active{
  background-position-y:  !important;
}

.grid_list li:hover:first-child, .grid_list li.active:first-child {
background-position: left top !important;
}
.grid_list li:hover:last-child, .grid_list li.active:last-child {
background-position: right top !important;
}

.pagination{
  margin-top: 16px;
  float: right;
  height:29px;
}

.pagination li{
  float: left;
  font-family: 'GothamProBold';
  font-size: 15px;
  width: 26px;
  height: 26px;
  line-height: 29px;
  text-align: center;
  margin-left: 6px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}

.pagination li a{
  font-family: 'GothamProBold';
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  width: 26px;
  height: 26px;
  display: block;
  background: #e8e8e8;
  border-bottom: 3px solid #d9d9d9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pagination li a.active{
  background: #ff9f38;
  border-bottom: 3px solid #a03319;
}

.pagination li:first-child, .pagination li:last-child {
	width: auto;
}
.pagination li:first-child a, .pagination li:last-child a {
	width: auto;
	padding: 0 10px;
}
.catalog_filter:before, .catalog_filter:after {
	content: '';
	display: block;
	clear: both;
}
.catalog_filter .smartfilter:before, .catalog_filter .smartfilter:after {
	content: '';
	display: block;
	clear: both;
}
.smartfilter p:nth-of-type(4) {
	clear: left;
}
div.catalog_filter {
	height: auto;
}

.catalog_grid{
  overflow: hidden;
  margin-bottom: 30px;
}

.catalog_grid li{
  float: left;
  position: relative;
  width: 194px;
  height: 450px;
  margin-right: 35px;
  margin-top: 25px;
  margin-bottom: 20px;
  background: #e6e6e6;
  border-radius: 5px;
}

.detail_price{
  float: left;
}


.sellery {
background: url(img/mini_action.png) no-repeat 0 0;
  padding: 16px 8px;
  position: absolute;
  top: 80px;
  right: 10px;
  width: 54px;
height:34px;
font:bold 13px 'Open Sans', sans-serif;
color:rgb(255,255,255);
text-align:center;
  }

.catalog_grid li img{
  max-width: 194px;
  max-height: 165px;
  /*min-height: 155px;*/
  display: block;
  margin: auto;
}

.catalog_grid li a.text{
  color: #2fa1df;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  display: block;
  height: 56px;
  line-height: 18px;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  padding-top: 10px;
}

.catalog_grid li a.text:hover{ color: #666;}

.catalog_grid li section{
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  text-align: left;
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 0px;
  margin-top: 3px;
  padding-left: 5px;
  height: 90px;
  overflow: hidden;
}

.catalog_grid li section div{
  text-align: center;
}

/*.catalog_grid li section .block{padding:10px 2px;}*/
/*.catalog_grid li section .block h3{font-size:11px;padding:0 10px 10px;}*/
/*.catalog_grid li section .block table td{text-align: left;}*/
/*.catalog_grid li section .block .td_first{font-size:10px;}*/
/*.catalog_grid li section .block .td_second{font-weight:bold;font-size:11px;}*/

li section .block{padding:10px 2px;}
li section .block h3{font-size:11px;padding:0 10px 10px;}
li section .block table td{text-align: left;}
li section .block .td_first{font-size:10px;}
li section .block .td_second{font-weight:bold;font-size:11px;}

.catalog_grid li .price, .catalog_grid li .old_price  {
  font-family: 'GothamProBold';
  font-size: 17px;
  color: #000000;
  text-align: center;
  margin-bottom: 1px;
  margin-top: 7px;
  height: 20px;
}
.old_price { text-decoration: line-through;font-size:17px;}
.catalog_grid li .old_price { font:15px 'GothamPro'; text-decoration: line-through; }
.catalog_grid li .new-price {  font:17px/20px 'GothamProBold'; color:red;  text-align: center;
  margin-bottom: 7px;
  margin-top: 2px;  }

.catalog_grid li .buy {
  width: 131px;
  height: 45px;
  display: block;
  text-align: center;
  line-height: 45px;
  background: #c9c9c9;
  text-transform: uppercase;
  color: #000000;
  font-family: 'GothamProBold';
  font-size: 14px;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ff9f38;
  border-bottom: 3px solid #a03319;
}

.catalog_grid li .price-buy-ajaxbuy {
  position: absolute;
  bottom: 20px;
  left: 31.5px;
}

.catalog_grid li .image-element {
  height: 165px;
}

.catalog_list{
  margin-top: 34px;
}

.catalog_list>li{
  width: 626px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e6e6e6;
  padding: 18px 16px 26px 14px;
  overflow: hidden;
  margin-bottom: 18px;
}

.catalog_list img{
  float: left;
  margin-right: 10px;
  width: 184px;
}

.catalog_list_button{
  _float: left;
  _width: 172px;
  padding-right: 8px;

    overflow: hidden;
}

.catalog_list li a.text {
  color: #2fa1df;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  display: block;
  line-height: 20px;
  margin-bottom: 10px;
}

.catalog_list li p {
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 11px;
  margin-bottom: 10px;
}

.catalog_list li div section{
height: 100x;
overflow: hidden;
font-size: 11px;
}

.catalog_list li .price {
  font-family: 'GothamProBold';
  font-size: 17px;
  color: #000000;

}



/*.podr{*/

/*}*/

.catalog_list li .buy {
  width: 131px;
  height: 45px;
  display: block;
  text-align: center;
  line-height: 45px;
  background: #c9c9c9;
  text-transform: uppercase;
  color: #000000;
  font-family: 'GothamProBold';
  font-size: 14px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #ff7d14  0%,#fc4600 100%);
  border-bottom: 3px solid #a03319;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);

    float:right;
    margin-top: -15px;
}
div.clear{clear:both;}
/*.catalog_list li .price:after{content: '.';display: block;clear: both;height:0;}*/

.catalog_list_characteristics{
  float: right;
  width: 240px;
  font-size: 11px;
}

.catalog_list_characteristics p{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px !important;
  font-weight: bold;
  color: #0b0d08 !important;
}

.catalog_list_characteristics>span{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #424340;
  display: block;
}

.characteristics li{
  color: #7c7c7c;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.characteristics li span{
  float: right;
}

.cart_h{
  border-bottom: 1px solid #565656;
  margin-bottom: 20px;
  line-height: 44px;
}

.cart_block{
  width: 955px;
  padding: 12px 9px 21px 11px;
  margin: 0 auto 24px;
}

.cart_block thead tr{
  height: 55px;
  vertical-align: middle;
  background: #ececec;
}

.cart_block thead td{
  padding-left: 15px;
  border-left: 1px solid #f7fbf8;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #010101;
  font-weight: bold;
}

.cart_block tbody tr{
  height: 61px;
  vertical-align: middle;
  border-bottom: 1px solid #d6d6d6;
}

.cart_block .name{
  width: 451px;
}

.cart_block .name a{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #2fa1df;
}

.cart_block .price{
  width: 205px;
}

.cart_block .price p{
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #5e5e5e;
}

.cart_block .quantity{
  width: 302px;
}

.quantity .num_styler{
  width: 67px;
  height: 31px;
  background: #e6e6e6;
  border:1px solid #c9c9c9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  padding-left: 13px;
  outline: none;
  float: left;
  margin-left: 28px;
}

.num_styler_up{
  border-bottom: 6px solid #4a4a4a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  width: 0px;
  margin-bottom: 2px;
  position: relative;
  top: 10px;
  left: -18px;
  cursor: pointer;
  float: left;
}

.num_styler_down{
  border-top: 6px solid #4a4a4a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  width: 0px;
  position: relative;
  top: 18px;
  left: -28px;
  cursor: pointer;
  float: left;
}

.del_prod{
  display: block;
  width: 111px;
  height: 31px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'GothamProBold';
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 34px;
  border-bottom: 3px solid #030303;
  float: right;
  color: #ffffff;
  background: #575757;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.73);
}

.cart_block a.checkout{
  border-right: none;
  border-top: none;
  border-left: none;
  width: 221px;
  height: 55px;
  font-size: 17px;
  margin-top: 15px;
  outline: none;
  cursor: pointer;
  display: block;
  text-decoration: none;
  line-height: 55px;
  text-align: center;
  color: #000000;
}

.consult_spec{
  width: 647px;
  margin-bottom: 42px;
  padding: 15px 17px 28px 23px;
  float: left;
}

.order_call_modal .input_block, .order_call_modal .input_block{
  overflow: hidden;
  width: 470px;
}

.input_block{
  overflow: hidden;
}

.in_input_block{
  width: 360px;
  float: right;
}

.consult_spec .input_block span{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #4a4a4a;
  font-weight: 400;
  line-height: 40px;
}

.consult_spec .in_input_block input{
  float: right;
  margin-right: 140px;
  width: 380px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 0.65);
  box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 0.65);
  height: 31px;
  padding: 0 10px;
  outline: none;
  border: 1px solid #b5b5b6;
  background: #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 7px;
}

.consult_spec .in_input_block textarea{
  float: right;
  width: 520px;
  height: 100px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 0.65);
  box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 0.65);
  padding: 10px;
  outline: none;
  border: 1px solid #b5b5b6;
  background: #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 7px;
  resize: none;
}

.consult_spec input[type=submit]{
  width: 171px;
  height: 45px;
  border:none;
  background: #cacaca; /* Old browsers */
  background: -moz-linear-gradient(top,  #cacaca 0%, #bcbcbc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cacaca), color-stop(100%,#bcbcbc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cacaca 0%,#bcbcbc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cacaca 0%,#bcbcbc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cacaca 0%,#bcbcbc 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #cacaca 0%,#bcbcbc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */
  text-transform: uppercase;
  font-family: 'GothamProBold';
  color: #666666;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  margin: 10px 105px;
}

.consult_spec p{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #1a1a1a;
  margin-left: 105px;
}

.go_to_catalog{
  width: 257px;
  height: 55px;
  display: block;
  text-decoration: none;
  color: #000000;
  float: left;
  font-size: 17px;
  line-height: 58px;
  margin-left: 32px;
}

.feedback>li{
  border-bottom: 1px solid #cbc8c9;
  margin-bottom: 25px;
}

.feedback .text{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-style: italic;
  color: #4a4a4a;
  font-weight: 400;
  margin-bottom: 20px;
}

.feedback .personal{
  margin: 20px 0 10px;
  position: relative;
}

.feedback .personal .line{
  width: 30px;
  height: 1px;
  background: #cbcbcb;
  position: absolute;
  left: 0;
  top: 11px;
}

.feedback .personal .name{
  font-family: 'GothamProBold';
  font-size: 17px;
  color: #010101;
  text-decoration: none;
}

.feedback .personal .company{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #696969;
}

.questions_block li{
  padding-bottom: 20px;
  border-bottom: 1px solid #c7cac9;
  margin-bottom: 20px;
}

.questions_block li span.question{
  font-family: 'GothamProBold';
  font-size: 17px;
  color: #010101;
  border-bottom: 1px dashed #ccc8c7;
  padding-bottom: 3px;
  margin-left: 13px;
  cursor: pointer;
}

.back_to_news{
  color: #2fa1df;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.questions_block li p.answer{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 27px;
  margin-top: 3px;
  margin-left: 25px;
  display: none;
}

.questions_block li .toggle_button{
  width: 13px;
  height: 13px;
  background: url(img/toggle_button.png) top right;
  float: left;
  margin-top: 3px;
  cursor: pointer;
}

.questions_block li .open{
  background: url(img/toggle_button.png) bottom right;
}

.checkout_block{
  padding: 34px 17px 35px 23px;
  margin-bottom: 20px;
}

.checkout_block .input_block>label, .checkout_block .input_block>span{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #4a4a4a;
  font-weight: 400;
  line-height: 40px;
  float: left;
  width: 100px;
}

.checkout_block .input_block input{
  float: right;
  margin-right: 340px;
  width: 470px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 0.65);
  box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 0.65);
}

.checkout_block .input_block textarea{
  float: right;
  width: 810px;
  height: 61px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.65);
  -moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 0.65);
  box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 0.65);
}

.delivery_block, .payment_block{
  width: 795px;
  border: 1px solid #d4d4d4;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 21px 12px 14px;
  margin-bottom: 24px;
}

.cart_in_checkout{
  width: 959px;
  padding: 12px 0 21px 0;
  margin-bottom: 24px;
}

.cart_in_checkout thead tr{
  height: 55px;
  vertical-align: middle;
  background: #ececec;
}

.cart_in_checkout thead td{
  padding-left: 15px;
  border-left: 1px solid #f7fbf8;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #010101;
  font-weight: bold;
}

.cart_in_checkout tbody tr{
  height: 61px;
  vertical-align: middle;
  border-bottom: 1px solid #d6d6d6;
}

.cart_in_checkout .name{
  width: 511px;
}

.cart_in_checkout .name a{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #2fa1df;
}

.cart_in_checkout .price{
  width: 208px;
}

.cart_in_checkout .price p, .cart_in_checkout .quantity p{
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #5e5e5e;
}

.cart_in_checkout .quantity{
  width: 171px;
}

.end_checkout{
  border-right: none;
  border-top: none;
  border-left: none;
  width: 221px;
  height: 55px;
  font-size: 17px;
  margin-top: 15px;
  outline: none;
  cursor: pointer;
  margin-left: 106px;
  display: block;
  text-decoration: none;
  line-height: 55px;
  color: #000000;
  text-align: center;
}

.radio_block{
  overflow: hidden;
  margin-bottom: 6px;
}

.radio_block span{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 22px;
  margin-left: 5px;
}

.radio_block .discription{
  padding: 15px 20px;
  width: 720px;
  background: #ecedec;
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #7d7d7d;
  position: relative;
  margin-top: 10px;
}

.radio_block .discription img{
  position: absolute;
  left: 0;
  top: -9px;
}

.gallery_block{
  padding: 14px;
  margin-bottom: 20px;
}

.gallery_filter{
  background: #ecedec;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.gallery_filter>div{
  float: left;
  overflow: hidden;
}

.gallery_filter>div:last-child{
  float: right;
}

.gallery_filter div p{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.gallery_filter div span{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #4a4a4a;
  line-height: 22px;
  margin-left: 5px;
  margin-right: 10px;
}

.gallery_list{
  margin-top: 37px;
}

.gallery_list li{
  padding: 20px;
  background: #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 46px;
}

.gallery_list li img{
  margin-right: 23px;
  float: left;
}

.gallery_list li a p.title {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #0b0d08;
  font-weight: bold;
  margin-bottom: 5px;

  color: #000000;
}

.gallery_list li p.text{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #4a4a4a;
}

.gallery_list li p.fio{
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-style: italic;
  color: #000000;
  margin-bottom: 5px;
}

.gallery_list li p.decision{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: bold;
  line-height: 40px;
}

.gallery_list li a{
  color: #2fa1df;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  display: block;
  text-decoration: none;
}

.reviews_feedback{
  width: 100%;
  text-align: left;
  padding-bottom: 15px;
}

.reviews_feedback a{
  color: #000000;
  display: inline-block;
  font-family: "GothamProBold";
  font-size: 20px;
  height: 40px;
  line-height: 43px;
  margin-top: 8px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 30px;
  cursor: pointer;
}

.detail-container.reviews{
  padding-bottom: 25px;
  min-height: 300px;
}

.detail-container.reviews .detail-text{
  width: 100%;
}

.detail-container.reviews .detail-text .fio{
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.detail-container.reviews .detail-text .fio span{
  font-style: italic;
}

.detail-container.reviews .download_file{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  margin-top: 15px;
}

.detail-container.reviews .download_file a{
  margin-left: 5px;
}

.link_catalog{
  display: block;
  width: 254px;
  height: 55px;
  text-align: center;
  line-height: 58px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 11px;
}

.detail_right{
  width: 685px;
  float: right;
}

.detail_title{
  font-family: 'GothamProBold';
  font-size: 24px;
  color: #030303;
}

.detail_disc{
  margin-top: 10px;
  padding:23px 22px 28px 29px;
  overflow: hidden;
  position: relative;
}

.detail_disc .sellery {
 color: red;
position:relative;
top:0;
left:0;
padding:5px 0;
 background: none; border-left: 0px transparent;
}

.detail_disc_left{
  /*width: 284px;*/
  width:47%;
  float: left;
}

.detail_disc_left .detail_img{
  width: 100%;
  height: 100%;
}

.detail_disc_left .detail_img img{
	width: 100%; 
	border-radius: 5px;
	border: 1px solid #bfbfbf;
}

.detail_disc_left p{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.detail_disc_carousel{
  position: relative;
  height: 69px;
  margin-top: 20px;
}

.detail_disc_prev{
  display: block;
  width: 16px;
  height: 25px;
  background: url(img/dego_content_arrow.png) center top no-repeat;
  position: absolute;
  left: 0;
  top: 22px;
}

.detail_disc_next{
  display: block;
  width: 16px;
  height: 25px;
  background: url(img/dego_content_arrow.png) center bottom no-repeat;
  position: absolute;
  right: 0;
  top: 22px;
}

.detail_disc_carousel_overflow{
  overflow: hidden;
  width: 244px;
  height: 69px;
  margin: 0 auto;
}

.detail_disc_carousel_overflow ul{
  width: 10000px;
  position: relative;
}

.detail_disc_carousel_overflow ul li{
  float: left;
  margin-right: 3px;
  cursor: pointer;
  width: 79px;
  height: 69px;
  overflow: hidden;
  position: relative;
}

.detail_img_min_stoke{
  background: url(img/detail_img_min_stoke.png);
  position: absolute;
  width: 79px;
  height: 69px;
  top: 0;
  left: 0;
  display: none;
}

.detail_disc_carousel_overflow ul li:hover .detail_img_min_stoke{
  display: block;
}

.detail_disc_right{
  /*width: 332px;*/
  width:50%;
  float: right;
}

.detail_disc_right div{
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #4a4a4a;
  margin-bottom: 15px;
}

.detail_disc_right .price{
  font-family: 'GothamProBold';
  font-size: 21px;
  color: #0b0d08;
  line-height: 38px;
}

.detail_disc_right .buy{
  display: block;
  text-decoration: none;
  color: #000000;
  width: 131px;
  height: 45px;
  line-height: 50px;
  float: right;
  font-size: 15px;
}

.detail_disc_right .functions{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0b0d08;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
}

.detail_disc_right a{
  color: #2fa1df;
  font-family: 'GothamProBold';
  font-size: 14px;
  display: block;
  height: 38px;
  line-height: 1;
  margin-top: 10px;
}

.detail_tabs{
  margin-top: 20px;
  margin-bottom: 11px;
}

.detail_tabs_content{
  padding: 10px;
  position: relative;
  top: -1px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
}

.detail_tabs_content li table tr{
  height: 26px;
  vertical-align: middle;
  color: #999;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #cbcbcb;
}

.detail_tabs_content li table tr:last-child{
  border-bottom: 0;
}

.detail_tabs_content li table td{
  width: 330px;
  padding-left: 20px;
}
.detail_tabs_content li table td small{ color: #000; font-family: 'Open Sans',sans-serif; font-size: 14px;}

.detail_tabs_content p{
  color: #4a4a4a;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.detail_tabs_link{
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.detail_tabs_link li{
  float: left;
  padding: 12px 28px;
  color: #777875;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  background: #e3e3e3 url(img/sh.png) 0 39px repeat-x;
  margin-right: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.detail_tabs_link li.reviews-tab{
  background-color:#ff9f39;
  color:#fff;
}

.detail_tabs_link li.active{
  background: #f5f6f5;
  border: 1px solid #adb1ac;
  border-bottom: 0;
  -webkit-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow:    0px -1px 2px 0px rgba(0, 0, 0, 0.55);
  box-shadow:         0px -2px 2px 0px rgba(0, 0, 0, 0.55);
  color: #0b0d08;
}
.detail_tabs_link li.active.reviews-tab{
  color: #ff9f39;
}


.detail_tabs_content .dego_carousel_overflow{
  width: 653px;
}

.detail_car{
  width: 980px;
}

.detail_car .dego_content_carousel_overflow{
  width: 887px;
}

.detail_car .dego_content_carousel_overflow .dego_content_carousel_list li{
  margin-right: 36px;
}

.dego_content_prev_detail_car{display: block;width: 16px;height: 25px;background: url(img/dego_content_arrow.png) top center;position: absolute;left: 8px;top: 86px;}
.dego_content_next_detail_car{display: block;width: 16px;height: 25px;background: url(img/dego_content_arrow.png) bottom center;position: absolute;right: 8px;top: 86px;}

.calc_img{
  margin-top: 12px;
  position: relative;
}

.calc_modal{
  padding: 16px 20px 30px 16px;
  width: 230px;
  position: absolute;
  overflow: hidden;
}

.calc_modal .title{
  font-family: 'GothamProBold';
  font-size: 19px;
  color: #010101;
  text-transform: uppercase;
  line-height: 19px;
  margin-left: 5px;
}

.calc_modal .parametrs{
  overflow: hidden;
}

.calc_modal .parametrs span{
  color: #4a4a4a;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 31px;
}

.calc_modal .parametrs input{
  width: 46px;
  float: right;
}

#tv{
  left: 0;
  top: 10px;
}

#ref{
  right: 0;
  top: 10px;
}

#pump{
  left: 0;
  top: 400px;
}

#light{
  top: 415px;
  left: 430px;
}

.list_device{
  padding: 25px;
  background: #ebeceb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 65px;
}

.list_device table{
  width: 100%;
}

.list_device table td{
  width: 20%;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 31px;
  font-weight: 400;
  padding: 0 6px;
  height: 60px;
  vertical-align: middle;
}

.list_device table td.name{
  text-transform: uppercase;
  font-family: 'GothamProBold';
  font-size: 16px;
}

.list_device table td input{
  width: 36px;
  float: right;
}

.clear_block{
  display: block;
  width: 111px;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  background: #c8c8c8;
  text-transform: uppercase;
  text-decoration: none;
  color: #666666;
  font-family: 'GothamProBold';
  margin-top: -7px;
  margin-left: 18px;
}

.calculate{
  width: 181px;
  height: 55px;
  display: block;
  line-height: 58px;
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  margin: 10px auto 0;
}

.gallery_block .catalog_list>li{
  width: auto;
  padding-bottom: 10px;
}

.gallery_block .catalog_list li .catalog_list_button{
  width: 325px;
}

.gallery_block .catalog_list li .catalog_list_characteristics{
  width: 273px;
}

.gallery_block .catalog_list li .price{
  float: left;
  line-height: 43px;
  margin-right: 28px;
}

.gallery_block .catalog_list li .buy{
  float: left;
}

.clarify{
  width: 501px;
  height: 70px;
  display: block;
  line-height: 73px;
  text-decoration: none;
  color: #322626;
  font-size: 21px;
  margin: 10px auto 0;
}

.parametrs_home{
  background: #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:4px 20px 5px 17px;
  margin-bottom: 25px;
}

.parametrs_home .title{
  font-family: 'GothamProBold';
  font-size: 20px;
  text-transform: uppercase;
  line-height: 38px;
  border-bottom: 1px solid #ffffff;
}

.parametrs_home table{
  margin-top: 12px;
}

.parametrs_home table td{
  padding-right: 25px;
  width: 14%;
}

.parametrs_home table tr.big td{
  font-family: 'GothamProBold';
  font-size: 30px;
  height: 50px;
  vertical-align: middle;
}

.parametrs_home table td{
  color: #000000;
  font-family: 'Open Sans';
  font-size: 13px;
}

a:hover{
  text-decoration: none !important;
}

.yellow:hover, .buy:hover, .consult_spec input[type=submit]:hover, .del_prod:hover, .clear_block:hover, .cart:hover{
  opacity: 0.5;
}

.pagination li a:hover{
  background: #ff9f38;
  border-bottom: 3px solid #a03319;
}

.blackdrop{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.7;
  z-index: 101;
  display: none;
}

.order_call_modal{
  padding: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -255px;
  margin-top: -197px;
  display: none;
  z-index: 102;
}

.product_order_modal, .product_clarify_modal {
  padding: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -255px;
  margin-top: -197px;
  display: none;
  z-index: 102;
}

.talk_spec{
  padding: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -255px;
  margin-top: -313px;
  display: none;
  z-index: 102;
}

.reviews_form{
  padding: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -255px;
  margin-top: -313px;
  display: none;
  z-index: 102;
}

.order_servise{
  padding: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -255px;
  margin-top: -219px;
  display: none;
  z-index: 102;
}

.manager_help{
  padding: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -255px;
  margin-top: -219px;
  display: none;
  z-index: 102;
}

.modal_header{
    max-width: 400px;
    padding: 15px 40px;
    text-align: center;
    background: #010101;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'GothamProBold';
    text-transform: uppercase;
    color: #fe6400;
    font-size: 20px;
    margin-bottom: 27px;
    position: relative;
}

.modal_close{
  position: absolute;
  top: 31px;
  left: 19px;
  width: 16px;
  height: 16px;
  background: url(img/modal_close.png);
  cursor: pointer;
}

.modal .input_block>span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #4a4a4a;
  font-weight: 400;
  line-height: 40px;
  float: left;
  width: 100px;
  padding-left: 10px;
}

.modal label{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #4a4a4a;
  font-weight: 400;
  line-height: 30px;
  padding-left: 10px;
}

.modal .input_block input {
  float: right;
  margin-right: 16px;
  width: 320px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.65);
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.65);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.65);
}

.modal .input_block textarea {
  float: right;
  margin-right: 16px;
  width: 320px;
  height: 111px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.65);
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.65);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.65);
}

.modal input[type=submit]{
  border:none;
  width: 171px;
  height: 45px;
  background: #c7c7c7;
  display: block;
  margin: 10px auto;
  font-family: 'GothamProBold';
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
}

.modal input.yellow[type=submit]{
  background: #f9d808; /* Old browsers */
  background: -moz-linear-gradient(top,  #f9d808 0%, #f9b601 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9d808), color-stop(100%,#f9b601)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f9d808 0%,#f9b601 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f9d808 0%,#f9b601 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f9d808 0%,#f9b601 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f9d808 0%,#f9b601 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d808', endColorstr='#f9b601',GradientType=0 ); /* IE6-9 */
  border-bottom: 3px solid #da9b16;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'GothamProBold';
  text-transform: uppercase;
  font-size: 15px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
  color: #000000;
}

.talk_spec p{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #4a4a4a;
  font-weight: 400;
  line-height: 40px;
  float: left;
  width: 100px;
  padding-left: 10px;
}

.talk_spec .radio_block{
  margin-left: 110px;
  width: 344px;
}

.talk_spec .radio_block span{
  font-size: 13px;
}

.end_modal{
  padding: 24px 24px 33px 24px;
  width: 422px;
  background: #f9d808;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -240px;
  margin-top: -313px;
  display: none;
  z-index: 51;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: bold;
  text-transform: uppercase;
}

.end_modal .modal_close{
  background: url(img/modal_close_black.png) !important;
}

.disabled .dis{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.5;
}

.search_page>li{
  border-bottom: 1px solid #cbc8c9;
  margin-bottom: 25px;
}

.search_page>li a{
  font-family: 'GothamProBold';
  font-size: 17px;
  color: #010101;
  text-decoration: none;
}

.search_page>li .date{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #696969;
}

.search_page>li .text{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-style: italic;
  color: #4a4a4a;
  font-weight: 400;
  margin-bottom: 20px;
}

.modal input[type=text]{
  height: 31px;
  padding: 0 10px;
  outline: none;
  border: 1px solid #b5b5b6;
  background: #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 7px;
}

.modal textarea{
  padding: 10px;
  outline: none;
  border: 1px solid #b5b5b6;
  background: #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 7px;
  resize: none;
}

.modal input[type=text]:focus, .modal textarea:focus{
  border: 1px solid #a2a3a1;
}

.modal_error{
  margin-bottom: 27px;
}

.cart_block .bt2{
  width: 171px;
  height: 45px;
  border: none;
  background: #cacaca;
  background: -moz-linear-gradient(top, #cacaca 0%, #bcbcbc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cacaca), color-stop(100%,#bcbcbc));
  background: -webkit-linear-gradient(top, #cacaca 0%,#bcbcbc 100%);
  background: -o-linear-gradient(top, #cacaca 0%,#bcbcbc 100%);
  background: -ms-linear-gradient(top, #cacaca 0%,#bcbcbc 100%);
  background: linear-gradient(to bottom, #cacaca 0%,#bcbcbc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#bcbcbc',GradientType=0 );
  text-transform: uppercase;
  font-family: 'GothamProBold';
  color: #666666;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  margin-top: 10px;
}

.cart_block .bt2:hover{
  opacity: 0.5;
}

div.cart:hover{
  opacity: 1;
}

.delivery_block .discription{
  display: none;
}

.detail_tabs_content{
  color: #4a4a4a;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.detail_tabs_content li ul { list-style:disc; padding-left:30px; }

.modal_img_block {
  width: 500px;
  height: 505px;
  background: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -250px;
  display: none;
  z-index: 102;
}

.modal_close {
    z-index: 1;
    width: 16px;
    height: 16px;
    background: url('img/modal_close.png');
    position: absolute;
    cursor: pointer;
    display: block;
    top: 22px;
    bottom: 0;
}

.modal_close:before,
.modal_close:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;    
    background-color: transparent;
}

.modal_close:before{
	transform: rotate(45deg);
}

.modal_close:after{
    transform: rotate(-45deg);
}

.modal_img_block a {
  width: 30px;
  height: 30px;
  background: url('img/modal_arrow.png');
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.modal_img_block .prev {
  background-position: left top;
  left: -60px;
}

.modal_img_block .next {
  background-position: left bottom;
  right: -60px;
}

.modal_img_block img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.catalog_list li div section .block .td_first {
font-size: 12px;
}

/*.sellery, .old_price { display: none;}*/
.catalog_list .sellery {
  right: auto;
  left: 122px;
  top: 28px;
  line-height: 13px;
}
.catalog_list .new-price {
  font: 17px/20px 'GothamProBold';
  color: red;
  margin-bottom: 7px;
  margin-top: 2px;
}
.catalog_list .old_price {
  margin-bottom: 1px;
  margin-top: 7px;
  font: 15px 'GothamPro';
  text-decoration: line-through;
}
ul.catalog_grid .sellery{
  height: 51px;
  line-height: 13px;
  padding: 13px 8px 0 8px;
}

.tovaradd span{
      width: 202px;
    /* height: 35px; */
    background: #010101;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* line-height: 72px; */
    font-family: 'GothamProBold';
    text-transform: uppercase;
    color: #FF7D14;
    font-size: 15px;
    padding-left: 0px;
    margin:0px 0px 25px;
    text-align: center;
    display: block;
    padding: 10px 0;
}

.tovaradd a {
    border: none;
    width: 190px;
    height: 45px;
    background: #c7c7c7;
    display: block;
    margin: 0px auto;
    font-family: 'GothamProBold';
    text-transform: uppercase;
    color: #666666;
    font-size: 14px;
  display:block;
  text-decoration:none;
      background: #e8e8e8;
    border-bottom: 3px solid #d9d9d9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  line-height:45px;
  }

.catalog-description ul, .catalog-description ol, ul.catalog-description, ol.catalog-description {
  list-style: inherit;
  margin: 15px;
}

h3.reviews_form2{
  width: 400px;
  height: 50px;
  padding: 10px 0 50px 0;
  text-align: center;
}

.reviews_pagination{
  width: 100%;
}

.reviews_pagination.top .pagination{
  margin-top: 10px;
  margin-bottom: -10px;
}

.reviews_pagination.bottom .pagination{
  margin-top: -15px;
}

#modal_sale {display:none;}

.fancybox-skin{
  padding: 40px 15px 15px 15px !important;
}

.fancybox-close {
    top: 1px !important;
    right: 4px !important;
}

.price-text {
  padding-top: 10px;
}

.price-text-list {
  padding-top: 10px;
  text-align: center;
}

.company_desc{
	font-family: 'GothamProBold';
    font-size: 16.5px;
    float: left;
    position: absolute;
    text-transform: uppercase;
    top: 132px;
    color: #464646;
    width: 786px;
}
.company_desc h2 {
	font-family: 'GothamProBold';
    font-size: 16.5px;
    color: #464646;
}


/* fixed block */
/*.fixed_wrap*/.fixed{
  position: fixed;
  top: 16px;
  opacity: 1;
  left: 50%;
  margin-left: -491px;
  z-index: 101;
}


/* popup-success-message */

.popup-succes-message{
    padding: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 400px;
    min-height: 200px;
    z-index: 102;
    background: #f5f6f5;
    border: 1px solid #adacb1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}

.popup-succes-message .modal_close{
  width: 25px;
  height: 25px;
  background: url(img/modal_close.png) no-repeat center;
  border-radius: 3px;
  background-color: #000;
}


.popup-succes-message p{
    font-family: 'GothamProBold';
    font-size: 20px;
    text-align: center;
    position: absolute;
    width: 95%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #464646;
}

.popup-succes-message .click-close{
    border: none;
    width: 171px;
    height: 45px;
    background: #c7c7c7;
    display: block;
    margin: 10px auto;
    font-family: 'GothamProBold';
    text-transform: uppercase;
    color: #666666;
    font-size: 14px;
}

@media screen and (max-width: 1024px){
  .promo_fixed{
    top: 50px !important
  }

  /*.menu{    
    margin-left: 50px;
  }*/

  .basket{    
    margin: 5px 0 0 6px;
    position: absolute;
  }
}

@media screen and (max-device-width: 768px){
  .menu_search .menu{
    margin-left: 0px;
  }

  .header_wrapper .company_desc{
    font-size: 15px;
  }
}

.grouped_elements .b_grouped_elements{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.grouped_elements:hover .b_grouped_elements{
  z-index: 0
}

.phone-call-link {
  text-decoration: none;
}

.phone-call-link:hover {
  text-decoration: none;
}
.detail_tabs_content li table td {
  padding-left: 0;
}
.detail_tabs_content li table tr td {
  padding-left: 5px;
  padding-right: 5px;
  width: 220px;
}

.list-item__link {
  display: block;
  position: relative;
  background-color: #fff;
}
.list-item__link img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


//sticker styles

.cat-item {
  position: relative;
}
.discount {
  position: absolute;
  top: 60px;
  right: 0px;
  width: 84px;
  height: 84px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  cursor: pointer;
}
.discount:hover .discount__descr {
  visibility: visible;
}
.discount__descr {
  position: absolute;
  visibility: hidden;
  transition: .3s ease;
  width: 248px;
  z-index: 10;
  top: 90px;
  border-radius: 8px;
  opacity: 0.9;
  padding: 12px;
  background-color: #fff;
}
.discount__descr:before {
  content: '';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: -5px;
  left: 31px;
}
@media screen and (max-width: 1010px) {
  .discount__descr {
    left: -130px;
    width: 200px;
  }
  .discount__descr:before {
    left: auto;
    right: 48px;
  }
}
/*catalog captions center*/
.dego_content_carousel_list li a.text {
  text-align: center;
}
.share_soc{
  float: right;
  font-size: 16px;
}
.share-text {
  float: left;
  padding-right: 10px;
  line-height: 30px;
}
.menu-search__phone {
  display: none;
  float: right;
  width: 212px;
  text-align: center;
}
.menu-search__phone a {
  font-size: 18px;
  font-family: 'GothamProMedium';
  line-height: 48px;
  color: inherit;
  text-decoration: none;
  letter-spacing: .6px;
}
.menu-search__phone.active {
  display: block;
}

/* hot fixes after bitrix update */
ul.dego_content_carousel_list.product-page-slider li {
	height: auto;
	min-height: 526px;
	padding-bottom: 36px;
}
#sale_order_props > div {
	margin-bottom: 16px;
}
.catalog_filter .smartfilter p {
	line-height: 50px;
	margin-bottom: 0;
}
.header_buttons .yellow {
	text-align: center;
}
.pagination li:first-child a, .pagination li:last-child a {
	font-size: 0;
}
.pagination li:first-child a:before {
	content: "<";
	font-size: 14px;
}
.pagination li:last-child a:before {
	content: ">";
	font-size: 14px;
}
.tovaradd a {
	text-align: center;
}

div.roistat-promo-wrap {
	background: #FF7D14;
}
.smart-filter-title.smart-link.down > span {
visibility: hidden
}















/* === Десктоп: увеличить кнопки и картинку после удаления корзины === */
@media (min-width: 1024px) {
  /* Кнопки "Обратиться к специалисту" и "Рассчитать для своего дома" */
  .header_buttons li {
    font-size: 13px !important;
    padding: 3px 16px !important;
    width: 184px !important;
    border-radius: 5px;
  }

  .header_buttons li:last-child {
        margin-right: 36px !important;
    }

  .header_buttons li a {
    font-size: 13px !important;
    font-weight: bold;
  }

  .header_buttons .yellow {
        margin-right: 33px !important;
    }

  /* Кнопка "Заказать звонок" */
  .phone_block_wrapper {
    width: 410px !important;
   } 
  .call_btn {
    font-size: 14px !important;
    padding: 10px 20px !important;
	color: #000000;
    border-radius: 5px;
    text-transform: uppercase;
  }

  .call_btn_plit {
        font-size: 14px !important;
        padding: 9px 15px !important;
        background-color: #FF7D14;
        border-radius: 5px;
        text-transform: uppercase;
        width: 100px;
        height: 28px;
        display: block;
        text-align: center;
        line-height: 28px;
        background: #c9c9c9;
        text-transform: uppercase;
        color: #000000;
        font-family: 'GothamProBold';
        font-size: 14px;
        text-decoration: none;
        margin: 0 auto;
        margin-top: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #ff9f38;
        border-bottom: 3px solid #a03319;
}
  /* Картинка акции */

  .header_sale {
        margin-top: 0;
        margin-right: 31px !important;
    }
  .header_sale img {
    width: 208px !important;
    height: auto !important;
  }

  /* стилькнопки формы заказа звонка в пк версии в каталоге со списком */
.mobcallbtn {
    width: 27%;
	width: 131px;
        height: 25px;
        display: block;
        text-align: center;
        line-height: 25px;
        background: #c9c9c9;
        text-transform: uppercase;
        color: #000000;
        font-family: 'GothamProBold';
        font-size: 14px;
        text-decoration: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #ff9f38;
        border-bottom: 3px solid #a03319;
        float: right;
        margin-top: -15px;

}

}

  /* выравниваем по одной линни номер телефона и кнопку бургеи меню в моб версии */
    .header .header_middle {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 100%;
        margin-left: 0;
        width: 92px !important;
        top:  0px !important;
    }

  /* стиль кнопки заказа во внутреннй странице товара */
    .detailzakbtn{
	font-weight: bolder !important;
	color: #000000 !important;
	background: #ff9f38 !important;
	text-shadow: none !important;
	margin-top: 5px !important;
}

/* === Мобильная версия: оставить как есть или слегка уменьшить === */
@media (max-width: 767px) {
  .header_buttons li {
    font-size: 10px;
    padding: 5px 6px;
    width: auto;
  }

  .call_btn {
    font-size: 10px;
    padding: 8px 12px;
  }

  .header_sale img {
    width: 100px;
  }
}





@media (max-width: 767px) {
  .header_middle {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
  }

    .header .header_middle {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 100%;
        margin-left: 0;
        width: 92px !important;
        top:  0px !important;
    }

  .small-cart {
    display: none !important;
  }

  .burgerMenu {
    order: 2;
    margin-left: auto;
  }

  .phone_block_wrapper {
    margin: 10px 15px 0 15px;
  }

  /* стилькнопки формы заказа звонка в моб версии в каталоге со списком */
.mobcallbtn {
    width: 86%;
}

}