.menu span:first-child,
.menu span:nth-child(2) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
}
.header-search input[name='q'] {
  border: 1px solid #a2a1a1;
}
.header-search input[name='q']::-webkit-input-placeholder {
  color: #454545;
}
.header-search input[name='q']::-moz-placeholder {
  color: #454545;
}
.header-search input[name='q']:-ms-input-placeholder {
  color: #454545;
}
.header-search input[name='q']::-ms-input-placeholder {
  color: #454545;
}
.header-search input[name='q']::placeholder {
  color: #454545;
}
.header-search .icon-search {
  color: #b4b4b4;
}
.advantages img {
  max-width: 100%;
  height: auto;
}
.advantages,
.advantages *,
.main-nav-toggle_calc,
.main-nav-toggle_calc * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.advantages-item img {
  max-width: 100%;
  width: 90px;
  margin: 0 auto;
}
.advantages-item p {
  color: #000;
  line-height: 1.2;
}
.advantages-main,
.advantages-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  font-size: 15px;
  margin-bottom: 24px;
}
.advantages-top-item {
  width: 25%;
  text-align: center;
  padding: 30px;
  border: 0 solid #d9d9d9;
}
.advantages-top-item img {
  margin-bottom: 10px;
}
.advantages-top-item p {
  text-align: center !important;
}
.advantages-main-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.advantages-main-item__img,
.advantages-main-item__txt {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantages-main-item__img {
  border-right: 0 solid #d9d9d9;
  padding: 10px;
  width: 20%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.advantages-main-item__txt {
  padding: 10px;
  width: 80%;
}
.advantages-main-item p {
  text-align: left !important;
  width: 100%;
}
.header-wr.header-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  margin-bottom: 95px;
}
.main-menu-wr {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 55px;
  width: 980px;
  margin: 0 auto;
  z-index: 5;
}
.tabs_catalog > li,
.tabs_catalog > li > ul > li {
  list-style: none;
  vertical-align: top;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .advantages-top-item {
    width: 50%;
  }
  .advantages-main-item {
    width: 100%;
    border: 0 solid #d9d9d9;
  }
  .advantages-main-item:not(:last-child) {
    border-bottom: 0;
  }
  .footer-wrapper .footer-top-wr {
    height: auto !important;
  }
  .social-icons {
    height: 32px;
  }
}
@media screen and (min-width: 566px) and (max-width: 767px) {
  .advantages-top-item:nth-child(odd) {
    border-right: 0;
  }
  .advantages-top-item:first-child,
  .advantages-top-item:nth-child(2) {
    border-bottom: 0;
  }
}
[class*='-site-form'] .row {
  margin: 14px 0 0;
}
[class*='-site-form'] .row:first-child {
  margin: 0 !important;
}
[class*='-site-form'] .row input[type='email'],
[class*='-site-form'] .row input[type='password'],
[class*='-site-form'] .row input[type='text'],
[class*='-site-form'] .row textarea {
  width: 100%;
  border: 1px solid #e9e9e9;
  margin: 0;
  font-family: Ubuntu, 'Segoe UI', Helvetica, sans-serif;
  color: #000;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.add-to-compare,
.site-btn,
[class*='-site-form'] .row input[type='submit'] {
  font-family: Ubuntu, 'Segoe UI', Helvetica, sans-serif;
  color: #fff !important;
  cursor: pointer;
}
[class*='-site-form'] .row.error input[type='email']::-webkit-input-placeholder,
[class*='-site-form'] .row.error input[type='password']::-webkit-input-placeholder,
[class*='-site-form'] .row.error input[type='text']::-webkit-input-placeholder,
[class*='-site-form'] .row.error textarea::-webkit-input-placeholder {
  color: #fd562c;
}
[class*='-site-form'] .row.error input[type='email']::-moz-placeholder,
[class*='-site-form'] .row.error input[type='password']::-moz-placeholder,
[class*='-site-form'] .row.error input[type='text']::-moz-placeholder,
[class*='-site-form'] .row.error textarea::-moz-placeholder {
  color: #fd562c;
}
[class*='-site-form'] .row.error input[type='email']:-moz-placeholder,
[class*='-site-form'] .row.error input[type='password']:-moz-placeholder,
[class*='-site-form'] .row.error input[type='text']:-moz-placeholder,
[class*='-site-form'] .row.error textarea:-moz-placeholder {
  color: #fd562c;
}
[class*='-site-form'] .row.error input[type='email']:-ms-input-placeholder,
[class*='-site-form'] .row.error input[type='password']:-ms-input-placeholder,
[class*='-site-form'] .row.error input[type='text']:-ms-input-placeholder,
[class*='-site-form'] .row.error textarea:-ms-input-placeholder {
  color: #fd562c;
}
[class*='-site-form'] .row.error input[type='email'],
[class*='-site-form'] .row.error input[type='password'],
[class*='-site-form'] .row.error input[type='text'],
[class*='-site-form'] .row.error textarea {
  border: 1px solid #fd562c;
}
[class*='-site-form'] .row input[type='email'],
[class*='-site-form'] .row input[type='password'],
[class*='-site-form'] .row input[type='text'] {
  height: 45px;
  padding: 0 16px;
}
[class*='-site-form'] .row textarea {
  max-height: 200px;
  resize: vertical;
  height: 80px;
  padding: 16px;
}
.row input[type='submit']:focus,
[class*='-site-form'] .row input[type='email']:focus,
[class*='-site-form'] .row input[type='password']:focus,
[class*='-site-form'] .row input[type='text']:focus,
[class*='-site-form'] .row textarea:focus {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 7px 0 #f56004;
  -moz-box-shadow: 0 0 7px 0 #f56004;
  box-shadow: 0 0 7px 0 #f56004;
}
.site-btn,
[class*='-site-form'] .row input[type='submit'] {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0 32px;
  border: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fd8027;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fd8027), to(#eb5900));
  background: -webkit-linear-gradient(#fd8027, #eb5900);
  background: -moz-linear-gradient(#fd8027, #eb5900);
  background: -ms-linear-gradient(#fd8027, #eb5900);
  background: -o-linear-gradient(#fd8027, #eb5900);
  background: linear-gradient(#fd8027, #eb5900);
  font-size: 16px;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important;
}
.site-btn:hover,
[class*='-site-form'] .row input[type='submit']:hover {
  background: #fd5924;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fd5924), to(#ec3200));
  background: -webkit-linear-gradient(#fd5924, #ec3200);
  background: -moz-linear-gradient(#fd5924, #ec3200);
  background: -ms-linear-gradient(#fd5924, #ec3200);
  background: -o-linear-gradient(#fd5924, #ec3200);
  background: linear-gradient(#fd5924, #ec3200);
}
[class*='-site-form'] .row .jq-file {
  box-shadow: none;
  border-radius: 0;
}
[class*='-site-form'] .row .jq-file .jq-file__name {
  font-size: 13px;
  height: 26px;
  padding: 0 0 0 120px;
  line-height: 26px;
  border: none;
  background: 0 0;
  box-shadow: none;
}
[class*='-site-form'] .row .jq-file .jq-file__browse {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f0630a;
  padding: 0 9px;
  border-radius: 3px;
  font: 13px/24px Ubuntu, 'Segoe UI', Helvetica, sans-serif;
  color: #f0630a;
  right: auto;
  left: 0;
  top: 0;
  background: 0 0;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
[class*='-site-form'] .row .jq-file:hover .jq-file__browse {
  background: #f0630a;
  color: #fff;
  text-shadow: none;
}
.tabs_catalog {
  padding-left: 0;
}
.tabs_catalog > li {
  display: inline-block;
  width: 23%;
  margin-right: 2%;
  color: #ff6709;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 12px;
}
.tabs_catalog > li > span {
  display: inline-block;
  border-bottom: 1px dotted #ff6709;
  padding-top: 10px;
  white-space: nowrap;
}
.tabs_catalog > li:hover > span {
  border-bottom: 1px dotted transparent;
}
.header-top-menu li:last-of-type,
.tabs_catalog > li:last-child,
.tabs_catalog > li > ul > li:nth-child(4n) {
  margin-right: 0;
}
.tabs_catalog > li.active span {
  display: block;
  border-radius: 3px;
  background: linear-gradient(to top, #056bb0, #004a7c);
  color: #fff;
  padding-bottom: 10px;
  border: 1px solid transparent;
  position: relative;
}
.tabs_catalog > li.active span:before {
  content: '';
  position: absolute;
  left: 48%;
  bottom: -12px;
  border: 6px solid transparent;
  border-top: 6px solid #056bb0;
  display: block;
  height: 0;
  width: 0;
}
.tabs_catalog > li > ul {
  display: none;
  width: 980px;
  padding-left: 0;
  background: #fff;
  padding-top: 30px;
  text-align: left;
}
.tabs_catalog > li > ul > li {
  background: #fff;
  width: 23.5%;
  display: inline-block;
  margin-right: 1.5%;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2%;
  text-align: center;
  text-transform: none;
  color: #0466a9;
  line-height: 16px;
  border: 2px solid transparent;
}
.tabs_catalog > li > ul > li img {
  display: block;
  margin: 0 auto 30px;
}
.tabs_catalog > li > ul > li p {
  text-align: center;
  display: block;
  height: 50px;
}
.tabs_catalog > li > ul > li a {
  text-decoration: underline;
}
.tabs_catalog > li > ul > li:hover a {
  text-decoration: none;
  color: #f36b12;
}
.tabs_catalog > li > ul > li:hover {
  border: 2px solid #ef6309;
  box-shadow: none;
}
.tabs_catalog > li.active > ul {
  display: block;
  position: relative;
  z-index: 2;
}
.tabs_catalog > li:nth-child(2) > ul {
  margin-left: -185px;
}
.tabs_catalog > li:nth-child(3) > ul {
  margin-left: -370px;
}
.tabs_catalog > li:nth-child(4) > ul {
  margin-left: -535px;
}
.tabs_catalog > li:nth-child(5) > ul {
  margin-left: -750px;
}
@media (min-width: 767px) {
  .tabs_catalog {
    display: flex;
  }
}
.logo_mob,
.main-menu li i.arrow,
.menu {
  display: none;
}
.nbrains-slider-block {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .nbrains-slider-block {
    margin: 0 auto;
  }
}
.outer-block p.last-child,
.outer-block p:last-child {
  overflow-x: hidden;
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background: 0 0;
}
.f_callback {
  z-index: 100;
}
.menu {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 26px;
  right: 15px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  float: right;
  z-index: 99;
}
.menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #184673;
  border-radius: 9px;
  opacity: 1;
  z-index: 1000;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu span:first-child {
  top: 0;
  transform-origin: left center;
}
.menu span:nth-child(2) {
  top: 14px;
  transform-origin: left center;
}
.menu span:nth-child(3) {
  top: 28px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.open .menu span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 3px;
  background-color: #ef6309;
}
.open .menu span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.open .menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 30px;
  left: 3px;
  background-color: #ef6309;
}
.projects .project-item .project-picture {
  overflow: hidden;
  position: relative;
}
.projects .project-item .project-picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: none;
}
@media screen and (max-width: 1023px) {
  .wrapper {
    overflow: visible !important;
  }
  .advantages-top-item {
    padding: 15px 10px;
  }
  .advantages-top-item p {
    font-size: 14px;
  }
  .tablemain {
    width: 100% !important;
  }
  .advantages,
  .news-detail .photos-wr .more-photo-wr .more-photo,
  .news-list,
  .news-list > div .news-info {
    margin: 0;
  }
  .tabs_catalog > li > span {
    white-space: normal;
  }
  #bx_3218110189_1005,
  #bx_3218110189_1006,
  #bx_3218110189_1007,
  #bx_3218110189_1008,
  #bx_3218110189_1009 {
    width: 100%;
    float: none;
    max-width: 100%;
    margin: 0 auto;
  }
  #bx_3218110189_1005,
  #bx_3218110189_1006,
  #bx_3218110189_1007,
  #bx_3218110189_1008,
  .related-products {
    margin-bottom: 20px;
  }
  .header-wr .header-bottom .logo {
    margin: 15px 35px 0 0;
  }
  .header-search {
    margin: 23px 35px 0 0;
  }
  .advantages .project-slider-wr {
    padding: 0 60px;
  }
  .content,
  .footer-wrapper .footer-top-wr .footer-top {
    padding: 0 10px;
    position: relative;
  }
  .order-wr > div.right-col > div.row {
    margin-top: 10px !important;
  }
  .news-detail .photos-wr .more-photo-wr {
    margin: 0;
    height: auto;
  }
  .news-detail .photos-wr .more-photo-wr .more-photo > div {
    width: 33.3333%;
    margin: 5px 0;
  }
  .news-detail .photos-wr .more-photo-wr .more-photo > div img {
    width: 90%;
    margin: 0 auto;
  }
  body {
    min-width: unset;
  }
  .header-search .icon-search {
    right: -20px;
  }
  .catalog_section .catalog-section-it-table div.photo,
  .main-menu:after,
  .main-menu > li:first-child:after,
  .main-menu > li:first-child:before,
  .main-menu > li:last-child:after,
  .main-menu > li:last-child:before {
    display: none;
  }
  .content-inner .bx-breadcrumb {
    width: 100%;
    margin-left: 0;
  }
  .bx-breadcrumb,
  .content,
  .footer-wrapper .footer-bottom,
  .footer-wrapper .footer-top-wr .footer-top,
  .header-wr .header-bottom,
  .header-wr .header-top-wr .header-top,
  .main-menu,
  .main-menu .dropdown-menu,
  .main-menu-wr,
  .main-slider-outer .main-slider-icons,
  .main-slider-outer .slide-content,
  .tabs_catalog > li > ul {
    width: 740px;
    margin: 0 auto;
  }
  .main-slider-outer .bx-wrapper,
  .wrapper {
    width: 100%;
    overflow: hidden;
  }
  .main-menu .dropdown-menu li {
    width: 141px;
  }
  .catalog-detail .catalog-item-preview .item-picture,
  .content .left-menu-wr {
    width: 40%;
  }
  .content .content-inner {
    width: 58%;
    padding: 0 1% 40px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .header-wr .header-bottom .logo {
    padding-bottom: 15px;
  }
  .main-slider-outer .main-slider-icons,
  .main-slider-outer .slide-content {
    margin-left: -370px;
  }
  .header-search,
  .header-wr .header-bottom .header-callback,
  .header-wr .header-bottom .logo {
    width: 32%;
  }
  .main-menu > li > span,
  .outer-block .main-menu > li > a {
    height: 35px;
    line-height: 16px;
    padding: 8px;
    font-size: 13px;
  }
  .footer-wrapper .footer-bottom,
  .main-menu,
  .main-menu > li {
    height: auto;
  }
  .main-slider-outer .main-slider-icons .slider-icon,
  .main-slider-outer .main-slider-icons .slider-icon .time-dots-wrap {
    width: 20%;
  }
  .main-slider-outer .main-slider-icons .slider-icon .time-dots-wrap .time-dot.first {
    left: 3px;
  }
  .main-slider-outer .main-slider-icons .slider-icon .time-dots-wrap .time-dot.second {
    left: 17px;
  }
  .main-slider-outer .main-slider-icons .slider-icon .time-dots-wrap .time-dot.third {
    right: 17px;
  }
  .main-slider-outer .main-slider-icons .slider-icon .time-dots-wrap .time-dot.fourth {
    right: 3px;
  }
  .bestsellers .bestsellers-items .bestseller-item {
    width: 30%;
    margin: 10px;
    height: auto;
  }
  .bestsellers .bestsellers-items .bestseller-item .item-price {
    background: 0 0;
    border: 2px solid #ee7623;
    border-radius: 3px;
    width: 75%;
    min-width: auto;
    padding: 2px;
    height: 30px;
    font-size: 16px;
  }
  .bestsellers .bestsellers-items .bestseller-item .item-text {
    padding: 10px;
  }
  .advantages .project-slider-wr .bx-wrapper .bx-controls-direction a {
    top: 70px;
  }
  .main-slider-outer .main-slider-icons .slider-icon .time-dots-wrap .time-dot {
    height: 7px;
    width: 7px;
  }
  .header-wr,
  .header-wr .header-bottom {
    height: auto;
    position: relative;
  }
  .main-news-slider li {
    width: 381px !important;
  }
  .header-wr .header-bottom .header-callback {
    float: none;
    padding-bottom: 20px;
  }
  .basket-small a {
    color: #000 !important;
  }
  .header-wr .header-bottom .header-phones {
    position: absolute;
    top: 50px;
    right: 0;
  }
  .header-wr .header-bottom .header-callback .callback {
    position: absolute;
    width: 48%;
    top: 103px;
    left: 50%;
    margin-left: -20%;
  }
  .main-menu-wr {
    top: -40px;
  }
  .header-top-menu li {
    margin: 0 8.9px;
    font-size: 11px;
  }
  .header-wr .header-top-wr .header-top .basket-small-wr {
    margin-top: 20px;
    position: relative;
    z-index: 1;
  }
  .header-wr .header-top-wr {
    position: relative !important;
  }
  .requisites-wr .download,
  a.back-to {
    position: relative;
  }
  .bx-filter,
  .catalog_section .catalog-section-it-table,
  .contacts-wr > div,
  .orange-button,
  .outer-block .orange-button,
  .tablemain,
  .vacancies .vacancy-item .right-col {
    width: 100%;
  }
  .footer-top-menu-wr ul,
  .footer-wrapper .footer-top-wr .footer-top .address {
    margin-right: 25px;
  }
  .footer-wrapper .footer-top-wr {
    height: auto;
    padding: 40px 0;
  }
  .footer_logos {
    width: 40%;
    padding-top: 20px;
  }
  .f_text_error {
    padding-left: 60px;
  }
  .text_error {
    background: url(/img/text-error.png) left top no-repeat;
  }
  .catalog-section-it-table div.property_css_size,
  .catalog-section-it-table div.property_epr_note,
  .catalog-section-it-table div.property_epr_package_amount,
  .catalog_section .catalog-section-it-table div.property_ccg_count,
  .catalog_section .catalog-section-it-table div.property_ccg_coupling_type,
  .catalog_section .catalog-section-it-table div.property_ccg_cross_section,
  .catalog_section .catalog-section-it-table div.property_cnr_cross_section,
  .catalog_section .catalog-section-it-table div.property_cnr_material,
  .catalog_section .catalog-section-it-table div.property_cnr_type,
  .catalog_section .catalog-section-it-table div.property_css_package_amount,
  .catalog_section.sect13 .catalog-section-it-table div.property_cnr_count {
    display: none !important;
  }
  .bx-filter .bx-filter-parameters-box .checkbox label,
  .bx-filter .bx-filter-parameters-box .radio label {
    min-width: auto;
    padding: 5px;
    margin: 0 5px 5px 0;
  }
  .catalog-detail .catalog-item-preview .item-properties {
    width: 65%;
    margin-left: 38%;
  }
  .catalog-detail .catalog-item-preview .item-properties .properties-list{
    width: auto;
  }
  .catalog-detail .catalog-item-preview .item-properties .properties-list .properties-list-wrap .property-item {
    float: none;
    width: 100%;
    display: flex;
    margin: 10px 0;
  }
  .catalog-detail
    .catalog-item-preview
    .item-properties
    .properties-list
    .properties-list-wrap
    .property-item
    .property-value {
    text-align: right;
    margin-top: 0;
    flex: 1;
  }
  .catalog-detail .catalog-item-preview .item-properties .item-available-value {
    float: right;
  }
  .catalog-detail
    .catalog-item-preview
    .item-properties
    .properties-list
    .properties-list-wrap
    .property-item
    .property-name,
  .catalog-detail
    .catalog-item-preview
    .item-properties
    .properties-list
    .properties-list-wrap
    .property-item
    .property-value,
  .tabletovar {
    font-size: 12px;
  }
  .catalog-detail
    .catalog-item-preview
    .item-properties
    .properties-list
    .properties-list-wrap
    .property-item
    .property-name {
    text-align: left;
  }
  .catalog-detail .catalog-item-description .tabs-wrap ul.tabs li:nth-child(n) {
    float: none;
    margin: 5px 0 0;
  }
  .catalog_section .catalog-section-it-table .catalog-section-it-row > div {
    height: auto;
    padding: 10px 5px !important;
  }
  .price__block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .related-products .ul-related-products .related-product-item a .product-photo {
    width: 200px;
  }
  .catalog_section .catalog-section-it-table {
    font-size: 13px;
  }
  .tabs_catalog > li:nth-child(2) > ul {
    margin-left: -78%;
  }
  .tabs_catalog > li:nth-child(3) > ul {
    margin-left: -162%;
  }
  .tabs_catalog > li:nth-child(4) > ul {
    margin-left: -248%;
  }
  .tabs_catalog > li:nth-child(5) > ul {
    margin-left: -330%;
  }
  .catalog-section-it-table div.name {
    width: 160px !important;
  }
  .catalog_section .catalog-section-it-table div.catalog_quantity {
    width: 12% !important;
  }
  .catalog_section .catalog-section-it-table .catalog-section-it-row > div.actions,
  .price {
    width: 15% !important;
  }
  .quantity input[type='number'],
  .quantity input[type='text'] {
    width: 20px;
    font-size: 12px;
  }
  .catalog_section .catalog-section-it-table .catalog-section-it-row > div.photo {
    width: 15%;
    display: none;
  }
  iframe {
    width: 100% !important;
    height: 300px;
  }
  .manufacturers .manufacturer-item > div {
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 0;
  }
  .manufacturers .manufacturer-item .manufacturer-logo {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .manufacturers .manufacturer-item .manufacturer-description {
    width: 100%;
    padding-right: 0;
  }
  .manufacturers .manufacturer-item .manufacturer-certificate a,
  .reviews .review-item .review-certificate a {
    margin-top: 10px;
  }
  .projects .project-item {
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0;
  }
  .projects .project-item .project-name {
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 45px;
    padding: 14px 20px;
  }
  .project-detail .project-photos .project-photo-big .project-photos-slider li {
    width: 100% !important;
    background-size: 90%;
    background-position: left;
    height: 100%;
  }
  .project-detail .project-photos .project-photo-previews {
    float: none;
    width: 100%;
  }
  .project-detail .project-photos .project-photo-previews a:nth-child(2n) {
    margin-right: 10px;
  }
  .reviews .review-item > div {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .bx-filter,
  .reviews .review-item {
    padding: 15px;
  }
  .news-list > div {
    float: none;
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
  }
  .news-list > div .news-pic {
    width: 100%;
    text-align: center;
  }
  .news-list > div .news-pic img {
    display: inline-block;
  }
  .first {
    width: 50%;
  }
  a.back-to {
    top: -10px;
  }
  a.back-to > span {
    top: 5px;
  }
  .order-wr > div .row input[type='submit'] {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .order-wr > div.left-col,
  .order-wr > div.right-col {
    float: left;
  }
  .bx-filter .bx-filter-parameters-box {
    border-top: 1px solid #eeee;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .bx-filter .bx-filter-parameters-box:first-of-type {
    border: none;
    padding-top: 0;
  }
  .bx-filter .bx-filter-parameters-box > div,
  .projects .project-item .project-picture img {
    display: block;
  }
  .bx-filter .bx-filter-parameters-box .bx-filter-parameters-box-title {
    width: 100%;
    padding-bottom: 5px;
  }
  .catalog_section .catalog-section-it-table .catalog-section-it-top > div {
    padding: 10px 5px;
    width: 1% !important;
  }
  .bx-filter .bx-filter-button-box {
    position: relative;
    right: 0;
    bottom: 0;
    text-align: left;
    margin-top: 20px;
  }
  #modef {
    margin-left: 40px;
  }
  .linkReplace {
    margin: 5px;
  }
  .rounded li {
    box-sizing: border-box;
    max-width: 90%;
  }
  .news-detail .photos-wr .mainphoto {
    float: none;
    max-width: 100%;
    background-size: contain;
    height: 180px;
  }
  .project-detail .project-photos .project-photo-previews a .photo-preview-item {
    width: 100%;
    height: 80px;
  }
  .project-detail .project-photos .project-photo-previews a {
    margin: 5px !important;
    width: 30%;
  }
  .catalog-detail .catalog-item-preview .item-picture .icon-search {
    top: 15%;
  }
  .projects .project-item .project-picture {
    background: 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .nbrains-slider-block {
    margin: 45px auto 0;
  }
  .catalog-pagenav > a,
  .catalog-pagenav > span,
  .outer-block p {
    margin-bottom: 10px;
  }
  .header-search {
    width: 100% !important;
  }
  .header-top .basket-small-wr {
    top: 230% !important;
  }
  .header-wr .header-bottom.dn_mobil {
    margin-top: 10px !important;
  }
  .header-wr.header-sticky {
    margin-bottom: 70px;
  }
  .main-menu-wr {
    transform: none;
    left: 0;
    position: relative;
  }
  .outer-block p {
    text-align: left;
    font-size: 14px;
  }
  .basket-wr .basket-body .basket-row .b-total-price {
    color: #f46d14;
  }
  .catalog_section .catalog-section-it-table .catalog-section-it-row > div,
  .requisites-wr a {
    display: inline-block;
  }
  .requisites-wr .link-title {
    width: 100%;
    display: block;
  }
  .logo_mob {
    display: block;
    padding: 15px 10px;
    position: relative;
  }
  .project-detail .project-photos .project-photo-previews a .photo-preview-item {
    height: 65px;
  }
  .project-detail .project-photos .project-photo-previews a {
    width: 29%;
  }
  .project-detail .project-photos .project-photo-big .project-photos-slider li {
    background-size: 70%;
  }
  ul.left-menu > li.parent.li-select ul.dropdown-menu > li .link-text {
    width: 90%;
  }
  .tabs_catalog > li > ul > li p {
    height: 100px;
    line-height: 1.15;
  }
  .basket-wr .b-all-total-price,
  .basket-wr .b-del,
  .basket-wr .b-item,
  .basket-wr .b-price,
  .basket-wr .b-quantity,
  .basket-wr .b-total-price,
  .basket-wr .b-total-text {
    display: contents;
    position: relative;
  }
  .basket-wr .basket-body .basket-row {
    position: relative;
    padding: 15px;
  }
  .basket-wr .basket-body .basket-row .b-item .b-item-info .b-item-info-table > div:not(.b-name) {
    font-size: 11px;
  }
  .basket-wr .basket-body .basket-row .b-del .site-icon-delete {
 /*    position: absolute;
    right: 15px;
    bottom: 15px; */
  }
  .tabs_catalog > li > ul > li img {
    margin: 15px auto 20px;
  }
  .catalog_section .catalog-section-it-table .catalog-section-it-row {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .catalog_section .catalog-section-it-table div.catalog_quantity,
  div.price {
    width: 25% !important;
  }
  .catalog_section .catalog-section-it-table .catalog-section-it-row > div.actions {
    width: auto !important;
  }
  .dn_mobil,
  .header-wr .header-bottom .logo,
  .main-menu li:hover .dropdown-menu-vertical,
  .main-menu > li:not(:first-child) {
    display: none;
  }
  .main-menu li.active .dropdown-menu-vertical,
  .main-menu li > .dropdown-menu-vertical li.active > .dropdown-submenu-vertical,
  .menu {
    display: block;
  }
  .catalog-detail .catalog-item-preview .item-picture {
    width: 100%;
    height: auto;
  }
  .catalog-detail .catalog-item-preview .item-picture a img {
    margin: 0 auto;
    max-height: 135px;
  }
  .catalog-detail .catalog-item-preview .item-properties {
    width: 100%;
    margin: 40% 0 0;
  }
  .bx-breadcrumb,
  .content,
  .footer-wrapper .footer-bottom,
  .footer-wrapper .footer-top-wr .footer-top,
  .header-wr .header-bottom,
  .header-wr .header-top-wr,
  .header-wr .header-top-wr .header-top,
  .logo_mob,
  .main-menu,
  .main-menu .dropdown-menu,
  .main-menu-wr,
  .main-slider-outer .main-slider-icons,
  .main-slider-outer .slide-content,
  .tabs_catalog > li > ul {
    width: 565px;
    margin: 0 auto;
  }
  .bx-breadcrumb {
    font-size: 12px;
  }
  body {
    font-size: 14px;
    line-height: 18px;
  }
  .h1,
  h1 {
    margin: 15px 0;
    text-align: left;
    font-size: 15px;
  }
  ul.left-menu li .menu-item .link-text {
    width: 89%;
  }
  .content .left-menu-wr {
    width: 30%;
  }
  .content .content-inner{
    width: 100%;
  }
  ul.left-menu li .menu-item .list-dot {
    margin: 4px;
  }
  ul.left-menu li .menu-item {
    padding: 10px 15px;
  }
  .footer-top-menu-wr ul,
  .footer-wrapper .footer-top-wr .footer-top .address,
  .footer-wrapper .footer-top-wr .footer-top .phones {
    float: none;
  }
  .footer-top-menu-wr {
    float: right;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
  }
  .footer-wrapper .footer-top-wr .footer-top .address span {
    display: inline-flex;
    margin-bottom: 10px;
  }
  .footer-wrapper .footer-top-wr .footer-top .phones {
    float: left;
    line-height: 15px;
    position: relative;
    top: 20px;
    padding-bottom: 20px;
  }
  .footer_logos {
    width: 53%;
  }
  .f_text_error {
    float: left;
  }
  .main-menu,
  .main-menu > li {
    height: 0;
  }
  .main-slider-outer .main-slider-icons,
  .main-slider-outer .slide-content {
    margin-left: -281px;
  }
  .header-search,
  .header-wr .header-bottom .header-callback,
  .header-wr .header-bottom .logo {
    width: 48%;
    margin: 20px 0;
  }
  .header-wr .header-bottom .header-callback {
    margin: 20px 0 40px !important;
  }
  .header-search .icon-search {
    right: 10px;
  }
  .header-wr .header-bottom .header-callback .callback {
    top: 160px;
    left: 0;
    margin-left: 0;
  }
  .header-wr .header-bottom {
    padding-bottom: 20px;
  }
  .main-slider-outer .main-slider-icons .slider-icon .icon {
    width: 50px;
    height: 50px;
    border: 5px solid #ee7623;
  }
  .header-top-menu li {
    float: none;
    margin: 0;
    line-height: 25px;
    padding: 0;
    display: inline-block;
    width: 49%;
    font-size: 16px;
    height: auto;
  }
  .header-wr .header-top-wr {
    height: auto;
    background: 0 0;
    -webkit-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
    padding: 0 10px;
  }
  .open .header-wr .header-top-wr {
    background: #165382;
    padding: 10px;
    -webkit-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .header-top-wr .header-top.dn_mobil {
    max-height: 85vh;
    overflow-y: auto;
  }
  .header-wr .header-top-wr .header-top .basket-small-wr {
    margin-top: 0;
    position: absolute;
    top: 170px;
    right: 0;
    opacity: 0;
  }
  .bestsellers .bestsellers-items {
    margin: 0;
  }
  .bestsellers .bestsellers-items .bestseller-item {
    height: auto;
    float: none;
    display: inline-block;
    margin: 1%;
    width: 46%;
  }
  .bestsellers .bestsellers-items .bestseller-item:nth-child(3n) {
    margin: 1%;
  }
  .main-news-slider li {
    width: 560px !important;
  }
  .main-menu-wr {
    margin-top: 15px;
    height: 55px;
    margin-bottom: -45px;
    z-index: 102;
  }
  .main-slider-outer .slide-content .slide-text {
    top: 60px;
    width: 60%;
    padding: 10px;
    font-size: 12px;
  }
  ul.left-menu > li > a,
  ul.left-menu > li > span {
    line-height: 14px;
    padding: 5px;
    font-size: 14px;
  }
  .header-top-menu {
    position: relative;
  }
  .header-wr .header-bottom .header-phones {
    font-size: 16px;
  }
  .header-search input[name='q'],
  .main-menu .dropdown-menu-vertical,
  .main-menu .dropdown-menu-vertical li a,
  ul.left-menu > li.parent.li-select ul.dropdown-menu > li > a {
    width: 100%;
  }
  .main-menu .dropdown-menu-vertical li a,
  .main-menu .dropdown-menu-vertical li span {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 20px 10px 10px;
  }
  .main-menu .dropdown-menu-vertical li.parent:after {
    right: 10px;
    display: none;
  }
  .main-menu .dropdown-menu {
    z-index: 10;
  }
  .bx-wrapper .bx-controls-direction a {
    z-index: 1;
  }
  .main-menu .dropdown-menu li {
    width: 32%;
  }
  .tabs_catalog > li > ul > li {
    margin: 1% !important;
    width: 31%;
    font-size: 11px;
    line-height: 14px;
  }
  .tabs_catalog > li {
    font-size: 10px;
  }
  .main-slider-outer .main-slider li {
    padding-top: 0;
    margin-top: 30px;
  }
  .main-menu > li > span,
  .outer-block .main-menu > li > a {
    height: 10px;
    line-height: 10px;
    padding: 10px;
    font-size: 14px;
  }
  .open .header-wr .header-top-wr .header-top .basket-small-wr {
    opacity: 1;
  }
  .catalog-detail
    .catalog-item-preview
    .item-properties
    .properties-list
    .properties-list-wrap
    .property-item
    .property-name,
  .catalog-detail
    .catalog-item-preview
    .item-properties
    .properties-list
    .properties-list-wrap
    .property-item
    .property-value {
    font-size: 14px;
  }
  .main-menu li i.arrow {
    width: 30px;
    height: 30px;
    color: #fff;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    display: block;
    position: absolute;
    padding: 0;
    font-style: normal;
  }
  .main-menu .dropdown-menu-vertical li span,
  .main-menu li.active .dropdown-menu-vertical li a {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .main-menu .dropdown-submenu-vertical {
    position: relative;
    left: 0;
  }
  .header-wr .header-top-wr {
    line-height: unset;
    width: 542px !important;
    position: relative !important;
  }
  .main-menu > li.li-select,
  .main-menu > li.li-select > a,
  .main-menu > li.li-select > span,
  .main-menu > li:hover,
  .main-menu > li:hover > a {
    background: #f88d46 !important;
    opacity: 1;
    border: 0;
  }
  .catalog_section .catalog-section-it-table .catalog-section-it-top > div {
    padding: 10px 5px;
    width: 0 !important;
  }
  .other-projects .bx-wrapper,
  .related-products .bx-wrapper {
    width: 65% !important;
    max-width: 65%;
  }
  .advantages .project-slider-wr {
    padding: 0;
  }
  .advantages .project-slider-wr .project-slider > div {
    height: 200px;
  }
  .catalog-detail .catalog-item-preview .item-picture .icon-search {
    top: 50%;
  }
  .bestsellers .bestsellers-items .bestseller-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bestsellers .bestsellers-items .bestseller-item a:hover > .item-text {
    color: #000;
    background: #f6f6f6;
  }
}
@media (max-width: 768px) {
  .header-wr .header-top-wr .header-top .basket-small-wr {
    display: none !important;
  }
  .tabs_catalog > li:nth-child(2) > ul,
  .tabs_catalog > li:nth-child(5) > ul {
    margin-left: -113%;
  }
  .tabs_catalog > li:nth-child(3) > ul {
    margin-left: -225%;
  }
  .tabs_catalog > li:nth-child(4) > ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 565px) {
  .advantages-top {
    margin-bottom: 0;
  }
  .advantages-top-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    border-bottom: 0;
  }
  .advantages-top-item__img,
  .advantages-top-item__txt {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .advantages-top-item__img {
    border-right: 0 solid #d9d9d9;
    padding: 10px;
    width: 20%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .advantages-top-item__txt {
    padding: 10px;
    width: 75%;
  }
  .advantages-main-item__txt > p {
    overflow: hidden !important;
  }
  .advantages-item img {
    margin: 0;
  }
  .advantages-item p {
    text-align: left !important;
    width: 100%;
  }
  .advantages-item br {
    display: none !important;
  }
  .header-top .basket-small-wr {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }
  .main-menu-wr + .main-slider-outer {
    margin-top: 0 !important;
  }
  .outer-block p br {
    line-height: 40px;
    display: block;
  }
  .outer-block p {
    line-height: 1;
  }
  .h1 .orange-button-small {
    margin-left: 0;
    margin-top: 5px;
  }
  .content .left-menu-wr,
  .tabs_catalog > li {
    width: 100%;
  }
  .advantages .project-slider-wr {
    padding: 0 60px;
  }
  .related-products .bx-wrapper {
    max-width: 50%;
    width: 50% !important;
  }
  .other-projects .bx-wrapper {
    width: 100% !important;
  }
  .other-projects .ul-other-projects .other-project-item {
    width: 190px !important;
  }
  .project-detail .project-photos .project-photo-big .project-photos-slider li {
    background-size: 90%;
  }
  .tabs_catalog > li > span {
    background: linear-gradient(to top, #056bb0, #004a7c);
    color: #fff;
    padding: 0;
    line-height: 30px;
    border: 0;
    width: 100%;
  }
  .tabs_catalog > li:nth-child(2) > ul,
  .tabs_catalog > li:nth-child(3) > ul,
  .tabs_catalog > li:nth-child(4) > ul,
  .tabs_catalog > li:nth-child(5) > ul {
    margin-left: 0;
  }
  .tabs_catalog > li.active span {
    padding-bottom: 0;
    border: 0;
    border-radius: 0;
  }
  .order-wr > div .row input[type='email'],
  .order-wr > div .row input[type='text'],
  .order-wr > div .row textarea {
    width: 270px;
  }
  .advantages > div,
  .catalog_section .catalog-section-it-table .catalog-section-it-top {
    font-size: 14px;
  }
  .tabs_catalog > li > ul > li {
    width: 47.5%;
  }
  .bestsellers .bestsellers-items .bestseller-item:nth-child(3n) {
    margin: 10px;
  }
  .bestsellers .bestsellers-items .bestseller-item {
    width: 100%;
    margin: 10px;
    display: initial;
  }
  .bestsellers .bestsellers-items .bestseller-item a > div {
    display: inline-block;
  }
  .bestsellers .bestsellers-items .bestseller-item .item-image {
    width: 39%;
  }
  .bestsellers .bestsellers-items .bestseller-item .item-text {
    width: 60%;
  }
  .bx-breadcrumb,
  .content,
  .footer-wrapper .footer-bottom,
  .footer-wrapper .footer-top-wr .footer-top,
  .header-wr .header-bottom,
  .header-wr .header-top-wr,
  .header-wr .header-top-wr .header-top,
  .logo_mob,
  .main-menu,
  .main-menu .dropdown-menu,
  .main-menu-wr,
  .main-slider-outer .main-slider-icons,
  .main-slider-outer .slide-content,
  .tabs_catalog > li > ul {
    width: 405px;
  }
  .main-slider-outer .main-slider-icons,
  .main-slider-outer .slide-content {
    margin-left: -203px;
  }
  .main-slider-outer .main-slider-icons .slider-icon .time-dots-wrap .time-dot {
    top: 30px;
    display: none;
  }
  .main-slider-outer .main-slider-icons .slider-icon {
    font-size: 10px;
    float: none;
    text-align: center;
    display: none;
  }
  .main-slider-outer .main-slider-icons .slider-icon,
  .main-slider-outer .main-slider-icons .slider-icon .time-dots-wrap {
    width: 28%;
    margin: 0 auto;
  }
  .main-slider-outer .main-slider-icons {
    height: 200px;
  }
  .content .content-inner {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
    float: none;
  }
  .catalog_section .catalog-section-it-table .catalog-section-it-row > div.photo {
    width: 1%;
  }
  ul.left-menu {
    margin-bottom: 30px;
  }
  .main-menu > li {
    display: table-header-group;
  }
  .main-slider-outer .slide-content .slide-text {
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    padding: 15px 0;
    top: -5px;
    overflow: hidden;
    height: 180px;
  }
  .main-slider-outer .slide-content .slide-text .slide-title {
    margin-bottom: 5px;
    font-size: 14px;
  }
  ul.left-menu li .menu-item {
    padding: 8px 15px;
  }
  .content .text-two-col {
    -moz-column-count: 1;
    -moz-column-gap: 30px;
    -webkit-column-count: 1;
    -webkit-column-gap: 30px;
    column-count: 1;
    column-gap: 30px;
  }
  .main-menu .dropdown-menu li {
    width: 48%;
  }
  .main-slider-outer {
    margin-bottom: 80px;
    background: 0 0;
  }
  .bestsellers .bestsellers-items .bestseller-item .item-image img {
    width: 100%;
    padding: 8% 0;
  }
  .main-slider-outer,
  .main-slider-outer .bx-wrapper,
  .main-slider-outer .main-slider li,
  .main-slider-outerб .main-slider-outer .main-slider li {
    width: 100%;
    height: 300px !important;
  }
  .main-slider-outer .main-slider li {
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center bottom;
  }
  .bx-wrapper .bx-controls-direction a {
    bottom: 45px;
    top: auto;
    z-index: 5;
  }
  .catalog-detail .catalog-item-preview .item-properties {
    margin-top: 35%;
  }
  .project-detail .project-photos .project-photo-previews a .photo-preview-item {
    height: 80px;
  }
  .main-news-slider li {
    width: 300px !important;
  }
  .main-news-slider li .news-date {
    width: 65%;
  }
}
@media screen and (max-width: 460px) {
  .main-slider-outer .main-slider li {
    -webkit-background-size: 500px;
    background-size: 500px;
  }
  .bx-wrapper .bx-controls-direction a {
    bottom: 40px;
    top: auto;
  }
  .other-projects .bx-wrapper {
    width: 55% !important;
  }
  .other-projects .ul-other-projects .other-project-item {
    width: 210px !important;
  }
}
@media screen and (max-width: 424px) {
  .main-menu .dropdown-menu li a,
  .main-menu .dropdown-menu li span,
  .tabs_catalog > li > ul > li {
    font-size: 10px;
    line-height: 12px;
  }
  .bx-breadcrumb,
  .content,
  .footer-wrapper .footer-bottom,
  .footer-wrapper .footer-top-wr .footer-top,
  .header-wr .header-bottom,
  .header-wr .header-top-wr,
  .header-wr .header-top-wr .header-top,
  .logo_mob,
  .main-menu,
  .main-menu .dropdown-menu,
  .main-menu-wr,
  .main-slider-outer .main-slider-icons,
  .main-slider-outer .slide-content,
  .tabs_catalog > li > ul {
    width: 300px;
  }
  .advantages .project-slider-wr .bx-wrapper .bx-controls-direction a {
    top: 35px;
  }
  .other-projects .bx-wrapper {
    width: 75% !important;
  }
  .project-detail .project-photos .project-photo-previews a .photo-preview-item {
    height: 55px;
  }
  .related-products .ul-related-products .related-product-item a .product-photo {
    width: 100%;
    height: 150px;
  }
  .all_contacts ul li {
    float: left;
    width: auto;
    min-width: 260px;
    max-width: 300px;
  }
  .related-products .bx-wrapper {
    max-width: 50%;
    width: 71% !important;
  }
  .first {
    text-align: center !important;
  }
  .project-detail .project-photos .project-photo-big .project-photos-slider li {
    background-size: 70%;
  }
  .bestsellers .bestsellers-items .bestseller-item .item-image img {
    padding: 20% 0;
  }
  .bestsellers .bestsellers-items .bestseller-item .item-text {
    width: 59%;
  }
  .tabs_catalog > li > ul > li {
    padding: 10px;
  }
  .main-slider-outer .main-slider-icons,
  .main-slider-outer .slide-content {
    margin-left: -150px;
  }
  .header-wr .header-bottom .header-callback .orange-button,
  .header-wr .header-bottom .header-phones,
  .outer-block .header-top-menu li a {
    font-size: 14px;
  }
  .basket-small a .basket-title,
  .basket-small a .icon,
  .header-wr .header-bottom .header-phones .icon {
    margin-right: 5px;
  }
  .header-wr .header-bottom .header-phones {
    text-align: right;
    top: 50px;
  }
  .footer-wrapper {
    font-size: 11px;
  }
  .footer-top-menu-wr ul,
  .footer-wrapper .footer-top-wr .footer-top .address {
    margin-right: 0;
  }
  .footer_logos {
    width: 100%;
  }
  .footer-wrapper .footer-bottom .clients-copyright {
    text-align: center;
    width: 100%;
  }
  .f_text_error {
    float: none;
  }
  .tablename {
    font-size: 14px !important;
  }
  .header-wr .header-bottom .header-phones .time .icon {
    font-size: 13px;
    margin-right: 0;
  }
  .footer-top-menu-wr ul li {
    width: 90%;
    margin-bottom: 5.4px;
  }
  .contacts-wr {
    padding: 25px 10px;
  }
  .fancybox-skin {
    padding: 15px !important;
  }
  .fancybox-inner,
  .feedback-site-form {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 auto !important;
    height: auto !important;
    max-height: 400px;
    overflow: scroll;
  }
  [class*='-site-form'] .row .jq-file .jq-file__name {
    height: 50px;
    padding: 0;
  }
  [class*='-site-form'] .row .jq-file .jq-file__browse {
    top: 23px;
  }
  .footer-wrapper .footer-top-wr {
    padding: 25px 0;
  }
  .catalog-detail .catalog-item-preview .item-properties {
    margin-top: 45%;
  }
  .projects .project-item .project-name {
    height: auto;
  }
  .orange-button.blue-button:before {
    left: 7px;
  }
}
.play-order:hover {
  cursor: pointer;
}
.header-wr .header-bottom .header-phones {
  margin-top: 30px;
  font-size: 17px;
  line-height: 1.4;
}
.header-contacts-phone__title {
  font-size: 12px;
}
#header-contacts-social.social-icons {
  margin-top: 4px;
}
.header-search__label {
  display: block;
  position: absolute;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .bx-breadcrumb,
  .content,
  .footer-wrapper .footer-bottom,
  .footer-wrapper .footer-top-wr .footer-top,
  .header-wr .header-bottom,
  .header-wr .header-top-wr,
  .header-wr .header-top-wr .header-top,
  .logo_mob,
  .main-menu,
  .main-menu .dropdown-menu,
  .main-menu-wr,
  .main-slider-outer .main-slider-icons,
  .main-slider-outer .slide-content,
  .tabs_catalog > li > ul {
    box-sizing: border-box;
    width: 92% !important;
  }
  .main-menu > li > span,
  .outer-block .main-menu > li > a {
    line-height: 0;
    padding: 15px;
  }
  .header-clock {
    display: none;
  }
}
@media screen and (max-width: 565px) {
  .logo_mob img {
    max-width: 75%;
  }
  .bx-breadcrumb,
  .content,
  .footer-wrapper .footer-bottom,
  .footer-wrapper .footer-top-wr .footer-top,
  .header-wr .header-bottom,
  .header-wr .header-top-wr,
  .header-wr .header-top-wr .header-top,
  .logo_mob,
  .main-menu,
  .main-menu .dropdown-menu,
  .main-menu-wr,
  .main-slider-outer .main-slider-icons,
  .main-slider-outer .slide-content,
  .tabs_catalog > li > ul {
    width: 95% !important;
  }
  .outer-block p {
    line-height: 1.2;
  }
  .catalog-detail .catalog-item-preview .item-properties .item-available-value {
    float: none !important;
  }
  .order-wr > div.left-col,
  .order-wr > div.right-col {
    float: none !important;
    width: 100% !important;
  }
  #recaptcha1 {
    transform: scale(0.85);
  }
}
.add-to-compare:hover {
  background: #fd5924;
  background: -moz-linear-gradient(top, #fd5924 0, #ec3301 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fd5924), color-stop(100%, #ec3301));
  background: -webkit-linear-gradient(top, #fd5924 0, #ec3301 100%);
  background: -o-linear-gradient(top, #fd5924 0, #ec3301 100%);
  background: -ms-linear-gradient(top, #fd5924 0, #ec3301 100%);
  background: linear-gradient(to bottom, #fd5924 0, #ec3301 100%);
}
.add-to-compare {
  display: inline-block;
  padding: 5px 10px;
  margin-left: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 17px;
  background: #fd8027;
  background: -moz-linear-gradient(top, #fd8027 0, #eb5b01 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fd8027), color-stop(100%, #eb5b01));
  background: -webkit-linear-gradient(top, #fd8027 0, #eb5b01 100%);
  background: -o-linear-gradient(top, #fd8027 0, #eb5b01 100%);
  background: -ms-linear-gradient(top, #fd8027 0, #eb5b01 100%);
  background: linear-gradient(to bottom, #fd8027 0, #eb5b01 100%);
  border: none !important;
}
.header-fixed__buttons,
.header-fixed__buttons *,
.requisites-wr,
.requisites-wr *,
.search-box input {
  box-sizing: border-box;
}
.b_header_mobile__compare {
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin: 6px 14px 0 0;
  position: relative;
  line-height: 1;
  float: left;
  border: none !important;
}
.b_header_mobile__compare i {
  font-size: 24px;
  color: #fff;
  transform: rotate(90deg);
}
.b_header_mobile__compare span {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #004877;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-family: 'Proxima Nova';
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  right: -9px;
  top: -4px;
}
.header-top-menu li {
  margin-right: 10px;
}
.main-menu .dropdown-menu,
.order-wr > div .row input[type='submit'],
.requisites-wr .download .icon-wrapper {
  width: 100%;
}
.requisites-wr {
  overflow: hidden;
  clear: both;
  padding-right: 5px;
}
.requisites-wr .download {
  position: relative !important;
  margin: 0 0 10px 10px;
}
.requisites-wr .download .link-title {
  position: relative;
  color: #1d6b41;
  padding: 6px 5px 6px 25px;
  border: 1px solid #1d6b41;
  border-radius: 3px;
  font-size: 15px;
}
.requisites-wr .download .link-title:before {
  position: absolute;
  display: block;
  content: '';
  width: 17px;
  height: 17px;
  background: url(https://www.a-cab.ru/img/icon-excel-download.png) center/100% no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4px;
  top: 50%;
}
.requisites-wr .download:hover .link-title {
  color: #fff;
  background: #1d6b41;
}
#top-basket {
  white-space: nowrap;
}
.header-wr .header-top-wr .header-top .basket-small-wr {
  min-width: 195px;
}
.basket-small a .icon {
  margin-right: 5px !important;
}
.calculator-form__input:focus {
  box-shadow: 0 0 0 2px #ee6007;
}
.d-none,
div.scrollTop {
  display: none !important;
}
.header-wr {
  -webkit-transition: margin-bottom 0.3s;
  -o-transition: margin-bottom 0.3s;
  transition: margin-bottom 0.3s;
  will-change: margin-bottom;
}
.main-nav-toggle_calc {
  margin-bottom: 20px;
  background: 0 0;
  position: relative;
  text-align: center;
  padding: 0 20px;
  cursor: pointer;
  display: none;
  width: 100%;
  top: -15px;
  border: 0;
  -webkit-transition: margin-top 0.3s;
  -o-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
  will-change: margin-top;
}
.main-nav-toggle_calc_active {
  margin-top: 0;
  -webkit-transition: margin-top 0.3s;
  -o-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
  will-change: margin-top;
}
.main-nav-toggle_calc span {
  position: relative;
  display: inline-block;
  padding: 10px;
  background: #fff;
  z-index: 1;
}
.main-nav-toggle_calc:before {
  position: absolute;
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ababab;
}
.custom-icon-angle-down {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 15px;
  position: relative;
  padding: 0;
}
.custom-icon-angle-down:after,
.custom-icon-angle-down:before {
  position: absolute;
  display: block;
  content: '';
  width: 55%;
  height: 2px;
  background: #ababab;
  border-radius: 5px;
  top: 50%;
}
.custom-icon-angle-down:before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(35deg);
  -ms-transform: translateY(-50%) rotate(35deg);
  transform: translateY(-50%) rotate(35deg);
}
.custom-icon-angle-down:after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-35deg);
  -ms-transform: translateY(-50%) rotate(-35deg);
  transform: translateY(-50%) rotate(-35deg);
}
.main-nav-toggle_calc .custom-icon-angle-down {
  position: absolute;
  z-index: 2;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateX(0);
  transform: translateX(-50%) rotateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
.main-nav-toggle_calc_active .custom-icon-angle-down {
  -webkit-transform: translateX(-50%) rotateX(180deg);
  transform: translateX(-50%) rotateX(180deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
@media screen and (max-width: 1023px) {
  .b_header_mobile__compare i {
    color: #ff8127;
  }
  .header-wr .header-top-wr .header-top .basket-small-wr {
    margin-top: 16px;
  }
}
.header-callback .b_header_mobile__basket,
.header-callback .b_header_mobile__compare,
.header-top-menu-wr.mob,
.mfp-close-btn-in .mfp-close,
.related .mobile,
.related__item__info .related__item__group .actions input {
  display: none;
}
@media screen and (min-width: 576px) {
  .requisites-wr .download {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .header-callback .b_header_mobile__compare {
    position: absolute;
    top: 153px;
    left: 0;
    display: block;
  }
  .header-callback .b_header_mobile__basket {
    position: absolute;
    top: 153px;
    right: 0;
    display: block;
  }
  .header-top-menu-wr {
    display: none;
  }
  .header-top-menu-wr.mob {
    display: block;
  }
  .all_contacts {
    overflow: hidden;
    clear: both;
    width: 100%;
  }
  .all_contacts,
  .all_contacts * {
    box-sizing: border-box;
  }
  .fancybox-wrap.fancybox-opened {
    width: 84% !important;
    left: 8% !important;
  }
  .catalog-detail .catalog-item-preview .item-properties .item-available-value {
    font-size: 20px;
  }
}
@media screen and (max-width: 625px) {
  .header-callback .b_header_mobile__basket {
    top: 185px;
  }
  .header-wr .header-bottom .header-callback .callback {
    top: 165px;
    width: 50%;
    line-height: 1;
    margin-bottom: 0;
    text-align: left;
    padding-left: 31px;
  }
  .header-wr .header-bottom .header-callback .callback .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .header-callback .b_header_mobile__compare {
    top: 160px;
    right: 80px;
    left: auto !important;
  }
  .basket-small a .basket-title {
    font-size: 0;
  }
}
.button-up,
.header-fixed__phone,
.modal-quick__body,
.play-order.add-review,
.search-box button,
.search-line-title,
.search-links,
table thead tr td {
  text-align: center;
}
.search-line {
  background-color: #f5f5f5;
  padding: 35px 0 42px;
}
.search-line > div {
  margin-bottom: 0;
}
.search-line-title {
  font-size: 30px;
  line-height: 1.3;
  margin: 0 0 30px;
}
.search-box > div {
  display: flex;
  margin-bottom: 16px;
}
.search-box form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.search-box input {
  height: 60px;
  border: 1px solid #d8d5d5;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  box-shadow: none;
  font-size: 24px;
  color: #000;
  padding: 0 85px 0 24px;
  width: 100%;
}
.search-box button {
  height: 60px;
  border: none;
  width: 85px;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.search-links a {
  color: #bfbfbf;
  border-color: #bfbfbf;
  font-size: 16px;
  font-weight: 400;
  padding: 0 3px;
}
.product-option {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.product-option .product-option-item {
  position: relative;
  color: #000;
  display: inline-block !important;
  width: 40px;
  height: 40px !important;
  margin: 0 3px 0 0;
}
.product-option .product-option-item .option-icon {
  display: block;
  height: 40px;
  background-color: #f4f4f4;
  width: 40px;
  position: relative;
  top: 0;
  right: 0;
  z-index: 50;
}
.product-option .product-option-item .option-icon:before {
  content: '';
  position: absolute;
  background: url(/upload/icons-product.png) no-repeat;
}
.product-option .product-option-item.option-1 .option-icon:before {
  background-position: -1px -336px;
  width: 20px;
  height: 19px;
  top: 10px;
  left: 10px;
}
.product-option .product-option-item.option-2 .option-icon:before {
  background-position: -1px -112px;
  width: 24px;
  height: 16px;
  top: 12px;
  left: 8px;
}
.product-option .product-option-item.option-3 .option-icon:before {
  background-position: -1px -146px;
  width: 23px;
  height: 14px;
  top: 13px;
  left: 9px;
}
.product-option .product-option-item.option-4 .option-icon:before {
  background-position: -1px 0;
  width: 28px;
  height: 21px;
  top: 9px;
  left: 5px;
}
.product-option .product-option-item.option-5 .option-icon:before {
  background-position: -1px -233px;
  width: 20px;
  height: 21px;
  top: 10px;
  left: 10px;
}
.product-option .product-option-item.option-6 .option-icon:before {
  background-position: -1px -195px;
  width: 21px;
  height: 18px;
  top: 10px;
  left: 8px;
}
.play-order.add-review {
  width: 150px;
  background: #15507e;
  color: #fff;
  margin: 20px auto;
  padding: 5px 8px;
  font-size: 13px;
  border: 1px solid #15507e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: color 0.3s, background 0.3s;
  -moz-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  cursor: pointer;
}
.play-order.add-review:hover {
  color: #15507e;
  background: #fff;
}
div.bx-yandex-map ymaps {
  max-width: 100%;
}
.catalog-detail .catalog-item-preview .buttons_wrap .add-to-compare {
  white-space: nowrap;
  width: 95px !important;
  text-align: center;
  font-size: 13px !important;
}
.advantages-main-item__txt p,
.advantages-top-item__txt p {
  overflow: visible !important;
}
.advantages-toggle {
  display: block !important;
  margin: 20px auto;
}
.advantages .advantages-main {
  -webkit-transition: max-height 0.3s, opacity 0.9s;
  -o-transition: max-height 0.3s, opacity 0.9s;
  transition: max-height 0.3s, opacity 0.9s;
  will-change: max-height, opacity;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.advantages .advantages-main.advantages-main_active {
  -webkit-transition: max-height 0.3s, opacity 0.2s;
  -o-transition: max-height 0.3s, opacity 0.2s;
  transition: max-height 0.3s, opacity 0.2s;
  will-change: max-height, opacity;
  max-height: 1000px;
  opacity: 1;
}
@font-face {
  font-family: header_icons;
  src: url(fonts/header_icons.eot?vpckn2);
  src: url(fonts/header_icons.eot?vpckn2#iefix) format('embedded-opentype'),
    url(fonts/header_icons.ttf?vpckn2) format('truetype'), url(fonts/header_icons.woff?vpckn2) format('woff'),
    url(fonts/header_icons.svg?vpckn2#header_icons) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=' header-icon-'],
[class^='header-icon-'] {
  font-family: header_icons !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-icon-cross:before {
  content: '\e900';
}
.header-icon-phone:before {
  content: '\e901';
}
.header-icon-search:before {
  content: '\e902';
}
.header-icon-burger:before {
  content: '\e903';
}
.header-icon-cart:before {
  content: '\e904';
}
.header-wr {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.main-menu-wr {
  position: relative !important;
  -webkit-transform: none;
  transform: none;
  top: 0 !important;
  left: auto;
}
.header-fixed {
  display: none;
  position: fixed;
  z-index: 500;
  top: -200px;
  left: 0;
  right: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  will-change: top;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02);
  padding: 18px 0;
}
.header-fixed.header-fixed__active {
  top: 0;
}
.header-fixed__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0;
}
.header-fixed__logo {
  border: 0 !important;
}
.header-fixed__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-fixed__menu-toggle,
.header-fixed__search-toggle {
  cursor: pointer;
  border: 0;
  background: 0 0;
  color: #ee6007;
  font-size: 24px;
  height: 24px;
  padding: 0 7px;
}
.header-fixed__search {
  position: absolute;
  display: none;
  right: 0;
  width: 72.15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  z-index: 50;
}
.header-fixed__search-close,
.header-fixed__search-submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: 0 0;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.header-fixed__search-submit {
  left: 10px;
  font-size: 24px;
  height: 24px;
  color: #ee6007;
}
.header-fixed__search-close {
  right: 10px;
  font-size: 16px;
  height: 16px;
  background: #fff;
}
.header-fixed__search-input {
  width: 100%;
  padding: 10px 10px 10px 40px;
  border: 1px solid #bdbdbd;
}
.header-fixed__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-fixed__phone:first-child {
  margin-right: 22px;
}
.header-fixed__callback .icon,
.icon__icon-phone {
  margin-right: 5px;
  line-height: 21px;
  vertical-align: middle;
}
.header-fixed__phone a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 3px;
}
.header-fixed__phone span {
  display: block;
  font-size: 10.5px;
  line-height: 11px;
}
.header-fixed__callback {
  background: 0 0;
  display: inline-block;
  font-size: 14px;
  padding: 0;
  color: #ff8127;
  border: none !important;
  cursor: pointer;
}
.header-fixed__callback .icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 3px solid #ff8127;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.header-fixed__callback .text {
  border-bottom: 1px dashed #ff8127;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.header-fixed__callback:hover .text {
  border-color: transparent;
}
table tbody tr td,
table thead tr td {
  padding: 10px;
  border-right: 1px solid #eee;
}
.main-menu-wr.main-menu-wr_fixed.main-menu-wr_active {
  top: 90px !important;
}
.a-dialog-head-icons .bx-core-adm-icon-close:before,
.basket-wr .basket-body .basket-row .b-del .site-icon-delete > span,
.fancybox-close:before,
.select-city__close:before {
  top: 2px;
  left: 2px;
}
#top-basket-fixed .basket-small a {
  color: #2c2c2c !important;
  position: relative;
  padding-left: 25px;
}
#top-basket-fixed .basket-small a .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .header-fixed {
    display: block;
  }
}
@media screen and (max-width: 1219px) {
  .header-fixed__phone:first-child {
    margin-right: 10px;
  }
  .header-fixed__search {
    width: 71.2%;
  }
}
.header-wr + .content {
  margin-top: 70px;
}
#recaptcha1 {
  margin-bottom: 15px;
}
label.privacy-policy {
  color: #e16513;
  font-size: 15px;
}
label.privacy-policy input:checked + span {
  color: #000;
}
@media screen and (min-width: 1220px) {
  .main-menu .dropdown-menu li {
    width: 16%;
  }
}
.accent-btn {
  display: inline-block;
  vertical-align: middle;
  background: #15507e;
  color: #fff;
  padding: 9px 12px;
  font-size: 13px;
  border: 1px solid #15507e;
  border-radius: 3px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  will-change: background;
  cursor: pointer;
}
.accent-btn:hover {
  background: #fff;
  color: #15507e;
}
.page-heading-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .advantages-top-item:not(:first-child) {
    border-left: 0;
  }
  .advantages-main-item {
    border-top: 0 solid #d9d9d9;
    border-left: 0 solid #d9d9d9;
  }
  .advantages-main-item:last-child,
  .advantages-main-item:nth-last-child(2) {
    border-bottom: 0 solid #d9d9d9;
  }
  .advantages-main-item:nth-child(2n) {
    border-right: 0 solid #d9d9d9;
  }
  .main-menu li > .dropdown-menu-vertical li:hover > .dropdown-submenu-vertical,
  .main-nav-toggle_calc {
    display: block;
  }
  .header-search__label {
    top: -21px;
  }
  .main-menu-underlayer {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: rgba(0, 0, 0, 0.4);
  }
  .main-menu .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
  .mCSB_scrollTools {
    left: 0;
    right: auto;
  }
  .mCustomScrollBox .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #f99e47;
  }
  .main-menu li > .dropdown-menu-vertical li .dropdown-submenu-vertical {
    max-height: 50vh;
    width: 200%;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .main-menu li > .dropdown-menu-vertical li:hover > .dropdown-submenu-vertical > div {
    max-width: 50%;
  }
  .main-menu li > .dropdown-menu-vertical li:hover > .dropdown-submenu-vertical > div,
  .main-menu li > .dropdown-menu-vertical li:hover > .dropdown-submenu-vertical > div > div,
  .main-menu li > .dropdown-menu-vertical li > .dropdown-submenu-vertical li.parent:hover {
    overflow: visible;
  }
  .main-menu li > .dropdown-menu-vertical li > .dropdown-submenu-vertical li.parent {
    position: relative;
    overflow: hidden;
  }
  .main-menu li > .dropdown-menu-vertical li > .dropdown-submenu-vertical li.parent > .dropdown-submenu-vertical {
    position: relative;
    top: 0;
    left: 0;
    display: none;
  }
  .main-menu li > .dropdown-menu-vertical li > .dropdown-submenu-vertical li.parent:hover > .dropdown-submenu-vertical {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
  }
  .main-menu li > .dropdown-menu-vertical li > .dropdown-submenu-vertical li.parent:hover > a,
  .main-menu li > .dropdown-menu-vertical li > .dropdown-submenu-vertical li.parent:hover > a > span,
  .main-menu li > .dropdown-menu-vertical li > .dropdown-submenu-vertical li.parent > a:hover {
    background: #004169 !important;
  }
  .main-menu li > .dropdown-menu-vertical li > .dropdown-submenu-vertical li.parent:after {
    top: 15px;
    right: 20px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header-wr.header-wr_menu-hidden {
    margin-bottom: 30px;
    -webkit-transition: margin-bottom 0.3s;
    -o-transition: margin-bottom 0.3s;
    transition: margin-bottom 0.3s;
    will-change: margin-bottom;
  }
  .main-menu-wr.main-menu-wr_calc {
    display: none;
  }
  .main-nav-toggle_calc:before {
    width: 45%;
  }
  .page-heading-block {
    flex-wrap: nowrap;
  }
  .page-heading-block h1 {
    max-width: 70%;
    margin-bottom: 0;
  }
  .page-heading-block__btn {
    max-width: calc(30% - 5px);
  }
}
.ms-slide-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.all_contacts .contact .contact_phone a:hover {
  color: #ee7623 !important;
}
@media screen and (max-width: 450px) {
  #jcont {
    right: 0 !important;
  }
}
.order-site-form iframe {
  height: auto !important;
  max-height: 76px !important;
}
.header-contacts-phone a {
  font-size: 20px;
}
.header-wr .header-bottom .header-phones .header-clock {
  max-width: 100%;
}
.header-wr .header-bottom .header-callback .callback .icon:before {
  top: -3px;
  left: 2px;
}
.basket-small a .basket-quantity {
  line-height: 20px;
}
.f_text_error {
  float: none !important;
  padding: 5px 0 0 100px;
}
.text_error__text {
  min-width: 200px;
}
.header-fixed__content .icon-phone:before {
  position: absolute;
  top: -3px;
  left: 2px;
}
.catalog .catalog-pagenav a {
  border-bottom: 1px solid #dadada !important;
}
.catalog .catalog-pagenav .catalog-pagenav-dots {
  border-bottom: none !important;
}
h1.section-h1 {
  text-transform: none;
  font-family: Ubuntu, 'Segoe UI', Helvetica, sans-serif;
}
.parent.highlight a,
.parent.highlight:after,
.parent.highlight:before {
  background: #ff2d30 !important;
}
.main-menu > li:first-child:before {
  z-index: -1;
}
.parent + .li-select.parent:before {
  background: #004877;
}
table {
  width: 100%;
  margin-bottom: 10px;
}
table thead {
  background: #f46e13;
  color: #fff;
  border: 1px solid #f46e13;
}
table tbody tr td:last-child,
table thead tr td:last-child {
  border-right: none;
}
table tbody {
  border: 1px solid #eee;
}
table tbody tr td {
  border-bottom: 1px solid #eee;
}
table tbody tr:nth-child(2n) {
  background: #ffdec7;
}
.basket-big-wr > .back-to {
  margin-top: 10px;
}
.basket-big-wr {
  padding-top: 35px;
}
.icon__icon-phone {
  background-image: url(/bitrix/templates/alyans-cabel.ru/img/Group_364.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .item-hidden-header {
    display: none;
  }
}
.in_cart,
.in_cart_dtl {
  background: #15507e !important;
}
.catalog-item-description {
  padding: 0 15px;
}
.iq-footer__nav__link:hover {
  color: #eb5a01 !important;
}
.iq-checkbox__text:hover {
  color: #fff !important;
}
.header-mobile-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 999999999;
}
.order_link_wrapper {
  margin-top: 15px;
}
.order_link_wrapper .cart-element {
  border-bottom: none;
}
@media (max-width: 500px) {
  .contacts-wr > div > .icon.phone br {
    display: none;
  }
  .basket-wr .basket-head .b-name {
    text-align: center;
    width: 60%;
  }
  .order_link_wrapper {
    padding: 0 15px;
  }
  .contacts-wr {
    padding: 5px 20px;
  }
  .news-list {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .basket-wr .basket-head .b-item-pic {
    width: 40%;
  }
  .news-list > div {
    width: 50%;
    text-align: center;
    padding-bottom: 15px;
  }
  .news-list > div:nth-child(2n) {
    padding-left: 5px;
  }
  .news-list > div:nth-child(odd) {
    padding-right: 5px;
  }
  .catalog-section-it-table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  .catalog-section-it-table .catalog-section-it-table-head,
  .catalog_section .catalog-section-it-table .catalog-section-it-row {
    width: 550px !important;
  }
}
@media (max-width: 767px) {
  .nbrains-slider-block {
    margin: 0 !important;
  }
  .basket-wr {
    text-align: center;
    margin: 1rem 0;
  }
  .contacts-wr > div > .icon {
    margin-bottom: 0;
    min-height: max-content !important;
  }
  .contacts-wr > div .title {
    display: none;
  }
}
@media (max-width: 425px) {
  .related__item__price {
    font-size: 14px !important;
  }
  /*.related__item__group {
    padding: 0 !important;
  }*/
  .related {
    padding: 0 20px !important;
  }
}
.dmpcl {
  position: absolute;
  left: -9999px;
  display: none;
}
.modal-quick__body {
  color: green;
  font-size: 15px;
}
div#feedbackpopupsuccess {
  padding: 20px;
}
div#feedbackpopupsuccess .modal-quick__border {
  margin-bottom: 20px;
}
.about-1-title span.animated.fadeInDown,
.about-11-title span.wow.fadeInDown.slow,
.about-4-title span.wow.fadeInDown.slow.animated,
.about-7-title span.wow.fadeInDown.slow,
span.nowrap {
  font-size: inherit;
}
@media (max-width: 768px) {
  .back-to.mobile-menu,
  .basket-big-wr p.back-to,
  .call-manager,
  .catalog_section,
  .container,
  .h1,
  .news-detail,
  .news-list,
  .news-year,
  .project-detail,
  .requisites-wr,
  .section-h1,
  .sort-btns,
  h1 {
    padding: 0 15px;
  }
  .container h1 {
    padding-right: 0;
    padding-left: 0;
  }
  .actions .js-to-basket-form {
    display: flex;
    align-items: center;
  }
  .basket-big-wr p.back-to a.delete_all {
    padding-left: 0;
  }
  .total-price {
    padding-right: 15px;
  }
  .cart__file {
    justify-content: center;
    padding: 0 15px;
  }
  .seo_description_filter {
    padding: 0 15px;
    margin-bottom: 1rem;
  }
}
.button-up {
  position: fixed;
  z-index: 5;
  bottom: 25px;
  left: 25px;
  cursor: pointer;
  color: #ef640f;
  font-size: 12px;
  line-height: 1.2;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 50px;
  height: 50px;
  background: url(/img/up-orange.png);
}
.button-up:hover {
  background: url(/img/up-touch.png);
}
@media (max-width: 1024px) {
  .related .desktop {
    display: none;
  }
  .related .mobile {
    display: block;
  }
}
@media (min-width: 1024px) {
  .main-menu-wr.main-menu-wr_fixed {
    position: fixed !important;
    z-index: 499;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -200px !important;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    will-change: top;
  }
  .about-info-text,
  .wideblock.about-main {
    font-size: 15px;
  }
  .bx-filter,
  .catalog-detail .catalog-item-description .tabs-wrap ul.tabs li span,
  .catalog-detail
    .catalog-item-preview
    .item-properties
    .properties-list
    .properties-list-wrap
    .property-item
    .property-name,
   .catalog-item-stock,
  .header-wr .header-bottom .header-callback .callback,
  .iq-footer__other .iq-checkbox__text,
  .iq-footer__other .iq-footer__other__title,
  .iq-footer__wrap .iq-footer__warn,
  .iq-top__menu .iq-top__menu__item .iq-top__menu__link,
  .manufacturer-description,
  .orange-button-small,
  .outer-block .bx-breadcrumb .bx-breadcrumb-item a,
  .outer-block a.orange-button-small,
  .price__disclaimer,
  .related__item__name,
  .reviews .review-item .review-description,
  span,
  ul.left-menu > li.parent.li-select ul.dropdown-menu > li .link-text span,
  ul.left-menu > li > a,
  ul.left-menu > li > span {
    font-size: 14px;
  }
  .catalog-detail
    .catalog-item-preview
    .item-properties
    .properties-list
    .properties-list-wrap
    .property-item
    .property-value,
  .iq-footer__nav__link,
  .main-menu .dropdown-menu li a,
  .main-menu .dropdown-menu li span,
  .main-menu-wr_calc .main-menu .parent a,
  .news-date {
    font-size: 14px !important;
  }
  .reviews .review-item .review-logo {
    width: auto;
  }
  .basket-wr .basket-body .basket-row .b-del .site-icon-delete > span {
    top: 0;
    left: 0;
  }
}
.modal-block {
  display: flex;
  justify-content: center;
}
.modal-block .modal-action {
  left: auto;
}

.header__mobile {
  position: absolute;
  left: -9999px;
}
.header__desktop {
  position: static;
}

@media (max-width: 767px) {
  .header__mobile {
    position: static;
  }
  .header__desktop {
    position: absolute;
    left: -9999px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    margin: 0 auto;
  }
  .content {
    margin: 0 !important;
  }
  .basket-big-wr {
    padding-top: 0 !important;
  }
}

.iq-header__btn {
  display: inline-block;
  font-family: Ubuntu, 'Segoe UI', Helvetica, sans-serif;
  font-size: 14px;
  padding: 4px 10px;
  color: #fff !important;
  text-align: center;
  border: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #eb5a01;
  background: -moz-linear-gradient(top, #fd8027 0, #eb5a01 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fd8027), color-stop(100%, #eb5a01));
  background: -webkit-linear-gradient(top, #fd8027 0, #eb5a01 100%);
  background: -o-linear-gradient(top, #fd8027 0, #eb5a01 100%);
  background: -ms-linear-gradient(top, #fd8027 0, #eb5a01 100%);
  background: linear-gradient(to bottom, #fd8027 0, #eb5a01 100%);
}

.iq-header__btn:hover {
  color: #fff !important;
  background: #fd8027 !important;
}

@media (min-width: 1024px) and (max-width: 1227px) {
  .header-wr .header-bottom {
    padding: 4px 1rem !important;
  }
}

@media (max-width: 500px) {
  .order-wr > div .row input[type='email'],
  .order-wr > div .row input[type='text'],
  .order-wr > div .row textarea {
    width: 100%;
  }

  .file-selectdialog .file-extended .file-selector {
    padding: 0px 0px 30px !important;
  }
  .file-selectdialog .file-extended .file-load-img {
    left: 50%;
    margin-left: -45px;
  }
}

.iq-footer__other__address {
  margin-top: 15px;
}

.iq-footer__other__address-text {
  font-size: 13px;
  line-height: 15px;
  white-space: nowrap;
}

.header__social {
	display: flex;
	gap: 8px;
	margin: 5px 0;
}

.header__tg {
	background-image: url(/img/social/tg-2.png);
}

.header__wa {
	background-image: url(/img/social/wa.png);
}

.header__social-icon {
	width: 25px;
	height: 25px;
	background-size: cover;	
	border-bottom: none!important;
}

.header__mail {
	display: flex;
    align-items: center;
}

.header__mail-title {
	display: flex;
    flex-direction: column;
	line-height: 13px;
}

.header__mail-title span {
	font-size: 12px;
}

.contacts__email-block {
	display: flex;
	gap: 40px;
}

.contacts__email {
	display: flex;
    flex-direction: column;
}

.contacts__email-title {
	
}

.contacts__email-link {
	border: none!important;
}

.contacts__email-link--main {
	color: red!important;
	font-weight: 700;
}

@media (max-width: 768px) {
	.contacts__email-block {
		flex-direction: column;
		gap: 5px;
	}

}

table.title-search-result {width: 100%;}

.list__advantages {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;		
}

.payment-for-goods {
  display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.list--payment {
	flex-direction: column;
}
.list__card {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	padding: 10px;
	flex: 1 1 436px;
	gap: 20px;		
}
.list__card--payment {
	flex: none;
}
.card__img {
	
}
.card__text {
	font-size:13px;
}
.list-description__item {
	display: flex;		
}

.err_title {
  color: #222;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;

}
.err_desc {
  margin-bottom: 40px;
}
.err_desc a,
.err_desc{
  color: #94959B;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.err_img {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.err_img img{
  max-width: 100%;
  display: inline-block;
}
@media (max-width: 568px){
  .err_title{
    font-size: 25px;
  }
}



.sort_display {
  width: 100%;
  justify-content: unset;
}

.sort-btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.sort-btns--type {
  display: flex;
  align-items: center;
}

.sort-btns__price-order {
  white-space: nowrap;
}

.sort-btns__price-order a {
  display: grid;
  column-gap: 10px;
  grid-template-columns: auto auto;
  width: unset;
  text-decoration: none !important;
  border-bottom: 0;
  font-weight: 500;
}

.sort-btns__price-order a span {
  display: grid;
  width: 20px;
}

.sort-btns__price-order a span span {
  display: block;
  height: 3px;
  background-color: #ccc;
}

.sort-btns__price-order.sort-btns__price-order--asc a span span:nth-child(1) {
  width: 33%;
}

.sort-btns__price-order.sort-btns__price-order--asc a span span:nth-child(2) {
  width: 66%;
}

.sort-btns__price-order.sort-btns__price-order--asc a span span:nth-child(3) {
  width: 100%;
}

.sort-btns__price-order.sort-btns__price-order--desc a span span:nth-child(1) {
  width: 100%;
}

.sort-btns__price-order.sort-btns__price-order--desc a span span:nth-child(2) {
  width: 66%;
}

.sort-btns__price-order.sort-btns__price-order--desc a span span:nth-child(3) {
  width: 33%;
}