.about_section .services_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.about_section .about_first_line {
  margin-top: 20px;
}
.about_section .about_first_line .custom_container {
  display: flex;
  min-height: 570px;
}
.about_section .about_first_line .image_block {
  flex: 0 0 35%;
  max-width: 35%;
  position: relative;
}
.about_section .about_first_line .image_block img {
  position: absolute;
  left: 0;
  height: 100%;
  z-index: -1;
  width: 160%;
  object-fit: contain;
}
.about_section .about_first_line .line_info {
  flex: 0 0 65%;
  max-width: 65%;
  background: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  border-top: 15px solid #ffffff;
  border-bottom: 15px solid #ffffff;
}
.about_section .about_first_line .line_info::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 5px;
  box-shadow: -2px 0 6px 0 rgba(0, 0, 0, 0.16);
}
.about_section .about_first_line .info_inner {
  width: 100%;
  padding-left: 117px;
  max-width: 690px;
}
.about_section .about_blue_line {
  margin-top: 30px;
  padding: 50px 0;
  background: #2a93bf;
}
.about_section .about_blue_line .block_info {
  max-width: 665px;
  margin: 0 auto;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.about_section .about_blue_line .section_description {
  opacity: 0.7;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about_section .about_blue_line .big_description {
  display: flex;
  flex-direction: column;
}
.about_section .about_blue_line .big_description:before {
  display: block;
  margin-bottom: 20px;
  font-size: 160%;
}
.about_section .services_list {
  display: flex;
  flex-wrap: wrap;
  margin: 70px -20px;
  margin-bottom: 0;
  color: #ffffff;
}
.about_section .services_list li {
  width: 25%;
  padding: 0 30px;
}
.about_section .services_list li:not(:last-child) {
  border-right: 2px solid rgba(255, 255, 255, 0.05);
}
.about_section .services_list .block_description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  min-height: 100px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about_section .about_info_line {
  padding-top: 70px;
}
.about_section .about_info_line .main_info_list {
  display: flex;
  flex-wrap: wrap;
  color: #333333;
  margin: 0 -20px;
}
.about_section .about_info_line .main_info_block {
  width: 50%;
  padding: 0 30px;
  margin-bottom: 20px;
}
.about_section .about_info_line .section_description {
  margin-top: 30px;
  color: #666666;
}
@media (max-width: 1440px) {
  .about_section .about_first_line .custom_container {
    min-height: 450px;
  }
  .about_section .about_first_line .info_inner {
    padding-left: 60px;
    padding-right: 40px;
    max-width: none;
  }
  .about_section .services_list {
    margin: 40px -20px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .about_section .about_first_line .custom_container {
    min-height: 350px;
  }
  .about_section .about_first_line .info_inner {
    padding-left: 31px;
    padding-right: 0;
    max-width: none;
  }
  .about_section .services_list li {
    width: 50%;
  }
  .about_section .about_info_line .main_info_block {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .about_section .services_list {
    margin: 20px -15px;
  }
  .about_section .services_list li {
    padding: 0 15px;
  }
  .about_section .about_info_line {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .about_section .about_first_line .custom_container {
    min-height: auto;
    flex-direction: column;
  }
  .about_section .about_first_line .image_block {
    flex: 0 0 100%;
    max-width: none;
  }
  .about_section .about_first_line .image_block img {
    width: 100%;
    position: relative;
  }
  .about_section .about_first_line .line_info {
    flex: 0 0 100%;
    max-width: none;
  }
  .about_section .about_first_line .line_info:before {
    display: none;
  }
  .about_section .about_first_line .line_info .section_title {
    text-align: center;
  }
  .about_section .about_first_line .info_inner {
    padding: 0;
  }
  .about_section .about_blue_line {
    margin-top: 20px;
    padding: 20px 0;
  }
  .about_section .about_blue_line .big_description:before {
    margin-bottom: 10px;
    font-size: 140%;
  }
  .about_section .services_list {
    margin: 20px 0px;
  }
  .about_section .services_list li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .about_section .services_list li:not(:last-child) {
    border: none;
  }
  .about_section .services_list .block_description {
    min-height: auto;
    margin-bottom: 20px;
  }
  .about_section .about_info_line .main_info_block {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .about_section .about_info_line .main_info_list {
    margin: 0;
  }
  .about_section .about_info_line .section_description {
    margin-top: 15px;
  }
}

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