.slider-instagram {
  width: 100%;
  background-color: #F6F6F6;
  padding: 40px calc(50% - 571.5px) 80px;
  box-sizing: border-box;
  position: relative;
}

.title__h3 {
  font-weight: 800;
  font-size: 45px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #404040;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  width: 100%;
  margin: 0 auto 50px;
}

.schema .title__h3 {
  max-width: 1136px;
  margin: 50px auto 0;
}

.schema .title_floor {
  max-width: 1136px;
  text-align: center;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  margin-top: 30px;
  color: #404040;
  font-size: 40px;
}

.slider-instagram__wrap {
  width: 1143px;
}

.slider-instagram__item {
  list-style: none;
  height: max-content;
  overflow: hidden;
}

.slider-instagram__img {
  height: 380px;
}

.owl-carousel .owl-item .slider-instagram__img {
  width: auto;
}

.slider-instagram__img:last-child {
  margin-top: 6px;
}

.slider-instagram__list-img {
  margin: 0;
  padding: 0;
}

.slider-instagram__list-img .owl-item {
  max-width: 378px;
  overflow: hidden;
}

.slider-instagram__link-img {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}

.slider-instagram__link {
  width: 195px;
  height: 50px;
  background-color: #FF6800;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50px);
  z-index: 100;
  bottom: -35px;
}

.slider-instagram__link svg {
  margin-left: 18px;
}

.open-quiz.hide {
  /* bottom: -65px; */
}

.open-quiz.sticky {
  position: absolute;
  bottom: auto;
  top: -60px;
}

.slider-instagram__list-img .owl-nav {
  max-width: 1143px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /*  margin-top: 50px;*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.slider-instagram__list-img .owl-nav .owl-prev {
  left: -50px;
}

.slider-instagram__list-img .owl-nav .owl-next {
  right: -50px;
}

.footer-main-develop,
.support-company {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.develop-bx {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.develop-bx .bx a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: right;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 720px) {
    .develop-bx {
        flex-direction: column;
        margin-bottom: 20px;
    }

        .develop-bx .bx {
            text-align: left;
        }
        
        .footer-main-develop {
            margin-bottom: 0;
        }
}


.support-company {
  margin-left: 35px;
}

.logo-support {
  display: flex;
  justify-content: center;
  align-items: center;
}

.support-company__text {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.button-all-stores {
  width: 195px;
  height: 50px;
  color: #fff;
  background-color: #FF6800;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin: 0 auto;
  text-decoration: none;
  margin-bottom: 80px;
}

.schema {
  margin-bottom: 70px;
}

.events {
  margin: 70px auto;
}

.bodymovin,
.bodymovin svg {
  width: auto;
  height: 30px;
}

@media screen and (max-width: 1440px) {
  .title__h3 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media screen and (max-width: 1200px) {
  .slider-instagram {
    padding: 80px calc(50% - 357.5px);
  }

  .slider-instagram__wrap {
    width: 715px;
  }

  .schema .title__h3 {
    max-width: calc(100% - 40px);
    margin: 40px 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .slider-instagram__wrap {
    width: 100%;
  }

  .slider-instagram {
    padding: 80px 20px;
    box-sizing: border-box;
  }

  .title__h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .slider-instagram__list-img .owl-nav {
    margin-top: 20px;
  }

  .slider-instagram__link {
    height: 40px;
    transform: translate(-50%, -38px);
  }

  .slider-instagram__img {
    height: 340px;
  }
}

@media screen and (max-width: 650px) {
  .footer-main-develop {
    display: grid;
    grid-template-columns: 100px 1fr;
  }

  .support-company {
    margin: 10px 0 0;
  }

  .button-all-stores {
    margin-bottom: 40px;
  }

  .events-aside-title {
    font-size: 30px;
  }

  .events-aside-text {
    font-size: 25px;
  }

  .header-languages .clock {
    position: absolute;
  }

  .header-languages {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }

  .open-quiz {
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .slider-instagram__link {
    height: 40px;
    transform: translate(-50%, 20px);
  }

  .slider-instagram {
    padding: 40px 20px 50px;
  }

  .title__h3 {
    margin: 0 auto 30px;
  }

  .slider-instagram__img {
    height: 95px;
  }

  .owl-carousel.owl-drag .owl-item {
    overflow: hidden;
  }

  .support-company {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .contact-form {
    margin-bottom: 50px;
  }

  .rent_form,
  .slider-instagram {
    margin-bottom: 60px;
  }

  .slider-instagram__link-img {
    width: 100%;
    height: 115px;
  }

  .owl-carousel .owl-item .slider-instagram__img {
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
}

.owl-prev,
.owl-next {
  width: 27px;
  height: 50px;
  position: relative;
  background: #404040;
}

.owl-prev:before {
  background-image: url("arrow-prev.svg");
}

.owl-next:before,
.owl-prev:before {
  content: '';
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.owl-next:before {
  background-image: url("arrow-next.svg");
}

.show-on-mobile {
  display: none;
}

@media (max-width: 480px) {
  .show-on-mobile {
    display: block;
  }

  .hide-on-mobile {
    display: none;
  }
}