.projects_list ul {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.projects_list ul .image_block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.projects_list .project_link:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.potential_section .title_block, .projects_list .company_name {
  color: inherit;
  font-family: "ranade-medium", "mardoto-medium";
  line-height: 1.5em;
}
@media screen and (min-width: 960px) {
  .potential_section .title_block, .projects_list .company_name {
    font-size: 240%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .potential_section .title_block, .projects_list .company_name {
    font-size: 200%;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .potential_section .title_block, .projects_list .company_name {
    font-size: 180%;
  }
}
@media screen and (max-width: 768px) {
  .potential_section .title_block, .projects_list .company_name {
    font-size: 160%;
  }
}

@media screen and (min-width: 960px) {
  .potential_section .stats_list {
    padding-top: 60px;
  }
}
@media screen and (max-width: 959px) {
  .potential_section .stats_list {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .page_inner {
    width: 91.6666666667%;
    margin-left: auto;
  }
}
.page_inner .info_section {
  margin: 0;
}

.projects_list {
  padding-bottom: 35px;
  border-bottom: 1px solid #F0EFEF;
}
.projects_list ul {
  justify-content: space-between;
}
.projects_list ul li {
  flex: 0 0 50%;
  max-width: 500px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 65px;
}
.projects_list ul .image_block {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
}
.projects_list ul .image_block img {
  display: block;
  object-fit: cover;
}
.projects_list .section_title {
  padding-bottom: 46px;
  margin-bottom: 46px;
  border-bottom: 1px solid #F0EFEF;
}
.projects_list .name_logo {
  margin-top: 20px;
  display: flex;
  align-items: center;
  height: 66px;
  width: 100%;
}
.projects_list .company_logo {
  flex: 0 0 90px;
  width: 90px;
}
.projects_list .company_logo img {
  display: block;
  max-width: 66px;
  max-height: 66px;
}
.projects_list .inner_text {
  margin-top: 20px;
}
.projects_list .project_link {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  white-space: nowrap;
  padding-right: 26px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A6192E;
  font-size: 130%;
  line-height: 17px;
  margin-top: 22px;
  font-family: "ranade-medium", "mardoto-medium";
}
.projects_list .project_link:after {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: center;
  -webkit-transfrom-origin: center;
  overflow: hidden;
  content: "\e911";
  display: flex;
  justify-content: flex-end;
  width: 16px;
  font-size: 1.6rem;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
@media screen and (min-width: 1200px) {
  .projects_list {
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .projects_list {
    margin-top: 80px;
    padding-bottom: 30px;
  }
  .projects_list ul li {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .projects_list .name_logo {
    height: 50px;
  }
  .projects_list .company_logo {
    flex: 0 0 70px;
    max-width: 70px;
  }
  .projects_list .company_logo img {
    max-width: 50px;
    max-height: 50px;
  }
}
@media screen and (max-width: 959px) {
  .projects_list {
    margin-top: 60px;
    padding-bottom: 20px;
  }
  .projects_list .section_title {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .projects_list ul li {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .projects_list .name_logo {
    height: 40px;
  }
  .projects_list .company_logo {
    flex: 0 0 55px;
    max-width: 55px;
  }
  .projects_list .company_logo img {
    max-width: 40px;
    max-height: 40px;
  }
  .projects_list .project_link {
    font-size: 120%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 639px) {
  .projects_list ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.potential_section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -10px;
}
.potential_section .image_block {
  flex: 0 0 54.5454545455%;
  max-width: 54.5454545455%;
  padding: 0 10px;
  height: 0;
}
.potential_section .image_block img {
  display: block;
  width: 100%;
  height: auto;
}
.potential_section .info_block {
  flex: 0 0 45.4545454545%;
  max-width: 450px;
  padding: 0 10px;
  margin-right: auto;
}
.potential_section .info_block .inner_text {
  margin-top: 30px;
}
.potential_section .stats_list li {
  flex: 0 0 50%;
  max-width: 200px;
}
.potential_section .last_info {
  background: #ffffff;
  margin-right: 9.0909090909%;
  border-radius: 4px;
  padding: 0 100px 60px;
  position: relative;
  z-index: 3;
  margin-top: 70px;
}
@media screen and (min-width: 1200px) {
  .potential_section {
    padding-top: 100px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .potential_section {
    padding-top: 80px;
  }
  .potential_section .last_info {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 900px;
    margin: 60px auto 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .potential_section .image_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 959px) {
  .potential_section {
    padding-top: 60px;
  }
  .potential_section .last_info {
    padding: 0 20px 40px;
    max-width: 820px;
    margin: 40px auto 0;
  }
  .potential_section .inner_text {
    margin-top: 20px;
  }
  .potential_section .stats_list {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .potential_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .potential_section .image_block {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
  }
  .potential_section .last_info {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .potential_section .stats_list li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .potential_section .stats_list li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 479px) {
  .potential_section .stats_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .content {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .content {
    padding-bottom: 60px;
  }
}

.web .projects_list .project_link, .projects_list .web .project_link {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.touch .projects_list .project_link, .projects_list .touch .project_link {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.web .projects_list .project_link:hover, .projects_list .web .project_link:hover {
  opacity: 0.7;
}
.touch .projects_list .project_link:active, .projects_list .touch .project_link:active {
  opacity: 0.7;
}

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