/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme.owl-poh .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme.owl-poh .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: unset;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme.owl-poh .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme.owl-poh .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme.owl-poh .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme.owl-poh .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme.owl-poh .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme.owl-poh .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: unset;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme.owl-poh .owl-dots .owl-dot.active span, .owl-theme.owl-poh .owl-dots .owl-dot:hover span {
      background: #869791; }

    .owl-poh .owl-stage-outer{
      overflow: visible !important;
    }

    .owl-stage{
      display: flex;
    }

    .owl-carousel{
      overflow: hidden;
      padding: 30px 15% 30px 30px;
      box-sizing: border-box;
    }

    .owl-theme.owl-poh .owl-nav [class*='owl-']:hover {
      background: none;
      color: rgba(0,0,0,0);
      text-decoration: none;
    }

    .owl-prev span{
      display: inline-block;
      background-image: url("/local/templates/bravoff/img/corp.svg");
      height: 64px;
      width: 64px;
      background-size: 64px;
      color: #f0f8ff00;
    }

    .owl-prev span:hover{
      background-image: url("/local/templates/bravoff/img/corp_active.svg");
      transform: rotate(180deg);
    }

    .owl-next span{
      display: inline-block;
      background-image: url("/local/templates/bravoff/img/corp.svg");
      transform: rotate(180deg);
      height: 64px;
      width: 64px;
      color: #f0f8ff00;
      background-size: 64px;
    }

    .owl-next span:hover{
      background-image: url("/local/templates/bravoff/img/corp_active.svg");
      transform: rotate(0deg);
    }

.owl-theme.owl-poh .owl-nav {
  margin-top: 20px;
  text-align: start;
}


.row_show2{
  display: none;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .owl-carousel{
    overflow: hidden;
    padding: 30px 10% 30px 30px;
    box-sizing: border-box;
  }
}

/*@media (max-width: 400px) {
  .owl-item{
    margin: 0 !important;
    width: 100%
  }
}
*/
/*@media (min-width: 401px) and (max-width: 1024px) {
  .owl-item{
    margin: 0 !important;
    width: calc(50% - 5px) !important;
  }
}*/

@media (max-width: 1024px) {
/*  .owl-stage {
    flex-wrap: wrap !important;
    width: 100% !important;
    gap: 10px;
  }

  .row_show2{
    display: flex;
    margin-top: 0px;
  }

  .catalog__corp{
    padding: 0;
  }

  .owl-carousel{
    overflow: visible;
  }
*/

  .catalog-item__select-box.mob{
    display: none;
  }
/*
  .item_img {
    height: 180px !important;
    padding: 20px 0;
  }

  .btn_1{
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 9px 20px !important;
  }

  .hide_item{
    display: none !important;
  }*/


}