#archive-nashi-kejsy {
	font-family: "Golos Text", Sans-serif;
	margin: 70px 0 100px;
}
#archive-nashi-kejsy h1 {
	font-family: "Golos Text", Sans-serif !important;
	color: #1F2C41;
	font-size: 43px !important;
	font-weight: 600;
	letter-spacing: -1px !important;
	line-height: 50px;
	margin-bottom: 4px;
	margin-top: 0;
}
.nk-df {
	display: flex;
}
.jcsb {
	justify-content: space-between;
	align-items: center;
}
.search-field {
	background-color: #fff;
	border-radius: 12px;
	border: none;
	margin-right: 25px;
	outline: none;
	line-height: 53px;
	padding-left: 25px;
	width: 290px;
	position: relative;
}
.nashi-kejsy-list {
	display: flex;
	flex-wrap: wrap;
}
.nashi-kejsy-item {
	width: 31%;
	margin-bottom: 35px;
	margin-right: 2%;
}
.nashi-kejsy-container-l {
	width: 76%;
	margin-right: 35px;
}
.nashi-kejsy-container-r {
	width: 24%;
	position: sticky;
	top: 200px;
}
.nashi-kejsy-item-link {
	display: block;
	background-color: #FFF;
	padding: 15px 15px 35px;
	color: #1F2C41;
	border-radius: 12px;
	transition: box-shadow 0.4s ease-in-out;
}
.nashi-kejsy-item-link:hover {
	color: #1F2C41;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 15px 2px rgba(34, 60, 80, 0.3);
	-moz-box-shadow: 0px 0px 15px 2px rgba(34, 60, 80, 0.3);
	box-shadow: 0px 0px 15px 2px rgba(34, 60, 80, 0.3);
}
.nashi-kejsy-item-img img {
	border-radius: 12px;
	max-height: 319px;
}
.nashi-kejsy-item-title {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin: 35px 0 10px 20px;
	min-height: 72px;
	
	-webkit-line-clamp: 3;
	line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.nashi-kejsy-container {
	margin-top: 42px;
	align-items: flex-start;
}
.nashi-kejsy-item-read-more {
	color: #2688EB;
	font-size: 15px;
	position: relative;
	margin-left: 20px;
}
.nashi-kejsy-item-read-more:before {
	content: "";
    position: absolute;
    top: 9px;
    left: 87px;
    width: 10px;
    height: 8px;
    background: url(/wp-content/uploads/2025/09/map-mark-icon.svg) 0 0 no-repeat;
	transform: rotate(270deg);
	background-size: 10px;
}
.nashi-kejsy-container-r .guarantees-form {
    padding: 35px 35px 5px 35px;
    background: #fff;
    border-radius: 12px;
}
.nashi-kejsy-container-r .guarantees-form br {
    display: none;
}
.nashi-kejsy-container-r p {
    padding-bottom: 0;
}
.nashi-kejsy-container-r .guarantees-form-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Golos Text", Sans-serif;
    margin-bottom: 20px;
}
.nashi-kejsy-container-r .contact-form-text {
    height: 56px;
    border-radius: 12px;
    border: 1px solid #0000000D;
    margin-bottom: 15px;
    background: #F4F6FA;
    width: 100%;
}
.nashi-kejsy-container-r #contact-form-phone {
    height: 56px;
    border-radius: 12px;
    border: 1px solid #0000000D;
    margin-bottom: 15px;
    background: #F4F6FA;
    width: 100%;
}
.nashi-kejsy-container-r .guarantees-form-btn {
    font-family: "Golos Text", Sans-serif !important;
    font-size: 15px !important;
    background: linear-gradient(90deg, rgba(255, 101, 52, 1) 0%, rgba(255, 89, 52, 1) 21%, rgba(255, 46, 50, 1) 100%) !important;
    padding: 16px 0 !important;
    letter-spacing: 0 !important;
    font-weight: 500 !important;
    border-radius: 12px;
}
.nashi-kejsy-container-l .load-more-button {
	width: 97%;
	background-color: #fff;
    border: none;
    border-radius: 12px;
    color: #2688EB;
    font-weight: 500;
    font-size: 20px;
    line-height: 68px;
	outline: none;
	position: relative;
}
.nashi-kejsy-container-l .load-more-button span {
	position: relative;
}
.nashi-kejsy-container-l .load-more-button span:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 215px;
	width: 15px;
	height: 8px;
	background: url('/wp-content/uploads/2025/09/map-mark-icon.svg') 0 0 no-repeat;
}
@media (max-width:767px) {
    .nashi-kejsy-container-r .guarantees-form {
        padding: 15px 15px;
    }
    .nashi-kejsy-container-r .guarantees-form-title {
        font-size: 18px !important;
        line-height: 22px;
	}
	.nashi-kejsy-container-r .guarantees-form .wpcf7-spinner {
	    display: none;
	}
	.nashi-kejsy-container-r .contact-form-text {
	    font-size: 16px;
	}
	.nashi-kejsy-container-r #contact-form-phone {
	    font-size: 16px;
	}
}
/***************/

/* Контейнер Dropdown */
.filter-dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-toggle {
    padding: 15px 20px 16px;
    border: none;
    background-color: #fff;
    cursor: pointer;
    border-radius: 12px;
	outline: none;
	width: 290px;
	text-align: left;
	position: relative;
}
.dropdown-toggle:after {
	transition: transform 0.3s ease;
	position: absolute;
	top: 20px;
	right: 25px;
	border: none;
	background: url('/wp-content/uploads/2024/10/arrow-black.svg') 0 0 no-repeat;
	transform: rotate(90deg);
	margin-left: 72%;
	width: 13px;
	height: 15px;
	background-size: 10px;
}
.dropdown-toggle.open:after {
	transform: rotate(270deg);
}
.dropdown-toggle:focus  {
	outline: none;
}
.dropdown-menu {
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 9;
    background-color: #fff;
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 10px;
    min-width: 200px;
    border-radius: 12px;
    display: none;
	width: 290px;
}
.dropdown-menu.open:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 55px;
	left: 0;
	background-color: #DADEE6;
}
.dropdown-menu label {
    display: flex;
    margin-bottom: 5px;
    cursor: pointer;
	font-size: 15px;
	align-items: baseline;
}
.dropdown-menu .control {
	margin-right: 6px;
}
.dropdown-menu .form-control {
	border: none;
	position: relative;
	margin-bottom: 25px;
}
.dropdown-menu .form-control:focus {
	box-shadow: none;
}
#categoryList {
	padding-left: 15px;
	max-height: 320px;
    overflow-y: scroll;
}
.search-field-icon {
    background: #fff url(/wp-content/uploads/2025/12/search-icon.svg) 90% center no-repeat;
}
#reset-filter {
	background-color: #fff;
    border: 1px solid #DADEE6;
    border-radius: 12px;
    width: 100%;
    line-height: 30px;
	margin-top: 15px;
}
.custom-ajax-search-wrapper {
	position: relative;
}
#search-results-container {
	top: 65px;
	left: 0;
	position: absolute;
	display: none;
	background-color: #fff;
    padding: 15px;
    border-radius: 12px;
    margin-top: 10px;
	max-width: 290px;
	width: 100%;
	z-index: 10;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#search-results-container p {
	padding-bottom: 0;
}
#search-results-container ul {
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
#search-results-container ul li {
	list-style: none;
	position: relative;
}
#search-results-container ul li:not(:last-child) {
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#search-results-container ul li a {
	color: #1F2C41;
}
#search-results-container ul li:not(:last-child):before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #DADEE6;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media (max-width:767px) {
	.nashi-kejsy-list {
		flex-direction: column;
	}
	.nk-df {
		flex-direction: column;
		align-items: normal;
	}
	.nashi-kejsy-container {
		margin-top: 0;
	}
	#archive-nashi-kejsy h1 {
		font-size: 25px !important;
	}
	.nashi-kejsy-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.nashi-kejsy-container-l {
		width: 100%;
		margin-right: 0;
	}
	.search-field {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.dropdown-toggle {
		width: 100%;
		margin-bottom: 15px;
	}
	.filter-dropdown {
		display: block;
		font-size: 16px;
	}
	.search-field-icon {
		background-position: right 25px center;
		font-size: 16px;
	}
	.nashi-kejsy-container-r {
		width: 100%;
		position: relative;
		top: 60px;
	}
	#search-results-container {
		margin-top: 0;
		width: 100%;
		top: 70px;
		max-width: 100%;
		-webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.4);
		-moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.4);
		box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.4);
	}
	#search-results-container ul li {
		line-height: 20px;
	}
	.dropdown-menu {
		width: 100%;
		top: 63px;
		-webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.4);
		-moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.4);
		box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.4);
	}
	.dropdown-menu.open:before {
		top: 50px;
	}
	.nashi-kejsy-item-title {
		font-size: 18px;
		line-height: 24px;
		margin: 15px 0 10px;
		-webkit-line-clamp: none;
		line-clamp: none;
		margin-left: 0;
		min-height: auto;
	}
	.nashi-kejsy-item-read-more {
		margin-left: 0;
	}
	.nashi-kejsy-item-img img {
		max-height: 100%;
	}
	.nashi-kejsy-item-link {
		padding: 15px;
	}
	.nashi-kejsy-container-l .load-more-button {
		font-size: 15px;
		line-height: 53px;
	}
	
}