.wrapper {
  max-width: 1225px;
  width: 100%;
  margin: 0 auto;
}

.green {
  color: #008286;
}

.container {
  max-width: 1600px;
  width: 100%;
  box-sizing: border-box;
}

.get_send_form_body {
  padding-top: 21px;
}
.get_send_form_body .get_send_form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50px;
  background: #009148;
  cursor: pointer;
  width: 208px;
  height: 50px;
}
.get_send_form_body .get_send_form span {
  color: #FFF;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 770px) {
  .get_send_form_body {
    padding-top: 32px;
    padding-bottom: 12px;
  }
}

.services-page-block {
  background: white;
}
.services-page-block .container .services_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
}
.services-page-block .container .services_items .services_item {
  background-color: #F3F6F5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.services-page-block .container .services_items .services_item .services_item_img {
  display: block;
  max-width: 515px;
  width: 100%;
  max-height: 504px;
  height: auto;
  margin-right: 25px;
  object-fit: cover;
  object-position: center;
}
.services-page-block .container .services_items .services_item .services_item_content {
  max-width: 820px;
  width: 55%;
}
.services-page-block .container .services_items .services_item .services_item_content .services_item_title {
  color: #15AF74;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 39px;
  margin-bottom: 36px;
}
.services-page-block .container .services_items .services_item .services_item_content .services_item_span {
  color: #222221;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.services-page-block .container .services_items .second {
  background-color: #ffffff;
}
.services-page-block .container .services_items .second .services_item_img {
  order: 2;
  margin-right: 0;
  margin-left: 25px;
}
@media (max-width: 770px) {
  .services-page-block .container .services_items {
    gap: 29px;
  }
  .services-page-block .container .services_items .services_item {
    box-sizing: border-box;
    padding: 0 15px 30px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .services-page-block .container .services_items .services_item .services_item_img {
    max-width: 770px;
    max-height: 365px;
    margin-right: 0;
    margin-bottom: 43px;
  }
  .services-page-block .container .services_items .services_item .services_item_content {
    max-width: 770px;
    width: 100%;
  }
  .services-page-block .container .services_items .services_item .services_item_content .services_item_title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 21px;
  }
  .services-page-block .container .services_items .services_item .services_item_content .services_item_span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
  }
  .services-page-block .container .services_items .second .services_item_img {
    order: 1;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 770px) {
  .services-page-block .container {
    padding: 0;
  }
}

.services_form {
  background: url(../img/new/bg_services_form.png) top center/cover no-repeat;
}
.services_form .services_form_content {
  padding: 125px 0;
  background: rgba(59, 59, 59, 0.75);
}
.services_form .services_form_content .container .customer-form-wrap .wpcf7 .wpcf7-form .customer-form-parts .customer-left-form .form-title-block .form-small-title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 11px;
}
.services_form .services_form_content .container .customer-form-wrap .wpcf7 .wpcf7-form .customer-form-parts .customer-left-form .form-title-block .form-big-title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 32px;
}
.services_form .services_form_content .container .customer-form-wrap .wpcf7 .wpcf7-form .customer-form-parts .customer-left-form .form-title-block .form-text {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-45, 45px);
}
@media (max-width: 1200px) {
  .services_form .services_form_content {
    padding: 105px 0 95px;
  }
}
@media (max-width: 1000px) {
  .services_form .services_form_content {
    padding: 75px 0 55px;
  }
}
@media (max-width: 770px) {
  .services_form .services_form_content {
    padding: 50px 0 25px;
  }
}

.wpcf7-acceptance .wpcf7-list-item-label {
  color: white !important;
  margin-bottom: 19px;
}

.wpcf7-submit {
  min-width: 208px;
}

.work {
  margin-top: 60px;
  padding: 50px 0 70px;
  background: #F3F6F5;
}
.work .container .sub_title {
  color: #222221;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 113px;
  text-align: center;
  margin-top: 15px;
}
.work .container .sub_title a {
  color: #222221;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}
@media (max-width: 770px) {
  .work .container .sub_title {
    text-align: left;
    margin-bottom: 45px;
  }
}
.work .container .work_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.work .container .work_body .work_img {
  display: block;
  max-width: 515px;
  width: 35%;
  height: auto;
  margin-right: 15px;
}
.work .container .work_body .work_items {
  max-width: 1011px;
  width: 60%;
  gap: 84px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.work .container .work_body .work_items .work_item {
  max-width: 249px;
  width: 33%;
}
.work .container .work_body .work_items .work_item .work_item_title {
  color: #222221;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 13px;
}
.work .container .work_body .work_items .work_item .work_item_subscribe {
  color: #222221;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 770px) {
  .work .container .work_body {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .work .container .work_body .work_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 48px;
  }
  .work .container .work_body .work_items {
    max-width: 770px;
    width: 100%;
    gap: 82px;
  }
  .work .container .work_body .work_items .work_item {
    max-width: 770px;
    width: 100%;
  }
}

.next {
  padding: 113px 0 169px;
}
.next .container .services__header {
  margin-bottom: 64px;
}
.next .container .next_body .next_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.next .container .next_body .next_items .next_item {
  width: 20%;
  height: auto;
}
.next .container .next_body .next_items .next_item .next_item_top {
  height: 195px;
  position: relative;
}
.next .container .next_body .next_items .next_item .next_item_top:before {
  content: "";
  position: absolute;
  background-image: url(../img/new/Line.svg);
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}
.next .container .next_body .next_items .next_item .next_item_top:after {
  content: "";
  position: absolute;
  background-color: #31373F;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 18px;
  bottom: -7px;
}
@media (max-width: 1200px) {
  .next .container .next_body .next_items .next_item .next_item_top {
    height: 250px;
  }
}
@media (max-width: 770px) {
  .next .container .next_body .next_items .next_item .next_item_top {
    height: initial;
  }
}
.next .container .next_body .next_items .next_item .next_item_bottom {
  padding-top: 55px;
  height: 182px;
}
.next .container .next_body .next_items .next_item .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.next .container .next_body .next_items .next_item .item .next_item_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.next .container .next_body .next_items .next_item .item .next_item_content .next_item_content_left {
  margin-right: 25px;
}
.next .container .next_body .next_items .next_item .item .next_item_content .next_item_content_left .next_item_number {
  color: #009148;
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
.next .container .next_body .next_items .next_item .item .next_item_content .next_item_content_left .next_item_title {
  color: #222221;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
.next .container .next_body .next_items .next_item .item .next_item_content .next_item_text {
  max-width: 150px;
  color: #222221;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.next .container .next_body .next_items .next_item .item svg {
  margin-left: 30px;
  display: block;
  margin-top: auto;
  width: 53px;
  height: 53px;
  margin-bottom: -26px;
}
@media (max-width: 770px) {
  .next .container .next_body .next_items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: unset;
    justify-content: unset;
    gap: 0;
  }
  .next .container .next_body .next_items .next_item {
    width: 100%;
    height: initial;
    position: relative;
  }
  .next .container .next_body .next_items .next_item .next_item_top {
    height: initial;
  }
  .next .container .next_body .next_items .next_item .next_item_top:before {
    display: none;
  }
  .next .container .next_body .next_items .next_item .next_item_top:after {
    display: none;
  }
  .next .container .next_body .next_items .next_item .next_item_bottom {
    padding-top: 0;
    height: initial;
  }
  .next .container .next_body .next_items .next_item .item {
    padding-bottom: 90px;
    position: relative;
    padding-left: 80px;
  }
  .next .container .next_body .next_items .next_item .item .next_item_content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
  .next .container .next_body .next_items .next_item .item .next_item_content .next_item_content_left {
    margin-right: 25px;
  }
  .next .container .next_body .next_items .next_item .item .next_item_content .next_item_content_left .next_item_number {
    line-height: 100%;
  }
  .next .container .next_body .next_items .next_item .item .next_item_content .next_item_text {
    max-width: none;
    color: #222221;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }
  .next .container .next_body .next_items .next_item .item svg {
    display: none;
  }
  .next .container .next_body .next_items .next_item:after {
    content: "";
    position: absolute;
    background-image: url(../img/new/low.svg);
    background-repeat: repeat-x;
    width: 64px;
    height: 53px;
    left: 0;
    top: 0;
  }
  .next .container .next_body .next_items .next_item:first-of-type:after {
    top: 55px;
  }
  .next .container .next_body .next_items .second .next_item_top {
    padding-bottom: 0;
  }
  .next .container .next_body .next_items .second .next_item_bottom .item {
    padding-bottom: 90px;
  }
  .next .container .next_body .next_items .next_item:last-of-type .item {
    padding-bottom: 0;
  }
  .next .container .next_body .next_items .second .next_item_bottom {
    order: 1;
  }
}
@media (max-width: 1200px) {
  .next {
    padding: 100px 0 120px;
  }
}
@media (max-width: 950px) {
  .next {
    padding: 75px 0 95px;
  }
}
@media (max-width: 700px) {
  .next {
    padding: 68px 0 60px;
  }
}
@media (max-width: 450px) {
  .next {
    padding: 60px 0 46px;
  }
}

.stats-wrap {
  background: #F3F6F5;
  margin: 0;
  padding: 70px 0;
}
.stats-wrap .container .stats .stats__item .stats__content .stats__value {
  color: #222221;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.stats-wrap .container .stats .stats__item .stats__content .stats__label {
  color: #222221;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
}

.locations {
  margin-bottom: 50px;
}
@media (max-width: 450px) {
  .locations {
    margin-bottom: 40px;
  }
}

.slider {
  padding-top: 140px;
}
.slider .container .services__header {
  margin-bottom: 68px;
}
.slider .container .slider_body {
  position: relative;
}
.slider .container .slider_body .slider_content_button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 45%;
  z-index: 3;
  cursor: pointer;
  background-color: white;
  border-radius: 50%;
}
@media (max-width: 400px) {
  .slider .container .slider_body .slider_content_button {
    top: 20%;
  }
}
.slider .container .slider_body .gallery_photo_left {
  left: -75px;
}
@media (max-width: 1755px) {
  .slider .container .slider_body .gallery_photo_left {
    left: 0;
  }
}
.slider .container .slider_body .gallery_photo_right {
  right: -75px;
}
@media (max-width: 1755px) {
  .slider .container .slider_body .gallery_photo_right {
    right: 0;
  }
}
.slider .container .slider_body .slider_content {
  width: 100%;
  overflow: hidden;
}
.slider .container .slider_body .slider_content .swiper-wrapper .slider_item {
  max-width: 513px;
  width: 100%;
  background: #F3F6F5;
}
.slider .container .slider_body .slider_content .swiper-wrapper .slider_item img {
  max-width: 513px;
  width: 100%;
  max-height: 256px;
  height: auto;
  display: block;
}
.slider .container .slider_body .slider_content .swiper-wrapper .slider_item .slider_item_content {
  padding: 46px 84px 53px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.slider .container .slider_body .slider_content .swiper-wrapper .slider_item .slider_item_content .first {
  width: 48%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.slider .container .slider_body .slider_content .swiper-wrapper .slider_item .slider_item_content .first span {
  color: #009148;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.slider .container .slider_body .slider_content .swiper-wrapper .slider_item .slider_item_content .second {
  width: 48%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.slider .container .slider_body .slider_content .swiper-wrapper .slider_item .slider_item_content .second span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.slider .container .slider_body .slider_content .swiper-wrapper .slider_item .slider_item_content .second span svg {
  padding: 0 5px;
}
@media (max-width: 400px) {
  .slider .container .slider_body .slider_content .swiper-wrapper .slider_item {
    max-width: 400px;
  }
  .slider .container .slider_body .slider_content .swiper-wrapper .slider_item img {
    max-width: 400px;
    max-height: 175px;
  }
  .slider .container .slider_body .slider_content .swiper-wrapper .slider_item .slider_item_content {
    padding: 16px 46px 26px;
  }
  .slider .container .slider_body .slider_content .swiper-wrapper .slider_item .slider_item_content .first {
    width: 43%;
  }
  .slider .container .slider_body .slider_content .swiper-wrapper .slider_item .slider_item_content .second {
    width: 57%;
  }
}

/*# sourceMappingURL=services.css.map */
