/*
    Theme Name: Рандеву
    Theme URI: http://rendezvous-be.dev-web.in.ua/
    Author: TRUE
    Author URI: http://true-web.com.ua/
    Description:
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.page-home .container.main-bottom-content {
    display: block;
    padding-top: 25px;
}

 .video {
  padding-bottom: 50px;
}


 .video h2,
 .video h3 {
  display: inline-block;
  margin-bottom: 30px;
}

 .video .video-slider {
  border: 1px solid #d8d8d8;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 45px 17.5px;
}

 .video .video-slider .slick-arrow {
  background-image: url("img/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 23px;
  z-index: 2;
}

 .video .video-slider .slick-arrow:before {
  display: none;
}

 .video .video-slider .slick-prev {
  left: -22px;
}

 .video .video-slider .slick-next {
  right: -22px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 25%;
          transform-origin: 50% 25%;
}

 .video .slick-slide {
  padding: 0 7.5px;
}

 .video .slide-v {
  position: relative;
}

 .video .slide-v img {
  width: 100%;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
}

 .video .slide-v .btn-v {
  width: 62px;
  height: 62px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}

 .video .slide-v .btn-v svg {
  width: 100%;
  height: 100%;
  fill: white;
  stroke: white;
}

 .video .popup-video-block {
  position: fixed;
  z-index: 22;
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateY(100%) scale(0);
          transform: translateY(100%) scale(0);
  opacity: 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

 .video .popup-video-block.open {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

 .video .popup-video-block .form {
  width: 90%;
  max-width: 1200px;
  height: 90vh;
  max-height: 700px;
  position: relative;
}

 .video .popup-video-block .form iframe {
  width: 100%;
  height: 100%;
}

 .video .popup-video-block .form .exit-btn {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}

 .video .popup-video-block .form .exit-btn span {
  width: 25px;
  height: 3px;
  background-color: #505a5b;
  border-radius: 4px;
}

 .video .popup-video-block .form .exit-btn span:nth-last-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -3px;
}

 .video .popup-video-block .form .exit-btn span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.description-additional {
	color: #647172;
    margin-top: 15px;
}
.description-additional p {
	color: #647172;
}

@media screen and (max-width: 600px) {
   .video .video-slider {
    padding: 19px 11.5px;
  }
}

@media screen and (max-width: 500px) {
   .video .video-slider .slick-prev {
    left: 2px;
  }

   .video .video-slider .slick-next {
    right: 2px;
  }
}