.about_page .team_list, .about_page .our_services_section ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.about_page .team_list .image_inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about_page .second_title {
  padding-top: 30px;
}
.about_page .site_description {
  margin-top: 35px;
}
.about_page .inline_block {
  display: flex;
  margin: 35px -20px;
}
.about_page .inline_block.reverse_line {
  flex-direction: row-reverse;
  margin-top: 90px;
}
.about_page .inline_block .big_title {
  padding-top: 40px;
}
.about_page .image_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}
.about_page .info_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}
.about_page .our_services_section {
  margin-top: 100px;
}
.about_page .our_services_section .second_title {
  max-width: 50%;
  margin-bottom: 30px;
}
.about_page .our_services_section ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 60px;
}
.about_page .our_services_section li {
  width: 25%;
  margin-bottom: 60px;
  padding: 0 15px;
  font-size: 160%;
  line-height: 24px;
  counter-increment: number;
}
.about_page .our_services_section li:before {
  content: counter(number);
  display: block;
  margin-bottom: 45px;
  font-size: 450%;
  font-family: "mardoto-bold", "roboto-bold";
}
.about_page .team_section {
  margin-top: 150px;
}
.about_page .team_section .site_btn {
  margin-left: auto;
  margin-top: 60px;
}
.about_page .team_list {
  display: flex;
  margin: 0 -17.5px;
  text-align: center;
  margin-top: 70px;
  flex-wrap: wrap;
}
.about_page .team_list li {
  padding: 17.5px;
  width: 100%;
  width: 25%;
}
.about_page .team_list .team_block {
  width: 100%;
  position: relative;
}
.about_page .team_list .image_block {
  padding: 20px;
  flex: none;
  max-width: none;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.about_page .team_list .image_inner {
  position: relative;
  width: 100%;
  padding-bottom: 120%;
}
.about_page .team_list .image_inner img {
  object-fit: cover;
}
.about_page .person_name {
  margin-top: 25px;
  font-size: 180%;
  line-height: 22px;
  font-family: "mardoto-bold", "roboto-bold";
  padding-left: 20px;
  text-align: left;
  padding-right: 30px;
}
.about_page .person_position {
  margin-top: 10px;
  font-size: 140%;
  line-height: 19px;
  color: #000000;
  padding-left: 20px;
  text-align: left;
  opacity: 0.8;
  padding-right: 30px;
}
.about_page .partners_container {
  margin-top: 80px;
  margin-bottom: 150px;
}
.about_page .partners_list {
  margin-top: 80px;
}
.about_page .partners_block {
  width: 100%;
  min-height: 260px;
  margin-bottom: 20px;
  display: flex;
  padding: 18px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.about_page .partners_block.hovered {
  border: 1px solid transparent;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.about_page .partners_block.hovered .partner_links {
  bottom: 0;
}
.about_page .person_social_link {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  overflow: hidden;
  background: #0e76a8;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_page .person_social_link::before {
  color: #ffffff;
  font-size: 120%;
}
.about_page .partner_logo {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  min-width: 240px;
  width: 240px;
}
.about_page .partner_logo img {
  display: block;
  max-width: 180px;
  max-height: 180px;
}
.about_page .partner_links {
  position: absolute;
  bottom: -50%;
  display: flex;
  left: 0;
  width: 100%;
  padding-left: inherit;
  padding-right: inherit;
  align-items: flex-start;
  -o-transition: bottom 0.5s;
  -ms-transition: bottom 0.5s;
  -moz-transition: bottom 0.5s;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
.about_page .partner_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 60px 40px 80px;
  flex: 1;
  align-self: center;
}
.about_page .partner_info .second_title {
  padding-top: 0;
}
.about_page .partner_info .site_description {
  margin-top: 10px;
}
.about_page .partner_flag {
  width: 30px;
  height: 22px;
  object-fit: contain;
}
.about_page .partner_flag img {
  width: 100%;
  height: auto;
}
.about_page .parnter_inner_link {
  margin-left: 20px;
  font-size: 180%;
  display: flex;
  font-family: "mardoto-bold", "roboto-bold";
  align-items: flex-start;
  line-height: 22px;
  color: #000000;
  text-align: left;
}
.about_page .parnter_inner_link:before {
  display: flex;
  align-items: center;
  height: 22px;
  font-size: 120%;
  margin-right: 8px;
}
.about_page .partners_link {
  margin-left: auto;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .about_page .our_services_section {
    margin-top: 60px;
  }
  .about_page .our_services_section li {
    width: 33.3%;
  }
  .about_page .person_name {
    margin-top: 20px;
    font-size: 160%;
    line-height: 22px;
    padding-left: 10px;
  }
  .about_page .person_position {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .about_page .partners_container {
    margin-bottom: 90px;
  }
  .about_page .inline_block {
    flex-direction: column;
    margin: 0;
  }
  .about_page .inline_block.reverse_line {
    flex-direction: column;
    margin-top: 60px;
  }
  .about_page .inline_block.first_container {
    flex-direction: column-reverse;
  }
  .about_page .image_block {
    flex: 0 0 100%;
    max-width: none;
    margin-top: 30px;
    padding: 0;
  }
  .about_page .info_block {
    flex: 0 0 100%;
    max-width: none;
    padding: 0;
  }
  .about_page .team_list li {
    padding: 0 15px;
    width: 33.3%;
  }
  .about_page .team_list li:last-child {
    display: none;
  }
  .about_page .team_section {
    margin-top: 60px;
  }
  .about_page .team_list {
    margin: 0 -15px;
    margin-top: 20px;
  }
  .about_page .partner_logo {
    flex: 0 0 30%;
    min-width: 0;
    max-width: 30%;
  }
  .about_page .partner_logo img {
    max-width: 100%;
  }
  .about_page .partner_info {
    padding: 10px 25px;
  }
  .about_page .partner_links {
    position: relative;
    left: auto;
    bottom: auto !important;
    right: auto;
    padding: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about_page .partners_container {
    margin-bottom: 60px;
  }
  .about_page .team_list {
    margin: 0 -10px;
    margin-top: 20px;
  }
  .about_page .team_list li {
    padding: 0 10px;
    width: 50%;
  }
  .about_page .our_services_section {
    margin-top: 20px;
  }
  .about_page .our_services_section li {
    width: 50%;
  }
  .about_page .our_services_section li:last-child {
    margin-bottom: 0;
  }
  .about_page .inline_block.reverse_line {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .about_page .our_services_section .second_title {
    max-width: none;
  }
  .about_page .our_services_section li {
    margin-bottom: 40px;
    padding: 0 10px;
    font-size: 140%;
    line-height: 17px;
  }
  .about_page .team_list {
    flex-direction: column;
  }
  .about_page .team_list li {
    width: 100%;
  }
  .about_page .team_list li:last-child {
    display: block;
  }
  .about_page .partners_block {
    min-height: 0;
    flex-direction: column;
  }
  .about_page .partner_logo {
    flex: none;
    width: 100%;
    padding: 10px 15px;
    border-right: none;
    max-width: none;
  }
  .about_page .partner_info {
    text-align: center;
    padding: 10px 15px;
  }
}
@media (max-width: 479px) {
  .about_page .our_services_section li {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 60px;
  }
  .about_page .our_services_section li:before {
    margin-bottom: 30px;
  }
}

.web .about_page .partners_block.hovered {
  border: 1px solid transparent;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.web .about_page .partners_block.hovered .partner_links {
  bottom: 0;
}

.touch .about_page .partner_links {
  bottom: 0;
  opacity: 1;
}

.about_page .person_social_link:hover {
  opacity: 0.7;
}

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