:root {
	--primary-color: #972725;
	--primary-hover-color: #571312;
}

.row {
	width: 100%;
	margin: 0;
}

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

p {
	line-height: 1.2;
}

button,
a,
input {
	transition: 0.3s ease;
	position: relative;
}

button:focus {
	outline: none;
}

input button:focus,
div:focus,
input:focus {
	outline: none;
}

input {
	padding: 15px 13px;
	height: 46px;
	width: 100%;
	border: 1px solid #a7a7a7;
	border-radius: 5px;
	background-color: #fff;
}

.form-group {
	margin-bottom: 14px;
}

input::placeholder {
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	color: #878787;
}

input:focus {
	box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.2);
}

button:focus {
	outline: none;
}

header {
	padding: 16px 0;
	position: fixed;
	width: 100%;
	height: 105px;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 999;
}

h2 {
	font-weight: 700;
	font-size: 34px;
}

.navbar .nav-link {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000;
}

.navbar .nav-link:hover {
	color: var(--primary-color);
	text-decoration: underline;
}

#content {
	margin-top: 105px;
}

header a {
	font-weight: 700;
	display: inline-block;
	margin-bottom: 9px;
	font-size: 17px;
	text-decoration: none;
	color: #000;
}

.hero-section {
	background-size: cover;
	background-image: url('/images/hero-section-bg.webp');
	background-repeat: no-repeat;
	background-position: center;
	padding: 56px 0;

}

.hero-section h1 {
	font-weight: 700;
	font-size: 39px;
	color: var(--primary-color);
	margin-bottom: 70px;
}

.hero-section .subtitle {
	font-weight: 700;
	font-size: 25px;
	color: #000;
}

.hero-form-block {
	position: relative;
	max-width: 280px;
	width: 100%;
	margin-left: auto;
	backdrop-filter: blur(4px);
	background: rgba(255, 255, 255, 0.6);
	padding: 40px 30px 12px;
}

.hero-form-block h2 {
	font-weight: 700;
	color: var(--primary-color);
	font-size: 24px;
	margin-bottom: 39px;
}

.privacy-info,
.privacy-info a {
	font-weight: 400;
	font-size: 10px;
	color: #777;
}

.btn {
	height: 46px;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	width: 100%;
}

.primary-btn {
	background-color: var(--primary-color) !important;
	border: 1px solid var(--primary-color) !important;
	color: #fff !important;
}

.primary-btn:hover {
	background-color: var(--primary-hover-color);
	color: #fff;
}

.hero-form-block form>.form-group:nth-child(3) {
	margin-top: 35px;
}

.works-section {
	background: #1d1d1d;
	padding: 61px 0px 114px;
}

.works-section h2 {
	color: #fff;
}

.section-title {
	margin-bottom: 75px;
}

.works-slider-row {
	position: relative;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.works-slider-row .swiper-button-next,
.works-slider-row .swiper-button-prev {
	width: 50px;
	height: 50px;
}

.works-slider-row .swiper-button-next {
	right: -65px;
}

.works-slider-row .swiper-button-prev {
	left: -65px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	content: none;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide>a {
	height: 100%;
	width: 100%;
}

.swiper-slide {
	height: 312px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.materials-section {
	padding: 59px 0;
}

.materials-section .material-item h3 {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 5px;
	color: #000;
}

.materials-section .material-item p {
	margin-bottom: 30px;
	text-align: center;
	font-weight: 400;
	font-size: 19px;
}

.materials-section .material-subitem .img-block {
	border: 1px solid #000;
	width: 186px;
	height: 167px;
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	margin-bottom: 7px;
}

.materials-section .material-subitem img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.materials-section .material-subitem p {
	font-weight: 400;
	font-size: 19px;
	text-align: center;
	color: #000;
}

.materials-section .section-title {
	margin-bottom: 40px;
}

.consult-section {
	padding: 89px 0;
	background-image: url('/images/consult-section-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.consult-section h2 {
	color: #fff;
}

.consult-form .privacy-info {
	font-size: 11px;
}

.consult-form .privacy-info a {
	color: var(--primary-color);
}

.ladder-types-section {
	padding: 80px 0;
}

.ladder-types-section .ladder-item h5 {
	font-weight: 700;
	font-size: 24px;
	color: #000;
}

.ladder-types-section .ladder-item .img-block {
	margin-bottom: 29px;
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ladder-types-section .ladder-item .img-block img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.ladder-types-section .ladder-item p {
	font-weight: 400;
	font-size: 18px;
	color: #000;
}

.work-steps-section {
	padding: 59px 0;
	background: #ededed;
}

.work-steps-section .step-item {
	text-align: center;
}

.work-steps-section .step-item h5 {
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	color: #000;
}

.work-steps-section .step-item-img {
	margin-bottom: 49px;
	position: relative;
}

.work-steps-section .step-item-wrapper {
	position: relative;
}

.work-steps-section .step-item-wrapper:not(:last-child) .step-item-img::after {
	position: absolute;
	content: '';
	background-image: url('/images/arrow-next.svg');
	background-repeat: no-repeat;
	width: 27px;
	background-size: cover;
	height: 27px;
	right: -25px;
	top: 50%;
	transform: translateY(-50%);
}

.slogan-section {
	padding: 111px 0px 138px;
}

.slogan-section .slogan-small {
	margin-top: 56px;
	font-weight: 400;
	font-size: 21px;
	text-align: center;
	color: #000;
	margin-bottom: 55px;
}

.slogan-section .slogan-text {
	font-style: italic;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
	color: #000;
	font-family: 'Roboto', sans-serif;
}

.copyright-block {
	margin-bottom: 8px;
}

.copyright-block,
footer .privacy-link {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

footer .privacy-link:hover {
	text-decoration: underline;
}

footer {
	padding: 25px 0;
	background: #333;
}

.footer-slogan-text {
	font-weight: 400;
	font-size: 19px;
	text-align: center;
	color: #fff;
}

.footer-contacts {
	justify-content: space-between;
}

.footer-contacts .social-media-block {
	display: flex;
	gap: 10px;
}

.footer-contacts p,
.footer-contacts a {
	font-weight: 400;
	margin-bottom: 0;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.offcanvas nav,
.offcanvas .nav {
	display: block;
}

.menu-btn {
	border: none;
	background: none;
}

.btn-close {
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: var(--primary-color);
}

.offcanvas .nav-link {
	padding-left: 0;
	padding-right: 0;
}

.offcanvas-body {
	padding-left: 30px;
}

.acceptCookie {
	position: fixed;
	width: 95%;
	background: #fff;
	border: 1px solid var(--primary-color);
	padding: 25px;
	color: var(--primary-color);
	max-width: 345px;
	font-size: 14px;
	border-radius: 30px;
	background: #fff;
	text-align: center;
	bottom: 20px;
	z-index: 10000;
	max-width: 470px;
	left: 50%;
	transform: translateX(-50%);
}

.acceptCookie a {
	color: #000;
}

.to-top {
	position: fixed;
	left: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	background-color: #972725;
	color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 24px;
	display: none;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	z-index: 1000;
}

.to-top:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
	background-color: #7a1f1e;
}

.to-top:active {
	transform: translateY(-1px);
}

.to-top.show {
	display: flex;
	animation: slideIn 0.3s ease;
}

@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateX(-20px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes shake {
            0%, 40%, 100% {
                transform: translateX(0) rotate(0deg);
            }
            5%, 15%, 25%, 35% {
                transform: translateX(-3px) rotate(-5deg);
            }
            10%, 20%, 30% {
                transform: translateX(3px) rotate(5deg);
            }
        }

.mobile-phone {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	background-color: #28a745;
	color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 24px;
	display: none;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	z-index: 1000;
	animation: shake 2s ease 5s infinite;;
}

.mobile-phone:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
	background-color: #218838;
}

.mobile-phone:active {
	transform: translateY(-1px);
}


.privacy-section, .section-404 {
	padding: 80px 0;
}

.section-404 p {
	line-height: 1.5;
}