.title_catalog .elements_2 {
  display: flex;
  flex-direction: column;
  z-index: -1;
}
.title_catalog .elem_2:nth-child(odd) {
  background-color: #004071;
  color: #ffffff;
}
.title_catalog .elem_2:nth-child(even) {
  background-color: #FFFFFF;
  color: #000000;
}
.title_catalog .elem_2_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 7vmin 0;
}
.title_catalog .elem_2_img {
  width: 40%;
  z-index: 1;
}
.title_catalog .elem_2_content {
  z-index: 1;
  width: 60%;
  padding: 17px 0 0 6%;
}
.title_catalog .elem_2_title {
  font-size: calc(22px + 8 * ((100vw - 320px) / 1600));
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 1.16;
}
.title_catalog .subtitle {
  font-weight: bold;
  font-size: calc(19px + 4 * ((100vw - 320px) / 1600));
  line-height: 1.16em;
  margin-bottom: 13px;
}
.title_catalog .elem_2_description {
  overflow: hidden;
  font-size: calc(18px + 4 * ((100vw - 320px) / 1600));
}

@media (max-width: 450px) {
  .g-recaptcha > div {
    overflow: hidden;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .title_catalog .elem_2_img {
    width: 80%;
    margin: 0 auto;
  }
  .title_catalog .elem_2_content {
    width: 100%;
    padding: 0;
  }
  .title_catalog .elem_2_title {
    text-align: center;
    margin-top: 10px;
  }
  .title_catalog .subtitle {
    text-align: center;
  }
}

.scroll_wrap {
  position: absolute;
  right: -67px;
  top: 76%;
}
@media (max-width: 1250px) {
  .scroll_wrap {
    right: 10px;
    top: 76%;
  }
}
@media (max-width: 768px) {
  .scroll_wrap {
    right: -7px;
    top: 68%;
  }
}
.scroll {
  width: 60px;
  height: 60px;
  border: 2px solid #337ab7;
  border-radius: 50%;
  position: relative;
  animation: down 1.5s infinite;
  margin: 20px auto 35px auto;
  box-sizing: border-box;
}
.scroll::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 18px;
  width: 18px;
  height: 18px;
  border-left: 2px solid #337ab7;
  border-bottom: 2px solid #337ab7;
  transform: rotate(-45deg);
}
@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}

/* АЛЬТЕРНАТИВНЫЙ ВИД "ПОДРОБНЕЕ"*/
.alternative.wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.alternative .product-descr.one {
  width: 100%;
  text-align: center;
}
.alternative .product-descr.one h4 {
  margin-bottom: 18px;
}
.alternative .more_img_alternate {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.alternative .more_img_alternate_elem {
  width: 25%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .alternative .more_img_alternate_elem {
    width: 33.33333%;
    padding: 5px;
  }
  .alternative .more_img_alternate_title {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .product-img .big-slide {
    display: none;
  }
}
.alternative .more_img_alternate_img {
  width: 100%;
}
.alternative .more_img_alternate_title {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin-top: 12px;
}
.popup-bg .alternative .product-img {
  width: 65%;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 1vh;
}
.img-wrap .min_big_img {
  transition: 0.8s;
}
.img-wrap .min_big_img:hover {
  transform: scale(1.1);
  transition: 0.8s;
}
.descr img {
  max-width: 100%;
  height: auto;
}
.product-img .slick-track {
  margin-left: unset;
}

.popup-bg .catalog_popup {
  overflow-y: hidden !important;
}

.second_row_picture .more_img_alternate_img {
  max-width: 242px;
  max-height: 165px;
}

.more_img_alternate_description {
  color: white;
}

.second_row_picture .more_img_alternate_description {
  font-size: 12px;
  line-height: 14px;
}

/* TABS NEW */

.tab-wrap {
  display: flex !important;
  justify-content: center !important;
}

.tab-wrap .tab {
  font-family: "DaysOne", sans-serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  color: #acacac !important;
  background: #003e6c !important;
  padding: 20px 24px !important;
  transition: 0.2s !important;
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
  max-width: 280px;
  margin: 0 !important;
}

.tab-wrap .tab-active {
  background: #00243f !important;
  position: relative !important;
  z-index: 12 !important;
  text-decoration-line: underline !important;
  color: #ffc357 !important;
}

.tab-wrap .tab:hover {
  color: #f8ca75 !important;
  background: #01508b !important;
}

.tabs-hidden {
  display: none !important;
}