/*!
Theme Name: whp
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

whp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
	font-family: 'Murecho';
	src: url('./fonts/Murecho/Murecho-Regular.woff') format('woff'),
		url('./fonts/Murecho/Murecho-Regular.ttf') format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Murecho-Black';
	src: url('./fonts/Murecho/Murecho-Black.woff') format('woff'),
		url('./fonts/Murecho/Murecho-Black.ttf') format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Murecho-Bold';
	src: url('./fonts/Murecho/Murecho-Bold.woff') format('woff'),
		url('./fonts/Murecho/Murecho-Bold.ttf') format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Murecho-Light';
	src: url('./fonts/Murecho/Murecho-Light.woff') format('woff'),
		url('./fonts/Murecho/Murecho-Light.ttf') format('truetype');
	font-display: swap;
}

body {
	font-family: 'Murecho', sans-serif;
	padding: 0;
	margin: 0;
	color: #191919;
}

#page {
	overflow: hidden;
}

/* Homepage slider */
.boiler-slider {
	font-family: Murecho, sans-serif;
	height: auto;
	min-height: 500px;
	position: relative;
	background: url("./images/banner_bg_image.png") 0px 0px no-repeat;
	background-color: #f1f1f2;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.boiler-slider .button-go-on {
	position: absolute;
	right: 5%;
	bottom: 15%;
	transform: rotateZ(-90deg);
	text-decoration: none;
	border-radius: 50px;
	border: 1px solid #191919;
	padding: 0.5vw 3vw;
	color: #000;
	z-index: 500;
	font-size: 18px;
	z-index: 15;
	font-family: 'Murecho-Light';
}

.boiler-slider .button-go-on .arrow-image {
	display: block;
	width: 10px;
	height: 80px;
	transform: rotate(90deg) translate(0px, -50%);
	position: absolute;
	right: 135%;
	top: -36%;
}

.boiler-slider .static-text {
	text-align: center;
	margin-top: 60px;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.25);
}

.boiler-slider .static-text .banner-heading {
	font-family: Murecho-Black;
	font-weight: 900;
	font-size: 5.75vw;
	text-transform: uppercase;
	margin: 0px 0px 2.75vw 0px;
	color: #191919;
}

.boiler-slider .static-text .banner-subheading {
	font-size: 3.25vw;
	line-height: 126.8%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	color: #191919;
}

.boiler-slider .slide-overlay-text {
	position: absolute;
	top: 23vw;
	left: 14vw;
	z-index: 2000;
}

.boiler-slider .slide-overlay-text .boiler-name {
	font-size: 5vw;
	font-family: 'Murecho-Bold';
	color: transparent;
	text-align: right;
	-webkit-text-stroke: 0.5px #191919;
}

.boiler-slider .slider-navigation-arrows {
	display: none;
	position: absolute;
	top: 40%;
	bottom: 40%;
	left: 2vw;
	right: 2vw;
	/* display: flex; */
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
	z-index: 200;
}

.boiler-slider .slider-navigation-arrows .navigation-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	width: 5vw;
	height: 5vw;
	border-radius: 50%;
	border: 3px solid #000;
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.boiler-slider .slider-navigation-arrows .navigation-arrow:hover {
	opacity: 1;
	transition: all 0.3s ease-out;
}

.boiler-slider .slider-navigation-arrows .navigation-arrow .arrow-icon {
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	border-radius: 0.3vw;
	display: block;
	width: 2vw;
	height: 2vw;
}
.catalog-download.center {
	    margin: 30px auto;
}

.boiler-slider .slider-navigation-arrows .navigation-arrow.arrow-prev .arrow-icon {
	transform: rotateZ(-135deg);
	margin-left: 0.8vw;
}

.boiler-slider .slider-navigation-arrows .navigation-arrow.arrow-next .arrow-icon {
	transform: rotateZ(45deg);
	margin-right: 0.8vw;
}

.boiler-slider .slider-navigation-buttons {
	position: absolute;
	bottom: 5vw;
	left: 0px;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1000;
	display: none;
}

.boiler-slider .slider-navigation-buttons .navigation-button {
	width: 0.75vw;
	height: 0.75vw;
	border: 1px solid #ccc;
	pointer-events: auto;
	border-radius: 50%;
	margin: 0px 0.325vw;
	background-color: #fff;
}

.boiler-slider .slider-navigation-buttons .navigation-button.active {
	pointer-events: none;
	background-color: #000;
}

.slides-wrapper {
	width: 1500px;
	height: 500px;
	position: relative;
	margin: 0 auto;
    margin-top: 197px;
	z-index: 0;
}

.slides-wrapper .slide-container {
	position: absolute;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
/* 	pointer-events: none; */
	pointer-events: auto;
	opacity: 0;
	z-index: -1;
	transform: translate(-50%, 0px);
	width: 22vw;
	height: 100%;
	left: 50%;
	right: 50%;
	transition: all 0.3s ease-out;
}

.slides-wrapper .slide-container .slide-inner-wrapper {
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slides-wrapper .slide-container .slide-inner-wrapper .slide-image-link {
	position: relative;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
}

.slides-wrapper .slide-container .slide-inner-wrapper .slide-image-link img {
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 0px);
	transition: all 0.3s ease-out;
}

.slides-wrapper .slide-container .slide-inner-wrapper .slide-image-link .slide-image-darken-overlay {
	position: absolute;
	display: block;
	/* background-image: radial-gradient(closest-side, rgba(0, 0, 0, 0.15) 60%, transparent 100%); */
	background: url('/wp-content/uploads/shadow-light.png') 0px 10rem no-repeat;
	width: 300%;
	height: 150%;
	top: -40%;
	background-size: 100% 100%;
	border-radius: 20%;
	bottom: 0px;
	transform: translate(-50%, 0px) translatez(-1px);
	left: 50%;
	z-index: -1;
	pointer-events: none;
	transition: all 0.3s ease-out;
}

.slides-wrapper .slide-container .slide-inner-wrapper .slide-heading {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 70%;
	left: 50%;
	z-index: 120;
	pointer-events: none;
	text-align: center;
	color: #fff;
	text-decoration: none;
	opacity: 0;
	transition: all 0.3s ease-out;
}

.slides-wrapper .slide-container .slide-inner-wrapper .slide-heading h2 {
	font-size: 2vw;
	font-weight: 700;
	white-space: nowrap;
}

.slides-wrapper .slide-container .slide-inner-wrapper .button-detailed {
	display: none;
	opacity: 0;
	pointer-events: none;
	padding: 1vw 2vw;
	border-radius: 2vw;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	pointer-events: auto;
	cursor: pointer;
	color: #fff;
	position: absolute;
	bottom: 15%;
	background: #191919;
	transition: all .3s ease-in-out;
	z-index: 121;
}

.slides-wrapper .slide-container .slide-inner-wrapper .button-detailed:hover {
	box-shadow: 0px 4px 40px #FFFFFF;
	transition: all .3s ease-in-out;
}


.slides-wrapper .slide-container.whp-fika.prev-sibling-2 .slide-inner-wrapper .slide-image-link img {
	bottom: -3%;
}

.slides-wrapper .slide-container.whp-fika.prev-sibling-1 .slide-inner-wrapper .slide-image-link img {
	left: 35%;
	bottom: -4%;
	zoom: 0.75;
}

.slides-wrapper .slide-container.whp-fika.next-sibling-1 .slide-inner-wrapper .slide-image-link img {
	zoom: 0.71;
	left: 60%;
	bottom: -3%;
}

.slides-wrapper .slide-container.whp-fika.next-sibling-2 .slide-inner-wrapper .slide-image-link img {
	bottom: -1%;
}

.slides-wrapper .slide-container.whp-fika.current .slide-image-link img {
	bottom: -10%;
}

.slides-wrapper .slide-container.whp-fika.current .slide-heading {
	bottom: 0%;
}

.slides-wrapper .slide-container.whp-fika.current .button-detailed {
	bottom: 20%;
}

.slides-wrapper .slide-container.whp-kul .slide-inner-wrapper .slide-image-link img {
	bottom: -7%;
}

.slides-wrapper .slide-container.whp-kul.prev-sibling-2 .slide-inner-wrapper .slide-image-link img {
	bottom: 0%;
	left: 56%;
}

.slides-wrapper .slide-container.whp-kul.prev-sibling-1 .slide-inner-wrapper .slide-image-link img {
	bottom: -9%;
}

.slides-wrapper .slide-container.whp-kul.current .slide-inner-wrapper .slide-image-link img {
	bottom: -12%;
}

.slides-wrapper .slide-container.whp-kul.current .slide-inner-wrapper .slide-heading {
	bottom: -12%;
}

.slides-wrapper .slide-container.whp-kul.current .slide-inner-wrapper .button-detailed {
	bottom: 25%;
}

.slides-wrapper .slide-container.whp-kul.next-sibling-1 .slide-inner-wrapper .slide-image-link img {
	bottom: -8%;
}

.slides-wrapper .slide-container.whp-kul.next-sibling-2 .slide-inner-wrapper .slide-image-link img {
	bottom: -2%;
	left: 46%;
}


.slides-wrapper .slide-container.whp-van.prev-sibling-2 .slide-inner-wrapper .slide-image-link img {
	left: 55%;
}

.slides-wrapper .slide-container.whp-van.prev-sibling-1 .slide-inner-wrapper .slide-image-link img {
	bottom: -6%;
}

.slides-wrapper .slide-container.whp-van.current .slide-inner-wrapper .slide-image-link img {
	bottom: -15%;
}

.slides-wrapper .slide-container.whp-van.current .slide-inner-wrapper .slide-heading {
	bottom: 2%;
}

.slides-wrapper .slide-container.whp-van.current .slide-inner-wrapper .button-detailed {
	bottom: 24%;
}

.slides-wrapper .slide-container.whp-van.next-sibling-1 .slide-inner-wrapper .slide-image-link img {
	bottom: -8%;
	left: 55%;
}

.slides-wrapper .slide-container.whp-van.next-sibling-2 .slide-inner-wrapper .slide-image-link img {
	zoom: 0.55;
	bottom: -4%;
}


.slides-wrapper .slide-container.whp-lagom.prev-sibling-1 .slide-inner-wrapper .slide-image-link img {
	zoom: 0.7;
	left: 40%;
}

.slides-wrapper .slide-container.whp-lagom.current .slide-inner-wrapper .slide-image-link img {
	bottom: -5%;
}

.slides-wrapper .slide-container.whp-lagom.current .slide-inner-wrapper .slide-heading {
	bottom: -5%;
}

.slides-wrapper .slide-container.whp-lagom.current .slide-inner-wrapper .button-detailed {
	bottom: 27%;
}

.slides-wrapper .slide-container.whp-lagom.next-sibling-1 .slide-inner-wrapper .slide-image-link img {
	left: 61%;
	zoom: 0.72;
	bottom: -3%;
}


.slides-wrapper .slide-container.whp-mysa.prev-sibling-1 .slide-inner-wrapper .slide-image-link img {
	bottom: -7%;
}

.slides-wrapper .slide-container.whp-mysa.current .slide-image-link img {
	bottom: -10%;
}

.slides-wrapper .slide-container.whp-mysa.current .slide-inner-wrapper .slide-heading {
	bottom: -15%;
}

.slides-wrapper .slide-container.whp-mysa.current .slide-inner-wrapper .button-detailed {
	bottom: 32%;
}

.slides-wrapper .slide-container.whp-mysa.next-sibling-1 .slide-inner-wrapper .slide-image-link img {
	bottom: -5%;
	left: 50%;
}

.slides-wrapper .slide-container.whp-mysa.next-sibling-2 .slide-inner-wrapper .slide-image-link img {
	bottom: -2%;
}



.slides-wrapper .slide-container.current {
	opacity: 1;
	zoom: 1;
	z-index: 100;
	bottom: 5%;
	transition: all 0.3s ease-out;
}

.slides-wrapper .slide-container.current .slide-inner-wrapper .slide-heading {
	opacity: 1;
	pointer-events: auto;
	transition: all 0.3s ease-out;
}

.slides-wrapper .slide-container.current .slide-inner-wrapper .slide-image-link img {
	transition: all 0.3s ease-out;
}

.slides-wrapper .slide-container.current .slide-inner-wrapper .slide-image-link .slide-image-darken-overlay {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.slides-wrapper .slide-container.current .slide-inner-wrapper .button-detailed {
	opacity: 1;
	display:block;
	z-index: 33;
	pointer-events: auto;
	transition: all 0.3s ease-out;
}

.slides-wrapper .slide-container.prev-sibling-1 {
	opacity: 1;
	z-index: 90;
	right: auto;
	left: 36%;
}

.slides-wrapper .slide-container.prev-sibling-1 .slide-inner-wrapper .slide-image-link img {
	zoom: 0.8;
}

.slides-wrapper .slide-container.prev-sibling-1 .slide-inner-wrapper .slide-image-link .slide-image-darken-overlay {
	left: 37%;
	height: 130%;
	top: -28%;
}

.slides-wrapper .slide-container.prev-sibling-2 {
	opacity: 1;
	z-index: 80;
	right: auto;
	left: 25%;
}

.slides-wrapper .slide-container.prev-sibling-2 .slide-inner-wrapper .slide-image-link img {
	zoom: 0.5;
}

.slides-wrapper .slide-container.prev-sibling-2 .slide-inner-wrapper .slide-image-link .slide-image-darken-overlay {
	top: 15%;
	width: 200%;
	height: 85%;
	left: 45%;
}

.slides-wrapper .slide-container.next-sibling-1 {
	opacity: 1;
	z-index: 90;
	right: auto;
	left: 63%;
}

.slides-wrapper .slide-container.next-sibling-1 .slide-inner-wrapper .slide-image-link img {
	zoom: 0.8;
}

.slides-wrapper .slide-container.next-sibling-1 .slide-inner-wrapper .slide-image-link .slide-image-darken-overlay {
	left: 52%;
	height: 130%;
	top: -28%;
}

.slides-wrapper .slide-container.next-sibling-2 {
	opacity: 1;
	z-index: 80;
	right: auto;
	left: 73%;
}

.slides-wrapper .slide-container.next-sibling-2 .slide-inner-wrapper .slide-image-link img {
	zoom: 0.5;
}

.slides-wrapper .slide-container.next-sibling-2 .slide-inner-wrapper .slide-image-link .slide-image-darken-overlay {
	top: 15%;
	width: 200%;
	height: 85%;
	left: 55%;
}

.slides-next,
.slides-prev {
	position: absolute;
	width: 22vw;
	height: 0;
	padding-top: 45.5%;
	bottom: 0;
}

.slides-next_1 {
	left:calc(50% + 7vw);
	z-index: 99;
}

.slides-next_2 {
	left:calc(50% + 20vw);
	z-index: 98;
}

.slides-prev_1 {
	left:calc(50% - 29vw);
	z-index: 99;
}

.slides-prev_2 {
	left:calc(50% - 42vw);
	z-index: 98;
}

.boiler-template-default .entry-title {
	display: none;
}

.boiler-item {
	display: flex;
	justify-content: space-between;
}

.boiler-image {
	max-width: 460px;
}

.boiler-image-inner img {
	max-width: 370px;
}

.boiler-title {
	max-width: 460px;
	width: 100%;
}

.boiler-text {
	padding-left: 30px;
	max-width: 680px;
}

.boiler-page-inner {
	margin-top: 70px;
}



.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.black-header {
	background: #4A4949;
}

.site-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

.nav-menu {
	display: flex;
	list-style: none;
	justify-content: space-between;
}

.nav-menu li a {
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
	font-size: 18px;
	font-family: 'Murecho-Light';
}

.social-items {
	display: flex;
}

.contact-item a {
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

.contact-item.phone {
	text-align: right;
}

.social-item:nth-child(1) {
	margin-right: 10px;
}

.language-inner select {
	font-weight: 700;
	color: #fff;
	background-color: #4A4949;
    text-transform: uppercase;
    border: none;
	font-family: 'Murecho', sans-serif;
	font-size: 16px;
}

.pros-whp {
	background: url(/wp-content/uploads/pros-whp-bg.jpg);
	position: relative;
	padding: 150px 0;
}

/*.pros-whp:after {
	right: 0;
	top: 0;
	content: '';
	background: url(/wp-content/uploads/pros-whp-boiler-1.png) 0 0 / 100% no-repeat;
	position: absolute;
	width: 590px;
	height: 1000px;
}*/
.title,
.boiler-title {
	font-family: 'Murecho-Black';
	font-size: 50px;
	line-height: 115.8%;
	text-transform: uppercase;
	padding-bottom: 25px;
}

.center {
	text-align: center;
}

.pros-whp-inner {
	max-width: 835px;
	width: 100%;
	position: relative;
}

.pros-whp-inner:after {
	
	content: " Плюси водонагрівача";
	display: none;
	opacity: 0.06;
	position: absolute;
	top: 45px;
	left: -83px;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 2px #000;
	font-size: 100px;
	color: #F1F1F3;
	text-transform: uppercase;
	font-family: 'Murecho-Black';
}

.pros-whp .subtitle {
	max-width: 350px;
	width: 100%;
	font-family: 'Murecho-Light';
}

.subtitle {
	font-weight: 400;
	font-size: 26px;
	line-height: 1.2;
}

.pros-whp-items {
	display: flex;
	flex-wrap: wrap;
	margin: 25px 0;
}

.pros-whp-item {
	width: 50%;
	text-align: left;
}

.pros-whp-item-title,
.pros-whp-item-desc {
	padding-left: 20px;
}

.pros-whp-item-title {
	font-family: 'Murecho-Bold';
	font-size: 20px;
	line-height: 127.8%;
}

.pros-whp-item-desc {
	line-height: 127.8%;
	max-width: 315px;
	width: 100%;
}

.inner-section {
	margin: 80px 0;
}

.features-whp {
	position: relative;
}

/*.features-whp:after {
	content: "Преміальна гарантія 8 років";
	display: block;
	opacity: 0.05;
	position: absolute;
	bottom: 145px;
	left: -83px;
	line-height: 1;
	text-shadow: 0px 2px 0 rgb(19, 19, 19), 0px -2px 0 rgb(19, 19, 19), 2px 0px 0 rgb(19, 19, 19), -2px 0px 0 rgb(19, 19, 19), 2px 2px 0 rgb(19, 19, 19), 2px -2px 0 rgb(19, 19, 19), -2px 2px 0 rgb(19, 19, 19), -2px -2px 0 rgb(19, 19, 19);
	font-size: 100px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	z-index: -1;
	max-width: 945px;
}*/
.features-whp .title {
	max-width: 600px;
	margin: 0 auto;
}

.features-whp .subtitle {
	max-width: 435px;
	margin: 0px auto 66px;
}

.features-inner {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.features-left {
	max-width: 330px;
	margin-right: 40px;
}

.features-title {
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 112.8%;
	padding-bottom: 15px;
}

.features-desc {
	margin-bottom: 30px;
}

.features-desc p {
	font-size: 20px;
	line-height: 127.8%;
}

.btn {
	max-width: 255px;
	display: flex;
	box-shadow: 0px 4px 40px #ffffff;
	border-radius: 50px;
	height: 55px;
	align-items: center;
	justify-content: center;
	color: #191919;
	font-size: 17px;
	text-decoration: none;
	font-weight: 700;
	border: 1px solid #191919;
}

.btn.black {
	color: #fff;
	background: #191919;
}

.features-right {
	max-width: 450px;
	margin-left: -30px;
}

.feature-list ul li {
	list-style: none;
	color: #191919;
	opacity: 0.5;
	position: relative;
	font-size: 24px;
	margin-bottom: 35px;
	margin-left: 35px;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.feature-list ul li.active {
	color: #191919;
	margin-left: 55px;
	opacity: 1;
	padding-left: 20px;
	transition: all .3s ease-in-out;
}

.feature-list ul li:after {
	content: ' ';
	display: inline-block;
	transform: scale(1);
	width: 50px;
	height: 8px;
	background: #A3A3A3;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	position: absolute;
	top: 22px;
	left: -72px;
	margin-top: -5px;
	border-top-right-radius: 50px;
	border-BOTTOM-right-radius: 50px;
	transition: all .3s ease-in-out;
}

.feature-list ul li.active:after {
	background: #191919;
	width: 90px;
	left: -92px;
	transition: all .3s ease-in-out;
}

.features-video {
	display: flex;
	margin-top: 100px;
	margin-left: 70px;
	align-items: center;
}

.features-video-desc {
	padding-left: 20px;
}

.features-video-title {
	font-weight: 900;
	font-size: 16px;
	line-height: 127.8%;
	color: #191919;
	padding-bottom: 10px;
}

.features-video-subtitle {
	font-weight: bold;
	font-size: 25px;
	line-height: 96.3%;
	color: #191919;
}

.features-center {
	z-index: 99999;
}

.product-items {
	display: flex;
	flex-wrap: wrap;
}

.product-item {
	width: 50%;
	cursor: pointer;
	text-decoration: none;
	color: #191919;
}

.product-item:hover .product-items-inner {
	background: #FFF7EC;
}

.product-items-inner {
	margin: 4px;
	background: #F1F1F2;
}

.product-img img {
	display: block;
	margin: 0 auto;

}

.product-img img,
.single-boiler .product-img img {
	width: auto;
	height: 553px;
}

.product-title {
	font-size: 40px;
	line-height: 114.8%;
	font-family: 'Murecho-Black';
	padding-top: 40px;
}

.product-subtitle {
	font-size: 18px;
	line-height: 127.8%;
	color: #181B2C;
	padding-top: 22px;
}

.product-more {
	max-width: 100%;
	text-align: center;
	width: 100%;
	margin: 10px auto;
}

.product-more span {
	font-weight: bold;
	font-size: 18px;
	position: relative;
}

.product-more span::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -15px;
	top: 58%;
	transform: translatey(-50%);
	background: url(/wp-content/uploads/icons/arrow-right-more.svg) no-repeat center;
	background-size: contain;
	transition: opacity .25s;
}

.btn-product-items {
	margin: 30px auto;
	max-width: 255px;
}

.partner-items {
	display: flex;
	flex-wrap: wrap;
}

.partner-item {
	width: 25%;
}

.partner-item-inner {
	background: #F1F1F2;
	padding: 10px;
	margin: 10px;
	height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;

}
#partners{
	margin-top: 85px;
	margin-bottom: 80px;
}

.partner-item-inner img {
	display: block;
	margin: 35px auto;
}

.partner-items-button,
.allpost {
	max-width: 255px;
	margin: 30px auto;
}

.about-company-homepage,
.top-whp {
	background: url(./images/ach-bg.jpg);
	padding: 100px 0;
	background-size: cover;
}

.about-company-homepage .title {
	color: #fff;
}

.ach {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ach-text {
	max-width: 695px;
	color: #fff;
}

.ach-btn {
	margin-top: 40px;
}

.ach-btn .btn {
	box-shadow: none;
	color: #fff;
	border: 1px solid #fff;
}

.ready-order-img img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.ready-form-items {
	display: flex;
	justify-content: space-evenly;
	margin: 30px 0;
}

.ready-form-item {
	max-width: 350px;
	width: 100%;
}

.ready-form-item input[type="text"],
.ready-form-item input[type="tel"] {
	max-width: 326px;
	width: 100%;
	border-radius: 50px;
	height: 46px;
	align-items: center;
	justify-content: center;
	color: #191919;
	font-size: 18px;
	text-decoration: none;
	font-weight: 700;
	border: 1px solid #191919;
	padding-left: 20px;
}

.ready-form-item input[type="submit"] {
	max-width: 350px;
	width: 100%;
	border-radius: 50px;
	height: 55px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	font-weight: 700;
	background: #191919;
	border: 1px solid #191919;
	cursor: pointer;
}

.page-id-1387 .ready-form-items {
	max-width: 1180px;
	margin: 30px auto;
	padding: 0 24px;
	gap: 22px;
	justify-content: center;
	align-items: flex-start;
}

.page-id-1387 .ready-form-item {
	flex: 0 1 260px;
	max-width: 260px;
	position: relative;
}

.page-id-1387 .ready-form-item input[type="text"],
.page-id-1387 .ready-form-item input[type="tel"],
.page-id-1387 .ready-form-item input[type="submit"] {
	box-sizing: border-box;
	max-width: none;
	width: 100%;
}

.page-id-1387 .wpcf7-spinner {
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	margin: 0;
	transform: translateX(-50%);
}

.blog {
	background-color: #F1F1F2;
}

.blog .pt-cv-wrapper {
	margin-top: 30px;
}

.pt-cv-title a {
	font-weight: 900;
	color: #191919;
	font-size: 20px;
}

.pt-cv-view .pt-cv-ifield {
	background-color: #fff;
}

.pt-cv-view .pt-cv-title,
.pt-cv-content {
	padding: 0 10px;
}

.pt-cv-wrapper [class*=pt-cv-] a {
	background: #fff;
	border: none;
	color: #191919;
	font-family: 'Murecho-Bold';
	padding: 0;
	position: relative;
	margin: 20px 0 0 0;
}

.pt-cv-readmore:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -15px;
	top: 20.5%;
	transform: translatey(-50%);
	background: url(/wp-content/uploads/icons/arrow-right-more.svg) no-repeat center;
	background-size: contain;
	transition: opacity .25s;
}

.error-404-inner {
	background: url(/wp-content/uploads/404-bg.jpg);
}

.error-404-items {
	display: flex;
	justify-content: space-evenly;
	padding: 50px 0;
}

.error-404-item.text {
	max-width: 460px;
	text-align: center;
	width: 100%;
}

.error-404-img {
	margin-top: 50px;
}

.error-404-title {
	font-size: 25px;
	line-height: 108.8%;
	text-align: center;
	color: #191919;
	font-weight: 900;
}

.error-404-desc p {
	font-weight: bold;
	line-height: 127.8%;
	text-align: center;
	color: #191919;
	margin-bottom: 30px;
}

.error-404-button .btn {
	margin: 20px auto 0;
}

.contact-page {
	background-color: #F1F1F2;
}

.contact-page-white {
	background-color: #fff;
	height: 177px;
	padding-top: 70px;
}

.contact-subtitle {
	position: relative;
}

.contact-subtitle:after {
	content: "Контакты";
	display: block;
	opacity: 0.05;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-shadow: 0px 1px 0 rgb(0 0 0), 0px -1px 0 rgb(0 0 0), 1px 0px 0 rgb(0 0 0), -1px 0px 0 rgb(0 0 0), 1px 1px 0 rgb(0 0 0), 1px -1px 0 rgb(0 0 0), -1px 1px 0 rgb(0 0 0), -1px -1px 0 rgb(0 0 0);
	-webkit-text-shadow: 0px 1px 0 rgb(0, 0, 0), 0px -1px 0 rgb(0, 0, 0), 1px 0px 0 rgb(0, 0, 0), -1px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0), -1px -1px 0 rgb(0, 0, 0);
	-moz-text-shadow: 0px 1px 0 rgb(0, 0, 0), 0px -1px 0 rgb(0, 0, 0), 1px 0px 0 rgb(0, 0, 0), -1px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0), -1px -1px 0 rgb(0, 0, 0);
	font-size: 100px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
}

.map-inner img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.contact-top {
	background: #191919;
	color: #fff;
	position: relative;
	margin-top: -100px;
}

.contact-top-items {
	display: flex;
}

.contact-top-item {
	width: 50%;
	padding: 30px;
}

.contact-top-item.exp-dep {
	padding: 30px 30px 30px 110px;
}

.contact-top-item.tec-sup {
	border-right: 1px solid #ffffff47;
}

.tec-sup-title,
.exp-dep-title {
	font-weight: bold;
	font-size: 20px;
}

.tec-sup-text p,
.tec-sup-free span {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	max-width: 480px;
	opacity: 0.7;
}

.tec-sup-phone a {
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	text-decoration: none;
}

.tec-sup-free span {
	margin-top: 15px;
	max-width: 300px;
	display: block;
}

.exp-dep-subtitle {
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0;
}

.exp-dep-phone,
.exp-dep-email {
	padding-top: 16px;
}

.exp-dep-phone a,
.exp-dep-email a {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding-left: 25px;
}

.exp-dep-phone a:after,
.exp-dep-email a:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 3px;
	background: url(/wp-content/uploads/icons/call-white.svg) no-repeat center;
	background-size: contain;
}

.exp-dep-email a:after {
	background: url(/wp-content/uploads/icons/email-white.svg) no-repeat center;
	top: 5px;
}

.contact-bottom {
	background-color: #fff;
}

.cb-inner {
	padding: 30px;
}

.cb-title {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 15px;
}

.cb-columns {
	display: flex;
}

.cb-column {
	width: 33.3333%;
}

.main-office .cb-columns .cb-column:nth-child(3) {
	margin-left: -100px;
	width: 41%;
}

.cb-adress {
	display: block;
	position: relative;
	padding-left: 25px;
	font-size: 16px;
}

.cb-adress:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 4px;
	background: url(/wp-content/uploads/icons/map-black.svg) no-repeat center;
	background-size: contain;
}

.cb-phone a,
.cb-mail a {
	position: relative;
	padding-left: 30px;
	text-decoration: none;
	color: #191919;
	font-size: 18px;
}
.cb-phone.two {
	display: flex;
	flex-direction: column;
}

.cb-phone a:after,
.cb-mail a:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 4px;
	background: url(/wp-content/uploads/icons/call-black.svg) no-repeat center;
	background-size: contain;
}

.cb-mail a:after {
	background: url(/wp-content/uploads/icons/email-black.svg) no-repeat center;
}

.cb-mail a:nth-child(2):after {
	display: none;
}

.contact-botton-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.citi-title {
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 10px;
}

.citi-item {
	margin-bottom: 25px;
}

.cb-phone.two a:nth-child(3):after,
.russian-affiliate .cb-phone a:nth-child(2):after {
	display: none;
}

.citi-item .cb-phone {
	margin-bottom: 15px;
}

.ui-icon-triangle-1-e,
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/wp-content/uploads/icons/accordeon-down.svg) !important;
	float: right;
	background-position: left !important;
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	transform: rotate(180deg);
}

.ui-accordion .ui-accordion-header {
	font-weight: bold;
	font-size: 20px !important;
	line-height: 127.8%;
	color: #191919;
	border: none;
	background: #fff;
	padding: 20px 0 !important;
	margin: 0 !important;
}

.ui-accordion .ui-accordion-content {
	padding: 20px 0 !important;
	border: none !important;
	border-bottom: 1px solid #E5E5E5 !important;
}

.ui-accordion .ui-accordion-header {
	border-bottom: 1px solid #E5E5E5 !important;
}

.ui-accordion-header-collapsed {
	font-weight: 400 !important;
}

.boiler-button-order {
	margin-top: 50px;
}

.tec-spec-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
}

.tec-spec-value {
	font-weight: bold;
	padding-left: 15px;
}

.technical-specifications {
	margin: 30px 0;
}

.tec-spec-tire {
	background: #F1F1F2;
	height: 1px;
	width: 100%;
}

.ready-order-with-bg {
	background: url(/wp-content/uploads/ach-bg.jpg);
	padding: 75px 0;
	color: #fff;
	background-size: cover;
}

.ready-order-with-bg input[type="text"],
.ready-order-with-bg input[type="tel"] {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.ready-order-with-bg ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff !important;
}

:focus {
	outline: none !important;
}

::-moz-focus-outer,
::-moz-focus-inner {
	border: 0px !important;
	padding: 0;
}

.site-footer {
	background: #4A4949;
	padding: 50px 0;
}

.footer-columns,
.footer-items {
	display: flex;
	justify-content: space-evenly;
}

.footer-column,
.footer-item {
	width: 50%;
}

.copyright {
	padding-top: 30px;
	color: #fff;
}

.footer-item-title {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 20px;
}

.footer-item-list{
	padding: 0;
	margin: 0;
}

.footer-item-list li,
.footer-phone,
.footer-email {
	padding-bottom: 10px;
}

.footer-item a {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

.footer-item a img {
	display: block;
	max-width: 32px;
}

.footer-item .social-items a {
	opacity: 1;
}

.top-whp-inner img {
	margin: 100px auto;
	display: block;
}

.happy-people {
	padding: 75px 0;
}

.happy-people-title {
	font-family: 'Murecho-Black';
	font-size: 80px;
	padding-bottom: 20px;
	text-transform: uppercase;
	position: relative;
}

/*.happy-people-title:after {
	content: "WE’RE HAPPY PEOPLE";
	display: block;
	position: absolute;
	font-size: 80px;
	font-family: 'Murecho-Black';
	color: transparent;
	-webkit-text-stroke: 1px #191919;
	bottom: 7px;
	left: 22px;
}*/
.title-news-bg, .aftertitle {
	display: none;
}
.proven-tandem {
	background: url(/wp-content/uploads/proven-tandem-bg.jpg);
	padding: 125px 0;
	background-repeat: space;
	background-position: center;
}

.proven-tandem p,
.further-service p {
	font-size: 28px;
	line-height: 127.8%;
	color: #fff;
	font-family: 'Murecho-Bold';
}

.whp-provide-items,
.whp-provide-lists,
.thinking-buy-items {
	display: flex;
	align-items: center;
}

.whp-provide-title {
	font-family: 'Murecho-Black';
	font-size: 50px;
	line-height: 115.8%;
	text-transform: uppercase;
	padding-bottom: 50px;
}

.whp-provide-lists ul {
	padding: 0 0 0 30px;
	margin: 0;
}

.whp-provide-list {
	height: 142px;
}

.whp-provide-lists ul li {
	font-family: 'Murecho-Bold';
	font-size: 20px;
	line-height: 1;
	padding-bottom: 15px;
	padding-right: 10px;
}

.whp-provide-list {
	width: 50%;
}

.whp-provide-img img {
	max-width: 420px;
}

.further-service {
	background: url(/wp-content/uploads/further-service-bg.jpg);
	padding: 125px 0;
	background-repeat: space;
	background-position: center;
}

.tbi-inner p {
	font-weight: normal;
	font-size: 30px;
	line-height: 127.8%;
}

.tbi-button {
	margin-top: 40px;
}

.characteristics__features {
	list-style: none;
	padding: 0;
	margin: 0;
}

.characteristics__features>li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 49px;
	border-bottom: 1px solid #191910;
}

#rmp_menu_trigger-201 {
	border: 1px solid #fff;
	border-radius: 0;
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	text-decoration: none;
	right: 0%;
	background: #191919;
	transition: transform 0.5s, background-color 0.5s;
	width: 65px;
	height: 40px;
	top: 14px;
}

.copyright-bottom {
	display: none;
}

.menu-toggle {
	display: none;
}

#blog-page {
	background: #F1F1F2;
	padding: 75px 0;
}

.blog-items .pt-cv-colsys {
	z-index: 9999;
}

.blog-items .pt-cv-view .pt-cv-title {
	padding: 20px 0 10px 20px;
}

.blog-items .pt-cv-content {
	padding: 0 0 10px 20px;
}

.pt-cv-wrapper .btn-success:active:hover,
.pt-cv-wrapper .btn-success:hover {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #191919 !important;
}

.aftertitle {
	opacity: 0.06;
	line-height: 1;
	font-size: 100px;
	color: rgb(241, 241, 243);
	text-transform: uppercase;
	font-family: Murecho-Black;
	-webkit-text-stroke: 2px rgb(0, 0, 0);
	margin-bottom: -8px;
}

.breadcrumb-boiler a {
	color: #191919;
	text-decoration: none;
}

.breadcrumb-boiler span {
	font-family: 'Murecho-Bold';
}

.boiler-image-button a {
	font-family: 'Murecho-Bold';
	color: #191919;
	text-decoration: none;
	border: 1px solid rgba(162, 162, 162, 0.38);
	box-shadow: 0px 4px 40px #ffffff;
	border-radius: 25px;
	padding: 13px 20px;
	margin: 20px auto;
	display: block;
	text-align: center;
	max-width: 230px;
}

#accordion {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #dcdcdc;
}

#accordion div {
	display: none;
	max-width: 510px;
}
#accordion div:last-child{
	padding-bottom: 20px;
}

#accordion h3 {
	cursor: pointer;
	position: relative;
	font-weight: 400;
	font-size: 20px;
	color: #191919;
	transition: all .3s ease-in-out;
}

#accordion .accord-active {
	font-weight: 700;
	transition: all .3s ease-in-out;
}

#accordion .accord-active:after {
	transform: rotate(180deg);
	transition: all .3s ease-in-out;
}

#accordion h3:after {
	content: '';
	width: 11px;
	height: 7px;
	display: block;
	position: absolute;
	background-image: url(./images/arrow-accord.svg);
	background-repeat: no-repeat;
	background-size: cover;
	top: 70%;
	right: 0;
	transform: rotate(0);
	transition: all .3s ease-in-out;

}

.boiler-title {
	position: relative;
	z-index: 1;
}

.boiler-title-bg {
	display: none;
	position: absolute;
	z-index: -1;
	font-weight: 900;
	font-size: 100px;
	line-height: 102px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 0 1px #c5c5c5, 0 1px 1px #c5c5c5, -1px 0 1px #c5c5c5, 0 -1px 1px #c5c5c5;
	top: -35px;
	left: -115px;
	width: 760px;

}

.boiler-title-mobile {
	display: none;
}

.breadcrumb-boiler-mobile {
	display: none;
}


.pros-whp-section-inner {
	display: flex;
	overflow: hidden;
}

.pros-whp-container {
	width: 1200px;
	margin: 0 auto;
}

.pros-whp-content {
	flex: 0 0 100%;
	display: flex;
}

.pros-whp-img-desktop,
.pros-whp-img-mobile {
	max-width: 100%;
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: 0;

}

.pros-whp-img-mobile {
	max-width: 450px;
	height: auto;
}

.pros-whp-image {
	flex: 0 0 50%;
	transform: translate(-420px, 0);
	position: relative;

}

.pros-whp-body {
	width: 100%;
	min-height: 472px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pros-whp-img-mobile {
	display: none;
}

.slides-wrapper img {
	max-width: 500px;
	height: auto;


}

.slides-wrapper .slide-heading h2 {
	display: none;
}

.pros-whp-image-main-page {
	transform: translate(-665px, 0);
}

.pros-whp-main-page {
	padding: 0;
}

.pros-whp-main-page .pros-whp-body {
	padding: 150px 0;
}

.features-center img {
	width: 350px;
}

/*Catalog*/
.catalog-breadcrumb {
	margin: 38px auto 6px;
	text-align: center;
}

.catalog-title .container {
	display: flex;
	align-items: center;
	justify-content: end;

}

.catalog-title span {
	font-family: 'Murecho-Bold';
	color: transparent;
	-webkit-text-stroke: 0.5px #191919;
	font-weight: 900;
	font-size: 100px;
	line-height: 102px;
	text-transform: uppercase;
	position: relative;
	top: 47px;
	flex-basis: 33%;
	z-index: -1;
}

.catalog-title h1 {
	flex-basis: 37%;
	font-family: 'Murecho-Black';
	font-size: 50px;
	line-height: 58px;
	text-transform: uppercase;
	color: #191919;

}

.catalog-download {
	display: block;
	background: #191919;
	border-radius: 25px;
	height: 50px;
	width: 255px;
	text-align: center;
	color: #fff;
	font-family: 'Murecho-Bold';
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	text-decoration: none;
	padding: 12px 0;
	box-sizing: border-box;
	transition: all .3s ease-in-out;
}

.catalog-download:hover {
	box-shadow: 0px 4px 40px #FFFFFF;
	transition: all .3s ease-in-out;
}

.catalog-block .container {
	display: flex;
	flex-wrap: wrap;
}

.catalog-show-more {
	width: 350px;
	height: 50px;
	margin: 0 auto;
	border: 1px solid #191919;
	box-shadow: 0px 4px 40px #FFFFFF;
	border-radius: 25px;
	font-family: 'Murecho-Bold';
	font-weight: 700;
	font-size: 18px;
	margin-top: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #191919;
	padding: 10px 0;
	box-sizing: border-box;
}

.catalog-page {
	padding-bottom: 100px;
}

.mobile-single-photo {
	display: none;
}

.single-boiler .pros-whp-img-desktop {
	display: block;
}

.gallery {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999;
	transform: scale(0);
}

.gallery-slider {
	width: 50%;
	margin: 0 auto;
	background-color: #fff;
	margin-top: 100px;
	position: relative;
}

.gallery-image-wrapper img {
	height: auto;
	width: 400px;
	margin: 0 auto;
}

.next-arrow {
	right: 10px;
	position: absolute;
	top: calc(50% - 32px);
}

.prev-arrow {
	left: 10px;
	position: absolute;
	top: calc(50% - 32px);
	transform: rotate(180deg);
	z-index: 3;
}

.close-gallery {
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/uploads/close-2.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 3;

}

.gallery-slider .slick-list {
	height: 674px !important;
}

.features-desc {
	font-size: 20px;
	line-height: 127.8%;
}
.characteristics__features>li span:nth-child(2){
	flex-basis: 43%;
	text-align: right;
}

svg {
	width: 460px;
	height: 800px;
}
.boiler-image-inner {
	width: 460px;
	height: 800px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 0;
}
image:hover {
	mask: url("#cursorMask");
	cursor: pointer;
}
/*Archive posts*/

.news-inner,
.popular-post-inner{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.blog-page .post img,
.popular-post-item img{
	width: 100%;
	height: auto;
}


.blog-page .entry-title a,
.popular-post-item-title {
	font-weight: 900;
	color: #191919;
	font-size: 20px;
}

.blog-page .post,
.popular-post-item{
	background-color: #fff;
	padding-bottom: 41px;
	flex-direction: column;
	align-items: flex-start;
	width: 340px;
	margin: 0 30px 30px;

}

.blog-page .post a,
.popular-post a {
	background: #fff;
	border: none;
	color: #191919;
	font-family: 'Murecho-Bold';
	padding: 0;
	position: relative;
}

.blog-page .post .read-more:after,
.popular-post .read-more:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -15px;
	top: 13px;
	transform: translatey(-50%);
	background: url(./images/icons/arrow-right-more.svg) no-repeat center;
	background-size: contain;
	transition: opacity .25s;
}

.blog-page .breadcrumb-boiler{
	margin-top: 38px;
}

.blog-page .breadcrumb-boiler p{
	text-align: center;

}
.news-title{
	text-align: center;
	font-family: 'Murecho-Black';
	font-weight: 900;
	font-size: 50px;
	line-height: 58px;
	text-transform: uppercase;
	color: #191919;
	margin-bottom: 87px;
}
.news-header{
	position: relative;
}
.title-news-bg{
	position:absolute;
	font-family: 'Murecho-Black';
	left: 0;
	top: 54px;
	font-size: 100px;
	line-height: 102px;
	text-transform: uppercase;
	margin: 0;
	color: #F1F1F2;
    text-shadow: 1px 0 1px #c5c5c5, 0 1px 1px #c5c5c5, -1px 0 1px #c5c5c5, 0 -1px 1px #c5c5c5;
}
.blog-page .post .entry-header,
.popular-post-item-title{
	margin: 0 auto;
    max-width: 275px;
}
.blog-page .post .entry-title a,
.popular-post-item-title{
	font-family: 'Murecho-Bold';
	font-weight: 700;
	font-size: 25px;
	line-height: 27px;
	color: #191919;
	text-decoration: none;
	margin-bottom: 10px;

}
.blog-page .post .entry-content,
.popular-post-item-text{
	max-width: 275px;
	margin: 0 auto 15px;
}
.read-more-wrapper,
.popular-post-item .read-more-wrapper{
	width: 275px;
	margin: 0 auto;
}
.read-more{
	text-decoration: none;
	display: inline;
}
.loadMoreBtn{
	display: block;
    max-width: 350px;
    height: 50px;
    width: 350px;
    padding: 10px 0;
    box-sizing: border-box;
	background-color: #191919;
	margin: 11px auto 0;
	color: #fff;
}
.loadMoreBtn span{
	color: #fff;
}
.blog-page{
	padding-bottom: 74px;
}
.single-title-bg{
	color: #fff;
    z-index: -1;
    top: -11px;
    left: 15%;
}
.single-post .breadcrumb-boiler p{
	text-align: center;
}


.popular-post-inner a{
	text-decoration: none;
}
.popular-post{
	background-color: #F1F1F2;
	padding: 65px 0 80px;
	margin-top: 69px;
}
.popular-post-item-title{
	margin-top: 25px;
}
.popular-post-item-text{
	font-family: 'Murecho';
}
.popular-post-item .read-more{
	position: relative;
}
.popular-post-item{
	padding-bottom: 40px !important;
}
.popular-post .slick-prev,
.popular-post .slick-next{
	display: none !important;
}
.popular-post-title{
	font-family: 'Murecho-Black';
	font-weight: 900;
	font-size: 50px;
	line-height: 58px;
	text-align: center;
	text-transform: uppercase;
	color: #191919;
	margin-bottom: 33px;

}
#main-page-blog .blog{
	padding: 65px 0 81px;
}
.boiler-slider .slider-navigation-arrows .navigation-arrow{
	position: absolute;
}
.boiler-slider .slider-navigation-arrows .navigation-arrow.arrow-next{
		position: absolute;
		right: 0;
	}
.pros-whp-single-boiler{
  padding: 60px 0px;
}
.pros-whp-single-boiler .pros-whp-body{
	padding-top: 70px;
}
.pros-whp-single-boiler .pros-whp-inner:after{
	top: -20px;
}
.product-items-pageboler-title{
	font-family: 'Murecho-Black';
	font-size: 50px;
	line-height: 58px;
	text-align: center;
	text-transform: uppercase;
	color: #191919;
	margin-top: 75px;
}
.single-boiler .ready-form-item input[type="submit"]{
	background: #fff;
	color: #000;
	border-color: #fff;
	transition: all .3s ease-in-out;
}
.single-boiler .ready-form-item input[type="submit"]:hover{
	box-shadow: 0px 4px 40px #FFFFFF;
	transition: all .3s ease-in-out;
}
#accordion h3:not(:first-child){
	border-top: 1px solid #DCDCDC;
    padding-top: 23px;
}
#partners {
	display: none;
}
.rmp-container .rmp-menu-title .rmp-menu-title-image {
	width: 120px;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}
#rmp-menu-title-201 {
	padding-top: 5%;
	padding-left: 3%;
	padding-bottom: 5%;
}
#rmp-menu-wrap-201 .rmp-menu-item-link {
	font-size: 16px;
}
#rmp-menu-additional-content-201 {
    background: rgba(255, 255, 255, 0.1);
    text-align: left;
    margin-top: 50px;
}
#rmp-menu-additional-content-201 a {
	color: 	#fff;
	text-decoration: 	none;
	font: optional;700
}

h2.tec-spec-title{
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #191919;
	margin-top: 73px;
	margin-bottom: 30px;
}
.tec-spec-show-more{
	font-weight: 700;
	font-size: 14px;
	margin-top: 32px;
	position: relative;
	cursor: pointer;
}
.boiler-popup{
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 9;
	display: none;
}
.boiler-popup-container{
	background-color: #fff;
    margin: 80px auto 0;
    width: 50%;
    padding: 50px;
    box-sizing: border-box;
	position: relative;
}
.boiler-popup .close{
	width: 24px;
	height: 24px;
	background-image: url(./images/close.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	right: 20px;
}
.boiler-popup img{
	height: 50vh;
	width: auto;
    display: block;
    margin: 0 auto;
}

.main-popup{
	position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    display: none;
	z-index: 9;
}
.main-popup-container{
	background-image: url(./images/bg-popup.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 340px;
    height: 413px;
    padding: 31px 24px 40px 25px;
	margin: 100px auto 0;
}
.main-popup-container h3{
	font-weight: 900;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.main-popup-container p{
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px
}
.main-popup-container input{
	box-sizing: border-box;
	width: 290px;
    background: rgba(0,0,0,0);
    color: #fff;
    border: 1px solid #fff;
    padding: 14px 20px;
    margin-bottom: 20px;
    border-radius: 25px;
}

.main-popup-container input::-webkit-input-placeholder {color:#fff; font-size: 18px;}
.main-popup-container input::-moz-placeholder          {color:#fff; font-size: 18px;}/* Firefox 19+ */
.main-popup-container input:-moz-placeholder           {color:#fff; font-size: 18px;}/* Firefox 18- */
.main-popup-container input:-ms-input-placeholder      {color:#fff; font-size: 18px;}

.main-popup-container input[type="submit"]{
	background: #FFFFFF;
	border-radius: 25px;
	font-weight: 700;
	font-size: 18px;
	line-height: 126.8%;
	color: #000;
	padding: 10px 0;
}
.main-popup-container input[type="submit"]:hover{
	box-shadow: 0px 4px 40px #FFFFFF;
}
.single-lang{
	display: none;
}
/*Adaptive*/
@media (max-width: 1500px) {
	.slides-wrapper {
		width: 1100px;
	}
	.slides-wrapper .slide-container.prev-sibling-2{
		left: 12%;
	}
	.slides-wrapper .slide-container.prev-sibling-1{
		left: 28%;
	}
	.slides-wrapper .slide-container.next-sibling-1{
		left: 72%;
	}
	.slides-wrapper .slide-container.next-sibling-2{
		left: 88%;
	}
}
@media (max-width: 1400px) {

	.pros-whp-main-page .pros-whp-body {
		padding: 120px 20px;
	}

	.pros-whp-body {
		width: 56%;
	}

	.pros-whp-image-main-page {
		transform: translate(-603px, 0);
	}
}

@media (max-width: 1200px) {
	.container {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.pt-cv-colsys {
		margin-left: 0;
		margin-right: 0;
	}

	.site-header {
		padding: 15px 20px;
	}

	.pros-whp-inner:after {
		top: -29px;
		left: 38px;
		line-height: 0.9;
		font-size: 58px;
	}

	.pros-whp:after {
		width: 460px;
		height: 760px;
	}

	.contact-page-container {
		padding: 0
	}

	.pt-cv-colsys .pt-cv-content-item {
		padding: 0;
		margin-bottom: 30px;
	}

	.boiler-title-bg {
		font-size: 73px;
		line-height: 75px;
		top: -26px;
		left: -30px;
		width: 640px;
	}

	.pros-whp-container {
		width: auto;
		padding: 0 20px;
	}

	.slides-wrapper img {
		max-width: 300px;
	}

	.boiler-slider .button-go-on .arrow-image {
		height: 62px;
	}

	.pros-whp-image-main-page {
		transform: translate(-497px, 0);
	}

	.pros-whp-inner:after {
		top: 97px;
		left: -5px;
	}

	.ready-form-item input[type="text"],
	.ready-form-item input[type="tel"] {
		max-width: 295px;
	}
	.slides-wrapper {
   	 width: 900px;
		margin-top: 70px;
	}
	.pros-whp-single-boiler .pros-whp-inner:after {
    top: 45px;
	}
	.boiler-popup-container{
		width:60%;
	}
}

@media (max-width: 1200px) {
	.page-id-1387 .ready-form-items {
		flex-wrap: wrap;
		max-width: 760px;
		gap: 20px;
	}

	.page-id-1387 .ready-form-item {
		flex: 0 1 calc(50% - 10px);
		max-width: 360px;
	}
}

@media (max-width: 992px) {

	.main-navigation,
	.site-header .header-contact,
	.site-header .header-social,
	.site-header .header-language {
		display: none;
	}

	#rmp-menu-additional-content-201 {
		padding: 20px;
	}

	.btp-items {
		display: flex;
	}

	#rmp-menu-wrap-201 .rmp-menu-current-item .rmp-menu-item-link,
	#rmp-search-box-201 {
		background: rgba(255, 255, 255, 0.1);
	}

	#rmp-search-box-201 {
		margin-top: 50px;
	}

	.header-contact .contact-item.phone {
		text-align: left;
	}

	.header-contact .contact-items {
		padding-bottom: 20px;
	}

	.contact-subtitle:after {
		top: 36px;
		left: -10px;
		font-size: 60px;
	}

	.error-404-items,
	.whp-provide-items,
	.thinking-buy-items {
		flex-direction: column;
		align-items: center;
	}

	.whp-provides {
		padding: 30px 0;
	}

	.boiler-item {
		flex-direction: column;
		align-items: center;
	}

	.boiler-title-desktop {
		display: none;
	}

	.breadcrumb-boiler-desktop {
		display: none;
	}

	.boiler-title-mobile {
		display: block;
	}

	.breadcrumb-boiler-mobile {
		display: block;
	}

	.boiler-page {
		margin-top: -60px;
	}

	.boiler-title-mobile .boiler-title-bg {
		top: 444px;
		left: -33px;
		width: 83vw;
	}

	.boiler-image-inner {
		position: relative;
		z-index: 1;
	}

	.btn.black {
		margin: 0 auto;
	}

	.ready-form-items {
		flex-direction: column;
		align-items: center;
	}

	.ready-form-item:not(:last-child) {
		margin-bottom: 20px;
	}

	.pros-whp:after {
		display: none;
	}

	.pros-whp-section-inner {
		flex-direction: column;
		align-items: center;
	}

	.pros-whp-img-desktop {
		position: relative;
		width: 290px;
	}

	.pros-whp-image {
		transform: translate(0);
		z-index: 0;
	}

	.pros-whp-body {
		width: 100%;
		padding: 0;
	}

	.pros-whp-single-boiler {
		margin-bottom: -170px;
	}

	.ready-order-single-boiler {
		position: relative;
		z-index: 2;
	}

	.ready-form-item input[type="text"],
	.ready-form-item input[type="tel"] {
		max-width: 326px;
	}

	.pt-cv-page {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.pt-cv-colsys .pt-cv-content-item {
		flex-basis: 46%;
	}

	.pros-whp-img-desktop {
		display: none;
	}

	.pros-whp-img-mobile {
		display: block;
		position: relative;
	}

	.pros-whp-main-page .pros-whp-body {
		padding: 80px 0 0;
	}

	.pros-whp-inner:after {
		font-size: 63px;
	}

	.partner-item-inner img {
		width: 100%;
	}

	.features-center img {
		width: 225px;
	}

	.features-right {
		max-width: 250px;
	}

	.feature-list ul li {
		margin-bottom: 25px;
	}

	.link-features-video img {
		width: 70px;
		height: auto;
	}

	.features-video-title {
		font-size: 13px
	}

	.features-video-subtitle {
		font-size: 20px;
	}

	.feature-list ul li {
		font-size: 20px;
	}

	.features-video {
		margin-left: 0;
	}

	.features-inner {
		position: relative;
		z-index: 2;
	}

	.slides-wrapper img {
		max-width: 250px;
	}

	.features-desc p {
		font-size: 17px;
	}

	.boiler-slider .button-go-on .arrow-image {
		right: 123%;
		height: 45px;
		top: -16%;
	}

	.catalog-title .container {
		flex-direction: column;
	}

	.catalog-download {
		order: 2
	}

	.catalog-title span {
		order: 1;
		top: 0;
		margin-bottom: 15px;
	}

	.catalog-title h1 {
		margin-bottom: -35px;
	}

	.catalog-title {
		margin-bottom: 20px;
	}

	.product-img img {
		width: 50%;
		height: auto;
	}

	.product-items-inner {
		display: flex;
		flex-direction: column;
	}

	.product-title {
		flex-basis: 95px;
	}
	.slides-wrapper {
		width: 750px;
		margin-top: 30px;
		height: 440px;
	}
	.pros-whp-single-boiler{
		padding: 0;
	}
	.boiler-popup-container{
		width: 90%;
	}

}

@media (max-width: 767px) {
	.boiler-popup img {
    	height: auto;
		width: 100%;
	}
	
	.contact-top-items {
		flex-direction: column;
	}

	.contact-top-item.tec-sup {
		border-bottom: 1px solid #ffffff47;
		border-right: none;
	}

	.contact-top-item.exp-dep {
		padding: 30px;
	}

	.cb-columns,
	.footer-columns,
	.footer-items {
		flex-direction: column;
	}

	.cb-column {
		width: 100%;
		padding-bottom: 10px;
	}

	.main-office .cb-columns .cb-column:nth-child(3) {
		margin-left: 0;
		width: 100%;
	}

	.footer-column,
	.footer-item {
		width: 100%;
		padding-bottom: 20px;
	}

	.footer-items .footer-item:nth-child(1) {
		display: none;
	}

	.copyright {
		display: none;
	}

	.copyright-bottom {
		display: block;
		color: #fff;
		opacity: 0.8;
		padding-left: 20px;
	}

	.site-footer {
		padding: 30px 0 20px;
	}

	.contact-top {
		margin-top: 0;
	}

	.contact-top-item {
		width: 100%;
	}

	.aftertitle {
		text-align: center;
		margin-top: -60px;
		margin-bottom: 0;
		font-size: 80px;
	}

	.blog-page .title {
		margin-bottom: 0
	}

	.blog-items {
		margin-top: -7px;
	}

	.contact-page-white {
		height: auto;
		padding-top: 27px;
	}

	.contact-map {
		margin-top: -4px;
	}

	.happy-people-title,
	.happy-people-title:after {
		line-height: 1;
		font-size: 60px;
	}

	.top-whp-inner img {
		margin: 20px auto;
		display: block;
		max-width: 350px;
		width: 100%;
	}

	.happy-people {
		padding: 30px 0;
	}

	.proven-tandem,
	.further-service {
		padding: 40px 0;
	}

	.proven-tandem p,
	.further-service p {
		font-size: 22px;
	}

	.tbi-inner p {
		font-size: 20px;
	}

	.slick-dots {
		list-style-type: none;
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}

	.dot {
		display: block;
		height: 14px;
		width: 14px;
		border-radius: 50%;
		background-color: #F1F1F2;
		margin-right: 12px !important;
		transition: all .3s ease-in-out;
	}

	.slick-active .dot {
		background-color: #000 !important;
		transition: all .3s ease-in-out;
	}

	.feature-mobile-slider .fm-item>span {
		font-weight: 700;
		font-size: 30px;
		line-height: 34px;
		color: #191919;
		margin-bottom: 21px;
		display: block;
	}

	.feature-mobile-slider p {
		margin-top: 0;
		font-weight: 300;
		font-size: 20px;
		line-height: 26px;
		color: #191919;
	}

	.features-whp .subtitle {
		margin: 0px auto 40px;
	}

	.features-center {
		margin-bottom: 40px;
	}

	.ach {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.ach-logo-inner img {
		height: 75px;
		width: auto;
	}

	.characteristics__features {
		margin-bottom: 20px;
	}

	.gallery-slider {
		width: 80%;
	}
	.slides-wrapper {
		width: 540px;
		margin-top: 30px;
		height: 370px;
	}
	.slides-wrapper img {
   	 max-width: 210px;
	}
}
@media (max-width: 735px) {
	.news-inner{
		justify-content: center;
	}
}

@media (max-width: 530px) {
	.slides-wrapper img {
		max-width: 150px;
	}

	.title,
	.boiler-title {
		font-size: 30px;
	}

	.product-item:nth-child(3),
	.product-item:nth-child(4) {
		display: none;
	}

	.product-items {
		flex-direction: column;
		align-items: center;
		padding: 0 15px;
	}

	.product-item {
		width: 100%;
	}

	.button-go-on {
		display: none;
	}

	.partner-items {
		flex-direction: column;
		align-items: center;
	}

	.partner-item {
		width: 100%;
	}

	.partner-item-inner img {
		width: 70%;
	}

	.gallery-image-wrapper img {
		width: 230px;
	}

	.gallery-slider .slick-list {
		height: 430px !important;
	}

	.gallery-slider {
		width: 90%;
	}
	.boiler-slider{
		min-height: auto;
	}
	.slides-wrapper {
		width: 400px;
		margin-top: 30px;
		height: 265px;
	}
	.boiler-slider .slide-overlay-text{
		top: 33vw;
	}
	.boiler-slider .slider-navigation-arrows{
		display: block;
		top: 50%;
		left: 35px
	}
	.pros-whp-inner:after {
		top: 39px;
	}
	.pros-whp-single-boiler .pros-whp-inner:after {
    top: 25px;
}
	.boiler-popup-container{
		padding: 15px;	
		margin-top: 50px;	
	}
	.boiler-slider .slide-overlay-text .boiler-name{
		-webkit-text-stroke: 0.5px #bab9b9;
	}
	
}

@media (max-width: 480px) {
	.contact-page-white {
		height: auto;
		padding: 30px 0 0;
	}

	.contact-subtitle:after {
		top: -57px;
		left: 10px;
		font-size: 50px;
	}

	.tec-sup-text {
		width: 100%;
		max-width: 330px;
	}

	.blog-page .title {
		margin-bottom: 15px;
	}

	.aftertitle {
		margin-top: -64px;
		font-size: 65px;
	}

	.error-404-boiler img {
		max-width: 270px;
		width: 100%;
		display: block;
	}

	.error-404-img {
		margin-top: -60px;
	}

	.error-404-img img,
	.tbi-img img {
		width: 100%;
	}

	.whp-provide-lists {
		flex-direction: column;
	}

	.whp-provide-list {
		width: 100%;
		height: auto;
	}

	.whp-provide-img img {
		max-width: 300px;
	}

	.btn.black {
		margin: 0 auto;
	}

	.happy-people-title,
	.happy-people-title:after {
		font-size: 50px;
	}

	.happy-people-title:after {
		bottom: 16px;
		left: 2px;
	}

	.whp-provide-title {
		font-size: 40PX;
	}

	.boiler-image-inner {
		width: 100% !important;
		height: auto !important;
		background: none !important
	}

	.boiler-image-inner svg {
		display: none;
	}

	.mobile-single-photo {
		display: block;
		margin: 0 auto;
	}

	.boiler-image {
		max-width: 310px;
	}

	.boiler-image-inner img {
		max-width: 100%;
	}

	.boiler-title-mobile .boiler-title-bg {
		top: 170px;
	}

	.pros-whp-img-mobile {
		max-width: 100%;
		height: auto;
	}
	.catalog-title span {
		display: block;
		padding: 0 20px;
		width: 100%;
		max-width: 500px;
		font-size: 80px;
		text-align: center;
		margin-top: -10px;
	}
	
}
@media only screen and (max-width: 400px) {
	
	.boiler-slider .slider-navigation-arrows{
		display: none;
	}
	.slides-wrapper {
		margin-top: 60px;
	}

	.boiler-slider .static-text .banner-heading {
		font-size: 9vw;
	}

	.boiler-slider .static-text .banner-subheading {
		font-size: 6vw;
	}

	.boiler-slider .slide-overlay-text {
		top: 42vw;
		left: -50px;
		right: -50px;
	}

	.boiler-slider .slide-overlay-text .big-text-1 {
		font-size: 15vw;
		text-align: center;
	}

	.slides-wrapper .slide-container.next-sibling-1 {
		opacity: 0;
	}

	.slides-wrapper .slide-container.next-sibling-2 {
		opacity: 0;
	}

	.slides-wrapper .slide-container.current {
		opacity: 1;
		width: 80%;
		height: 70%;
		bottom: auto;
	}

	.slides-wrapper .slide-container.current .slide-image-link {
		zoom: 0.7;
	}

	.boiler-slider .slider-navigation-buttons {
		bottom: 6%;
		display: flex;
	}

	.boiler-slider .slider-navigation-buttons .navigation-button {
		width: 2.5vw;
		height: 2.5vw;
		margin: 0.5vw;
	}

	.slides-wrapper .slide-container.current .slide-heading {
		top: 45%;
		bottom: auto !important;
	}

	.slides-wrapper .slide-container.current .slide-heading h2 {
		font-size: 8.5vw;
		line-height: 1em;
	}

	.slides-wrapper .slide-container.current .slide-inner-wrapper .button-detailed {
		padding: 3vw 5vw;
		border-radius: 6vw;
		bottom: 0;
	}

	.slides-wrapper .slide-container .slide-inner-wrapper .button-detailed {
		font-size: 5.5vw;
	}

	.slides-wrapper .slide-container.prev-sibling-1 {
		opacity: 0;
	}

	.slides-wrapper .slide-container.prev-sibling-2 {
		opacity: 0;
	}
	.slides-wrapper .slide-container .slide-inner-wrapper .slide-image-link img {
		bottom: -100%;
	}
	.slides-wrapper {
		width: 300px;
	}
	.slides-wrapper img {
		max-width: 360px;
	}

	.slides-wrapper .slide-heading h2 {
		display: block;
		margin-top: -55px
	}

	.slides-wrapper .slide-container.current .slide-heading {
		top: 65%;
	}
	.pros-whp-items {
		flex-direction: column;
	}

	.pros-whp-item {
		width: 100%;
	}

	.ach-logo-inner img {
		height: 57px;
		width: auto;
	}

	.catalog-title h1 {
		margin-top: 0;
		margin-bottom: -44px;
	}

	.catalog-title span {
		font-size: 65px;
		margin: 0;
	}

	.product-title {
		flex-basis: auto;
		font-size: 30px;
	}

	.catalog-show-more {
		width: 90%;
	}
	.pros-whp-inner:after {
    top: 50px;
	}
	.product-items-pageboler-title{
		font-size: 30px;
	}
	.product-img img, .single-boiler .product-img img {
		width: auto;
		height: 470px;
	}
	.boiler-popup .close {
    	width: 14px;
		height: 14px;
	}
	.boiler-slider .slide-overlay-text .boiler-name{
		-webkit-text-stroke: 0.5px #191919;
	}
	.main-popup-container{
	width: 250px	
	}
	.main-popup-container input{
		width: 245px;
	}
}


.sub-menu {
	position:absolute;
	top: 130%;
	opacity: 0;
	visibility:hidden;
	list-style-type:none;
	padding:  15px;
	width: 200px;
	background-color:black;
	transition: all 0.3s ease-in-out;
	z-index:10;
}
.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@media only screen and (min-width: 992px) {
	.sub-menu {
		position:absolute;
		transform: translateY(-50px);
	}
		.menu-item-has-children {
		position: relative;
	}
	
	.menu-item-has-children:hover .sub-menu {
		transform: translateY(0);
	}
	
}

@media only screen and (max-width: 991px) {

	.rmp-submenu {
		height: 0;
	}
		.menu-item-has-children {
		
	}
	
	.menu-item-has-children:hover .rmp-submenu {
		height: auto;
		display:block!important;
	}
	
}

@media (max-width: 640px) {
	.page-id-1387 .ready-form-items {
		max-width: 380px;
		padding: 0 20px;
		gap: 16px;
	}

	.page-id-1387 .ready-form-item {
		flex: 0 1 100%;
		max-width: 340px;
	}
}
