::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.top-banner__section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .top-banner__section {
    min-height: 550px !important;
  }
}
@media (max-width: 768px) {
  .top-banner__section {
    min-height: 450px !important;
  }
}
.top-banner__section.single-post-banner {
  min-height: 50vh;
}
@media (max-width: 1024px) {
  .top-banner__section.single-post-banner {
    padding: 40px 40px 70px;
    min-height: 550px;
  }
}
@media (max-width: 768px) {
  .top-banner__section.single-post-banner {
    min-height: 450px;
  }
}
@media (max-width: 576px) {
  .top-banner__section.single-post-banner {
    min-height: 350px;
  }
}
.top-banner__section .embed-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.top-banner__section .embed-video iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 127vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-banner__section .banner-text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  justify-content: left;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 70%;
  position: relative;
  z-index: 3;
  padding: 0px 70px 0px;
}
@media (max-width: 1024px) {
  .top-banner__section .banner-text-center {
    padding: 0px 60px 0px;
  }
}
@media (max-width: 768px) {
  .top-banner__section .banner-text-center {
    padding: 0px 60px 0px;
  }
}
@media (max-width: 576px) {
  .top-banner__section .banner-text-center {
    padding: 0px 30px 0px;
  }
}
.top-banner__section .banner-text-center h1 {
    FONT-VARIANT-EAST-ASIAN: JIS83;
    font-size: 78px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-decoration: none;
    padding-bottom: 0;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0;
}
@media (max-width: 1024px) {
  .top-banner__section .banner-text-center h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .top-banner__section .banner-text-center h1 {
    font-size: 50px;
    max-width: 80vw;
  }
}
@media (max-width: 576px) {
  .top-banner__section .banner-text-center h1 {
    font-size: 45px;
    max-width: 80vw;
  }
}
.top-banner__section .banner-left-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 70px 90px;
}
@media (max-width: 1024px) {
  .top-banner__section .banner-left-text {
    padding: 40px 80px 60px;
  }
}
@media (max-width: 768px) {
  .top-banner__section .banner-left-text {
    padding: 20px 60px 40px;
  }
}
@media (max-width: 576px) {
  .top-banner__section .banner-left-text {
    padding: 20px 40px 40px;
  }
}
.top-banner__section .banner-left-text h2 {
  font-size: 70px;
  font-family: "Roboto", sans serif;
  color: #fff;
  text-decoration: none;
  padding-bottom: 0;
  line-height: 1.05;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .top-banner__section .banner-left-text h2 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .top-banner__section .banner-left-text h2 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .top-banner__section .banner-left-text h2 {
    font-size: 45px;
  }
}
.top-banner__section .scroll-down-btn {
  bottom: 70px;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 3;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  display: none;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
}
@media (max-width: 767px) {
  .top-banner__section .scroll-down-btn {
    width: 25px;
    height: 25px;
    bottom: 20px;
  }
}
.top-banner__section .scroll-down-btn .img_svg path {
  fill: #fff;
}
.height_auto_only_video {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  padding-bottom: 56.5%;
  height: 0;
}
.height_auto_only_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.height_auto_only_video .banner-text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .height_auto_only_video .banner-text-center {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .height_auto_only_video .banner-text-center {
    padding: 0 20px;
  }
}
.height_auto_only_video .banner-text-center h1, .height_auto_only_video .banner-text-center h2, .height_auto_only_video .banner-text-center h3, .height_auto_only_video .banner-text-center h4, .height_auto_only_video .banner-text-center h5, .height_auto_only_video .banner-text-center h6 {
  padding-bottom: 0;
  font-family: "Open Sans", sans-serif;
}
.height_auto_only_video .banner-left-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 70px;
}
@media (max-width: 1024px) {
  .height_auto_only_video .banner-left-text {
    padding: 40px 40px 70px;
  }
}
.height_auto_only_video .banner-left-text h2 {
  font-size: 100px;
  font-family: "Source Serif", serif;
  color: #000;
  font-size: 100px;
  font-weight: 800;
  line-height: 1.1;
  padding-bottom: 30px;
}
.height_auto_only_video .banner-left-text h2:before {
  display: none;
}
@media (max-width: 767px) {
  .height_auto_only_video .banner-left-text h2 {
    font-size: 30px;
  }
}
.height_auto_only_video .scroll-down-btn {
  bottom: 70px;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 3;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
}
@media (max-width: 767px) {
  .height_auto_only_video .scroll-down-btn {
    width: 25px;
    height: 25px;
    bottom: 20px;
  }
}
.height_auto_only_video .scroll-down-btn .img_svg path {
  fill: #fff;
}
.content-single-post {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .content-single-post {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .content-single-post {
    padding: 60px 0;
  }
}
.content-single-post .row1375 {
  width: 1000px;
}
.content-single-post .content .post-thumbnail {
  text-align: center;
  margin-bottom: 50px;
}
.posts__section {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .posts__section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .posts__section {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .posts__section {
    padding: 40px 0;
  }
}
.posts__section .left {
  -webkit-flex-basis: 51%;
  -moz-flex-basis: 51%;
  -ms-flex-preferred-size: 51%;
  flex-basis: 51%;
  max-width: 51%;
}
@media (max-width: 1024px) {
  .posts__section .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.posts__section .left .posts__wrapper .post {
  padding: 70px 0;
  border-bottom: 0.5px solid #798570;
}
@media (max-width: 576px) {
  .posts__section .left .posts__wrapper .post {
    padding: 35px 0;
  }
}
.posts__section .left .posts__wrapper .post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.posts__section .left .posts__wrapper .post .post-thumbnail {
  max-width: 640px;
  height: 430px;
}
@media (max-width: 576px) {
  .posts__section .left .posts__wrapper .post .post-thumbnail {
    height: 300px;
  }
}
.posts__section .left .posts__wrapper .post .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts__section .left .posts__wrapper .post .post-content {
  padding: 50px;
  background: #fff;
  box-shadow: -10px -6px 11px rgba(0, 0, 0, 0.3);
  max-width: 455px;
  margin-left: auto;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .posts__section .left .posts__wrapper .post .post-content {
    margin-top: 0;
    max-width: 100%;
    padding: 20px 15px;
    box-shadow: none;
  }
}
.posts__section .left .posts__wrapper .post .post-content .post-title h2 .post-category {
  display: none;
  font-style: italic;
}
.posts__section .left .posts__wrapper .post .post-content p {
  font-family: "Open Sans", sans-serif;
  line-height: 25px;
}
.posts__section .right {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 49%;
  padding: 70px 80px;
}
@media (max-width: 1024px) {
  .posts__section .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 20px;
  }
}
.posts__section .right .searchform h2:before {
  display: none;
}
.posts__section .right .searchform input[type="search"] {
  border: 0.5px solid #979797;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #798570;
  height: 40px;
  max-width: 280px;
  font-family: "Open Sans", sans-serif;
}
.posts__section .right .searchform input[type="search"]::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #798570;
}
@media (max-width: 768px) {
  .posts__section .right .searchform input[type="search"] {
    max-width: 100%;
  }
}
.posts__section .right .categories-list {
  padding: 30px 0;
  display: none;
}
.posts__section .right .categories-list li .cat-name {
  color: #000;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}
.team-box .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .team-box .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .team-box .team-grid {
    grid-template-columns: repeat(1, 400px);
    justify-content: center;
  }
}
@media (max-width: 450px) {
  .team-box .team-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-box .team-grid .teammate {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.team-box .team-grid .teammate .photo {
  position: relative;
}
.team-box .team-grid .teammate .photo:after {
  content: "";
  display: block;
  padding-bottom: 96.6%;
}
.team-box .team-grid .teammate .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.team-box .team-grid .teammate .name-wrap {
  padding: 45px;
}
@media (max-width: 1024px) {
  .team-box .team-grid .teammate .name-wrap {
    padding: 20px;
  }
}
.team-box .team-grid .teammate .name-wrap span {
  display: block;
}
.team-box .team-grid .teammate .name-wrap span.name {
  font-size: 20px;
  padding-bottom: 5px;
}
.team-box .team-grid .teammate .name-wrap span.postion {
  font-size: 15px;
}
.teammate-popup {
  max-width: 550px;
  padding: 60px 80px;
  position: relative;
}
@media (max-width: 768px) {
  .teammate-popup {
    padding: 40px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .teammate-popup {
    padding: 20px;
  }
}
.teammate-popup .info .name {
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
}
.teammate-popup .info .name h3 {
  padding-bottom: 15px;
}
.teammate-popup .carousel__button.is-close {
  position: absolute;
  top: -25px;
  right: -25px;
  left: auto;
  z-index: 20;
  transform: none;
}
@media (max-width: 768px) {
  .teammate-popup .carousel__button.is-close {
    right: 0;
    top: 0;
  }
}
.fancybox__backdrop {
  background-color: rgba(255, 255, 255, 0.2);
}
.banner-left-text h1 {
  font-size: 50px;
  font-family: "Open Sans", sans-serif;
  color: #000;
  text-decoration: none;
  padding-bottom: 0;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0;
}
.banner-left-text h1:before {
  display: none;
}
@media (max-width: 767px) {
  .banner-left-text h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.magazine_name {
  display: block;
  text-transform: capitalize !important;
}
.top-banner__section_2 {
  padding: 40px 0;
}
.top-banner__section_2 .banner-text-center {
  text-align: center;
  display: block;
}
.top-banner__section_2 .banner-text-center * {
  color: #fff;
}
.top-banner__section_2 .banner-text-center h1 {
  font-family: "Source Serif", serif;
  font-weight: 700;
  font-size: 75px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .top-banner__section_2 .banner-text-center h1 {
    font-size: 60px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .top-banner__section_2 .banner-text-center h1 {
    padding-bottom: 20px;
  }
}
.top-banner__section_2 .banner-text-center p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.5;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.top-banner__section_2 .banner-text-center p strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-weight: 50;
  line-height: 1.28;
  font-size: 18px;
  text-transform: capitalize;
}
.top-banner__section_2 .banner-text-center .button_blue {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -140px;
}
@media (max-width: 767px) {
  .top-banner__section_2 .banner-text-center .button_blue {
    margin: 0 auto;
    position: static;
    transform: none;
  }
}
.top-banner__section_2 .banner-text-center .button_blue {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -140px;
}
@media (max-width: 767px) {
  .top-banner__section_2 .banner-text-center .button_blue {
    margin: 0 auto;
    position: static;
    transform: none;
  }
}
.button_blue {
  background: #545352;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 15px 0;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
}
.button_blue:hover {
  color: #fff;
  background: #173b62;
}
.left_right_1 {
  margin: 60px 0 60px;
}
.left_right_1 .row {
  width: 1800px;
  padding: 0 200px;
}
@media (max-width: 1279px) {
  .left_right_1 .row {
    padding: 0 80px;
  }
}
@media (max-width: 1024px) {
  .left_right_1 .row {
    padding: 0;
  }
}
.left_right_1 .left_right_1_text {
  flex-basis: 42%;
}
@media (max-width: 1024px) {
  .left_right_1 .left_right_1_text {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
}
.left_right_1 .left_right_1_rep {
  flex-basis: 42%;
}
@media (max-width: 1024px) {
  .left_right_1 .left_right_1_rep {
    flex-basis: 100%;
  }
}
.left_right_1 .left_right_1_rep > div {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #707070;
}
.left_right_1 .left_right_1_rep > div:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.left_right_1 .left_right_1_rep > div h2 {
  font-size: 20px;
  padding-bottom: 15px;
}
.left_right_2 .row {
  width: 100%;
  max-width: 100%;
}
.left_right_2 .left_right_2_text {
}
@media (max-width: 1279px) {
  .left_right_2 .left_right_2_text {
  }
}
@media (max-width: 1024px) {
  .left_right_2 .left_right_2_text {
    flex-basis: 100%;
  }
}
.left_right_2 .left_right_2_text * {
  color: #fff;
  font-weight: 300;
}
.left_right_2 .left_right_2_rep {
  flex-direction: column;
}
@media (max-width: 1024px) {
  .left_right_2 .left_right_2_rep {
    flex-basis: 100%;
    flex-direction: row;
  }
}
.left_right_2 .left_right_2_rep > div {
  flex-basis: 37%;
  background-color: #f2f2f2;
  padding: 70px 450px 70px 100px;
}
@media (max-width: 1279px) {
  .left_right_2 .left_right_2_rep > div {
    padding: 60px 80px 50px;
  }
}
@media (max-width: 1024px) {
  .left_right_2 .left_right_2_rep > div {
    flex-basis: 100%;
    padding: 60px 30px 30px 30px;
  }
}
.left_right_2 .left_right_2_rep > div:nth-child(even) {
  background: #fff;
}
.left_right_2 .left_right_2_rep > div h2 {
  font-weight: 300;
  line-height: 1;
  padding-bottom: 20px;
}
.slider-left-right_3_scrolling {
  background: #f2f2f2;
  padding: 200px;
}
@media (max-width: 1279px) {
  .slider-left-right_3_scrolling {
    padding: 60px 80px;
  }
}
@media (max-width: 1024px) {
  .slider-left-right_3_scrolling {
    padding: 60px 30px;
  }
}
.slider-left-right_3_scrolling .row {
  width: 1800px;
}
.slider-left-right_3_scrolling .swiper-slide .slide_left {
  flex-basis: 48%;
}
@media (max-width: 1024px) {
  .slider-left-right_3_scrolling .swiper-slide .slide_left {
    flex-basis: 100%;
  }
}
.slider-left-right_3_scrolling .swiper-slide .slide_left p strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 2.88px;
}
.slider-left-right_3_scrolling .swiper-slide .slide_right {
  flex-basis: 48%;
}
@media (max-width: 1024px) {
  .slider-left-right_3_scrolling .swiper-slide .slide_right {
    flex-basis: 100%;
  }
}
.slider-left-right_3_scrolling .swiper-button-next {
  right: -110px;
}
@media (max-width: 1279px) {
  .slider-left-right_3_scrolling .swiper-button-next {
    right: -90px;
  }
}
.slider-left-right_3_scrolling .swiper-button-next:after {
  position: relative;
  right: -3px;
}
.slider-left-right_3_scrolling .swiper-button-prev {
  left: -110px;
}
@media (max-width: 1279px) {
  .slider-left-right_3_scrolling .swiper-button-prev {
    left: -90px;
  }
}
.slider-left-right_3_scrolling .swiper-button-prev:after {
  position: relative;
  left: -3px;
}
.slider-left-right_3_scrolling .swiper-button-next, .slider-left-right_3_scrolling .swiper-button-prev {
  background: #020202;
  border: 1px solid #020202;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .slider-left-right_3_scrolling .swiper-button-next, .slider-left-right_3_scrolling .swiper-button-prev {
    display: none;
  }
}
.slider-left-right_3_scrolling .swiper-button-next:hover, .slider-left-right_3_scrolling .swiper-button-prev:hover {
  border: 1px solid #0c1f34;
  background: transparent;
}
.slider-left-right_3_scrolling .swiper-button-next:hover:after, .slider-left-right_3_scrolling .swiper-button-prev:hover:after {
  color: #0c1f34;
}
.slider-left-right_3_scrolling .swiper-button-next:after, .slider-left-right_3_scrolling .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}
.slider-left-right_3_scrolling .swiper-pagination-bullet-active {
  background: #0c1f34;
}
