@charset "UTF-8";
.services_page .top_content {
  line-height: 1.5;
}
.services_page .tabs_list {
  padding-top: 40px;
}
.services_page .tabs_list .tab_item .tab_name {
  position: relative;
  background: rgb(217, 237, 243);
  padding: 18px 75px 18px 18px;
  font-size: 24px;
  color: #106c88;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
@media (max-width: 576px) {
  .services_page .tabs_list .tab_item .tab_name {
    font-size: 20px;
    padding-right: 50px;
  }
}
.services_page .tabs_list .tab_item .tab_name.active {
  background: rgb(104, 186, 211);
  color: #fff;
}
.services_page .tabs_list .tab_item .tab_name.active::before {
  content: "−";
}
.services_page .tabs_list .tab_item .tab_name:hover {
  background: rgb(104, 186, 211);
  color: #fff;
}
.services_page .tabs_list .tab_item .tab_name::before {
  position: absolute;
  content: "+";
  font-size: 50px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  top: 50%;
  right: 20px;
}
@media (max-width: 576px) {
  .services_page .tabs_list .tab_item .tab_name::before {
    font-size: 36px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    right: 15px;
  }
}
.services_page .tabs_list .tab_item .tab_content {
  display: none;
  padding-bottom: 20px;
}
.services_page .tabs_list .tab_item .tab_content:last-child {
  padding-bottom: 0;
}
.services_page .tabs_list .tab_item .tab_content .tab_content_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.services_page .tabs_list .tab_item .tab_content .tab_content_inner .tab_content_item {
  width: 50%;
  padding: 25px;
}
@media (max-width: 768px) {
  .services_page .tabs_list .tab_item .tab_content .tab_content_inner .tab_content_item {
    width: 100%;
  }
}
.services_page .tabs_list .tab_item .tab_content .tab_content_inner .tab_content_item .item_inner {
  box-shadow: rgba(27, 128, 170, 0.52) 0 0 20px;
  border-radius: 10px;
  padding: 20px;
  line-height: 1.5;
}
.services_page .tabs_list .tab_item .tab_content .tab_content_inner .tab_content_item .item_inner h3 {
  font-weight: 500;
  color: #509fc4;
  padding-bottom: 15px;
}

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