.services.center {
  text-align: center;
  padding: 15px;
}

.services.center .content .title {
  margin-top: 18px;
  text-align: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 26px;
  color: #222;
}

.services.center .content .text {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #999999;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: .2px;
}

.services.center i {
  text-align: center;
  margin-bottom: 17px;
  color: #222;
  font-size: 50px;
  display: inline-block;
  letter-spacing: .7px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.services.accordion {
  padding: 0;
  max-width: none;
  position: relative;
}

.services.accordion::before, .services.accordion::after {
  content: '';
  display: table;
  clear: both;
}

.services.accordion .img-wrap {
  width: 70%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.services.accordion .accordeon-wrap {
  width: 50%;
  min-width: 635px;
  background-color: #ffffff;
  padding: 75px 55px;
  margin: 40px 0 40px auto;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.06);
}

.services.accordion .accordeon-wrap .main-title {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 25px;
}

.services.accordion .accordeon-wrap .main-text {
  color: #999;
  font-size: 16px;
  margin-bottom: 40px;
}

.services.accordion .accordeon {
  margin: 0;
}

.services.accordion .accordeon .list-drop {
  display: none;
}

.services.accordion .accordeon ul {
  margin: 0;
  padding: 0;
}

.services.accordion .accordeon li {
  list-style: none;
}

.services.accordion .accordeon > li {
  padding: 7px 0;
}

.services.accordion .accordeon > li:first-of-type a + .list-drop {
  display: block;
}

.services.accordion .accordeon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .2px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.services.accordion .accordeon a .title {
  color: #222;
}

.services.accordion .accordeon a i {
  color: #222222;
  font-size: 14px;
}

.services.accordion .accordeon .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services.accordion .accordeon .title {
  color: #222222;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.services.accordion .accordeon .text {
  padding: 25px 0;
  font-size: 15px;
  color: #999;
  -ms-word-break: break-word;
  word-break: break-word;
}

.services.accordion .accordeon .number {
  margin-right: 10px;
}

.services.with_images {
  text-align: center;
  padding: 15px;
}

.services.with_images .img-wrap {
  margin-bottom: 15px;
}

.services.with_images .content .title {
  margin-top: 25px;
  text-align: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 21px;
  margin-bottom: 10px;
}

.services.with_images .content .text {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #999999;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: .2px;
}

.services.numerical .item-service {
  min-height: 150px;
  margin-bottom: 50px;
}

.services.numerical .item-service:nth-last-of-type(2), .services.numerical .item-service:nth-last-of-type(1) {
  margin-bottom: 0;
}

.services.numerical .item-service .icon-wrap {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.services.numerical .item-service .icon-wrap i {
  font-size: 45px;
  color: #999;
  width: 60px;
  height: 60px;
}

.services.numerical .item-service .icon-wrap i::before {
  display: inline-block;
  line-height: 1;
}

.services.numerical .item-service .content {
  overflow: hidden;
  position: relative;
  min-height: 150px;
}

.services.numerical .item-service .content .number {
  font-size: 165px;
  position: absolute;
  left: 58px;
  top: -64px;
  font-weight: 600;
  z-index: -1;
  color: #ddd;
  opacity: .3;
}

.services.numerical .item-service .content .title {
  font-size: 26px;
  color: #222;
}

.services.numerical .item-service .content .text {
  margin-top: 20px;
  color: #999999;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: .2px;
  position: relative;
  padding-left: 120px;
  max-width: 380px;
}

.services.numerical .item-service .content .text::before {
  content: '';
  height: 1px;
  width: 100px;
  background-color: #222;
  position: absolute;
  top: 10px;
  left: 0;
}

@media only screen and (max-width: 991px) {
  .services.accordion .accordeon-wrap {
    padding: 55px;
  }
  .services.numerical .item-service .content .number {
    font-size: 135px;
    top: -35px;
  }
  .services.numerical .item-service .content .text {
    padding-left: 60px;
  }
  .services.numerical .item-service .content .text::before {
    width: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .services.accordion .img-wrap {
    width: 100%;
  }
  .services.accordion .accordeon-wrap {
    margin: 15px auto;
    width: 100%;
    min-width: 200px;
    max-width: 90%;
    padding: 30px;
  }
  .services.accordion .accordeon-wrap .main-text {
    margin-bottom: 30px;
  }
  .services.accordion .accordeon-wrap .main-title {
    font-size: 30px;
  }
  .services.numerical .item-service .content .text {
    margin-right: auto;
    margin-left: auto;
  }
  .services.numerical .item-service .inner-wrap {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .services.numerical .item-service {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 600px) {
  .services.numerical .item-service .icon-wrap {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .services.numerical .item-service .content .title {
    font-size: 22px;
  }
  .services.numerical .item-service .content .text {
    padding-left: 0;
  }
  .services.numerical .item-service .content .text::before {
    display: none;
  }
  .services.numerical .item-service .content {
    overflow: visible;
  }
  .services.numerical .item-service .content .number {
    font-size: 70px;
    top: -32px;
    left: auto;
    right: 0;
  }
  .services.numerical .item-service {
    margin-bottom: 10px !important;
  }
}
/*# sourceMappingURL=services.css.map */