.t-slds {
  position: relative;
  overflow: hidden;
}

.t-slds__bgimg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.t-slds__bgimg-contain {
  background-size: contain;
}

.t-slds__iframe {
  position: relative;
}

.t-slds__iframe__body {
  position: absolute;
  inset: 0;
}

.t-slds__img {
  width: 100%;
  display: block;
}

.t-slds__container, .t-slds__items-wrapper {
  position: relative;
  overflow: hidden;
}

.t-store__relevants-grid-cont.t-store__valign-buttons .t-slds__items-wrapper {
  display: flex;
}

.t-slds__nocycle .t-slds__item:not(.js-feed-post):first-child, .t-slds__nocycle .t-slds__item:not(.js-feed-post):not(.t-slds__item_dummy):last-child {
  opacity: 0 !important;
}

.t-slds__nocycle .t-slds__arrow_wrapper-left {
  display: none;
}

.t-slds__items-wrapper:after, .t-slds__items-wrapper:before {
  clear: both;
  content: "";
  display: table;
}

.t-slds_animated.t-slds_animated-fast, .t-slds_animated.t-slds_animated-none {
  transition: height .3s ease-in-out, transform .3s ease-in-out;
}

.t-slds_animated.t-slds_animated-slow {
  transition: height .5s ease-in-out, transform .5s ease-in-out;
}

.t-slds_animated.t-slds_animated-cancel {
  transition: height .3s ease-in-out, transform;
}

.t-slds__item {
  backface-visibility: hidden;
  float: left;
  overflow: hidden;
}

#allrecords li.t-slds__item {
  list-style: none;
}

.t-slds_ie .t-slds__item {
  display: none !important;
}

.t-slds_ie .t-slds__item_active {
  display: block !important;
}

.t-slds__item-innactive:not(.t-slds__item_active) {
  height: 1px;
  display: block;
}

.t-slds__item-innactive:not(.t-slds__item_active) div {
  display: none;
}

#allrecords ul.t-slds__arrow_container {
  margin: 0 auto;
  padding-left: 0;
}

.t-slds__arrow_container-outside {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.t-slds__arrow_container.t-slds__arrow_container-outside {
  box-sizing: border-box;
  margin: 0 auto;
}

.t-slds__arrow_wrapper {
  cursor: pointer;
  z-index: 9;
  width: 1%;
  list-style: none;
  transition: height .3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
}

.t-slds__arrow_wrapper-left {
  left: 0;
}

.t-slds__arrow_wrapper-right {
  right: 0;
}

.t-slds__arrow {
  cursor: pointer;
  outline-offset: 5px;
  background-color: #0000;
  border: none;
  padding: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (width <= 640px) {
  .t-store__relevants__container .t-slds__arrow {
    padding: 20px;
  }

  .t-store__relevants__container .t-slds__arrow-left {
    transform: translateY(-50%)translateX(-20px);
  }

  .t-store__relevants__container .t-slds__arrow-right {
    transform: translateY(-50%)translateX(20px);
  }

  .t-store__relevants__container .t-slds__arrow.t-slds__arrow-withbg {
    padding: 0;
  }

  .t-slds__arrow_wrapper {
    width: 45px;
  }
}

.t-slds__arrow-left {
  left: 30px;
}

.t-slds__arrow-right {
  right: 30px;
}

@media screen and (width >= 960px) {
  .t-slds__arrow-nearpic .t-slds__arrow-left {
    left: auto;
    right: 40px;
    transform: translate(50%, -50%);
  }

  .t-slds__arrow-nearpic .t-slds__arrow-right {
    left: 40px;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .t-slds__arrow-inpic .t-slds__arrow-left {
    left: auto;
    right: -40px;
    transform: translate(50%, -50%);
  }

  .t-slds__arrow-inpic .t-slds__arrow-right {
    left: -40px;
    right: auto;
    transform: translate(-50%, -50%);
  }
}

@media screen and (width >= 1200px) {
  .t-slds__arrow-nearpic .t-slds__arrow-left {
    right: 50px;
  }

  .t-slds__arrow-nearpic .t-slds__arrow-right {
    left: 50px;
  }

  .t-slds__arrow-inpic .t-slds__arrow-left {
    right: -50px;
  }

  .t-slds__arrow-inpic .t-slds__arrow-right {
    left: -50px;
  }
}

.t-slds__arrow-withbg {
  background-color: #eee;
  border-radius: 100px;
  transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
}

.t-slds__arrow-withbg .t-slds__arrow_body {
  position: absolute;
  top: 50%;
  left: 50%;
}

.t-slds__arrow-withbg .t-slds__arrow_body-left {
  transform: translate(-55%, -50%)rotate(180deg);
}

.t-slds__arrow-withbg .t-slds__arrow_body-right {
  transform: translate(-45%, -50%);
}

.t-slds__arrow_body-left {
  transform: rotate(180deg);
}

#allrecords ul.t-slds__items-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

#allrecords ul.t-slds__bullet_wrapper {
  margin: 0 !important;
  padding-left: 0 !important;
}

.t-slds__bullet_wrapper, ul.t-slds__bullet_wrapper {
  text-align: center;
  z-index: 10;
  width: 100%;
  padding: 16px 0 0;
  font-size: 0;
  list-style: none;
  position: relative;
}

.t-slds__container .t-slds__bullet_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.t-slds__container .t-slds__bullet_wrapper, .t-slds__container ul.t-slds__bullet_wrapper {
  padding-bottom: 16px;
}

.t-slds__bullet {
  cursor: pointer;
  padding: 10px 5px;
  display: inline-block;
}

.t-slds__bullet_body {
  box-sizing: border-box;
  cursor: pointer;
  background-color: #eee;
  border: none;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  padding: 0;
  transition: background-color .2s ease-in-out;
}

.t-slds__caption__container {
  margin-top: 16px;
  position: relative;
}

.t-slds__caption_wrapper {
  border-top: 1px solid #eee;
  padding: 14px 0;
}

.t-slds__caption {
  opacity: 0;
  transition: opacity .3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.t-slds__caption-active {
  opacity: 1;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.t-slds__descr {
  color: #777;
  margin-top: 5px;
}

@media screen and (width <= 960px) {
  .t-width .t-slds__wrapper {
    padding: 0 20px;
  }

  .t-col_12 .t-slds__witharrows .t-slds__wrapper {
    padding: 0;
  }

  .t-width_12 .t-slds__witharrows .t-slds__wrapper {
    padding: 0 20px;
  }

  .t-slds__arrow-left {
    left: 20px;
  }

  .t-slds__arrow-right {
    right: 20px;
  }
}

@media screen and (width <= 640px) {
  .t-slds__arrow-left {
    left: 5px;
  }

  .t-slds__arrow-right {
    right: 5px;
  }

  .t-store__relevants__container .t-slds__arrow-withbg {
    width: 40px !important;
    height: 40px !important;
  }

  .t-slds__arrow-withbg {
    width: 24px !important;
    height: 24px !important;
  }

  .t-slds__arrow_body {
    width: 10px !important;
  }

  .t-slds__arrow-withbg .t-slds__arrow_body {
    width: 6px !important;
  }

  .t-col .t-slds__witharrows .t-slds__wrapper {
    padding: 0 15px;
  }

  .t-width .t-slds__witharrows .t-slds__wrapper {
    padding: 0 35px;
  }

  .t-col_12 .t-slds__witharrows .t-slds__wrapper {
    padding: 0 15px;
  }

  .t-width_12 .t-slds__witharrows .t-slds__wrapper {
    padding: 0 35px;
  }
}

.t-slds__play {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  inset: 0;
}

.t-slds__play_icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.t-slds__play:hover .t-slds__play_icon {
  transform: translateY(-50%)scale(1.15);
}

.t-slds__frame {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.t-slds__thumbsbullet-wrapper {
  font-size: 0;
}

.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:after, .t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:before {
  opacity: 1;
  transition: all .2s;
  position: absolute;
  inset: 0;
}

.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:before {
  content: "";
  background: #0000001a;
}

.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:after {
  color: #fff;
  content: "+ "attr(data-gallery-length);
  letter-spacing: -4px;
  text-align: center;
  height: 30px;
  margin: auto;
  font-family: Roboto, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
}

.t-slds__thumbsbullets-with-gallery.t-slds {
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
}

.t-slds__thumbsbullets-with-gallery .t-slds__main {
  order: 2;
  width: calc(100% - 70px);
}

.t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet.t-slds__bullet {
  width: 100%;
  margin: 0 0 10px;
}

.t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet.t-slds__bullet:last-child {
  margin-bottom: 0;
}

.t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet-wrapper {
  flex-direction: column;
  order: 1;
  justify-content: flex-start;
  width: 60px;
  margin-right: 10px;
  display: flex;
}

@media screen and (width <= 640px) {
  .t-slds__thumbsbullets-with-gallery .t-slds__main {
    width: 100%;
  }

  .t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet-wrapper {
    flex-direction: row;
    order: 2;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }

  .t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet.t-slds__bullet {
    width: 60px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .t-slds__thumbsbullets-with-gallery.t-slds {
    flex-direction: column;
  }

  .t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:after {
    font-size: 32px;
  }
}

.t-slds__thumbsbullet.t-slds__bullet {
  width: 60px;
  margin-top: 4px;
  margin-right: 5px;
  padding: 0;
  transition: opacity .3s ease-in-out;
  position: relative;
}

.t-slds__thumbsbullet.t-slds__bullet:not(.t-slds__bullet_active):hover {
  opacity: .7;
}

.t-slds__thumbsbullet-border {
  border: 2px solid #0000;
  transition: border-color .3s ease-in-out;
  position: absolute;
  inset: 0;
}

.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
  border-color: #00000026;
}

@media screen and (width <= 640px) {
  .t-slds__thumbsbullet.t-slds__bullet {
    width: 40px;
    margin-top: 3px;
    margin-right: 4px;
  }
}

@media screen and (width <= 480px) {
  .t-slds__arrow {
    outline-offset: 3px;
  }
}
/*# sourceMappingURL=page69100279.6ed3cc2d.css.map */
