body {
	font-family: 'Arial', sans-serif;
}
tbody, td, tfoot, th, thead, tr {
	border-width: 1px !important;
}
* {
	scroll-margin-top: 140px;
}
@media (max-width: 1199px){
	* {
		scroll-margin-top: 120px;
	}
}
input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 0 6px 0 0;
	cursor: pointer;
	line-height: 1;
	accent-color: #B9D728;
}
h1::first-letter {
	text-transform: uppercase;
}
.catalog-main-list {
	gap: 20px;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.catalog-right-wrap {
	width: calc(100% + 12px);
	margin: -6px;
	padding: 6px;
	overflow: hidden;
}
.catalog-right-list {
	gap: 20px;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 0 30px 0;
}
.catalog-right-section {
	line-height: 1;
	border-radius: 20px;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	transition: all .3s;
	box-shadow: 0 0 2px #dddddd;
}
.catalog-right-section:hover {
	box-shadow: 0 0 6px #dddddd;
}
.catalog-section-link {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 16px;
	text-decoration: none;
	position: relative;
	transition: all .3s;
}
.catalog-section-link::after {
	opacity: 0;
	z-index: 1;
	content: '';
	position: absolute;
	top: 16px;
	right: 19px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	transition: all .3s;
}
.catalog-section-link:hover::before,
.catalog-section-link:hover::after {
	opacity: 1;
}
.section-undername {
	font-size: 16px;
	margin-bottom: 8px;
	padding: 0 16px;
	color: #b1b1b1;
}
.catalog-section-name {
	flex: 1;
	display: block;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	transition: all .3s;
	padding: 0 16px 16px 16px;
	word-break: break-word;
	font-weight: 500;
}
.catalog-section-lower {
	display: block;
	position: relative;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 230px;
	box-shadow: 0 0 2px #dddddd;
}
.catalog-section-lower img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.catalog-lower-list {
	opacity: 0;
	z-index: 1;

	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;

	display: flex;
	flex-direction: column;
	padding: 10px 16px 10px 0;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	height: 230px;
	transition: all .3s;
}
.catalog-right-section:hover .catalog-lower-list {
	opacity: 1;
	z-index: 2;
}
.catalog-lower-list::-webkit-scrollbar {
	width: 6px;
	height: 52px;
	background: transparent;
	position: absolute;
	border-radius: 10px;
	right: 0px;
}
.catalog-lower-list::-webkit-scrollbar-thumb {
	width: 10px;
	height: 52px;
	background: transparent;
	position: absolute;
	right: 0px;
	border-radius: 5px;
	background: #B9D728;
}
@-moz-document url-prefix() {
	.catalog-lower-list::-moz-scrollbar {
		background: #B9D728;
		border-radius: 10px;
		right: 0px;
		overflow-y: auto;
	}
}
.catalog-lower-list a {
	color: #000;
	width: 100%;
	display: block;
	padding: 7px 14px;
	text-decoration: none;
	border-radius: 0 6px 6px 0;
	font-size: 15px;
}
.catalog-lower-list a:hover {
	background: #F8F8F0;
	box-shadow: 0 0 2px #F8F8F0;
}
.catalog-section-sub {
	line-height: 1;
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 14px 4px;
	overflow: hidden;
	position: relative;
	background: #F8F8F0;
	transition: all .3s;
	box-shadow: 0 0 2px #dddddd;	
}
.catalog-section-sub-wrap {
	display: none;
}
.catalog-section-sub-wrap.overflow {
	display: block;
	z-index: 1;
	position: absolute;
	right: 14px;
	bottom: 14px;
	padding: 8px 46px 8px 20px;
	border-radius: 20px;
	background: #b9d728;
	line-height: 1;
	border: none;
	box-shadow: 0 0 2px #dddddd;
}
.catalog-section-sub-wrap::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 16px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(135deg);
	transition: all .2s; 
}
.catalog-section-sub-wrap.open::before {
	top: 14px;
	transform: rotate(-45deg);	
}
.catalog-section-sub-list {
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
	max-height: 135px;
	transition: max-height 0.6s;
	padding: 8px 10px 0 10px;
}
.catalog-section-sub-list.overflow:not(.show)::before {
	content: '';
	position: absolute;
	width: inherit;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	background: #f8f8f03b;
	backdrop-filter: blur(3px);
}
.catalog-section-sub-list.show {
	max-height: 5000px;
}
.catalog-section-sub-list a {
	color: #000;
	display: flex;
	align-items: center;
	transition: all 0.3s;
	padding: 8px 20px;
	border-radius: 10px;
	box-shadow: 0 0 2px #dddddd;
	background: #FFF;
	text-decoration: none;
}
.catalog-section-sub-list a:hover {
	color: #000;
	background: #B9D728;
	box-shadow: 0 0 2px #F8F8F0;
}
.catalog-goods-list {
	gap: 20px;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.catalog-good {
	position: relative;
	display: flex;
	flex-direction: column;
	line-height: 1;
	transition: all 0.3s;
	border-radius: 20px;
	box-shadow: 0 0 2px #dddddd;
}
.catalog-good:hover {
	box-shadow: 0 0 6px #dddddd;
}
.catalog-good a {
	color: #000;
	flex: 1;
	display: flex;
	flex-direction: column;
	text-decoration: none;
}
.catalog-good-img {
	overflow: hidden;
	display: flex;
	justify-content: center;
	margin: 16px;
	height: 150px;
}
.catalog-good-img img {
	height: auto;
	border-radius: 20px;
}
.catalog-good-name {
	font-size: 17px;
	margin: 0 16px;
	padding: 0 0 16px 0;
	border-bottom: 1px solid #dddddd;
}
.catalog-good-name::first-letter {
	text-transform: uppercase;
}
.catalog-good-params {
	flex: 1;
	gap: 10px;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	padding: 6px 16px 10px 16px;
}
.catalog-good-params > * > span {
	color: #b1b1b1;
	display: block;
	font-size: 12px;
	margin: 0 0 4px 0;
}
.catalog-good-params > * > div {
	color: #000;
}
.catalog-good.good-banner {
	gap: 20px;
	display: flex;
	background: #F8F8F0;
	padding: 20px;
}
.catalog-good .good-banner-title {
	font-size: 18px;
	flex: 1 1 auto;
}
.catalog-good .good-banner-text {
	color: #646464;
}            
.good-banner-contact {
	color: #646464;
	font-size: 14px;
}
.good-banner-contact a {
	color: #000;
	font-size: 16px;
	margin: 4px 0 0 0;
	white-space: nowrap;	
	overflow: hidden;
	text-overflow: ellipsis;
}
.good-banner-contact a:hover {
	text-decoration: dotted underline;
}
.catalog-good .banner-link-wrap {
	flex: 1 1 auto;
	justify-content: end;
	display: flex;
	flex-direction: column;
}
.catalog-good .banner-link-btn {
	color: #000;
	background: #B9D728;
	flex-direction: row;
	gap: 10px;
	flex: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	line-height: 1;
	border-radius: 20px;
	padding: 8px 16px;
}
.catalog-good .banner-link-btn:hover {
	color: #000;
	background: #FFF;
	transition: color .3s, box-shadow .3s;
	box-shadow: 0 0 2px #000;
}
.catalog-good.good-banner {
	margin: 0 0 16px 0;
}
.service-wrap .catalog-good-name {
	text-align: center;
}
.catalog-good-price,
.service-btn-wrap {
	padding: 6px 16px 16px 16px;
}
.catalog-good-price .price-box {
	display: flex;
	flex-direction: column;
	align-items: end;
	font-size: 14px;
	padding: 0 0 10px 0;	
}
.catalog-good-price .price-box {
	color: gray;
}
.catalog-good-price .price-box div {
	flex: 1;
	font-size: 17px;
	text-align: end;
	color: #000;
}
.good-price-box {
	padding: 0 0 6px 0;
}
.catalog-services {
	gap: 20px;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.service-wrap .catalog-good-name {
	border: none;
}
.service-page {
	gap: 20px;
	display: grid;
	position: relative;
	grid-template-areas: "A B" "A C";
}
.service-item {
	grid-area: A;
	height: fit-content;
	position: sticky;
	top: 200px;
	width: 400px;
}
.service-page .page-description-tag {
	margin: 0;
}
.service-order-modal {
	background: #B9D728;
}
.service-btn-wrap {
	text-align: center;
}
@media (max-width: 1780px){
	.catalog-services {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.catalog-main-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.catalog-right-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.catalog-goods-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
@media (max-width: 1560px){
	.catalog-services {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.catalog-main-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.catalog-left-list {
		width: 350px;
		min-width: 350px;
	}
	.catalog-right-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.catalog-goods-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.service-item {
		width: 100%;
		max-width: 300px;
	}
}
@media (max-width: 1400px){
	.catalog-services {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.catalog-right-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 1199px){
	.catalog-main-list,
	.catalog-right-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.catalog-goods-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.catalog-left,
	.catalog-left-list {
		display: none;
	}
}
@media (max-width: 992px){
	.catalog-services,
	.catalog-main-list,
	.catalog-right-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.catalog-goods-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.service-page {
		display: flex;
		flex-direction: column;
		align-items: center;

		.page-description-tag {
			width: 100%;
		}
	}
	.service-item {
		position: static;
	}
}
@media (max-width: 767px){
	.catalog-services,
	.catalog-main-list,
	.catalog-right-list {
		grid-template-columns: 1fr;
	}
	.catalog-goods-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 500px){
	.catalog-main-list,
	.catalog-right-list,
	.catalog-goods-list {
		grid-template-columns: 1fr;
	}
}
.param-line {
	gap: 8px;
	display: flex;
	margin: -6px -6px 6px -6px;
	padding: 6px;
	overflow-x: auto;
	width: 100%;
	white-space: nowrap;
}
.param-line {
	overflow-x: auto;
	white-space: nowrap;
	padding-bottom: 10px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.param-line::-webkit-scrollbar {
	display: none;
}
.custom-scrollbar {
	display: none;
}
.custom-scrollbar.active {
	display: block;
	height: 20px;
	background: transparent;
	position: relative;
	width: 100%;
	margin: 0 0 14px 0;
}
.custom-scrollbar.active::before {
	content: '';
	position: absolute;
	top: 9px;
	height: 4px;
	width: calc(100% - 4px);
	margin: 0 0 0 2px;
	background: #dddddd;
}
.custom-thumb {
	width: 30px;
	height: 20px;
	background: #B9D728;
	border-radius: 12px;
	position: absolute;
	cursor: pointer;
}

.param-btn {
	gap: 6px;
	display: flex;
	align-items: center;
	border: none;
	transition: all 0.3s;
	padding: 4px 20px;
	border-radius: 20px;
	box-shadow: 0 0 2px #dddddd;
	background: #F8F8F0;
}
.param-btn:hover {
	background: #FFF;
	box-shadow: 0 0 6px #dddddd;
}
.drop-param {
	gap: 6px;
	display: flex;
	align-items: center;
	color: #000;
	font-size: 14px;
	height: 32px;
	transition: all 0.3s;
	padding: 4px 20px;
	border-radius: 20px;
	box-shadow: 0 0 2px #dddddd;
	background: #B9D728;
	text-decoration: none;
}
.drop-param:hover {
	color: #000;
	background: #FFF;
	box-shadow: 0 0 6px #ddd;
}
.param-modal {
	z-index: 9;
	opacity: 1;
	top: 99px;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	visibility: hidden;
	background: #000000b0;
}
@media (max-width: 1199px){
	.param-modal {
		top: 75px;
	}
}
.param-modal {
	display: none;
}
.modal-show {
    display: block;
    visibility: visible;
}
.param-modal-content {
	gap: 16px;
	display: flex;
	flex-direction: column;
	right: 0;
	line-height: 1;
	position: absolute;
	background: #FFF;
	padding: 70px 40px 40px 40px;
	height: calc(100% - 155px);
	width: 600px;
	max-width: 600px;
	overflow-y: auto;
	overflow-x: hidden;
}
.param-modal-title {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	padding: 0 0 20px 0;
}
.param-modal-close-box {
	position: fixed;
	bottom: 0;
	right: 0;
	width: inherit;
}
.param-modal-close {
	color: #a8a8a8;
	display: block;
	padding: 20px 20px 20px 40px;
	position: relative;
	border: none;
	width: 100%;
	align-self: end;
	height: fit-content;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% + 80px);
}
.param-modal-close::before {
	content: '';
	position: absolute;
	top: 23px;
	left: 16px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
	transform: rotate(-135deg);
	transition: all .2s;
}
.param-group {
	width: 100%;
}
.param-group button {
	position: relative;
	border: none;
	width: 100%;
	padding: 14px 40px 14px 20px;
	text-align: left;
	background: #F8F8F0;
	border-radius: 20px;
	box-shadow: 0 0 2px #dddddd;
}
.param-group button::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 22px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	transition: all .2s;
}
.param-group button.show {
	border-radius: 20px 20px 0 0;
	box-shadow: 0 0 6px #dddddd;
}
.param-group button.show::before {
	transform: rotate(135deg);
}
.param-group .param-values {
	display: none;
	border-radius: 0 0 20px 20px;
}
.param-group .param-values.show {
	gap: 2px;
	display: flex;
	flex-direction: column;
	padding: 4px 0 20px 0;
	overflow-y: auto;
	max-height: 350px;
	box-shadow: 0 0 6px #dddddd;
}
.param-group .param-values a:not(.unset-param) {
	flex: 1;
	color: #000;
	text-decoration: none;
	padding: 9px 18px;
	display: block;
	margin: 0 16px 0 0;
	border-radius: 0 20px 20px 0;
}
.param-group .param-values a:not(.unset-param):hover {
	color: #000;
	background: #B9D728;
	box-shadow: 0 0 2px #F8F8F0;
}
.param-group .param-values .locked {
	color: #ddd;
	padding: 9px 18px;
	margin: 0 16px 0 0;
}
.param-group .param-values .param-active {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	position: relative;
	color: #000;
	text-decoration: none;
	margin: 0 4px 0 0;
	border-radius: 0 20px 20px 0;
}
.param-group .param-values .param-active:hover {
	background: #f2f2f2;
}
.param-group .param-values .param-active div {
	flex: 1;
	padding: 9px 18px;
}
.param-group .param-values .param-active div::before {
	position: absolute;
	content: '';
	left: 2px;
	top: 10px;
	width: 6px;
	height: calc(100% - 20px);
	background: #B9D728;
	border-radius: 50px;
}
.param-group .param-values .param-active a.unset-param {
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	position: relative;
	background: #B9D728;
	border-radius: 10px;
	box-shadow: 0 0 2px #F8F8F0;
}

.param-group .param-values .param-active a.unset-param:hover {
	background: #FFF;
	box-shadow: 0 0 6px #dddddd;	
}
.param-group .param-values a:not(.unset-param):hover::before {
	background: #FFF;
}
.param-modal-content::-webkit-scrollbar,
.param-group .param-values::-webkit-scrollbar {
	width: 6px;
	height: 52px;
	background: transparent;
	position: absolute;
	border-radius: 10px;
	right: 0px;
}
.param-modal-content::-webkit-scrollbar-thumb,
.param-group .param-values::-webkit-scrollbar-thumb {
	width: 10px;
	height: 52px;
	background: transparent;
	position: absolute;
	right: 0px;
	border-radius: 5px;
	background: #B9D728;
}
@-moz-document url-prefix() {
	.param-modal-content::-moz-scrollbar,
	.param-group .param-values::-moz-scrollbar {
		background: #B9D728;
		border-radius: 10px;
		right: 0px;
		overflow-y: auto;
	}
}
.param-btn-active {
	gap: 10px;
	display: flex;
	background: #B9D728 !important;
}
.param-btn-active:hover * {
	color: #000 !important;
}
.param-in-button {
	color: #FFF;
}
@media (max-width: 1199px){
	.param-modal-content {
		height: calc(100% - 131px);
	}
}
@media (max-width: 600px){
	.param-modal-content {
		width: 100%;
		padding: 70px 30px 30px 30px;
	}
}


/* FAQ */
.faq-section {
	width: 100%;
	padding: 40px 20px;
	position: relative;
	overflow: hidden;
}

.faq-header {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

.faq-header h3 {
	font-size: 42px;
	color: #292929;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 15px;
	text-shadow: 0 0 30px rgba(185, 215, 40, 0.3);
}

.faq-header h3 span {
	color: #B9D728;
}
@media (max-width: 767px){
	.faq-header h3 {
		font-size: 30px;
	}
}
.faq-header p {
	color: #aaa;
	font-size: 18px;
	max-width: 600px;
	margin: 0 auto;
}

.faq-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.faq-item {
	margin-bottom: 20px;
	position: relative;
}

.faq-question {
	width: 100%;
	padding: 25px 30px;
	background: linear-gradient(145deg, #252525 0%, #2a2a2a 100%);
	border: 2px solid transparent;
	border-radius: 12px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.faq-question::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 12px;
	padding: 4px;
	background: linear-gradient(135deg, #B9D728 0%, #008bbd 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.faq-question:hover::before,
.faq-question.active::before {
	opacity: 1;
}

.faq-question:hover {
	box-shadow: 0 8px 30px rgba(185, 215, 40, 0.15);
}

.faq-question.active {
	border-radius: 12px 12px 0 0;
}

.faq-number {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #B9D728 0%, #9cb820 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #1a1a1a;
	margin-right: 25px;
	flex-shrink: 0;
	box-shadow: 0 4px 15px rgba(185, 215, 40, 0.4);
	transition: all 0.4s ease;
}

.faq-question:hover .faq-number,
.faq-question.active .faq-number {
	transform: rotate(360deg);
	background: linear-gradient(135deg, #008bbd 0%, #006a94 100%);
	color: #fff;
	box-shadow: 0 4px 20px rgba(0, 139, 189, 0.5);
}

.faq-text {
	flex: 1;
	text-align: left;
}

.faq-text div {
	color: #fff;
	font-size: 20px;
	line-height: 1.1;
	padding: 0 10px 0 0;
	transition: color 0.3s ease;
}

.faq-question:hover .faq-text div,
.faq-question.active .faq-text div {
	color: #B9D728;
}

.faq-icon {
	width: 40px;
	height: 40px;
	position: relative;
	flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
	content: '';
	position: absolute;
	background: #008bbd;
	transition: all 0.4s ease;
}

.faq-icon::before {
	width: 18px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.faq-icon::after {
	width: 2px;
	height: 18px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.faq-question.active .faq-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
	opacity: 0;
}

.faq-question.active .faq-icon::before,
.faq-question.active .faq-icon::after {
	background: #B9D728;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease;
	background: linear-gradient(145deg, #252525 0%, #2a2a2a 100%);
	border-radius: 0 0 12px 12px;
	opacity: 0;
}

.faq-answer.show {
	max-height: 500px;
	opacity: 1;
}

.faq-answer-content {
	padding: 10px 100px 30px 100px;
	color: #ccc;
	font-size: 18px;
	line-height: 1.3;
}

.faq-answer-content strong {
	color: #B9D728;
	font-weight: 500;
}

.faq-answer-content .highlight {
	background: rgba(0, 139, 189, 0.2);
	padding: 2px 8px;
	border-radius: 4px;
	color: #008bbd;
}

.faq-answer-content::before {
	content: '';
	position: absolute;
	left: 55px;
	top: 0;
	bottom: 30px;
	width: 3px;
	background: linear-gradient(180deg, #B9D728 0%, #008bbd 100%);
	border-radius: 2px;
}

.faq-answer {
	position: relative;
}

.faq-indicators {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 40px;
}

.faq-indicator {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #444;
	transition: all 0.3s ease;
	cursor: pointer;
}

.faq-indicator.active {
	background: #B9D728;
	box-shadow: 0 0 15px rgba(185, 215, 40, 0.6);
	transform: scale(1.3);
}

.faq-indicator:hover {
	background: #008bbd;
}

@media (max-width: 768px) {
	.faq-text div {
		line-height: 1;
		font-size: 16px;
	}
	.faq-section {
		padding: 50px 15px;
	}

	.faq-header h2 {
		font-size: 28px;
	}

	.faq-header p {
		font-size: 16px;
	}

	.faq-question {
		padding: 16px 20px;
	}

	.faq-number {
		width: 40px;
		height: 40px;
		font-size: 16px;
		margin-right: 15px;
	}

	.faq-text h3 {
		font-size: 16px;
	}

	.faq-answer-content {
		padding: 10px 20px 25px 75px;
		font-size: 16px;
	}

	.faq-answer-content::before {
		left: 40px;
	}

	.faq-icon {
		width: 20px;
		height: 30px;
	}
}

@media (max-width: 480px) {
	.faq-number {
		display: none;
	}

	.faq-answer-content {
		padding-left: 20px;
	}

	.faq-answer-content::before {
		display: none;
	}
}

@keyframes faq_pulse {
	0%, 100% {
		box-shadow: 0 0 0 0 rgba(185, 215, 40, 0.4);
	}
	50% {
		box-shadow: 0 0 0 10px rgba(185, 215, 40, 0);
	}
}

.faq-question.active .faq-number {
	animation: faq_pulse 2s infinite;
}

/* Features */
:root {
	--color-primary: #B9D728;
	--color-secondary: #008bbd;
	--color-black: #1a1a1a;
	--color-white: #ffffff;
	--color-gray-light: #f8f9fa;
	--color-gray: #6c757d;
	--shadow-soft: 0 10px 40px rgba(0, 0, 0, 0.08);
	--shadow-medium: 0 15px 50px rgba(0, 0, 0, 0.12);
	--shadow-glow: 0 0 30px rgba(185, 215, 40, 0.3);
	--transition-fast: 0.3s ease;
	--transition-medium: 0.5s ease;
	--transition-slow: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-header {
	text-align: center;
	margin-bottom: 60px;
}

.section-subtitle {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #6a6a6a;
	margin-bottom: 15px;
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.6s ease forwards;
}

.section-title {
	font-size: clamp(28px, 5vw, 42px);
	font-weight: 800;
	color: var(--color-black);
	margin-bottom: 20px;
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.6s ease 0.1s forwards;
}

.section-title .highlight {
	color: var(--color-primary);
	position: relative;
}

.section-title .highlight::after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 8px;
	background: linear-gradient(90deg, var(--color-primary), transparent);
	opacity: 0.3;
	z-index: -1;
}

.title-decoration {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	opacity: 0;
	animation: fadeIn 0.6s ease 0.2s forwards;
}

.decoration-line {
	width: 60px;
	height: 2px;
	background: #6a6a6a;
}

.decoration-icon {
	width: 20px;
	height: 20px;
	animation: pulse 2s ease-in-out infinite;
}

.advantages-section {
	padding: 80px 0;
	margin: 20px 0;
	position: relative;
	background: #fff;
}

.advantages-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--color-primary), transparent);
	opacity: 0.5;
}

.advantages-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
}

.advantage-card {
	background: var(--color-white);
	border-radius: 20px;
	padding: 40px 30px;
	text-align: center;
	position: relative;
	overflow: hidden;
	box-shadow: var(--shadow-soft);
	transition: all var(--transition-medium);
	opacity: 0;
	transform: translateY(40px);
}

.advantage-card.visible {
	opacity: 1;
	transform: translateY(0);
}

.advantage-card:hover {
	transform: translateY(-10px);
	box-shadow: var(--shadow-medium);
}

.card-icon-wrapper {
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
}

.card-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, var(--color-gray-light) 0%, var(--color-white) 100%);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	transition: all var(--transition-medium);
}

.card-icon svg {
	width: 50px;
	height: 50px;
	transition: transform var(--transition-medium);
}

.advantage-card:hover .card-icon {
	background: linear-gradient(135deg, var(--color-primary) 0%, #d4e85a 100%);
	transform: scale(1.05);
}

.advantage-card:hover .card-icon svg {
	transform: scale(1.1);
}

.advantage-card:hover .card-icon svg path[stroke="#008bbd"] {
	stroke: var(--color-white);
}

.advantage-card:hover .card-icon svg rect[fill="#008bbd"] {
	fill: var(--color-white);
}

.icon-pulse {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	border-radius: 20px;
	background: var(--color-primary);
	opacity: 0;
	z-index: 1;
	animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
	0%, 100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}
	50% {
		transform: translate(-50%, -50%) scale(1.3);
		opacity: 0.2;
	}
}

.card-title {
	font-size: 24px;
	font-weight: 500;
	color: var(--color-black);
	margin-bottom: 20px;
	transition: color var(--transition-fast);
}

.advantage-card:hover .card-title {
	color: var(--color-secondary);
}

.card-description {
	font-size: 16px;
	color: var(--color-gray);
	line-height: 1.2;
}

.accent-number {
	font-weight: 500;
	color: var(--color-primary);
	font-size: 1.1em;
}

.accent-text {
	font-weight: 500;
	color: var(--color-primary);
}

.card-hover-effect {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(185, 215, 40, 0.1), transparent);
	transition: left 0.6s ease;
	pointer-events: none;
}

.advantage-card:hover .card-hover-effect {
	left: 100%;
}
@media (max-width: 1400px){
	.advantages-grid {
		grid-template-columns: repeat(2, minmax(280px, 1fr));
	}
}
@media (max-width: 767px){
	.advantages-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* Work */
.process-section {
	overflow: hidden;
	background: var(--color-white);
	position: relative;
	padding: 60px 0 200px 0;
}
.process-timeline {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}

.timeline-progress {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 4px;
	transform: translateX(-50%);
	z-index: 1;
}

.progress-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, var(--color-gray-light), #e9ecef);
	border-radius: 2px;
}

.progress-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(180deg, var(--color-primary), var(--color-secondary));
	border-radius: 2px;
	height: 0%;
	transition: height 0.8s ease;
}

.process-step {
	display: flex;
	align-items: center;
	margin-bottom: -100px;
	position: relative;
	z-index: 2;
	opacity: 0;
	transform: translateX(-30px);
}

.process-step.visible {
	opacity: 1;
	transform: translateX(0);
	transition: all 0.6s ease;
}

.process-step:nth-child(even) {
	flex-direction: row-reverse;
	transform: translateX(30px);
}

.process-step:nth-child(even).visible {
	transform: translateX(0);
}

.step-marker {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.step-number {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, var(--color-primary), #d4e85a);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 800;
	color: var(--color-white);
	position: relative;
	z-index: 2;
	box-shadow: 0 5px 20px rgba(185, 215, 40, 0.4);
	transition: all var(--transition-medium);
}

.process-step:hover .step-number {
	transform: scale(1.1);
	box-shadow: 0 8px 30px rgba(185, 215, 40, 0.5);
}

.step-ring {
	position: absolute;
	width: 60px;
	height: 60px;
	border: 3px solid var(--color-primary);
	border-radius: 50%;
	opacity: 0.3;
	animation: ringPulse 2s ease-in-out infinite;
}

@keyframes ringPulse {
	0%, 100% {
		transform: scale(1);
		opacity: 0.3;
	}
	50% {
		transform: scale(1.2);
		opacity: 0;
	}
}

.step-content {
	width: calc(50% - 60px);
	padding: 30px;
	background: var(--color-white);
	border-radius: 20px;
	box-shadow: var(--shadow-soft);
	transition: all var(--transition-medium);
	position: relative;
}

.process-step:nth-child(odd) .step-content {
	margin-right: auto;
	margin-left: 0;
}

.process-step:nth-child(even) .step-content {
	margin-left: auto;
	margin-right: 0;
}

.step-content::before {
	content: '';
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
}

.process-step:nth-child(odd) .step-content::before {
	right: -15px;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent var(--color-white);
	transform: translateY(-50%);
}

.process-step:nth-child(even) .step-content::before {
	left: -15px;
	border-width: 15px 15px 15px 0;
	border-color: transparent var(--color-white) transparent transparent;
	transform: translateY(-50%);
}

.process-step:hover .step-content {
	transform: translateX(10px);
	box-shadow: var(--shadow-medium);
}

.process-step:nth-child(even):hover .step-content {
	transform: translateX(-10px);
}

.step-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, var(--color-gray-light), var(--color-white));
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: all var(--transition-medium);
}

.step-icon svg {
	width: 35px;
	height: 35px;
}

.process-step:hover .step-icon {
	background: linear-gradient(135deg, var(--color-secondary), #00a8e0);
}

.process-step:hover .step-icon svg path[stroke="#008bbd"] {
	stroke: var(--color-white);
}

.process-step:hover .step-icon svg circle[stroke="#008bbd"] {
	stroke: var(--color-white);
}

.step-title {
	font-size: 22px;
	font-weight: 500;
	color: var(--color-black);
	margin-bottom: 12px;
	line-height: 1.2;
}

.step-description {
	font-size: 16px;
	color: var(--color-gray);
	line-height: 1.2;
}

.step-description strong {
	color: var(--color-primary);
	font-weight: 500;
}

/* ========================================
   АНИМАЦИИ
   ======================================== */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes pulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
}

/* ========================================
   АДАПТИВНОСТЬ
   ======================================== */
@media (max-width: 768px) {
	.section-header {
		margin-bottom: 40px;
	}

	.advantages-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.advantage-card {
		padding: 30px 20px;
	}

	.timeline-progress {
		left: 16px;
	}
	.process-section {
		padding: 60px 0 100px 0;
	}
	.process-step {
		margin-bottom: 30px;
	}
	.process-step,
	.process-step:nth-child(even) {
		flex-direction: column;
		align-items: flex-start;
		padding-left: 50px;
	}

	.step-marker {
		left: 16px;
		transform: translateX(-50%);
	}

	.step-content {
		width: 100%;
		margin: 0 !important;
		padding: 25px;
	}

	.step-content::before {
		display: none;
	}

	.process-step:hover .step-content,
	.process-step:nth-child(even):hover .step-content {
		transform: translateY(-5px);
	}
}

@media (max-width: 480px) {
	.container {
		padding: 0 15px;
	}

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

	.card-icon {
		width: 70px;
		height: 70px;
	}

	.card-icon svg {
		width: 40px;
		height: 40px;
	}

	.step-number {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	.step-ring {
		width: 50px;
		height: 50px;
	}
}

/* ========================================
   ДОПОЛНИТЕЛЬНЫЕ ЭФФЕКТЫ
   ======================================== */
.advantage-card:nth-child(1).visible { transition-delay: 0s; }
.advantage-card:nth-child(2).visible { transition-delay: 0.1s; }
.advantage-card:nth-child(3).visible { transition-delay: 0.2s; }
.advantage-card:nth-child(4).visible { transition-delay: 0.3s; }

.process-step:nth-child(2).visible { transition-delay: 0.15s; }
.process-step:nth-child(3).visible { transition-delay: 0.3s; }
.process-step:nth-child(4).visible { transition-delay: 0.45s; }
.process-step:nth-child(5).visible { transition-delay: 0.6s; }

/* Плавающие частицы на фоне */
.advantages-section::after {
	content: '';
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(185, 215, 40, 0.1) 0%, transparent 70%);
	pointer-events: none;
	animation: float 8s ease-in-out infinite;
}

.advantages-section::after {
	top: 10%;
	right: 5%;
}

.process-section::before {
	bottom: 20%;
	left: 5%;
	background: radial-gradient(circle, rgba(0, 139, 189, 0.1) 0%, transparent 70%);
	animation-delay: -4s;
}

@keyframes float {
	0%, 100% {
		transform: translateY(0) scale(1);
	}
	50% {
		transform: translateY(-30px) scale(1.1);
	}
}

#cookies-modal {
	display: none;

	left: 10px;
	right: 10px;
	bottom: 10px;
	position: fixed;
	color: #000;
	line-height: 1;
	background: #B9D728;
	padding: 14px 14px 14px 70px;
	text-align: center;
	font-size: 12px;
	z-index: 1000;
	max-width: 465px;
	border-radius: 20px;
	box-shadow: 0 0 6px #dddddd;
}
#cookies-modal svg {
	top: 20px;
	left: 20px;
	color: #000;
	position: absolute;
}
#cookies-modal div {
	font-size: 16px;
	margin: 0 0 10px 0;
}
#cookies-modal a {
	display: block;
	color: #000;
	font-size: 14px;
	margin: 10px 0 0 0;
	text-decoration: underline;
}

#cookies-modal button {
	border: none;
	text-align: center;
	padding: 7px 10px;
	border-radius: 40px;
	background: #FFF;
	font-size: 14px;
	margin: 10px 0 0 0;
	width: 100%;
}

#cookies-modal button:hover {
	background: #FFF;
	transition: all 0.3s;
	box-shadow: 0 0 6px #dddddd;
}
@media (max-width: 992px){
	#cookies-modal {
		max-width: 100%;
	}
}
.fancybox-image, .fancybox-spaceball {
	margin: 0 !important;
}
.fancyform_content {
	padding: 10px 20px !important;
}
.fancyform_content .region-title {
	font-size: 18px;
	margin: 6px 0 20px 0;
}
.fancyform_content .region-list {
	column-count: 4;
}
.fancyform_content .region-list > * {
	color: #000;
	display: flex;
	align-items: center;
	font-size: 15px;
	line-height: 1;
	margin: 0 0 6px 0;
	text-decoration: none;
}
.fancyform_content .region-list a:hover {
	color: #B9D728;
	text-decoration: underline;
}
.fancyform_content .region-list div {
	color: #ddd;
}
.fancybox-content .fancybox-close-small svg,
.fancybox-button svg {
	width: 30px !important;
	height: 30px !important;
}
.fancybox-button svg path {
	fill: #000 !important;
}
.fancybox-toolbar > .fancybox-button > svg path {
	fill: #FFF !important;
}
.fancybox-slide {
	padding: 10px !important;
}
.fancybox-slide--iframe .fancybox-content {
	border-radius: 30px !important;
}
.fancybox-slide--iframe button.fancybox-close-small,
.fancybox-slide--image button.fancybox-close-small {
	width: 48px !important;
	height: 48px !important;
}
.fancybox-close-small {
	right: 10px !important;
	top: 5px !important;
}
.fancyform_content {
	line-height: 1;
}
.fancyform_content .form-title {
	font-size: 20px;
}
.fancyform_content .form-title-lower {
	color: #808080;
	font-size: 14px;
	margin: 6px 0 14px 0;
}
.fancyform_content input::placeholder,
.fancyform_content textarea::placeholder,
.modal-body input::placeholder,
.modal-body textarea::placeholder {
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #999 !important;
}
.fancyform_content input[type="text"],
.modal-body input[type="text"] {
	width: 100%;
	border: none;
	height: 36px;
	font-size: 16px;
	border-radius: 10px;
	padding: 6px 22px;
	margin: 5px 0;
	box-shadow: 0 0 1px #5c5c5c;
}
.modal-body textarea,
.fancyform_content textarea {
	width: 100%;
	line-height: 1;
	border: none;
	height: 60px;
	min-height: 60px;
	max-height: 60px;
	max-width: 100%;
	min-width: 100%;
	font-size: 16px;
	border-radius: 10px;
	padding: 10px 22px;
	margin: 5px 0;
	box-shadow: 0 0 1px #5c5c5c;
}
.form-accept-rules {
	display: flex;
	position: relative;
	font-size: 14px;
	justify-content: center;
	align-items: center;
	padding: 8px 0 4px 0;
	color: #9a9a9a;
	width: fit-content;
	margin: 0 auto;
	user-select: none;
}
.form-accept-rules a {
	color: #000;
	text-decoration: none;
}
.form-accept-rules a:hover {
	text-decoration: underline;
}
.form-button-box {
	margin: 8px 0 0 0;
}
.form-button-send {
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	background: #B9D728;
	border-radius: 50px;
	transition: all .3s;
	border: none;
	font-size: 16px;
	padding: 10px 24px;
	line-height: 1;
	cursor: pointer;
}
.form-button-send:hover {
	background: #FFF;
	box-shadow: 0 0 6px #dddddd;
}
@media (max-width: 680px) {
	.fancyform_content .region-list {
		column-count: 3;
	}
}
@media (max-width: 630px) {
	.fancyform_content .region-list {
		column-count: 2;
	}
}
@media (max-width: 500px) {
	.fancyform_content .region-list {
		column-count: 1;
	}
}
.modal-content {
	line-height: 1;
	border-radius: 30px !important;
}
.modal-header {
	display: block;
	position: relative;
	margin: 0 30px;
	padding: 18px 0px;
	border-bottom: 1px dashed #b1b1b1;
}
.fancyform_content .form-title {
	display: block;
	position: relative;
	padding: 0 0 18px 0px;
	border-bottom: 1px dashed #b1b1b1;
}
.modal-header div,
.fancyform_content div {
	color: #000;
	font-size: 20px;
}
.modal-header span {
	color: #808080;
	font-size: 14px;
	margin: 6px 0 14px 0;
}
.fancyform_content form {
	margin: 0;
}
.fancyform_content span {
	color: #808080;
	font-size: 14px;
}
.modal-content .btn-close {
	opacity: 1;
	padding: 8px !important;
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 !important;
	position: absolute;
	top: 5px;
	right: -20px;
	background: none;
	box-sizing: border-box;
}
.modal-content .btn-close svg {
	width: 30px;
	height: 30px;
}
.fancyform_content .form-good-name {
	margin: 10px 0;
	font-size: 16px;	
}
.modal-body {
	padding: 10px 28px 20px 28px !important;
}
.form-good-name {
	color: #000;
	display: block;
	padding: 6px 18px;
	margin: 4px 0 10px 0;
	border-radius: 10px;
	border: 2px solid #B9D728;
}
.right_col_cat {
	position: relative;
	width: 100%;
}


@media (min-width: 576px) {
	.container, .container-sm {max-width: 700px !important;}
}
@media (min-width: 768px) {
	.container, .container-md, .container-sm {max-width: 757px !important;}
}
@media (min-width: 992px) {
	.container, .container-lg, .container-md, .container-sm {max-width: 980px !important;}
}
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1200px !important;}
	.right_col_cat { width: calc(100% - 380px); }
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {max-width: 1320px !important;}
}
@media screen and (min-width: 1560px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {max-width: 1520px !important;}
}
@media screen and (min-width: 1780px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {max-width: 1760px !important;}
}
@media screen and (max-width: 1779px) {
	.container {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.feedback_title {font-size: 32px;}
	.title_form {line-height: 20px;}
	.feedback2 .form_flex .rreq span {font-size: 14px;}
	.feedback2 .form_flex .rreq a {font-size: 14px;}
}
.photogallery-page {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin: 30px 0;
}
.photogallery-photo {
	text-align: center;
	width: auto;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .15);
}
.photogallery-photo-img-link {
	max-width: 300px;
}
.photogallery-photo img {
	max-width: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
	transition: all ease-in-out 0.3s;
	opacity: 1;
}
.photogallery-photo-title {
	position: relative;
	font-size: 15px;
	padding: 10px;
}
.photogallery-photo-link {
	text-decoration: none;
	position: absolute;
	font-size: 13px;
	top: -31px;
	padding: 7px 10px 6px 10px;
	right: 0px;
	background: #AC1A19;
	color: #fff;
	width: 100%;
}
.photogallery-photo-link:hover {
	color: #FFF;
	background: red;
}
@media (max-width: 1780px) {
	.photogallery-page {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 992px) {
	.photogallery-page {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 767px) {
	.photogallery-page {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 565px) {
	.photogallery-page {
		grid-template-columns: repeat(1, 1fr);
	}
	.photogallery-photo {
	        width: fit-content;
		max-width: 340px;
	        margin: 0 auto;
	}
}



.photogallery {
	position: relative;
	margin: 50px 0 30px 0;
}
.photogallery * {
	box-sizing: border-box;
}
.photogallery .gallery-title {
	margin: 30px 0 15px 0;
	line-height: 1;
	display: flex;
	align-items: center;
	font-size: 24px;
	justify-content: space-between;
}
.photogallery .gallery-title div {
	font-size: 22px;
	line-height: 1;
	font-weight: 400;
}
.photogallery .gallery-title a {
	padding: 6px 12px 6px 12px;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	line-height: 1;
	background: #007aff;
	border-radius: 20px;
	text-decoration: none;
}
.photogallery .gallery-title a:hover {
	background: #3394ff;
}
.photogallery .swiper {
	padding: 2px 2px 50px 2px;
}
.photogallery .swiper-slide {
	overflow: hidden;	
	user-select: none;
	text-align: center;
	font-size: 16px;
	line-height: 1.1;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .25);
	border-radius: 20px;
}
.photogallery img {
	cursor: pointer;
	width: 100% !important;
	height: auto;
	margin: 0 auto;
}
.swiper-slide div,
.photogallery-photo-name {
	padding: 8px 14px;
	z-index: 10;
	min-height: 40px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.swiper-slide .nolink {
	z-index: -1;
}
.swiper-slide .nolink,
.photogallery a.to-page,
.photogallery-page a.to-page,
.photogallery-page .nolink {
	position: relative;
	top: -26px;
	height: 26px;
	margin: 0 0 -26px 0;
}
.photogallery-page a.to-page,
.photogallery a.to-page {
	text-decoration: none;
	font-size: 13px;
	padding: 7px 10px 6px 10px;
	right: 0px;
	transition: all .3s cubic-bezier(.25,.8,.25,1);
	background-image: linear-gradient(to right, #bad828, #a4bf23, #8ea716);
	background-size: 200% auto;
	color: #FFF;
	width: 100%;
	line-height: 1;
	display: block;
}
.photogallery-page a.to-page:hover,
.photogallery a.to-page:hover {
	color: #FFF;
	background-position: right center;
	box-shadow: 0 0 10px rgba(184, 214, 40, .5);
}

.photogallery .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.swiper-pagination-bullet-active {
	background-image: linear-gradient(to right, #bad828, #a4bf23, #8ea716);
}
@media (max-width: 550px) {
	.photogallery .gallery-title {
		text-align: center;
		flex-direction: column;
		gap: 20px;
		div {
			width: 100%;
		}
		a {
			float: right;
		}
	}
	.swiper-slide .foto-name {
		height: 65px;
	}
}
