/**
 * Place your custom styles here.
 */
.video-item {
  position: relative;
}

.video-item .play-video-btn {
  z-index: 1;
  border: 3px solid #FF8E0D;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  font-size: 0px;
  cursor: pointer;
  background: #ffa727 !important;
  background: -moz-linear-gradient(top, #ffae18 0%, #ff6900 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffae18), color-stop(100%, #ff6900)) !important;
  background: -webkit-linear-gradient(top, #ffae18 0%, #ff6900 100%) !important;
  background: -o-linear-gradient(top, #ffae18 0%, #ff6900 100%);
  background: -ms-linear-gradient(top, #ffae18 0%, #ff6900 100%);
  background: linear-gradient(top, #ffae18 0%, #ff6900 100%) !important;
  -webkit-box-shadow: 0 1px 0 rgba(79, 100, 102, 0.75) !important;
  -moz-box-shadow: 0 1px 0 rgba(79, 100, 102, 0.75) !important;
  box-shadow: 0 1px 0 rgba(79, 100, 102, 0.75) !important;
}
.video-item .play-video-btn:after {
  content: '';
  position: absolute;
  top: 25%;
  left: 40%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 18px solid #fff;
}
.video-item .play-video-btn:hover {
  opacity: 1;
}
.video-item .embed-video-preview {
  width: 100%;
  max-height: 320px;
}

.video-item .embed-video-frame {
  display: none;
}
.visually-hidden{
  display: none;
}
/* Blazy load hide element */
.media--loading::before, .media__icon--litebox{
  display: none;
}
.slick__slide .media__image.media__element {height: auto;}
.table-responsive {overflow-x: auto;min-height: .01%;}

img {
  height: auto;
}
picture > img { width: auto }

.price-block {
  margin-bottom: 3rem;
}

.price-block .price .name {
  min-height: auto;
}

.price-block .tab-content {
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.price-block .nav-pills > li {
  margin-top: 8px;
  border-bottom: 1px solid #d1d1d1;
  margin-left: 0;
}

.price-block .nav-pills>li>a {
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  cursor: pointer;
}

.price-block .nav-pills>li.active>a,
.price-block .nav-pills>li.active>a:hover,
.price-block .nav-pills>li.active>a:focus {
  background-color: #5c89d2;
}

.price-block .tab-content>.tab-pane {
  padding-bottom: 2rem;
}
/* Top menu */
.desktop_header__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.desktop_header__main-items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.desktop_header__main-items .navbar-nav > li {
  padding: 0 5px;
}

.desktop_header__main-items .menu--glavnoe-menu {
  margin-top: 5px;
}

.desktop_header__main-items .menu--top-menu {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
  border-bottom: 1px solid #ccc;
}

.desktop_header__main-items .menu--top-menu.nav > li > a {
  padding: 10px 5px;
}

.menu--top-menu {
  font-size: 15px;
}

.menu--top-menu.nav > li > a {
  font-family: 'Fira Sans Condensed', sans-serif;
  /* text-decoration: none; */
  padding: 10px 5px;
}

.desktop_header__mobile-link {
  display: none;
}

@media (max-width: 980px) {
  .desktop_header__wrapper .navbar-toggle {
    margin-right: 0;
  }
  .desktop_header__wrapper {
    justify-content: flex-end;
    position: relative;
  }
  .desktop_header__mobile-link {
    display: block;
    top: 9px;
    position: absolute;
    left: 0;
  }
  .desktop_header__main-items {
    justify-content: flex-end;
    width: auto;
    flex-direction: column;
  }

  .desktop_header__desktop-link {
    display: none;
  }

  header.sticky {
    display: block;
    position: fixed;
    width: 100%;
  }

  .u-header {
    bottom: 0;
    max-height: 100vh;
    overflow: scroll;
  }

  .desktop_header__main-items .menu--glavnoe-menu {
    background-color: #fff;
  }
}

.phone-link {
  font-weight: 800;
}
