/**
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: "Montserrat", sans-serif;
  width: 100%;
	font-size:18px;
	line-height: 1.4;
	background: #f9f7f3;
}


strong {font-weight:500;}

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


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.1;
	font-family: 'NAMU-1750';
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 32px;
	
}

h3 {
    font-size: 26px;
	line-height: 1.3;
}
h4 {
    font-size: 18px;
}


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;
}

ul li {
	margin-bottom: 5px;
}

blockquote, q {
  quotes: none; 
position:relative;
padding:0 0 0 50px;}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
	position:absolute;
	top:0;
	left:0;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/themes/Zamostia/design/quote1.png);
background-size:cover;

}

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



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


button {
	border:none;
	line-height: 150%;
}


.button {
    padding: 12px 20px;
    font-size: 16px;
    color: #fff;
    background: #eaa203;
    border-radius: 12px;
    width: fit-content;
    letter-spacing: 0.5px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
	line-height: 150%;
	transition:0.3s;
}



.button:hover {
    background: #b97f00;
}







.compact-button {
    margin-top: auto;
    margin-left: auto;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #eaa203;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-indent: -9999px;
    position: relative; /* Додаємо, щоб позиціонувати іконку всередині */
    overflow: hidden;   /* Про всяк випадок ховаємо виступи тексту */
    transition: background-color 0.3s ease;
}

/* Створюємо іконку всередині кнопки */
.compact-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px; /* Твій оригінальний розмір іконки */
    height: 15px;
    
    /* Центруємо іконку по центру кнопки */
    transform: translate(-50%, -50%) rotate(0deg); 
    
    background-image: url(/wp-content/themes/Zamostia/design/more.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    
    /* Плавно анімуємо поворот */
    transition: transform 0.3s ease-in-out;
}

/* Ефект при наведенні (Hover) */
.compact-button:hover {
    background-color: #d18f00; /* Наприклад, робимо кнопку трохи темнішою при наведенні */
}

.compact-button:hover:before {
    /* Зберігаємо центрування translate(-50%, -50%) та додаємо поворот */
    transform: translate(-50%, -50%) rotate(45deg);
}




.more {
    color: #eaa203;
    margin-top: auto;
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px; 
	transition:0.3s;
}

.more:after {
    content: "";
    width: 10px;
    height: 10px;
    flex-shrink: 0; 
    background: url(/wp-content/themes/Zamostia/design/more2.svg) no-repeat center;
    background-size: contain; 
}


.more:hover {
    color: #b97f00;
}



@media (max-width:1400px) {
	
	
body {
  font-size:16px;
}	
	
	h1 {
    font-size: 40px;
}
h2 {
    font-size: 28px;
	
}

h3 {
    font-size: 22px;
}
h4 {
    font-size: 16px;
}
}













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


header {
    
}






header .wrap{
padding:30px 60px;
    display:flex;

    justify-content:space-between;

    align-items:center;
}





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

.header {
	background: #fff;
    width: 100%;
}

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



        
       






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

































.nav-block {
display:flex;
	gap:40px;
	align-items:center;

}



.navigation {
    
	
	position: relative;
    width: 100%;
	
    
}

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







/* Головний список меню */
.navigation ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0 auto;
    justify-content: flex-end; 
    align-items: center;
	gap:40px;
}

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

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

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

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

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

.navigation ul > li > a:hover:before {
    height: 0px;
    width: 0px;
	border-radius:50%;
}

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

/* Випадаючий список на всю ширину головного меню */
.navigation ul li:hover > ul {
	width:320px;
	
	display: block; 
    z-index: 9999;
	margin:0 auto;
    
}

.navigation ul ul {
    display: none;
    position: absolute;
    top: 90%;
    z-index: 9998;
    box-sizing: border-box;
}








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




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

.navigation ul ul li a:hover {
    
}

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



.mobile-menu-btn,
.mobile-menu-overlay,
.mobile-menu {
    display: none;
}




@media (max-width: 1400px) {
	header .wrap {
    padding: 30px 30px;
}
}







/* 2. СТИЛІ ДЛЯ МОБІЛЬНИХ (МЕНШЕ 900px) */
@media (max-width: 900px) {
    
    .navigation, .header-home .navigation {
        display: none;
    }
    
    /* Повертаємо кнопці флекс, щоб вона з'явилася */
    .mobile-menu-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        border: none;
        background: none;
        cursor: pointer;
        z-index: 1002;
        position: relative;
        margin-left: auto;
    }
	
	

    .mobile-menu-btn span {
        display: block;
        width: 30px;
        height: 3px;
        background: #4c2b10;
        border-radius: 5px;
    }
	
	.header-home .mobile-menu-btn span{
        background: #ffffff;
    }

    /* Дозволяємо оверлею та меню працювати через fixed */
    .mobile-menu-overlay {
        display: block; /* Повертаємо відображення */
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.45);
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        z-index: 1000;
    }

    .mobile-menu {
        display: block; /* Повертаємо відображення */
        position: fixed;
        top: 0;
        right: -340px;
        width: 320px;
        max-width: 90%;
        height: 100vh;
        background: #eaa203;
        transition: .35s ease;
        z-index: 9999;
        overflow-y: auto;
        padding: 90px 30px 30px;
        box-sizing: border-box;
    }

    /* Відкрите меню */
    .mobile-menu.active {
        right: 0;
    }

    .mobile-menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    /* Кнопка закрити */
    .mobile-menu-close {
        position: absolute;
        right: 20px;
        top: 20px;
        background: none;
        border: none;
        font-size: 32px;
        cursor: pointer;
    }

    /* Список меню */
    .mobile-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-menu li {
        margin: 0;
    }

    .mobile-menu a {
        display: block;
        padding: 16px 0;
        color: #111;
        text-decoration: none;
        border-bottom: 1px solid #eee;
    }
	
	.mobile-menu .sub-menu {
		margin:0 0 0 20px;
	}
	
}



@media (max-width: 768px) {
header .wrap {
    padding: 20px 20px;
}

}



























@media (max-width: 768px) {
	
}






























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








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


























.page {
    
}

.page-container {
	width:100%;
	margin:40px auto;
	padding:0 60px;
	
}


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




.other {
	padding:0 0 0 60px;
}







@media (max-width:1400px) {
	.page-container {
    padding: 0 30px;
}
}









    


  






















































.archive-page {
	
}


.category-header {
    margin: 0 0 30px 0;
}

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

.category-header .category-description {
    max-width: 70%;
    
}































/*-[ 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---------------------------------------------------------------*/






























































.personal-page {
	width: 100%;
    max-width: 1600px;
    margin: 40px auto;
}






	.personal-page_card	{
	border-radius: 20px;
	background-color: #ffffff;
		display:flex;
		align-items:center;
		overflow:hidden;
		padding:40px;
		margin:0 0 40px 0;
	}


.personal-page_card	.post-thumbnail {
	width:30%;
	border-radius:12px;
	overflow:hidden;
	}

.personal-page_card	.post-thumbnail img {
	display:block
	}



.personal-page_card .post-meta {
    width: 70%;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.personal-page_card .team-position {
    position: relative;
    padding: 0 0 20px 0;
}

.personal-page_card .team-position:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 30%;
    background: #eaa203;
}




.personal-page_card .quote-block {
	
}





.personal-page .owl-theme .owl-next {
    right: -25px;
}



	
	.ppc-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.ppc-social .link {
    text-indent:-9999px;
	width:36px;
	height:36px;
	background: #4c2b10;
	border-radius:50%;
	position:relative;
	text-indent:-9999px;
}



.ppc-social .link::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff; /* колір іконки */
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
	mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}





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

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

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

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

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




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


.other-team-list .team-item .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.other-team-list .team-item .team-position {
    font-size: 16px;
    margin: 15px 0 0;
}








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

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


@media (max-width:1400px) {
	
	
	
	.other-team-list .team-item .thumbnail {
    width: 45%;
}
	
	
	.other-team-list .team-item .info {
    padding: 30px;
}
}


@media (max-width:1000px) {
	
	.personal-page_card {
    align-items: flex-start;
		padding: 30px;
}
	
	.personal-page_card .post-thumbnail {
    width: 45%;
}
	
	
	
	
	
	.other-team-list .team-item {
    padding: 0px;
    flex-direction: column;
	height: 500px;	
}
	.other-team-list .team-item .thumbnail {
    width: 100%;
}
	
	.other-team-list .team-item .info {
    padding: 20px;
	gap: 10px;	
}
	
	.other-team-list .team-item .team-position {
    margin: 0;
}
	
}	




@media (max-width:800px) {
	
	
	
	
	.other-team-list .team-item {
    padding: 0px;
    flex-direction: row;
    height: 250px;
}
	
	.other-team-list .team-item .thumbnail {
    max-width: 250px;
    height: 250px;
}

	
	
	.other-team-list .team-item .info {
    padding: 20px;
	gap: 10px;	
}
	
	.other-team-list .team-item .team-position {
    margin: 0;
}
	
	
}



@media (max-width: 600px) {
    
	.personal-page_card {
    flex-direction: column;
		gap:20px;
		margin: 0 0 20px 0;
}
	
	.personal-page_card .post-thumbnail {
    width: 100%;
}
	
	.personal-page_card .post-meta {
    width: 100%;
    padding: 0 0px;
}
	
	.other-team-list .team-item {
    padding: 0px;
    flex-direction: row;
    height: 200px;
}
	
	.other-team-list .team-item .thumbnail {
    max-width: 150px;
    height: 200px;
}
	
	.other-team-list .team-item h3 {
    font-size: 18px;
}
	.other-team-list .team-item .team-position {
    font-size: 14px;
}
	
}





























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

.archive-team-item {
    display: flex;
    overflow: hidden;
    width: 100%;
	height: 300px;
    position: relative;
    background: #fff;
    border-radius: 20px;
}

.archive-team-item .archive-team-image {
    height: 100%;
    width: 50%; 
    overflow: hidden;
}

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

.archive-team-item .archive-team-content {
    height: 100%;
    width: 50%; 
    display: flex;
    flex-direction: column;
    padding: 40px;
    box-sizing: border-box;
}

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



.archive-team-title {
    font-size: 22px;
    margin: 0 0 15px 0;
}

.archive-team-title a {
    text-decoration: none;
}

.archive-team-item .compact-button {
    margin-top: auto; 
}



@media (max-width:1400px) {
	.archive-team-grid {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width:1000px) {
	.archive-team-grid {
    grid-template-columns: repeat(2, 1fr);
}
	
	.archive-team-item {
    height: 100%;
    width: 100%;
    flex-direction: column;
}
	
	.archive-team-item .archive-team-image {
    height: 100%;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: visible;
}
	
	.archive-team-item .archive-team-content {
    width: 100%;
    padding: 30px;
}
	
}

@media (max-width:600px) {
	.archive-team-grid {
    grid-template-columns: repeat(1, 1fr);
}
}




























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



































@media (max-width:1200px) {
	
	body {
  font-size:16px;
}
	
	
}


@media (max-width:800px) {
	
	
	
	
	h1 {
		font-size:30px;
	}
	
	h2 {
		font-size:26px;
	}
	
	h3 {
		font-size:22px;
	}
	
	
	

	
	

}











































.default-page {
	width: 100%;
    max-width: 1600px;
    margin: 40px auto;
}

    

.default-page h1 {
	margin:0 0 40px 0;
}

@media (max-width:800px) {
	.default-page .post-content h1 {
    font-size: 36px;
    padding: 0;
    margin: 0 0 20px 0;
}
}














.news-page {
    width: 100%;
    max-width: 1600px;
    margin: 40px auto;
}



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




.post-header {
	display:flex;
	align-items:center;
	background: #eec873;
	border-radius: 20px;
	margin:0 0 20px 0;
	overflow:hidden;
	position:relative;
}

.post-header:before {
	content: "";
    width: 400px;
    height: 400px;
    position: absolute;
    bottom: -35%;
    left: -7%;
    background-image: url(/wp-content/themes/Zamostia/design/bg2.svg);
    background-size: cover;
    z-index: 1;
    opacity: 0.2;
}

.post-header:after {
	content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    top: -25%;
    left: 35%;
    background-image: url(/wp-content/themes/Zamostia/design/bg.svg);
    background-size: cover;
    z-index: 1;
    opacity: 0.2;
}




.post-header .post-meta {
	width: 50%;
    display:flex;
	flex-direction:column;
	gap:20px;
	padding:0 100px;
	z-index:2;
	
}

.post-header h1 {
    margin: 0 auto 20px auto;
    line-height: 1.3;
	font-size:44px;
}

.post-header .post-thumbnail {
    width: 50%;
	height:100%;
	min-height:600px;
    border-radius:0 20px 20px 0;
	position:relative;
	z-index: 2;
}

.post-header .post-thumbnail:before {
    content: "";
    position: absolute;
    top: 2%;
    left: 5px;
    
    /* Робимо рамку зліва точками товщиною 10px */
    border-left: 5px dotted #eec873; 
    
    height: 96%;
    z-index: 2;
}

.post-header .post-thumbnail img {
    height:100%;
	min-height:600px;
	object-fit:cover;
	display: block;
}








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



.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 p.atention {
    padding: 0 40px;
    border-left: 10px solid #ecbe58;
    border-radius: 20px;
    font-size: 22px;
    font-weight: 500;
}

@media (max-width:800px) {
	.post-content p.atention {
    font-size: 18px;
	padding: 0 30px;
	border-left: 7px solid #ecbe58;	
}
}



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




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

.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: 7px;
    height: 7px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #eec873;
    border-radius: 2px;
}



.post-content ol li {
list-style-type: none;
counter-increment: step-counter;
margin: 0 0 5px 0;
position: relative;
padding: 5px 10px 5px 50px;
	display:flex;
	align-items:center;
}

.post-content ol li::before {
    content: counter(step-counter);
    text-align: center;
    /* width: 25px; */
    height: 25px;
    background: #eec873;
    border-radius: 2px;
    height: 100%;
    font-size: 15px;
	font-weight:500;
    position: absolute;
    left: 0;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
}









@media (max-width:1400px) {

	.post-header .post-meta {
    padding: 0 60px;
}
	
	.post-header .post-thumbnail, .post-header .post-thumbnail img {
     min-height: 500px;
}
	
	
	.post-content {
    padding: 60px 60px;
}
	
}


@media (max-width:1000px) {

	.post-header h1 {
    font-size: 30px;
}
	
}




@media (max-width:800px) {
	
	
	.post-header {
    margin: 0 0 15px 0;
    flex-direction: column;
}
	
	.post-header .post-meta {
    width:100%;
		padding:30px;
		gap: 10px;
}
	
	
	
	.post-content {
    padding:30px;
}
	
	
	
	.page-container {
		width:100%;
		padding:0 15px;
	}
	
	
	
	.post-content {
}
	.post-content h1 {
    margin: 0 auto 20px auto;
    line-height: 1.3;
    font-size: 26px;
    padding: 20px;
	margin: 0;	
}
	
	.post-header .post-thumbnail, .post-header .post-thumbnail img {
    min-height: auto;
    width: 100%;
}
	
.post-header .post-thumbnail:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 2%;
	border-left:none;
    border-top: 5px dotted #eec873;
    width: 96%;
    z-index: 2;
}
	
	
	
	
	.post-content ul, .post-content ol {
    margin: 0 25px 30px 25px;
}
	
	.post-content ul li:before {
    width: 7px;
    height: 7px;
}
	
}














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





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

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

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




.post-content .grid-row-photo-text {
    display: flex;
    align-items: stretch; /* ВАЖЛИВО: змінюємо з center на stretch, щоб колонки були однакової висоти */
    justify-content: space-between;
	margin:0 0 40px 0;
}

.post-content .grid-row-photo-text p {
    
}

.grid-row-photo-text ul, .grid-row-photo-text ol {
    margin: 0 0 0px 30px;
}

/* Колонки з текстом */
.post-content .grptl-text {
    width: 50%;
    padding: 0 40px 0 0;
}

.post-content .grptr-text {
    width: 50%;
    padding: 0 0 0 40px;
}

/* Колонки для фото: робимо їх контейнерами для абсолютного позиціонування */
.post-content .grptl-photo, 
.post-content .grptr-photo {
    width: 50%;
    position: relative; /* Дає орієнтир для картинки, щоб вона не вилазила за межі тексту */
    min-height: 400px;  /* Страховка: мінімальна висота, якщо тексту раптом буде занадто мало */
}

/* Самі зображення: тепер вони ідеально підлаштовуються під висоту сусіднього тексту */
.post-content .grptl-photo img, 
.post-content .grptr-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover; /* Картинка масштабується та обрізається, зберігаючи пропорції */
    display: block;
}


@media (max-width:600px) {
	
	.post-content .grid-row-photo-text {
    flex-direction: column;
    margin: 0 0 0px 0;
}
	
	.post-content .grptl-text, .post-content .grptr-text, .post-content .grptl-photo, .post-content .grptr-photo {
    width: 100%;
    padding: 0 0px 0 0;
	margin: 0 0 30px 0;	
}
	
}










.photogallery_single {
    position: relative;
    margin: 30px 0;
}

.photogallery_single .item {
    position: relative;
    width: 100%;
    aspect-ratio: 5 / 4;
    display: block;
    border-radius: 16px;
    overflow: hidden;
}

.photogallery_single .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: 5s ease;
}

.photogallery_single .owl-carousel .owl-next {
    right: -25px;
}



























































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

.news-item {
    display: flex;
    overflow: hidden;
    width: 100%; 
    position: relative;
    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;
    gap:5px;
}	




.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 {
	font-size:22px;
	margin: 0 0 20px 0;
}

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

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



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

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

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

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




.other-news .news-item {
	height:320px;
}


	

@media (max-width:1500px) {
	
	.news-grid {
    grid-template-columns: repeat(3, 1fr);
}
	
	.news-grid .news-item {
    flex-direction: column;
}
	
	
	
	.news-grid .news-item .news-content {
    padding: 30px;
}
	
	.news-title {
		font-size: 20px;
	}
}


@media (max-width:1000px) {
	
	.news-grid {
    grid-template-columns: repeat(2, 1fr);
}
	
	
}



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





@media (max-width:600px) {
	
	
	.other-news .news-item {
	height:500px;
}
	
	.other-news .news-item {
    flex-direction: column;
}
	
	.news-item .news-image {
    width: 100%;
}
	
	.other-news .news-item .news-content {
    width: 100%;
    padding: 25px;
}
	
}






















.project-page {
	width: 100%;
    max-width: 1600px;
    margin: 40px auto;
}





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



 .project-page-header {
        position: relative;
        background:#fff;
        margin: 0 auto;
	 border-radius: 20px;
    overflow: hidden;
    }
    
    .project-page-header .post-meta {
        position: absolute;
        top: 45%; /* Трохи підняли текст, щоб він не перекривався вилазячим блоком */
        left: 0;
        right: 0;
        margin: 0 auto;
		padding: 0 100px;
        transform: translateY(-50%);
        text-align: center;
        z-index: 2;
    }
    
    .project-page-header .post-meta h1 {
        color: #fff;
        margin-bottom: 10px;
		line-height: 1.1;
    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: #e2e089;
    border-radius: 20px;
    position: relative;
    transform: translateY(-50px);
    margin: 0 100px;
	line-height: 1.6;
}

    
     .project-page .main-content {
        background: #fff;
        border-radius: 20px;
        position: relative;
        z-index: 10; /* Щоб контент піднявся над фіксованим фоном (fixed background) */
        margin:20px 0 0 0; 
    }
    
    


.project-page .project-extra-field {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin: 0 100px 30px 100px;
}
    




 .project-page .project-location, .project-page .project-activity, .project-page .project-timing, .project-page .project-status {
	position:relative;
	padding:0 0 0 35px;
}    

.project-page .project-icon:before {
	content:"";
	position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-size: cover;
}   

.project-page .project-icon.project-location:before {
	content:"";
	background-image: url(design/location.svg);
}   

.project-page .project-icon.project-timing:before {
	content:"";
	background-image: url(design/calendar.svg);
} 

.project-page .project-icon.project-activity:before {
	content:"";
	background-image: url(design/activity2.svg);
}   

.project-page .project-icon.project-status:before {
	content:"";
	background-image: url(design/status.svg);
} 



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

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

.project-page .related-posts a {
	
	display:block;
	margin:0 0 10px 0;
	text-decoration:none;
	font-weight:500;
}

.project-page .related-posts a:last-child {
	margin:0 0 0px 0;
}



@media (max-width:1400px) {
	
	.project-page .short-description-block {
    margin: 0 60px;
}
	
	.project-page .project-extra-field {
    margin: 0 60px 30px 60px;
}
	
	
}

@media (max-width:800px) {
	
	
	.project-page .main-content {
    background: transparent;
}
	
	
.project-page .post-content {
    padding-top: 30px;
    margin-top: -20px;
    display: flex;
    flex-direction: column;
}
	
	.project-page-header .post-meta {
    padding: 0 30px;
}
	
	.project-page-header .post-meta h1 {
    font-size: 40px;
}
	
	
	.project-page-post-thumbnail {
        background-attachment: inherit;
		
    }
	
	
	
	
.project-page .short-description-block {
    padding: 30px;
    margin: 0 0px;
    transform: none;
	border-radius:20px 20px 0 0;
}
	
	.project-page .project-extra-field {
    margin: 0 0px 30px 0px;
    background: #fff;
    padding: 20px 30px;
	border-radius:0 0 20px 20px;	
}
	
	
.project-page .project-icon:before {
	width: 20px;
    height: 20px;
} 
	
	.post-content p {
    margin: 0 0 20px 0;
}
	
.project-page .related-posts {
    max-width: 100%;
    padding: 20px 0 0 0;
    margin: 0 0 0px 0px;
    border-radius: 0;
    border: none;
    border-top: 3px solid #d6d243;
    order: 2;
}
	
}

@media (max-width:600px) {
	
	.project-page .project-extra-field {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin: 0 0 30px 0;
    flex-direction: column;
}
	
	
}














.initiative-page {
    width: 100%;
    max-width: 1600px;
    margin: 40px auto;
}

.initiative-page .post-content {
    padding-top: 0;
}

.initiative-page-header {
    position: relative;
    background: #fff;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.initiative-page-header .post-meta {
    position: absolute;
    top: 45%; 
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 100px;
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
}

.initiative-page-header .post-meta h1 {
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.1;
    font-size: 60px;
}

.initiative-page-header .post-meta .initiative-mission {
    color: #fff;
}

.initiative-page-post-thumbnail {
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.initiative-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;
}

.initiative-page .short-description-block {
    padding: 40px;
    background: #eec873;
	border-radius: 20px;
    position: relative;
    transform: translateY(-50px);
    margin: 0 100px;
    line-height: 1.6;
}

.initiative-page .main-content {
    background: #fff;
    border-radius: 20px;
    position: relative;
    z-index: 10; 
    margin: 20px 0 0 0; 
}

.initiative-page .initiative-extra-field {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin: 0 100px 30px 100px;
}

.initiative-page .initiative-location, 
.initiative-page .initiative-activity, 
.initiative-page .initiative-timing, 
.initiative-page .initiative-status {
    position: relative;
    padding: 0 0 0 35px;
}    

.initiative-page .initiative-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-size: cover;
}    

.initiative-page .initiative-icon.initiative-location:before {
    background-image: url(design/location-orange.svg);
}    

.initiative-page .initiative-icon.initiative-timing:before {
    background-image: url(design/calendar-orange.svg);
} 

.initiative-page .initiative-icon.initiative-activity:before {
    background-image: url(design/activity-orange.svg);
}    

.initiative-page .initiative-icon.initiative-status:before {
    background-image: url(design/status-orange.svg);
} 

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

.initiative-page .related-posts .rs-news-date {
    color: #808179;
    font-size: 14px;
}

.initiative-page .related-posts a {
    display: block;
    margin: 0 0 10px 0;
    text-decoration: none;
    font-weight: 500;
}

.initiative-page .related-posts a:last-child {
    margin: 0 0 0px 0;
}

@media (max-width: 1400px) {
    .initiative-page .short-description-block {
        margin: 0 60px;
    }
    
    .initiative-page .initiative-extra-field {
        margin: 0 60px 30px 60px;
    }
}

@media (max-width: 800px) {
    .initiative-page .main-content {
        background: transparent;
    }
    
    .initiative-page .post-content {
        padding-top: 30px;
        margin-top: -20px;
        display: flex;
        flex-direction: column;
    }
    
    .initiative-page-header .post-meta {
        padding: 0 30px;
    }
    
    .initiative-page-header .post-meta h1 {
        font-size: 40px;
    }
    
    .initiative-page-post-thumbnail {
        background-attachment: inherit;
    }
    
    .initiative-page .short-description-block {
        padding: 30px;
        margin: 0 0px;
        transform: none;
        border-radius: 20px 20px 0 0;
    }
    
    .initiative-page .initiative-extra-field {
        margin: 0 0px 30px 0px;
        background: #fff;
        padding: 20px 30px;
        border-radius: 0 0 20px 20px;   
    }
    
    .initiative-page .initiative-icon:before {
        width: 20px;
        height: 20px;
    } 
    
    .post-content p {
        margin: 0 0 20px 0;
    }
    
    .initiative-page .related-posts {
        max-width: 100%;
        padding: 20px 0 0 0;
        margin: 0 0 0px 0px;
        border-radius: 0;
        border: none;
        border-top: 3px solid #d6d243;
        order: 2;
    }
}

@media (max-width: 600px) {
    .initiative-page .initiative-extra-field {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px;
        margin: 0 0 30px 0;
        flex-direction: column;
    }
}














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










/* Контейнер, що об'єднує ліву та праву колонки */
.projects-container {
    display: flex;
    gap: 25px; /* Відступ між основним контентом та сайдбаром */
    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;
    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: 22px;
    margin: 10px 0 15px 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;
}












.other-projects {
	
}

.other-projects .op-project-card {
	background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 500px;
}

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

.op-cat-badge {
    font-size: 13px;
    color: #888888;
}

.op-card-title {
    font-size: 22px;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

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

.op-card-meta {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #888888;
    border-top: 1px solid #f0f0f0;
    padding-top: 14px;
}

/* Блок-обгортка для зображення */
.op-card-image {
    max-height: 260px; /* Рівно половина від мінімальних 480px */
    overflow: hidden;
}

/* Саме зображення всередині блоку */
.op-card-image img {
    width: 100%;
    height: 260px;
    object-fit: cover; /* Картинка заповнить область без деформації */
    display: block;
}









































































































































footer {
	background:#fff;
	padding:40px 0;
}


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

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 {
    width: 80%;
    max-width: 140px;
   display: block;
    margin:0 auto;
}

footer .section-title {
    font-size:36px;
	margin:0 0 10px 0;
}

footer h3 {
    font-size: 22px;
}












footer .row-2 {
    margin: 40px 0;
}











.contacts-form {
	
}

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

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

.front-footer .row-1 .col-1 {
	background: #f9f7f3;
	display:flex;
	flex-direction:column;
	background-image: url('/wp-content/themes/Zamostia/design/bg-1.png'); 
    background-repeat: no-repeat;
    background-position: bottom center; 
    
}

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



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

footer h3{
	margin-bottom:12px;
}




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

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



.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;
	margin:0 0 10px 0;
}



.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;
    border-radius: 12px;
    width: fit-content;
    letter-spacing: 1px;
	min-width:200px;
	cursor:ponter;
	margin-left: auto;
	background: #b97f00;
	transition:0.3s;
}

.send.button:hover {
    background: #8d6000;
}









.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;
	transition;0.3s;
}

.social-link:hover {
    background: #b97f00;
}



.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:1400px) {
	
 footer .wrapper {
	 padding: 0 30px;
	
}	

	
.front-footer .row-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px;
}

.front-footer .row-1 .col-3 {
    grid-column: span 2; 
}
	
.front-footer .row-1 .col {
    width: 100%;
}
	
}



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













































