@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Stengazeta";
  src: url("../../fonts/Stengazeta-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #16181e;
  --blue: #1928f0;
  --dark: #525981;
  --gray: #f6f6f6;
}

.container {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
body button {
  font-family: inherit;
}

.wrapper {
  position: relative;
}

.trans-btn {
  color: var(--blue);
  border: 1px solid var(--blue);
  padding: 14px 20px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  border-radius: 32px;
}

.main-btn {
  display: block;
  background-color: var(--blue);
  border: none;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 20px 28px;
  border-radius: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-btn:hover {
  background-color: #121fd8;
}
.main-btn.blue {
  background-color: #1928f0;
  color: #fff;
}
.main-btn.blue:hover {
  background-color: #121fd8;
}
.main-btn.orange {
  background-color: #eb5a20;
  color: #fff;
  border-radius: 16px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.main-btn.orange:hover {
  background-color: #ca4410;
}
.main-btn svg {
  display: block;
  margin-left: 10px;
}
.main-btn.dark {
  background-color: #374365;
}

.main-btn.trans-btn {
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.main-btn.trans-btn:hover {
  background-color: #fff;
}

.burger-btn {
  display: none;
  width: 32px;
  height: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .burger-btn {
    display: block;
  }
}
.burger-btn span {
  position: absolute;
  left: 2px;
  background-color: var(--black);
  height: 2px;
  top: calc(50% - 1px);
  width: calc(100% - 4px);
}
.burger-btn::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  background-color: var(--black);
  height: 2px;
  width: calc(100% - 4px);
}
.burger-btn::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 2px;
  background-color: var(--black);
  height: 2px;
  width: calc(100% - 4px);
}

.section-title {
  display: block;
  text-align: center;
  font-size: 40px;
  margin: 0;
  color: var(--black);
  margin: 0 auto;
  max-width: 910px;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }
}

.serv6 .for-pc {
  display: block;
}
@media (max-width: 767px) {
  .serv6 .for-pc {
    display: none;
  }
}
.serv6 .for-mobile {
  display: none;
}
@media (max-width: 767px) {
  .serv6 .for-mobile {
    display: block;
  }
}

.platform {
  display: block;
  padding: 120px 0;
}
.platform__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
.platform__item:nth-child(2n + 2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.platform__item:nth-child(2n + 2) .platform__text {
  margin-right: 0;
  margin-left: 45px;
}
.platform__item:last-child {
  margin-bottom: 0;
}
.platform__item.green .platform__img::before {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#8cdac9),
      to(#8cdac9)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#61aa80), to(#3c7f58));
  background: linear-gradient(0deg, #8cdac9, #8cdac9),
    linear-gradient(180deg, #61aa80 0%, #3c7f58 100%);
}
.platform__item.green .main-btn {
  background-color: #3c7f58;
}
.platform__item.blue .platform__img::before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5b6a96),
    to(#374365)
  );
  background: linear-gradient(180deg, #5b6a96 0%, #374365 100%);
}
.platform__item.blue .main-btn {
  background-color: #374365;
}
.platform__text {
  padding-top: 80px;
  width: 50%;
  max-width: 445px;
  margin-right: 45px;
}
.platform__text h2 {
  color: var(--black);
  margin: 0;
  display: block;
  margin-bottom: 12px;
}
.platform__text p {
  margin: 0;
  font-size: 16px;
  color: var(--black);
  display: block;
  line-height: 1.5;
  margin-bottom: 25px;
}
.platform__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 60%;
}
.platform__img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4b8bf2),
    to(#3441e4)
  );
  background: linear-gradient(180deg, #4b8bf2 0%, #3441e4 100%);
  height: calc(100% - 60px);
  border-radius: 32px;
  width: 100%;
  z-index: -1;
}
.platform__img img {
  -webkit-box-shadow: 0px 8px 40px 0px rgba(13, 20, 120, 0.1215686275);
  box-shadow: 0px 8px 40px 0px rgba(13, 20, 120, 0.1215686275);
  display: block;
  max-width: 90%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px 12px 0 0;
}

.how {
  background: #1928f0;
  color: #fff;
  border-radius: 32px 32px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 120px;
}
.how.custom {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#2b3249),
    to(#3d4367)
  );
  background: linear-gradient(270deg, #2b3249 0%, #3d4367 100%);
}
.how.custom .how__items {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.how.custom .how__item {
  width: calc(33.33% - 24px);
}
.how.custom .how__item .num::after {
  background-size: 100% 50%;
  width: calc(100% - 90px);
}
.how.custom .how__item:nth-child(3n + 3) .num::after {
  display: none;
}
.how__title {
  margin-bottom: 60px;
}
.how__title h3 {
  font-size: 40px;
  margin: 0;
  font-weight: 700;
  text-align: center;
  display: block;
}
.how__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 24px;
}
.how__item .num {
  font-size: 60px;
  color: #fff;
  opacity: 0.8;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}
.how__item .num.active {
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  color: #ffa17c;
}
.how__item .num::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  height: 10px;
  width: calc(100% - 70px);
  background-image: url(../../images/vector.png);
  background-repeat: no-repeat;
  background-position: center right;
}
.how__item .text h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.how__item .text p {
  margin: 0;
  opacity: 0.9;
  line-height: 1.5;
  font-size: 16px;
}

@media (max-width: 920px) {
  .how.custom .how__item {
    width: calc(50% - 24px);
  }
  .how.custom .how__item::before {
    display: block;
  }
  .how.custom .how__item:nth-child(2n + 2) .num::after {
    display: none;
  }
  .how.custom .how__item:nth-child(2n + 1) .num::after {
    display: block;
  }
}
@media (max-width: 767px) {
  .how {
    padding: 40px 0;
  }
  .how.custom .how__title {
    margin-bottom: 24px;
  }
  .how.custom .how__title h3 {
    font-size: 24px;
  }
  .how.custom .how__item {
    width: 100%;
  }
  .how.custom .how__item .num {
    font-size: 48px;
  }
  .how.custom .how__item .num:nth-child(2n + 1)::after {
    display: none;
  }
  .how.custom .how__item .text h3 {
    font-size: 20px;
  }
  .how.custom .how__item .text p {
    font-size: 14px;
  }
}
.why {
  padding: 160px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.why__title {
  margin-bottom: 40px;
}
.why__title h2 {
  display: block;
  margin: 0;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: var(--black);
}
.why__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.why__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 24px);
  margin: 0 12px 24px;
  padding: 30px;
  background-color: #f6f6f6;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.why__item .icon {
  width: 48px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 20px;
}
.why__item .icon svg {
  display: block;
}
.why__item .text h3 {
  margin: 0;
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}
.why__item .text p {
  margin: 0;
  display: block;
  font-size: 18px;
  color: var(--black);
}

.serv-wrapper {
  display: block;
  margin: 0 20px;
}

.serv-main {
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1480px;
  margin: 0 auto;
  min-height: 760px;
  margin-top: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
}
.serv-main__text {
  padding: 170px 80px 40px;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.serv-main__text h1 {
  font-size: 42px;
  color: var(--black);
  font-weight: 700;
  line-height: 1.4;
  max-width: 670px;
  margin: 0;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
}
.serv-main__text p {
  margin: 0;
  line-height: 1.5;
  font-size: 18px;
  color: var(--black);
  margin-bottom: 32px;
  display: block;
}
.serv-main__text .action {
  margin-bottom: 32px;
}
.serv-main__text .action button {
  border-radius: 16px;
  padding: 24px 36px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.serv-main__text .action button:hover {
  background-color: var(--dark);
}
.serv-main__text .subtext {
  font-size: 18px;
  color: var(--black);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-bottom: auto;
  font-weight: 500;
}
.serv-main__text .subinfo {
  font-size: 12px;
  color: var(--black);
  max-width: 370px;
  display: block;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.serv-main__img {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#2b3249),
    to(#3d4367)
  );
  background: linear-gradient(270deg, #2b3249 0%, #3d4367 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 40%;
  padding: 24px;
}
.serv-main__img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../../images/serv-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 30%;
  background-position-x: center;
}
.serv-main__img .text {
  background: #525981;
  max-width: 430px;
  width: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 16px;
}
.serv-main__img .text h4 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  opacity: 0.9;
}
.serv-main__img .text p {
  margin: 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.9;
}

@media (max-width: 1280px) {
  .serv-main__text {
    padding: 170px 10px 40px 40px;
  }
  .serv-main__img {
    width: 50%;
    max-width: 530px;
  }
  .serv-main__img::before {
    background-size: 590px;
    background-position: left center;
  }
  .serv-main__img .text {
    max-width: 430px;
  }
}
@media (max-width: 1190px) {
  .serv-main__text {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: none;
    margin: 0;
    padding-top: 120px;
  }
  .serv-main__img {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 32px;
    margin-bottom: 20px;
  }
  .serv-main__img .text {
    width: 100%;
    max-width: 50%;
    z-index: 100;
    color: #fff;
  }
  .serv-main__img .text p {
    color: #fff;
  }
  .serv-main__img::before {
    background-size: 40%;
    background-position: right top;
  }
}
@media (max-width: 920px) {
  .serv-main__text {
    padding: 120px 20px 30px;
  }
  .serv-main__text h1 {
    font-size: 42px;
  }
  .serv-main__text .action {
    margin-bottom: 24px;
  }
  .serv-main__text .subtext {
    margin-bottom: 40px;
  }
  .serv-main__img .text {
    max-width: 320px;
    z-index: 100;
  }
  .serv-main__img .text p {
    font-size: 14px;
  }
  .serv-main__img::before {
    background-size: 50%;
    background-position-x: 110%;
    background-position-y: 5vw;
  }
}
@media (max-width: 767px) {
  .serv-wrapper {
    margin: 0 12px;
  }
  .serv-main {
    margin-top: -60px;
  }
  .serv-main__text {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0;
    padding-top: 100px;
  }
  .serv-main__text h1 {
    font-size: 27px;
    color: #000;
  }
  .serv-main__text p {
    font-size: 14px;
  }
  .serv-main__text .for-adaptive {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .serv-main__text .subtext {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .serv-main__text .subinfo {
    margin-bottom: 20px;
    font-size: 10px;
  }
  .serv-main .for-adaptive {
    margin: 0 -20px;
  }
  .serv-main__img {
    height: 510px;
    padding: 12px;
  }
  .serv-main__img::before {
    background-size: 87%;
    background-position: top right;
  }
  .serv-main__img .text {
    width: 100%;
    max-width: none;
    left: 0;
  }
  .serv-main__img .text h3 {
    font-size: 14px;
  }
  .serv-main__img .text p {
    font-size: 14px;
  }
}
.serv2 {
  padding: 140px 0 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.serv2__title {
  margin-bottom: 40px;
}
.serv2__title h2 {
  text-align: center;
  margin: 0;
  display: block;
  font-weight: 700;
  font-size: 40px;
  color: var(--black);
}
.serv2__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 24px;
}
.serv2__item {
  width: 33.33%;
  background-color: #f6f6f6;
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
}
.serv2__item .icon {
  width: 48px;
  height: 42px;
  margin-bottom: 24px;
}
.serv2__item .icon svg {
  display: block;
}
.serv2__item h2 {
  margin: 0;
  display: block;
  line-height: 1.4;
  color: var(--black);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
}
.serv2__item p {
  margin: 0;
  display: block;
  line-height: 1.5;
  color: var(--black);
}
.serv2__info {
  padding: 15px;
  background-color: var(--dark);
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-radius: 16px;
  margin-top: 24px;
  font-size: 24px;
}

@media (max-width: 920px) {
  .serv2 {
    padding-top: 120px;
  }
  .serv2__item {
    padding: 16px;
    width: 30%;
  }
  .serv2__item:nth-child(2) {
    width: 40%;
  }
  .serv2__item h2 {
    font-size: 16px;
  }
  .serv2__item p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .serv2 {
    padding: 40px 0;
  }
  .serv2__title {
    margin-bottom: 20px;
  }
  .serv2__title h2 {
    font-size: 24px;
    max-width: 250px;
    margin: 0 auto;
  }
  .serv2__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .serv2__item {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .serv2__item:nth-child(2) {
    width: 100%;
  }
  .serv2__info {
    padding: 15px 20px;
  }
  .serv2__info span {
    font-size: 16px;
    font-weight: 500;
  }
}
.serv3 {
  padding: 70px 0;
}
.serv3__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.serv3__text {
  width: 50%;
}
.serv3__text h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 140%;
  letter-spacing: 0%;
  margin: 0;
  margin-bottom: 16px;
}
.serv3__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  margin: 0;
  display: block;
}
.serv3__img {
  width: 50%;
}
.serv3__img img {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .serv3 {
    padding: 80px 0;
  }
  .serv3__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .serv3__text {
    width: 100%;
    margin: 0;
  }
  .serv3__text h2 {
    text-align: center;
    font-size: 34px;
    color: var(--black);
  }
  .serv3__text p {
    font-size: 18px;
  }
  .serv3__img {
    width: 100%;
    overflow: hidden;
  }
  .serv3__img img {
    height: 100%;
    max-height: 40vw;
    border-radius: 12px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 640px) {
  .serv3 {
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .serv3__text h2 {
    text-align: left;
    font-size: 24px;
  }
  .serv3__text p {
    font-size: 14px;
  }
}
.serv4 {
  padding: 80px 0;
}
.serv4__title {
  margin-bottom: 40px;
}
.serv4__title h2 {
  text-align: center;
  display: block;
  font-size: 40px;
  margin: 0 auto;
  color: var(--black);
}
.serv4__title p {
  margin: 0;
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.serv4__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 24px;
}
.serv4__item {
  min-height: 520px;
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 33.33%;
  border-radius: 24px;
  overflow: hidden;
  background-size: 130% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.serv4__item:nth-child(1) {
  background-image: url(../../images/serv3-0.png);
}
.serv4__item:nth-child(2) {
  background-image: url(../../images/serv3-1.png);
}
.serv4__item:nth-child(3) {
  background-image: url(../../images/serv3-2.png);
}
.serv4__item .text {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#2b3249),
    to(#3d4367)
  );
  background: linear-gradient(270deg, #2b3249 0%, #3d4367 100%);
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.serv4__item .text h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.serv4__item .text p {
  margin: 0;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.9;
}
.serv4.custom .serv4__item {
  min-height: 460px;
  background-size: auto 80%;
}
.serv4.custom .serv4__item .text {
  min-height: 110px;
}
.serv4.custom .serv4__item .text h3 {
  max-width: 300px;
}

@media (max-width: 920px) {
  .serv4.custom .serv4__item {
    min-height: 340px;
  }
  .serv4.custom .serv4__item .text {
    min-height: 84px;
  }
  .serv4__items {
    gap: 20px;
  }
  .serv4__item {
    min-height: 480px;
    background-size: 150% auto;
  }
  .serv4__item .text {
    padding: 16px 12px;
  }
  .serv4__item .text h3 {
    font-size: 20px;
  }
  .serv4__item .text p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .serv4 {
    padding: 40px 0;
  }
  .serv4__title h2 {
    font-size: 24px;
    font-weight: 700;
  }
  .serv4__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .serv4__item {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    padding-top: 40vw;
    background-size: 100% auto;
  }
  .serv4.custom .serv4__item {
    min-height: 0;
    padding-top: 0;
    height: 340px;
    background-size: cover;
  }
}
.serv4__action {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 18px;
}
@media (max-width: 767px) {
  .serv4__action {
    display: none;
  }
}
.serv4__action a,
.serv4__action button {
  border-radius: 12px;
  padding: 24px 60px;
}

.serv5 {
  padding: 80px 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--gray);
}
.serv5__title {
  margin-bottom: 30px;
}
.serv5__title h2 {
  text-align: center;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.4;
  color: var(--black);
  margin: 0;
}
.serv5__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}
.serv5__item {
  font-size: 18px;
  font-weight: 500;
  color: #2f333f;
  line-height: 1.4;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e1e4ee;
  border-radius: 40px;
}
.serv5 .action {
  margin: 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.serv5 .action a {
  background-color: #3d4367;
  color: #fff;
}
.serv5 .action a:hover {
  background-color: #2f333f;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

@media (max-width: 767px) {
  .serv5 {
    padding: 40px 0;
  }
  .serv5__title {
    margin-bottom: 15px;
  }
  .serv5__title h2 {
    font-size: 18px;
  }
  .serv5__items {
    margin-bottom: 24px;
  }
  .serv5__item {
    font-size: 12px;
  }
}
.cases {
  padding: 80px 0 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cases__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 36px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cases__title h2 {
  margin: 0;
  display: block;
  color: var(--black);
  line-height: 1.4;
  font-size: 40px;
}
.cases__title a {
  display: block;
  background-color: #374365;
  color: #fff;
  border-radius: 16px;
  padding: 24px 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.cases__title a:hover {
  background-color: var(--dark);
}
.cases__items .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cases__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  text-decoration: none;
  color: var(--black);
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}
.cases__slide .img {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 280px;
  background-color: var(--gray);
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  border-radius: 16px;
  overflow: hidden;
}
.cases__slide .img img {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: contain;
  object-fit: contain;
}
.cases__slide .text h3 {
  margin: 0;
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 4px;
}
.cases__slide .text p {
  margin: 0;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #2f333f;
  margin-bottom: 12px;
}
.cases__slide .fake-btn {
  display: block;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: var(--black);
  border: 1px solid var(--black);
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.cases__slide .fake-btn svg {
  display: block;
  margin-left: 10px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.cases__slide .fake-btn:hover {
  background-color: #fafafa;
}
.cases__slide .fake-btn:hover svg {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.cases .container {
  position: relative;
}
.cases__nav {
  position: absolute;
  left: -45px;
  top: calc(50% - 80px);
  width: calc(100% + 90px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cases__nav .cases-btn {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--gray);
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.cases__nav .cases-btn svg {
  display: block;
}
.cases__nav .cases-btn.swiper-button-disabled {
  opacity: 0.5;
}
.cases__nav .cases-btn-next svg {
  -webkit-transform: rotate(180deg) translateX(-2px);
  -ms-transform: rotate(180deg) translateX(-2px);
  transform: rotate(180deg) translateX(-2px);
}
.cases__nav .cases-btn-prev svg {
  -webkit-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px);
}

@media (max-width: 1280px) {
  .cases__nav {
    display: none;
  }
}
@media (max-width: 920px) {
  .cases {
    padding: 80px 0;
  }
  .cases__slide .img {
    border-radius: 16px;
    overflow: hidden;
  }
  .cases__slide .img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cases {
    padding: 50px 0;
  }
  .cases .container {
    position: relative;
    padding-bottom: 85px;
  }
  .cases__slide .img {
    height: 240px;
  }
  .cases__slide .text h3 {
    font-size: 18px;
  }
  .cases__slide .text p {
    font-size: 14px;
  }
  .cases__slide .text .fake-btn {
    font-size: 14px;
    padding: 14px 20px;
  }
  .cases__title h2 {
    text-align: center;
    margin: 0;
    display: block;
    width: 100%;
    font-size: 24px;
  }
  .cases__title a {
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
}
.breaker {
  padding: 80px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.breaker__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  border-radius: 32px;
  background-color: #f6f6f6;
  gap: 36px;
}
.breaker__text {
  width: 50%;
}
.breaker__text h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  color: var(--black);
  margin: 0;
  display: block;
  margin-bottom: 4px;
  max-width: 463px;
}
.breaker__text span {
  display: block;
  font-size: 16px;
  color: #2f333f;
  margin-bottom: 20px;
}
.breaker__text p {
  color: #2f333f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 20px;
}
.breaker__text p b {
  display: block;
  color: #000;
  font-weight: 500;
  margin-bottom: 4px;
}
.breaker__text .main-btn {
  background-color: #374365;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.breaker__text .main-btn:hover {
  background-color: var(--dark);
}
.breaker__img {
  width: 50%;
  min-width: 446px;
  display: block;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breaker__img img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 200px;
}

@media (max-width: 768px) {
  .breaker {
    padding: 32px 0;
  }
  .breaker__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .breaker__text {
    width: 100%;
  }
  .breaker__img {
    width: 100%;
    min-width: 0;
    max-width: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .breaker__img img {
    width: calc(50% - 15px);
    max-width: none;
    min-width: none;
  }
}
@media (max-width: 767px) {
  .breaker__body {
    margin: 0 -15px;
  }
}
@media (max-width: 560px) {
  .breaker__body {
    padding: 32px 16px;
    position: relative;
    padding-bottom: 96px;
  }
  .breaker__text h2 {
    font-size: 18px;
  }
  .breaker__text span {
    font-size: 14px;
  }
  .breaker__text p {
    font-size: 16px;
  }
  .breaker__text a {
    position: absolute;
    left: 16px;
    bottom: 32px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.feedback {
  padding: 80px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.feedback.custom {
  padding-bottom: 160px;
}
.feedback.custom .feedback__body {
  background: #1928f0;
}
.feedback__body {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#2b3249),
    to(#3d4367)
  );
  background: linear-gradient(270deg, #2b3249 0%, #3d4367 100%);
  border-radius: 16px;
  display: block;
  padding: 60px 48px;
  color: #fff;
}
.feedback__body .text {
  margin-bottom: 40px;
}
.feedback__body .text h2 {
  text-align: center;
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  display: block;
  margin-bottom: 24px;
}
.feedback__body .text p {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
.feedback__body .form > span {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  color: #b5baff;
  display: block;
}
.feedback__body .form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.feedback__body .form form label {
  width: 100%;
  max-width: 380px;
}
.feedback__body .form form label input {
  display: block;
  width: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3019607843);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 16px;
  overflow: hidden;
  border: none;
  font-size: 16px;
  line-height: 1;
}
.feedback__body .form form label input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7176470588);
}
.feedback__body .form form label input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7176470588);
}
.feedback__body .form form label input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7176470588);
}
.feedback__body .form form label input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7176470588);
}
.feedback__body .form form label input::placeholder {
  color: rgba(255, 255, 255, 0.7176470588);
}
.feedback__body .form form button {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 48px;
  font-size: 16px;
  background-color: #eb5a20;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 16px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.feedback__body .form form button:hover {
  background-color: #d64810;
}

@media (max-width: 920px) {
  .feedback__body {
    padding: 50px 24px;
  }
}
@media (max-width: 767px) {
  .feedback {
    padding: 40px 0;
  }
  .feedback__body {
    margin: 0 -15px;
    padding: 40px 16px;
  }
  .feedback__body .text h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .feedback__body .text p {
    font-size: 16px;
  }
  .feedback__body .form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feedback__body .form form label {
    width: 100%;
    margin: 0;
    max-width: none;
  }
  .feedback__body .form form label input {
    padding: 20px 16px;
  }
  .feedback__body .form form button {
    width: 100%;
    padding: 20px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.faq {
  padding: 80px 0 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.faq__title {
  margin-bottom: 40px;
}
.faq__title h2 {
  font-weight: 700;
  font-size: 40px;
  margin: 0;
  display: block;
  color: var(--black);
  text-align: center;
}
.faq__items {
  border-top: 1px solid #c0c8d2;
  max-width: 960px;
  margin: 0 auto;
}
.faq__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #c0c8d2;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.faq__item.active {
  padding-bottom: 20px;
}
.faq__item.active button::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq__item.active .text {
  opacity: 1;
}
.faq__item button {
  display: block;
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
  padding: 24px 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  position: relative;
  cursor: pointer;
  padding-right: 40px;
}
.faq__item button::before {
  content: "+";
  position: absolute;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  right: 0;
  top: 15px;
  font-weight: 300;
  font-size: 32px;
  font-family: serif;
}
.faq__item .text {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.faq__item .text p {
  margin: 0;
  display: block;
  text-align: left;
  padding: 0 10px 0 4px;
  font-size: 16px;
  font-weight: 400;
  color: #2f333f;
  line-height: 1.5;
  color: var(--black);
}

@media (max-width: 767px) {
  .faq {
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .faq__title {
    margin: 0 auto 20px;
    max-width: 320px;
  }
  .faq__title h2 {
    font-size: 24px;
  }
}
.serv6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 120px 0 80px;
  box-sizing: border-box;
  overflow: hidden;
}
.serv6 .container {
  padding: 0;
}
.serv6__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}
.serv6__block .text {
  margin-right: 40px;
  position: relative;
}
.serv6__block .text svg {
  position: absolute;
  right: -10px;
  top: -50px;
}
.serv6__block .text h2 {
  font-weight: 700;
  font-size: 40px;
  color: var(--black);
}
.serv6__block .text h2 span {
  display: block;
  color: #3d4367;
}
.serv6__block .text span {
  display: block;
}
.serv6__block .img {
  display: block;
}
.serv6__block .img img {
  display: block;
  width: 100%;
}
.serv6__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.serv6__item {
  width: 50%;
}
.serv6__item.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  border-radius: 0 0 60px 60px;
  overflow: hidden;
}
.serv6__item.left .item-head {
  background-color: #c8f8c2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 60px;
  border-radius: 32px 32px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.serv6__item.left .item-head span {
  display: block;
  font-size: 24px;
  color: #00a055;
  font-weight: 600;
}
.serv6__item.left .item-head span:first-child {
  font-size: 32px;
  line-height: 1.2;
  color: #00a055;
  font-weight: 700;
}
.serv6__item.left .item-content {
  border-radius: 0 60px 0 0;
  background-color: #c8f8c2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 60px;
}
.serv6__item.left .item-content .serv6__punkt {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: var(--black);
  background-color: #fff;
  border: 2px solid #00a055;
  margin-bottom: 30px;
  font-size: 18px;
  color: var(--black);
  padding: 24px;
  border-radius: 16px;
  position: relative;
  font-weight: 500;
}
.serv6__item.left .item-content .serv6__punkt::before {
  content: "";
  position: absolute;
  height: 30px;
  bottom: -30px;
  border-left: 3px dashed #000;
  /* пунктирная линия */
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
.serv6__item.left .item-content .serv6__punkt:last-child {
  margin-bottom: 0;
}
.serv6__item.left .item-content .serv6__punkt:last-child::before {
  display: none;
}
.serv6__item.left .item-content .serv6__final {
  background-color: #00a055;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  display: block;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  display: block;
  font-size: 20px;
  padding: 20px 30px;
  text-align: center;
}
.serv6__item.left .item-content .serv6__final span {
  font-weight: 700;
}
.serv6__item.left .img {
  background-color: #c8f8c2;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 60px;
}
.serv6__item.left .img img {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.serv6__item.left .img span {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  display: block;
  line-height: 1.4;
}
.serv6__item.left .action {
  padding: 20px 60px 40px;
  background-color: #c8f8c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.serv6__item.left .action a {
  text-align: center;
  background-color: #eb5a20;
  color: #fff;
  border-radius: 16px;
  padding: 24px;
  max-width: 320px;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  height: 75px;
  font-size: 20px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.serv6__item.left .action a:hover {
  background-color: #d64810;
}
.serv6__item.right .item-head {
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 60px;
  border-radius: 32px 32px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.serv6__item.right .item-head span {
  display: block;
  font-size: 24px;
  color: #878787;
  font-weight: 600;
}
.serv6__item.right .item-head span:first-child {
  font-size: 32px;
  line-height: 1.2;
  color: #878787;
  font-weight: 700;
}
.serv6__item.right .right-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.serv6__item.right .right-content svg {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.serv6__mobile-tab {
  display: none;
}

@media (max-width: 767px) {
  .serv6 {
    padding: 40px 0;
  }
  .serv6__mobile-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fafafa;
    border-radius: 0 32px 0 0;
    overflow: hidden;
  }
  .serv6__mobile-tab .item-head {
    background-color: #c8f8c2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 0 32px 0 0;
    width: 50%;
  }
  .serv6__mobile-tab .item-head span {
    display: block;
    font-size: 18px;
    color: #00a055;
    font-weight: 600;
  }
  .serv6__mobile-tab .item-head span:first-child {
    font-size: 24px;
    line-height: 1.2;
    color: #00a055;
    font-weight: 700;
  }
  .serv6__mobile-tab .item-head:last-child {
    background-color: #fafafa;
  }
  .serv6__mobile-tab .item-head:last-child span {
    color: #9f9f9f;
  }
  .serv6__mobile-tab.bottom {
    border-radius: 0 0 32px 0;
  }
  .serv6__mobile-tab.bottom .item-head {
    border-radius: 0 0 32px 0;
  }
  .serv6__mobile-tab.bottom .item-head:last-child {
    border-radius: 0 0 32px 0;
  }
  .serv6__body {
    background-color: #fafafa;
  }
  .serv6__block {
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .serv6__block .text {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .serv6__block .text svg {
    display: none;
  }
  .serv6__block .text h2 {
    font-size: 24px;
    text-align: center;
  }
  .serv6__block .text h2 span {
    display: inline;
  }
  .serv6__block .img {
    width: 100%;
    max-width: 280px;
    height: 280px;
  }
  .serv6__block .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .serv6__item {
    display: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .serv6__item .item-head {
    display: none;
  }
  .serv6__item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .serv6__item.left {
    width: calc(100% - 20px);
    margin-left: -20px;
    border-radius: 0 32px 32px 0;
    display: none;
  }
  .serv6__item.left.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .serv6__item.left .item-content {
    padding: 16px 24px;
  }
  .serv6__item.left .item-content .serv6__punkt {
    padding: 24px 12px;
    line-height: 1.4;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
  }
  .serv6__item.right {
    background-color: #c8f8c2;
    margin-bottom: -4px;
  }
  .serv6__item.right .right-content {
    overflow: hidden;
    margin-left: 15px;
    border-radius: 32px 0 0 32px;
    position: relative;
  }
  .serv6__item.right .right-content::after {
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 30px;
    z-index: 1;
    background-color: #fafafa;
  }
  .serv6__item.right .right-content svg {
    position: relative;
    z-index: 2;
  }
}
.platf {
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 20px;
}
.platf .container {
  max-width: 1345px;
}
.platf::before {
  content: "";
  position: absolute;
  right: -10%;
  top: calc(50% - 260px);
  width: 60%;
  height: 560px;
  background-image: url(../../images/platf-main.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 2;
}
@media (max-width: 1200px) {
  .platf::before {
    width: 50%;
  }
}
.platf::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(../../images/decor-hero.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
.platf__wrapper {
  margin: 0 15px;
  margin-top: -80px;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}
.platf__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.platf__mobile {
  display: none;
}
.platf__text {
  padding: 230px 0 180px;
  width: 60%;
  max-width: 560px;
}
.platf__text h1 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  display: block;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1.4;
}
.platf__text p {
  margin: 0;
  display: block;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 40px;
}
.platf__text .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 16px;
}
.platf__text .action button,
.platf__text .action a {
  border-radius: 16px;
  padding: 24px 40px;
}
.platf__text .action button.trans-btn,
.platf__text .action a.trans-btn {
  color: var(--blue);
  border: 1px solid var(--blue);
  background-color: transparent;
}
.platf__img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.platf__img img {
  display: none;
}

@media (max-width: 920px) {
  .platf__text {
    padding-top: 120px;
    width: 100%;
    max-width: none;
  }
  .platf__text h1 {
    font-size: 48px;
  }
  .platf__text p {
    font-size: 18px;
  }
  .platf__text .action a,
  .platf__text .action button {
    padding: 24px 28px;
    font-size: 16px;
  }
  .platf::before {
    display: none;
  }
  .platf::after {
    height: 60%;
  }
  .platf__mobile {
    display: block;
    z-index: 2;
    position: relative;
    margin-bottom: 30px;
  }
  .platf__mobile img {
    display: block;
    width: 100%;
    border-radius: 16px;
    -webkit-box-shadow: 0px 9.86px 24.66px 0px rgba(15, 25, 153, 0.0784313725);
    box-shadow: 0px 9.86px 24.66px 0px rgba(15, 25, 153, 0.0784313725);
  }
}
@media (max-width: 767px) {
  .platf {
    margin: 20px 10px 0;
  }
}
@media (max-width: 640px) {
  .platf {
    overflow: hidden;
  }
  .platf::after {
    width: 20%;
  }
  .platf__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
  }
  .platf__text h1 {
    font-size: 27px;
  }
  .platf__text p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .platf__text .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
  .platf__text .action a,
  .platf__text .action button {
    font-size: 16px;
    padding: 24px 48px;
    font-weight: 500;
  }
  .platf__mobile {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    margin-right: -10%;
  }
}
.platf2 {
  padding: 140px 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.platf2__plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 140px;
  position: relative;
}
.platf2__plan::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 100%;
  height: calc(100% + 60px);
  background-size: 90% 100%;
  background-image: url(../../images/line.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 25px;
}
.platf2__item {
  width: 50%;
  padding: 16px 20px 24px;
  background-color: #f6f6f6;
  border-radius: 12px;
}
.platf2__item:nth-child(1) {
  margin-left: 24px;
  width: calc(50% - 24px);
  max-width: 560px;
}
.platf2__item:nth-child(2) {
  max-width: 410px;
  margin-left: auto;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.platf2__item:nth-child(3) {
  max-width: 430px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 100px;
  margin-top: 80px;
}
.platf2__item:nth-child(4) {
  max-width: 420px;
  width: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.platf2__item .icon {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 12px;
}
.platf2__item .icon svg {
  display: block;
}
.platf2__item .text p {
  margin: 0;
  display: block;
  color: #2f333f;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 20px;
}
.platf2__item .text span {
  display: block;
  font-size: 18px;
  color: #2f333f;
  line-height: 1.4;
  font-weight: 400;
}
.platf2__title {
  margin-bottom: 60px;
}
.platf2__final {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  text-align: center;
  border: 1px solid #950f0f;
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #950f0f;
  border-radius: 16px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .platf2__final {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .platf2__plan {
    -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;
    margin-bottom: 40px;
  }
  .platf2__plan::before {
    background-image: url(../../images/line2.png);
    background-size: 100% 90%;
    height: 100%;
  }
  .platf2__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .platf2__item:nth-child(n) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .platf2__item:nth-child(1) {
    margin-right: 0;
    margin-left: 24px;
    margin-bottom: 24px;
    width: 100%;
  }
  .platf2__item:nth-child(2) {
    margin-left: auto;
    margin-right: 24px;
    width: 100%;
    max-width: 420px;
    margin-bottom: 24px;
  }
  .platf2__item:nth-child(3) {
    margin-top: 0;
    margin-left: 60px;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .platf2__item:nth-child(4) {
    max-width: 420px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: 40px;
  }
}
@media (max-width: 640px) {
  .platf2__title {
    margin-bottom: 24px;
  }
  .platf2__plan::before {
    display: none;
  }
  .platf2__item {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: none !important;
    margin: 0 0 16px !important;
  }
  .platf2__item .text p {
    font-size: 18px;
  }
  .platf2__item .text span {
    font-size: 16px;
  }
}
.platf3 {
  padding: 80px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.platf3__title {
  margin-bottom: 40px;
}
.platf3__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -24px;
}
.platf3__item {
  background-color: #f6f6f6;
  border-radius: 18px;
  margin: 0 12px 24px;
  padding: 24px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 24px);
}
.platf3__item:nth-child(n + 3) {
  width: calc(33.33% - 24px);
}
.platf3__item:first-child .text {
  padding-top: 10px;
}
.platf3__item .text {
  margin-bottom: 20px;
}
.platf3__item p {
  color: var(--black);
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin: 0;
}
.platf3__item .img {
  margin-top: auto;
}
.platf3__item .img img {
  display: block;
  width: 100%;
}

@media (max-width: 920px) {
  .platf3__items {
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .platf3__item {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 24px !important;
    max-width: 450px !important;
  }
}
@media (max-width: 560px) {
  .platf3 {
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .platf3__item .text {
    margin-bottom: 12px;
  }
  .platf3__item .text p {
    font-size: 16px;
  }
}
.platf7 {
  padding-top: 40px;
  padding-bottom: 80px;
}
.platf7__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.platf7__items .grid-item:nth-child(1) {
  grid-area: 1/1/4/2;
}
.platf7__items .grid-item:nth-child(2) {
  grid-area: 1/2/4/3;
}
.platf7__items .grid-item:nth-child(3) {
  grid-area: 1/3/3/4;
}
.platf7__items .grid-item:nth-child(4) {
  grid-area: 3/3/4/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-radius: 16px;
  max-width: none;
}
.platf7__items .grid-item:nth-child(4) svg {
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.platf7__items .grid-item:nth-child(4):hover svg {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.platf7__item {
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  background-color: #f6f6f6;
  border-radius: 16px;
  line-height: 1.4;
}
.platf7__item .icon {
  margin-bottom: 12px;
}
.platf7__item .text h3 {
  line-height: 1.4;
  font-size: 22px;
  line-height: 1.4;
  color: #000;
  margin: 0;
  margin-bottom: 12px;
}
.platf7__item .text p {
  margin: 0;
  display: block;
  color: #2f333f;
}
.platf7__item .text p {
  line-height: 1.6;
}

@media (max-width: 920px) {
  .platf7 {
    padding-top: 24px;
  }
  .platf7__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .platf7__items .grid-item h3 {
    font-size: 16px;
  }
  .platf7__items .grid-item p {
    font-size: 14px;
  }
}
.gift {
  padding: 80px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gift__body {
  background-color: #1928f0;
  color: #fff;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 70px 90px;
  border-radius: 20px;
  text-align: center;
}
.gift__icon {
  margin-bottom: 20px;
}
.gift__icon svg {
  display: block;
}
.gift__text {
  max-width: 960px;
}
.gift__text h2 {
  font-size: 40px;
  margin: 0;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 25px;
}
.gift__text .main-btn {
  margin: 0 auto;
  padding: 24px 48px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .gift__text .main-btn {
    padding: 24px 40px;
    width: 100%;
    max-width: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 920px) {
  .gift__body {
    padding: 70px 20px;
  }
}
@media (max-width: 767px) {
  .gift {
    padding: 50px 0;
  }
  .gift__body {
    padding: 40px 12px;
  }
  .gift__icon {
    width: 68px;
    height: 68px;
  }
  .gift__icon svg {
    width: 100%;
    height: 100%;
  }
  .gift__text h2 {
    font-size: 22px;
    line-height: 1.4;
  }
}
.techno {
  padding-top: 80px;
  padding-bottom: 20px;
}
.techno__title {
  margin-bottom: 40px;
}
.techno__title .section-title {
  margin-bottom: 20px;
}
.techno__title p {
  text-align: center;
  margin: 0;
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.techno__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 20px;
}
.techno__tab {
  width: 33.33%;
  text-align: center;
  padding: 20px;
  border: none;
  background-color: transparent;
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #c0c8d2;
  font-weight: 400;
  cursor: pointer;
}
.techno__tab.active {
  border-color: var(--blue);
  font-weight: 500;
  color: var(--blue);
}
.techno__tab-item {
  display: none;
}
.techno__tab-item.active {
  display: block;
}
.techno__tab-item img {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 12px 30px 0px rgba(15, 25, 153, 0.0784313725);
  box-shadow: 0px 12px 30px 0px rgba(15, 25, 153, 0.0784313725);
  border-radius: 16px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .techno {
    padding-top: 50px;
  }
  .techno__title p {
    font-size: 16px;
  }
  .techno__tabs {
    max-width: calc(100vw - 30px);
    overflow: auto;
  }
  .techno__tab {
    width: auto;
    white-space: nowrap;
    font-size: 13px;
  }
}
.tarifs {
  padding: 80px 0;
}
.tarifs__title {
  margin-bottom: 40px;
}
.tarifs__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tarifs__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.tarifs__col.focus {
  border: 1px solid var(--blue);
  border-radius: 8px;
}
.tarifs__col:first-child {
  width: 25%;
}
.tarifs__col:first-child .col-item p {
  font-size: 16px;
  color: #2f333f;
}
.tarifs__col .name {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tarifs__col .name > p {
  text-align: center;
  margin: 0;
  display: block;
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
}
.tarifs__col .name h3 {
  display: block;
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
}
.tarifs__col .name h3 span {
  color: #fff;
  display: inline-block;
  background-color: #eb5a20;
  border-radius: 37px;
  padding: 3px 6px;
  font-size: 14px;
}
.tarifs__col .name .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.tarifs__col .name .price p {
  text-align: center;
  white-space: nowrap;
  display: block;
}
.tarifs__col .name .price span {
  color: #929db2;
  font-size: 20px;
  white-space: nowrap;
  font-weight: 400;
  text-decoration: line-through;
}
.tarifs__col .name > span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #2f333f;
  margin-bottom: 15px;
}
.tarifs__col .name a {
  display: block;
  max-width: none;
  width: 100%;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid var(--blue);
  color: var(--blue);
  text-align: center;
  margin-top: auto;
  font-size: 14px;
}
.tarifs__col .name a:hover {
  background-color: var(--blue);
  color: #fff;
}
.tarifs__col:nth-child(3) .name p,
.tarifs__col:nth-child(4) .name p {
  color: #eb5a20;
}
.tarifs__col:first-child p {
  margin: 0;
  color: var(--black);
  line-height: 1.4;
  font-weight: 400;
}
.tarifs__col:first-child a {
  display: block;
  margin-top: 8px;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.4;
}
.tarifs__col .col-item {
  padding: 30px 12px;
}
.tarifs__col .col-item:first-child {
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}
.tarifs__col .col-item:first-child a {
  margin-top: auto;
}
.tarifs__col .col-item p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tarifs__col .col-item p span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tarifs__col .col-item:nth-child(2n + 2) {
  background-color: #f9f9f9;
}
.tarifs__col .col-item:nth-child(n + 2) {
  padding: 0 12px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tarifs__col .col-item.active {
  background-image: url(../../images/check-png.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

@media (max-width: 1024px) {
  .tarifs {
    overflow: hidden;
  }
  .tarifs__table {
    min-width: 1080px;
    width: 100%;
    overflow: auto;
  }
  .tarifs .container {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .tarifs__table {
    display: none;
  }
}
@media (max-width: 767px) {
  .tarifs {
    padding: 50px 0;
  }
}
.tarifs-mobile {
  display: none;
}
@media (max-width: 767px) {
  .tarifs-mobile {
    display: block;
  }
}
.tarifs-mobile__head {
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c0c8d2;
}
.tarifs-mobile__head p {
  margin: 0;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
}
.tarifs-mobile__head a {
  color: var(--blue);
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
}
.tarifs-mobile__item {
  padding-top: 30px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #c0c8d2;
}
.tarifs-mobile__item ul {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.tarifs-mobile__item ul li {
  padding: 16px 12px 16px 48px;
  background-image: url(../../images/check-png.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position-x: 16px;
  background-position-y: 16px;
  color: var(--black);
  line-height: 1.3;
}
.tarifs-mobile__item ul li:nth-child(2n + 1) {
  background-color: #f9f9f9;
}
.tarifs-mobile__item .name {
  text-align: center;
  width: 100%;
}
.tarifs-mobile__item .name h3 {
  color: var(--blue);
  margin: 0;
  font-size: 18px;
  display: block;
  margin-bottom: 12px;
}
.tarifs-mobile__item .name .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #16181e;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 7px;
  gap: 5px;
}
.tarifs-mobile__item .name .price span {
  color: #929db2;
  display: inline-block;
  text-decoration: line-through;
}
.tarifs-mobile__item .name > span {
  display: block;
  text-align: center;
  color: #2f333f;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}
.tarifs-mobile__item .name a {
  display: block;
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
  background-color: transparent;
  color: var(--blue);
  border: 1px solid var(--blue);
  font-size: 14px;
  padding: 16px 20px;
}

.stek {
  padding: 80px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stek__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 24px;
}
.stek__item {
  padding: 36px 24px;
  color: #000;
  width: 50%;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.stek__item h3 {
  margin: 0;
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 24px;
}
.stek__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 auto;
}
.stek__items span {
  display: block;
  border-radius: 36px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px 36px;
  color: #2f333f;
  background-color: #e1e4ee;
}

@media (max-width: 767px) {
  .stek {
    padding: 50px 0;
  }
  .stek__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stek__item {
    width: 100%;
  }
  .stek__item h3 {
    font-size: 18px;
  }
  .stek__items span {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 36px;
  }
}
.footer {
  padding: 40px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #151515;
  color: #bababa;
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 24px;
}
.footer__col {
  width: 33.33%;
  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;
}
.footer__title {
  margin-bottom: 15px;
}
.footer__title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.footer__title a svg {
  display: block;
  margin-right: 14px;
}
.footer__title a span {
  padding-left: 14px;
  border-left: 2px solid #7685b0;
  color: #7685b0;
  font-weight: 450;
  font-size: 22px;
  line-height: 1.2;
}
.footer__title a span.blue {
  color: var(--blue);
  border-left-color: var(--blue);
}
.footer .pp-link {
  margin-bottom: 15px;
  margin-top: 4px;
}
.footer .pp-link a {
  text-decoration: none;
  color: #bababa;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.footer__info {
  margin-bottom: 15px;
}
.footer__info:last-child {
  margin-bottom: 0;
}
.footer__info p {
  display: block;
  line-height: 1.5;
  margin: 0;
  display: block;
}
.footer__info a {
  text-decoration: none;
  color: inherit;
  display: block;
  line-height: 1.5;
  margin: 0;
  display: block;
}

@media (max-width: 767px) {
  .footer__title {
    width: 100%;
  }
  .footer__title a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .pp-link {
    width: 100%;
  }
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__col {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .footer__info {
    width: 100%;
  }
  .footer__info a {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.cases-section {
  padding-top: 50px;
  padding-bottom: 60px;
}
.cases-section__items {
  padding: 40px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cases-section__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 12px 24px;
  width: calc(33.33% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  height: auto;
}
.cases-section__item:hover .img {
  background-color: #e4e4e4;
}
.cases-section__item:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.cases-section__item:hover .action .fake-btn {
  background-position-x: calc(100% - 15px);
}
.cases-section__item .img {
  background-color: #f6f6f6;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  border-radius: 16px;
  overflow: hidden;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}
.cases-section__item .img img {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.cases-section__item .text {
  margin-bottom: 12px;
}
.cases-section__item .text h2 {
  margin: 0;
  display: block;
  font-size: 20px;
  line-height: 1.5;
  color: #16181e;
}
.cases-section__item .text p {
  display: block;
  font-weight: 400;
  color: var(--black);
  margin: 0;
  line-height: 1.5;
}

.cases-section__item .action {
  margin-top: auto;
}
.cases-section__item .action .fake-btn {
  border: 1px solid var(--blue);
  color: var(--blue);
  padding: 16px 54px 16px 24px;
  font-size: 16px;
  background-color: transparent;
  background-image: url(../../assets/imgs/arrow-btn.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-position-x: calc(100% - 20px);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.tax-title h1 {
  display: block;
  margin: 0;
  text-align: left;
  font-size: 28px;
  line-height: 1.4;
  color: #16181e;
}

@media (max-width: 920px) {
  .cases-section__item {
    width: calc(50% - 24px);
  }
}
@media (max-width: 560px) {
  .cases-section__items {
    margin: 0;
  }
  .cases-section__item {
    width: 100%;
    margin: 0 0 24px;
  }
  .cases-section__item .img {
    height: 240px;
  }
  .cases-section__item .img img {
    height: 100%;
  }
  .cases-section__item .text h2 {
    font-size: 18px;
  }
  .cases-section__item .text p {
    font-size: 14px;
  }
  .cases-section__item .action .fake-btn {
    font-size: 14px;
    padding: 14px 42px 14px 20px;
    background-size: 14px;
    background-position-x: calc(100% - 20px);
  }
}
.case-inner {
  padding: 50px 0 100px;
}
.case-inner__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.case-inner__content {
  max-width: 760px;
  width: 100%;
}
.case-inner__content h1 {
  display: block;
  margin: 0;
  font-size: 28px;
  color: #16181e;
  font-weight: 700;
  font-style: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
.case-inner__content h2 {
  display: block;
  color: #16181e;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.case-inner__content p {
  display: block;
  color: var(--black);
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.case-inner__content ol,
.case-inner__content ul {
  padding: 0;
  padding-left: 18px;
}
.case-inner__content ol li,
.case-inner__content ul li {
  line-height: 1.4;
  font-size: 18px;
  line-height: 1.5;
  color: var(--black);
}
.case-inner__content ol li ul,
.case-inner__content ul li ul {
  padding: 5px;
  list-style: disc;
}
.case-inner__content .imgs-content {
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 16px;
}
.case-inner__content .imgs-content .img {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
.case-inner__content .imgs-content .img img {
  height: 100%;
  max-height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 12px;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}
.case-inner__content .imgs-content .img span {
  font-size: 18px;
  color: var(--black);
  line-height: 1.5;
  display: block;
  font-weight: 400;
}
.case-inner__content .col-3 {
  margin-bottom: 16px;
}
.case-inner__content .col-3 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.case-inner__content .col-3 .items img {
  display: block;
  width: calc(33.33% - 16px);
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 8px 16px;
  border-radius: 16px;
}
.case-inner__content .col-3 span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #2f333f;
  display: block;
}
.case-inner__content .col-2 {
  margin-bottom: 16px;
}
.case-inner__content .col-2 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.case-inner__content .col-2 .items img {
  display: block;
  width: calc(50% - 16px);
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 8px 16px;
  border-radius: 16px;
}
.case-inner__content .col-2 span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #2f333f;
  display: block;
}
.case-inner__content .col-1 {
  margin-bottom: 16px;
}
.case-inner__content .col-1 img {
  display: block;
  margin: 0 0 16px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 16px;
  background-color: #f6f6f6;
}
.case-inner__content .col-1 span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #2f333f;
  display: block;
}
.case-inner__info {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 30px;
  max-width: 360px;
  width: 100%;
}
.case-inner__info .img {
  padding: 12px;
  background-color: #f6f6f6;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
.case-inner__info .img img {
  width: 100%;
}
.case-inner__jour {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  background-color: #273c4f;
  font-family: "stengazeta";
}
.case-inner__jour a {
  text-decoration: none;
  color: inherit;
}
.case-inner__jour img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 24px;
}
.case-inner__jour p {
  display: block;
  text-align: center;
  line-height: 1.1;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.case-inner__jour .fake-btn {
  background-color: #fff;
  color: #000;
  padding: 10px 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 920px) {
  .case-inner__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .case-inner__info {
    max-width: none;
    width: 100%;
  }
  .case-inner__info .img {
    display: none;
  }
  .case-inner__jour img {
    display: block;
    max-width: 315px;
    margin: 0 auto 20px;
  }
  .case-inner__jour p {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .case-inner__content {
    width: 100%;
    margin: 0;
    max-width: none;
  }
  .case-inner__content .mobile-thumb {
    width: 100%;
    background-color: #f6f6f6;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 16px;
  }
  .case-inner__content .mobile-thumb img {
    max-width: 100%;
  }
}
@media (max-width: 560px) {
  .case-inner__content h1 {
    font-size: 20px;
    line-height: 1.3;
  }
  .case-inner__content h2 {
    font-size: 16px;
  }
  .case-inner__content p {
    font-size: 16px;
  }
  .case-inner__content ul li,
  .case-inner__content ol li {
    font-size: 16px;
  }
  .case-inner__content .imgs-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .case-inner__content .imgs-content .img {
    width: 100%;
    margin: 0 0 16px;
  }
  .case-inner .mobile-info {
    margin-top: -80px;
  }
}
@media (max-width: 560px) {
  .case-inner__content .col-3 .items,
  .case-inner__content .col-2 .items,
  .case-inner__content .col-1 .items {
    margin: 0 0 16px;
  }
  .case-inner__content .col-3 .items img,
  .case-inner__content .col-2 .items img,
  .case-inner__content .col-1 .items img {
    display: block;
    width: 100%;
    margin: 0 0 16px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .case-inner__content .col-3 .items img:last-child,
  .case-inner__content .col-2 .items img:last-child,
  .case-inner__content .col-1 .items img:last-child {
    margin-bottom: 0;
  }
  .case-inner__content .col-3 img,
  .case-inner__content .col-2 img,
  .case-inner__content .col-1 img {
    display: block;
    width: 100%;
  }
}
