@charset "UTF-8";

.swiper-container {
  display: flex;
  margin: 0 auto;
  position: relative;
  height: auto;
  width: 100%;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: inherit;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container {
  flex-shrink: 0;
}
.swiper-caption {
  position: absolute;
  bottom: 16%;
  left: 20%;
}
.slide-caption-img {
  position: absolute;
  top: 56%;
  left: -140px;
  transform: translateY(-50%);
  height: auto;
  transition: .3s all ease;
  display: none;
}
.slide-caption-img img {
  box-shadow: 13px 22px 30px 0px rgba(0, 0, 0, 0);
  width: 22vw;
}
@media (min-width: 1200px) {
  .slide-caption-img {
    display: block;
  }
}
@media (min-width: 1600px) {
  .slide-caption-img {
    margin-left: -100px;
  }
  .slide-caption-img img {
    width: 24.5vw;
  }
}
.swiper-slide-active .slide-caption-img img {
  box-shadow: 13px 22px 30px 0px rgba(0, 0, 0, 0.5);
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  touch-action: pan-x;
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
  height: 100%;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  bottom: 0;
  display: block;
  font-size: 50px;
  line-height: 1;
  color: #151517;
  text-align: center;
  cursor: pointer;
  transition: .2s ease-in;
  will-change: transform;
  z-index: 100;
  padding: 12px 20px;
}
@media (min-width: 992px) {
  .swiper-button-prev,
  .swiper-button-next {
    padding: 24px 45px;
  }
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #3498db;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  color: rgba(21, 21, 23, 0.5);
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev {
  right: 56px;
  background: #ffffff;
}
.swiper-button-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
}
@media (min-width: 992px) {
  .swiper-button-prev {
    right: 100px;
  }
}
.swiper-button-next {
  background: #ffffff;
  right: 0;
}
.swiper-button-next:before {
  font-family: "FontAwesome";
  content: "\f105";
}
.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
  content: "\f061";
}
.swiper-slider.swiper-container-rtl .swiper-button-next::before {
  content: "\f060";
}
.swiper-pagination {
  position: absolute;
  display: block;
  text-align: center;
  transition: .3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.6);
  transition: .2s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
  background: #3498db;
}
.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-black .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.6);
}
.swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}
@media (min-width: 992px) {
  .swiper-container-horizontal > .swiper-pagination {
    display: none;
  }
}
.swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  .swiper-slide {
    align-items: flex-end;
  }
}
.swiper-slide-caption {
  width: 100%;
  white-space: normal;
}
.swiper-slider {
  min-height: 50.72917vw;
}
@media (min-width: 1200px) {
  .swiper-slider {
    min-height: 57.29412vw;
  }
}
@media (min-width: 1400px) {
  .swiper-slider {
    min-height: 50.72917vw;
  }
}
.swiper-caption-title {
  font-weight: 800;
  letter-spacing: .020em;
  color: #3498db;
}
.swiper-caption-subtitle {
  font-weight: 700;
  letter-spacing: -.025em;
  margin-bottom: .7em;
  color: #fff;
}
.swiper-caption-subtitle-2 {
  text-transform: uppercase;
  letter-spacing: .4em;
  margin-top: 2em;
}
.swiper-caption .button{
  background: var(--c-blue);
  margin-top: 1em;
}
.swiper-counter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
  color: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  letter-spacing: .04em;
  font-weight: 800;
  display: none;
}
@media (min-width: 1200px) {
  .swiper-counter {
    font-size: 14vw;
    top: 10%;
    left: 8%;
    display: block;
  }
}
@media (min-width: 1600px) {
  .swiper-counter {
    font-size: 13vw;
    top: 12%;
    left: 10%;

    font-size: 6vw;
    top: 14%;
    left: 3%;

  }
}
.ie-10 .swiper-counter,
.ie-11 .swiper-counter,
.ie-edge .swiper-counter {
  color: rgba(255, 255, 255, 0.5);
}
.ie-10 .swiper-slide,
.ie-11 .swiper-slide,
.ie-edge .swiper-slide {
  opacity: 0 !important;
}
.ie-10 .swiper-slide-active,
.ie-11 .swiper-slide-active,
.ie-edge .swiper-slide-active {
  opacity: 1 !important;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(255, 255, 255, 0.5);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  opacity: 1 !important;
  left: -41%;
  bottom: 0;
  z-index: 50;
  height: 5px;
  width: 126%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 7px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #3498db;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.mac-os .swiper-scrollbar-drag {
  height: 5px;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
@media (min-width: 2000px) {
  .swiper-caption {
    left: 25%;
  }
}
/************************************************************************ @section Blocks */
@media (min-width: 1200px) {
  .block-left-main {
    padding-left: 28.8%;
  }
}
@media (min-width: 1200px) {
  .block-left-custom {
    margin-left: 20%;
  }
}
@media (min-width: 1600px) {
  .block-left-custom {
    margin-left: -5%;
  }
}

/************************************************************************ @section Images */
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-responsive {
  width: 100%;
}

/************************************************************************ @section Pagination custom */
.left-block {
  position: absolute;
  z-index: 2;
  left: -2%;
  bottom: 40px;
  flex-direction: column;
  align-items: center;
  display: none;
}
@media (min-width: 992px) {
  .left-block {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .left-block {
    bottom: 50px;
    left: 0;
  }
}
@media (min-width: 1600px) {
  .left-block {
    bottom: 60px;
  }
}
.left-block-title {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .080em;
  font-family: "Montserrat", sans-serif;
  color: #3498db;
  text-transform: uppercase;
  display: block;
  transform: rotate(270deg);
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .left-block-title {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .left-block-title {
    margin-bottom: 80px;
  }
}
.left-block-list {
  padding-top: 120px;
}
.left-block-list li + li {
  margin-top: 12px;
}
@media (min-width: 1600px) {
  .left-block-list {
    padding-top: 140px;
  }
  .left-block-list li + li {
    margin-top: 38px;
  }
}
.left-block-list .icon {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .left-block-list .icon {
    font-size: 24px;
  }
}
.line-decorative {
  position: relative;
  margin: 0;
}
.line-decorative li {
  list-style: none;
}
.line-decorative::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  height: 100px;
  width: 1px;
  background: #3498db;
}
a.link-blue {
  color: var(--c-blue);
}
a.link-blue [class*='fa-']:before {
  font-weight: 400;
  font-size: 24px;
  font-family: 'FontAwesome';
}
/************************************************************************ @section Animate */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
html:not(.lt-ie10) .not-animated {
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
.ios .animated,
.mac-os .animated {
  transition: none !important;
}
.preloader {
  position: fixed;
  text-align: center;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  z-index: 9999999;
  background: #ffffff;
  transition: .3s all ease;
}
.preloader.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.preloader.loaded .cssload-container {
  animation: none;
}
.preloader.loaded .cssload-container span {
  animation: none;
}
.preloader.ending {
  display: none;
}
.preloader .preloader-body {
  position: relative;
  text-align: center;
  height: 200px;
}
.preloader > div {
  width: 100%;
}
[data-x-mode="design-mode"] .preloader {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.cssload-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  animation: loader 1.2s infinite ease-in-out;
}
.cssload-container span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #3498db;
  animation: loaderBlock 1.2s infinite ease-in-out both;
}
.cssload-container span:nth-child(1) {
  top: 0;
  left: 0;
}
.cssload-container span:nth-child(2) {
  top: 0;
  right: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.cssload-container span:nth-child(3) {
  bottom: 0;
  left: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.cssload-container span:nth-child(4) {
  bottom: 0;
  right: 0;
}
@keyframes loader {
  0%,
  10%,
  100% {
    width: 86px;
    height: 86px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}
@keyframes loaderBlock {
  0%,
  30% {
    transform: rotate(0);
  }
  55% {
    background-color: #fff;
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes loaderBlockInverse {
  0%,
  20% {
    transform: rotate(0);
  }
  55% {
    background-color: #fff;
  }
  100% {
    transform: rotate(-90deg);
  }
}
