.t-cover,
.t-cover__carrier,
.t-cover__filter,
.t-cover__wrapper {
  height:100dvh;
}
.t-cover__carrier {
  background-attachment:scroll;
}

.t182 {
  text-align: center
}

.t182__wrapper {
  padding-top: 52px;
  padding-bottom: 42px
}

.t182__title {
  padding: 26px 0;
  letter-spacing: 1px;
  color: var(--bb-gold-3);
}

.t182__descr {
  padding: 19px 0 30px;
  color: var(--bb-gold-3);
}

.t182__buttons {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px
}

@media screen and (max-width: 640px) {
  .t182__title,
  .t182__descr {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.t015__title {
  padding-top: 8px;
  padding-bottom: 3px
}
.t015__descr {
  margin-top: 50px;
}

.t959 .t-section__bottomwrapper {
  margin-top: 105px
}

.t959__col {
  max-width: none
}

.t959__card-inner {
  position: relative;
  width: calc(100% + 1px);
  min-height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0)
}

.t959__card-inner.t959__card-inner_16-9 {
  padding-bottom: 56%
}

.t959__card-inner.t959__card-inner_4-3 {
  padding-bottom: 75%
}

.t959__card-inner.t959__card-inner_3-2 {
  padding-bottom: 66%
}

.t959__card-inner.t959__card-inner_1-1 {
  padding-bottom: 100%
}

.t959__card-inner.t959__card-inner_2-3 {
  padding-bottom: 150%
}

.t959__card-inner.t959__card-inner_3-4 {
  padding-bottom: 133%
}

.t959__card-inner.t959__card-inner_9-16 {
  padding-bottom: 177%
}

.t959__card-inner:hover .t959__card-image_zoom, 
.t959__card-inner.t-focusable .t959__card-image_zoom {
  transform: scale(1.05)
}

.t959__card-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.t959__card-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.t959 .t-card__title {
  margin: 30px 60px 30px 30px;
}

.t959__card-title_centered {
  padding-left: 30px
}

.t959 .t-card__descr {
  margin: 0 30px 30px
}

.t959__card-title-container {
  display: flex;
  justify-content: space-between
}

.t959__container {
  min-height: 1px;
  padding: 0 30px;
  font-size: 0;
  box-sizing: border-box;
}

.t959__container_indent {
  padding: 0 30px;
  box-sizing: border-box
}

.t959__card {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  box-sizing: border-box
}

.t959__card_50 {
  width: 50%
}

.t959__card:hover .t959__card-content_hover, 
.t959__card:hover .t959__card-overlay_hover, 
.t959__card .t959__card-inner.t-focusable .t959__card-content_hover, 
.t959__card .t959__card-inner.t-focusable .t959__card-overlay_hover {
  opacity: 1
}

.t959__card:hover .t959__card-content_animated, 
.t959__card .t959__card-inner.t-focusable .t959__card-content_animated {
  transform: translateY(0)
}

.t959__card-content_hover {
  opacity: 0
}

.t959__card-content_hover.t959__card-content_animated {
  transform: translateY(20%)
}

.t959__card-overlay {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.t959__card-overlay_hover {
  opacity: 0
}

.t959__card-arrow {
  position: absolute;
  right: 30px;
  top: 35px;
  z-index: 1;
  color: var(--bb-blue);
}

.t959__card-arrow_hidden {
  display: none
}

.t959__scroll-icon-wrapper {
  display: none;
}

@media screen and (max-width: 960px) {
  .t959 .t-section__bottomwrapper {
    margin-top: 90px
  }

  .t959__bottommargin {
    margin-bottom: 15px
  }

  .t959__scroll-icon-wrapper {
    display: block;
    padding: 0 40px 20px 0;
    font-size: 0;
    text-align: right;
    color: #a1a1a1;
    mix-blend-mode: multiply;
  }

  .t959__container_mobile-flex {
    display: flex;
    max-width: 100%;
    overflow-x: scroll;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  .t959__container_mobile-flex::-webkit-scrollbar {
    display: none
  }

  .t959__container_mobile-flex .t959__row {
    display: flex
  }

  .t959__container_mobile-flex .t959__card {
    width: 80vw
  }
}

@media screen and (max-width: 960px) {
  .t959__card {
    width: 100%;
    padding: 10px 10px 0
  }

  .t959__card.t-column-draggable {
    padding-top: 0;
    margin-top: 10px
  }

  .t959__card-arrow {
    top: 30px;
    right: 25px
  }

  .t959__row:not(:first-child) {
    margin-top: 0 !important
  }
}

@media screen and (max-width: 640px) {
  .t959__scroll-icon-wrapper {
    padding: 0 20px 10px 0
  }
}

@media screen and (max-width: 480px) {
  .t959__container_mobile-flex .t959__card {
    width: 85vw;
    padding-right: 5px;
    padding-left: 5px;
    box-sizing: content-box
  }

  .t959__container_mobile-flex {
    padding-right: 15px !important;
    padding-left: 15px !important
  }
}

.t1031__uptitle,
.t1031__title,
.t1031__descr {
  color: var(--bb-gold-3);
}

.t1031__uptitle {
  margin-bottom: 26px
}

.t1031__img {
  width: 80px;
  height: 80px;
}

.t1031__blockswrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

.t1031__blockswrapper li ul {
  list-style-type: disc
}

.t1031 .t-col {
  float: none;
  display: block
}

.t1031__img_circle {
  border-radius: 50%;
}

.t1031__textwrapper {
  box-sizing: border-box;
  margin: 0 auto 70px;
  padding: 0 20px
}

.t1031__textwrapper .t1031__descr {
  margin-top: 26px
}

.t1031__blockswrapper .t1031__descr {
  margin-top: 18px
}

.t1031__blockswrapper .t1031__title {
  margin-top: 20px
}

.t1031__buttonwrapper {
  margin-top: 60px
}

.t1031__wrapper {
  padding: 50px 0;
  position: relative;
  z-index: 2
}

.t1031__blockswrapper .t1031__wrapper {
  padding: 0
}

.t1031 .t-list__container_inrow3 {
  row-gap: 40px;
}

@media screen and (max-width: 960px) {
  .t1031 .t-list__container_inrow3 {
    row-gap: 40px;
  }
}

.t694 .t694__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.t694 .t694__bg {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.t694 .t694__cell:hover .t694__bg_animated {
  transform: scale(1.05)
}

.t694 .t694__overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.4));
}

.t694 .t694__cell:hover .t694__overlay {
  opacity: .8
}

.t694 .t694__cell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 37.5vw;
}

.t694 .t694__textwrapper {
  position: absolute;
  inset: 0;
}

.t694 .t-card__title {
  word-break: normal;
  overflow-wrap: anywhere;
  color: var(--bb-gold-3);
  font-weight: 700;
}

.t694 .t-card__title > a {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 900px) {
  .t694 .t-card__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .t694 .t694__container {
    grid-template-columns: 1fr;
  }

  .t694 .t694__cell {
    height: 75vw;
  }

  .t694 .t694__textwrapper {
    opacity: 1 !important
  }

  .t694 .t694__title_small {
    font-size: 21px
  }
}

.t659 .t-section__topwrapper {
  margin-bottom: 40px
}

.t659 .t-section__title {
  margin-bottom: 50px;
  font-size: 46px;
  color: var(--bb-gold-3);
}

.t659 .t-section__descr {
  max-width: 560px;
  color: var(--bb-gold-3);
  margin: 0 auto
}

.t659 {
  position: relative
}

.t659__content li ul {
  list-style-type: disc
}

.t659 .t-slds__container {
  display: table;
  table-layout: fixed;
  width: 100%
}

.t659 .t-slds {
  position: static
}

.t659 .t-slds__arrow_wrapper {
  height: auto !important
}

.t659 .t-slds__arrow_body {
  display: block;
  width: 17px;
}

.t659 .t-slds__bullet_wrapper {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0
}

.t659__title {
  margin-top: 14px;
  margin-bottom: 5px;
  color: var(--bb-gold-3);
}

.t659__descr {
  margin-bottom: 8px;
  color: var(--bb-gold-3);
}

.t659__text {
  /*margin-top: 40px;*/
  margin-bottom: 32px;
  color: var(--bb-gold-3);
}

.t659__bgimg {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  display: block
}

.t659__img {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
  display: block
}

.t659__img_circle {
  border-radius: 50%;
}

.t659__content {
  padding: 40px 0
}

@media screen and (max-width: 960px) {
  .t659 .t-section__topwrapper {
    /*margin-bottom: 40px*/
  }

  .t659 .t-section__title {
    margin-bottom: 25px
  }

  .t659__witharrows .t-slds__wrapper {
    padding: 0 45px
  }

  .t659__content {
    padding: 10px 0
  }
}

@media screen and (max-width: 640px) {
  .t659__text {
    font-size: 18px
  }
}

.t659 .t-review-social-links__wrapper {
  justify-content: center
}

.t659 .t-review-social-links {
  margin-top: 10px
}

.t823__container {
  position: relative
}

.t823__container_indent {
  padding: 0 40px;
  box-sizing: border-box
}

.t823__wrapper {
  width: 100%;
  height: 700px;
  margin: 0;
  padding: 0;
  border: 0;
  border-spacing: 0;
  table-layout: fixed
}

.t823__col {
  width: 50%;
  vertical-align: middle
}

.t823__col_img {
  height: 100%
}

.t823__title {
  padding-bottom: 20px
}

.t823__descr {
  padding-bottom: 30px
}

.t823__main-wrapper {
  padding: 10%
}

.t823__imgwrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  transition: height ease-in-out 0.3s
}

.t823__imgwrapper::before, .t823__imgwrapper::after {
  content: '';
  display: table;
  clear: both
}

.t823__imgwrapper .t823__bgimg {
  position: absolute;
  height: 100%;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.t823 .t823__imgblock {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0
}

.t823 .t823__button {
  margin-top: 20px
}

.t823 .t823__btntext-wrapper {
  margin-top: 20px
}

.t823 .t823__form-upper-text {
  margin-bottom: 20px;
  text-align: left
}

.t823 .t823__form-bottom-text {
  margin-top: 20px;
  text-align: left
}

.t823 .t-form__inputsbox {
  transition: max-height 0.3s cubic-bezier(.19, 1, .22, 1);
  max-height: 10000px
}

.t823 .t823__inputsbox_hidden.t-form__inputsbox {
  overflow: hidden;
  max-height: 0;
  opacity: 0
}

.t823 .t-input-group {
  margin-bottom: 25px
}

.t823 .t-form_bbonly .t-form__inputsbox_flex .t-input-group {
  margin-bottom: 0
}

.t823 .t-input {
  background-color: transparent;
  appearance: none;
}

.t823 .t-input::-ms-clear {
  width: 0;
  height: 0
}

.t823 .t-input-block textarea {
  padding-top: 17px
}

.t823 .t-input-block textarea.t-input_pvis {
  padding-top: 26px
}

.t823 .t-input-block textarea {
  padding-top: 17px;
  background-color: transparent
}

.t823 .t-input-title {
  padding-bottom: 5px
}

.t823 .t-input-subtitle {
  padding-bottom: 15px
}

.t823 .t-input-group_rd .t-input-subtitle {
  padding-bottom: 5px
}

.t823 .t-inputtime, .t823 .t-datepicker__wrapper {
  max-width: 245px
}

.t823 .t-input-group_inrow .t-inputtime, .t823 .t-input-group_inrow .t-datepicker__wrapper {
  max-width: 100%
}

.t823 .t-form_bbonly .t-input-title {
  padding-bottom: 0;
  margin-bottom: 0
}

.t823 .t-form_bbonly .t-input-subtitle {
  padding-bottom: 5px;
  padding-top: 5px
}

.t823 .t-form_bbonly .t-input-block {
  margin-bottom: 30px
}

.t823 .t-form__inputsbox .t-input-group_st .t-input-block {
  display: none;
  margin-bottom: 0
}

.t823 .t-form__submit {
  display: block;
  vertical-align: middle;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: left
}

.t823 .t-form__inputsbox_flex .t-form__submit {
  margin-top: 5px
}

.t823 .t-form_bbonly .t-form__inputsbox_flex .t-form__submit {
  margin-top: 0
}

.t823 .t-form__inputsbox_flex .t-form__errorbox-wrapper {
  margin-bottom: 25px
}

.t823 .t-form_bbonly .t-form__inputsbox_flex .t-form__errorbox-wrapper {
  margin-bottom: 30px
}

@media screen and (max-width: 960px) {
  .t823__blocktextmobile {
    display: block !important;
    width: 100%;
    padding: 30px 0 0
  }

  .t823__main-wrapper {
    padding: 20px 20px 30px
  }

  .t823__col {
    display: block;
    width: 100% !important
  }

  .t823__col_form {
    display: none
  }

  .t823__col_form_mobile.t823__col_form {
    display: block
  }

  .t823__wrapper_mobile.t823__wrapper {
    height: 100%
  }

  .t823__col_img_mobile.t823__col_img {
    height: 700px
  }

  .t823__wrapper_mobile.t823__wrapper .t823__main-wrapper {
    padding-top: 40px
  }
}

@media screen and (max-width: 640px) {
  .t823 .t-form__submit {
    padding-bottom: 20px
  }

  .t823 .t-input-block textarea {
    padding-top: 12px
  }

  .t823 .t-submit {
    width: 100%
  }
}

@media screen and (max-width: 480px) {
  .t823 .t-inputtime, .t823 .t-datepicker__wrapper {
    max-width: 100%
  }
}

.t823 .t-form .js-error-control-box .t-select__wrapper {
  border: none !important
}

.t823 .t-form .js-error-control-box .t-select__wrapper .t-select {
  border: 1px solid #f00 !important
}

#rec1272939941 .t-cover {
  height: 100dvh;
}
#rec1272939941 .t-cover__carrier {
  height:100dvh;
  background-attachment:scroll;
}
#rec1272939941 .t-cover__filter {
  height: 100dvh;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.60));
}
#rec1272939941 .t-cover__wrapper {
  height: 100dvh;
  position: relative;
  z-index: 1;
}

#rec1272939941 .t182__descr {
  font-size: 22px;
  line-height: 1.55;
}

@media screen and (min-width: 900px) {
  #rec1280982251 .t015__title {
    font-size: 52px;
  }
}

.tooltip-horizontal-scroll-icon_hand {
  animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite
}

.tooltip-horizontal-scroll-icon_card {
  animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
  0% {
    transform: translateX(80px) scale(1);
    opacity: 0
  }
  10% {
    transform: translateX(80px) scale(1);
    opacity: 1
  }
  20%, 60% {
    transform: translateX(175px) scale(.6);
    opacity: 1
  }
  80% {
    transform: translateX(5px) scale(.6);
    opacity: 1
  }
  to {
    transform: translateX(5px) scale(.6);
    opacity: 0
  }
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
  0%, 60% {
    transform: translateX(0)
  }
  80%, to {
    transform: translateX(-240px)
  }
}

#rec1273460781 .t-card__title {
  font-size: 24px;
  line-height: 1.55;
  color: var(--bb-blue);
  font-weight: 600;
}

#rec1273460781 .t-card__descr {
  font-size: 18px;
  line-height: 1.55;
  color: var(--bb-blue);
  font-weight: 400;
  text-shadow: 1px 0 #cdced255;
}

#rec1273460781 .t959__card {
  padding: 20px 10px 0 10px;
}

@media screen and (max-width: 960px) {
  #rec1273460781 .t959__card {
    padding: 20px 10px;
  }
}
#rec1273460781 .t959__card-inner {
  border-radius: 9px;
  box-shadow: 0 2px 3px rgba(0, 11, 48, 0.25);
}
#rec1273460781 .t959__card-inner:hover,
#rec1273460781 .t959__card-inner.t-focusable {
  box-shadow: 0 15px 30px -10px rgba(0, 11, 48, 0.2) !important;
}

#rec1273478521 .t-cover__filter {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60));
}

#rec1273478521 .t1031__textwrapper .t1031__title {
  font-size: 46px;
  color: var(--bb-gold-3);
}
#rec1273478521 .t1031__textwrapper .t1031__descr {
  font-size: 22px;
  font-weight: 300;
  color: var(--bb-gold-3);
}

#rec1273478521 .t1031__blockswrapper .t1031__title {
  font-size: 24px;
  line-height: 1.55;
  color: var(--bb-gold-3);
  font-weight: 500;
}

#rec1273478521 .t1031__blockswrapper .t1031__descr {
  font-size: 20px;
  line-height: 1.55;
  color: var(--bb-white);
  font-weight: 400;
}

#rec1273541401 {
  .t-cover {
    height:100vh;
  }
  .t-cover__filter {
    height: 100vh;
    background-color: #000;
    opacity: 0.6;
  }
  .t-cover__carrier {
    height: 100vh;
    background-attachment: scroll;
  }
  .t-cover__wrapper {
    height:100vh; 
  }
}

#rec1273541401 .t1031__textwrapper {
  .t1031__title {
    color: var(--bb-gold-3);
    font-size: 46px;
  }
  .t1031__descr {
    color: var(--bb-gold-3);
    font-size: 22px;
  }
}

#rec1273541401 .t1031__blockswrapper {
  .t1031__img {
    width: 100px;
    height: 100px;
  }
  .t1031__title {
    font-size: 24px;
    line-height: 1.55;
    font-weight: 500;
    color: var(--bb-gold-3);
  }
  .t1031__descr {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
    color: var(--bb-gold-3);
  }
}

#rec1275706681 .t-slds__arrow_wrapper:hover .t-slds__arrow-withbg,
#rec1275706681 .t-slds__arrow-withbg:focus-visible {
  border-color: var(--bb-gold-3) !important;
}

#rec1275706681 .t-slds__arrow_wrapper polyline {
  transition: stroke ease-in-out .2s;
  color: var(--bb-gold) !important;
}

#rec1275706681 .t-slds__arrow_wrapper:hover polyline,
#rec1275706681 .t-slds__arrow:focus-visible polyline {
  stroke: var(--bb-gold-3) !important;
}

#rec1275706681 .t-slds__bullet_body {
  width: 9px;
  height: 9px;
  background-color: var(--bb-gold);
}

#rec1275706681 .t-slds__bullet_active .t-slds__bullet_body,
#rec1275706681 .t-slds__bullet:hover .t-slds__bullet_body {
  background-color: var(--bb-gold-3) !important;
}

.t-review-social-links {
  line-height: 0;
}

.t-review-social-links__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
}

.t-review-social-links {
  margin-top: 15px;
}

.t-review-social-links__item {
  padding: 0 4px;
}

.t-review-social-links__item svg {
  width: 20px;
  height: 20px;
}

.t-review-social-links__wrapper_round .t-review-social-links__item svg {
  width: 23px;
  height: 23px;
}

.t-review-social-links__item:first-child {
  padding-left: 0;
}

@media screen and (max-width: 960px) {
  .t-review-social-links__item {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 640px) {
  .t-review-social-links {
    margin-top: 13px;
  }

  .t-review-social-links__item {
    padding: 0 3px;
  }

  .t-review-social-links__item svg {
    width: 17px;
    height: 17px;
  }

  .t-review-social-links__wrapper_round .t-review-social-links__item svg {
    width: 20px;
    height: 20px;
  }
}

#rec1275706681 .t659 .t-cover {
  background-attachment: scroll;
}

#rec1275706681 .t659__text {
  font-size: 22px;
  line-height: 1.55;
  color: var(--bb-gold-3);
  font-weight: 400;
}

#rec1275706681 .t659__bgimg {
  width: 100px;
  height: 100px;
}

#rec1275706681 .t659__title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.55;
  color: var(--bb-gold-3);
}

#rec1275706681 .t659__descr {
  font-size: 20px;
  color: var(--bb-gold-3);
  font-weight: 300;
}

#rec1275706681 .t659__descr a {
  color: var(--bb-gold);
}
