section .section-imgs .swiper .swiper-button-next,
section .section-imgs .swiper .swiper-button-prev {
  --swiper-navigation-color: $black;
}
section .section-imgs .swiper .swiper-button-next i,
section .section-imgs .swiper .swiper-button-prev i {
  font-size: 20px;
}
section .section-bottom .blq-txt .contentStyledText > *:last-child {
  margin-bottom: 0;
}
section .section-bottom .blq-btns .btn {
  width: 100%;
  display: flex;
}
section .section-bottom .blq-btns .btn > * + * {
  margin-left: auto;
}
section .section-bottom .blq-btns .btn + .btn {
  margin-top: 30px;
}
@media (min-width: 1440px) {
  section .section-cont {
    width: 1234px;
  }
  section .section-imgs {
    margin-left: -70px;
    margin-right: -70px;
  }
  section .section-imgs .swiper {
    height: 600px;
    padding-left: 70px;
    padding-right: 70px;
  }
  section .section-imgs .swiper:before, section .section-imgs .swiper:after {
    width: 70px;
  }
  section .section-bottom {
    margin-top: 40px;
  }
  section .section-bottom .blq-txt {
    width: 564px;
    margin-left: 155px;
    flex-basis: 564px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .section-cont {
    width: 837px;
  }
  section .section-imgs {
    margin-left: -60px;
    margin-right: -60px;
  }
  section .section-imgs .swiper {
    height: 491px;
    padding-left: 60px;
    padding-right: 60px;
  }
  section .section-imgs .swiper:before, section .section-imgs .swiper:after {
    width: 60px;
  }
  section .section-bottom {
    justify-content: space-between;
  }
  section .section-bottom .blq-txt {
    width: 513px;
    flex-basis: 513px;
  }
}
@media (min-width: 1024px) {
  section .section-imgs .swiper:before, section .section-imgs .swiper:after {
    content: "";
    height: 100%;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  section .section-imgs .swiper:before {
    left: 0;
  }
  section .section-imgs .swiper:after {
    right: 0;
  }
  section .section-bottom {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  section .section-bottom .blq-btns {
    width: 239px;
    flex-basis: 234px;
  }
}
@media (max-width: 1439px) {
  section .section-bottom {
    margin-top: 30px;
  }
  section .section-bottom .contentStyledText {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  section .section-imgs .swiper {
    padding-bottom: 70px;
  }
  section .section-imgs .swiper .swiper-button-prev,
  section .section-imgs .swiper .swiper-button-next {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .section-cont {
    width: 656px;
  }
  section .section-imgs .swiper {
    height: 415px;
  }
  section .section-bottom .blq-btns {
    width: 239px;
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  section .section-cont {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  section .section-imgs .swiper.slider-portrait:not(.slider-unico) {
    display: none;
  }
  section .section-imgs .swiper .swiper-slide picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  section .section-imgs .swiper .swiper-slide picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 767px) {
  section .section-imgs .swiper.slider-landscape:not(.slider-unico) {
    display: none;
  }
  section .section-bottom .blq-btns {
    margin-top: 30px;
  }
}/*# sourceMappingURL=estudio.css.map */