/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */

#banner_123 {
 float: left;
 width: 100%;
}

#banner_123 .wrapper {
 position: relative;
}

.swiper-container {
 margin-left: auto;
 margin-right: auto;
 position: relative;
 overflow: hidden;
 list-style: none;
 height: 740px;
 width: 100%;
 padding: 0;
 z-index: 1;
}

.swiper-container .main_img {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.swiper-slide {
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 background-position: center center;
}

.swiper-slide-active {
 opacity: 1 !important;
}

.swiper-container .container {
 height: 100%;
}

.swiper-container .mask {
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 width: 100%;
 height: 100%;
 background: #000;
 opacity: 0.25;
}

.swiper-container .mask_bottom {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 width: 100%;
 height: 317px;
 background: url("../../img/banner-mask-bottom.png") repeat-x center bottom;
}

.swiper-container .wrapper {
 position: relative;
 display: flex;
 align-items: center;
 height: 100%;
}

.swiper-container .banner_info {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 position: absolute;
 bottom: 160px;
 left: 0;
 width: 100%;
 padding: 0 20px;
 text-align: center;
 z-index: 3;
 /*  */
 opacity: 0;
 transition: 0.3s ease-in-out;
 will-change: opacity;
}

.swiper-slide-active .banner_info {
 opacity: 1;
 transition: 0.6s ease-in-out;
}

.banner_info .title {
 position: relative;
 float: left;
 width: 100%;
}

.banner_info .title a,
.banner_info .title a:link,
.banner_info .title a:hover,
.banner_info .title a:visited {
 font-weight: 700;
 font-size: 42px;
 line-height: 1.2;
 color: #fff;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 text-shadow: -2px 0px 6.86px rgba(0, 0, 0, 0.88);
 overflow: hidden;
}

.banner_info .text {
 float: left;
 width: 100%;
 margin: 5px 0 0 0;
 font-weight: 300;
 font-size: 18px;
 line-height: 1.4;
 color: #fff;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 width: calc(var(--swiper-navigation-size) / 44 * 27);
 height: var(--swiper-navigation-size);
 margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
 z-index: 10;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
 opacity: 0.35;
 cursor: auto;
 pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
 left: 40px;
 right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
 right: 40px;
 left: auto;
}

.swiper-button-next {
 width: 24px;
 height: 40px;
 background: url("../../img/banner-123-arrow-right.svg") center center no-repeat;
 background-size: 24px 40px;
 transition: 0.2s ease-in-out;
}

.swiper-button-prev {
 width: 24px;
 height: 40px;
 background: url("../../img/banner-123-arrow-left.svg") center center no-repeat;
 background-size: 24px 40px;
 transition: 0.2s ease-in-out;
}

/*  */

@media screen and (max-width: 1400px) {
 .swiper-container .banner_info {
  padding: 0 60px;
 }
 .swiper-button-prev,
 .swiper-container-rtl .swiper-button-next {
  left: 24px;
 }
 .swiper-button-next,
 .swiper-container-rtl .swiper-button-prev {
  right: 24px;
 }
}

@media screen and (max-width: 1200px) {
 .swiper-container {
  height: 700px;
 }
 .banner_info .title a,
 .banner_info .title a:link,
 .banner_info .title a:hover,
 .banner_info .title a:visited {
  font-size: 40px;
 }
 .banner_info .text {
  font-size: 17px;
 }
}

@media screen and (max-width: 1100px) {
 .swiper-container {
  height: 640px;
 }
 .swiper-container .banner_info {
  padding: 0 47px;
 }
 .banner_info .title a,
 .banner_info .title a:link,
 .banner_info .title a:hover,
 .banner_info .title a:visited {
  font-size: 38px;
 }
 .swiper-button-next {
  right: 18px;
  width: 16px;
  height: 27px;
  background-size: 16px 27px;
 }
 .swiper-button-prev {
  left: 18px;
  width: 16px;
  height: 27px;
  background-size: 16px 27px;
 }
}

@media screen and (max-width: 950px) {
 .swiper-container {
  height: 580px;
 }
 .banner_info .title a,
 .banner_info .title a:link,
 .banner_info .title a:hover,
 .banner_info .title a:visited {
  font-size: 36px;
 }
 .banner_info .text {
  font-size: 16px;
 }
}

@media screen and (max-width: 800px) {
 .swiper-container {
  height: 500px;
 }
 .swiper-container .banner_info {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
 }
}

@media screen and (max-width: 700px) {
 .swiper-container .banner_info {
  padding: 0 34px;
 }
 .swiper-button-next {
  right: 12px;
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
 }
 .swiper-button-prev {
  left: 12px;
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
 }
}

@media screen and (max-width: 676px) {
 .swiper-container {
  height: 400px;
 }
 .banner_info .title a,
 .banner_info .title a:link,
 .banner_info .title a:hover,
 .banner_info .title a:visited {
  font-size: 32px;
  -webkit-line-clamp: 3;
 }
 .banner_info .text {
  font-size: 15px;
 }
}

@media screen and (max-width: 500px) {
 .swiper-container {
  height: 340px;
 }
 .banner_info .title a,
 .banner_info .title a:link,
 .banner_info .title a:hover,
 .banner_info .title a:visited {
  font-size: 29px;
  -webkit-line-clamp: 3;
 }
}

@media screen and (max-width: 440px) {
 .swiper-container {
  height: 300px;
 }
 .banner_info .text {
  font-size: 14px;
 }
}

/*  */

.swiper-container-vertical > .swiper-wrapper {
 flex-direction: column;
}

.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
 transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
 flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
 flex-wrap: wrap;
 flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
 transition-timing-function: ease-out;
 margin: 0 auto;
}

.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
}

.swiper-slide-invisible-blank {
 visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
 height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
 align-items: flex-start;
 transition-property: transform, height;
}

.swiper-container-3d {
 perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
 transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 pointer-events: none;
 z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
 background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
 background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
 background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
 overflow: auto;
 scrollbar-width: none;
 -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
 display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
 scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
 scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
 scroll-snap-type: y mandatory;
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
 --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
 --swiper-navigation-color: #000000;
}

.swiper-button-lock {
 display: none;
}

.swiper-pagination {
 float: left;
 width: 100%;
 text-align: center;
 transition: 0.3s opacity;
 transform: translate3d(0, 0, 0);
 z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
 opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
 width: 100%;
 padding: 11px 0 0 0;
 line-height: 0;
}

.swiper-pagination-bullets-dynamic {
 overflow: hidden;
 font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
 transform: scale(0.33);
 position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
 transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
 transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
 transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
 transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
 transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
 transform: scale(0.33);
}

.swiper-pagination-bullet {
 width: 11px;
 height: 11px;
 display: inline-block;
 border-radius: 100%;
 background: #d9d9d9;
 opacity: 1;
}

button.swiper-pagination-bullet {
 border: none;
 margin: 0;
 padding: 0;
 box-shadow: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor: pointer;
}

.swiper-pagination-bullet-active {
 background: #1ea6db;
 opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
 right: 10px;
 top: 50%;
 transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 6px 0;
 display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
 top: 50%;
 transform: translateY(-50%);
 width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
 display: inline-block;
 transition:
  0.2s transform,
  0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 0 4px 8px 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
 left: 50%;
 transform: translateX(-50%);
 white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
 transition:
  0.2s transform,
  0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
 transition:
  0.2s transform,
  0.2s right;
}

.swiper-pagination-progressbar {
 background: rgba(0, 0, 0, 0.25);
 position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
 background: var(--swiper-pagination-color, var(--swiper-theme-color));
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 transform: scale(0);
 transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
 transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
 width: 100%;
 height: 4px;
 left: 0;
 top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
 width: 4px;
 height: 100%;
 left: 0;
 top: 0;
}

.swiper-pagination-white {
 --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
 --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
 display: none;
}

.swiper-scrollbar {
 border-radius: 10px;
 position: relative;
 -ms-touch-action: none;
 background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
 position: absolute;
 left: 1%;
 bottom: 3px;
 z-index: 50;
 height: 5px;
 width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
 position: absolute;
 right: 3px;
 top: 1%;
 z-index: 50;
 width: 5px;
 height: 98%;
}

.swiper-scrollbar-drag {
 height: 100%;
 width: 100%;
 position: relative;
 background: rgba(0, 0, 0, 0.5);
 border-radius: 10px;
 left: 0;
 top: 0;
}

.swiper-scrollbar-cursor-drag {
 cursor: move;
}

.swiper-scrollbar-lock {
 display: none;
}

.swiper-zoom-container {
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
 max-width: 100%;
 max-height: 100%;
 object-fit: contain;
}

.swiper-slide-zoomed {
 cursor: move;
}

.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 infinite linear;
 box-sizing: border-box;
 border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
 border-radius: 50%;
 border-top-color: transparent;
}

.swiper-lazy-preloader-white {
 --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
 --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
 100% {
  transform: rotate(360deg);
 }
}

.swiper-container .swiper-notification {
 position: absolute;
 left: 0;
 top: 0;
 pointer-events: none;
 opacity: 0;
 z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
 transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
 pointer-events: none;
 transition-property: opacity;
}

.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-container-cube {
 overflow: visible;
}

.swiper-container-cube .swiper-slide {
 pointer-events: none;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 z-index: 1;
 visibility: hidden;
 transform-origin: 0 0;
 width: 100%;
 height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
 pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
 transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
 pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
 pointer-events: auto;
 visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
 z-index: 0;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
 position: absolute;
 left: 0;
 bottom: 0px;
 width: 100%;
 height: 100%;
 background: #000;
 opacity: 0.6;
 -webkit-filter: blur(50px);
 filter: blur(50px);
 z-index: 0;
}

.swiper-container-flip {
 overflow: visible;
}

.swiper-container-flip .swiper-slide {
 pointer-events: none;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
 pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
 pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
 z-index: 0;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
