.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.wpcf7-not-valid-tip, .wpcf7-response-output { display:none !important; }
.wpcf7-not-valid { border: 1px solid #C00 !important; }

.page_404 { text-align:center; }

.catalog__content.active {
	display: block;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

@media (max-width: 1279.98px) {
	.header__social {
		justify-content: start;
		gap: 10px;
	}
	.header__social p {
		display: none;
	}
}

.cookie-popup {
    border: 1px solid #C7AF87;
    background: #FFF;
    position: fixed;
    bottom: 50px;
    left: 50px;
    box-shadow: 0 4px 8px rgba(199, 175, 135, 0.5);
    z-index: 1100;
    width: 600px;
}
.cookie-popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1110;
    cursor: pointer;
}
.cookie-popup-close svg {
    width: 15px;
    height: 15px;
}
.cookie-popup-body {
    padding: 20px;
}
.cookie-popup-title {
    color: #1D1D1D;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}
.cookie-popup-desc {
    margin: 10px 0 0;
    color: rgba(29, 29, 29, 0.50);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.cookie-popup-action {
    margin: 23px 0 0;
    width: 100%;
}
.cookie-popup-action a {
    border: 1px solid #C7AF87;
    background: #FFF;
    cursor: pointer;
    display: block;
    width: 100%;
    color: #C7AF87;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 13px 142px;
    transition: .3s;
}
.cookie-popup-action a:hover {
    border: 1px solid #c7af87;
    background-color: #c7af87;
    color: #fff;
}
.dhide {
    display: none;
}
@media (max-width: 700px) {
    .dhide {
        display: block;
    }
    .cookie-popup {
        width: 328px;
        left: 50%;
        transform: translateX(-50%);
    }
    .cookie-popup-action a {
        padding: 8px 0;
        font-size: 14px;
    }
    .cookie-popup-title {
        font-size: 18px;
    }
    .cookie-popup-desc {
        font-size: 14px;
    }
}
.founder__img-signature {
    bottom: -82px;
}