* {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}
.pricing-table td, .pricing-table th {
	text-align: center;
	padding: 1px;
}
.pricing-table td:first-child {
	text-align: left;
	padding-left: 4px;
}
.pricing-table th {
	text-shadow: 1px 0 black;
}

/*.contact-btns{position:fixed;right:8px;bottom:8px;z-index:9}
.contact-btns__list{float:none;display:block}
.contact-btns-list__link{display:flex;align-items:center;justify-content:center;background:#ccc;border-radius:50%;width:56px;height:56px;margin:0;padding:0}
.contact-btns-list__link:hover{transform:scale(1.1) translateY(-3px);box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);}
.contact-btns-list__item{float:none}
.contact-btns-list__item + .contact-btns-list__item {margin-top:8px}
.contact-btns-list__link_whatsapp{background:#3f9904}
.contact-btns-list__link_phone{background:#9a9}*/

.hamburger-menu {display:none;}
@media (max-width:990px) {
	.hamburger-menu {display:block;}
}

@media screen and (min-width: 768px) {
	h2 {font-size: 2.5rem !important;margin-top: 15px !important;}
}

@media screen and (max-width: 768px) {
	h2 {font-size: 4.5rem !important;margin-top: 15px !important;}
}

.service-gallery__img {
	max-height: 100px;
}

.service-title {
	width: 100%;
	font-size: 45px !important;
	margin-bottom: 0;
	line-height: 6.5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	color: #fff;
	font-family: Roboto;
	font-weight: 500;
	margin-top: 15px !important;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	.page-header .container .service-title {
		width: 100%;
		display: block;
		font-size: 33px !important;
		font-weight: 500;
		margin-bottom: 0;
		line-height: 12rem;
		margin-top: -2rem;
	}
}

.service-subtitle {
	text-align: center;
	padding: 10px 0;
}

.service-modal {
	display: none;
	position: fixed;
	align-items: center;
	justify-content: center;
	z-index: 20;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}
.service-modal .modal-content {
	background-color: white;
	margin: 0;
	padding: 20px;
	border: 1px solid #888;
	border-radius: 35px;
	width: 80%;
	max-width: 500px;
	max-height: 360px;
}
.service-modal .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.service-modal .close:hover,
.service-modal .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

#modalMenu {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	overflow-y: scroll;
}

.page-links {
	margin-top: 50px;
}

.link-list {
	display: flex;
	flex-wrap: wrap; /* Позволяет колонкам обтекать */
	justify-content: space-between; /* Распределяет пространство между колонками */
}

.link-item {
	flex: 0 1 calc(33.333% - 10px); /* 3 колонки с отступами */
	margin-bottom: 20px; /* Отступ снизу */
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-sizing: border-box; /* Учитывает отступы и границы в ширине */
}
@media (max-width: 768px) {
	.link-item {
		flex: 0 1 calc(50% - 10px); /* 2 колонки на средних экранах */
	}
}
@media (max-width: 480px) {
	.link-item {
		flex: 0 1 100%; /* 1 колонка на маленьких экранах */
	}
}
.info-block__section {
	margin-top: 50px;
}
.info-block__section .info-block {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	max-width: 800px;
	margin: auto;
}
@media (max-width: 768px) {
	.info-block__section .info-block {
		padding: 0;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.info-block__section .info-title {
		font-size: 16px!important;
	}
	.info-block__section .icon {
		max-width: 50px!important;
		max-height: 50px!important;
		line-height: 1;
	}
}
.info-block__section .info-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-left: 15px; /* Отступ от линии */
}
.info-block__section .info-item:last-child {
	margin-bottom: 0;
}
.info-block__section .icon {
	font-size: 24px;
	margin: 0 15px 0 0;
	max-width: 95px;
	width: 100%;
}
.info-block__section .info-title {
	font-weight: bold;
	margin: 0;
	font-size: 18px; /* Размер заголовка */
}
.info-block__section .info-description {
	margin: 5px 0 0;
	color: #555;
	font-size: 14px; /* Размер описания */
}

@media screen and (max-width: 768px) {
	.baslik-orta__service-page {
		display: none;
	}
}

.front-page__title {
	font-weight: 500;
	font-size: 1.6rem;
}

.front-page__text {
	display: none;
}

h2 {
	display: inline-block;
}

.testimonimg > img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* или contain, в зависимости от желаемого эффекта */
}
#wpcf7-f809-o1 input[type="text"] {
	height: 45px!important;
}
#wpcf7-f809-o1 .custom-buttonf {
	/*height: 45px;*/
	line-height: 1;
}
.tabloozellik {
	justify-content: unset;
}
.slider,
.slider .main-slider {
	height:100vh; min-height:100vh;
}
.bg-light {
	height: 185px;
}
.bg-light.sticky,
.nav-search-page {
	height: 120px;
	border: 1px solid #ccc;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.nav-search-page .hamburger-menu span {
	background-color: #3f9904;
}
.pests .col-lg-3 .dep {
	padding: 4px!important;
}
#wpcf7-f1129-o1 {
	margin-top: 80px;
}
.simple-search-form {
	display: flex;
	gap: 8px;
	margin: 0 auto;
	width: 100%;
	margin-top: -25px;
}
.simple-search-form input[type="search"] {
	flex: 1;
	padding: 8px 12px;
	font-size: 16px;
	max-height: 45px;
	border: 2px solid #3f9904;
	border-radius: 20px;
}
.simple-search-form button {
	padding: 8px 16px;
	background: #3f9904 !important;
	color: #fff;
	border: none;
	cursor: pointer;
	max-height: 45px;
	max-width: 290px;
	width: 100%;
	border-radius: 20px;
}
.simple-search-form button .icon-mobile {
	display: none;
	margin-right: 8px; /* отступ от иконки до текста */
}
.simple-search-form button:hover {
	background: #005f8d;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
}
.menu-hidde-full {
	display: none;
}
.toggle-review-btn {
	display: inline-block;
	margin-top: 10px;
	background-color: transparent;
	color: #3f9904;
	border: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
	padding: 0;
	text-decoration: underline;
}
.toggle-review-btn:hover {
	color: #2b6d03;
}
.navbar.sticky #searchBox {
	display: none;
}
.navbar .site-menu ul {
	z-index: 2;
}
#searchBox {
	position: relative;
}
#live-search-results {
	display: none;
	background: #fff;
	border: 1px solid #ccc;
	position: absolute;
	top: 140%;
	z-index: 1;
	width: 100%;
	max-width: 1132px;
	max-height: 300px;
	overflow-y: auto;
}
.live-search-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.live-search-list li {
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.live-search-list li a {
	text-decoration: none;
	color: #333;
}
.live-search-list li:hover {
	background: #f5f5f5;
}
.services-slider .swiper-wrapper {
	align-items: center;
}
.custom-btn-new {
	background-color: #3f9904 !important;
	color: #fff;
}
#outerImageContainer,
#imageDataContainer {
	max-width: 550px;
	height: auto!important;
}
#wpcf7-f809-o1 .form-popup__grup-new {
	display: flex;
	flex-direction: column;
}
.about-us-header {
	height: 500px;
	background-size: contain!important;
	background-position: bottom!important;
	background-repeat: no-repeat!important;
}
.uslugi-header {
	background-origin: content-box!important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.page-header {
	height: 500px;
	background-origin: content-box!important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.header-small__content a,
.header-small__content a:link,
.header-small__content a:visited,
.header-small__content a:hover,
.header-small__content a:active,
.header-small__content a:focus{
	text-decoration: none;
}
body {
	position: relative;
}
.swiper-slide iframe {
	pointer-events: none;
}
.icon svg {
	width: 74px;
	height: 86px;
	background: unset!important;
}
.icon-mobile svg {
	width: 22px;
	height: 20px;
	fill: #fff;
}
.iconleft svg {
	width: 60px;
}
.footer-info button {
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer-info svg.icon {
	width: 60px;
	height: 60px;
	margin: 0;
}
.botfootimg {
	right: 0;
}
.menu-service a {
	display: flex;
	align-items: center;
}
.menu-service a svg {
	padding: 6px;
	width: 30px;
	height: 30px;
	margin: 0;
}
.breadcrumb-wrap {
	display: flex!important;
	align-items: center!important;
	gap: 5px;
}
.breadcrumb-wrap svg {
	width: 15px;
	height: 15px;
}
@media screen and (max-width: 768px) {
	.breadcrumb-wrap {
		justify-content: start!important;
	}
	.about-us-header {
		height: 280px;
		background-size: cover!important;
	}
	#reviewSLider .testimonial-card {
		min-height: 450px;
		height: 100%;
	}
	#wpcf7-f809-o1 .form-popup__grup-new {
		flex-direction: row;
		gap: 10px;
	}
	.paketler-alani {
		padding-bottom: 5rem;
	}
	.side-widget .inner {
		align-items: start;
		justify-content: space-between;
		flex-direction: column;
	}
	.side-widget .logo {
		flex: 0 0 5%;
		margin-bottom: 0;
		width: 98%;
	}
	.side-widget .site-menu ul li a {
		font-size: 18px;
		font-weight: 500;
	}
	.side-widget .site-menu ul li a svg,
	.side-widget .site-menu ul li a span {
		max-width: 20px;
		height: auto;
		margin-right: 5px;
	}
	.side-widget .show-mobile {
		flex: 0 0 30%;
		border-bottom: 4px solid #3f9904 !important;
	}
	.btn-service {
		margin-bottom: -20px;
		font-weight: bold;
		width: 100%;
		height: 50px;
		line-height: 45px;
	}
	.side-widget .header-small {
		flex: 0 0 40%;
		display: flex;
		flex-direction: column;
		justify-content: end;
		align-items: start;
	}
	.header-small__content {
		display: flex;
		flex-direction: column;
		align-items: start;
		gap: 5px;
	}
	.header-small__content a,
	.header-small__content p {
		color: #3f9904;
		font-weight: 700;
		text-align: start;
	}
	#outerImageContainer {
		width: 100%!important;
		height: 140% !important;
		margin-top: 50%;
	}
	.galeri-custom {
		display: flex;
		justify-content: center;
	}
	.navbar.sticky {
		height: 70px;
	}
	.contact-btns {
		display: none;
	}
	.simple-search-form input[type="search"] {
		max-height: 35px;
	}
	.search-btn-text {
		display: none;
	}
	.simple-search-form button {
		padding: unset;
		max-width: 35px;
		max-height: 35px;
	}
	.simple-search-form button .icon-mobile {
		display: inline-block;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 3px;
	}
	.menu-hidde-full {
		display: block;
	}
	.slider,
	.slider .main-slider {
		height:58vh; min-height:58vh;
	}
	.adventures .tabloozellik {
		padding: 5rem 0;
		gap: 10px;
	}
	.hizmetlerr-bolumu {
		padding-bottom: 0;
	}
	.yorumlar-alani-sayfa {
		padding-top: 2rem;
	}
	.adventures .tablo--2-ve-4 {
		width: 48%!important;
	}
	.adventures .baslik-3 {
		font-size: 16px!important;
	}
	.adventures .paketler4__on {
		padding-bottom: 1rem!important;
	}
	.adventures .paketler4__pr {
		padding-top: 1rem!important;
	}
	.adventures .services-kutu2--yazi1 {
		font-size: 14px!important;
	}
	#reviews .testimon-text {
		padding-bottom: 0;
	}
	#reviews .testimonialimg {
		height: 150px!important;
	}
	.h-yazi-margin-orta-3,
	.h2-baslik-hizmetler-yorum {
		padding-bottom: 0!important;
		margin-bottom: 0!important;
	}
	#license .testimonialimg {
		height: 130px;
	}
	#wpcf7-f1129-o1 {
		margin-top: 80px;
	}
	.news-alani-sayfa .col-lg-4 {
		padding: 0;
		width: 50%!important;
	}
	.news-alani-sayfa .col-lg-4 .post-kutu .baslik-3 {
		font-size: 20px!important;
	}
	.pests .container .col-lg-3 {
		width: 50%!important;
	}
	.slider .main-slider .swiper-slide .container p {
		margin-bottom: 0;
	}
	.page-header .container .service-title {
		margin-top: 0!important;
		font-size: 25px !important;
		line-height: 1.2;
	}
	.page-header .container p {
		margin-top: 10px;
	}
	.sidebar-service.hidde-on-mobile {
		display: none;
	}
	.bg-light {
		height: 140px;
	}
	.b24-widget-button-position-bottom-left.b24-widget-button-wrapper {
		opacity: 0;
		left: 9999px;
	}
	.iletisim-icon-alani .baslik-4 {
		font-size: 4rem!important;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-left: 2px;
		padding-right: 2px;
	}
	#homePageFormContent,
	.onpage-faq .container,
	#wpcf7-f809-o1 .form-popup,
	.services-video-slider .container,
	.services-slider .container,
	.page-links .container {
		padding-right: 2px;
		padding-left: 2px;
	}
	#homePageFormContent .container,
	.h-yazi-ortalama.h-yazi-margin-orta-3,
	.special-paket-alani .tablo,
	.hakkimizda-bolumu-anasayfa .tablo,
	#faqsu-faq-list,
	.quiz-box,
	.callbackform .form-popup,
	.hizmetlerr-bolumu .container {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl,
	.hakkimizda-bolumu-anasayfa,
	.iletisim-icon-alani .tablo,
	.tablo--1-ve-3 h2,
	.tablo--1-ve-3 p,
	.tablo--1-ve-3 .divider,
	.paketler3,
	.content_block,
	.quiz,
	.adventures {
		padding-right: 2px;
		padding-left: 2px;
	}
	.info-block__section .info-item {
		padding-left: 0;
	}
	.wpcf7 .container,
	.wpcf7 .col-lg {
		padding-right: 0;
		padding-left: 0;
	}
	.pests {
		padding-right: -2px;
		padding-left: -2px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.main-slider .container {
		padding-left: 15px;
	}
	.page-header {
		max-height: 40vh;
	}
	.content_block,
	.content_block p,
	.hakkimizda-bolumu-anasayfa p{
		text-align: justify;
	}
	.content_block h2 {
		text-align: start;
	}
	.page-header {
		position: relative;
		background-image: url("https://bioseptem.ru/wp-content/uploads/2025/07/WhatsApp-Image-2025-07-10-at-22.15.00.webp")!important;
		background-size: auto !important; /*contain !important;*/
		height: 48vh !important; /*36vh !important;*/
		margin-top: 120px;
		background-repeat: no-repeat !important;
		background-origin: content-box !important;
		background-position: bottom !important;
		z-index: 1;
		overflow: hidden;
		background-position: right top !important;
		min-height: initial;
		height: calc(100vw / (866 / 445)) !important;
		min-height: initial;
		max-height: initial;
		background-size: contain !important;
		display: flex; 
		align-items: center;
	}
	.page-header::after {
		content: '';
		position: absolute;
		top: 0; left: 0;
		width: 100%; height: 100%;
		background-color: rgba(0, 0, 0, 0.4); /* степень затемнения */
		z-index: 2;
		pointer-events: none; /* чтобы не мешал взаимодействию */
	}
	.page-header .container {
		z-index: 3;
	}
	.icon svg {
		width: 60px;
		background: unset!important;
	}
	.footer-info svg.icon {
		width: 30px;
		height: 30px;
	}
	.botfootimg {
		right: -35px;
	}
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .page-header .container p {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .page-header .container {
        padding-top: 0;
    }
}