/* Common */
[data-page-type="HomePage"] aside,
[data-page-type="HomePage"] .sideWidget_holder,
[data-page-type="HomePage"] .widget_header {
	display: none;
}
.content_centerColumn {
	width: 1220px;
}
.sideWidget_heading.custom-heading {	
	margin-bottom: 30px;
}

h1.orange-highlight {
	display: flex;
	flex-flow: column wrap;
	align-items: flex-start;
	gap: 1rem;
	padding: 30px 0 40px;
	font-family: "Montserrat", sans-serif;
	font-size: 3.25rem;
	margin: 0;
}
h1.orange-highlight::before {
	display: none;
}
h1.orange-highlight span {
	padding: 0 30px;
	background-color: #fd7825;
	color: #fff;
}

.cta-button {
	display: inline-block;
	box-sizing: border-box;
	max-width: 280px;
	padding: 13px 18px 11px;
	text-align: center;
	background-color: #fd7825;
	color: #fff !important;
	border: 2px solid #fd7825;
	border-radius: 2px;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.cta-button:hover {
	background-color: #fff;
	color: #fd7825 !important;
	text-decoration: none !important;
}


p.orange-highlight {
	display: flex;
	flex-flow: column wrap;
	align-items: flex-start;
	gap: 1rem;
	padding: 0 0 20px;
	font-family: "Montserrat", sans-serif;
	font-size: 1.625rem;
	margin: 0;
	max-width: 800px;
    line-height: 1.4;
}
p.orange-highlight span {
	padding: 0 30px;
	background-color: #fd7825;
	color: #fff;
}

@media screen and (max-width: 768px) {
	h1.orange-highlight {
		display: block;
		padding: 20px 0 20px 20px;
		font-family: "Montserrat", sans-serif;
		font-size: 2rem;
		margin: 0;
	}
	h1.orange-highlight span {
		padding: 0;
	}
}


/* Left column */
.sideWidget .sideWidget_content.typography p {
	line-height: 1.75;
	font-size: 18px;
}
.sideWidget .sideWidget_content.typography a {
	color: #333;
}
.sideWidget .sideWidget_content.typography a:hover {
	color: #de6e00;
}
.sideWidget.sideMenu {
	background: #f9f9f9;
}
.sideMenu_firstLevelItemLink {
	font-weight: 500;
	color: #555 !important;
}

/* Header */
.marck-script-regular {
	font-family: "Marck Script", cursive;
	font-weight: 400;
	font-style: normal;
}
.header_content::after {
	content: "Ценим Ваше доверие!";
    width: 320px;
    position: absolute;
    right: 10px;
    top: 25px;
    font-size: 62px;
    color: #fd7825;
    text-shadow: 2px 2px 0 #fff;
    transform: rotate(-15deg);
    line-height: 70px;
    text-align: center;
    letter-spacing: -4px;
    font-family: "Marck Script", cursive;
    font-weight: 400;
    font-style: normal;
}

/* Landing */
.hero-custom-block {
	position: relative;
	background: #f0f0f0 url("https://rkpanel.ru/assets/Uploads/IMG_1086.JPG") 0 center;
	background-size: cover;
	width: 100%;
	height: 550px;
	margin-bottom: 60px;
}
.hero-custom-landing-slider {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: inline-block;
	width: 100%;
	height: 550px;
	overflow: visible;
}
.hero-custom-landing-slide-item {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 550px;
}
.hero-custom-block-content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 550px;
}
.hero-advantages {
	display: flex;
	flex-flow: column wrap;
	align-items: flex-start;
	gap: 10px;
	list-style: none !important;
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width: 600px;
}
.hero-advantages li {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 15px;
	padding: 7px 30px !important;
	font-family: "Montserrat", sans-serif;
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 500;
	color: #333;
	background-color: rgba(255, 255, 255, 0.8);
}
.hero-advantages li:before {
	display: none;
}
.hero-advantages li:before {
	display: none;
}
.hero-advantages li img {
	width: 32px;
	height: 32px;
}
.cta-button.hero-button {
	position: absolute;
	bottom: 40px;
	right: 40px;
}

@media screen and (max-width: 768px) {
	.content_centerColumn,
	.content,
	.content.content__widgetArea,
	body {
		width: 100%;
		min-width: 100%;
	}
	.trust-block {
		position: absolute;
		height: 100px;
		right: 7px;
		top: 460px;
		font-size: 42px;
		color: #fff;
		text-shadow: 2px 2px 0 #000;
		transform: rotate(-15deg);
		line-height: 40px;
		text-align: center;
		letter-spacing: -3px;
	}

	.hero-custom-block {
		height: 570px;
	}
	.hero-custom-landing-slider {
		height: 570px;
	}
	.hero-custom-landing-slide-item {
		height: 570px;
	}

	.hero-custom-block-content {
		position: relative;
		height: 570px;
	}

	ul.hero-advantages {
		align-items: flex-start;
		gap: 10px;
		max-width: auto;
	}
	.hero-advantages li {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		padding: 7px 20px !important;
		font-size: 1rem;
		line-height: 1.4rem;
	}
	.hero-advantages li img {
		width: 26px;
		height: 26px;
	}
	.cta-button.hero-button {
		position: static;
		margin: 30px 0 0 20px;
		padding: 10px 10px;
		text-align: center;
	}
}


/* Services */
.services-custom-block {
	margin-bottom: 60px;
}
.services-custom-block-content {
	display: flex;
	flex-flow: row nowrap;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}
.services-custom-block-content a {
	display: block;
	width: 25%;

	margin: 0;
}
.services-custom-block-content img {
	width: 100%;
	margin-bottom: -20px;
}
.services-custom-block-content span {
	display: block;
	position: relative;
	padding: 20px 5px;
	text-align: center;
	background-color: #fd7825;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 0.95rem;
	font-weight: bold;
	text-transform: uppercase;
}
.services-custom-block-content a:hover span {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.services-custom-block-content {
		display: flex;
		flex-flow: column wrap;
		gap: 20px;
		justify-content: space-between;
		align-items: center;
	}
	.services-custom-block-content a {
		width: 100%;
	}
}


/* Parners */
.partners-custom-block {
	margin-bottom: 60px;
}
.partners-custom-block-content {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
}
.partners-custom-block-content div {
	width: 204px;
}
.partners-custom-block-content img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.partners-custom-block-content {
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: center;
		gap: 20px;
	}
}


/* Feedback */
[data-page-type="HomePage"] aside,
[data-page-type="HomePage"] .sideWidget_holder,
[data-page-type="HomePage"] .widget_header {
	display: none;
}
.content_centerColumn {
	width: 1220px;
}
.sideWidget_heading.custom-heading {
	margin-bottom: 30px;
}

.feedback-custom-block {
	margin-bottom: 80px;
}
.feedback-custom-block-content {
	display: flex;
	flex-flow: row nowrap;
	gap: 20px;
	justify-content: space-between;
	align-items: flex-start;
}
.feedback-custom-block-content div {
	width: 33.33%;
	flex-grow: 1;
	padding: 30px 40px;
	background-color: #f0f0f0;
	color: #000;
}

.feedback-custom-block-content h5,
.feedback-custom-block-content p,
.feedback-custom-block-content b,
.feedback-custom-block-content i {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
}
.feedback-custom-block-content h5 {
	font-size: 1.25rem;
	margin: 0 0 10px;
}
.feedback-custom-block-content p {
	margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
	.feedback-custom-block-content {
		display: flex;
		flex-flow: column wrap;
		gap: 20px;
		align-items: center;
	}
	.feedback-custom-block-content div {
		width: 100%;
		padding: 30px;
	}
}


/* Popup */
.popup-overlay {
	display: block;
	position: fixed;
	z-index: 1000;
	bottom: 5%;
	right: 40px;
	width: auto;
	height: auto;
	opacity: 0;
	transform: translateY(50px);
	pointer-events: none;
	transition: opacity 0.4s ease, transform 0.4s ease;
}
.popup-overlay.show {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.popup-container {
	width: 100%;
	max-width: 400px;
	position: relative;
	background: white;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
}
.popup-container .typography_h2 {
	margin: 0 0 1.5rem 0;
}
.popup-container p {
	margin-bottom: 3rem;
}
.popup-close-button {
	position: absolute;
	z-index: 1;
	right: 1rem;
	top: 1rem;
	width: 48px;
	height: 48px;
	border: none;
	background: transparent url("https://rkpanel.ru/assets/Uploads/closeicon.png") center center no-repeat;
	background-size: contain;
}
.popup-form input,
.popup-form textarea,
.popup-form .form_field,
.popup-form label {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.popup-form {
	padding: 2rem 2.5rem;
}
.popup-form form {
	margin: 0;
    padding: 0;
    background: none;
}


/* Promo */
.custom__promo {
	position: relative;
	width: 100%;
	margin-top: -120px;
	padding: 0 0 40px;
	background-size: cover !important;
}

.custom__promo__construction {
	background: #fff url("https://rkpanel.ru/assets/promo/constructions.jpg") 0 50% no-repeat;
}
.custom__promo__sandwich {
	background: #fff url("https://rkpanel.ru/assets/promo/sandwich.jpg") 0 50% no-repeat;
}
.custom__promo__machinery {
	background: #fff url("https://rkpanel.ru/assets/promo/machinery.jpg") 0 100% no-repeat;
}

.custom__promo h1 {
	padding-bottom: 20px;
}
.custom__promo ul {
	margin-bottom: 20px;
	padding: 20px 30px 20px 50px !important;
	font-family: "Montserrat", sans-serif;
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 500;
	color: #333;
	display: inline-flex;
	flex-direction: column;
	background-color: rgba(255, 255, 255, 0.8);
}
.custom__promo li {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 1rem;
}
.custom__promo li:last-child {
	margin-bottom: 0rem;
}

.custom__promo .hero-advantages {
	background: none;
	display: flex;
	flex-flow: column wrap;
	align-items: flex-start;
	gap: 10px;
	list-style: none !important;
	list-style-type: none !important;
	margin: 20px 0 40px !important;
	padding: 0 !important;
	max-width: 600px;
}

.custom__promo .perks {
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
	padding: 20px 20px 40px;
}

.custom__promo .perk-item {
	flex: 1 1 calc(50% - 20px);
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	gap: 20px;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 6px;
}

.custom__promo .perk-item img {
	width: 52px;
	height: 52px;
}

.custom__promo .perk-item h6 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0;
}
.custom__promo .perk-item h6 span {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
}

.custom__promo .cta-button {
	margin-left: 25px;
}

@media screen and (max-width: 768px) {
	.custom__promo {
		margin-top: -130px;
	}
	.custom__promo h1 {
		padding-bottom: 10px;
		text-align: center;
		width: 90%;
		margin: 0 auto 10px;
		padding: 20px 0 0;
	}
	.custom__promo h1 span {
		display: inline-block;
		margin-bottom: 2px;
		padding: 0 10px;
	}
	.custom__promo p {
		width: 80%;
		margin: 0 auto;
		font-size: 1.3rem;
		line-height: 1.5;
		text-align: center;
	}
	
	.custom__promo ul {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		padding: 20px 30px 20px 30px !important;
	}

	.custom__promo li {
		font-size: 1rem;
		line-height: 1.4rem;
		margin-bottom: 0.6rem;
	}
	
	.custom__promo .perks {
		display: flex;
		flex-flow: row wrap;
		gap: 15px;
		padding: 20px 20px 40px;
	}
	
	.custom__promo .perk-item {
		flex: 1 1 calc(100%);
	}
	.custom__promo .perk-item img {
		width: 36px;
		height: 36px;
	}
	.custom__promo .cta-button {
		display: block;
		margin: 0 auto;
	}
}