@font-face {
  font-family: "Gilroy";
  src: url(../fonts/gilroy/Gilroy-Thin.woff2) format("woff2"), url(../fonts/gilroy/Gilroy-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/gilroy/Gilroy-UltraLight.woff2) format("woff2"), url(../fonts/gilroy/Gilroy-UltraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/gilroy/Gilroy-Light.woff2) format("woff2"), url(../fonts/gilroy/Gilroy-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/gilroy/Gilroy-Regular.woff2) format("woff2"), url(../fonts/gilroy/Gilroy-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/gilroy/Gilroy-Medium.woff2) format("woff2"), url(../fonts/gilroy/Gilroy-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/gilroy/Gilroy-Semibold.woff2) format("woff2"), url(../fonts/gilroy/Gilroy-Semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/gilroy/Gilroy-Bold.woff2) format("woff2"), url(../fonts/gilroy/Gilroy-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/gilroy/Gilroy-Extrabold.woff2) format("woff2"), url(../fonts/gilroy/Gilroy-Extrabold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/gilroy/Gilroy-Heavy.woff2) format("woff2"), url(../fonts/gilroy/Gilroy-Heavy.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.services_b1 {
  position: relative;
  margin: 120px 0 160px;
  display: grid;
  grid-template-columns: 637fr 683fr;
  gap: 69px;
  align-items: center;
  padding-bottom: 90px;
}
.services_b1 .sb1_media {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.services_b1 .sb1_media .main_img {
  align-self: flex-start;
  width: 100%;
  max-width: calc(100% - 70px);
  aspect-ratio: 567/478;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #00171c;
  border-radius: 24px;
  margin-bottom: -48%;
}
.services_b1 .sb1_media .info_list {
  width: 100%;
  max-width: 345px;
  border-radius: 20px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.services_b1 .sb1_media .info_list svg {
  width: 100%;
  height: auto;
  padding: 24px 20px 16px;
}
.services_b1 .sb1_media .info_list .list_item {
  padding: 0 30px 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #c2c2c2;
}
.services_b1 .sb1_media .info_list .list_item .title {
  line-height: 1.25;
}
.services_b1 .sb1_media .info_list .list_item .num {
  display: flex;
  align-items: center;
  gap: 14px;
}
.services_b1 .sb1_media .info_list .list_item .num .number {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.25;
  color: #000;
}
.services_b1 .sb1_media .info_list .list_item .num .percents {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  gap: 3px;
}
.services_b1 .sb1_media .info_list .list_item .num .percents.plus {
  color: #4accb7;
}
.services_b1 .sb1_media .info_list .list_item .num .percents.plus::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent currentColor transparent;
  transform: rotate(0deg);
}
.services_b1 .sb1_media .info_list .list_item .num .percents.minus {
  color: #cc4a5f;
}
.services_b1 .sb1_media .info_list .list_item .num .percents.minus::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent currentColor transparent;
  transform: rotate(180deg);
}
.services_b1 .sb1_media .info_list .list_item:last-child {
  margin-bottom: 0;
  padding-bottom: 24px;
  border: none;
}
.services_b1 .sb1_content {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.services_b1 .sb1_content .title {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.29;
  text-transform: uppercase;
}
.services_b1 .sb1_content .text {
  line-height: 1.25;
}
.services_b1 .sb1_content .btn_green a {
  display: block;
}
.services_b1 .btn-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1077px) {
  .site-header .topNav {
    top: 30px !important;
    left: 0 !important;
  }
  .site-header .dropdown {
    top: 30px !important;
    right: 0 !important;
  }
  .services_b1 {
    margin: 25px 0 60px;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 0;
  }
  .services_b1 .sb1_media {
    order: 1;
  }
  .services_b1 .sb1_media .main_img {
    align-self: center;
    max-width: 567px;
    margin-bottom: -280px;
  }
  .services_b1 .sb1_media .info_list {
    align-self: center;
    margin-right: -50%;
  }
  .services_b1 .sb1_content {
    margin-bottom: 0;
    gap: 20px;
    align-items: center;
  }
  .services_b1 .sb1_content .title {
    font-size: 36px;
    text-align: center;
  }
  .services_b1 .sb1_content .text {
    font-size: 16px;
    text-align: center;
  }
  .services_b1 .sb1_content .btn_green a {
    margin: 0;
    width: 243px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .services_b1 {
    margin: 25px 0 35px;
  }
  .services_b1 .sb1_media .main_img {
    margin-bottom: -100px;
  }
  .services_b1 .sb1_media .info_list {
    margin-right: 0;
  }
  .services_b1 .sb1_content .btn_green a {
    font-size: 14px;
    line-height: 1;
    width: 209px;
    padding-top: 22px;
  }
}
.services_b2 {
  margin: 160px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.services_b2 .section_title {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.29;
  text-transform: uppercase;
}
.services_b2 .section_text {
  line-height: 1.25;
}
.services_b2 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 30px 60px;
}
.services_b2 .list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  min-height: 165px;
}
.services_b2 .list .item .title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.services_b2 .list .item .title .icon {
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.services_b2 .list .item .text {
  font-weight: 500;
  line-height: 1.25;
}

@media (max-width: 1077px) {
  .services_b2 {
    margin: 60px 0 90px;
    gap: 20px;
  }
  .services_b2 .section_title {
    font-size: 24px;
  }
  .services_b2 .section_text {
    font-size: 16px;
  }
  .services_b2 .list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .services_b2 .list .item {
    min-height: unset;
  }
  .services_b2 .list .item .title {
    font-size: 16px;
  }
  .services_b2 .list .item .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .services_b2 {
    margin-top: 35px;
  }
}
.services_b3 {
  position: relative;
  margin: 160px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 20px;
  padding: 20px 20px 20px 30px;
  background: #4accb7;
  overflow: hidden;
}
.services_b3::before {
  content: url('data:image/svg+xml,<svg width="791" height="878" viewBox="0 0 791 878" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_f_2016_4259)"><path d="M438.848 567.464C509.88 567.464 567.464 509.881 567.464 438.848C567.464 367.815 509.88 310.232 438.848 310.232" stroke="%235BDBC6" stroke-width="87" /><path d="M440.294 657.062C320.576 657.062 223.525 560.011 223.525 440.293C223.525 320.575 320.576 223.525 440.294 223.525" stroke="%235BDBC6" stroke-width="87" /><path d="M438.848 737.989C604.058 737.989 737.988 604.059 737.988 438.848C737.988 273.637 604.058 139.707 438.848 139.707" stroke="%235BDBC6" stroke-width="87" /><path d="M438.848 824.696C225.75 824.696 53 651.946 53 438.848C53 225.75 225.75 53 438.848 53" stroke="%235BDBC6" stroke-width="87" /></g><defs><filter id="filter0_f_2016_4259" x="0.4" y="0.4" width="790.188" height="876.896" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix" /><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" /><feGaussianBlur stdDeviation="4.55" result="effect1_foregroundBlur_2016_4259" /></filter></defs></svg>');
  width: 791px;
  height: auto;
  aspect-ratio: 791/878;
  position: absolute;
  top: -160px;
  left: 0;
}
.services_b3 .icon {
  position: relative;
  flex-shrink: 0;
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.services_b3 .sb3_content {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.services_b3 .sb3_content .title {
  font-weight: 900;
  font-size: 36px;
  line-height: 1.29;
  text-transform: uppercase;
}
.services_b3 .sb3_content .text {
  font-weight: 500;
  line-height: 1.25;
}
.services_b3 .btn_green a {
  position: relative;
  margin: 0;
  display: block;
  width: 226px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}

@media (max-width: 1077px) {
  .services_b3 {
    margin: 90px 0;
    flex-wrap: wrap;
    gap: 16px 12px;
    padding: 20px;
    align-items: flex-start;
  }
  .services_b3::before {
    top: -150px;
    left: -40px;
  }
  .services_b3 .icon {
    width: 40px;
  }
  .services_b3 .sb3_content {
    max-width: calc(100% - 52px);
  }
  .services_b3 .sb3_content .title {
    font-size: 24px;
  }
  .services_b3 .sb3_content .text {
    font-size: 16px;
  }
  .services_b3 .btn_green {
    margin-left: 52px;
  }
  .services_b3 .btn_green a {
    width: 191px;
    font-size: 16px;
    line-height: 1;
    padding-top: 14px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .services_b3::before {
    left: -50px;
  }
  .services_b3 .sb3_content .title {
    font-size: 20px;
  }
}
.services_b4 {
  margin: 160px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.services_b4 .section_title {
  font-weight: 900;
  font-size: 48px;
  line-height: 1.29;
  text-transform: uppercase;
  text-align: center;
}
.services_b4 .section_text {
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
}
.services_b4 .list .item.default {
  padding: 60px 0;
  border-bottom: 1px dashed #c2c2c2;
  display: flex;
  align-items: center;
  gap: 35px;
}
.services_b4 .list .item.default:first-child {
  border-top: 1px dashed #c2c2c2;
}
.services_b4 .list .item.default:has(+ .item.banner) {
  border-bottom: none;
}
.services_b4 .list .item.default .icon {
  position: relative;
  width: 200px;
  height: auto;
  aspect-ratio: 1/1;
  padding-right: 14px;
  padding-bottom: 14px;
  flex-shrink: 0;
}
.services_b4 .list .item.default .icon::before {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border-radius: 15px;
  background-color: #d9d9d9;
  position: absolute;
  right: 0;
  bottom: 0;
}
.services_b4 .list .item.default .icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #303030;
  border-radius: 15px;
  padding: 41px;
  background-color: transparent;
}
.services_b4 .list .item.default .list_content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.services_b4 .list .item.default .list_content .title {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.29;
  text-transform: uppercase;
}
.services_b4 .list .item.default .list_content .text {
  font-size: 24px;
  line-height: 1.45;
}
.services_b4 .list .item.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 20px;
  padding: 20px 20px 20px 30px;
  background: #4accb7;
  overflow: hidden;
}
.services_b4 .list .item.banner::before {
  content: url('data:image/svg+xml,<svg width="1310" height="1310" viewBox="0 0 1310 1310" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_f_2018_4480)"><circle cx="655" cy="655" r="177" stroke="%233DE7CB" stroke-width="76" /><circle cx="657.416" cy="657.416" r="324.36" stroke="%233DE7CB" stroke-width="76" /><circle cx="655" cy="655" r="462.056" stroke="%233DE7CB" stroke-width="76" /><circle cx="655" cy="655" r="607" stroke="%233DE7CB" stroke-width="76" /></g><defs><filter id="filter0_f_2018_4480" x="0.9" y="0.9" width="1308.2" height="1308.2" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix" /><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" /><feGaussianBlur stdDeviation="4.55" result="effect1_foregroundBlur_2018_4480" /></filter></defs></svg>');
  display: block;
  width: 1310px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -405px;
  left: -330px;
}
.services_b4 .list .item.banner .icon {
  position: relative;
  width: 110px;
  height: auto;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.services_b4 .list .item.banner .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services_b4 .list .item.banner .list_content {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.services_b4 .list .item.banner .list_content .title {
  font-weight: 900;
  font-size: 36px;
  line-height: 1.29;
  text-transform: uppercase;
}
.services_b4 .list .item.banner .list_content .btn_green a {
  display: block;
  margin: 0;
  width: 226px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}

@media (max-width: 1077px) {
  .services_b4 {
    margin: 90px 0;
    gap: 30px;
  }
  .services_b4 .section_title {
    font-size: 24px;
    text-align: left;
  }
  .services_b4 .section_text {
    font-size: 14px;
    text-align: left;
  }
  .services_b4 .list .item.default {
    padding: 20px 0;
    gap: 20px;
    align-items: flex-start;
  }
  .services_b4 .list .item.default:first-child {
    padding-top: 30px;
  }
  .services_b4 .list .item.default .icon {
    width: 72px;
    padding-right: 4px;
    padding-bottom: 4px;
  }
  .services_b4 .list .item.default .icon::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  .services_b4 .list .item.default .icon img {
    padding: 14px;
  }
  .services_b4 .list .item.default .list_content {
    gap: 8px;
  }
  .services_b4 .list .item.default .list_content .title {
    font-size: 20px;
  }
  .services_b4 .list .item.default .list_content .text {
    font-size: 16px;
  }
  .services_b4 .list .item.banner {
    margin: 10px 0;
    gap: 12px;
    align-items: flex-start;
  }
  .services_b4 .list .item.banner .icon {
    width: 36px;
  }
  .services_b4 .list .item.banner .list_content {
    gap: 20px;
  }
  .services_b4 .list .item.banner .list_content .title {
    font-size: 24px;
  }
  .services_b4 .list .item.banner .list_content .btn_green a {
    width: 167px;
    font-size: 16px;
    line-height: 1;
    padding-top: 14px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .services_b4 {
    gap: 20px;
  }
  .services_b4 .list .item.default {
    flex-direction: column;
    gap: 20px;
  }
  .services_b4 .list .item.default:first-child {
    padding-top: 20px;
  }
  .services_b4 .list .item.banner {
    margin: 0;
  }
  .services_b4 .list .item.banner .list_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .services_b4 .list .item.banner .list_content .title {
    font-size: 20px;
  }
}
.services_b5 {
  margin: 160px 0 125px;
  display: flex;
  align-items: center;
  gap: 90px;
  padding: 0 65px;
  border-radius: 20px;
  box-shadow: 0 6px 10px 0 rgba(194, 194, 194, 0.3);
  background: center/cover no-repeat url(../img/b5_bg.png) #F5FAF9;
}
.services_b5 img {
  width: 425px;
  height: auto;
  aspect-ratio: 425/623;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.services_b5 .sb5_content {
  padding: 60px 0;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.services_b5 .sb5_content .title {
  font-weight: 900;
  font-size: 36px;
  line-height: 1.29;
  text-transform: uppercase;
}
.services_b5 .sb5_content .text {
  font-size: 20px;
  line-height: 1.45;
}
.services_b5 .sb5_content .btn_green a {
  margin: 0;
  display: block;
  width: 172px;
  text-align: center;
  padding: 20px 20px 18px;
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 1077px) {
  .services_b5 {
    margin: 90px -20px 55px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 30px 20px 0;
    border-radius: 0;
    box-shadow: unset;
    gap: 20px;
  }
  .services_b5 img {
    width: 273px;
  }
  .services_b5 .sb5_content {
    padding: 30px 0;
  }
  .services_b5 .sb5_content .title {
    font-size: 24px;
  }
  .services_b5 .sb5_content .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .services_b5 {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .services_b5 img {
    margin-top: -45px;
    max-width: 100%;
  }
  .services_b5 .sb5_content {
    padding: 0;
  }
}
.services_b6 {
  margin: 160px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.services_b6 .section_title {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.29;
  text-transform: uppercase;
  text-align: center;
}
.services_b6 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.services_b6 .list .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.services_b6 .list .item .icon {
  width: 48px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.services_b6 .list .item .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  text-transform: uppercase;
}
.services_b6 .list .item .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
}

@media (max-width: 1077px) {
  .services_b6 {
    margin: 90px 0;
    gap: 30px;
  }
  .services_b6 .section_title {
    font-size: 24px;
  }
  .services_b6 .list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.services_b7 {
  margin: 160px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.services_b7 .section_title {
  position: relative;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.29;
  text-transform: uppercase;
  text-align: center;
}
.services_b7 .section_subtitle {
  font-size: 25px;
  line-height: 0.91;
  text-align: center;
}
.services_b7 .faq_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.services_b7 .faq_list .faq_1, .services_b7 .faq_list .faq_2 {
  font-size: 14px;
  line-height: 1.6;
}
.services_b7 .faq_list .faq_1 h4, .services_b7 .faq_list .faq_2 h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #00171c;
}
.services_b7 .faq_list .faq_1 *:not(:last-child), .services_b7 .faq_list .faq_2 *:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 1077px) {
  .services_b7 {
    margin: 90px 0;
    gap: 25px;
  }
  .services_b7 .section_title {
    font-size: 24px;
  }
  .services_b7 .section_subtitle {
    font-size: 16px;
    line-height: 1.42;
  }
  .services_b7 .faq_list {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .services_b7 .faq_list {
    grid-template-columns: 1fr;
  }
}
.services_b8 {
  margin: 160px 0;
  position: relative;
  display: grid;
  grid-template-columns: 597fr 682fr;
  gap: 115px;
}
.services_b8::before {
  content: url('data:image/svg+xml,<svg width="1946" height="1629" viewBox="0 0 1946 1629" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_f_2025_4523)"><path d="M1190.94 1124.21L1746 200L200.799 1428.43L1190.94 1124.21Z" fill="url(%23paint0_linear_2025_4523)" /></g><defs><filter id="filter0_f_2025_4523" x="0.799805" y="0" width="1945.2" height="1628.43" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix" /><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" /><feGaussianBlur stdDeviation="100" result="effect1_foregroundBlur_2025_4523" /></filter><linearGradient id="paint0_linear_2025_4523" x1="2570.38" y1="-319.135" x2="2717.37" y2="970.61" gradientUnits="userSpaceOnUse"><stop stop-color="%234ACCB7" /><stop offset="1" stop-color="%234ACCB7" stop-opacity="0.03" /></linearGradient></defs></svg>');
  display: block;
  position: absolute;
  top: -220px;
  left: -1280px;
}
.services_b8 .left_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.services_b8 .left_content .title {
  font-weight: 900;
  font-size: 52px;
  line-height: 1.29;
  text-transform: uppercase;
}
.services_b8 .left_content .text {
  line-height: 1.25;
}
.services_b8 .left_content .text strong, .services_b8 .left_content .text b {
  font-weight: 700;
}
.services_b8 .left_content .text p:not(:last-child) {
  margin-bottom: 1em;
}
.services_b8 .right_content {
  padding: 55px 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.services_b8 .right_content .title {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.29;
  text-transform: uppercase;
  text-align: center;
}
.services_b8 .right_content .text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
}

body .services_b8 .new-form textarea {
  resize: none;
}

.services_b8 .in-send .wpcf7-submit {
  text-align: left;
}

body .services_b8 .new-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 8L0.669873 0.499999L9.33013 0.5L5 8Z" fill="%23010204" /></svg>');
  background-size: 10px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  line-height: 1.2;
}

@media (max-width: 1077px) {
  .services_b8 {
    margin: 90px 0;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 25px;
  }
  .services_b8::before {
    display: none;
  }
  .services_b8 .left_content {
    gap: 25px;
  }
  .services_b8 .left_content .title {
    font-size: 24px;
    text-align: center;
  }
  .services_b8 .left_content .text {
    font-size: 16px;
    text-align: center;
  }
  .services_b8 .right_content {
    max-width: 682px;
  }
  .services_b8 .right_content .title {
    font-size: 24px;
  }
}
@media (max-width: 1077px) and (min-width: 768px) {
  .services_b8 .in-50-left {
    width: 50%;
    padding-right: 10px;
  }
  .services_b8 .in-50-right {
    width: 50%;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .services_b8 .left_content .title {
    font-size: 36px;
  }
  .services_b8 .left_content .text {
    text-align: left;
  }
  .services_b8 .right_content {
    padding: 30px 20px;
  }
  .services_b8 .right_content .text {
    display: none;
  }
}
.site-inner {
  overflow-y: clip;
}

@media (max-width: 1440px) {
  .site-container {
    padding: 0 20px;
  }
}