/**
 * 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: 660px;
 width: 100%;
 padding: 0;
 z-index: 1;
}

.swiper-container .main_img {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: calc(100% - 165px);
 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_bottom {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 width: 100%;
 height: 310px;
 background: url("/img/banner-123-mask-bottom.png") no-repeat center bottom;
 z-index: 3;
}

.swiper-container .mask {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 164px;
 width: 100%;
 height: 110px;
 background: url("/img/banner-123-mask-gradient.png") repeat-x center bottom;
 background-size: contain;
 z-index: 2;
}

.swiper-container .mask_white {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 width: 100%;
 height: 165px;
 background: #f6fbfb;
 z-index: 2;
}

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

.swiper-container .banner_info {
 display: flex;
 justify-content: flex-start;
 flex-wrap: wrap;
 position: absolute;
 top: 70px;
 left: 0;
 width: 100%;
 max-width: 600px;
 text-align: left;
 z-index: 3;
}

.swiper-container .banner_info.banner_info_img img {
 max-width: 100%;
 max-height: 300px;
 object-fit: cover;
}

.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: 54px;
 line-height: 1.14;
 letter-spacing: -0.04em;
 color: #004754;
 text-overflow: ellipsis;
 display: -webkit-box;
 line-clamp: 2;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
}

.banner_info .text {
 float: left;
 width: 100%;
 margin: 7px 0 0 0;
 font-weight: 500;
 font-size: 17px;
 line-height: 1.2;
 color: #232323;
 text-overflow: ellipsis;
 display: -webkit-box;
 line-clamp: 2;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
}

.banner_info .basic_btn {
 padding: 10px 26px;
 margin: 28px 0 0 0;
 font-weight: 500;
 font-size: 15px;
 text-transform: initial;
 border: 1px solid rgba(255, 255, 255, 0.5);
 background-color: rgba(255, 255, 255, 0.5);
}
.banner_info .basic_btn:hover {
 border: 1px solid rgba(255, 255, 255, 1);
 background-color: rgba(255, 255, 255, 1);
}

.banner_info .basic_btn img {
 width: 11px;
 height: 10px;
 margin: 0 0 0 10px;
}

.swiper-button-next,
.swiper-button-prev {
 position: absolute;
 top: 270px;
 z-index: 10;
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
}

.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: 24px;
 right: auto;
}

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

.swiper-button-next {
 width: 46px;
 height: 46px;
 border-radius: 100%;
 background: rgba(0, 71, 84, 0.8) url("/img/banner-123-arrow-right.svg") center center no-repeat;
 background-size: 9px 16px;
 transition: 0.2s ease-in-out;
}

.swiper-button-prev {
 width: 46px;
 height: 46px;
 border-radius: 100%;
 background: rgba(0, 71, 84, 0.8) url("/img/banner-123-arrow-left.svg") center center no-repeat;
 background-size: 9px 16px;
 transition: 0.2s ease-in-out;
}

/*  */

@media screen and (max-width: 1600px) {
 .swiper-container .banner_info {
  left: 2%;
  width: calc(100% - 4%);
 }
}

@media screen and (max-width: 1400px) {
 .banner_info .title a,
 .banner_info .title a:link,
 .banner_info .title a:hover,
 .banner_info .title a:visited {
  font-size: 48px;
 }
 .swiper-button-next,
 .swiper-button-prev {
  top: 316px;
 }
}

@media screen and (max-width: 1220px) {
 .swiper-container .main_img {
  height: calc(100% - 124px);
 }
 .swiper-container .mask_bottom {
  height: 200px;
  background-size: auto 200px;
 }
 .swiper-container .mask {
  bottom: 124px;
 }
 .swiper-container .mask_white {
  height: 125px;
 }
 .swiper-button-next,
 .swiper-button-prev {
  top: 340px;
 }
}

@media screen and (max-width: 1200px) {
 .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: 16px;
 }
}

@media screen and (max-width: 1100px) {
 .swiper-container {
  height: 600px;
 }
 .swiper-container .banner_info {
  top: 40px;
 }
 .swiper-button-next,
 .swiper-button-prev {
  top: 290px;
 }
}

@media screen and (max-width: 950px) {
 .swiper-container {
  height: 550px;
 }
 .swiper-container .banner_info {
  left: 2.5%;
  width: calc(100% - 5%);
 }
 .banner_info .title a,
 .banner_info .title a:link,
 .banner_info .title a:hover,
 .banner_info .title a:visited {
  font-size: 34px;
 }
 .banner_info .text {
  font-size: 15px;
 }
 .banner_info .basic_btn {
  padding: 8px 16px;
  margin: 16px 0 0 0;
  font-size: 14px;
 }
 .banner_info .basic_btn img {
  margin: 0 0 0 5px;
 }
 .swiper-button-next,
 .swiper-button-prev {
  top: 240px;
 }
}

@media screen and (max-width: 850px) {
 .swiper-container {
  height: 500px;
 }
 .swiper-container .main_img {
  height: calc(100% - 75px);
 }
 .swiper-container .mask_bottom {
  height: 140px;
  background-size: auto 140px;
 }
 .swiper-container .mask {
  bottom: 74px;
 }
 .swiper-container .mask_white {
  height: 75px;
 }
}

@media screen and (max-width: 676px) {
 .swiper-container {
  height: 460px;
 }
 .swiper-container .banner_info {
  left: 3%;
  width: calc(100% - 6%);
 }
 .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;
  text-shadow: 0px 0px 10px rgba(256, 256, 256, 1);
 }
 .banner_info .basic_btn {
  padding: 7px 12px;
  margin: 12px 0 0 0;
  font-size: 13px;
 }
 .banner_info .basic_btn img {
  width: 10px;
  height: 8px;
 }
 .swiper-button-prev {
  top: auto;
  bottom: 170px;
  left: 16px;
 }
 .swiper-button-next {
  top: auto;
  bottom: 170px;
  right: 16px;
 }
 .swiper-button-next {
  width: 36px;
  height: 36px;
  background: rgba(0, 71, 84, 0.8) url("/img/banner-123-arrow-right.svg") center center no-repeat;
  background-size: 7px 13px;
 }
 .swiper-button-prev {
  width: 36px;
  height: 36px;
  background: rgba(0, 71, 84, 0.8) url("/img/banner-123-arrow-left.svg") center center no-repeat;
  background-size: 7px 13px;
 }
}

@media screen and (max-width: 550px) {
 .swiper-container .main_img {
  height: calc(100% - 55px);
 }
 .swiper-container .mask_bottom {
  height: 100px;
  background-size: auto 100px;
 }
 .swiper-container .mask {
  bottom: 54px;
 }
 .swiper-container .mask_white {
  height: 55px;
 }
 .swiper-container .banner_info {
  left: 4%;
  width: calc(100% - 8%);
 }
}

@media screen and (max-width: 500px) {
 .swiper-container {
  height: 400px;
 }
 .swiper-container .main_img {
  height: calc(100% - 33px);
 }
 .swiper-container .mask {
  bottom: 32px;
 }
 .swiper-container .mask_white {
  height: 33px;
 }
 .swiper-container .mask_bottom {
  height: 82px;
  background-size: auto 82px;
 }
 .swiper-container .banner_info {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 50px;
 }
 .banner_info .title a,
 .banner_info .title a:link,
 .banner_info .title a:hover,
 .banner_info .title a:visited {
  font-size: 26px;
  text-align: center;
  -webkit-line-clamp: 3;
 }
 .banner_info .text {
  display: none;
  font-size: 14px;
 }
 .banner_info .basic_btn {
  display: none;
 }
 .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 10px;
  width: 33px;
  height: 33px;
 }
 .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  right: 10px;
  width: 33px;
  height: 33px;
 }
}

@media screen and (max-width: 400px) {
 .swiper-container {
  height: 320px;
 }
}

@media screen and (max-width: 380px) {
 .swiper-container .main_img {
  height: calc(100% - 13px);
 }
 .swiper-container .mask {
  bottom: 12px;
 }
 .swiper-container .mask_white {
  height: 13px;
 }
 .swiper-container .mask_bottom {
  height: 62px;
  background-size: auto 62px;
 }
}

/*  */

.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;
}
