/*
Theme Name: АКВАМЕТ
Version: 1.0
Description: Тема создана специально для сайта АКВАМЕТ
Author: twofed
Author URI: https://twofed.ru/
*/

/* Montserrat подключается локально: assets/css/fonts.css (см. header.php) */

:root {
	--dark-blue: rgba(3, 42, 77, 1);
	--blue: rgba(9, 112, 205, 1);
	--blue-hover: rgba(7, 91, 166, 1);
	--light-blue: rgba(232, 243, 255, 1);
	--light-blue-hover: rgba(217, 235, 255, 1);
	--ghost-blue: rgba(103, 156, 205, 1);
	--ghost-blue-focus: rgba(209, 225, 240, 1);
	--disabled: #706e6e;
}

body {
	font-family: 'Montserrat', sans-serif;
}

.navbar-brand svg.mobile_logo {
	display: none;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt60 {
	margin-top: 60px;
}

.mt100 {
	margin-top: 100px;
}

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1200px;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		flex-wrap: wrap;
    	flex-direction: column;
		padding: 0;
	}
}

h1 {
	font-weight: 600;
	font-size: 36px;
	line-height: 46px;
	color: var(--dark-blue);
	margin-bottom: 15px;
}

.home h1 {
	color: #FFFFFF;
	margin-bottom: 40px;
	font-size: 54px;
	line-height: 56px;
}

h2 {
	color: var(--ghost-blue);
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
}

.home h2 {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 0;
}

.navbar_top_line,
.navbar_bottom_line {
	width: 100%;
}

.navbar_top_line {
	padding-top: 15px;
    padding-bottom: 15px;
	background: white;
}

.navbar-collapse {
	justify-content: space-between;
}

.navbar-collapse .separator,
.navbar-collapse .menu_contacts {
	display: none;
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
}

.navbar_bottom_line {
	background: var(--dark-blue);
}

.navbar_bottom_line a {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	padding: 24px 15px !important;
}

button,
.button,
.form_holder input[type="submit"] {
	background: var(--blue);
	border-radius: 8px;
	border: none;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 16.5px;
	transition: all 500ms ease;
}

.navbar_bottom_line a:hover,
.navbar_bottom_line a.active {
	background: var(--blue-hover);
}

button:hover,
.form_holder input[type="submit"]:not(:disabled):hover {
	background: var(--blue-hover);
}

.navbar_info_block svg {
	margin-right: 10px;
}

.navbar_info_block {
	margin-right: 15px;
}

.navbar_info_block {
	font-size: 14px;
    line-height: 20px;
    color: var(--dark-blue);
}

.navbar_info_block a {
	font-size: 24px;
    line-height: 32px;
    color: var(--blue);
	font-weight: 600;
}

.navbar_info_block a:hover {
	text-decoration: none;
	color: var(--blue-hover);
}

.hero_block {
	background: url('/wp-content/uploads/2024/11/bg.png');
	margin-top: 135px;
	padding-top: 60px;
	min-height: 544px;
    display: flex;
    align-items: center;
	position: relative;
}

.hero_block::before {
	content: '';
	background: url('/wp-content/uploads/2024/12/bg.png');
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-repeat: no-repeat;
    background-position: center;
}

.hero_block .col-md-6 {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.why_us img {
	width: 100%;
}

.why_us_left {
	display: flex;
    flex-direction: column;
    gap: 30px;
    padding-right: 50px;
}

.why_us_title {
	font-weight: 600;
	font-size: 36px;
	line-height: 46px;
	color: var(--dark-blue);
}

.why_us_text {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: var(--dark-blue);
}

.why_us_text + a {
	background: var(--light-blue);
    border-radius: 8px;
    border: none;
    color: var(--blue);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 15px;
    transition: all 500ms ease;
    text-decoration: none;
	width: fit-content;
}

.why_us_text + a:hover {
    background: var(--light-blue-hover);
}

.our_advantages .row > div {
	margin-bottom: 25px;
}

.our_advantages_title {
	font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: var(--dark-blue);
    display: inline-block;
}

.our_advantages_text {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--dark-blue);
}

.our_certificates_title {
	font-weight: 700;
	font-size: 50px;
	line-height: 54px;
	color: #FFFFFF;
	margin-top: 60px;
	margin-bottom: 40px;
}

.our_certificates_text {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: var(--dark-blue);
}

.our_certificates_row {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}

.our_certificates_partner {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--dark-blue);
}

.our_certificates_button_container a {
	background: var(--light-blue);
    border-radius: 8px;
    padding: 10px 15px;
    color: var(--blue);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: block;
    transition: all 500ms ease;
	width: fit-content;
}

.our_certificates_button_container a:hover {
	text-decoration: none;
    background: var(--light-blue-hover);
}

.our_certificates_row img {
	height: 390px;
	border: 2px solid var(--light-blue);
    border-radius: 16px;
}

.stages_holder {
	gap: 40px 0;
}

.work_stages {
	background: var(--light-blue);
    padding: 100px 0;
}

.work_stage {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: var(--dark-blue);
	margin-top: 10px;
}

.work_stage_step {
	font-weight: 600;
	font-size: 80px;
	line-height: 80px;
	color: var(--ghost-blue);
}

.prices > .d-flex {
	max-width: 1350px;
	margin: 0 auto;
	justify-content: space-between;
    align-items: flex-end;
}

.prices_type span {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: var(--dark-blue);
	display: block;
	margin-bottom: 30px;
}

.prices_type img {
	width: calc(100% + 80px);
    margin: -25px -40px;
    margin-bottom: 20px;
    border-radius: 25px 25px 0 0;
}

.prices_type img + span {
	height: auto;
    margin-bottom: 20px;
}

.prices_type button {
	margin: 0 auto;
    display: block;
    margin-bottom: -15px;
}

.prices_line {
    font-size: 20px;
    line-height: 28px;
    color: var(--dark-blue);
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--ghost-blue-focus);
    padding-bottom: 19px;
    margin-bottom: 20px;
}

.faq_head {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: var(--dark-blue);
}

.faq_line {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid var(--light-blue);
}

.faq_header {
	font-size: 20px;
	line-height: 28px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	letter-spacing: 0.055em;
	color: var(--dark-blue);
	cursor: pointer;
}

.faq_header svg {
	flex-grow: 0;
    flex-shrink: 0;
}

.faq_header.active {
	color: var(--blue-hover);
}

.faq_header.active svg {
	transform: rotate(180deg);
}

.faq_text {
	font-size: 16px;
	line-height: 24px;
	color: var(--dark-blue);
	display: none;
	margin-top: 20px;
}

.reviwes .iframe_holder {
	display: flex;
    justify-content: flex-end;
}

.reviwes iframe {
	display: block;
}

.reviwes .slick-list {
	margin: 0 -15px;
}

.review {
	background: var(--light-blue);
    border-radius: 16px;
    padding: 20px;
    margin: 0 15px;
}

.review_text {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--dark-blue);
}

.review_name {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: var(--dark-blue);
	margin-top: 25px;
}

.slick-prev {
    left: -60px;
    z-index: 1;
    height: 32px;
    width: 32px;
    top: 75px;
}

.slick-next {
    right: -60px;
    z-index: 1;
	height: 32px;
    width: 32px;
    top: 75px;
}

.reviews_link_holder {
	display: flex;
	justify-content: flex-end;
}

.reviews_link {
	background: var(--light-blue);
	border-radius: 8px;
	padding: 10px 15px;
	color: var(--blue);
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
    display: block;
	transition: all 500ms ease;
}

.reviews_link:hover {
	text-decoration: none;
	background: var(--light-blue-hover);
}

.partnership img {
	width: 100%;
}

.footer_block {
	background: var(--dark-blue);
}

.footer_block .col-md-6 > svg {
	margin-top: 60px;
}

.footer_address {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #FFFFFF;
	padding-top: 40px;
	margin-bottom: 30px;
}

.footer_block .navbar_info_block {
	margin-bottom: 15px;
	margin-right: 0;
	display: flex;
    flex-direction: column;
    color: white;
    gap: 10px;
}

.footer_block .navbar_info_block a {
	color: var(--blue);
	font-size: 36px;
    line-height: 46px;
}

.footer_block .navbar_info_block a:hover {
	color: var(--blue-hover);
}

.footer_requisites {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 40px;
}

.footer_requisites_links {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.footer_requisites_links a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: underline;
}

.footer_requisites_links a:hover {
	color: #FFFFFF;
}

.form_holder {
	margin-left: 30px;
    background: white;
    border-radius: 16px;
    padding: 30px;
}

.form_header {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-blue);
    margin-bottom: 15px;
    padding: 0;
}

footer .form_header {
    color: white;
}

.form_holder span,
.form_holder input {
	width: 100%;
}

.form_holder input[type="text"],
.form_holder input[type="tel"] {
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid var(--light-blue);
    padding: 14px;
    margin-bottom: 15px;
}

html *:focus {
	outline: none;
}

.form_holder input[type="submit"] {
	padding: 15px 12px;
}

.form_holder > span {
	margin-top: 10px;
	color: var(--dark-blue);
	font-size: 12px;
	line-height: 14px;
	display: block;
}

footer .form_holder > span {
	color: white;
}

.form_holder p {
	margin: 0;
	padding: 0;
}

.wpcf7-spinner,
.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-not-valid {
	border: red 2px solid !important;
}

.wpcf7 .wpcf7-response-output {
	margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
	color: white;
    border-radius: 10px;
}

.wpcf7-acceptance span {
	margin: 0;
    margin-bottom: 10px;
	font-size: 14px;
}

.wpcf7-acceptance label {
	display: flex;
    flex-direction: row;
    gap: 10px;
}

.wpcf7-acceptance input[type="checkbox"] {
	width: 25px;
    height: 25px;
}

footer .wpcf7-acceptance {
	color: white;
}

.wpcf7 .wpcf7-submit:disabled {
    background: var(--disabled);
}

.form_subheader {
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

footer .form_holder {
	margin-bottom: 68px;
    background: transparent;
    padding-top: 48px;
}

#call_mobile {
	display: none;
}

.modal-backdrop.show {
    background-color: var(--dark-blue);
}

.modal-content {
	border: none;
    border-radius: 16px;
}

.modal-header {
	padding: 30px;
	padding-bottom: 15px;
	border: none;
	color: var(--dark-blue);
	font-size: 24px;
	line-height: 32px;
}

.prices_holder .row {
	margin-left: -30px;
	margin-right: -30px;
}

.prices_holder .row .col-md-6,
.prices_holder .row .col-md-12 {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 1200px) {
	.our_certificates_row img {
		width: 100%;
		height: auto;
	}
	
	.prices_type span {
		font-size: 20px;
		line-height: 22px;
	}
}

@media (max-width: 991px) {
	.navbar_bottom_line .container,
	.hero_block .container,
	.prices_holder .container,
	.footer_block .container {
		max-width: 100%;
	}
	
	.navbar_bottom_line a {
		font-size: 11px;
	}
}

@media (max-width: 800px) {
	.navbar_bottom_line a {
		font-size: 10px;
	}
	
	h1 {
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 70px;
	}
	
	.form_holder {
		margin-left: 15px;
	}
}

@media (max-width: 576px) {
	.navbar-brand svg {
		display: none;
	}
	
	.navbar-brand svg.mobile_logo {
		display: block;
	}
	
	.mt40 {
		margin-top: 30px;
	}
	
	.mt100 {
		margin-top: 60px;
	}
	
	.why_us .row {
		gap: 20px;
	}
	
	.why_us_left {
		gap: 20px;
		padding-right: 15px;
        padding-left: 15px;
	}
	
	.why_us_text {
	    font-size: 16px;
    	line-height: 24px;
	}
	
	.navbar_bottom_line a {
		font-size: 20px;
		line-height: 28px;
		padding: 10px 0 !important;
	}
	
	.navbar-collapse {
		padding: 20px 0;
	}
	
	.our_certificates_row {
		display: flex;
        flex-direction: row;
        overflow-x: scroll;
	}
	
	.our_certificates_row img {
		margin-bottom: 15px;
        height: 235px;
        width: auto;
	}
	
	.fixed-top {
		margin: 0;
		padding: 0;
	}
	
	h1,
	.why_us_title,
	.our_certificates_title,
	.faq_head {
		font-size: 24px;
        line-height: 32px;
	}
	
	.why_us_text + a,
	.reviews_link,
	.our_certificates_button_container a {
		width: 100%;
		text-align: center;
	}
	
	.our_advantages_title {
		font-size: 20px;
		line-height: 28px;
	}
	
	.prices_holder .why_us_title {
		margin-bottom: 0;
	}
	
	.prices_title {
		padding: 20px 40px;
    	width: 100%;
	}
	
	.prices_right_block {
		display: none;
	}
	
	.prices_type {
		padding-bottom: 20px;
	}
	
	.prices_type span {
		height: auto;
		margin-bottom: 15px;
	}
	
	.prices_holder {
		padding-bottom: 15px;
	}
	
	.navbar-toggler-icon {
		height: 24px;
		width: 24px;
	}
	
	.navbar-toggler .navbar-toggler-icon {
		background-image: url('data:image/svg+xml, <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 6L6 18" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 6L18 18" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	}
	
	.navbar-toggler.collapsed .navbar-toggler-icon {
		background-image: url('data:image/svg+xml, <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 12H20" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 6H20" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 18H20" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	}
	
	.navbar-toggler:hover {
		background: transparent;
	}
	
	.footer_block {
		background: var(--dark-blue);
	}
	
	.form_header.mt60 {
		margin-top: 35px;	
	}
	
	h1 {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	
	.home h1 {
		margin-top: 40px;
		margin-bottom: 20px;
		font-size: 32px;
		line-height: 40px;
	}
	
	h2 {
		margin-bottom: 15px;
		font-weight: 600;
		font-size: 17px;
		line-height: 21px;
	}
	
	.home h2 {
		font-weight: 600;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 0;
	}
	
	.form_holder,
	.work_stages_title {
		margin: 30px 0 40px 0;
		padding: 20px 15px;
	}
	
	.our_advantages {
		padding: 0;
	}
	
	.work_stages_title {
		margin-top: 45px;
	}
	
	.work_stages {
		margin-bottom: 0;
	}
	
	.hero_block {
		padding-top: 0;
	}
	
	.hero_block:before {
		display: none;
	}
	
	.navbar_top_line {
    	padding-top: 15px;
		padding-bottom: 15px;
		background: var(--dark-blue) !important;
	}
	
	.navbar-toggler {
        position: fixed;
        top: 0;
        right: 0;
        padding: 14px 10px;
    }
	
	.navbar_bottom_line {
		padding: 0;
	}
	
	.navbar_info {
		display: none !important;
	}
	
	.form_header {
		padding: 0;
		margin-bottom: 10px;
		font-size: 18px;
	}
	
	footer .form_holder {
		margin-bottom: 20px;
		padding: 0;
	}
	
	.footer_block .col-md-6 > svg {
		margin-top: 40px;
	}
	
	.footer_address {
		padding-top: 30px;
	}
	
	#call_mobile {
		display: block;
		position: absolute;
		top: 15px;
		right: 60px;
		color: white;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
	}
	
	.stages_holder {
    	gap: 15px 0;
	}
	
	.work_stages {
		padding: 40px 0;
	}
	
	.work_stage_step {
		font-size: 54px;
		line-height: 56px;
	}
	
	.work_stage {
		font-size: 14px;
		line-height: 20px;
	}
	
	.prices_line {
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 14px;
    	margin-bottom: 15px;
	}
	
	.price_extra_col {
		margin-top: -20px;
	}
	
	.price_extra_col span {
		display: none;
	}
	
	.why_us_title {
		margin-bottom: 20px;
	}
	
	.why_us_left .why_us_title {
		margin-bottom: 0px;
	}
	
	.faq_line {
		padding-bottom: 19px;
    	margin-bottom: 20px;
	}
	
	.faq_header {
		font-size: 16px;
		line-height: 24px;
	}
	
	.our_certificates_text {
		font-size: 16px;
		line-height: 24px;
	}
	
	.reviwes {
		margin-top: 35px;
	}
	
	.reviwes > row {
		position: relative;
	}
	
	.reviwes .why_us_title {
		margin-bottom: 10px;
	}
	
	.iframe_holder {
		position: absolute;
    	z-index: -1;
	}
	
	.our_certificates .mt30 {
		margin-top: 0;
	}
	
	.navbar_bottom_line a:hover,
	.navbar_bottom_line a.active {
		background: none;
	}
	
	.navbar-collapse button {
		display: none;
	}
	
	.navbar-collapse .separator,
	.navbar-collapse .menu_contacts {
		display: flex;
	}
	
	.navbar-collapse .separator {
	    border-bottom: 1px solid white;
    	margin-top: 25px;
    	margin-bottom: 30px;
	}
	
	.navbar-collapse .menu_contacts {
		flex-direction: column;
		gap: 20px;
		color: white;
		margin-bottom: 500px;
	}
	
	.navbar-collapse .menu_contacts div {
		display: flex;
    	flex-direction: column;
	}
	
	.navbar-collapse .menu_contacts div a {
		font-size: 24px;
		line-height: 32px;
	}
	
	.navbar-collapse .menu_contacts div span {
		font-size: 12px;
		line-height: 14px;
	}
	
	.navbar_bottom_line {
		background: url('/wp-content/uploads/2024/11/bg.png');
	}
	
	.prices_holder .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.prices_holder .row .col-md-6,
	.prices_holder .row .col-md-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.front_page_meters .item {
	margin-top: 30px;
    display: flex;
    flex-direction: column;
    border: 2px solid var(--light-blue);
    border-radius: 16px;
	overflow: hidden;
}

.front_page_meters .item > div {
	padding: 20px;
}

.front_page_meters img {
	width: 100%;
}

.front_page_meters .title {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: var(--dark-blue);
}

.front_page_meters .type {
	font-size: 16px;
	line-height: 24px;
	color: var(--dark-blue);
	margin-top: 10px;
}

.price_holder {
	margin-top: 14px;
	display: flex;
    justify-content: space-between;
	width: 100%;
}

.price {
	font-weight: 600;
	font-size: 36px;
	line-height: 46px;
	color: var(--blue);
}

.front_page_meters .button {
	background: var(--blue);
	padding: 10px 15px;
}

.front_page_meters .button:hover {
	text-decoration: none;
	background: var(--blue-hover);
	color: white;
}

/** start meters page **/

.meters_page_main .row {
	margin-right: -50px;
    margin-left: -50px;
}

.meters_page_main .row .col-md-6 {
	padding-right: 50px;
    padding-left: 50px;
}

.meters_page_main {
	padding-top: 60px;
}

.meters_page_main .description {
	color: var(--dark-blue);
	font-size: 20px;
	line-height: 28px;
}

.meters_page_main .description p {
	margin-bottom: 20px;
}

.meters_page_main .description ul {
	list-style: none;
    margin-bottom: 20px;
	padding: 0;
	margin-top: -10px;
}

.meters_page_main .description li {
    margin: 0;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 15px;
}

.meters_page_main .description li::before {
    content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: var(--blue);
	border-radius: 100%;
	margin-right: 8px;
}

.meters_page_main .specification {
	margin-top: 30px;
}

.meters_page_main .specification .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px var(--ghost-blue-focus);
	color: var(--dark-blue);
	font-size: 16px;
	line-height: 24px;
	gap: 15px;
}

.meters_page_main .slider img {
	border-radius: 16px;
	border: solid 2px var(--light-blue);
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.meters_page_main .slick-prev {
	left: 15px;
	top: 50%;
}

.meters_page_main .slick-next {
	right: 15px;
	top: 50%;
}

.meters_page_main .price_block {
	display: flex;
    flex-direction: column;
	align-items: center;
	margin-top: 30px;
}

.meters_page_main .price_block .price_holder {
	margin-top: 0;
	gap: 30px;
}

.meters_page_main .price_block button {
	width: 100%;
}

.meters_page_main .price_block .price {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
	color: var(--blue);
	flex-grow: 0;
    flex-shrink: 0;
}

.meters_page_main .price > div {
	display: flex;
    flex-direction: column;
	align-items: center;
    gap: 20px;
}

.installation_block {
	width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
	color: var(--dark-blue);
}

.installation_block label {
	margin-bottom: 0;
	cursor: pointer;
}

.installation_block input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

.installation_block input[type=checkbox] + label:before {
    height: 24px;
    width: 24px;
    margin-right: 10px;
    vertical-align: middle;
    content: url('data:image/svg+xml; utf8, <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="1" width="22" height="22" rx="3" stroke="%230970CD" stroke-width="2"/></svg>');
    cursor: pointer;
}

.installation_block input[type=checkbox]:checked + label:before {
	content: url('/wp-content/uploads/2024/11/checkbox.svg');
}
	
#buyModal.show {
	display: flex !important;
    padding: 0;
    align-items: center;
    justify-content: center;
}

#buyModal .form_holder {
	padding-top: 0;
	margin: 0 !important
}

#buyModal .form_holder input[type="text"],
#buyModal .form_holder input[type="tel"] {
	border: 1px solid #ccc;
}

#buyModal .modal-header button {
	width: fit-content;
	opacity: 1;
}

#buyModal .modal-header button:hover {
	background: none;	
}

#buyModal .modal-title {
	font-weight: 600;
    color: #113B57;
}

#buyModal .modal-dialog {
	width: 530px;
	max-width: 530px;
}

#buyModal .wpcf7-response-output {
	color: #0A4872;
}

@media (max-width: 771px) {
	.meters_page_main {
		padding-top: 10px;
	}
	
	.meters_page_main .right {
    	display: flex;
		text-align: end;
	}
	
	.meters_page_main .description {
		margin-top: 30px;
		font-size: 16px;
		line-height: 24px;
	}
	
	.meters_page_main .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.meters_page_main .row .col-md-6 {
		padding-left: 15px;
        padding-right: 15px;
	}
	
	.modal-header {
		padding: 20px 15px;
	}
}

/** end meters page **/

.grecaptcha-badge {
	opacity: 0;
}

#cookie-banner {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 999999;
	max-width: 720px;
	margin: 0 auto;
	background: #ffffff;
	color: #2c2c2c;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
	padding: 20px 24px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	transform: translateY(150%);
	opacity: 0;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}

#cookie-banner.cookie-banner--visible {
	transform: translateY(0);
	opacity: 1;
}

#cookie-banner .cookie-banner__content {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

#cookie-banner .cookie-banner__text {
	flex: 1 1 320px;
	min-width: 0;
	margin: 0;
	color: #2c2c2c;
}

#cookie-banner .cookie-banner__text a {
	color: var(--blue);
	text-decoration: underline;
	text-underline-offset: 2px;
}

#cookie-banner .cookie-banner__text a:hover {
	text-decoration: none;
	color: var(--blue-hover);
}

#cookie-banner .cookie-banner__button {
	flex-shrink: 0;
	appearance: none;
	border: none;
	background: var(--blue);
	color: #ffffff;
	font: inherit;
	font-weight: 500;
	padding: 11px 28px;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.15s ease, transform 0.1s ease;
}

#cookie-banner .cookie-banner__button:hover {
	background: var(--blue-hover);
}

#cookie-banner .cookie-banner__button:active {
	transform: scale(0.98);
}

#cookie-banner .cookie-banner__button:focus-visible {
	outline: 2px solid #1a4d7a;
	outline-offset: 2px;
}

@media (max-width: 480px) {
	#cookie-banner {
		left: 12px;
		right: 12px;
		bottom: 12px;
		padding: 18px 20px;
		font-size: 13px;
	}

	#cookie-banner .cookie-banner__content {
		gap: 14px;
	}

	#cookie-banner .cookie-banner__button {
		width: 100%;
		padding: 12px 20px;
	}
}

/* ==========================================================================
   Политика обработки персональных данных — оформление в стиле сайта АкваМет
   Все правила ограничены классом .pp-page и не влияют на остальной сайт.
   ========================================================================== */

.pp-page {
	--pp-dark: var(--dark-blue, #032a4d);
	--pp-blue: var(--blue, #0970cd);
	--pp-blue-hover: var(--blue-hover, #075ba6);
	--pp-light: var(--light-blue, #e8f3ff);
	--pp-ghost: var(--ghost-blue, #679ccd);
	--pp-line: var(--ghost-blue-focus, #d1e1f0);
	font-family: 'Montserrat', sans-serif;
	color: var(--pp-dark);
	font-size: 16px;
	line-height: 26px;
	max-width: 940px;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
	margin: 0 auto;
}

.pp-page h1 {
	margin-bottom: 24px;
}

/* Заголовки не переносим по слогам */
.pp-page h1,
.pp-page .pp-h2,
.pp-page .pp-purpose__title,
.pp-page .pp-appendix__label,
.pp-page .pp-appendix__title,
.pp-page .pp-form__title {
	-webkit-hyphens: none;
	hyphens: none;
}

/* --- Дата и служебная строка ---------------------------------------------- */

.pp-page .pp-lead {
	font-size: 18px;
	line-height: 28px;
	color: var(--pp-ghost);
	margin: 0 0 32px;
}

/* --- Заголовки разделов --------------------------------------------------- */

.pp-page .pp-h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: var(--pp-dark);
	border-top: 1px solid var(--pp-line);
	margin: 48px 0 24px;
	padding-top: 32px;
	scroll-margin-top: 160px;
}

.pp-page > .pp-h2:first-of-type {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

/* --- Пункты --------------------------------------------------------------- */

.pp-page .pp-cl {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 26px;
	color: var(--pp-dark);
	text-align: justify;
}

.pp-page .pp-cl__n {
	flex: 0 0 auto;
	min-width: 40px;
	font-weight: 600;
	color: var(--pp-blue);
	white-space: nowrap;
}

.pp-page .pp-cl__t {
	flex: 1 1 auto;
	min-width: 0;
}

.pp-page .pp-cl--sub {
	padding-left: 24px;
}

.pp-page .pp-cl--sub .pp-cl__n {
	min-width: 54px;
}

.pp-page .pp-p {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}

/* --- Списки --------------------------------------------------------------- */

.pp-page .pp-ul {
	list-style: none;
	margin: 0 0 18px;
	padding: 0 0 0 48px;
}

.pp-page .pp-cl + .pp-ul {
	margin-top: -4px;
}

.pp-page .pp-ul li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 26px;
	color: var(--pp-dark);
	text-align: justify;
}

.pp-page .pp-ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: var(--pp-blue);
}

.pp-page .pp-ul--num li {
	display: flex;
	align-items: baseline;
	gap: 8px;
	padding-left: 0;
}

.pp-page .pp-ul--num li::before {
	display: none;
}

.pp-page .pp-ul__n {
	flex: 0 0 auto;
	min-width: 26px;
	font-weight: 600;
	color: var(--pp-blue);
}

/* --- Блоки целей обработки (п. 5.1) --------------------------------------- */

.pp-page .pp-purpose {
	background: var(--pp-light);
	border-radius: 16px;
	padding: 24px 28px 28px;
	margin: 0 0 20px;
}

.pp-page .pp-purpose__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: var(--pp-dark);
	margin: 0 0 8px;
}

.pp-page .pp-purpose__grid {
	margin: 0;
}

.pp-page .pp-purpose__grid dt {
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: var(--pp-dark);
}

.pp-page .pp-purpose__grid dd {
	margin: 0;
	font-size: 15px;
	line-height: 24px;
	color: var(--pp-dark);
}

.pp-page .pp-purpose__grid dd > p {
	margin: 0 0 10px;
	text-align: left;
}

.pp-page .pp-purpose__grid dd > p:last-child,
.pp-page .pp-purpose__grid dd > .pp-ul:last-child {
	margin-bottom: 0;
}

.pp-page .pp-purpose .pp-ul {
	padding-left: 4px;
	margin-bottom: 10px;
}

.pp-page .pp-purpose .pp-ul li {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 6px;
	text-align: left;
}

.pp-page .pp-purpose .pp-ul li::before {
	width: 6px;
	height: 6px;
	top: 9px;
}

@media (min-width: 772px) {
	.pp-page .pp-purpose__grid {
		display: grid;
		grid-template-columns: 270px 1fr;
		column-gap: 28px;
	}

	.pp-page .pp-purpose__grid dt,
	.pp-page .pp-purpose__grid dd {
		padding: 16px 0;
		border-top: 1px solid var(--pp-line);
	}
}

@media (max-width: 771px) {
	.pp-page .pp-purpose__grid dt {
		padding-top: 16px;
		margin-top: 16px;
		border-top: 1px solid var(--pp-line);
		margin-bottom: 6px;
	}
}

/* --- Реквизиты ------------------------------------------------------------ */

.pp-page .pp-requisites {
	background: var(--pp-light);
	border-radius: 16px;
	padding: 24px 28px;
}

.pp-page .pp-requisites p {
	margin: 0 0 6px;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
}

.pp-page .pp-requisites p:last-child {
	margin-bottom: 0;
}

.pp-page .pp-requisites strong {
	font-weight: 600;
}

/* --- Приложения (формы заявлений) ----------------------------------------- */

.pp-page .pp-appendix {
	margin-top: 48px;
	border-top: 1px solid var(--pp-line);
	padding-top: 32px;
}

.pp-page .pp-appendix__label {
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: var(--pp-ghost);
	text-align: right;
	margin-bottom: 10px;
}

.pp-page .pp-appendix__title {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: var(--pp-dark);
	text-align: center;
	margin: 0 0 24px;
	border: none;
	padding: 0;
	scroll-margin-top: 160px;
}

.pp-page .pp-form {
	border: 2px solid var(--pp-light);
	border-radius: 16px;
	padding: 32px;
}

.pp-page .pp-form__head {
	display: flex;
	justify-content: flex-end;
}

.pp-page .pp-form__to {
	max-width: 460px;
	font-size: 15px;
	line-height: 22px;
	color: var(--pp-dark);
}

.pp-page .pp-form__to p {
	margin: 0 0 4px;
}

.pp-page .pp-form__to p:empty {
	display: none;
}

.pp-page .pp-form__title {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: var(--pp-dark);
	margin: 32px 0 20px;
}

.pp-page .pp-form__p {
	margin: 0 0 6px;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
}

.pp-page .pp-form__hint {
	margin: 0 0 18px;
	font-size: 13px;
	line-height: 20px;
	color: var(--pp-ghost);
	text-align: center;
}

.pp-page .pp-form .pp-ul {
	padding-left: 8px;
}

.pp-page .pp-form__sign {
	margin-top: 36px;
	text-align: right;
}

.pp-page .pp-form__sign-line {
	font-size: 16px;
	line-height: 26px;
}

.pp-page .pp-form__sign .pp-form__hint {
	text-align: right;
	margin: 2px 0 0;
}

.pp-page .pp-form__date {
	margin: 24px 0 0;
	text-align: right;
	font-size: 16px;
	line-height: 26px;
}

/* --- Ссылки --------------------------------------------------------------- */

.pp-page a {
	color: var(--pp-blue);
	transition: color 300ms ease;
}

.pp-page a:hover {
	color: var(--pp-blue-hover);
}

/* --- Мобильная версия ----------------------------------------------------- */

@media (max-width: 771px) {
	.pp-page {
		font-size: 15px;
		line-height: 24px;
	}

	.pp-page .pp-h2 {
		font-size: 20px;
		line-height: 28px;
		margin: 36px 0 20px;
		padding-top: 24px;
		scroll-margin-top: 70px;
	}

	.pp-page .pp-cl,
	.pp-page .pp-p,
	.pp-page .pp-ul li {
		font-size: 15px;
		line-height: 24px;
		text-align: left;
	}

	.pp-page .pp-cl {
		gap: 6px;
	}

	.pp-page .pp-cl__n {
		min-width: 34px;
	}

	.pp-page .pp-cl--sub {
		padding-left: 0;
	}

	.pp-page .pp-cl--sub .pp-cl__n {
		min-width: 46px;
	}

	.pp-page .pp-ul {
		padding-left: 34px;
	}

	.pp-page .pp-purpose,
	.pp-page .pp-requisites {
		padding: 20px;
	}

	.pp-page .pp-purpose__title {
		font-size: 16px;
		line-height: 24px;
	}

	.pp-page .pp-appendix {
		margin-top: 36px;
		padding-top: 24px;
	}

	.pp-page .pp-appendix__title {
		font-size: 18px;
		line-height: 26px;
		scroll-margin-top: 70px;
	}

	.pp-page .pp-form {
		padding: 20px;
	}

	.pp-page .pp-form__head {
		justify-content: flex-start;
	}
}

/* --- Печать --------------------------------------------------------------- */

@media print {
	.pp-page {
		max-width: none;
		font-size: 12pt;
		line-height: 1.5;
	}

	.pp-page .pp-h2,
	.pp-page .pp-appendix__title {
		break-after: avoid;
		page-break-after: avoid;
	}

	.pp-page .pp-appendix {
		break-before: page;
		page-break-before: always;
	}

	.pp-page .pp-purpose,
	.pp-page .pp-requisites,
	.pp-page .pp-form {
		background: none;
		border: 1px solid #d1e1f0;
	}
}
