@charset "UTF-8";
.land-page {
  background-color: #28282c;
  color: #fff;
}
.land-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
.land-page *::before, .land-page *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.land-page .tmb-text-p p {
  font-size: unset;
}
@media (max-width: 959px) {
  .land-page .tmb-text-p p {
    font-size: 14px;
    line-height: 179%;
  }
}
.land-page .cbd-item-super {
  opacity: 1;
}
.land-page .hidden {
  display: none;
}
@media (max-width: 1335px) {
  .land-page section {
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .land-page section {
    padding: 20px 0;
  }
}
.land-page .container {
  max-width: 1620px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1650px) {
  .land-page .container {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 639px) {
  .land-page .container {
    padding: 0 20px;
  }
}
.land-page .section-title {
  font-size: 40px;
  line-height: 107%;
  font-weight: 600;
  text-transform: none;
}
@media (max-width: 1335px) {
  .land-page .section-title {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .land-page .section-title {
    font-size: 30px;
  }
}
@media (max-width: 959px) {
  .land-page .section-title {
    font-size: 26px;
    line-height: 150%;
  }
}
@media (max-width: 575px) {
  .land-page .section-title {
    font-size: 19px;
    line-height: 164%;
    font-weight: 600;
    letter-spacing: 0.7px;
  }
}
.land-page h3 {
  font-size: 23px;
  line-height: 130%;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
@media (max-width: 1335px) {
  .land-page h3 {
    font-size: 20px;
  }
}
@media (max-width: 959px) {
  .land-page h3 {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .land-page h3 {
    font-size: 13px;
    line-height: 215%;
    font-weight: 600;
  }
}
.land-page blockquote {
  font-size: 22px;
  line-height: 150%;
  font-style: italic;
  padding: 5px 25px;
}
.land-page .light-bg {
  background-color: rgba(255, 255, 255, 0.02);
}
.land-page .mainScreen + section {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .land-page .mainScreen + section {
    margin-top: 0;
  }
}
.land-page .info-section {
  padding: 35px 0;
  position: relative;
}
@media (max-width: 959px) {
  .land-page .info-section {
    padding: 35px 0 30px;
  }
}
@media (max-width: 575px) {
  .land-page .info-section {
    padding: 35px 0 8px;
  }
}
.land-page .info-section:nth-of-type(1) {
  margin-top: 40px;
}
.land-page .info-section:nth-of-type(1):after {
  content: "";
  display: block;
  width: 100%;
  max-width: 1620px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(40, 40, 44)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(40, 40, 44) 100%);
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .land-page .info-section:nth-of-type(1):after {
    max-width: calc(100% - 100px);
    left: 50px;
    margin: 0;
  }
}
@media (max-width: 639px) {
  .land-page .info-section:nth-of-type(1):after {
    left: 20px;
    max-width: calc(100% - 40px);
  }
}
.land-page .info-section .section-descr {
  margin-top: 62px;
}
@media (max-width: 1335px) {
  .land-page .info-section .section-descr {
    margin-top: 40px;
  }
}
@media (max-width: 959px) {
  .land-page .info-section .section-descr {
    margin-top: 18px;
  }
}
@media (max-width: 575px) {
  .land-page .info-section .section-descr {
    margin-top: 12px;
  }
}
.land-page .info-section .section-descr p {
  font-size: 22px;
  line-height: 150%;
}
@media (max-width: 1335px) {
  .land-page .info-section .section-descr p {
    font-size: 20px;
  }
}
@media (max-width: 959px) {
  .land-page .info-section .section-descr p {
    font-size: 14px;
    line-height: 179%;
  }
}
.land-page .info-section .section-descr img {
  display: block;
  max-width: 100%;
  padding: 40px 0;
}
@media (max-width: 959px) {
  .land-page .info-section .section-descr img {
    padding: 5px 0;
  }
}
.land-page .info-section .column-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 67px;
}
@media (max-width: 1335px) {
  .land-page .info-section .column-row {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .land-page .info-section .column-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 959px) {
  .land-page .info-section .column-row {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .land-page .info-section .column-row {
    margin-top: 30px;
  }
}
.land-page .info-section .column-row p {
  font-size: 19px;
  line-height: 152%;
}
@media (max-width: 959px) {
  .land-page .info-section .column-row p {
    font-size: 14px;
    line-height: 179%;
  }
}
.land-page .info-section .column-row blockquote {
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.4px;
  padding: 5px 0;
}
@media (max-width: 1199px) {
  .land-page .info-section .column-row blockquote {
    max-width: 100%;
  }
}
@media (max-width: 959px) {
  .land-page .info-section .column-row blockquote {
    font-size: 14px;
    line-height: 179%;
  }
}
@media (max-width: 575px) {
  .land-page .info-section .column-row blockquote {
    line-height: 150%;
    padding: 20px 0 0;
  }
}
.land-page .info-section .column-row .column-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1439px) {
  .land-page .info-section .column-row .column-item:nth-of-type(2) {
    margin: 0 0 0 auto;
  }
}
.land-page .info-section .column-row .column-item h3 {
  margin-top: 0;
}
.land-page .info-section.first-info .section-title {
  max-width: 45%;
}
@media (max-width: 1599px) {
  .land-page .info-section.first-info .section-title {
    max-width: 55%;
  }
}
@media (max-width: 1023px) {
  .land-page .info-section.first-info .section-title {
    max-width: 580px;
  }
}
.land-page .info-section.first-info .section-descr {
  max-width: 58%;
}
@media (max-width: 1599px) {
  .land-page .info-section.first-info .section-descr {
    max-width: 70%;
  }
}
@media (max-width: 1199px) {
  .land-page .info-section.first-info .section-descr {
    max-width: 85%;
  }
}
@media (max-width: 1023px) {
  .land-page .info-section.first-info .section-descr {
    max-width: 100%;
  }
}
.land-page .info-section.first-info .column-row .column-item:nth-of-type(1) {
  max-width: calc(40% - 10px);
}
@media (max-width: 1599px) {
  .land-page .info-section.first-info .column-row .column-item:nth-of-type(1) {
    max-width: calc(45% - 10px);
  }
}
@media (max-width: 1199px) {
  .land-page .info-section.first-info .column-row .column-item:nth-of-type(1) {
    max-width: 100%;
  }
}
.land-page .info-section.first-info .column-row .column-item:nth-of-type(2) {
  max-width: 45%;
  margin-left: 8.75%;
}
@media (max-width: 1199px) {
  .land-page .info-section.first-info .column-row .column-item:nth-of-type(2) {
    max-width: 100%;
    margin: 20px 0 0 0;
  }
}
.land-page .info-section.section-v2 .section-descr {
  margin-top: 45px;
}
@media (max-width: 1335px) {
  .land-page .info-section.section-v2 .section-descr {
    margin-top: 25px;
  }
}
@media (max-width: 959px) {
  .land-page .info-section.section-v2 .section-descr {
    margin-top: 12px;
  }
}
.land-page .info-section.section-v2 .section-descr p {
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 959px) {
  .land-page .info-section.section-v2 .section-descr p {
    font-size: 14px;
    line-height: 179%;
  }
}
.land-page .info-section.section-v2 .section-descr:nth-of-type(1) {
  max-width: 60%;
}
@media (max-width: 1335px) {
  .land-page .info-section.section-v2 .section-descr:nth-of-type(1) {
    max-width: 70%;
  }
}
@media (max-width: 1199px) {
  .land-page .info-section.section-v2 .section-descr:nth-of-type(1) {
    max-width: 100%;
  }
}
.land-page .info-section.section-v2 .section-descr:nth-of-type(2) {
  max-width: 1380px;
}
.land-page .info-section.section-v2 .column-row {
  margin-top: 75px;
  max-width: 1380px;
}
@media (max-width: 1335px) {
  .land-page .info-section.section-v2 .column-row {
    margin-top: 40px;
  }
}
.land-page .info-section.section-v2 .column-row .column-item:nth-of-type(1) {
  padding: 5px 0;
  max-width: 30%;
}
@media (max-width: 1599px) {
  .land-page .info-section.section-v2 .column-row .column-item:nth-of-type(1) {
    max-width: 35%;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .land-page .info-section.section-v2 .column-row .column-item:nth-of-type(1) {
    max-width: 100%;
    padding: 0;
  }
}
.land-page .info-section.section-v2 .column-row .column-item:nth-of-type(2) {
  max-width: 65%;
  padding-left: 15px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .land-page .info-section.section-v2 .column-row .column-item:nth-of-type(2) {
    max-width: 100%;
    padding: 0;
    margin-top: 5px;
  }
}
.land-page .info-section.section-v2 .column-row .column-item:nth-of-type(2) p {
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 959px) {
  .land-page .info-section.section-v2 .column-row .column-item:nth-of-type(2) p {
    font-size: 14px;
    line-height: 179%;
  }
}
@media (max-width: 959px) {
  .land-page .info-section + .video-section {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .land-page .info-section + .video-section {
    margin-top: 0;
  }
}
.land-page .video-section .video-link {
  display: block;
  position: relative;
  cursor: pointer;
}
.land-page .video-section .video-link:after {
  content: "";
  display: block;
  width: 214px;
  height: 214px;
  border: 1px solid #FBD691;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 107px);
  left: calc(50% - 107px);
}
@media (max-width: 1335px) {
  .land-page .video-section .video-link:after {
    width: 150px;
    height: 150px;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
  }
}
@media (max-width: 959px) {
  .land-page .video-section .video-link:after {
    width: 82px;
    height: 82px;
    border: 2px solid #FBD691;
    top: calc(50% - 41px);
    left: calc(50% - 41px);
  }
}
@media (max-width: 575px) {
  .land-page .video-section .video-link:after {
    width: 42px;
    height: 42px;
    top: calc(50% - 21px);
    left: calc(50% - 21px);
  }
}
.land-page .video-section .video-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.land-page .video-section .video-link .play-icon {
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  width: 70px;
  height: 70px;
  padding-left: 8px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
@media (max-width: 1335px) {
  .land-page .video-section .video-link .play-icon {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    padding-left: 4px;
  }
}
@media (max-width: 959px) {
  .land-page .video-section .video-link .play-icon {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    padding-left: 2px;
  }
}
@media (max-width: 575px) {
  .land-page .video-section .video-link .play-icon {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
  }
}
.land-page .video-section .video-link:hover .play-icon {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.land-page .video-section .video-preview {
  display: block;
  max-width: 100%;
  margin: 0;
}
.land-page .grid-section__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 0;
  grid-row-gap: 60px;
}
@media (max-width: 1199px) {
  .land-page .grid-section__content {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-row-gap: 0;
  }
}
.land-page .grid-section__content .descr-block {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
@media (max-width: 1199px) {
  .land-page .grid-section__content .descr-block .section-title {
    max-width: 80%;
  }
}
@media (max-width: 639px) {
  .land-page .grid-section__content .descr-block .section-title {
    max-width: 100%;
  }
}
.land-page .grid-section__content .descr-block .section-descr {
  margin-top: 45px;
  font-size: 18px;
}
@media (max-width: 959px) {
  .land-page .grid-section__content .descr-block .section-descr {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .land-page .grid-section__content .descr-block .section-descr {
    margin-top: 10px;
  }
}
.land-page .grid-section__content .descr-block .section-descr p {
  line-height: 150%;
}
@media (max-width: 959px) {
  .land-page .grid-section__content .descr-block .section-descr p {
    line-height: 179%;
  }
}
.land-page .grid-section__content .descr-block .section-descr h3 {
  margin: 42px 0 18px;
}
@media (max-width: 959px) {
  .land-page .grid-section__content .descr-block .section-descr h3 {
    margin: 50px 0 20px;
  }
}
@media (max-width: 575px) {
  .land-page .grid-section__content .descr-block .section-descr h3 {
    margin: 30px 0 10px;
  }
}
.land-page .grid-section__content .scheme-block {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  padding-left: 68px;
}
@media (max-width: 1199px) {
  .land-page .grid-section__content .scheme-block {
    padding-left: 0;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .land-page .grid-section__content .scheme-block {
    margin-top: 12px;
  }
}
.land-page .grid-section__content .scheme-block .image-item {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .land-page .grid-section__content .scheme-block .image-item {
    margin: 0;
  }
}
.land-page .grid-section__content .list-block {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
@media (max-width: 1199px) {
  .land-page .grid-section__content .list-block {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
    margin-top: 40px;
  }
}
@media (max-width: 959px) {
  .land-page .grid-section__content .list-block {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .land-page .grid-section__content .list-block {
    margin-top: 30px;
  }
}
.land-page .grid-section__content .list-block h3:nth-of-type(1) {
  margin-top: 0;
}
.land-page .grid-section__content .list-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 690px;
  margin: 88px 0 0 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 1620px) {
  .land-page .grid-section__content .list-block ul {
    margin: 45px 0 0 0;
  }
}
@media (max-width: 1335px) {
  .land-page .grid-section__content .list-block ul {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .land-page .grid-section__content .list-block ul {
    margin: 45px 0 0 0;
  }
}
@media (max-width: 575px) {
  .land-page .grid-section__content .list-block ul {
    margin: 15px 0 0 0;
  }
  .land-page .grid-section__content .list-block ul p {
    font-size: 12px;
  }
}
.land-page .grid-section__content .list-block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 0 0 18px;
  position: relative;
}
@media (max-width: 1335px) {
  .land-page .grid-section__content .list-block ul li {
    padding: 0 0 10px;
  }
}
@media (max-width: 959px) {
  .land-page .grid-section__content .list-block ul li {
    padding: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .land-page .grid-section__content .list-block ul li {
    padding: 0 0 8px;
  }
}
.land-page .grid-section__content .list-block ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(40, 40, 44)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(40, 40, 44) 100%);
  opacity: 0.4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.land-page .grid-section__content .list-block ul li:before {
  display: none;
}
.land-page .grid-section__content .list-block ul li .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41px;
          flex: 0 0 41px;
  max-width: 41px;
  height: 41px;
  margin: 0 auto 0 0;
}
@media (max-width: 575px) {
  .land-page .grid-section__content .list-block ul li .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
    max-width: 15px;
    height: 15px;
    padding-bottom: 10px;
  }
}
.land-page .grid-section__content .list-block ul li p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 325px;
}
@media (max-width: 575px) {
  .land-page .grid-section__content .list-block ul li p {
    margin-left: 30px;
  }
}
.land-page .grid-section__content .list-block ul li p span {
  font-size: 43px;
  line-height: 130%;
}
@media (max-width: 1335px) {
  .land-page .grid-section__content .list-block ul li p span {
    font-size: 35px;
  }
}
@media (max-width: 959px) {
  .land-page .grid-section__content .list-block ul li p span {
    margin-top: 6px;
    font-size: 39px;
  }
}
@media (max-width: 575px) {
  .land-page .grid-section__content .list-block ul li p span {
    font-size: 21px;
  }
}
.land-page .grid-section__content .list-block ul li + li {
  margin-top: 56px;
}
@media (max-width: 1620px) {
  .land-page .grid-section__content .list-block ul li + li {
    margin-top: 45px;
  }
}
@media (max-width: 1599px) {
  .land-page .grid-section__content .list-block ul li + li {
    margin-top: 15px;
  }
}
@media (max-width: 1335px) {
  .land-page .grid-section__content .list-block ul li + li {
    margin-top: 30px;
  }
}
@media (max-width: 959px) {
  .land-page .grid-section__content .list-block ul li + li {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .land-page .grid-section__content .list-block ul li + li {
    margin-top: 40px;
  }
}
.land-page .grid-section__content .image-block {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .land-page .grid-section__content .image-block {
    padding-left: 0;
    margin-top: 50px;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
  }
}
@media (max-width: 575px) {
  .land-page .grid-section__content .image-block {
    margin-top: 25px;
  }
}
.land-page .grid-section__content .image-block .image-item {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0;
}
.land-page .column-section {
  padding: 32px 0;
}
@media (max-width: 575px) {
  .land-page .column-section {
    padding: 0;
  }
}
.land-page .column-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.land-page .column-section__content .column-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
.land-page .column-section__content .column-item:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 60px 40px;
  max-width: calc(50% + 60px);
}
@media (max-width: 1620px) {
  .land-page .column-section__content .column-item:nth-of-type(1) {
    padding: 30px 40px;
  }
}
@media (max-width: 1439px) {
  .land-page .column-section__content .column-item:nth-of-type(1) {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .land-page .column-section__content .column-item:nth-of-type(1) {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .land-page .column-section__content .column-item:nth-of-type(1) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.land-page .column-section__content .column-item:nth-of-type(1) .image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 185px;
          flex: 0 0 185px;
  max-width: 185px;
}
@media (max-width: 1439px) {
  .land-page .column-section__content .column-item:nth-of-type(1) .image-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 125px;
            flex: 0 0 125px;
    max-width: 125px;
  }
}
@media (max-width: 959px) {
  .land-page .column-section__content .column-item:nth-of-type(1) .image-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    max-width: 120px;
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .land-page .column-section__content .column-item:nth-of-type(1) .image-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.land-page .column-section__content .column-item:nth-of-type(1) .image-block img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 575px) {
  .land-page .column-section__content .column-item:nth-of-type(1) .image-block img {
    max-width: 75px;
  }
}
.land-page .column-section__content .column-item:nth-of-type(1) .descr-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 185px);
          flex: 0 0 calc(100% - 185px);
  max-width: calc(100% - 185px);
  padding: 0 20px;
}
@media (max-width: 1439px) {
  .land-page .column-section__content .column-item:nth-of-type(1) .descr-block {
    padding: 0 0 0 35px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 125px);
            flex: 0 0 calc(100% - 125px);
    max-width: calc(100% - 125px);
  }
}
@media (max-width: 959px) {
  .land-page .column-section__content .column-item:nth-of-type(1) .descr-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 120px);
            flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .land-page .column-section__content .column-item:nth-of-type(1) .descr-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0 0;
  }
}
.land-page .column-section__content .column-item:nth-of-type(1) .descr-block p {
  line-height: 150%;
}
@media (max-width: 959px) {
  .land-page .column-section__content .column-item:nth-of-type(1) .descr-block p {
    line-height: 179%;
  }
}
.land-page .column-section__content .column-item:nth-of-type(1) .descr-block h3 {
  margin: 0 0 18px;
}
@media (max-width: 575px) {
  .land-page .column-section__content .column-item:nth-of-type(1) .descr-block h3 {
    margin: 0 0 12px;
  }
}
.land-page .column-section__content .column-item:nth-of-type(2) {
  padding: 25px 45px;
  max-width: calc(50% - 60px);
}
@media (max-width: 1335px) {
  .land-page .column-section__content .column-item:nth-of-type(2) {
    padding: 25px 0 25px 45px;
  }
}
@media (max-width: 1199px) {
  .land-page .column-section__content .column-item:nth-of-type(2) {
    max-width: 100%;
    padding: 30px 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .land-page .column-section__content .column-item:nth-of-type(2) {
    padding: 10px 0;
  }
}
.land-page .column-section__content .column-item:nth-of-type(2) p {
  line-height: 150%;
}
@media (max-width: 959px) {
  .land-page .column-section__content .column-item:nth-of-type(2) p {
    line-height: 179%;
  }
}
.land-page .slider-section {
  padding-bottom: 20px;
}
.land-page .slider-section .container > h3 {
  margin-bottom: 50px;
}
@media (max-width: 959px) {
  .land-page .slider-section .container > h3 {
    margin-top: 0;
  }
}
.land-page .slider-section .image-slider {
  position: relative;
  padding: 0 calc((100vw - 1620px) / 2);
}
@media (max-width: 1650px) {
  .land-page .slider-section .image-slider {
    padding: 0 40px;
  }
}
@media (max-width: 639px) {
  .land-page .slider-section .image-slider {
    padding: 0 20px;
  }
}
.land-page .slider-section .image-slider .swiper-slide {
  width: auto;
  margin-right: 20px;
  max-width: 68%;
}
.land-page .slider-section .image-slider .swiper-slide:last-child {
  margin-right: 0;
}
.land-page .slider-section .image-slider .image-block .slider-image {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 575px) {
  .land-page .slider-section .image-slider .swiper-slide {
      width: 310px;
      margin-right: 20px;
      max-width: unset;
  }
}
/* fix */
.land-page .slider-section .swiper-slide .gallery-item{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.land-page .slider-section .swiper-slide.swiper-slide-active .gallery-item{
  display: block;
}

.land-page .slider-section .image-slider .descr-block {
  margin-top: 30px;
  font-size: 18px;
  line-height: 127%;
  min-height: 145px;
  padding-right: 20px;
}
@media (max-width: 959px) {
  .land-page .slider-section .image-slider .descr-block {
    margin-top: 15px;
    font-size: 14px;
    line-height: 179%;
    min-height: unset;
    padding-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .land-page .slider-section .image-slider .descr-block {
    margin-top: 10px;
    font-size: 11px;
    line-height: 164%;
    padding-right: 0;
  }
}
.land-page .slider-section .image-slider .descr-block h3 {
  margin: 0 0 26px;
}
@media (max-width: 959px) {
  .land-page .slider-section .image-slider .descr-block h3 {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  .land-page .slider-section .image-slider .descr-block h3 {
    line-height: 110%;
    margin: 0 0 25px;
    min-height: 30px;
  }
}
.land-page .slider-section .image-slider .slider-pagination {
  position: relative;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 21px 0 0;
}
@media (max-width: 959px) {
  .land-page .slider-section .image-slider .slider-pagination {
    margin: 12px 0 0;
  }
}
.land-page .slider-section .image-slider .slider-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}
.land-page .slider-section .image-slider .slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 25px;
}
@media (max-width: 959px) {
  .land-page .slider-section .image-slider .slider-navigation {
    margin-top: 12px;
    padding-right: 20px;
  }
}
.land-page .slider-section .image-slider .slider-navigation .nav-btn {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.land-page .slider-section .image-slider .slider-navigation .nav-btn .nav-icon {
  display: block;
  width: 48px;
  height: 48px;
}
@media (max-width: 959px) {
  .land-page .slider-section .image-slider .slider-navigation .nav-btn .nav-icon {
    width: 25px;
    height: 25px;
  }
}
.land-page .slider-section .image-slider .slider-navigation .nav-btn.prev-btn {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.land-page .slider-section .image-slider .slider-navigation .nav-btn:hover {
  opacity: 1;
}
.land-page .slider-section .image-slider .slider-navigation .nav-btn.swiper-button-disabled {
  opacity: 0.3;
}
.land-page .slider-section .image-slider .slider-navigation .nav-btn.swiper-button-disabled:hover {
  opacity: 0.3;
}
.land-page .slider-section .image-slider.small-slides .swiper-slide {
  max-width: 677px;
}
@media (max-width: 1599px) {
  .land-page .slider-section .image-slider.small-slides .swiper-slide {
    max-width: 575px;
  }
}
@media (max-width: 959px) {
  .land-page .slider-section .image-slider.small-slides .swiper-slide {
    max-width: 355px;
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .land-page .slider-section .image-slider.small-slides .swiper-slide {
    max-width: 205px;
    margin-right: 10px;
  }
}
.land-page .scheme-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.land-page .scheme-section__content .left-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% + 100px);
          flex: 0 0 calc(50% + 100px);
  max-width: calc(50% + 100px);
}
@media (max-width: 1599px) {
  .land-page .scheme-section__content .left-side {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .land-page .scheme-section__content .left-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .land-page .scheme-section__content .left-side {
    padding-right: 0;
  }
}
.land-page .scheme-section__content .left-side .section-descr {
  margin-top: 42px;
}
@media (max-width: 1439px) {
  .land-page .scheme-section__content .left-side .section-descr {
    margin-top: 20px;
  }
}
@media (max-width: 959px) {
  .land-page .scheme-section__content .left-side .section-descr {
    margin-top: 12px;
  }
}
.land-page .scheme-section__content .left-side .section-descr p {
  line-height: 150%;
}
@media (max-width: 959px) {
  .land-page .scheme-section__content .left-side .section-descr p {
    line-height: 179%;
  }
}
.land-page .scheme-section__content .left-side .section-descr h3 {
  line-height: 170%;
  margin: 45px 0 15px;
}
@media (max-width: 1335px) {
  .land-page .scheme-section__content .left-side .section-descr h3 {
    line-height: 130%;
  }
}
@media (max-width: 959px) {
  .land-page .scheme-section__content .left-side .section-descr h3 {
    margin: 25px 0;
  }
}
@media (max-width: 575px) {
  .land-page .scheme-section__content .left-side .section-descr h3 {
    margin: 40px 0 15px;
    line-height: 215%;
  }
}
.land-page .scheme-section__content .left-side .section-descr ol {
  margin: 0;
  padding: 0 0 0 25px;
  line-height: 156%;
}
@media (max-width: 959px) {
  .land-page .scheme-section__content .left-side .section-descr ol {
    font-size: 14px;
    line-height: 179%;
  }
}
.land-page .scheme-section__content .left-side .section-descr ol li {
  padding: 0;
  margin: 0;
}
.land-page .scheme-section__content .right-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 100px);
          flex: 0 0 calc(50% - 100px);
  max-width: calc(50% - 100px);
  text-align: center;
}
@media (max-width: 1199px) {
  .land-page .scheme-section__content .right-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 959px) {
  .land-page .scheme-section__content .right-side {
    margin-top: 20px;
  }
}
.land-page .scheme-section__content .right-side .scheme-image {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 0 0 auto;
}
@media (max-width: 1199px) {
  .land-page .scheme-section__content .right-side .scheme-image {
    margin: 0;
  }
}
.land-page .scheme-section__content .right-side .doc-link {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media (max-width: 575px) {
  .land-page .scheme-section__content .right-side .doc-link {
    max-width: 155px;
  }
}
.land-page .scheme-section__content .right-side .doc-link .resize-icon {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #656569;
  padding: 8px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
@media (max-width: 575px) {
  .land-page .scheme-section__content .right-side .doc-link .resize-icon {
    width: 24px;
    height: 24px;
    padding: 4px;
  }
}
.land-page .scheme-section__content .right-side .doc-link:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.land-page .scheme-section__content .right-side .doc-link:hover .resize-icon {
  opacity: 1;
}
.land-page .simple-block {
  padding: 70px 0 20px;
}
@media (max-width: 1599px) {
  .land-page .simple-block {
    padding: 40px 0 20px;
  }
}
@media (max-width: 1335px) {
  .land-page .simple-block {
    padding: 30px 0 20px;
  }
}
@media (max-width: 575px) {
  .land-page .simple-block {
    padding: 20px 0;
  }
}
.land-page .simple-block__content {
  padding: 40px 60px;
  max-width: 68%;
}
@media (max-width: 1599px) {
  .land-page .simple-block__content {
    max-width: 80%;
  }
}
@media (max-width: 1335px) {
  .land-page .simple-block__content {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .land-page .simple-block__content {
    max-width: 100%;
  }
}
@media (max-width: 959px) {
  .land-page .simple-block__content {
    padding: 20px;
  }
}
.land-page .simple-block__content p {
  line-height: 150%;
}
@media (max-width: 959px) {
  .land-page .simple-block__content p {
    line-height: 179%;
  }
}
.land-page .list-section {
  padding: 0;
}
.land-page .list-section__content {
  background-color: rgba(255, 255, 255, 0.02);
  max-width: 1380px;
  padding: 70px 80px;
}
@media (max-width: 1335px) {
  .land-page .list-section__content {
    padding: 40px;
  }
}
@media (max-width: 959px) {
  .land-page .list-section__content {
    padding: 20px;
  }
}
.land-page .list-section__content p {
  line-height: 150%;
}
@media (max-width: 959px) {
  .land-page .list-section__content p {
    line-height: 179%;
  }
}
.land-page .list-section__content h3 {
  margin: 0 0 18px;
}
@media (max-width: 959px) {
  .land-page .list-section__content h3 {
    margin: 0 0 14px;
  }
}
@media (max-width: 575px) {
  .land-page .list-section__content h3 {
    margin: 0 0 5px;
  }
}
.land-page .list-section__content ul {
  margin: 50px 0 0;
  padding: 0;
  list-style-type: none;
  counter-reset: section;
}
@media (max-width: 959px) {
  .land-page .list-section__content ul {
    margin: 30px 0 0;
  }
}
.land-page .list-section__content ul li {
  padding-left: 0;
  margin: 0;
}
.land-page .list-section__content ul li:before {
  display: block;
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  position: relative;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 100%;
  font-weight: 300;
  margin-bottom: 58px;
}
@media (max-width: 575px) {
  .land-page .list-section__content ul li:before {
    font-size: 34px;
    margin-bottom: 48px;
  }
}
.land-page .list-section__content ul li:after {
  content: "";
  display: block;
  width: 185px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(40, 40, 44)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(40, 40, 44) 100%);
  opacity: 0.4;
  position: absolute;
  top: 80px;
  left: 0;
}
@media (max-width: 575px) {
  .land-page .list-section__content ul li:after {
    top: 65px;
  }
}
.land-page .list-section__content ul li + li {
  margin-top: 65px;
}
@media (max-width: 575px) {
  .land-page .list-section__content ul li + li {
    margin-top: 35px;
  }
}
.land-page .profile-section .section-descr {
  margin-top: 46px;
  max-width: 75%;
}
@media (max-width: 1650px) {
  .land-page .profile-section .section-descr {
    max-width: 85%;
  }
}
@media (max-width: 1335px) {
  .land-page .profile-section .section-descr {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .land-page .profile-section .section-descr {
    max-width: 100%;
  }
}
@media (max-width: 959px) {
  .land-page .profile-section .section-descr {
    margin-top: 12px;
  }
}
.land-page .profile-section .section-descr p {
  line-height: 150%;
}
@media (max-width: 959px) {
  .land-page .profile-section .section-descr p {
    line-height: 179%;
  }
}
.land-page .profile-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 72px;
}
@media (max-width: 1199px) {
  .land-page .profile-section__content {
    margin-top: 40px;
  }
}
@media (max-width: 959px) {
  .land-page .profile-section__content {
    margin-top: 30px;
  }
}
.land-page .profile-section__content .left-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
}
@media (max-width: 1199px) {
  .land-page .profile-section__content .left-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.land-page .profile-section__content .left-side .profile-image {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0;
}
.land-page .profile-section__content .right-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(38% - 10px);
          flex: 0 0 calc(38% - 10px);
  max-width: calc(38% - 10px);
  margin-left: 50px;
}
@media (max-width: 1599px) {
  .land-page .profile-section__content .right-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 1335px) {
  .land-page .profile-section__content .right-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% + 10px);
            flex: 0 0 calc(50% + 10px);
    max-width: calc(50% + 10px);
  }
}
@media (max-width: 1199px) {
  .land-page .profile-section__content .right-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 30px 0 0 0;
  }
}
@media (max-width: 575px) {
  .land-page .profile-section__content .right-side {
    margin: 15px 0 0;
  }
}
.land-page .profile-section__content .right-side p {
  line-height: 150%;
}
@media (max-width: 959px) {
  .land-page .profile-section__content .right-side p {
    line-height: 179%;
  }
}
.land-page .profile-section__content .right-side h3 {
  margin: 5px 0 32px;
}
@media (max-width: 959px) {
  .land-page .profile-section__content .right-side h3 {
    margin: 5px 0 18px;
  }
}
@media (max-width: 575px) {
  .land-page .profile-section__content .right-side h3 {
    margin: 5px 0 10px;
  }
}
@media (max-width: 959px) {
  .land-page .profile-section__content .right-side p {
    margin-bottom: 0;
  }
}
.land-page .profile-section__content .right-side p + p {
  margin-top: 27px;
}
@media (max-width: 959px) {
  .land-page .profile-section__content .right-side p + p {
    margin-top: 25px;
  }
}
.land-page .profile-section + .simple-block {
  padding: 15px 0;
}
.land-page .profile-section + .simple-block .simple-block__content {
  padding: 0;
}
.land-page .profile-section + .simple-block .simple-block__content h3 {
  margin: 0;
  max-width: 70%;
}
@media (max-width: 1650px) {
  .land-page .profile-section + .simple-block .simple-block__content h3 {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .land-page .profile-section + .simple-block .simple-block__content h3 {
    max-width: 100%;
  }
}
.land-page .profile-section + .simple-block .simple-block__content ol {
  margin: 40px 0 0;
  padding: 0 0 0 30px;
  line-height: 150%;
}
@media (max-width: 959px) {
  .land-page .profile-section + .simple-block .simple-block__content ol {
    font-size: 14px;
    line-height: 179%;
    margin: 20px 0 0;
    padding: 0 0 0 18px;
  }
}
@media (max-width: 575px) {
  .land-page .profile-section + .simple-block .simple-block__content ol {
    margin: 10px 0 0;
    padding: 0 0 0 22px;
  }
}
.land-page .profile-section + .simple-block .simple-block__content ol li {
  padding-left: 0;
  margin: 0;
}
@media (max-width: 959px) {
  .land-page .profile-section + .simple-block .simple-block__content ol li {
    margin-top: 7px;
  }
}
@media (max-width: 575px) {
  .land-page .profile-section + .simple-block .simple-block__content ol li {
    margin-top: 0;
  }
}
.land-page .big-section .section-title {
  max-width: 1380px;
}
.land-page .big-section .container > img {
  display: block;
  width: auto;
  margin: 80px 0 0;
  max-width: 1380px;
}
@media (max-width: 1380px) {
  .land-page .big-section .container > img {
    max-width: 100%;
  }
}
@media (max-width: 1335px) {
  .land-page .big-section .container > img {
    margin: 40px 0 0;
  }
}
@media (max-width: 959px) {
  .land-page .big-section .container > img {
    margin: 15px 0 0;
  }
}
.land-page .big-section .container > img + .section-descr {
  margin-top: 70px;
  max-width: 75%;
}
@media (max-width: 1335px) {
  .land-page .big-section .container > img + .section-descr {
    margin-top: 40px;
    max-width: 90%;
  }
}
@media (max-width: 1023px) {
  .land-page .big-section .container > img + .section-descr {
    max-width: 100%;
  }
}
@media (max-width: 959px) {
  .land-page .big-section .container > img + .section-descr {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .land-page .big-section .container > img + .section-descr {
    margin-top: 25px;
  }
}
.land-page .big-section .section-descr {
  max-width: 1380px;
}
.land-page .big-section .section-descr p {
  line-height: 150%;
}
@media (max-width: 959px) {
  .land-page .big-section .section-descr p {
    line-height: 179%;
  }
}
@media (max-width: 959px) {
  .land-page .big-section .section-descr p + p {
    margin-top: 24px;
  }
}
.land-page .big-section .section-descr h3 {
  margin: 50px 0 35px;
}
@media (max-width: 959px) {
  .land-page .big-section .section-descr h3 {
    margin: 25px 0 20px;
  }
}
.land-page .big-section .section-descr ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 125%;
}
@media (max-width: 959px) {
  .land-page .big-section .section-descr ul {
    font-size: 14px;
    line-height: 179%;
  }
}
.land-page .big-section .section-descr ul li {
  margin: 0;
  padding-left: 30px;
}
@media (max-width: 959px) {
  .land-page .big-section .section-descr ul li {
    padding-left: 20px;
  }
}
.land-page .big-section .section-descr ul li + li {
  margin-top: 10px;
}
@media (max-width: 959px) {
  .land-page .big-section .section-descr ul li + li {
    margin-top: 7px;
  }
}
@media (max-width: 575px) {
  .land-page .big-section .section-descr ul li + li {
    margin-top: 0;
  }
}
.land-page .big-section .section-descr ul li:before {
  content: "—";
  left: 0;
}
.land-page .big-section .column-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px;
}
@media (max-width: 1439px) {
  .land-page .big-section .column-row {
    margin-top: 50px;
  }
}
.land-page .big-section .column-row .column-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.land-page .big-section .column-row .column-item:nth-of-type(1) {
  margin-bottom: 35px;
  max-width: 35%;
}
@media (max-width: 1335px) {
  .land-page .big-section .column-row .column-item:nth-of-type(1) {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 1023px) {
  .land-page .big-section .column-row .column-item:nth-of-type(1) {
    max-width: 100%;
  }
}
.land-page .big-section .column-row .column-item:nth-of-type(1) p {
  line-height: 150%;
}
@media (max-width: 959px) {
  .land-page .big-section .column-row .column-item:nth-of-type(1) p {
    line-height: 179%;
  }
}
.land-page .big-section .column-row .column-item:nth-of-type(2) {
  margin-left: 35px;
  padding: 50px;
  max-width: 42%;
}
@media (max-width: 1335px) {
  .land-page .big-section .column-row .column-item:nth-of-type(2) {
    max-width: calc(50% - 20px);
    padding: 40px;
    margin-left: 40px;
  }
}
@media (max-width: 1023px) {
  .land-page .big-section .column-row .column-item:nth-of-type(2) {
    max-width: 100%;
    margin: 10px 0 0 0;
    padding: 30px;
  }
}
@media (max-width: 959px) {
  .land-page .big-section .column-row .column-item:nth-of-type(2) {
    padding: 20px;
  }
}
.land-page .big-section .column-row .column-item:nth-of-type(2) p {
  line-height: 125%;
}
@media (max-width: 959px) {
  .land-page .big-section .column-row .column-item:nth-of-type(2) p {
    line-height: 179%;
  }
}
.land-page .steps-section h3 {
  margin-bottom: 0;
}
@media (max-width: 1335px) {
  .land-page .steps-section h3 {
    margin-top: 0;
  }
}
.land-page .steps-section .section-descr {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .land-page .steps-section .section-descr {
    margin-top: 12px;
  }
}
.land-page .steps-section .steps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 60px 0 0;
  padding: 0;
  list-style-type: none;
  counter-reset: section;
  max-width: 1400px;
}
@media (max-width: 1335px) {
  .land-page .steps-section .steps-list {
    margin: 30px 0 0;
  }
}
@media (max-width: 959px) {
  .land-page .steps-section .steps-list {
    font-size: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .land-page .steps-section .steps-list {
    font-size: 14px;
    line-height: 179%;
  }
}
.land-page .steps-section .steps-list li {
  margin: 0 0 0 5.5%;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
@media (max-width: 1439px) {
  .land-page .steps-section .steps-list li {
    margin: 0 0 0 3.5%;
  }
}
@media (max-width: 1335px) {
  .land-page .steps-section .steps-list li {
    line-height: 120%;
  }
}
@media (max-width: 1023px) {
  .land-page .steps-section .steps-list li {
    margin: 0 0 0 2.5%;
  }
}
@media (max-width: 959px) {
  .land-page .steps-section .steps-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .land-page .steps-section .steps-list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 35px 0 0 0;
  }
}
.land-page .steps-section .steps-list li:nth-of-type(1) {
  margin-left: 0;
}
@media (max-width: 1335px) {
  .land-page .steps-section .steps-list li:nth-of-type(1) {
    margin-top: 0;
  }
}
.land-page .steps-section .steps-list li:before {
  display: block;
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  position: relative;
  top: 0;
  left: 0;
  font-size: 38px;
  line-height: 100%;
  font-weight: 300;
  margin-bottom: 5px;
  width: 50px;
}
@media (max-width: 1335px) {
  .land-page .steps-section .steps-list li:before {
    margin-bottom: 15px;
  }
}
@media (max-width: 959px) {
  .land-page .steps-section .steps-list li:before {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 575px) {
  .land-page .steps-section .steps-list li:before {
    margin: 0 0 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.land-page .steps-section + .simple-block {
  padding-top: 0;
}
@media (max-width: 1335px) {
  .land-page .steps-section + .simple-block {
    padding-top: 40px;
  }
}
.land-page .steps-section + .simple-block .simple-block__content {
  max-width: 1400px;
}
.land-page .benefit-section .benefit-list {
  margin-top: 90px;
  max-width: 1380px;
  counter-reset: section;
}
@media (max-width: 1335px) {
  .land-page .benefit-section .benefit-list {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .land-page .benefit-section .benefit-list {
    margin-top: 35px;
  }
}
.land-page .benefit-section .benefit-list .benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 42px;
  position: relative;
}
@media (max-width: 575px) {
  .land-page .benefit-section .benefit-list .benefit-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
.land-page .benefit-section .benefit-list .benefit-item .item-descr {
  margin-left: calc(33% - 15px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  line-height: 150%;
  max-width: 680px;
}
@media (max-width: 1335px) {
  .land-page .benefit-section .benefit-list .benefit-item .item-descr {
    max-width: 600px;
  }
}
@media (max-width: 959px) {
  .land-page .benefit-section .benefit-list .benefit-item .item-descr {
    margin-left: 28px;
    width: calc(100% - 88px);
  }
}
@media (max-width: 575px) {
  .land-page .benefit-section .benefit-list .benefit-item .item-descr {
    margin: 10px 0 0 0;
    width: 100%;
  }
}
.land-page .benefit-section .benefit-list .benefit-item .item-descr h3 {
  margin: 0 0 20px;
}
@media (max-width: 959px) {
  .land-page .benefit-section .benefit-list .benefit-item .item-descr h3 {
    margin: 0 0 12px;
  }
}
@media (max-width: 575px) {
  .land-page .benefit-section .benefit-list .benefit-item .item-descr h3 {
    margin: 0 0 5px;
  }
}
.land-page .benefit-section .benefit-list .benefit-item p {
  max-width: 680px;
  line-height: 150%;
}
@media (max-width: 1335px) {
  .land-page .benefit-section .benefit-list .benefit-item p {
    max-width: 100%;
  }
}
@media (max-width: 959px) {
  .land-page .benefit-section .benefit-list .benefit-item p {
    line-height: 179%;
  }
}
.land-page .benefit-section .benefit-list .benefit-item:before {
  width: 60px;
  display: block;
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  position: relative;
  top: 0;
  left: 5px;
  font-size: 38px;
  line-height: 100%;
  font-weight: 300;
}
@media (max-width: 575px) {
  .land-page .benefit-section .benefit-list .benefit-item:before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    left: 0;
  }
}
.land-page .benefit-section .benefit-list .benefit-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(40, 40, 44)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(40, 40, 44) 100%);
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.land-page .benefit-section .benefit-list .benefit-item + .benefit-item {
  margin-top: 80px;
}
@media (max-width: 1335px) {
  .land-page .benefit-section .benefit-list .benefit-item + .benefit-item {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .land-page .benefit-section .benefit-list .benefit-item + .benefit-item {
    margin-top: 30px;
  }
}
.land-page .last-section {
  padding-top: 20px;
  padding-bottom: 70px;
}
.land-page .last-section__content {
  background-color: rgba(255, 255, 255, 0.02);
  padding: 65px;
  max-width: 1380px;
}
@media (max-width: 1335px) {
  .land-page .last-section__content {
    padding: 40px;
  }
}
@media (max-width: 959px) {
  .land-page .last-section__content {
    padding: 20px 30px;
  }
}
@media (max-width: 575px) {
  .land-page .last-section__content {
    padding: 20px;
  }
}
.land-page .last-section__content .section-title {
  display: block;
  text-align: center;
}
@media (max-width: 959px) {
  .land-page .last-section__content .section-title {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .land-page .last-section__content .section-title {
    font-size: 20px;
  }
}
.land-page .last-section__content .section-descr {
  margin-top: 35px;
}
@media (max-width: 959px) {
  .land-page .last-section__content .section-descr {
    margin-top: 18px;
  }
}
@media (max-width: 575px) {
  .land-page .last-section__content .section-descr {
    margin-top: 10px;
  }
}
.land-page .last-section__content .section-descr p {
  line-height: 150%;
}
@media (max-width: 959px) {
  .land-page .last-section__content .section-descr p {
    line-height: 179%;
    padding-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .land-page .last-section__content .section-descr p {
    line-height: 150%;
  }
}
.land-page .last-section__content .section-words {
  margin-top: 55px;
  text-align: right;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 150%;
  font-style: italic;
  padding: 0 15px;
  opacity: 1;
}
@media (max-width: 1335px) {
  .land-page .last-section__content .section-words {
    margin-top: 40px;
    padding: 0;
    font-size: 20px;
  }
}
@media (max-width: 959px) {
  .land-page .last-section__content .section-words {
    margin-top: 10px;
    font-size: 18px;
    line-height: 159%;
    text-align: left;
  }
}
@media (max-width: 575px) {
  .land-page .last-section__content .section-words {
    font-size: 17px;
    font-weight: 500;
    text-transform: none;
    margin-top: 8px;
  }
}
/*# sourceMappingURL=styles.css.map */
