.wh-tg-fixed-block {
    width: 100%;
    max-width: 900px;
}
.wh-tg-fixed-block__title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    color: white;
}
#wh-tg-fixed-block {
  border-radius: 10px;
      background: #006875;
}
.wh-tg-fixed-block__row {}
.wh-tg-fixed-block__item {
    padding: 15px;
    background: white;
    border-radius: 20px;
}
.wh-tg-fixed-block__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
}
.wh-tg-fixed-block__link svg {
    width: 30px;
    filter: brightness(0) invert(1);
    margin-right: 5px;
}
.wh-tg-fixed-block__link span {
    color: white;
}
.wh-tg-fixed-block__img {}
.wh-tg-fixed-block__label {
    text-align: center;
    font-size: 90%;
    color: #006875;
}
.wh-tg-fixed-block__link--tg {
    background: #2aabee;
}
.wh-tg-fixed-block__link--wh {
    background: #5ed169;
}



.wh-tg-fixed-block__link--mx {
    background: linear-gradient(97deg, #01c5c8 .32%, #046ef4 44.6%, #572dff 62.16%);
}
html body .fixed-button-block .wh-tg-fixed-block__link--mx {
  padding: 0;
    background: none;
}
html body .fixed-button-block .wh-tg-fixed-block__link--mx img {
  width: 52px;
  min-width: 52px;
  border-radius: 50px;
}


@media (max-width: 769px) {
  .wh-tg-fixed {
    right: 10px;
    bottom: 10px;
  }
  .wh-tg-fixed svg,
  .wh-tg-fixed__wrap {
    width: 70px;
    height: 70px;
  }
  .wh-tg-fixed-block__wrap:nth-child(1) .wh-tg-fixed-block__item {
    border-radius: 20px 20px 0 0;
  }
  .wh-tg-fixed-block__wrap:nth-child(2) .wh-tg-fixed-block__item {
    border-radius: 0;
  }
  .wh-tg-fixed-block__wrap:nth-child(3) .wh-tg-fixed-block__item {
    border-radius: 0 0 20px 20px;
  }
  .wh-tg-fixed-block__img,
  .wh-tg-fixed-block__label {
    display: none;
  }

  .fixed-button-block .top-button {
      width: 140px;
      white-space: initial;
      font-size: 12px;
      text-align: center;
      line-height: 1.3;
  }
}




.new-gallery-item {
	display: flex;
	flex-direction: column;
	min-height: 400px;
	padding: 20px;
	border-radius: 30px;
	background: #f7f5ee;
}
.new-gallery-item img {
	max-width: 100%;
}
.new-gallery-item__logo {
	display: inline-block;
	margin-bottom: 20px;
}
.new-gallery-item__text {
	width: 100%;
	margin: auto 0;
	font-weight: bold;
}




.index-top-sl__bg {
  padding-top: 50px;
  background: #F3F5F4;
}
.index-top-sl__wrap {}
.index-top-sl {}
.index-top-sl__item-bg {
  position: relative;
  box-sizing: border-box;
  transition: all .21s ease;
}
.index-top-sl__item-bg .container {
    padding: 0 18px;
}
.index-top-sl__item {
    display: flex;
    align-items: flex-end;
    height: 470px;
    padding: 45px 25px 25px 45px;
    border-radius: 70px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #F0DEEE;
}
.index-top-sl__info {
    position: relative;
    z-index: 1;
}
.index-top-sl__title {
  color: #006875;
  font-weight: 600;
}
.index-top-sl__title--v1 {
    font-size: 40px;
    line-height: 122%;
    margin: 0;
}
.index-top-sl__price-text {
    /* margin: 0; */
    font-size: 50px;
    color: #FC5B23;
    font-weight: 700;
}
.index-top-sl__buttons {
    margin-top: 15px;
}
.index-top-sl__buttons .btn--primary {}
.index-top-sl__buttons .btn {
    padding: 15px 20px;
    font-weight: 600;
    border-radius: 15px;
    background: white;
}
.index-top-sl__buttons .btn-m-top {
    margin-left: 19px;
    background: #03B01F;
    color: white;
}
.index-top-sl__img {
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 70%;
    max-height: 100%;
    object-fit: contain;
    object-position: right bottom;
}



.index-top-sl__title--v2 {
  position: relative;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}
.index-top-sl__title--v2 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
  width: 150px;
}
.index-top-sl__sub-text {
    width: 60%;
    margin: 20px 0 30px;
    font-size: 20px;
    line-height: 150%;
}
.index-top-sl__price-big {
    font-size: 50px;
    font-weight: 600;
    color: #006875;
}
.index-top-sl__img--pc {}
.index-top-sl__img--mb {
  display: none;
}

@media (max-width: 769px) {
  .index-top-sl__img--pc {
    display: none;
  }
  .index-top-sl__img--mb {
    display: block;
  }
  .index-top-sl__title span {
    display: block;
    margin: 10px 0;
}
  .index-top-sl__top-present {
    width: 150px;
    margin: -50px 0 10px -30px;
}
  .index-top-sl__mb-price {
    width: 160px;
}

  .index-top-sl__item-bg  {
    opacity: 0;
    padding-top: 20px;
  }
  .swiper-slide-active .index-top-sl__item-bg {
    opacity: 1;
  }
  .index-top-sl__bg {
    padding-top: 20px;
  }
  .index-top-sl__item {
    height: auto;
    padding: 25px 20px 25px 25px;
    /* padding-bottom: 250px; */
    border-radius: 30px 0 0 30px;
  }
  .index-top-sl__item::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: calc(100% - 20px);
    background: #F0DEEE;
  }
  .index-top-sl__info {
    z-index: 2;
}
  .index-top-sl__title--v1 {
      width: 60%;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
  }
  .index-top-sl__img {
      right: 0;
      z-index: 1;
      width: 100%;
      height: 600px;
      max-height: 100%;
      object-fit: cover;
      object-position: right top;
  }
  .index-top-sl__buttons {
      display: flex;
      justify-content: space-between;
  }
  .index-top-sl__price-text {
    font-size: 40px;
    display: none;
  }
  .index-top-sl__wrap .mobile__hamburger {
    left: 18px;
  }
  .index-top-sl__wrap .social__list {
    margin-bottom: 20px;
    margin-right: 18px;
  }

  html body .index-top-sl__buttons .btn {
    display: flex;
    align-items: center;
    width: calc(50% - 5px);
    font-weight: 600;
    margin: 0;
    padding: 12px 10px;
    font-size: 12px;
    line-height: 1;
  }

  .index-top-sl__title--v2 {
    font-size: 24px;
  }
  .index-top-sl__title--v2 img {
    top: -90px;
    width: 80px;
    transform: initial;
    right: auto;
  }
  .index-top-sl__sub-text {
    width: 55%;
    font-size: 16px;
    line-height: 1.2;
  }
  .index-top-sl__price-big {
    font-size: 32px;
  }



    .index-top-sl__title--v3 {
      font-size: 32px;
  }
  .index-top-sl__yellow {
      padding: 5px 10px;
        font-size: 16px;
  }
  .index-top-sl__descr {width: 50%;font-size: 13px;}
  .index-top-sl__descr li {
      margin-top: 15px;
      line-height: 1;
  }




  .index-top-sl__item-bg--custom1 .index-top-sl__img {
    width: calc(100% + 120px);
    max-width: calc(100% + 100px);
    border-radius: 30px 0 0 30px;
  }
  .index-top-sl__item-bg--custom1 .index-top-sl__title--v2 {
    width: 70%;
  }
  .index-top-sl__item-bg--custom1 .index-top-sl__sub-text {
     margin: 15px 0;
  }
  .index-top-sl__item-bg--custom1 .index-top-sl__descr {}
  .index-top-sl__item-bg--custom1 .index-top-sl__descr li {}












	.top-banner + div {
		margin-bottom: 2rem !important;
	}
	.steps-procedure h2 {
		margin: 3rem 0 2rem !important;
	}
	html body .qa-section,
	#price,
	#aboutus .container {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}
	#price {
		padding-bottom: 0 !important;
	}
	.dinamic-bg {
		padding-bottom: 2rem !important;
	}
	#team .container .pb-3.pt-11,
	#room .pb-3.pt-11 {
		padding-top: 0rem !important;
	}
	#works .container > .mt-11 {
		margin-top: 3rem !important;
		margin-bottom: 0 !important;
	}

	.video-container--adaptive {
		height: auto !important;
	}
	.video-container--adaptive iframe {
		position: initial;
		height: 350px;
	}
}

@media (max-width: 1400px) and (min-width: 1025px) {
	.box-logo__logo {
		width: 200px;
	}
}

.section-prices-stock__item--img {
    display: flex;
    align-items: center;
}
.section-prices-stock__item--img > div {}
.section-prices-stock__item--img > svg {
    margin-left: 15px;
}
.section-prices-stock__price {
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 600;
}
@media (max-width: 769px) {
  .section-prices-stock__item--img {}
  .section-prices-stock__item--img > div {}
  .section-prices-stock__item--img > svg {
    min-width: 95px;
}
  .section-prices-stock__price {}
}

@media (min-width: 769px) {
  .index-top-sl__item {
    position: relative;
  }
}

.hidden-form {
  display: none;
}