.commercials_body {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2vw 8vw 2.5vw 0; }

@media (max-width: 768px) {
  .commercials_body {
    padding: 2.2vw 2.8vw 28vw 0; } }

.commercials_body .section_commercials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

@media (max-width: 768px) {
  .commercials_body .section_commercials {
    margin-top: 4vw; } }

.commercials_body .section_commercials h2 {
  font-size: 3.95vw;
  line-height: 1;
  margin-bottom: 0.9vw; }

.commercials_body .section_commercials h2:after {
  display: none; }

@media (max-width: 768px) {
  .commercials_body .section_commercials h2 {
    font-size: 12vw; } }

.commercials_body .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/arrow_left.svg");
  left: 2vw; }

.commercials_body .swiper-button-prev {
  background-image: url("../images/arrow_right.svg");
  left: 6vw;
  right: auto; }

.commercials_body .swiper-button-next, .commercials_body .swiper-button-prev {
  width: 0.88vw;
  height: 1.56vw;
  margin-top: 0;
  background-size: 0.88vw 1.56vw;
  outline: none;
  top: 91%; }

@media (max-width: 768px) {
  .commercials_body .swiper-button-next, .commercials_body .swiper-button-prev {
    display: none; } }

.swiper_commercials {
  width: 100%;
  max-width: 100%;
  margin-bottom: 5.2vw; }

@media (max-width: 768px) {
  .swiper_commercials {
    margin-bottom: 6vw; } }

.swiper_commercials .swiper-wrapper {
  margin-bottom: 2.8vw; }

.swiper_commercials:not(.commercial) .swiper-button-next, .swiper_commercials:not(.commercial) .swiper-button-prev {
  display: none; }

.swiper_commercials .swiper-slide {
  width: 16.8vw;
  margin-left: 0.312vw; }

@media (max-width: 768px) {
  .swiper_commercials .swiper-slide {
    width: 40vw;
    margin-left: 1vw; } }

.swiper_commercials .swiper-slide .commercial {
  height: 16.8vw;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }

@media (max-width: 768px) {
  .swiper_commercials .swiper-slide .commercial {
    height: 40vw; } }

.swiper_commercials .swiper-slide .commercial .gray_shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.01) 45%, rgba(0, 0, 0, 0.65) 100%); }

.swiper_commercials .swiper-slide .commercial a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper_commercials .swiper-slide .commercial a .play {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out; }

.swiper_commercials .swiper-slide .commercial a .play.fade {
  opacity: .5; }

.swiper_commercials .swiper-slide .commercial a .play i {
  color: white;
  font-size: 3.6vw; }

@media (max-width: 768px) {
  .swiper_commercials .swiper-slide .commercial a .play i {
    font-size: 8vw; } }

.swiper_commercials .swiper-slide .commercial a .video_title {
  color: white;
  font-size: 1.3vw;
  line-height: 1;
  position: absolute;
  bottom: 0.7vw;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }

@media (max-width: 768px) {
  .swiper_commercials .swiper-slide .commercial a .video_title {
    display: none; } }

.swiper_commercials .swiper-slide .title_mobile {
  display: none;
  color: #00693e;
  font-size: 4.2vw;
  line-height: 1;
  margin-top: 2.5vw; }

@media (max-width: 768px) {
  .swiper_commercials .swiper-slide .title_mobile {
    display: block; } }
