.services_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.services_list .service_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.services_list .service_image > img {
  object-fit: cover;
}

.services_list .service_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.services_list .service_image {
  position: relative;
  overflow: hidden;
}
.services_list .service_image:before {
  display: block;
  content: "";
  padding-bottom: 75%;
}

@media screen and (min-width: 1200px) {
  .services_section {
    padding-top: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .services_section {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .services_section {
    padding-top: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .services_section {
    padding-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .services_section {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .services_section {
    margin-top: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .services_section {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .services_section {
    margin-top: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .services_section {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .services_section {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .services_section {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .services_section {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .services_section {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .services_section {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .services_section {
    margin-bottom: 30px;
  }
}

.services_section {
  position: relative;
  overflow: hidden;
}
.services_section .title_block,
.services_section .info_block {
  padding: 0 10px;
}
@media screen and (min-width: 576px) {
  .services_section .title_block,
.services_section .info_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .services_section .standard_text {
    max-width: 520px;
  }
}
@media screen and (max-width: 575px) {
  .services_section .title_block,
.services_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.services_section .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.services_section .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.services_section .page_container .standard_text {
  -o-transition: opacity 1.5s, transform 0.8s;
  -ms-transition: opacity 1.5s, transform 0.8s;
  -moz-transition: opacity 1.5s, transform 0.8s;
  -webkit-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.services_section .page_container:not(.active) .section_title {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.services_section .page_container:not(.active) .standard_text {
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
  opacity: 0;
}
.services_section .page_container:not(.active) .section_title:after {
  width: 0;
}

.services_list {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.services_list:before {
  display: block;
  content: "";
  height: 25px;
  flex: 0 0 100%;
  max-width: 100%;
}
.services_list li {
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0;
}
.services_list .service_image {
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .services_list li {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .services_list li {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .services_list li {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .services_list li {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 480px) {
  .services_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .services_list li {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

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