* {
  outline: none;
}
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
h1, .h1 {
  color: #2f3d53;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 40px 0;
}
h2, .h2 {
  color: #2f3d53;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 25px 0;
}
p {
  font-size: 18px;
  margin-bottom: 25px;
}
a {
  color: #6baa89;
  font-size: inherit;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
ul {
  margin: 25px 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0 0 0 15px;
  list-style-type: none;
  line-height: 24px;
  position: relative;
}
ul li:before {
  content:'•';
  display:inline-block;
  position: absolute;
  left: 0;
  top: 0px;
  width: 15px;
  color: #6baa89;
  font-size: 30px;
  line-height: 20px;
}
ul li p {
  margin:0;
  padding:0;
  text-indent:0;
}
input[type=checkbox]{
    box-sizing: border-box;
    padding: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #ccd2d9;
    background: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}
input[type=checkbox]:checked {
  border-color: #6baa89;
  background: #ffffff url(../img/svg/gal-checkbox.svg) no-repeat center;
}
table {
  text-align: left;
  margin: 20px 0;
  font-size: 18px;
}
table th, table td {
  border: 1px solid #ccd2d9;
}
table th {
  background-color: #e9eaea;
  color: #415678;
}
.green-text {
  color: #6baa89;
}
.text-black {
  color: #1d1d1d;
}
.bold {
  font-weight: 700;
}
#breadcrumbs a {
  color: #1d1d1d;
  text-decoration: underline;
  font-size: 16px;
}
#breadcrumbs a:hover {
  text-decoration: none;
}
#breadcrumbs .breadcrumb_item:last-child a {
  text-decoration: none;
}
#breadcrumbs {
  margin: 30px 0 35px;
  color: #1d1d1d;
}
@media only screen and (max-width: 1200px) {
  body, p {
    font-size: 16px;
  }
  table {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #breadcrumbs {
    margin-bottom: 30px;
  }
  h1, .h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
  }
}
/*********faq***********/
.faq-items {
  text-align: justify;
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq-items:after {
  content: "";
  display: inline-block;
  width: 100%;
  line-height: 0;
  font-size: 0;
}
.faq-items .faq-item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 25px 34px 2px 54px;
  margin-bottom: 25px;
  min-height: 237px;
  text-align: left;
  border: 1px solid #ccd2d9;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.faq-item .faq-item-name {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 24px;
  color: #527397;
  text-transform: uppercase;
}
.faq-item .faq-item-name:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/svg/icon-faq.svg) no-repeat center;
  position: absolute;
  left: -35px;
  top: 0;
}
.item-more, .company-category-more {
	margin: 0 auto;
  margin-bottom: 15px;
  line-height: 24px;
  text-align: center;
}
.item-more span, .company-category-more span {
  display: inline-block;
  text-decoration: underline;
  color: #6baa89;
  font-size: 18px;
}
.item-more span:hover, .company-category-more span:hover {
  text-decoration: none;
}
.prod-item-more {
  margin: 15px 0;
  line-height: 24px;
  text-align: left;
}
.prod-item-more span {
  display: inline-block;
  text-decoration: underline;
  color: #6baa89;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  .faq-items .faq-item {
    width: 100%;
    padding: 25px 15px 2px 54px;
    min-height: 0px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-items .faq-item {
    padding: 25px 15px 2px 38px;
  }

  .faq-items .faq-item:nth-child(n+4) {
    display: none;
  }
  .btn_faq {
    margin: 0 auto;
  }
  .faq-item .faq-item-name:before {
	  left: -30px;
	}
}
/******Гарантия*******/
#col-top-link {
  margin: 30px 0;
}
#col-top-link .btn_razdels {
  display: none;
}
#col-top-link .menu-item {
  display: inline-block;
  width: 300px;
  margin: 10px 25px 10px 0;
  background: red;
  height: 49px;
  line-height: 45px;
  border-radius: 24px;
  border: 1px solid #6baa89;
  background-color: #ffffff;
  text-align: center;
}
#col-top-link .menu-item:last-child {
  margin-right: 0;
}
/* #col-top-link .menu-item:nth-child(5n+1) {
  margin-left: 0;
} */
#col-top-link .menu-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#col-top-link .menu-item a, #col-top-link .menu-item a:hover, #col-top-link .menu-item a span {
  text-decoration: none;
  color: #6baa89;
  font-size: 18px;
}
#col-top-link .menu-item.selected {
  background-color: #6baa89;
}
#col-top-link .menu-item.selected a,
#col-top-link .menu-item.selected a:hover,
#col-top-link .menu-item.selected a span {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.39);
}
#col-top-link .menu-item:hover {
  background-color: #323a4d;
  border: 1px solid #323a4d;
  text-shadow: none;
}
#col-top-link .menu-item:hover a,
#col-top-link .menu-item:hover a span {
    color: #ffffff;
}
.vozvrat-box {
  margin: 40px 0;
  display: flex;
}
.vozvrat-box .vozvrat-item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 30px 23px 5px;
  margin-left: 2%;
  margin-right: -4px;
  margin-bottom: 10px;
  border: 1px solid #ccd2d9;
  background-color: #e9eaea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.vozvrat-box .vozvrat-item:nth-child(2n+1) {
  margin-left: 0;
}
.vozvrat-item h4 {
  color: #2f3d53;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 65px);
  width: -webkit-calc(100% - 65px);
}
.vozvrat-item .vozvrat-title {
}
.vozvrat-item .vozvrat-title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 51px;
  margin-right: 19px;
  margin-bottom: 18px;
}
.vozvrat-item.vozvrat-good-tovar .vozvrat-title:before {
  background: url(../img/svg/vozvrat-good-tovar.svg) no-repeat center;
}
.vozvrat-item.vozvrat-bad-tovar .vozvrat-title:before {
  background: url(../img/svg/vozvrat-bad-tovar.svg) no-repeat center;
}
.vozvrat-item:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 13px;
  color: #b2b8bf;
}
.vozvrat-item.vozvrat-good-tovar:before {
  content: "1.";
}
.vozvrat-item.vozvrat-bad-tovar:before {
  content: "2.";
}
@media only screen and (max-width: 1200px) {
  #col-top-link {
    margin: 20px 0;
  }
  #col-top-link .menu-item {
    width: 220px;
    margin: 6px 26px 6px 0;
  }
}
@media only screen and (max-width: 767px) {
  .vozvrat-box {
    display: inline-block;
    margin: 20px 0;
  }
  #col-top-link .btn_razdels {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
  }
  #col-top-link .btn_razdels:after {
  	content: "";
  	display: block;
  	width: 15px;
  	height: 15px;
    background: #6baa89 url(../img/svg/white-triangle.svg) no-repeat center;
    position: absolute;
    top: 16px;
    right: 15px;
  }
  #col-top-link .menu-item:nth-child(n) {
    display: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .vozvrat-box .vozvrat-item {
    width: 100%;
    margin-left: 0;
  } 
  #col-top-link.razdels_open .menu-item {
	display: block;
  }
}
/*******Как оформить заказ?*******/
.order-step-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order-step {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  padding: 27px 23px 2px;
  margin-left: 2%;
  margin-right: -4px;
  margin-bottom: 15px;
  border: 1px solid #ccd2d9;
  background-color: #e9eaea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.order-step:nth-child(3n+1) {
  margin-left: 0;
}
.order-step-box .order-step:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 13px;
  color: #b2b8bf;
}
.order-step-box .order-step:nth-child(1):before {
  content: "1.";
}
.order-step-box .order-step:nth-child(2):before {
  content: "2.";
}
.order-step-box .order-step:nth-child(3):before {
  content: "3.";
}
.order-step-box .order-step:nth-child(4):before {
  content: "4.";
}
.order-step-box .order-step:nth-child(5):before {
  content: "5.";
}
.order-step-box .order-step:nth-child(6):before {
  content: "6.";
}
.order-step-box .order-step:nth-child(7):before {
  content: "7.";
}
.order-step-box .order-step:nth-child(8):before {
  content: "8.";
}
.order-step-box .order-step:nth-child(9):before {
  content: "9.";
}
.order-step-title {
  margin-bottom: 15px;
}
.order-step-title img, .order-step-title .order-step-name {
  display: inline-block;
  vertical-align: middle;
}
.order-step-title img {
  margin-right: 8px;
}
.order-step ul {
	margin: 0; 
}
.popolam {
  text-align: justify;
  line-height: 0;
}
.popolam:after {
  content: "";
  display: inline-block;
  width: 100%;
  clear: both;
  line-height: 0;
  font-size: 0;
  height: 0;
}
.popolam-item {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-bottom: 25px;
  line-height: 24px;
}
@media only screen and (max-width: 1200px) {
  .order-step {
    width: 49%;
    padding-top: 21px;
  }
  .order-step:nth-child(3n+1) {
    margin-left: 2%;
  }
  .order-step:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .order-step {
    width: 100%;
  }
  .order-step:nth-child(n) {
    margin-left: 0;
  }
  .order-step-box .order-step:nth-child(n+5) {
  	display: none;
  }
}
@media only screen and (max-width: 500px) {
  .popolam-item {
    width: 100%;
    margin-bottom: 25px;
  }
}
/*****Контакты****/
.ui-tabs-menu {
  margin: 40px 0 30px;
}
.ui-tabs-menu a.menu-item {
  display: inline-block;
  width: 325px;
  max-width: 100%;
  margin-right: 27px;
  margin-bottom: 10px;
  height: 49px;
  line-height: 45px;
  border-radius: 24px;
  border: 1px solid #6baa89;
  background-color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.ui-tabs-menu .menu-item:hover, .ui-tabs-menu .menu-item.selected:hover {
  background-color: #323a4d;
  border: 1px solid #323a4d;
  text-shadow: none;
  color: #ffffff;
  text-decoration: none;
}
.ui-tabs-menu .menu-item.selected {
  background-color: #6baa89;
  color: #ffffff;
}
.ui-tabs-menu .menu-separator {
  display:none
}
.contacts-item {

}
.contacts-item-name {
  display: none;
}
.contacts_info_item {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}
.contacts_info_item a {
  color: #1d1d1d;
  text-decoration: none;
}
.contacts_info_item a:hover {
  text-decoration: underline;
}
.contacts_info_item span[class*=contacts_icon_] {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}
.contacts_info_item span[class*=contacts_icon_]:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.contacts_icon_address:before {
  background: url(../img/svg/icon-address.svg) no-repeat center;
}
.contacts_icon_metro:before {
  background: url(../img/svg/icon-metro.svg) no-repeat center;
}
.contacts_icon_clock:before {
  background: url(../img/svg/icon-clock.svg) no-repeat center;
}
.contacts_icon_phone:before {
  background: url(../img/svg/icon-phone.svg) no-repeat center;
}
.contacts_icon_viber:before {
  background: url(../img/svg/icon-viber.svg) no-repeat center;
}
.contacts_icon_skype:before {
  background: url(../img/svg/icon-skype.svg) no-repeat center;
}
.contacts_icon_email:before {
  background: url(../img/svg/icon-email.svg) no-repeat center;
}
.contacts_icon_pochta:before {
  background: url(../img/svg/icon-pochta.svg) no-repeat center;
}
.contact_map_box {
  margin: 35px 0;
}
.contact_map, .contact_img {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: -4px;
}
.contact_img {
  margin-left: 2%;
  overflow: hidden;
}
.contact_img  img {
	height: 100%;
	max-width: none;
}
.contact-block-link {
  text-align: justify;
  line-height: 0;
}
.contact-block-link a {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  text-decoration: underline;
  margin-bottom: 10px;
  text-align: left;
}
.contact-block-link a:hover {
  text-decoration: none;
}
.contact-block-link:after {
  content: "";
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 1000px) {
  .contacts_info_item {
    width: 100%;
  }
  .contact_map_box {
    margin: 30px 0
  }
  .contact_map, .contact_img {
    width: 100%;
    margin: 0;
  }
  .contact_map {
    margin-bottom: 20px;
  }
  .contact-block-link a {
	  font-size: 16px;
	}
}
@media only screen and (max-width: 768px) {
	.contact-block-link a {
		display: block;
	}
}
@media only screen and (max-width: 767px) {
  .ui-tabs-menu {
    margin: 24px 0 18px;
  }
  .ui-tabs-menu a.menu-item {
    margin: 10px auto;
    display: block;
  }
  .contact_map iframe {
    height: 298px;
  }
  .contact_img  img {
	height: auto;
	max-width: 100%;
  }
}
/****Регионы****/
.region-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.region-box .h2, .region-box h2 {
	display: block;
	width: 100%;
}
.region-box .region-item {
  display: inline-block;
  vertical-align: top;
  width: 24.4%;
  margin-right: -3px;
  margin-left: 0.8%;
  padding: 20px 20px;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccd2d9;
  background-color: #ffffff;
}
.region-box .region-item:nth-child(4n+2) {
	margin-left: 0;
}
.region-city, .region-title, .region-phone, .region-site {
  padding-left: 27px;
  position: relative;
}
.region-city:before, .region-title:before, .region-phone:before, .region-site:before {
  content: '';
  display: inline-block;
  height: 24px;
  width: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.region-city:before {
  background: url(../img/svg/icon-address.svg) no-repeat center;
}
.region-title:before {
  background: url(../img/svg/icon-bag.svg) no-repeat center;
}
.region-phone:before {
  background: url(../img/svg/icon-phone.svg) no-repeat center;
}
.region-site:before {
  background: url(../img/svg/icon-site.svg) no-repeat center;
}
@media only screen and (max-width: 1600px) {
	.region-box .region-item:nth-child(n) {
	  width: 32.5%;
	  margin-left: 1.3%;
	  margin-bottom: 10px;
	}
	.region-box .region-item:nth-child(3n+2) {
		margin-left: 0%;
	}
}
@media only screen and (max-width: 1200px) {
	.region-wrap .region-box:nth-child(n+3) {
		display: none;
	}
}
@media only screen and (max-width: 1000px) {
	.region-box .region-item:nth-child(n) {
	  width: 49%;
	  margin-left: 2%;
	}
	.region-box .region-item:nth-child(2n+2) {
		margin-left: 0;
	}
}
@media only screen and (max-width: 600px) {
	.region-box .region-item:nth-child(n) {
	  width: 100%;
	  margin: 0 0 10px 0;
	}
}
/****Оплата*****/
.oplata-box {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.oplata-item {
  display: inline-block;
  vertical-align: top;
  width: 49.3%;
  padding: 27px 23px 2px;
  margin-left: 1.4%;
  margin-right: -4px;
  margin-bottom: 40px;
  border: 1px solid #ccd2d9;
  background-color: #e9eaea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 300px;
}
.oplata-item:nth-child(2n+1) {
  margin-left: 0;
}
.oplata-title {
  margin-bottom: 20px;
}
.oplata-title img, .oplata-title .oplata-name {
  display: inline-block;
  vertical-align: middle;
}
.oplata-title img {
  margin-right: 8px;
}
.oplata-item.oplata-white-item {
  padding: 0;
  background: #ffffff;
  border: none;
}
.oplata-item-img {
  position: relative;
  overflow: hidden;
}
.oplata-item-img img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  height: 100%;
  width: auto;
  min-width: 100%;
  max-width: none;
}
.oplata-item li {
  margin-bottom: 15px;
}
.example-order {
  border: 1px solid #e9eaea;
  padding: 24px 24px;
  max-width: 495px;
}
.example-order p {
  margin: 0;
}
.example-order .lzhe-knopka {
  float: right;
  width: 175px;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  background-color: #6baa89;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.39);
  text-align: center;
  color: #ffffff;
  margin-top: -40px;
}
.min-more-text {
	display: none;
	font-size: inherit;
	color: #6baa89;
	text-decoration: underline;
	margin-bottom: 25px;
	cursor: pointer;
}
.min-more-text span {
	font-size: inherit;
	color: #6baa89;
}
@media only screen and (max-width: 1000px) {
	.min-hidden-text {
		display: none;		
	}
	.min-more-text {
		display: block;
	}
  .example-order .lzhe-knopka {
    float: none;
    margin-top: 20px;
  }
  .example-order p.h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .oplata-item:nth-child(n) {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
    min-height: 0;
  }
  .example-order .lzhe-knopka {
    float: none;
    margin-top: 20px;
  }
  .example-order p.h2 {
    margin-bottom: 0px;
  }
}
/****О нас*****/
.show-ul {
  display: none;
}
.company-category-box {
  margin: 40px 0 35px;
}
.company-category-item {
  display: inline-block;
  vertical-align: top;
  width: 19.6%;
  height: 295px;
  border: 1px solid #ccd2d9;
  position: relative;
  margin: 0 -4px 15px 0.5%;
  text-align: center;
}
.company-category-item:nth-child(5n+1) {
  margin-left: 0;
}
.company-category-item:hover {
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.3);
}
.company-category-img {
  display: block;
  width: 100%;
  height: 177px;
  background: #303c51 url(../img/bg/bg-categ-line2.png) no-repeat 0 0;
  padding: 10px 10px;
  position: relative;
}
.company-category-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.company-category-name {
  display: block;
  width: 100%;
  text-align: center;
  height: 118px;
  position: relative;
}
.company-category-name span {
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  line-height: 24px;
  font-size: 18px;
  color: #1d1d1d; 
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin-top: -4px;
}
.img-right {
  float: right;
}
.img-left {
  float: left;
}
.company-block-with-img .img-right {
  margin-left: 40px;
}
.company-block-with-img .img-left {
  margin-top: 30px;
  margin-bottom: 30px;
}
.company-block-with-img .bottom-text {
  margin-top: 230px;
  margin-bottom: 70px;
}
.company-block-link {
	margin: 25px 0;
}
.company-block-link a {
  display: inline-block;
  vertical-align: top;
  width: 170px;
}
.company-plus-block {
  background: url(../img/bg/bg-company-plus.png) no-repeat center;
  background-size: cover;
  color: #ffffff;
  padding: 100px 50px 70px;
}
.company-plus-zag {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 700;
}
.company-plus-item {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin-bottom: 30px;
  padding-left: 55px;
  margin-left: 4%;
  margin-right: -4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.company-plus-item:nth-child(4n+1) {
  margin-left: 0;
}
.company-plus-item:before {
  content: '';
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 4px;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.company-plus-item1:before {
  background-image: url(../img/svg/ic-company-plus1.svg);
}
.company-plus-item2:before {
  background-image: url(../img/svg/ic-company-plus2.svg);
}
.company-plus-item3:before {
  background-image: url(../img/svg/ic-company-plus3.svg);
}
.company-plus-item4:before {
  background-image: url(../img/svg/ic-company-plus4.svg);
}
.company-plus-item5:before {
  background-image: url(../img/svg/ic-company-plus5.svg);
}
.company-plus-item6:before {
  background-image: url(../img/svg/ic-company-plus6.svg);
}
.company-plus-item7:before {
  background-image: url(../img/svg/ic-company-plus7.svg);
}
.company-plus-item8:before {
  background-image: url(../img/svg/ic-company-plus8.svg);
}
.company-plus-title {
  font-weight: 18px;
  font-weight: 700;
}
.company-plus-text {
  font-weight: 18px;
}
.lc-gal {
	margin: 90px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.lc-gal a {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1600px) {
  .company-category-item:nth-child(n) {
    width: 33%;
  }
  .company-category-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .lc-gal {
	margin: 60px 0 40px;
  }
}
@media only screen and (max-width: 1400px) {
  .company-plus-item:nth-child(n) {
    width: 30%;
    margin-left: 5%;
  }
  .company-plus-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .company-block-with-img .img-right {
    height: 171px;
    margin-left: 5px;
  }
  .company-block-with-img .img-left {
    height: 105px;
    margin-top: 0;
    margin-right: 15px;
  }
  .company-block-with-img .bottom-text {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .company-plus-block {
    width: calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    padding: 60px 15px 40px;
    margin-left: -15px;
  }
  .company-plus-item:nth-child(n) {
    width: 49%;
    margin-bottom: 20px;
    margin-left: 2%;
  }
  .company-plus-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .lc-gal a {
    height: 243px;
  }
}
@media only screen and (max-width: 1023px) {
  .company-category-item:nth-child(n) {
    width: 49%;
    margin: 0 -4px 15px 1%;
  }
  .company-category-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .company-block-with-img .img-right, .company-block-with-img .img-left {
    float: unset;
    display: block;
    margin: 0 auto;
  }
  .company-block-link a {
    width: 50%;
    margin-right: -4px;
  }
  .company-block-link a:nth-child(n+13) {
    display: none;
  }
  .company-plus-zag {
    margin-bottom: 20px;
  }
  .company-plus-block {
    padding: 100px 15px 40px;
    margin-top: -60px;
  }
  .company-plus-item:nth-child(n) {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
  }
  .company-plus-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .company-plus-title, .company-plus-text {
    font-size: 16px;
  }
  .lc-gal {
	margin: 20px 0;
  }
  .lc-gal a {
    height: 129px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 639px) {
  .ul-about li {
    display: none;
  }
  .show-ul {
    display: inline-block;
    color: #6baa89;
    text-decoration: underline;
    margin: 0;
  }
  .company-category-item:nth-child(n) {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .company-category-item:nth-child(n+4) {
    display: none;
  }
}
/*******Распродажа*******/
#catalog_filter {
  background-color: #f4f5f5;
  margin-bottom: 40px;
  padding: 20px 26px;
  position: relative;
}
.catalog-view-order-panel {
  float: left;
  position: relative;
}
.catalog-view-order-current {
  box-shadow: none;
  position: relative;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 40px;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
}
.catalog-view-order-current > span {

}
.catalog-view-order-current .text {
  color: #1d1d1d;
  font-size: 16px;
}
.catalog-view-order-current-text {
  display: inline-block;
  width: 206px;
  height: 36px;
  border: 1px solid #ccd2d9;
  background: #ffffff url(../img/svg/sort-arrow.svg) no-repeat 95% 50%;
  padding: 5px 8px;
  box-sizing: border-box;
  font-size: 16px;
  margin-left: 8px;
}
.catalog-view-order-list {
  position:absolute;
  top:35px;
  right:40px;
  z-index:10;
  width: 206px;
  font-size: 16px;
  behavior:url(/PIE.htc);
  overflow:hidden;
  border: 1px solid #ccd2d9;
  background-color: #ffffff;
}
.catalog-view-order-var {
  display:block;
  padding: 4px 8px;
  cursor:pointer;
}
.catalog-view-order-var:hover .text {
  color: #6baa89;
}
.catalog-view-template-panel {
  position:relative;
  float:left; 
  text-align:left;
  line-height: 30px;
  font-size: 16px;
}
.catalog-view-template-panel-text{
  vertical-align:middle;
  margin-right:4px;
  line-height: 24px;
}
.catalog-view-template-var {
  display:inline-block;
  width:30px;
  height:30px;
  vertical-align:top;
  margin-right:6px;
  margin-top: 2px;
  cursor:pointer;
  behavior:url(/PIE.htc);
}
.catalog-view-template-var.button_active {/* background:url(i/catalog-template-icon-bg-active.png); */}
.catalog-view-template-var .icon  {display:inline-block; width:34px; height:34px; vertical-align:top} 
.catalog-view-template-var-showcase .icon {
  background: url(../img/svg/ic-catalog-plitka.svg) no-repeat center;
}
.catalog-view-template-var-showcase.button_active .icon {
  background: url(../img/svg/ic-catalog-plitka-active.svg) no-repeat center;
}
.catalog-view-template-var-normal .icon {
  background: url(../img/svg/ic-catalog-list.svg) no-repeat center;
}
.catalog-view-template-var-normal.button_active .icon {
  background: url(../img/svg/ic-catalog-list-active.svg) no-repeat center;
}
#catalog_filter #catalog_loctator_selected_filters {
   display: block !important;
/*position: absolute;
top: 0;
right: 0;
height: 100%;
padding: 22px 22px; */
}
#catalog-view-compared-panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 76px;
  background-color: #e9eaea;
}
.catalog-view-stat-panel .compared-header-text {
  padding: 24px 22px; 
}
.catalog-view-stat-panel.passive {
  font-size: 16px;
  color: #1d1d1d;
  margin: 0;
  background-color: #e9eaea;
  text-transform: none;
}
#catalog_filter .catalog-view-stat-panel.active {
  background: transparent;
  width: 100%;
}
.catalog_loctator_selected_filters_list {
  margin-top: 25px;
}
.catalog-view-stat-panel .compared-header-text:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 31px;
  background: url(../img/svg/vesi.svg) no-repeat center;
  margin-top: -5px;
  margin-right: 5px;
}
#catalog_loctator_selected_filters a {
  margin-left: 18px;
}
#catalog_loctator_selected_filters a:hover {
}
@media only screen and (max-width: 1023px) {
    #catalog_filter #catalog_loctator_selected_filters #catalog-view-compared-panel.active {
      margin: -12px 0;
    }
    .catalog-view-stat-panel .compared-header-text {
      font-size: 0;
    }
    .catalog-view-stat-panel .compared-header-text #calatog-view-compared-count {
      color: #1d1d1d;
      font-size: 16px;
      line-height: 32px;
      display: inline-block;
      vertical-align: top;
    }
    #catalog_loctator_selected_filters a {
      display: block;
      margin-left: 0;
      font-size: 16px;
    }
    .catalog-view-stat-panel .compared-header-text:before {
      margin-top: 0;
    }
/*     .catalog-view-stat-panel .compared-header-text:after {
  content: "0";
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 31px;
  font-size: 16px;
} */
}
@media only screen and (max-width: 767px) {
  #catalog_filter #catalog_loctator_selected_filters {
    display: none !important;
  }
}
/*******Поиск******/
.search-page form, .search-result-count {display:none}
.search-page-form {
  border: 1px solid #ccd2d9;
  background-color: #f4f5f5;
  padding: 33px 60px;
}
.search-page-form input[type=text] {
  display: inline-block;
  max-width: 100%;
  width: 468px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #ccd2d9;
  background: #ffffff;
  padding: 0 30px;
  margin: 10px 0;
  margin-right: 40px;
}
.search-page-form .btn_search {
  display: inline-block;
  vertical-align: top;
  width: 159px;
  margin: 10px 0;
}
.catalog-group {
  margin: 30px 0;
  display: inline-block;
  width: 100%;
}
.catalog-group a {
  color: #1d1d1d;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}
.catalog-group a:hover {
  text-decoration: none;
}
.catalog-group-sub-separator {
  display:inline-block;
  vertical-align:top;
  margin:0 8px;
}
.catalog-group-sub-separator:before {
  content: "-";
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1d;
}
.search-page-count {
  margin: 40px 0;
}
.search-page .search-item {
  border: 1px solid #ccd2d9;
  padding: 35px 35px;
  margin: 0 0 40px 0;
}
.search-page .search-item.iblock-element .search-item-title {
  margin: 0 0 30px 0;
}
.search-page .search-item-parent-separator {
  color: #6baa89;
}
.catalog_nav, .nav-items {
    margin: 40px 0;
}
.nav_num_pages_block {
  display: inline-block;
  vertical-align: top;
}
.catalog_nav_link a {
  text-decoration: none;
}
.catalog_nav_link, .nav-item {
  display:inline-block;
  min-width: 36px;
  height: 36px;
  border: 2px solid #ccd2d9;
  margin-right: 10px;
  border-radius: 18px;
  text-align: center;
  cursor: pointer;
}
.catalog_nav_link_content, .nav-item > span {
  display: inline-block;
  padding: 4px 0;
}
.nav-item a, .nav-item span {
  font-size: 16px;
}
.nav-item a {
  text-decoration: none;
  color: #838282;
}
.catalog_nav_link:hover, .nav-item:hover {
  background-color: #dfe4ea;
}
.catalog_nav_link_active, .catalog_nav_link_active:hover, .nav-item.selected, .nav-item.selected:hover {
  background-color: #6baa89;
  border: 2px solid #6baa89;
  color: #ffffff;
  cursor: default;
}
.catalog_template_micro {}
.catalog_template_micro .catalog-item {
	display:inline-block;
	vertical-align: top;
	width:49%;
	margin-bottom: 15px;
	min-height: 0;
}
.catalog_template_micro .catalog-item-content {
	position:relative;
	display:block;
}
.catalog_template_micro .catalog-item .catalog_item_name_content {
	height: auto;
}
.catalog_template_micro .catalog-item-name a, .catalog_template_micro .catalog-item .catalog_item_name_content span, .catalog_template_micro .catalog-item .catalog_item_name_content .catalog-short-name{
	display: inline;
	color: #527397;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: left;
	padding: 0;
}
.catalog_template_micro .catalog-item-name a:hover {
	text-decoration: underline;
}
.catalog_template_micro .catalog-item-picture {
	float: left;
    text-align: center;
    width: 108px;
	height:108px;
	display:inline-block;
	text-align:center;
	background:white;
	border:none;
}
.catalog_template_micro .catalog-item-name, .catalog_template_micro  .catalog-item-price, .catalog_template_micro  .catalog-item-store {
	margin: 0 0 0 128px;
	text-align: left;
	display: block;
} 
.catalog_template_micro .catalog-item .catalog-item-extra {
}
.catalog_template_micro .catalog-item-picture-separator {
	display: none;
}
.catalog_template_micro  .catalog-item-price  {
}
.catalog_template_micro  .catalog-item-store  {
	white-space:nowrap;
}
.catalog_template_micro  .catalog-item-tools  {display:none}
.catalog_template_micro  .catalog-item-extra-opinion  {display:none}
.catalog_template_micro .catalog-item-description  {display:none}
.catalog_template_micro .catalog-item-button-buy  {display:none}
.catalog_template_micro .photo_3d_link  {display:none}
.catalog_item_wrap {
	text-align: justify;
	line-height: 0;
}
.catalog_item_wrap:after {
	content: "";
	display: inline-block;
	width: 100%;
	line-height: 0;
	font-size: 0;
}
@media only screen and (max-width: 1200px) {
  .search-page-form {
    padding: 23px 35px;
  }
  .search-page-form input[type=text] {
    width: 470px;
    margin-right: 30px;
  }
  .catalog_nav, .nav-items {
      margin: 20px 0;
  }
  .search-page-count {
    margin: 30px 0;
  }
  .search-page .search-item {
    padding: 25px 17px;
    margin: 0 0 12px 0;
  }
  .search-page .search-item.iblock-element .search-item-title {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
	.catalog_template_micro .catalog-item {
		width: 100%;
	}
	.search-page-form {
		padding: 13px 8px;
    }
  .search-page .search-item {
    padding: 15px 12px;
  }
  .search-page-form input[type=text] {
    width: 100%;
    margin-right: 0px;
  }
  .search-page-form .btn_search {
    margin: 10px auto;
    display: block;
  }
}
/*****Сравнение*****/
.srav-t {
  margin-bottom: 40px;
}
.srav-t a, .srav-t span {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin-right: 30px;
}
.srav-filter {
  margin-bottom: 20px;
}
.srav-filter .catalog-view-template-panel,
.srav-filter #catalog_filter #catalog_loctator_selected_filters {
  display: none !important;
}
.srav-filter #catalog_filter {
  float: left;
}
.catalog-view-fields {
      background-color: #f4f5f5;
      margin-bottom: 40px;
          padding: 20px 26px;
}
.catalog-view-fields span{
  display: inline-block;
  vertical-align: top;
  width: 30% !important;
  margin-bottom: 10px;
  font-size: 16px;
}
.catalog_template_compare {
  width:100%;
  overflow-x:auto;
}
.catalog_template_compare .catalog-item {
  display: table-row;
}
.catalog_template_compare .catalog-item-name {}
.catalog_template_compare .catalog-items-table {
  width:100%;
}
.catalog_template_compare .catalog-items-table td {
  padding-top:8px;
  padding-bottom:8px;
}
.catalog_template_compare .catalog-items-table td.col-property_869 {
  width: 160px;
}
.srav-td-buy .tobasket {
  margin: 0 auto;
}
.catalog_template_compare .catalog-items-table thead td {
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}
.catalog_template_compare .catalog-item-picture {
  min-width:120px;
  min-height:auto;
  height:120px;
}
.catalog_template_compare .catalog-items-table .col-name > span {
}
.catalog_template_compare .catalog-item-name a span, .catalog_template_compare .catalog-item-name a {
      font-size: 16px;
    color: #527397;
    text-transform: uppercase;
    display: inline;
    text-align: left;
    text-decoration: none;
    padding: 0;
}
.catalog_template_compare .catalog-item-name a:hover {
  text-decoration: underline;
}
.catalog_template_compare .catalog_template_normal {
  position:relative;
  margin:0 0 0 0;
  width:255px;
  height:70px;
  min-height:auto;
}
.catalog_template_compare .catalog_template_normal  .catalog-item-tools  {
  bottom:42px;
  right:-5px;
}
.catalog_template_compare .catalog_template_normal .catalog-item-store  {
  top:auto;
  bottom:42px;
  left:0;
}
.catalog-items-table.__sravnenie .catalog-item-tools {
  display: none !important;
}
.catalog-items-table.__sravnenie .catalog-item-price {
  margin: 0;
}
./* catalog-items-table.__sravnenie .catalog-item-button-buy {
  background: #fa9428 !important;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  height: 23px;
  padding: 11px 0 3px;
  border: none;
  box-shadow: none;
} */
.catalog-items-table.__sravnenie .catalog-item-button-call {
  top: 31px;
  left: 165px;
}
.catalog-items-table.__sravnenie .catalog-item-button-buy .icon {
  display: none;
}
.catalog-items-table.__sravnenie .catalog-item-button-buy .text {

}
/* .catalog-items-table.__sravnenie .catalog-item-button-buy {
  width: 185px;
    height: auto !important;
    padding: 7px 0 14px !important;
    right: -130px !important;
    top: 35px;
} */
.catalog-items-table.__sravnenie .catalog_template_normal.tools-area > span {
  white-space: normal !important;
}
#catalog_items_content .smallestiveevaseen {
    text-align: center;
}
.diswuniseasy2find {
  font-size: 0;
  display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/svg/basket-del.svg) no-repeat center;
    outline: none;
    border: none;
    cursor: pointer;
}
.catalog_template_compare .catalog-item.special-hit .catalog-item-picture:before,
.catalog_template_compare .catalog-item.special-sale .catalog-item-picture:after,
.catalog_template_compare .catalog-item.special-novelty .catalog-item-picture:before {
  top:0px;
  right: 0px;
  left: auto;
}
@media only screen and (max-width: 767px) {
  .srav-t {
    display: none;
  }
  .srav-filter #catalog_filter {
    float: none;
    margin-bottom: 0;
  }
  .srav-filter {
    margin-bottom: 0;
  }
}
/****Корзина******/
.list-table th, .list-table thead td {
  border: 1px solid #ccd2d9;
  background-color: #e9eaea;
  color: #415678;
  font-size: 18px;
  line-height: 24px;
  padding: 19px 15px;
  vertical-align: middle;
}
.list-table tbody td {
  border: 1px solid #ccd2d9;
  background-color: #ffffff;
  vertical-align: middle;
  padding: 20px 15px;
}

.basket-items-table {
  width:100%;
}
.basket-items-table th, .basket-items-table td {
  text-align: center;
}
.basket-items-table .col-picture {
  min-width: 170px;
}
.basket-items-table .col-name {
  padding: 20px 40px;
}
.basket-items-table tbody .col-name {
  /* width:100%; */
  color: #6baa89;
  text-align: left;
}
.basket-items .col-name .basket-item-name b {
  font-weight: 400;
}
.basket-items-table .col-quantity .column-count_in {
  width: 100px;
  display: inline-block;
  position: relative;
  padding: 0 25px;
}
.basket-items .col-quantity input {
  width: 50px;
  height: 50px;
  border-radius: 24px;
  border: 1px solid #6baa89;
  background-color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}
.basket_minus,
.basket_plus {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #6baa89;
  border: none;
  box-shadow: none;
  color: #ffffff;
  font-size: 17px;
  position: absolute;
  top: 0;
  outline: none;
}
.basket_minus:hover,
.basket_plus:hover {
  background-color: #5c9276;
}
.basket_minus {
  left: 0;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  padding-right: 25px;
}
.basket_plus {
  right: 0;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding-left: 25px;
}
.basket-items-table tbody td.col-price, .basket-items-table tbody td.col-sum {
  white-space: nowrap;
}
.basket-items-table .col-delete button {
  width: 20px;
  height: 20px;
  background: url(../img/svg/basket-del.svg) no-repeat center;
  outline: none;
  border: none;
}
.basket-items-table .col-delete button:hover {
  background: url(../img/svg/basket-del-hover.svg) no-repeat center;
}
.basket-results {
  margin:40px 0 30px;
  text-align: right;
}
.basket-result .text, .basket-result .result {
  font-size: 26px;
  color: #2f3d53;
}
.basket-panel {
  text-align: right;
}
.basket-panel button{
  display: inline-block;
  margin: 10px 0;
}
#basket-result {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:12;
}
#basket-result .bg {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:black;
  opacity:0.5;
  behavior:url(/PIE.htc);
}
#basket-result .body {
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 473px;
  max-width: 95%;
  height: 256px;
  margin: 0;
  padding: 40px 15px 25px;
  background: url(../img/bg/bg-basket-result1.png) right top no-repeat, #e9eaea url(../img/bg/bg-basket-result2.png) left bottom no-repeat;
  background-color: #e9eaea;
  text-align: center;
  behavior:url(/PIE.htc);
}
.basket-result-title {
  color: #2f3d53;
  font-size: 24px;
  text-align:center;
  text-transform:uppercase;
  margin-bottom: 30px;
}
.basket-result-links {
}
.basket-result-content a {
  margin: 20px auto;
}
.basket-result-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 23px;
  height: 23px;
  background: url(../img/svg/close-x.svg) no-repeat center;
  cursor: pointer;
}
.basket-dop-link {
	text-align: right;
	margin-top: 40px;
}
.basket-dop-link a {
	color: #6baa89;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
}
.basket-dop-link a:hover {
	text-decoration: underline;
}
.basket-dop-link a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin-right: 6px;
	margin-top: -4px;
}
.basket-dop-link .dop-link-oplata:before {
  background: url(../img/svg/basket-oplata.svg) no-repeat center;
}
.basket-dop-link .dop-link-dostavka:before {
  background: url(../img/svg/basket-dostavka.svg) no-repeat center;
}
.basket-dop-link .dop-link-garantii:before {
  background: url(../img/svg/basket-garantii.svg) no-repeat center;
}
@media only screen and (max-width: 1200px) {
  .basket-items-table .col-price, .basket-items-table .col-store {
    display: none;
  }
  .list-table th, .list-table thead td {
    font-size: 16px;
  }
  .basket-items-table .col-name {
    padding: 20px 15px;
    text-align: left;
  }
  .basket-items-table tbody .col-name a {
    font-size: 15px;
  }
  .basket-items-table .col-picture {
    min-width: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .basket-result-title {
    font-size: 18px;
  }
  .basket-items-table {
    border: 1px solid #ccd2d9;
  }
  .list-table tbody td {
    padding: 12px 12px;
  }
  .basket-items-table thead {
    display: none;
  }
  .basket-items-table tbody td {
    border: none;
    display: inline-block;
  }
  .basket-items-table tbody td:first-child {
  
  }
  .basket-items-table tbody td:last-child {

  }
  .basket-items-table .col-picture {
    min-width: 100px;
    width: 100px;
    border-top: 1px solid #ccd2d9;
  }
  .basket-items-table tbody .col-name {
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    position: relative;
    vertical-align: top;
    border-top: 1px solid #ccd2d9;
  }
  .basket-items-table tbody td.col-price {
    display: block;
    width: calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    height: 1px;
    font-size: 0;
    padding: 0;
    margin: 0 12px;
    background-color: #adbac9;
  }
  .basket-items-table tbody tr:first-child td {
    border: none; 
  }
  .basket-dop-link {
	margin-top: 30px;
  }
}
/* SEARCH SUB */
div.search-popup {
  position:absolute !important;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 600 !important;
  padding:5px 0; 
  min-width:320px;
  max-width: 100%;
  background:#ffffff;
  border-radius:5px; border:1px solid #ddd;
  behavior:url(/PIE.htc);
  -webkit-box-shadow: 5px 4px 3px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 5px 4px 3px 1px rgba(0, 0, 0, 0.11);
}
body:not(.fixSearchS) div.search-popup{
  /*top:260px !important;*/
}
body.fixSearchS div#qplSKIW_div {
  position:fixed !important;
  top: unset;
}

/* div.search-popup.__fixed {
  position:fixed !important;
  top: 51px !important;
} */
div.search-popup-row, div.search-popup-row-active {
  margin:1px 0;
}
div.search-popup-row-active {
  background:#d9d9d9;
}
div.search-popup a {
  display:block;
  padding:3px 5px 3px 30px;
  color:black;
  text-decoration:none;
  font-weight:normal;
}
div.search-popup a:hover {
  background-color:#e0e0e0;
}
div.search-popup .suggest_lighten{
  color:#6596ab;
}
.suggest_item_separator {}
.suggest_item_separator:after {
  content:' ';
  display:block;
  height:1px;
  margin:8px 0 10px 0;
  border-bottom:1px dotted #b3b3b3;
}
.suggest_item_section a {
  background:url(/bitrix/templates/a_copy/i/search-icon-category.png) 10px 7px no-repeat;
  padding-left:24px;
  min-height:20px;
}
.suggest_item_element a {
  background:url(/bitrix/templates/a_copy/i/search-icon-item.png) 10px 7px no-repeat;
  padding-left:24px;
  min-height:20px;
}
.suggest_item_additional {}
.suggest_item_warning {
  color:#666;
  padding:3px 5px 1px 30px;
  min-height:20px;
}

/***Новости***/
.news-items {
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.news-item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  border: 1px solid #ccd2d9;
  margin-left: 2%;
  margin-right: -4px;
  margin-bottom: 23px;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}
.news-item:hover {
  border-color: #6baa89;
}
.news-item:nth-child(2n+1) {
  margin-left: 0;
}
.news-item-picture {
  float: left;
  text-align: center;
  width: 108px;
}
.news-item-no_picture {
  display: inline-block;
  width: 108px;
  height: 108px;
  background:url(i/news-picture-empty.png) no-repeat center center;
}
.news-item-picture > span, .news-item-no_picture > span {
  display:inline-block;
  vertical-align:middle;
}
.news-item-picture > span.news-item-picture-separator {
  display:inline-block;
  width:0;
  height:100%;
  vertical-align:middle;
}
.news-item-title {
  margin:0 0 0 128px;
}
.without-picture .news-item-title {
  margin-left:0
}
.news-item-name {
  position:relative;
  display:block;
  margin:0px 0 10px 0;
  font-size:18px;
  color: #527397;
  text-transform:uppercase;
} 
.news-item-name a {
  color:inherit;
  text-decoration:none;
}
.news-item-name a:hover {
  text-decoration:underline;
}
.news-item-date {
  position:relative;
  display:inline-block;
  color: #838282;
  font-size: 16px;
  margin-bottom: 10px;
  behavior:url(/PIE.htc);
}
.news-item-description {
  margin:0 0 0 128px
}
.news-item-text {
}
.news-item-text p {
}
.news-item-text a {
  color:inherit;
}
.news-item-text b {
}
.news-item-separator {
	display: none;
}
.news-item-return_block {
  margin: 25px 0 0 128px;
  text-align:left;
}
.news-item-return_block a {
  position:relative;
  display:inline-block;
  behavior:url(/PIE.htc);
  background-color: #6baa89;
  min-width: 213px;
  max-width: 100%;
  padding: 0 20px;
  height: 48px;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border: 1px solid #6baa89;
  cursor: pointer;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.39);
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
  text-decoration: none !important;
}
.news-item-detail_link {
	margin-top: 10px;
    display: inline-block;
}
.news-item-detail_link a {
	text-decoration: none;
}
.news-item-detail_link a:hover {
	text-decoration: underline;
}
.news-item-return_block a:hover {
    -webkit-box-shadow: inset 2px 3px 1px rgba(0, 0, 0, 0.09);
    box-shadow: inset 2px 3px 1px rgba(0, 0, 0, 0.09);
}
.news_sections {
}
.news_section {}
.news_section.selected .news_section_name {
}
.news_section_name {}
.news_section_text {}
.news_items {}
.news_item {
}
.news_item_title {
}
.news_item_date {}
.news_item_name {}
.news_item_picture {}
.news_item_picture > span {}
.news_item_picture > span > span {}
.news_item_picture img {
  vertical-align:top;
}
.news_item_text {}
.news_item_text p {}
.news_item_separator {
  clear:both;
}
.news_detail {}
.news_detail .news_item {}
.news_detail_return_block {

}
.news-profile .news-item {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0px;
}
.news-profile .news-item-name {
	color: #6baa89;
	font-weight: 700;
}
@media only screen and (max-width: 1023px) {
	.news-item:nth-child(n) {
		width: 100%;
		margin: 0 0 15px;
	}
}
@media only screen and (max-width: 767px) {
  .news-item-picture {
    display: none;
  }
  .news-item-title, .news-item-description {
    margin: 0;
  }
  .news-item-return_block {
    margin-left: 0;
  }
}
/********Вакансии********/
.without-picture .news-item:nth-child(n) {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ccd2d9;
  background-color: #ffffff;
  padding: 25px 25px 50px;
  margin-left: 2%;
/*   margin-right: -4px; */
  margin-bottom: 15px;
  position: relative;
}
.without-picture .news-item:nth-child(3n+1) {
  margin-left: 0;
}
.without-picture .news-item-picture {
	float: none;
	width: 100%;
	display: block;
	overflow: hidden;
	height: 153px;
}
.without-picture .news-item-picture img {
  height: 153px;
  max-width: none;
}
.without-picture .news-item-name {
	text-align: center;
    margin: 20px 0 5px;
}
.without-picture .news-item-description {
  margin-left:0;
}
.without-picture .news-item-detail_link {
	position: absolute;
	right: 27px;
	bottom: 22px;
}
@media only screen and (max-width: 1200px) {
  .without-picture .news-item:nth-child(n) {
    width: 100%;
    margin: 0 0 15px;
    padding: 25px 25px;
  }
  .without-picture .news-item-picture {
  	float: left;
  	width: 242px;
  }
  .without-picture .news-item-title, .without-picture .news-item-description {
  	margin-left: 270px;
  }
  .without-picture .news-item-name {
  	margin-top: -5px;
  	text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .without-picture .news-item:nth-child(n) {
    padding: 25px 25px 55px;
  }
  .without-picture .news-item-picture {
  	float: none;
  	width: 100%;
  }
  .without-picture .news-item-title, .without-picture .news-item-description {
  	margin-left: 0px;
  }
  .without-picture .news-item-name {
    margin: 20px 0 5px;
  }
}
/****ЛОКАЛЬНАЯ АВТОМАТИЗАЦИЯ****/
.solution-items.catalog-items-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.catalog-section.box {
	display: inline-block;
	vertical-align: top;
	width: 24.4%;
	height: 107px;
	border: 1px solid #ccd2d9;
	background: #303c51 url(../img/bg/bg-categ-line.png) no-repeat 0 0;
	color: #fefefe;
	position: relative;
	margin: 0 0.8% 13px 0;
	padding: 10px 10px;
}
.catalog-section.box:nth-child(4n) {
	margin-right: 0;
}
.catalog-section.box:hover {
	background: #6baa89 url(../img/bg/bg-categ-line-hover.png) no-repeat 0 0;
}

.solutions .catalog-section.box {}
.solutions .catalog-section.box .catalog-section-picture  {}

.catalog-section.box {
	position: relative;
	} /* BOX TEMPLATE */
.catalog-section.box:after {}
.catalog-section.box:before {}

.catalog-section.box .catalog-section-picture {
	display:inline-block;
	vertical-align: middle;
	width: 130px;
	height:85px;
	line-height: 85px;
	text-align:center;
	margin-right: 10px;
}
.catalog-section.box .catalog-section-picture a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.catalog-section.box .catalog-section-picture img {
	position: absolute;
	max-width: 125px;
	left: 80px;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.catalog-section.box .catalog-section-picture-separator {
	display:inline-block;
	vertical-align:middle;
	width:0;
	height:100%;
}
.catalog-section.box .catalog-section-title, .catalog-section.box .catalog-section-name {
	display:inline-block;
	vertical-align:middle;
	width: calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
}
.catalog-section.box .catalog-section-name {
}
.catalog-section.box .catalog-section-name a {
	font-size: 18px;
	color: #fefefe;
	text-decoration: none;
	text-transform: uppercase;
}

.catalog-section.plain {
	position:relative;
	display:block;
	min-height:24px;
	margin:8px 0;
	padding:0 0 0 34px;
	background:url(../img/catalog-section-icon.png) 6px 4px no-repeat;
}
.catalog-section.plain .catalog-section-name  {
	font-size:80%;
	color:#0e7fab;
	text-transform:uppercase;
}
.catalog-section.plain .catalog-section-name a {}
.catalog-section.plain .catalog-section-picture {display:none}

.with-level-margin.level-2 {margin-left:26px}
.with-level-margin.level-3 {margin-left:52px}
.with-level-margin.level-4 {margin-left:78px}
.with-level-margin.level-5 {margin-left:104px}

.catalog-section.selected {font-weight:bold}
.catalog_template_normal .solution-items .catalog_item_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.catalog_template_normal .solution-items .catalog-item {
	width: 49%;
}
.catalog_template_normal .solution-items .catalog-item-picture {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 260px;
    height: 100%;
    margin-bottom: 0;
}
.catalog_template_normal .solution-items .catalog-item .catalog-item-picture img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.catalog_template_normal .solution-items .catalog_item_separator_2 {
	right: auto;
	left: 240px;
}
.catalog_template_normal .solution-items .catalog-item .catalog_item_name, .catalog_template_normal .solution-items .catalog-item-description {
    width: calc(100% - 275px);
    width: -webkit-calc(100% - 275px);
    margin: 0;
    margin-left: 265px;
    min-height: 0px;
}
.solution-items .catalog-item .catalog_item_name_content a {
	text-align: left;
	padding: 0;
}
.catalog_template_normal .solution-items .catalog-item-description .catalog-item-text {
	padding-bottom: 15px; 
}
.solution-items .catalog-item .catalog-item-properties{
/*     position: absolute;
bottom: 20px; */
}
.catalog-item .catalog-item-properties {
	display: block;
	color: #525252;
	font-size: 16px;
}
.catalog-item span {
	line-height: 24px;
}
.solition-more {
	display: none;
}
.solution-items .solition-more {
	display: inline-block;
	width: 159px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
@media only screen and (max-width: 1600px) {
	.catalog-section.box:nth-child(n) {
		width: 32.8%;
		margin: 0 0.8% 13px 0;
	}
	.catalog-section.box:nth-child(3n) {
		margin-right: 0;
	}	
	.catalog_template_normal .solution-items .catalog-item {
		width: 100%;
	}
}
@media only screen and (max-width: 1400px) {
}
@media only screen and (max-width: 1200px) {
	.catalog-section.box:nth-child(n) {
		width: 49%;
		margin: 0 2% 13px 0;
	}
	.catalog-section.box:nth-child(2n) {
		margin-right: 0;
	}
	.catalog-section.box .catalog-section-name a {
		font-size: 16px;
	}
	.catalog_template_normal .solution-items  .catalog_item_separator_2 {
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	.catalog-section.box:nth-child(n) {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.catalog-section.box .catalog-section-title, .catalog-section.box .catalog-section-name {
		display: inline-block;
    	vertical-align: middle;
   		width: calc(100% - 140px);
	    width: -webkit-calc(100% - 140px);
	}
	.catalog-section.box .catalog-section-picture {
		width: 100px;
		margin-right: 10px;
	}
	.catalog-section.box .catalog-section-picture img {
		max-width: 100px;
	    left: 65px;
	}
	.catalog-section.box .catalog-section-name a {
		font-size: 14px;
	}
	.catalog_template_normal .solution-items .catalog-item-picture {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
	}
	.catalog_template_normal .solution-items .catalog-item .catalog-item-picture img {
		position: static;
		transform: translate(0);
		-webkit-transform: translate(0);
	}
	.catalog_template_normal .solution-items .catalog_item_separator_2 {
	    position: absolute;
	    left: 0px;
	    top: 170px;
	    display: block;
	    width: 100%;
	    height: 30px;
	    border-radius: 100%;
	    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.11);
	}
	.catalog_template_normal .solution-items .catalog-item-description .catalog-item-text {

	}
	.catalog_template_normal .solution-items .catalog-item .catalog_item_name, .catalog_template_normal .solution-items .catalog-item-description {
		width: 100%;
		margin-left: 0;
	}
	.solution-items .solition-more {
		position: static;
		margin-top: 20px; 
	}
}
/****Каталог****/
#col-left {
	float: left;
	width: 316px;
  margin-top: 30px;
	margin-right: 35px;
	z-index:1;
}
#col-right {
	float: right;
	width: calc(100% - 351px);
	width: -webkit-calc(100% - 351px);
}
#col-left #col-filter {
	padding:20px 20px;
  box-shadow: 5px 4px 3px 1px rgba(0, 0, 0, 0.11);
  background-color: #f4f5f5;
  position: relative;
}
#col-left .col-header, #col-left .menu-item-subheader {
  position:relative;
  z-index:0;
  white-space:nowrap;
  display:block;
}
#col-left .col-header .text {
	display: none;
}
#col-left .col-header .tools {
	display: block;
} 
#col-left .col-header .tools, .col-header .tools a {
}
#col-left .col-header .tools-separator {
	display: none;
}
#col-left .col-header > .col-header-body {
	display:block;
}
#col-left .col-header-separator {
	display:block;
	width:100%;
  height: 1px;
}
#col-left .menu-item-subheader > span {
	display:inline-block;
	padding-top:19px;
}
#catalog_locator_header {
}
#catalog_locator_header a {
	color: #1d1d1d;
	font-size: 16px;
	text-decoration: none;
}
#catalog_locator_header a:hover {
	color: #6baa89;
	text-decoration: underline;
}
#catalog_locator_header a:last-child {
	float: right;
}
#locator {}
#catalog_filter {
	margin-bottom: 13px;
}
#catalog_loctator_selected_filters,
.catalog-view-template-var-compare {
	display: none !important;
}

.catalog_locator {
  padding:15px 0 0 0;
  color:#676767;
  color: #1d1d1d;
  font-size:16px;
}
.catalog_locator > div {}
.catalog_locator_field {
  position:relative;
  margin-bottom:15px;
  padding-top: 20px; 
  border-top: 1px solid #ccd2d9;
}
.catalog_locator_field_name {
  margin-bottom:6px;
  padding-bottom:4px;
  font-size: 18px;
  cursor:pointer;
}
.catalog_locator_field.selected .catalog_locator_field_name {
  color: #6baa89;
}
.catalog_locator_field_used .catalog_locator_field_name {
  color: #6baa89;
}
.catalog_locator_field_collapser {
  display:inline-block;
  width:20px;
  height:20px;
  vertical-align:top;
  margin: 3px 0 0 5px;
}
.catalog_locator_field_visible .catalog_locator_field_collapser {
  background:url(../img/svg/ui-form-collapse-down.svg) no-repeat center;
}
.catalog_locator_field_hidden .catalog_locator_field_collapser {
  background:url(../img/svg/ui-form-collapse-up.svg) no-repeat center;
}
.catalog_locator_field_hidden .catalog_locator_field_field {
  display:none;
}
.catalog_locator_field_field {}
.catalog_locator_checkbox_div {
  margin-bottom: 8px;
}
.catalog_locator_field_field .catalog_locator_checkbox_div:last-child {
  border-bottom:none;
}
.catalog_locator_checkbox_div input {
  vertical-align:top;
  margin:0 3px 0 0;
}
.catalog_locator_checkbox_div input[type=checkbox] {
  width: 24px;
  height: 24px;
  border: 1px solid #ccd2d9;
  background: #ffffff;
  appearance: none;
  -webkit-appearance: none;
}
.catalog_locator_checkbox_div input[type=checkbox]:checked {
  background: #ffffff url(../img/svg/gal-checkbox.svg) no-repeat center;
  border-color: #6baa89;
}
.catalog_locator_checkbox_div label {
  display:inline-block;
  vertical-align:middle;
}
.catalog_locator_checkbox_div_separator {
  display:inline-block;
  vertical-align:middle;
  width:0;
  height:100%;
}
.catalog_locator_numeric_div_from_to {
  margin-bottom: 25px;
}
.catalog_locator_numeric_div_from_to input[type=text] {
  width: 85px;
  height: 32px;
  border: 1px solid #ccd2d9;
  background-color: #ffffff;
  margin:0 6px 0 4px;
  padding: 0 5px;
  text-align: center;
}
.catalog_locator_tooltip_icon {
  float:right;
  display:inline-block;
  width:20px;
  height:20px;
  background:url(/bitrix/templates/a_copy/i/icons/icon_catalog_question_16.png) no-repeat;
}
.catalog_locator_tooltip_text {
  position:absolute;
  left:150px;
  top:10px;
  z-index:20;
  display:block;
  padding:15px;
  background:white;
  min-width:450px;
  border:1px solid #CCC;
}
.catalog_locator_submit_button {
  position:relative;
  background: #6baa89;
  width: 131px;
  height: 48px;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border: 1px solid #6baa89;
  cursor: pointer;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.39);
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
  text-decoration: none !important;
  display: block;
}
.catalog_locator_submit_button:hover {
    -webkit-box-shadow: inset 2px 3px 1px rgba(0, 0, 0, 0.09);
    box-shadow: inset 2px 3px 1px rgba(0, 0, 0, 0.09);
}
#catalog_locator_clear_all_button {
  float: left !important;
  background-color: transparent;
  color: #6baa89;
  text-shadow: none;
}
#catalog_locator_clear_all_button:hover {
    background-color: #6baa89;
    color: #ffffff;
}
#filter_popup_container  {
  position:absolute;
  top:0;
  right:-150px;
  margin-top:55px;
  z-index:200;
  color: #1d1d1d;
  font-size: 16px;
  border-radius:0px;
  box-shadow: 5px 4px 3px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid #e9eaea;
  background: #ffffff;
  padding: 0;
  behavior:url(/PIE.htc);
}
#filter_popup_container_content {
  padding:12px 16px;
  position: relative;
  z-index: 1001;
}
#filter_popup_container .compare_close_button {
  display: block;
  width: 14px;
  height: 14px;
  font-size: 0;
  position: absolute;
  right: 4px;
  top: 4px;
  background: url(../img/svg/close-filter-popup.svg) no-repeat center;
}
#filter_popup_container a.filter_popup_show_found {
  margin: 0;
  display: block;
  font-size: 16px;
  color: #6baa89;
  text-decoration: underline;
}
#filter_popup_container a.filter_popup_show_found:hover {
  text-decoration: none;
}

#col-filter .ui_slider_wrap {
  margin: 10px 10px;
}
#col-filter .ui-widget.ui-widget-content {
  background-color: #ccd2d9;
  border: none; 
  margin-bottom: 15px;
}
#col-filter .ui-corner-all {
  border-radius: 0;
}
#col-filter .ui-widget-header {
  background-color: #185477;
}
#col-filter .ui-slider-horizontal {
  height: 6px;
}
#col-filter .ui-slider .ui-slider-handle {
  border: 1px solid #98a8ba;
  background: #adbac9;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -1px;
}
#col-filter .ui-slider .ui-state-active {
  background-color: #6baa89;
  border-color: #6baa89;
}
#col-filter .ui-slider-reset {
  float:none;
  cursor:pointer;
  color: #adbac9;
  font-size: 14px;
  text-decoration: underline;
  position: absolute;
  right: 0;
  top: 20px;
}
#col-filter .ui-slider-scale {
    margin: 0px;
    height: 16px;
}
#col-filter .ui-slider-comment {
  margin: 0px -10px;
  color: #adbac9;
  font-size: 14px;
  line-height: 20px; 
}
@media only screen and (max-width: 1200px) {
  #col-left {
    width: 245px;
    margin-right: 20px;
  }
  #col-right {
    width: calc(100% - 265px);
    width: -webkit-calc(100% - 265px);
  }
  .catalog_locator_field_name {
    font-size: 16px;
  }
  .catalog_locator_numeric_div_from_to input[type=text] {
    width: 60px;
    margin: 0 2px 0 0px;
  }
  .catalog_locator_submit_button {
    width: 100%;
    margin: 6px 0;
  }
}




.catalog-item.special-hit .catalog-item-picture:before,
.catalog-item.special-sale .catalog-item-picture:after,
.catalog-item.special-novelty .catalog-item-picture:before {
  content:'';
  display:inline-block;
  width:55px;
  height:55px;
  line-height: 55px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #415678;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position:absolute;
  top:-11px;
  left:-11px;
  z-index: 1;
}
.catalog-item.special-hit .catalog-item-picture:before {
  content:'HIT';
  background-color: #5783c0;
}
.catalog-item.special-sale .catalog-item-picture:after {
  top:56px;
  right:-18px;
  background:url(/bitrix/templates/a_copy/i/catalog-special-icon-discount.png) no-repeat;
}
.catalog-item.special-novelty .catalog-item-picture:before {
  content:'NEW';
}

.catalog-items-content {
  margin-bottom: 25px;
}

.catalog_template_normal .catalog-item-name a,
.catalog_template_showcase .catalog-item-name a {
  font-size: 20px;
  text-decoration: none;
  color: #527397;
}
.catalog_template_showcase .catalog-item-name a {
  line-height: 25px;
}
.catalog_template_normal .catalog-item-name a:hover,
.catalog_template_showcase .catalog-item-name a:hover {
  text-decoration: underline;
}
.catalog_template_normal .catalog-item-name a span,
.catalog_template_showcase .catalog-item-name a span {
  font-weight: normal !important;
}
.catalog-item-store {
	color: #525252;
	font-size: 16px;
	line-height: 24px;
	text-transform: lowercase;
}

.catalog-item-store .inStock{
  color: #525252;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}
.catalog-item-store-in {}
.catalog-item-store-empty {}
.catalog-item-store-soon {}
.catalog-item-store-not-soon {}
.catalog-item-store-special {}

.catalog-item-store  .icon {
	display: none;
}
/* .catalog-item-store-in  .icon {background:url(/bitrix/templates/a_copy/i/catalog-store-in.png) no-repeat}
.catalog-item-store-empty  .icon {background:url(/bitrix/templates/a_copy/i/catalog-store-empty.png) no-repeat}	
.catalog-item-store-soon  .icon {background:url(/bitrix/templates/a_copy/i/catalog-store-soon.png) no-repeat}	
.catalog-item-store-not-soon  .icon {background:url(/bitrix/templates/a_copy/i/catalog-store-not-soon.png) no-repeat}	
.catalog-item-store-special  .icon {background:url(/bitrix/templates/a_copy/i/catalog-store-special.png) no-repeat}	 */
.catalog-item-extra .tobasket{
  z-index: 11;
}
.tobasket {
	margin: 25px 0;
  width: 215px;
}
.tobasket:active .tobasket__counter {
}
.tobasket.active {
}

.tobasket__counter {
  position:relative;
  float:right;
  width: 48px;
  height: 48px;
  border-radius: 25px;
  background: #ffffff
}
.tobasket__counter .tobasket__counter--x {
	height: 46px;
  line-height:46px;
  background: transparent;
  font-size: 16px;
  margin-left: 10px;
  color: #527397;
  letter-spacing: 1.8px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.tobasket__counter .tobasket__counter--btn {
  opacity:0;
  text-decoration:none;
  text-align:center;
  position:absolute;
  left: 0px;
  z-index: 0;
  width:48px;
  height:48px;
  font-size: 16px;
  color: #ffffff;
  background-color: #6baa89;
  display:block;
}
.tobasket__counter .tobasket__counter--btn.btn-up {
  top:-20px;
  border-radius: 25px 25px 0 0;
  line-height: 18px;
}
.tobasket__counter .tobasket__counter--btn.btn-down {
  bottom:-20px;
  padding-top: 30px;
  border-radius: 0 0 25px 25px;
  line-height: 12px;
}


.tobasket__counter .tobasket__counter--count {
  width: 48px;
  height: 48px;
  border:0;
  font-size:16px;
  outline:none;
  color: #527397;
  letter-spacing: 1.6px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
  background: #fff;
  border-radius: 50%;
  z-index: 0;
  padding-left: 22px;
  padding-bottom: 3px;
  border: 1px solid #6baa89;

}
.tobasket__button {
  overflow:hidden;
}
.tobasket__button .icon {
  display: none;
}
.tobasket__button .btn {
	max-width: 159px;
}
.tobasket__button a {
}
.tobasket__button a:hover {
}
.tobasket__button a:active {
}
.catalog-item .button {
	display:inline-block;
	vertical-align:bottom;
	color: #6baa89;
	font-size: 16px;
	cursor:pointer;
	border: none;
	text-decoration: none;
}
.catalog-item .button.button_active {
}
.catalog-item .button.button_active .text,
.catalog-item .button:hover .text {
	text-decoration: underline;
}
.catalog-item .button.button_active:hover .text {
}
#catalog_items .button .icon {
	display: none;
}
#catalog_items .catalog-item-compare-button .text {
}








.catalog_template_normal .catalog-item-button-buy, .catalog_template_showcase .catalog-item-button-buy {

}
.catalog_template_showcase .catalog-item-extra-opinion {}
.catalog_template_showcase .catalog-item-extra-opinion .ui-rating {
  display: none;
}
.catalog_template_showcase .catalog-item-extra-opinion .catalog-item-comments a,
.catalog_template_normal .catalog-item-extra-opinion .catalog-item-comments a {
}
.catalog_template_showcase .catalog-item-extra-opinion .catalog-item-comments a:hover,
.catalog_template_normal .catalog-item-extra-opinion .catalog-item-comments a:hover {
}
.catalog_template_normal .catalog-item-button-call, .catalog_template_showcase .catalog-item-button-call {
}
.catalog_template_normal .catalog-item-button-call:hover span, .catalog_template_showcase .catalog-item-button-call:hover span {
	color: #ffffff;
}
.catalog_template_normal .catalog-item-button-buy .icon, .catalog_template_showcase .catalog-item-button-buy .icon {
	display: none;
}	
.catalog_template_normal .catalog-item-button-download .icon, .catalog_template_showcase .catalog-item-button-download  .icon {
	display: none;
}	
.catalog_template_normal .catalog-item-button-call .icon, .catalog_template_showcase .catalog-item-button-call .icon {
	display: none;
}
.catalog_template_normal .catalog-item-button-buy .text, .catalog_template_showcase .catalog-item-button-buy .text {
	color: #6baa89;
}
.catalog_template_normal .catalog-item-button-buy .text, .catalog_template_showcase .catalog-item-button-buy.btn.btn_color .text {
	color: #ffffff;
}
.catalog_template_normal .catalog-item-button-call .text, .catalog_template_showcase .catalog-item-button-call .text {
	color: #6baa89;
}
.catalog-item .catalog-item-manager-info {
	color: #636363;
	font-size: 16px;
	margin: 20px 0;
}
.catalog_template_showcase .catalog-item .catalog-item-manager-info {
    text-align: center;
    margin: 0px 0px 10px;
    line-height: 24px;
}
/**********************************Плитка*****************************************/
.catalog_template_showcase {

}
/*.catalog_template_showcase .catalog-item {
  height: 432px !important;
  width: 24.25%;
  padding: 15px 8px;
  margin-bottom: 13px;
  margin-right: 1%;
  min-height: 0;
}*/
.catalog_template_showcase .catalog-item {
    height: 432px !important;
    width: 24.00%;
    padding: 15px 8px;
    margin-bottom: 13px;
    margin-right: .5%;
    margin-left: .5%;
    min-height: 0;
}
/*
.catalog_template_showcase .catalog-item:nth-child(4n) {
  margin-right: 0;
}*/
.catalog_template_showcase .catalog-item-description {
	display: none;
}
.catalog_template_showcase .catalog-item .catalog-item-picture {
  margin: 0 5px;
}
.catalog_template_showcase .catalog-item .catalog_item_name_content,
.catalog_template_showcase .catalog-item .catalog_item_name_content span {
  display: inline;
  color: #527397;
  font-size: 16px;
  text-transform: uppercase;
}
.catalog_template_showcase .catalog-item-name {
    height: 85px !important;
  text-align: center;
}
.catalog_template_showcase .tobasket {
    width: 220px;
    max-width: 100%;
    margin: 15px auto;
}
.catalog_template_showcase .tobasket .btn {
  max-width: 98%;
}
.catalog_template_showcase .catalog_item_separator_2 {
	position: absolute;
	right: 0px;
	top: 210px;
	display: block;
	width: 100%;
	height: 30px;
	border-radius: 100%;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.11);
}
.catalog_template_showcase .catalog-item-comments, .catalog_template_showcase .catalog-item-favourite-button {
  display: none;
}
.catalog_template_showcase .catalog-item-comments a {
  font-size: 16px;
  text-decoration: none;
}
.catalog_template_showcase .catalog-item-comments a:hover {
  text-decoration: underline;
}
.catalog_template_showcase .catalog-item-compare-and-bookmarks {
  text-align: center;
}
.catalog_template_showcase .catalog-item-button-call {
	margin-bottom: 15px;
}
.catalog_template_showcase .catalog-item:hover {
      border-color: #6baa89;
}
.catalog_template_showcase .catalog-item:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 52px;
  background: #ffffff;
  border: 1px solid #ccd2d9;
  border-color: #6baa89;
  border-top: none;
  position: absolute;
  left: -1px;
  bottom: -50px;
  z-index: 10;
}
.catalog_template_showcase .catalog-item:hover .catalog-item-comments, .catalog_template_showcase .catalog-item:hover .catalog-item-favourite-button {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 50%;
  z-index: 11;
}
.catalog_template_showcase .catalog-item:hover .catalog-item-comments {
  left: 15px;
}
.catalog_template_showcase .catalog-item:hover .catalog-item-favourite-button {
  right: 15px;
}
.catalog_template_showcase .catalog-item-extra a.catalog-item-button-buy .icon {
  display: none;
}
@media only screen and (max-width: 1600px) {
  .catalog_template_showcase .catalog-item:nth-child(n) {
    width: 32%;
    /*margin-right: 2%;*/
    margin-right: .5%;
    margin-left: .5%;
  }
  /*.catalog_template_showcase .catalog-item:nth-child(3n) {
    margin-right: 0;
  }*/
}
@media only screen and (max-width: 1200px) {
  .catalog_template_showcase .catalog-item .catalog_item_name_content, .catalog_template_showcase .catalog-item .catalog_item_name_content span {
    font-size: 14px;    
  }
}
@media only screen and (max-width: 1023px) {
  .catalog_template_showcase .catalog-item:nth-child(n) {
    width: 49%;
    /*margin-right: 2%;*/
    margin-right: .5%;
    margin-left: .5%;
  }
  /*.catalog_template_showcase .catalog-item:nth-child(2n) {
    margin-right: 0;
  }*/
}
@media only screen and (max-width: 550px) {
    .catalog_template_showcase .catalog-item:nth-child(n) {
      width: 100%;
      margin-right: 0%;
    }
}











/**********************************Строки*****************************************/
.catalog_template_normal {

}
.catalog_template_normal {
  min-height: 320px;
}
.catalog_template_normal .catalog-item {
  width: 100%;
  margin:10px 0;
  padding:20px 35px;
  border: 1px solid #ccd2d9;
  background-color: #ffffff;
  min-height: 0;
  position: relative;
  min-height: 250px;
}
.catalog_template_normal .catalog-item:hover {
  border-color: #6baa89;
}
.catalog_template_normal .catalog-item-picture {
  position:absolute;
  top: 25px;
  left: 35px;
  width: 215px;
  height: 170px;
  line-height: 170px;
}
.catalog_template_normal .catalog-item .catalog-item-picture img {
  position: static;
  transform: translate(0);
  -webkit-transform: translate(0);
}
.catalog-item .photogallery-items {
  position:absolute;
  left:32px;
  top:224px;
  white-space:nowrap;
  overflow:hidden;
  background-color: #fff;
  margin-top: 10px;
  text-align: left;
}
.catalog-item .block-item-pic .photogallery-items {
  position: static;
  display: block;
}
.catalog-item .photogallery-items .photogallery-item .photogallery-item-picture-wrap img {
  max-width: 110px !important;
  max-height: 110px !important;
  display: inline-block;
}
.catalog-item .photogallery-items .photogallery-item {
  display:inline-block;
}
.catalog-item .photogallery-items .photogallery-item-picture{
  text-align:center;
  /* border: 1px solid #ccd2d9; */
  display: inline-block;
  width:100%;
  height: 120px;
  margin:0 0 4px 0;
}
.catalog-item .photogallery-items .photogallery-item-picture > span{
  display:inline-block;
  vertical-align:middle;
}
.catalog-item .photogallery-items .photogallery-item-picture-separator {
  display:inline-block;
  vertical-align:middle;
  width:0;
  height:100%;
}
.catalog-item .catalog-item-with-photogallery .catalog-item-picture {
  padding-bottom:15px
}
.catalog_template_normal .catalog-item .catalog_item_name {
	display: block;
	width: calc(100% - 550px);
	width: -webkit-calc(100% - 550px);
	margin-left: 255px;
}
.catalog_template_normal .catalog-item .catalog_item_name a {
    color: #527397;
}
.catalog_template_normal .catalog-item .catalog_item_name_content {
	height: auto;
	background: transparent;
	font-size:16px;
    color: #527397;
    display: inline-block;
    margin-bottom: 10px;
}
.catalog_template_normal .catalog-item .catalog_item_name_content span {
  font-size:16px;
  color: #527397;
  text-transform: uppercase;
  display: inline;
}

.catalog_template_normal .catalog-item-description {
	display: block;
	width: calc(100% - 550px);
	width: -webkit-calc(100% - 550px);
	margin:0;
	margin-left: 255px;
 	min-height:152px;
}
.catalog_template_normal .catalog_item_separator_2 {
	position: absolute;
	right: 295px;
	top: 0;
	display: block;
	height: 100%;
	width: 30px;
	border-radius: 100%;
	box-shadow: 4px 0 5px rgba(0, 0, 0, 0.11);
}
.catalog_template_normal .catalog-item-description .catalog-item-text {
	font-size: 16px;
	color: #636363;
    line-height: 20px;
    text-align: left;
}
.catalog_template_normal .catalog-item-description .catalog-item-text ul {
	margin: 0;
	color: #636363;
    line-height: 20px;
}
.catalog_template_normal .catalog-item-description .catalog-item-text ul li {
	padding: 0;
	color: #636363;
    line-height: 20px;
}
.catalog_template_normal .catalog-item-description .catalog-item-text ul li:before {
	display: none;
}
.catalog_template_normal .catalog-item-extra {
  position:absolute;
  top:20px;
  bottom:0px;
  right:35px;
  width:225px;
}
.catalog_template_normal .catalog-item-tools {
}
.catalog_template_normal .catalog-item-price {
    margin: 0 0 20px;
    padding: 0;
}
.catalog_template_normal .catalog-item-button-buy {
}
.catalog_template_normal .catalog-item-store {
}
.catalog_template_normal .catalog-item-extra-opinion {
	color: #6baa89;
	font-size: 16px;
	z-index: 100;
	margin-top: 25px;
}
.catalog_template_normal .catalog-item-rating {}
.catalog_template_normal .catalog-item-comments {}
.catalog_template_normal .catalog-item-comments a {
	color: #6baa89;
	font-size: 16px;
	text-decoration: none;
}
.catalog_template_normal .catalog-item-comments a:hover {
	text-decoration: underline;
}
.catalog_template_normal .catalog-item-extra-opinion .ui-rating {
	display: none;
}
.catalog_template_showcase .catalog-item-extra a.catalog-item-button-buy,
.catalog_template_normal .catalog-item-extra a.catalog-item-button-buy,
.catalog-items-table.__sravnenie .catalog-item-button-buy {
    width: 241px;
    max-width: 100%;
    height: 48px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border: 1px solid #6baa89;
    background-color: #6baa89;
    cursor: pointer;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.39);
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    text-decoration: none !important;
    display: block;
    margin: 25px auto;
}
@media only screen and (max-width: 1000px) {
  .catalog_template_showcase .catalog-item-extra a.catalog-item-button-buy,
  .catalog_template_normal .catalog-item-extra a.catalog-item-button-buy,
  .catalog-items-table.__sravnenie .catalog-item-button-buy,
  .tobasket__button .btn {
    font-size: 16px;
  }
}

.catalog_template_showcase .catalog-item-extra a.catalog-item-button-buy:hover,
.catalog_template_normal .catalog-item-extra a.catalog-item-button-buy:hover,
.catalog-items-table.__sravnenie .catalog-item-button-buy:hover {
    -webkit-box-shadow: inset 2px 3px 1px rgba(0, 0, 0, 0.09);
    box-shadow: inset 2px 3px 1px rgba(0, 0, 0, 0.09);
}
.catalog_template_showcase .catalog-item-extra a.catalog-item-button-buy {
  margin: 15px auto;
}
.catalog_template_normal .catalog-item-extra a.catalog-item-button-buy.__style-2 {
}
.catalog_template_normal .catalog-item-compare-and-bookmarks {
	position: absolute;
	left: 35px;
	top: 200px;
	display: block;
	width: 215px;
}
.catalog_template_normal .catalog-item-favourite-button {
	float: right;
}
.filter-min-btn {
  display: none;
}
.catalog_template_normal .catalog-item-extra a.catalog-item-button-buy .icon {
  display: none;
}

#catalog_nav_top {
	display: none !important;
}
@media only screen and (max-width: 1400px) {
  .catalog_template_normal .catalog-item-picture {
    position: relative;
    top: 0;
    left: 0;
    height: 120px;
    margin-bottom: 30px;
  }
  .catalog_template_normal .catalog-item-compare-and-bookmarks {
    top: 140px;
  }
  .catalog_template_normal .catalog-item .catalog_item_name, .catalog_template_normal .catalog-item-description {
    width: calc(100% - 295px);
    width: -webkit-calc(100% - 295px);
    margin: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .catalog_template_normal .catalog-item {
    padding: 20px 25px;
    margin: 5px 0;
  }
  .catalog_template_normal .catalog-item-compare-and-bookmarks {
    left: 25px;
  }
  .catalog_template_normal .catalog-item .catalog_item_name, .catalog_template_normal .catalog-item-description {
    width: 100%;
  }
  .catalog_template_normal .catalog-item-description {
    margin-bottom: 25px;
    min-height: 0;
  }
  .catalog_template_normal .catalog-item-extra {
    position: relative;
    text-align: left;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
  }
  .catalog_template_normal .catalog_item_separator_2 {
    display: none;
  }
  .catalog_template_normal .catalog-item-price {
    text-align: left;
    margin-bottom: 5px;
  }
  .catalog_template_normal .tobasket, .catalog_template_normal .catalog-item-extra a.catalog-item-button-buy {
    position: absolute;
    top: 5px;
    right: 0;
    margin: 0;
  }
  .catalog_template_normal .catalog-item-extra-opinion {
    margin: 0;
  }
  .catalog-view-template-panel-text {
    display: none;
  }
  .catalog-view-order-current {
    margin-right: 30px;
  }
  .catalog-view-order-list {
    right: 30px;
  }
  .catalog-view-order-current .text {
    font-size: 0;
  }
  .catalog-view-order-current-text {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #col-left, #col-right {
    width: 100%;
  }
  .filter-min-btn {
    display: block;
    height: 60px;
    background-color: #f4f5f5;
    padding: 20px 15px;
  }
  .filter-min-btn span{
    color: #1d1d1d;
    font-size: 18px;
    line-height: 18px;
    display: block;
    background: url(../img/svg/ui-form-collapse-up.svg) no-repeat right center;
  }
  .filter-min-btn.filter-min-open span {
    background: url(../img/svg/ui-form-collapse-down.svg) no-repeat right center;
  }
  #col-left #col-filter {
    display: none;
    box-shadow: none;
  }
  .catalog_template_normal .catalog-item-compare-and-bookmarks {
    display: none;
  }
  #filter_popup_container {
    right: 30px;
  }
  #catalog_filter {
    padding: 20px 13px;
  }
  .catalog-view-order-current-text {
    width: 182px;
  }
  .catalog-view-order-list {
    width: 182px;
    right: 15px;
  }
  .catalog-view-order-current {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .catalog_template_normal .tobasket, .catalog_template_normal .catalog-item-extra a.catalog-item-button-buy {
    position: static;
    margin: 15px auto;
  }
  .catalog_template_normal .catalog-item-extra {
    text-align: center;
  }
  .catalog_template_normal .catalog-item-price {
    text-align: center;
  }
}








/*********Товар***********/
.catalog-profile.catalog_template_normal.catalog-item {
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  min-height: 0;
}
.catalog-profile.catalog_template_normal .catalog-item {
  padding: 0;
  border: none;
}
.block-item-pic {
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
/*   border: 1px solid #ccd2d9; */
  width: 33%;
  /* height: 396px; */
/*   line-height: 396px; */
  position: relative;
}
.catalog-profile.catalog_template_normal .catalog-item-picture-wrap {
  border: 1px solid #ccd2d9;
  height: 396px;
/*   line-height: 396px; */
  display: block;
  padding: 20px 20px;
}
.catalog-profile.catalog_template_normal .catalog-item-picture {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.catalog-profile .catalog-item.special-hit .catalog-item-picture:before, .catalog-profile .catalog-item.special-sale .catalog-item-picture:after, .catalog-profile .catalog-item.special-novelty .catalog-item-picture:before {
  left: initial;
  top: 20px;
  right: 24px;
}
.catalog-profile.catalog_template_normal .catalog-item-picture img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.catalog-profile.catalog_template_normal .catalog-item-description {
  display: inline-block;
  vertical-align: top;
  background: transparent;
  border: none;
  width: 36%;
  margin-left: 0;
  margin-bottom: 0;
  padding-top: 25px;
  overflow: auto;
}
.catalog-profile.catalog_template_normal .catalog-item-description .catalog-item-text {
  font-size: 18px;
  color: #1d1d1d;
  text-transform: uppercase;
  line-height: 30px;
}
.catalog-profile.catalog_template_normal .catalog-item-description .catalog-item-text ul {
  color: #1d1d1d;
  margin: 15px 0;
  text-transform: none;
  line-height: 30px;
}
.catalog-profile.catalog_template_normal .catalog-item-description .catalog-item-text ul li {
  color: #1d1d1d;
  line-height: 30px;
}
.catalog-profile.catalog_template_normal .catalog-item .catalog-item-price span {
  font-size: 43px;
}
.catalog-profile.catalog_template_normal .catalog-item .catalog-item-price .catalog-item-currency-rouble {
  font-size: 29px;
}
.catalog-profile.catalog_template_normal .catalog-item-store {
}
.catalog-profile.catalog_template_normal .catalog-item-extra {
  border-left: 1px solid #ccd2d9;
  width: 26%;
  top: 0;
  right: 0;
}
.catalog-profile.catalog_template_normal .catalog-item-extra a.catalog-item-button-buy {
}
.catalog-profile.catalog_template_normal .tobasket {
  margin: 25px auto;
  width: 285px;
}
.catalog-profile.catalog_template_normal .catalog-item .btn {
    width: 225px;
    max-width: none;
}
.catalog-profile.catalog_template_normal .catalog-item .btn_line_green.catalog-item-button-call {
	margin-bottom: 25px;
}
.catalog-profile.catalog_template_normal .catalog-item-extra-opinion {
  display: none;
}
/* .catalog-profile.catalog_template_normal .catalog-item.special-hit .catalog-item-picture-wrap:before {
  content: '';
  position: absolute;
  top: -14px;
  right: -15px;
  display: inline-block;
  width: 62px;
  height: 62px;
  background: url('/bitrix/templates/a/i/catalog-special-icon-hit.png') no-repeat;
} */
/* .catalog-profile.catalog_template_normal .catalog-item.special-hit .catalog-item-picture:before {
  content: '';
  display: none;
} */
.catalog-profile.catalog_template_normal .catalog-item .catalog-item-picture img {
}
.catalog-profile.catalog_template_normal .catalog-item .catalog-item-with-photogallery .catalog-item-picture {
}
.catalog-profile.catalog-item .photogallery-items {
  margin-left: -1%;
}
.catalog-profile.catalog-item .photogallery-items .photogallery-item {
  vertical-align: middle;
  width: 32.3333333%;
  border: 1px solid #ccd2d9;
  margin-right: -4px;
  margin-left:1% 
}
.catalog-profile.catalog_template_normal .catalog-item-extra a.catalog-item-button-buy.__style-1 {
}
.catalog-profile.catalog_template_normal .catalog-item-tools {
  display: none;
}
.catalog-profile .catalog-item-favourite-button {
}
.catalog-profile .delivery-item, .catalog-profile .pay-item {
  display: inline-block;
  margin: 0 0 10px;
}
.catalog-profile .catalog-item-extra .ya-share2 {
  margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
  .block-item-pic {
    width: 48%;
    margin-right: 2%;
    margin-top: 8px;
/*     height: 294px;
line-height: 294px; */
  }
  .catalog-profile.catalog_template_normal .catalog-item-picture-wrap {
  	height: 292px;
  }
  .catalog-profile.catalog_template_normal .catalog-item-description {
    width: 48%;
    padding-top: 0;
  }
  .catalog-profile.catalog_template_normal .catalog-item-description .catalog-item-text {
    font-size: 16px;
  }
  .catalog-profile.catalog_template_normal .catalog-item-description .catalog-item-text ul {
    margin: 0;
  }
  .catalog-profile.catalog_template_normal .catalog-item-extra {
    border: none;
    width: 100%;
    border-top: 1px solid #ccd2d9;
    border-bottom: 1px solid #ccd2d9;
    margin: 40px 0 40px;
    padding: 25px 0;
  }
  .catalog-profile .catalog-item-extra .ya-share2 {
    position: absolute;
    bottom: -47px;
    left: 0;
  }
  .catalog-profile.catalog-item.catalog_template_normal.catalog-item  .tobasket {
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
  }
  .catalog-profile .catalog-item-dost-and-oplata {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    margin: 25px 0;
  }
  .catalog-profile.catalog_template_normal .tobasket {
    margin: 35px auto;
  }
}
@media only screen and (max-width: 767px) {
  .block-item-pic {
    width: 100%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 10px;
/*     height: 222px;
line-height: 222px; */
  }
  .catalog-profile.catalog_template_normal .catalog-item-picture-wrap {
  	height: 220px;
  }
  .catalog-profile.catalog_template_normal .catalog-item-description {
    width: 100%;
  }
  .catalog-profile.catalog-item.catalog_template_normal.catalog-item  .tobasket {
    right: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .catalog-profile .catalog-item-dost-and-oplata {
    position: relative;
    display: block;
    text-align: left;
    margin-bottom: 0;
  }
  .catalog-profile .catalog-item-dost-and-oplata br {
    display: none;
  }
  .catalog-profile .delivery-item {

  }
  .catalog-profile .pay-item {
    float: right;
    width: 285px;
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
    .catalog-profile .catalog-item-dost-and-oplata {
    text-align: center;
  }
  .catalog-profile .catalog-item-dost-and-oplata br {
    display: block;
  }
  .catalog-profile .pay-item {
    float: none;
    width: auto;
  }
  .catalog-profile.catalog_template_normal .catalog-item .btn_line_green.catalog-item-button-call {
	margin-bottom: 0;
	}
}
.catalog-item-profile-text .h6 {
  display: block;
  color: #2f3d53;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0;
}
#tabs {
  padding: 0 !important;
  border: none;
}
#tabs .ui-rating-scale {
  /* display: inline !important; */
}
.ui-rating-star-active {
  background-position: center top !important;
}
#tabs.ui-tabs .ui-tabs-nav {
  background: transparent;
  border-radius: 0;
  border: none;
}
#tabs.ui-tabs .ui-tabs-nav li {
}
#tabs.ui-tabs .ui-tabs-nav li a {
  cursor: pointer;
}
#tabs.ui-tabs .ui-tabs-nav .ui-tab {
  position:relative;
  display:inline-block;
  margin:0 1px 0 0;
  border-radius:0px;
  cursor:pointer;
  border: none;
  text-align: center;
}
#tabs.ui-tabs.ui-tabs-nav .ui-tab.disabled {
  cursor:normal;
}
#tabs .nav-vkl {
  padding: 0 !important;
  margin-top: 25px !important;
}
#tabs .nav-vkl li {
  float: left;
  margin:  1px 1px 0 0 !important;
  padding: 0 !important;
}
#tabs .nav-vkl li:before {
  display: none;
}
#tabs .nav-vkl li + li {

}
#tabs .nav-vkl li a {
  background: #e9eaea;
  display: block;
  text-decoration: none;
  width: 300px;
  padding:15px 10px;
  color: #323a4d;
  font-size: 18px;
  line-height: 30px;
}
#tabs .nav-vkl li.ui-tabs-active a {
  background-color: #6baa89;
  color: #ffffff;
}
#tabs .nav-vkl_i {
  margin: 0 !important;
  padding: 35px 33px !important;
  border: 1px solid #ccd2d9;
  overflow-x: auto;
  /*margin-top: 15px !important;*/
}
@media only screen and (max-width: 1600px) {
  #tabs .nav-vkl li a {
    width: 250px;
  }
}
@media only screen and (max-width: 1200px) {
  #tabs .nav-vkl_i {
    padding: 15px 15px !important;
  }
  #tabs .nav-vkl li a {
    width: auto;
  }
}
@media only screen and (max-width: 550px) {
  #tabs .nav-vkl li, #tabs .nav-vkl li a {
    width: 100%;
/*     margin: 0 !important; */
  }
}
.site_table {
  margin:15px 0;
  border-spacing:0;
  border-collapse: collapse !important;
}
.site_table th, .site_table td {
  padding:10px 25px; 
  border: 1px solid #ccd2d9;
}
.site_table td {
  vertical-align: top;
  line-height: 22px;
}
body .site_table tr th, body .site_table thead tr td,
.site_table  > tbody:first-child > tr:first-child td,
.site_table_color_th  {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e9eaea;
  color: #415678;
  text-align: center;
  font-size: 18px;
}
.documentation_table {
}
.documentation_table td {
  white-space:nowrap;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}
.documentation_table .col_1 {
  width:100%;
  white-space:normal;
  text-align: left;
}
.documentation_table thead .col_1 {
  text-align: center;
}
.documentation_table a {
  color: #1d1d1d;
  text-decoration: none;
}
.documentation_table a:hover {
  text-decoration: underline;
}
.opinion-header-tools {
  margin-top: 20px;
}
.opinion_item {
  padding-bottom: 20px;
}
.opinion_item + .opinion_item {
  border-top:1px solid #ccd2d9;
  margin-top: 20px;
  padding: 40px 0 20px;
}
.opinion_item_title {
  margin:0 0 15px 0;
  color: #1d1d1d;
  font-size: 18px;
}
.opinion_item_title .opinion_item_user{
  font-weight:bold;
  color: #527397;
  font-size: 16px;
}
.opinion_item_title_main {
  display:inline-block;
  margin:0 5px 0 0;
}
.opinion_item_date {
  color: #525252;
  font-size: 18px; 
  display: block;
}
.opinion_item_user a {}
.opinion_item_link_item {
  display:inline-block;
  padding:3px 0;
  float:right;
}
.opinion_item_comment {
}
.opinion_item_comment_comment_positive .opinion_item_comment_name {
  color:#a3b174;
}
.opinion_item_comment_comment_negative .opinion_item_comment_name {
  color:#d7784c;
}
.opinion_item_comment_comment_text .opinion_item_comment_name {
  color:#737373;
}
.opinion_item_comment_text  {}
@media only screen and (max-width: 1200px) {
  .site_table th, .site_table td {
      padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .site_table th, .site_table td {
      padding: 7px 7px;
  }
  .phone-td-hidden {
    display: none;
  }
}


#viewed-block {
  background: url(../img/bg/bg-viewed.png) no-repeat center top;
  padding: 60px 0 130px;
  margin-bottom: -55px;
}
#viewed-block .viewed-title {
  text-align: center;
  margin: 60px 0;
}
#viewed-block .viewed-title .text {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
#associated-block {
  background: url(../img/bg/bg-associated.png) no-repeat center top;
  padding: 60px 0 130px;
  margin-bottom: -55px;
}
#associated-block .associated-title {
  text-align: center;
  margin: 0 0 60px;
}
#associated-block .associated-title .text {
  color: #414e62;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
#associated-block .catalog-item, #viewed-block .catalog-item {
  width: 100%;
  height: 382px;
}
#associated-block .catalog_template_showcase .catalog-item-extra a.catalog-item-cloud,
#viewed-block .catalog_template_showcase .catalog-item-extra a.catalog-item-cloud {
  display: none;
}
#associated-block .catalog-item .catalog-item-extra,
#viewed-block .catalog-item .catalog-item-extra {
  margin-top: 30px;
}
#associated-block .catalog_template_showcase .catalog-item:hover:after,
#viewed-block .catalog_template_showcase .catalog-item:hover:after {
  display: none;
}
  #associated-block .owl-controls {
    width: 170px;
    margin: 37px auto 0;
    position: absolute;
    left: 0;
    right: 0; }
    #associated-block .owl-controls .owl-prev {
      position: absolute;
      left: 0;
      top: 0; }
      #associated-block .owl-controls .owl-prev .prev__slide__news {
        background: url(../img/svg/slider_product_str.svg) no-repeat center;
        display: block;
        width: 23px;
        height: 16px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      #associated-block .owl-controls .owl-prev:hover {
        left: -5px;
        top: -3px; }
        #associated-block .owl-controls .owl-prev:hover .prev__slide__news {
          background: url(../img/svg/slider_product_str_hov.svg) no-repeat center;
          width: 33px;
          height: 23px;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    #associated-block .owl-controls .owl-next {
      position: absolute;
      right: 0;
      top: 0; }
      #associated-block .owl-controls .owl-next .next__slide__news {
        background: url(../img/svg/slider_product_str.svg) no-repeat center;
        display: block;
        width: 23px;
        height: 16px; }
      #associated-block .owl-controls .owl-next:hover {
        right: -5px;
        top: -3px; }
        #associated-block .owl-controls .owl-next:hover .next__slide__news {
          background: url(../img/svg/slider_product_str_hov.svg) no-repeat center;
          width: 33px;
          height: 23px; }
    #associated-block .owl-controls .owl-dots {
      font-size: 0;
      width: 90px;
      margin: 0 auto;
      text-align: center; }
      #associated-block .owl-controls .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
        border: 1px solid #323a4d;
        display: inline-block;
        vertical-align: top;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        cursor: pointer;
        margin-right: 10px; }
        #associated-block .owl-controls .owl-dots .owl-dot:hover {
          background-color: #6baa89; }
        #associated-block .owl-controls .owl-dots .owl-dot:last-child {
          margin-right: 0; }
      #associated-block .owl-controls .owl-dots .owl-dot.active {
        background-color: #6baa89; }

  #viewed-block .owl-controls {
    width: 170px;
    margin: 37px auto 0;
    position: absolute;
    left: 0;
    right: 0; }
    #viewed-block .owl-controls .owl-prev {
      position: absolute;
      left: 0;
      top: 0; }
      #viewed-block .owl-controls .owl-prev .prev__slide__news {
        background: url(../img/svg/slider_product_str.svg) no-repeat center;
        display: block;
        width: 23px;
        height: 16px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      #viewed-block .owl-controls .owl-prev:hover {
        left: -5px;
        top: -3px; }
        #viewed-block .owl-controls .owl-prev:hover .prev__slide__news {
          background: url(../img/svg/slider_product_str_hov.svg) no-repeat center;
          width: 33px;
          height: 23px;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    #viewed-block .owl-controls .owl-next {
      position: absolute;
      right: 0;
      top: 0; }
      #viewed-block .owl-controls .owl-next .next__slide__news {
        background: url(../img/svg/slider_product_str.svg) no-repeat center;
        display: block;
        width: 23px;
        height: 16px; }
      #viewed-block .owl-controls .owl-next:hover {
        right: -5px;
        top: -3px; }
        #viewed-block .owl-controls .owl-next:hover .next__slide__news {
          background: url(../img/svg/slider_product_str_hov.svg) no-repeat center;
          width: 33px;
          height: 23px; }
    #viewed-block .owl-controls .owl-dots {
      font-size: 0;
      width: 90px;
      margin: 0 auto;
      text-align: center; }
      #viewed-block .owl-controls .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
        border: 1px solid #323a4d;
        display: inline-block;
        vertical-align: top;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        cursor: pointer;
        margin-right: 10px; }
        #viewed-block .owl-controls .owl-dots .owl-dot:hover {
          background-color: #6baa89; }
        #viewed-block .owl-controls .owl-dots .owl-dot:last-child {
          margin-right: 0; }
      #viewed-block .owl-controls .owl-dots .owl-dot.active {
        background-color: #6baa89; }






/* UI-FORMS */
.ui-info {
  padding:20px 10px;
  margin:0 0 10px 0;
  color: #1d1d1d;
  background:#ffffff;
  border:1px solid #6baa89;;
  border-radius:3px;
}
.ui-info .ui-message {
  margin:2px 0;
}
body .ui-widget-overlay {
  background: #000000;
  opacity: 0.5;
  z-index: 200;
}
.ui-dialog.ui-widget.ui-widget-content {
	max-width: 95%;
  max-height: 100% !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  border: none;
  border-radius: 0;
  background: url(../img/bg/bg-ui-form1.png) right top no-repeat, #e9eaea url(../img/bg/bg-ui-form2.png) left bottom no-repeat;
/*   overflow-y: auto;
overflow-x: hidden; */
}
.ui-dialog .ui-widget-header {
  background: transparent;
  color: #2f3d53;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 23px !important;
  padding-bottom: 19px !important;
  border: none;
  text-align: center;
/*   text-indent: 50px; */
}
.ui-dialog .ui-dialog-title {
  margin: 0;
  width: 100%;
  overflow: hidden;
  white-space: normal;
}
/*headings*/
.ui-dialog .fs-title {
  margin-bottom: 10px;
  color: #2f3d53;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.ui-dialog .fs-subtitle {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 20px;
  color: #1d1d1d;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    background: transparent url(../img/svg/ui-close.svg) no-repeat center;
    border: none;
    box-shadow: none;
    margin: 0;
}
.ui-dialog .ui-dialog-content {
  padding: 0 55px 25px;
  width: 100% !important;
  overflow-y: auto !important;
  overflow-x: hidden;
  height: auto !important;
  min-height: 600px !important;
}
.ui-form input[type=text],
.ui-form input[type=email],
.ui-form input[type=password],
.ui-form textarea,
.ui-form select,
.ui-input-text,
.ui-input-textarea,
.ui-input-password,
.ui-input-select {
  position:relative;
    padding:10px 20px;
    display: block; 
    height: 48px;
    width: 100%;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    background-color: #ffffff;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    border: 1px solid #e9eaea;
    margin: 0 auto 16px;
    appearance: none;
    -webkit-appearance: none;
}
.ui-form textarea,
.ui-input-textarea {
  resize: none;
  height: 116px;
}
.ui-form input[type=text], .ui-form input[type=password], .ui-form textarea, .ui-input-text, .ui-input-textarea, .ui-input-password {
  
}
.ui-form select, .ui-input-select {
  background: #ffffff url(../img/svg/ui-arrow-select.svg) no-repeat 95% 50%;
}
.ui-form input[type=checkbox], .ui-form input[type=radio], .ui-input-checkbox, .ui-input-radio {
  margin:0 5px 0 0;
}
.ui-form input[type=submit], .ui-input-submit, .ui-button.submit, .ui-button.cancel, .ui-button.refresh, .ui-input-button {
  padding:0px 14px;
    min-width: 225px;
    height: 48px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border: 1px solid #6baa89;
    cursor: pointer;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.39);
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    text-decoration: none !important;
    background-color: #6baa89;
  position:relative;
  display:inline-block;
  behavior:url(/PIE.htc);
}
.ui-form input[type=submit]:hover, .ui-input-submit:hover, .ui-button.submit:hover, .ui-button.cancel:hover, .ui-button.refresh:hover, .ui-input-button:hover {
    -webkit-box-shadow: inset 2px 3px 1px rgba(0, 0, 0, 0.09);
    box-shadow: inset 2px 3px 1px rgba(0, 0, 0, 0.09);
}
.ui-form table td, table.ui-form td {
  border: none;
  padding: 10px 10px 10px 0;
  vertical-align: middle;
} 
.ui-form table td input[type=text], table.ui-form td input[type=text] {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .ui-dialog.ui-widget.ui-widget-content {
    overflow: auto;
  }
  .ui-dialog .ui-widget-header {
    font-size: 22px;
  }
  .ui-dialog .ui-dialog-content {
    padding: 0 10px 20px;
  }
  .ui-dialog .fs-title {
    font-size: 18px;
    margin-top: 0;
  }
  .ui-dialog .ui-dialog-titlebar-close {
    width: 17px;
    height: 17px;
    right: 5px;
    top: 5px;
  }
  .ui-dialog .ui-resizable-handle {
    display: none !important;
  }
}
/* UI - RATING */
.rating_vote {
  display:inline-block;
}
.ui-rating-view {}
.ui-rating-edit .ui-rating-star, .ui-rating-edit .ui-rating-clear {
  cursor:pointer
}
.ui-rating-scale {
  display:inline-block;
  height:25px;
  line-height:20px;
  vertical-align:middle;
  text-align:left;
}
.ui-rating-star {
  position:relative;
  display:inline-block;
  width:22px;
  height:22px;
  vertical-align:middle;
}
.ui-rating-star-passive {
  background:url(../img/svg/rating-star-passive.svg) no-repeat center center;
}
.ui-rating-star-active {
  background:url(../img/svg/rating-star-active.svg) no-repeat center center;
}
.ui-rating-star-passive .ui-rating-star-active {
  background-position:left center;
  vertical-align:top;
  margin-left:2px;
}
.ui-rating-value-0 .ui-rating-clear {
  display:none;
}
.ui-rating-clear {
  display:inline-block;
  min-width:16px;
  height:18px;
  margin:0 0 0 10px;
  vertical-align:middle;
  background:url(/bitrix/templates/a_copy/i/rating-clear.png) no-repeat center center;
}
.ui-front {
  z-index: 210 !important;
}
.ui-dialog {
  z-index: 250 !important;
}
.ui-dialog[aria-describedby="auth-dialog"]{
  z-index: 300 !important;
}
/* .ui-form div.col-1 {
  display:inline-block;
  width:25%;
  vertical-align:top;
} */
.ui-form div.col-1 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
  color: #1d1d1d;
  margin: 0 0 10px 0;
}
/* .ui-form div.col-2 {
  display:inline-block;
  width:65%;
  vertical-align:top;
} */
.ui-form div.col-2 {
  display:block;
  width:100%;
}
.ui-form td.col-1 {
  width:25%;
}
.ui-form td.col-2 {
  width:75%;
}
.ui-form .field-comment {
  display:inline-block;
  margin:4px 0 4px 8px;
  color:#666;
}
.ui-form div.field-row {
  padding:4px 0;
}
.ui-form .col-1 {
  color: #1d1d1d;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.ui-form .col-2 {}
.ui-form .col-2x {
  color:#333;
  padding-top:7px;
}
.ui-form .starrequired {
  margin:0px;
  font-size: 16px;
}
.ui-dialog h3, .ui-dialog .h3 {
  font-size: 20px;
  margin-bottom: 15px;
}


/*form styles*/
#msform {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#msform fieldset {
  padding: 0px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  position: relative;
}
#msform .fieldset-step-1 {
  padding: 0px 30px;
 /*  position: relative !important; */
}
#msform fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
#msform input, #msform textarea, #msform textarea{
}
#msform label {
  text-align: left;
  display: block;
  padding-left: 10px;
  margin-bottom: 5px;
}
#msform li {
  padding: 0px 35px;
  border: none;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  height: 77px;
  line-height: 73px;
  border-radius: 38px;
  background-color: #6baa89;
}
#msform li:hover {
    -webkit-box-shadow: inset 2px 3px 1px rgba(0, 0, 0, 0.09);
    box-shadow: inset 2px 3px 1px rgba(0, 0, 0, 0.09);
}
#msform li span {
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.ui-colleft {
  float: left;
  width: 49%;
}
.ui-colright {
  float: right;
  width: 49%;
}
.ui-row {
  clear: both;
}
#msform .form-block-buttons {
  margin: 30px 0;
}
/*buttons*/
#msform .action-button {
  display: inline-block;
  margin: 20px 10px 30px;
}
#msform .action-button:hover, #msform .action-button:focus {
}
#msform .msform-hidden-title {
  display: none;
}
.person_dan, .person_dan a {
  color: #636363;
  font-size: 14px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #msform .fieldset-step-1 {
    padding: 0 10px;
  }
  #msform li {
    font-size: 16px;
    padding-top: 0 15px;
  }
  #msform li span {
    line-height: 20px;
  }
  #msform .action-button {
    margin: 10px 10px 10px;
  }
  .ui-colleft, .ui-colright {
    float: none;
    width: 100%;
    margin: 0;
  }
}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: white;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
  background: #27AE60;
  color: white;
}
#msform li:before{
  content:none;
}
#msform li.active{
  border: 1px solid #000;
}
.formAlert {
    position: absolute;
    height: 20px;
    padding: 0px 10px;
    background: #F00 none repeat scroll 0% 0%;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    top: 0px;
    right: 0px;
    font-style: normal;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
    opacity: 0;
    z-index: -2;
    white-space: nowrap;
}
.formAlert.active {
    opacity: 1;
    z-index: 2;
    top: -19px;
}

.form-block {
    position: relative;
}

.formAlert::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 8px solid #F00;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -8px;
    right: 20px;
  box-sizing: border-box;
}
.field-property_vote_1 {
  float: left;
  text-align: left;
}
.field-property_vote_1 div.col-1 {
  margin-bottom: 0;
}
.field-submit {
  float: right;
}
/* constructor */
#constructor-div {
  overflow-x:auto;
  min-height:300px;
}
#constructor-table {
  margin-top: 0;
}
#constructor_modificator_tooltip {
  margin-bottom: 25px;
}
#constructor-div td {}
#constructor-div .col-model {
  width:12px !important;
}
#constructor-div .col-store {
  width:80px !important;
}
#constructor-div .col-price {
  width:220px !important;
}
.constructor-table .hidden {
  background:white;
  border-right:none;
  display: none;
}
.constructor-table .hidden * {
  display:none;
}
.constructor-table {
  border-collapse:collapse;
  border-spacing:0;
}
.constructor-table th, .constructor-table td {
/*   width:60px; */
  padding:15px 15px !important;
  white-space:nowrap;
  vertical-align: middle;
}
.constructor-table th {
  font-weight:normal;
  color: #415678;
}
.constructor-table th a {
  color:inherit;
}
.constructor-table td {
  border:none;
}
.constructor-table #constructor_modificator_filter td {
  padding-bottom:0;
}
.constructor-table #constructor_modificator_filter td div {
  margin:8px 0;
}
#constructor_modificator_items td {
  background:#ffffff;
  border:none;
}
#constructor_modificator_items td.price {}
#constructor_modificator_items td.price span {
  color: #527397;
  font-weight: 700;
}
#constructor_modificator_items td.price button {
  margin:0 0 0 15px;
}
.constructor-table tbody tr:nth-child(even):not(.active) td {
  background-color: #f8f8f8 !important;
}
.constructor-table input[type=checkbox],
.constructor-table input[type=radio] {
  margin:0 5px 0 0;
}
.constructor-table input[type=checkbox]:disabled {
  display: none;
}
#constructor-table {
  width: auto;
}
#constructor-table th {
  width: auto !important;
}
#constructor-table a {
  text-decoration: none;
}
#constructor-table.__style-1 input[type="checkbox"] {
  display: none;
}
#constructor-table.__style-1 td,
#constructor-table.__style-1 th {
  white-space: normal;
}
#constructor-table.__style-1 th a img {
  vertical-align: middle;
}
#constructor-table.__style-1 tr td.price {
/*   width: 130px; */
  min-width: 415px;
  vertical-align: middle;
}
#constructor-table.__style-1 tr td.price button {
  /*float: right;*/
  width: 128px;
  height: 36px;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border: 1px solid #6baa89;
  background-color: #6baa89;
  cursor: pointer;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.39);
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
}
#constructor-table.__style-1 tr td.price span {
  white-space: nowrap;
  display: inline-block;
  min-width: 130px;
  line-height: 36px;
}
.countform {
  display:inline-block;
  vertical-align:middle;
  overflow:hidden;
  margin:0 12px 0 0;
  border-radius:2px;
}
.countform .countform__btn {
  width: 62px;
  height: 36px;
  line-height:32px;
  border-radius: 18px;
  border: 1px solid #ccd2d9;
  background: #e9eaea;
  font-weight:normal;
  color: #585858;
  font-size: 17px;
  text-align:center;
  float:left;
}
.countform .countform__btn:hover {
  background-color: #6baa89;
  border-color: #6baa89;
  color: #ffffff;
}
.countform .countform__btn.btn-minus {
  padding-right: 30px;
  margin-right: -36px; 
}
.countform .countform__btn.btn-plus {
  padding-left: 30px;
  margin-left: -36px; 
}
.countform .countform__input {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #ccd2d9;
  background-color: #ffffff;
  outline:none;
  font-size: 16px;
  color: #1d1d1d;
  float:left;
  text-align:center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#fancybox-title {
  background: #ffffff;
  font-family: 'Exo 2', sans-serif;
}
#fancybox-content {
  background: #ffffff;
}
#fancybox-wrap {
  padding: 0;
}
#fancybox-close {
  top: 5px;
  right: 5px;
  background: url(../img/svg/close-x.svg) no-repeat center;
}
.catalog-section.plain .catalog-section-name a {
	color: #6596ab;
}
@media only screen and (max-width: 767px) {
  .auth-block-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
}
.header_order-status .e4 form {
	display: none;
	margin-top: 10px;
}
.header_order-status .e4 input {
	width: 100%;
	padding: 10px 10px;
	border: 1px solid #c6c6c6;
	/*color: #bababa;*/
	font-size: 16px;
	box-sizing: border-box;
}
.header_order-status .e4 button {
    margin-top: 15px;
	color: #1b1a1a;
	font-size: 16px;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	padding: 5px 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+49,d6d6d6+100 */
	background: #ffffff; /* Old browsers */
	cursor: pointer;
    height: 36px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #6baa89;
}
.header_order-status .e4 form.__show {
    display: block;
    position: absolute;
    padding: 20px;
    border: 1px solid #c6c6c6;
    box-shadow: 5px 4px 3px 1px rgba(0, 0, 0, 0.11);
    background: #ffffff;
    left: 0;
    right: 0;
    z-index: 100;
}
.page-order #order_fast td.col-1 {
}
.page-order #order_fast td.col-2 {
}
.page-order #order_fast td.col-2 input[type=submit] {
  min-width: 200px;
  width: 100%;
}
.order_catalog_text {
	float: left; padding-left: 20px; width: 410px;
}
@media only screen and (max-width: 700px) {
	.order_catalog_text {
	 	float: none;
	 	padding-left: 0;
		width: 100%;
		clear: both;
		padding-top: 20px;
	}
	.order_catalog_text br {
		display: none;
	}
}
.site_table_scroll {
  overflow: auto;
}
@media only screen and (max-width: 961px) {
  div#way-layers {
    height: auto;
    overflow: initial;
  }
}

body .site_table tr th, body .site_table thead tr td, .site_table > tbody:first-child > tr:first-child td, .site_table td {
    padding: 10px;
    vertical-align: middle;
}

.catalog-item-description .catalog-item-text, .catalog-item-profile-text .site_table{
  font-family: 'Play', sans-serif;
}
.info_rec{
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin: 0 auto;
}
#dszvonok-form .info_rec{
      width: 492px;

}