.body.index .main > .container > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.drag-block.container {
  position: relative;
}

.bg-fix {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-block > [id^="bx_incl"] {
  display: block;
}

.index-block--padding-top-0 > div {
  padding-top: 0px;
}
.index-block--padding-top-40 > div {
  padding-top: 40px;
}
.index-block--padding-top-80 > div {
  padding-top: 80px;
}
.index-block--padding-top-130 > div {
  padding-top: 130px;
}
.index-block--padding-bottom-0 > div {
  padding-bottom: 0px;
}
.index-block--padding-bottom-40 > div {
  padding-bottom: 40px;
}
.index-block--padding-bottom-80 > div {
  padding-bottom: 80px;
}
.index-block--padding-bottom-130 > div {
  padding-bottom: 130px;
}

.index-block--padding-top-40 .index-block--mt-dynamic {
  margin-top: -40px;
}
.index-block--padding-top-80 .index-block--mt-dynamic {
  margin-top: -80px;
}
.index-block--padding-top-130 .index-block--mt-dynamic {
  margin-top: -130px;
}
.index-block--padding-bottom-40 .index-block--mb-dynamic {
  margin-bottom: -40px;
}
.index-block--padding-bottom-80 .index-block--mb-dynamic {
  margin-bottom: -80px;
}
.index-block--padding-bottom-130 .index-block--mb-dynamic {
  margin-bottom: -130px;
}


.index-block--fon {
  background: #f8f8f8;
  background: var(--darkerblack_bg_black);
}
.index-block__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.index-block__title-wrapper--align-baseline {
  align-items: baseline;
}
.index-block__title-wrapper--with-center-block .index-block__part--left,
.index-block__title-wrapper--with-center-block .index-block__part--right {
  flex-basis: 25%;
}
.index-block__title-wrapper--with-center-block .index-block__part--right {
  justify-content: flex-end;
}
.index-block__part--center {
  flex: 1;
  text-align: center;
}
.index-block__title-wrapper--mb-52 {
  margin-bottom: 52px;
}
.index-block--mb-59 {
  margin-bottom: 59px;
}
.index-block__title {
  font-size: 40px;
  line-height: 50px;
  /* color: #333; */
  margin: 0;
}

.index-block__title-wrapper--with-center-block .index-block__part--right .index-block__link {
  display: flex;
}

.index-block__preview--right .index-block__link {
  display: block;
  margin-top: 29px;
}

.index-block__subtitle {
  color: #999;
  font-size: 0.86667em;
  line-height: calc(1em + 7px);
  margin-bottom: 12px;
}
.index-block__subtitle--mb-9 {
  margin-bottom: 9px;
}
.index-block__link {
  font-size: 0.93333em;
  line-height: calc(1em + 7px);
}
.index-block__part--right {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .index-block__part--right.visible-t991 {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .visible-t991 {
    display: none;
  }
}
.index-block__preview {
  color: #666;
  color: var(--light_basic_text_black);
  text-align: left;
  margin-top: 21px;
  max-width: 1000px;
}
.index-block__preview--mb-66 {
  margin-bottom: 56px;
}
  body .index-block__btn {
  margin-top: 33px;
}

.index-block__preview--centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.index-block__title-wrapper--centered .index-block__part--left {
  flex: 1;
  text-align: center;
  padding: 0 90px;
}
.index-block__title-wrapper--centered .index-block__part--right {
  position: absolute;
  right: 0;
}
