

/* Start:/local/components/bokus/howtoplay/templates/.default/style.css?167480977639408*/
@charset "UTF-8";
/*Стили раздела "PLAYING WITH TenPinCam" находятся в папке main.css*/
@import "/local/components/bokus/howtoplay/templates/.default/animation.css";
/*BASE*/
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/********Основная часть******/
.playing__container {
  margin-top: 60px;
  margin-bottom: 150px;
}
.playing__container .mobile-title {
  display: none;
}

.playing__container * {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.container__box {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  position: relative;
  column-gap: 50px;
  grid-auto-columns: 1fr;
}

.mobile-section__button {
  display: none;
}

.mobile-section__playing_with .owl-dots {
  padding-top: 15px;
}
.mobile-section__playing_with .owl-dot {
  width: 5px;
  border-radius: 50%;
  margin: 4px;
}
.mobile-section__playing_with .owl-dot.active span {
  width: 5px;
  animation: none;
}

.playing__tenpincam {
  text-transform: none;
}

.letter {
  color: #F65932;
}

.captions {
  display: grid;
  row-gap: 20px;
}
.captions .article__title {
  text-align: left;
  margin-bottom: 20px;
}

.captions__item {
  display: flex;
  align-items: flex-start;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 2s ease-out;
  transition: opacity 2s ease-out;
}

.captions__item.active {
  opacity: 1;
}

.caption__title {
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
}

.small {
  width: 200px;
  height: 40px;
}

.bordered-btn {
  border: 2px solid #f65932;
}

.alleys-btn.btn {
  height: 37px;
  width: 282px;
  font-size: 14px;
  line-height: 20px;
}

.install-btn.btn {
  height: 37px;
  font-size: 14px;
  line-height: 20px;
}

.representation {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.representation__phone {
  padding: 73px 0;
  background: #232A33;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}
.representation__phone--inner {
  position: relative;
}
.representation__button {
  margin-top: 40px;
  width: 100%;
}
.representation__button a {
  width: 100%;
  padding: 15px 0;
}

.underlay {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14%;
}

.playing__video {
  position: absolute;
  padding: 6%;
  height: 100%;
  -webkit-transition: all 1s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  opacity: 0;
  z-index: 0;
  border-radius: 10%;
  object-fit: contain;
}

.playing__video.active {
  opacity: 1;
  z-index: 1;
}

.framing {
  height: 564px;
  max-height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 4;
  border-radius: 13%;
}

.caption__btn__container > .alleys-btn {
  margin-bottom: 10px;
}

.caption__btn__container {
  display: grid;
  column-gap: 20px;
  grid-auto-flow: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 30px;
}
.caption__btn__container svg {
  width: 9px;
  height: 19px;
}
@media (max-width: 767px) {
  .caption__btn__container svg {
    width: 5px;
    height: 10px;
  }
}

.captions__item.active .caption__btn__container {
  color: #F65932;
}

.works__container {
  margin-top: 150px;
  margin-bottom: 150px;
}
.works__container .mobile-title {
  display: none;
}
.works__container .representation__phone {
  padding: 37px 0;
}
.works__container .container__box {
  column-gap: 150px;
  align-items: flex-start;
}

.textwrap {
  flex: 1 1 100%;
}

.full__container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.slider {
  margin: 0 auto 270px;
  justify-content: center;
  cursor: grab;
}

.mobile__description {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #D0D2D5;
}

.mobile-app {
  position: relative;
  margin: 0 auto 150px;
}

.slider__wrap {
  position: relative;
}

.slider__wrap .owl-item:not(.active) {
  opacity: 0;
  animation: opacityOff 1s ease-out;
}

.slider__wrap .owl-item.active {
  opacity: 1;
  animation: opacityOn 1s ease-out;
}

.phone__box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.phone__box__img {
  position: relative;
  z-index: 5;
  max-width: 40vw;
  max-height: 560px;
}

.img-height {
  height: 560px;
}

.owl-carousel .owl-item img, .owl-carousel .owl-item img.caption__icon {
  width: auto;
}

.formats__container {
  max-width: 1200px;
  margin: 150px auto 150px;
  display: flex;
  flex-direction: column;
}

.games__types {
  margin-top: 100px;
}

.format {
  width: 585px;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  margin-bottom: 80px;
}

.format__title {
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0.05em;
  font-weight: 400;
  border-radius: 5px;
  color: #FFFFFF;
  width: inherit;
  display: flex;
  justify-content: center;
  padding: 8px 0 12px;
  position: relative;
}

.img-container {
  position: relative;
}

.format-img {
  position: absolute;
  left: 30px;
  top: -110px;
}

.format-img-bh {
  position: absolute;
  left: 30px;
  top: -125px;
}

.formats__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.formats__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.background-orange {
  background: linear-gradient(180deg, #FFB31E 0%, #E8651B 100%);
}

.background-green {
  background: linear-gradient(166.8deg, #0ABB31 13.17%, #206B0D 94.18%);
}

.background-turquoise {
  background: linear-gradient(180deg, #20A39E 0%, #0F4D55 100%);
}

.background-blue {
  background: linear-gradient(180deg, #2299CC 0%, #083042 100%);
}

.description__container {
  padding: 30px;
  background: #0b121c;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 195px;
  height: 100%;
}
.description__container p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #D0D2D5;
  margin-bottom: 10px;
  margin-top: 20px;
  opacity: 0.9;
}
.description__container p:last-child {
  margin-bottom: 0;
}

.bowling-sport__container {
  margin-top: 150px;
  margin-bottom: 150px;
}
.bowling-sport__container .mobile-title {
  display: none;
}
.bowling-sport__container .mobile-button {
  display: none;
}
.bowling-sport__container .content__container {
  display: grid;
  grid-auto-flow: column;
  column-gap: 94px;
  grid-auto-columns: 1fr;
}
.bowling-sport__container--left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bowling-sport__container--left .article__title {
  text-align: left;
}
.bowling-sport__container--left .btn-container {
  margin-top: 40px;
}

.top-content {
  display: grid;
  row-gap: 20px;
}

.bottom-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
  align-items: center;
}

.card__container {
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-grow: 0.5;
}
.card__container .imgwrap {
  margin-top: 0;
}
.card__container .caption__icon {
  height: unset;
  width: unset;
  max-width: 32px;
  max-height: 32px;
}

.imgwrap {
  height: 72px;
  width: 72px;
  position: relative;
  flex: 0 0 auto;
  margin-right: 30px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.imgwrap-color-green {
  background: linear-gradient(180deg, #008F28 0%, rgba(31, 165, 44, 0.2) 45.84%, rgba(13, 146, 42, 0) 100%);
}

.caption__icon {
  object-fit: contain;
  height: 32px;
  width: 32px;
  z-index: 2;
}

.play__caption__description {
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}

.caption__description {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #d0d2d5;
}

.textwrap .caption__description {
  font-family: "Open Sans", sans-serif;
}

.click__item {
  display: flex;
  align-items: center;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 2s ease-out;
  transition: opacity 2s ease-out;
}

.click__item.active {
  opacity: 1;
}

.click__item.active > .imgwrap:after {
  opacity: 1;
  -webkit-transition: opacity 2s ease-out;
  transition: opacity 2s ease-out;
}

.click__item > .imgwrap:after {
  content: "";
  position: absolute;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f65932), color-stop(45.84%, rgba(246, 89, 50, 0.2)), to(rgba(246, 89, 50, 0)));
  background: -webkit-linear-gradient(top, #f65932, rgba(246, 89, 50, 0.2) 45.84%, rgba(246, 89, 50, 0));
  background: linear-gradient(180deg, #F65932 0%, rgba(246, 89, 50, 0.2) 45.84%, rgba(246, 89, 50, 0) 100%) !important;
}

.captions__item.active {
  opacity: 1;
}

.captions__item.active > .imgwrap:after {
  opacity: 1;
  -webkit-transition: opacity 2s ease-out;
  transition: opacity 2s ease-out;
}

.captions__item > .imgwrap:after {
  content: "";
  position: absolute;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#008f28), color-stop(45.84%, rgba(31, 165, 44, 0.2)), to(rgba(13, 146, 42, 0))) !important;
  background: -webkit-linear-gradient(top, #008f28, rgba(31, 165, 44, 0.2) 45.84%, rgba(13, 146, 42, 0)) !important;
  background: linear-gradient(180deg, #008f28, rgba(31, 165, 44, 0.2) 45.84%, rgba(13, 146, 42, 0)) !important;
}

.btn-container {
  justify-content: center;
  display: flex;
}

.big {
  width: 278px;
  height: 60px;
}

.bc__container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.bc__list {
  position: relative;
  margin-bottom: 150px;
  font-family: "Open Sans", sans-serif;
}

.filters__container {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.country__filter {
  display: flex;
  flex-direction: column;
}

.filter__title {
  font-size: 16px;
  color: #d0d2d5;
  display: block;
  margin-bottom: 10px;
  line-height: 22px;
}

.block__filter {
  width: 278px;
  height: 40px;
  background: #555C65;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border-bottom: 1px solid #FFFFFF;
  position: relative;
  cursor: pointer;
}

.arrow {
  transform: rotate(180deg);
  width: 16px;
  height: 8px;
}

.dropdown__container {
  position: absolute;
  top: 46px;
  left: 0;
  background: white;
  width: 100%;
  z-index: 10;
  display: none;
  font-size: 14px;
  max-height: 200px;
  overflow: scroll;
}

.dropdown-item {
  color: #000000;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 0 15px;
  height: 40px;
  opacity: 0.7;
}

.placeholder {
  display: contents;
  color: #d0d2d5;
}

.dropdown-item:hover {
  background-color: #d7d7d7;
}

.show {
  display: block;
}

.blue-line {
  border-bottom: 1px solid #1FA29D;
}

.adress__filter {
  display: flex;
  flex-direction: column;
}

.adress__input, .bc__input {
  height: 40px;
  width: 379px;
  background: #555C65;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  position: relative;
  cursor: pointer;
  color: #FFFFFF;
}

.bc__input {
  height: 40px;
  width: 481px;
}

.bc__input::placeholder, .adress__input::placeholder {
  color: #d0d2d5;
  font-size: 16px;
  line-height: 22px;
}

.bc__input:focus, .adress__input:focus {
  border-bottom: 1px solid #1FA29D;
}

.adress__input, .bc__input {
  outline: none;
}

.line {
  display: block;
  border: 1px solid #585E68;
}

.country-adress-bc__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.adress__list__container {
  display: flex;
  flex-direction: column;
  width: 379px;
}

.bc__list__container {
  display: flex;
  flex-direction: column;
  width: 481px;
}

.country-adress-bc__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.country__list__container {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  justify-content: space-between;
}

.country-container {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  justify-content: space-between;
  width: 100%;
}
.country-container:not(:first-child) .country__card__container {
  visibility: hidden;
  height: 0;
}
.country-container[style*="display: none;"] + .country-container .country__card__container {
  visibility: visible;
  height: 40px;
}

.country__card__container {
  display: flex;
  width: 278px;
  flex-direction: row;
  height: 40px;
}

.country-icon {
  display: flex;
  padding: 0 20px;
}

.bc-icon {
  display: flex;
  padding: 0 20px 0 0;
}

.img-size {
  width: 32px;
  height: 24px;
  align-self: center;
}

.country__name {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.adress__card__container {
  width: 379px;
  min-height: 40px;
}

.bc__card__container {
  width: 481px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.country__adress {
  font-size: 20px;
  line-height: 28px;
  color: #D0D2D5;
  margin-top: 15px;
}

.country__adress:first-child {
  margin-top: 0;
}

.bc__card {
  display: flex;
  height: 40px;
  align-items: center;
  color: #d0d2d5;
  font-size: 20px;
  line-height: 28px;
}

.bottom-content {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 50px;
}

.description-btn {
  margin-right: 30px;
  font-size: 20px;
  line-height: 27px;
  color: #D0D2D5;
}

.install-btn:hover {
  background: linear-gradient(0, #ff2600, #ff2600);
  border: 2px solid transparent;
  transition: background 5s;
}

/************Стили для bubble на заднем фоне ***********/
.bubble {
  position: absolute;
  border-radius: 50%;
  -webkit-animation: customBounce ease-in-out infinite alternate;
  animation: customBounce ease-in-out infinite alternate;
  z-index: 0;
}

.playing-bubble {
  top: 240px;
  left: -88px;
  width: 380px;
  height: 380px;
}
.playing-bubble-little.playing-bubble {
  width: 200px;
  height: 200px;
  top: 31px;
  right: 9px;
  left: unset;
}

.bubble-green {
  background: -webkit-gradient(linear, left top, left bottom, from(#008f28), color-stop(45.84%, rgba(31, 165, 44, 0.2)), to(rgba(13, 146, 42, 0)));
  background: -webkit-linear-gradient(top, #008f28, rgba(31, 165, 44, 0.2) 45.84%, rgba(13, 146, 42, 0));
  background: linear-gradient(180deg, #008f28, rgba(31, 165, 44, 0.2) 45.84%, rgba(13, 146, 42, 0));
}

.bubble-orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#f65932), color-stop(45.84%, rgba(246, 89, 50, 0.2)), to(rgba(246, 89, 50, 0)));
  background: -webkit-linear-gradient(top, #f65932, rgba(246, 89, 50, 0.2) 45.84%, rgba(246, 89, 50, 0));
  background: linear-gradient(180deg, #f65932, rgba(246, 89, 50, 0.2) 45.84%, rgba(246, 89, 50, 0));
}

.bubble-turquoise {
  background: -webkit-gradient(linear, left top, left bottom, from(#20a39e), color-stop(45.84%, rgba(32, 163, 158, 0.2)), to(rgba(50, 246, 234, 0)));
  background: -webkit-linear-gradient(top, #20a39e, rgba(32, 163, 158, 0.2) 45.84%, rgba(50, 246, 234, 0));
  background: linear-gradient(180deg, #20a39e, rgba(32, 163, 158, 0.2) 45.84%, rgba(50, 246, 234, 0));
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  -webkit-animation: customBounce ease-in-out infinite alternate;
  animation: customBounce ease-in-out infinite alternate;
}

.bubble-b-first {
  left: 50px;
  top: 130px;
  width: 208px;
  height: 208px;
  animation: customBounce ease-in-out infinite alternate;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}

.bubble-b-second {
  right: 85px;
  bottom: 0;
  width: 320px;
  height: 320px;
  animation: customBounce ease-in-out infinite alternate;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-b-1 {
  height: 43px;
  width: 43px;
  bottom: 65%;
  right: calc(50% + 375px);
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.mobile-b-2 {
  height: 133px;
  width: 133px;
  bottom: 25%;
  right: calc(50% + 200px);
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.mobile-b-3 {
  height: 44px;
  width: 44px;
  bottom: 55%;
  left: calc(50% + 150px);
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-delay: -3.5s;
  animation-delay: -3.5s;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.mobile-b-4 {
  height: 133px;
  width: 133px;
  bottom: 55%;
  left: calc(50% + 324px);
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}

.background__bubble {
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-out;
  transition: opacity 1.5s ease-out;
}

.background__bubble.active {
  opacity: 1;
}

.bubble-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 500px;
  margin-top: 60px;
}

.circle-one {
  background: rgba(32, 163, 158, 0.1);
  -webkit-filter: drop-shadow(0 0 150px #008f28);
  filter: drop-shadow(0 0 150px #008F28);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-animation-name: pulseCircleMid;
  animation-name: pulseCircleMid;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  position: absolute;
  padding-bottom: 100%;
  width: 100%;
  border-radius: 50%;
}

.circle-two {
  background: -webkit-gradient(linear, left top, left bottom, from(#20a39e), to(rgba(32, 163, 158, 0)));
  background: -webkit-linear-gradient(top, #20a39e, rgba(32, 163, 158, 0));
  background: linear-gradient(180deg, #20a39e, rgba(32, 163, 158, 0));
  -webkit-filter: drop-shadow(0 0 150px #20a39e);
  filter: drop-shadow(0 0 150px #20A39E);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-animation-name: pulseCircleLow;
  animation-name: pulseCircleLow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
  position: absolute;
  padding-bottom: 100%;
  width: 100%;
  border-radius: 50%;
}

.circle-three {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  border: 1px dashed #20a39e;
  -webkit-animation-name: spinDashedCircle;
  animation-name: spinDashedCircle;
  -webkit-animation-duration: 120s;
  animation-duration: 120s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  position: absolute;
  padding-bottom: 100%;
  width: 100%;
  border-radius: 50%;
}

.background__bubble.green .circle-one {
  background: rgba(32, 163, 158, 0.1);
  -webkit-filter: drop-shadow(0 0 150px #008f28);
  filter: drop-shadow(0 0 150px #008F28);
}

.background__bubble.green .circle-two {
  background: -webkit-gradient(linear, left top, left bottom, from(#008f28), to(rgba(32, 163, 158, 0)));
  background: -webkit-linear-gradient(top, #008f28, rgba(32, 163, 158, 0));
  background: linear-gradient(180deg, #008f28, rgba(32, 163, 158, 0));
  -webkit-filter: drop-shadow(0 0 150px #008f28);
  filter: drop-shadow(0 0 150px #008F28);
}

.background__bubble.green .circle-three {
  border: 1px dashed #008f28;
}

.bubble-1-animation {
  position: absolute;
  width: 165px;
  height: 165px;
  right: 10px;
  top: 307.5px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 163, 158, 0.4)), color-stop(45.84%, rgba(32, 163, 158, 0.2)), to(rgba(50, 246, 234, 0)));
  background: -webkit-linear-gradient(top, rgba(32, 163, 158, 0.4), rgba(32, 163, 158, 0.2) 45.84%, rgba(50, 246, 234, 0));
  background: linear-gradient(180deg, rgba(32, 163, 158, 0.4), rgba(32, 163, 158, 0.2) 45.84%, rgba(50, 246, 234, 0));
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.bubble-2-animation {
  position: absolute;
  width: 110px;
  height: 110px;
  right: 65px;
  top: 566.5px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 163, 158, 0.6)), color-stop(45.84%, rgba(32, 163, 158, 0.2)), to(rgba(50, 246, 234, 0)));
  background: -webkit-linear-gradient(top, rgba(32, 163, 158, 0.6), rgba(32, 163, 158, 0.2) 45.84%, rgba(50, 246, 234, 0));
  background: linear-gradient(180deg, rgba(32, 163, 158, 0.6), rgba(32, 163, 158, 0.2) 45.84%, rgba(50, 246, 234, 0));
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

.bubble-3-animation {
  position: absolute;
  width: 43px;
  height: 43px;
  right: 234px;
  top: 472.5px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 163, 158, 0.4)), color-stop(45.84%, rgba(32, 163, 158, 0.2)), to(rgba(50, 246, 234, 0)));
  background: -webkit-linear-gradient(top, rgba(32, 163, 158, 0.4), rgba(32, 163, 158, 0.2) 45.84%, rgba(50, 246, 234, 0));
  background: linear-gradient(180deg, rgba(32, 163, 158, 0.4), rgba(32, 163, 158, 0.2) 45.84%, rgba(50, 246, 234, 0));
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
}

.underlay-img {
  width: 100%;
  height: 100%;
  padding: 4% 3%;
}

.toned {
  background: rgba(16, 26, 39, 0.6);
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.overlay-zIndex {
  z-index: 0;
  opacity: 0;
}

.overlay-zIndex.active {
  z-index: 4;
  opacity: 1;
}

.works__video {
  position: absolute;
  padding: 3%;
  height: 100%;
  -webkit-transition: all 1s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  opacity: 0;
  z-index: 0;
  border-radius: 14%;
  bottom: 0;
  -webkit-animation: slidedown 0.4s ease-out;
  animation: slidedown 0.4s ease-out;
}

.works__video.active {
  opacity: 1;
}

.b1-video {
  z-index: 4;
}

.works__container .overlay {
  width: 100%;
  max-width: 282px;
}

.red-line {
  position: absolute;
  top: 7%;
  opacity: 1;
  -webkit-animation: slidedown 0.4s ease-out;
  animation: slidedown 0.4s ease-out;
}

.win2-video {
  padding: 4% 3%;
  z-index: 5;
  -webkit-animation: slideup 0.5s ease-out;
  animation: slideup 0.5s ease-out;
}

/***********/
.video-result {
  position: absolute;
  -webkit-animation: slideup 0.5s ease-out;
  animation: slideup 0.5s ease-out;
  z-index: 4;
  height: auto;
}

.video-carousel {
  grid-row: 1/5;
  grid-column: 1/5;
  z-index: -1;
  align-self: center;
  justify-self: center;
  width: 57%;
}

.first-element-carousel {
  grid-row: 1/5;
  grid-column: 1/5;
  justify-self: center;
  width: 100% !important;
  z-index: 3;
  height: auto;
  position: absolute;
  top: 9%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.two-element-carousel {
  grid-row: 2/5;
  grid-column: 1/5;
  z-index: 3;
  align-self: center;
  justify-self: center;
  width: 57%;
  position: absolute;
  bottom: 20%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  border-radius: 5%;
}

.free-element-carousel {
  grid-row: 2/5;
  grid-column: 1/5;
  z-index: 3;
  align-self: center;
  justify-self: center;
  width: 91%;
  position: absolute;
  top: 30%;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.how_it-text-wrap {
  text-align: center;
  padding: 0px 15px 0px 15px;
}

.how_it-text-wrap .play__caption__description {
  opacity: 0.8;
}

.top-side-text-carousel {
  display: inline-flex;
  margin-top: 30px;
}

.top-side-text-carousel .caption__icon {
  width: 24px;
  height: 24px;
  margin: 0px 10px auto;
}

.b1-video {
  position: absolute;
  width: 130.7%;
  border-radius: 10px;
  bottom: 24.5%;
  padding: 0;
  height: auto;
  -webkit-animation: slideup 0.5s ease-out;
  animation: slideup 0.5s ease-out;
}

.video-frame {
  display: flex;
  width: 120%;
  justify-content: center;
  align-items: flex-end;
  bottom: 21%;
  border-radius: 5px;
  padding: 0;
  height: auto;
}

/*************/
/* owl-dots "Mobile app" desktop*/
.owl-dots {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.owl-dot {
  background: rgba(255, 255, 255, 0.4) !important;
  border-radius: 26px;
  width: 60px;
  height: 5px;
  margin: 10px;
  cursor: pointer;
}

.owl-dot.active span {
  display: block;
  width: 60px;
  height: 5px;
  background-color: #FFFFFF;
  border-radius: 26px;
}

.owl-dot.active span {
  animation: 5000ms linear 0s 1 normal none running fillbg;
}

/** slick custom **/
.container {
  display: flex;
  flex-direction: column;
}

.radius {
  border-radius: 16px;
}

.slider-container {
  top: -240px;
  position: relative;
}

.video-resize {
  max-width: 100% !important;
  border-radius: 16px;
  overflow: hidden !important;
}

.gradient {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  content: " ";
  z-index: 2;
  backface-visibility: hidden;
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(0, 0, 0, 0) 51.5%, rgba(0, 0, 0, 0.6) 84.78%);
  overflow: hidden;
}

.test {
  position: relative;
  max-height: 200px;
}

.rev_slide.slick-slide > .test {
  overflow: hidden !important;
  border-radius: 10px;
}

.slick-current .gradient {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  content: " ";
  z-index: 2;
  backface-visibility: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.5%, rgba(0, 0, 0, 0.6) 84.78%);
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.25));
  overflow: hidden;
}

.text-video {
  z-index: 3;
  display: flex;
  justify-content: center;
  position: relative;
  top: -60px;
  font-style: normal;
  font-weight: normal;
  font-size: 16.5659px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #A9ADB3;
}

.slick-current .text-video {
  z-index: 3;
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 10px;
  top: -72px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.slick-slider {
  margin-left: -12%;
  margin-right: -12%;
}

.slick-current {
  border-radius: 10px;
  overflow: hidden;
}

.slick-list {
  display: flex;
  justify-content: center;
  padding-bottom: 8% !important;
  padding-top: 2% !important;
}

.slick-track {
  width: 356px !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}

.slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 20px);
  z-index: 2;
}

.slick-snext {
  opacity: 1;
  transform: translate3d(75%, 0, 0px);
  z-index: 1;
}

.slick-sprev {
  opacity: 1;
  transform: translate3d(-75%, 0, 0px);
}

.test {
  display: block;
}

.background-screenshot {
  display: block;
  width: 343px;
  height: 479px;
  margin: 35px auto auto;
}

.slick-arrow {
  display: flex;
}

.slider__counter {
  display: block;
  margin: 0px 40px 0 40px;
}

.counter-container {
  font-style: normal;
  font-weight: 200;
  font-size: 30px;
  line-height: 37px;
}

.slick-arrow {
  align-items: center;
}

.counter-container > span:last-child {
  color: grey;
}

.nav-slider-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  top: -75px;
}

@media (max-width: 1024px) {
  .slick-snext {
    transform: translate3d(50%, 0, 0px);
  }

  .slick-sprev {
    transform: translate3d(-50%, 0, 0px);
  }

  .nav-slider-container {
    top: 0px;
  }

  .background-screenshot {
    margin-top: 20px;
  }

  .playing__container .mobile-title {
    display: block;
  }

  .works__container .mobile-title {
    display: block;
  }
  .works__container .container__box {
    align-items: center;
    column-gap: 50px;
  }

  .captions .article__title {
    display: none;
  }
}
@media (max-width: 767px) {
  .slick-snext {
    transform: translate3d(30%, 0, 0px);
  }

  .slick-sprev {
    transform: translate3d(-30%, 0, 0px);
  }

  .nav-slider-container {
    top: 0;
  }

  .slider-container {
    max-height: 170px;
  }

  .playing-text-wrap {
    margin-top: 22px;
    display: flex;
  }

  .how_it-text-wrap {
    margin-top: 22px;
    display: flex;
    padding: 0;
  }

  .owl-carousel .owl-item .icon-playing__carousel {
    width: 32px;
    height: 32px;
    margin-right: 11px;
  }

  .video-item-carousel .caption__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .video-item-carousel .caption__btn__container {
    margin-top: 11px;
    column-gap: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #F65932;
  }
  .video-item-carousel .caption__btn__container svg {
    width: 5px;
    height: 10px;
  }

  .mobile-section__button {
    display: block;
    margin-top: 30px;
  }
  .mobile-section__button .btn {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (max-width: 590px) {
  .background-screenshot {
    width: 285px;
    height: 400px;
  }

  .slider-container {
    top: -192px;
  }

  .video-resize {
    max-width: 85% !important;
    display: block;
    margin: auto;
  }

  .gradient {
    width: 85%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 88%;
  }

  .slick-current .gradient {
    width: 85%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 85%;
  }
}
@media (max-width: 520px) {
  .slick-snext {
    transform: translate3d(14%, 0, 0px);
  }

  .slick-sprev {
    transform: translate3d(-14%, 0, 0px);
  }

  .background-screenshot {
    width: 200px;
    height: 290px;
  }

  .slider-container {
    top: -128px;
  }

  .video-resize {
    max-width: 55% !important;
    max-height: 80% !important;
    display: block;
    margin: auto;
  }

  .gradient {
    width: 55%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 84%;
  }

  .slick-current .gradient {
    width: 55%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 81%;
  }

  .text-video {
    max-height: 25px;
    z-index: 3;
    display: flex;
    justify-content: center;
    position: relative;
    top: -60px;
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #A9ADB3;
  }

  .slick-current .text-video {
    z-index: 3;
    display: flex;
    justify-content: center;
    position: relative;
    top: -60px;
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
  }
}
/**

Mobile landing
 */
@media (max-width: 1200px) {
  .card__container:first-child {
    margin-right: 0px;
  }

  .format {
    width: 500px;
  }

  .formats__top, .formats__bottom {
    justify-content: space-around;
  }

  .nav-slider-container {
    margin-top: 40px;
  }
}
@media (max-width: 1132px) {
  .bc__filter {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-right: 15px;
  }

  .country__filter {
    width: 9%;
    margin-left: 15px;
  }

  .adress__filter {
    width: 17%;
  }

  .block__filter {
    width: 220%;
  }

  .adress__input {
    width: 180%;
  }

  .bc__input {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .format {
    width: 90vw;
  }

  .formats__top .format:last-child, .formats__bottom .format:last-child {
    margin-top: 70px;
  }

  .formats__bottom {
    margin-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .playing__container .container__box {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .mobile-section__playing_with {
    display: none;
  }

  .hr-table {
    display: none;
  }
}
@media (max-width: 767px) {
  .formats__top .format:last-child, .formats__bottom .format:last-child {
    margin-top: 0px;
  }

  .playing__container {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .article__title {
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.05em;
  }

  .container__box {
    display: none;
  }

  .mobile-section__playing_with {
    padding-top: 30px;
    overflow: hidden;
  }

  .carousel-btn {
    width: 219px;
    height: 29px;
    margin: auto auto 48px;
  }

  .caption__title {
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.05em;
  }

  .formats__container {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .formats__top {
    flex-direction: column;
    justify-content: center;
  }

  .formats__bottom {
    margin-top: 43px;
  }

  .format {
    width: 100%;
    padding: 0px 10px 0px 10px;
    margin-bottom: 43px;
    min-height: auto;
  }

  .format:last-child {
    margin-bottom: 0px;
  }

  .format-img, .format-img-bh {
    left: auto;
    width: auto;
    width: 85px;
    top: -85px;
    margin-left: 10px;
  }

  .format-img {
    width: 85px;
    top: -70px;
  }

  .liveb-icon_mobile {
    height: 14vh;
    top: -16vh;
  }

  .format__title {
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.05em;
    padding: 8px 0 8px;
  }

  .description__container {
    padding: 0px 0px 0px 0px;
    min-height: auto;
  }
  .description__container p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 0px 10px 10px 10px;
  }
  .description__container p:first-child {
    margin-top: 20px;
  }
  .description__container p:last-child {
    margin: 0px 10px 20px 10px;
  }

  .works__container {
    margin-top: 0px;
    margin-bottom: 100px;
  }

  .article__title {
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
  }

  .mobile__description {
    font-family: Oswald;
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .mobile-app {
    margin-bottom: 100px;
  }

  /* TenPinCam Bowling is a sport */
  .bowling-sport__container .content__container {
    grid-auto-flow: dense;
  }
  .bowling-sport__container--left .btn-container {
    display: none;
  }
  .bowling-sport__container .mobile-button {
    display: flex;
    margin-top: 30px;
  }

  .top-content {
    margin-top: 20px;
  }
  .top-content .imgwrap {
    margin-right: 20px;
    background: none;
  }
  .top-content .caption__icon {
    max-width: 23px;
    max-height: 23px;
    width: unset;
    height: unset;
  }

  .card__container {
    align-items: flex-start;
  }

  .imgwrap {
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
  }

  .caption__icon {
    width: 11.56px;
    height: 11.56px;
  }

  .caption__description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }

  .big {
    height: 30px;
    font-size: 14px;
    line-height: 21px;
  }

  .bowling-sport__container {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .bowling-sport__container .big {
    padding: 5px 60px;
    height: auto;
  }

  /* Where to play */
  .filters__container {
    flex-direction: column;
  }
  .filters__container > *:not(:first-child) {
    margin-top: 20px;
  }

  .bc__list {
    margin: 0 20px 100px;
  }

  .country__filter, .adress__filter, .bc__filter {
    width: 100%;
    margin: auto;
  }

  .block__filter, .adress__input, .bc__input {
    width: 100%;
  }

  .country-container {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }

  .country__list__container {
    margin-top: 0;
  }

  .country__card__container {
    margin-bottom: 10px;
  }

  .country-container:not(:first-child) .country__card__container {
    margin-bottom: 0;
  }

  .adress__card__container {
    width: 100%;
    min-height: unset;
  }

  .country-icon {
    padding-left: 0;
  }

  .bottom-content {
    margin-top: 20px;
  }

  .country__adress, .bc__card__container {
    padding-right: 20px;
    width: 100%;
    line-height: 27px;
  }

  .bc__card {
    margin-top: 11px !important;
    height: auto;
  }

  .description-btn {
    margin: auto;
    padding: 20px 10px 10px 10px;
    text-align: center;
  }

  .hr-table {
    width: 100%;
    margin: 10px auto;
    height: 1px;
    order: 3;
  }

  .bubble-container {
    width: 80%;
  }

  .circle-one, .circle-two {
    -webkit-transform: none;
    transform: none;
    -webkit-animation-name: none;
    animation-name: none;
  }

  .circle-three {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/howtoplay.promo/templates/.default/style.css?165832894640*/


/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/howtoplay.formats/templates/.default/style.css?165832894640*/


/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/howtoplay.howitworks/templates/.default/style.css?165832894640*/


/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/howtoplay.mobile1/templates/.default/style.css?165832894640*/


/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/howtoplay.sport/templates/.default/style.css?1675344441221*/
.bowling-sport__container {
  margin-top: 0px;
}

@media (min-width: 1200px) {
  h2.article__title {
    text-align: left;
  }

  p.mobile__description {
    text-align: left;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/howtoplay.centers/templates/.default/style.css?165832894640*/


/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/howtoplay.subscription/templates/.default/style.css?16783727323088*/
.subscription__card {
  padding: 40px 50px 40px 30px;
  border-radius: 20px;
  color: #FFFFFF;
  max-width: 350px;
  position: relative;
}
.subscription__card-grey {
  background: #232A33;
  border: 1px solid #343D49;
}
.subscription__card-red {
  background: linear-gradient(264.59deg, #F65932 0%, #CC3535 100%);
}
.subscription__card-title {
  font-family: "Oswald", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 89px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.subscription__card-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 35px;
  color: #FFFFFF;
}
.subscription__card-star {
  width: 193px;
  height: 193px;
  background: url("/local/components/bokus/howtoplay.subscription/templates/.default/images/star.svg") center center no-repeat;
  background-size: contain;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #0B121C;
  margin-left: 105px;
  user-select: none;
}

.subscription__section_row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.subscription__title {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 89px;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.subscription__description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  max-width: 410px;
  color: #FFFFFF;
}

.subscription__section {
  margin: 0 0 150px 0;
}

@media (max-width: 1200px) {
  .subscription__section_row {
    flex-wrap: wrap;
  }

  .subscription__card-star {
    width: 120px;
    height: 120px;
    align-self: end;
    position: absolute;
    font-size: 13px;
    top: 20px;
    line-height: 1.5;
    right: 20px;
  }

  .subscription__card-title {
    font-size: 48px;
  }

  .subscription__card-text {
    font-size: 24px;
  }

  .subscription__card {
    width: 48%;
    max-width: unset;
    display: flex;
    flex-direction: column;
  }

  .subscription__text {
    width: 100%;
    margin-bottom: 50px;
  }

  .subscription__description {
    max-width: unset;
  }
}
@media (max-width: 1200px) {
  .subscription__card {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 30px;
  }

  .subscription__card-title {
    font-size: 28px;
    line-height: 41px;
  }

  .subscription__card-text {
    font-size: 14px;
    line-height: 19px;
    max-width: 90%;
  }

  .subscription__card-star {
    width: 66px;
    height: 66px;
    font-size: 8px;
    line-height: 11px;
  }

  .subscription__title {
    font-size: 24px;
    line-height: 38px;
  }

  .subscription__description {
    font-size: 14px;
    line-height: 19px;
  }

  .subscription__text {
    margin-bottom: 10px;
  }

  .subscription__section {
    margin-bottom: 80px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/components/bokus/howtoplay/templates/.default/style.css?167480977639408 */
/* /local/components/bokus/howtoplay.promo/templates/.default/style.css?165832894640 */
/* /local/components/bokus/howtoplay.formats/templates/.default/style.css?165832894640 */
/* /local/components/bokus/howtoplay.howitworks/templates/.default/style.css?165832894640 */
/* /local/components/bokus/howtoplay.mobile1/templates/.default/style.css?165832894640 */
/* /local/components/bokus/howtoplay.sport/templates/.default/style.css?1675344441221 */
/* /local/components/bokus/howtoplay.centers/templates/.default/style.css?165832894640 */
/* /local/components/bokus/howtoplay.subscription/templates/.default/style.css?16783727323088 */
