.content > #ms-opis.bh-main {
  max-width: 100%;
  margin: 0 auto;
  font-family: "SegoeUI", sans-serif;
  font-weight: 400;
  color: #2f2f2f;
  -webkit-font-smoothing: antialiased;
  background-color: white;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .content > #ms-opis.bh-main {
    max-width: 680px;
  }
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main {
    max-width: 1200px;
  }
}
.content > #ms-opis.bh-main * {
  box-sizing: border-box;
}
.content > #ms-opis.bh-main .bh-productinfo {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 30px 0;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-productinfo {
    flex-direction: row;
    overflow: initial;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.content > #ms-opis.bh-main .bh-productinfo__slider {
  display: flex;
  flex-flow: row nowrap;
  overflow-y: hidden;
  margin: 0 0 50px !important;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.content > #ms-opis.bh-main .bh-productinfo__slider li {
  width: 100vw;
  text-align: center;
  scroll-snap-align: center;
  flex: none;
  padding: 0 !important;
  margin: 0;
}
.content > #ms-opis.bh-main .bh-productinfo__slider li img,
.content > #ms-opis.bh-main .bh-productinfo__slider li video {
  max-width: 100%;
}
.content > #ms-opis.bh-main .bh-productinfo__thumbnails {
  display: none;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-productinfo__thumbnails {
    display: flex;
    flex-direction: column;
    width: 76px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 63px 0 0 !important;
    gap: 8px;
  }
  .content > #ms-opis.bh-main .bh-productinfo__thumbnails li img {
    max-width: 100%;
    height: auto;
    border: 1px solid #2f2f2f;
    border-radius: 2px;
    cursor: pointer;
  }
  .content > #ms-opis.bh-main .bh-productinfo__thumbnails li.tns-nav-active img {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.26);
  }
}
.content > #ms-opis.bh-main .bh-productinfo__stars {
  width: 92px;
  margin: 0 auto;
  display: block;
}
.content > #ms-opis.bh-main .bh-productinfo__stars img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-productinfo__stars {
    margin: 35px 0 27px;
  }
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-productinfo__text {
    width: 43%;
  }
}
.content > #ms-opis.bh-main .bh-productinfo__text-title {
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0 15px;
  text-align: center;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-productinfo__text-title {
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    font-size: 29px;
    line-height: 1.3;
  }
}
.content > #ms-opis.bh-main .bh-productinfo__text-desc {
  font-size: 15px;
  line-height: 1.12;
  margin: 20px 48px 0;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-productinfo__text-desc {
    font-size: 19px;
    line-height: 1.25;
    margin-left: 0;
    margin-right: 0;
  }
}
.content > #ms-opis.bh-main .bh-productinfo__list {
  font-size: 15px;
  line-height: 1.12;
  padding: 0 48px;
  margin: 19px 0 60px;
  list-style: none;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-productinfo__list {
    font-size: 19px;
    line-height: 1.3;
    margin: 20px 0 0 !important;
    padding-left: 20px;
    padding-right: 0;
  }
}
.content > #ms-opis.bh-main .bh-productinfo__list li {
  padding: 0;
  margin-bottom: 12px;
  position: relative;
}
.content > #ms-opis.bh-main .bh-productinfo__list li sup {
  font-size: 12px;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-productinfo__list li {
    margin-bottom: 1px;
  }
}
.content > #ms-opis.bh-main .bh-productinfo__list li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -8px;
  background: #2f2f2f;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-productinfo__list li::before {
    left: -15px;
    top: 11px;
  }
}
.content > #ms-opis.bh-main .bh-productinfo__action {
  border: 1px solid #909090;
  border-width: 1px 0 0;
  margin: 0 0 17px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-productinfo__action {
    border-width: 1px 0;
    flex-direction: row;
    gap: 52px;
    justify-content: space-between;
    margin-top: 47px;
    width: 100%;
    padding: 37px 0;
    padding-left: 57%;
  }
}
.content > #ms-opis.bh-main .bh-productinfo__price {
  font-size: 26px;
  color: #ff00ff;
  font-weight: 500;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-productinfo__price {
    font-size: 45px;
    font-weight: 400;
    margin: 0;
  }
}
.content > #ms-opis.bh-main .bh-productinfo__button {
  background: #0078d3;
  color: #ffffff;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 400;
  padding: 14px 24px 18px;
  text-align: center;
  text-decoration: none;
  margin: 0 30px;
  display: block;
  width: calc(100% - 60px);
  font-family: "SegoeUI", sans-serif;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-productinfo__button {
    width: fit-content;
    margin: 0;
    padding-top: 19px;
    padding-bottom: 21px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-productinfo__slides {
    width: 57%;
    display: flex;
    flex-wrap: nowrap;
  }
  .content > #ms-opis.bh-main .bh-productinfo__slides .tns-outer {
    position: relative;
    width: calc(100% - 200px);
  }
  .content > #ms-opis.bh-main .bh-productinfo__slides .tns-controls [data-controls=prev],
  .content > #ms-opis.bh-main .bh-productinfo__slides .tns-controls [data-controls=next] {
    position: absolute;
    width: 11px;
    height: 24px;
    border: transparent;
    font-size: 0;
    background: url("./../img/bh-s-plan-arrow-left.jpg") no-repeat 0 0;
    background-size: 100% auto;
    top: 250px;
    margin-top: -22px;
    z-index: 10;
  }
  .content > #ms-opis.bh-main .bh-productinfo__slides .tns-controls [data-controls=prev] {
    left: -24px;
  }
  .content > #ms-opis.bh-main .bh-productinfo__slides .tns-controls [data-controls=next] {
    right: -24px;
    transform: scaleX(-1);
  }
}
.content > #ms-opis.bh-main .bh-productinfo__type {
  border-top: 1px solid #909090;
  margin-top: 40px;
}
.content > #ms-opis.bh-main .bh-productinfo__type-title {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  padding: 12px 40px 12px 15px;
  position: relative;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-productinfo__type-title {
    padding: 21px 0;
  }
}
.content > #ms-opis.bh-main .bh-productinfo__type-title::after {
  content: "";
  width: 22px;
  height: 12px;
  background: url("../img/arrow-down.jpg") no-repeat 0 0;
  background-size: 22px 12px;
  position: absolute;
  right: 15px;
  top: 18px;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-productinfo__type-title::after {
    display: none;
  }
}
.content > #ms-opis.bh-main .bh-productinfo__type-box {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  padding: 0 15px;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-productinfo__type-box {
    max-height: none;
    padding: 0;
    position: relative;
  }
}
.content > #ms-opis.bh-main .bh-productinfo__type-items {
  display: flex;
  gap: 40px;
  padding: 15px 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-productinfo__type-items {
    padding: 0;
  }
}
.content > #ms-opis.bh-main .bh-productinfo__type-item {
  font-size: 15px;
  font-weight: 500;
  color: #2e2e2e;
  text-decoration: none;
}
.content > #ms-opis.bh-main .bh-productinfo__type-item-image {
  width: 80px;
  height: 80px;
  border: 1px solid black;
  margin-bottom: 6px;
}
.content > #ms-opis.bh-main .bh-productinfo__type-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content > #ms-opis.bh-main .bh-products {
  border-bottom: 1px solid #909090;
  padding: 40px 24px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-products {
    padding: 0 0 16px;
  }
}
.content > #ms-opis.bh-main .bh-products__title {
  font-size: 18px;
  margin: 0 0 24px;
  font-weight: 500;
}
.content > #ms-opis.bh-main .bh-products__items {
  display: flex;
  flex-flow: row nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 30px;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-products__items {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    overflow: hidden;
    gap: 16px;
  }
}
.content > #ms-opis.bh-main .bh-products__product {
  border: 1px solid #a9a9a9;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  padding: 17px 27px;
  scroll-snap-align: center;
  flex: none;
  margin: 0 15px;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-products__product {
    width: calc(25% - 16px);
    margin: 0;
  }
}
.content > #ms-opis.bh-main .bh-products__image {
  width: 100%;
  height: 147px;
  overflow: hidden;
  margin: 0 0 12px;
}
.content > #ms-opis.bh-main .bh-products__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content > #ms-opis.bh-main .bh-products__name {
  min-height: 45px;
  margin: 0 0 10px;
}
.content > #ms-opis.bh-main .bh-products__btn {
  background: #2f2f2f;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 6px 32px 10px;
  line-height: 1;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  transition: 0.3s ease;
}
.content > #ms-opis.bh-main .bh-products__btn:hover {
  background-color: #0078d3;
  color: #ffffff;
}
.content > #ms-opis.bh-main .bh-details {
  position: relative;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-details {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
}
.content > #ms-opis.bh-main .bh-details__mobile {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-details__mobile {
    display: none;
  }
}
.content > #ms-opis.bh-main .bh-details__desktop {
  display: none;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-details__desktop {
    display: block;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
  }
}
.content > #ms-opis.bh-main .bh-details__ontext {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
  padding: 35px 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .content > #ms-opis.bh-main .bh-details__ontext {
    padding: 60px;
  }
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-details__ontext {
    text-align: center;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: 5;
    width: 45%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
}
.content > #ms-opis.bh-main .bh-details__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.16;
  color: #000000;
  margin: 2px 0 8px;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 768px) {
  .content > #ms-opis.bh-main .bh-details__title {
    font-size: 55px;
  }
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-details__title {
    font-size: 55px;
    margin: 4px 0 12px;
    line-height: 1.08;
  }
}
.content > #ms-opis.bh-main p.bh-details__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.16;
  color: #000000;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 768px) {
  .content > #ms-opis.bh-main p.bh-details__title {
    font-size: 55px;
  }
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main p.bh-details__title {
    font-size: 55px;
    line-height: 1.08;
  }
}
.content > #ms-opis.bh-main .bh-details__desc {
  font-size: 24px;
  line-height: 1.1;
  color: #000000;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .content > #ms-opis.bh-main .bh-details__desc {
    font-size: 28px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-details__desc {
    font-size: 31px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 54px;
  }
}
.content > #ms-opis.bh-main p.bh-details__desc {
  font-size: 24px;
  line-height: 1.1;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .content > #ms-opis.bh-main p.bh-details__desc {
    font-size: 28px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main p.bh-details__desc {
    font-size: 31px;
    font-weight: 400;
    line-height: 1.2;
  }
}
.content > #ms-opis.bh-main .bh-details__logo {
  width: 211px;
  height: auto;
  margin: 0 0 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-details__logo {
    position: static;
    transform: none;
    margin-bottom: 0;
  }
}
.content > #ms-opis.bh-main .bh-details__new {
  font-size: 26px;
  margin: 0;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-details__new {
    font-size: 31px;
  }
}
.content > #ms-opis.bh-main p.bh-details__new {
  font-size: 26px;
  color: #000000;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main p.bh-details__new {
    font-size: 31px;
  }
}
.content > #ms-opis.bh-main .bh-titledesc {
  text-align: center;
  padding: 20px 30px 30px;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-titledesc {
    padding: 30px 30px 40px;
  }
}
.content > #ms-opis.bh-main .bh-titledesc__title {
  margin: 0;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-titledesc__title {
    font-size: 31px;
    line-height: 1.17;
    letter-spacing: -0.2px;
  }
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main p.bh-titledesc__title {
    font-size: 31px;
    line-height: 1.17;
    letter-spacing: -0.2px;
  }
}
.content > #ms-opis.bh-main p.bh-titledesc__title {
  font-size: 21px;
  line-height: 1.33;
  color: #000000;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main p.bh-titledesc__title {
    font-size: 31px;
    line-height: 1.17;
    letter-spacing: -0.2px;
  }
}
.content > #ms-opis.bh-main .bh-cols3 {
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 20px;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-cols3 {
    display: flex;
    gap: 40px;
  }
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-cols3__item {
    width: calc(33% - 10px);
  }
}
.content > #ms-opis.bh-main .bh-cols3__item-image {
  width: 100%;
  aspect-ratio: 12/8;
}
.content > #ms-opis.bh-main .bh-cols3__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content > #ms-opis.bh-main .bh-cols3__item-title {
  margin: 25px 0 10px;
  padding: 0 30px;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.4px;
  text-align: center;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-cols3__item-title {
    text-align: left;
    padding: 0;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin-top: 34px;
    margin-bottom: 13px;
  }
}
.content > #ms-opis.bh-main p.bh-cols3__item-title {
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.4px;
  text-align: center;
  color: #000000;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main p.bh-cols3__item-title {
    text-align: left;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.2px;
  }
}
.content > #ms-opis.bh-main .bh-cols3__item-desc {
  margin: 0 0 34px;
  padding: 0 30px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: center;
}
.content > #ms-opis.bh-main .bh-cols3__item-desc sup {
  font-size: 12px;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-cols3__item-desc {
    text-align: left;
    padding: 0;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    margin-bottom: 44px;
  }
}
.content > #ms-opis.bh-main p.bh-cols3__item-desc {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000000;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main p.bh-cols3__item-desc {
    text-align: left;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: -0.4px;
  }
}
.content > #ms-opis.bh-main .bh-construction {
  position: relative;
  margin-bottom: 30px;
}
.content > #ms-opis.bh-main .bh-construction__image img {
  width: 100%;
  height: auto;
}
.content > #ms-opis.bh-main .bh-construction__text {
  text-align: center;
  padding: 20px 15px;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-construction__text {
    text-align: left;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 46%;
    bottom: 0;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 5;
  }
}
.content > #ms-opis.bh-main .bh-construction__text-title {
  margin: 0 0 17px;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-construction__text-title {
    margin-bottom: 8px;
  }
}
.content > #ms-opis.bh-main p.bh-construction__text-title {
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.5px;
  color: #000000;
  padding: 0;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main p.bh-construction__text-title {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0;
	color: #fff;
  }
}
.content > #ms-opis.bh-main .bh-construction__text-desc {
  margin: 0 0 36px;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-construction__text-desc {
    margin-bottom: 42px;
  }
}
.content > #ms-opis.bh-main p.bh-construction__text-desc {
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main p.bh-construction__text-desc {
    font-size: 19px;
    line-height: 1.47;
	color: #fff;
  }
}
.content > #ms-opis.bh-main .bh-construction__text-desc:last-child {
  margin-bottom: 0;
}
.content > #ms-opis.bh-main .bh-keys {
  border-bottom: 1px solid #2f2f2f;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-keys {
    border-bottom: 0;
  }
}
.content > #ms-opis.bh-main .bh-keys__wrapper {
  position: relative;
}
.content > #ms-opis.bh-main .bh-keys__bordered {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  border: 8px solid #dce3f1;
  margin: 0;
  padding: 24px 30px;
  text-align: center;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-keys__bordered {
    font-size: 32px;
    letter-spacing: -0.8px;
    padding: 24px 30px 30px;
  }
}
.content > #ms-opis.bh-main p.bh-keys__bordered {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  text-align: center;
  color: #000000;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main p.bh-keys__bordered {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
}
.content > #ms-opis.bh-main .bh-keys__image img {
  width: 100%;
  height: auto;
  display: block;
}
.content > #ms-opis.bh-main .bh-keys__text {
  text-align: center;
  padding: 20px 15px 0;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-keys__text {
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    width: 32%;
    bottom: 0;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.content > #ms-opis.bh-main .bh-keys__item {
  position: relative;
}
.content > #ms-opis.bh-main .bh-keys__item:last-child .bh-keys__item-desc {
  margin-bottom: 0;
}
.content > #ms-opis.bh-main .bh-keys__item-icon {
  width: 30px;
  height: auto;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-keys__item-icon {
    position: absolute;
    left: -43px;
    top: 0;
  }
}
.content > #ms-opis.bh-main .bh-keys__item-icon img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.content > #ms-opis.bh-main .bh-keys__item-title {
  margin: 0 0 17px;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-keys__item-title {
    margin-bottom: 8px;
  }
}
.content > #ms-opis.bh-main p.bh-keys__item-title {
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.5px;
  color: #000000;
  padding: 0;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main p.bh-keys__item-title {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.content > #ms-opis.bh-main .bh-keys__item-desc {
  margin: 0 0 30px;
}
.content > #ms-opis.bh-main .bh-keys__item-desc sup {
  font-size: 11px;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-keys__item-desc {
    font-size: 18px;
    line-height: 1.47;
  }
}
.content > #ms-opis.bh-main p.bh-keys__item-desc {
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
  padding: 0;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main p.bh-keys__item-desc {
    font-size: 18px;
    line-height: 1.47;
  }
}
.content > #ms-opis.bh-main .bh-squares {
  margin-bottom: 20px;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-squares__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-squares__item {
    width: calc(50% - 50px);
  }
}
.content > #ms-opis.bh-main .bh-squares__item-image {
  width: 100%;
  aspect-ratio: 12/8;
}
.content > #ms-opis.bh-main .bh-squares__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content > #ms-opis.bh-main .bh-squares__item-desc {
  margin: 17px 0 24px;
  padding: 0 30px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: center;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-squares__item-desc {
    text-align: left;
    padding: 0;
    font-size: 19px;
    letter-spacing: -0.4px;
    margin-bottom: 44px;
    margin-top: 30px;
  }
}
.content > #ms-opis.bh-main .bh-legal {
  padding: 30px;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-legal {
    padding: 30px 0;
  }
}
.content > #ms-opis.bh-main .bh-legal p {
  font-size: 12px;
  line-height: 1.25;
  color: #000000;
}
@media screen and (min-width: 1230px) {
  .content > #ms-opis.bh-main .bh-legal p {
    font-size: 15px;
  }
}

/* Fonts */
@font-face {
  font-family: "SegoeUI";
  src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/normal/latest.woff2") format("woff2"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/normal/latest.woff") format("woff"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/normal/latest.ttf") format("ttf");
  font-weight: 400;
}
@font-face {
  font-family: "SegoeUI";
  src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/Light/latest.woff2") format("woff2"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/Light/latest.woff") format("woff"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/Light/latest.ttf") format("ttf");
  font-weight: 100;
}
@font-face {
  font-family: "SegoeUI";
  src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/Semilight/latest.woff2") format("woff2"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/Semilight/latest.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "SegoeUI";
  src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/Semibold/latest.woff2") format("woff2"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/Semibold/latest.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "SegoeUI";
  src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/Bold/latest.woff2") format("woff2"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/east-european/Bold/latest.woff") format("woff");
  font-weight: 600;
}