/* CSS Document */
.o-hidden {
  overflow: hidden;
}

.content {
  max-width: 1470px;
  padding: 0 32px;
  margin: 0 auto;
}

.modal__backdrop {
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.owl-nav.disabled {
  display: none;
}

@media (max-width: 1480px) {
  .content {
    padding: 0 15px;
  }
}
@media (max-width: 1100px) {
  .content {
    padding: 0 35px;
  }
}
@media (max-width: 599px) {
  .content {
    padding: 0 15px;
  }
}
.header-panel:before {
  border-radius: 16px;
}
.header-panel__city {
  margin-left: 4.7rem;
  font-weight: 400;
}
.header-panel__city > span {
  color: #BABEC7;
}
.header-panel__top-search-wrap {
  margin-right: 42px;
  max-width: 232px;
  border-radius: 8px;
  background-color: #ECEFF5;
  border-color: #ECEFF5;
}
.header-panel__city-choose {
  position: relative;
  color: #34495E;
  border: none;
  text-decoration: underline;
}
.header-panel__city-choose:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 6px;
  border: 5px solid transparent;
  border-top: 7px solid #34495E;
  border-radius: 3px;
}
.header-panel__phone {
  margin-right: 3rem;
}
.header-panel__phone .phone__number {
  font-size: 1.5rem;
  font-family: RalewayBold;
  font-feature-settings: "pnum" on, "lnum" on;
}
.header-panel__phone .phone-conditions, .header-panel__phone .worktime {
  font-family: RalewayBold;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #A4A8B0;
  font-weight: bold;
  font-size: 8px;
  line-height: 10px;
}

.header-context-menu__item {
  z-index: 1;
}

@media (max-width: 599px) {
  .header-panel__top-search-wrap {
    margin-right: 0;
  }
}
.front-page header {
  min-height: auto;
}
.front-page .main {
  background: #fff;
}

.filmbgauto {
  will-change: transform;
  backface-visibility: hidden;
}
.filmbgauto video {
  height: 700px;
}

.parallax__group1 {
  height: auto;
  margin-bottom: 40px;
}

.bg-mainblockover {
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.mainblockover {
  max-width: 1470px;
}
.mainblockover-title {
  width: 100%;
}
.mainblockover-title h2 {
  margin-bottom: 1rem;
}
.mainblockover-text {
  padding-top: 48px;
  font-weight: 400;
}
.mainblockover:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 276px;
}

.owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s linear 0s;
  -moz-transition: opacity 0.4s linear 0s;
  -o-transition: opacity 0.4s linear 0s;
  transition: opacity 0.4s linear 0s;
}

.front-slider .owl-dots {
  display: none;
}

.header__gallery-ctr {
  max-width: 1470px;
  max-height: inherit;
  height: auto;
  padding: 0;
}

.gallery__desc {
  position: relative;
  padding-left: 37px;
}
.gallery__desc h4 {
  margin-bottom: 24px;
}
.gallery__desc__text {
  line-height: 162%;
  color: #333333;
  font-weight: 400;
}

.front-slider__slides {
  display: block;
  width: 100%;
}

.gallery__slide {
  align-items: normal;
  width: 100%;
}
.gallery__slide picture {
  margin-left: 0;
  order: 2;
  height: auto;
}

.owl-stage {
  white-space: nowrap;
}
.owl-stage .owl-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.parallax__layer {
  position: relative;
  left: 0;
}

.index-gallery__navs-container {
  position: relative;
  box-shadow: none;
  padding-right: 0px;
  overflow: visible;
  margin-top: 40px;
}

.index-gallery__nav {
  position: relative;
  background: none;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.index-gallery__nav:before {
  content: "";
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #00B1EB;
  border-radius: 12px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  z-index: -1;
  opacity: 0;
}
.index-gallery__nav[data-active="1"], .index-gallery__nav.active, .index-gallery__nav:hover {
  background: none;
  color: #fff;
}
.index-gallery__nav[data-active="1"]:before, .index-gallery__nav.active:before, .index-gallery__nav:hover:before {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 1100px) {
  .index-gallery__nav:hover {
    background: none;
    color: #BABEC7;
  }
  .index-gallery__nav:hover:before {
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  .index-gallery__nav[data-active="1"], .index-gallery__nav.active {
    background: none;
    color: #fff;
  }
  .index-gallery__nav[data-active="1"]:before, .index-gallery__nav.active:before {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@media all and (min-width: 1100px) {
  .index-gallery__nav:hover {
    background: none;
    color: #fff;
  }
  .index-gallery__nav:hover:before {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.front-l-type-block {
  background: #ECEFF5;
  padding: 48px 0;
}

.front-l-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.front-l-type__title {
  font-family: RalewayBold;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #38485C;
}
.front-l-type__right {
  display: flex;
}

.gallery__button-details {
  border-radius: 10px;
}
.gallery__button-details:hover {
  box-shadow: none;
  background: #009FD3;
}

.front-l-type-btn {
  display: flex;
  align-items: center;
  border-radius: 10px;
  height: 64px;
  line-height: 64px;
  white-space: nowrap;
  margin-left: 32px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: RalewayBold;
  font-weight: bold;
  width: 260px;
  color: #fff;
  padding: 0 24px;
  box-sizing: border-box;
}
.front-l-type-btn:hover {
  color: #fff;
  text-decoration: none;
}
.front-l-type-btn.blue {
  background: #00B1EB;
}
.front-l-type-btn.blue:hover {
  background: #009FD3;
}
.front-l-type-btn.green {
  background: #95C11F;
}
.front-l-type-btn.green:hover {
  background: #79A600;
}
.front-l-type-btn__ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
.front-l-type-btn__text {
  display: inline-block;
  vertical-align: middle;
}

.index-gallery__navs-scroll {
  padding-bottom: 10px;
  padding-left: 30px;
  overflow: auto;
}
.index-gallery__navs-scroll:after {
  display: none;
}

.progress-bar {
  width: 0;
}

@media (max-width: 1480px) {
  .mainblockover-title {
    padding-left: 15px;
    display: block;
  }

  .gallery__desc {
    padding-left: 15px;
  }

  .content {
    padding: 0 15px;
  }
}
@media (max-width: 1100px) {
  .filmbgauto video {
    height: 480px;
  }

  .bg-mainblockover {
    max-height: inherit;
  }

  .mainblockover-title {
    padding-left: 15px;
  }

  .gallery__desc {
    padding-left: 15px;
  }

  .content {
    padding: 0 35px;
  }

  .mainblockover {
    margin: 0 35px;
    display: block;
  }
  .mainblockover-title {
    max-width: 100%;
    padding-left: 32px;
  }
  .mainblockover-title h2 {
    font-size: 40px;
    line-height: 47px;
  }
  .mainblockover-text {
    padding-top: 10px;
  }

  .gallery__desc {
    padding-left: 32px;
  }

  .header__gallery-ctr {
    margin: 0 35px;
  }

  .front-l-type {
    display: block;
  }
  .front-l-type-block {
    padding: 24px 0;
  }
  .front-l-type__left {
    margin-bottom: 24px;
  }
  .front-l-type-btn:first-child {
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .mainblockover {
    margin: 0 15px;
  }
  .mainblockover h2 {
    font-size: 31px;
    line-height: 38px;
    margin-right: -8px;
  }
  .mainblockover-title, .mainblockover-text {
    padding: 16px;
  }

  .filmbgauto video {
    height: 360px;
  }

  .header__gallery-ctr {
    z-index: 2;
    position: relative;
    margin-bottom: 10px;
  }

  .bg-mainblockover {
    margin-bottom: -70px;
  }

  .gallery__slide {
    display: block;
    flex: none;
    width: 100%;
  }
  .gallery__desc h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .gallery--index picture {
    margin-left: 0;
    width: 100%;
    height: 277px;
  }
  .gallery__desc {
    padding: 24px 0;
    left: 0;
    width: 100%;
  }

  .index-gallery {
    padding-bottom: 0;
  }

  .index-gallery__navs-container {
    padding-right: 0;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 20px;
  }

  .gallery__navs:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 15px;
    background: #fff;
    z-index: 2;
  }

  .index-gallery__navs-scroll {
    position: relative;
    padding: 0 30px 20px;
  }

  .front-l-type__right {
    display: block;
  }

  .front-l-type-btn {
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }
  .front-l-type-btn:first-child {
    margin-bottom: 16px;
  }

  .front-l-type-block {
    padding-bottom: 40px;
  }

  .modal__content {
    height: 256px;
  }

  .progress-bar {
    padding-left: 70px;
  }
}
/*# sourceMappingURL=style.css.map */
