/*! purgecss start ignore */
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
section.services {
  padding: 60px max(4vw, 20px) 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  row-gap: 30px;
  -webkit-column-gap: max(4vw, 20px);
     -moz-column-gap: max(4vw, 20px);
          column-gap: max(4vw, 20px);
  background-color: #E1EEF7;
}
section.services .title {
  grid-column: 1/3;
  max-width: 14em;
  margin-left: auto;
  text-align: right;
}
section.services .subtitle {
  grid-column: 1/3;
  max-width: 24em;
  margin-left: auto;
  text-align: right;
}
section.services .name_switch {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 25px;
  position: relative;
}
section.services .name_switch .illustration {
  position: absolute;
  height: 165%;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-20%, 80px);
          transform: translate(-20%, 80px);
  pointer-events: none;
}
section.services .name_switch .name {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
section.services .name_switch .name.active {
  color: #E23052;
}
section.services .services_slider {
  width: 100%;
}
section.services .services_slider .service {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  text-align: right;
}
@media (max-width: 768px) {
  section.services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px max(4vw, 20px) 0;
  }
  section.services .title {
    margin-left: 0;
    text-align: left;
  }
  section.services .subtitle {
    margin-left: 0;
    text-align: left;
  }
  section.services .name_switch {
    row-gap: 0;
  }
  section.services .services_slider .service {
    text-align: left;
  }
}

.page-template-services-page section.services {
  padding: 20px max(4vw, 20px) 150px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .page-template-services-page section.services {
    padding: 60px max(6vw, 30px) 80px;
  }
}

/*! purgecss end ignore */
/*# sourceMappingURL=../../maps/sections/services/services.css.map */
