.base-slider {
  width: 100%;
  position: relative;
  background-color: #e5e5e5;
}
.base-slider .swiper-container {
  width: 100%;
}
.base-slider .swiper-wrapper {
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.base-slider .swiper-slide {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #e5e5e5;
  padding-bottom: 150px;
}
.base-slider .swiper-slide .image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
  width: 100%;
}
.base-slider .swiper-slide .image img {
  width: 100%;
  height: 100%;
  max-width: unset;
  object-fit: cover;
  object-position: center;
}
.base-slider .swiper-slide .content {
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.base-slider .swiper-slide .content .wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.base-slider .swiper-slide .content .wrapper .text {
  color: #000;
  width: 60%;
  padding-top: 90px;
}
.base-slider .swiper-slide .content .wrapper .text h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  margin: 0px 0px 25px 0px;
}
.base-slider .swiper-slide .content .wrapper .text p {
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0px 15px 0px;
  line-height: 1;
}
.base-slider .swiper-slide .content .wrapper .text .button {
  margin-top: 45px;
}
.base-slider .swiper-slide .content .wrapper .text .button button,
.base-slider .swiper-slide .content .wrapper .text .button a {
  display: inline-flex;
  flex-align: center;
  align-items: center;
  border: 1px solid #5732a7;
  padding: 15px 35px;
  font-weight: 500;
  background-color: rgba(0,0,0,0);
}
.base-slider .swiper-slide .content .wrapper .text .button button:hover,
.base-slider .swiper-slide .content .wrapper .text .button a:hover {
  background-color: #5732a7;
  color: #fff;
}
.base-slider .swiper-slide .content .wrapper .form-holder {
  width: 40%;
  margin-top: 50px;
  box-shadow: 0px 6px 15px rgba(0,0,0,0.15);
  padding: 40px;
  background-color: #fff;
}
.base-slider .swiper-slide .content .wrapper .form-holder .title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.base-slider .swiper-slide .content .wrapper .form-holder .subtitle {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.base-slider .swiper-slide .content .wrapper .form-holder form {
  margin-top: 20px;
}
.base-slider .swiper-slide .content .wrapper .form-holder form input {
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 20px;
  border: 1px solid #5732a7;
}
.base-slider .swiper-slide .content .wrapper .form-holder form .wpcf7-submit {
  margin-top: 10px;
  background-color: #5732a7;
  color: #fff;
  margin-bottom: 0;
}
.base-slider .swiper-slide .content .wrapper .form-holder form p {
  color: #a8a8a8;
  font-size: 13px;
  text-align: center;
}
.base-slider .swiper-controls {
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
}
.base-slider .swiper-controls .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: normal !important;
  -ms-flex-direction: row !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.base-slider .swiper-controls .swiper-button-next,
.base-slider .swiper-controls .swiper-button-prev {
  position: absolute;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
  top: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  background: #fff;
  margin: auto 0px;
  padding: 0px;
  border: none;
  cursor: pointer;
  opacity: 0.7;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px #fff;
  pointer-events: initial;
  transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
}
.base-slider .swiper-controls .swiper-button-next:after,
.base-slider .swiper-controls .swiper-button-prev:after {
  content: '';
  display: block;
  width: 12px;
  height: 22px;
  background-size: contain;
  background-image: url("arrow.png");
  filter: invert(1);
}
.base-slider .swiper-controls .swiper-button-next:hover,
.base-slider .swiper-controls .swiper-button-prev:hover {
  opacity: 1;
}
.base-slider .swiper-controls .swiper-button-prev {
  left: -50px;
}
.base-slider .swiper-controls .swiper-button-prev:after {
  transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
}
.base-slider .swiper-controls .swiper-button-next {
  right: -50px;
  margin-left: 5px;
}
.base-slider .swiper-controls .pagination {
  position: absolute;
  max-height: 80%;
  top: auto;
  right: 15px;
  bottom: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
  pointer-events: initial;
}
.base-slider .swiper-controls .pagination .swiper-pagination-bullet {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-align: center;
  align-items: center;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  outline: none;
  margin: 12px 3px;
  transition: margin 0.2s linear, width 0.2s linear, height 0.2s linear;
  -o-transition: margin 0.2s linear, width 0.2s linear, height 0.2s linear;
  -ms-transition: margin 0.2s linear, width 0.2s linear, height 0.2s linear;
  -moz-transition: margin 0.2s linear, width 0.2s linear, height 0.2s linear;
  -webkit-transition: margin 0.2s linear, width 0.2s linear, height 0.2s linear;
}
.base-slider .swiper-controls .pagination .swiper-pagination-bullet:before,
.base-slider .swiper-controls .pagination .swiper-pagination-bullet:after {
  display: none;
}
.base-slider .swiper-controls .pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  margin: 9px 0px;
}
.base-slider .additional-controls {
  position: absolute;
  z-index: 3;
  left: 0px;
  right: 0px;
  bottom: 85px;
}
.base-slider .additional-controls .wrapper {
  flex-align: end;
  align-items: flex-end;
}
.base-slider .additional-controls .scroll-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -15px;
  margin: 0px auto;
  width: 27px;
  height: 16px;
  border: 0px;
  background-color: rgba(0,0,0,0);
  background-image: url("down.png");
  animation: vmove 2s linear infinite;
}
.base-slider .additional-controls .socials {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.base-slider .additional-controls .socials .social-link {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 35px;
  height: 35px;
  opacity: 0.6;
  transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  margin: 0px 0px 0px 20px;
}
.base-slider .additional-controls .socials .social-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.base-slider .additional-controls .socials .social-link svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.base-slider .additional-controls .socials .social-link:hover {
  opacity: 1;
}
@-moz-keyframes vmove {
  0%, 100% {
    transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
}
@-webkit-keyframes vmove {
  0%, 100% {
    transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
}
@-o-keyframes vmove {
  0%, 100% {
    transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
}
@keyframes vmove {
  0%, 100% {
    transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .base-slider {
    background-color: #fff;
  }
  .base-slider .swiper-slide {
    background-color: #fff;
  }
  .base-slider .swiper-slide .image {
    position: absolute;
  }
  .base-slider .swiper-slide .content {
    position: relative;
  }
  .base-slider .swiper-slide .content .wrapper {
    padding-top: 3%;
    flex-wrap: wrap;
  }
  .base-slider .swiper-slide .content .wrapper .text {
    background: rgba(255,255,255,0.6);
    padding: 20px;
    width: 700px;
  }
  .base-slider .swiper-slide .content .wrapper .form-holder {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .base-slider {
    background-color: #fff;
  }
  .base-slider .swiper-slide {
    background-color: #fff;
  }
  .base-slider .swiper-slide .image {
    position: absolute;
  }
  .base-slider .swiper-slide .content {
    position: relative;
  }
  .base-slider .swiper-slide .content .wrapper {
    padding-top: 3%;
    flex-wrap: wrap;
  }
  .base-slider .swiper-slide .content .wrapper .text {
    padding: 20px;
    width: 700px;
  }
  .base-slider .swiper-slide .content .wrapper .form-holder {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .base-slider {
    background-color: #fff;
  }
  .base-slider .swiper-slide {
    background-color: #fff;
  }
  .base-slider .swiper-slide .image {
    position: absolute;
    display: none;
  }
  .base-slider .swiper-slide .content {
    position: relative;
  }
  .base-slider .swiper-slide .content .wrapper {
    padding-top: 3%;
    flex-wrap: wrap;
  }
  .base-slider .swiper-slide .content .wrapper .text {
    padding: 20px;
    width: 700px;
  }
  .base-slider .swiper-slide .content .wrapper .text h2 {
    font-size: 28px !important;
  }
  .base-slider .swiper-slide .content .wrapper .form-holder {
    width: 100%;
    padding: 20px;
  }
}
