.article_header .article_tags,
.articleHead .author_name,
.article_date,
.article-aside+.social_icons {
  display: none
}

.wysiwyg a {
  opacity: 1
}

.article_top .article_title {
  max-width: 100%;
  text-align: center;
  font: 45px/50px 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
}

.time-share .social_icons {
  position: fixed;
  top: 50%;
  left: 50px;
}

ul.ya-share2__list li {
  display: block
}

footer {
  z-index: 100
}

.mw-670.mr-30 {
  max-width: 1000px;
  margin: auto
}

.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 50px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000'%2F><%2Fsvg>");
  top: 175px;
  z-index: 10;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: 0
}

.swiper-button-prev {
  transform: rotate(180deg)
}

.swiper-products-img {
  max-width: 400px;
  transform: scale(0.8) translateY(30px);
  transition: transform 1s
}

.swiper-product figcaption {
  padding: 1rem;
  opacity: 0;
  transition: opacity .1s
}

.swiper-product figure {
  margin: auto;
  max-width: 400px
}

.swiper-product {
  z-index: 5;
  opacity: .7;
  transition: opacity .1s;
}

.swiper-product.swiper-slide-active {
  z-index: 10;
  opacity: 1;
  margin: auto;
}

.swiper-product.swiper-slide-next figure>a,
.swiper-product.swiper-slide-prev figure>a {
  pointer-events: none;
}

.swiper-product figcaption a {
  color: inherit
}

.swiper-product figcaption p {
  text-align: center !important
}

.swiper-product.swiper-slide-active figcaption {
  opacity: 1;
  margin: 0 -40%;
}

.swiper-product.swiper-slide-active .swiper-products-img {
  transform: none
}

.swiper-products-6 [role="button"],
.swiper-products-7 [role="button"],
.swiper-products-6 .swiper-product.swiper-slide-prev,
.swiper-products-6 .swiper-product.swiper-slide-next,
.swiper-products-7 .swiper-product.swiper-slide-prev,
.swiper-products-7 .swiper-product.swiper-slide-next {
  opacity: 0;
  pointer-events: none
}

.tt-vid {
  background-color: #00253c;
  background-size: contain;
}

.tt-email {
  border: 2px solid #c6e8f0;
}

.tt-checkbox {
  position: absolute;
  margin-top: 25px;
  margin-left: 10px;
  opacity: 0;
  pointer-events: none;
}

.tt-checkbox+.tt-checkbox-label>.tt-checkbox-s {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #c6e8f0;
  border-radius: 8px;
  cursor: pointer;
}

.tt-checkbox+.tt-checkbox-label>.tt-checkbox-s:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  border-radius: 6px;
}

.tt-checkbox:checked+.tt-checkbox-label>.tt-checkbox-s:after {
  background-color: #5084c8
}

.tt-submit {
  border: 0;
  color: white;
  cursor: pointer;
  background-color: #81a7cf
}

/* TABLET */
@media screen and (max-width: 50em) {
  .article_top .article_title {
    font: 40px/50px 'Oswald', Arial, sans-serif;
  }

  .time-share .social_icons {
    left: 5px
  }

  .tt-form {
    max-width: 60%
  }
}

/* MOBILE */
@media screen and (max-width: 30em) {

  .swiper-button-next,
  .swiper-button-prev {
    top: 165px
  }

  .swiper-product {
    opacity: 0
  }

  .swiper-product.swiper-slide-active figcaption {
    margin: auto
  }

  ul.ya-share2__list li {
    display: inline-block
  }

  .mobile-hide {
    display: none
  }
}