@charset "UTF-8";

.popup-form__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__close::before,
.popup__close::after,
.short-banner__play::after {
  content: "";
  display: block;
  position: absolute;
}

.popup-piano-rent .swiper-slide img,
.popup-piano-rent .swiper-slide picture,
.short-banner__img__inner img,
.short-banner__img__inner picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.popup-form__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__close::before,
.popup__close::after,
.short-banner__play::after {
  content: "";
  display: block;
  position: absolute;
}

.popup-piano-rent .swiper-slide img,
.popup-piano-rent .swiper-slide picture,
.short-banner__img__inner img,
.short-banner__img__inner picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.popup {
  position: fixed;
  z-index: 1000;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: translateY(10vh);
  -ms-transform: translateY(10vh);
  transform: translateY(10vh);
}

.popup.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: auto;
}

.popup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  width: 100%;
}

.popup--scrollable {
  overflow: auto;
}

.popup--scrollable .popup__inner {
  min-height: 100%;
}

.popup__cont {
  background-color: #fff;
}

.popup__cont--video {
  background-color: transparent;
}

.popup__cont-video {
  background-color: transparent;
  padding-bottom: 52.25%;
  width: 90vw;
}

.popup__cont-video video,
.popup__cont-video iframe,
.popup__cont-video lite-youtube {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup__cont-video .popup__close {
  background-color: #b5143b;
}

.popup__cont-video .popup__close::after,
.popup__cont-video .popup__close::before {
  background-color: white;
}

.popup__cont--pad {
  padding: 3rem;
  border-radius: 1rem;
}

.popup__cont--text {
  padding-top: 6rem !important;
  max-width: 90vw;
}

.popup__close {
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  border-radius: 50%;
  background-color: #E3E3E3;
  z-index: 10;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  cursor: pointer;
}

.popup__close::before,
.popup__close::after {
  width: 1.5rem;
  height: 0.1rem;
  background-color: #858585;
  top: 50%;
  left: 50%;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.popup__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-form__header {
  text-align: center;
  margin-bottom: 3rem;
}

.popup-form__header .section-title {
  margin-bottom: 1rem;
}

.popup-piano-rent {
  max-width: 90vw;
}

.popup-piano-rent__cont {
  padding: 3rem;
}

.popup-piano-rent .swiper-slide {
  height: 25rem;
}

.popup-piano-rent .btn-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.popup-piano-rent .btn-arrow--prev {
  left: 3rem;
}

.popup-piano-rent .btn-arrow--next {
  right: 3rem;
}

.popup-piano-rent .btn-list {
  margin-top: 2rem;
}

.popup--slider {
  border-radius: 1rem;
  overflow: hidden;
  margin: 3rem 0;
}

.short-banner-section {
  background-color: #211E1E;
  z-index: 5;
}

.short-banner-section.gray {
  background-color: #F0F0F0;
}

.short-banner-section.gray .section-title,
.short-banner-section.gray span {
  color: #211E1E;
}

.short-banner-section.gray .short-banner__img svg {
  fill: rgba(0, 0, 0, 0.13);
  z-index: 5;
}

.short-banner-section.white {
  background-color: white;
}

.short-banner-section.white .section-title,
.short-banner-section.white span {
  color: #211E1E;
}

.short-banner-section.white .short-banner__img svg {
  fill: rgba(0, 0, 0, 0.13);
  z-index: 5;
}

.short-banner-section.gray .lax,
.short-banner-section.white .lax {
  width: 100vw;
  height: 100vw;
}

.short-banner__img .lax {pointer-events: none;}

.short-banner-section .short-banner__img svg {
  width: 100% !important;
  height: 100% !important;
}

.short-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.short-banner__img {
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 10;
}

.short-banner__img__inner {
  width: 70%;
  padding-bottom: 70%;
  border-radius: 50%;
  overflow: hidden;
}

.short-banner__img__inner img,
.short-banner__img__inner picture {
  position: absolute;
}

.short-banner__img__inner video {
  display: none;
}

.short-banner__img svg,
.short-banner__img .lax {
  position: absolute;
  width: 125%;
  height: 125%;
  -webkit-transform: translate(6%, -7%) rotate(-90deg);
  -ms-transform: translate(6%, -7%) rotate(-90deg);
  transform: translate(6%, -7%) rotate(-90deg);
  fill: rgba(255, 255, 255, 0.1);
}

.short-banner__img .lax img {
  width: 100%;
  height: 100%;
  -webkit-transform: translate(1%, 1%) rotate(-90deg);
  -ms-transform: translate(1%, 1%) rotate(-90deg);
  transform: translate(1%, 1%) rotate(-90deg);
}

.short-banner__play {
  width: 7rem;
  height: 7rem;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.short-banner__play:hover div:nth-child(1) {
  -webkit-transform: rotate(-364deg) !important;
  -ms-transform: rotate(-364deg) !important;
  transform: rotate(-364deg) !important;
}

.short-banner__play:hover div:nth-child(2) {
  left: .4rem;
  -webkit-transform: rotate(-360deg) !important;
  -ms-transform: rotate(-360deg) !important;
  transform: rotate(-360deg) !important;
}

.short-banner__play:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.short-banner__play:hover::before {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.short-banner__play::after {
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1rem solid transparent;
  border-left: 1.5rem solid white;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.short-banner__play::before {
  display: block;
  opacity: 1;
  visibility: visible;
  content: "Переглянути відео";
  color: #fff;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 108%;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.short-banner__play div {
  position: absolute;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  border-top: .2rem solid white;
  border-left: .2rem solid white;
  border-top-left-radius: 9rem;
  border-top-right-radius: 9rem;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.short-banner__play div:hover {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.short-banner__play div:nth-child(1) {
  top: 0;
  height: 50%;
  width: 100%;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.short-banner__play div:nth-child(2) {
  top: 0.5rem;
  left: 0.5rem;
  width: 90%;
  height: 45%;
  -webkit-transform: rotate(-150deg);
  -ms-transform: rotate(-150deg);
  transform: rotate(-150deg);
}

.short-banner__play span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  color: white !important;
  text-align: center;
  white-space: nowrap;
}

.short-banner__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.short-banner__info.container-small {
  width: 100%;
}

.short-banner__info span,
.short-banner__info p {
  color: rgba(255, 255, 255, 0.85);
}

.short-banner-section.thin.white .short-banner__info span,
.short-banner-section.thin.white .short-banner__info p,
.short-banner-section.thin.gray .short-banner__info span,
.short-banner-section.thin.gray .short-banner__info p {
  color: #211E1E;
}

.short-banner__info .btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.short-banner__btns {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.short-banner__btns .btn:not(:first-child) {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 600px) {
  .short-banner__img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .short-banner__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .short-banner__btns .btn:not(:first-child) {
    margin-top: 0;
    margin-left: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .short-banner-section.thin {
    padding: 3rem 0;
  }

  .short-banner-section.black .btn--vine {
    -webkit-box-shadow: 0 2rem 4rem 0 rgba(149, 25, 55, 0.73);
    box-shadow: 0 2rem 4rem 0 rgba(149, 25, 55, 0.73);
  }

  .short-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .short-banner__img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 60%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .short-banner__img__inner {
    width: 27vw;
    padding-bottom: 27vw;
  }

  .short-banner__img svg,
  .short-banner__img .lax {
    -webkit-transform: translate(4%, -8%) rotate(-90deg);
    -ms-transform: translate(4%, -8%) rotate(-90deg);
    transform: translate(4%, -8%) rotate(-90deg);
  }

  .short-banner__info .btn {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media only screen and (min-width: 968px) {
  .popup__cont-video {
    width: 70vw;
  }

  .popup__cont--pad {
    padding: 5rem 6.5rem;
    border-radius: 1.7rem;
  }

  .popup__cont--text {
    padding-top: 9rem !important;
    max-width: 60vw;
  }

  .popup__close {
    width: 5rem;
    height: 5rem;
    top: 3rem;
    right: 3rem;
  }

  .popup__close:hover {
    background-color: #b5143b;
  }

  .popup__close:hover::before,
  .popup__close:hover::after {
    background-color: white;
  }

  .popup-piano-rent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 120rem;
  }

  .popup-piano-rent__slider {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .popup-piano-rent__cont {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7rem 3rem;
  }

  .popup-piano-rent .swiper-slide {
    height: 100%;
  }

  .popup-piano-rent .btn-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .popup--slider {
    margin: 0 3rem;
  }

  .short-banner-section {
    padding: 3rem 0;
  }

  .short-banner-section.gray .lax,
  .short-banner-section.white .lax {
    width: 50vw;
    height: 50vw;
  }

  .short-banner__img svg,
  .short-banner__img .lax {
    width: 135%;
    height: 135%;
  }
}

@media only screen and (min-width: 1280px) {
  .popup-piano-rent__cont {
    padding: 7rem;
  }
}