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

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

.main-sec {
  position: relative;
}

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

.logo-link {
  width: 160px;
}

.heand-wrapp {
  text-align: left;
  max-width: 1280px;
  margin-bottom: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.subtitle {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 150%;
}

.container {
  padding-top: 40px;
}

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

.container.futer {
  padding-top: 0;
}

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

.date-text {
  color: #08255c;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

.text-block._20 {
  margin-bottom: 0;
}

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

.h2-block {
  background-image: linear-gradient(90deg, #08255c, #2a76f7);
  border-radius: 10px;
  margin-bottom: 32px;
  padding: 32px;
}

.h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 150%;
}

.futter {
  background-image: linear-gradient(311deg, #08265e, #2974f4);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
}

.futter-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 150%;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #dbe7ff00;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: grid;
}

.grid._1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: .5px dashed #5e729b;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  display: flex;
}

.icon-wrapp {
  margin-bottom: 0;
}

.icon {
  width: 40px;
}

.grid-wrapp {
  background-color: #dbe7ff;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

.block-ph {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
}

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

.image {
  width: auto;
  height: auto;
}

.image-2 {
  width: 450px;
  height: 100%;
}

.photo {
  border-radius: 20px;
  width: 440px;
  height: 100%;
  margin-bottom: 40px;
  box-shadow: 2px 2px 5px #0003;
}

.photo._2 {
  border-radius: 20px;
  width: 440px;
  margin-top: 40px;
  margin-bottom: 0;
}

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

.block-photo._40 {
  margin-bottom: 0;
}

@media screen and (min-width: 1920px) {
  .main-ph {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .logo-block {
    margin-top: 12px;
  }

  .logo-link {
    width: 160px;
  }

  .heand-wrapp {
    margin-bottom: 12px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .h1 {
    margin-bottom: 8px;
    font-size: 34px;
  }

  .subtitle {
    font-size: 20px;
  }

  .h2-block {
    padding: 20px;
  }

  .h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
  }

  .photo, .photo._2 {
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .logo-link {
    width: 134px;
  }

  .h1 {
    font-size: 30px;
  }

  .subtitle {
    font-size: 18px;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 28px;
  }

  .h2-block {
    padding: 14px;
  }

  .h2 {
    font-size: 26px;
  }

  .futter-text {
    font-size: 12px;
  }

  .block-ph {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .photo {
    width: 470px;
    margin-bottom: 0;
    margin-right: 100px;
  }

  .photo._2 {
    width: 470px;
    margin-top: 0;
    margin-left: 100px;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .main-sec {
    background-image: linear-gradient(100deg, #08255d, #2a76f6);
  }

  .logo-block {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 20px;
    position: static;
  }

  .heand-wrapp {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: static;
  }

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

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

  .photo {
    width: 420px;
    margin-right: 40px;
  }

  .photo._2 {
    margin-left: 40px;
  }
}

#w-node-_9f526e3c-eef7-aeeb-d04d-a0a0dd89972d-0a6683bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


