/*
Theme Name: Jobers Theme
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 5.9
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.wrap {padding:0 !important;}

.container-calculate {
/* 	    padding: 20px; */
	max-width: 1000px !important;
  padding-left: 23% !important;
  padding-top: 5% !important;
}
           
       
        
        

        .title {
            text-align: center;
            margin-bottom: 20px;
        }

        h1, h2 {
            color: #2c3e50;
        }

        .step {
            margin-bottom: 20px;
            padding: 15px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .step h2 {
            margin-bottom: 10px;
        }

        .options {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .option {
            padding: 10px 20px;
            background: #e7e7e7;
            border: 1px solid #ccc;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s;
        }

        .option:hover {
            background: #d1d1d1;
        }

        .option.active {
            background: #3498db;
            color: #fff;
            border-color: #2980b9;
        }

        .result {
            margin-top: 20px;
            padding: 15px;
            background: #f4f4f4;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .cta {
            text-align: center;
            margin-top: 20px;
        }

        .cta a {
            display: inline-block;
            padding: 10px 20px;
            background: #27ae60;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            transition: background 0.3s;
        }

        .cta a:hover {
            background: #219150;
        }

/* 
.header-btns__btn--phone {
  background-color: #1b6a7a;
  color: #fff;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease;
  text-decoration: none;
}

.header-btns__btn--phone:hover {
  background-color: #155462;
}

.raznoe_search form {
  display: flex;
  border: 2px solid #1b6a7a;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.raznoe_search input[type="text"] {
  padding: 10px;
  border: none;
  outline: none;
  width: 180px;
  font-size: 14px;
}

.raznoe_search .search {
  background-color: #1b6a7a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  cursor: pointer;
  border: none;
}

.raznoe_search .search svg,
.header-btns__btn--phone svg {
  stroke: #fff;
} */


        @media (max-width: 768px) {
			
			.container-сalculate {
					max-width: 90% !important;
  padding-left: 10px !important;
  padding-top: 20px !important;
			}
			
            .options {
                flex-direction: row;
            }

            .option {
                text-align: center;
            }

            .result {
                text-align: center;
            }
			
			
			 .option {
         padding: 0 !important; 
            background: #e7e7e7;
            border: 1px solid #ccc;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s;
        }
			
        }


.profile-block {
    max-width: 600px;
    margin: 20px auto;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.profile-block h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    text-align: center;
}

.profile-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile-block li {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1.5;
}

.profile-block li strong {
    font-weight: bold;
}

@media (max-width: 600px) {
    .profile-block {
        padding: 10px;
        font-size: 0.9em;
    }

    .profile-block h2 {
        font-size: 1.2em;
    }
}

.company-block {
            max-width: 1200px;
            margin: 20px auto;
            padding: 20px;
            background: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
	display: flex;
  align-items: center;

        }

        .company-block h1 {
            font-size: 24px;
            color: #2c3e50;
            margin-bottom: 20px;
        }

        .company-info {
            margin-bottom: 20px;
        }

        .company-info p {
            margin: 10px 0;
        }

        .company-info strong {
            color: #2c3e50;
        }

        .bank-details {
            background: #f9f9f9;
            padding: 15px;
            border-left: 4px solid #2c3e50;
            border-radius: 4px;
        }

        .bank-details p {
            margin: 8px 0;
        }

        @media (max-width: 768px) {
			
			.bread_mobile {
				display:none !important;
			}
            .company-block {
                padding: 15px;
            }

            .company-block h1 {
                font-size: 20px;
            }

            .company-info p, .bank-details p {
                font-size: 14px;
            }
			
			.search {
				color: #1B6A7A;
			  cursor: pointer;
			  background: none;
			}
        }

        @media (max-width: 480px) {
            .company-block {
				flex-direction:column;
                padding: 10px;
            }

            .company-block h1 {
                font-size: 18px;
            }
        }

.wrap-header--home .raznoe_search svg path {
  stroke: black !important;
}

.header-btns__btn--phone svg path {
  fill: black !important;
}

.wrap-header .raznoe_search input {
  border: 3px solid #1b6a7a !important;
}
.header-btns__btn svg {

}

.raznoe_search input::placeholder {
	color:#1b6a7a !important;
}

.raznoe_search_active input {
  width: 304px !important;
}

.raznoe_search_active input::placeholder {
	color:#99C9D3 !important;

}

.raznoe_search input {
	color:#333 !important;
	font-family: 'Open Sans';
	font-size:18px !important;
}


        @media (max-width: 768px) {
			.raznoe_search_active input {
  width: 230px !important;
}
			
}


@media (max-width: 768px) {
  .social-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
  }

  .social-widget input {
    display: none;
  }

  .social-button {
    width: 60px;
    height: 60px;
    background-color: #1b6a7a;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background 0.3s ease;
    display: block;
  }

  .social-button:hover {
    background-color: #0b5d94;
  }

  .social-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
  }

  .social-icons a {
    background-color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }

  .social-icons a img {
    width: 42px;
    height: 42px;
  }

  #toggle-social:checked + .social-button {
    transform: rotate(45deg);
    background-color: #d9534f;
  }

  #toggle-social:checked + .social-button + .social-icons {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* Скрываем виджет на десктопе */
@media (min-width: 769px) {
  .social-widget {
    display: none;
  }
}



@media (min-width: 768px) {


    body {
			margin-top: 0px !important;}

.wrap-header--home .menu__link {
	
    color: white !important;
}
	


}


@media only screen and (max-width: 1240px) {
  .wrap {
    padding: 0 !important;
  }
}

.sidebar { display: none !important;
}


















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

/* HERO */
.hero {
	width: 100%;
	background: #f8fafc;
	color: #0f172a;
	padding: 96px 20px;
	overflow-x: hidden;
}

.hero__container {
	max-width: 1200px;
	margin: 0 auto;
}

.hero__content {
	max-width: 720px;
}

.hero__title {
	font-size: 46px;
	line-height: 1.15;
	font-weight: 700;
	margin: 0 0 20px;
	color: #020617;
}

.hero__subtitle {
	font-size: 18px;
	line-height: 1.6;
	color: #334155;
	margin-bottom: 36px;
}

.hero__actions {
	display: flex;
	gap: 16px;
	margin-bottom: 32px;
	max-width: 100%;
}

.hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 24px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 10px;
	white-space: nowrap;
	max-width: 100%;
}

.hero__btn--primary {
	background: #f97316;
	color: #ffffff;
}

.hero__btn--primary:hover {
	background: #fb923c;
}

.hero__btn--secondary {
	border: 1px solid #cbd5e1;
	color: #0f172a;
}

.hero__btn--secondary:hover {
	border-color: #94a3b8;
}

.hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	color: #475569;
}

.hero__trust li::before {
	content: "";
	margin-right: 8px;
	color: #f97316;
}

/* MOBILE */
@media (max-width: 768px) {
	.hero {
		padding: 64px 16px;
	}
	
	.hero__title {
		font-size: 32px;
	}
	
	.hero__subtitle {
		font-size: 16px;
	}
	
	.hero__actions {
		flex-direction: column;
		gap: 12px;
	}
	
	.hero__btn {
		width: 100%;
	}
}

.build-process {
	background: #f7f8fa;
	padding: 80px 20px;
	color: #111;
}

.build-process__container {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 32px;
}

/* колонки */
.build-process__accordion {
	grid-column: span 7;
}

.build-process__cards {
	grid-column: span 5;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* заголовок */
.section-title {
	font-size: 28px;
	margin: 0;
	margin-bottom: 24px;
	text-transform: uppercase;
}

/* аккордеон */
.accordion-item {
	background: #fff;
	border-radius: 12px;
	margin-bottom: 14px;
	overflow: hidden;
	box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.accordion-item summary {
	cursor: pointer;
	padding: 18px 22px;
	font-size: 16px;
	font-weight: 600;
	list-style: none;
	background: #ffffff;
	border-bottom: 1px solid #eee;
	position: relative;
}

.accordion-item summary::-webkit-details-marker {
	display: none;
}

.accordion-item summary::after {
	content: "+";
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #777;
}

.accordion-item[open] summary::after {
	content: "–";
}

/* контраст содержимого */
.accordion-content {
	background: #f2f4f7;
	padding: 20px 24px;
}

.accordion-content ul {
	padding-left: 18px;
}

.accordion-content li {
	margin-bottom: 6px;
	line-height: 1.5;
}

.note {
	font-size: 14px;
	color: #555;
	margin-bottom: 10px;
}

/* карточки */
.info-card {
	background: #fff;
	padding-left: 24px;
	padding-right: 24px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.info-card h4 {
	font-size: 18px;
	margin-bottom: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.info-card ul {
	padding-left: 18px;
}

.info-card li {
	margin-bottom: 8px;
}

/* адаптация */
@media (max-width: 900px) {
	.build-process__container {
		grid-template-columns: 1fr;
	}
	
	.build-process__accordion,
																											  .build-process__cards {
		grid-column: span 12;
	}
}

@media (max-width: 600px) {
	.build-process {
		padding: 50px 16px;
	}
	
	.section-title {
		font-size: 22px;
	}
}

.site-header {
	background: #fff;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin-bottom: 40px;
}

.header-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 14px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* левый блок */
.header-left {
	display: flex;
	align-items: center;
	gap: 24px;
}

.logo img {
	max-width: 215px;
	height: auto;
	transition: .3s;
}

/* ссылки */
.header-link {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #777;
	text-decoration: none;
}

.header-link span {
	text-decoration: underline;
}

.header-link svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
}

.header-accent {
	color: #f97316;
	font-weight: 500;
}

/* правый блок */
.header-right {
	display: flex;
	align-items: center;
	gap: 28px;
}

.header-icons {
	display: flex;
	gap: 12px;
}

.icon {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: grid;
	background: #f3f4f6;
	color: #555;
	font-size: 12px;
	text-decoration: none;
}

.header-phones {
	display: flex;
	gap: 20px;
}

.phone {
	display: flex;
	flex-direction: column;
	font-size: 13px;
}

.phone a {
	font-weight: 700;
	color: #111;
	text-decoration: underline;
}

.phone span {
	color: #777;
	font-size: 12px;
}

/* кнопка директор */
.phone-button {
	padding: 8px 14px;
	border: 1px solid #f97316;
	border-radius: 8px;
	text-decoration: none;
}

.phone-button strong {
	color: #f97316;
}

.phone-button span {
	color: #f97316;
}

/* мобильные иконки */
.header-mobile-icons {
	display: none;
	gap: 12px;
}

@media (max-width: 1100px) {
	.header-phones {
		display: none;
	}
	
	.logo img {
		max-width: 170px;
	}
}

@media (max-width: 980px) {
	.header-location,
																			  .header-accent {
		display: none;
	}
	
	.header-mobile-icons {
		display: flex;
	}
	
	.logo img {
		max-width: 150px;
	}
}

@media (max-width: 600px) {
	.header-container {
		padding: 10px 14px;
	}
	
	.logo img {
		max-width: 130px;
	}
	
	.site-header {
		margin-bottom: 30px;
	}
}

.prices {
	padding: 20px;
	background: #F8FAFC;
	border-bottom: 0 !important;
}

.prices-container {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
}

.price-card {
	grid-column: span 3;
	position: relative;
	height: 140px;
	padding: 20px 18px;
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 14px;
	background-repeat: no-repeat;
	background-position: 172%;
	background-size: contain;
	overflow: hidden;
	box-sizing: border-box;
	background-color: white;
}

.price-card h3 {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #000;
}

.price-card ul {
	margin: 0;
	padding-left: 16px;
	font-size: 12px;
	line-height: 1.4;
}

.price-card li {
	margin-bottom: 2px;
}

.price-card .note {
	font-size: 12px;
	margin: 4px 0;
	font-weight: 600;
}

.price-badge {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fb923c;
	color: #fff;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 700;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
}

/* ФОНЫ */
.bg-ice {
	background-image: url('https://mellodesignstudio.wordpress.com/wp-content/uploads/2026/02/d0a1d0bbd0bed0b9-1.jpg');
}

.bg-warm {
	background-image: url('https://mellodesignstudio.wordpress.com/wp-content/uploads/2026/02/d0a1d0bbd0bed0b9-2.jpg');
}

.bg-draft {
	background-image: url('https://mellodesignstudio.wordpress.com/wp-content/uploads/2026/02/d0a1d0bbd0bed0b9-3.jpg');
}

.bg-key {
	background-image: url('https://mellodesignstudio.wordpress.com/wp-content/uploads/2026/02/chatgpt-image-9-feb-2026-17_47_09.jpg');
}

/* TABLET */
@media (max-width: 1024px) {
	.price-card {
		grid-column: span 6;
		height: auto;
		min-height: 160px;
	}
}

/* MOBILE */
@media (max-width: 640px) {
	.prices-container {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.price-card {
		grid-column: span 1;
		background-position: right bottom;
		padding-bottom: 24px;
	}
}

.custom-pack {
	margin: 0;
	padding: 0;
}

.custom-pack-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 20px 22px;
	box-sizing: border-box;
}

/* HEADER */
.custom-pack-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 14px;
}

.custom-pack-header h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #000;
}

.custom-pack-price {
	font-size: 14px;
	font-weight: 600;
	color: #fb923c;
	white-space: nowrap;
}

/* LIST */
.custom-pack-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px 32px;
	font-size: 16px;
	line-height: 1.6;
	color: #111;
}

.custom-pack-list li {
	position: relative;
	padding-left: 14px;
}

/* солидные буллеты */
.custom-pack-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .6em;
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 50%;
}

/* TABLET */
@media (max-width: 1024px) {
	.custom-pack-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 8px 24px;
	}
}

/* MOBILE */
@media (max-width: 640px) {
	.custom-pack-header {
		flex-direction: column;
		gap: 6px;
	}
	
	.custom-pack-header h3 {
		font-size: 14px;
	}
	
	.custom-pack-price {
		font-size: 13px;
	}
	
	.custom-pack-list {
		grid-template-columns: repeat(2, 1fr);
		font-size: 13px;
		gap: 6px 18px;
	}
}

.mortgage-container {
	position: relative;
	background-image: url('https://mellodesignstudio.wordpress.com/wp-content/uploads/2026/02/pig.jpg');
	background-size: cover;
	background-position: center;
	padding: 40px 20px;
	color: #fff;
}

.mortgage-overlay {
	position: absolute;
	background: rgba(0,0,0,0.35);
	z-index: 1;
}

.mortgage-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	min-height: 260px;
	justify-content: center;
	-webkit-box-shadow: 4px 4px 8px -5px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px -5px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px -5px rgba(34, 60, 80, 0.2);
}

.mortgage-content {
	max-width: 640px;
	text-align: left;
	padding-left: 50px;
}

/* TYPOGRAPHY */
.mortgage-content h2 {
	margin: 0 0 14px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: #333;
}

.mortgage-subtitle {
	margin: 0 0 26px;
	font-size: 16px;
	color: black;
	text-align: left !important;
}

/* BANK LOGOS */
.mortgage-banks {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 28px;
}

.bank-logo {
	width: 90px;
	height: 42px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	opacity: .9;
}

/* заглушки под логотипы */
.bank-1 {
	background-image: url('https://mellodesignstudio.wordpress.com/wp-content/uploads/2026/02/d0a1d0bbd0bed0b9-2-1.jpg');
}

.bank-2 {
	background-image: url('https://mellodesignstudio.wordpress.com/wp-content/uploads/2026/02/d0a1d0bbd0bed0b9-3-1.jpg');
}

.bank-3 {
	background-image: url('https://mellodesignstudio.wordpress.com/wp-content/uploads/2026/02/d0a1d0bbd0bed0b9-1.png');
}

.bank-4 {
	background-image: url('https://mellodesignstudio.wordpress.com/wp-content/uploads/2026/02/d0a1d0bbd0bed0b9-4.jpg');
}

.bank-5 {
	background-image: url('https://mellodesignstudio.wordpress.com/wp-content/uploads/2026/02/d0a1d0bbd0bed0b9-5.jpg');
}

.bank-6 {
	background-image: url('https://mellodesignstudio.wordpress.com/wp-content/uploads/2026/02/d0a1d0bbd0bed0b9-6.jpg');
}

/* BUTTON */
.mortgage-btn {
	display: inline-block;
	padding: 14px 22px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #111;
	background: transparent;
	border-radius: 8px;
	transition: .25s;
	border: 1px solid gray;
}

.mortgage-btn:hover {
	background: #f3f4f6;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
	.mortgage {
		padding: 60px 16px;
		padding-top:0;
	}
	
	.mortgage-overlay {
		background: rgba(0,0,0,0.5);
	}
	
	.mortgage-content h2 {
		font-size: 24px;
	}
	
	.mortgage-subtitle,
																  .mortgage-banks {
		display: none;
	}
	
	.mortgage-btn {
		width: 100%;
		text-align: center;
	}
	
	.mortgage-container {
		background-position: left;
		background-image: url('https://mellodesignstudio.wordpress.com/wp-content/uploads/2026/02/pig0.jpg');
	}
	
	.mortgage-btn {
		background: white;
	}
	
	.mortgage-content {
		padding-left: 0;
	}
}

.about {
	background: #f8fafc;
	padding: 80px 20px;
	color: #0f172a;
}

.about-container {
	max-width: 1200px;
	margin: 0 auto;
}

/* ===== ПЕРВАЯ СТРОКА ===== */
.about-text {
	max-width: 820px;
	margin-bottom: 60px;
	border-top: 1px solid #e5e7eb;
	padding-top: 28px;
}

.about-eyebrow {
	display: block;
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #6b7280;
	margin-bottom: 10px;
}

.about-title {
	margin: 0 0 22px;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: .02em;
}

.about-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.about-list li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.6;
	color: #334155;
}

.about-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	background: #0f172a;
	border-radius: 50%;
}

/* ===== ВТОРАЯ СТРОКА ===== */
.about-cards {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 24px;
}

.about-card {
	grid-column: span 4;
	height: 260px;
	position: relative;
	padding: 20px;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: hidden;
	filter: grayscale(58%);
}

.about-card::after {
	content: "";
	position: absolute;
	background: linear-gradient(to bottom,
    rgba(0,0,0,0.25),
    rgba(0,0,0,0.6));
	z-index: 1;
}

.about-card * {
	position: relative;
	z-index: 2;
}

/* фоновые изображения */
.card-1 {
	background-image: url('https://mellodesignstudio.wordpress.com/wp-content/uploads/2026/02/d09fd180d18fd0bcd0bed183d0b3d0bed0bbd18cd0bdd0b8d0ba-1-d0bad0bed0bfd0b8d18f-2.jpg');
}

.card-2 {
	background-image: url('https://mellodesignstudio.wordpress.com/wp-content/uploads/2026/02/d09fd180d18fd0bcd0bed183d0b3d0bed0bbd18cd0bdd0b8d0ba-1-d0bad0bed0bfd0b8d18f-3.jpg');
}

.card-3 {
	background-image: url('https://mellodesignstudio.wordpress.com/wp-content/uploads/2026/02/d09fd180d18fd0bcd0bed183d0b3d0bed0bbd18cd0bdd0b8d0ba-1-d0bad0bed0bfd0b8d18f-4.jpg');
}

/* кнопка */
.card-badge {
	display: inline-block;
	padding: 6px 12px;
	font-size: 11px;
	letter-spacing: .06em;
	background: rgba(255,255,255,0.9);
	color: #111;
	border-radius: 6px;
	margin-bottom: 14px;
}

/* заголовок */
.about-card h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
	line-height: 140%;
}

/* нижняя фраза */
.card-link {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 14px;
	text-decoration: underline;
	opacity: .9;
}

/* ===== MOBILE ===== */
@media (max-width: 900px) {
	.about-cards {
		grid-template-columns: 1fr;
	}
	
	.about-card {
		grid-column: span 12;
		height: 186px;
	}
}

@media (max-width: 600px) {
	.about {
		padding: 60px 16px;
		padding-top:0 !important;
	}
	
	.about-title {
		font-size: 24px;
	}
	
	.about-text {
		margin-bottom: 40px;
	}
}




.price-note {
  margin: 0;
  padding: 0;
}

.price-note__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-note__text {
  max-width: 900px;
  margin: 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  color: #1f1f1f;
  letter-spacing: 0.01em;
}

.price-note__text strong {
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* Мобильная версия */
@media (max-width: 768px) {
  .price-note__inner {
    padding: 28px 20px;
  }

  .price-note__text {
    font-size: 16px;
    line-height: 1.55;
	  text-align:left !important; 
  }
}






.projects {
	padding: 80px 20px;
	background: #fafafa;
}

.projects__container {
	max-width: 1200px;
	margin: 0 auto;
}

.projects__header {
	margin-bottom: 40px;
}

.projects__eyebrow {
	font-size: 12px;
	color: #9ca3af;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.projects__title {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: .04em;
	margin-top: 8px;
}

/* GRID */
.projects__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 24px;
}

/* CARD */
.project-card {
	grid-column: span 4;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0,0,0,.08);
	display: flex;
	flex-direction: column;
}

/* IMAGE */
.project-card__image {
	position: relative;
	height: 220px;
	background-size: cover;
	background-position: center;
}

.project-card__badge {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 14px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(135deg, #fb923c, #f97316);
}

/* BODY */
.project-card__body {
	padding: 20px;
	position: relative;
	flex: 1;
}

.project-card__meta {
	display: flex;
	gap: 16px;
	margin-bottom: 12px;
}

.meta-label {
	display: block;
	font-size: 11px;
	color: #9ca3af;
}

.meta-value {
	font-size: 13px;
	font-weight: 500;
}

/* TITLE */
.project-card__title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .06em;
	margin-bottom: 16px;
}

/* PRICES */
.project-card__prices {
	list-style: none;
	padding: 0;
	margin: 0 0 50px;
}

.project-card__prices li {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	padding: 4px 0;
	border-bottom: 1px solid #f1f1f1;
}

/* BUTTON */
.project-card__calc {
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 8px 14px;
	font-size: 12px;
	border: 1px solid #f97316;
	color: #f97316;
	text-decoration: none;
}

.project-card__more {
	position: absolute;
	left: 20px;
	bottom: 22px;
	font-size: 12px;
	text-decoration: underline;
	color: #6b7280;
}

/* ADAPTIVE */
@media (max-width: 980px) {
	.project-card {
		grid-column: span 6;
	}
}

@media (max-width: 640px) {
	.projects {
		padding: 50px 16px;
	}
	
	.projects__title {
		font-size: 24px;
	}
	
	.project-card {
		grid-column: span 12;
	}
	
	.project-card__image {
		height: 180px;
	}
}

.projects-more {
	display: block;
	max-width: 1200px;
	margin: 10px auto 0;
	margin-top: 10px;
	margin-bottom: 0;
	text-decoration: none;
	margin-bottom: 30px;
	margin-top: 0;
}

.projects-more__button {
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: .06em;
	color: #111827;
	background: transparent;
	box-shadow: 0 8px 24px rgba(0,0,0,.08);
	transition: box-shadow .25s ease, transform .25s ease;
}

.projects-more__button span,
.projects-more__button {

	text-underline-offset: 6px;
}

.projects-more__button:hover {
	box-shadow: 0 14px 36px rgba(0,0,0,.14);
	transform: translateY(-1px);
}

/* MOBILE */
@media (max-width: 640px) {
	.projects-more__button {
		font-size: 15px;
		height: 60px;
		letter-spacing: .04em;
	}
	
	.projects-more {
		padding: 0 16px;
	}
}






.partners {
	padding: 80px 20px;
	background: #f8fafc;
	overflow-x: hidden;
	overflow-y: hidden;
}

.partners__container {
	max-width: 1200px;
	margin: 0 auto;
}

/* ===== HEADER ===== */
.partners__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.partners__title {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .04em;
}

/* декоративные стрелки */
.partners__arrows {
	display: flex;
	gap: 12px;
}

.partners__arrow {
	width: 38px;
	height: 38px;
	border: 1px solid #e5e7eb;
	border-radius: 50%;
	position: relative;
	opacity: .6;
}

.partners__arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-top: 1.5px solid #111;
	border-right: 1.5px solid #111;
	transform: translate(-50%, -50%) rotate(45deg);
}

.partners__arrow--prev::before {
	transform: translate(-50%, -50%) rotate(-135deg);
}

/* ===== GRID ===== */
.partners__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 32px 24px;
}

/* логотип */
.partner-logo {
	grid-column: span 2;
	height: 46px;
	max-width: 137px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	filter: grayscale(1);
}

/* ===== MOBILE ===== */
@media (max-width: 900px) {
	.partners {
		padding: 60px 0;
	}
	
	.partners__container {
		padding: 0 20px;
	}
	
	.partners__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px 20px;
	}
	
	.partner-logo {
		grid-column: span 1;
		margin: 0 auto;
	}
	
	.partners__arrows {
		display: none;
	}
	
	.partners__title {
		font-size: 22px;
	}
	
	.partners {
		display:none;
	}
}

.production {
	background-image: url('https://mellodesignstudio.wordpress.com/wp-content/uploads/2026/02/fact-2.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	max-width: 1200px;
	margin: 0 auto;
	border: 1px solid #f2f2f2;
	padding-top: 30px;
	padding-bottom: 30px;
}

.production__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}

/* Контент */
.production__content {
	grid-column: 2 / span 7;
}

.production__eyebrow {
	display: block;
	font-size: 12px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #777;
	margin-bottom: 12px;
}

.production__title {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .06em;
	margin-bottom: 16px;
}

.production__divider {
	width: 48px;
	height: 1px;
	background-color: #cfcfcf;
	margin-bottom: 32px;
}

.production__text {
	font-size: 16px;
	line-height: 1.65;
	color: #333;
	margin-bottom: 20px;
	max-width: 640px;
	text-align: left !important;
}

/* Буллеты */
.production__list {
	margin-top: 24px;
	padding-left: 0;
	list-style: none;
	max-width: 640px;
}

.production__list li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 1.5;
	color: #333;
}

.production__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .6em;
	width: 4px;
	height: 4px;
	background-color: #444;
	border-radius: 50%;
}

@media (max-width: 768px) {
	.production__inner {
		padding: 10px 20px;
		grid-template-columns: 1fr;
	}
	
	.production__content {
		grid-column: 1 / -1;
	}
	
	.production__title {
		font-size: 24px;
	}
	
	.production__text,
						  .production__list {
		max-width: 100%;
	}
}

.ourprojects {
	background-color: #f8fafc;
}

.ourprojects__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}

/* Заголовок */
.ourprojects__header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 40px;
}

.ourprojects__title {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .06em;
}

.ourprojects__link {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	padding-bottom: 2px;
}

.ourprojects__link:hover {
	border-bottom-color: rgba(0,0,0,0.6);
}

/* Сетка карточек */
.ourprojects__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
}

/* Карточка */
.ourproject-card {
	grid-column: span 4;
	height: 305px;
	background-size: cover;
	background-position: center;
	position: relative;
	text-decoration: none;
	color: #000;
	display: block;
	box-shadow: 0 6px 18px rgba(0,0,0,0.06);
	transition: box-shadow .3s ease, transform .3s ease;
	-webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.ourproject-card:hover {
	box-shadow: 0 10px 28px rgba(0,0,0,0.1);
	transform: translateY(-2px);
}

/* Нижнее поле */
.ourproject-card__footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 37px;
	background: rgba(255,255,255,0.92);
	display: flex;
	align-items: center;
	padding: 0 14px;
	font-size: 13px;
	color: #333;
	line-height: 1.2;
}

@media (max-width: 768px) {
	.ourprojects__inner {
		padding: 60px 20px;
	}
	
	.ourprojects__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	
	.ourprojects__title {
		font-size: 24px;
	}
	
	.ourprojects__grid {
		grid-template-columns: 1fr;
	}
	
	.ourproject-card {
		grid-column: 1 / -1;
		width: 100%;
		height: 240px;
	}
}












wrap-main, .wrap-footer {
    padding-left: 0px !important;
    max-width: 1200px;
    margin: 0 auto;
}

.site-main {
	background:#fafafa ;
}
.tech {
  background: #f8fafc !important;
}

.tech__inner {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 60px 0px !important;

  display: flex !important;
  gap: 40px !important;
}

/* Левая колонка - 3/12 */
.tech__aside {
  flex: 0 0 33% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

/* Правая колонка - 9/12 (оставшиеся) */
.tech__content {
  flex: 1 !important;
  max-width: 100% !important;
}

/* Карточки */
.tech-card {
  background: #f8fafc !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.tech-card--news {
  height: 400px !important;
}

.tech-card--file {
  height: 140px !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative !important;
}

.tech-card__content {
  position: absolute !important;
  inset: 0 !important;
  padding: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
	border: 1px solid #f2f2f2;
}

.tech-card__title {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em!important ;
  text-transform: uppercase !important;
}

.tech-card__btn {
  font-size: 13px !important;
  color: #000 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(0,0,0,0.3) !important;
  width: fit-content !important;
}

/* Ссылка под первой карточкой */
.tech-more {
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  color: #000 !important;
  border-bottom: 1px solid rgba(0,0,0,0.3) !important;
  width: fit-content !important;
}

/* Типографика текста */
.tech-eyebrow {
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #8a8a8a !important;
  margin-bottom: 6px !important;
}

.tech-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin: 0;
}

.tech-divider {
  height: 1px !important;
  background: #e5e5e5 !important;
  margin: 20px 0 !important;
}

.tech__content p {
  font-size: 15px !important;
  line-height: 1.7 !important;
  margin-bottom: 18px !important;
  max-width: none !important;
	text-align:left !important;
}

.tech-list {
  margin: 0 0 22px 0 !important;
  padding-left: 18px !important;
}

.tech-list li {
  font-size: 14px !important;
  line-height: 1.6 !important;
  margin-bottom: 6px !important;
}

/* Мобильная версия */
@media (max-width: 900px) {
  .tech__inner {
    flex-direction: column-reverse !important;
    padding:0 !important;
  }

  .tech__aside,
  .tech__content {
    flex: none !important;
    width: 100% !important;

  }

  .tech-card,
  .tech-card--news,
  .tech-card--file {
    width: 100% !important;
  }
}


#vk_groups {
  width: 100% !important;
  max-width: 100% !important;
}


#vk_groups iframe {
  width: 100% !important;
}


#vk_groups {
  flex: 1 1 100%;
}

.wrap-header--home {
	max-width:1200px !important;
	margin: 0 auto !important
}


.myform {
	max-width:1200px !important;
	margin: 0 auto !important;
}

.footer-menu__link {
	color: black !important;
}

.footer__title {
	color: black !important;
}

.wrap-footer-top {
    padding: 45px 50px;
   	  background: #F8FAFC !important;
}

.fwrap-footer-middle {
	  	  background: #F8FAFC !important;
}

.footer-middle {
	  background: #F8FAFC !important;
	box-shadow:none !important
}

.footer-bottom {
	  background: #F8FAFC !important;
}


.wrap {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
	  background: #F8FAFC !important;
}


body {
		  background: #F8FAFC !important;
}

.wrap-header {
    padding: 19px 50px;
    background: #fff;
    box-shadow: none !important;
    position: relative;
    transition: all .3s;
	max-width:1200px !important;
	margin: 0 auto !important;
	    padding: 20px 0px !important;
}

.wrap-footer-middle {
    background: var(--var-primary_color2);
    box-shadow: none !important; 
}
.wrap-header--home {
    background: none;
    box-shadow: none;
    position: static   !important; 
}

.menu__link  { 
	color: #333; !important}

.menu-item  { 
color: #333; !important}

.menu-item-type-post_type { 
color: #333; !important}

.wrap-header--home .menu__link {
    color: #333 !important;
}







.css-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.css-slider__track {
  display: flex;
  animation: wpSlide 9s infinite;
}

.css-slide {
  min-width: 100%;
  height: 385px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Desktop */
.slide-1 { background-image: url(https://2804dom.ru/wp-content/uploads/2026/02/geo1200.jpg); }
.slide-2 { background-image: url(https://2804dom.ru/wp-content/uploads/2026/02/tech1200.jpg); }
.slide-3 { background-image: url(https://2804dom.ru/wp-content/uploads/2026/02/win1200-1.jpg); }

/* Tablet */
@media (max-width: 1024px) {
  .css-slide { height: 320px; 
	}


	
	
  .slide-1 { background-image: url(https://2804dom.ru/wp-content/uploads/2026/02/geotablet.jpg); }
  .slide-2 { background-image: url(https://2804dom.ru/wp-content/uploads/2026/02/techtablet.jpg); }
  .slide-3 { background-image: url(https://2804dom.ru/wp-content/uploads/2026/02/winphone.jpg); }
}

/* Phone */
@media (max-width: 767px) {
  .css-slide { height: 240px; }

  .slide-1 { background-image: url(https://2804dom.ru/wp-content/uploads/2026/02/geophone.jpg); }
  .slide-2 { background-image: url(https://2804dom.ru/wp-content/uploads/2026/02/techphone.jpg); }
  .slide-3 { background-image: url(https://2804dom.ru/wp-content/uploads/2026/02/wintablet.jpg); }
}

/* Animation */
@keyframes wpSlide {
  0%, 30% { transform: translateX(0); }
  33%, 63% { transform: translateX(-100%); }
  66%, 96% { transform: translateX(-200%); }
  100% { transform: translateX(0); }
}

/* Pagination */
.css-slider__pagination {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.css-slider__pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  animation: wpDots 9s infinite;
}

.css-slider__pagination span:nth-child(1) { animation-delay: 0s; }
.css-slider__pagination span:nth-child(2) { animation-delay: 3s; }
.css-slider__pagination span:nth-child(3) { animation-delay: 6s; }

@keyframes wpDots {
  0% { background: rgba(255,255,255,.9); }
  33%,100% { background: rgba(255,255,255,.4); }
}




.footer__phone {
	color: #333 !important;
}


.socseti__icons {
	display:none !important;
}

.up_action {
		display:none !important;
}


.house-calc {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  background: #f7f7f7;
  border-radius: 12px;
}

.house-calc h2 {
  margin-bottom: 20px;
  font-size: 28px;
}

.calc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.calc-grid label {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.calc-grid input,
.calc-grid select {
  margin-top: 6px;
  padding: 10px;
  font-size: 16px;
}

.calc-result {
  margin-top: 20px;
  font-size: 18px;
}

.calc-result strong {
  display: block;
  margin-top: 6px;
  font-size: 32px;
}

.calc-btn {
  margin-top: 20px;
  padding: 14px;
  width: 100%;
  font-size: 18px;
  background: #c62828;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 6px;
}

/* Tablet */
@media (max-width: 900px) {
  .calc-grid {
    grid-template-columns: 1fr;
  }
}

/* Phone */
@media (max-width: 480px) {
  .house-calc {
    padding: 16px;
  }

  .calc-result strong {
    font-size: 26px;
  }
}

#vk_groups {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

#vk_groups iframe {
  width: 100% !important;
}




.tech-section {
  padding: 60px 0;
  background: #fafafa;
}

.tech-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.tech-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
}

/* ЛЕВЫЙ БЛОК */

.tech-left {
  width: 100%;
}

.tech-vk {
  width: 100%;
  overflow: hidden;
}

.tech-video-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.tech-video-link:hover {
  color: #000;
  border-color: rgba(0,0,0,0.4);
}

/* ПРАВЫЙ БЛОК */

.tech-eyebrow {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
}

.tech-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0;
}

.tech-divider {
  width: 60px;
  height: 1px;
  background: #ddd;
  margin: 18px 0 24px;
}

.tech-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 16px;
}

.tech-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.tech-list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

.tech-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}

/* МОБИЛЬНАЯ ВЕРСИЯ */

@media (max-width: 768px) {
  .tech-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .tech-section {
    padding: 40px 0;
  }

  .tech-title {
    font-size: 24px;
  }

  .tech-text {
    font-size: 15px;
  }
}

.zen-section {
  padding: 60px 0;
  background: #ffffff;
}

.zen-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Заголовок */

.zen-header {
  margin-bottom: 40px;
}

.zen-eyebrow {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 8px;
}

.zen-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0;
}

.zen-divider {
  width: 60px;
  height: 1px;
  background: #ddd;
  margin-top: 16px;
}

/* Сетка */

.zen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Карточка */

.zen-card {
  display: block;
  padding: 24px;
  background: #fafafa;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
}

.zen-card:hover {
  background: #f0f0f0;
}

.zen-card-title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.zen-card-text {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}

/* Футер */

.zen-footer {
  margin-top: 32px;
}

.zen-more {
  font-size: 14px;
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.zen-more:hover {
  color: #000;
  border-color: rgba(0,0,0,0.4);
}

/* Адаптация */

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

@media (max-width: 600px) {
  .zen-grid {
    grid-template-columns: 1fr;
  }

  .zen-section {
    padding: 40px 0;
  }

  .zen-title {
    font-size: 24px;
  }
}

