.main-header .navbar {
  background: #000000;
  border-top: 6px solid #c2222e;
  box-shadow: none;
  padding: 0;
  height: 100px; }
.main-header .collapse {
  height: 100%;
  justify-content: space-around; }
.main-header__nav-container {
  height: 100%; }
.main-header__number-link {
  font-weight: 700;
  color: #ffffff;
  font-size: 28px; }
  .main-header__number-link:hover {
    color: #c2222e; }
.main-header__color {
  color: #c2222e; }
.main-header .navbar-nav {
  height: 100%; }
.main-header .nav-item {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center; }
  .main-header .nav-item::before {
    content: "";
    height: 4px;
    width: 100%;
    background: #c2222e;
    transform: scaleX(0);
    bottom: 0;
    position: absolute;
    transition: 0.4s all; }
  .main-header .nav-item:hover .nav-link {
    font-weight: 700; }
  .main-header .nav-item:hover::before {
    transform: scaleX(1); }
.main-header .navbar-nav .nav-link {
  position: absolute;
  transition: 0.4 all;
  padding: 0; }
  .main-header .navbar-nav .nav-link:hover {
    color: #ffffff !important; }
.main-header .nav-link--hidden {
  visibility: hidden;
  padding: 8px; }
.main-header__icon {
  margin-right: 10px; }
.main-header__logo {
  max-width: 100%;
  height: auto; }
.carousel-box .carousel-item {
  height: 500px;
  background: url("../img/slide1.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 70px; }
.carousel-box .carousel-control-prev,
.carousel-box .carousel-control-next {
  opacity: 1;
  bottom: unset;
  top: 45%;
  transform: translateY(-50%);
  width: 40px;
  height: 200px;
  background: #c2222e; }
.carousel-box .carousel-indicators {
  margin: 0;
  right: unset;
  top: 45%;
  left: 100px;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  align-items: center; }
.carousel-box .carousel .carousel-box__indicator {
  opacity: 1;
  width: 6px;
  height: 6px;
  border: 0;
  margin: 7px 0; }
.carousel-box .carousel .carousel-indicators .active {
  background: #c2222e;
  height: 12px;
  width: 12px;
  position: relative; }
  .carousel-box .carousel .carousel-indicators .active::before {
    content: "";
    height: 6px;
    width: 6px;
    background: #ffffff;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.carousel-box__header {
  text-align: center;
  color: #ffffff; }
.carousel-box__small-title {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  margin: 0; }
.carousel-box__title {
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1.04px;
  margin-bottom: 14px; }
.carousel-box__link {
  letter-spacing: 2.3px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #000000a4;
  border: 1px solid #c2222e;
  outline: 5px solid #000000a4;
  display: inline-block;
  padding: 7px 12px;
  transition: 0.4s all; }
  .carousel-box__link:hover {
    background: #000;
    outline-color: #000;
    color: #ffffff; }

.offer {
  position: relative;
  margin-top: -70px;
  z-index: 1000; }
  .offer__img-frame {
    position: relative;
    height: 611px;
    width: 100%; }
  .offer__img {
    position: absolute;
    max-width: 88%;
    height: auto; }
  .offer__img--img1 {
    top: 0;
    right: 0; }
  .offer__img--img2 {
    top: 70px;
    left: 0; }
  .offer__col {
    padding: 0; }
  .offer__title {
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 1.66px; }
  .offer__red-bar {
    background: #c2222e;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
  .offer__shape {
    position: absolute;
    bottom: -31px; }
  .offer__cell {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center; }
  .offer__icon-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px; }
  .offer__icon-box {
    width: 82px;
    height: 74px;
    background: #c2222e;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px; }
  .offer__icon-box--first {
    background-image: url("../img/offer1.png"); }
  .offer__icon-box--second {
    background-image: url("../img/offer2.png"); }
  .offer__icon-box--third {
    background-image: url("../img/offer3.png"); }
  .offer__icon-box--fourth {
    background-image: url("../img/offer4.png"); }
  .offer__subtitle {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0; }
  .offer__separator {
    background: #c2222e;
    width: 82px;
    height: 4px;
    margin: 14px 0; }
  .offer__text {
    font-size: 14px;
    text-align: center; }

.gallery {
  padding: 30px 0; }
  .gallery__smtitle {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    text-align: center;
    color: #000000; }
  .gallery__title {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.83px;
    color: #000000;
    text-align: center; }
  .gallery__separator {
    width: 82px;
    height: 4px;
    background: #c2222e;
    display: block;
    margin: 15px auto 27px auto; }
  .gallery__row {
    display: flex;
    flex-wrap: wrap; }
  .gallery__cell {
    width: 32.33%;
    height: 260px;
    margin: 0.5%;
    padding: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.4s all; }
    .gallery__cell:hover {
      transform: scale(1.04); }
  .gallery__outline {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border: 1px solid #FFFFFF; }
  .gallery__cell--img1 {
    background-image: url("../img/gallery1.jpg"); }
  .gallery__cell--img2 {
    background-image: url("../img/gallery2.jpg"); }
  .gallery__cell--img3 {
    background-image: url("../img/gallery3.jpg"); }
  .gallery__cell--img4 {
    background-image: url("../img/gallery4.jpg"); }
  .gallery__cell--img5 {
    background-image: url("../img/gallery5.jpg"); }
  .gallery__cell--img6 {
    background-image: url("../img/gallery6.jpg"); }
  .gallery__link {
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.712);
    letter-spacing: -0.41px;
    font-size: 20px;
    padding: 10px 25px; }
    .gallery__link:hover {
      color: #ffffff;
      background: #000; }
  .gallery__icon {
    margin-left: 10px; }

.two-col {
  padding: 40px 0; }
  .two-col__col--right {
    padding: 58px; }
  .two-col__img-frame {
    position: relative;
    height: 611px;
    width: 100%; }
  .two-col__img {
    position: absolute;
    max-width: 88%;
    height: auto; }
  .two-col__img--img1 {
    top: 0;
    right: 0; }
  .two-col__img--img2 {
    top: 70px;
    left: 0; }
  .two-col__text {
    text-align: justify;
    color: #000000;
    font-size: 16px; }

.default-header__sm-title {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  text-align: center;
  color: #000000; }
.default-header__title {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.83px;
  color: #000000;
  text-align: center;
  margin: 0; }
.default-header__separator {
  width: 82px;
  height: 4px;
  background: #c2222e;
  margin: 15px auto 27px auto;
  display: block; }

.default__btn-link {
  color: #000000;
  border: 1px solid #c2222e;
  text-transform: uppercase;
  padding: 10px 20px;
  display: block;
  width: 181px;
  margin: 40px auto 0 auto;
  text-align: center; }
  .default__btn-link:hover {
    transform: scale(1.04);
    color: #000000; }
.default__arrow {
  color: #c2222e; }

.partners__brand-link {
  height: 100px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0.5%; }
.partners__carousel-slide {
  display: flex; }
.partners .owl-carousel .owl-dot {
  display: inline-block;
  background: #000;
  border-radius: 50%;
  min-width: 11px;
  min-height: 11px;
  margin: 0 5px;
  padding: 7px !important;
  margin-top: 5px; }
.partners .owl-carousel .owl-dots .active {
  background: #ff0000;
  margin-bottom: 0; }
  .partners .owl-carousel .owl-dots .active::before {
    background: #ffffff;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    content: "";
    display: block; }
.partners__carousel-row {
  display: flex; }
.partners .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center; }

.main-footer {
  padding-top: 50px;
  position: relative;
  margin-top: 40px; }
  .main-footer__right-background {
    width: 50%;
    background-color: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%; }
  .main-footer__left-background {
    width: 50%;
    background-color: #212121;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%; }
  .main-footer__title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative; }
    .main-footer__title::before {
      width: 82px;
      height: 4px;
      content: "";
      position: absolute;
      bottom: -16px;
      background: #c2222e;
      display: block; }
  .main-footer__logo-col {
    display: flex;
    justify-content: center;
    align-items: center; }
  .main-footer__list {
    padding: 0;
    margin: 0;
    color: #ffffff;
    list-style-type: none;
    text-transform: uppercase; }
  .main-footer__list-item {
    font-size: 15px;
    margin-bottom: 4px; }
  .main-footer__link {
    color: #ffffff; }
    .main-footer__link:hover {
      color: #ffffff; }
  .main-footer__social-box {
    display: flex; }
  .main-footer__social-link {
    width: 37px;
    height: 37px;
    background: #ffffff;
    border-radius: 50%;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    margin: 0 5px; }
    .main-footer__social-link:hover {
      background: transparent;
      color: #ffffff; }

.copyrights {
  border-top: 1px solid #ffffff46;
  padding: 30px 0;
  position: relative;
  z-index: 1000;
  color: #ffffff;
  margin-top: 35px; }
  .copyrights__container {
    display: flex;
    justify-content: space-between; }
  .copyrights__link {
    color: #c2222e; }
    .copyrights__link:hover {
      color: #c2222e; }

@media (max-width: 1199px) {
  .main-header .navbar-brand {
    width: 120px; }

  .offer__title {
    font-size: 21px; }
  .offer__subtitle {
    font-size: 17px; }
  .offer__cell {
    padding: 15px; }

  .two-col__col--right {
    padding-top: 20px; }

  .default-header__title {
    font-size: 40px; } }
@media (max-width: 991px) {
  .main-header .navbar {
    height: auto;
    padding: 10px 0;
    text-align: center; }

  .carousel-box .carousel-item {
    height: 350px; }
  .carousel-box .carousel-control-prev,
  .carousel-box .carousel-control-next {
    height: 180px;
    width: 30px; }
  .carousel-box .carousel-indicators {
    left: 50px; }
  .carousel-box__small-title {
    font-size: 17px; }
  .carousel-box__title {
    font-size: 40px; }

  .offer__title {
    font-size: 17px; }
  .offer__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.2; }
  .offer__img-frame {
    width: 70%;
    margin: 0 auto;
    height: 581px; }

  .partners__brand-link {
    width: 32.33%; }
  .partners__carousel-row {
    flex-wrap: wrap;
    justify-content: center; }

  .gallery__title {
    font-size: 40px; }
  .gallery__link {
    font-size: 17px; }
  .gallery__cell {
    width: 49%; }

  .two-col__col--right {
    padding: 0px; }
  .two-col__img-frame {
    width: 70%;
    margin: 0 auto;
    height: 581px; }

  .main-footer__logo-col {
    display: block; } }
@media (max-width: 767px) {
  .main-header .navbar-brand {
    padding-left: 12px; }
  .main-header .carousel-item {
    padding-bottom: 50px; }

  .offer {
    margin-top: -50px; }
    .offer__img--img2 {
      top: 50px; }
    .offer__img-frame {
      height: 440px; }

  .carousel-box__small-title {
    font-size: 14px; }
  .carousel-box__title {
    font-size: 31px; }

  .gallery__link {
    font-size: 15px; }
  .gallery__cell {
    height: 226px; }
  .gallery__smtitle {
    font-size: 20px; }
  .gallery__title {
    font-size: 36px; }

  .partners__brand-link {
    width: 49%; }

  .two-col__img-frame {
    height: 440px; }
  .two-col__img--img2 {
    top: 50px; }
  .two-col__col--right {
    padding: 0 15px; }

  .copyrights__container {
    flex-direction: column;
    align-items: center; }

  .default-header__sm-title {
    font-size: 20px; }
  .default-header__title {
    font-size: 36px; } }
@media (max-width: 575px) {
  .carousel-box__header {
    width: 70%; }
  .carousel-box .carousel-item {
    height: 290px; }
  .carousel-box__small-title {
    font-size: 11px; }
  .carousel-box__title {
    font-size: 26px; }
  .carousel-box .carousel-control-prev,
  .carousel-box .carousel-control-next {
    height: 160px;
    width: 25px; }
  .carousel-box__link {
    font-size: 12px; }
  .carousel-box .carousel-indicators {
    flex-direction: row;
    bottom: 15px;
    top: unset;
    left: 50%;
    transform: translateX(-50%); }
  .carousel-box .carousel .carousel-box__indicator {
    margin: 0 6px; }

  .gallery__cell {
    width: 100%; }

  .default-header__sm-title {
    font-size: 16px; }
  .default-header__title {
    font-size: 34px; }

  .gallery__smtitle {
    font-size: 16px; }
  .gallery__title {
    font-size: 34px; }

  .main-footer {
    text-align: center; }
    .main-footer__title::before {
      left: 50%;
      transform: translateX(-50%); }
    .main-footer__social-box {
      justify-content: center; } }
@media (max-width: 498px) {
  .offer__img-frame {
    height: 396px; }

  .two-col__img-frame {
    height: 396px; } }
@media (max-width: 453px) {
  .offer__img-frame {
    height: 362px; }

  .two-col__img-frame {
    height: 362px; } }
@media (max-width: 397px) {
  .offer__img-frame {
    height: 343px; }

  .two-col__img-frame {
    height: 343px; }

  .partners__brand-link {
    width: 100%;
    margin: 10px 0; } }
@media (max-width: 341px) {
  .offer__img-frame {
    height: 343px;
    width: 85%; }

  .two-col {
    padding: 20px 0 40px 0; }
    .two-col__img-frame {
      height: 343px;
      width: 85%; } }

/*# sourceMappingURL=style.css.map */



.gallery_items {
  column-count: 3;
  column-gap: .6em;
}
.gallery_item {
  display: inline-block;
  margin: 0 0 .6em;
  width: 100%;
}
.about_text {
  text-align: justify;
  color: #000000;
  font-size: 16px;
}
.about_offer {
  position: relative;
  z-index: 1000;
  padding: 30px 0;
}
.contact {
  position: relative;
}

.contact-box {
  position: absolute;
  background: white;
  right: 5%;
  top: 10%;
  width: 400px;
}
.contact_box {
  padding: 30px 0;
}
.test {
  position: relative;
}
.margin_bottom {
  margin-bottom: -47px;
}
.offer-box {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  display: flex;
}
.file-field input.file-path {
  width: 100%;
  height: 36px;
  border: 0;
  margin-top: 5px;
}
.carousel-box_sub .carousel-item_sub {
  height: 300px;
  background: url("../img/slide1.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
.black-link {
  color: #fff!important;
}
.offer-box:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.photo_project {
  position: relative;
  height: 300px;
  line-height: 300px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.mask_photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(233,83,74, 0.4);
  z-index: 2;
}
.mask_project {
  background: rgb(0,0,0, 0) !important; 
  transition: .5s all;
  font-size: 0;
  cursor: zoom-in !important;
}
.mask_project:hover {
  background: rgb(233,83,74, .5) !important; 
  font-size: 2rem;
  color: #fff !important;
}