.ors-text, .ors-inner {
  font-size: 16px;
  line-height: 1.4;
  color: #67697e;
}
@media (max-width: 960px) {
  .ors-text, .ors-inner {
    font-size: 15px;
    line-height: 1.2;
  }
}
p.seo-styles {
  font-size: 20px;
  font-weight: 600;
  color: #d54843;
  text-align: center;
  padding: 40px;
  border: 1px solid #cacaca;
}
.ors-bl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.ors-elem {
  display: flex;
  max-width: calc(33% - 10px);
  width: 100%;
  box-sizing: border-box;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  border-radius: 2px;
  padding: 25px;
  margin: 10px;
  padding: 25px 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  border: 1px solid #a6524b;
}
@media (max-width: 960px) {
  .ors-elem {
    max-width: 100%;
    padding: 15px;
    margin: 5px 0;
  }
}
.ors-elem:first-child {
  margin-left: 0;
}
.ors-elem:last-child {
  margin-right: 0;
}
.ors-title {
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 960px) {
  .ors-title {
    font-size: 16px;
  }
}
.ors-text {
  padding: 10px 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  border: 1px solid #a6524b;
  margin-bottom: 50px;
}
.ors-text li::marker {
  color: #a6524b;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
.ors-img {
  flex: none;
  position: relative;
  display: inline-block;
  background: #a6524b;
  border-radius: 250px;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.ors-img::after {
  content: "";
  position: absolute;
  left: 33%;
  top: 13%;
  width: 12px;
  height: 20px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
body .main-slider__image.block_cover:before {
  background: rgba(0, 0, 0, 0.4);
}
.seo_blok a {
  background: #923105 url(../../../images/css/seo_ico1.png) no-repeat scroll left 10px center / 55px auto;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font: bold 16px "roboto_slab-r", Arial, Helvetica, sans-serif;
  margin: 0px 5px 50px 10px;
  padding: 22px 30px 22px 80px;
  text-align: center;
  text-decoration: none;
}
.text-block {
  padding: 10px 30px 35px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  border: 1px solid #a6524b;
}
.text-block li::marker {
  color: #a6524b;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
