@charset "UTF-8";
@font-face {
  font-family: "RobotoRegular";
  src: url("fonts/RobotoCondensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "RobotoBold";
  src: url("fonts/RobotoCondensed-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "MontserratRegular";
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "MontserratBold";
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "BebasNeueCyrillic";
  src: url("fonts/Bebas_Neue_Cyrillic.ttf") format("truetype");
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "MontserratRegular";
}

p {
  margin: 0 0 18px;
}

img {
  border: none;
}

a {
  color: #8E011C;
  outline: none;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-family: "RobotoBold";
  font-size: 24px;
  color: #8E011C;
  text-transform: uppercase;
  font-weight: normal;
}

h2, h3, h4, h5, h6 {
  color: #8E011C;
  font-size: 24px;
  font-family: "RobotoBold";
  text-transform: uppercase;
}

strong {
  font-family: "Montserratbold";
}

.warning {
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
    color: white;
	background-color: #930a1f;
}

.warning--active {
	display: flex;
z-index: 1;
}

.warning__text {
	margin-right: 30px;
}

.warning__read {
	display: block;
	margin-left: 15px;
}
.warning__apply {
border: 1px solid white;
    border-radius: 3px;
}


.nodisplay {
  display: none;
}

.rtecenter {
  text-align: center;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 auto 15px;
  width: 70%;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.load_more {
  display: block;
  border: 1px #8E011C solid;
  border-radius: 4px;
  width: 198px;
  height: 38px;
  line-height: 38px;
  background-color: #8E011C;
  color: #ffffff;
  font-size: 14px;
  font-family: "RobotoBold";
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.breadcrumbs .bx-breadcrumb .bx-breadcrumb-item {
  float: none;
  display: inline;
  line-height: 20px;
}

.breadcrumbs .bx-breadcrumb .bx-breadcrumb-item span {
  color: #585858;
  font-size: 14px;
  font-family: "MontserratRegular";
  text-decoration: none;
}

.breadcrumbs .bx-breadcrumb .bx-breadcrumb-item a {
  font-size: 14px;
  font-family: "MontserratRegular";
  text-decoration: none;
}

.breadcrumbs .bx-breadcrumb .bx-breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumbs .bx-breadcrumb .bx-breadcrumb-item a span {
  color: #000000;
}

tbody {
  border-top: none;
}

body.frontpage h1 {
  display: none;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 5;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  display: inline-block;
  padding: 80px 55px;
  background-color: #ffffff;
  left: 50%;
  opacity: 0;
  position: fixed;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  z-index: 15;
  -webkit-transition: opacity .5s, top .5s;
  transition: opacity .5s, top .5s;
}

.overlay:target + .popup {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.popup .title {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.popup input[type="text"], .popup textarea {
  font-size: 14px;
  font-family: "MontserratRegular";
  width: 350px;
  max-width: 100%;
  padding: 15px;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  margin-bottom: 13px;
  background-color: #f7f7f7;
}

.popup input[type="submit"] {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  font-family: "MontserratRegular";
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #F7D86B;
  color: #000000;
  border: none;
  cursor: pointer;
  padding: 18px 50px;
  margin: 25px auto 0;
  width: 255px;
  text-align: center;
}

.popup .close {
  background-color: #f7f7f7;
  height: 30px;
  position: absolute;
  right: 55px;
  top: 30px;
  width: 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4c4c4c;
  text-decoration: none;
  font-size: 14px;
}

.popup .soglasie {
  max-width: 350px;
  margin-top: 20px;
}

.popup .soglasie input[type="checkbox"] {
  position: absolute;
}

.popup .soglasie label {
  color: #747474;
  font-size: 12px;
  line-height: 16px;
  display: block;
  position: relative;
  padding-left: 40px;
}

.popup .captcha {
  margin: 20px 0;
}

.popup .captcha span {
  display: block;
  margin: 10px 0 5px;
  text-align: center;
}

.popup .captcha img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mmenu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #f7d86b;
  width: 100%;
  z-index: 14;
  overflow-y: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px !important;
}

.mmenu a {
  font-size: 16px !important;
}

.mmenu .mmenu-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mmenu .mmenu-body ul li a {
  color: #000000;
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: normal;
  text-decoration: none;
  padding: 10px 0;
  margin: 0 15px;
  border-bottom: 1px solid #000000;
  display: block;
}

.mmenu .mmenu-body ul li a.mmenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mmenu .mmenu-body ul li a.mmenu-link::after {
  content: '\f078';
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  color: #000000;
}

.mmenu .mmenu-body ul li a.mmenu-link.opened {
  border-bottom: 1px solid transparent !important;
}

.mmenu .mmenu-body ul li a.mmenu-link.opened::after {
  content: '\f077';
}

.mmenu .mmenu-body ul ul {
  display: none;
}

.mmenu .mmenu-body ul ul li:last-child a {
  border-bottom: 1px solid transparent !important;
}

.mmenu .mmenu-body ul ul li:last-child ul li a {
  border-bottom: 1px solid #000000 !important;
}

.mmenu .mmenu-body ul ul li:last-child ul li:last-child a {
  border-bottom: 1px solid transparent !important;
}

.mmenu .mmenu-body ul.depth-1 {
  background-color: #000000;
}

.mmenu .mmenu-body ul.depth-1 li a {
  border-bottom: 1px solid #000000;
}

.mmenu .mmenu-body > ul {
  padding: 0 0 15px 0;
}

.mmenu .mmenu-header {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-height: 70px;
}

.mmenu .mmenu-header .close {
  background-color: #4c4c4c;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  opacity: 1;
}

header #header {
  height: 130px;
  background-color: #f7d86b;
}

/*#header::after {
  background-image: url(/local/templates/oper-zal/images/nyg.png);
  content: "";
  display: block;
  position: absolute;
  top: 130px;
  width: 100%;
  z-index: 1;
  height: 118px;
}*/


header #header #header_pool {
  width: 1200px;
  margin: 0 auto;
}

header #header #header_pool .logo-logo {
  padding-top: 8px;
}

header #header #header_pool .logo-logo a {
  font-size: 28px;
  color: #8E011C;
  float: left;
  text-decoration: none;
}

header #header #header_pool .logo-logo span, header #header #header_pool .logo-logo h1, header #header #header_pool .logo-logo .h1 {
  font-size: 12px;
  font-family: "MontserratBold";
  text-transform: uppercase;
  display: block;
  padding-top: 6px;
  line-height: 17px;
  margin: 0;
}

header #header #header_pool .topPolos {
  margin-top: 11px;
  float: right;
}

header #header #header_pool .topPolos .TPAS {
  margin-right: 30px;
  font-family: "MontserratBold";
  font-size: 13px;
}

header #header #header_pool .topPolos .TPAS i {
  margin-right: 5px;
}

header #header #header_pool .topPolos .TPAS a {
  color: #000;
  font-family: "MontserratBold";
  font-size: 13px;
}

header #header #header_pool .top-menu {
  border: 0px solid #333;
  height: 50px;
  float: right;
  margin-left: 25px;
  margin-top: 35px;
}

header #header #header_pool .top-menu ul.left-menu {
  border: none;
  list-style: none;
  text-align: left;
}

header #header #header_pool .top-menu ul.left-menu li {
  list-style: none;
  float: left;
  background: none;
  margin: 0 0 0 0.5em;
  padding: 0.2em 0.5em 0 0;
}

header #header #header_pool .top-menu ul.left-menu li a {
  font-size: 12px;
  margin-right: 18px;
  font-family: "MontserratBold";
  text-transform: uppercase;
  text-decoration: none;
  color: #930a1f;
}

header #header #header_pool .top-menu ul.left-menu li a:hover {
  color: #000000;
}

header #header #header_pool .top-menu ul.left-menu li:last-child {
  padding-right: 0;
}

header #header #header_pool .top-menu ul.left-menu li:last-child a {
  margin-right: 0;
}

header .mobile-header {
  display: none;
}

main .middle {
  width: 1200px;
  padding: 0 0 105px;
  position: relative;
  margin: 0 auto;
}

main .middle .wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

main .middle .wr .left-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 246px;
          flex: 0 0 246px;
  position: relative;
}

main .middle .wr .left-sidebar .main-menu {
  border: 1px #E2E2E2 solid;
}

main .middle .wr .left-sidebar .main-menu::before {
  color: #8E011C;
  content: "Оборудование";
  display: block;
  font-family: "RobotoBold";
  font-size: 24px;
  text-transform: uppercase;
  background-color: #F7D86B;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

main .middle .wr .left-sidebar .main-menu .left-menu {
  padding: 0px;
  margin: 0px;
  border: none;
  list-style: none;
  text-align: left;
}

main .middle .wr .left-sidebar .main-menu .left-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding: 10px 10px;
  clear: left;
  border-bottom: 1px #E2E2E2 solid;
  width: 224px;
  background: none;
}

main .middle .wr .left-sidebar .main-menu .left-menu li:last-child {
  border-bottom: none;
}

main .middle .wr .left-sidebar .main-menu .left-menu li a {
  font-size: 16px;
  color: #585858;
  font-family: "RobotoBold";
  text-decoration: none;
}

main .middle .wr .left-sidebar .main-menu .left-menu li a:hover {
  color: #8E011C;
}

main .middle .wr .left-sidebar .left-news {
  margin-top: 40px;
  border: 1px #E2E2E2 solid;
}

main .middle .wr .left-sidebar .left-news .h2 {
  color: #8E011C;
  display: block;
  font-family: "RobotoBold";
  font-size: 24px;
  text-transform: uppercase;
  background-color: #F7D86B;
  text-align: center;
  margin: 0;
  padding: 10px 0px;
}

main .middle .wr .left-sidebar .left-news .h2 a {
  text-decoration: none;
}

main .middle .wr .left-sidebar .left-news .h2 a:hover {
  color: #585858;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

main .middle .wr .left-sidebar .left-news .news-list .news-item {
  margin: 0px;
  padding: 20px 10px;
  clear: left;
  border-bottom: 1px #E2E2E2 solid;
  width: 224px;
}

main .middle .wr .left-sidebar .left-news .news-list .news-item .title {
  margin-bottom: 10px;
}

main .middle .wr .left-sidebar .left-news .news-list .news-item .title a {
  font-size: 16px;
  font-family: "RobotoBold";
  color: #585858;
  text-decoration: none;
}

main .middle .wr .left-sidebar .left-news .news-list .news-item .title a:hover {
  text-decoration: none;
  color: #8E011C;
}

main .middle .wr .left-sidebar .left-news .news-list .news-item .desc {
  margin-top: 15px;
}

main .middle .wr .left-sidebar .left-news .news-list .news-item .desc a {
  font-size: 14px;
  font-family: "MontserratRegular";
  color: #585858;
  text-decoration: none;
}

main .middle .wr .left-sidebar .left-news .news-list .news-item .desc a:hover {
  text-decoration: underline;
}

main .middle .wr .content {
  padding-left: 30px;
  line-height: 24px;
  max-width: 925px;
}

main .middle .wr .content .news-list {
  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;
}

main .middle .wr .content .news-list .news-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 433px;
          flex: 0 0 433px;
  margin-bottom: 50px;
}

main .middle .wr .content .news-list .news-item .images {
  overflow: hidden;
}

main .middle .wr .content .news-list .news-item .title {
  margin: 15px auto;
  text-align: center;
  height: 45px;
}

main .middle .wr .content .news-list .news-item .title a {
  color: #585858;
  font-size: 18px;
  font-family: "RobotoBold";
  text-decoration: none;
}

main .middle .wr .content .news-list .news-item .title a:hover {
  color: #8E011C;
}

main .middle .wr .content table {
  margin-bottom: 15px;
  border: 1px #E2E2E2 solid;
  border-collapse: collapse;
}

main .middle .wr .content table td {
  padding: 13px 10px;
  border: 1px #E2E2E2 solid;
}

main .middle .wr .content table td p {
  margin: 0;
}

main #mobile-fot-ban {
  display: none;
  text-align: center;
}

.stativibor {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.stativibor .vibor3 {
  width: 208px;
  min-height: 130px;
  margin: 0 12px 25px;
  margin-left: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.stativibor .vibor3 a {
  color: #585858;
  font-size: 16px;
  text-decoration: none;
  font-weight: normal;
  font-family: "RobotoBold";
}

.stativibor .vibor3 a.ssil {
  width: 212px;
  height: 254px;
  text-align: center;
  border: 1px #E2E2E2 solid;
  display: table;
}

.stativibor .vibor3 a img {
  width: 180px !important;
  height: 180px !important;
  display: table-cell;
  vertical-align: middle;
  margin-top: 37px;
}

.main-price .row {
  width: 213px;
  float: left;
  margin: 0 14px 50px 0;
  height: 350px;
}

.main-price .row.row-4 {
  margin-right: 0px;
}

.main-price .row .image {
  border: 1px #E2E2E2 solid;
  text-align: center;
  width: 213px;
  height: 256px;
  display: table;
}

.main-price .row .image div {
  display: table-cell;
  vertical-align: middle;
}

.main-price .row .title {
  font-family: "RobotoBold";
  font-size: 18px;
  text-align: center;
  color: #585858;
  text-transform: uppercase;
  margin-top: 17px;
}

.main-price .row .title a {
  color: #585858;
  text-decoration: none;
}

.main-price .row .title a:hover {
  color: #8E011C;
}

.mc {
  -webkit-columns: 2 435px;
          columns: 2 435px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  margin: 50px auto;
  overflow: hidden;
}

.mc .row {
  width: 433px;
  border: 1px #E2E2E2 solid;
  margin-bottom: 20px;
  float: none;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.mc .row .image {
  text-align: center;
}

.mc .row .title {
  font-family: "RobotoBold";
  font-size: 18px;
  text-align: center;
  color: #585858;
  padding: 10px;
  margin-top: 10px;
}

.mc .row .title a {
  color: #585858;
  text-decoration: none;
}

.mc .row .title a:hover {
  color: #8E011C;
}

.mc .row .cena {
  font-family: "RobotoBold";
  font-size: 18px;
  text-align: center;
  color: #8E011C;
  margin-top: 10px;
}

.mc .row .description {
  padding: 0 20px;
  margin-top: 10px;
}

.mc .row .zakaz {
  margin-bottom: 15px;
}

.mc .row .zakaz a {
  display: block;
  border: 1px #8E011C solid;
  border-radius: 4px;
  width: 95px;
  height: 38px;
  line-height: 38px;
  background-color: #8E011C;
  color: #ffffff;
  font-size: 14px;
  font-family: "RobotoBold";
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin: 0 auto;
}

.mc .row .zakaz a:hover {
  background-color: #000000;
  border-color: #000000;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.catalog-section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-section-list .section-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 212px;
          flex: 0 0 212px;
  margin: 0 20px 40px 0;
}

.catalog-section-list .section-item:nth-child(4n) {
  margin: 0 0 40px;
}

.catalog-section-list .section-item .image {
  text-align: center;
  border: 1px #E2E2E2 solid;
  height: 254px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-section-list .section-item .title {
  margin: 15px 0;
  text-align: center;
}

.catalog-section-list .section-item .title a {
  font-family: "RobotoBold";
  color: #585858;
  text-decoration: none;
}

.catalog-section-list .section-item .title a:hover {
  color: #8E011C;
}

.catalog-section-razdel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-section-razdel-list .product-item-container {
  position: unset;
}

.catalog-section-razdel-list .med-ob-item {
  height: 480px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 212px;
          flex: 0 0 212px;
  margin: 0 15px 40px 0;
  position: relative;
}

.catalog-section-razdel-list .med-ob-item:nth-child(4n) {
  margin: 0 0 40px;
}

.catalog-section-razdel-list .med-ob-item .image {
  text-align: center;
  border: 1px #E2E2E2 solid;
  height: 254px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-section-razdel-list .med-ob-item .text {
  overflow: hidden;
  height: 180px;
  margin-bottom: 10px;
}

.catalog-section-razdel-list .med-ob-item .text .title {
  margin: 15px 0;
  text-align: center;
}

.catalog-section-razdel-list .med-ob-item .text .title a {
  font-family: "RobotoBold";
  color: #585858;
  text-decoration: none;
}

.catalog-section-razdel-list .med-ob-item .text .title a:hover {
  color: #8E011C;
}

.catalog-section-razdel-list .med-ob-item .text .description {
  font-size: 14px;
  color: #000000;
  font-family: "MontserratRegular";
}

.catalog-section-razdel-list .med-ob-item .text .price {
  color: #8E011C;
  text-align: center;
  margin-bottom: 9px;
  font-family: "MontserratBold";
}

.catalog-section-razdel-list .med-ob-item .two-but {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #ffffff;
  width: 100%;
}

.catalog-section-razdel-list .med-ob-item .two-but .more {
  display: block;
  border: 1px #ffffff solid;
  border-radius: 4px;
  width: 95px;
  height: 38px;
  line-height: 38px;
  background-color: #F7D86B;
  color: #000000;
  font-size: 14px;
  font-family: "RobotoBold";
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.catalog-section-razdel-list .med-ob-item .two-but .more:hover {
  color: #ffffff;
  background-color: #8E011C;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.catalog-section-razdel-list .med-ob-item .two-but .buy {
  display: block;
  border: 1px #ffffff solid;
  border-radius: 4px;
  width: 95px;
  height: 38px;
  line-height: 38px;
  background-color: #8E011C;
  color: #ffffff;
  font-size: 14px;
  font-family: "RobotoBold";
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.catalog-section-razdel-list .med-ob-item .two-but .buy:hover {
  color: #000000;
  background-color: #F7D86B;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.med-oborud-element .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 20px 0 30px;
}

.med-oborud-element .card .image {
  margin-right: 50px;
  position: relative;
}

.med-oborud-element .card .image .slider-for {
  width: 480px;
  height: 480px;
  position: relative;
  border: 1px #E2E2E2 solid;
}

.med-oborud-element .card .image .slider-for .image-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.med-oborud-element .card .image .slider-for .image-item img {
  margin: 0 auto;
}

.med-oborud-element .card .image .slider-for .slick-arrow {
  top: 42%;
}

.med-oborud-element .card .image .slider-for .slick-arrow.slick-prev {
  background: url(/local/templates/oper-zal/images/leftg.png) no-repeat;
  width: 22px;
  height: 24px;
  opacity: 0.7;
  left: 0;
  z-index: 1;
}

.med-oborud-element .card .image .slider-for .slick-arrow.slick-next {
  background: url(/local/templates/oper-zal/images/rightg.png) no-repeat;
  width: 22px;
  height: 24px;
  opacity: 0.7;
  right: 0;
  z-index: 1;
}

.med-oborud-element .card .image .slider-for .slick-arrow:hover {
  opacity: 1;
}

.med-oborud-element .card .image .slider-for .slick-arrow::before {
  display: none;
}

.med-oborud-element .card .image .slider-nav {
  width: 480px;
  height: 110px;
  margin: 10px 0 0;
}

.med-oborud-element .card .image .slider-nav .image-item {
  border: 1px #E2E2E2 solid;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  width: 110px !important;
  cursor: pointer;
}

.med-oborud-element .card .image .slider-nav .image-item.slick-active {
  margin-right: 10px;
}

.med-oborud-element .card .image .slider-nav .image-item.slick-active:last-child {
  margin-right: 0;
}

.med-oborud-element .parametrs .dop-filed.field-nal {
  display: block;
  color: #8E011C;
  font-size: 20px;
  font-family: "MontserratBold";
}

.med-oborud-element .parametrs .dop-filed.field-anons {
  font-size: 16px !important;
  font-family: "MontserratRegular" !important;
  color: #000000 !important;
  margin: 30px 0;
}

.med-oborud-element .parametrs .dop-filed.field-price {
  display: block;
  color: #8E011C;
  font-size: 20px;
  font-family: "MontserratBold";
}

.med-oborud-element .parametrs .dop-filed.field-buy a {
  display: block;
  border: 1px #ffffff solid;
  border-radius: 4px;
  width: 95px;
  height: 38px;
  line-height: 38px;
  background-color: #F7D86B;
  color: #000000;
  font-size: 14px;
  font-family: "RobotoBold";
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-top: 30px;
}

.med-oborud-element .parametrs .dop-filed.field-buy a:hover {
  color: #ffffff;
  background-color: #8E011C;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.region-ban {
  width: 100%;
  max-width: 1200px;
  margin: 35px auto;
}

.region-ban .front-slider {
  border: 1px #f7d86b solid;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}

.region-ban .two-ban {
  overflow: hidden;
}

.region-ban .two-ban .ban {
  float: left;
  position: relative;
}

.region-ban .two-ban .ban#left {
  margin-right: 40px;
}

.region-ban .two-ban .ban#left .ban-text {
  bottom: 35px;
  right: 20px;
  padding-bottom: 0px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
}

.region-ban .two-ban .ban#left .ban-text .view-more {
  bottom: 55px;
  right: 0px;
  position: absolute;
  opacity: 0;
}

.region-ban .two-ban .ban#left:hover .ban-text {
  padding-bottom: 55px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.region-ban .two-ban .ban#left:hover .ban-text .view-more {
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.region-ban .two-ban .ban#right .ban-text {
  top: 35px;
  left: 20px;
  padding-top: 0px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
}

.region-ban .two-ban .ban#right .ban-text .view-more {
  top: 55px;
  position: absolute;
  opacity: 0;
}

.region-ban .two-ban .ban#right:hover .ban-text {
  padding-top: 55px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.region-ban .two-ban .ban#right:hover .ban-text .view-more {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.region-ban .two-ban .ban .main-title {
  color: #000000;
  font-size: 24px;
  font-family: "RobotoBold";
  text-transform: uppercase;
  line-height: 24px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  letter-spacing: 2px;
}

.region-ban .two-ban .ban .view-more {
  display: block;
  border: 1px #8E011C solid;
  border-radius: 4px;
  width: 95px;
  height: 38px;
  line-height: 38px;
  background-color: #8E011C;
  color: #ffffff;
  font-size: 14px;
  font-family: "RobotoBold";
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.region-ban .two-ban .ban .view-more:hover {
  background-color: #000000;
  border-color: #000000;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.region-ban .two-ban .ban:hover .main-title {
  color: #8E011C;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.region-ban #RedMenu {
  display: none;
  margin: 0 auto;
  width: 92vw;
}

.region-ban #RedMenu .title {
  color: #a80017;
  font-family: "BebasNeueCyrillic";
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 32px 0 22px;
  text-align: center;
  text-transform: uppercase;
}

.region-ban #RedMenu .rtext {
  margin: 0 0 10px;
  text-align: center;
}

.region-ban #RedMenu #RedMenuButton {
  -webkit-box-shadow: 0 2px 6px rgba(168, 0, 23, 0.4);
          box-shadow: 0 2px 6px rgba(168, 0, 23, 0.4);
  background-repeat: no-repeat, no-repeat;
  background-image: url(/local/templates/oper-zal/images/o-menu.png), -webkit-gradient(linear, left top, left bottom, from(#b03434), to(#a80115));
  background-image: url(/local/templates/oper-zal/images/o-menu.png), linear-gradient(to bottom, #b03434, #a80115);
  background-position: 96% 10px, 0 0;
  background-size: 20px, auto;
  border: 0 none;
  border-radius: 7px;
  color: white;
  display: none;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin: 2vw 0;
  padding: 0 4vw;
  text-align: left;
  text-transform: uppercase;
  width: 92vw;
  cursor: pointer;
  font-family: "RobotoBold";
}

.region-ban #RedMenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-width: auto;
  column-width: auto;
}

.region-ban #RedMenu ul li {
  margin: 0 0 1vw;
  position: relative;
  overflow: hidden;
}

.region-ban #RedMenu ul li a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b03434), to(#a80115));
  background-image: linear-gradient(to bottom, #b03434, #a80115);
  border-radius: 7px;
  color: white;
  display: block;
  font-size: 19px;
  height: 50px;
  line-height: 50px;
  padding: 0 4vw;
  position: relative;
  font-family: "RobotoBold";
  text-decoration: none;
}

.region-ban #RedMenu ul li a .ico {
  display: block;
  width: 52px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url(/local/templates/oper-zal/images/redmenu.png);
  background-size: cover;
}

.region-ban #RedMenu ul li a#oper .ico {
  background-position: 0 0;
}

.region-ban #RedMenu ul li a#narc .ico {
  background-position: 0 -50px;
}

.region-ban #RedMenu ul li a#moni .ico {
  background-position: 0 -100px;
}

.region-ban #RedMenu ul li a#elec .ico {
  background-position: 0 -150px;
}

.region-ban #RedMenu ul li a#vaco .ico {
  background-position: 0 -200px;
}

.region-ban #RedMenu ul li a#gyne .ico {
  background-position: 0 -250px;
}

.region-ban #RedMenu ul li a#avto .ico {
  background-position: 0 -300px;
}

.region-ban #RedMenu ul li a#mebe .ico {
  background-position: 0 -350px;
}

.front-slider .main-slider {
  margin: 0 !important;
}

.front-slider .main-slider .main-item {
  height: auto !important;
}

.front-slider .main-slider .main-item .wrapper {
  width: 100%;
  overflow: hidden;
}

.front-slider .main-slider .main-item .wrapper .image {
  float: left;
  margin-right: 45px;
}

.front-slider .main-slider .main-item .wrapper .title {
  margin-bottom: 30px;
  font-family: "MontserratBold";
}

.front-slider .main-slider .main-item .wrapper .title a {
  text-decoration: none;
  font-size: 45px;
  line-height: 54px;
  color: #930a1f;
}

.front-slider .main-slider .main-item .wrapper .desc {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  font-family: "RobotoBold";
  margin-bottom: 30px;
}

.front-slider .main-slider .main-item .wrapper .price {
  color: #930a1f;
  font-size: 20px;
  line-height: 22px;
  font-family: "MontserratBold";
  margin-bottom: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.front-slider .main-slider .main-item .wrapper .more a {
  display: block;
  border: 1px #ffffff solid;
  border-radius: 4px;
  width: 200px;
  height: 45px;
  line-height: 45px;
  background-color: #F7D86B;
  color: #000000;
  font-size: 14px;
  font-family: "RobotoBold";
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  float: left;
}

.front-slider .main-slider .main-item .wrapper .more a:hover {
  color: #ffffff;
  background-color: #8E011C;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.front-slider .main-slider .slick-dots {
  text-align: right;
  bottom: 0;
}

.front-slider .main-slider .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background-color: #f7d86b;
}

.front-slider .main-slider .slick-dots li.slick-active {
  background-color: #000000;
}

.front-slider .main-slider .slick-dots li button::before {
  display: none;
}

.hits {
  position: relative;
}

.hits .hit-slider .wr {
  height: auto !important;
}

.hits .hit-slider .wr .hit-item {
  width: 212px !important;
  height: auto !important;
}

.hits .hit-slider .wr .hit-item .image {
  text-align: center;
  border: 1px #E2E2E2 solid;
  height: 254px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hits .hit-slider .wr .hit-item .title {
  text-align: center;
}

.hits .hit-slider .wr .hit-item .title a {
  font-family: "RobotoBold";
  color: #585858;
  text-decoration: none;
}

.hits .hit-slider .wr .hit-item .title a:hover {
  color: #8E011C;
}

.hits .hit-slider .wr .hit-item .two-but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #ffffff;
  width: 100%;
  margin: 15px 0;
}

.hits .hit-slider .wr .hit-item .more {
  display: block;
  border: 1px #ffffff solid;
  border-radius: 4px;
  width: 95px;
  height: 38px;
  line-height: 38px;
  background-color: #F7D86B;
  color: #000000;
  font-size: 14px;
  font-family: "RobotoBold";
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.hits .hit-slider .wr .hit-item .more:hover {
  color: #ffffff;
  background-color: #8E011C;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.hits .hit-slider .wr .hit-item .buy {
  display: block;
  border: 1px #ffffff solid;
  border-radius: 4px;
  width: 95px;
  height: 38px;
  line-height: 38px;
  background-color: #8E011C;
  color: #ffffff;
  font-size: 14px;
  font-family: "RobotoBold";
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.hits .hit-slider .wr .hit-item .buy:hover {
  color: #000000;
  background-color: #F7D86B;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.hits .hit-slider .slick-arrow {
  top: -35px;
}

.hits .hit-slider .slick-arrow.slick-prev {
  background: url(/local/templates/oper-zal/images/arrowca.png) no-repeat;
  width: 20px;
  height: 20px;
  right: 40px;
  left: auto;
  background-position: -2px -4px;
}

.hits .hit-slider .slick-arrow.slick-prev:hover {
  background-position: -2px -28px;
}

.hits .hit-slider .slick-arrow.slick-next {
  background: url(/local/templates/oper-zal/images/arrowca.png) no-repeat;
  width: 20px;
  height: 20px;
  right: 5px;
  background-position: -35px -4px;
}

.hits .hit-slider .slick-arrow.slick-next:hover {
  background-position: -35px -28px;
}

.hits .hit-slider .slick-arrow::before {
  display: none;
}

.mobile-standarts {
  display: none;
  position: relative;
}

.mobile-standarts .standarts-slider .wr {
  height: auto !important;
}

.mobile-standarts .standarts-slider .wr .standarts-item {
  width: 212px !important;
  height: auto !important;
}

.mobile-standarts .standarts-slider .wr .standarts-item .image {
  text-align: center;
  height: 254px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

.mobile-standarts .standarts-slider .wr .standarts-item .title {
  text-align: center;
}

.mobile-standarts .standarts-slider .wr .standarts-item .title a {
  font-family: "RobotoBold";
  color: #585858;
  text-decoration: none;
}

.mobile-standarts .standarts-slider .wr .standarts-item .title a:hover {
  color: #8E011C;
}

.mobile-standarts .standarts-slider .slick-arrow {
  top: -35px;
}

.mobile-standarts .standarts-slider .slick-arrow.slick-prev {
  background: url(/local/templates/oper-zal/images/arrowca.png) no-repeat;
  width: 20px;
  height: 20px;
  right: 40px;
  left: auto;
  background-position: -2px -4px;
}

.mobile-standarts .standarts-slider .slick-arrow.slick-prev:hover {
  background-position: -2px -28px;
}

.mobile-standarts .standarts-slider .slick-arrow.slick-next {
  background: url(/local/templates/oper-zal/images/arrowca.png) no-repeat;
  width: 20px;
  height: 20px;
  right: 5px;
  background-position: -35px -4px;
}

.mobile-standarts .standarts-slider .slick-arrow.slick-next:hover {
  background-position: -35px -28px;
}

.mobile-standarts .standarts-slider .slick-arrow::before {
  display: none;
}

body:not(.frontpage) .region-ban .front-slider {
  display: none;
}

body:not(.frontpage) .region-ban #RedMenu #RedMenuButton {
  display: block;
}

body:not(.frontpage) .region-ban #RedMenu ul {
  display: none;
}

footer #footer {
  width: 100%;
  background-color: #f7d86b;
  position: relative;
  font-family: "MontserratRegular";
  font-size: 12px;
  color: #000000;
  margin-top: 20px;
  overflow: visible;
  height: 140px;
}

footer #footer .wrr100 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 25px;
}

footer #footer .wrr100 .leftpodval {
  float: left;
  margin-top: 15px;
}

footer #footer .wrr100 .leftpodval a.but {
  display: block;
  border: 1px #f7d86b solid;
  border-radius: 4px;
  width: 198px;
  height: 38px;
  line-height: 38px;
  background-color: #8E011C;
  color: #ffffff;
  font-size: 14px;
  font-family: "RobotoBold";
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

footer #footer .wrr100 .rightpodval {
  float: right;
  text-align: right;
  margin-top: 35px;
}

footer #footer .wrr100 .rightpodval a {
  font-family: "MontserratRegular";
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}

.delivery-wrapper {
  position: relative;
}

.delivery-wrapper #delivery-hover {
  text-decoration: none;
  cursor: pointer;
}

.delivery-wrapper #delivery {
  position: relative;
  display: block;
  background: #8E011C;
  color: #fff;
  padding: 20px 15px;
  border-radius: 8px;
  position: absolute;
  z-index: 100;
  width: 600px;
  top: -280px;
  left: 280px;
  font-size: 13px;
}

.delivery-wrapper #delivery::after {
  content: " ";
  position: absolute;
  bottom: -20px;
  left: 305px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #8E011C;
}

.delivery-wrapper #delivery #delivery-close {
  border-left: 3px solid white;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.delivery-wrapper #delivery #delivery-close::before {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: -11px;
  border-top: 3px solid white;
}

.delivery-wrapper #delivery ul {
  list-style: none;
  padding: 0;
  margin: 20px auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 171px;
  text-transform: none;
}

@-webkit-keyframes mmenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mmenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #bx-panel {
    display: none !important;
  }
  body {
    font-size: 14px;
    line-height: 22px;
    color: #464845;
    font-family: "MontserratRegular";
  }
  img {
    max-width: 100%;
    height: auto !important;
  }
  header #header {
    display: none;
  }

  
  header .mobile-header {
    display: block;
    background: #f7d86b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 0;
  }
  header .mobile-header .mmenu-bar img {
    padding: 5px 15px;
  }
  header .mobile-header .logo-logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  header .mobile-header .logo-logo img {
    width: 120px;
    height: auto;
  }
  header .mobile-header #top_k {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-right: 15px;
  }
  header .mobile-header #top_k #Phone {
    margin-right: 25px;
  }
  header .mobile-header #top_k i {
    margin-right: 5px;
  }
  header .mobile-header #top_k a {
    color: black;
    font-family: "MontserratBold";
    font-size: 13px;
  }
  
  .mobile-header::after {
    /*background-image: url(/local/templates/oper-zal/images/nyg.png);*/
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 1;
    height: 118px;
  }

  .region-ban .front-slider {
    border: 0;
  }
  .region-ban .front-slider .main-slider .main-item {
    text-align: center;
  }
  .region-ban .front-slider .main-slider .main-item .wrapper .image {
    float: none;
    margin-right: 0;
  }
  .region-ban .front-slider .main-slider .main-item .wrapper .image img {
    margin: 0 auto;
  }
  .region-ban .two-ban .ban {
    width: 47%;
  }
  .region-ban .two-ban .ban#left {
    margin-right: 0;
    margin-left: 19px;
  }
  .region-ban .two-ban .ban#right {
    float: right;
    margin-right: 19px;
  }
  .region-ban .two-ban .ban .main-title {
    font-size: 16px;
    line-height: 14px;
  }
  .region-ban #RedMenu {
    display: block;
  }
  main .middle {
    max-width: 100%;
    margin: 0 auto;
    width: 92vw;
  }
  main .middle .wr .left-sidebar {
    display: none;
  }
  main .middle .wr .content {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
  main .middle .wr .content .news-list .news-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 323px;
            flex: 0 0 323px;
  }
  main #mobile-fot-ban {
    display: block;
  }
  .catalog-section-razdel-list .med-ob-item {
    margin: 0 34px 40px 0;
  }
  .catalog-section-razdel-list .med-ob-item:nth-child(3n) {
    margin-right: 0;
  }
  .catalog-section-razdel-list .med-ob-item:nth-child(4n) {
    margin: 0 34px 40px 0;
  }
  .med-oborud-element .card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .med-oborud-element .card .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 35px;
  }
  .med-oborud-element .card .image .slider-for {
    margin: 0 auto;
  }
  .med-oborud-element .card .image .slider-nav {
    margin: 10px auto 0;
  }
  .med-oborud-element .parametrs .dop-filed.field-buy a {
    margin-left: auto;
    margin-right: auto;
  }
  footer #footer .wrr100 {
    padding-top: 10px;
  }
  footer #footer .wrr100 .leftpodval {
    width: 50%;
    line-height: 13px;
    margin-left: 10px;
  }
  footer #footer .wrr100 .rightpodval {
    margin-right: 10px;
  }
  html.mmenu-opened .mmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: mmenu 0.5s;
            animation: mmenu 0.5s;
  }
}

@keyframes mmenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  #bx-panel {
    display: none !important;
  }
  body {
    font-size: 16px;
    line-height: 22px;
    color: #464845;
    font-family: "MontserratRegular";
  }
  img {
    max-width: 100% !important;
    height: auto !important;
  }
  header #header {
    display: none;
  }
  header .mobile-header {
    display: block;
    background: #f7d86b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 0;
    position: relative;
  }
  header .mobile-header .mmenu-bar img {
    padding: 5px 15px;
  }
  header .mobile-header .logo-logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  header .mobile-header .logo-logo img {
    width: 120px;
    height: auto;
  }
  header .mobile-header #top_k {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
    position: absolute;
    bottom: -50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .mobile-header #top_k #Phone {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    text-align: center;
  }
  header .mobile-header #top_k i {
    margin-right: 5px;
  }
  header .mobile-header #top_k a {
    color: black;
    font-family: "MontserratBold";
    font-size: 13px;
  }
  .mobile-header::after {
   /* background-image: url(/local/templates/oper-zal/images/nyg.png);*/
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 1;
    height: 118px;
  }
  .region-ban .front-slider {
    border: 0;
    padding-top: 0;
  }
  .region-ban .front-slider .main-slider .main-item {
    text-align: center;
  }
  .region-ban .front-slider .main-slider .main-item .wrapper .image {
    float: none;
    margin-right: 0;
  }
  .region-ban .front-slider .main-slider .main-item .wrapper .image img {
    margin: 0 auto;
  }
  .region-ban .front-slider .main-slider .main-item .wrapper .title {
    margin-bottom: 10px;
  }
  .region-ban .front-slider .main-slider .main-item .wrapper .title a {
    font-size: 21px;
    line-height: 27px;
  }
  .region-ban .front-slider .main-slider .main-item .wrapper .desc {
    margin-bottom: 10px;
  }
  .region-ban .front-slider .main-slider .main-item .wrapper .more {
    display: none;
  }
  .region-ban .front-slider .main-slider .slick-dots {
    text-align: center;
    bottom: -25px;
  }
  .region-ban .two-ban .ban {
    width: 90%;
    margin: 0 auto 15px;
  }
  .region-ban .two-ban .ban#left {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .region-ban .two-ban .ban#left:hover .ban-text {
    padding-bottom: 0;
  }
  .region-ban .two-ban .ban#right {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .region-ban .two-ban .ban#right:hover .ban-text {
    padding-top: 0;
  }
  .region-ban .two-ban .ban .main-title {
    font-size: 15px;
    line-height: 17px;
  }
  .region-ban .two-ban .ban .more {
    display: none;
  }
  .region-ban #RedMenu {
    display: block;
  }
  .region-ban #RedMenu .title {
    font-size: 7.3vw;
    letter-spacing: 1px;
    margin: 20px 0 12px;
  }
  .region-ban #RedMenu .rtext {
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 18px;
  }
  .region-ban #RedMenu ul {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .region-ban #RedMenu ul li {
    margin: 0 0 2vw;
  }
  .region-ban #RedMenu ul li a {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 4vw;
  }
  .region-ban #RedMenu ul li a .ico {
    width: 42px;
    height: 40px;
  }
  .region-ban #RedMenu ul li a#narc .ico {
    background-position: 0 -41px;
  }
  .region-ban #RedMenu ul li a#moni .ico {
    background-position: 0 -80px;
  }
  .region-ban #RedMenu ul li a#elec .ico {
    background-position: 0 -123px;
  }
  .region-ban #RedMenu ul li a#vaco .ico {
    background-position: 0 -164px;
  }
  .region-ban #RedMenu ul li a#gyne .ico {
    background-position: 0 -205px;
  }
  .region-ban #RedMenu ul li a#avto .ico {
    background-position: 0 -246px;
  }
  .region-ban #RedMenu ul li a#mebe .ico {
    background-position: 0 -287px;
  }
  main {
    margin-top: 60px;
  }
  main .middle {
    max-width: 100%;
    margin: 0 auto;
    width: 92vw;
  }
  main .middle .wr .left-sidebar {
    display: none;
  }
  main .middle .wr .content {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
  main .middle .wr .content .news-list .news-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 323px;
            flex: 0 0 323px;
  }
  main #mobile-fot-ban {
    display: block;
  }
  .catalog-section-razdel-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .catalog-section-razdel-list .med-ob-item {
    margin: 0 0 40px 0;
  }
  .catalog-section-razdel-list .med-ob-item:nth-child(3n) {
    margin-right: 0;
  }
  .catalog-section-razdel-list .med-ob-item:nth-child(4n) {
    margin: 0 0 40px 0;
  }
  .med-oborud-element .card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .med-oborud-element .card .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 35px;
    margin-right: 0;
  }
  .med-oborud-element .card .image .slider-for {
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
  }
  .med-oborud-element .card .image .slider-nav {
    margin: 10px auto 0;
  }
  .med-oborud-element .card .parametrs .dop-filed.field-buy a {
    margin-left: auto;
    margin-right: auto;
  }
  .med-oborud-element .description-text {
    word-break: break-word;
  }
  .med-oborud-element .description-text table.image tbody tr td {
    display: block;
    text-align: center;
  }
  .med-oborud-element .description-text ul {
    padding-left: 20px;
  }
  .hits .hit-slider .wr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hits .hit-slider .slick-arrow {
    top: 120px;
  }
  .hits .hit-slider .slick-arrow.slick-prev {
    left: 10px;
    right: auto;
  }
  .hits .hit-slider .slick-arrow.slick-next {
    right: 10px;
    left: auto;
  }
  .mobile-standarts {
    display: block;
  }
  .mobile-standarts .standarts-slider .wr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile-standarts .standarts-slider .slick-arrow {
    top: 120px;
  }
  .mobile-standarts .standarts-slider .slick-arrow.slick-prev {
    left: 10px;
    right: auto;
  }
  .mobile-standarts .standarts-slider .slick-arrow.slick-next {
    right: 10px;
    left: auto;
  }
  .main-price .row {
    float: none;
    margin: 0 auto 40px;
  }
  .mc .row {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer #footer {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    text-align: center;
  }
  footer #footer .wrr100 {
    padding-top: 10px;
  }
  footer #footer .wrr100 .leftpodval {
    width: 100%;
    float: none;
    line-height: 13px;
  }
  footer #footer .wrr100 .leftpodval a.but {
    margin: 0 auto;
  }
  footer #footer .wrr100 .rightpodval {
    width: 100%;
    float: none;
    text-align: center;
  }
  html.mmenu-opened .mmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: mmenu 0.5s;
            animation: mmenu 0.5s;
  }
  .popup {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding: 50px 10px 10px;
    top: 0 !important;
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .popup .close {
    right: 10px;
    top: 10px;
  }
  .popup input[type="text"], .popup textarea {
    width: 100%;
  }
  body:not(.frontpage) .region-ban .two-ban {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */