@font-face {
  font-family: "arrows";
  src: url("../fonts/arrows.eot");
  src: url("../fonts/arrows.eot#iefix") format("embedded-opentype"),
  url("../fonts/arrows.woff") format("woff"),
  url("../fonts/arrows.ttf") format("truetype"),
  url("../fonts/arrows.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.arrows-ico,
[class^="arrows-"]:before, [class*=" arrows-"]:before,
[class^="arrows-"]:after, [class*=" arrows-"]:after {
  font-family: "arrows";
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
}

#bonswiper #video-container .bonslick-caption h2,
#bonswiper #video-container .bonslick-caption h3,
#bonswiper #video-container .bonslick-caption p {
  color: #fff;
  text-shadow: 1px 1px 1px #444;
}

#bonswiper .bonswiper-wrapper {
  margin: 0;
}

.bonslick-video {
  width: 100%;
  height: 100%;
}

.bonslick-caption {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-left: 0;
}

#video-container #controls {
  position: absolute;
  z-index: 1000;
}

#video-container #controls .play,
#video-container #controls .pause,
#video-container #controls .mute,
#video-container #controls .unmute {
  font-size: 0;
  background-color: transparent;
  border: none;
  transition: all 0.3s linear;
}

#video-container #controls .play:before,
#video-container #controls .pause:before,
#video-container #controls .mute:before,
#video-container #controls .unmute:before {
  font-family: 'Material Icons';
  color: #fff;
  transition: all 0.3s linear;
}

#video-container #controls .play:hover,
#video-container #controls .pause:hover,
#video-container #controls .mute:hover,
#video-container #controls .unmute:hover {
  outline: none;
  border: none;
}

#video-container #controls .play:focus,
#video-container #controls .pause:focus,
#video-container #controls .mute:focus,
#video-container #controls .unmute:focus {
  outline: none;
}

#video-container #controls .play:hover:before,
#video-container #controls .pause:hover:before,
#video-container #controls .mute:hover:before,
#video-container #controls .unmute:hover:before {
  cursor: pointer;
  color: #cccccc;
}

#video-container #controls .play:before {
  content: '\e037';
}

#video-container #controls .pause:before {
  content: '\e034';
}

#video-container #controls .mute:before {
  content: '\e04e';
}

#video-container #controls .unmute:before {
  content: '\e04f';
}

#bonswiper .slick-dotted.bonswiper-wrapper {
  margin-bottom: 0;
}

#bonswiper {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.swiper-slider:focus,
a {
  outline: none;
}

/*#bonswiper .bonswiper-wrapper li:not(:first-child) {*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  transition: opacity 1s ease;*/
/*}*/

/*#bonswiper .bonswiper-wrapper.slick-initialized li:not(:first-child) {*/
/*  visibility: visible;*/
/*  opacity: 1;*/
/*}*/

#bonswiper .box-bonslick {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease 0s;
}

#bonswiper.swiper-initialized .box-bonslick {
  transition: opacity 1s ease 0s;
  opacity: 1;
}

#bonswiper .swiper-slide img {
  width: 100%;
}

#bonswiper .link-bonslick {
  display: block;
  position: relative;
  overflow: hidden;
}

#bonswiper .link-bonslick:focus {
  outline: none;
}

#bonswiper p.h1 {
  font-weight: 500;
  line-height: 1.45;
  text-transform: uppercase;
  transition: all 1s ease-in-out 0.5s;
  color: #fff;
}

#bonswiper p.h2 {
  transition: all 1s ease-in-out 0.7s;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.45;
}

#bonswiper p.h3 {
  color: #fff;
  transition: all 1s ease-in-out 0.9s;
  line-height: 1.5;
  text-transform: none;
}

#bonswiper .bonswiper-btn,
#bonswiper .bonswiper-btn-more {
  display: inline-block;
  transition: all 0.3s ease;
  letter-spacing: 0.01em;
  border-radius: 46px;
  font-weight: 500;
  color: #fff;
}

#bonswiper .bonswiper-btn {
  background: #656a50;
  border: 1px solid #656a50;
}

#bonswiper .bonswiper-btn:hover {
  background: #265931;
  border-color: #265931;
}

#bonswiper .bonswiper-btn-more {
  background: transparent;
  border: 1px solid #fff;
}

#bonswiper .bonswiper-btn-more:hover {
  color: #31a34a;
  border-color: #31a34a;
}

/* arrow-right button */
#bonswiper .swiper-slide .box-bonslick .bonswiper-btn .arrow-right {
  position: relative;
  height: 1px;
  width: 21px;
  background-color: #fff;
  display: block;
  transition: all 0.3s ease 0s;
}

#bonswiper .swiper-slide .box-bonslick .bonswiper-btn .arrow-right:before,
#bonswiper .swiper-slide .box-bonslick .bonswiper-btn .arrow-right:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: -1px;
  width: calc(3px + (5 - 3) * ((100vw - 320px) / (1880 - 320)));
  transition: all 0.2s;
}

#bonswiper .swiper-slide .box-bonslick .bonswiper-btn .arrow-right:before {
  transform-origin: top right;
  transform: rotate(40deg);
}
#bonswiper .swiper-slide .box-bonslick .bonswiper-btn .arrow-right:after {
  transform-origin: bottom right;
  transform: rotate(-40deg);
}

#bonswiper .swiper-slide .box-bonslick .bonswiper-btn:hover .arrow-right {
  background-color: #3a3a3a;
}

#bonswiper .swiper-slide .box-bonslick .bonswiper-btn:hover .arrow-right:before,
#bonswiper .swiper-slide .box-bonslick .bonswiper-btn:hover .arrow-right:after {
  background-color: #3a3a3a;
}

/* END arrow-right button */
#bonswiper .bonswiper-button-prev {
  left: 0;
}

#bonswiper .bonswiper-button-next {
  right: 0;
}

#bonswiper .bonswiper-button-next,
#bonswiper .bonswiper-button-prev {
  width: 75px;
  height: 25px;
  opacity: 0;
  transition: all .3s ease;
}

#bonswiper .bonswiper-button-next::after,
#bonswiper .bonswiper-button-prev::after {
  font-family: "bonicon";
  color: white;
  font-size: 35px;
  transition: all .3s ease;
}

#bonswiper .bonswiper-button-prev:after {
  content: "\e802";
}

#bonswiper .bonswiper-button-next:after {
  content: "\e804";
}

#bonswiper .bonswiper-button-next:hover::after ,
#bonswiper .bonswiper-button-prev:hover::after {
  color: #265931;
}

#bonswiper .bonswiper-pagination {
  color: #fff;
  font-size: 25px;
  padding: 0 20px;
  bottom: 20px;
}

#bonswiper:hover .bonswiper-button-prev {
  opacity: 1;
  left: 2%;
}

#bonswiper:hover .bonswiper-button-next {
  opacity: 1;
  right: 2%;
}

#bonswiper:hover .bonswiper-button-next.swiper-button-disabled,
#bonswiper:hover .bonswiper-button-prev.swiper-button-disabled {
  opacity: 0.4;
}

/* #bonswiper .slick-next.white-arrow:before,
#bonswiper .slick-prev.white-arrow:before {
  color: #fff;
}

#bonswiper .bonswiper-button-next:after,
#bonswiper .bonswiper-button-prev:after {
  font-family: "arrows";
  color: #525252;
  font-size: 35px;
  transition: all .3s ease;
}

#bonswiper .bonswiper-button-next:hover:after,
#bonswiper .bonswiper-button-prev:hover:after {
  color: #cdaeae;
}
#bonswiper .bonswiper-button-next:hover:before,
#bonswiper .bonswiper-button-prev:hover:before {
  background-color: #3a3a3a;
}
*/

#bonswiper .bonswiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.25;
  margin: 0 10px;
  transition: all .3s ease;
}

#bonswiper .bonswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: .75;
}

#bonswiper #video-container {
  width: 100%;
}

.bonslick-icon-wrapper{
  position: relative;
}

@media screen and (min-width: 1881px) {
  #bonswiper .container {
    padding-left: 129px;
  }

  #video-container #controls {
    right: 25px;
    bottom: 145px;
  }

  #video-container #controls .play:before,
  #video-container #controls .pause:before,
  #video-container #controls .mute:before,
  #video-container #controls .unmute:before {
    font-size: 35px;
  }
  
  #bonswiper p.h1 {
    font-size: 90px;
    margin-bottom: 20px;
  }

  #bonswiper p.h2 {
    font-size: 55px;
    margin-bottom: 30px;
  }

  #bonswiper p.h3 {
    font-size: 22px;
    margin-bottom: 40px;
    max-width: 600px;
  }

  #bonswiper .bonswiper-btn,
  #bonswiper .bonswiper-btn-more {
    font-size: 20px;
    padding: 19px 28px;
  }

  #bonswiper .bonswiper-btn-more {
    margin-left: 30px;
  }
}


@media screen and (max-width: 1880px) {
  #bonswiper .bonswiper-pagination .swiper-pagination-bullet {
    font-size: calc(10px + (16 - 10) * ((100vw - 320px) / (1880 - 320)));
  }

  #video-container #controls {
    right: calc(5px + (25 - 5) * ((100vw - 320px) / (1880 - 320)));
    bottom: calc(5px + (145 - 5) * ((100vw - 320px) / (1880 - 320)));
  }

  #video-container #controls .play:before,
  #video-container #controls .pause:before,
  #video-container #controls .mute:before,
  #video-container #controls .unmute:before {
    font-size: calc(25px + (35 - 25) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonswiper p.h1 {
    font-size: calc(20px + (90 - 20) * ((100vw - 320px) / (1880 - 320)));
    margin-bottom: calc(5px + (20 - 5) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonswiper p.h2 {
    font-size: calc(18px + (55 - 18) * ((100vw - 320px) / (1880 - 320)));
    margin-bottom: calc(5px + (30 - 5) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonswiper p.h3 {
    font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1880 - 320)));
    margin-bottom: calc(5px + (40 - 5) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonswiper .bonswiper-btn,
  #bonswiper .bonswiper-btn-more {
    font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1880 - 320)));
    padding: calc(8px + (19 - 8) * ((100vw - 320px) / (1880 - 320))) calc(12px + (28 - 12) * ((100vw - 320px) / (1880 - 320)));;
  }

  #bonswiper .bonswiper-btn-more {
    margin-left: calc(10px + (30 - 10) * ((100vw - 320px) / (1880 - 320)));
  }
}

@media (min-width: 576px)  and (max-width: 1880px) {
  #bonswiper p.h3 {
    max-width: calc(400px + (600 - 400) * ((100vw - 576px) / (1880 - 576)));
  }
}

@media (min-width: 992px) and (max-width: 1880px) {
  #bonswiper .container {
    padding-left: calc(85px + (129 - 85) * ((100vw - 992px) / (1880 - 992)));
  }
}


@media screen and (max-width: 1200px) {
  #bonswiper .bonswiper-pagination{
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #bonswiper .bonswiper-button-next:after,
  #bonswiper .bonswiper-button-prev:after {
    font-size: 20px;
  }

  #bonswiper .bonswiper-button-next, 
  #bonswiper .bonswiper-button-prev{
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #bonswiper .bonswiper-button-next, 
  #bonswiper .bonswiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  #bonswiper .bonswiper-btn,
  #bonswiper .bonswiper-btn-more,
  #bonswiper .bonswiper-pagination,
  #bonswiper p.h2 {
    display: none;
  }

  #bonswiper p.h3 {
    max-width: initial;
  }
}
