.services_page .play_btn img, .services_page .play_btn:after, .services_page .play_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.services_page {
  margin-bottom: 190px;
  z-index: 5;
}
.services_page .section_title {
  margin-top: 50px;
}
.services_page .section_title:after {
  display: none;
}
.services_page .tab_block {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 0 35px;
  z-index: 5;
}
.services_page .tab_block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 35px;
  height: 6px;
  background: #FECD12;
}
.services_page .tab_container {
  margin-top: 23px;
  position: relative;
  z-index: 5;
}
.services_page .tab_container::before {
  content: "";
  position: absolute;
  top: -30px;
  z-index: -1;
  left: -20%;
  width: 360px;
  height: 360px;
  background: url("images/decor_elem.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.services_page .tab_container:after {
  content: "";
  position: absolute;
  bottom: -50%;
  z-index: 1;
  right: -10%;
  width: 360px;
  height: 360px;
  background: url("images/decor_elem.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.services_page .block_inner {
  display: flex;
  padding: 40px 0;
  width: 100%;
}
.services_page .left_block {
  flex: 0 0 50%;
  padding-right: 15px;
  max-width: 50%;
  padding-bottom: 30px;
}
.services_page .right_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
}
.services_page .services_title {
  font-size: 240%;
  line-height: 28px;
  font-family: "mardoto-bold", "roboto-bold";
  margin-top: 20px;
}
.services_page .service_description {
  font-size: 160%;
  line-height: 24px;
  margin-top: 25px;
}
.services_page .iframe_block {
  position: relative;
}
.services_page .play_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.services_page .play_btn:after {
  content: "";
  z-index: 5;
  background: rgba(13, 40, 104, 0.39);
}
.services_page .play_btn:before {
  font-size: 850%;
  color: #FECD12;
  z-index: 10;
  opacity: 0.8;
}
.services_page .play_btn.hide {
  opacity: 0;
  pointer-events: none;
}
.services_page .play_btn img {
  object-fit: cover;
  opacity: 1;
}
@media (max-width: 767px) {
  .services_page .section_title {
    margin-top: 30px;
  }
  .services_page .tab_block {
    padding: 0 20px;
  }
  .services_page .block_inner {
    flex-direction: column;
  }
  .services_page .left_block {
    flex: 0 0 100%;
    max-width: none;
    padding-right: 0;
  }
  .services_page .right_block {
    padding-left: 0;
    flex: 0 0 100%;
    max-width: none;
  }
}
@media (max-width: 575px) {
  .services_page {
    margin-bottom: 60px;
  }
  .services_page .section_title::after {
    display: block;
  }
  .services_page .block_inner {
    padding: 20px 0;
  }
  .services_page .services_title {
    font-size: 180%;
    line-height: 25px;
    margin-top: 15px;
  }
  .services_page .service_description {
    font-size: 140%;
    line-height: 19px;
  }
}

.web .play_btn:after {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .play_btn:before {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.web .play_btn:hover:before {
  opacity: 1;
}
.web .play_btn:hover::after {
  background: rgba(13, 40, 104, 0.8);
}

.touch .play_btn:after {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .play_btn:before {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.touch .play_btn:active:before {
  opacity: 1;
}
.touch .play_btn:active::after {
  background: rgba(13, 40, 104, 0.8);
}

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