.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;
  }
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.main-section {
  position: relative;
}

.logo-block {
  z-index: 3;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logo {
  width: 160px;
}

.shadow {
  background-color: #0000;
  background-image: linear-gradient(0deg, #000, #0000 31%);
  position: absolute;
  inset: 0%;
}

.h1-block {
  text-align: left;
  max-width: 940px;
  margin-bottom: 20px;
  margin-left: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
}

.container {
  padding-top: 40px;
  padding-right: 0;
}

.container.futt {
  padding-bottom: 40px;
}

.date-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.date-text {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 150%;
}

.text-block {
  color: #000;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-block.text-1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.text-block.text-2 {
  color: #fff;
  margin-bottom: 0;
}

.text-block.text-2.black {
  color: #000;
}

.text-block.text-3 {
  text-transform: none;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.text-block.text-3.white, .text-block.white {
  color: #fff;
}

.text-block.white._0 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}

.text-block._0 {
  text-align: left;
  margin-bottom: 0;
}

.text-block.futter {
  color: #fff;
  background-color: #000;
  margin-bottom: 0;
  font-size: 12px;
}

.h2-wrapp {
  background-color: #000;
  border-radius: 4px;
}

.h2 {
  color: #fff;
  text-align: center;
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 32px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
}

.h3-wrapp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 4px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 5.75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
  display: flex;
}

.h3-wrapp._4 {
  background-color: #000;
}

.h3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
}

.icon {
  width: 50px;
}

.icon._2 {
  width: 120px;
}

.block-ph {
  margin-top: 40px;
  margin-bottom: 40px;
}

.block-ph.last {
  margin-bottom: 0;
}

.grid-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.grid-1._2 {
  grid-template-columns: 1fr 1fr;
}

.card-1 {
  background-color: #3d3d3d;
  border-radius: 20px;
  padding: 20px;
}

.text-1 {
  color: #fff;
  margin-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.text-1.black {
  color: #000;
  margin-bottom: 4px;
}

.text-2 {
  font-family: Open Sans, sans-serif;
}

.number-wrapp {
  position: relative;
}

.shadow-2 {
  background-color: #3d3d3d00;
  background-image: linear-gradient(#0000, #3d3d3d 98%);
  display: none;
  position: absolute;
  inset: 0%;
}

.shadow-2.white {
  background-image: linear-gradient(#0000, #fff);
  display: none;
}

.card-2 {
  border: 1px solid #3d3d3d;
  border-radius: 20px;
  padding: 20px;
}

.card-2._5 {
  padding: 16px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.text-3 {
  color: #000;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.text-3.white {
  color: #fff;
}

.text-3.white._0 {
  color: #000;
  text-align: center;
  background-color: #24242400;
  border-radius: 16px 16px 0 0;
  margin: 0 0 12px;
  padding: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
}

.card-3 {
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 20px;
}

.link {
  font-weight: 700;
}

.card-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ac2c2c;
  border: 2px #3f3f3f;
  border-radius: 4px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
}

.grid-ph {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-bottom: 0;
  display: grid;
}

.text-wrapp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-4 {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 100%;
}

.text-4._2 {
  line-height: 130%;
}

.text-block-9 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.link-2 {
  color: #fff;
  font-weight: 700;
}

.photo {
  border-radius: 20px;
}

.slider {
  margin-top: 40px;
  margin-bottom: 40px;
}

.slider-2 {
  height: auto;
}

.slide-photo {
  object-position: 50% 50%;
}

.wrapp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
  display: grid;
}

.card-5 {
  background-color: #fff;
  border: .5px solid #000;
  border-radius: 20px;
  padding: 18px;
}

.text-5 {
  color: #000;
  text-align: center;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 47px;
  line-height: 100%;
}

.text {
  color: #000;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
  display: grid;
}

.number-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  border-right: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-block-10 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
}

.text-block-11 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.futter {
  background-color: #000;
}

.subtitle {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 150%;
}

.grid-2-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f6f6;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: grid;
}

.grid-2-2._2 {
  grid-template-columns: 1.5fr 2.5fr;
}

.wrapp-1 {
  background-color: #f7f7f700;
  border: 1px #000;
  border-right-style: solid;
  border-radius: 0;
  padding: 20px;
}

.num-wrapp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.text-block-12 {
  color: #000;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-block-12.num {
  color: #000;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-12._0 {
  margin-bottom: 0;
}

.text-block-12._0.center {
  text-align: center;
}

.block-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ecebeb;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.text-wrapper {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 4px;
  height: 100%;
}

.text-block-13 {
  margin-top: 8px;
  font-family: Open Sans, sans-serif;
  font-style: italic;
}

@media screen and (min-width: 1920px) {
  .h1-block {
    max-width: 940px;
    margin-left: auto;
    inset: auto 0% 0%;
  }

  .h1 {
    text-align: center;
  }

  .icon {
    width: 40px;
  }

  .subtitle {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .hero-ph {
    object-fit: cover;
    object-position: 100% 50%;
    height: 70vh;
  }

  .h1-block {
    margin: 0% 5% 20px;
  }

  .h1 {
    text-align: left;
    font-size: 30px;
    line-height: 140%;
  }

  .container {
    max-width: 728px;
  }

  .text-block._0._12 {
    font-size: 14px;
  }

  .h2 {
    font-size: 26px;
  }

  .h3-wrapp {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 12px;
  }

  .h3 {
    text-align: left;
  }

  .icon {
    width: 44px;
  }

  .grid-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1.75fr 1.5fr;
  }

  .grid-1._2 {
    grid-template-columns: 1.25fr 1fr;
  }

  .text-1, .text-1.black {
    margin-bottom: 8px;
  }

  .grid-2 {
    display: block;
  }

  .text-3 {
    font-size: 36px;
  }

  .grid-ph {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-wrapp {
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-4 {
    text-align: center;
    width: auto;
    margin-bottom: 12px;
    padding: 12px;
    font-size: 20px;
    line-height: 130%;
  }

  .photo {
    width: 450px;
  }

  .slider-2 {
    height: 470px;
  }

  .grid-3 {
    grid-template-columns: 1.25fr 2fr;
  }

  .grid {
    grid-template-columns: 1fr 2fr;
  }

  .number-wrapper {
    padding: 0;
  }

  .subtitle {
    text-align: left;
  }

  .grid-2-2 {
    grid-template-columns: 1fr 2fr;
  }

  .block-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image {
    object-position: 10% 50%;
  }
}

@media screen and (max-width: 767px) {
  .logo-block {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 5%;
  }

  .hero-ph {
    height: 90vh;
  }

  .h1-block {
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .h1 {
    text-align: left;
    line-height: 130%;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .text-block {
    padding: 0;
  }

  .text-block._2 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    padding: 12px;
  }

  .h3-wrapp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 2.75fr;
    grid-auto-columns: 1fr;
    padding: 12px;
    display: grid;
  }

  .h3 {
    text-align: left;
    font-size: 18px;
  }

  .grid-1 {
    flex-flow: column;
    display: flex;
  }

  .grid-2 {
    flex-flow: column;
    display: block;
  }

  .grid-ph {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #000;
    border-radius: 24px;
    grid-template-columns: 1.5fr 1.5fr;
    padding: 0;
    display: flex;
  }

  .text-4 {
    border-radius: 21px 21px 0 0;
    margin-bottom: 20px;
    padding: 20px;
  }

  .text-4._2 {
    border-radius: 0;
  }

  .photo {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: auto;
    padding: 0;
  }

  .photo._2 {
    border-radius: 20px 20px 0 0;
  }

  .slider-2 {
    height: 380px;
  }

  .card-5 {
    padding-top: 21px;
  }

  .text-5 {
    font-size: 40px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .number-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
  }

  .subtitle {
    text-align: left;
    font-size: 22px;
  }

  .grid-2-2, .grid-2-2._2 {
    flex-flow: column;
    padding-left: 20px;
    display: flex;
  }

  .wrapp-1 {
    border-bottom-style: solid;
    border-right-style: none;
    padding: 0 0 16px;
  }

  .num-wrapp {
    margin-bottom: 8px;
  }

  .block-1 {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .logo-block {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 32px;
    margin-left: 0%;
    position: static;
  }

  .hero-ph-wrapp {
    margin-bottom: 20px;
  }

  .hero-ph {
    height: auto;
  }

  .shadow {
    display: none;
  }

  .h1-block {
    position: static;
  }

  .h1 {
    color: #000;
    margin-bottom: 12px;
    font-size: 25px;
  }

  .container {
    padding-top: 32px;
  }

  .text-block.text-3 {
    font-size: 16px;
  }

  .text-block._2 {
    margin-bottom: 20px;
  }

  .h2 {
    text-align: left;
    font-size: 22px;
  }

  .h3-wrapp {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
    display: flex;
  }

  .icon-wrapp {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .h3 {
    text-align: center;
  }

  .icon {
    width: 40px;
  }

  .block-ph {
    margin: 28px 0;
  }

  .grid-1 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .card-2._5 {
    padding: 12px;
  }

  .text-3 {
    font-size: 32px;
  }

  .text-3.white._0 {
    font-size: 34px;
  }

  .text-4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 130%;
  }

  .slider-2 {
    height: auto;
  }

  .slide {
    width: auto;
  }

  .slide-photo {
    width: 100%;
    overflow: clip;
  }

  .left-arrow {
    margin-right: 40px;
  }

  .icon-2 {
    margin-left: 0;
    margin-right: 0;
    transform: scale(.7);
  }

  .icon-3 {
    margin-right: 0;
    transform: scale(.7);
  }

  .grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin: 24px 0;
    display: flex;
  }

  .card-5 {
    padding: 12px;
  }

  .text-5 {
    font-size: 34px;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .number-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border: 1px #000;
    border-bottom-style: solid;
    padding: 0 0 10px;
  }

  .text-block-10 {
    font-size: 28px;
  }

  .text-block-11 {
    line-height: 140%;
  }

  .subtitle {
    color: #000;
    font-size: 18px;
  }

  .text-block-12.num {
    font-size: 32px;
  }

  .image {
    height: 310px;
  }
}

#w-node-_4b3efd30-8075-44a1-5824-54cb26305f19-e45701df {
  align-self: center;
}

#w-node-_4d9ea076-abc7-2874-cf26-5f4fa3511017-e45701df {
  align-self: auto;
}

#w-node-_23b665e2-2df0-f78e-c8ea-cfdf797d2ec4-e45701df {
  align-self: center;
}

#w-node-_75020ec1-8db2-b0b8-7141-d6598fac162f-e45701df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_0d3371c2-e265-d8d1-f0fa-8a75f80a4dc0-e45701df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


