/*
Theme Name: SEO Theme
Author: Andru Lubimov
Version: 1.0
*/
*:focus, *:active {
  box-shadow: none !important;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background-color: #f3f4f6;
	color: #323842;
}
p {
	margin-bottom: 4px;
}
img {
	width: 100%;
	height: auto;
}
.main-logo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2rem;
}
.navbar-nav {
	width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.main-menu-bar .navbar-nav .nav-link {
    color: #323842;
    padding: 0.4rem 0.5rem;
    transition: 0.3s;
    font-weight: 500;
}
.main-menu-bar .navbar-nav .nav-link:hover,
.main-menu-bar .navbar-nav .nav-link:focus,
.main-menu-bar .navbar-nav .nav-item.current-menu-item .nav-link {
    color: #323842;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 2px solid #EDCE29;
}
.dropdown-menu {
	width: 260px;
}
.dropdown-menu a {
    color: #323842;
    text-decoration: none;
    font-size: 14px;
}
.dropdown-menu a:hover {
    color: #323842;
    font-size: 14px;
}

/* Показываем подменю при наведении на родителя */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; /* устраняет дергание */
  }

  .navbar-nav .dropdown > .nav-link {
    pointer-events: auto;
  }

  /* Убираем требование клика Bootstrap */
  .navbar-nav .dropdown-toggle::after {
    display: none; /* по желанию, убираем стрелочку */
  }
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}
.dropdown-menu .dropdown-menu {
	top: 0;
	left: 258px;
	    width: 100%;
    position: relative;
}


.table {
	border: none;
}
.table>:not(caption)>*>* {
	border: none;
}




.btn_1 {
	background-color: #EDCE29;
	border: none;
    font-weight: 500;
    font-size: 18px;
    color: #323842;
    padding: 0 4rem;
    border-radius: 20px;
    padding: 13px 6px 13px 28px;
    transition: 0.3s;
    line-height: 1.1;
    text-decoration: none;
}
.btn_1 i {
	color: #fff;
	background-color: #323842;
	border-radius: 50%;
	line-height: 1;
    padding: 6px 8px;
    margin-left: 6px;
    transition: 0.3s;
}

.btn_1:hover {
	background-color: #323842;
	border: none;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    padding: 0 4rem;
    border-radius: 20px;
    padding: 13px 6px 13px 28px;
    transition: 0.3s;
    line-height: 1.1;
}
.btn_1:hover i {
	color: #323842;
	background-color: #EDCE29;
	border-radius: 50%;
	line-height: 1;
    padding: 6px 8px;
    margin-left: 6px;
    transition: 0.3s;
}



.btn_2 {
	background-color: #f3f4f6;
	border: none;
    font-weight: 500;
    font-size: 18px;
    color: #323842;
    padding: 0 4rem;
    border-radius: 20px;
    padding: 13px 6px 13px 28px;
    transition: 0.3s;
    line-height: 1.1;
    text-decoration: none;
}
.btn_2:hover {
	background-color: #EDCE29;
}
.btn_2 i {
	color: #fff;
	background-color: #323842;
	border-radius: 50%;
	line-height: 1;
    padding: 6px 8px;
    margin-left: 6px;
    transition: 0.3s;
}
.main-logo {
	width: 170px;
}
.section_header .navbar {
	height: 80px;
}
.section_header .contact {
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.section_header .contact ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.section_header .contact a {
	text-decoration: none;
	color: #323842;
	font-size: 16px;
	font-weight: 400;
}
.section_header .contact a span {
	font-weight: 700;
	font-size: 18px;
}
.section_header .button_header {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.section_header .contact_top {
	display: flex;
    justify-content: space-between;
}
.section_header {
	background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
}
.section_1 {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.section_1 p {
	margin-bottom: 16px;
}
.section_1 .title {
	margin-bottom: 4px;
}
.section_1 .content h1 {
	font-weight: 900;
}
.section_1 .content p {
	font-size: 18px;
	font-weight: 400;
}
.section_1 .content {
	height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section_1 .item .title {
    font-size: 18px;
    font-weight: 700;
}
.block_title {
	margin-bottom: 50px;
	text-align: center;
}
.block_title p {
	font-size: 18px;
	font-weight: 400;
}
.block_title h2 {
	font-size: 30px;
	font-weight: 900;
}
section {
	padding: 80px 0px;
}
.section_2 .content {
	padding: 30px;
	background-color: #fff;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    border-radius: 20px;
}
.section_2 .content .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 16px;
}
.section_2 .content ul {
	width: 50%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.section_2 .content ul a {
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	color: #323842;
}
.section_2 .general .btn_2 {
	position: absolute;
	bottom: 0;
}
.section_2 .general {
	position: relative;
	width: 50%;

    flex-direction: column;
}
.section_3 .content {
	padding: 30px;
	background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    border-radius: 20px;
}
.section_3 .content {
	font-size: 18px;
	font-weight: 700;
	color: #323842;	
}
.section_3 .content ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.section_3 .content ul li {
	margin-bottom: 15px;
}
.section_3 .content i {
 	background-color: #EDCE29;
 	border-radius: 50%;
 	padding: 3px 5px;
 	margin-right: 10px;
 }
 .section_3 .content_2 {
 	text-align: center;
 }
 .section_3 .content_2 i {
 	font-size: 48px;
 	text-align: center;
 	margin-left: auto;
 	margin-right: auto;
 	display: block;
 }
 .section_3 .content_2 .title {
 	font-weight: 700;
 	font-size: 18px;
 	text-align: center;
 }

.section_4 .content i {
    font-size: 48px;
    text-align: center;
    display: block;
    margin: auto;
}
.section_4 .content {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.section_4 .content .title {
	font-size: 18px;
	font-weight: 700;
}
.section_4 .btn_1 {
	margin-top: 20px;
	margin: auto;
    display: flow;
}
.section_4 .content:before {
	content: "\F27B";
    font-family: 'bootstrap-icons';
    font-size: 120px;
    position: absolute;
    right: -70px;
    opacity: 0.4;
    color: #EDCE29;
}
.section_4 .col-md-3:nth-of-type(4) .content:before {
    content: unset!important;
}
.section_5 .content {
	padding: 20px;
	text-align: center;
}
.section_5 .content img {
	width: 20%;
    border-radius: 50%;
/*    border: 6px solid;*/
    margin-bottom: 10px;
    margin: auto;
}
.section_5 .content ul {
	list-style: none;
	padding: 0px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	text-align: center;
}
.section_5 .content ul i {
	font-size: 18px;
	color: #EDCE29;
	margin: 0px 2px;
}
.section_5 .content .name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0px;
	margin-top: 20px;
}
.seo_text {
	text-align: justify;
	padding: 20px;
}
.section_6 .seo_text{
	max-height: 600px;
    overflow-x: auto;
}
.seo_text h1, h2, h3, h4, h5, h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}
.accordion-item {
	background-color: unset;
}
.accordion-item:first-of-type .accordion-button {
    border-radius: 15px;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
}
.accordion-button:not(.collapsed) {
	background: #EDCE29;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
}
.accordion-button {
	padding: 12px 20px;
    border-radius: 15px;
	background: #fff;
    color: #3D3935;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
	box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
}
.accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 15px;
}
.accordion-body {
	padding: 5px;
}
.accordion-item {
    border: 0px;
}
.section_7 .content {
	height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    border-radius: 20px;
}
.section_7 .content .left {
	width: 40%;
}
.section_7 .content img {
	height: 100%;
    border-radius: 20px 0px 0px 20px;
    width: 100%;
    object-fit: cover;
}
.section_7 .content .right {
	width: 60%;
	padding: 20px;
}
.section_7 .content .data {
	background-color: #f3f4f6;
	display: inline;
	padding: 3px 9px;
	border-radius: 10px;
}
.section_7 .content a{
	color: #323842;
    text-decoration: none;
}
.section_7 .content .title {
	font-size: 16px;
	font-weight: 700;
	margin: 4px 0px;
    
}
.section_7 .content .text {
	margin-bottom: 4px;
}
.section_7 .content .button {
	height: 30px;
}
.section_7 .btn_2 {
	background-color: #f3f4f6;
    border: none;
    font-weight: 500;
    font-size: 14px;
    color: #323842;
    padding: 0 4rem;
    border-radius: 20px;
    padding: 8px 3px 8px 14px;
    transition: 0.3s;
    line-height: 1.1;
    text-decoration: none;
}
.section_7 .btn_2 i {
	    color: #fff;
    background-color: #323842;
    border-radius: 50%;
    line-height: 1;
    padding: 3px 4px;
    margin-left: 0px;
    transition: 0.3s;
}
.section_7 .btn_2:hover {
	background-color: #EDCE29;
}
.section_7 .btn_2 i {
	color: #fff;
	background-color: #323842;
    transition: 0.3s;
}
.wpcf7-spinner {
	display: none;
}
.footer_form {
    padding: 40px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer_form .content {
	text-align: center;
}
.footer_form input {
	background-color: #f3f4f6;
    border: none;
    font-weight: 500;
    font-size: 16px;
    color: #323842;
/*    padding: 0 4rem;*/
    border-radius: 20px;
    padding: 13px 28px 13px 28px;
    line-height: 1.1;
    margin-bottom: 15px;
}
.footer_form .wpcf7-submit {
	background-color: #323842!important;
	color: #EDCE29!important;
}
.footer_form .title {
	font-size: 26px;
	font-weight: 700;
}
.footer_form p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
footer {
	padding: 80px 0px;
	color: #fff;
}
footer .title {
	font-size: 18px;
	font-weight: 700;
}
footer ul {
	
	list-style: none;
	padding: 0px;
	margin: 0px;
}
footer a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}
.section_page_header {
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.section_page_header p {
	margin-bottom: 16px;
}
.section_page_header .title {
	margin-bottom: 4px;
}
.section_page_header .content h1 {
	font-weight: 900;
}
.section_page_header .content p {
	font-size: 18px;
	font-weight: 400;
}
.section_page_header .content {
    height: 300px;
    color: #323842;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.section_page_header .item .title {
    font-size: 18px;
    font-weight: 700;
}
.breadcrumb {
    color: #323842;
}
.breadcrumb a {
	text-decoration: none;
    color: #323842;
}
.section_service_1 {
	padding: 20px 0px;
}
.section_service_1 .item .title {
    font-size: 18px;
    font-weight: 700;
}
.section_service_2 .title {
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 20px;
}
.section_service_2 .price {
	list-style: none;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 18px;
}
.section_service_2 .price li {
    background-color: #323842;
    padding: 0px 20px 0px 0px;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
}
.section_service_2 .price li span {
    background-color: #EDCE29;
        padding: 10px 20px;
    border-radius: 20px;
    color: #323842;
    font-size: 18px;
    font-weight: 700;
}
.contact_forma {
	padding: 30px;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    border-radius: 20px;
}
.contact_forma p {
	font-size: 16px;
}
.contact_forma .button {
	width: 50%;
	text-align: center;
}
.image {
	height: 100%;
}
.section_service_2 .image img {
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
}
.section_service_3 .content .title {
   font-size: 18px;
    font-weight: 700;
}
.section_service_3 .content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.section_service_3 .content a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	color: #323842;
}
.section_service_3 .seo_text {
	padding: 0px;
	columns: 2;
}
.section_service_3 .contact_forma {
	margin-top: 20px;
	padding: 30px;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    border-radius: 20px;
    font-size: 18px;
    align-items: center;
}
.section_service_3 .contact_forma .text ul {
	display: flex;
	list-style: none;
    justify-content: space-evenly;
	padding: 0px;
	margin-bottom: 0px;
}
.section_service_3 .contact_forma .text a {
	color: #323842;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;	
}
.page_single {
	padding: 40px 0px;
}
.page_single .image img {
	height: 400px;
	width: 100%;
	object-fit: cover;
	box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    border-radius: 20px;
    margin-bottom: 10px;
}
.page_single .info ul {
	padding: 0px;
	margin-bottom: 10px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	font-weight: 500;
}
.section_1 .item .title {
    font-size: 18px;
    font-weight: 700;
}
.section_contact .content{
    padding: 30px;
    background-color: #fff;
    display: flex;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    border-radius: 20px;
    flex-direction: column;
}
.section_contact .massagers {
    display: flex;
    list-style: none;
    padding: 0px;
}
.section_contact a {
	text-decoration: none;
	color: #323842;
	font-size: 16px;
	font-weight: 700;
}
.section_contact .massagers li {
	margin-right: 8px;
}
.section_contact .massagers img {
	width: 30px;
	height: 30px;
}
.section_contact ul {
	list-style: none;
}
.section_contact .phone {
	padding: 0px;
}
.section_contact .phone a {
	text-decoration: none;
    color: #323842;
    font-size: 18px;
    font-weight: 400;
}
.section_contact .phone a span {
    font-weight: 700;
    font-size: 24px;
}
.section_contact {

}
.section_contact h1 {
	font-size: 1.5rem;
	font-weight: 700;
}
.section_contact h2 {
	font-size: 1.5rem;
	font-weight: 700;
}
.section_contact hr {
	margin: 4px 0px;
    width: 200px;
    border-top: 8px solid #EDCE29;
    opacity: 1;
}
.section_contact .sub_title {
	font-size: 14px;
    font-weight: 400;
}
.section_contact p {
    color: #323842;
    font-size: 16px;
    font-weight: 700;
}
.section_contact .map iframe {
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    border-radius: 20px;
}
.first_block {
	padding: 40px 0px 80px 0px;
}
.first_block .block_title {
    margin-bottom: 30px;
    text-align: center;
}
.section_8 .content {
	display: flex;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    border-radius: 20px;
}
.section_8 .content .info {
	width: 40%;
	padding: 20px;
}
.section_8 .content .info ul{
	padding: 0px;
	list-style: none;
	line-height: 1.1;
}
.section_8 .content .info ul li {
	margin-bottom: 6px;
}
.carousel-inner {
	border-radius: 20px 0px 0px 20px;
}
.section_8 .content .info .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 10px;
}
.section_8 .content .image {
	width: 60%;
}
.section_8 .carousel-item img {
	height: 255px;
	object-fit: cover;
}
.section_9 .content {
	background-image: url(/wp-content/uploads/2025/07/cleaner_site-scaled.webp);
    height: 370px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-shadow: 0 0.5rem 1rem rgba(24, 26, 31, 0.03);
    border-radius: 20px;
}
.section_9 .content .info {
	padding: 5px 0px;
	text-align: center;
	width: 100%;
	background-color: #EDCE29;
	border-radius: 0px 0px 20px 20px;
}
.section_9 .content .info .name {
	font-size: 18px;
	font-weight: 700;
}
.section_about .seo_text {
	font-size: 16px;
}
.section_about h1 {
    font-size: 30px;
    font-weight: 900;
}
.section_8 h1 {
	font-size: 30px;
    font-weight: 900;
}
.section_contact h1 {
	font-size: 30px;
    font-weight: 900;
}
.section_about .item {
	margin-bottom: 20px;
}
.section_about .item .title {
	font-size: 18px;
	font-weight: 700;
	list-style: 1.1;
}
.section_service_4 .title {
	 font-size: 24px;
    font-weight: 700;
}
.section_service_4 ul {
	 font-size: 16px;
    font-weight: 500;
    list-style: none;
    line-height: 1.1;
    padding: 0px;
    margin: 0px;
}
/*.section_service_4 ul i {
	 font-size: 20px;
}*/
.section_service_4 ul li {
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.section_1 {
		position: relative;
	    background-position: right;		
	}
	.section_1:before {
	    content: '';
	    width: 100%;
	    height: 100%;
	    background-color: rgb(243, 244, 246, 0.8);
	    position: absolute;
	    bottom: 0;
	    left: 0;
	}
	.section_1 .container {
		z-index: 1;
    position: relative;
	}
	.section_header {
		    z-index: 100;
    position: relative;
	}
	.section_header .container{
		padding: 0px;
	}
	.section_2 .content {
	    flex-direction: column;
	}
	.section_2 .general {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.section_2 .content ul {
		width: 100%;
	}
	.section_4 .content:before {
		display: none;
	}
	.section_7 .content {
		    flex-direction: column;
	}
	.section_7 .content .left {
		width: 100%;
	}
	.section_7 .content .right {
		width: 100%;
	}
	.section_7 .content img {
		border-radius: 20px 20px 0px 0px;
	}
	.contact_forma {
		    flex-direction: column;
    align-items: center;
    text-align: center;
	}
	.contact_forma .button {
		width: 100%;
		margin-top: 20px;
	}
	.section_2 .general .btn_2 {
		position: unset;
	}
	.section_8 .content {
		    flex-direction: column;
	}
	.section_8 .content .image {
		width: 100%;
	}
	.section_8 .content .info {
		width: 100%;
	}
	.section_8 .carousel-inner {
		border-radius: 20px 20px 0px 0px;
	}
	.section_about .item {
		text-align: center;
	}
	.footer_form input {
		width: 100%;
	}
	.section_service_2 .price li {
		text-align: center;
		padding: 0px 10px 0px 0px;
	}
	.section_service_3 .seo_text {
		columns: 1;
	}
	.section_service_3 .contact_forma .text ul {
		    flex-direction: column;
	}
	.section_service_2 .price li span {
		width: 90%;
	}
	
}
