

/* Start:/local/templates/ivolv/components/bitrix/news/projects_v2/bitrix/news.detail/.default/style.css?17790060492356*/
.project_detail .proj-item {
    font-family: Manrope;
    padding-bottom: 70px;
}

.project_detail .proj-item h1 {
    margin-bottom: 20px;
}

.proj-item .proj-item__top {
    padding-bottom: 70px;
    margin-bottom: 0;
}

.proj-item .proj-item__left {
    width: 100%;
    max-width: unset;
}

.proj-item .proj-item__title {
    margin-bottom: 20px;
}

.proj-item .project_tags {

    font-family: Manrope, serif;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 46px;
    grid-row-gap: 5px;
    margin-bottom: 70px;
    line-height: 28px;
}

.proj-item .project_tags span {
    position: relative;
}

.proj-item .project_tags span:after {
    content: '/';
    position: absolute;
    right: -24px;
    bottom: -1px;
    opacity: 0.6;
}

.proj-item .project_tags span:last-child:after {
    display: none;
}

.proj-item .proj-item__site_link {
    margin-top: 20px;
}

.proj-item .proj-item__site_link a {
    margin-left: 20px;
    color: #DC4242;
}

.proj-item .proj-item__top:after {
    display: none;
}

.project_detail .info__img {
    display: block;
}

.proj-item .proj-item__bottom {
    max-width: unset;
    text-align: justify;
}

.proj-item__text {
  text-align: justify;
}

@media (max-width: 991px) {
  .proj-item__left h3 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
}

.project_detail .proj-item__left h3 {
  margin-bottom: 20px;
}

.project_detail .proj-item__container {
    padding: 70px 0;
}

.project_detail .proj-item__bottom {
    max-width: unset;
    text-align: justify;
}

.project_detail .proj-item__bottom h3 {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .project_detail .proj-item h1 {
        margin-bottom: 24px;
    }

    .proj-item .project_tags {
        margin-bottom: 40px;
		line-height: 19px;
		grid-gap: 22px;
    }

	.proj-item .project_tags span {
		opacity: 0.6;
	}

	.proj-item .project_tags span:after {
		right: -14px;
	}

    .proj-item .proj-item__title {
        margin-bottom: 24px;
    }

	.proj-item .proj-item__site_link {
		margin-top: 24px;
	}

    .proj-item .proj-item__site_link a {
        margin-left: 0;
    }

	.proj-item .proj-item__top {
		padding-bottom: 40px;
	}

	.project_detail .proj-item {
		padding-bottom: 40px;
	}

	.project_detail .proj-item__container {
		padding: 40px 0;
	}
}

/* End */


/* Start:/local/templates/ivolv/components/bitrix/news.list/projects_v2/style.css?17279547342229*/
.projects {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 30px;
    grid-row-gap: 70px;
    margin-bottom: 60px;
	line-height: normal;
}

.projects .project {
    width: calc(50% - 15px);
    height: auto;
    position: relative;
}

.projects .project .project_image {
    height: 300px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.projects .project .project_image .our__info {
    height: 300px;
}

.projects .project:hover:after {
    display: none !important;
}

.projects .project .our__info {
    position: relative;
    left: 0;
    padding: 10%;
    box-sizing: border-box;
}

.projects .project .our__info:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 45, 50, 0.9);
    z-index: -1;
    opacity: 1;
    transition: 0.5s;
    border-radius: 15px;

}

.projects .project:hover .our__info {
    bottom: calc(100% + 6px);
}



.projects .project .project_image>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.projects .project .project_name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: Unbounded, serif;
    text-transform: uppercase;
}

.projects .project .project_description {
    margin-bottom: 10px;
    font-family: Manrope, serif;
    font-weight: 500;
}

.projects .project .project_tags {
    opacity: 0.6;
    font-family: Manrope, serif;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 26px;
    grid-row-gap: 5px;
}

.projects .project .project_tags span {
    position: relative;
}

.projects .project .project_tags span:after {
    content: '/';
    position: absolute;
    right: -15px;
    bottom: -1px;
}

.projects .project .project_tags span:last-child:after {
    display: none;
}



@media (max-width: 992px) {
    .projects {
        grid-row-gap: 24px;
    }

    .projects .project {
        width: 100%;
    }

    .projects .project .project_image {
        height: 178px;
    }

    .projects .project .project_name, .projects .project .project_description {
        margin-bottom: 5px;
    }
}

/* End */
/* /local/templates/ivolv/components/bitrix/news/projects_v2/bitrix/news.detail/.default/style.css?17790060492356 */
/* /local/templates/ivolv/components/bitrix/news.list/projects_v2/style.css?17279547342229 */
