

.tb25-recommend__title, .tb25-places__title, .tb25-cats__title, .tb25-reviews__title, .tb25-gallery__title, .tb25-variants__title, .tb25-custom__title, .tb25-stages__title, .tb25-skills__title, .tb25-examples__title, .tb25-desc__title {
  color: #121212;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
}

@media (max-width: 991px) {
  .tb25-recommend__title, .tb25-places__title, .tb25-cats__title, .tb25-reviews__title, .tb25-gallery__title, .tb25-variants__title, .tb25-custom__title, .tb25-stages__title, .tb25-skills__title, .tb25-examples__title, .tb25-desc__title {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .tb25-recommend__title, .tb25-places__title, .tb25-cats__title, .tb25-reviews__title, .tb25-gallery__title, .tb25-variants__title, .tb25-custom__title, .tb25-stages__title, .tb25-skills__title, .tb25-examples__title, .tb25-desc__title {
    font-size: 20px;
    margin-bottom: 24px !important;
  }
}
body {
  color: #121212;
  font-family: "Golos Text", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}

.container {
  max-width: 1298px;
  padding: 0 15px;
  margin: 0 auto;
}

.tb25-page {
  
  background-color: rgb(236, 236, 236);
}

.tb25-banner {
  margin-bottom: 100px;
}
.tb25-banner__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.tb25-banner__content {
  border-radius: 20px;
  background: -o-linear-gradient(70deg, #6D0FF2 29.24%, #B99AD9 100.47%);
  background: linear-gradient(20deg, #6D0FF2 29.24%, #B99AD9 100.47%);
  padding: 75px 70px 75px 30px;
  color: #FFF;
}
.tb25-banner__top-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  letter-spacing: 7.38px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.tb25-banner__title {
  color: #FFF;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%; /* 64.8px */
  letter-spacing: -1.8px;
  margin-bottom: 20px;
}
.tb25-banner__subtitle {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  margin-bottom: 20px;
}
.tb25-banner__text {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  margin-bottom: 40px;
}
.tb25-banner__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.tb25-banner__btn {
  max-width: 250px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  border-radius: 100px;
  padding: 11px 14px;
  text-align: center;
  height: 40px;
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.tb25-banner__social-link {
  width: 40px;
  height: 40px;
}
.tb25-banner__social-link svg {
  display: block;
}
.tb25-banner__video-box {
  border-radius: 20px;
  overflow: hidden;
  max-height: 465.8px;
  position: relative;
}
.tb25-banner__video-box video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.tb25-banner__video-btn {
  position: absolute;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: rgb(242, 184, 7);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tb25-recommend__img img {
  border-radius: 16px;
}

.header__input {
  line-height: 24px !important;
}
.tb25-banner__info {
  grid-column-start: span 2;
  border-radius: 20px;
  background-color: #6D0FF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
.tb25-banner__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.tb25-banner__info-item span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}

.tb25-desc {
  margin-bottom: 100px;
}
.tb25-desc__title {
  margin-bottom: 40px;
}
.tb25-desc__textbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 52px;
}
.tb25-desc__text {
  margin-bottom: 20px;
}
.tb25-desc__text-title {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  margin-bottom: 10px;
}
.tb25-desc__slider {
  overflow: hidden;
  position: relative;
}
.tb25-desc__slider-item {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.tb25-desc__item-btn {
  position: absolute;
}
.tb25-desc__slider-prev {
  position: absolute;
  top: 50%;
  left: 105px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tb25-desc__slider-next {
  position: absolute;
  top: 50%;
  right: 105px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tb25-examples {
  margin-bottom: 115px;
}
.tb25-examples__title {
  margin-bottom: 40px;
}
.tb25-examples__slider {
  overflow: hidden;
}
.tb25-examples__item {
  border-radius: 20px;
  overflow: hidden;
}

.tb25-layer {
  padding: 81px 0 85px 0;
  border-radius: 40px;
  background-color: #fff;
  margin-bottom: 85px;
  max-width: 1298px;
  margin: 0 auto;
}

.tb25-skills {
  margin-bottom: 84px;
}
.tb25-skills__title {
  margin-bottom: 40px;
}
.tb25-skills__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.tb25-skills__card-item {
  border-radius: 20px;
  background: #ECECEC;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 270px;
}
.tb25-skills__card-item .icon {
  margin-bottom: 20px;
}
.tb25-skills__card-title {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  margin-bottom: 20px;
}
.tb25-skills__card-text {
  margin-top: auto;
}
.tb25-skills__promo-text {
  border-radius: 20px;
  background: #6D0FF2;
  padding: 16px;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 26.4px */
}

.tb25-stages {
  margin-bottom: 100px;
}
.tb25-stages__title {
  margin-bottom: 40px;
}
.tb25-stages__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 10px;
}
.tb25-stages__item-img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.tb25-stages__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}
.tb25-stages .number {
  max-width: 54px;
  min-width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background: #F2B807;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.tb25-stages .item-row__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tb25-stages .item-row__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: auto;
  line-height: 21px;
}
.tb25-stages__item-text {
  padding-right: 10px;
  line-height: 120%;
}

.tb25-custom__title {
  margin-bottom: 40px;
}
.tb25-custom__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.tb25-custom__item {
  border-radius: 20px;
  background: #ECECEC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 270px;
  padding: 20px;
}
.tb25-custom__item:nth-child(2), .tb25-custom__item:nth-child(4), .tb25-custom__item:nth-child(5), .tb25-custom__item:nth-child(7) {
  padding: 0;
}
.tb25-custom__item:nth-child(3) {
  color: #fff;
  background-color: #6D0FF2;
}
.tb25-custom__item:nth-child(6) {
  background-color: #F2B807;
}
.tb25-custom__item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: auto;
}
.tb25-custom__item-text {
  max-width: 227px;
  line-height: 120%;
}

.tb25-variants {
  margin-bottom: 100px;
}
.tb25-variants__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tb25-variants__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  display: none;
}
.tb25-variants__title {
  margin-bottom: 40px;
      margin-top: 80px;
    line-height: 100%;
}

.tb25-custom__item img {
	height: 100%;

}
.tb25-variants__inner {
  overflow: hidden;
}
.tb25-variants .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.tb25-variants__card {
  max-width: 416px;
  border-radius: 20px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 550px;
  padding-bottom: 20px;
}
.tb25-variants__card-img {
  padding: 10px;
}
.tb25-variants__card-img img {
  border-radius: 20px;
}
.tb25-variants__card-title {
  margin-left: 20px;
  color: #121212;
  font-family: "Golos Text";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}
.tb25-variants__card-title span {
  color: #6D0FF2;
}
.tb25-variants__rows {
  padding: 20px 20px 0;
  margin-bottom: auto;
}
.tb25-variants__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 160%;
}
.tb25-variants__card-price {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}
.tb25-variants__btn {
  border-radius: 100px;
  background-color: #705ABF;
  color: #fff;
  font-weight: 500;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 12px 20px;
}

.tb25-gallery__title {
  margin-bottom: 40px;
}
.tb25-gallery__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.tb25-gallery__item {
  border-radius: 20px;
  overflow: hidden;
}

.tb25-reviews {
  margin: 100px 0;
}
.tb25-reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.tb25-reviews__slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.tb25-reviews__slider {
  overflow: hidden;
}
.tb25-reviews__slider-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.tb25-reviews__item-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tb25-form {
  margin-bottom: 100px;
}
.tb25-form__inner {
  padding: 70px 100px 80px;
  border-radius: 20px;
  overflow: hidden;
  background: -o-linear-gradient(72deg, #6D0FF2 33.47%, #B99AD9 100%);
  background: linear-gradient(18deg, #6D0FF2 33.47%, #B99AD9 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
.tb25-form__textbox {
  max-width: 430px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tb25-form__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  margin-bottom: 30px;
}
.tb25-form__text {
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.tb25-form__form {
  max-width: 430px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tb25-form input[type=number]::-webkit-outer-spin-button,
.tb25-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tb25-form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.tb25-form__inputs input {
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  padding-bottom: 9px;
  color: rgb(236, 236, 236);
}
.tb25-form__inputs input::-webkit-input-placeholder {
  color: rgb(236, 236, 236);
}
.tb25-form__inputs input::-moz-placeholder {
  color: rgb(236, 236, 236);
}
.tb25-form__inputs input:-ms-input-placeholder {
  color: rgb(236, 236, 236);
}
.tb25-form__inputs input::-ms-input-placeholder {
  color: rgb(236, 236, 236);
}
.tb25-form__inputs input::placeholder {
  color: rgb(236, 236, 236);
}
.tb25-form__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
  color: #fff;
}
.tb25-form__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.tb25-form__label span {
  color: #fff;
  font-size: 10px;
}
.tb25-form__label input {
  display: none;
}
.tb25-form__label input:checked + .tb25-form__radio-btn {
  background-color: #fff;
}
.tb25-form__label input:checked + .tb25-form__radio-btn span {
  color: #121212;
}
.tb25-form__label input:checked + .tb25-form__radio-btn .phone-icon path {
  fill: rgb(134, 69, 226);
}
.tb25-form__label input:checked + .tb25-form__radio-btn .tg-icon path {
  fill: rgb(11, 170, 232);
}
.tb25-form__label input:checked + .tb25-form__radio-btn .wa-icon path {
  fill: rgb(8, 194, 30);
}
.tb25-form__radio-btn {
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background-color: transparent;
  cursor: pointer;
}
.tb25-form__btn {
  width: 100%;
  height: 40px;
  border-radius: 100px;
  background-color: #fff;
  color: #121212;
  font-weight: 500;
  text-align: center;
  padding: 11px 11px 12px;
  display: block;
  margin-bottom: 10px;
}
.tb25-form__text1 {
  font-size: 12px;
  line-height: 125%;
  color: #fff;
  font-weight: 400;
  opacity: 0.8;
}
.tb25-form__text1 a {
  text-decoration: underline;
}

.tb25-cats {
  margin-bottom: 100px;
}
.tb25-cats__title {
  margin-bottom: 40px;
}
.tb25-cats__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.tb25-cats__item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.tb25-cats__item-text {
  position: absolute;
  top: 41%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(62, 42, 110, 0)), to(#13082C));
  background: -o-linear-gradient(top, rgba(62, 42, 110, 0) 0%, #13082C 100%);
  background: linear-gradient(180deg, rgba(62, 42, 110, 0) 0%, #13082C 100%);
}
.tb25-cats__item:nth-child(1) {
  grid-row-start: span 2;
}
.tb25-cats__item:nth-child(4) {
  grid-row-start: span 2;
}

.tb25-places {
  padding: 50px 0 50px 0;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 100px;
  max-width: 1298px;
  margin: 0 auto;
}
.tb25-places__title {
  text-align: center;
  margin-bottom: 30px;
}
.tb25-places__text {
  max-width: 597px;
  margin: 0 auto 42px;
  text-align: center;
}
.tb25-places__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 42px;
}
.tb25-places__item {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.tb25-places__link {
  width: 340px;
  height: 40px;
  display: block;
  text-align: center;
  border-radius: 100px;
  margin: 0 auto;
  color: #fff;
  background-color: #6D0FF2;
  padding: 11px 20px 12px;
  font-weight: 500;
}

.tb25-recommend {
  padding-bottom: 100px;
}
.tb25-recommend__title {
  margin-bottom: 40px;
  margin-top: 100px;
}
.tb25-recommend__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
.tb25-recommend__item {
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}
.tb25-recommend__item:nth-child(1), .tb25-recommend__item:nth-child(2), .tb25-recommend__item:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tb25-recommend .item--show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.tb25-recommend__img {
  padding: 10px 10px 24px 10px;
  border-radius: 20px;
  overflow: hidden;
}
.tb25-recommend__item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  color: #121212;
  margin-bottom: 20px;
  padding: 0 30px;
}
.tb25-recommend__item-text {
  line-height: 160%;
  padding: 0 30px;
  margin-bottom: auto;
}
.tb25-recommend__item-btn {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.tb25-recommend__item-btn span {
  color: #6D0FF2;
  font-weight: 600;
  line-height: 120%;
}
.tb25-recommend__btn {
  border-radius: 100px;
  background-color: #fff;
  width: 100%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.tb25-recommend__btn span {
  color: #121212;
  font-weight: 500;
  font-weight: 500;
}

.banner-video--show .tb25-banner__video-btn {
  display: none;
}

.tb25-desc__item-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #F2B807;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .tb25-desc__textbox  {
    gap: 30px;
  }
  .tb25-desc__text {
    font-size: 14px;
  }
  .tb25-banner {
    margin-bottom: 60px;
  }
  .tb25-banner__content {
    padding: 60px 30px;
  }
  .tb25-banner__top-text {
    font-size: 16px;
  }
  .tb25-banner__title {
    font-size: 48px;
    letter-spacing: -1.2px;
    line-height: 90%;
  }
  .tb25-banner__subtitle {
    font-size: 18px;
  }
  .tb25-banner__video-btn {
    width: 59px;
    height: 59px;
  }
  .tb25-banner__video-btn svg {
    width: 33px;
    height: 33px;
  }
  .tb25-banner__info {
    background-color: #fff;
    gap: 50px;
  }
  .tb25-banner__info svg path {
    fill: #121212;
  }
  .tb25-banner__info span {
    color: #121212;
  }
  .tb25-desc {
    margin-bottom: 60px;
  }
  .tb25-desc__title {
    padding-left: 15px;
  }
  .tb25-desc__textbox {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tb25-variants__navigation {
    margin-right: 16px;
  }

  .tb25-desc .container {
    padding: 0;
  }
  .tb25-desc .tb25-desc__slider-next {
    right: 60px;
  }
  .tb25-desc .tb25-desc__slider-prev {
    left: 60px;
  }
  .tb25-examples {
    margin-bottom: 60px;
  }
  .tb25-examples .container {
    padding: 0;
  }
  .tb25-examples__title {
    margin-left: 15px;
  }
  .tb25-examples__slider {
    padding-left: 15px;
  }
  .tb25-layer {
    padding: 60px 0;
    bottom: 60px;
  }
  .tb25-skills {
    margin-bottom: 60px;
  }
  .tb25-skills__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .tb25-skills__card-item {
    min-height: 230px;
  }
  .tb25-skills__promo-text {
    font-size: 20px;
  }
  .tb25-stages {
    margin-bottom: 60px;
  }
  .tb25-stages .item-row__title {
    font-size: 16px;
  }
  .tb25-stages .number {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .tb25-custom__item {
    min-height: initial;
  }
  .tb25-custom__item-title {
    font-size: 16px;
  }
  .tb25-variants {
    margin-bottom: 60px;
  }
  .tb25-variants__card {
    min-height: initial;
  }
  .tb25-variants__card-price {
    padding-top: 20px;
  }
  .tb25-variants .container {
    padding: 0;
  }
  .tb25-variants__top {
    padding-left: 15px;
  }
  .tb25-variants__inner {
    padding: 0 15px;
  }
  .tb25-variants__title {
    margin-bottom: 0;
  }
  
  .tb25-variants__title {
	margin-top: 0px;  
  }
  .tb25-variants__top {
    margin-bottom: 40px;
	margin-top: 40px;
  }
  .tb25-reviews {
    margin: 60px 0;
  }
  .tb25-reviews__item-btn svg {
    width: 59px;
    height: 59px;
  }
  .tb25-form {
    margin-bottom: 60px;
  }
  .tb25-form__inner {
    padding: 50px 40px 60px;
    margin-bottom: 60px;
  }
  .tb25-form__textbox {
    max-width: 319px;
    padding-right: 20px;
  }
  .tb25-form__form {
    max-width: 319px;
  }
  .tb25-form__title {
    font-size: 28px;
  }
  .tb25-form__text {
    font-size: 17px;
  }
  .tb25-form__radio-btn {
    padding: 5px 15px;
  }
  .tb25-cats {
    margin-bottom: 60px;
  }
  .tb25-cats__item-text {
    font-size: 14px;
    padding: 15px;
  }
  .tb25-places {
    margin-bottom: 60px;
  }
  .tb25-recommend__img {
    padding-bottom: 24px;
  }
  .tb25-recommend__item-text {
    padding: 0 20px;
  }
  .tb25-recommend__item-title {
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .tb25-recommend__item-btn {
    padding: 15px 20px;
  }
  .tb25-custom__item-text {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .tb25-variants .swiper-wrapper {
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tb25-variants__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tb25-stages__item-row {
    height: 58px;
  }
    .item-row__title {
    margin-bottom: 5px !important;
  }
    .tb25-custom__item {
    min-height: 212px;
    overflow: hidden;
  }
  .tb25-custom__item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .tb25-desc .tb25-desc__slider-next {
    right: 7%;
  }
  .tb25-desc .tb25-desc__slider-prev {
    left: 7%;
  }
  
  .tb25-desc__textbox {
	  margin-bottom: 12px;
  }
  .tb25-variants__title {
	margin-top: 0px;  
  }
  
  .tb25-form {
	  margin-top: 32px !important;
  }
  .tb25-form__inner {
	  margin-bottom: 0px;
  }
  
  .tb25-recommend__title {
	  margin-top: 0px;
  }
  
  .tb25-recommend {
	 padding-bottom: 32px !important;
  }
  
}
@media (max-width: 700px) {
  .tb25-form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tb25-form__textbox {
    max-width: 700px;
    padding-right: 0;
  }
  .tb25-form__form {
    max-width: 700px;
  }
}
@media (max-width: 600px) {
  .tb25-banner__top-text {
    font-size: 14px;
  }
  .tb25-banner__title {
    font-size: 36px;
  }
  .tb25-banner__subtitle {
    font-size: 16px;
  }
  .tb25-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tb25-banner__video-box {
    max-height: initial;
  }
  .tb25-banner__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    background-color: transparent;
    padding: 0;
  }
  .tb25-banner__info-item {
    padding: 16px;
    border-radius: 20px;
    background-color: #fff;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tb25-banner__info-item:last-child {
    grid-column-start: span 2;
  }
  .tb25-desc__textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .tb25-desc__slider {
    padding-left: 15px;
  }
  .tb25-desc .tb25-desc__slider-next {
    display: none;
  }
  .tb25-desc .tb25-desc__slider-prev {
    display: none;
  }
  .tb25-stages__inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .tb25-custom__inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .tb25-custom__item {
    min-height: 190px;
  }
  .tb25-custom__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tb25-custom__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tb25-custom__item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .tb25-custom__item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .tb25-custom__item:nth-child(5) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .tb25-custom__item:nth-child(6) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .tb25-custom__item:nth-child(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .tb25-custom__item:nth-child(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .tb25-variants__navigation {
    display: none;
  }
  .tb25-variants__top {
    margin-bottom: 0;
  }
  .tb25-gallery__inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .tb25-reviews__top {
    margin-bottom: 0;
  }
  .tb25-reviews__slider-navigation {
    display: none;
  }
  .tb25-cats__inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .tb25-cats__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tb25-cats__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tb25-cats__item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .tb25-cats__item:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .tb25-cats__item:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .tb25-cats__item:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .tb25-places {
    margin: 0 15px;
    padding: 32px 24px;
  }
  .tb25-places__inner {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .tb25-places__link {
    width: 100%;
  }
  .tb25-places .container {
    padding: 0;
  }
  .tb25-places__text {
    margin-bottom: 24px;
  }
  .tb25-places__inner {
    margin-bottom: 24px;
  }
  .tb25-recommend__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tb25-recommend__item {
    padding-bottom: 10px;
  }

  .tb25-stages__item-row  {
    height: 59px;
  }

  .tb25-stages .item-row__title {
    margin-bottom: initial;
  }

  .tb25-stages .item-row__title {
    line-height: 18px;
  }

  .tb25-custom__item-title {
    padding-bottom: 10px;
  }

  .tb25-recommend {
    margin-top: 32px;
  }

  .tb25-desc__item-btn {
      width: 48px;
      height: 48px;  

      svg {
        width: 27px;
        height: 27px;
      }
  }

  .tb25-stages .item-row__title {
    padding-bottom: 4px;
  }

  .tb25-layer {
    padding: 32px 0;
  }

  .tb25-banner, .tb25-desc, .tb25-examples, .tb25-layer, .tb25-skills, .tb25-stages, .tb25-variants, .tb25-form, .tb25-cats {
    margin-bottom: 32px;
  }

  .tb25-reviews {
    margin: 32px 0;
  }
}
@media (max-width: 500px) {
  .tb25-skills__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .tb25-skills__card-item {
    min-height: initial;
  }
  .tb25-skills__promo-text {
    font-size: 16px;
  }
  .tb25-form__inner {
    padding: 32px 24px 36px;
    gap: 24px;
  }
  .tb25-form__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .tb25-form__text {
    margin-bottom: 0;
    font-size: 14px;
  }
  .tb25-form__text + p {
    display: none;
  }

  .tb25-stages__item-text {
    font-size: 13px;
  }
  
  .tb25-skills__card-item {
    display: grid;
    grid-template-columns: 65px 1fr;
    grid-template-rows: 19px 1fr;
  }
  .tb25-skills__card-item .icon {
    margin-bottom: 20px;
    grid-row-start: span 2;
  }
  .tb25-skills__card-text {
    margin-top: 15px;
  }
  .tb25-skills__card-item:nth-child(2),
  .tb25-skills__card-item:nth-child(3) {
    grid-template-rows: 35px 1fr;
  }
}

@media (max-width: 375px) {
  .tb25-stages .item-row__title {
    font-size: 14px;
  }

  .tb25-variants__rows {
    padding: 20px 18px 0;
    margin-bottom: auto;
  }
  .tb25-form__radio-btn {
        padding: 5px 3px;
  }

  .tb25-form__inner {
        padding: 32px 20px 36px;
        gap: 24px;
  }

  .tb25-variants__rows {
    font-size: 13px;
  }

  .tb25-stages__item-row {
    gap: 5px;
  }

  .tb25-stages .number {
    max-width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 12px;
  }

}

.breadcrumbs-cat {
	padding-top: 100px;
    margin-bottom: 30px;
}

.tb25-reviews__slider-item.swiper-slide img {
	display: block;
    width: 100%;
}
.breadcrumbs-cat__inner span {
	color: rgba(170, 170, 170, 1);
	
}
.breadcrumbs__link {
	color: rgba(170, 170, 170, 1);
	opacity:1;
}

.breadcrumbs__link:last-child span {
	color: rgba(18, 18, 18, 1);
	
}

.breadcrumbs-cat__inner svg path {
      stroke: rgba(170, 170, 170, 1); 
    }

img {
    display: block;
    width: 100%;
}

.tb25-desc__slider-item video {
  width: 100%;
  display: block;
}

.tb25-desc-video--show .tb25-desc__item-btn {
  display: none;
}
.video-controls-progressbar {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    bottom: 0px;
    left: 0;
    width: 100%;
    margin: 0;
    display: block;
    background: rgb(173, 173, 173);
    height: 6px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.video-controls-progressbar:hover {
  height: 10px;
}
.video-controls-progressbar::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0;
  height: 100%;
  -webkit-box-shadow: -1000px 0 0 1000px #F2B807;
  box-shadow: -1000px 0 0 1000px #F2B807;
}

.video-volume-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.video-volume-btn .icon2 {
    display: none;
}

.video-volume-btn--active .icon2 {
    display: block;
}

.video-volume-btn--active .icon1 {
    display: none;
}

.video-controls {
  display: none;
}

.tb25-desc-video--show .video-controls {
  display: block;
}

.banner-video--show .video-controls {
  display: block;
}