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

.solution_page {
  margin-bottom: 125px;
}
.solution_page .first_section {
  margin-top: 20px;
  display: flex;
  position: relative;
}
.solution_page .first_section::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;
}
.solution_page .first_section:after {
  content: "";
  position: absolute;
  bottom: -40%;
  z-index: 1;
  right: -30%;
  width: 360px;
  height: 360px;
  background: url("images/decor_elem.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.solution_page .image_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 25px;
  height: 100%;
}
.solution_page .site_block {
  display: flex;
  width: 100%;
}
.solution_page .left_block {
  flex: 0 0 50%;
  padding-right: 15px;
  max-width: 50%;
  padding-bottom: 30px;
}
.solution_page .right_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
}
.solution_page .iframe_block {
  position: relative;
}
.solution_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;
}
.solution_page .play_btn:after {
  content: "";
  z-index: 5;
  background: rgba(13, 40, 104, 0.39);
}
.solution_page .play_btn:before {
  font-size: 850%;
  color: #FECD12;
  z-index: 10;
  opacity: 0.8;
}
.solution_page .play_btn.hide {
  opacity: 0;
  pointer-events: none;
}
.solution_page .play_btn img {
  object-fit: cover;
  opacity: 1;
}
.solution_page .info_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 25px;
}
.solution_page .info_block .site_description {
  margin-top: 40px;
}
.solution_page .second_div {
  max-width: 50%;
  padding-right: 25px;
  margin-top: 50px;
  margin-bottom: 100px;
}
.solution_page .inline_block {
  display: flex;
}
.solution_page .left_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 20px;
}
.solution_page .left_block .site_description {
  margin-top: 30px;
}
.solution_page .right_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .solution_page .site_list_block {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .solution_page .site_block {
    flex-direction: column;
  }
  .solution_page .first_section {
    flex-direction: column;
  }
  .solution_page .image_block {
    flex: 0 0 100%;
    max-width: none;
    padding-right: 0;
  }
  .solution_page .info_block {
    margin-top: 30px;
    flex: 0 0 100%;
    max-width: none;
    padding-left: 0;
  }
  .solution_page .second_div {
    max-width: 70%;
  }
  .solution_page .inline_block {
    flex-direction: column;
  }
  .solution_page .left_block {
    flex: 0 0 100%;
    max-width: none;
    padding-right: 0;
  }
  .solution_page .right_block {
    margin-top: 30px;
    padding-left: 0;
    flex: 0 0 100%;
    max-width: none;
  }
}
@media (max-width: 575px) {
  .solution_page {
    margin-bottom: 60px;
  }
  .solution_page .second_div {
    margin-bottom: 50px;
    max-width: none;
  }
}

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