/* Generated by less 4.2.0 */
@charset 'UTF-8';
/* ######  Mobile Menu  ###### */
.mobile-menu-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2200000000;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-weight: normal;
  background: transparent url(data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///////wAAACH5BAEAAAIALAAAAAABAAEAAAICVAEAOw==) 0 0 repeat;
  -moz-transition: background 0.25s 0s linear;
  -webkit-transition: background 0.25s 0s linear;
  -o-transition: background 0.25s 0s linear;
  transition: background 0.25s 0s linear;
  /* ##### LIGHT THEME ######### */
  /* -- [end] LIGHT THEME --------- */
  /* ##### DARK THEME ######### */
  /* -- [end] LIGHT THEME --------- */
}
.mobile-menu-wrapper,
.mobile-menu-wrapper * {
  -moz-box-sizing: border-box ;
  -webkit-box-sizing: border-box ;
  box-sizing: border-box ;
}
.mobile-menu-wrapper.active {
  display: block;
}
.mobile-menu-wrapper .mm-inner {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border: 1px solid transparent;
  position: absolute;
  left: -100%;
}
.mobile-menu-wrapper .mm-header,
.mobile-menu-wrapper .mm-footer {
  width: 100%;
  position: absolute;
  left: 0;
}
.mobile-menu-wrapper .mm-header {
  top: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
  padding: 0 60px 0 20px;
}
.mobile-menu-wrapper .mm-footer {
  bottom: 0;
}
.mobile-menu-wrapper .mm-header-inner,
.mobile-menu-wrapper .mm-footer-inner {
  padding: 20px 20px 0 20px;
}
.mobile-menu-wrapper .mm-footer-inner {
  padding-bottom: 20px;
}
.mobile-menu-wrapper .mm-footer-inner > :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.mobile-menu-wrapper .mm-content {
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.mobile-menu-wrapper .mm-content .item-heading {
  text-align: center;
}
.mobile-menu-wrapper .mm-title,
.mobile-menu-wrapper .submenu .mm-return {
  width: 100%;
  height: 39px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  line-height: 40px;
  position: relative;
  -o-text-overflow: ellipsis ;
  /* Для Opera 11- */
  text-overflow: ellipsis ;
}
.mobile-menu-wrapper .mm-close {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid transparent;
}
.mobile-menu-wrapper .mm-close span {
  display: block;
  text-align: center;
  width: 50px;
  height: 39px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
}
.mobile-menu-wrapper .mm-close span:before {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.mobile-menu-wrapper .mm-close span,
.mobile-menu-wrapper .mm-item li > a,
.mobile-menu-wrapper .mm-item li > span,
.mobile-menu-wrapper .submenu .mm-return {
  -moz-transition: background 0.15s 0s linear;
  -webkit-transition: background 0.15s 0s linear;
  -o-transition: background 0.15s 0s linear;
  transition: background 0.15s 0s linear;
}
.mobile-menu-wrapper .mm-hidden-item {
  display: none;
}
.mobile-menu-wrapper .mm-item.main-level {
  padding-top: 20px;
}
.mobile-menu-wrapper .mm-item a {
  border: 0;
}
.mobile-menu-wrapper .mm-item ul {
  padding: 0 0 20px 0;
  margin: 0;
  list-style-type: none;
}
.mobile-menu-wrapper .mm-item li {
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px solid transparent;
}
.mobile-menu-wrapper .mm-item li:last-child {
  border-bottom: 0;
}
.mobile-menu-wrapper .mm-item li > a,
.mobile-menu-wrapper .mm-item li > span {
  display: block;
  padding: 15px 10px 15px 20px;
  background-color: transparent;
}
.mobile-menu-wrapper .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  z-index: 3;
}
.mobile-menu-wrapper .submenu .mm-return {
  height: 40px;
  border-bottom: 1px solid transparent;
  padding: 0 30px 0 45px;
  cursor: pointer;
  position: relative;
  -khtml-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
}
.mobile-menu-wrapper .submenu .mm-return:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.mobile-menu-wrapper span.mm-sub-open + a,
.mobile-menu-wrapper span.mm-sub-open + span {
  padding-right: 60px;
  cursor: pointer;
}
.mobile-menu-wrapper span.mm-sub-open {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
  margin: 0;
  padding: 0;
  -khtml-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-left: 1px solid transparent;
}
.mobile-menu-wrapper span.mm-sub-open.mm-full-width {
  width: 100%;
  z-index: 2;
  border: 0;
  background-color: transparent !important;
}
.mobile-menu-wrapper span.mm-sub-open.mm-full-width + span {
  margin-right: 0;
}
.mobile-menu-wrapper span.mm-sub-open:after {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 18px;
  margin: -7px 0 0 0;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.mobile-menu-wrapper.theme-light {
  /* background-color */
  /* background-color in hover */
  /* border-color */
  /* text color */
}
.mobile-menu-wrapper.theme-light.open {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlPM0jRW/QAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=);
}
.mobile-menu-wrapper.theme-light.open .mm-inner {
  -moz-box-shadow: 0 0 30px 5px #000 ;
  -webkit-box-shadow: 0 0 30px 5px #000 ;
  box-shadow: 0 0 30px 5px #000 ;
}
.mobile-menu-wrapper.theme-light .mm-item li.active > a,
.mobile-menu-wrapper.theme-light .mm-item li.active > span,
.mobile-menu-wrapper.theme-light .mm-item li > a.active,
.mobile-menu-wrapper.theme-light .mm-item li > span.active {
  background-color: #e8e8e8;
  color: #000;
}
.mobile-menu-wrapper.theme-light .mm-inner,
.mobile-menu-wrapper.theme-light .mm-item,
.mobile-menu-wrapper.theme-light .mm-header-inner,
.mobile-menu-wrapper.theme-light .mm-header {
  background-color: #f3f3f3;
}
.mobile-menu-wrapper.theme-light .has-footer-inner {
  background-color: #f3f3f3;
}
.mobile-menu-wrapper.theme-light .mm-close span:hover,
.mobile-menu-wrapper.theme-light .mm-item li > a:hover,
.mobile-menu-wrapper.theme-light .mm-item li > span:hover,
.mobile-menu-wrapper.theme-light .submenu .mm-return:hover {
  background-color: #f9f9f9;
}
.mobile-menu-wrapper.theme-light span.mm-sub-open:hover + span {
  background-color: #f9f9f9;
}
.mobile-menu-wrapper.theme-light .mm-inner,
.mobile-menu-wrapper.theme-light .mm-close,
.mobile-menu-wrapper.theme-light .mm-item li,
.mobile-menu-wrapper.theme-light span.mm-sub-open,
.mobile-menu-wrapper.theme-light .submenu .mm-return {
  border-color: #dbdbdb;
}
.mobile-menu-wrapper.theme-light .mm-title,
.mobile-menu-wrapper.theme-light .mm-content .item-heading,
.mobile-menu-wrapper.theme-light .mm-content .item-heading span,
.mobile-menu-wrapper.theme-light .submenu .mm-return {
  color: #a2a2a2;
}
.mobile-menu-wrapper.theme-light .mm-item li > a,
.mobile-menu-wrapper.theme-light .mm-item li > span {
  color: #3d3d3d;
}
.mobile-menu-wrapper.theme-light .mm-close span:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAw0lEQVQY013Q2UpCARAG4Lk6oi22iYi9al8vUG8SBZWlRVQKddGi7eu7TBd2TOO/m29gfiZsGVgU/7KgbztcSQPzMzSnL12HuhvpUm1CNRfSrXoIS+6k81+uOZPuLYvx7oqhdKqm6kQaWRUlhjUPUk9XetQYT/9KNDxJ6bmkaWz7ktK39f/Y8iHt2pE+taex6U3aVyjsSe9aJTa8SB2FEAoH0qumKIscq0yuF47GxcJQ6qnOvK+iK43Chs7U68pUHdr8AaP7odw/hDCnAAAAAElFTkSuQmCC);
}
.mobile-menu-wrapper.theme-light span.mm-sub-open:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAflBMVEV+fn7///9+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn7pXCJdAAAAKXRSTlMAAAEGBwgJCgwODxASFBUXGRt9jKuusrW2t7m7v8HDxsvNz9HT1dfZ2+RQN7gAAABjSURBVHgBRcfpFoEhFAXQc4VrILMIIRnO+7+gxfrq7n8bIrJJY/yJ/HplGsE6ufGiVkzvPKsVs8yTWjF/MA6s8IWHnnX14Ratyzd3rnXx4t6h1j8ZHGp94bGP1sw4hHUdFF2/koQGMuWUIukAAAAASUVORK5CYII=);
}
.mobile-menu-wrapper.theme-light .submenu .mm-return:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAe1BMVEV+fn7///9+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn7qGOIsAAAAKHRSTlMAAAUGBwkKCw0PERMVFxkbHH+Np6yvs7S2uLq9wMLHzM7Q0tTW2Nrc3ij3KwAAAGRJREFUeNpNzUkCgjAUA9BUJhWQQWUGLZO5/wn5LtqSVd4mgVIK/1zHUqphNHJyDAd+bpZhz+8dhkFHHcPQbzknsKy4iCyf/OUnXl7cM0d4b24PR3gV19RS3MicI+RMn4igLqQeeG4F/RvswhYAAAAASUVORK5CYII=);
}
/* ============================================ *
 * Mobile Menu Restyling
 * ============================================ */
.mobile-menu-wrapper {
  /* ##### LIGHT THEME ######### */
  /* -- [end] LIGHT THEME --------- */
}
.mobile-menu-wrapper.theme--white-lightblue {
  /* background-color */
  /* background-color in hover */
  /* border-color */
  /* text color */
}
.mobile-menu-wrapper.theme--white-lightblue.open {
  background: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.mobile-menu-wrapper.theme--white-lightblue.open .mm-inner {
  -moz-box-shadow: 0 0 60px 5px rgba(0, 0, 0, 0.4) ;
  -webkit-box-shadow: 0 0 60px 5px rgba(0, 0, 0, 0.4) ;
  box-shadow: 0 0 60px 5px rgba(0, 0, 0, 0.4) ;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-inner {
  width: 85%;
  min-width: 260px;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-item li {
  font-size: 17px;
  line-height: 21px;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-item li > a,
.mobile-menu-wrapper.theme--white-lightblue .mm-item li > span {
  padding: 12px 20px;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-item li > span.mm-sub-open {
  padding: 0;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-item li > span.mm-sub-open:after {
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 0;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-title {
  text-align: left;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-close span {
  display: table-cell;
  vertical-align: middle;
  width: 59px;
  height: 49px;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-close span:before {
  display: inline-block;
  vertical-align: middle;
  position: static;
  margin: 0;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-title {
  height: 49px;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-title,
.mobile-menu-wrapper.theme--white-lightblue .submenu .mm-return {
  line-height: 50px;
}
.mobile-menu-wrapper.theme--white-lightblue .submenu .mm-return {
  height: 50px;
  border: 0;
}
.mobile-menu-wrapper.theme--white-lightblue span.mm-sub-open {
  width: 36px;
  height: 36px;
  -moz-border-radius: 18px ;
  -webkit-border-radius: 18px ;
  border-radius: 18px ;
  border: 1px solid transparent;
  top: 4px;
  right: 11px;
}
.mobile-menu-wrapper.theme--white-lightblue span.mm-sub-open.mm-full-width {
  width: 100%;
  border-color: transparent;
}
.mobile-menu-wrapper.theme--white-lightblue span.mm-sub-open + a,
.mobile-menu-wrapper.theme--white-lightblue span.mm-sub-open + span {
  padding-right: 55px;
}
.mobile-menu-wrapper.theme--white-lightblue a,
.mobile-menu-wrapper.theme--white-lightblue a[data-unique] {
  text-decoration: none;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-item li.active > a,
.mobile-menu-wrapper.theme--white-lightblue .mm-item li.active > span,
.mobile-menu-wrapper.theme--white-lightblue .mm-item li > a.active,
.mobile-menu-wrapper.theme--white-lightblue .mm-item li > span.active {
  background-color: #f5f7fa;
  color: #000;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-inner,
.mobile-menu-wrapper.theme--white-lightblue .mm-item,
.mobile-menu-wrapper.theme--white-lightblue .mm-header-inner,
.mobile-menu-wrapper.theme--white-lightblue .mm-header,
.mobile-menu-wrapper.theme--white-lightblue span.mm-sub-open {
  background-color: #fff;
}
.mobile-menu-wrapper.theme--white-lightblue .has-footer-inner {
  background-color: #eaeaea;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-close span:hover,
.mobile-menu-wrapper.theme--white-lightblue .mm-item li > a:hover,
.mobile-menu-wrapper.theme--white-lightblue .mm-item li > span:hover,
.mobile-menu-wrapper.theme--white-lightblue .submenu .mm-return:hover {
  background-color: #f5f7fa;
}
.mobile-menu-wrapper.theme--white-lightblue span.mm-sub-open:hover + span {
  background-color: #f5f7fa;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-inner,
.mobile-menu-wrapper.theme--white-lightblue .mm-close,
.mobile-menu-wrapper.theme--white-lightblue span.mm-sub-open,
.mobile-menu-wrapper.theme--white-lightblue .submenu .mm-return {
  border-color: #e2e7ec;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-item li {
  border-color: transparent;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-item li.separator {
  height: auto;
  font-size: 0;
  line-height: 0;
  padding: 15px 0;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-item li.separator:before {
  display: block;
  content: '';
  width: 40%;
  height: 0;
  border-top: 1px dashed #dbdbdb;
  border-bottom: 1px dashed #f3f3f3;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-title,
.mobile-menu-wrapper.theme--white-lightblue .mm-content .item-heading,
.mobile-menu-wrapper.theme--white-lightblue .mm-content .item-heading span {
  color: #2a3c5c;
  font-weight: 600;
  font-size: 20px;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-item li > a,
.mobile-menu-wrapper.theme--white-lightblue .mm-item li > span,
.mobile-menu-wrapper.theme--white-lightblue .submenu .mm-return {
  color: #2e2e2e;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-close {
  border-left: 0;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-close span:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAxUlEQVQY013Q2UpCARAG4Lk6oi22iYg9w/eG0QvUm0RBZWkRlUJdtGj7+i7ThR3T+O/mG5ifCVsGFsW/LOjbDlfSwPwMzelL16HuRrpUm1DNhXSrHsKSO+n8l2vOpHvLYry7Yiidqqk6kUZWRYlhzYPU05UeNcbTvxINT1J6Lmka276k9G39P7Z8SLt2pE/taWx6k/YVCnvSu1aJDS9SRyGEwoH0qinKIscqk+uFo3GxMJR6qjPvq+hKo7ChM/W6MlWHNn8A8LxknI7KBJwAAAAASUVORK5CYII=);
}
.mobile-menu-wrapper.theme--white-lightblue span.mm-sub-open:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAflBMVEUuLi7///8uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi7crx7hAAAAKXRSTlMAAAEGBwgJCgwODxASFBUXGRt9jKuusrW2t7m7v8HDxsvNz9HT1dfZ2+RQN7gAAABmSURBVHgBRczZGsEwFEXhHcExELMQBDG0+/1fsF+bNmfd/TcLBjjEOXKm5ZNxBuXixYcosXzzLkqsEm+ixPrDMFHCfXkZKXc1jyjcVjzZws2fZ4uB7kdvkdltrmMUJoYplHsv6NkAgQsGCLLyLesAAAAASUVORK5CYII=);
}
.mobile-menu-wrapper.theme--white-lightblue .submenu .mm-return:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAe1BMVEUuLi7///8uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi5w4GdmAAAAKHRSTlMAAAUGBwkKCw0PERMVFxkbHH+Np6yvs7S2uLq9wMLHzM7Q0tTW2Nrc3ij3KwAAAGJJREFUeNpNzUcWglAQRNEmfEDJiOSMYu1/hfQBf8Ob3UkVGXTm9Rkx/nR7DBedDuND6LSYnqSpGsw+ado1loCEBVaW8IVfcqOZY4svkvXGNxKyC3xCIbviOeFxNgs5VabMHWF2BcXy1SGrAAAAAElFTkSuQmCC);
}
body.mobile-menu-active.mobile-menu-overflow {
  overflow: hidden;
}
body.mobile-menu-active .mobile-menu-trigger.ghost {
  -moz-opacity: 0 ;
  opacity: 0 ;
}
/* ##### Media Queries */
/* ##### / Media Queries */
/* ###### [end]  Mobile Menu  ###### */
.modal-notify {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 280px !important;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  -moz-border-radius: 0px ;
  -webkit-border-radius: 0px ;
  border-radius: 0px ;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  z-index: 99992;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  color: inherit;
}
.modal-notify,
.modal-notify * {
  -moz-box-sizing: border-box ;
  -webkit-box-sizing: border-box ;
  box-sizing: border-box ;
}
.modal-notify .notify-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.modal-notify .notify-inner {
  display: inline-block;
  max-width: 1260px;
  background: #fff;
  padding: 40px 0;
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto;
  -moz-border-radius: 10px ;
  -webkit-border-radius: 10px ;
  border-radius: 10px ;
  -moz-box-shadow: 0 0 30px #000 ;
  -webkit-box-shadow: 0 0 30px #000 ;
  box-shadow: 0 0 30px #000 ;
  text-align: center;
}
.modal-notify .notify-inner > .close-notify {
  display: block !important;
  width: 26px;
  height: 26px;
  min-width: 0;
  min-height: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer !important;
  border: 0 !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  float: none !important;
  text-align: center !important;
  font-family: sans-serif !important;
  font-size: 0 !important;
  line-height: 0 !important;
  border: 0;
}
.modal-notify .notify-inner > .close-notify:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  -moz-border-radius: 50% ;
  -webkit-border-radius: 50% ;
  border-radius: 50% ;
  background-color: transparent;
}
.modal-notify .notify-inner > .close-notify:after {
  content: '';
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 0 auto;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAkUlEQVQY013QW0uCURAF0Dl9cn77giANKRMxCiMkL4FSf2/3YBeNeZvFHmamrMw0dVbNwmNZi/szahbipYxsxe03NTPxZiilexdjpZmKrZE6xbujuDYWe139QOk+RRxP7XP4EHG4hO4gbkzE7m9UtxMTpbkTG4Mqg42Y/q47F2tDeRUPFwcuxXNZmf97yZWlpy/6BHxw8G1PxgAAAABJRU5ErkJggg==);
}
.modal-notify .notify-inner > .close-notify:before,
.modal-notify .notify-inner > .close-notify:after {
  -moz-transition: background 0.15s 0s linear;
  -webkit-transition: background 0.15s 0s linear;
  -o-transition: background 0.15s 0s linear;
  transition: background 0.15s 0s linear;
}
.modal-notify .notify-inner > .close-notify:hover:before {
  background-color: #ececec;
}
.modal-notify .notify-inner > .close-notify:hover:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAkklEQVQY013Q20qCURAG0Nn9sh9rvWCQhpSJGIURkodAqdf7urCDxtzN4htmpqzMNHVWzcJjWYv7M2oW4qWMbMXtNzUz8WYopXsXY6WZiq2ROsW7o7g2Fntd/UDpPkUcT+1z+BBxuITuIG5MxO5vVLcTE6W5ExuDKoONmP6uOxdrQ3kVDxcHLsVzWZn/e8mVpacvgAxS0DiovOMAAAAASUVORK5CYII=);
}
.modal-notify .notify-inner > .close-notify img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.modal-notify .message {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  text-align: left;
}
.modal-notify .message > h1,
.modal-notify .message > h2,
.modal-notify .message > h3,
.modal-notify .message > h4,
.modal-notify .message > h5,
.modal-notify .message > h6 {
  margin-top: 0 !important;
}
.modal-notify .message p:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.modal-notify .notify-action-btn {
  margin-top: 20px;
  margin-right: -5px;
  margin-left: -5px;
}
.modal-notify .notify-action-btn.align-left {
  text-align: left;
}
.modal-notify .notify-action-btn.align-right {
  text-align: right;
}
.modal-notify .notify-action-btn.align-center {
  text-align: center;
}
.modal-notify .notify-action-btn button,
.modal-notify .notify-action-btn .button,
.modal-notify .notify-action-btn .btn,
.modal-notify .notify-action-btn a {
  margin: 0 5px;
  text-decoration: none;
}
.modal-notify[data-scroll="true"] .message {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-notify[data-scroll="true"] .notify-inner {
  padding-bottom: 5px !important;
}
.modal-notify.notify-modern-style {
  background: rgba(255, 255, 255, 0.95);
}
.modal-notify.notify-modern-style .notify-inner {
  -moz-box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.35) ;
  -webkit-box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.35) ;
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.35) ;
}
.modal-notify.notify-modern-style .notify-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -moz-box-shadow: 0 0 0 4px #e8e8e8 ;
  -webkit-box-shadow: 0 0 0 4px #e8e8e8 ;
  box-shadow: 0 0 0 4px #e8e8e8 ;
  -moz-border-radius: 10px ;
  -webkit-border-radius: 10px ;
  border-radius: 10px ;
  overflow: hidden;
  z-index: -1;
}
.modal-notify.notify-modern-style.modal-notify-error .notify-inner:before {
  -moz-box-shadow: 0 0 0 4px #e8dcc0 ;
  -webkit-box-shadow: 0 0 0 4px #e8dcc0 ;
  box-shadow: 0 0 0 4px #e8dcc0 ;
}
.modal-notify.notify-modern-style[data-scroll="true"] .notify-inner {
  -moz-box-shadow: 0 20px 80px rgba(0, 0, 0, 0.15) ;
  -webkit-box-shadow: 0 20px 80px rgba(0, 0, 0, 0.15) ;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.15) ;
}
body.notify-box-active.notify-box-overflow {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .modal-notify .notify-wrapper {
    padding: 20px;
  }
  .modal-notify .notify-inner {
    max-width: 100%;
    padding: 30px 0 30px 0;
  }
  .modal-notify .notify-inner > .close-notify {
    top: 4px;
    right: 4px;
  }
  .modal-notify .message {
    max-width: 100%;
    padding: 0 30px 0px 30px;
  }
}
@media only screen and (max-width: 599px) {
  .modal-notify .notify-wrapper {
    padding: 10px;
  }
  .modal-notify .message {
    padding: 0 20px 0px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .modal-notify .notify-wrapper {
    padding: 10px;
  }
  .modal-notify .notify-inner {
    min-width: 90%;
    max-width: 100%;
    padding: 30px 0 30px 0;
  }
  .modal-notify .notify-action-btn button,
  .modal-notify .notify-action-btn .button,
  .modal-notify .notify-action-btn .btn,
  .modal-notify .notify-action-btn a {
    width: 100%;
    margin: 0;
  }
  .modal-notify .notify-action-btn button + button,
  .modal-notify .notify-action-btn .button + button,
  .modal-notify .notify-action-btn .btn + button,
  .modal-notify .notify-action-btn a + button,
  .modal-notify .notify-action-btn button + .button,
  .modal-notify .notify-action-btn .button + .button,
  .modal-notify .notify-action-btn .btn + .button,
  .modal-notify .notify-action-btn a + .button,
  .modal-notify .notify-action-btn button + .btn,
  .modal-notify .notify-action-btn .button + .btn,
  .modal-notify .notify-action-btn .btn + .btn,
  .modal-notify .notify-action-btn a + .btn,
  .modal-notify .notify-action-btn button + a,
  .modal-notify .notify-action-btn .button + a,
  .modal-notify .notify-action-btn .btn + a,
  .modal-notify .notify-action-btn a + a {
    margin-top: 10px;
  }
  .modal-notify .message {
    max-width: 100%;
    padding: 0 20px 0px 20px;
  }
}
/* #####   External Button `Go to Top`   ##################### */
.wsi-copyright {
  text-align: right;
  font-size: 12px;
  line-height: 14px;
}
.wsi-copyright span,
.wsi-copyright a {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.wsi-copyright span span,
.wsi-copyright a {
  color: #fff;
  text-decoration: none;
  border: 0;
}
.wsi-copyright a span,
.wsi-copyright span span {
  padding-top: 0;
  -moz-opacity: 0.5 ;
  opacity: 0.5 ;
}
.wsi-copyright a span,
.wsi-copyright span span,
.wsi-copyright img {
  -moz-transition: opacity 0.1s 0s linear;
  -webkit-transition: opacity 0.1s 0s linear;
  -o-transition: opacity 0.1s 0s linear;
  transition: opacity 0.1s 0s linear;
}
.wsi-copyright a:hover,
.wsi-copyright span:hover span {
  color: #fff;
  text-decoration: none;
}
.wsi-copyright img {
  display: inline-block;
  margin-left: 5px;
  -moz-opacity: 0.4 ;
  opacity: 0.4 ;
}
.wsi-copyright a:hover span,
.wsi-copyright > span:hover span,
.wsi-copyright a:hover img,
.wsi-copyright > span:hover img {
  -moz-opacity: 1 ;
  opacity: 1 ;
}
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .wsi-copyright {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-left: 0;
    font-size: inherit;
    line-height: 110%;
  }
  .wsi-copyright br {
    display: none;
  }
  .wsi-copyright span {
    text-align: center;
  }
  .wsi-copyright img {
    display: block;
    margin: 10px auto 0 auto;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
  .wsi-copyright img {
    display: block;
    width: auto;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
  .wsi-copyright a span,
  .wsi-copyright span span {
    padding-top: 0;
  }
}
/* -----  [end]   External Button `Go to Top`   ------------------------------ */
/* ######  Page Blocks  ###### */
.content_preview {
  margin-bottom: 20px;
}
.content_preview.wide {
  width: 100%;
  text-align: center;
}
.content_preview.left,
.content_preview.right {
  max-width: 220px;
}
.content_preview.left {
  float: left;
  margin-right: 20px;
}
.content_preview.right {
  float: right;
  margin-left: 20px;
}
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
  .content_preview.left,
  .content_preview.right {
    max-width: 300px;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 599px) {
  .content_preview.left,
  .content_preview.right {
    float: none;
    max-width: none;
    width: 100%;
  }
  .content_preview.left {
    margin-right: 0;
  }
  .content_preview.right {
    margin-left: 0;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/* -----  [end]   Page Blocks   ------------------------------ */
/* #####   Tooltip Image   ##################### */
.tooltip-image-item {
  position: relative;
}
.tooltip-image-wrapper {
  display: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: fixed;
  border: 1px solid #cad6de;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
  padding: 10px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  z-index: 99;
  text-align: center;
}
.tooltip-image-wrapper.active {
  display: block;
}
/* -----  [end]   Tooltip Image   ------------------------------ */
/* #####   External Button `Go to Top`   ##################### */
#wsi-ext-to-top {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 70;
}
#wsi-ext-to-top * {
  -moz-transition: all 0.3s 0s linear;
  -webkit-transition: all 0.3s 0s linear;
  -o-transition: all 0.3s 0s linear;
  transition: all 0.3s 0s linear;
}
#wsi-ext-to-top a {
  display: table-cell;
  vertical-align: middle;
  min-width: 46px;
  height: 46px;
  border-radius: 23px;
  border: 2px solid #404040;
  background-color: #e85e4d;
  font-size: 15px;
  line-height: 17px;
  color: #404040;
  font-weight: normal;
  text-decoration: none;
  text-transform: lowercase;
  text-align: center;
  -moz-opacity: 0.35 ;
  opacity: 0.35 ;
}
#wsi-ext-to-top a:hover {
  border-color: #eb5f4e;
  padding-right: 10px;
  padding-left: 15px;
  background-color: rgba(255, 255, 255, 0.85);
  -moz-opacity: 1 ;
  opacity: 1 ;
}
#wsi-ext-to-top span {
  display: inline-block;
  height: 20px;
  line-height: 22px;
  overflow: hidden;
  vertical-align: middle;
}
#wsi-ext-to-top .label {
  width: 0;
  margin: 0 5px 0 8px;
  padding: 1px 0 0 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
#wsi-ext-to-top .icon {
  width: 10px;
  background-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGBAMAAAAI3hL1AAAAHlBMVEUAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEABWpMAAAAACnRSTlMA9OjTtpFEEScmUwtijwAAAClJREFUCNdjYGAIZQCCEkF3BgZOozTlCQxJFgzNagwiBQzsjgwBQClWAFeZBNpL5L7VAAAAAElFTkSuQmCC);
  background-position: 0 8px;
  background-repeat: no-repeat;
  margin-right: 16px;
}
#wsi-ext-to-top a:hover .label {
  width: 60px;
}
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #wsi-ext-to-top {
    bottom: 20px;
    right: 20px;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
  #wsi-ext-to-top {
    bottom: 15px !important;
    right: 10px !important;
  }
  #wsi-ext-to-top .label {
    display: none;
  }
  #wsi-ext-to-top .icon {
    margin: 0;
  }
  #wsi-ext-to-top a {
    min-width: 34px;
    height: 34px;
    -moz-border-radius: 17px ;
    -webkit-border-radius: 17px ;
    border-radius: 17px ;
  }
  #wsi-ext-to-top a:hover {
    padding: 0;
  }
}
/* -----  [end]   External Button `Go to Top`   ------------------------------ */
/* -----   Yandex Map in modal window   ------------------------------ */
.modal-notify.myYandexMap .notify-inner {
  width: 100%;
}
body > ymaps {
  z-index: 2300000000 !important;
}
#myYandexMap {
  max-width: 100%;
  height: 500px;
  min-height: 200px;
  max-height: 100%;
}
#myYandexMap > ymaps,
#myYandexMap > ymaps > ymaps {
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 1049px) {
  #myYandexMap {
    width: 100%;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  #myYandexMap {
    height: 340px;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
  #myYandexMap {
    height: 300px;
  }
}
/* -----  [end]   Yandex Map in modal window   ------------------------------ */
/* #####   Map Wrapper   ##################### */
.map-wrapper-face,
.map-wrapper {
  background: #fff;
  padding: 3px;
  border: 1px solid #d0d0d0;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
  overflow: hidden;
}
.map-wrapper {
  width: 100%;
  height: 400px;
}
.map-wrapper .map-inner,
.map-wrapper .map-inner > div {
  height: 100%;
}
.map-wrapper ymaps h1 {
  margin: 0;
  text-transform: none;
  font-size: 19px;
  line-height: 23px;
  font-weight: 600;
  color: #000;
}
.map-wrapper ymaps h2 {
  margin: 0;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
}
.map-wrapper ymaps b,
.map-wrapper ymaps strong {
  font-weight: bold;
}
.map-wrapper ymaps p {
  margin: 0;
  padding-bottom: 10px;
}
.map-wrapper ymaps header {
  background: #efefef;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.map-wrapper ymaps section {
  padding: 5px 10px 0 10px;
}
.map-wrapper ymaps footer {
  background: #efefef;
  padding: 5px 10px;
}
.map-wrapper ymaps footer p {
  padding-bottom: 0;
}
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .map-wrapper {
    height: 340px;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
  .map-wrapper {
    height: 300px;
  }
}
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/
/* -----  [end]   Map Wrapper   ------------------------------ */
#wsi-ext-to-top a:hover {
  border-color: #eb5f4e;
  background-color: rgba(255, 255, 255, 0.85);
}
.clear {
  clear: both !important;
  float: none !important;
  display: block !important;
  width: 100% !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
iframe {
  max-width: 100%;
}
a {
  color: #000;
  cursor: pointer;
}
a:focus,
a:hover {
  color: #ff6000;
  text-decoration: none;
}
a.link-blue {
  color: #02988c;
  text-decoration: underline;
  cursor: pointer;
}
a.link-blue:focus,
a.link-blue:hover {
  color: #00608d;
  text-decoration: none;
}
a.link-blue.modal-link,
a.link-blue.new-window-link {
  border-bottom-color: #0070be;
}
a.link-blue.modal-link:hover,
a.link-blue.new-window-link:hover {
  border-bottom-color: #00608d;
}
a.modal-link,
a.new-window-link {
  text-decoration: none;
  border-bottom: 1px solid #000;
}
a.modal-link:hover,
a.new-window-link:hover {
  border-bottom-color: #ff6000;
}
a.modal-link {
  border-bottom-style: dashed;
}
a.new-window-link:after {
  display: inline-block;
  vertical-align: top;
  content: '';
  width: 15px;
  height: 11px;
  margin-top: 4px;
  background: transparent url(../image/link-new_window.png) 100% 0 no-repeat;
}
.disabled.js-skip-prevent {
  -moz-opacity: 0.55 ;
  opacity: 0.55 ;
  cursor: not-allowed;
}
html,
body,
.page-shadow,
#page-shadow__overlay,
#cart,
.header_topbar,
#fixed-topPanel-wrapper {
  min-width: 300px;
}
body {
  background: #fff;
  font-size: 15px;
  line-height: 18px;
  color: #3c3c3c;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
}
b,
strong {
  font-weight: 600;
}
p {
  margin: 0 0 15px;
}
p:only-child,
p:last-child {
  margin-bottom: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 7px;
}
ul li,
ol li {
  margin-bottom: 5px;
}
.word-break {
  word-wrap: break-word;
  word-break: break-all;
}
img {
  max-width: 100%;
}
.e-hidden,
[hidden],
.hidden {
  display: none;
}
.page-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-shadow .container {
  height: 100%;
  position: relative;
}
.page-shadow .container:after {
  display: none;
}
.page-shadow .container:before {
  display: none;
}
.container {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#page-shadow__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-notify.notify-modern-style {
  background: rgba(238, 238, 238, 0.8);
}
.modal-notify.notify-modern-style .notify-inner {
  -moz-box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.5) ;
  -webkit-box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.5) ;
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.5) ;
}
.modal-notify .alert {
  margin: 0;
}
.modal-notify .btn-gazstd-default,
.modal-notify .btn-gazstd-grey {
  height: 35px;
  font-size: 13px;
  line-height: 34px;
}
.note {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.note h4 {
  margin-top: 0;
  color: inherit;
}
.note-link {
  font-weight: 600;
}
.note > p,
.note > ul {
  margin-bottom: 0;
}
.note > p + p {
  margin-top: 5px;
}
.note-dismissable,
.note-dismissible {
  padding-right: 35px;
}
.note-dismissable .close,
.note-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.note-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.note-success hr {
  border-top-color: #c9e2b3;
}
.note-success .note-link {
  color: #2b542c;
}
.note-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.note-info hr {
  border-top-color: #a6e1ec;
}
.note-info .note-link {
  color: #245269;
}
.note-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.note-warning hr {
  border-top-color: #f7e1b5;
}
.note-warning .note-link {
  color: #66512c;
}
.note-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.note-danger hr {
  border-top-color: #e4b9c0;
}
.note-danger .note-link {
  color: #843534;
}
.alert,
.note {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 15px;
}
.alert:last-child,
.note:last-child,
.alert:only-child,
.note:only-child {
  margin-bottom: 0;
}
.alert p,
.note p {
  margin-bottom: 10px;
}
.alert p:only-child .alert p:last-child,
.alert p:only-child .note p:last-child,
.note p:only-child .alert p:last-child,
.note p:only-child .note p:last-child {
  margin-bottom: 0;
}
body.overflow-hidden {
  overflow: hidden;
}
.disabled.js-skip-prevent {
  -moz-opacity: 0.55 ;
  opacity: 0.55 ;
  cursor: not-allowed;
}
.margin-top-0 {
  margin-top: 0px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-35 {
  margin-top: 35px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-45 {
  margin-top: 45px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-55 {
  margin-top: 55px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-65 {
  margin-top: 65px;
}
.margin-top-70 {
  margin-top: 70px;
}
.margin-top-75 {
  margin-top: 75px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-top-85 {
  margin-top: 85px;
}
.margin-top-90 {
  margin-top: 90px;
}
.margin-top-95 {
  margin-top: 95px;
}
.margin-top-100 {
  margin-top: 100px;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-55 {
  margin-bottom: 55px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-65 {
  margin-bottom: 65px;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-bottom-75 {
  margin-bottom: 75px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-85 {
  margin-bottom: 85px;
}
.margin-bottom-90 {
  margin-bottom: 90px;
}
.margin-bottom-95 {
  margin-bottom: 95px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.half.left,
.half.right {
  width: 50%;
  margin-bottom: 20px;
}
.half.left {
  float: left;
  padding-right: 10px;
}
.half.right {
  float: right;
  padding-left: 10px;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #000;
}
.module-html-wrapper {
  clear: both;
}
.container > .row {
  position: relative;
}
.breadcrumb {
  border: 0;
  font-size: 15px;
  line-height: 120%;
  padding: 0;
  background: none;
  margin-bottom: -15px;
  margin-top: 20px;
}
.breadcrumb > li {
  padding: 0;
  text-shadow: none;
  white-space: normal;
  margin-bottom: 5px;
}
.breadcrumb > li:after {
  display: none;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb + .alert {
  margin: 25px 0 0 30px;
}
.addthis_toolbox .tweet_iframe_widget {
  width: auto !important;
}
.pagination-amount {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-size: 90%;
}
.pagination {
  text-align: center;
  display: block;
  margin-top: 20px;
}
.pagination > li {
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 3px ;
  -webkit-border-radius: 3px ;
  border-radius: 3px ;
  overflow: hidden;
  margin: 0 3px 3px 3px;
}
.pagination > li.active {
  margin-left: 10px;
  margin-right: 10px;
}
.pagination > li > a,
.pagination > li > span {
  border: 0;
}
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover {
  background-color: #e5edf3;
  color: #000;
}
.pagination > li > a {
  color: #000;
}
.pagination > li,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:only-child > a,
.pagination > li:only-child > span {
  -moz-border-radius: 3px ;
  -webkit-border-radius: 3px ;
  border-radius: 3px ;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: #e5edf3;
  color: #000;
  z-index: auto;
}
.btn-mdoor {
  color: #000;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #daaf2b;
  background-image: linear-gradient(to bottom, #efc02a, #daaf2b);
  background-repeat: repeat-x;
  border-color: #daaf2b #daaf2b #7d783b;
}
.btn-mdoor:hover,
.btn-mdoor:active,
.btn-mdoor.active,
.btn-mdoor.disabled,
.btn-mdoor[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-mdoor:hover {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-white {
  background: #fff;
}
.category-filter-wrapper {
  margin-bottom: 20px;
}
.product-filter-wrapper {
  padding: 0 10px;
  margin-bottom: 20px;
}
.product-filter-wrapper .filter-box.active {
  position: relative;
}
.product-filter-wrapper .filter-box.active:after {
  display: block;
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 12px;
  height: 12px;
  -moz-border-radius: 50% ;
  -webkit-border-radius: 50% ;
  border-radius: 50% ;
  border: 2px solid #fff;
  background: #5cb85c;
}
.product-filter-wrapper .filter-action,
.product-filter-wrapper .filter-item,
.product-filter-wrapper .filter-price {
  padding: 0 5px;
}
.product-filter-wrapper .filter-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
}
.product-filter-wrapper .filter-item .item-price {
  width: 100%;
}
.product-filter-wrapper .filter-item .input-group,
.product-filter-wrapper .filter-item .input-group .form-control,
.product-filter-wrapper .filter-item .input-group-addon {
  display: inline-block;
  vertical-align: top;
  width: auto;
  float: none;
}
.product-filter-wrapper .filter-item .form-group {
  margin-bottom: 10px;
}
.product-filter-wrapper .price-group {
  border: 1px solid #ccc;
  -moz-border-radius: 0 3px 3px 0 ;
  -webkit-border-radius: 0 3px 3px 0 ;
  border-radius: 0 3px 3px 0 ;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.product-filter-wrapper .price-group > div {
  display: inline-block;
  vertical-align: top;
}
.product-filter-wrapper .price-group > div + div {
  padding-left: 15px;
}
.product-filter-wrapper .slider-price .min_max_fields,
.product-filter-wrapper .slider-price .slider-wrap {
  -moz-transition: filter 0.15s 0s linear;
  -webkit-transition: filter 0.15s 0s linear;
  -o-transition: filter 0.15s 0s linear;
  transition: filter 0.15s 0s linear;
}
.product-filter-wrapper .slider-price.disabled {
  -khtml-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-filter-wrapper .slider-price.disabled:after {
  display: block;
  content: attr(data-message);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  color: #f00000;
  font-size: 14px;
  line-height: 50px;
  padding-left: 10px;
  text-shadow: 1px 1px 0px #fff , -1px 1px 0px #fff , -1px -1px 0px #fff , 1px -1px 0px #fff ;
}
.product-filter-wrapper .slider-price.disabled .min_max_fields {
  -webkit-filter: blur(1px) ;
  filter: blur(1px) ;
}
.product-filter-wrapper .slider-price.disabled .min_max_fields .form-control {
  border-color: transparent;
  -moz-box-shadow: none ;
  -webkit-box-shadow: none ;
  box-shadow: none ;
}
.product-filter-wrapper .slider-price.disabled .slider-wrap {
  -webkit-filter: blur(1px) ;
  filter: blur(1px) ;
}
.product-filter-wrapper .slider-wrap {
  padding: 0 0 0 15px;
  width: 190px;
  margin-top: -2px;
}
.product-filter-wrapper .min_max_fields,
.product-filter-wrapper .slider-wrap {
  display: inline-block;
  vertical-align: middle;
}
.product-filter-wrapper .min_max_fields input {
  width: 64px;
  float: none;
}
.product-filter-wrapper .min_max_fields label {
  padding-right: 5px;
  margin-bottom: 0;
}
.product-filter-wrapper .min_max_fields .item {
  display: inline-block;
  vertical-align: top;
}
.product-filter-wrapper .min_max_fields .item + .item {
  padding-left: 10px;
}
.product-filter-wrapper .slider.slider-horizontal .slider-track {
  height: 4px;
  margin-top: -1px;
  background: #eaeaea;
}
.product-filter-wrapper .slider.slider-horizontal .slider-selection {
  background: #fbca39;
}
.product-filter-wrapper .slider-handle.round {
  background: #976747 ;
  /* для старых браузеров */
  background: -moz-linear-gradient(top, #976747 0%, #502302 100%) ;
  /* для FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #976747), color-stop(100%, #502302)) ;
  /* для Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #976747 0%, #502302 100%) ;
  /* для Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #976747 0%, #502302 100%) ;
  /* для Opera 11.10+ */
  background: -ms-linear-gradient(top, #976747 0%, #502302 100%) ;
  /* для IE10+ */
  background: linear-gradient(top, #976747 0%, #502302 100%) ;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=0) ;
  /* IE6-9 */
}
.product-filter-wrapper .filter-action {
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
}
/* ============================================
 * Tooltip Image Restyling
 * ============================================ */
.tooltip-image-wrapper {
  display: none;
  width: 400px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: fixed;
  border: 2px solid #e5edf3;
  padding: 10px;
  overflow: hidden;
  z-index: 99;
  -moz-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.5) ;
  -webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.5) ;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.5) ;
}
.tooltip-image-wrapper img {
  width: 100%;
  height: 100%;
}
.tooltip-image-wrapper.active {
  display: block;
}
body > header {
  position: relative;
  z-index: 10;
}
body > header + .content-twide__wrapper {
  margin-top: 30px;
}
body > header + .content-twide__wrapper .container {
  padding-left: 45px;
}
.block-header__wrapper,
.block-header__outer {
  position: relative;
}
.qty {
  background-color: #e0e0e0b3;
  padding: 3px;
  font-size: 19px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .qty {
    font-size: 16px;
  }
}
.header-cart-popup {
  position: absolute;
  top: 175px;
  left: 0;
  width: 100%;
  z-index: 950;
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1) ;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1) ;
  border-bottom: 1px solid #d4d4d4;
  font-size: 14px;
  line-height: 150%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100%;
  /*@media(max-height: 1199px)
	{
		top: 168px;
	}

	@media(max-height: 991px)
	{
		top: @header_topbar_height;
	}*/
}
.header-cart-popup:before {
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-cart-popup:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  height: 10px;
  background: transparent url(../image/bg-header-cart-popup--after.png) 0 0 repeat-x;
}
.header-cart-popup .container-box {
  padding: 15px 0 20px 0;
}
.header-cart-popup .container-box {
  width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  background-color: #fbfbfb;
  -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.7) ;
  -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.7) ;
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.7) ;
}
.header-cart-popup .container-box.loading:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8) url(../image/ajax_loader_gray_48.gif) 50% 50% no-repeat;
}
.header-cart-popup .hc-items {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.header-cart-popup .hc-items:after {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent ;
  /* для старых браузеров */
  background: -moz-linear-gradient(top, transparent 0%, #fbfbfb 100%) ;
  /* для FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #fbfbfb)) ;
  /* для Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, #fbfbfb 100%) ;
  /* для Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, #fbfbfb 100%) ;
  /* для Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, #fbfbfb 100%) ;
  /* для IE10+ */
  background: linear-gradient(top, transparent 0%, #fbfbfb 100%) ;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=0) ;
  /* IE6-9 */
}
.header-cart-popup .hc-items.empty {
  padding-top: 10px;
}
.header-cart-popup .hc-items.empty:after {
  display: none;
}
.header-cart-popup .inner {
  max-height: 270px;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  padding-bottom: 10px;
  position: relative;
}
.h-cart-table-body table {
  width: 100%;
}
.h-cart-table-body td {
  vertical-align: middle;
  padding: 1px 5px;
}
.h-cart-table-body thead td,
.h-cart-table-body tbody td {
  height: 36px;
}
.h-cart-table-body thead tr:nth-child(even),
.h-cart-table-body tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
.h-cart-table-body tbody {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.h-cart-table-body thead {
  font-weight: 600;
}
.h-cart-table-body tfoot td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.h-cart-table-body tfoot tr:first-child td,
.h-cart-table-body tfoot tr:only-child td {
  padding-top: 14px;
}
.h-cart-table-body .cart-item__img {
  width: 40px;
  text-align: center;
}
.h-cart-table-body .cart-item__name {
  text-align: left;
}
.h-cart-table-body .cart-item__qty {
  width: 80px;
  text-align: center;
}
.h-cart-table-body .cart-item__price,
.h-cart-table-body .cart-item__total {
  width: 125px;
  text-align: right;
}
.h-cart-table-body .cart-item__remove {
  width: 30px;
  text-align: center;
}
.h-cart-table-body .cart-item__remove .btn {
  padding: 0px 3px 1px 3px;
  background-color: #2a3c5c;
  border-color: #2a3c5c;
  -moz-box-shadow: none ;
  -webkit-box-shadow: none ;
  box-shadow: none ;
}
.h-cart-table-body .cart-item__remove .btn:hover {
  background-color: #c70007;
  border-color: #c70007;
}
.h-cart-table-body .cart-item__remove .fa {
  font-size: 10px;
}
.h-cart-table-body .image_crop {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.h-cart-table-body .image_wrap {
  float: left;
  width: auto;
  height: inherit;
  position: relative;
  left: 50%;
}
.h-cart-table-body .image_wrap img {
  width: auto;
  max-width: none;
  height: 100%;
  position: relative;
  left: -50%;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.site-desc {
  margin-top: 38px;
  margin-left: 22px;
  max-width: 260px;
  font-size: 18px;
  font-weight: 600;
  color: #5b5b5b;
}
@media (max-width: 1199px) {
  .site-desc {
    max-width: 350px;
    margin-top: 26px;
    margin-left: -8px;
    font-size: 16px;
    line-height: 15px;
  }
}
.widget-socials {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.widget-socials a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.2;
  -moz-transition: opacity 0.15s 0s linear;
  -webkit-transition: opacity 0.15s 0s linear;
  -o-transition: opacity 0.15s 0s linear;
  transition: opacity 0.15s 0s linear;
}
@media only screen and (min-width: 1590px) {
  .widget-socials a {
    font-size: 16px;
  }
}
.widget-socials a + a {
  margin-left: 15px;
}
.widget-socials a:hover {
  -moz-opacity: 0.6 ;
  opacity: 0.6 ;
}
.widget-socials i {
  display: block;
  width: 20px;
  height: 20px;
  -moz-border-radius: 50% ;
  -webkit-border-radius: 50% ;
  border-radius: 50% ;
  overflow: hidden;
  -o-object-fit: contain ;
  object-fit: contain ;
}
@media only screen and (min-width: 1590px) {
  .widget-socials i {
    width: 22px;
    height: 22px;
  }
}
.widget-socials span {
  display: block;
  margin-left: 5px;
}
.widget-socials img {
  display: block;
}
.h-social {
  position: absolute;
  top: 23px;
  right: 17px;
}
@media only screen and (min-width: 1200px) {
  .h-social {
    top: 18px;
    right: 20px;
  }
}
@media only screen and (min-width: 1590px) {
  .h-social {
    top: 47px;
    right: 254px;
  }
}
@media only screen and (max-width: 991px) {
  .h-social {
    position: static;
    justify-content: center;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1590px) {
  .h-social a {
    font-size: 16px;
  }
}
.h-social a + a {
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .h-social a + a {
    margin-left: 15px;
  }
}
.f-social {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .f-social {
    justify-content: center;
  }
}
.f-social a {
  font-size: 0.9em !important;
}
.f-social i {
  width: 22px;
  height: 22px;
}
@media only screen and (min-width: 1590px) {
  .f-social i {
    width: 24px;
    height: 24px;
  }
}
.mm-social {
  justify-content: flex-start;
}
.header-cart-action .item {
  display: inline-block;
  vertical-align: top;
}
.header-cart-action .half.left,
.header-cart-action .half.right {
  margin-bottom: 0;
}
.close-current-popup-wrap {
  clear: both;
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}
.close-current-popup-wrap .half {
  margin-bottom: 0;
}
.header-cart-items {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.header_topbar {
  display: none;
  background: #e5edf3 url(../image/bg-header_topbar.png) 50% 0 repeat-x;
  z-index: 220;
  width: 100%;
}
.header_topbar.ghost {
  z-index: 200;
}
.header_topbar .container {
  background: url(../image/bg-h-logo.png) 15px 0 no-repeat;
}
.header_topbar .topbar-item {
  display: inline-block;
  vertical-align: middle;
  height: 71px;
  padding-top: 19px;
}
.header_topbar .account {
  width: 220px;
  text-align: center;
}
.header_topbar .account .wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.header_topbar .account .btn {
  border: 0;
  text-decoration: none;
  font-size: 13px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  padding: 0 10px;
  background-color: #ffeb8d;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
  margin: 0 3px;
  -moz-transition: background-color 0.15s 0s linear;
  -webkit-transition: background-color 0.15s 0s linear;
  -o-transition: background-color 0.15s 0s linear;
  transition: background-color 0.15s 0s linear;
}
.header_topbar .account .btn:hover {
  background-color: #fff4c0;
}
.btn-header_account .fa {
  margin-right: 5px;
  line-height: inherit;
  font-size: inherit;
}
.btn-header_account a span {
  display: block;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis ;
  /* Для Opera 11- */
  text-overflow: ellipsis ;
}
.block-header__wrapper .header-cart {
  width: 160px;
  text-align: right;
}
.block-header__wrapper .cart-qty {
  margin-right: 3px;
}
.block-header__wrapper .cart-qty span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 27px;
  height: 20px;
  -moz-border-radius: 4px ;
  -webkit-border-radius: 4px ;
  border-radius: 4px ;
  background-color: #2a3c5c;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  font-weight: 600;
  text-align: center;
  padding-top: 3px;
  white-space: nowrap;
  -o-text-overflow: ellipsis ;
  /* Для Opera 11- */
  text-overflow: ellipsis ;
  -moz-transition: background-color 0.15s 0s linear;
  -webkit-transition: background-color 0.15s 0s linear;
  -o-transition: background-color 0.15s 0s linear;
  transition: background-color 0.15s 0s linear;
}
.block-header__wrapper .h-shopping_cart {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
}
.block-header__wrapper .h-shopping_cart:hover .cart-qty span {
  background-color: #c70007;
}
.block-header__wrapper .cart-total {
  background-color: #e0e0e0b3;
  padding: 3px;
  font-size: 19px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .block-header__wrapper .cart-total {
    font-size: 16px;
  }
}
.block-header__wrapper .cart-total.empty {
  font-size: 18px;
}
.rub-icon,
.fa-ruble {
  font-size: 88%;
}
.fa.fa-ruble span {
  display: none;
}
.header_content {
  position: relative;
  background-color: #ffffff;
}
.header_content .h-item {
  float: left;
}
.h-logo-ghost {
  width: 300px;
  height: 100px;
}
@media (max-width: 1199px) {
  .h-logo-ghost {
    width: 270px;
  }
}
.h-logo-mobile {
  display: none;
}
.h-logo {
  width: 300px;
  position: absolute;
  top: 21px;
  left: 15px;
  z-index: 240;
  -moz-transition: top 0.4s 0s linear;
  -webkit-transition: top 0.4s 0s linear;
  -o-transition: top 0.4s 0s linear;
  transition: top 0.4s 0s linear;
}
@media (max-width: 1199px) {
  .h-logo {
    top: 15px;
    width: 240px;
  }
}
.h-logo a {
  display: block;
}
.h-logo img {
  position: relative;
}
.header_content .h-contacts {
  float: right;
}
.h-contacts {
  padding-top: 4px;
  padding-left: 3px;
  margin-top: 10px;
}
.h-contacts .item {
  padding-left: 17px;
  position: relative;
  line-height: 20px;
}
.h-contacts .address {
  font-size: 14px;
  margin-bottom: 5px;
}
.h-contacts .address:before {
  display: block;
  content: '';
  width: 14px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 0;
  background: url(../image/i-map_marker.png) 0 0 no-repeat;
}
.h-contacts .phone {
  font-size: 26px;
  font-weight: 600;
  color: #02988c;
}
.h-contacts .phone a {
  text-decoration: none;
}
.h-contacts .phone em {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.h-socnet {
  width: 35px;
  padding: 7px 4px 0 4px;
}
.h-socnet a {
  display: block;
  width: 27px;
  height: 27px;
  margin-top: 2px;
  text-align: center;
}
.h-socnet a img {
  -moz-opacity: 1 ;
  opacity: 1 ;
  -moz-transition: opacity 0.15s 0s linear;
  -webkit-transition: opacity 0.15s 0s linear;
  -o-transition: opacity 0.15s 0s linear;
  transition: opacity 0.15s 0s linear;
}
.h-socnet a:hover img {
  -moz-opacity: 0.7 ;
  opacity: 0.7 ;
}
.h-sale_points {
  width: 225px;
  padding-top: 13px;
  padding-left: 35px;
  font-size: 12px;
  line-height: 14px;
}
.h-sale_points .item {
  padding-left: 17px;
  margin-top: 6px;
  position: relative;
}
.h-sale_points .item:before {
  display: block;
  content: '';
  width: 14px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../image/i-map_marker.png) 0 0 no-repeat;
}
.h-workmode {
  width: 140px;
  position: relative;
  margin-top: 12px;
  padding-left: 18px;
}
.h-workmode .workmode-label {
  display: block;
  width: 120px;
  height: 18px;
  font-size: 13.5px;
  line-height: 16px;
  color: #969696;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 50px;
  left: -60px;
}
.h-workmode .full-days,
.h-workmode .half-days,
.h-workmode .off-days {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  padding-left: 30px;
  font-size: 13px;
  line-height: 9px;
  color: #010101;
}
.h-workmode .full-days span,
.h-workmode .half-days span,
.h-workmode .off-days span {
  display: inline-block;
  vertical-align: middle;
}
.h-workmode .full-days.days-1,
.h-workmode .half-days.days-1,
.h-workmode .off-days.days-1 {
  height: 11px;
  padding-top: 0;
}
.h-workmode .full-days.days-2,
.h-workmode .half-days.days-2,
.h-workmode .off-days.days-2 {
  height: 25px;
  padding-top: 7px;
}
.h-workmode .full-days.days-3,
.h-workmode .half-days.days-3,
.h-workmode .off-days.days-3 {
  height: 39px;
  padding-top: 14px;
}
.h-workmode .full-days.days-4,
.h-workmode .half-days.days-4,
.h-workmode .off-days.days-4 {
  height: 53px;
  padding-top: 21px;
}
.h-workmode .full-days.days-5,
.h-workmode .half-days.days-5,
.h-workmode .off-days.days-5 {
  height: 67px;
  padding-top: 28px;
}
.h-workmode .full-days.days-6,
.h-workmode .half-days.days-6,
.h-workmode .off-days.days-6 {
  height: 81px;
  padding-top: 35px;
}
.h-workmode .full-days.days-7,
.h-workmode .half-days.days-7,
.h-workmode .off-days.days-7 {
  height: 95px;
  padding-top: 42px;
}
.h-workmode .full-days {
  background: url(../image/bg-workmode-full.png) 0 0 no-repeat;
}
.h-workmode .half-days {
  background: url(../image/bg-workmode-half.png) 0 0 no-repeat;
  margin-top: 11px;
}
.h-workmode .off-days {
  background: url(../image/bg-workmode-off.png) 0 0 no-repeat;
  margin-top: 11px;
}
.h-search-box {
  display: none;
  width: 535px;
  height: 62px;
  background-color: #fff;
  margin-left: 240px;
  margin-top: -22px;
  padding-left: 80px;
  position: relative;
  font-size: 15px;
  line-height: 15px;
  color: #000;
}
.h-search-box:before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border: 31px solid #fff;
  border-top-color: #f6f6f6;
  border-right-color: #f6f6f6;
}
.h-search-box a {
  text-decoration: none;
}
.h-search-box .shop-links {
  margin-top: 5px;
  margin-bottom: 7px;
  white-space: nowrap;
}
#search {
  width: 400px;
  position: relative;
  margin-bottom: 0;
  margin-left: -9px;
  display: block;
}
@media (max-width: 1199px) {
  #search {
    margin-top: 7px;
    margin-bottom: -5px;
  }
}
#search .close-current-popup-wrap {
  display: none;
}
#search .input-lg {
  width: 100%;
  height: 32px;
  border: 2px solid #27b1a673;
  -moz-border-radius: 5px 0 0 5px ;
  -webkit-border-radius: 5px 0 0 5px ;
  border-radius: 5px 0 0 5px ;
}
#search .input-lg:focus {
  -moz-box-shadow: 0 0 8px rgba(253, 210, 10, 0.6) ;
  -webkit-box-shadow: 0 0 8px rgba(253, 210, 10, 0.6) ;
  box-shadow: 0 0 8px rgba(253, 210, 10, 0.6) ;
}
#search .btn-lg {
  height: 32px;
  padding: 0 7px 0 12px;
  background: #27b1a673;
  font-size: 15px;
  line-height: 16px;
  text-shadow: none;
  border: 0;
  -moz-border-radius: 0 ;
  -webkit-border-radius: 0 ;
  border-radius: 0 ;
  position: relative;
}
#search .btn-lg:after {
  display: block;
  position: absolute;
  top: 0;
  right: -32px;
  border: 16px solid transparent;
  border-left-color: #e5edf3;
}
#search .fa {
  padding-right: 3px;
}
#search .input-group-btn:last-child > .btn {
  margin: 0;
}
#search .h-search-input {
  width: 100%;
}
#search .h-search-input,
#search .input-group-btn {
  display: table-cell;
}
.h-online_credit {
  position: absolute;
  bottom: 0;
  right: 15px;
}
.h-online_credit .online-credit {
  display: block;
  width: 165px;
  height: 26px;
  text-decoration: none;
  border: 0;
  color: #2a3c5c;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #ffeb8d;
  padding: 0;
  position: relative;
  text-align: center;
}
.h-online_credit .online-credit:before,
.h-online_credit .online-credit:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  border: 13px solid transparent;
}
.h-online_credit .online-credit:before {
  left: -26px;
  border-top-color: #ffeb8d;
  border-right-color: #ffeb8d;
}
.h-online_credit .online-credit:after {
  right: -26px;
  border-bottom-color: #ffeb8d;
  border-left-color: #ffeb8d;
}
body.fixed-nav .header_content {
  margin-bottom: 50px;
}
body.fixed-nav .h-logo {
  top: -130px;
  -moz-transition: top 0.35s 0s linear;
  -webkit-transition: top 0.35s 0s linear;
  -o-transition: top 0.35s 0s linear;
  transition: top 0.35s 0s linear;
}
body.fixed-nav .header-cart-popup {
  position: fixed;
  top: 50px;
}
.main-nav {
  height: 53px;
  border-top: 3px solid #fff;
  z-index: 220;
  background: #def3f1 ;
  /* для старых браузеров */
  background: -moz-linear-gradient(top, #ffffff 0%, #def3f1 100%) ;
  /* для FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #def3f1)) ;
  /* для Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #def3f1 100%) ;
  /* для Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #def3f1 100%) ;
  /* для Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #def3f1 100%) ;
  /* для IE10+ */
  background: linear-gradient(top, #ffffff 0%, #def3f1 100%) ;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=0) ;
  /* IE6-9 */
  font-size: 18px;
  line-height: 18px;
  -moz-transition: box-shadow 0.35s 0s linear;
  -webkit-transition: box-shadow 0.35s 0s linear;
  -o-transition: box-shadow 0.35s 0s linear;
  transition: box-shadow 0.35s 0s linear;
}
.main-nav.fixed {
  border-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25) ;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25) ;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25) ;
}
.main-nav.fixed .menu-wrapper {
  padding-left: 0;
  margin-left: 25px;
}
@media only screen and (min-width: 1200px) {
  .main-nav.fixed .menu-wrapper {
    margin-left: -35px;
  }
}
.main-nav.fixed .h-logo-sticky {
  -moz-opacity: 1 ;
  opacity: 1 ;
  -moz-transition: opacity 0.35s 0s linear;
  -webkit-transition: opacity 0.35s 0s linear;
  -o-transition: opacity 0.35s 0s linear;
  transition: opacity 0.35s 0s linear;
}
.main-nav .hidden-item {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-nav .nav--nashi-magaziny {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-nav .nav--nashi-magaziny--md {
    display: inline-block !important;
  }
}
.main-nav .nav-wrapper {
  height: 47px;
}
.main-nav .h-logo-sticky {
  display: inline-block;
  vertical-align: middle;
  width: 204px;
  height: inherit;
  margin-left: 15px;
  -moz-opacity: 0 ;
  opacity: 0 ;
  -moz-transition: opacity 0.15s 0s linear;
  -webkit-transition: opacity 0.15s 0s linear;
  -o-transition: opacity 0.15s 0s linear;
  transition: opacity 0.15s 0s linear;
}
.main-nav .h-logo-sticky a {
  display: block;
  height: 100%;
  max-width: 150px;
  padding: 3px 0 0 0;
  text-align: center;
  -moz-background-size: 100% ;
  -webkit-background-size: 100% ;
  -o-background-size: 100% ;
  background-size: 100% ;
  overflow: hidden;
}
.main-nav .h-logo-sticky a:hover,
.main-nav .h-logo-sticky a:focus {
  background-color: transparent;
}
.main-nav .menu-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  padding-left: 90px;
  -moz-transition: padding 0.35s 0s linear, margin 0.35s 0s linear;
  -webkit-transition: padding 0.35s 0s linear, margin 0.35s 0s linear;
  -o-transition: padding 0.35s 0s linear, margin 0.35s 0s linear;
  transition: padding 0.35s 0s linear, margin 0.35s 0s linear;
}
.main-nav .menu-wrapper,
.main-nav ul,
.main-nav li,
.main-nav a {
  height: inherit;
}
.main-nav .menu {
  z-index: 240;
  position: relative;
}
.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav li {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0 0;
}
.main-nav a {
  display: block;
  text-decoration: none;
  padding: 14px 8px 0 8px;
  -moz-transition: background-color 0.15s 0s linear;
  -webkit-transition: background-color 0.15s 0s linear;
  -o-transition: background-color 0.15s 0s linear;
  transition: background-color 0.15s 0s linear;
}
@media (max-width: 1199px) {
  .main-nav a {
    padding: 14px 3px 0;
    font-size: 16px;
  }
}
.main-nav a.active,
.main-nav a:focus,
.main-nav a:hover {
  color: #000;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .main-nav .item--home_page {
    margin-left: -60px;
  }
}
.main-nav .item--home_page span {
  display: none;
}
.main-nav .item--home_page em {
  display: block;
  width: 24px;
  height: 19px;
  background: url(../image/i-home.png) 0 0 no-repeat;
}
.main-nav .header-cart {
  margin-top: 6px;
  margin-left: -6px;
  float: right;
  width: auto;
  max-width: 270px;
  max-height: 0;
  -moz-transition: max-width 0.25s 0s linear, opacity 0.25s 0s linear, max-height 0.1s 0.25s linear;
  -webkit-transition: max-width 0.25s 0s linear, opacity 0.25s 0s linear, max-height 0.1s 0.25s linear;
  -o-transition: max-width 0.25s 0s linear, opacity 0.25s 0s linear, max-height 0.1s 0.25s linear;
  transition: max-width 0.25s 0s linear, opacity 0.25s 0s linear, max-height 0.1s 0.25s linear;
}
.main-nav .header-cart,
.main-nav .header-cart .cart-wrap,
.main-nav .header-cart a {
  height: inherit;
}
.main-nav .header-cart a {
  padding-top: 8px;
  height: 41px;
  white-space: nowrap;
}
.main-nav.fixed .header-cart {
  max-height: 47px;
  -moz-opacity: 1 ;
  opacity: 1 ;
  -moz-transition: max-height 0.1s 0s linear, max-width 0.25s 0.15s linear, opacity 0.25s 0.15s linear;
  -webkit-transition: max-height 0.1s 0s linear, max-width 0.25s 0.15s linear, opacity 0.25s 0.15s linear;
  -o-transition: max-height 0.1s 0s linear, max-width 0.25s 0.15s linear, opacity 0.25s 0.15s linear;
  transition: max-height 0.1s 0s linear, max-width 0.25s 0.15s linear, opacity 0.25s 0.15s linear;
}
footer {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  background: none;
  border: 0;
}
footer a:focus {
  color: inherit;
}
#footer-wrapper {
  background-color: #e6e6e6;
}
.footer-box {
  padding: 40px 0 25px 0;
}
.footer-box.clearfix {
  background: #ffffff ;
  /* для старых браузеров */
  background: -moz-linear-gradient(top, #def3f1 0%, #ffffff 100%) ;
  /* для FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #def3f1), color-stop(100%, #ffffff)) ;
  /* для Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #def3f1 0%, #ffffff 100%) ;
  /* для Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #def3f1 0%, #ffffff 100%) ;
  /* для Opera 11.10+ */
  background: -ms-linear-gradient(top, #def3f1 0%, #ffffff 100%) ;
  /* для IE10+ */
  background: linear-gradient(top, #def3f1 0%, #ffffff 100%) ;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=0) ;
  /* IE6-9 */
}
.footer-box.copyrights {
  background-color: #292929;
  color: #fff;
  padding: 27px 0;
}
.footer-box .f-logo,
.footer-box .f-contacts {
  display: inline-block;
  vertical-align: top;
  width: 220px;
}
.footer-box .f-logo {
  height: 300px;
}
.footer-box .f-logo,
.footer-box .f-menu {
  margin-bottom: 25px;
}
.footer-box .f-menu {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 16px;
}
.footer-box .f-menu .mobile-catalog-trigger {
  display: none;
}
.footer-box .f-menu ul {
  padding-left: 13px;
  list-style-image: url(../image/bg-ul-li.png);
}
.footer-box .f-menu li {
  padding-left: 5px;
  margin-bottom: 7px;
}
.footer-box .f-menu li:only-child,
.footer-box .f-menu li:last-child {
  margin-bottom: 0;
}
.footer-box .nav {
  width: 210px;
  padding-left: 10px;
}
.footer-box .clients {
  width: 240px;
}
.footer-box .shop {
  width: 210px;
}
.footer-box .contacts {
  position: absolute;
  top: 110px;
  width: 220px;
  height: 205px;
  margin-top: 0;
  text-align: right;
}
.footer-box .contacts .item + .item {
  margin-top: 10px;
}
.footer-box .contacts .phone {
  font-size: 24px;
  font-weight: 600;
}
.footer-box .contacts .email {
  font-size: 20px;
  font-weight: 600;
}
.footer-box .h-sale_points {
  padding-left: 20px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 16px;
}
.footer-box .f-socnet {
  text-align: center;
}
.footer-box .f-socnet a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 9px;
  -moz-transition: opacity 0.15s 0s linear;
  -webkit-transition: opacity 0.15s 0s linear;
  -o-transition: opacity 0.15s 0s linear;
  transition: opacity 0.15s 0s linear;
  text-decoration: none;
}
.footer-box .f-socnet a:hover {
  -moz-opacity: 0.7 ;
  opacity: 0.7 ;
}
.footer-box .f-menu > span,
.footer-box .f-catalog > span {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
}
.footer-box .f-catalog {
  display: block;
  font-size: 13px;
  line-height: 14px;
}
.footer-box .f-catalog ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
}
.footer-box .f-catalog li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 7px 7px;
}
.footer-box .f-catalog a {
  display: block;
  padding: 5px;
  background-color: rgba(50, 140, 204, 0.1);
  border: 1px solid rgba(50, 140, 204, 0.1);
  -moz-transition: background-color 0.15s 0s linear, border-color 0.15s 0s linear;
  -webkit-transition: background-color 0.15s 0s linear, border-color 0.15s 0s linear;
  -o-transition: background-color 0.15s 0s linear, border-color 0.15s 0s linear;
  transition: background-color 0.15s 0s linear, border-color 0.15s 0s linear;
  -moz-border-radius: 3px ;
  -webkit-border-radius: 3px ;
  border-radius: 3px ;
  text-decoration: none;
}
.footer-box .f-catalog a.active,
.footer-box .f-catalog a:hover {
  background-color: rgba(50, 140, 204, 0.3);
  border-color: #fff;
  color: #000;
}
.footer-box .copyright,
.footer-box .wsi-copyright {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.footer-box .f-logo-mobile {
  display: none;
}
.footer-box .offerta {
  color: #9c9c9c;
  font-size: 13px;
  line-height: 15px;
  margin-top: 20px;
  font-weight: 600;
}
#column-left,
#content {
  margin-top: 30px;
}
#content {
  width: 100%;
  padding-left: 30px;
  position: relative;
}
#content.loading-state .loading-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
#column-left + #content {
  width: 680px;
  padding-left: 0;
  font-size: 15px;
}
#column-left {
  width: 240px;
  margin-left: 0;
}
#column-left {
  float: left;
}
#column-left .module-html-wrapper {
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) ;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) ;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
  overflow: hidden;
}
#column-left .module-html-wrapper + .module-html-wrapper {
  margin-top: 20px;
}
#column-left .module-html-wrapper .heading {
  background: #def3f1 ;
  /* для старых браузеров */
  background: -moz-linear-gradient(top, #ffffff 0%, #def3f1 100%) ;
  /* для FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #def3f1)) ;
  /* для Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #def3f1 100%) ;
  /* для Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #def3f1 100%) ;
  /* для Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #def3f1 100%) ;
  /* для IE10+ */
  background: linear-gradient(top, #ffffff 0%, #def3f1 100%) ;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=0) ;
  /* IE6-9 */
  border-bottom: 3px solid #def3f1;
  padding: 13px 10px 11px 14px;
}
#column-left .module-html-wrapper .heading,
#column-left .module-html-wrapper .heading h1,
#column-left .module-html-wrapper .heading .h1,
#column-left .module-html-wrapper .heading h2,
#column-left .module-html-wrapper .heading .h2,
#column-left .module-html-wrapper .heading h3,
#column-left .module-html-wrapper .heading .h3,
#column-left .module-html-wrapper .heading h4,
#column-left .module-html-wrapper .heading .h4,
#column-left .module-html-wrapper .heading h5,
#column-left .module-html-wrapper .heading .h5,
#column-left .module-html-wrapper .heading h6,
#column-left .module-html-wrapper .heading .h6 {
  font-size: 14px;
  line-height: 16px;
  color: #02988c;
  margin: 0;
  font-weight: 600;
  position: relative;
}
#column-left .module-html-wrapper .heading + .content {
  border: 1px solid #ebebeb;
  border-top: 0;
}
#column-left .module-html-wrapper .content {
  overflow: hidden;
}
#column-left .module-category .heading {
  padding-left: 12px;
}
#column-left .module-category .heading .h2 {
  padding-left: 22px;
}
#column-left .module-category .heading .h2:after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1px;
  left: 0;
  background: url(../image/i-catalog_nav.png) 0 0 no-repeat;
}
#column-left .module-category,
#column-left .module-category .content {
  overflow: visible;
}
#column-left .collapse-handle.expanded > .heading,
#column-left .collapse-handle.collapsed > .heading {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
#column-left .collapse-handle.expanded > .heading:after,
#column-left .collapse-handle.collapsed > .heading:after {
  display: block;
  position: absolute;
  right: 14px;
  top: 14px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#column-left .collapse-handle.expanded > .heading:hover,
#column-left .collapse-handle.collapsed > .heading:hover,
#column-left .collapse-handle.expanded > .heading .h2:hover,
#column-left .collapse-handle.collapsed > .heading .h2:hover {
  color: #000;
}
#column-left .collapse-handle.collapsed > .content {
  display: none;
}
#column-left .collapse-handle.collapsed > .heading:after {
  content: '\f078';
}
#column-left .collapse-handle.expanded > .heading:after {
  content: '\f077';
}
.catalog-nav {
  padding: 9px 0;
}
.catalog-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-nav li {
  margin: 0;
  padding: 0;
  position: relative;
}
.catalog-nav a.active {
  font-weight: 600;
}
.catalog-nav a.lev1 {
  display: block;
  padding: 8px 25px 9px 9px;
  font-size: 13px;
  line-height: 14px;
  text-decoration: none;
  border-left: 3px solid transparent;
  -moz-transition: border 0.15s 0s linear, background-color 0.15s 0s linear;
  -webkit-transition: border 0.15s 0s linear, background-color 0.15s 0s linear;
  -o-transition: border 0.15s 0s linear, background-color 0.15s 0s linear;
  transition: border 0.15s 0s linear, background-color 0.15s 0s linear;
}
.catalog-nav a.menu-item-link {
  position: relative;
  z-index: 1;
}
.catalog-nav .tooltip-image-wrapper {
  width: 144px;
  max-height: 144px;
  position: absolute;
  top: 50%;
  right: -144px;
  margin-top: -72px;
  overflow: visible;
}
.catalog-nav .tooltip-image-wrapper:before,
.catalog-nav .tooltip-image-wrapper:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
}
.catalog-nav .tooltip-image-wrapper:before {
  border: 10px solid transparent;
  border-right-color: #e5edf3;
  left: -20px;
  margin-top: -10px;
}
.catalog-nav .tooltip-image-wrapper:after {
  border: 6px solid transparent;
  border-right-color: #fff;
  left: -12px;
  margin-top: -6px;
}
.catalog-nav a:hover > .tooltip-image-wrapper {
  display: block;
}
.catalog-nav .expand_menu.opened + a.lev1,
.catalog-nav .submenu {
  background-color: #f1f6f9;
}
.catalog-nav .expand_menu.opened + a.lev1 {
  border-left-color: #c9ddeb;
}
.catalog-nav .expand_menu.opened + a.lev1:hover,
.catalog-nav .expand_menu.opened + a.lev1.active,
.catalog-nav a.lev1:hover,
.catalog-nav a.lev1.active {
  border-left-color: #e5edf3;
  background-color: #f1f6f9;
  color: #000;
}
.catalog-nav .lev1 + .lev1 {
  border-top: 1px dashed #e0e0e0;
}
.catalog-nav .expand_menu {
  display: block;
  width: 25px;
  height: 31px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 2px 0 0 7px;
  background: none;
  z-index: 2;
}
.catalog-nav .expand_menu:before {
  display: block;
  content: "\f107";
  font-family: FontAwesome;
  color: #9c9c9c;
  line-height: 12px;
  text-align: left;
  -moz-transition: color 0.15s 0s linear;
  -webkit-transition: color 0.15s 0s linear;
  -o-transition: color 0.15s 0s linear;
  transition: color 0.15s 0s linear;
}
.catalog-nav .expand_menu.opened:before {
  content: "\f106";
  color: #000;
}
.catalog-nav .expand_menu.closed ~ .submenu {
  display: none;
}
.catalog-nav .submenu {
  padding: 7px 0;
}
.catalog-nav a.lev2 {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 25px 7px 22px;
  text-decoration: none;
  border-left: 3px solid transparent;
  -moz-transition: border 0.15s 0s linear, background-color 0.15s 0s linear;
  -webkit-transition: border 0.15s 0s linear, background-color 0.15s 0s linear;
  -o-transition: border 0.15s 0s linear, background-color 0.15s 0s linear;
  transition: border 0.15s 0s linear, background-color 0.15s 0s linear;
}
.catalog-nav a.lev2:hover,
.catalog-nav a.lev2.active {
  color: #000;
  background-color: #e5edf3;
  border-left-color: #e5edf3;
}
.input-group .form-control {
  z-index: auto;
  height: 34.5px;
}
.banner-discount4delivery img {
  width: 100%;
  height: auto;
}
header .banner-discount4delivery img,
footer .banner-discount4delivery img {
  width: auto;
}
#column-left .module-product-filter {
  overflow: visible;
}
#column-left .module-product-filter .no-params {
  color: #4e4e4e;
}
#column-left .module-product-filter > .content {
  padding-top: 5px;
  position: relative;
  overflow: visible;
}
#column-left .module-product-filter > .heading {
  padding-right: 30px;
  padding-left: 12px;
}
#column-left .module-product-filter > .heading .h2 {
  padding-left: 22px;
}
#column-left .module-product-filter > .heading .h2:after {
  display: block;
  content: '\f002';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  padding-left: 2px;
}
#column-left .module-product-filter > .heading .btn-closeopen-product-filter {
  display: none;
}
#column-left .module-product-filter .filter-group-item {
  border-top: 1px solid #ebebeb;
}
#column-left .module-product-filter .filter-group-item:first-child,
#column-left .module-product-filter .filter-group-item:only-child {
  border-top: 0;
}
#column-left .module-product-filter .filter-group-content {
  padding-bottom: 20px;
}
#column-left .module-product-filter .filter-group-name,
#column-left .module-product-filter .filter-item {
  padding-left: 15px;
  -moz-transition: background-color 0.15s 0s linear;
  -webkit-transition: background-color 0.15s 0s linear;
  -o-transition: background-color 0.15s 0s linear;
  transition: background-color 0.15s 0s linear;
}
#column-left .module-product-filter .filter-group-name:hover,
#column-left .module-product-filter .filter-item:hover {
  background-color: #f1f6f9;
  color: #000;
}
#column-left .module-product-filter .prostofilter-group {
  width: 100%;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}
#column-left .module-product-filter .prostofilter-group.group-price {
  padding-top: 35px;
  padding-left: 25px;
  padding-right: 25px;
}
#column-left .module-product-filter .no-params {
  color: #4e4e4e;
  font-size: 15px;
  line-height: 17px;
  padding: 10px 15px 15px 15px;
}
#column-left .module-product-filter .filter-group-name {
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  color: #4e4e4e;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 40px;
  cursor: pointer;
  position: relative;
}
#column-left .module-product-filter .filter-group-name:after {
  display: block;
  content: '\f077';
  position: absolute;
  right: 14px;
  top: 15px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}
#column-left .module-product-filter .filter-group-name.active {
  color: #318ccb;
}
#column-left .module-product-filter .filter-group-name.collapsed:after {
  content: '\f078';
}
#column-left .module-product-filter .filter-group-name.collapsed + .filter-group-content {
  display: none;
}
#column-left .module-product-filter label {
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-right: 20px;
  position: relative;
}
#column-left .module-product-filter .panel-footer {
  border: 0;
}
#column-left .module-product-filter .filter-item {
  padding-right: 15px;
}
#column-left .module-product-filter .filter-item input[type="checkbox"],
#column-left .module-product-filter .filter-item input[type="radio"] {
  vertical-align: top;
  margin: 3px 5px 0 0;
}
#column-left .module-product-filter .filter-item.active {
  color: #318ccb;
}
#column-left .module-product-filter .filter-item.active em {
  background-color: #2a3c5c;
  color: #fff;
}
#column-left .module-product-filter .filter-item.active em:before {
  border-right-color: #2a3c5c;
}
#column-left .module-product-filter .filter-item.empty {
  color: #a7a7a7;
}
#column-left .module-product-filter .filter-item.empty em {
  background-color: #f1f6f9;
  color: #c5c5c5;
}
#column-left .module-product-filter .filter-item.empty em:before {
  border-right-color: #f1f6f9;
}
#column-left .module-product-filter .filter-item em {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: -2px;
  padding: 0 5px 0 4px;
  background-color: #eee;
  color: #848484;
  font-weight: 700;
  font-style: normal;
  -moz-border-radius: 3px ;
  -webkit-border-radius: 3px ;
  border-radius: 3px ;
  line-height: 19px;
}
#column-left .module-product-filter .filter-item em:before {
  display: block;
  content: '';
  position: absolute;
  border: 4px solid transparent;
  border-right-color: #eee;
  top: 50%;
  left: -8px;
  margin-top: -4px;
}
#column-left .module-product-filter .btn-submit {
  width: 110px;
  height: 34px;
  line-height: 33px;
  padding-right: 12px;
  padding-left: 12px;
}
#column-left .module-product-filter .apply-filters-float-btn {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  height: 44px;
  line-height: 43px;
}
#column-left .module-product-filter .apply-filters-float-btn:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -8px;
  border: 10px solid transparent;
  border-right-color: #318ccb;
}
#column-left .module-product-filter .apply-filters-float-btn.active {
  display: block;
}
#column-left .module-product-filter .slider-handle {
  background-color: #318ccb;
  background-image: -webkit-linear-gradient(top, #c9ddeb 0%, #318ccb 100%);
  background-image: -o-linear-gradient(top, #c9ddeb 0%, #318ccb 100%);
  background-image: linear-gradient(to bottom, #c9ddeb 0%, #318ccb 100%);
}
#column-left .module-product-filter .slider-selection {
  background-color: #c9ddeb;
  background-image: -webkit-linear-gradient(top, #e5edf3 0%, #c9ddeb 100%);
  background-image: -o-linear-gradient(top, #e5edf3 0%, #c9ddeb 100%);
  background-image: linear-gradient(to bottom, #e5edf3 0%, #c9ddeb 100%);
}
#column-left .module-product-filter .tooltip {
  z-index: auto;
}
#column-left .module-product-filter .tooltip-inner {
  background-color: #2a3c5c;
}
#column-left .module-product-filter .tooltip.top .tooltip-arrow {
  border-top-color: #2a3c5c;
}
#column-left .module-product-filter.loading .content {
  position: relative;
}
#column-left .module-product-filter.loading .content:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.video-articles-column-link a,
.blog-items-container.video .product-thumb .image a {
  display: block;
  position: relative;
}
.video-articles-column-link a:before,
.blog-items-container.video .product-thumb .image a:before,
.video-articles-column-link a:after,
.blog-items-container.video .product-thumb .image a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  margin-top: -24px;
  margin-left: -34px;
  background: url(../image/youtube_play.png) 50% 0 no-repeat;
}
.video-articles-column-link a:after,
.blog-items-container.video .product-thumb .image a:after {
  -moz-transition: opacity 0.15s 0s linear;
  -webkit-transition: opacity 0.15s 0s linear;
  -o-transition: opacity 0.15s 0s linear;
  transition: opacity 0.15s 0s linear;
  background-position: 50% 100%;
  -moz-opacity: 0 ;
  opacity: 0 ;
}
.video-articles-column-link a:hover:after,
.blog-items-container.video .product-thumb .image a:hover:after {
  -moz-opacity: 1 ;
  opacity: 1 ;
}
#middle-wrapper {
  padding-bottom: 50px;
}
#content {
  float: right;
  min-height: 0;
}
#content .block-account-menu .list-group-item {
  display: inline-block;
  vertical-align: top;
  padding: 3px 8px;
  margin: 0 4px 6px 0px;
  -moz-border-radius: 3px ;
  -webkit-border-radius: 3px ;
  border-radius: 3px ;
  font-size: 85%;
  line-height: 100%;
  text-decoration: none;
}
.slider-wrapper .slider-items {
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) ;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) ;
  width: 650px;
  height: 241px;
  margin-bottom: 65px;
  overflow: hidden;
  position: relative;
}
.slider-wrapper .slider-items.owl-loaded {
  overflow: visible;
}
.slider-wrapper .owl-stage-outer {
  width: inherit;
  height: inherit;
}
.slider-wrapper .owl-prev,
.slider-wrapper .owl-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 39px;
  height: 70px;
  margin-top: -35px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  -moz-transition: background-color 0.15s 0s linear;
  -webkit-transition: background-color 0.15s 0s linear;
  -o-transition: background-color 0.15s 0s linear;
  transition: background-color 0.15s 0s linear;
}
.slider-wrapper .owl-prev:hover,
.slider-wrapper .owl-next:hover {
  background-color: rgba(227, 30, 37, 0.8);
}
.slider-wrapper .owl-prev:before,
.slider-wrapper .owl-next:before {
  display: block;
  width: inherit;
  height: 20px;
  position: absolute;
  top: 25px;
  color: inherit;
  font-family: FontAwesome;
  font-size: 31px;
  text-align: center;
}
.slider-wrapper .owl-prev {
  left: 0;
  -moz-border-radius: 0 5px 5px 0 ;
  -webkit-border-radius: 0 5px 5px 0 ;
  border-radius: 0 5px 5px 0 ;
}
.slider-wrapper .owl-prev:before {
  content: '\f104';
  padding-right: 1px;
}
.slider-wrapper .owl-next {
  right: 0;
  -moz-border-radius: 5px 0 0 5px ;
  -webkit-border-radius: 5px 0 0 5px ;
  border-radius: 5px 0 0 5px ;
}
.slider-wrapper .owl-next:before {
  content: '\f105';
  padding-left: 3px;
}
.owl-carousel ul,
.owl-carousel li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.owl-carousel .owl-dots {
  padding-top: 15px;
  text-align: center;
}
.owl-carousel .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 4px 2px 0;
  position: relative;
  -moz-opacity: 1 ;
  opacity: 1 ;
  cursor: pointer;
}
.owl-carousel .owl-dot:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -2px;
  -moz-transition: all 0.15s 0s linear;
  -webkit-transition: all 0.15s 0s linear;
  -o-transition: all 0.15s 0s linear;
  transition: all 0.15s 0s linear;
}
.owl-carousel .owl-dot.active:before {
  background: #000;
}
.owl-carousel .owl-dot:hover:before {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  -moz-border-radius: 3px ;
  -webkit-border-radius: 3px ;
  border-radius: 3px ;
}
.catalog-category-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 991px) {
  .catalog-category-list {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-list {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media only screen and (max-width: 399px) {
  .catalog-category-list {
    margin-right: 0;
    margin-left: 0;
  }
}
.catalog-category-list .item {
  width: 203px;
  margin: 0 10px 20px 10px;
  -moz-box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  -webkit-box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  position: relative;
  order: 2;
}
.catalog-category-list .item:nth-child(1) {
  order: 1;
}
.catalog-category-list .item:nth-child(2) {
  order: 0;
}
@media only screen and (min-width: 1200px) {
  .catalog-category-list .item {
    width: 260px;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-category-list .item {
    width: calc(33.3333% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-list .item {
    margin: 0 5px 10px 5px;
  }
}
@media only screen and (max-width: 649px) {
  .catalog-category-list .item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 399px) {
  .catalog-category-list .item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.catalog-category-list .image_crop {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto 0;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform 0.15s 0s linear;
  -webkit-transition: transform 0.15s 0s linear;
  -o-transition: transform 0.15s 0s linear;
  transition: transform 0.15s 0s linear;
}
@media only screen and (min-width: 1200px) {
  .catalog-category-list .image_crop {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-category-list .image_crop {
    -moz-transition: unset 0.15s 0s linear;
    -webkit-transition: unset 0.15s 0s linear;
    -o-transition: unset 0.15s 0s linear;
    transition: unset 0.15s 0s linear;
  }
}
.catalog-category-list a {
  display: block;
  height: 100%;
  padding: 10px 15px 15px 15px;
}
.catalog-category-list a:hover .image_crop {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media only screen and (max-width: 991px) {
  .catalog-category-list a:hover .image_crop {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (min-width: 1200px) {
  .catalog-category-list a {
    padding: 15px 20px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-list a {
    padding: 10px;
  }
}
.catalog-category-list .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  margin-top: 15px;
  padding: 7px 5px;
  -moz-border-radius: 3px ;
  -webkit-border-radius: 3px ;
  border-radius: 3px ;
  background-color: #f3f7fa;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) {
  .catalog-category-list .title {
    height: 78px;
    font-size: 18px;
    padding: 11px 5px;
  }
}
.catalog-category-list strong {
  font-weight: 400;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}
.content-separator {
  width: 100%;
  height: 4px;
  background: url(../image/bg-content_separator.png) 50% 0 no-repeat;
}
#content .heading,
.content-twide__wrapper .heading {
  padding-bottom: 30px;
}
#content .heading h1,
.content-twide__wrapper .heading h1,
#content .heading .h1,
.content-twide__wrapper .heading .h1,
#content .heading h2,
.content-twide__wrapper .heading h2,
#content .heading .h2,
.content-twide__wrapper .heading .h2,
#content .heading h3,
.content-twide__wrapper .heading h3,
#content .heading .h3,
.content-twide__wrapper .heading .h3,
#content .heading h4,
.content-twide__wrapper .heading h4,
#content .heading .h4,
.content-twide__wrapper .heading .h4,
#content .heading h5,
.content-twide__wrapper .heading h5,
#content .heading .h5,
.content-twide__wrapper .heading .h5,
#content .heading h6,
.content-twide__wrapper .heading h6,
#content .heading .h6,
.content-twide__wrapper .heading .h6 {
  margin: 0;
  padding: 0;
}
#content .heading h1,
.content-twide__wrapper .heading h1,
#content .heading .h1,
.content-twide__wrapper .heading .h1,
#content .heading h2,
.content-twide__wrapper .heading h2,
#content .heading .h2,
.content-twide__wrapper .heading .h2 {
  font-size: 27px;
  line-height: 29px;
  color: #000;
  font-weight: 600;
}
#content .heading h1 span,
.content-twide__wrapper .heading h1 span,
#content .heading .h1 span,
.content-twide__wrapper .heading .h1 span,
#content .heading h2 span,
.content-twide__wrapper .heading h2 span,
#content .heading .h2 span,
.content-twide__wrapper .heading .h2 span {
  background: url(../image/bg-heading.png) 0 26px repeat-x;
}
#content .heading + h1,
.content-twide__wrapper .heading + h1,
#content .heading + .h1,
.content-twide__wrapper .heading + .h1,
#content .heading + h2,
.content-twide__wrapper .heading + h2,
#content .heading + .h2,
.content-twide__wrapper .heading + .h2,
#content .heading + h3,
.content-twide__wrapper .heading + h3,
#content .heading + .h3,
.content-twide__wrapper .heading + .h3,
#content .heading + h4,
.content-twide__wrapper .heading + h4,
#content .heading + .h4,
.content-twide__wrapper .heading + .h4,
#content .heading + h5,
.content-twide__wrapper .heading + h5,
#content .heading + .h5,
.content-twide__wrapper .heading + .h5,
#content .heading + h6,
.content-twide__wrapper .heading + h6,
#content .heading + .h6,
.content-twide__wrapper .heading + .h6 {
  margin-top: 0;
}
.products-carousel-wrap {
  margin-top: 30px;
}
.products-carousel-wrap .heading {
  padding-right: 85px;
}
.products-carousel {
  margin: 0 -9px;
  width: auto;
  height: 0;
}
.products-carousel.owl-loaded {
  height: auto;
}
.products-carousel .owl-item {
  padding: 0 9px;
}
.products-carousel .owl-dots {
  padding-top: 0;
  margin-top: -5px;
}
.products-carousel .product-layout {
  width: 100%;
  z-index: 10;
}
.products-carousel .product-layout:hover {
  z-index: 15;
}
.products-carousel .description {
  display: none;
}
.products-carousel .owl-nav {
  position: absolute;
  top: -54px;
  right: 10px;
}
.products-carousel .owl-prev,
.products-carousel .owl-next {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 28px;
  margin-left: 7px;
  background: url(../image/carousel_sprite.png) no-repeat;
}
.products-carousel .owl-prev {
  background-position: -3px -5px;
}
.products-carousel .owl-prev:hover {
  background-position: -3px -67px;
}
.products-carousel .owl-next {
  background-position: -63px -5px;
}
.products-carousel .owl-next:hover {
  background-position: -63px -67px;
}
.product-items {
  margin: 0 -9px;
}
.product-items.empty {
  margin: 0;
}
.product-items .product-layout {
  width: 33.3333%;
  padding: 0 9px;
  display: inline-block;
  vertical-align: top;
}
.carousel0-wrapper {
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) {
  .carousel0-wrapper {
    margin-top: 40px;
  }
}
.carousel0-wrapper .heading {
  padding-right: 85px;
}
.carousel0-wrapper .owl-item img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#carousel0 .owl-nav {
  position: absolute;
  top: -54px;
  right: 10px;
}
@media only screen and (max-width: 449px) {
  #carousel0 .owl-nav {
    top: -44px;
  }
}
#carousel0 .owl-prev,
#carousel0 .owl-next {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 28px;
  margin-left: 7px;
  background: url(../image/carousel_sprite.png) no-repeat;
}
#carousel0 .owl-prev {
  background-position: -3px -5px;
}
#carousel0 .owl-prev:hover {
  background-position: -3px -67px;
}
#carousel0 .owl-next {
  background-position: -63px -5px;
}
#carousel0 .owl-next:hover {
  background-position: -63px -67px;
}
.alert-price-home-discount .wsi-alert-buy,
.alert-price-home-discount .wsi-alert-buy-notstyled {
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) {
  .alert-price-home-discount .wsi-alert-buy,
  .alert-price-home-discount .wsi-alert-buy-notstyled {
    margin-top: 20px;
  }
}
.wsi-alert-buy-discount-carousel .product-layout {
  height: 455px;
}
.wsi-alert-buy-discount-carousel .product-thumb {
  height: 435px;
}
.wsi-alert-buy-discount-carousel .product-thumb .thumb-wrap {
  min-height: 435px;
}
.wsi-alert-buy-discount-carousel .alert-price-catalog-block .wsi-alert-buy {
  display: block;
}
.product-layout {
  height: 383px;
  z-index: auto;
}
.product-layout:hover {
  z-index: auto;
}
.product-thumb {
  margin-bottom: 0;
  height: 363px;
  position: relative;
  border: 0;
  z-index: auto;
}
.product-thumb .thumb-wrap {
  min-height: 363px;
  z-index: 2;
  border: 1px solid #ebebeb;
  background-color: #fff;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
  padding: 17px 15px;
  -moz-transition: border-color 0.15s 0s linear, box-shadow 0.15s 0s linear;
  -webkit-transition: border-color 0.15s 0s linear, box-shadow 0.15s 0s linear;
  -o-transition: border-color 0.15s 0s linear, box-shadow 0.15s 0s linear;
  transition: border-color 0.15s 0s linear, box-shadow 0.15s 0s linear;
}
.product-thumb:hover .thumb-wrap {
  position: relative;
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25) ;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25) ;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25) ;
  border-bottom-width: 5px;
  border-color: #c9ddeb;
  -moz-border-radius: 5px 5px 10px 10px ;
  -webkit-border-radius: 5px 5px 10px 10px ;
  border-radius: 5px 5px 10px 10px ;
}
.product-thumb:hover .params,
.product-thumb:hover .quantity-box {
  display: none !important;
}
.product-thumb:hover .image {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.product-thumb .image {
  max-width: 100%;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  -moz-transition: transform 0.15s 0s linear;
  -webkit-transition: transform 0.15s 0s linear;
  -o-transition: transform 0.15s 0s linear;
  transition: transform 0.15s 0s linear;
}
.product-thumb .image img {
  max-width: 100%;
  max-height: 100%;
}
.product-thumb .caption {
  padding: 0;
  min-height: 145px;
  margin-top: 15px;
}
.product-thumb .caption h3 {
  margin: 0;
  font-size: 13px;
  line-height: 15.5px;
  height: 75px;
  overflow: hidden;
}
.product-thumb .price {
  margin-bottom: 10px;
}
.product-thumb .stock {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0;
  line-height: 0;
}
.product-thumb .stock .out-of-stock-text {
  display: inline-block;
  vertical-align: top;
  background-color: #2a3c5c;
  color: #fff;
  font-size: 9.3px;
  line-height: 15px;
  padding: 0 7px;
  -moz-border-radius: 3px ;
  -webkit-border-radius: 3px ;
  border-radius: 3px ;
  font-weight: 700;
}
.product-thumb .button-group {
  border: 0;
  background: none;
  overflow: visible;
  margin: 0 -8px 0 0;
  font-size: 0;
  line-height: 0;
}
.product-thumb .button-group button {
  float: none;
  vertical-align: middle;
  height: 37px;
  text-transform: none;
  font-size: 14px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  background: none;
  border: 0;
}
.product-thumb .btn-item {
  display: inline-block;
  vertical-align: middle;
}
.product-thumb .btn-item-addtocart {
  padding-right: 5px;
}
.product-thumb .btn-item-addtocart button {
  color: #000;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
  border-bottom: 3px solid #eb5f4e;
  width: auto;
  padding: 0;
  width: 110px;
  -moz-background-size: auto 200% ;
  -webkit-background-size: auto 200% ;
  -o-background-size: auto 200% ;
  background-size: auto 200% ;
  background-color: #e5bdb8 ;
  background-image: -webkit-linear-gradient(to bottom, #eb5f4e 0%, #e5bdb8 51%, #eb5f4e 100%) ;
  background-image: -moz-linear-gradient(to bottom, #eb5f4e 0%, #e5bdb8 51%, #eb5f4e 100%) ;
  background-image: -o-linear-gradient(to bottom, #eb5f4e 0%, #e5bdb8 51%, #eb5f4e 100%) ;
  background-image: linear-gradient(to bottom, #eb5f4e 0%, #e5bdb8 51%, #eb5f4e 100%) ;
  -moz-transition: background 0.15s 0s linear;
  -webkit-transition: background 0.15s 0s linear;
  -o-transition: background 0.15s 0s linear;
  transition: background 0.15s 0s linear;
}
.product-thumb .btn-item-addtocart button:hover {
  background-position: 50% 100% ;
}
.product-thumb .btn-item-addtocart button .fa {
  margin-right: 7px;
}
.product-thumb .btn-item-addtocart button:hover,
.product-thumb .btn-item-addtocart button:focus {
  color: #000;
  outline: 0;
}
.product-thumb .btn-item-addtocart button:disabled,
.product-thumb .btn-item-addtocart button.out-of-tock {
  -moz-opacity: 0.6 ;
  opacity: 0.6 ;
  cursor: not-allowed;
}
.product-thumb .btn-item-addtowishlist .btn-title,
.product-thumb .btn-item-addtocompare .btn-title {
  display: none;
}
.product-thumb .btn-item-addtowishlist button,
.product-thumb .btn-item-addtocompare button {
  width: 32px;
  color: #989898;
}
.product-thumb .btn-item-addtowishlist button:hover,
.product-thumb .btn-item-addtocompare button:hover {
  background: none;
  color: #000;
}
.product-thumb .quantity-box {
  display: none !important;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 30px;
}
.product-thumb .params {
  display: none;
  padding-top: 20px;
}
.product-thumb .params .item + .item {
  margin-top: 7px;
}
.product-thumb .params strong,
.product-thumb .params span {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
.product-thumb .params strong {
  color: #989898;
}
.product-thumb .params span {
  margin-top: 2px;
  color: #000;
}
.product-list .product-thumb .button-group {
  border: 0;
}
.price .price-regular {
  display: block;
  font-size: 21.3px;
  line-height: 22px;
  margin-top: 9px;
  font-weight: 600;
}
.price .price-regular .fa {
  color: #a7a7a7;
}
.price .price-old,
.price .price-discount-profit {
  display: inline;
  vertical-align: middle;
  font-size: 12px;
  line-height: 12px;
}
.price .price-old {
  color: #a7a7a7;
  margin: 0 5px 0 0;
  text-decoration: line-through;
}
.price .price-discount-profit {
  color: #eb5f4e;
}
.price .price-discount {
  position: absolute;
  top: 15px;
  left: 5px;
  font-size: 0;
  line-height: 0;
}
.price .price-discount strong {
  font-weight: 700;
}
.price .price-discount .item {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 15px;
  padding: 3px 10px;
  -moz-border-radius: 3px ;
  -webkit-border-radius: 3px ;
  border-radius: 3px ;
  text-transform: uppercase;
}
.price .price-discount .item + .item {
  margin-left: 3px;
}
.price .price-discount .discount {
  background-color: #fdd30d;
  color: #000;
}
.price .price-discount .bestseller {
  background-color: #2a3c5c;
  color: #fff;
}
.product-thumb:hover .price-discount {
  top: 14px;
  left: 4px;
}
.bestseller-products-wrapper {
  margin-top: 50px;
}
.homepage-welcome {
  margin-top: 30px;
}
.content-twide__wrapper {
  z-index: 5;
}
.btn-gazstd-default,
.btn-gazstd-grey {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 37px;
  text-transform: none;
  font-size: 14px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  border: 0;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
  border-bottom: 3px solid;
  padding: 0 13px;
  text-decoration: none;
}
.btn-gazstd-default {
  -moz-background-size: auto 200% ;
  -webkit-background-size: auto 200% ;
  -o-background-size: auto 200% ;
  background-size: auto 200% ;
  background-color: #e5bdb8 ;
  background-image: -webkit-linear-gradient(to bottom, #eb5f4e 0%, #e5bdb8 51%, #eb5f4e 100%) ;
  background-image: -moz-linear-gradient(to bottom, #eb5f4e 0%, #e5bdb8 51%, #eb5f4e 100%) ;
  background-image: -o-linear-gradient(to bottom, #eb5f4e 0%, #e5bdb8 51%, #eb5f4e 100%) ;
  background-image: linear-gradient(to bottom, #eb5f4e 0%, #e5bdb8 51%, #eb5f4e 100%) ;
  -moz-transition: background 0.15s 0s linear;
  -webkit-transition: background 0.15s 0s linear;
  -o-transition: background 0.15s 0s linear;
  transition: background 0.15s 0s linear;
  border-bottom-color: #eb5f4e;
}
.btn-gazstd-default:hover {
  background-position: 50% 100% ;
}
.btn-gazstd-grey {
  -moz-background-size: auto 200% ;
  -webkit-background-size: auto 200% ;
  -o-background-size: auto 200% ;
  background-size: auto 200% ;
  background-color: #dedede ;
  background-image: -webkit-linear-gradient(to bottom, #f2f2f2 0%, #dedede 51%, #f2f2f2 100%) ;
  background-image: -moz-linear-gradient(to bottom, #f2f2f2 0%, #dedede 51%, #f2f2f2 100%) ;
  background-image: -o-linear-gradient(to bottom, #f2f2f2 0%, #dedede 51%, #f2f2f2 100%) ;
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #dedede 51%, #f2f2f2 100%) ;
  -moz-transition: background 0.15s 0s linear;
  -webkit-transition: background 0.15s 0s linear;
  -o-transition: background 0.15s 0s linear;
  transition: background 0.15s 0s linear;
  border-bottom-color: #b7b7b7;
}
.btn-gazstd-grey:hover {
  background-position: 50% 100% ;
}
.btn-gazstd-default .fa + span,
.btn-gazstd-grey .fa + span {
  margin-left: 10px;
}
.btn-gazstd-default span + .fa,
.btn-gazstd-grey span + .fa {
  margin-left: 10px;
}
.btn-gazstd-default,
.btn-gazstd-grey,
.btn-gazstd-default:hover,
.btn-gazstd-grey:hover,
.btn-gazstd-default:focus,
.btn-gazstd-grey:focus {
  color: #000;
}
.btn-gazstd-default:disabled,
.btn-gazstd-grey:disabled,
.btn-gazstd-default.disabled,
.btn-gazstd-grey.disabled,
.btn-gazstd-default.out-of-tock,
.btn-gazstd-grey.out-of-tock {
  -moz-opacity: 0.6 ;
  opacity: 0.6 ;
  cursor: not-allowed;
}
.news-module-wrapper .inner {
  margin-left: -10px;
  margin-right: -10px;
}
.news-module-wrapper .product-layout {
  float: left;
  height: auto;
  padding: 0 10px;
  z-index: auto;
}
.news-module-wrapper .product-thumb {
  height: auto;
  padding: 0;
  border: 0;
  z-index: auto;
}
.news-module-wrapper .product-thumb:hover {
  -moz-box-shadow: none ;
  -webkit-box-shadow: none ;
  box-shadow: none ;
}
.news-module-wrapper .product-thumb .image {
  width: 100%;
  height: auto;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
  overflow: hidden;
}
.news-module-wrapper .product-thumb .image img {
  width: 100%;
  height: auto;
}
.news-module-wrapper .product-thumb .caption {
  min-height: 0;
}
.news-module-wrapper .product-thumb .caption h3 {
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  height: auto;
  min-height: 0;
}
.news-module-wrapper .product-thumb .teaser {
  margin-top: 15px;
  font-size: 13px;
  line-height: 16px;
}
.news-module-wrapper .btn-gazstd-default,
.news-module-wrapper .btn-gazstd-grey {
  width: 204px;
}
.news-module-wrapper .button-see-more {
  margin-top: 25px;
}
.news-module-wrapper.video-articles {
  background-color: #ffeb8d;
  padding: 35px 0 30px;
}
.news-module-wrapper.video-articles .product-layout {
  width: 33.3333%;
}
.news-module-wrapper.articles {
  background-color: #ffeb8d;
  padding: 30px 0;
}
.news-module-wrapper.articles .wrap {
  background: url(../image/bg-articles_sep-vert.png) 50% -4px repeat-y;
}
.news-module-wrapper.articles .horizontal-separator {
  width: 100%;
  height: 4px;
  background: url(../image/bg-articles_sep-hor.png) 50% 50% repeat-x;
}
.news-module-wrapper.articles .product-layout {
  width: 50%;
}
.news-module-wrapper.articles .product-thumb {
  padding: 40px 10px 40px 28px;
}
.news-module-wrapper.articles .image,
.news-module-wrapper.articles .caption {
  display: inline-block;
  vertical-align: top;
}
.news-module-wrapper.articles .image {
  width: 112px;
  height: 75px;
}
.news-module-wrapper.articles .caption {
  width: 280px;
  margin-top: 0;
  margin-left: 20px;
}
.news-module-wrapper.articles .caption h3 {
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
}
.news-module-wrapper.news {
  padding: 30px 0;
}
.news-module-wrapper.news .product-layout {
  width: 25%;
}
.news-module-wrapper.news .product-thumb .caption {
  height: 195px;
  overflow: hidden;
}
.news-module-wrapper.news .news-date-container {
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
}
.news-module-wrapper .button-group {
  margin: 20px 0 0 0;
  font-size: inherit;
  line-height: inherit;
}
#fixed-topPanel-wrapper {
  display: none;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-bottom: 3px solid #c9ddeb;
  z-index: 1000;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25) ;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25) ;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25) ;
}
#fixed-topPanel-wrapper .left-controls,
#fixed-topPanel-wrapper .right-controls {
  height: 47px;
}
#fixed-topPanel-wrapper .left-controls {
  float: left;
}
#fixed-topPanel-wrapper .left-controls .button-wrap + .button-wrap {
  margin-left: 20px;
}
#fixed-topPanel-wrapper .right-controls {
  float: right;
  text-align: right;
}
#fixed-topPanel-wrapper .right-controls .button-wrap + .button-wrap {
  margin-left: 10px;
}
#fixed-topPanel-wrapper .button-wrap,
#fixed-topPanel-wrapper .button {
  height: inherit;
}
#fixed-topPanel-wrapper .button-wrap {
  display: inline-block;
  vertical-align: middle;
}
#fixed-topPanel-wrapper .button-wrap a {
  display: block;
  height: inherit;
}
#fixed-topPanel-wrapper .button-wrap span {
  display: inline-block;
  vertical-align: middle;
}
#fixed-topPanel-wrapper .button-wrap span.username {
  display: block;
  white-space: nowrap;
  margin-bottom: 5px;
  max-width: 250px;
  overflow: hidden;
  -o-text-overflow: ellipsis ;
  /* Для Opera 11- */
  text-overflow: ellipsis ;
}
#fixed-topPanel-wrapper .left-controls a,
#fixed-topPanel-wrapper .left-controls span {
  display: block;
  height: inherit;
}
#fixed-topPanel-wrapper .left-controls em {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
#fixed-topPanel-wrapper .left-controls a {
  position: relative;
  padding-left: 30px;
  text-decoration: none;
}
#fixed-topPanel-wrapper .left-controls a:hover {
  color: #000;
}
#fixed-topPanel-wrapper .left-controls a span {
  padding-top: 14px;
}
#fixed-topPanel-wrapper .left-controls i + em {
  padding-left: 3px;
}
#fixed-topPanel-wrapper .left-controls .button-wrap.search-trigger {
  display: none;
}
@media (max-width: 991px) {
  #fixed-topPanel-wrapper .left-controls .button-wrap.search-trigger {
    display: inline-block;
  }
}
#fixed-topPanel-wrapper .left-controls .button-wrap.search-trigger a {
  padding: 0;
}
#fixed-topPanel-wrapper .left-controls .button-wrap.search-trigger i {
  margin-top: -1px;
}
#fixed-topPanel-wrapper .left-controls .button-wrap.filter-trigger a {
  padding: 0;
}
#fixed-topPanel-wrapper .left-controls .button-wrap.filter-trigger i {
  margin-top: -1px;
}
#fixed-topPanel-wrapper .mobile-menu-trigger a:before,
#fixed-topPanel-wrapper .mobile-menu-trigger a span:before,
#fixed-topPanel-wrapper .mobile-menu-trigger a span:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #eb5f4e;
  -moz-border-radius: 2px ;
  -webkit-border-radius: 2px ;
  border-radius: 2px ;
}
#fixed-topPanel-wrapper .mobile-menu-trigger a:before {
  top: 16px;
}
#fixed-topPanel-wrapper .mobile-menu-trigger a span:before {
  top: 50%;
  margin-top: -1px;
  width: 20px;
}
#fixed-topPanel-wrapper .mobile-menu-trigger a span:after {
  top: 30px;
}
#fixed-topPanel-wrapper .mobile-catalog-trigger a:before,
#fixed-topPanel-wrapper .mobile-catalog-trigger a:after,
#fixed-topPanel-wrapper .mobile-catalog-trigger a span:before,
#fixed-topPanel-wrapper .mobile-catalog-trigger a span:after,
#fixed-topPanel-wrapper .mobile-catalog-trigger a em:before,
#fixed-topPanel-wrapper .mobile-catalog-trigger a em:after {
  display: block;
  content: '';
  position: absolute;
  background-color: #eb5f4e;
}
#fixed-topPanel-wrapper .mobile-catalog-trigger a:before {
  width: 2px;
  height: 21px;
  top: 13px;
  left: 4px;
}
#fixed-topPanel-wrapper .mobile-catalog-trigger a:after {
  width: 6px;
  height: 6px;
  top: 13px;
  left: 2px;
}
#fixed-topPanel-wrapper .mobile-catalog-trigger a span:before {
  width: 17px;
  height: 2px;
  top: 32px;
  left: 4px;
}
#fixed-topPanel-wrapper .mobile-catalog-trigger a span:after {
  width: 6px;
  height: 6px;
  top: 30px;
  left: 15px;
}
#fixed-topPanel-wrapper .mobile-catalog-trigger a em:before {
  width: 17px;
  height: 2px;
  top: 24px;
  left: 4px;
}
#fixed-topPanel-wrapper .mobile-catalog-trigger a em:after {
  width: 6px;
  height: 6px;
  top: 22px;
  left: 15px;
}
#fixed-topPanel-wrapper .mobile-cart-button a {
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
  margin-left: 6px;
  text-decoration: none;
}
#fixed-topPanel-wrapper .cart-qty {
  display: block;
  width: auto;
  height: auto !important;
  background: url(../image/i-header_cart.png) 0 4px no-repeat;
  position: relative;
  padding-left: 30px;
}
#fixed-topPanel-wrapper .cart-qty span {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: auto;
  min-width: 26px;
  height: 27px;
  -moz-border-radius: 4px ;
  -webkit-border-radius: 4px ;
  border-radius: 4px ;
  background-color: #2a3c5c;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  padding: 0 8px;
  white-space: nowrap;
  -moz-transition: background-color 0.15s 0s linear;
  -webkit-transition: background-color 0.15s 0s linear;
  -o-transition: background-color 0.15s 0s linear;
  transition: background-color 0.15s 0s linear;
}
#fixed-topPanel-wrapper .fa {
  font-size: 21px;
  vertical-align: middle;
}
#fixed-topPanel-wrapper .dropdown a {
  text-decoration: none;
}
#fixed-topPanel-wrapper .dropdown > a {
  padding: 13px 5px 0 5px;
}
#fixed-topPanel-wrapper .account-nav .dropdown-toggle {
  padding-right: 0;
}
.dropdown-menu a {
  text-decoration: none;
}
.dropdown-menu > li > span {
  color: #000;
  padding: 3px 20px;
}
.dropdown-menu > li > a {
  color: #000;
}
.dropdown-menu > li > a:hover {
  background: rgba(131, 180, 216, 0.25);
  color: #000;
}
.mobile-menu-wrapper {
  font-family: inherit;
}
.mobile-menu-wrapper.theme--white-lightblue .mm-close span:hover,
.mobile-menu-wrapper.theme--white-lightblue .mm-item li > a:hover,
.mobile-menu-wrapper.theme--white-lightblue .mm-item li > span:hover,
.mobile-menu-wrapper.theme--white-lightblue .submenu .mm-return:hover,
.mobile-menu-wrapper.theme--white-lightblue span.mm-sub-open:hover + span {
  background-color: rgba(131, 180, 216, 0.25);
  color: #000;
}
.mobile-menu__main-nav__menu-wrapper .mm-footer-social {
  text-align: center;
  font-size: 0;
  line-height: 0;
  background-color: #444;
}
.mobile-menu__main-nav__menu-wrapper .mm-footer-social a {
  display: inline-block;
  vertical-align: middle;
  min-width: 40px;
  width: 25%;
  padding: 7px 0;
}
.mobile-menu__main-nav__menu-wrapper .mm-inner {
  border: 0;
}
.mobile-menu__main-nav__menu-wrapper .mm-item.main-level {
  padding-top: 10px;
}
.mobile-menu__main-nav__menu-wrapper .mm-item ul {
  padding-bottom: 10px;
}
.mobile-menu__main-nav__menu-wrapper .mm-title {
  color: #000 !important;
}
.mobile-menu__main-nav__menu-wrapper.theme--white-lightblue .mm-header {
  background-color: #fff;
  border-bottom-color: #fff;
}
.mobile-menu__main-nav__menu-wrapper.theme--white-lightblue .mm-close span:hover {
  background-color: rgba(131, 180, 216, 0.25);
}
.mobile-menu__main-nav__menu-wrapper .has-footer-inner {
  background-color: #e6e6e6;
}
.mobile-menu__main-nav__menu-wrapper .mm-footer-inner ul {
  margin: 0 0 20px 15px;
  padding-left: 0px;
}
.mobile-menu__main-nav__menu-wrapper .mm-footer-inner ul:last-child,
.mobile-menu__main-nav__menu-wrapper .mm-footer-inner ul:only-child {
  margin-bottom: 0;
}
.mobile-menu__main-nav__menu-wrapper .nav,
.mobile-menu__main-nav__menu-wrapper .phones {
  margin-bottom: 15px;
}
.mobile-menu__main-nav__menu-wrapper .phones {
  font-size: 19px;
  font-weight: 600;
}
.mobile-menu__main-nav__menu-wrapper .phones a span {
  border: 0;
}
.mobile-menu__main-nav__menu-wrapper .phones .item + .item {
  margin-top: 7px;
}
.mobile-menu__main-nav__menu-wrapper .phones em {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}
.mobile-menu__main-nav__menu-wrapper .mm-header-inner {
  padding-bottom: 20px;
}
.mobile-menu__main-nav__menu-wrapper .mm-header-inner .logo {
  margin: 0 auto;
  text-align: center;
}
.mobile-menu__main-nav__menu-wrapper .mm-header-inner .logo img {
  width: 100%;
}
.mobile-menu__main-nav__menu-wrapper .mm-header-inner .user-logged {
  margin: 20px -20px -20px -20px;
  padding: 10px 0;
  text-align: center;
}
.mobile-menu__main-nav__menu-wrapper .mm-header-inner .user-logged .item {
  padding: 5px 5px;
}
.mobile-menu__main-nav__menu-wrapper .mm-header-inner .user-logged .username {
  font-size: 17px;
}
.mobile-menu__main-nav__menu-wrapper .mm-header-inner .user-logged .logout {
  font-size: 13px;
}
.blog-items-container .product-layout {
  height: auto;
  padding: 0;
  border: 0;
  margin-bottom: 30px;
}
.blog-items-container .product-layout:after {
  float: left;
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background: url(../image/bg-articles_sep-hor.png) 50% 50% repeat-x;
}
.blog-items-container .product-layout:only-child:after,
.blog-items-container .product-layout:last-child:after {
  display: none;
}
.blog-items-container .product-thumb {
  border: 0;
  padding: 0;
  -moz-box-shadow: none ;
  -webkit-box-shadow: none ;
  box-shadow: none ;
  height: auto;
}
.blog-items-container .product-thumb .caption,
.blog-items-container .product-thumb .image {
  margin-bottom: 30px;
}
.blog-items-container .product-thumb .caption {
  min-height: 0;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 230px;
}
.blog-items-container .product-thumb .caption h2,
.blog-items-container .product-thumb .caption h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  height: auto;
  min-height: 0 !important;
}
.blog-items-container .product-thumb .image {
  float: left;
  padding: 0;
  width: 210px;
  height: auto;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
  overflow: hidden;
}
.blog-items-container .product-thumb .image img {
  width: 100%;
  height: auto;
}
.blog-items-container .product-thumb .blog-date-container {
  font-size: 90%;
  line-height: 100%;
  margin-bottom: 10px;
}
.blog-thumbnails-container {
  padding-left: 0;
  padding-right: 20px;
}
.blog-thumbnails-container .main-image-item {
  max-height: 460px;
  overflow: hidden;
}
.blog-thumbnails-container .main-image-item img {
  width: 100%;
  height: auto;
}
.blog-tags-container {
  margin-top: 25px;
}
.blog-tags-container a {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 5px 3px 5px;
  margin-bottom: 4px;
  background-color: #c9ddeb;
  border: 1px solid #c9ddeb;
  -moz-transition: background-color 0.15s 0s linear, border-color 0.15s 0s linear;
  -webkit-transition: background-color 0.15s 0s linear, border-color 0.15s 0s linear;
  -o-transition: background-color 0.15s 0s linear, border-color 0.15s 0s linear;
  transition: background-color 0.15s 0s linear, border-color 0.15s 0s linear;
  -moz-border-radius: 3px ;
  -webkit-border-radius: 3px ;
  border-radius: 3px ;
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
}
.blog-tags-container a:hover {
  background-color: #fff3b9;
  border-color: #fff;
  color: #000;
}
.blog-items-container .product-thumb .image {
  width: 315px;
}
.blog-items-container .product-thumb .caption {
  margin-left: 335px;
}
.blog-actions-thumbnails-container {
  float: none !important;
  width: 100% !important;
  padding-right: 0;
}
.blog-actions-description-container {
  font-size: 2rem;
  line-height: 2.2rem;
}
#content .heading + .blog-date-container {
  margin-top: -10px;
  margin-bottom: 20px;
}
ul.red-marker {
  padding-left: 13px;
  list-style-image: url(../image/bg-ul-li.png);
}
.product-page-images .main-image-item {
  position: relative;
}
ul.red-disc,
.product-page-details #tab-description ul {
  padding-left: 20px;
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
ul.red-disc li,
.product-page-details #tab-description ul li {
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
ul.red-disc li:before,
.product-page-details #tab-description ul li:before {
  display: block;
  width: 5px;
  height: 5px;
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  background: url(../image/bg-ul-li.png) 0 0 no-repeat;
}
.product-page-details #product > .form-group .note {
  margin-top: 15px;
}
.product-page-details .btn-gazstd-default,
.product-page-details .btn-gazstd-grey {
  height: 37px;
  font-size: 14px;
  line-height: 36px;
  padding: 0 13px;
}
.product-page-details .tab-content h2 {
  font-size: 21px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}
.product-page-details .open-other-tab {
  margin-top: 15px;
}
.product-page-details .model {
  margin-top: 2px;
}
.product-page-details .rating {
  margin-top: 20px;
}
.product-page-details .rating-wrap {
  padding-right: 5px;
}
.product-page-details .product-desc-title h2 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  margin-top: 23px;
}
.product-page-details .price .price-regular {
  font-size: 31px;
  line-height: 34px;
  margin-top: 28px;
  margin-bottom: 5px;
}
.product-page-details .price .price-old,
.product-page-details .price .price-discount-profit {
  font-size: inherit;
  line-height: inherit;
  display: inline;
}
.product-page-details .product-block {
  margin-top: 32px;
  position: relative;
}
.product-page-details .quantity-box,
.product-page-details .submit-box {
  padding-top: 17px;
}
.product-page-details .submit-box .btn-gazstd-default {
  width: 100%;
}
.product-page-details .credit-info {
  margin-top: 5px;
}
.product-page-details .credit-info button {
  background: url(../image/btn-buy_credit.png) 0 0 no-repeat;
  text-indent: -999999px;
  border: 0;
  width: 151px;
  height: 37px;
}
.product-page-details .addtl-buttons {
  position: absolute;
  top: -2px;
  right: -3px;
}
.product-page-details .product-block .btn-wishlist,
.product-page-details .product-block .btn-compare {
  background: none;
  border: 0;
  width: 26px;
  height: 26px;
  color: #989898;
  padding: 0;
}
.product-page-details .product-block .btn-wishlist:hover,
.product-page-details .product-block .btn-compare:hover,
.product-page-details .product-block .btn-wishlist:focus,
.product-page-details .product-block .btn-compare:focus {
  color: #000;
  background: none;
}
.product-page-details .product-block .btn-wishlist span,
.product-page-details .product-block .btn-compare span {
  display: none;
}
.product-page-details .btn-compare {
  right: 0;
}
.product-page-details .addtl-buttons-mobile,
.product-page-details .instock.mobile {
  display: none;
}
.product-page-details .main-image-item .out-of-stock-text {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 9.3px;
  line-height: 15px;
  padding: 0 7px;
  -moz-border-radius: 3px ;
  -webkit-border-radius: 3px ;
  border-radius: 3px ;
  background-color: #ff0000;
  color: #fff;
  font-weight: 700;
}
.rating {
  font-size: 90%;
}
.rating .rating-fill {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 17px;
  margin-top: -3px;
  margin-right: 2px;
  background: url(../image/rating-blank.png) 0 0 no-repeat;
  position: relative;
}
.rating .rating-fill:after {
  display: block;
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff url(../image/rating-fill.png) 0 0 no-repeat;
}
.rating .rating-fill[data-rating="0.5"]:after {
  width: 10%;
}
.rating .rating-fill[data-rating="1"]:after {
  width: 20%;
}
.rating .rating-fill[data-rating="1.5"]:after {
  width: 30%;
}
.rating .rating-fill[data-rating="2"]:after {
  width: 40%;
}
.rating .rating-fill[data-rating="2.5"]:after {
  width: 50%;
}
.rating .rating-fill[data-rating="3"]:after {
  width: 60%;
}
.rating .rating-fill[data-rating="3.5"]:after {
  width: 70%;
}
.rating .rating-fill[data-rating="4"]:after {
  width: 80%;
}
.rating .rating-fill[data-rating="4.5"]:after {
  width: 90%;
}
.rating .rating-fill[data-rating="5"]:after {
  width: 100%;
}
.rating .rating-value {
  padding-right: 3px;
}
.rating .rating-value:before {
  display: inline;
  content: '(';
}
.rating .rating-value:after {
  display: inline;
  content: ')';
}
#review .rating {
  margin-top: 0;
}
#review .rating.mobile {
  display: none;
}
#review .info-container,
#review .message-container {
  display: inline-block;
  vertical-align: top;
}
#review .info-container {
  width: 31%;
  padding-right: 10px;
}
#review .message-container {
  width: 69%;
  padding-left: 10px;
}
#review .review-items {
  padding-bottom: 40px;
  margin-top: 30px;
}
#review .item {
  margin-bottom: 30px;
}
#review .item:after {
  display: block;
  content: '';
  margin-top: 30px;
  border-bottom: 1px solid #e0e0e0;
}
#review .item:last-child,
#review .item:only-child {
  margin-bottom: 0;
}
#review .item:last-child:after,
#review .item:only-child:after {
  display: none;
}
#review .title h2,
#review .name {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
}
#review .name {
  margin-bottom: 7px;
  margin-top: 2px;
}
#review .title {
  padding-left: 4px;
}
#review .title h2 {
  margin-top: 6px;
  margin-bottom: 0;
}
#review .city,
#review .date {
  font-size: 13px;
  line-height: 14px;
}
#review .city {
  margin-top: 8px;
}
#review .opinion {
  margin-top: 3px;
  padding-left: 4px;
}
#review .reply {
  margin-top: 20px;
  padding: 10px;
  background-color: #f3f3f3;
  position: relative;
  border: 1px solid #d6d6d6;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
}
#review .reply:before,
#review .reply:after {
  display: block;
  content: '';
  position: absolute;
}
#review .reply:before {
  top: -13px;
  left: 8px;
  border: 12px solid transparent;
  border-left-color: #d6d6d6;
  z-index: -1;
}
#review .reply:after {
  top: -11px;
  left: 9px;
  border: 10px solid transparent;
  border-left-color: #f3f3f3;
}
#review .reply .name,
#review .reply .opinion {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
}
#form-review.form-horizontal .control-label {
  text-align: left;
}
#form-review .rating-question .control-label,
#form-review .review-captcha-box .input-payment-captcha-label {
  display: inline-block;
  vertical-align: top;
  width: 140px;
}
#form-review .review-captcha-box .control-label {
  display: inline-block;
  width: auto;
}
#form-review .input-payment-captcha-field {
  display: inline-block;
  width: 70%;
  float: none;
}
#form-review .input-payment-captcha-field input {
  width: 150px;
  max-width: 100%;
  height: 35px;
  margin-bottom: 5px;
}
#form-review .input-payment-captcha-field input,
#form-review .input-payment-captcha-field img {
  display: inline-block;
  vertical-align: top;
}
#form-review .add-review-action-box {
  padding-left: 140px;
  margin-top: 0;
}
.quantity-box,
.quantity-box + .submit-box {
  display: table-cell;
  vertical-align: top;
}
.quantity-box + .submit-box {
  width: 100%;
  text-align: left;
  padding-left: 20px;
}
.quantity-box {
  width: 94px;
  white-space: nowrap;
  padding-bottom: 15px;
}
.quantity-box .up,
.quantity-box .down {
  width: 34px;
  height: 37px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #808080;
  padding: 0;
  margin: 0;
}
.quantity-box .up:hover,
.quantity-box .down:hover {
  border-color: #aaa;
  color: #333;
}
.quantity-box .up .fa,
.quantity-box .down .fa {
  font-size: 10px;
  vertical-align: top;
  height: 35px;
  padding-top: 13px;
}
.quantity-box .up {
  border-left: 0;
  -moz-border-radius: 0 4px 4px 0 ;
  -webkit-border-radius: 0 4px 4px 0 ;
  border-radius: 0 4px 4px 0 ;
  margin-left: 25px;
}
.quantity-box .down {
  border-right: 0;
  -moz-border-radius: 4px 0 0 4px ;
  -webkit-border-radius: 4px 0 0 4px ;
  border-radius: 4px 0 0 4px ;
}
.quantity-box input.btn_up_down_field {
  height: 37px;
  padding: 0;
  text-align: center;
  width: 25px;
  border-color: #ddd;
  margin-left: -59px;
  -moz-border-radius: 0 ;
  -webkit-border-radius: 0 ;
  border-radius: 0 ;
  border-right: 0;
  border-left: 0;
  font-size: 14px;
  -moz-box-shadow: none ;
  -webkit-box-shadow: none ;
  box-shadow: none ;
}
.quantity-box .btn-up-down,
.quantity-box .field_wrap {
  display: inline-block;
  vertical-align: middle;
}
.quantity-box .btn-up-down {
  position: relative;
}
.quantity-box .btn-up-down:after {
  display: block;
  content: 'шт';
  width: 20px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -10px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  color: #909090;
  text-align: center;
}
.item-tabs {
  margin-top: 20px;
}
.nav-tabs {
  margin-bottom: 25px;
  border: 0;
}
.nav-tabs > li {
  float: none;
  display: table-cell;
  width: 1%;
  text-align: center;
}
.nav-tabs > li > a {
  padding: 13px 10px 11px 10px;
  font-size: 87%;
  line-height: 120%;
  font-weight: 600;
  color: #3c3c3c;
  -moz-border-radius: 5px 5px 0 0 ;
  -webkit-border-radius: 5px 5px 0 0 ;
  border-radius: 5px 5px 0 0 ;
  border: 1px solid #f0f0f0;
  text-decoration: none;
  margin: 0;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.nav-tabs > li > a:hover {
  border-color: #f0f0f0;
}
.nav-tabs > li.active > a {
  background-color: transparent;
  padding-top: 10px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-top-color: #eb5f4e85;
  border-top-width: 4px;
  color: #000;
}
.mobile-tabs {
  display: none;
  clear: both;
  margin-top: 10px;
}
.mobile-tabs:first-child {
  margin-top: 0;
}
.mobile-tabs > a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  border: 1px solid #000;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
  padding: 16px;
  background-color: #f7f7f7;
  border: 1px solid #f0f0f0;
}
.mobile-tabs > a,
.mobile-tabs > a:hover,
.mobile-tabs > a:focus {
  color: #4a4a4a;
}
.mobile-tabs > a .fa {
  float: right;
  margin-top: 2px;
  color: #a5a5a5;
}
.mobile-tabs > a .fa:before {
  content: '\f078';
}
.mobile-tabs > a.open {
  border-bottom-color: transparent;
  border-top: 4px solid #a0c3dc;
  background-color: #fff;
  padding-top: 13px;
}
.mobile-tabs > a.open,
.mobile-tabs > a.open:hover,
.mobile-tabs > a.open:focus {
  color: #000;
}
.mobile-tabs > a.open .fa:before {
  content: '\f077';
}
.table-params {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 25px;
}
.table-params:only-child,
.table-params:last-child {
  margin-bottom: 0;
}
.table-params tbody th,
.table-params tbody td {
  width: 50%;
  font-size: 87%;
  line-height: 120%;
  border: 0 solid #fff;
  padding: 15px 20px;
  color: #3c3c3c;
}
.table-params tbody th {
  border-right-width: 1px;
  font-weight: 600;
}
.table-params tbody td {
  border-left-width: 1px;
}
.table-params tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.marketing-sale {
  text-align: center;
  margin-top: 35px;
}
.marketing-sale .wrap {
  display: inline-block;
  vertical-align: top;
  padding: 11px 22px 11px 11px;
  background-color: #f7f7f7;
  -moz-border-radius: 36px ;
  -webkit-border-radius: 36px ;
  border-radius: 36px ;
}
.marketing-sale .icon,
.marketing-sale .price,
.marketing-sale .action {
  display: inline-block;
  vertical-align: middle;
}
.marketing-sale .icon {
  width: 50px;
  height: 50px;
  -moz-border-radius: 50% ;
  -webkit-border-radius: 50% ;
  border-radius: 50% ;
  overflow: hidden;
  background-color: #eb5f4e;
  color: #000;
  font-size: 23px;
  line-height: 25px;
  text-shadow: 1px 2px 0 #fff3ba;
  font-weight: 600;
}
.marketing-sale .icon:before {
  display: inline-block;
  content: '';
  width: 0;
  height: 100%;
  margin-left: -3px;
}
.marketing-sale .icon:before,
.marketing-sale .icon > span {
  vertical-align: middle;
}
.marketing-sale .icon > span {
  padding-top: 2px;
}
.marketing-sale .price {
  font-size: 31px;
  line-height: 34px;
  color: #000;
  font-weight: 600;
  margin-right: 20px;
  margin-left: 17px;
}
.marketing-sale .price span + span {
  color: #a7a7a7;
}
.marketing-advantages {
  text-align: center;
}
.marketing-advantages.in-column {
  float: right;
  width: 140px;
  margin-left: 20px;
  padding-top: 30px;
}
.marketing-advantages.in-column .item {
  margin-bottom: 40px;
}
.marketing-advantages.in-column div {
  margin-top: 5px;
}
.marketing-advantages.in-row {
  margin-top: 30px;
}
.marketing-advantages.in-row .item {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.marketing-advantages.in-row div {
  margin-top: 10px;
}
.marketing-advantages img {
  width: 40px;
  height: 40px;
}
.marketing-advantages div {
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  color: #000;
}
.page-share {
  text-align: center;
  padding-top: 36px;
  margin-top: 30px;
  background: url(../image/bg-content_separator--grey.png) 50% 0 no-repeat;
}
.page-share .share-heading {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
}
.page-share .share-button {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin: 0 3px;
  background: 50% 0 no-repeat;
  -moz-background-size: 100% ;
  -webkit-background-size: 100% ;
  -o-background-size: 100% ;
  background-size: 100% ;
  text-decoration: none;
}
.page-share .share-button:hover {
  background-position: 50% 100%;
}
.page-share .share-button_fb {
  background-image: url(../image/social_share-fb.png);
}
.page-share .share-button_vk {
  background-image: url(../image/social_share-vk.png);
}
.page-share .share-button_tw {
  background-image: url(../image/social_share-tw.png);
}
.page-share .share-button_ok {
  background-image: url(../image/social_share-ok.png);
}
#middle-wrapper.content-wide #column-left {
  width: 0;
  margin-left: 0;
  overflow: hidden;
}
#middle-wrapper.content-wide #column-left + #content {
  width: 100%;
}
.compare-items {
  overflow: visible;
  overflow-x: auto;
}
.compare-items > table {
  border-collapse: collapse;
}
.compare-items .price .price-regular {
  margin-top: 0;
}
.compare-items .price .price-discount {
  position: static;
  display: block;
  margin-top: 5px;
}
.compare-items .btn-gazstd-default,
.compare-items .btn-gazstd-grey {
  width: 100%;
  margin-bottom: 5px;
}
.compare-items table {
  font-size: 14px;
}
.compare-items table.products_qty-1x {
  width: 33.3333%;
}
.compare-items table.products_qty-2x {
  width: 66.6666%;
}
.compare-items table thead td {
  border: 0;
  font-size: 21px;
  padding-bottom: 30px;
  color: #000;
}
.compare-items table tbody {
  border: 0;
}
.compare-items table tbody tr.even {
  background: #f6fffd;
}
.compare-items table tbody td {
  min-width: 220px;
}
.compare-items table tbody .col-attribute {
  border: 0;
  padding-bottom: 16px;
}
.compare-items table tbody .col-title {
  border: 0;
  border-top: 1px solid #ddd;
  color: #000;
  padding-top: 16px;
  padding-bottom: 0;
  font-weight: 600;
}
.compare-items table tbody + thead td {
  padding-top: 30px;
}
.compare-items table tbody.general-info .col-title {
  border-top: 1px solid #ddd;
}
.compare-items table tbody.general-info .col-model,
.compare-items table tbody.general-info .col-manufacturer,
.compare-items table tbody.general-info .col-availability,
.compare-items table tbody.general-info .col-description,
.compare-items table tbody.general-info .col-weight,
.compare-items table tbody.general-info .col-length {
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
}
.compare-items table tbody.general-info .col-price {
  padding-bottom: 16px;
}
.compare-items table tbody.general-info td {
  border: 0;
}
.compare-items table tbody.compare-actions {
  border: 0;
}
.compare-items table tbody.compare-actions td {
  padding-top: 30px;
  padding-bottom: 0;
}
.gallery-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
}
.gallery-items .item {
  width: 33.3333%;
  padding: 0 3px;
  margin-bottom: 10px;
}
.gallery-items a {
  display: block;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  padding: 3px;
  -moz-transition: border-color 0.15s 0s linear, box-shadow 0.15s 0s linear, box-shadow 0.15s 0s linear;
  -webkit-transition: border-color 0.15s 0s linear, box-shadow 0.15s 0s linear, box-shadow 0.15s 0s linear;
  -o-transition: border-color 0.15s 0s linear, box-shadow 0.15s 0s linear, box-shadow 0.15s 0s linear;
  transition: border-color 0.15s 0s linear, box-shadow 0.15s 0s linear, box-shadow 0.15s 0s linear;
}
.gallery-items a:hover {
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) ;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) ;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) ;
}
.gallery-items a:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.gallery-items .image_crop {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 140px;
  margin: 0 auto;
  -moz-border-radius: 3px ;
  -webkit-border-radius: 3px ;
  border-radius: 3px ;
}
.gallery-items .image_crop::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-opacity: 0 ;
  opacity: 0 ;
  background-color: rgba(23, 35, 48, 0.4);
  -moz-transition: opacity 0.15s 0s linear;
  -webkit-transition: opacity 0.15s 0s linear;
  -o-transition: opacity 0.15s 0s linear;
  transition: opacity 0.15s 0s linear;
  z-index: 5;
}
.gallery-items .image_crop::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin-top: -14px;
  margin-left: -18px;
  -moz-opacity: 0 ;
  opacity: 0 ;
  background: url(../image/i_zoom.png) 50% 50% no-repeat;
  -moz-background-size: 100% auto ;
  -webkit-background-size: 100% auto ;
  -o-background-size: 100% auto ;
  background-size: 100% auto ;
  -moz-transition: opacity 0.15s 0s linear;
  -webkit-transition: opacity 0.15s 0s linear;
  -o-transition: opacity 0.15s 0s linear;
  transition: opacity 0.15s 0s linear;
  z-index: 10;
}
@media only screen and (min-width: 1200px) {
  .gallery-items .image_crop::after {
    width: 42px;
    height: 42px;
    margin-top: -16px;
    margin-left: -21px;
  }
}
.gallery-items .image_crop:hover::before,
.gallery-items .image_crop:hover::after {
  -moz-opacity: 1 ;
  opacity: 1 ;
}
.gallery-items .video .image_crop::after {
  background-image: url(../image/video_play_white.png);
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -moz-opacity: 1 ;
  opacity: 1 ;
}
@media only screen and (min-width: 1200px) {
  .gallery-items .video .image_crop::after {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }
}
.gallery-items .image_wrap {
  width: 100%;
  height: inherit;
}
.gallery-items .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover ;
  object-fit: cover ;
  -o-object-position: center center ;
  object-position: center center ;
  -moz-transition: transform 0.15s 0s linear;
  -webkit-transition: transform 0.15s 0s linear;
  -o-transition: transform 0.15s 0s linear;
  transition: transform 0.15s 0s linear;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .gallery-items .image_crop {
    height: 186px;
  }
}
@media only screen and (min-width: 1590px) {
  .gallery-items .item {
    width: 25%;
  }
  .gallery-items .image_crop {
    height: 200px;
  }
}
@media only screen and (min-width: 2190px) {
  .gallery-items .image_crop {
    height: 230px;
  }
}
@media only screen and (max-width: 700px) {
  .gallery-items .item {
    width: 33.3333%;
  }
  .gallery-items .image_crop {
    height: 120px;
  }
}
@media only screen and (max-width: 479px) {
  .gallery-items .item {
    width: 50%;
  }
  .gallery-items .image_crop {
    height: 110px;
  }
}
@media only screen and (max-width: 400px) {
  .gallery-items .image_crop {
    height: 100px;
  }
}
.fancybox-enabled {
  overflow: auto;
}
.fancybox-slide > .video_wrap {
  background: none;
  max-width: 100%;
  max-height: 100%;
}
.fancybox-slide > .video_wrap video {
  max-width: 100%;
  max-height: 100%;
  min-width: 250px;
  height: auto;
}
.contacts-map {
  margin-bottom: 20px;
}
.contacts-map .photo-wrapper {
  float: right;
  width: 220px;
}
.contacts-map .photo-wrapper a,
.contacts-map .photo-wrapper img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.contacts-map .photo-wrapper a + a {
  margin-top: 15px;
}
.contacts-map .map-wrapper {
  width: auto;
  height: 338px;
  margin-right: 235px;
}
.search-form-wrap {
  background-color: #f1f6f9;
  border: 1px solid #ebebeb;
  padding: 15px 20px 20px 20px;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
}
.search-form-wrap .control-row + .control-row {
  margin-top: 15px;
}
.search-form-wrap .subheading {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}
.search-form-wrap label.checkbox-inline {
  padding-top: 7px;
}
label[for] {
  cursor: pointer;
}
:disabled + label[for] {
  cursor: not-allowed;
}
input + label {
  font-size: inherit;
  line-height: inherit;
  display: inline;
}
.form-horizontal .control-label {
  padding-right: 0;
}
.table-simple,
.table-account {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 25px;
  border: 1px solid #f0f0f0;
}
.table-simple:only-child,
.table-account:only-child,
.table-simple:last-child,
.table-account:last-child {
  margin-bottom: 0;
}
.table-simple thead th,
.table-account thead th,
.table-simple tfoot th,
.table-account tfoot th,
.table-simple tbody th,
.table-account tbody th,
.table-simple thead td,
.table-account thead td,
.table-simple tfoot td,
.table-account tfoot td,
.table-simple tbody td,
.table-account tbody td {
  font-size: 87%;
  line-height: 120%;
  border: 0 solid #f0f0f0;
  padding: 15px 20px;
  color: #3c3c3c;
}
.table-simple thead th,
.table-account thead th,
.table-simple tfoot th,
.table-account tfoot th,
.table-simple tbody th,
.table-account tbody th {
  border-right-width: 1px;
  font-weight: 600;
}
.table-simple thead td,
.table-account thead td,
.table-simple tfoot td,
.table-account tfoot td,
.table-simple tbody td,
.table-account tbody td {
  border-left-width: 1px;
}
.table-simple thead th,
.table-account thead th,
.table-simple thead td,
.table-account thead td {
  font-weight: 600;
  background-color: #f0f0f0;
}
.table-simple tfoot tr:nth-child(even),
.table-account tfoot tr:nth-child(even),
.table-simple tbody tr:nth-child(even),
.table-account tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.table-simple tfoot th,
.table-account tfoot th,
.table-simple tbody th,
.table-account tbody th,
.table-simple tfoot td,
.table-account tfoot td,
.table-simple tbody td,
.table-account tbody td {
  vertical-align: top;
}
.table-simple.no-bg tr:nth-child(even),
.table-account.no-bg tr:nth-child(even),
.table-simple .no-bg tr:nth-child(even),
.table-account .no-bg tr:nth-child(even),
.table-simple.no-bg tr:nth-child(odd),
.table-account.no-bg tr:nth-child(odd),
.table-simple .no-bg tr:nth-child(odd),
.table-account .no-bg tr:nth-child(odd) {
  background-color: transparent;
  border-top: 1px solid #f0f0f0;
}
.table-simple.no-border th + th,
.table-account.no-border th + th,
.table-simple .no-border th + th,
.table-account .no-border th + th,
.table-simple.no-border td + td,
.table-account.no-border td + td,
.table-simple .no-border td + td,
.table-account .no-border td + td {
  border-color: transparent;
}
.table-simple .btn-gazstd-grey,
.table-account .btn-gazstd-grey,
.table-simple .btn-gazstd-default,
.table-account .btn-gazstd-default {
  height: 27px;
  text-transform: none;
  font-size: 12px;
  line-height: 26px;
  padding: 0 9px;
}
.table-simple .btn-gazstd-grey .fa + span,
.table-account .btn-gazstd-grey .fa + span,
.table-simple .btn-gazstd-default .fa + span,
.table-account .btn-gazstd-default .fa + span {
  margin-left: 7px;
}
.table-checkout {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  border: 1px solid #f0f0f0;
}
.table-checkout thead th,
.table-checkout tfoot th,
.table-checkout tbody th,
.table-checkout thead td,
.table-checkout tfoot td,
.table-checkout tbody td {
  font-size: 87%;
  line-height: 120%;
  border: 0 solid #f0f0f0;
  padding: 7px 12px;
  color: #3c3c3c;
}
.table-checkout thead th,
.table-checkout tfoot th,
.table-checkout tbody th {
  border-right-width: 1px;
  font-weight: 600;
}
.table-checkout thead td,
.table-checkout tfoot td,
.table-checkout tbody td {
  border-left-width: 1px;
}
.table-checkout thead th,
.table-checkout thead td {
  font-weight: 600;
  background-color: #f0f0f0;
}
.table-checkout tfoot tr:nth-child(even),
.table-checkout tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.table-checkout tfoot th,
.table-checkout tbody th,
.table-checkout tfoot td,
.table-checkout tbody td {
  vertical-align: top;
}
.table-checkout.no-bg tr:nth-child(even),
.table-checkout .no-bg tr:nth-child(even),
.table-checkout.no-bg tr:nth-child(odd),
.table-checkout .no-bg tr:nth-child(odd) {
  background-color: transparent;
  border-top: 1px solid #f0f0f0;
}
.table-cart-items {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-cart-items thead th,
.table-cart-items thead td {
  vertical-align: middle;
  color: #787878;
  font-weight: 600;
  font-size: 90% !important;
  padding-bottom: 5px !important;
}
.table-cart-items thead th,
.table-cart-items tbody th,
.table-cart-items thead td,
.table-cart-items tbody td {
  padding: 15px 5px;
}
.table-cart-items tbody th,
.table-cart-items tbody td {
  vertical-align: top;
}
.table-cart-items tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.table-cart-items .column_image {
  width: 65px;
  max-width: 65px;
  padding-left: 10px;
}
.table-cart-items .product-image {
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 2px;
  -moz-border-radius: 3px ;
  -webkit-border-radius: 3px ;
  border-radius: 3px ;
}
.table-cart-items .model {
  margin-top: 10px;
  font-style: italic;
  font-size: 90%;
  line-height: 100%;
  color: #787878;
}
.table-cart-items .column_price,
.table-cart-items .column_total .price .price-regular {
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
  white-space: nowrap;
  margin-top: 0;
}
.table-cart-items .column_price .fa,
.table-cart-items .column_total .price .price-regular .fa {
  color: #a7a7a7;
}
.table-cart-items .column_price,
.table-cart-items .column_total {
  width: 120px;
  max-width: 120px;
  text-align: right;
}
.table-cart-items .column_total {
  padding-right: 10px;
}
.table-cart-items .column_quantity {
  width: 200px;
}
.table-cart-items .quantity-box {
  display: inline-block;
}
.table-cart-items .quantity-box + .group-btn {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
.table-cart-items .btn-gazstd-grey {
  height: 37px;
  font-size: 14px;
  line-height: 36px;
  padding: 0 13px;
}
.block-checkout-subtotal {
  float: right;
  min-width: 50%;
  max-width: 100%;
  padding: 15px 20px;
  background-color: #f3f3f3;
  position: relative;
  border: 1px solid #d6d6d6;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
}
.table-checkout-subtotal {
  width: 100%;
}
.table-checkout-subtotal td {
  padding: 0 5px;
  text-align: right;
}
.table-checkout-subtotal tr + tr td {
  padding-top: 7px;
}
.table-checkout-subtotal td + td {
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
  white-space: nowrap;
  margin-top: 0;
}
.table-checkout-subtotal td + td .fa {
  color: #a7a7a7;
}
.no-products-filter .h-search-box .product-filters-heading,
.no-products-filter .h-search-box .mobile-filters-activate,
.no-products-filter .button-wrap.filter-trigger {
  display: none !important;
}
#atention_wsi {
  width: 50%;
  float: left;
}
#atention_wsi div {
  background-color: red;
  margin-right: 20px;
  padding: 20px;
  color: white;
  border-radius: 4px;
  font-weight: 600 !important;
}
.cart-checkout-buttons {
  clear: right;
  padding-top: 1em;
}
.shippingpayment {
  margin-top: -21px;
  color: #000;
}
.shippingpayment p {
  font-size: 18px;
  margin-bottom: 24px;
}
.shippingpayment h2 {
  font-size: 20px;
  margin-bottom: 22px;
}
.flex-container {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .flex-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.flex-container-item {
  width: 190px;
  margin-right: 20px;
  position: relative;
}
.shipping-container,
.payment-container {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: -20px;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  .shipping-container,
  .payment-container {
    margin-right: 0;
    margin-left: 0;
  }
}
.shipping-container .caption,
.payment-container .caption {
  -moz-box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  -webkit-box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform 0.15s 0s linear;
  -webkit-transition: transform 0.15s 0s linear;
  -o-transition: transform 0.15s 0s linear;
  transition: transform 0.15s 0s linear;
  position: relative;
  margin-bottom: 26px;
  text-align: center;
}
.shipping-container img,
.payment-container img {
  width: auto;
  height: 100%;
}
.shipping-container .item:hover .caption,
.payment-container .item:hover .caption {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.shipping-container p,
.payment-container p {
  font-size: 16px;
  margin-bottom: 14px;
}
.shipping-container h3,
.payment-container h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 1px 1px 0 #fff;
}
.shipping-container ul,
.payment-container ul {
  padding-left: 24px;
  margin-top: -1px;
  margin-bottom: 18px;
  list-style-position: inside;
}
.shipping-container ul li,
.payment-container ul li {
  margin-bottom: 1px;
}
.shipping-container ul li strong,
.payment-container ul li strong {
  margin-left: -9px;
}
.shipping-container ul li::marker,
.payment-container ul li::marker {
  margin-right: 5px;
}
.shipping-container .item {
  width: calc(50% - 20px);
  margin: 20px 10px 0 10px;
}
@media only screen and (min-width: 1200px) {
  .shipping-container .item {
    width: calc(25% - 20px);
  }
}
@media only screen and (max-width: 479px) {
  .shipping-container .item {
    width: 100%;
    border-bottom: 1px dashed #bbb;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .shipping-container .item:last-child,
  .shipping-container .item:only-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.shipping-container .caption {
  height: 194px;
}
.payment-container .item {
  width: calc(33.3333% - 20px);
  margin: 20px 10px 0 10px;
}
@media only screen and (max-width: 599px) {
  .payment-container .item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 479px) {
  .payment-container .item {
    width: 100%;
    border-bottom: 1px dashed #bbb;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .payment-container .item:last-child,
  .payment-container .item:only-child {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .payment-container .item:last-child,
  .payment-container .item:only-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 10px;
  }
}
.payment-container .caption {
  height: 114px;
}
.payment-container p {
  font-size: 15px;
}
.payment-container-item-big-font {
  padding-top: 4px;
  font-size: 16px;
  width: 45%;
}
.payment-container-item-big-font .mediaMax(660, {
		margin: 15px;
	}) .mediaMax(479, {
		width: 190px;
		margin: 10px 0 0;
	}) p {
  padding-bottom: 15px;
  font-size: 18px;
}
.payment-container-item-big-font h3 {
  display: block;
  height: auto;
  position: static;
  text-align: inherit;
  padding: 0px 0px 19px !important;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}
.shipping-comment {
  box-shadow: 0 0.4em 10px rgba(122, 122, 122, 0.25);
  padding: 25px 17px;
  margin-top: 12px;
  margin-bottom: 35px;
}
.shipping-comment p:last-child,
.shipping-comment p:only-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 599px) {
  .flex-shipping-comment {
    display: flex;
  }
}
.shipping-comment-recommendations {
  padding: 10px 10px;
  margin-left: 12px;
  margin-top: 12px;
  margin-bottom: 35px;
}
.shipping-comment-recommendations ul {
  padding-left: 13px;
  list-style-image: url(../image/bg-ul-li.png);
}
.container-3x {
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 10px;
}
.container-3x .item {
  width: 33.3333%;
  padding: 0 10px 0 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .container-3x .item {
    width: 50%;
  }
}
@media only screen and (max-width: 489px) {
  .container-3x {
    margin: 0 0 10px 0;
  }
  .container-3x .item {
    width: 100%;
    padding: 0;
  }
}
.block-shadow-container {
  align-items: stretch;
}
.block-shadow-container .wrap {
  -moz-box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  -webkit-box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  height: 100%;
}
@media only screen and (min-width: 1000px) {
  .block-shadow-container .wrap {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: transform 0.15s 0s linear;
    -webkit-transition: transform 0.15s 0s linear;
    -o-transition: transform 0.15s 0s linear;
    transition: transform 0.15s 0s linear;
  }
  .block-shadow-container .wrap:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.block-shadow-container .caption {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  padding: 30px 10px;
  height: 100%;
}
@media only screen and (min-width: 1590px) {
  .block-shadow-container .caption {
    padding: 50px 10px;
  }
}
.block-shadow-container h3,
.block-shadow-container .caption > strong {
  display: block;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
}
@media only screen and (min-width: 1590px) {
  .block-shadow-container h3,
  .block-shadow-container .caption > strong {
    font-size: 23px;
  }
}
.retail-store-addresses .caption {
  position: relative;
}
.retail-store-addresses .caption::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  background: url(../image/map.png) 50% 50% no-repeat;
  -moz-background-size: 100% auto ;
  -webkit-background-size: 100% auto ;
  -o-background-size: 100% auto ;
  background-size: 100% auto ;
  -moz-opacity: 0.15 ;
  opacity: 0.15 ;
}
.retail-store-addresses h3,
.retail-store-addresses .caption > strong {
  position: relative;
  z-index: 5;
}
.retail-store-addresses h3 span,
.retail-store-addresses .caption > strong span {
  display: block;
}
.retail-store-addresses .contacts__map {
  margin-bottom: 10px;
  height: 410px;
}
.about {
  margin-top: 2px;
  color: #000;
}
.about h2 {
  font-size: 19px;
  margin-top: 43px;
}
.about ul {
  display: flex;
  margin-top: 22px;
  list-style: none;
  box-shadow: 0 0.4em 10px rgba(122, 122, 122, 0.25);
  padding: 30px 20px 22px 53px;
}
@media only screen and (max-width: 669px) {
  .about ul {
    flex-direction: column;
    padding-bottom: 6px;
  }
}
.about ul li {
  display: block;
  width: 100%;
  font-size: 18px;
  position: relative;
  margin-right: 79px;
  margin-top: -7px;
}
@media only screen and (max-width: 669px) {
  .about ul li {
    margin-bottom: 20px;
    padding-top: 6px;
    margin-bottom: 14px;
  }
}
.about ul li:last-child {
  margin-right: 0;
}
.about ul li::before {
  content: url(/image/catalog/about/marker.png);
  position: absolute;
  top: 7px;
  left: -33px;
}
.flex-container.about-our-qualities {
  display: flex;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 767px) {
  .flex-container.about-our-qualities {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -30px;
  }
}
.flex-container.about-our-qualities > div {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .flex-container.about-our-qualities > div {
    width: 50%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 587px) {
  .flex-container.about-our-qualities > div {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .flex-container.about-our-qualities > div {
    width: 100%;
  }
}
.flex-container.about-our-qualities > div:hover .caption {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.flex-container.about-our-qualities .caption {
  width: 100%;
  height: 104px;
  -moz-box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  -webkit-box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  position: relative;
  text-align: center;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform 0.15s 0s linear;
  -webkit-transition: transform 0.15s 0s linear;
  -o-transition: transform 0.15s 0s linear;
  transition: transform 0.15s 0s linear;
}
.flex-container.about-our-qualities img {
  width: auto;
  height: 100%;
}
.flex-container.about-our-qualities h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 1px 1px 0 #fff;
}
.flex-container.about-our-qualities p {
  font-size: 16px;
  margin-top: 30px;
}
.flex-container.about-distributor-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: -12px;
  margin-right: -10px;
  margin-left: -10px;
}
@media only screen and (max-width: 767px) {
  .flex-container.about-distributor-block {
    margin-right: 0;
    margin-left: 0;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 529px) {
  .flex-container.about-distributor-block {
    justify-content: center;
  }
}
.flex-container.about-distributor-block > div {
  width: 260px;
  padding: 15px 20px;
  margin-top: 20px;
  -moz-box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  -webkit-box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .flex-container.about-distributor-block > div {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 699px) {
  .flex-container.about-distributor-block > div {
    width: calc(50% - 5px);
    margin-top: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .flex-container.about-distributor-block > div {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 399px) {
  .flex-container.about-distributor-block > div {
    max-width: 340px;
    width: 100%;
  }
}
.flex-container.about-distributor-block > div:hover img {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.flex-container.about-distributor-block .caption {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-container.about-distributor-block img {
  width: 80px;
  height: auto;
  border: 1px solid #c9ddea;
  -moz-border-radius: 4px ;
  -webkit-border-radius: 4px ;
  border-radius: 4px ;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform 0.15s 0s linear;
  -webkit-transition: transform 0.15s 0s linear;
  -o-transition: transform 0.15s 0s linear;
  transition: transform 0.15s 0s linear;
}
@media only screen and (max-width: 479px) {
  .flex-container.about-distributor-block img {
    width: 60px;
  }
}
@media only screen and (max-width: 399px) {
  .flex-container.about-distributor-block img {
    width: 80px;
  }
}
.flex-container.about-distributor-block h3 {
  width: calc(100% - 104px);
  padding-left: 24px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 599px) {
  .flex-container.about-distributor-block h3 {
    padding-left: 15px;
    line-height: 18px;
    font-size: 15px;
  }
}
.flex-container.about-distributor-block p {
  margin-top: 14px;
}
@media only screen and (max-width: 599px) {
  .flex-container.about-distributor-block p {
    margin-top: 10px;
  }
}
#wsiModalForm .input-payment-captcha-field {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (max-width: 399px) {
  #wsiModalForm .input-payment-captcha-field {
    flex-direction: column;
  }
}
#wsiModalForm .input-payment-captcha-field > div:nth-child(1) {
  float: none;
  width: 100%;
  padding-right: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 399px) {
  #wsiModalForm .input-payment-captcha-field > div:nth-child(1) {
    order: 1;
  }
}
#wsiModalForm .input-payment-captcha-field > div:nth-child(2) {
  float: none;
  width: 154px;
  padding-right: 0;
}
@media only screen and (max-width: 399px) {
  #wsiModalForm .input-payment-captcha-field > div:nth-child(2) {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}
#wsiModalForm .input-payment-captcha-field > div:nth-child(3) {
  display: none !important;
}
#wsiModalForm .input-payment-captcha-field input#input-captcha {
  width: 100%;
}
#wsiModalForm .input-payment-captcha-field img {
  min-width: 154px;
  width: 154px;
  height: 36px;
}
#wsiModalForm .modal__submit.loading span:nth-child(2) {
  padding-left: 10px;
}
#wsiModalForm .btn {
  position: relative;
}
.organizations__about {
  justify-content: space-between;
}
.organizations__about > div {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.organizations__about > div:first-child {
  order: 1;
  height: 160px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
}
@media only screen and (max-width: 600px) {
  .organizations__about > div:first-child {
    width: 100%;
    order: 0;
    height: 220px;
  }
}
@media only screen and (max-width: 479px) {
  .organizations__about > div:first-child {
    height: 160px;
  }
}
.organizations__about > div:last-child {
  font-size: 17px;
  line-height: 21px;
}
@media only screen and (min-width: 1200px) {
  .organizations__about > div:last-child {
    font-size: 19px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 600px) {
  .organizations__about > div:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .organizations__about > div:last-child {
    font-size: 16px;
    line-height: 20px;
  }
}
.organizations__about > div img {
  width: 100%;
  height: auto;
}
.organizations__service-offer {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -25px;
}
@media only screen and (min-width: 1200px) {
  .organizations__service-offer {
    margin-top: -30px;
  }
}
.organizations__service-offer > div {
  width: calc(50% - 10px);
  margin-top: 40px;
}
@media only screen and (min-width: 1200px) {
  .organizations__service-offer > div {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 399px) {
  .organizations__service-offer > div {
    width: 100%;
  }
}
.organizations__service-offer > div:hover .caption {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.organizations__service-offer .caption {
  width: 100%;
  height: 140px;
  padding: 20px;
  -moz-box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  -webkit-box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  position: relative;
  text-align: center;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform 0.15s 0s linear;
  -webkit-transition: transform 0.15s 0s linear;
  -o-transition: transform 0.15s 0s linear;
  transition: transform 0.15s 0s linear;
}
.organizations__service-offer img {
  width: auto;
  height: 100%;
}
.organizations__service-offer h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 1px 1px 0 #fff;
}
.organizations__service-offer p {
  font-size: 16px;
  margin-top: 25px;
}
@media only screen and (min-width: 1200px) {
  .organizations__service-offer p {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .organizations__service-offer p {
    font-size: 15px;
  }
}
.organizations__getPricelist {
  align-items: center;
  -moz-box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  -webkit-box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  padding: 20px 25px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .organizations__getPricelist {
    padding: 27px 30px;
  }
}
.organizations__getPricelist > div {
  width: 50%;
}
.organizations__getPricelist > div:nth-child(2) {
  text-align: center;
  padding-left: 25px;
}
@media only screen and (min-width: 1200px) {
  .organizations__getPricelist > div:nth-child(2) {
    font-size: 30px;
  }
}
.organizations__getPricelist h2 {
  margin-top: 0;
}
.organizations__getPricelist p {
  font-size: 19px;
}
.organizations__getPricelist .wsi__modalForm {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 60px;
  color: #000;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
  border: 0;
  border-bottom: 3px solid #eb5f4e;
  padding: 0;
  margin: 0 auto;
  -moz-background-size: auto 200% ;
  -webkit-background-size: auto 200% ;
  -o-background-size: auto 200% ;
  background-size: auto 200% ;
  background-color: #e5bdb8 ;
  background-image: -webkit-linear-gradient(to bottom, #eb5f4e 0%, #e5bdb8 51%, #eb5f4e 100%) ;
  background-image: -moz-linear-gradient(to bottom, #eb5f4e 0%, #e5bdb8 51%, #eb5f4e 100%) ;
  background-image: -o-linear-gradient(to bottom, #eb5f4e 0%, #e5bdb8 51%, #eb5f4e 100%) ;
  background-image: linear-gradient(to bottom, #eb5f4e 0%, #e5bdb8 51%, #eb5f4e 100%) ;
  -moz-transition: background 0.15s 0s linear;
  -webkit-transition: background 0.15s 0s linear;
  -o-transition: background 0.15s 0s linear;
  transition: background 0.15s 0s linear;
}
@media only screen and (min-width: 1200px) {
  .organizations__getPricelist .wsi__modalForm {
    font-size: 20px;
    height: 70px;
  }
}
.organizations__getPricelist .wsi__modalForm:hover {
  background-position: 50% 100% ;
}
.organizations__getPricelist .wsi__modalForm:hover,
.organizations__getPricelist .wsi__modalForm:focus {
  color: #000;
  outline: 0;
}
.organizations__getPricelist .wsi__modalForm:disabled {
  -moz-opacity: 0.6 ;
  opacity: 0.6 ;
  cursor: not-allowed;
}
.organizations__getPricelist .fa {
  font-size: 30px;
  margin-right: 15px;
}
@media only screen and (min-width: 1200px) {
  .organizations__getPricelist .fa {
    font-size: 34px;
  }
}
.contacts__info {
  justify-content: space-between;
  margin-bottom: 30px;
}
.contacts__info .item {
  width: calc(50% - 10px);
}
.contacts__info li {
  font-size: 17px;
}
@media only screen and (max-width: 479px) {
  .contacts__info li {
    font-size: 15px;
  }
}
.contacts__info h2:first-child,
.contacts__info h2:only-child {
  margin-top: 0;
}
.contacts__info .photo img {
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
}
.contacts__info .photo .mobile {
  display: none;
}
.contacts__map {
  width: 100%;
  height: 450px;
  padding: 2px;
  border: 1px solid #e9e9e9;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
  -moz-box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  -webkit-box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
  box-shadow: 0 4px 10px rgba(122, 122, 122, 0.25) ;
}
@media only screen and (min-width: 1200px) {
  .contacts__map {
    height: 500px;
  }
}
@media only screen and (max-width: 799px) {
  .contacts__map {
    width: 90%;
    margin: 0 auto;
  }
}
.contacts__map > div {
  height: 100%;
}
.product-filters-heading,
.mobile-filters-activate {
  display: none !important;
}
.sdek-alerts {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.sdek-alerts .alert.alert-warning {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 15px;
}
.sdek-alerts .wsiflat-no-sdek {
  margin-left: 10px;
}
.delivery-terms-table {
  text-align: center;
}
.delivery-terms-table .table {
  display: table;
  border-collapse: collapse;
  border: 1px solid #e4ecf2;
  -moz-box-shadow: 0 0.4em 10px rgba(122, 122, 122, 0.25) ;
  -webkit-box-shadow: 0 0.4em 10px rgba(122, 122, 122, 0.25) ;
  box-shadow: 0 0.4em 10px rgba(122, 122, 122, 0.25) ;
}
.delivery-terms-table .table-head,
.delivery-terms-table .table-body {
  display: table-row-group;
}
.delivery-terms-table .table-row {
  display: table-row;
}
.delivery-terms-table .table-th,
.delivery-terms-table .table-td {
  display: table-cell;
  padding: 5px 10px 7px;
  vertical-align: middle;
}
.delivery-terms-table .table-th {
  font-size: 1.05em;
  font-weight: bold;
}
.delivery-terms-table .table-head .table-row {
  background-color: #9edcd7;
}
.delivery-terms-table .table-body .table-row:nth-child(even) {
  background: #f4f7fa;
}
.html-label-marketplace {
  -moz-border-radius: 10px ;
  -webkit-border-radius: 10px ;
  border-radius: 10px ;
  background-color: #fff;
  overflow: hidden;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) ;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) ;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) ;
  width: 184px;
  min-height: 54px;
  -moz-transition: transform 0.15s 0s linear;
  -webkit-transition: transform 0.15s 0s linear;
  -o-transition: transform 0.15s 0s linear;
  transition: transform 0.15s 0s linear;
}
.html-label-marketplace:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.html-label-marketplace > a,
.html-label-marketplace > span {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
}
.html-label-marketplace.w80 {
  width: 80px;
  min-height: 26px;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) ;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) ;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) ;
}
@media only screen and (max-width: 767px) {
  .marketplace-box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace-box {
    margin-top: 10px;
  }
}
.marketplace-box a {
  color: #02988c;
}
.marketplace-box a:focus,
.marketplace-box a:hover {
  color: #eb5f4e;
}
.marketplace-box .item {
  display: flex;
  width: 100%;
  margin-top: 20px;
  align-items: flex-start;
}
@media only screen and (min-width: 1200px) {
  .marketplace-box .item {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .marketplace-box .item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .marketplace-box .item {
    width: 33.3333%;
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace-box .item {
    width: 50%;
    margin-top: 30px;
  }
}
.marketplace-box .html-label-marketplace {
  width: 100px;
  min-height: 0;
}
@media only screen and (min-width: 1200px) {
  .marketplace-box .html-label-marketplace {
    width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .marketplace-box .html-label-marketplace {
    min-width: 100px;
  }
}
@media only screen and (max-width: 599px) {
  .marketplace-box .html-label-marketplace {
    margin: 0 auto;
  }
}
.marketplace-box .text {
  padding-left: 20px;
  max-width: 210px;
  font-size: 15px;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) {
  .marketplace-box .text {
    max-width: 290px;
  }
}
@media only screen and (min-width: 1590px) {
  .marketplace-box .text {
    max-width: 320px;
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .marketplace-box .text {
    max-width: none;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .marketplace-box .text {
    text-align: center;
    margin-top: 10px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .marketplace-box .item:only-child {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .marketplace-box .item:only-child {
    display: flex;
  }
}
@media only screen and (max-width: 359px) {
  .marketplace-box .item:only-child {
    width: 220px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  .marketplace-box .item:only-child .html-label-marketplace {
    margin: 0;
  }
}
@media only screen and (max-width: 359px) {
  .marketplace-box .item:only-child .html-label-marketplace {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .marketplace-box .item:only-child .text {
    max-width: 280px;
    min-width: 170px;
  }
}
@media only screen and (max-width: 599px) {
  .marketplace-box .item:only-child .text {
    text-align: left;
    margin-top: 0;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 359px) {
  .marketplace-box .item:only-child .text {
    text-align: center;
    margin-top: 10px;
    padding-left: 0;
    max-width: none;
    min-width: 0;
  }
}
.marketplace-box-catalog {
  position: absolute;
  top: 10px;
  right: 10px;
}
.marketplace-box-catalog .html-label-marketplace {
  min-height: 0;
  width: 80px;
}
.product-thumb:hover .marketplace-box-catalog {
  top: 9px;
  right: 9px;
}
.half-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 5px;
}
.half-flex > div {
  width: calc(50% - 3px);
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .half-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .half-flex > div {
    width: 100%;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  #modal-agree .modal-dialog {
    margin: 20px auto;
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 1050px) {
  #modal-agree .modal-dialog {
    margin: 30px auto;
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 1300px) {
  #modal-agree .modal-dialog {
    width: 1200px;
  }
}
.heading-multiblock {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 599px) {
  .heading-multiblock {
    flex-direction: column;
    gap: 20px;
  }
  .heading-multiblock > * {
    width: 100%;
  }
  .heading-multiblock .heading-button {
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .heading-multiblock .heading-button .btn-gazstd-default,
  .heading-multiblock .heading-button .btn-gazstd-grey,
  .heading-multiblock .heading-button .btn-gazstd-default {
    width: 100%;
  }
}
.section-onepage-checkout .block-checkout-subtotal-wrapper {
  float: right;
}
@media only screen and (max-width: 991px) {
  .section-onepage-checkout .block-checkout-subtotal-wrapper {
    float: none;
    margin-bottom: 30px;
  }
  .section-onepage-checkout .block-checkout-subtotal-wrapper .heading {
    display: none;
  }
}
.section-onepage-checkout .block-checkout-subtotal-wrapper td {
  vertical-align: top;
}
.section-onepage-checkout .block-checkout-subtotal {
  width: 100%;
}
.section-onepage-checkout .panel {
  display: flex;
  flex-direction: column;
}
.section-onepage-checkout .panel-collapse {
  height: 100%;
}
.section-onepage-checkout .loading-dummy > .panel-heading > .panel-title::after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background: url(../image/ajax_loader_gray_32.gif) 50% 50% no-repeat;
  -moz-background-size: contain ;
  -webkit-background-size: contain ;
  -o-background-size: contain ;
  background-size: contain ;
}
.section-onepage-checkout .loading-dummy > .panel-collapse {
  position: relative;
}
.section-onepage-checkout .loading-dummy > .panel-collapse::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
}
.form-control {
  height: 36px;
}
.captcha-box .input-payment-captcha-field {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 439px) {
  .captcha-box .input-payment-captcha-field {
    flex-direction: column;
  }
}
.captcha-box .input-captcha-field {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 200px;
  padding-right: 10px;
}
@media only screen and (max-width: 439px) {
  .captcha-box .input-captcha-field {
    flex-direction: column;
    margin-bottom: 10px;
    width: 100%;
  }
}
.captcha-box .input-captcha-field input {
  width: 100%;
}
@media only screen and (max-width: 439px) {
  .captcha-box {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.captcha-box .input-captcha-image img {
  max-width: none;
}
.captcha-box .form-group {
  margin-bottom: 0;
}
#onepage-checkout-cart-wrapper.loading {
  position: relative;
}
#onepage-checkout-cart-wrapper.loading:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.table-cart-items .product-item-problem {
  border: 1px solid red;
}
#checkout-onepage-option {
  display: none !important;
}
@media only screen and (max-width: 479px) {
  #checkout-onepage-shipping-address .pull-right {
    float: none !important;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  #checkout-onepage-shipping-address .btn-gazstd-default,
  #checkout-onepage-shipping-address .btn-gazstd-grey {
    width: calc(50% - 5px);
    margin: 3px 0;
  }
}
@media only screen and (max-width: 440px) {
  #checkout-onepage-shipping-address .btn-gazstd-default,
  #checkout-onepage-shipping-address .btn-gazstd-grey {
    width: 100%;
  }
}
#checkout-onepage-shipping-address .address-edit-wrap {
  clear: both;
}
#checkout-onepage-shipping-address .address-edit-wrap .buttons {
  margin-bottom: 0;
}
#checkout-onepage-shipping-address label[for="input-addresses-list"] {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #checkout-onepage-shipping-address .col-sm-4 {
    float: left;
    width: 33.33333333%;
  }
  #checkout-onepage-shipping-address .col-sm-8 {
    float: left;
    width: 66.66666667%;
  }
}
@media only screen and (max-width: 479px) {
  #checkout-onepage-shipping-address .col-sm-4,
  #checkout-onepage-shipping-address .col-sm-8 {
    float: none;
    width: 100%;
  }
  #checkout-onepage-shipping-address #shipping-existing > p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #checkout-onepage-payment-address .checkbox-register-account.register {
    margin-top: 15px;
  }
}
#checkout-onepage-payment-address .account-isset-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  #checkout-onepage-payment-address .account-isset-wrap {
    font-size: 17px;
    line-height: 1.2;
  }
}
#checkout-onepage-payment-address .account-isset-wrap i {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../image/account-avatar.svg) 0 0 no-repeat;
  -moz-background-size: 100% auto ;
  -webkit-background-size: 100% auto ;
  -o-background-size: 100% auto ;
  background-size: 100% auto ;
}
#checkout-onepage-payment-address .account-isset-wrap > span {
  padding: 0 14px 0 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #checkout-onepage-payment-address .account-isset-wrap i {
    display: none;
  }
  #checkout-onepage-payment-address .account-isset-wrap > span {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 399px) {
  #checkout-onepage-payment-address .account-isset-wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  #checkout-onepage-payment-address .account-isset-wrap i {
    width: 30px;
    height: 30px;
  }
  #checkout-onepage-payment-address .account-isset-wrap > span {
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
  }
}
#checkout-onepage-payment-address .account-isset-btn {
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -moz-border-radius: 4px ;
  -webkit-border-radius: 4px ;
  border-radius: 4px ;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) ;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) ;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  #checkout-onepage-payment-address .account-isset-btn {
    padding: 7px 9px 7px 12px;
  }
}
@media only screen and (max-width: 1199px) {
  #checkout-onepage-payment-address .account-isset-btn {
    padding: 5px 7px 5px 10px;
  }
}
@media only screen and (max-width: 399px) {
  #checkout-onepage-payment-address .account-isset-btn {
    width: 100%;
    justify-content: center;
    margin-top: 5px;
  }
}
#checkout-onepage-payment-address .account-isset-btn b {
  display: block;
}
@media only screen and (min-width: 1200px) {
  #checkout-onepage-payment-address .account-isset-btn b {
    margin-left: 2px;
    width: 24px;
    height: 24px;
    background: url(../image/carousel_sprite.png) -42px -1px no-repeat;
    -moz-background-size: 70px auto ;
    -webkit-background-size: 70px auto ;
    -o-background-size: 70px auto ;
    background-size: 70px auto ;
  }
}
@media only screen and (max-width: 1199px) {
  #checkout-onepage-payment-address .account-isset-btn b {
    margin-left: 7px;
    width: 22px;
    height: 24px;
    background: url(../image/carousel_sprite.png) -42px 0 no-repeat;
    -moz-background-size: 64px auto ;
    -webkit-background-size: 64px auto ;
    -o-background-size: 64px auto ;
    background-size: 64px auto ;
  }
}
@media only screen and (min-width: 1200px) {
  #checkout-onepage-payment-address .account-isset-btn:hover b {
    background-position: -42px -44px;
  }
}
@media only screen and (max-width: 1199px) {
  #checkout-onepage-payment-address .account-isset-btn:hover b {
    background-position: -42px -40px;
  }
}
#checkout-onepage-login-form-modal {
  width: 300px;
  max-width: 100%;
}
#checkout-onepage-login-form-modal .col-6,
#checkout-onepage-login-form-modal .col-sm-6 {
  width: 100% !important;
}
#checkout-onepage-login-form-modal .row {
  text-align: right;
}
#checkout-onepage-login-form-modal label {
  width: 100%;
  text-align: left;
}
#checkout-onepage-login-form-modal .form-group.action {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  margin: 0;
}
#checkout-onepage-login-form-modal .login-title {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 15px;
}
#checkout-onepage-login-form-modal .alert {
  margin-bottom: 15px;
}
#checkout-onepage-payment-address .address-info,
#checkout-onepage-shipping-address .address-info {
  width: 100%;
  float: left;
  font-size: 15px;
}
#checkout-onepage-payment-address .address-info .form-group,
#checkout-onepage-shipping-address .address-info .form-group {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 479px) {
  #checkout-onepage-payment-address .address-info .form-group,
  #checkout-onepage-shipping-address .address-info .form-group {
    margin-bottom: 10px;
  }
}
#checkout-onepage-payment-address .address-info .form-group:last-child,
#checkout-onepage-shipping-address .address-info .form-group:last-child,
#checkout-onepage-payment-address .address-info .form-group:only-child,
#checkout-onepage-shipping-address .address-info .form-group:only-child {
  margin-bottom: 0;
}
#checkout-onepage-payment-address .address-info .control-label,
#checkout-onepage-shipping-address .address-info .control-label {
  text-align: right;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  #checkout-onepage-payment-address .address-info .control-label,
  #checkout-onepage-shipping-address .address-info .control-label {
    text-align: left;
  }
}
#checkout-onepage-payment-address .address-info .control-label::after,
#checkout-onepage-shipping-address .address-info .control-label::after {
  display: inline;
  content: ':';
}
#checkout-onepage-payment-address .address-info .control-info,
#checkout-onepage-shipping-address .address-info .control-info {
  padding-left: 10px;
  padding-right: 0;
  font-size: 17px;
}
#checkout-onepage-confirm {
  border-color: transparent;
  -moz-box-shadow: none ;
  -webkit-box-shadow: none ;
  box-shadow: none ;
}
#checkout-onepage-confirm .buttons {
  float: left;
  width: 100%;
}
#checkout-onepage-confirm .checkout-confirm-agree-block {
  text-align: right;
  padding: 10px 0;
}
@media only screen and (min-width: 1200px) {
  .btn-gazstd-default.btn-sm,
  .btn-gazstd-grey.btn-sm {
    height: 37px;
    font-size: 15px;
    line-height: 36px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1590px) {
  .btn-gazstd-default.btn-sm,
  .btn-gazstd-grey.btn-sm {
    height: 42px;
    font-size: 17px;
    line-height: 42px;
  }
}
.alert .fa {
  font-size: 16px;
  margin-right: 2px;
}
.wsi-alert-buy {
  clear: both;
}
.wsi-alert-buy .alert {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 15px;
  margin: 10px 0 0 0;
}
.wsi-alert-buy .alert .fa {
  font-size: inherit;
  line-height: inherit;
}
.alert-price-product-block .alert {
  margin: 0;
}
.alert-price-product-compare {
  margin-bottom: 20px;
}
.alert-price-marketing-sale .alert {
  display: inline-block;
}
.alert-price-catalog-block .wsi-alert-buy {
  display: none;
}
.alert-price-catalog-block .alert {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.2;
}
.alert-price-catalog-block .alert .fa {
  display: none;
}
.product-thumb:hover .alert-price-catalog-block .wsi-alert-buy {
  display: block;
}
.modal-notify.modalAcceptAgreementsBox {
  top: auto;
  left: 50%;
  bottom: 0;
  min-width: 300px !important;
  max-width: none;
  width: 600px !important;
  height: auto !important;
  background: none;
  overflow: visible;
  margin-left: -300px;
}
@media only screen and (min-width: 1200px) {
  .modal-notify.modalAcceptAgreementsBox {
    width: 760px !important;
    margin-left: -380px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-notify.modalAcceptAgreementsBox {
    left: 0;
    width: 100% !important;
    margin-left: 0;
  }
}
.modal-notify.modalAcceptAgreementsBox[data-scroll="true"] .notify-inner {
  padding-bottom: 15px !important;
}
.modal-notify.modalAcceptAgreementsBox .notify-wrapper {
  padding: 20px;
}
@media only screen and (max-width: 479px) {
  .modal-notify.modalAcceptAgreementsBox .notify-wrapper {
    padding: 0;
  }
}
.modal-notify.modalAcceptAgreementsBox .notify-inner {
  -moz-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4) ;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4) ;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4) ;
  font-size: 16px;
  line-height: 1.2;
  padding: 20px 0;
  max-width: none;
  -moz-border-radius: 20px ;
  -webkit-border-radius: 20px ;
  border-radius: 20px ;
}
@media only screen and (min-width: 1200px) {
  .modal-notify.modalAcceptAgreementsBox .notify-inner {
    font-size: 18px;
    padding: 25px 0;
  }
}
@media only screen and (max-width: 479px) {
  .modal-notify.modalAcceptAgreementsBox .notify-inner {
    -moz-border-radius: 20px 20px 0 0 ;
    -webkit-border-radius: 20px 20px 0 0 ;
    border-radius: 20px 20px 0 0 ;
  }
}
.modal-notify.modalAcceptAgreementsBox p {
  padding-bottom: 0;
  margin-bottom: 10px;
}
.modal-notify.modalAcceptAgreementsBox .message {
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) {
  .modal-notify.modalAcceptAgreementsBox .message {
    padding: 0 25px;
  }
}
.modal-notify.modalAcceptAgreementsBox .btn-primary,
.modal-notify.modalAcceptAgreementsBox .btn-accept-agreements {
  font-size: 16px;
  line-height: 1.2;
  min-height: 36px;
  height: auto;
  padding: 0 30px;
  -moz-border-radius: 5px ;
  -webkit-border-radius: 5px ;
  border-radius: 5px ;
  border: 0;
  -moz-box-shadow: none ;
  -webkit-box-shadow: none ;
  box-shadow: none ;
  background: #05407b;
  color: #fff;
  font-weight: 400;
  -moz-transition: background 0.2s 0s linear, box-shadow 0.2s 0s linear;
  -webkit-transition: background 0.2s 0s linear, box-shadow 0.2s 0s linear;
  -o-transition: background 0.2s 0s linear, box-shadow 0.2s 0s linear;
  transition: background 0.2s 0s linear, box-shadow 0.2s 0s linear;
}
.modal-notify.modalAcceptAgreementsBox .btn-primary:hover,
.modal-notify.modalAcceptAgreementsBox .btn-accept-agreements:hover,
.modal-notify.modalAcceptAgreementsBox .btn-primary:focus,
.modal-notify.modalAcceptAgreementsBox .btn-accept-agreements:focus {
  background: #0d59a6;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) ;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) ;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) ;
}
.modal-notify.modalAcceptAgreementsBox a {
  color: #073e7e;
  text-decoration: underline;
}
.modal-notify.modalAcceptAgreementsBox a:hover {
  color: #f96800;
  text-decoration: none;
}
.fixed-social {
  position: fixed;
  right: 38px;
  bottom: 92px;
  z-index: 70;
}
@media only screen and (max-width: 767px) {
  .fixed-social {
    right: 18px;
    bottom: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .fixed-social {
    right: 5px;
    bottom: 53px;
  }
}
.fixed-social .item + .item {
  margin-top: 2px;
}
@media only screen and (max-width: 991px) {
  .fixed-social .item + .item {
    margin-top: 0;
  }
}
.fixed-social a {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  -moz-transition: all 0.3s 0s linear;
  -webkit-transition: all 0.3s 0s linear;
  -o-transition: all 0.3s 0s linear;
  transition: all 0.3s 0s linear;
  text-decoration: none;
  color: #000;
  -moz-border-radius: 24px ;
  -webkit-border-radius: 24px ;
  border-radius: 24px ;
  overflow: hidden;
  padding: 3px;
  border: 1px solid transparent;
}
.fixed-social a img {
  width: 40px;
  height: 40px;
  -moz-border-radius: 24px ;
  -webkit-border-radius: 24px ;
  border-radius: 24px ;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .fixed-social a img {
    width: 34px;
    height: 34px;
  }
}
.fixed-social a:before {
  display: block;
  content: attr(title);
  font-size: 15px;
  line-height: 16px;
  max-width: 0;
  -moz-transition: all 0.3s 0s linear;
  -webkit-transition: all 0.3s 0s linear;
  -o-transition: all 0.3s 0s linear;
  transition: all 0.3s 0s linear;
  overflow: hidden;
  -moz-opacity: 0 ;
  opacity: 0 ;
}
@media only screen and (max-width: 991px) {
  .fixed-social a:before {
    display: none;
  }
}
.fixed-social a:hover {
  background-color: rgba(255, 255, 255, 0.85);
  padding-left: 20px;
  border-color: #bcbcbc;
}
@media only screen and (max-width: 991px) {
  .fixed-social a:hover {
    padding-left: 3px;
    border-color: transparent;
    background-color: transparent;
  }
}
.fixed-social a:hover:before {
  max-width: 100px;
  padding-right: 15px;
  -moz-opacity: 1 ;
  opacity: 1 ;
}
.fixed-social .wa a {
  overflow: visible;
}
.fixed-social .wa a img {
  overflow: visible;
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 17px;
    line-height: 20px;
  }
  body > header + .content-twide__wrapper .container {
    padding-left: 15px;
  }
  p {
    margin: 0 0 20px;
  }
  p:only-child,
  p:last-child {
    margin-bottom: 0;
  }
  ul ul,
  ol ul,
  ul ol,
  ol ol {
    margin-top: 9px;
  }
  ul li,
  ol li {
    margin-bottom: 7px;
  }
  #content {
    padding-left: 0;
  }
  #column-left + #content {
    width: 820px;
  }
  #column-left {
    width: 300px;
  }
  .main-nav .menu-wrapper {
    padding-left: 90px;
  }
  .main-nav.fixed .menu-wrapper {
    padding-left: 0;
  }
  .main-nav a {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header_topbar .account {
    width: 420px;
  }
  .header_topbar .account a span {
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis ;
    /* Для Opera 11- */
    text-overflow: ellipsis ;
    max-width: 380px;
  }
  .h-socnet {
    width: 80px;
    padding-right: 0;
    padding-left: 0;
  }
  .h-socnet a {
    margin: 0 auto;
  }
  .h-sale_points {
    width: 285px;
    padding-left: 65px;
  }
  .h-search-box {
    width: 735px;
  }
  .h-search-box .shop-links {
    padding-left: 57px;
  }
  .h-workmode {
    width: 140px;
    padding-left: 18px;
  }
  .h-online_credit {
    right: 20px;
  }
  .h-online_credit .online-credit {
    width: 160px;
  }
  .h-contacts {
    width: 230px;
    margin-top: 45px;
  }
  #search {
    width: 319px;
    margin-top: 43px;
  }
  #column-left {
    margin-left: 0px;
  }
  #column-left .module-html-wrapper .heading {
    padding: 17px 14px 15px 18px;
  }
  #column-left .module-html-wrapper .heading,
  #column-left .module-html-wrapper .heading h1,
  #column-left .module-html-wrapper .heading .h1,
  #column-left .module-html-wrapper .heading h2,
  #column-left .module-html-wrapper .heading .h2,
  #column-left .module-html-wrapper .heading h3,
  #column-left .module-html-wrapper .heading .h3,
  #column-left .module-html-wrapper .heading h4,
  #column-left .module-html-wrapper .heading .h4,
  #column-left .module-html-wrapper .heading h5,
  #column-left .module-html-wrapper .heading .h5,
  #column-left .module-html-wrapper .heading h6,
  #column-left .module-html-wrapper .heading .h6 {
    font-size: 20px;
    line-height: 20px;
  }
  .catalog-nav a.lev1 {
    padding: 11px 35px 12px 15px;
    font-size: 18px;
    line-height: 18px;
  }
  .catalog-nav .expand_menu {
    display: block;
    width: 32px;
    height: 39px;
    padding-top: 3px;
  }
  .catalog-nav .expand_menu:before {
    font-size: 18px;
    line-height: 34px;
  }
  .catalog-nav a.lev2 {
    font-size: 17px;
    line-height: 17px;
    padding-right: 35px;
    padding-left: 34px;
  }
  .video-articles-column-link img,
  .rusfond-column-link img {
    width: 100%;
    height: auto;
  }
  .header-cart-popup {
    font-size: 15px;
    line-height: 21px;
    top: 151px;
  }
  .header-cart-popup .inner {
    max-height: 315px;
  }
  .h-cart-table-body thead td,
  .h-cart-table-body tbody td {
    height: 44px;
  }
  .h-cart-table-body .image_crop {
    width: 40px;
    height: 40px;
  }
  .h-cart-table-body .cart-item__img {
    width: 50px;
  }
  .h-cart-table-body .cart-item__qty {
    width: 90px;
  }
  .h-cart-table-body .cart-item__price,
  .h-cart-table-body .cart-item__total {
    width: 140px;
  }
  .h-cart-table-body .cart-item__remove {
    width: 40px;
  }
  .slider-wrapper .slider-items {
    width: 820px;
    height: 304px;
  }
  .slider-wrapper .owl-stage-outer {
    width: inherit;
    height: inherit;
  }
  .slider-wrapper .owl-prev,
  .slider-wrapper .owl-next {
    width: 50px;
    height: 90px;
    margin-top: -45px;
  }
  .slider-wrapper .owl-prev:before,
  .slider-wrapper .owl-next:before {
    top: 35px;
  }
  .owl-carousel .owl-dots {
    padding-top: 20px;
  }
  .owl-carousel .owl-dot {
    width: 20px;
    height: 20px;
    margin: 4px 2px 0;
  }
  .owl-carousel .owl-dot:before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
  }
  .owl-carousel .owl-dot:hover:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    -moz-border-radius: 5px ;
    -webkit-border-radius: 5px ;
    border-radius: 5px ;
  }
  #content .heading h1,
  .content-twide__wrapper .heading h1,
  #content .heading .h1,
  .content-twide__wrapper .heading .h1,
  #content .heading h2,
  .content-twide__wrapper .heading h2,
  #content .heading .h2,
  .content-twide__wrapper .heading .h2 {
    font-size: 30px;
    line-height: 33px;
  }
  #content .heading h1 span,
  .content-twide__wrapper .heading h1 span,
  #content .heading .h1 span,
  .content-twide__wrapper .heading .h1 span,
  #content .heading h2 span,
  .content-twide__wrapper .heading h2 span,
  #content .heading .h2 span,
  .content-twide__wrapper .heading .h2 span {
    background-position: 0 29px;
  }
  .products-carousel-wrap {
    margin-top: 40px;
  }
  .products-carousel .owl-dots {
    padding-top: 10px;
  }
  .product-layout {
    height: 445px;
  }
  .wsi-alert-buy-discount-carousel .product-layout {
    height: 520px;
  }
  .wsi-alert-buy-discount-carousel .product-thumb {
    height: 500px;
  }
  .wsi-alert-buy-discount-carousel .product-thumb .thumb-wrap {
    min-height: 500px;
  }
  .price .price-discount-profit {
    font-size: 15px;
    line-height: 18px;
  }
  .price .price-discount .item {
    font-size: 12px;
    line-height: 15px;
    padding: 3px 10px;
  }
  .price .price-regular {
    font-size: 26px;
    line-height: 25px;
  }
  .price .price-old {
    font-size: 15px;
    line-height: 18px;
  }
  .product-thumb {
    height: 425px;
  }
  .product-thumb .image {
    width: 166px;
    height: 166px;
  }
  .product-thumb .caption {
    min-height: 170px;
  }
  .product-thumb .caption h3 {
    height: 95px;
    font-size: 17px;
    line-height: 18px;
  }
  .product-thumb .stock .out-of-stock-text {
    font-size: 12px;
    line-height: 15px;
    padding: 3px 10px;
  }
  .product-thumb .btn-item-addtocart {
    padding-right: 12px;
  }
  .product-thumb .btn-item-addtocart button {
    width: 120px;
  }
  .product-thumb .btn-item-addtowishlist,
  .product-thumb .btn-item-addtocompare {
    width: 50px;
    text-align: center;
  }
  .product-thumb .btn-item-addtowishlist button,
  .product-thumb .btn-item-addtocompare button {
    width: 50px;
  }
  .blog-items-container .product-thumb .image {
    width: 400px;
  }
  .blog-items-container .product-thumb .caption {
    margin-left: 420px;
  }
  .news-module-wrapper .product-thumb .caption h3 {
    font-size: 17px;
    line-height: 20px;
  }
  .news-module-wrapper .product-thumb .teaser {
    font-size: 15px;
    line-height: 18px;
  }
  .news-module-wrapper .btn-gazstd-default,
  .news-module-wrapper .btn-gazstd-grey {
    width: 250px;
  }
  .news-module-wrapper .button-see-more {
    margin-top: 35px;
  }
  .news-module-wrapper.news .product-thumb .caption {
    height: 225px;
  }
  .news-module-wrapper.articles .caption {
    width: 310px;
  }
  .news-module-wrapper.articles .image {
    width: 120px;
    height: 80px;
  }
  .btn-gazstd-default,
  .btn-gazstd-grey {
    height: 46px;
    font-size: 15px;
    line-height: 44px;
    padding: 0 30px;
  }
  .footer-box .f-logo,
  .footer-box .f-contacts {
    width: 220px;
  }
  .footer-box .f-logo {
    text-align: center;
  }
  .footer-box .f-logo img {
    width: 220px;
    height: auto;
  }
  .footer-box .f-logo,
  .footer-box .f-menu {
    margin-bottom: 15px;
  }
  .footer-box .contacts .address,
  .footer-box .h-sale_points {
    font-size: 15px;
    line-height: 17px;
  }
  .footer-box .f-menu {
    font-size: 15px;
    line-height: 18px;
  }
  .footer-box .f-menu.nav {
    width: 320px;
    padding-left: 70px;
  }
  .footer-box .f-menu.clients {
    width: 290px;
  }
  .footer-box .f-menu.shop {
    width: 250px;
  }
  .footer-box .f-catalog {
    font-size: 14px;
    line-height: 15px;
  }
  .footer-box .f-catalog a {
    padding: 5px 9px;
  }
  .footer-box .f-menu > span,
  .footer-box .f-catalog > span {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 22px;
  }
  .footer-box .copyright {
    font-size: 15px;
    line-height: 18px;
  }
  .breadcrumb {
    padding-left: 0;
  }
  .breadcrumb + .alert {
    margin-left: 0;
  }
  .blog-items-container .product-thumb .caption h2,
  .blog-items-container .product-thumb .caption h3 {
    font-size: 19px;
    line-height: 22px;
  }
  .marketing-advantages.in-column {
    width: 180px;
  }
  .marketing-advantages div {
    font-size: 14px;
    line-height: 17px;
  }
  #column-left .module-product-filter .prostofilter-group {
    max-height: 162px;
  }
  #column-left .module-category.expanded .heading:after,
  #column-left .module-product-filter.expanded .heading:after,
  #column-left .module-category.collapsed .heading:after,
  #column-left .module-product-filter.collapsed .heading:after {
    top: 17px;
  }
  .compare-items table {
    font-size: 15px;
  }
  .contacts-map .photo-wrapper {
    width: 300px;
  }
  .contacts-map .map-wrapper {
    height: 455px;
    margin-right: 315px;
  }
  .delivery-terms-table .table-th,
  .delivery-terms-table .table-td {
    padding: 7px 15px 10px;
  }
  .alert-price-catalog-block .alert {
    padding: 8px 13px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1199px) {
  .header-cart-popup {
    top: 165px !important;
  }
}
@media only screen and (min-width: 1590px) {
  .container {
    width: 1470px;
  }
  .col-lg-4 {
    width: 25%;
  }
  #column-left {
    width: 300px;
  }
  #content {
    width: 1470px;
  }
  #column-left + #content {
    width: 1120px;
    font-size: inherit;
  }
  .site-desc {
    margin-top: 36px;
    max-width: 260px;
    padding-right: 20px;
    line-height: 20px;
  }
  #search {
    width: 400px;
  }
  .main-nav {
    font-size: 20px;
    height: 60px;
  }
  .main-nav.fixed {
    height: 57px;
  }
  .main-nav .nav-wrapper {
    height: 54px;
  }
  .main-nav .menu-wrapper {
    padding-left: 84px;
  }
  .main-nav a {
    padding-top: 16px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .main-nav .header-cart a {
    height: auto;
  }
  .breadcrumb {
    font-size: 17px;
  }
  .contacts__info li {
    font-size: 20px;
  }
  body {
    font-size: 19px;
    line-height: 23px;
  }
  .catalog-nav a.lev1 {
    font-size: 19px;
    line-height: 19px;
  }
  .catalog-nav a.lev2 {
    font-size: 18px;
    line-height: 18px;
  }
  .footer-box .f-logo,
  .footer-box .f-contacts {
    width: 300px;
  }
  .footer-box .f-logo {
    height: 360px;
  }
  .footer-box .f-logo img {
    width: 100%;
  }
  .footer-box .f-menu > span,
  .footer-box .f-catalog > span {
    font-size: 25px;
    line-height: 27px;
  }
  .footer-box .f-menu {
    font-size: 20px;
    line-height: 26px;
    padding-top: 42px;
  }
  .footer-box .f-menu.nav {
    width: 430px;
    padding-left: 110px;
  }
  .footer-box .f-menu.clients {
    width: 320px;
  }
  .footer-box .f-menu.shop {
    width: 280px;
  }
  .footer-box .f-catalog {
    font-size: 16px;
    line-height: 17px;
  }
  .footer-box .contacts {
    top: 140px;
    width: 300px;
    height: 225px;
  }
  .footer-box .contacts .address,
  .footer-box .h-sale_points {
    font-size: 18px;
    line-height: 19px;
  }
  #content .heading h1,
  .content-twide__wrapper .heading h1,
  #content .heading .h1,
  .content-twide__wrapper .heading .h1,
  #content .heading h2,
  .content-twide__wrapper .heading h2,
  #content .heading .h2,
  .content-twide__wrapper .heading .h2 {
    font-size: 33px;
    line-height: 37px;
  }
  #content .heading h1 span,
  .content-twide__wrapper .heading h1 span,
  #content .heading .h1 span,
  .content-twide__wrapper .heading .h1 span,
  #content .heading h2 span,
  .content-twide__wrapper .heading h2 span,
  #content .heading .h2 span,
  .content-twide__wrapper .heading .h2 span {
    background-position: 0 33px;
  }
  /* Override the bootstrap defaults */
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 23px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 21px;
  }
  h6 {
    font-size: 14.2px;
  }
  .organizations__about > div:last-child {
    font-size: 21px;
    line-height: 28px;
  }
  .organizations__service-offer h3 {
    font-size: 23px;
  }
  .organizations__service-offer p {
    font-size: inherit;
  }
  .shippingpayment h2 {
    font-size: 25px;
  }
  .shippingpayment p {
    font-size: inherit;
  }
  .shipping-container h3,
  .payment-container h3 {
    font-size: 23px;
  }
  .shipping-container .caption {
    height: 220px;
  }
  .payment-container .caption {
    height: 150px;
  }
  .flex-container.about-our-qualities h3 {
    font-size: 23px;
  }
  .flex-container.about-our-qualities p {
    font-size: inherit;
  }
  .flex-container.about-our-qualities .caption {
    height: 150px;
  }
  .flex-container.about-distributor-block img {
    width: 100px;
  }
  .flex-container.about-distributor-block h3 {
    line-height: 22px;
    font-size: 20px;
  }
  .about h2 {
    font-size: 25px;
  }
  .about ul li {
    font-size: inherit;
  }
  .product-items .product-layout {
    width: 25%;
  }
  .product-thumb .caption h3 {
    font-size: 18px;
    line-height: 19px;
  }
  .slider-wrapper .slider-items {
    width: 1120px;
    height: 415px;
  }
  .catalog-category-list .title {
    height: 104px;
    font-size: 20px;
  }
  .btn-gazstd-default,
  .btn-gazstd-grey {
    height: 56px;
    font-size: 19px;
    line-height: 54px;
  }
  .modal-notify .btn-gazstd-default,
  .modal-notify .btn-gazstd-grey {
    height: 45px;
    font-size: 18px;
    line-height: 44px;
  }
  .alert,
  .note {
    padding: 20px 25px;
    font-size: inherit;
    line-height: inherit;
  }
  .alert .fa,
  .note .fa {
    font-size: 16px;
    margin-right: 5px;
  }
  .alert-price-catalog-block .alert {
    padding: 10px 15px;
    font-size: 14px;
  }
  .wsi-alert-buy-discount-carousel .product-layout {
    height: 530px;
  }
  .wsi-alert-buy-discount-carousel .product-thumb {
    height: 510px;
  }
  .wsi-alert-buy-discount-carousel .product-thumb .thumb-wrap {
    min-height: 510px;
  }
  .blog-items-container .product-thumb .image {
    width: 600px;
  }
  .blog-items-container .product-thumb .caption {
    margin-left: 620px;
  }
  .blog-items-container .product-thumb .caption h2,
  .blog-items-container .product-thumb .caption h3 {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 15px;
  }
  .header-cart-popup {
    font-size: 19px;
    line-height: 25px;
    top: 151px;
  }
  .h-cart-table-body td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .h-cart-table-body .image_crop {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 2190px) {
  .site-desc {
    margin-top: 48px;
    max-width: none;
    font-size: 21px;
    padding-right: 40px;
    line-height: inherit;
  }
  .container {
    width: 1770px;
  }
  #column-left {
    width: 300px;
  }
  #content {
    width: 1470px;
  }
  #column-left + #content {
    width: 1420px;
    font-size: inherit;
  }
  .slider-wrapper .slider-items {
    width: 1420px;
    height: 526px;
  }
  .product-items .product-layout {
    width: 20%;
  }
  .product-thumb {
    height: 435px;
  }
  .product-thumb .caption {
    min-height: 180px;
  }
  .product-thumb .caption h3 {
    height: 105px;
  }
  .wsi-alert-buy-discount-carousel .product-layout {
    height: 540px;
  }
  .wsi-alert-buy-discount-carousel .product-thumb {
    height: 520px;
  }
  .wsi-alert-buy-discount-carousel .product-thumb .thumb-wrap {
    min-height: 520px;
  }
  .blog-thumbnails-container .main-image-item {
    max-height: none;
  }
}
@media only screen and (min-width: 1250px) {
  .h-online_credit {
    right: 15px;
  }
  .h-online_credit .online-credit {
    width: 165px;
  }
}
@media only screen and (max-width: 1099px) {
  .block-header__wrapper .topbar-item.header-cart {
    width: auto;
    min-width: 160px;
    max-width: 210px;
  }
}
@media only screen and (max-width: 1049px) {
  .header_topbar .site-desc {
    width: 510px;
    font-size: 14px;
    font-weight: 600;
  }
  .block-header__wrapper .topbar-item.header-cart {
    width: 210px;
    min-width: 0;
    max-width: none;
  }
  .h-online_credit {
    right: 26px;
  }
  .h-online_credit .online-credit {
    width: 154px;
  }
  .slider-wrapper .slider-items::after {
    width: 91px;
    height: 91px;
    bottom: -16px;
    right: -17px;
  }
  /*.responsive-table-wrapper {
		overflow-x: auto;
		overflow-y: hidden;
	}*/
}
@media only screen and (max-width: 991px) {
  #column-left {
    display: block !important;
    width: 0;
    height: 0;
    margin: 0;
  }
  .breadcrumb {
    padding-left: 0;
  }
  .breadcrumb + .alert {
    margin-left: 0;
  }
  body > header + .content-twide__wrapper .container {
    padding-left: 15px;
  }
  .product-filters-heading {
    margin-top: 0;
  }
  .product-filter-wrapper {
    display: none;
  }
  .product-filter-wrapper.active {
    display: block;
  }
  .header_topbar,
  .main-nav,
  .h-search-box:before,
  .h-logo-ghost,
  .h-workmode,
  .h-search-box .shop-links {
    display: none;
  }
  .h-search-box {
    width: auto;
    height: auto;
    margin: 20px 0 0 0;
    padding: 0 0 0 20px;
    background: none;
  }
  #search {
    /*margin-top: 5px;
		margin-left: 22px;
		margin-bottom: 5px;
		display: none;*/
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 9px;
    padding-top: 43px;
    z-index: 300;
  }
  #search::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #search .wrap {
    background-color: #fbfbfb;
    padding: 20px 15px;
    position: relative;
    -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.7) ;
    -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.7) ;
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.7) ;
  }
  #search .close-current-popup-wrap {
    display: block;
    z-index: 300;
  }
  .header_content .h-item {
    float: none;
    width: 100%;
    text-align: center;
  }
  .h-logo {
    width: 270px;
    position: static;
    padding: 15px 0 5px 0;
  }
  .h-logo img {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .site-desc {
    margin: 0;
    max-width: none;
    padding-bottom: 5px;
    font-size: 15px;
  }
  .h-socnet {
    padding-top: 28px;
  }
  .h-sale_points {
    padding-top: 32px;
  }
  .h-online_credit {
    bottom: 34px;
    right: 40px;
  }
  .header_content {
    border-bottom: 3px solid #d8d8d8;
    padding-top: 50px;
  }
  .h-contacts {
    margin-top: 0;
  }
  .h-contacts .phone {
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
  }
  #fixed-topPanel-wrapper {
    display: block;
  }
  #content {
    float: none;
    min-height: 0;
    padding-left: 0;
  }
  #content,
  #column-left + #content {
    width: 100%;
  }
  .slider-wrapper {
    padding: 0 5px;
    margin-bottom: 55px;
  }
  .slider-wrapper .slider-items {
    display: none;
    width: 100%;
    height: auto;
  }
  .slider-wrapper .slider-items.owl-loaded {
    display: block;
  }
  .slider-wrapper .owl-dots {
    position: absolute;
    left: 0;
    bottom: -38px;
    width: 100%;
  }
  .header-cart-popup {
    position: fixed;
    top: 0;
    height: 100%;
    padding-top: 50px;
    overflow: auto;
    background: none;
  }
  .header-cart-popup::before {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header-cart-popup .container-box {
    max-height: 100%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header-cart-popup::after {
    display: none;
  }
  .header-cart-popup .hc-items::after {
    display: none;
  }
  .header-cart-popup .inner {
    max-height: none;
    padding-right: 0;
  }
  .h-cart-table-body .cart-item__price,
  .h-cart-table-body .cart-item__total {
    width: auto;
    white-space: nowrap;
  }
  .h-cart-table-body td {
    padding: 4px 6px;
  }
  .header-cart-action .half.left,
  .header-cart-action .half.right {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .header-cart-action .half.right {
    margin-bottom: 0;
  }
  #page-shadow__overlay {
    display: none !important;
  }
  .footer-box {
    padding-top: 10px;
  }
  .footer-box .contacts {
    margin: 0;
    padding: 0;
  }
  .footer-box .contacts .phone {
    top: 40px;
    right: 30px;
  }
  .footer-box .copyright,
  .footer-box .wsi-copyright {
    display: block;
    width: 100%;
    text-align: center;
  }
  .footer-box .copyright {
    margin-bottom: 20px;
  }
  .footer-box .wsi-copyright {
    line-height: inherit;
  }
  .footer-box .f-logo {
    display: none;
  }
  .footer-box .f-menu {
    width: 33.3333%;
    margin-left: 0;
  }
  .footer-box .f-contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
  }
  .footer-box .contacts {
    position: static;
    width: 50%;
    height: auto;
  }
  .footer-box .f-logo-mobile,
  .footer-box .h-sale_points {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
  }
  .footer-box .h-sale_points {
    padding-top: 22px;
  }
  .footer-box .f-logo-mobile {
    margin-top: -30px;
  }
  .footer-box .f-socnet {
    position: absolute;
    top: 145px;
    left: 260px;
  }
  .footer-box .f-socnet a {
    padding: 0;
    margin-right: 15px;
  }
  .footer-box .f-catalog {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    padding-left: 0;
  }
  #content .heading,
  .content-twide__wrapper .heading {
    padding-bottom: 30px;
  }
  #content .heading h1,
  .content-twide__wrapper .heading h1,
  #content .heading .h1,
  .content-twide__wrapper .heading .h1,
  #content .heading h2,
  .content-twide__wrapper .heading h2,
  #content .heading .h2,
  .content-twide__wrapper .heading .h2 {
    font-size: 25px;
    line-height: 27px;
  }
  #content .heading h1 span,
  .content-twide__wrapper .heading h1 span,
  #content .heading .h1 span,
  .content-twide__wrapper .heading .h1 span,
  #content .heading h2 span,
  .content-twide__wrapper .heading h2 span,
  #content .heading .h2 span,
  .content-twide__wrapper .heading .h2 span {
    background-position: 0 25px;
  }
  .news-module-wrapper.articles .image {
    width: 100px;
    height: 67px;
  }
  .news-module-wrapper.articles .caption {
    width: 185px;
  }
  .news-module-wrapper.articles .caption h3 {
    font-size: 14px;
    line-height: 17px;
  }
  .news-module-wrapper.news .product-layout {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 30px;
  }
  .news-module-wrapper.news .product-thumb .caption {
    height: 130px;
  }
  .news-module-wrapper.news .button-see-more {
    margin-top: 0;
  }
  .news-module-wrapper.video-articles .product-layout {
    width: 100%;
    margin-bottom: 25px;
  }
  .news-module-wrapper.video-articles .product-layout::after {
    clear: both;
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background: url(../image/bg-articles_sep-hor.png) 50% 50% repeat-x;
  }
  .news-module-wrapper.video-articles .product-layout:last-child,
  .news-module-wrapper.video-articles .product-layout:only-child {
    margin-bottom: 0;
  }
  .news-module-wrapper.video-articles .product-layout:last-child::after,
  .news-module-wrapper.video-articles .product-layout:only-child::after {
    display: none;
  }
  .news-module-wrapper.video-articles .product-layout:last-child .image,
  .news-module-wrapper.video-articles .product-layout:only-child .image,
  .news-module-wrapper.video-articles .product-layout:last-child .caption,
  .news-module-wrapper.video-articles .product-layout:only-child .caption {
    margin-bottom: 10px;
  }
  .news-module-wrapper.video-articles .image,
  .news-module-wrapper.video-articles .caption {
    margin-bottom: 25px;
  }
  .news-module-wrapper.video-articles .image {
    float: left;
    width: 220px;
  }
  .news-module-wrapper.video-articles .caption {
    padding-left: 240px;
    margin-top: 0;
  }
  #column-left .collapse-handle.expanded > .heading,
  #column-left .collapse-handle.collapsed > .heading {
    cursor: default;
  }
  #column-left .collapse-handle.expanded > .heading::after,
  #column-left .collapse-handle.collapsed > .heading::after {
    display: none;
  }
  #column-left .module-html-wrapper .heading {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  #column-left .module-html-wrapper .heading + .content {
    border: 0;
  }
  #column-left .module-product-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    padding-top: 105px;
    padding-bottom: 55px;
    margin-top: 0 !important;
  }
  #column-left .module-product-filter::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
  }
  #column-left .module-product-filter,
  #column-left .module-product-filter.expanded,
  #column-left .module-product-filter.collapsed {
    display: none;
  }
  #column-left .module-product-filter.active,
  #column-left .module-product-filter.expanded.active,
  #column-left .module-product-filter.collapsed.active,
  #column-left .module-product-filter.active > .content,
  #column-left .module-product-filter.expanded.active > .content,
  #column-left .module-product-filter.collapsed.active > .content {
    display: block !important;
  }
  #column-left .module-product-filter::before,
  #column-left .module-product-filter > .heading,
  #column-left .module-product-filter > .content,
  #column-left .module-product-filter > .content .panel-footer {
    width: 55%;
    min-width: 300px;
  }
  #column-left .module-product-filter > .content {
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #column-left .module-product-filter .panel-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  #column-left .module-product-filter > .heading {
    position: fixed !important;
    top: 50px;
    left: 0;
  }
  #column-left .module-product-filter > .heading .btn-closeopen-product-filter {
    display: block;
  }
  #column-left .module-product-filter .btn-closeopen-product-filter {
    position: absolute;
    right: 10px;
    top: 11px;
    width: 30px;
    height: 30px;
    border: 0;
    background-color: transparent;
  }
  #column-left .module-product-filter .btn-closeopen-product-filter::before {
    display: block;
    content: '\f00d';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
  }
  #column-left .module-product-filter label {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #column-left .module-product-filter .filter-item input[type="checkbox"],
  #column-left .module-product-filter .filter-item input[type="radio"] {
    margin-top: 2px;
  }
  #column-left .module-product-filter .filter-item em {
    top: 7px;
  }
  .compare-items table.products_qty-1x,
  .compare-items table.products_qty-2x {
    width: auto;
  }
  #column-left .module-category,
  #column-left .module-category .content {
    overflow: hidden;
  }
  .product-layout {
    height: 380px;
  }
  .product-layout.wsi-alert-buy-catalog {
    height: 445px;
  }
  .wsi-alert-buy-catalog .product-thumb {
    height: 425px;
  }
  .wsi-alert-buy-catalog .product-thumb .thumb-wrap {
    min-height: 425px;
  }
  .product-thumb {
    height: 360px;
  }
  .product-thumb .thumb-wrap {
    min-height: 360px;
  }
  .product-thumb .btn-item-addtocart {
    padding-right: 10px;
  }
  .product-thumb .btn-item-addtowishlist button,
  .product-thumb .btn-item-addtocompare button {
    width: 40px;
  }
  .product-thumb .params {
    display: none !important;
  }
  .product-thumb .quantity-box {
    display: block;
  }
  .product-layout.no-addtl {
    height: 383px;
  }
  .product-layout.no-addtl.wsi-alert-buy-catalog {
    height: 448px;
  }
  .wsi-alert-buy-catalog .product-thumb.no-addtl {
    height: 428px;
  }
  .wsi-alert-buy-catalog .product-thumb.no-addtl .thumb-wrap {
    min-height: 428px;
  }
  .product-thumb.no-addtl {
    height: 363px;
  }
  .product-thumb.no-addtl .thumb-wrap {
    min-height: 363px;
  }
  .table-cart-items .column_quantity {
    width: 120px;
    text-align: center;
  }
  .table-cart-items .quantity-box + .group-btn {
    display: block;
    padding-left: 0;
    margin-top: 5px;
  }
  .table-cart-items .column_price,
  .table-cart-items .column_total {
    width: 100px;
    max-width: 100px;
  }
  .alert-price-catalog-block .wsi-alert-buy {
    display: block;
  }
  .alert-price-catalog-block .alert {
    line-height: 1.15;
  }
}
@media only screen and (max-width: 767px) {
  #atention_wsi {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #atention_wsi div {
    margin-right: 0px;
  }
  .cart-checkout-buttons {
    clear: both;
    padding-top: 1em;
  }
  #column-left .module-product-filter::before,
  #column-left .module-product-filter > .heading,
  #column-left .module-product-filter > .content,
  #column-left .module-product-filter > .content .panel-footer {
    width: 75%;
  }
  .product-filters-heading {
    margin-top: 10px;
  }
  .product-filter-wrapper .filter-action {
    float: right;
    display: block;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .product-filter-wrapper .closeopen-product-filter-wrap {
    float: left;
  }
  .product-filter-wrapper .clear-separator {
    clear: both;
  }
  .h-search-box {
    margin: 0;
  }
  .h-socnet {
    position: absolute;
    top: 98px;
    left: 450px;
    width: auto;
  }
  .h-socnet a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  .h-sale_points {
    width: 175px;
    padding-left: 25px;
  }
  .h-online_credit {
    bottom: auto;
    right: auto;
    left: 230px;
    top: 128px;
  }
  .header_content .container {
    width: 100%;
  }
  .footer-box .f-menu {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-box .f-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
  }
  .footer-box .f-menu li {
    display: inline;
    vertical-align: top;
    padding: 0 5px 0 0;
    background: none;
    margin-bottom: 0;
    line-height: 21px;
  }
  .footer-box .f-menu li::after {
    display: inline;
    vertical-align: middle;
    content: '\2022';
    padding-left: 4px;
  }
  .footer-box .f-menu li:last-child:after {
    display: none;
  }
  .footer-box .f-catalog {
    text-align: center;
  }
  .footer-box .f-logo-mobile {
    display: none;
  }
  .footer-box .h-sale_points {
    width: 50%;
    text-align: center;
  }
  .footer-box .h-sale_points {
    padding-top: 15px;
    padding-left: 25px;
  }
  .footer-box .contacts {
    width: 100%;
    text-align: center;
  }
  .footer-box .address {
    padding-left: 0;
  }
  .footer-box .address::before {
    display: inline-block;
    vertical-align: middle;
    position: static;
    margin-top: 3px;
  }
  .footer-box .h-sale_points .item {
    padding-left: 0;
  }
  .footer-box .h-sale_points .item::before {
    display: inline-block;
    vertical-align: middle;
    position: static;
    margin-top: 3px;
  }
  .footer-box .f-socnet {
    width: 36px;
    top: 0;
    left: 50%;
    margin-left: -18px;
  }
  .footer-box .f-socnet a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer-box .f-contacts {
    margin-top: 30px;
  }
  .news-module-wrapper.articles .image {
    float: left;
    display: block;
    width: 100px;
    height: 67px;
    margin-right: 15px;
  }
  .news-module-wrapper.articles .caption {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .news-module-wrapper.news .product-thumb .caption {
    height: auto;
    min-height: 130px;
  }
  .blog-items-container .product-thumb .image,
  .blog-items-container .product-thumb .caption {
    display: inline-block;
    vertical-align: top;
  }
  .blog-items-container .product-thumb .image {
    display: block;
    width: 30%;
    float: none;
  }
  .blog-items-container .product-thumb .caption {
    display: block;
    width: 70%;
    padding-left: 20px;
    margin-left: 0;
  }
  .blog-items-container .product-thumb h2 {
    font-size: 16px;
  }
  .blog-thumbnails-container {
    padding-right: 0;
  }
  .blog-thumbnails-container .main-image-item {
    max-height: none;
  }
  .blog-items-container .product-thumb {
    display: flex;
    align-items: stretch;
    flex: 1 1;
  }
  .blog-items-container .product-thumb .image {
    width: 50%;
    padding-right: 10px;
  }
  .blog-items-container .product-thumb .caption {
    margin-left: 0;
    width: 50%;
    padding-left: 10px;
  }
  .blog-items-container .product-thumb::before,
  .blog-items-container .product-thumb::after {
    display: none;
  }
  .product-page-details .submit-box .btn-gazstd-default {
    width: 210px;
  }
  .product-page-details .price .price-old,
  .product-page-details .price .price-discount-profit {
    display: block;
  }
  .product-page-details .price .price-discount-profit {
    display: block;
    margin-top: 0;
  }
  .product-page-details .product-block {
    width: 325px;
    float: right;
  }
  .product-page-details .price-wrapper {
    float: left;
  }
  .product-page-details .price-wrapper + .clear {
    display: none !important;
  }
  .product-page-details .product-block {
    margin-top: 10px;
  }
  .product-page-details .product-block .addtl-buttons,
  .product-page-details .product-block .instock {
    display: none;
  }
  .product-page-details .addtl-buttons-mobile,
  .product-page-details .instock.mobile {
    display: block;
    clear: both;
  }
  .product-page-details .instock.mobile {
    padding-top: 20px;
    text-align: center;
    font-size: 110%;
  }
  .product-page-details .instock.mobile span {
    font-weight: 600;
  }
  .product-page-details .addtl-buttons-mobile {
    text-align: center;
    padding-top: 30px;
  }
  .product-page-details .item-tabs {
    margin-top: 40px;
  }
  .alert-price-product-block {
    text-align: center;
  }
  .alert-price-product-block .alert {
    display: inline-block;
  }
  .product-thumb .btn-item-addtocart {
    padding-right: 5px;
  }
  .product-thumb .btn-item-addtowishlist button,
  .product-thumb .btn-item-addtocompare button {
    width: 32px;
  }
  header .banner-discount4delivery img {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .contacts-map .photo-wrapper {
    float: none;
    width: 100%;
    padding: 0 10%;
  }
  .contacts-map .map-wrapper {
    width: 80%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  #fixed-topPanel-wrapper .button-wrap.filter-trigger {
    display: none;
  }
  .search-form-wrap select[name="category_id"] {
    margin-bottom: 7px;
  }
  .table-responsive > table {
    width: 720px;
  }
  .delivery-terms-table {
    text-align: left;
  }
  .delivery-terms-table .table {
    display: block;
    border: 0;
    -moz-box-shadow: none ;
    -webkit-box-shadow: none ;
    box-shadow: none ;
  }
  .delivery-terms-table .table-head {
    display: none;
  }
  .delivery-terms-table .table-body {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .delivery-terms-table .table-row {
    display: block;
    width: calc(33.3333% - 10px);
    border: 1px solid #e4ecf2;
    -moz-box-shadow: 0 0.4em 10px rgba(122, 122, 122, 0.25) ;
    -webkit-box-shadow: 0 0.4em 10px rgba(122, 122, 122, 0.25) ;
    box-shadow: 0 0.4em 10px rgba(122, 122, 122, 0.25) ;
  }
  .delivery-terms-table .table-td {
    display: block;
    padding: 7px 10px 10px;
  }
  .delivery-terms-table .table-td:nth-child(odd) {
    background: #f4f7fa;
  }
  .delivery-terms-table .table-td[data-title]::before {
    display: inline;
    content: attr(data-title) ': ';
    font-size: 1.05em;
    font-weight: bold;
  }
  .delivery-terms-table .table-td:first-child {
    background: #e4ecf2;
    font-size: 1.2em;
    padding: 10px 10px 13px;
  }
  .delivery-terms-table .table-td:first-child::before {
    display: block;
    content: attr(data-title);
    margin-bottom: 5px;
  }
  .delivery-terms-table .table-body .table-row:nth-child(even) {
    background: transparent;
  }
}
@media only screen and (max-width: 699px) {
  /* ============================================
	 * Popup Cart
	 * ============================================ */
  .h-cart-table-body table,
  .h-cart-table-body tr,
  .h-cart-table-body tbody,
  .h-cart-table-body tfoot {
    display: block;
    width: 100%;
  }
  .h-cart-table-body thead {
    display: none;
  }
  .h-cart-table-body tbody td,
  .h-cart-table-body tfoot td {
    display: inline-block;
    vertical-align: top;
  }
  .h-cart-table-body tbody tr {
    border: 1px solid #e6e6e6;
    -moz-border-radius: 5px ;
    -webkit-border-radius: 5px ;
    border-radius: 5px ;
    position: relative;
  }
  .h-cart-table-body tbody tr + tr {
    margin-top: 10px;
  }
  .h-cart-table-body tbody tr:nth-child(odd),
  .h-cart-table-body tbody tr:nth-child(even) {
    background-color: #fff;
  }
  .h-cart-table-body tbody th,
  .h-cart-table-body tbody td {
    height: auto;
  }
  .h-cart-table-body .cart-item__img,
  .h-cart-table-body .cart-item__name {
    display: table-cell;
  }
  .h-cart-table-body .image_crop {
    width: 40px;
    height: 40px;
  }
  .h-cart-table-body .cart-item__img > div {
    width: 40px;
  }
  .h-cart-table-body .cart-item__name {
    width: 100%;
    padding: 5px 35px 5px 5px;
    vertical-align: middle;
  }
  .h-cart-table-body .cart-item__qty,
  .h-cart-table-body .cart-item__price,
  .h-cart-table-body .cart-item__total {
    width: 33.3333%;
  }
  .h-cart-table-body .cart-item__qty::before,
  .h-cart-table-body .cart-item__price::before,
  .h-cart-table-body .cart-item__total::before {
    display: block;
    width: 100%;
    content: attr(data-title);
    color: #8a8a8a;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .h-cart-table-body .cart-item__qty {
    padding-left: 57px;
  }
  .h-cart-table-body .cart-item__qty,
  .h-cart-table-body .cart-item__qty::before {
    text-align: left;
  }
  .h-cart-table-body .cart-item__price,
  .h-cart-table-body .cart-item__total {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
  }
  .h-cart-table-body .cart-item__price,
  .h-cart-table-body .cart-item__total,
  .h-cart-table-body .cart-item__price::before,
  .h-cart-table-body .cart-item__total::before {
    text-align: right;
  }
  .h-cart-table-body .cart-item__total {
    padding-right: 45px;
  }
  .h-cart-table-body .cart-item__remove {
    position: absolute;
    top: 0;
    right: 2px;
    padding: 0;
  }
  .h-cart-table-body tfoot {
    margin-top: 10px;
  }
  .h-cart-table-body tfoot td {
    width: 66.6666%;
    border: 0;
    font-size: 16px;
    line-height: 18px;
    padding: 5px;
    color: #000;
  }
  .h-cart-table-body tfoot td + td {
    width: 33.3333%;
    padding-right: 45px;
  }
  .h-cart-table-body tfoot td:last-child {
    display: none;
  }
  .h-cart-table-body .cart-unused {
    display: none;
  }
  .news-module-wrapper.articles .image {
    width: 85px;
    height: 57px;
  }
  .product-thumb {
    height: auto;
  }
  .product-thumb .thumb-wrap {
    min-height: 0;
    padding-bottom: 5px;
  }
  .product-thumb:hover .thumb-wrap {
    border-bottom-width: 1px;
    -moz-border-radius: 5px ;
    -webkit-border-radius: 5px ;
    border-radius: 5px ;
  }
  .product-thumb .btn-item-addtocart {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .product-thumb .btn-item-addtowishlist,
  .product-thumb .btn-item-addtocompare {
    width: 50%;
  }
  .product-thumb .btn-item button {
    width: 100%;
  }
  .product-thumb .button-group {
    margin-right: 0;
    margin-bottom: 0;
  }
  .product-thumb .caption h3 {
    height: auto;
    min-height: 75px;
  }
  .product-thumb .price {
    min-height: 60px;
    margin-bottom: 0;
  }
  .product-thumb .quantity-box {
    padding-bottom: 25px;
  }
  .alert-price-catalog-block .wsi-alert-buy {
    margin-bottom: 10px;
  }
  .alert-price-catalog-block .alert {
    margin-top: 0;
  }
  .product-layout.wsi-alert-buy-catalog {
    height: auto;
  }
  .wsi-alert-buy-catalog .product-thumb {
    height: auto;
  }
  .wsi-alert-buy-catalog .product-thumb .thumb-wrap {
    min-height: 0;
  }
  .product-layout.no-addtl.wsi-alert-buy-catalog {
    height: auto;
  }
  .wsi-alert-buy-catalog .product-thumb.no-addtl {
    height: auto;
  }
  .wsi-alert-buy-catalog .product-thumb.no-addtl .thumb-wrap {
    min-height: 0;
  }
  .products-carousel .product-layout {
    padding-bottom: 20px;
  }
  .product-layout.no-addtl {
    height: auto;
  }
  .product-thumb.no-addtl {
    height: auto;
  }
  .product-thumb.no-addtl .thumb-wrap {
    min-height: 0;
  }
  .product-thumb.no-addtl .price {
    margin-bottom: 10px;
  }
  .price .price-discount-profit {
    display: block;
    margin-top: 3px;
  }
  .product-items .product-layout {
    height: auto;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 649px) {
  .h-sale_points,
  .h-online_credit {
    display: none;
  }
  .h-socnet {
    left: 205px;
  }
  .h-socnet a {
    margin-right: 28px;
  }
  .product-page-details .price .price-old,
  .product-page-details .price .price-discount-profit {
    display: inline;
  }
  .product-page-details .price-wrapper {
    float: none;
  }
  .product-page-details .price-wrapper + .clear {
    display: block !important;
  }
  .product-page-details .product-block {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  .product-page-details .product-block .instock {
    display: block;
  }
  .product-page-details .instock.mobile {
    display: none;
  }
  .product-page-details .addtl-buttons-mobile {
    padding-top: 10px;
    padding-left: 113px;
    text-align: left;
  }
  .product-page-details .price-wrapper {
    text-align: center;
  }
  .product-page-details .product-block .instock {
    text-align: center;
    font-size: 110%;
  }
  .product-page-details .product-block .instock span {
    font-weight: 600;
  }
  .product-page-details .quantity-box,
  .product-page-details .submit-box {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .product-page-details .addtl-buttons-mobile {
    text-align: center;
    padding-left: 0;
    padding-top: 0;
  }
  .product-page-details .credit-info {
    margin-top: 15px;
  }
  .alert-price-product-block .alert {
    margin-bottom: 10px;
  }
  #review .rating {
    display: none;
  }
  #review .name,
  #review .rating.mobile {
    display: table-cell;
    vertical-align: top;
  }
  #review .item {
    position: relative;
  }
  #review .info-container,
  #review .message-container {
    width: 100%;
  }
  #review .info-container {
    padding-right: 0;
  }
  #review .message-container {
    padding-left: 0;
    margin-top: 5px;
  }
  #review .name {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 5px;
  }
  #review .title,
  #review .opinion {
    padding-left: 0;
  }
  .table-account-return-info thead {
    display: none;
  }
  .table-account-return-info,
  .table-account-return-info tbody,
  .table-account-return-info tr,
  .table-account-return-info td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .table-account-return-info td[data-title]:before {
    display: inline;
    content: attr(data-title);
    font-weight: 600;
  }
  .table-account-return-info td {
    border-left-width: 0;
  }
  .table-account-return-info td + td {
    padding-top: 0;
  }
  .organizations__getPricelist {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .organizations__getPricelist > div {
    text-align: center;
    width: 100%;
  }
  .organizations__getPricelist > div + div {
    margin-top: 20px;
  }
  .organizations__getPricelist > div:nth-child(2) {
    padding-left: 0;
  }
  .organizations__getPricelist .wsi__modalForm {
    width: 320px;
    max-width: 100%;
  }
  .delivery-terms-table .table {
    margin-bottom: 0;
  }
  .delivery-terms-table .table-row {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .half.right {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .half.left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .close-current-popup-wrap .half {
    margin-bottom: 0;
  }
  .product-filter-wrapper .price-group {
    display: table-cell;
    width: 100%;
  }
  .product-filter-wrapper .filter-item {
    width: 49%;
  }
  .product-filter-wrapper .filter-item .input-group {
    display: table;
  }
  .product-filter-wrapper .filter-item .input-group .form-control {
    display: table-cell;
    width: 100%;
  }
  .product-filter-wrapper .filter-item .input-group-addon {
    display: table-cell;
    width: 1%;
  }
  .footer-box .f-socnet {
    position: static;
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .footer-box .f-socnet a {
    margin: 0 14px;
  }
  .footer-box .h-sale_points {
    width: 50%;
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
  }
  .footer-box .f-catalog {
    display: none;
  }
  .footer-box .f-menu .mobile-catalog-trigger {
    display: inline-block;
  }
  .news-module-wrapper.articles .product-thumb {
    padding: 25px;
  }
  .news-module-wrapper.articles .image {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .news-module-wrapper.video-articles .image {
    width: 180px;
  }
  .news-module-wrapper.video-articles .caption {
    padding-left: 200px;
  }
  .slider-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .slider-wrapper .slider-items:after {
    display: none;
  }
  .price .price-discount-profit {
    display: inline;
    margin-top: 0;
  }
  .product-thumb .price {
    min-height: 45px;
    margin-bottom: 10px;
  }
  .blog-items-container .product-thumb .image,
  .blog-items-container .product-thumb .caption {
    display: inline-block;
    vertical-align: top;
  }
  .blog-items-container .product-thumb .image {
    width: 40%;
  }
  .blog-items-container .product-thumb .caption {
    width: 60%;
  }
  .blog-items-container .product-layout:last-child,
  .blog-items-container .product-layout:only-child {
    margin-bottom: 0;
  }
  .blog-items-container .product-layout:last-child .product-thumb .caption,
  .blog-items-container .product-layout:only-child .product-thumb .caption {
    margin-bottom: 10px;
  }
  .blog-items-container .product-thumb {
    display: block;
  }
  .blog-items-container .product-thumb .image {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .blog-items-container .product-thumb .caption {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .product-items {
    text-align: center;
  }
  .product-items .product-layout {
    width: 50%;
    margin-bottom: 18px;
    text-align: left;
  }
  .marketing-advantages.in-column {
    margin-right: -10px;
    margin-left: -10px;
    float: none;
    width: auto;
    padding-top: 0;
  }
  .marketing-advantages.in-column .item {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .marketing-advantages.in-column div {
    margin-top: 10px;
  }
  .marketing-sale .icon {
    display: none;
  }
  .product-page-details .nav.nav-tabs {
    display: none;
  }
  .tab-content .tab-pane {
    margin-bottom: 20px;
  }
  .tab-content .tab-pane:last-child,
  .tab-content .tab-pane:only-child {
    margin-bottom: 0;
  }
  .product-page.releated-products.tab-pane,
  .product-page-details .tab-pane,
  .product-page.releated-products.tab-pane.active,
  .product-page-details .tab-pane.active {
    display: none;
  }
  .product-page.releated-products.tab-pane.open,
  .product-page-details .tab-pane.open,
  .product-page.releated-products.tab-pane.active.open,
  .product-page-details .tab-pane.active.open {
    display: block;
  }
  .product-page.releated-products.tab-pane .heading {
    display: none;
  }
  .mobile-tabs {
    display: block;
  }
  .mobile-tabs + .tab-pane.open {
    margin-top: 20px;
  }
  .contacts-map .photo-wrapper {
    padding: 0 5%;
  }
  .contacts-map .map-wrapper {
    width: 90%;
  }
  .table-account-address-book,
  .table-account-address-book tbody,
  .table-account-address-book tr,
  .table-account-address-book th,
  .table-account-address-book td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .table-account-address-book td + td,
  .table-account-address-book th + th {
    padding-top: 0;
  }
  .table-cart-items thead {
    display: none;
  }
  .table-cart-items,
  .table-cart-items tbody,
  .table-cart-items tr {
    display: block;
    width: 100%;
  }
  .table-cart-items td[data-title]::before {
    display: block;
    content: attr(data-title);
    font-weight: 600;
    font-size: 13px;
    color: #787878;
    margin-bottom: 5px;
  }
  .table-cart-items .column_image {
    width: 90px;
    max-width: none;
  }
  .table-cart-items .column_quantity {
    width: auto;
  }
  .table-cart-items .column_price,
  .table-cart-items .column_total {
    display: inline-block;
    width: 50%;
    max-width: none;
    padding-top: 5px;
    font-size: 19px;
  }
  .block-checkout-subtotal {
    float: none;
    width: 100%;
  }
  .contacts__info {
    display: block;
  }
  .contacts__info .item {
    width: 100%;
  }
  .contacts__info .photo {
    width: 90%;
    margin: 30px auto;
  }
  .contacts__info .photo .desktop {
    display: none;
  }
  .contacts__info .photo .mobile {
    display: block;
  }
}
@media only screen and (max-width: 530px) {
  .product-filter-wrapper .price-group > div {
    display: block;
  }
  .product-filter-wrapper .min_max_fields,
  .product-filter-wrapper .slider-wrap {
    display: block;
    width: 100%;
  }
  .product-filter-wrapper .slider-price.disabled::after {
    line-height: 80px;
  }
  .product-filter-wrapper .slider-wrap {
    padding-right: 15px;
    margin-top: 10px;
  }
  .product-filter-wrapper .min_max_fields .item {
    width: 50%;
    text-align: right;
    padding-right: 10px;
  }
  .product-filter-wrapper .min_max_fields .item + .item {
    text-align: left;
    padding-right: 0;
  }
  .product-filter-wrapper .filter-item {
    width: 100%;
  }
  .h-cart-table-body .cart-item__qty {
    width: 100%;
  }
  .h-cart-table-body .cart-item__qty > span,
  .h-cart-table-body .cart-item__qty::before {
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .h-cart-table-body .cart-item__qty::before {
    text-align: left;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    content: attr(data-title) ':';
    font-weight: 400;
  }
  .h-cart-table-body .cart-item__price,
  .h-cart-table-body .cart-item__total {
    width: 50%;
  }
  .h-cart-table-body .cart-item__total {
    padding-right: 35px;
    padding-bottom: 15px;
  }
  .h-cart-table-body tfoot td,
  .h-cart-table-body tfoot td + td {
    width: 50%;
  }
  .h-cart-table-body tfoot td + td {
    padding-right: 35px;
  }
  #column-left .module-product-filter::before,
  #column-left .module-product-filter > .heading,
  #column-left .module-product-filter > .content,
  #column-left .module-product-filter > .content .panel-footer {
    width: 100%;
  }
  #form-review .rating-question .control-label,
  #form-review .review-captcha-box .input-payment-captcha-label,
  #form-review .input-payment-captcha-field {
    display: inline-block;
    width: 100%;
  }
  #form-review .add-review-action-box {
    padding-left: 0;
  }
  #form-review .add-review-action-box button {
    width: 100%;
  }
  #form-review .add-review-action-box button + button {
    margin-top: 10px;
  }
  .table-account-order-details,
  .table-account-order-addresses,
  .table-account-return-details,
  .table-account-order-details tbody,
  .table-account-order-addresses tbody,
  .table-account-return-details tbody,
  .table-account-order-details tr,
  .table-account-order-addresses tr,
  .table-account-return-details tr,
  .table-account-order-details th,
  .table-account-order-addresses th,
  .table-account-return-details th,
  .table-account-order-details td,
  .table-account-order-addresses td,
  .table-account-return-details td {
    display: block;
    width: 100% !important;
  }
  .table-account-order-details tbody td,
  .table-account-order-addresses tbody td,
  .table-account-return-details tbody td {
    border-left-width: 0;
  }
  .table-account-order-details thead,
  .table-account-order-addresses thead,
  .table-account-return-details thead {
    display: none;
  }
  .table-account-order-details td[data-title]::before,
  .table-account-order-addresses td[data-title]::before,
  .table-account-return-details td[data-title]::before {
    display: block;
    content: attr(data-title);
    font-size: 87%;
    line-height: 120%;
    border: 0 solid #f0f0f0;
    padding: 15px 20px;
    color: #3c3c3c;
    font-weight: 600;
    background-color: #f0f0f0;
    margin: -15px -20px 15px -20px;
  }
  .table-account-order-details td[data-title] + td[data-title],
  .table-account-order-addresses td[data-title] + td[data-title],
  .table-account-return-details td[data-title] + td[data-title] {
    margin-top: 15px;
  }
  .table-account-order-details td + td,
  .table-account-order-addresses td + td,
  .table-account-return-details td + td {
    padding-top: 0;
  }
  .table-account-rewards-items thead {
    display: none;
  }
  .table-account-rewards-items,
  .table-account-rewards-items tbody,
  .table-account-rewards-items tr,
  .table-account-rewards-items td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .table-account-rewards-items td[data-title]:before {
    display: inline;
    content: attr(data-title);
    font-weight: 600;
  }
  .table-account-rewards-items td {
    border-left-width: 0;
  }
  .table-account-rewards-items td + td {
    padding-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  .product-filter-wrapper .filter-action,
  .product-filter-wrapper .closeopen-product-filter-wrap {
    float: none;
  }
  #fixed-topPanel-wrapper .mobile-catalog-trigger em,
  #fixed-topPanel-wrapper .mobile-menu-trigger em {
    text-indent: -999999px;
  }
  #fixed-topPanel-wrapper .search-trigger em {
    display: none;
  }
  .header-cart-action {
    margin-bottom: 10px;
  }
  .header-cart-action .item {
    display: block;
  }
  .header-cart-action .item + .item {
    margin-top: 10px;
  }
  .header-cart-action .btn {
    display: block;
    width: 100%;
  }
  .close-current-popup-wrap {
    border-top: 1px solid #e6e6e6;
    padding-top: 0;
  }
  .close-current-popup-wrap a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0 0 0;
  }
  .h-logo-mobile {
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
  .h-logo-mobile .name {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 5px;
  }
  .header_content {
    padding: 60px 0 0 0;
  }
  .h-socnet {
    display: block;
    width: 100%;
    position: static;
    padding-top: 15px;
    text-align: center;
  }
  .h-socnet a {
    margin: 0 14px;
  }
  .h-socnet img {
    max-width: none;
  }
  .news-module-wrapper .inner {
    margin-left: 0;
    margin-right: 0;
  }
  .news-module-wrapper .product-layout {
    padding-right: 0;
    padding-left: 0;
  }
  .news-module-wrapper.articles .product-thumb {
    padding: 0;
  }
  .news-module-wrapper.articles .product-layout {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .news-module-wrapper.articles .product-layout::after {
    clear: both;
    display: block;
    content: '';
    margin-top: 20px;
    width: 100%;
    height: 4px;
    background: url(../image/bg-articles_sep-hor.png) 50% 50% repeat-x;
  }
  .news-module-wrapper.articles .product-layout:last-child,
  .news-module-wrapper.articles .product-layout:only-child {
    margin-bottom: 0;
  }
  .news-module-wrapper.articles .product-layout:last-child::after,
  .news-module-wrapper.articles .product-layout:only-child::after {
    display: none;
  }
  .news-module-wrapper.articles .horizontal-separator {
    display: none;
  }
  .news-module-wrapper.articles .image {
    float: left;
    width: 112px;
    height: 75px;
  }
  .news-module-wrapper.articles .caption {
    padding-left: 127px;
  }
  .news-module-wrapper.articles .wrap {
    background: none;
  }
  .news-module-wrapper.news .product-layout {
    width: 100%;
  }
  .news-module-wrapper.news .product-layout::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #c5c5c5;
    margin-top: 30px;
  }
  .news-module-wrapper.news .product-layout:last-child::after,
  .news-module-wrapper.news .product-layout:only-child::after {
    display: none;
  }
  .news-module-wrapper.news .product-layout .button-group {
    text-align: center;
  }
  .news-module-wrapper.news .product-thumb .caption {
    min-height: 0;
  }
  .news-module-wrapper.news .product-thumb .caption h3 {
    font-size: 17px;
    line-height: 19px;
  }
  .news-module-wrapper.news .product-thumb .teaser {
    font-size: inherit;
    line-height: inherit;
  }
  .news-module-wrapper.news .news-date-container {
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
  }
  .news-module-wrapper.video-articles .image {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .news-module-wrapper.video-articles .caption {
    padding-left: 0;
  }
  .news-module-wrapper.video-articles .caption h3 {
    font-size: 17px;
    line-height: 19px;
  }
  .news-module-wrapper.video-articles .caption .teaser {
    font-size: inherit;
    line-height: inherit;
  }
  .product-thumb .quantity-box {
    float: left;
    margin-left: 0;
    margin-right: 15px;
    padding-bottom: 15px;
  }
  .product-thumb .button-group {
    float: left;
    padding-top: 10px;
    margin-right: -20px;
    margin-bottom: 15px;
  }
  .product-thumb.no-addtl .button-group {
    float: none;
    margin-right: 0;
  }
  .product-thumb.no-addtl .btn-item-addtocart {
    padding-left: 0;
  }
  .product-thumb .btn-item-addtocart {
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 5px;
  }
  .product-thumb .btn-item-addtocart button {
    width: 110px;
  }
  .product-thumb .btn-item-addtowishlist,
  .product-thumb .btn-item-addtocompare {
    width: auto;
    margin-left: 10px;
  }
  .product-thumb .btn-item-addtowishlist button,
  .product-thumb .btn-item-addtocompare button {
    width: 40px;
  }
  .product-thumb.no-addtl .thumb-wrap {
    padding-bottom: 17px;
  }
  .product-thumb.no-addtl .price {
    margin-bottom: 0;
  }
  .product-thumb.no-addtl .btn-item-addtocart {
    padding-left: 0;
  }
  .blog-items-container .product-thumb .image,
  .blog-items-container .product-thumb .caption {
    display: inline-block;
    vertical-align: top;
  }
  .blog-items-container .product-thumb .image,
  .blog-items-container .product-thumb .caption {
    width: 100%;
  }
  .blog-items-container .product-thumb .image {
    margin-bottom: 10px;
  }
  .blog-items-container .product-thumb .caption {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .blog-tags-container {
    margin-top: 20px;
  }
  .blog-tags-container a {
    padding: 1px 4px 2px 4px;
  }
  .product-items .product-layout {
    width: 100%;
  }
  .marketing-advantages.in-row .item,
  .marketing-advantages.in-column .item {
    width: 50%;
  }
  .marketing-advantages div {
    font-size: 13px;
    line-height: 16px;
  }
  .marketing-sale {
    padding: 0 15px;
  }
  .marketing-sale .wrap {
    width: 100%;
    padding: 20px;
    -moz-border-radius: 5px ;
    -webkit-border-radius: 5px ;
    border-radius: 5px ;
  }
  .marketing-sale .price {
    margin: 0 0 15px 0;
  }
  .marketing-sale .action {
    display: block;
  }
  .marketing-sale .action button {
    width: 200px;
    max-width: 100%;
  }
  #review .rating {
    display: block;
  }
  #review .rating.mobile {
    display: none;
  }
  #review .message-container {
    margin-top: 10px;
  }
  #review .reply .message-container {
    margin-top: 5px;
  }
  #review .name {
    padding-top: 0;
    padding-bottom: 5px;
  }
  #review .city {
    margin-top: 4px;
  }
  #review .title,
  #review .opinion {
    margin-top: 10px;
  }
  #review .title + .opinion {
    margin-top: 5px;
  }
  .search-form-wrap .button-submit button {
    width: 100%;
  }
  .table-checkout-subtotal,
  .table-checkout-subtotal tbody,
  .table-checkout-subtotal tr,
  .table-checkout-subtotal td {
    display: block;
    width: 100%;
  }
  .table-checkout-subtotal td {
    font-size: 13px;
    color: #787878;
    padding: 0;
  }
  .table-checkout-subtotal td + td {
    font-size: inherit;
    color: inherit;
  }
  .table-checkout-subtotal tr + tr {
    margin-top: 10px;
  }
  .table-checkout-subtotal tr + tr td {
    padding-top: 0;
  }
  .blog-actions-description-container {
    font-size: 1.7rem;
    line-height: inherit;
  }
  .sdek-alerts {
    flex-direction: column;
  }
  .sdek-alerts .alert.alert-warning {
    margin-bottom: 0;
    width: 100%;
  }
  .sdek-alerts .wsiflat-no-sdek {
    margin-left: 0;
  }
  .alert-price-catalog-block .wsi-alert-buy {
    margin-bottom: 0;
  }
  .wsi-alert-buy-catalog-category .alert-price-catalog-block .wsi-alert-buy {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 449px) {
  .news-module-wrapper .btn-gazstd-default,
  .news-module-wrapper .btn-gazstd-grey {
    width: 100%;
  }
  #content .heading,
  .content-twide__wrapper .heading {
    padding-bottom: 20px;
  }
  #content .heading h1,
  .content-twide__wrapper .heading h1,
  #content .heading .h1,
  .content-twide__wrapper .heading .h1,
  #content .heading h2,
  .content-twide__wrapper .heading h2,
  #content .heading .h2,
  .content-twide__wrapper .heading .h2 {
    font-size: 23px;
    line-height: 25px;
  }
  #content .heading h1 span,
  .content-twide__wrapper .heading h1 span,
  #content .heading .h1 span,
  .content-twide__wrapper .heading .h1 span,
  #content .heading h2 span,
  .content-twide__wrapper .heading h2 span,
  #content .heading .h2 span,
  .content-twide__wrapper .heading .h2 span {
    background-position: 0 21px;
  }
  .products-carousel .owl-nav {
    top: -46px;
  }
  .table-cart-items .column_image {
    width: 80px;
  }
  .table-cart-items .column_quantity {
    display: block;
    width: 100%;
    padding: 5px 0 5px 85px;
    text-align: left;
  }
  .table-cart-items .quantity-box + .group-btn {
    display: inline-block;
    margin-top: 0;
    padding-left: 10px;
  }
  .table-cart-items .column_price,
  .table-cart-items .column_total {
    font-size: 17px;
  }
  .cart-checkout-buttons .btn {
    width: 100%;
  }
  .cart-checkout-buttons .btn + .btn {
    margin-top: 10px;
  }
  .delivery-terms-table .table-td[data-title]::before {
    display: block;
    content: attr(data-title);
  }
  .delivery-terms-table .table-td[data-title]:first-child {
    font-size: 1.05em;
  }
  .delivery-terms-table .table-td[data-title]:first-child::before {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 400px) {
  .h-cart-table-body .cart-item__price,
  .h-cart-table-body .cart-item__total {
    width: 100%;
    padding-right: 0;
    padding-left: 57px;
  }
  .h-cart-table-body .cart-item__price,
  .h-cart-table-body .cart-item__total,
  .h-cart-table-body .cart-item__price::before,
  .h-cart-table-body .cart-item__total::before {
    text-align: left;
  }
  .h-cart-table-body tfoot td {
    display: none;
  }
  .h-cart-table-body tfoot td + td {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    font-weight: 600;
  }
  .h-cart-table-body tfoot td + td::before {
    display: block;
    width: 100%;
    content: attr(data-title);
    color: #8a8a8a;
    font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .product-thumb .thumb-wrap,
  .product-thumb.no-addtl .thumb-wrap {
    padding-bottom: 5px;
  }
  .product-thumb .quantity-box {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
  }
  .product-thumb .button-group {
    float: none;
    width: 100%;
    padding-top: 0;
    margin-bottom: 0;
  }
  .product-thumb .btn-item-addtocart {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .product-thumb .btn-item-addtocart button {
    width: 100%;
  }
  .product-thumb .btn-item-addtowishlist,
  .product-thumb .btn-item-addtocompare {
    width: 50%;
    margin-left: 0;
  }
  .product-thumb .btn-item-addtowishlist button,
  .product-thumb .btn-item-addtocompare button {
    width: 100%;
  }
  .table-params,
  .table-params tbody,
  .table-params tr,
  .table-params tbody th,
  .table-params tbody td {
    display: block;
    width: 100%;
  }
  .table-params tbody th,
  .table-params tbody td {
    border: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .table-params tbody th {
    padding-bottom: 0;
    padding-top: 10px;
    font-size: 80%;
    color: #717171;
  }
  .table-params tbody td {
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: inherit;
    line-height: inherit;
    color: #000;
  }
  .organizations__getPricelist {
    padding: 15px 20px;
  }
  .organizations__getPricelist .wsi__modalForm {
    font-size: 16px;
    height: 50px;
  }
  .organizations__getPricelist .fa {
    font-size: 24px;
  }
  .alert-price-catalog-block .wsi-alert-buy {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 350px) {
  #fixed-topPanel-wrapper .left-controls .button-wrap + .button-wrap {
    margin-left: 10px;
  }
  #fixed-topPanel-wrapper .right-controls .button-wrap + .button-wrap {
    margin-left: 5px;
  }
  #fixed-topPanel-wrapper .dropdown > a {
    padding-right: 8px;
    padding-left: 8px;
  }
  #fixed-topPanel-wrapper .account-nav .dropdown-toggle {
    padding-right: 5px;
  }
  #fixed-topPanel-wrapper .cart-qty span {
    min-width: 20px;
    padding: 0 3px;
  }
  .news-module-wrapper.articles .image {
    float: none;
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .news-module-wrapper.articles .caption {
    padding-left: 0;
  }
  .slider-wrapper {
    display: none !important;
  }
}
/*# sourceMappingURL=./general.css.map */