.content .fig_1 {
  height: auto;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.content .fig_1> .link {
  height: auto;
  width: 100%;
  display: block;
}

.mb-20 .error {
  display: block;
  color: red;
}

.mx_specs {
  display: flex;
  flex-wrap: wrap;
}
.mx_specs .prop_name {
  width: 41%;
  flex-shrink: 0;
  margin: 5px 0;
}
.mx_specs .prop_value {
  width: 59%;
  flex-shrink: 0;
  margin: 5px 0;
}
.mx_specs hr {
  margin: 4px 0;
}
.mx_specs button {
  font-weight: bold;
  text-transform: uppercase;
  color: #B7B7B7;
  outline: none;
  border: none;
  background: none;
}

.mx_slider_wrapper {
  width: 78%;
  display: block;
  margin: auto;
  margin-top: 20px;
}
.mx_slider_wrapper * {
  box-sizing: border-box;
}
.mx_slider_wrapper .tns-outer {
  position: relative;
}
.mx_slider_wrapper .tns-controls {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 60px);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.mx_slider_wrapper .tns-controls button {
  width: 20px;
  height: 20px;
  position: relative;
  font-size: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
.mx_slider_wrapper .tns-controls button[disabled] {
  opacity: 0.4;
}
.mx_slider_wrapper .tns-controls button[data-controls=prev]:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background: url(../images/new/pic161.png) no-repeat center;
}
.mx_slider_wrapper .tns-controls button[data-controls=next]:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background: url(../images/new/pic161.png) no-repeat center;
}
.mx_slider_wrapper .mx-slider .img_wrapper {
  border: 1px solid #efe7dc;
  display: flex;
  height: 58px;
}
.mx_slider_wrapper .mx-slider .img_wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.box_modal_fig .modal__content {
  width: calc(100vw - 100px);
  height: calc(100vh - 100px);
}

.mx_addr .error {
  color: red;
  display: block;
}

.mx_config {
  display: flex;
}
.mx_config .img_wrapper {
  flex-shrink: 0;
  margin-right: 10px;
  margin-left: 10px;
}
.mx_config .title {
  font-weight: bold;
  text-transform: uppercase;
  color: #C1041E;
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.banner_wrapper {
  margin: 40px 0;
}
.banner_wrapper a img {
  width: 100%;
}
.banner_wrapper a img:first-child {
  display: block;
}
.banner_wrapper a img:last-child {
  display: none;
}

.in_credit a {
  border: 2px solid #A50B23;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  font-weight: bold;
  text-decoration: none;
  color: #A50B23;
    text-align: center;
}
.in_credit a:hover {
  color: white;
  background: #A50B23;
}

.deliv_block {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  list-style-type: none;
}
.deliv_block> li {
  display: flex;
  flex-wrap: wrap;
}
.deliv_block> li .img_wrapper {
  flex-shrink: 0;
  margin-right: 10px;
}
.deliv_block> li a {
  color: #A50B23;
}
.deliv_block> li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-left: 30px;
  font-size: 12px;
}
.deliv_block> li ul li {
  position: relative;
  padding-left: 10px;
}
.deliv_block> li ul li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 1%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #464646;
  border-radius: 4px;
}
.deliv_block> li ul li.alt {
  padding-left: 0px;
}
.deliv_block> li ul li.alt:before {
  display: none;
}

.catalog_list_2> .item> .link:hover {
  color: #383838;
}

@media (max-width: 768px) {
  .banner_wrapper {
    margin: 0px 0;
  }
  .banner_wrapper a img {
    width: 100%;
  }
  .banner_wrapper a img:first-child {
    display: none;
  }
  .banner_wrapper a img:last-child {
    display: block;
  }

  .mx_config {
    display: block;
  }
  .mx_config .img_wrapper {
    float: left;
  }

  .carousel_8 .main_list {
    display: flex;
    width: calc(100% - 300px);
    flex-wrap: wrap;
  }

  .carousel_8 .item {
    width: 50px;
    display: table-cell;
    padding: 0;
    vertical-align: top;
    margin: 5px;
  }

  .carousel_8 .fig {
    width: 48px;
    height: 48px;
  }

  .carousel_8 .next, .carousel_8 .prev {
    display: none;
  }

  .modal__content> .fig {
    width: 100%;
    height: calc(100% - 340px);
    margin: 0 0 10px;
    padding-bottom: initial;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .d-ib {
    display: inline-block;
  }

  .w-50p {
    width: 50%;
  }
  .w-50p a {
    color: #C1041E;
    text-decoration: none;
  }

  .box_modal_fig .modal__content {
    width: calc(100vw - 53px);
    height: calc(100vh - 48px);
  }

  .mx_slider_wrapper {
    width: 320px;
  }

  .content .fig_1 {
    height: 387px;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .content .fig_1> .link {
    height: 320px;
    width: 100%;
    display: block;
  }

  .modal__content> .fig {
    height: calc(100% - 210px);
    margin: 0 0 10px;
    padding-bottom: inherit;
  }
}

/*# sourceMappingURL=updated.css.map */
