

/* Start:/local/components/bokus/forbowlingcenter/templates/.default/style.css?16662600397175*/
.benefits {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
}
.benefits .left {
  max-width: 642px;
}
.benefits .right {
  max-width: 432px;
  margin-left: 76px;
}

.bowling-center-swiper {
  height: 100%;
}
.bowling-center-swiper .swiper-wrapper {
  align-items: flex-start;
}
.bowling-center-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.bowling-center-swiper img {
  max-width: 100%;
  border-radius: 17.6041px;
  max-height: 500px;
  margin: auto;
}

.captions__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.caption_card {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  color: #D0D2D5;
}

.caption_card:last-child {
  margin-bottom: 30px;
}

.caption__number {
  font-size: 60px;
  line-height: 89px;
  text-transform: uppercase;
  color: #f65932;
  margin-right: 30px;
  /*align-items: center;*/
}

.landing__container.benefits__container {
  margin: 15px auto 0;
}
.landing__container.equipment__container {
  padding-top: 100px;
  margin-bottom: 150px;
}

.form__container {
  display: flex;
  padding: 50px 72px 60px 102px;
  background: rgba(196, 196, 196, 0.1);
  border-radius: 20px;
  font-family: "Open Sans", sans-serif;
}
.form__container .left {
  max-width: 451px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-right: 60px;
}
.form__container .left .article__title {
  text-align: left;
  line-height: 75px;
}
.form__container .right {
  max-width: 513px;
  width: 100%;
}
.form__container .right h5 {
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 16px;
}
.form__container .form__input {
  margin-bottom: 0;
  min-width: 1px;
}
.form__textarea {
  resize: none;
  font-size: 16px;
  overflow: auto;
  font-family: inherit;
  margin: 0;
  height: 62px;
}
.form__textarea:focus-visible {
  border-bottom: 1px solid #1FA29D;
}
.form__input:focus {
  border-bottom: 1px solid #1FA29D;
}
.form__input::placeholder, .form__textarea::placeholder {
  color: #d0d2d5;
  font-size: 16px;
  line-height: 22px;
}
.form-btn {
  width: 100%;
}
.form-btn > a {
  color: #FFFFFF;
}

.benefits-form__container .row {
  margin-left: 0;
  margin-right: 0;
}

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

.cols-2 .form__input:first-child {
  margin-right: 13px;
}

.row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}

.cols-2 {
  display: flex;
  flex: 1 1 50%;
}

.left .description {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  margin-top: 25px;
}

.equipment__description {
  display: flex;
  font-size: 16px;
  line-height: 22px;
  color: #D0D2D5;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-top: 17px;
  text-align: center;
}

.equipment__required {
  color: #D0D2D5;
}

.equipment__required, .equipment__required ~ .all-errors {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 19px;
}

@media (max-width: 1024px) {
  .benefits {
    flex-direction: column;
    justify-content: center;
  }
  .benefits .left {
    display: flex;
    justify-content: center;
    max-width: unset;
  }

  .benefits .right {
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: auto 20px;
    max-width: unset;
  }

  .benefits .right .btn {
    margin: auto;
  }

  .equipment__container {
    margin-bottom: 100px;
  }

  .form__container {
    flex-direction: column;
    padding: 0 0 0 0;
    margin: 0 10px 0 10px;
  }

  .form__container .left {
    margin: auto;
  }

  .form__container .left .article__title {
    text-align: center;
    line-height: 36px;
    margin-top: 30px;
    font-size: 36px;
  }

  .form__container .left .description {
    text-align: center;
    margin: 20px 10px 30px 10px;
  }

  .form__container .right {
    margin: auto;
    display: flex;
    flex-direction: column;
  }

  .cols-2 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .row {
    margin-bottom: 0;
  }

  .form__container .form__input {
    height: 40px;
    flex: auto;
    margin: 0 10px 10px 10px;
  }

  .form__textarea {
    flex: auto;
    margin: 0 10px 10px 10px;
    height: 90px;
  }

  .cols-2 .form__input:first-child {
    margin-right: 10px;
  }

  .form-btn {
    width: 96%;
    height: 40px;
    display: flex;
    margin-top: 10px !important;
    margin: auto;
  }

  .equipment__description {
    margin: 10px 10px 30px 10px;
    text-align: center;
  }

  .right h5 {
    padding-left: 10px;
  }

  .form__container {
    width: 70%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  /**
  Benefits for bowling center owners
  **/
  .benefits__container {
    margin: 30px auto 60px;
  }

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

  .benefits .left img {
    width: 90%;
    display: flex;
    margin: auto;
  }

  .benefits .right {
    width: 90%;
    margin: 0px 20px 0px 20px;
  }

  .caption__number {
    font-size: 60px;
    line-height: 89px;
    margin-right: 20px;
  }

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

  .form__container .left .description {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    margin: 20px 0 30px;
  }

  .right h5 {
    padding: 0;
  }

  .btn.big.form-btn {
    height: 40px;
  }

  .right .equipment__description:last-child {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 19px;
  }

  .form__container .left .article__title {
    margin: 0;
    font-size: 24px;
  }

  .benefits .right {
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: auto;
  }

  .benefits .right .btn {
    margin: auto;
  }

  .form__container {
    width: 80%;
    padding: 30px 10px;
  }

  .form__container .form__input {
    margin: 0 0 10px;
  }

  .cols-2 .form__input:first-child {
    margin-right: 0;
  }

  .landing__container.equipment__container {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .form__container {
    width: 95%;
  }
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.country__filter {
  display: flex;
  flex-direction: column;
  width: 100%;
}

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

.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;
}

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

/* End */


/* Start:/local/components/bokus/modal.request/templates/.default/style.css?16584811551319*/
.modal__request .popup {
  background: #151E2B;
  border-radius: 20px;
  width: auto;
}
.modal__request .popup .article__title {
  text-align: center;
  margin-top: 36px;
}
.modal__request--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.modal__request--title {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 60px;
  line-height: 75px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.modal__request--text {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.modal__request--button.popup-close {
  position: static;
  color: white;
  padding: 24px 120px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.modal__request--button-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
  .modal__request--title {
    font-size: 46px;
    line-height: unset;
  }
  .modal__request--text {
    font-size: 18px;
    line-height: unset;
  }
  .modal__request--button.popup-close {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .modal__request--title {
    font-size: 20px;
  }
  .modal__request--text {
    font-size: 14px;
  }
  .modal__request .modal-body {
    padding: 20px;
  }
}

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

/* End */
/* /local/components/bokus/forbowlingcenter/templates/.default/style.css?16662600397175 */
/* /local/components/bokus/modal.request/templates/.default/style.css?16584811551319 */
