
body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

.header{
	display: grid;
	width:100%;
	height:120px;
}
.header__section{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:960px;
	margin: 0 auto;
}
.logo-heart-1{
	z-index: 2;
	width: 439px;
	height: 206px;
	position: absolute;
	left:0;
	top: -86px;
	opacity: 0.43;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=43)";
	filter: alpha(opacity=43);
	background: transparent url(../images/srdce-1.svg) no-repeat left center;
	background-size: cover;
}
.logo-heart-2{
	z-index: 3;
    width: 369px;
    height: 119px;
    position: absolute;
	left:0;
	top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    background: transparent url(../images/srdce-2.svg) no-repeat center center;
    background-size: 327px 327px;
}
.logo-heart-3{
	z-index: 4;
    width: 376px;
    height: 119px;
    position: absolute;
	left:0;
	top: 0;
    opacity: 0.19;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=19)";
    filter: alpha(opacity=19);
    -webkit-transform: matrix(-1, 0, 0, -1, 376, 119);
    -ms-transform: matrix(-1,0,0,-1,376,119);
    transform: matrix(-1, 0, 0, -1, 376, 119);
    background: transparent url(../images/srdce-2.svg) no-repeat center center;
    background-size: cover;
}

.header__logo{
	display: grid;
}
.sitelogo{
	display: grid;
}
.sitelogo a{
	display: grid;
	position: relative;
	z-index: 5;
}
.sitelogo a img{
	height:76px;
	width: 200px;
}
.header__content{
	width: fit-content;
	display: flex;
}

.footer{
	display: grid;
	width:100%;
	background-color: #7F7F7F;
	padding: 42px 0;
	color:#ffffff;
}
.footer__section{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;	
	width:960px;
	margin: 0 auto;
}
.footer__box{
	display: flex;
	width:100%;
	gap: 20px;
}
.footer__logo_wrap{
	display: grid;
	width: 67px;
	height: 72px;
	position: relative;
	overflow: hidden;
}
.footer__logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 71px;;
}
.footer__logo img{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 71px;
	/* object-fit: contain; */
	overflow: initial;
	display: grid;
}

.footer__address p{
	margin:0;
}
.footer__address-box{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 30px;
}
.footer__address-contact{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer__address-contact a{
	color:#ffffff;
	text-decoration: none;
}
.footer__address-social{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer__address-social h3{
	margin:0;
	text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
	font-weight:700;
}
.footer__address-social-links{
	display: flex;
	gap: 20px;
}
.footer__address-social-links a{
	display: grid;
}
.footer__address-social-links a img{
	width: 24px;
	height: 24px;
}

.footer__box_last{
	flex-direction: column;
}
.footer__box-head{
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.footer__box-head p{
	margin:0;
	width:100%;
	text-align:right;
}

.footer__box-content{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.footer__box-content-item.account-link{
	display: flex;
	align-items: end;
}
.footer__box-content-item.account-link a{
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 39px;
	border-style: solid;
	border-width: 1px;
	border-color: #929292;
	background-color: transparent;
	padding: 0 12px;
}
.footer__box-content-item.account-link a:hover{
	border-color: #FFFFFF;
    border-radius: 3px;
}
.footer__box-content-item.city-link a img{
	width:87px;
	height:100px;
}
.footer__bottom{
	width:100%;
	background-color: #ffffff;
	padding: 10px 0;
}
.footer__bottom .container{
	display: flex;
	width:960px;
	margin: 0 auto;
}
.footer__bottom p{
	width:100%;
	margin:0;
	font-size: 13px;
    line-height: 32px;
    color: #534741;
}

.nadace-button .uagb-button__wrapper a.wp-block-button__link{
	padding: 5px 45px;
	font-weight: 600;
	line-height: 2.1875rem;
	text-transform: uppercase;
	background-color: #C69C6D;
	color: #fff;
	text-decoration: none;
	border: none!important;
}
.nadace-button .uagb-button__wrapper a.wp-block-button__link:hover{
	background-color: #AA0B26;
    border-radius: 21px;
    color: #976D08;
}
.nadace-button-small .uagb-button__wrapper a.wp-block-button__link{
	font-size:15px;
	padding: 5px 25px;
	font-weight: 600;
	line-height: 2.1875rem;
	text-transform: uppercase;
	background-color: #AA0B26;
	color: #fff;
	text-decoration: none;
	border: none!important;
	border-radius: 15px!important;
}
.nadace-button-small .uagb-button__wrapper a.wp-block-button__link:hover{
	background-color: #AA0B26;
	border-radius: 15px;
	color: #976D08!important;
}
.nadace-button-small:hover .uagb-button__wrapper a.wp-block-button__link{
	color: #976D08!important;
}

.home .spectra-image-gallery__media--grid{
	aspect-ratio: inherit;
}

.scrollToTop{
	border-style: solid;
	border-color: #9C7233;
	background-color: transparent;
	opacity: 0.49;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=49)";
	filter: alpha(opacity=49);
	border-radius: 2px;
	-webkit-transform: matrix(-0.7071, -0.7071, 0.7071, -0.7071, 8, 18);
	-ms-transform: matrix(-0.7071,-0.7071,0.7071,-0.7071,8,18);
	transform: matrix(-0.7071, -0.7071, 0.7071, -0.7071, 8, 18);
	position: relative;
	border-width: 0px 3px 3px 0px;
	width: 20px!important;
	height:20px;
}

.flip-box{
	aspect-ratio: 1/1;
	position: relative;
}
.flip-box:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #b28e65;
	opacity: 0.9;
}
.flip-box:hover p{
	color:#976D08!important;
}
.flip-box:hover:before{
	opacity: 0;
}
.wpcf7-form p{
	margin-bottom:10px;
	font-size:14px;
}
.wpcf7-form-control-wrap,
.wpcf7-form-control-wrap input{
	display:block;
	width:100%;
}
.wpcf7-form-control-wrap input{
	color:#666666;
	background-color: #F4F4F4;
	border-color:#B5B5B5;
}
.wpcf7-form-control-wrap input:focus{
	border-color: #666666;
}

.wpcf7-form-control.wpcf7-submit{
	border:none;
	background-color: #AA0B26;
	color:#ffffff;
	font-weight: 700;
	font-size:14px;
	text-transform: uppercase;
	border-radius:0;
}