:root {
  --black-color: #000000;
  --white-color: #ffffff;
  --dark-color: #323232;
  --grey-color: #5D6873;
  --grey2-color: #5D6873;
  --red-color: #EC001A;
  --orange-color: #3BBBD6;
  --blue-color: #3BBBD6;
  --green-color: #77C478;

  --font-din-reg: 'Din Pro', sans-serif;
  --font-din-bold: 'DIN Pro Bold', sans-serif;
  --font-din-cond-med: 'DIN Pro Condensed Medium', sans-serif;
  --font-din-cond-bold: 'DIN Pro Condensed Bold', sans-serif;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  line-height: 31.2px;
  font-size: 26px;
  background: var(--white-color);
  font-family: var(--font-din-reg);
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--grey2-color);
}

h1,
h2,
h3 {
  font-family: var(--font-din-cond-bold);
  font-weight: normal;
  text-transform: uppercase;
  color: var(--red-color);
  line-height: 1;
}

.chromeperfectpixel-layer {
  overflow: hidden !important;
}

.rclp-container {
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
}

source, img {
  max-width: 100%;
}


.rclp-header {
  text-align: center;
  padding: 50px 0 0;
  margin: 0 0 -28px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.rclp-header img {
  width: 434px;
}

.rclp-section-1 {
  text-align: right;
  position: relative;
  margin-bottom: 95px;
}
.rclp-section-1 h1 {
  text-align: left;
  font-size: 90px;
  display: block;
  max-width: 800px;
  position: absolute;
  left: 0;
  top: 215px;
}
.rclp-section-1 h1 span {
  color: var(--grey-color);
  font-size: 70px;
  display: block;
}

.rclp-section-2 {
  position: relative;
  background: url("../images/img_circle.svg") 50% calc(100% - 10px) no-repeat;
  padding: 110px 0 0;
  margin: 0 0 147px;
  background-size: 100% auto;
}
.rclp-section-2__cat {}
.rclp-section-2__cat source,
.rclp-section-2__cat img {}
.rclp-section-2__info {
  position: absolute;
  top: 15%;
  right: 7%;
}
.rclp-section-2__title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}
.rclp-section-2__title:before {
  content: '';
  height: 6px;
  left: 0;
  right: 0;
  position: absolute;
  background: var(--red-color);
  top: 37px;
}
.rclp-section-2__title h2 {
  font-size: 70px;
  background: var(--white-color);
  padding: 0 50px;
  display: inline;
  position: relative;
}
.rclp-section-2_text {
  position: absolute;
  right: 140px;
  bottom: 39px;
  font-size: 16px;
}

.rclp-section-3 {
  border: 7px solid var(--orange-color);
  border-radius: 50px;
  margin-bottom: 130px;
}
.rclp-section-3 h2 {
  background: var(--orange-color);
  color: var(--white-color);
  border-radius: 50px;
  text-align: center;
  margin: -53px 12% 0;
  font-size: 70px;
  padding: 19px 0;
  position: relative;
  z-index: 2;
}
.rclp-section-3 h3 {
  font-size: 70px;
  max-width: 80%;
  margin-bottom: 34px;
  padding-left: 26px;
  line-height: 1.1;
}
.rclp-section-3__column {
  display: grid;
  align-items: center;
  grid-template-columns: 50% auto;
  margin-top: -37px;
}
.rclp-section-3__column div:first-child {
  height: 91%;
  overflow: hidden;
}
.rclp-section-3__cat {text-align: center;display: block;}
.rclp-section-3__cat source,
.rclp-section-3__cat img {}
.rclp-section-3__text {
  color: var(--grey2-color);
  max-width: 84%;
  font-family: var(--font-din-bold);
  font-size: 38px;
  display: block;
  padding-left: 26px;
  line-height: 1;
}

.rclp-section-4 {
  margin: 0 0 140px;
}
.rclp-section-4 .rclp-section-2__title {
  position: relative;
  margin-bottom: 52px;
}
.rclp-section-4 .rclp-section-2__title h2 {}
.rclp-section-4__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.rclp-section-4__item {
  border-radius: 50px;
  background: var(--white-color);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
  padding: 47px 25px;
  display: grid;
  grid-template-columns: 218px auto;
  align-items: center;
}
.rclp-section-4__item-l {
  text-align: center;
  position: relative;
}
.rclp-section-4__numb {
  background: var(--red-color);
  color: var(--white-color);
  position: absolute;
  left: 5px;
  top: 2px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  font-size: 39px;
  font-family: var(--font-din-cond-bold);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rclp-section-4__numb:after {
  content: '';
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 2px;
  top: 2px;
  border: 3px solid var(--white-color);
}
.rclp-section-4__item-l img {max-width: 160px;}
.rclp-section-4__item-r {}
.rclp-section-4__item-r h3 {
  color: var(--orange-color);
  font-size: 26px;
  font-family: var(--font-din-bold);
  line-height: 1.2;
  margin-bottom: 13px;
}
.rclp-section-4__item-r p {}


.rclp-section-5 {
  position: relative;
  background: url("../images/img_circle2.svg") 654px calc(100% - 10px) no-repeat;
  padding: 20px 0 96px;
  margin: 0 0 93px;
}
.rclp-section-5__title {
  max-width: 62%;
  font-size: 90px;
  margin: 0 0 114px 51px;
}
.rclp-section-5__title span {
  color: var(--grey-color);
  display: block;
  font-size: 70px;
}
.rclp-section-5__list {
  max-width: 540px;
  margin: 0 0 0 50px;
}
.rclp-section-5__item {
  border: 3px dashed var(--orange-color);
  border-radius: 107px;
  display: grid;
  grid-template-columns: 160px auto;
  gap: 24px;
  align-items: center;
  line-height: 1;
  margin: 0 0 34px;
}
.rclp-section-5__icon {
  margin: -3px -3px -6px;
}
.rclp-section-5__text {
  font-size: 45px;
  font-family: var(--font-din-cond-med);
  line-height: 1.3;
  display: block;
}
.rclp-section-5__cat {
  position: absolute;
  bottom: 0;
  right: 0;
}
.rclp-section-5__cat source,
.rclp-section-5__cat img {}
.rclp-section-5__corm {
  position: absolute;
  bottom: 9%;
  right: 33%;
}
.rclp-section-5__corm source,
.rclp-section-5__corm img {}

.rclp-section-6 {
  position: relative;
  margin: 0 0 82px;
}
.rclp-section-6 .rclp-section-2__title {
  margin: 0 0 12px;
  position: relative;
}
.rclp-section-6 .rclp-section-2__title h2 {
  text-align: center;
  display: inline-block;
}
.rclp-section-6__list {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 1fr 1fr 1fr;
}
.rclp-section-6__list div {
  position: relative;
  /* height: 100%; */
  display: flex;
  justify-content: center;
}
.rclp-section-6__imgl {
  display: flex;
}
.rclp-section-6__imgl source,
.rclp-section-6__imgl img {
  max-width: 100%;
  margin-left: 34px;
  margin-top: 8px;
}
.rclp-section-6__imgl-1 {
  background: var(--white-color);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  left: 15px;
  bottom: 52px;
  width: 210px;
  height: 210px;
}
.rclp-section-6__imgl-1 source,
.rclp-section-6__imgl-1 img {}
.rclp-section-6__imgc {
  display: flex;
  align-items: center;
  margin-bottom: 199px;
}
.rclp-section-6__imgc source,
.rclp-section-6__imgc img {}
.rclp-section-6__imgr {
  display: flex;
  /* height: 100%; */
  padding-bottom: 60px;
  margin-right: 103px;
}
.rclp-section-6__imgr source,
.rclp-section-6__imgr img {
  /* height: 100%; */
  max-width: 100%;
}
.rclp-section-6__imgr-1 {
  background: var(--white-color);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 46px;
  border-radius: 50%;
  overflow: hidden;
  width: 210px;
  height: 210px;
  display: inline-block;
  padding: 49px 0 0;
  text-align: center;
}
.rclp-section-6__imgr-1 source,
.rclp-section-6__imgr-1 img {
}
.rclp-section-6__list2 {
  margin: -30px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  position: relative;
}
.rclp-section-6__item2 {
  border-radius: 50px;
  background: var(--white-color);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
  padding: 49px 74px;
}
.rclp-section-6__item2 h3 {
  color: var(--blue-color);
  font-size: 60px;
  margin-bottom: 26px;
}
.rclp-section-6__item2:last-child h3 {
  color: var(--green-color);
}
.rclp-section-6__item2 ul {
  list-style: none;
}
.rclp-section-6__item2 ul li {
  margin: 0 0 9px;
  position: relative;
}
.rclp-section-6__item2 ul li:before {
  content: '';
  background: var(--blue-color);
  width: 12px;
  height: 12px;
  position: absolute;
  left: -45px;
  top: 12px;
  border-radius: 50%;
}
.rclp-section-6__item2:last-child ul li:before {
  content: '';
  background: var(--green-color);
}
.rclp-section-6__mini {
  text-align: right;
  font-size: 16px;
  padding: 15px 0;
}
.rclp-section-7 {
  position: relative;
  margin-bottom: 100px;
}
.rclp-section-7 .rclp-section-2__title {
  position: relative;
  margin-bottom: 90px;
}
.rclp-section-7 .rclp-section-2__title h2 {
  max-width: 70%;
  display: inline-block;
  margin: 0 auto;
  padding: 0 36px;
}
.rclp-section-7__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
}
.rclp-section-7__img {}
.rclp-section-7__img source,
.rclp-section-7__img img {
  margin-top: 2px;
}
.rclp-section-7__item {
  margin: 45px 0;
  max-width: 93%;
}
.rclp-section-7__item h3 {
  font-family: var(--font-din-bold);
  font-size: 26px;
  margin-bottom: 12px;
  line-height: 1.2;
}
.rclp-section-7__item p {}

.rclp-section-1 h1 br {
  display: none;
}