/**
Theme Name: Zamostia
Author: melv
*/





body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #000000; }

body input:required:valid,
body textarea:required:valid {
  color: #000000; }

body, html {
  overflow-x: hidden !important; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }



body {
  min-width: 320px;
  position: relative;
  line-height: normal;
  overflow-x: hidden;
  font-family: 'NAMU-1750';
  width: 100%;
	font-size:18px;
	line-height:1.3;
	background: #e6e7e2;
}


strong {font-weight:600;}

*, ::after, ::before {
    box-sizing: border-box;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 12px;
}
h1 {
    font-size: 28px;
    line-height: 1.4;
}
h2 {
    font-size: 24px;
    line-height: 1.4;
	
}


h3 {
    font-size: 22px;
    line-height: 1.4;
}
h4 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
}
h5 {
    font-size: 18px;
    line-height: 1.4;
}
h6 {
    font-size: 16px;
    line-height: 1.4;
}

p {
    padding: 0 0px;
    text-indent: 0px;
}


::selection {
    color: #000000; /* Цвет текста */
    background: #ffe048; /* Цвет фона */
   }


a {
	color:inherit;
	text-decoration:none;
    }

a:hover {
	} 


em {font-style:italic;}






ol, ul {
    list-style: none;
    margin-bottom: 40px;
}

ul li {
	margin-bottom: 5px;
	text-align: justify;
    color: #000000;
}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }



img {
  max-width: 100%;
  height: auto; }

.sup {
  font-size: 0.7em;
  vertical-align: top; }

.btn {
  cursor: pointer;
  outline: none;
  overflow: hidden; }
  .btn:hover .hover-btn {
    -webkit-animation: anim-francisco 0.3s forwards;
            animation: anim-francisco 0.3s forwards; }

.overflow {
  overflow: hidden; }



button {
	border:none;
}


.button {
	padding:12px 20px;
	font-size:16px;
	color:#fff;
	background:#eaa203;
	border-radius:50px;
	width: fit-content;
	letter-spacing:1px;
	cursor:pointer;
}




/*---------------------HEADER-----------------------------------------------*/


header {
    
}










header .wrapper {
	width:94%;
	max-width:1440px;
    margin: 0 auto;
    position: relative;
}

.header {
	background: #fff;
    margin: 0 auto;
    display: flex;
}

.header .wrapper {
	width: 92%;
    max-width: 1600px;
    padding: 40px 0;
    background: #fff;
    margin: 0 auto;
    display: flex;
}



        
       






.logo {
	float:left;
	width: 25%;
	max-width: 340px;
    display: table-cell;
    vertical-align: middle;	
}





































.navigation {
    
	
	position: relative;
    width: 100%;
	
    padding: 10px 30px;
}

.header-home .navigation {
    z-index: 7;
	 position: relative;
    
}





.nav-wrap {


}

/* Головний список меню */
.navigation ul {
    list-style: none;
    padding: 0;
    display: flex;
    width: 90%;
    max-width: 1320px;
    margin: 0 auto;
    justify-content: space-between; 
    align-items: center;
}

/* Пункти головного меню — тепер мають однакову ширину */
.navigation ul > li {
    width: auto;
}

.navigation a {
    font-style: normal;
    font-weight: 400;
    color: #000;
    padding: 15px 10px;
    display: block;
    position: relative;
}

.header-home .navigation a {
    color: #ffffff;
}

/* Анімація лінії підкреслення */
.navigation ul > li > a:before {
    content: "";
    background: #00a0e3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    width: 0;
    transition: 0.3s;
}

.navigation ul > li > a:hover {
    color: #009ee3;
}

.navigation ul > li > a:hover:before {
    height: 2px;
    width: 100%;
}

/* --- ПІДМЕНЮ (Dropdown) --- */

/* Випадаючий список на всю ширину головного меню */
.navigation ul li:hover > ul {
	width:320px;
	
	display: block; 
    background: radial-gradient(circle at 25% 40%, #ffffff 0%, #ffffff 25%, #f2f0ee 55%, #f2f0ee 80%);

    box-shadow: 0px 8px 8px -10px rgba(158,155,154,1);
    z-index: 9999;
	
	
	margin:0 auto;
    
}

.navigation ul ul {
    display: none;
    position: absolute;
    top: 100%;
    padding:10px;
    border-radius: 0 0 16px 16px;
	border-left: 1px solid #d6d4d3;
	border-right: 1px solid #d6d4d3;
	border-bottom: 1px solid #d6d4d3;
    z-index: 9998;
    box-sizing: border-box;
}

.navigation ul ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: linear-gradient(to bottom, rgba(158, 155, 154, 1) 0%, rgba(158, 155, 154, 0) 40%);
    pointer-events: none; 
}






/* Пункти підменю — тепер теж мають однакову ширину */
.navigation ul ul li {
    
    text-align: center;
    
    box-sizing: border-box;
	position:relative;
}




/* Посилання в підменю */
.navigation ul ul li a {
    font-weight: 400;
    padding: 10px;
    display: block;
	text-align:left;
	
}

.navigation ul ul li a:hover {
    color: #009ee3;
}

/* Прибираємо ефект підкреслення для пунктів підменю, якщо він там не потрібен */
.navigation ul ul li a:before {
    display: none;
}





































































/*---------------------MENU-----------------------------------------------*/








/*---------------------END MENU-----------------------------------------------*/




.spoiler-title {display:none;}
.spoiler-body {}	


.mobile-navi {display:none;}






















.page {
    margin: 40px 0;
}

.page-container {
	width:95%;
	max-width:1600px;
	margin:0 auto;
}


.breadcrumbs {
  font-size: 16px;
  font-weight: 500;
  color: #4b4f56;
  margin: 10px 0;
}
















    


  
























.post-content {
    background: #fff;
    padding: 60px 100px;
    border-radius: 20px;
	font-family: "Montserrat", sans-serif;
}


.post-content img {
	border-radius:20px;
	overflow:hidden;
	margin:0 0 20px 0;
}

.post-content h1 {
    margin: 0 auto 40px auto;
    line-height: 1.3;
	font-size:50px;
	font-weight:600;
}

.post-content h2 {
margin: 0 0 20px 0;
}

.post-content h3 {
    margin: 0 0 20px 0;
}

.post-content h4 {

margin: 0 auto 10px auto;
}


.post-content p {
	line-height:1.6;
	margin: 0 auto 30px auto;
}

.post-content a {
	text-decoration:underline;
}


.post-content ol {
   max-width: 1100px;
margin: 0 auto 20px auto;
}

.post-content ul {
    margin: 0 0 30px 10px;
}

.post-content ul li {
    line-height: 1.6;
    list-style-type: none;
    padding-left: 22px;
    margin-bottom: 15px;
    position: relative;
}

.post-content ul li:last-child {
    margin-bottom: 0px;
}

.post-content ul li:before {
 content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0px;
    top: 9px;
    background: #eaa203;
    border-radius: 2px;
}



.post-content ol li {
  line-height: 1.8;
list-style-type: none;
counter-increment: step-counter;
margin: 0;
position: relative;
padding: 0 0 0 30px;
}

.post-content ol li::before {
    content: counter(step-counter);
color: #fff;
text-align: center;
width: 20px;
background: #0054A6;
border-radius: 50%;
height: 20px;
line-height: 1.4;
font-size: 14px;
position: absolute;
left: 0;
top: 6px;
}

.post-content blockquote, article q {
  quotes: none;
border-radius: 9px;
border: 1px solid #B6C6D3;
padding: 20px;
position: relative;
max-width: 1100px;
margin: 30px auto;
}

.post-content blockquote:before {
  content: "";
position: absolute;
width: 35px;
height: 27px;
left: 20px;
top: -14px;
background-image: url("/wp-content/themes/razom/design/quote.svg");
background-size: cover;
}

.post-content blockquote:after {
  content: "";
position: absolute;
width: 35px;
height: 27px;
right: 20px;
bottom: -14px;
background-image: url("/wp-content/themes/razom/design/quote2.svg");
background-size: cover;
}

.post-content blockquote p {
  margin:0;
}



.post-content .post-thumbnail {
     width: 40%;
    float: right;
    margin-left: 40px;
}





@media (max-width:800px) {
	
	.post-content {
    background: #fff;
    padding: 0 0 20px 0px;
}
	.post-content h1 {
    margin: 0 auto 20px auto;
    line-height: 1.3;
    font-size: 26px;
    padding: 20px;
}
	
	.post-content .post-thumbnail {
    width: 100%;
    margin-left: 0px;
}
	
	.post-content .post-thumbnail img {
    border-radius:20px 20px 0 0;
}
	
	.post-content p {
    margin: 0 25px 20px 25px;
}
	.post-content ul, .post-content ol {
    margin: 0 25px 30px 25px;
}
	
	.post-content ul li:before {
    width: 7px;
    height: 7px;
}
	
}













































.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, 
.video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }





/*-[ Tags ]---------------------------*/
.tags {
    margin: 5px 0 10px 0;
	text-align:right;
    width: 100%;
    float: left;
}
.tags a { margin-left: 5px; color: #7992a1!important;font-weight:bold;    float: left;
}



.tags a:before {
content: "\f292";
    color: #7992a1;font-weight:normal;
    font-family: FontAwesome;margin-right: 2px;
}







































/*--------------------------------------------------------NEWS---------------------------------------------------------------*/




















































































.socbuttons {
    position: absolute;
    bottom: 15px;
    right: 15px;
}













.section {
	position:relative;
	overflow:hidden;
	width: 100%;
    height: 100vh;
}

.section-header {
	height: 10vh;
    display: flex;
    padding: 0 0px;
	justify-content:space-between;
	align-items:center;
	position:relative;
}

.section .section-title {
    font-size: 36px;
    font-weight: 500;
	font-family: 'NAMU-1750';
	margin:0;
}

.section .wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    padding: 80px;
}



.section.main .main-section-title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
	font-family: Raleway;
}


.section.main .main-section-header {
    margin: 0 auto;
	z-index: 1;
	width:80%;
}

.section.main .main-logo {
    width:80%;
	margin:auto auto 30px;
	
}









.fp-tableCell {
    width: 100%;
    padding:10px;
}











@media (max-width:1200px) {
	.section .wrapper {
    padding: 40px;
}
}


@media (max-width:800px) {
	
	body {
  font-size:15px;
}
	
	.fp-tableCell {
    height:auto!important;
		min-height:100vh;
}
	
	.section {
    height: auto!important;
		overflow: visible;
}
	
	.section .wrapper {
    padding: 8px;
	height: auto;	
}
	
	.section .section-title {
    font-size: 26px;
}
	
}
























#menu {
    right: 25px;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 70;
}
 
#menu li {
    color: #000;
    margin: 10px;
    width: 20px;
    height: 20px;
    border: 3px solid #eaa203;
	border-radius:50px;
	text-indent:-9999px;
}
 
/*Стиль ссылки когда активен соответствующий блок*/
#menu li a, #menu li.active a {
    display: block;
    text-decoration: none;
}
 
/*Стиль элемента списка когда активен соответствующий блок*/
#menu li.active {
    background: #eaa203;
    color: #fff;
}






@media (max-width:800px) {
	
	#menu {
    right: 1px;
}
	#menu li {
    width: 13px;
    height: 13px;
    border: 2px solid #eaa203;
		background:#fff;
}
}












#m-menu-open {
	outline: none;
    display: block;
	text-decoration:none;	
		position:fixed;
	
	z-index:10
}









	
	
	
	
	
	
#m-menu {
width: 40%;
    height: auto;
    text-align: center;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 0%;
    right: 0;
    margin: 0 auto;
    margin-top: -31%;
    /* margin: -31% 0 0 0; */
    display: none;
    opacity: 0;
    z-index: 99999;
    padding: 1% 1%;
    border-radius: 19px;
    border: 1px solid #bbbbbb;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.26);
}





	
	#m-menu-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
    display: block;
    font-size: 50px;
    background-image: url(/wp-content/themes/Zamostia/design/modal-close.svg);
    background-size: cover;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
		
    #m-menu-close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}	

#m-menu-overlay {
    z-index: 99998;
    position: fixed;
    background-color: #fff;
    opacity: 0.95;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
	

#m-menu .wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px;
}
	
#m-menu .m-main {
    margin:5px 0;
}
	
#m-menu .m-context {
    margin:5px 0;
}	
	
	#m-menu ::-webkit-scrollbar{
    width:10px;    background: #4465a8;
	
}

#m-menu ::-webkit-scrollbar-thumb{
background-color:transparent; width:10px;
background-image:url('/wp-content/themes/arena/design/scroll.svg'); 
background-position:center; 
background-repeat:no-repeat; 
}
	
	

#m-menu ::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #4465a8;
    background-color: #ff4200;    background: #4465a8;
}

#m-menu ::-webkit-scrollbar-track{
    border-width:0;
	background-color: #4465a8;
}

#m-menu ::-webkit-scrollbar-track:hover{
    background-color: #4465a8;
}



#m-menu input {
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #bbbbbb;
}

#m-menu textarea {
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #bbbbbb;
}

#m-menu input[type=submit] {
    /* text-indent: -1px; */
    width: 10px;
    /* position: absolute; */
    width: 200px;
	outline: none;
}






















.publ-grid {
    flex: 1;
    display: grid;
    /* Створюємо 2 стовпчики, кожен по 50% (з урахуванням gap) */
    grid-template-columns: repeat(2, 1fr);
    /* Створюємо 2 ряди рівної висоти */
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    min-height: 0;
}

.publ-item {
    display: flex;
    overflow: hidden;
    /* Прибираємо width: 50%, бо Grid сам керує шириною завдяки 1fr */
    width: 100%; 
	position:relative;
	gap:10px;
}
		
.publ-item .publ-image {
    height: 100%;
    /* Якщо потрібно, щоб блок з картинкою займав половину картки: */
    width: 50%; 
	border-radius:20px;
	overflow:hidden;
}	
		
.publ-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}	
		
.publ-item .publ-content {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
	gap:10px;
}	


.publ-item:nth-child(1) {
    
}
		
.publ-item:nth-child(1) .publ-image, .publ-item:nth-child(4) .publ-image  {
    width:100%;
}	
		
.publ-item:nth-child(1) .publ-content, .publ-item:nth-child(4) .publ-content {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 47%;
    height: 90%;
    transform: translateY(-50%);
}
		
.publ-item:nth-child(1) .publ-content, .publ-item:nth-child(4) .publ-content {
	background:#ffe048;
}	

.publ-meta {
	display:flex;
	gap:10px;
	align-items:center;
	font-size:14px;
}


.publ-category {
	background: #e6e7e2;
	padding: 3px 10px 6px 10px;
	border-radius:9px;
	text-decoration:none;
	
}

.publ-date {
    color:#808179;
}

.publ-item .publ-title {
	font-size:20px;
}
		
.publ-item:nth-child(4) .publ-content {
	background:#d6d243;
}




@media (max-width:800px) {
	.publ-grid {
   grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 10px;
}
	
	
	.publ-item .publ-image {
    display: none;
}
	
	.publ-item .publ-content {
    width:100%;
		padding: 25px;
		background:#fff!important;
}
	
	.publ-item:nth-child(1) .publ-content, .publ-item:nth-child(4) .publ-content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    transform: none;
}
	
	.publ-item .publ-title {
    font-size: 14px;
}
	
	.publ-meta {
    font-size: 12px;
}
	
	.publ-category {
    padding: 2px 10px 2px 10px;
}
	
}








































article .post-content {
	
}

.post-content .shorts-grid-table {
	
}

.post-content .grid-row {
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.post-content .grid-col-left {
	width:50%;
}

.post-content .grid-col-right {
	width:50%;
}



.post-content .grid-container-2col {
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.post-content .grid-col-left {
	width:50%;
}

.post-content .grid-col-right {
	width:50%;
}

.post-content .grid-container-2col p {
	padding:40px;
}




































	
		
.projects-section {
    background:#e6e7e2;
}		
		
	
.projects-grid {
    flex: 1;
    display: grid;
    /* Створюємо 2 стовпчики, кожен по 50% (з урахуванням gap) */
    grid-template-columns: repeat(2, 1fr);
    /* Створюємо 2 ряди рівної висоти */
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    min-height: 0;
}

.project-item {
    display: flex;
    overflow: hidden;
    /* Прибираємо width: 50%, бо Grid сам керує шириною завдяки 1fr */
    width: 100%; 
	position:relative;
	gap:10px;
}
		
.project-item .project-image {
    height: 100%;
    /* Якщо потрібно, щоб блок з картинкою займав половину картки: */
    width: 50%; 
	border-radius:20px;
	overflow:hidden;
}	
		
.project-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}	
		
.project-item .project-content {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
}	

/* Твій розподіл чайлдів залишається незайманим для твоїх стилей */
.project-item:nth-child(1) {
    
}
		
.project-item:nth-child(1) .project-image, .project-item:nth-child(4) .project-image  {
    width:100%;
}	
		
.project-item:nth-child(1) .project-content, .project-item:nth-child(4) .project-content {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 47%;
    height: 90%;
    transform: translateY(-50%);
}
		
.project-item:nth-child(1) .project-content, .project-item:nth-child(4) .project-content {
	background:#ffe048;
}	

.project-item .project-title {
	font-size:20px;
}
		
.project-item:nth-child(4) .project-content {
	background:#d6d243;
}		
		







	










.news-section {
    background: #e6e7e2;
}		
		
.news-grid {
    flex: 1;
    display: grid;
    /* Створюємо 2 стовпчики, кожен по 50% (з урахуванням gap) */
    grid-template-columns: repeat(2, 1fr);
    /* Створюємо 2 ряди рівної висоти */
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    min-height: 0;
	
}

.news-item {
    display: flex;
    overflow: hidden;
    width: 100%; 
    position: relative;
    gap: 20px;
	background: #fff;
	border-radius: 20px;
	
    
}
		
.news-item .news-image {
    height: 100%;
    /* Якщо потрібно, щоб блок з картинкою займав половину картки: */
    width: 50%; 
    overflow: hidden;
}	
		
.news-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}	
		
.news-item .news-content {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 40px;
    
}	




.news-meta {
	display:flex;
	gap:10px;
	align-items:center;
}


.news-category {
	background: #e6e7e2;
	padding: 3px 10px 6px 10px;
	border-radius:9px;
	text-decoration:none;
	font-size:14px;
}

.news-title {
	    margin: 10px 0;
}

.news-item .button {
    margin-top: auto;
}

.news-date {
    color:#808179;
	font-size:14px;
}



.archive-page .news-grid {
	flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    grid-auto-rows: auto; 
    gap: 20px;
    min-height: 0;
}

.archive-page .news-item {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
    gap: 0px;
    background: #fff;
    border-radius: 20px;
}

.archive-page .news-item .news-image {
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.archive-page .news-item .news-content {
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px;
}

		

@media (max-width:800px) {
	.archive-page .news-grid {
    grid-template-columns: repeat(1, 1fr);
}
	
	.archive-page .news-item {
    flex-direction: column;
}
	
	.archive-page .news-item .news-content {
    height: auto;
    padding: 25px;
}
	
	
	
	
}


































 .project-page .post-content {
        padding:0 100px;
    }



 .project-page-header {
        position: relative;
        background:#fff;
        margin: 0 auto;
	 border-radius: 20px 20px 0 0;
    overflow: hidden;
    }
    
    .project-page-header .post-meta {
        position: absolute;
        top: 45%; /* Трохи підняли текст, щоб він не перекривався вилазячим блоком */
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translateY(-50%);
        text-align: center;
        z-index: 2;
    }
    
    .project-page-header .post-meta h1 {
        color: #fff;
        margin-bottom: 10px;
		line-height: 1.3;
    font-size: 60px;
    }
    
    .project-page-header .post-meta .project-mission {
        color: #fff;
    }
    
    .project-page-post-thumbnail {
        width: 100%;
        height: 60vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
		position: relative;
		
    }
    
    .project-page-post-thumbnail::after {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: 1;
    }



/* ЖОВТИЙ БЛОК КОРОТКОГО ОПИСУ */
.project-page .short-description-block {
    padding: 40px;
    background-color: #d6d243;
    border-radius: 20px;
    font-size: 22px;
    line-height: 1.5;
    position: relative;
    transform: translateY(-50px);
    margin: 0 100px;
}

    
    /* ГОЛОВНИЙ КОНТЕНТ */
    .project-page .main-content {
        background: #fff;
        border-radius: 0 0 20px 20px;
        position: relative;
        z-index: 10; /* Щоб контент піднявся над фіксованим фоном (fixed background) */
        
        /* Зверху прибираємо padding, щоб блок опису притискався до верху */
        padding: 0 100px 60px 100px; 
    }
    
    


.project-page .project-extra-field {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
	margin:0 0 30px 0;
}
    
.project-page .project-timing {
	position:relative;
	padding:0 0 0 35px;
}    

.project-page .project-timing:before {
	content:"";
	position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 26px;
    background-size: cover;
	background-image: url(design/calendar.svg);
} 

 .project-page .project-location {
	position:relative;
	padding:0 0 0 35px;
}    

.project-page .project-location:before {
	content:"";
	position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-size: cover;
	background-image: url(design/location.svg);
}    



.project-page .related-posts {
	
	float: right;
    width: 100%;
    max-width: 400px;
    padding: 30px;
    margin: 0 0 10px 30px;
    border-left: 3px solid #d6d243;
    border-radius: 20px;
}

.project-page .related-posts .item-date {
    color: #808179;
    font-size: 14px;
}



.other-projects-block {
	margin:40px 0;
}










/* Контейнер, що об'єднує ліву та праву колонки */
.projects-container {
    display: flex;
    gap: 30px; /* Відступ між основним контентом та сайдбаром */
    width: 100%;
}

/* Основний вміст займає 3 чверті (75%) мінус частина відступу */
.projects-content {
    flex: 0 0 calc(75% - 22.5px);
    width: calc(75% - 22.5px);
}	 

.project-sidebar {
    flex: 0 0 calc(25% - 7.5px);
    width: calc(25% - 7.5px);
    background: #fff;
    padding: 24px;
    border-radius: 20px;
}

/* Сітка для карток (всередині контенту вишикує їх по 2 або 3 в ряд залежно від ширини) */
.projects-archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

/* Стиль самої картки */
.project-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Бейджі категорій */
.cat-badge {
    display: inline-block;
    align-self: flex-start;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    margin-bottom: 14px;
}

/* Приклади кольорів для різних категорій з фото */
.badge-rozvitok-gromad { background-color: #e2f0d9; color: #385723; }
.badge-spadshchina { background-color: #fff2cc; color: #7f6000; }
.badge-osvita { background-color: #e1f5fe; color: #0288d1; }




.card-activity-links {
	font-size: 13px;
    color: #888888;
}


.card-title {
    font-size: 18px;
    margin: 0 0 12px 0;
    line-height: 1.4;
}
.card-title a {
    color: #222222;
    text-decoration: none;
}

.card-excerpt {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Нижня панель з датами та гео */
.card-meta {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #888888;
    border-top: 1px solid #f0f0f0;
    padding-top: 14px;
}
.meta-item i {
    margin-right: 4px;
    color: #8cb43f; /* Зелений колір іконок сайту */
}

/* Адаптивність: на мобільних пристроях вишикувати все в одну колонку */
@media (max-width: 991px) {
    .projects-container {
        flex-direction: column;
    }
    .projects-content,
    .project-sidebar {
        flex: 0 0 100%;
        width: 100%;
    }
}



.filter-group {
	padding:0 0 24px 0;
	margin:0 0 24px 0;
	border-bottom:1px solid #f0f0f0;
}


/* 1. Розташування елементів один під одним */
.filter-checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 12px; /* Відступ між чекбоксами */
    margin-top: 10px;
}

/* Налаштування самого рядка-лейбла */
.filter-checkbox-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.2;
    user-select: none;
    position: relative;
}

/* 2. Приховуємо дефолтний чекбокс браузера */
.filter-checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* 3. Створюємо кастомне коло (іконку чекбокса) */
.filter-checkbox-label .checkbox-text {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 28px; /* Місце під кружечок */
}

/* Базовий стан: біле коло з рамкою */
.filter-checkbox-label .checkbox-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-color: #ffffff; /* Білий колір */
    border: 2px solid #ccc;    /* Сіра рамка, щоб коло не зливалося з білим фоном */
    border-radius: 50%;        /* Робимо ідеальне коло */
    transition: all 0.25s ease;
}

/* Внутрішня точка (опціонально, для красивого ефекту радіо-кнопки при активізації) */
.filter-checkbox-label .checkbox-text::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: transform 0.2s ease;
}

/* 4. АКТИВНИЙ СТАН: Коли чекбокс обрано */


.filter-checkbox-label input[type="checkbox"]:checked ~ .checkbox-text::before {
    background-color: #d6d243; 
    border-color: #d6d243;
}

/* Показуємо білу точку всередині зеленого кола при виборі */
.filter-checkbox-label input[type="checkbox"]:checked ~ .checkbox-text::after {
    transform: translateY(-50%) scale(1);
}

/* Ефект при наведенні мишкою (hover) */
.filter-checkbox-label:hover input[type="checkbox"]:not(:checked) ~ .checkbox-text::before {
    border-color: #d6d243;
}











.team-partners .wrapper {
	display:flex;
	flex-direction:column;
	gap:40px;
}





.front-team {
    height: 60%;
        display: flex;
    flex-direction: column;
}

.team-list {
	display:flex;
	flex:1;
}

.team-list .owl-item, .team-list .owl-stage-outer, .team-list .owl-stage, .team-list .owl-item {
	height:100%;
}



.team-list .team-item {
	height: 100%;
    display: flex;
    background:#fff;
	border-radius: 20px;
	overflow:hidden;
}


.team-item .info {
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.team-item .button {
    margin-top: auto;
    margin-left: auto;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #eaa203;
    background-image: url(/wp-content/themes/Zamostia/design/more.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px auto;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
    transition: background-color 0.3s ease;
}






.team-item .thumbnail {
	overflow:hidden;
	position:relative;
	width:50%;
}

.team-item .thumbnail img {
	    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.partners {
	height: 40%;
}

.partners-list {
	display:flex;
	gap: 20px;
}






.partner-item {
  display: flex;
  flex-direction: column;
  align-items: center; 
  text-align: center;
}

.partner-logo {
    width: 150px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 12px;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}

.partner-logo {
    position: relative;
    display: inline-block; 
}

.partner-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
filter: grayscale(100%) contrast(1.2); 

    mix-blend-mode: multiply; 
}

/* Підпис (тайтл) під зображенням */
.partner-title {
  font-size: 13px; /* Максимум 18px */
  line-height: 1.4;
  word-break: break-word;
}






@media (max-width:800px) {
	
	.team-list .team-item {
    padding: 25px;
    flex-direction: column;
}
	
	.team-item .thumbnail {
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
}
	
	
	
	
}




































.fp-projects .front-slide-projects {
	position:relative;
	height: 100%;
}

.fp-projects .owl-item, .fp-projects .owl-stage-outer, .fp-projects .owl-stage, .fp-projects .owl-item {
	height:100%;
}


.fp-projects .owl-carousel .owl-stage {
    height: 100%;
}

.fp-projects .owl-carousel {
    height: 100%;
	border-radius: 30px;
    overflow: hidden;
}

.fp-projects .fsp-item {
	position:relative;
	display:flex;
	justify-content:space-between;
	height: 100%;
}

.fp-projects .fsp-image {
	position:relative;
	height: 100%;
    overflow: hidden;
	width:60%;
}

.fp-projects .fsp-image:before {
	content:"";
	position:absolute;
	bottom:0;
	right:0;
	width:50%;
	height:100%;
	background-image: linear-gradient(to left, rgba(88, 122, 43, 1) 0%, rgba(88, 122, 43, 0) 100%);
}

.fp-projects .fsp-image img {
	width:100%;
	height: 100%;
    object-fit:cover;
	object-position:center;
}


.fp-projects .fsp-info {
    width: 40%;
    height: 100%;
    color: #fff;
    background-image: linear-gradient(to left, rgba(88, 122, 43, 1) 100%, rgba(88, 122, 43, 1) 100%);
    display: flex;
    flex-direction: column;
	padding: 80px 150px 80px 40px;
}

.fp-projects .meta-row {
    display:flex;
	gap:20px;
	font-size:16px;
}

.fp-projects .meta-row .meta-row-item {
    position:relative;
	padding:0 0 0 30px;
	margin:0 0 10px 0;
}

.fp-projects .meta-row .meta-row-item:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 16px;
    -webkit-mask-size: contain;
    mask-size: contain;
	background-color: #d6d243;
}

.fp-projects .meta-row .meta-row-item.fsp-activity:before {
    content:"";
	-webkit-mask-image: url(design/activity.svg);
	mask-image: url(design/activity.svg);
}

.fp-projects .meta-row .meta-row-item.fsp-location:before {
    content:"";
	-webkit-mask-image: url(design/location.svg);
	mask-image: url(design/location.svg);
}

.fp-projects h3 {
    font-size: 36px;
    line-height: 1.4;
}

.fsp-mission {
	margin:0 0 10px 0;
}

.fsp-short-description {
	font-family: "Montserrat", sans-serif;
}

.fp-projects .fsp-info .button {
    margin-top:auto;
}


.fp-projects .owl-theme .owl-prev {
    width: 70px;
    height: 50px;
    border: none;
	border-radius:0;
    position: absolute;
    top: 0;
    left: 0px;
    transform:none;
    background: transparent;
    text-indent: -9999px;
    height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.fp-projects .owl-theme .owl-next {
    width: 70px;
    height: 50px;
    border: none;
	border-radius:0;
    position: absolute;
    top: 0;
    right: 0px;
    transform:none;
    background: transparent;
    text-indent: -9999px;
    height: 100%;
	background: rgba(0, 0, 0, 0.1);
}

.fp-projects .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.fp-projects .owl-carousel button.owl-dot {
    border: none;
}



@media (max-width:800px) {
	
	.fp-projects .owl-carousel {
    margin: 0px!important;
}
	
	.fp-projects .fsp-item {
    flex-direction: column;
}
	
	.fp-projects .fsp-image {
    height: 35%;
    width: 100%;
}
	
	.fp-projects .fsp-image:before {
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, rgba(88, 122, 43, 1) 0%, rgba(88, 122, 43, 0) 100%);
}
	
	.fp-projects .fsp-info {
    width: 100%;
    height: 65%;
    padding: 20px;
}
	
	.fp-projects .meta-row {
    gap: 10px;
    font-size: 12px;
}
	
	.fp-projects h3 {
    font-size: 26px;
}
	
	
	
	
}


















.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('/wp-content/themes/razom/design/main-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* Колір 587a2b у форматі RGBA. Останнє значення (0.6) — це прозорість (від 0 до 1) */
    background-color: rgba(88, 122, 43, 0.6); 
    
    z-index: 1; /* Шари: 0 — фото фону, 1 — цей колір, 5+ — контент сторінки */
}



/* --- 1. СТИЛІ ДЛЯ МЕНЮ (ЗГОРИ) --- */
.header-home {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%); /* Ідеальне центрування по горизонталі */
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    z-index: 10;
}

.navbar {
    background: rgba(255, 255, 255, 0.15); /* Напівпрозорий білий */
    backdrop-filter: blur(12px); /* Ефект розмиття фону */
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px; /* Округлені краї */
    padding: 10px 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-link {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease;
    padding: 8px 16px;
    border-radius: 20px;
}

.nav-link:hover {
    background: rgba(255, 255, 255, 0.2);
}


/* --- 2. СТИЛІ ДЛЯ ЗОБРАЖЕННЯ (В ЦЕНТРІ) --- */
.center-image-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Магічне вирівнювання точно по центру екрана */
    max-width: 90%;
    max-height: 50vh;
    z-index: 5;
}

.center-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}


/* --- 3. СТИЛІ ДЛЯ ТЕКСТОВОГО БЛОКУ (ЗНИЗУ) --- */
.bottom-text-block {
    position: absolute;
    bottom: 40px; /* Відступ від нижнього краю екрана */
    left: 50%;
    transform: translateX(-50%); /* Центрування по горизонталі */
    z-index: 10;
}

.bottom-text {
    color: #ffffff;
    font-size: 2rem; /* Великий, помітний розмір */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px; /* Гарний відступ між літерами */
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /* Тінь під текстом для кращої читабельності на будь-якому фоні */
}


/* Адаптивність під мобільні екрани */
@media (max-width: 768px) {
    .nav-menu {
        gap: 10px;
    }
    .nav-link {
        font-size: 0.8rem;
        padding: 6px 10px;
    }
    .navbar {
        padding: 8px 15px;
    }
    .bottom-text {
        font-size: 1.5rem;
        bottom: 20px;
    }
}












.about-section {
	background:#fff;
}



/* Головний контейнер на весь екран, ділимо навпіл (50% / 50%) */
.grid-container {
      gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100vh;
	overflow: hidden;
}

/* Лівий блок займає всю свою висоту автоматично */
.left-block {
  background: #e6e7e2;
	border-radius: 20px;
	position:relative;
	overflow: hidden;
}

.about-image {
    max-width: 100%;
    height: auto;
    height: 100%;
    object-fit: cover;
	position:relative;
}

.about-image:before {
    content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.about-image img {
    max-width: 100%;
    height: auto;
    height: 100%;
    object-fit: cover;
}

/* Правий контейнер: ділить висоту навпіл (50% / 50%) між верхнім та нижнім блоками */
.right-container {
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: 100%;
	gap: 20px;
}

.right-top {
  background: #e6e7e2;border-radius: 20px;
}

/* Нижня частина праворуч: ділить ширину на 3 рівні колонки */
.right-bottom-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 100%;
	gap: 20px;border-radius: 20px;
}

/* Стилізація трьох нижніх блоків для наочності */
.right-bottom-group .block:nth-child(1) { background: #e6e7e2;border-radius: 20px; padding:40px;}
.right-bottom-group .block:nth-child(2) { background: #e6e7e2;border-radius: 20px; padding:40px;}
.right-bottom-group .block:nth-child(3) { background: #e6e7e2;border-radius: 20px; padding:40px;}

/* Загальні стилі для тексту всередині блоків (можна видалити) */
.block {
    background: #e6e7e2;
    border-radius: 20px;
    
}




.left-block .block-content {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    padding: 120px 40px 40px;
    background-image: linear-gradient(to top, rgba(88, 122, 43, 1) 0%, rgba(88, 122, 43, 0) 100%);
}

.left-block .block-content .block-title {
	font-size:36px;
	
}

.left-block .block-content .block-subtitle {
	font-size:24px;
	margin:5px 0 10px 0;
}















.mission-section {
	
}


.mission-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Створює легкий ефект паралаксу при скролі */
    padding: 100px 0; /* Відступи зверху та знизу секції */
    
    overflow: hidden;
}

/* Оверлей (затемнення фону), щоб текст поверх фото читався ідеально */
.mission-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(88, 122, 43, 0.7) 100%);
    z-index: 1;
}

/* Контентний контейнер піднімаємо вище оверлею */
.mission-container {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

/* Головний текст місії (зверху) */
.mission-header-text {
    max-width: 800px;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 1.5;
}
.mission-header-text h2, 
.mission-header-text p {
    color: #ffffff !important;
}

/* Сітка для таргетів (target-1 ... target-7) */
.mission-targets-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Автоматично розподіляє колонки */
    gap: 20px;
}

/* Стиль окремої картки таргета */
.target-card {
    background: rgba(255, 255, 255, 0.15); /* Напівпрозоре скло (Glassmorphism) */
    backdrop-filter: blur(10px); /* Розмиття фону за карткою */
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px;
    border-radius: 15px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.target-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
}

.target-card p {
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}































.front-footer {
	
}




.front-footer .row-1 {
	height:80%;
}

.front-footer .row-2 {
	height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.front-footer .logo {
    float: left;
    width: 25%;
    max-width: 140px;
    display: table-cell;
    vertical-align: middle;
}









.contacts-form {
	
}

.front-footer .row-1 {
    display: flex;
    gap: 40px;
     
}

.front-footer .row-1 .col {
	width:33%;
	height: 100%;
    padding: 40px;
	background:#fff;
	border-radius: 20px;
	
}

.front-footer .row-1 .col-1 {
	background:#fff;
	display:flex;
	flex-direction:column;
	background-image: url('/wp-content/themes/Zamostia/design/bg-1.png'); /* Вкажіть правильний шлях */
    background-repeat: no-repeat;
    background-position: bottom center; /* Притискає картинку до низу по центру (можна змінити на bottom right або bottom left) */
    
}

.front-footer .row-1 .contact-item {
	padding:0 0 20px 0;
	margin:20px 0 0px 0;
	border-bottom:1px solid #eee;
}



.front-footer .row-1 .contact-item:last-child {
	border-bottom:0px;
}

.front-footer .row-1 .contact-item h3{
	margin-bottom:5px;
}




.front-footer .row-1 .col-2 {
	background: #eaa203;
}

.front-footer .row-1 .col-3 {
	background:#fff;
}



.form {
    display: flex;
    gap: 20px;
    flex-direction: column;
    
    
    min-height: 100%; 
}

.form form {
    
}


.form .contact-form {
        display: flex;
    gap: 20px;
    flex-direction: column;
	height:100%;
}


.form .contact-form-header {
     
}


.form h3 {
    font-size: 26px;
    line-height: 1.4;
}



.contact-form input {
    padding: 20px 20px 20px 45px;
    border: 0;
    border-radius: 9px;
    font-size: 14px;
    outline: none;
    position: relative;
    width: 100%;
}

.contact-form input.name {
  background: #ffffff url('/wp-content/themes/Zamostia/design/man.svg') 15px center no-repeat;
}

.contact-form input.phone {
  background: #ffffff url('/wp-content/themes/Zamostia/design/phone-input.svg') 15px center no-repeat;
}

.contact-form input.email {
  background: #ffffff url('/wp-content/themes/scoliosis-theme/design/icons/mail-input.svg') 15px center no-repeat;
	margin:0!important;
}






.contact-form .send-block {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: auto;
}


.contact-form textarea {
    width: 100%;
	min-height:130px;
    padding: 12px;
    border: 0;
    border-radius: 9px;
    font-size: 14px;
    outline: none;
}


.form-agreement {
	font-size:10px;
	margin:0 0 10px 0;
}

.send.button {
    padding: 12px 20px;
    font-size: 16px;
    color: #fff;
    background: #000;
    border-radius: 50px;
    width: fit-content;
    letter-spacing: 1px;
	min-width:200px;
	cursor:ponter;
}









.social-link-list {
    display:flex;
	gap:10px;
}


.social-link {
    text-indent: -9999px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    text-indent: -9999px;
    background: #eaa203;
    display: block;
}



.social-link::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff; 
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
	mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}





.social-link.social-facebook:before {
    -webkit-mask-image: url('/wp-content/themes/Zamostia/design/facebook.svg');
    mask-image: url('/wp-content/themes/Zamostia/design/facebook.svg');
}

.social-link.social-instagram:before {
    -webkit-mask-image: url('/wp-content/themes/Zamostia/design/insta-link.svg');
    mask-image: url('/wp-content/themes/Zamostia/design/insta-link.svg');
}

.social-link.social-tiktok:before {
    -webkit-mask-image: url('/wp-content/themes/Zamostia/design/tiktok.svg');
    mask-image: url('/wp-content/themes/Zamostia/design/tiktok.svg');
}

.social-link.social-telegram:before {
	-webkit-mask-image: url('/wp-content/themes/Zamostia/design/telegram.svg');
    mask-image: url('/wp-content/themes/Zamostia/design/telegram.svg');
}

.social-link.social-youtube:before {
	-webkit-mask-image: url('/wp-content/themes/Zamostia/design/youtube.svg');
    mask-image: url('/wp-content/themes/Zamostia/design/youtube.svg');
}






@media (max-width:800px) {
	
	.front-footer .row-1 {
    gap: 20px;
    flex-direction: column;
}
	
	.front-footer .row-1 .col {
    width: 100%;
    padding: 25px;
}
	
	
}


























footer {
	 background: #ffffff;
}


   


footer .wrapper {
	width: 100%;
	max-width:1600px;
	margin:0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    padding: 80px 0;
}

footer .row {
	display:flex;
	align-items:center;
	justify-content:space-between;
}

footer .footer-contact {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:40px;
}



footer .logo {
    float: left;
    width: 25%;
    max-width: 260px;
    display: table-cell;
    vertical-align: middle;
}


















