.about_page .logos_list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.about_page {
  padding-top: 35px;
}
.about_page .page_title {
  padding-bottom: 60px;
}
.about_page .info_block {
  max-width: 50%;
  flex: 0 0 50%;
}
.about_page .img_block {
  max-width: 50%;
  flex: 0 0 50%;
  text-align: center;
}
.about_page .img_block img {
  max-width: 100%;
}
.about_page .top_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 100px;
  flex-wrap: wrap;
}
.about_page .content_title {
  font-size: 220%;
  font-family: "semiBold";
  line-height: 30px;
  color: #000000;
  padding-bottom: 10px;
}
.about_page .content_title span {
  color: #FF0009;
}
.about_page .content_description {
  color: #000000;
  font-size: 180%;
  line-height: 24px;
  padding-bottom: 40px;
}
.about_page .site_btn {
  background: #FF0009;
  width: 200px;
}
.about_page .second_block {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.about_page .second_block .inner_second {
  max-height: 247px;
  height: 100%;
  overflow: hidden;
  padding-top: 24px;
  background: #ffffff;
}
.about_page .second_block .inner_second .content_title {
  text-align: center;
  padding: 0 50px;
  margin-bottom: 5px;
}
.about_page .second_block .inner_second .content_description {
  margin-bottom: 30px;
  text-align: center;
  padding: 0 50px;
}
.about_page .second_block .inner_second .content_description span {
  color: #FF0009;
  font-family: "semiBold";
}
.about_page .second_block > .content_title {
  margin-top: 77px;
  text-align: center;
  padding: 0 20px;
}
.about_page .logos_list {
  max-width: 1331px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  margin-top: 35px;
  margin-bottom: 100px;
}
.about_page .logos_list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 80px;
  align-items: center;
}
.about_page .logos_list ul li {
  width: 220px;
  padding: 20px 35px;
}
.about_page .logos_list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_page .logos_list ul li a img {
  width: 100%;
  max-width: 180px;
}
@media (max-width: 768px) {
  .about_page .content_title {
    font-size: 190%;
    line-height: 26px;
  }
  .about_page .content_description {
    line-height: 20px;
    font-size: 160%;
  }
  .about_page .top_block {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .about_page .img_block,
.about_page .info_block {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .about_page .img_block {
    display: none;
  }
  .about_page .second_block {
    max-width: 100%;
  }
  .about_page .second_block .inner_second {
    max-height: initial;
    overflow: visible;
    padding-bottom: 24px;
  }
  .about_page .second_block .inner_second img {
    display: none;
  }
  .about_page .second_block .inner_second .content_title,
.about_page .second_block .inner_second .content_description {
    padding: 0 15px;
  }
  .about_page .second_block > .content_title {
    margin-top: 35px;
  }
  .about_page .logos_list {
    margin-bottom: 44px;
  }
}
@media (max-width: 639px) {
  .about_page .logos_list ul li {
    padding: 20px 20px 10px 0 !important;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 479px) {
  .about_page .content_title {
    font-size: 180%;
    line-height: 26px;
  }
  .about_page .content_description {
    line-height: 20px;
    font-size: 140%;
  }
}

@media (max-width: 991px) {
  .about_page {
    padding-top: 90px;
  }
  .about_page .page_title {
    padding-bottom: 35px;
  }
  .about_page .img_block {
    text-align: end;
  }
  .about_page .logos_list ul {
    padding: 15px;
  }
  .about_page .logos_list ul li {
    width: 130px;
    padding: 15px;
  }

  .second_inner {
    background: #ffffff;
    bottom: -64px;
    padding: 13px 16px;
  }
}
.web .about_page .site_btn {
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.web .about_page .site_btn:hover {
  background: #000000;
}
.web .about_page .logos_list ul li a {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.web .about_page .logos_list ul li a:hover {
  opacity: 0.5;
}

.touch .about_page .logos_list ul li a {
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.touch .about_page .logos_list ul li a:active {
  opacity: 0.5;
}
.touch .about_page .site_btn {
  -o-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.touch .about_page .site_btn:active {
  background: #000000;
}

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