.our-services {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  background: #000314 url("../images/bg_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Raleway Regular";
  overflow: hidden;
}
/* .our-services:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
} */
/*.our-services .lines {
  position: absolute;
  top: 0;
  left: calc((100% - 70%) / 2);
  height: 100%;
  width: 70%;
}
.our-services .line {
  position: absolute;
  top: 0;
  width: 0.75pt;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.our-services .line--1 {
  left: 1%;
}
.our-services .line--2 {
  left: 34%;
}
.our-services .line--3 {
  left: 67%;
}
.our-services .line--4 {
  left: 100%;
}
 .our-services .line--1 {
  left: -1px;
}
.our-services .line--2 {
  left: 25%;
}
.our-services .line--3 {
  left: 50%;
}
.our-services .line--4 {
  left: 75%;
}
.our-services .line--5 {
  left: 100%;
} 
.our-services .container {
  position: relative;
  z-index: 2;
  width: 70%;
}
*/

.our-services .lines {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 19%;
  width: 62%;
  height: 100%;
}
.our-services .line {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #444;
}
.our-services .line--1 {
  left: -1px;
}
.our-services .line--2 {
  left: calc(100% / 3);
}
.our-services .line--3 {
  left: calc(100% / 3 * 2);
}
.our-services .line--4 {
  left: 100%;
}
.our-services .container {
  position: relative;
  z-index: 2;
  width: 62%;
}

.our-services.current,
.our-services.current-back,
.our-services.previous,
.our-services.previous-back {
  animation: Left 0.9s 0s both;
}
.our-services.current .languages a,
.our-services.current-back .languages a,
.our-services.previous .languages a,
.our-services.previous-back .languages a {
  animation: Down 0.9s 0.9s both;
}
.our-services.current .line,
.our-services.current-back .line,
.our-services.previous .line,
.our-services.previous-back .line {
  animation: Down 0.6s 0.9s both;
}
.our-services.current .sticker-text,
.our-services.current-back .sticker-text,
.our-services.previous .sticker-text,
.our-services.previous-back .sticker-text {
  animation: fadeInRight 0.6s 1.5s both;
}
.our-services.current .sticker:before,
.our-services.current-back .sticker:before,
.our-services.previous .sticker:before,
.our-services.previous-back .sticker:before {
  animation: widthIncreaseStickerLine 0.6s 0.9s both;
}
.our-services.current .text-container span,
.our-services.current-back .text-container span,
.our-services.previous .text-container span,
.our-services.previous-back .text-container span {
  animation: Up 0.6s 1.5s both;
}
.our-services.current .text-container:before,
.our-services.current-back .text-container:before,
.our-services.previous .text-container:before,
.our-services.previous-back .text-container:before {
  animation: halfDown 0.6s 0.9s both;
}
.our-services.current .client,
.our-services.current-back .client,
.our-services.previous .client,
.our-services.previous-back .client {
  animation: fadeInUp 0.6s 1.5s both;
}
.our-services.current .vertical-text,
.our-services.current-back .vertical-text,
.our-services.previous .vertical-text,
.our-services.previous-back .vertical-text {
  animation: fadeIn 0.6s 2.1s both;
}
.our-services.previous,
.our-services.previous-back {
  animation: slideRight 0.9s 0.6s both;
  animation-play-state: paused;
}
.our-services.previous .languages a,
.our-services.previous-back .languages a {
  animation-play-state: paused;
}
.our-services.previous .line,
.our-services.previous-back .line {
  animation-play-state: paused;
}
.our-services.previous .sticker-text,
.our-services.previous-back .sticker-text {
  animation-play-state: paused;
}
.our-services.previous .sticker:before,
.our-services.previous-back .sticker:before {
  animation-play-state: paused;
}
.our-services.previous .text-container span,
.our-services.previous-back .text-container span {
  animation-play-state: paused;
}
.our-services.previous .text-container:before,
.our-services.previous-back .text-container:before {
  animation-play-state: paused;
}
.our-services.previous .client,
.our-services.previous-back .client {
  animation-play-state: paused;
}
.our-services.previous .vertical-text,
.our-services.previous-back .vertical-text {
  animation-play-state: paused;
}
.our-services.current-back {
  animation: none;
}
.our-services.previous-back {
  animation-play-state: running;
}

.services_blocks {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
}

.services_blocks > .service_item {
  flex: 1 1 30%; /*grow | shrink | basis */
}
.services_blocks > .service_item {
  color: #fff;
  max-width: 360px;
}
.services_blocks > .service_item span {
  display: inline-block;
  color: #999;
  font-family: "Roboto Regular";
  font-size: 16px;
  overflow: hidden;
  transform-origin: 0 100%;
  transform: rotate(-90deg);
  transition: color 0.3s;
}
.services_blocks > .service_item h3 {
  font-family: "Gadugi Bold";
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 15px;
}
.services_blocks > .service_item h3 a {
  color: #ffffff;
  position: relative;
  padding-bottom: 5px;
}
.services_blocks > .service_item h3 a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  transition: width 0.3s;
}
.services_blocks > .service_item h3 a:hover:before {
  background-color: #00a0e3;
  width: 100%;
}
.services_blocks > .service_item:hover span {
  color: #00a0e3;
}
.services_blocks > .service_item ul {
  font-family: "Bauer Bodoni Std Italic";
  font-size: 18px;
  line-height: 1.3;
  padding-left: 15px;
}
.services_blocks > .service_item ul li {
  margin-bottom: 8px;
}
.services_blocks > .service_item ul li a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.services_blocks > .service_item ul li a:hover {
  color: #00a0e3;
}
.services_blocks .service_item:nth-child(2) {
  margin-top: -80px;
}
.services_blocks .service_item:nth-child(5) {
  margin-top: 70px;
}
@media (max-width: 1366px) {
  .services_blocks > .service_item h3 {
    font-size: 16px;
  }
  .services_blocks > .service_item ul {
    font-family: "Bauer Bodoni Std Italic";
    font-size: 16px;
    line-height: 1.2;
    padding-left: 15px;
  }
  .services_blocks {
    margin-top: 100px;
  }
  .services_blocks .service_item:nth-child(4) {
    margin-top: -50px;
  }
  .services_blocks .service_item:nth-child(5) {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .our-services .container {
    width: 80%;
  }
  .our-services .lines {
    left: 10%;
    width: 80%;
  }
  .services_blocks > .service_item {
    max-width: 300px;
    padding-right: 15px;
  }
  .services_blocks .service_item:nth-child(2) {
    margin-top: 00px;
  }
  .services_blocks .service_item:nth-child(4) {
    margin-top: -40;
  }
  .services_blocks > .service_item h3 {
    font-size: 16px;
  }
  .services_blocks > .service_item ul {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 667px) {
  .our-services {
    overflow: scroll;
  }
  /* .our-services.screen-block {
    min-height: 100%;
    height: 100%;
  } */
  .our-services .lines {
    display: none;
  }
  .our-services .container {
    position: relative;
    margin: 0 auto;
    padding: 100px 0;
    width: 76%;
    height: 100%;
  }
  .our-services .container:after,
  .our-services .container:before {
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background: #999;
    content: "";
    opacity: 0.5;
  }
  .our-services .container:after {
    left: 100%;
  }
  .our-services .service_item {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .services_blocks {
    display: block;
    margin-top: 8%;
  }
  .services_blocks > .service_item h3 {
    margin-bottom: 10px;
    margin-top: -25px;
  }
  .services_blocks > .service_item ul {
    font-size: 15px;
    line-height: 1;
    /*max-height: 100px;*/
    /*overflow: hidden;*/
    position: relative;
  }
  .services_blocks .service_item:nth-child(1),
  .services_blocks .service_item:nth-child(2),
  .services_blocks .service_item:nth-child(3),
  .services_blocks .service_item:nth-child(4){
      margin-top:0;
      margin-bottom: 40px;
  }
  /*.services_blocks > .service_item ul::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgb(9, 6, 27);
    background: linear-gradient(
      0deg,
      rgba(9, 6, 27, 1) 0%,
      rgba(9, 6, 27, 0) 100%
    );
  }*/
}
