.complet-project {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.complet-project_top h2 {
  font-size: clamp(1.75rem, 4vw, 3.75rem);
}

.complet-project_top .bx:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.complet-project_top .bx:last-child {
  display: none;
}

.complet-project_top .page__btn--radial {
  min-width: 100px;
  height: 100px;
  max-width: 100px;
}

.complet-project_block {
  padding-top: 2.5rem;
}

.complet-project_block .d-flex {
  row-gap: 1.25rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.complet-project_block .bx {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.complet-project_block .bx-first {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.complet-project_cart {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
}

.complet-project_cart .block {
  position: absolute;
  top: 0;
  left: 0;
  /*padding-top: 0.9375rem;
  padding-left: 0.9375rem;*/
  width: 100%;
  height: 100%;  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
		  
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.complet-project_cart .block .hashtag
{
	padding: 0.9375rem 0.9375rem 0 0.9375rem;
}
.complet-project_cart .name {
  font-weight: 600;
  font-size: 1.1875rem;
  color: #fff;
  max-width: 75%;
	padding: 0 0.9375rem 0.9375rem 0.9375rem;
}

.complet-project_cart .hashtag ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
 /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
          column-gap: 0.625rem;*/
}

.complet-project_cart .hashtag ul li {
  color: #fff;
  font-weight: 500;
  font-size: 0.75rem;
  display: inline-block;
  padding: 5px 10px;
  clear: left;
  float: left;
  margin: 0 0 0.2rem 0;
  background: rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/*.complet-project_cart .img {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  min-height: 276px;
}*/

.complet-project_cart .img img {
}

.complet-project_bottom {
  padding-top: 2.5rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.complet-project_bottom .page__btn--radial {
  max-width: 116px;
  min-width: 116px;
  height: 116px;
}

@media (min-width: 370px) {
  .complet-project_top .bx:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
  .complet-project_top .bx:last-child {
    display: block;
  }
}
@media (min-width: 450px) and (max-width: 768px)
{
	.complet-project_cart.longtags .hashtag
	{
		max-width: 80%;
	}
	.complet-project_cart.longtags .hashtag ul li
	{
		clear: none;		
	}
}
@media (min-width: 768px) {
  .complet-project_block .bx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .complet-project_block .bx-first {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .complet-project_bottom .page__btn--radial {
    max-width: 136px;
    min-width: 136px;
    height: 136px;
  }
  .complet-project {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
  .complet-project_block {
    padding-top: 3.75rem;
  }
  .complet-project_block .d-flex {
    row-gap: 1.875rem;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .complet-project_block .bx {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .complet-project_bottom {
    padding-top: 3.125rem;
  }
}

@media (min-width: 992px) {
  .complet-project_top .page__btn--radial {
    min-width: 136px;
    height: 136px;
    max-width: 136px;
  }  
	.complet-project_cart .block .hashtag
	{
		padding: 1.1rem 1.1rem 0 1.1rem;
	}
	.complet-project_cart .name {
		padding: 0 1.1rem 1.1rem 1.1rem;
	}
  .complet-project_block .bx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .complet-project_block .bx-first {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / 3) * 2);
            flex: 0 0 calc((100% / 3) * 2);
    max-width: calc((100% / 3) * 2);
  }
}
@media (min-width: 992px) and (max-width: 1200px)
{	
	.complet-project_cart.longtags .hashtag ul li:nth-child(n+4)
	{
		display: none;
	}
  .complet-project_cart .hashtag ul li {
    font-size: 0.6rem;
  }
}
@media (min-width: 1280px) {
  .complet-project_cart .name {
    font-size: 1.375rem;
  }
	.complet-project_cart .block .hashtag
	{
		padding: 1.875rem 1.875rem 0 1.875rem;
	}
	.complet-project_cart .name {
		padding: 0 1.875rem 1.875rem 1.875rem;
	}
}

@media (min-width: 1366px) {
	.complet-project_cart .hashtag ul li
	{
		font-size: 0.9rem;	
	}
}
/*# sourceMappingURL=complect-project.css.map */