.content:not(.content-no) > *:first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.content:not(.content-no) > *:last-child:not(.advantages-block):not(.number-block) {
  margin-bottom: 0 !important;
}
.content:not(.content-no) > *:last-child.advantages-block, .content:not(.content-no) > *:last-child.number-block {
  margin-bottom: -80px;
}
.content-wrap {
  padding-bottom: 80px;
}
.content-sidebar {
  display: flex;
  justify-content: space-between;
}
.content-sidebar > *:first-child {
  flex: 0 0 74.4%;
}
.content-columns {
  display: flex;
  justify-content: space-between;
}
.content-columns .content-text {
  flex: 0 0 49%;
}
.content-columns .content-image {
  flex: 1;
  margin-left: 130px;
  position: sticky;
  top: 15px;
  height: 100%;
}
.content-columns .content-image:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.content-columns .content-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.content-text .wp-block-image {
  position: sticky;
  top: 15px;
  overflow: hidden;
  border-radius: 15px;
}
.content-text .wp-block-image img {
  width: 100%;
}
.content-text .wp-block-columns {
  margin: 0 -65px 80px;
}
.content-text > *:last-child {
  margin-bottom: 0 !important;
}
.content-text .wp-block-column {
  padding: 0 65px;
}
.content-text > *:first-child {
  padding-top: 0 !important;
}
.content-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--color, var(--dark));
  margin-bottom: 15px;
}
.content-text h1 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .content-text h1 {
    margin-bottom: 25px;
  }
}
.content-text h2 {
  padding-top: 25px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .content-text h2 {
    padding-top: 15px;
    margin-bottom: 20px;
  }
}
.content-text h3 {
  padding-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .content-text h3 {
    padding-top: 10px;
    margin-bottom: 15px;
  }
}
.content-text h4 {
  padding-top: 15px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .content-text h4 {
    padding-top: 5px;
    margin-bottom: 10px;
  }
}
.content-text h5 {
  padding-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .content-text h5 {
    padding-top: 5px;
    margin-bottom: 5px;
  }
}
.content-text h6 {
  padding-top: 5px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .content-text h6 {
    margin-bottom: 5px;
  }
}
.content-text ul {
  display: flex;
  flex-direction: column;
}
.content-text ul li {
  display: inline-block;
  align-items: baseline;
  list-style: none;
  position: relative;
}
.content-text ul li::before {
  content: "";
  margin-right: 10px;
  display: inline-flex;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--dark);
}
.content-text ol {
  counter-reset: num;
  display: flex;
  flex-direction: column;
}
.content-text ol li {
  display: inline-block;
  align-items: baseline;
  list-style: none;
  position: relative;
}
.content-text ol li::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  content: counter(num);
  counter-increment: num;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background: var(--main);
  border-radius: 50%;
  --color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--color, var(--dark));
}
@media (max-width: 1401px) {
  .content-text ol li::before {
    font-size: 14px;
    line-height: 120%;
  }
}
.content-text img {
  max-width: 100%;
  height: auto !important;
}

.text-block > *:first-child {
  padding-top: 0 !important;
}
.text-block > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--color, var(--dark));
  margin-bottom: 15px;
}
.text-block > h1 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .text-block > h1 {
    margin-bottom: 25px;
  }
}
.text-block > h2 {
  padding-top: 25px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .text-block > h2 {
    padding-top: 15px;
    margin-bottom: 20px;
  }
}
.text-block > h3 {
  padding-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .text-block > h3 {
    padding-top: 10px;
    margin-bottom: 15px;
  }
}
.text-block > h4 {
  padding-top: 15px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .text-block > h4 {
    padding-top: 5px;
    margin-bottom: 10px;
  }
}
.text-block > h5 {
  padding-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .text-block > h5 {
    padding-top: 5px;
    margin-bottom: 5px;
  }
}
.text-block > h6 {
  padding-top: 5px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .text-block > h6 {
    margin-bottom: 5px;
  }
}
.text-block > ul li {
  display: flex;
  align-items: center;
  list-style: none;
  position: relative;
}
.text-block > ul li::before {
  content: "";
  margin-right: 16px;
  display: flex;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--dark);
}
.text-block > ol {
  counter-reset: num;
}
.text-block > ol li {
  display: flex;
  align-items: baseline;
  list-style: none;
  position: relative;
}
.text-block > ol li::before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  content: counter(num);
  counter-increment: num;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background: var(--main);
  border-radius: 50%;
  --color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--color, var(--dark));
}
@media (max-width: 1401px) {
  .text-block > ol li::before {
    font-size: 14px;
    line-height: 120%;
  }
}

table {
  margin-top: 20px;
  margin-bottom: 30px;
}
table tr {
  height: auto !important;
  border-top: 1px solid #D9D9D9;
}
table td {
  padding: 20px 0;
  height: auto !important;
  min-width: 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--color, var(--dark));
}
table td:last-child {
  text-align: end;
}
table td:not(:last-child) {
  padding-right: 53px;
  min-width: -moz-max-content;
  min-width: max-content;
}
table td:first-child {
  --color: #828282;
}

.table__responsive {
  width: 100%;
  overflow: auto;
}

.table:last-of-type tr:last-child {
  border-bottom: 0;
}

#text-image-block {
  padding: 80px 0;
}

@media (max-width: 1280px) {
  .content-columns .content-text {
    flex: 0 0 57%;
  }
  .content-columns .content-image {
    margin-left: 80px;
  }
}
@media (max-width: 992px) {
  .content-columns {
    flex-direction: column;
  }
  .content-columns .content-image {
    width: 50%;
    margin: 30px auto 0;
  }
  .content-sidebar {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  table td:not(:last-child) {
    padding-right: 20px;
  }
  .content-wrap {
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .content-columns .content-image {
    width: 100%;
  }
}/*# sourceMappingURL=content.css.map */