@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
.lp2022 {
  position: relative;
  color: #333333;
  font-family: "Lato", sans-serif;
  overflow: hidden;
  font-size: 18px;
}
.lp2022.--is__scrolled .lp2022-leftbar > div {
  top: 50px;
}
.lp2022.--is__scrolled .lp2022-leftbar > div > img {
  transform: scale(0.75);
}
.lp2022.--is__scrolled .lp2022-leftbar > div > a {
  opacity: 1;
  visibility: visible;
}
.lp2022:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  background-color: #1f2024;
}
.lp2022-fluid {
  position: relative;
  max-width: 1370px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .lp2022-fluid {
    padding: 0 15px;
  }
}
.lp2022-wrapper {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  background-color: #ffffff;
}
.lp2022-leftbar {
  position: relative;
  z-index: 2;
  width: 300px;
  background-color: #1f2024;
}
@media (max-width: 991px) {
  .lp2022-leftbar {
    display: none;
  }
}
.lp2022-leftbar > div {
  position: fixed;
  left: 27px;
  top: 137px;
  transition: all 0.35s ease;
}
.lp2022-leftbar > div > img {
  margin-bottom: 20px;
  transition: all 0.35s ease;
}
.lp2022-leftbar > div > a {
  opacity: 0;
  visibility: hidden;
  padding: 6px 8px;
  display: block;
  border: 2px solid #a2ca29;
}
.lp2022-leftbar > div > a > span {
  display: block;
  width: 100%;
  height: 50px;
  color: #ffffff;
  line-height: 48px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  background-color: #503cc9;
  transition: all 0.35s ease;
}
.lp2022-leftbar > div > a:hover > span {
  background-color: #ff0000;
}
.lp2022-content {
  width: calc(100% - 300px);
}
@media (max-width: 991px) {
  .lp2022-content {
    width: 100%;
  }
}
.lp2022-logo {
  padding: 150px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .lp2022-logo {
    padding: 75px 0;
  }
}
.lp2022-logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.lp2022-leader {
  padding: 0 0 30px;
}
.lp2022-leader__flex {
  display: flex;
  flex-flow: row wrap;
}
.lp2022-leader__left {
  width: 58.3969%;
}
@media (max-width: 1199px) {
  .lp2022-leader__left {
    width: 100%;
  }
}
.lp2022-leader__left.--has__border {
  position: relative;
  padding: 50px 30px 50px 0;
  border: 2px solid #a2ca29;
}
@media (max-width: 1199px) {
  .lp2022-leader__left.--has__border {
    padding: 50px 15px;
  }
}
@media (min-width: 1200px) {
  .lp2022-leader__left.--has__border {
    border-left: 0;
  }
}
.lp2022-leader__left.--has__border:before {
  position: absolute;
  display: block;
  content: "";
  top: -2px;
  left: -100%;
  width: 50vw;
  height: 2px;
  background-color: #a2ca29;
}
@media (max-width: 1199px) {
  .lp2022-leader__left.--has__border:before {
    display: none;
  }
}
.lp2022-leader__left.--has__border:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -2px;
  left: -100%;
  width: 50vw;
  height: 2px;
  background-color: #a2ca29;
}
@media (max-width: 1199px) {
  .lp2022-leader__left.--has__border:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .lp2022-leader__desc {
    text-align: center;
  }
}
.lp2022-leader__desc > h1,
.lp2022-leader__desc > h2,
.lp2022-leader__desc > h3 {
  font-size: 55px;
  font-weight: 900;
  color: #1f2024;
  line-height: 1;
}
.lp2022-leader__desc > h4,
.lp2022-leader__desc > h5,
.lp2022-leader__desc > h6 {
  padding: 45px 0 30px;
  font-size: 36px;
  font-weight: 900;
  color: #a2ca29;
  line-height: 1;
}
.lp2022-leader__desc p {
  padding: 12px 0;
  font-size: 18px;
  line-height: 21px;
}
.lp2022-leader__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 41.6031%;
  padding-bottom: 35px;
}
@media (max-width: 1199px) {
  .lp2022-leader__right {
    width: 100%;
    padding-bottom: 0;
  }
}
.lp2022-leader__image > img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.lp2022-leader__button {
  width: 100%;
}
.lp2022-leader__button > a {
  display: block;
  padding: 6px 8px;
  border: 2px solid #a2ca29;
}
.lp2022-leader__button > a > span {
  display: block;
  width: 100%;
  height: 64px;
  line-height: 62px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  transition: all 0.35s ease;
  background-color: #503cc9;
}
.lp2022-leader__button > a:hover > span {
  background-color: #ff0000;
}
.lp2022-icons {
  position: relative;
  padding: 20px 0 60px;
  background-color: #fafafa;
}
@media (max-width: 1199px) {
  .lp2022-icons {
    text-align: center;
  }
}
.lp2022-icons:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  background-color: #fafafa;
}
.lp2022-icons:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 3px;
  background-color: #a2ca29;
}
.lp2022-icons h1,
.lp2022-icons h2,
.lp2022-icons h3,
.lp2022-icons h4,
.lp2022-icons h5,
.lp2022-icons h6 {
  padding: 20px 0;
  font-size: 30px;
  font-weight: 700;
  color: #333333;
}
.lp2022-icons ul {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
}
.lp2022-icons ul > li {
  width: 33.3333%;
  padding: 20px;
}
@media (max-width: 575px) {
  .lp2022-icons ul > li {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .lp2022-icons ul > li {
    width: 50%;
  }
}
.lp2022-icons ul > li > img {
  display: block;
  width: auto;
  height: 40px;
  margin: 0 auto 15px;
  transition: all 0.35s ease;
}
.lp2022-icons ul > li > p {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .lp2022-icons ul > li > p > span {
    display: block;
  }
}
.lp2022-icons ul > li:hover > img {
  transform: scale(1.15);
}
.lp2022-raport {
  margin-top: 60px;
}
.lp2022-raport__flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.lp2022-raport__left {
  width: 50.7633%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1439px) {
  .lp2022-raport__left {
    width: 100%;
    padding-top: 50px;
  }
}
.lp2022-raport__right {
  width: 100%;
  max-width: 510px;
}
@media (max-width: 1439px) {
  .lp2022-raport__right {
    max-width: 100%;
  }
}
.lp2022-blocks > p {
  font-size: 18px;
  line-height: 21px;
  padding-left: 30px;
  border-left: 5px solid #a2ca29;
}
@media (max-width: 991px) {
  .lp2022-blocks > p {
    border-left: 0;
    padding-left: 0;
    text-align: center;
  }
}
.lp2022-blocks > h1,
.lp2022-blocks > h2,
.lp2022-blocks > h3,
.lp2022-blocks > h4,
.lp2022-blocks > h5,
.lp2022-blocks > h6 {
  padding: 80px 0 30px 35px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .lp2022-blocks > h1,
.lp2022-blocks > h2,
.lp2022-blocks > h3,
.lp2022-blocks > h4,
.lp2022-blocks > h5,
.lp2022-blocks > h6 {
    text-align: center;
  }
}
@media (max-width: 1439px) {
  .lp2022-blocks > h1,
.lp2022-blocks > h2,
.lp2022-blocks > h3,
.lp2022-blocks > h4,
.lp2022-blocks > h5,
.lp2022-blocks > h6 {
    padding-top: 50px;
    padding-left: 0;
  }
}
.lp2022-blocks > ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -20px;
  padding-left: 35px;
}
@media (max-width: 1439px) {
  .lp2022-blocks > ul {
    padding-left: 0;
  }
}
@media (max-width: 1900px) {
  .lp2022-blocks > ul {
    margin: 0 -10px;
  }
}
.lp2022-blocks > ul > li {
  width: 33.3333%;
  padding: 15px 20px;
}
@media (max-width: 575px) {
  .lp2022-blocks > ul > li {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .lp2022-blocks > ul > li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .lp2022-blocks > ul > li {
    padding: 15px;
  }
}
@media (max-width: 1900px) {
  .lp2022-blocks > ul > li {
    padding: 10px;
  }
}
@media (min-width: 1440px) {
  .lp2022-blocks > ul > li:nth-last-child(-n+3) {
    padding-bottom: 0;
  }
}
.lp2022-blocks > ul > li > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 170px;
  background-color: #fafafa;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  transition: all 0.35s ease;
  border-bottom: 6px solid #1f2024;
}
.lp2022-blocks > ul > li > div > strong {
  display: block;
  margin-bottom: 10px;
  color: #a2ca29;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}
.lp2022-blocks > ul > li:hover > div {
  color: #ffffff;
  background-color: #1f2024;
  border-bottom-color: #a2ca29;
}
.lp2022-order {
  background-color: #fafafa;
}
@media (max-width: 1439px) {
  .lp2022-order {
    margin-top: 50px;
  }
}
.lp2022-order__header {
  font-weight: 700;
  background-color: #ffffff;
  border: 10px solid #a2ca29;
  text-align: center;
  padding: 10px;
}
.lp2022-order__header > h1,
.lp2022-order__header > h2,
.lp2022-order__header > h3,
.lp2022-order__header > h4,
.lp2022-order__header > h5,
.lp2022-order__header > h6 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
.lp2022-order__header > p {
  font-size: 18px;
}
.lp2022-order__arrow {
  padding: 30px;
}
@media (max-width: 991px) {
  .lp2022-order__arrow {
    padding: 30px 15px;
  }
}
.lp2022-order__arrow > img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.lp2022-order__button {
  padding: 0 30px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 991px) {
  .lp2022-order__button {
    padding: 0 15px;
  }
}
.lp2022-order__button > a {
  display: block;
  padding: 6px 8px;
  border: 2px solid #a2ca29;
}
.lp2022-order__button > a > span {
  display: block;
  width: 100%;
  height: 82px;
  color: #ffffff;
  line-height: 80px;
  transition: all 0.35s ease;
  background-color: #503cc9;
}
.lp2022-order__button > a:hover > span {
  background-color: #ff0000;
}
.lp2022-order__image {
  padding: 40px 30px 25px;
}
@media (max-width: 991px) {
  .lp2022-order__image {
    padding: 40px 15px 25px;
  }
}
.lp2022-order__image > img {
  display: block;
  width: 100%;
}
.lp2022-banner {
  padding: 60px 0 120px;
}
.lp2022-banner > img {
  display: block;
  width: 100%;
}
