.section-text-block {
  position: relative;
  padding: 8.3rem 0 10rem;
}
.section-text-block:before {
  content: '';
  width: 100%;
  height: 70rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg.jpg) 50% top;
  z-index: -1;
}
.section-text-block:after {
  content: '';
  width: 86px;
  height: 23px;
  display: block;
  position: absolute;
  top: calc(70rem + 80px);
  left: 50px;
  background: url(../img/sea_waves.svg);
  z-index: -1;
}
.section-text-block h2,
.section-text-block .h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.4em;
}
.section-text-block h2:before,
.section-text-block .h2:before{
  content: none;
}
.section-text-block .block {
  background: #FFFFFF;
  -webkit-box-shadow: 0 2.2rem 5.5rem rgba(192, 170, 160, 0.16);
  box-shadow: 0 2.2rem 5.5rem rgba(192, 170, 160, 0.16);
  padding: 1px 5.4rem 4rem;
  width: 90.7%;
  margin: 0 auto;
  position: relative;
}
.section-text-block .block:before {
  content: '';
  width: 44.9rem;
  height: 14.4rem;
  background-image: url(../img/results/bg-5.svg);
  bottom: -8.1rem;
  left: calc(50% - 22.45rem);
  z-index: -1;
  display: block;
  position: absolute;
}
.section-text-block .block .img {
  width: 100%;
  margin: -2.2rem auto 2.2rem;
  position: relative;
}
.section-text-block .block .img:before {
  content: '';
  width: 6.3rem;
  height: 10.1rem;
  display: block;
  background: url(../img/bg-img.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -4.6rem;
  left: 6.3%;
}
.section-text-block .block .img:after {
  content: '';
  width: 2.8rem;
  height: 3.2rem;
  display: block;
  background: url(../img/bg-capel.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -5.6rem;
  right: -9.1%;
}
.section-text-block .block .img img {
  width: 100%;
}
.section-text-block .text {
  position: relative;
  z-index: 1;
}
.section-text-block .text:before {
  content: '';
  width: 48.8rem;
  height: 51.5rem;
  display: block;
  background: url(../img/bg-text.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 22.9rem);
  left: calc(50% - 25.7rem);
  z-index: -1;
}
.section-text-block .text:after {
  content: '';
  width: 7.7rem;
  height: 10.3rem;
  display: block;
  background: url(../img/bg-img-1.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 39%;
  right: -8.7rem;
}
.section-text-block p {
  font-size: 1.6em;
  line-height: 2.18em;
  margin-bottom: 1rem;
  color: #335366;
  font-family: 'helveticaneuecyr', sans-serif;
}
.section-text-block p:last-child {
  margin-bottom: 0;
}

.text-block-home{
  margin-top: 67px;
}
.text-block-home:before{
  background: #EDF4F4;
}
.section-text-block ul{
    font-size: 1.6em;
    line-height: 1.5;
    font-family: 'helveticaneuecyr', sans-serif;
    margin-bottom: 1rem;
    color: #335366;
    list-style-position: inside;
    margin-left: 1.5rem;
	text-align: justify;
}
.section-text-block ul li{
  list-style: disc;
}
.section-text-block hr{
  display: none;
}

@media (max-width: 992px) {
   .section-text-block .block {
    padding: 1px 3.3rem 4rem;
  }
  .section-text-block .text::before {
    width: 40.9rem;
    height: 43.2rem;
    top: 2rem;
    left: calc(50% - 20.45rem);
  }
}

@media (max-width: 720px) {
.section-text-block {
    padding: 4.7rem 0 5rem;
  }
  .section-text-block .block {
    width: 100%;
    padding: 1px 1.3rem 4rem;
  }
  .section-text-block .block:before {
    width: 24.9rem;
    height: 12.6rem;
    left: calc(50% - 12.45rem);
  }
  .section-text-block .block .img:before {
    width: 3.4rem;
    height: 5.6rem;
    top: -2.6rem;
    left: 6.3%;
  }
  .section-text-block ul{
     font-size: 1.2em;
    line-height: 1.42em;
    margin-bottom: 2.5rem;
  }
  .section-text-block ul li{
    margin-bottom: 0.5rem;
  }
  .section-text-block p {
    font-size: 1.2em;
    line-height: 1.42em;
    margin-bottom: 2.5rem;
    padding: 0 1rem;
  }
  .section-text-block .text:before {
    width: 21rem;
    height: 22.2rem;
    left: calc(50% - 11.1rem);
  }
  .section-text-block p + ul{
    margin-top: -1.4rem;
  }
  .section-text-block h2, .section-text-block .h2{
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  
}