img {
  max-width: 100%;
  height: auto
}
a:focus,
a:hover {
  outline: 0;
  color: var(--color-primary);
  text-decoration: none
}
.hidden,
.visually-hidden {
  display: none
}
button:focus {
  outline: unset;
  box-shadow: unset
}
button:focus-visible,
textarea:focus-visible {
  outline: unset
}
.bwp-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

.slick-slider {
  position: relative;
  display: block;
  user-select: none;
  touch-action: pan-y
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0,0,0)
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0 15px
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-slide:focus {
  outline: 0
}
.bwp_slider-carousel {
  position: relative
}
.bwp_slider-carousel:hover .slick-arrow {
  opacity: 1;
  visibility: visible
}
.menu-dropdown__content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  opacity: 0;
  /* visibility: hidden; */
  transition: all .15s ease
}
.menu-dropdown__content:not(.menu-dropdown__content--megamenu) {
  width: 220px;
  padding: 0;
  background-color: var(--menu-dropdown-bg);
  box-shadow: 0 6px 15px rgba(0,0,0,.12);
  padding: 15px 0;
  margin-top: 15px
}
.menu-dropdown__content .menu-dropdown__content {
  top: 0;
  left: 100%
}
.menu-dropdown__content a {
  display: block;
  padding: 5px 22px;
  color: var(--text-color);
  font-size: 16px;
  text-decoration: none;
  transition: color .35s ease
}
.menu-dropdown__content a:focus,
.menu-dropdown__content a:hover {
  color: var(--menu-dropdown-hover-color)
}
.menu-dropdown__content--megamenu {
  width: 100%;
  background: #fff;
  box-shadow: 0 6px 15px rgba(0,0,0,.12)
}
.menu-dropdown__content--megamenu .menu-row {
  max-width: 1440px;
  padding: 40px 15px 45px;
  margin: auto;
  max-height: 80vh;
  overflow: auto
}
.menu-dropdown__content--megamenu .menu-row::-webkit-scrollbar-track {
  background-color: #ececec
}
.menu-dropdown__content--megamenu .menu-row::-webkit-scrollbar {
  width: 2px;
  background-color: #ececec
}
.menu-dropdown__content--megamenu .menu-row::-webkit-scrollbar-thumb {
  background-color: #000
}
.menu-dropdown__content--megamenu .menu-row .button_all {
  text-align: center;
  width: 100%;
  flex: 0 0 100%
}
.menu-dropdown__content--megamenu .menu-row .button_all a {
  display: inline-block;
  line-height: 45px;
  padding: 0 20px;
  background: var(--color-primary);
  color: #fff
}
.menu-dropdown__content--megamenu .menu-row .button_all a:hover {
  background: var(--color-primary);
  -webkit-animation-name: text-transform;
  animation-name: text-transform;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}
.menu-dropdown__content--megamenu .menu-dropdown__content {
  top: auto;
  left: auto
}
.menu-dropdown__content--megamenu a {
  padding: 5px 0;
  position: relative;
  display: inline-block
}
.menu-dropdown__content--megamenu a span {
  position: absolute;
  line-height: 18px;
  padding: 0 10px;
  font-size: 10px;
  top: -7px;
  font-weight: var(--body-font-weight-medium)
}
.menu-dropdown__content--megamenu a span.hot {
  background: rgba(241,30,30,.15);
  color: #f11e1e
}
.menu-dropdown__content--megamenu a span.new {
  background: var(--theme-color-15);
  color: var(--color-primary)
}
.drawer__close-button {
  display: flex;
  border: none;
  background-color: transparent;
  position: relative;
  border: 1px solid #e7e7e7;
  width: 30px;
  height: 30px;
  margin-left: auto;
  border-radius: 50px
}
.drawer__close-button:after,
.drawer__close-button:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 16px;
  top: 50%;
  right: calc(50% - 9px);
  margin-top: -1px;
  background-color: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.drawer__close-button:before {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.drawer__close-button:after {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.drawer__close-button:hover:after,
.drawer__close-button:hover:before {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

.block-sidebar {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 1px
}
.block-sidebar__title {
  color: #000;
  background: 0 0;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  text-transform: uppercase
}
.block-sidebar__title:after {
  display: inline-block;
  font-family: qico;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  position: relative;
  top: 0;
  content: "\e699";
  transition: all .3s ease;
  transform-origin: center;
  font-style: normal
}
.block-sidebar__title label {
  margin: 0;
  position: relative;
  cursor: pointer
}
.block-sidebar__title .count {
  width: 22px;
  height: 22px;
  background: var(--color-primary);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  margin-left: 5px;
  position: relative;
  top: -3px
}
.block-sidebar__title .count.hide {
  display: none
}
.block-sidebar__title.active:after {
  transform: rotate(-180deg)
}
.modal-content {
  border-radius: 0
}

@media (min-width:768px) {
  .hidden-desktop {
    display: none
  }
}
@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none!important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none!important
  }
  .related-artibles__card-content {
    width: 100%;
    padding: 0
  }
}
@media (min-width:1200px) {
  .hidden-lg {
    display: none!important
  }
}


@media (max-width:991px) {
  .hide_ipad {
    display: none!important
  }
}
@media (max-width:767px) {
  .hidden-xs {
    display: none!important
  }
  .hidden-mobile {
    display: none
  }
  .hide_mobile {
    display: none!important
  }
}
/*============ VIDEO ===============*/
.wpbingo-section--video .wpbingo-button a {
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease;
}
.wpbingo-section--video .wpbingo-button a:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.wpbingo-section--video .wpbingo-button a:hover:before {
  width: 100%;
}
.wpbingo-section--video  .wpbingo-section__content {
  position: relative;
}
.wpbingo-section--video  .wpbingo-section__content .section__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 1;
}
.wpbingo-section--video .banner-video {
  position: relative;
}
.wpbingo-section--video .banner-video .bwp-image {
  border-radius: 20px;
  overflow: hidden;
}
.wpbingo-section--video .banner-video .button-video {
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
  font-size: 30px;
}
.wpbingo-section--video .banner-video .button-video i {
  line-height: 80px;
  font-size: 30px;
}
.wpbingo-section--video .banner-video .button-video:before,
.wpbingo-section--video .banner-video .button-video:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border: 1px solid hsla(0, 0%, 100%, .5);
  border-radius: 50%;
  transition: all .3s ease;
  animation-name: g;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  pointer-events: none;
}
.wpbingo-section--video .banner-video .button-video::after {
  animation-delay: 1s;
}
.wpbingo-section--video .banner-video .button-video:hover {
  background: var(--color-primary);
  color: #fff;
}
.wpbingo-section--video .banner-video .button-video:hover::before,
.wpbingo-section--video .banner-video .button-video:hover::after {
  border-color: var(--color-primary);
}
.wpbingo-section--video .video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  padding: 20px;
}
.wpbingo-section--video .video-wrapper.active {
  display: flex;
}
.wpbingo-section--video .video-wrapper.show .video-iframe {
  opacity: 1;
}
.wpbingo-section--video .video-wrapper .video-iframe {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  max-height: 600px;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
}
.wpbingo-section--video .video-wrapper .video-iframe .close-button {
  cursor: pointer;
  position: absolute;
  top: -8px;
  right: -8px;
  text-align: center;
  z-index: 1;
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  box-shadow: 0 2px 59px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.wpbingo-section--video .video-wrapper .video-iframe .close-button:before, .wpbingo-section--video .video-wrapper .video-iframe .close-button:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 14px;
  top: 50%;
  left: calc(50% - 7px);
  margin-top: -1px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpbingo-section--video .video-wrapper .video-iframe .close-button:before {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wpbingo-section--video .video-wrapper .video-iframe .close-button:after {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wpbingo-section--video .video-wrapper .video-iframe .close-button:hover:before, .wpbingo-section--video .video-wrapper .video-iframe .close-button:hover:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.wpbingo-section--video .video-wrapper iframe {
  height: 100%;
  width: 100%;
}
.wpbingo-section--video .close-full {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0, 0.5);
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
	.wpbingo-section--video .banner-video .button-video {
    width: 60px;
    height: 60px;
    line-height: 54px;
  }
  .wpbingo-section--video .banner-video .button-video i {
    line-height: 60px;
    font-size: 16px;
  }
  .wpbingo-section--video .section__content {
    margin-bottom: 30px;
  }
}