/*.card .card__img img {
  display: block;
}*/


@media (min-width: 768px) {

	.gallery-item__img > img {
		width: 100%;
		max-height: 305px;
		height: 100%;
		min-height: 305px;
		object-fit: cover;
	}

}

.favorites {
  margin: 50px 0;
}

.header__nav-item {
    border-radius: 0px !important;
}

.project-equipment-inner .project-equipment__info-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
	flex-wrap: wrap;
}

.project-equipment-inner .project-equipment__info {
    display: flex;
	opacity: 1;
}

.project-equipment-inner .project-content {
    display: none;
    width: 100%;
	transition: all .3s;
}

.input-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: transparent !important;
  width: 100%;
  height: 100%;
  font-size: 1px;
  color: transparent;
  border: none;
  cursor: pointer;
}

.gallery-tab {
  width: 100%;
}

.catalog__filter-delete {
  display: none;
}
.header__nav-item.active .btn-original-text {
    transform: translateY(-10%) scale(0.7) rotate(0.001deg);
    opacity: .5;
}
.header__nav-item.active .btn-duplicate-text {
    transform: translateY(0%) scale(1) rotate(0.001deg);
    opacity: 1;
}
.header__nav-item.active .btn-duplicate-fill {
    transform: translateY(0%) scale(1) rotate(0.001deg);
}
.happy {
  background-image: url('/images/e285c56d9ad6972a4e7a.jpg') !important;
}
header .header__logo {
	height: auto !important;
}

@media (max-width: 992px) {
	.project-gallery__wrap {
		overflow: hidden !important;
	}
	footer .footer__copy span {
		margin-right: 48px;
	}
}

.project-gallery-kingisepp .project-gallery-kingisepp__item img {
  object-fit: contain !important;
}
.project-gallery .project-gallery__wrap img {
  width: auto !important;
}
.card .card__img img {
  object-fit: contain !important;
}
.project-layout .project-layout__desc .project-layout__print:after {
    position: absolute;
    pointer-events: none;
    opacity: 1;
    padding: 4px 16px;
    content: "На печать";
    white-space: nowrap;
    right: -85px;
    top: -10px;
    background: #f3f3f3;
    border-radius: 50px;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    color: #1a1a1a;
    transition: all .1s linear;
}
 .project-layout__print {
    background: url('/local/templates/main/assets/images/8c0f979f23aba19bd3ff.svg') no-repeat center / contain;
}
.catalog-help-banner .catalog-help-banner-inner .content .form .bottom .main-user-consent-request {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}


/* from REDS ------- */
.content-wrapper {
	padding: 60px 0px 100px;
}
.content-wrapper .navigation {
	margin-bottom: 40px;
}
.content-wrapper p {
    margin: 0.625rem 0;
}
.content-wrapper p:first-of-type {
    margin-top: 0;
}
.content-wrapper p:last-of-type {
    margin-bottom: 0;
}
/* from REDS ------- */
