/**
 * 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;
}

.col-centered{
  float: none;
  margin: 0 auto;
}

.visually-hidden{
  display: none;
}
.models {
  padding: 3em 0;
}

/* 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;
}

.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: #42624C;
}

.price-block .tab-content>.tab-pane {
  padding-bottom: 2rem;
}

.view-ceny-na-uslugu .field-content {
  margin: auto;
}

/* 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;
}

.block-views-blockuslugi-from-rapeir-block-uslugi .view-content {
  display: flex !important;
}

h1 .h1-next-line {
  display: block;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: normal;
  margin-top: 10px;
}

.page-node-type-page .region-footer2 {
  padding-top: 6rem;
}

.expert-info {
  text-align: end;
  font-style: italic;
  float: right;
  margin: 40px 0;
}

.expert-info__label {
  margin-bottom: 10px;
}

.expert-info__name {
  font-weight: 600;
}

@media (max-width:768px) {
  .expert-info {
    float: left;
    padding: 30px 15px;
    text-align: left;
  }
}

.page-node-type-page .view-gde-remontirovat {
  padding-top: 60px;
}

.block-system-breadcrumb-block {
  margin-bottom: 2rem;
}

.view-id-uslugi_from_rapeir .view-content {
  display: flex !important;
  flex-wrap: wrap;
}

.block-content-images_slider,
.block-content-certificates {
  margin: 6rem 0;
}

.icon-cols {
  position: relative;
  z-index: 10;
}

.block-content-banner .block-content-three_cols,
.block-content-banner .banner_additional {
  position: relative;
  z-index: 111;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: 0 auto 30px;
  width: 760px;

  @media (max-width:1280px) {
    width: auto;
  }
}

.three-cols__col {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
}

.three-cols__icon {
  min-height: 60px;
  margin-bottom: 10px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.three-cols__text {
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 16px;
}

.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}

.three-cols__icon svg {
  fill: #fff;
  width: 72px;
}

.banner_additional .find-service-link {
  position: absolute;
  right: -215px;
  bottom: 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0.5em 1em;

  @media (max-width:1280px) {
    position: relative;
    left: 0;
    bottom: 20px;
  }
}

.find-service-link__wrapper {
  @media (max-width:1280px) {
    text-align: center;
  }
}

.page-vocabulary-remont .block-page-title-block {
  position: relative;
}
.page-vocabulary-remont .block-page-title-block:before,
.page-node-type-usluga .block-page-title-block:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.7);
  backdrop-filter: blur(4px);
}

.title-taxonomy-category__cols-3 {
  max-width: 540px;
  margin-left: 15px;

  @media (max-width:1280px) {
    margin-left: 0;
  }
}

.title-taxonomy-category__cols-3 .three-cols__icon {
  margin-bottom: 0;
}

.title-taxonomy-category__cols-3 .three-cols__icon svg {
  width: 72px;
}

.title-taxonomy-category__cols-3 .three-cols__text {
  padding: 10px;
  font-size: 14px;
}

.block-page-title-block {
  position: relative;
}

.page-node-type-usluga .top-slide {
  padding: 20px 0 0 0 !important;
}

.row-flex-vac {
  @media (max-width:1280px) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.top-slide-txt {
  @media (max-width:768px) {
    width: 100%;
  }
}
