html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

.l-content > .l-wrapper {
  display: none !important;
}

.l-page .l-content {
  padding-top: 0;
  padding-bottom:0;
}

@font-face {
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Geologica'),
  local('Geologica-Light'),
  url('../fonts/Geologica-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Geologica SemiBold'),
  local('Geologica-SemiBold'),
  url('../fonts/Geologica-SemiBold.woff2') format('woff2');
}

html {
  scroll-behavior: smooth;
}

#b2bp [id] {
  scroll-margin-top: 70px;
}

#b2bp .swiper-pagination {
  --swiper-pagination-bullet-inactive-color: #E2E4E8;
  --swiper-pagination-color: #009EDC;
  --swiper-pagination-bullet-inactive-opacity: 1;
  bottom: 13px;
}

#b2bp .swiper-button-prev,
#b2bp .swiper-button-next {
  width: 44px;
  height: 44px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9A9FA8;
  top: 50%;
  margin-top: -22px;
  opacity: 0;
  transition: 0.15s ease-in-out;
}

#b2bp .swiper:hover .swiper-button-prev,
#b2bp .swiper:hover .swiper-button-next {
  opacity: 1;
}

#b2bp .swiper-button-prev:hover,
#b2bp .swiper-button-next:hover {
  color: var(--btn-color);
}

#b2bp .swiper-button-prev:after,
#b2bp .swiper-button-next:after {
  display: none;
}

#b2bp .swiper-button-prev {
  left: 8px;
}

#b2bp .swiper-button-next {
  right: 8px;
}

.fancybox__content>.f-button.is-close-btn {
  right: 0;
  top: 0;
  opacity: 1;
  outline: none !important;
}

.fancybox__slide:not(.has-image) {
  padding: 10px !important;
}

.fancybox__content {
  font-family: 'Geologica', sans-serif;
  font-weight: 400;
  font-size: var(--fs-main);
  line-height: var(--lh-main);
  padding: var(--block-padding);
  border-radius: var(--block-radius);
  background: var(--block-bg);
  color: var(--main);
  width: 500px;
}

.b2bp-success-popup {
  text-align: center;
}

.b2bp-success-popup__footer {
  margin-top: var(--space-32);
}

.b2bp-block {
  padding: var(--block-padding);
  border-radius: var(--block-radius);
  background: var(--block-bg);
}

.b2bp-svg-sprite {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

.b2bp-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  flex-shrink: 0;
}

#b2bp {
  font-family: 'Geologica', sans-serif;
  font-weight: 400;
  font-size: var(--fs-main);
  line-height: var(--lh-main);
  background: #06233E;
  background: linear-gradient(to bottom, #06233E 33.33%, #04172A 66.66%);
  color: var(--main);
  overflow: hidden;
  position: relative;
}

#b2bp .l-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: auto;
}

#b2bp a {
  color: inherit;
  text-decoration: none;
}

.b2bp p {
  margin: 0 0 1em;
}

.b2bp p:last-child {
  margin: 0;
}

.b2bp-h1,
.b2bp-h2,
.b2bp-h3,
.b2bp-h4 {
  font-family: inherit;
  font-weight: 600;
  line-height: normal;
  color: var(--white);
  margin: 0;
}

.b2bp-h1 {
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  margin-bottom: var(--mb-h1);
}

.b2bp-h2 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  margin-bottom: var(--mb-h2);
}

.b2bp-h3 {
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  margin-bottom: var(--mb-h3);
}

.b2bp-h4 {
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  margin-bottom: var(--mb-h4);
}

.b2bp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  position: relative;
  border: none;
  column-gap: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 100px;
  padding: 0 39px;
  height: var(--btn-height);
  cursor: pointer;
  text-decoration: none !important;
  color: var(--btn-color) !important;
  background: var(--white);
  transition: background-color 0.15s ease-in-out;
}

.b2bp-btn:hover,
.b2bp-btn:focus-visible {
  color: var(--black) !important;
  background: var(--btn-bg-hover);
}

form.is-loading .b2bp-btn,
.b2bp-btn:active {
  color: var(--black) !important;
  background: var(--btn-bg-active);
}

.b2bp-btn_block {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

form.is-loading .b2bp-btn {
  pointer-events: none;
}

form.is-loading .b2bp-btn__text {
  opacity: 0;
  visibility: hidden;
}

form.is-loading .b2bp-btn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  margin: -19px;
  border-radius: 50%;
  background-image: conic-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  animation: rotate 1s linear infinite;
}

form.is-loading .b2bp-btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px;
  border-radius: 50%;
  background: var(--btn-bg-active);
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.b2bp-form-group {
  margin-bottom: 20px;
}

.b2bp-form-input {
  display: block;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none !important;
  transition: 0.15s ease-in-out;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  padding: 15px;
  border-radius: 24px;
  border: 2px solid var(--input-bg);
  background: var(--input-bg);
  color: var(--white);
}

/*.b2bp-form-input:hover {
  background-color: var(--input-bg-hover);
  border-color: var(--input-bg-hover);
}*/

.b2bp-form-input.error {
  border-color: var(--error);
}

.b2bp-form-input::placeholder {
  color: var(--main);
  opacity: 1;
}

.b2bp-form-floating {
  position: relative;
}

.b2bp-form-floating .b2bp-form-input {
  padding-top: 23px;
  padding-bottom: 7px;
}

.b2bp-form-floating .b2bp-form-input::placeholder {
  color: transparent;
}

.b2bp-form-floating .b2bp-form-label {
  position: absolute;
  left: 17px;
  right: 17px;
  top: 17px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  color: var(--main);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  transform-origin: left center;
  transition: transform 0.25s ease-in-out;
}

.b2bp-form-floating .b2bp-form-input:not(:placeholder-shown) ~ .b2bp-form-label,
.b2bp-form-floating .b2bp-form-input:not([readonly]):focus ~ .b2bp-form-label {
  transform: translateY(-12px) scale(0.75);
}

.b2bp-form-floating .b2bp-form-input:-webkit-autofill ~ .b2bp-form-label {
  transform: translateY(-12px) scale(0.75);
}

.b2bp-form-check {
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
}

.b2bp-form-check a {
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

.b2bp-form-check a:hover {
  color: #fff !important;
}

.b2bp-form-check label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.b2bp-form-check input {
  opacity: 0;
}

.b2bp-form-check input~span {
  display: block;
  position: relative;
  padding: 0 0 0 24px;
}

.b2bp-form-check input,
.b2bp-form-check input~span:before,
.b2bp-form-check input~span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.15s ease-in-out;
}

.b2bp-form-check input,
.b2bp-form-check input~span:before {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 2px solid var(--checkbox);
  background: var(--white);
}

.b2bp-form-check input:checked~span:before {
  border-color: var(--checkbox);
  background: var(--checkbox);
}

.b2bp-form-check input~span:after {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.474 5.195c.26.26.26.683 0 .943l-5.333 5.333a.667.667 0 0 1-.943 0L3.53 8.805a.667.667 0 1 1 .943-.943l2.195 2.195 4.862-4.862c.26-.26.683-.26.943 0Z' fill='%23fff'/%3E%3C/svg%3E");
  opacity: 0;
}

.b2bp-form-check input:checked~span:after {
  opacity: 1;
}

.b2bp-form-check input:disabled~span {
  opacity: 0.5;
  cursor: default;
  cursor: not-allowed;
}

.b2bp-form-check a {
  color: inherit;
  text-decoration: underline;
}

.b2bp-form-check a:hover {
  color: var(--white);
}

label.error {
  display: block;
  color: var(--error);
  margin-top: 2px;
  font-size: 12px;
  line-height: 16px;
}

.b2bp-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 104px;
  padding: 42px 0 64px;
}

.b2bp-section {

}

.b2bp-section__footer {
  margin-top: var(--space-32);
}

.b2bp-header-row {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 22px;
}

.b2bp-header-col,
.b2bp-slider-col {
  flex: 0 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.b2bp-header-col {
  width: 400px;
}

.b2bp-slider-col {
  width: calc(100% - 400px);
}

.b2bp-header {
  --block-padding: 20px;
  height: 409px;
  display: flex;
  flex-direction: column;
  background-image: url('../img/header-bg.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.b2bp-header__header {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}

.b2bp-header__header .b2bp-h2 {
  margin: 0;
}

.b2bp-header__images {
  display: flex;
  align-items: center;
  column-gap: 12px;
  color: var(--white);
}

.b2bp-header__footer {
  margin-top: auto;
}

.b2bp-slider {

}

.b2bp-slider__item {
  display: block;
  position: relative;
}

.b2bp-slider__item:before {
  content: '';
  display: block;
  padding-top: 409px;
}

.b2bp-slider__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.b2bp-section._b2bp-proposals-section {

}

.b2bp-section._b2bp-proposals-section .b2bp-h2 {
  --mb-h2: 16px;
}

.b2bp-designers-proposals {
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
}

.b2bp-designers-proposals__col {
  flex: 0 0 auto;
  padding-left: 6px;
  padding-right: 6px;
  width: 20%;
  display: flex;
  backface-visibility: hidden;
}

.b2bp-designers-proposals__item {
  --block-padding: 24px;
  --block-radius: 24px;
  display: block;
  width: 100%;
  background: #075aa6;
  transition: 0.25s ease-in-out;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  height: 234px;
}

.b2bp-designers-proposals__item:hover {
  background: #0868c1;
}

.b2bp-designers-proposals__item .b2bp-h4 {
  --mb-h4: 8px;
}

.b2bp-designers-proposals__item p {
  font-style: italic;
}

.b2bp-designers-proposals__item-header {
  position: relative;
  z-index: 1;
}

.b2bp-designers-proposals__item-image {
  position: absolute;
  left: 50%;
  bottom: -42px;
  width: 14.7em;
  height: 14.5em;
  font-size: 10px;
  background: #075aa6;
  transition: 0.25s ease-in-out;
  transition-property: background-color, transform;
  transition-duration: 0.25s, 0.5s;
}

.b2bp-designers-proposals__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: luminosity;
}

.b2bp-designers-proposals__item:hover .b2bp-designers-proposals__item-image {
  background-color: #0868c1;
  transform: translate(-15px, -15px) rotate(-25deg);
}

.b2bp-designers-proposals__item-image._b2bp-1 {

}

.b2bp-designers-proposals__item-image._b2bp-2 {

}

.b2bp-designers-proposals__item-image._b2bp-3 {

}

.b2bp-designers-proposals__item-image._b2bp-4 {

}

.b2bp-designers-proposals__item-image._b2bp-5 {

}

.b2bp-section._b2bp-portfolio {

}

.b2bp-portfolio {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.b2bp-portfolio-item {
  display: flex;
  align-items: center;
  min-height: 274px;
  --block-padding: 32px 47px 32px 37px;
  background: rgba(0,99,191,.5);
  background: linear-gradient(to right, rgba(0,99,191,.5) 0%, rgba(7,46,83,.5) 100%);
}

.b2bp-portfolio-item__content {
  flex-grow: 1;
  min-width: 1px;
  display: flex;
  align-items: center;
  column-gap: 50px;
}

.b2bp-portfolio-item__num {
  font-size: 190px;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  color: #3F92E0;
  flex-shrink: 0;
}

.b2bp-portfolio-item__header {
  flex-grow: 1;
  min-width: 1px;
}

.b2bp-portfolio-item__header a {
  color: #00AEFF !important;
}

.b2bp-portfolio-item__footer {
  flex-shrink: 0;
  width: 410px;
  height: 0;
  display: flex;
  align-items: center;
}

.b2bp-portfolio-item__image {
  width: 100%;
  position: relative;
}

.b2bp-portfolio-item__image:before {
  content: '';
  display: block;
  padding-top: calc(274 * 100% / 410);
}

.b2bp-portfolio-item__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .5s ease-in-out;
}

.b2bp-portfolio-item__image._b2bp-1 img:nth-child(1),
.b2bp-portfolio-item__image._b2bp-2 img:nth-child(2),
.b2bp-portfolio-item__image._b2bp-3 img:nth-child(1) {
  transform-origin: left bottom;
}

.b2bp-portfolio-item__image._b2bp-1 img:nth-child(3),
.b2bp-portfolio-item__image._b2bp-2 img:nth-child(1),
.b2bp-portfolio-item__image._b2bp-3 img:nth-child(2) {
  transform-origin: right bottom;
}

@media (min-width: 992px) {
  .b2bp-portfolio-item__image._b2bp-1:hover img:nth-child(1) {
    transform: translate(-5%, 10%) rotate(-10deg);
  }

  .b2bp-portfolio-item__image._b2bp-1:hover img:nth-child(2) {
    transform: translate(0, -5%);
  }

  .b2bp-portfolio-item__image._b2bp-1:hover img:nth-child(3) {
    transform: translate(5%, 10%) rotate(10deg);
  }

  .b2bp-portfolio-item__image._b2bp-2:hover img:nth-child(2),
  .b2bp-portfolio-item__image._b2bp-3:hover img:nth-child(1) {
    transform: translate(0, 10%) rotate(-10deg);
  }

  .b2bp-portfolio-item__image._b2bp-2:hover img:nth-child(1),
  .b2bp-portfolio-item__image._b2bp-3:hover img:nth-child(2) {
    transform: translate(0, 10%) rotate(10deg);
  }
}

.b2bp-section._b2bp-loyalty-program {

}

.b2bp-loyalty-program {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}

.b2bp-loyalty-program__col {
  flex: 0 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  width: 19.7%;
  display: flex;
}

.b2bp-loyalty-program__col:first-child {
  width: 40.9%;
}

.b2bp-loyalty-program__item {
  --block-padding: 24px;
  --block-radius: 24px;
  display: block;
  width: 100%;
  background: #04427D;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  overflow: hidden;
  height: 334px;
}

.b2bp-loyalty-program__col:first-child .b2bp-loyalty-program__item {
  background-image: url(../img/loyalty-bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.b2bp-loyalty-program__item-header {
  position: relative;
  z-index: 1;
  max-width: 340px;
}

.b2bp-loyalty-program__item .b2bp-h3 {
  margin-bottom: 8px;
}

.b2bp-loyalty-program__item-image {
  position: absolute;
  left: calc(50% + 5px);
  bottom: -54px;
  width: 17.7em;
  height: 20em;
  font-size: 10px;
}

.b2bp-loyalty-program__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: luminosity;
}

.b2bp-section._b2bp-loyalty-program .b2bp-section__footer {
  margin-top: var(--space-24);
}

.b2bp-section._b2bp-free-tour {

}

.b2bp-section._b2bp-free-tour .b2bp-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 12px;
  margin-bottom: var(--mb-h1);
}

.b2bp-section._b2bp-free-tour .b2bp-section__header .b2bp-h1 {
  margin: 0;
}

.b2bp-free-tour-btn {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  white-space: nowrap;
  column-gap: 10px;
  padding: 11px 14px 11px 20px;
  border-radius: 100px;
  background: linear-gradient(90deg, rgba(0, 99, 191, 0.5) 0%, rgba(7, 46, 83, 0.5) 100%);
  color: var(--white) !important;
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
}

.b2bp-free-tour {

}

.b2bp-free-tour__row {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}

.b2bp-free-tour__col-1,
.b2bp-free-tour__col-2 {
  flex: 0 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.b2bp-free-tour__col-1 {
  width: 27.6%;
}

.b2bp-free-tour__col-2 {
  width: 72.4%;
  order: 1;
}

.b2bp-video {
  --radius: 24px;
  position: relative;
}

.b2bp-video:before {
  content: '';
  display: block;
  padding-top: calc(9 * 100% / 16);
}

.b2bp-video video,
.b2bp-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  opacity: 0;
}

.b2bp-video.is-play video,
.b2bp-video.is-play iframe {
  opacity: 1;
}

.b2bp-video__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: var(--radius);
  background: #000;
}

.b2bp-video.is-play .b2bp-video__overlay {
  display: none;
}

.b2bp-video__overlay img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  opacity: .8;
  transition: 0.15s ease-in-out;
}

.b2bp-video:hover .b2bp-video__overlay img {
  opacity: .6;
}

.b2bp-video__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  margin: -26px;
  z-index: 1;
  border: none;
  padding: 0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

.b2bp-video__btn > span,
.b2bp-video__btn:before,
.b2bp-video__btn:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 100%;
  backface-visibility: hidden;
  will-change: margin, background-color, opacity, filter;
  transition: 0.15s ease-in-out;
}

.b2bp-video__btn > span {
  z-index: -1;
  margin: -5px;
  background: #009EDC;
}

.b2bp-video__btn:before {
  z-index: -2;
  margin: -10px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(2px);
  opacity: .1;
}

.b2bp-video__btn:after {
  z-index: -3;
  margin: -5px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(44px);
  filter: blur(2px);
  opacity: .3;
}

.b2bp-video:hover .b2bp-video__btn > span {
  margin: 0;
  background-color: #0081C1;
}

.b2bp-video:hover .b2bp-video__btn:before {
  opacity: .4;
}

.b2bp-video:hover .b2bp-video__btn:after {
  filter: blur(0);
}

.b2bp-video__btn .icon {
  width: 18px;
  height: 18px;
}

.b2bp-free-tour__video {
  width: 100%;
}

.b2bp-free-tour__video:before {
  padding-top: calc(488 * 100% / 1036);
}

.b2bp-free-tour__block {
  --block-padding: 24px;
  display: block;
  width: 100%;
  background: #04427D;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  background-image: url('../img/free-tour-bg.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.b2bp-free-tour__block-header {

}

.b2bp-free-tour__block-content {
  background: rgba(6, 33, 59, 0.5);
  padding: 12px;
  border-radius: 24px;
  color: var(--white);
  margin-bottom: 14px;
}

.b2bp-free-tour__list {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.b2bp-free-tour__list-item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 11px 8px;
}

.b2bp-free-tour__list-item img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.b2bp-free-tour__block-footer {
  margin-top: auto;
}

.b2bp-section._b2bp-3d {

}

.b2bp-3d {
  --block-padding: 32px 24px;
  position: relative;
  background: linear-gradient(90deg, rgba(0, 99, 191, 0.5) 0%, rgba(7, 46, 83, 0.5) 100%);
}

.b2bp-3d__image-block {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

.b2bp-3d__content {
  width: 50%;
  position: relative;
  max-width: 560px;
}

.b2bp-3d__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: var(--block-radius);
  border-bottom-right-radius: var(--block-radius);
  mix-blend-mode: luminosity;
}

.b2bp-3d__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  top: -23%;
  animation: anim 10s ease-in-out infinite;
}

.b2bp-3d__image._b2bp-3 {
  animation-delay: -3s;
}

.b2bp-3d__image._b2bp-2 {
  animation-delay: -7s;
}

@keyframes anim {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(40px);
  }
}

.b2bp-link-btn {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  vertical-align: top;
  color: #00AEFF !important;
  margin-bottom: 8px;
}

.b2bp-3d__content .b2bp-btn {
  margin-top: 8px;
}

.b2bp-section._b2bp-events {
  background: url('../img/events-bg.svg') right 43px top 0;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}

.b2bp-events-header {
  margin-bottom: 60px;
}

.b2bp-events-header .b2bp-h1 {
  margin-bottom: 25px;
}

.b2bp-events-header p {
  max-width: 750px;
}

.b2bp-events {

}

.b2bp-events .swiper-slide {
  width: auto;
}

.b2bp-events img {
  display: block;
  height: 503px;
  width: auto;
  max-width: none;
  border-radius: 32px;
}

.b2bp-section._b2bp-reviews {

}

.b2bp-reviews > .swiper:not(.swiper-initialized) .swiper-wrapper{
  gap: 20px;
}

.b2bp-reviews > .swiper:not(.swiper-initialized) .swiper-slide{
  width: 230.4px;
}

.b2bp-review {
  --radius: 32px;
  --padding-top: 16px;
  --padding-x: 14px;
  --padding-bottom: 98px;
  padding: var(--padding-top) var(--padding-x) var(--padding-bottom);
  border-radius: var(--radius);
  position: relative;
  transition: 0.15s ease-in-out;
}

.b2bp-review:before,
.b2bp-review:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: var(--radius);
  transition: 0.15s ease-in-out;
}

.b2bp-review:before {
  background: linear-gradient(0deg, rgba(104, 92, 236, 1) 0%, rgba(104, 92, 236, 0) 100%);
}

.b2bp-review:after {
  background: linear-gradient(0deg, rgba(164, 92, 236, 1) 0%, rgba(164, 92, 236, 0) 100%);
}

.b2bp-review:not(:hover):after {
  opacity: 0;
}

.b2bp-review__bg {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: var(--radius);
  background: url('../img/review-video-bg.svg') left 50% bottom -24px;
  background-repeat: no-repeat;
}

.b2bp-review .swiper-slide {
  width: auto;
}

.b2bp-review__content {

}

.b2bp-review__content:before {
  content: '';
  display: block;
  padding-top: calc(345 * 100% / 241);
}

.b2bp-review .b2bp-video {
  --radius: 24px;
  z-index: 3;
  position: absolute;
  left: var(--padding-x);
  right: var(--padding-x);
  top: var(--padding-top);
  bottom: var(--padding-bottom);
  border-radius: var(--radius);
  transition: 0.15s ease-in-out;
}

.b2bp-review .b2bp-video.is-play {
  --radius: 32px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.b2bp-review .b2bp-video:before {
  display: none;
}

.b2bp-review__caption {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  text-align: center;
}

.b2bp-review__caption img {
  width: 79px;
  height: auto;
}

.b2bp-section._b2bp-contacts {
  margin-bottom: 40px;
}

.b2bp-section._b2bp-contacts .b2bp-h1 {
  margin-bottom: 16px;
}

.b2bp-callback {

}

.b2bp-callback__header {
  margin-bottom: 23px;
}

.b2bp-callback .b2bp-h3 {
  margin-bottom: 2px;
}

.b2bp-callback p {
  font-size: 14px;
}

.b2bp-form-row {
  display: flex;
  column-gap: 12px;
}

.b2bp-form-row .b2bp-form-group {
  flex-grow: 1;
  min-width: 1px;
}

.b2bp-form-group {

}

.b2bp-contacts {
  margin-top: 16px;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}

.b2bp-contacts__col {
  flex: 0 0 auto;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.b2bp-contacts__col:nth-child(1) {
  width: 23.3%;
}

.b2bp-contacts__col:nth-child(2) {
  width: 38.4%;
}

.b2bp-contacts__col:nth-child(3) {
  width: 38.3%;
}

.b2bp-contacts__block {
  --block-padding: 32px 48px;
  width: 100%;
}

.b2bp-contacts__social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.b2bp-contacts__social img {
  width: 31px;
  height: 31px;
}

.b2bp-contacts__text {
  display: flex;
  align-items: baseline;
  column-gap: 16px;
}

.b2bp-contacts__text a {
  white-space: nowrap;
  font-size: 24px;
  line-height: 1;
  font-style: italic;
}

.b2bp-contacts__text a:hover {
  text-decoration: underline !important;
}

.b2bp-section._b2bp-faq {

}

.b2bp-faq {

}

.b2bp-faq__row {
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
}

.b2bp-faq__col {
  flex: 0 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 50%;
}

.b2bp-faq__item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(189, 218, 255, .2);
}

@media (min-width: 992px) {
  .b2bp-faq__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}

.b2bp-faq__item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 12px;
  cursor: pointer;
}

.b2bp-faq__item-header:hover,
.b2bp-faq__item.is-open .b2bp-faq__item-header {
  color: var(--white);
}

.b2bp-faq__item-title {

}

.b2bp-faq__item-header .b2bp-icon {
  margin-top: 4px;
  transform: rotate(90deg);
}

.b2bp-faq__item.is-open .b2bp-faq__item-header .b2bp-icon {
  transform: rotate(-90deg);
}

.b2bp-faq__item-content {
  display: none;
  font-size: 14px;
  line-height: 18px;
  padding-top: 8px;
}

.b2bp-faq__item.is-open .b2bp-faq__item-content {
  display: block;
}
