@font-face {
  font-family: Ptsans;
  src: url('../fonts/PTSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ptsans;
  src: url('../fonts/PTSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gill Sans;
  src: url('../fonts/Gill-Sans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.overflow-hidden-container {
  overflow: hidden;
}

.nav-header-sticky {
  z-index: 100;
  color: #3330;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 4px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container-9 {
  width: 100%;
  max-width: 100%;
}

.div-block-35 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-bottom-right-radius: 0;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  padding-left: 0;
  display: flex;
}

.div-block-36 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  border-bottom: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.line-3 {
  outline-offset: 0px;
  background-color: #000;
  border: 1px #000;
  outline: 3px #000;
  width: 22px;
  height: 2px;
}

.div-block-30 {
  align-self: center;
}

.image-24 {
  height: 15px;
}

.container-10 {
  background-color: #292929;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 310px;
  height: 100%;
  margin-left: 0;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: static;
}

.open-menu {
  z-index: 101;
  background-color: #ffffffe6;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.button {
  color: #fff;
  background-color: #3898ec00;
  font-size: 15px;
  text-decoration: none;
}

.div-block-32 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 18px;
  margin-bottom: 5px;
  display: flex;
}

.div-block-37 {
  width: 100%;
  height: 100%;
}

.social {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.div-block-38 {
  background-color: #29292900;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  padding: 0 0 40px;
  display: flex;
}

.div-block-31 {
  opacity: .2;
  background-color: #4d4d4d00;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
}

.div-block-31:hover {
  opacity: 1;
}

.link-4 {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  transition: all .3s;
}

.link-4:hover {
  color: silver;
}

.link-4.gray {
  color: #999;
  font-size: 13px;
}

.link-4.gray:hover {
  color: #c9c9c9;
}

.div-block-29 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.space {
  height: 30px;
  margin-bottom: 0;
  font-size: 100%;
}

.section {
  padding-left: 48px;
  padding-right: 48px;
}

.section.is--bond-hero {
  background-color: #020202;
  background-image: url('../images/back.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.is--bond-list {
  background-image: url('../images/list1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.is--bond-perebivka {
  background-color: #2a2a2a;
  padding-right: 0;
  overflow: hidden;
}

.section.is--bond-perebivka2 {
  background-color: #2a2a2a;
  position: relative;
  overflow: hidden;
}

.section.is--bond-perebivka2.is--bond-perebivka3 {
  overflow: visible;
}

.section.is--bond-perebivka2.is--nooverflow {
  z-index: 2;
  overflow: visible;
}

.section.is--bond-perebivka4 {
  background-color: #2a2a2a;
  position: relative;
}

.container {
  width: auto;
  max-width: 1280px;
}

.container.is--bond-hero {
  padding-top: 62px;
}

.container.is--bond-list {
  z-index: 1;
  width: auto;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.container.is--bond-list.is--short {
  z-index: 1;
  width: auto;
  max-width: 1280px;
  padding-bottom: 0;
  position: relative;
}

.container.is--bond-perebivka {
  max-width: 1448px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.container.is--bond-perebivka2 {
  padding-top: 100px;
}

.container.is--bond-perebivka2.is--bond-perebivka3 {
  padding-bottom: 100px;
}

.container.is--bond-perebivka2.is--long {
  z-index: 1;
  padding-bottom: 100px;
  position: relative;
}

.container.is--bond-perebivka4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bond-hero__content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 522px;
  grid-auto-columns: 1fr;
  display: grid;
}

.bond-list__content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.bond-perebivka__content {
  z-index: 1;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 484px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.bond-list__video {
  z-index: 1;
  width: 100%;
  height: 720px;
  max-height: none;
  position: relative;
}

.bond-list__block1 {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  width: auto;
  display: grid;
  position: relative;
}

.body1 {
  color: #373737;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  line-height: 120%;
}

.bond-list__block1-img {
  border-radius: 30px;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-25 {
  max-width: none;
  height: 100%;
  overflow: clip;
}

.image-25.is--small {
  height: 77%;
}

.bond-list__block1-img1 {
  background-color: #050d16;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  display: flex;
  overflow: hidden;
}

.bond-list__block1-img1.is--white {
  background-color: #fff;
}

.bond-list__block1-img1.is--light {
  background-color: #e8e7e3;
  width: 100%;
  max-width: none;
  height: auto;
}

.bond-list__block1-img1.is--left {
  justify-content: flex-start;
  align-items: center;
}

.bond-list__block1-img1.is--right {
  justify-content: flex-end;
  align-items: center;
}

.link-5 {
  color: #373737;
}

.bond-list__center {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 700px;
  display: flex;
  position: relative;
}

.h3 {
  color: #2e2e2e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 30px;
}

.h3.is--white {
  color: #eccdb4;
  margin-top: 0;
  margin-bottom: 0;
}

.h3.is--light, .text-span {
  color: #ab764d;
}

.bond-list__block-collage {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.bond-list__block-collage-img {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.image-26 {
  z-index: 0;
  max-width: none;
  height: 107%;
  position: absolute;
  inset: auto 0% 0% -220px;
}

.image-26.is--vector12 {
  height: 100%;
  bottom: 110px;
  left: 40px;
}

.image-26.is--vector23 {
  height: 120%;
  bottom: -120px;
  left: -50px;
}

.image-27 {
  z-index: 1;
  position: relative;
}

.bond-perebivka__header {
  width: 580px;
  position: relative;
}

.h2 {
  color: #eccdb4;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  line-height: 100%;
}

.h2.is--dark {
  color: #2e2e2e;
  margin-bottom: 20px;
}

.h2.is--dark.is--central, .h2.is--central {
  margin-bottom: 20px;
}

.text-span-2 {
  color: #ab764d;
}

.section-2 {
  display: flex;
}

.image-28 {
  max-width: none;
  height: auto;
  position: static;
}

.bond-perebivka__img {
  z-index: 1;
  position: relative;
}

.image-29 {
  max-width: none;
  height: 438px;
}

.bond-list__block1-text-block {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.text-span-3, .text-span-4 {
  color: #ab764d;
}

.bond-list__block-header {
  z-index: 1;
  text-align: center;
  position: relative;
}

.bond-list__block-header.is--short1 {
  width: 920px;
}

.bold-text {
  color: #373737;
}

.text-span-5 {
  color: #ab764d;
}

.text-span-6, .link-6 {
  color: #373737;
}

.h1 {
  color: #eccdb4;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 100%;
}

.bond-hero__header-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bond-hero__img-group {
  width: 680px;
}

.text-span-7 {
  color: #ab764d;
}

.body {
  color: #eccdb4;
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  line-height: 120%;
}

.bond-perebivka2__content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bond-perebivka2__block-text1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.bond-perebivka2__block-img {
  z-index: 1;
  position: relative;
}

.bond-perebivka2__block-text2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.body3 {
  color: #eccdb4;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.text-span-8 {
  color: #ab764d;
}

.image-30 {
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span-9, .text-span-10 {
  color: #ab764d;
}

.bond-list__text-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.bond-list__text-block.is--button {
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 100px;
}

.bond-list__text-block.button {
  margin-bottom: 100px;
}

.bond-list__block-nerav {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.bond-list__block-nerav.is--short {
  grid-template-rows: auto auto auto;
}

.text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17 {
  color: #ab764d;
}

.bond-perebivka3__content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.bond-perebivka3__block1, .bond-perebivka3__block2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.text-span-19 {
  color: #ab764d;
}

.image-31 {
  max-width: none;
  height: auto;
}

.bond-perebivka3__block_content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bond-perebivka4__content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bond-perebivka4__block-img1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: clip;
}

.bond-perebivka4__text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.text-span-20 {
  color: #ab764d;
}

.is--bond-perebivka4__block-img1 {
  border-radius: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 83%;
  display: flex;
  overflow: hidden;
}

.image-32 {
  max-width: none;
  height: 100%;
  display: block;
}

.bond-list__img-cut {
  border-radius: 30px;
  overflow: hidden;
}

.text-span-21, .text-span-22, .text-span-23 {
  color: #ab764d;
}

.image-33 {
  z-index: 1;
  height: auto;
  position: relative;
}

.text-span-24, .text-span-25 {
  color: #ab764d;
}

.bond-perebivka2__header-group {
  text-align: center;
}

.text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30 {
  color: #ab764d;
}

.image-34 {
  margin-top: 30px;
}

.image-35 {
  position: absolute;
}

.image-36 {
  z-index: 0;
  max-width: 82%;
  position: absolute;
  left: -650px;
}

.image-37 {
  position: absolute;
  top: 270px;
  right: -710px;
}

.image-38 {
  z-index: 0;
  position: absolute;
  right: -310px;
}

.image-39 {
  z-index: 0;
  max-width: 70%;
  position: absolute;
  right: -410px;
}

.image-40 {
  max-width: 80%;
  position: absolute;
  top: -290px;
  bottom: auto;
  left: -640px;
}

.image-41 {
  z-index: 0;
  max-width: 70%;
  position: absolute;
  inset: auto -380px 230px auto;
}

.image-42, .image-43, .image-44 {
  z-index: 1;
  position: relative;
}

.image-45 {
  max-width: 90%;
  position: absolute;
  top: -40px;
  left: -670px;
}

.image-46 {
  z-index: 0;
  max-width: 70%;
  position: absolute;
  top: 1180px;
  right: -370px;
}

.image-47 {
  z-index: 1;
  position: relative;
}

.image-48 {
  margin-top: 0;
}

.image-49 {
  max-width: 60%;
  position: absolute;
  top: -110px;
  left: -480px;
}

.image-50 {
  z-index: 0;
  position: absolute;
  inset: 40px -410px auto auto;
}

.image-51 {
  z-index: 0;
  max-width: 70%;
  position: absolute;
  top: 160px;
  right: -420px;
}

.image-52 {
  z-index: 1;
  position: relative;
}

.image-53 {
  max-width: 70%;
  position: absolute;
  left: -570px;
}

.image-55 {
  max-width: 44%;
  position: absolute;
  inset: -30px -400px auto auto;
}

.image-57 {
  max-width: 80%;
  position: absolute;
  top: -170px;
  left: -550px;
}

.image-58 {
  max-width: 30%;
  position: absolute;
  inset: 270px auto auto -360px;
}

.image-59 {
  max-width: 50%;
  position: absolute;
  top: -210px;
  left: -300px;
}

.image-60 {
  z-index: 0;
  max-width: 70%;
  position: absolute;
  top: 250px;
  right: -290px;
}

.image-61 {
  z-index: 0;
  max-width: 50%;
  position: absolute;
  inset: auto auto -250px -370px;
}

.image-62 {
  z-index: 1;
  position: relative;
}

.image-63 {
  max-width: 40%;
  position: absolute;
  inset: auto -400px 0 auto;
}

.image-64 {
  max-width: 20%;
  position: absolute;
  inset: 500px auto auto -210px;
}

.image-65 {
  z-index: 0;
  max-width: 90%;
  position: absolute;
  top: -140px;
  right: -620px;
}

.image-66, .image-67 {
  z-index: 1;
  position: relative;
}

.image-68 {
  max-width: 50%;
  position: absolute;
  top: -630px;
  left: -390px;
}

.image-69 {
  max-width: 100%;
  position: absolute;
  overflow: hidden;
}

.image-70 {
  z-index: 0;
  position: absolute;
  top: 30px;
  right: -350px;
}

.image-71 {
  z-index: 0;
  max-width: 60%;
  position: absolute;
  left: -490px;
}

.image-72, .image-73 {
  z-index: 1;
  position: relative;
}

.image-74 {
  max-width: 93%;
  position: absolute;
  right: -640px;
}

.image-75 {
  max-width: 50%;
  position: absolute;
  top: 380px;
  left: -390px;
}

.image-76 {
  z-index: 1;
  position: relative;
}

.is--brown {
  color: #ab764d;
}

.the-end {
  text-align: left;
  width: 530px;
  display: block;
}

.body4 {
  color: #ab764d;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.div-block-39 {
  border-radius: 30px;
  width: auto;
  max-width: 1280px;
  height: 730px;
  max-height: none;
  overflow: hidden;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.image-77 {
  z-index: 0;
  max-width: 1880px;
  position: absolute;
}

.body-2 {
  background-color: #020202;
}

@media screen and (min-width: 1440px) {
  .section.is--bond-perebivka {
    padding-left: 120px;
  }

  .container.is--bond-list, .container.is--bond-list.is--short {
    width: 1200px;
    max-width: none;
  }

  .image-25 {
    height: 100%;
  }

  .bond-list__block1-img1 {
    aspect-ratio: auto;
    max-width: none;
    height: auto;
    max-height: none;
    overflow: hidden;
  }

  .bond-list__block1-img1.is--white {
    height: 423px;
  }

  .image-26.is--vector23 {
    height: 130%;
    left: 0;
  }

  .image-30 {
    width: 100%;
    max-width: none;
  }

  .image-38 {
    right: -310px;
  }

  .image-45 {
    max-width: 83%;
    top: -150px;
  }

  .image-49 {
    left: -540px;
  }

  .image-50 {
    right: -400px;
  }

  .image-58 {
    left: -350px;
  }

  .image-59 {
    max-width: 70%;
    top: -440px;
    left: -520px;
  }

  .image-60 {
    max-width: 50%;
    top: 370px;
    right: -280px;
  }

  .image-61 {
    bottom: -350px;
  }

  .image-63 {
    right: -440px;
  }

  .image-64 {
    max-width: 18%;
    top: 460px;
    left: -250px;
  }

  .image-68 {
    left: -430px;
  }

  .image-71 {
    max-width: 40%;
    top: 480px;
    left: -360px;
  }

  .image-75 {
    top: 330px;
    left: -390px;
  }

  .div-block-39 {
    border-radius: 30px;
    width: 1200px;
    max-width: none;
    height: 675px;
    overflow: hidden;
  }

  .image-77 {
    max-width: 1900px;
  }
}

@media screen and (min-width: 1920px) {
  .section.is--bond-perebivka {
    padding-left: 260px;
  }

  .section.is--bond-perebivka2 {
    position: relative;
  }

  .container.is--bond-hero, .container.is--bond-list.is--short {
    width: 1200px;
    max-width: none;
  }

  .container.is--bond-perebivka2 {
    width: 1200px;
    max-width: none;
    position: relative;
  }

  .container.is--bond-perebivka2.is--long, .container.is--bond-perebivka4 {
    width: 1200px;
    max-width: none;
  }

  .bond-list__content {
    z-index: 1;
  }

  .image-25 {
    height: 100%;
  }

  .bond-list__block1-img1 {
    height: 100%;
    max-height: none;
  }

  .bond-list__block1-img1.is--light {
    background-color: #e8e7e3;
  }

  .bond-perebivka__header {
    width: 600px;
  }

  .h2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-29 {
    height: 450px;
  }

  .image-30 {
    height: 280px;
  }

  .text-span-18 {
    color: #ab764d;
  }

  .bond-perebivka4__content {
    position: relative;
  }

  .image-34 {
    margin-top: 50px;
  }

  .image-39 {
    right: -370px;
  }

  .image-40 {
    max-width: 100%;
    bottom: 60px;
    left: -730px;
  }

  .image-46 {
    right: -460px;
  }

  .image-51 {
    max-width: 60%;
    top: 230px;
  }

  .image-53 {
    left: -600px;
  }

  .image-54 {
    max-width: 50%;
    position: absolute;
    inset: -50px -110px auto auto;
  }

  .image-55 {
    top: -90px;
    right: -480px;
  }

  .image-56 {
    max-width: 100%;
  }

  .image-57 {
    max-width: 90%;
    top: -220px;
    left: -670px;
  }

  .image-59 {
    max-width: 60%;
    left: -460px;
  }

  .image-60 {
    max-width: 60%;
    top: 320px;
    right: -320px;
  }

  .image-61 {
    bottom: -450px;
  }

  .image-63 {
    right: -470px;
  }

  .image-64 {
    max-width: 24%;
    inset: 190px auto auto -300px;
  }

  .image-65 {
    z-index: 0;
    position: absolute;
    top: -150px;
    right: -710px;
  }

  .image-66, .image-67 {
    z-index: 1;
    position: relative;
  }

  .image-68 {
    left: -450px;
  }

  .image-70 {
    right: -460px;
  }

  .image-71 {
    left: -380px;
  }

  .image-74 {
    right: -660px;
  }

  .div-block-39 {
    border-radius: 30px;
    overflow: hidden;
  }

  .code-embed {
    overflow: visible;
  }

  .image-77 {
    max-width: 2040px;
    top: -60px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section.is--bond-perebivka {
    padding-left: 0;
  }

  .container, .container.is--bond-list, .container.is--bond-list.is--short {
    width: auto;
  }

  .container.is--bond-perebivka {
    padding-bottom: 0;
  }

  .bond-hero__content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .bond-list__content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bond-perebivka__content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    width: 100%;
  }

  .bond-list__video {
    height: 100%;
  }

  .bond-list__block1 {
    grid-template-columns: 1fr;
    align-items: start;
    width: auto;
  }

  .image-25 {
    width: 100%;
    height: auto;
  }

  .bond-list__block1-img1 {
    height: auto;
  }

  .bond-list__center {
    width: auto;
  }

  .bond-list__block-collage {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .image-26 {
    height: 100%;
  }

  .bond-perebivka__header {
    width: auto;
    margin-left: 32px;
    margin-right: 32px;
  }

  .bond-perebivka__img {
    width: 100%;
  }

  .image-29 {
    width: 100%;
    height: auto;
  }

  .bond-list__block-header.is--short1 {
    width: auto;
  }

  .bond-perebivka2__content {
    grid-template-columns: 1fr;
  }

  .bond-perebivka2__block-img {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .image-30 {
    max-width: 260%;
  }

  .bond-list__text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bond-list__block-nerav, .bond-list__block-nerav.is--short {
    grid-template-columns: 1fr;
  }

  .bond-perebivka3__content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bond-perebivka4__content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .bond-perebivka4__text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .is--bond-perebivka4__block-img1 {
    height: auto;
  }

  .image-32 {
    max-width: 100%;
    height: auto;
  }

  .image-39 {
    right: -490px;
  }

  .image-45 {
    left: -830px;
  }

  .image-49 {
    display: none;
    overflow: visible;
  }

  .image-50 {
    top: 90px;
    right: -490px;
  }

  .image-51 {
    top: 440px;
  }

  .image-53 {
    left: -660px;
  }

  .image-57, .image-60, .image-61 {
    display: none;
  }

  .image-65 {
    top: -10px;
  }

  .image-68 {
    display: none;
  }

  .image-70 {
    max-width: 150%;
    top: 230px;
  }

  .div-block-39 {
    max-width: none;
    height: 460px;
  }

  .image-77 {
    max-width: 1290px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.is--bond-hero {
    background-position: 50% 0;
  }

  .container.is--bond-list.is--short {
    max-width: none;
  }

  .container.is--bond-perebivka {
    padding-bottom: 0;
  }

  .bond-hero__content {
    grid-template-columns: 1fr;
  }

  .bond-perebivka__content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .body1 {
    font-size: 18px;
  }

  .bond-list__center {
    width: auto;
  }

  .h3 {
    font-size: 24px;
    line-height: 110%;
  }

  .image-26 {
    left: -80px;
    right: auto;
  }

  .bond-perebivka__header {
    text-align: center;
  }

  .h2 {
    font-size: 40px;
  }

  .h2.is--cen {
    text-align: center;
  }

  .image-29 {
    width: 100%;
    height: auto;
  }

  .h1 {
    font-size: 40px;
  }

  .bond-hero__header-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
  }

  .bond-hero__img-group {
    width: 100%;
  }

  .image-30 {
    max-width: 370%;
  }

  .bond-list__text-block.is--button {
    margin-bottom: 0;
  }

  .div-block-39 {
    height: 360px;
  }

  .image-78 {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-header-sticky {
    padding-right: 0;
  }

  .div-block-36 {
    height: 40px;
  }

  .section.is--bond-perebivka {
    padding-right: 0;
  }

  .container.is--bond-perebivka {
    max-width: none;
    padding-bottom: 0;
  }

  .bond-list__content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .bond-perebivka__content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .bond-list__block1-img1 {
    border-radius: 30px;
  }

  .bond-perebivka__header {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .h2 {
    font-size: 40px;
  }

  .bond-perebivka__img {
    width: auto;
    height: auto;
  }

  .image-29 {
    height: auto;
    overflow: visible;
  }

  .bond-list__block1-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bond-perebivka2__block-img {
    width: 100%;
  }

  .image-30 {
    width: 810%;
    max-width: none;
  }

  .bond-list__text-block.button {
    margin-bottom: 40px;
  }

  .image-48 {
    margin-top: auto;
  }

  .the-end {
    width: auto;
  }

  .div-block-39 {
    height: 200px;
  }
}

#w-node-cc8746ca-f140-3ab6-887e-27ec95a2c7f7-41303f8c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e3f1d543-eb1f-2579-97d6-0f5f68d80c76-41303f8c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_699fbf48-439f-3a15-4363-7a4b6b3c0f1c-41303f8c {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_76bc96fa-f0d6-10be-8c3a-362d8de0d5f6-41303f8c {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-d7dcf306-16ab-fbed-3b73-9e2003730862-41303f8c {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-a565b330-1e23-be89-42dd-6e70ccc4c586-41303f8c {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-d132ea3b-7415-44be-12da-e183cdcf5808-41303f8c {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_4dcf47e4-abaf-e723-5737-dfe7118c6e19-41303f8c {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_420cac88-9b32-281a-6517-9e95c1064c1a-41303f8c {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-d8e2615f-6b68-48b8-7890-d272d8e92f4b-41303f8c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-eed31d27-90c7-3866-2534-2b62095d12b0-41303f8c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0c28784e-ba0c-fef2-52e6-a7f2bea345d7-41303f8c {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-ce08cf86-0675-3457-7b49-bd90ae2146b4-41303f8c {
  grid-area: 2 / 1 / 4 / 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_4dcf47e4-abaf-e723-5737-dfe7118c6e19-41303f8c {
    grid-area: 1 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_41df986f-6a11-ebf1-4983-cf66dd17be7d-41303f8c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fbc12f37-7cda-0146-4f4d-ca2161c61c56-41303f8c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a259aaff-3cee-af3a-051e-e3d5121dfeb0-41303f8c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0edf54ec-998f-fa7f-a9c4-e9e200653c22-41303f8c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bae3ec14-05a0-2f06-b458-4a8108ea3e7d-41303f8c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-cc8746ca-f140-3ab6-887e-27ec95a2c7f7-41303f8c {
    grid-column-end: 2;
  }

  #w-node-_98fa7a50-4020-d69e-1002-3163ea2481ed-41303f8c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ebe79071-742a-bbca-08cb-4aa6872e67ab-41303f8c {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_699fbf48-439f-3a15-4363-7a4b6b3c0f1c-41303f8c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76bc96fa-f0d6-10be-8c3a-362d8de0d5f6-41303f8c {
    grid-row: 4 / 5;
  }

  #w-node-_3ef91411-3bf6-c40d-33bf-435c33b7b4f4-41303f8c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d7dcf306-16ab-fbed-3b73-9e2003730862-41303f8c {
    grid-row: 5 / 6;
  }

  #w-node-a565b330-1e23-be89-42dd-6e70ccc4c586-41303f8c {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_803aae59-8012-513f-92ba-f6be49299b2d-41303f8c, #w-node-_521d4086-3f71-5045-f4cf-1150567a855f-41303f8c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9054c490-e788-a2ce-af7f-2b413a5e20d9-41303f8c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c0f1ce86-9c69-bf96-f203-256ce2e69efc-41303f8c {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-d132ea3b-7415-44be-12da-e183cdcf57f7-41303f8c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d132ea3b-7415-44be-12da-e183cdcf5808-41303f8c {
    grid-column-end: 2;
  }

  #w-node-_4dcf47e4-abaf-e723-5737-dfe7118c6e19-41303f8c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f03d6828-42a4-7620-d6b1-41e05289f6b2-41303f8c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_420cac88-9b32-281a-6517-9e95c1064ba2-41303f8c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3900955f-e411-6c2e-d8d3-6f62cacebfdb-41303f8c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_36402f89-551f-7ca9-a49e-c02d89cea0b8-41303f8c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_420cac88-9b32-281a-6517-9e95c1064bbd-41303f8c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_420cac88-9b32-281a-6517-9e95c1064beb-41303f8c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_420cac88-9b32-281a-6517-9e95c1064bfd-41303f8c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e571acf8-f4ce-509e-dbe2-14daa8b8f263-41303f8c {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_420cac88-9b32-281a-6517-9e95c1064c00-41303f8c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_420cac88-9b32-281a-6517-9e95c1064c1a-41303f8c {
    grid-column-end: 2;
  }

  #w-node-_420cac88-9b32-281a-6517-9e95c1064c3b-41303f8c, #w-node-_473e6162-db23-3718-800f-b78a0418742f-41303f8c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_87c237d0-8d44-a8a9-2f0f-ba1cd33865bf-41303f8c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_473e6162-db23-3718-800f-b78a0418743d-41303f8c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d8e2615f-6b68-48b8-7890-d272d8e92f4b-41303f8c {
    grid-column-end: 2;
  }

  #w-node-e8b45aae-c0cb-ae07-7acc-5454d5903250-41303f8c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f3cd1eba-1c4c-28f6-e411-b8d206dd976c-41303f8c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dcce960f-02ff-782e-04b3-a2d9a65bc64c-41303f8c, #w-node-_0c28784e-ba0c-fef2-52e6-a7f2bea345d7-41303f8c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ce08cf86-0675-3457-7b49-bd90ae2146b4-41303f8c {
    grid-row: 4 / 5;
  }

  #w-node-eed31d27-90c7-3866-2534-2b62095d12c0-41303f8c {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cc8746ca-f140-3ab6-887e-27ec95a2c7f7-41303f8c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8d4cacfa-95e6-3edb-9d63-8e149b9b68f4-41303f8c {
    justify-self: auto;
  }

  #w-node-d132ea3b-7415-44be-12da-e183cdcf5808-41303f8c, #w-node-_420cac88-9b32-281a-6517-9e95c1064c1a-41303f8c {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Ptsans';
  src: url('../fonts/PTSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ptsans';
  src: url('../fonts/PTSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}