

/* Start:/bitrix/templates/thermoline/components/bitrix/news/landing/bitrix/news.detail/.default/style.css?178395658220596*/
:root {
	--color-primary: #ff6b00;
	--color-dark: #001528;
	--color-text-title: #fff;
	--color-text-body: #4F4F4F;
	--color-white: #FFFFFF;
	--color-gray-light: #F2F2F2;
	--color-gray-border: #E0E0E0;
	--container-width: 1300px;
}
#products {
	display: none;
}

.landing .section-title-left {
	font-size: 36px;
	font-weight: 700;
	color: var(--color-text-title);
	margin-bottom: 40px;
	text-align: left;
}

.landing .appearance .section-title-left {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	
	color: #fff;
}

.landing .accessories .section-title-left {
	
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	text-align: left;
	
	color: #fff;
}

.landing .solutions .section-title-left {
	
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	
	color: #fff;
}

.landing .certified .section-title-left {
	
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	
	color: #fff;
	margin-bottom: 60px;
}

/* Buttons */
.landing .btn {
	display: inline-block;
	padding: 15px 35px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 4px;
}

.landing .btn--primary {
	background-color: var(--color-primary);
	color: #fff;
	border: 1px solid #fff;
	padding: 18px 45px;
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	
	box-sizing: border-box;
}

.landing .hero .btn--primary,
.landing .calculator-form__actions .btn--primary {
	width: 371px;
	height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.landing .btn--primary:hover {
	background-color: #e6a700;
	transform: translateY(-2px);
}

.landing .btn--outline {
	background-color: transparent;
	border: 2px solid var(--color-primary);
	color: var(--color-text-title);
}

.landing .btn--outline:hover {
	background-color: var(--color-primary);
}

/* Hero Section */
.landing .hero {
	min-height: 500px;
	/* background: linear-gradient(rgba(232, 232, 232, 0.85), rgba(232, 232, 232, 0.85)), url('/bitrix/templates/thermoline/components/bitrix/news/landing/bitrix/news.detail/.default/../img/hero-bg.jpg'); */

	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--color-text-title);
	padding: 100px 0;
}

.landing .hero__content {
	max-width: 900px;
	width: 100%;
}

.landing .hero__title {
	font-size: 56px;
	font-weight: 400;
	line-height: 80px;
	
	margin-bottom: 40px;
	color: #fff;
}

.landing .hero__subtitle {
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	
	color: #fff;
	margin-bottom: 40px;
}

.landing .hero__subtitle p {
	margin-bottom: 5px;
}

/* Production */
.production__content {
	display: flex;
	gap: 60px;
	align-items: flex-start;
}

.production__image {
	flex: 0 0 481px;
}

.production__image img {
	width: 481px;
	max-width: 100%;
	object-fit: contain;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.production__info {
	flex: 1;
}

.info-title {
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	
	color: #fff;
	margin-bottom: 20px;
}

.info-desc {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	/* Assumed standard */
	line-height: 1.5;
	color: #fff;
	margin-bottom: 40px;
}

.info-subtitle {
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	
	color: #fff;
	margin-bottom: 30px;
}

.features-list {
	list-style: none;
	padding: 0;
}

.features-list li {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 30px;
}

.features-list li img {
	width: 42px;
	height: 55px;
	flex-shrink: 0;
}

.features-list li span {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}

/* Series */
.series .section-title {
	
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	
	color: #fff;
	margin-bottom: 40px;
}

.series__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.series-card {
	background: var(--color-gray-light);
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease;
}

.series-card:hover {
	transform: translateY(-5px);
}

.series-card img {
	width: 100%;
	height: 277px;
	object-fit: contain;
}

.series-card h3 {
	padding: 20px 20px 10px;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #121212;
}

.series-card .btn--small {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: calc(100% - 40px);
	min-height: 58px;
	margin: 0 20px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	
	color: #fff;
	text-transform: none;
}

/* Appearance */
.appearance__container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 70px;
	background: transparent;
	padding: 0;
}

.appearance__preview {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 0 0 520px;
	max-width: 100%;
}

.appearance__image-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 100%;
}

.appearance-arrow {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 10px;
	flex-shrink: 0;
	transition: transform 0.2s;
}

.appearance-arrow:hover {
	transform: scale(1.1);
}

.appearance-arrow img {
	width: 20px;
}

#gate-main-image,
.appearance__main-image {
	width: 394px;
	flex: 1;
	object-fit: contain;
	height: 301px;
}

.appearance__nav {
	display: flex;
	justify-content: flex-start;
	gap: 50px;
	padding: 0 45px;
	margin-top: 10px;
}

.block6-tab__u {
	list-style: none;
	flex-wrap: wrap;
	row-gap: 16px;
}

.block6-tab__u li {
	margin: 0;
	padding: 0;
}

.block6-tab__u .appearance-btn {
	flex-direction: column;
	gap: 0;
	min-width: 118px;
	line-height: 18px;
	white-space: normal;
}

.block6-tab__u .appearance-btn br {
	display: none;
}

.block6-tab__u .appearance-btn b {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 2px;
}

.appearance-btn {
	background: transparent;
	border: 1px solid transparent;
	border-radius: 3px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	
	color: #fff;
	position: relative;
	padding: 6px 16px;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.appearance-btn.active {
	background: #C4C4C4;
	border-color: #C4C4C4;
	color: #111;
}

.appearance__options-list {
	flex: 1 1 auto;
	min-width: 0;
}

.block6__boxs {
	min-width: 0;
}

.appearance__options {
	display: none;
	flex-direction: column;
	width: 100%;
}

.appearance__options.active {
	display: flex;
}

.appearance__options-header {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 30px;
	margin-bottom: 20px;
	align-items: center;
}

.header-title {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}

.header-colors {
	background: #C4C4C4;
	color: #111;
	padding: 8px 0;
}

.appearance__options-content {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 30px;
}

.texture-group {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.texture-preview {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.texture-preview img {
	width: 100%;
	max-width: 140px;
	height: auto;
	object-fit: cover;
}

.texture-preview span {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.colors-grid {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-items: flex-start;
}

.color-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 72px;
}

.color-item img,
.color-item__swatch {
	display: block;
	width: 45px;
	height: 120px;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.color-item__swatch {
	border-radius: 2px;
}

.color-item span:not(.color-item__swatch) {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}

/* Animations */
.reveal-on-scroll {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in {
	opacity: 1;
	transform: translateY(0);
}

/* Certified */
.certified__slider-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.certified__slider {
	display: flex;
	gap: 30px;
	justify-content: flex-start;
	align-items: center;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
	width: 100%;
	padding: 0 20px;
}

.certified__slider::-webkit-scrollbar {
	display: none;
}

.certified__slider img {
	flex: 0 0 calc(25% - 22.5px);
	width: calc(25% - 22.5px);
	height: 278px;
	object-fit: contain;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.certified-arrow {
	position: static;
	transform: none;
}

.certified-arrow:hover {
	transform: scale(1.1);
}


/* Gallery */
.gallery .container {
	max-width: 1300px;
}

.gallery-title {
	
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}

.gallery__slider-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	max-width: 1240px;
	/* 4 * 295px + 3 * 20px */
	margin: 0 auto;
}

.slider-arrow {
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 95px;
	transition: transform 0.2s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.slider-arrow:hover {
	transform: translateY(-50%) scale(1.1);
}

.slider-arrow img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.slider-arrow--prev {
	left: -70px;
}

.slider-arrow--next {
	right: -70px;
}

.gallery__slider {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
	/* Firefox */
	width: 100%;
}

.gallery__slider::-webkit-scrollbar {
	display: none;
	/* Safari and Chrome */
}

.gallery__slider img {
	flex: 0 0 295px;
	width: 295px;
	height: 253px;
	object-fit: cover;
}

/* Solutions */
.solutions__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}

.solution-card {
	/* background: #fff; */
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
}

.solution-card img {
	width: 100%;
	height: 309px;
	object-fit: contain;
	background: #e6e6e6;
}

.solution-card__details {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.solution-card__details p {
	
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	
	color: #fff;
	margin-bottom: 0;
}

.solution-card__price-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0 20px;
}

.solution-card__price-label {
	
	font-weight: 700;
	font-size: 14px;
	color: #fff;
}

.solution-card__price-value {
	
	font-weight: 700;
	font-size: 14px;
	color: #fff;
}

.solutions .disclaimer {
	margin-top: 40px;
	
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	
	color: #fff;
}

.btn--full {
	width: 100%;
	margin-top: auto;
	
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	
	color: #fff;
	text-transform: none;
	border-radius: 10px;
}

/* Accessories */
.accessories__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 30px;
	row-gap: 40px;
}

.accessory-card {
	flex: 0 1 calc((100% - 60px) / 3);
	max-width: calc((100% - 60px) / 3);
	text-align: center;
	background: transparent;
	padding: 0;
	transition: transform 0.3s;
}

.accessory-card:hover {
	transform: translateY(-5px);
}

.accessory-card img {
	width: 100%;
	height: 250px;
	object-fit: contain;
	margin-bottom: 15px;
	background: #e6e6e6;
}

.accessory-card p {
	
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	text-align: center;
	
	color: #fff;
}

/* Calculator */
.calculator-subtitle {
	text-align: center;
	
	font-size: 14px;
	color: #fff;
	margin-bottom: 60px;
}

.calculator-form {
	max-width: 1300px;
	margin: 0 auto;
}

.calculator-form__title {
	
	font-size: 18px;
	font-weight: 600;
	color: #4a5568;
	margin-bottom: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e8f0;
}

.form-row {
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
}

.form-group {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.form-group--wide {
	flex: 2;
}

.form-group label {
	
	font-size: 14px;
	color: #718096;
	font-weight: 500;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="number"],
.form-group textarea,
.form-group select {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #e2e8f0;
	border-radius: 1px;
	
	font-size: 16px;
	color: #fff;
	outline: none;
	transition: border-color 0.2s;
}

.form-group textarea {
	min-height: 120px;
	resize: vertical;
}

.form-group input[type="text"]::placeholder,
.form-group input[type="email"]::placeholder,
.form-group input[type="tel"]::placeholder,
.form-group input[type="number"]::placeholder,
.form-group textarea::placeholder {
	color: #cbd5e0;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="number"]:focus,
.form-group textarea:focus,
.form-group select:focus {
	border-color: var(--color-primary);
}

.form-required {
	color: var(--color-primary);
	margin-left: 4px;
}

.calculator-form__message {
	max-width: 1300px;
	margin: 0 auto 30px;
	padding: 16px 20px;
	font-size: 16px;
	line-height: 1.5;
}

.calculator-form__message--error {
	background: #fff1f1;
	border: 1px solid #f0b8b8;
	color: #9b1c1c;
}

.calculator-form__message--success {
	background: #effaf0;
	border: 1px solid #b8dfbd;
	color: #1d6d2c;
}

.calculator-form-ajax.is-loading .calculator-form {
	opacity: 0.65;
	pointer-events: none;
}

.calculator-form-ajax.is-loading .calculator-form__actions .btn--primary,
.calculator-form__actions .btn--primary:disabled {
	cursor: wait;
	opacity: 0.7;
	transform: none;
}

.toggle-group .toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin-top: 5px;
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #cbd5e0;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	transition: .4s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

input:checked+.slider {
	background-color: var(--color-primary);
}

input:checked+.slider:before {
	transform: translateX(20px);
}

.slider.round {
	border-radius: 20px;
}

.slider.round:before {
	border-radius: 50%;
}

.calculator-form__actions {
	margin-top: 60px;
	text-align: center;
}

/* FAQ */
.faq {
    padding: 60px 0;
}

.faq .section-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 60px;
    text-align: center;
}

.faq__accordion {
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid rgba(226, 232, 240, 0.3);
    border-radius: 8px;
    overflow: hidden;
}

.faq__item {
    border-bottom: 1px solid rgba(226, 232, 240, 0.2);
}

.faq__item:last-child {
    border-bottom: none;
}

.faq__header {
    width: 100%;
    padding: 25px 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
}

.faq__header:hover {
    background: rgba(255, 255, 255, 0.08);
}

.faq__header.active {
    background: rgba(255, 107, 0, 0.1);
}

.faq__title {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0;
}

.faq__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: var(--color-primary);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 20px;
}

.faq__header.active .faq__icon {
    transform: rotate(180deg);
}

.faq__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: rgba(255, 255, 255, 0.02);
}

.faq__content.active {
    max-height: 1500px;
}

.faq__text {
    padding: 0 30px 25px 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #e0e0e0;
    display: block;
}

@media (max-width: 992px) {
	.appearance__container {
		flex-direction: column;
		align-items: center;
		gap: 40px;
		width: 100%;
		overflow: hidden;
	}

	.appearance__preview {
		flex: 1 1 auto;
		width: 100%;
		max-width: 100%;
	}

	.appearance__options-list {
		width: 100%;
	}

	.appearance__options-header,
	.appearance__options-content {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.texture-group,
	.colors-grid {
		justify-content: center;
	}

	.appearance__nav {
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
	}

	.production__image {
		flex: auto;
		width: 100%;
	}

	.production__image img {
		width: 100%;
		height: auto;
	}

	.production__content {
		flex-direction: column;
	}

	.hero__title {
		font-size: 36px;
	}

	.accessories__grid {
		column-gap: 20px;
	}

	.accessory-card {
		flex-basis: calc((100% - 20px) / 2);
		max-width: calc((100% - 20px) / 2);
	}
}

@media (max-width: 768px) {
	section {
		padding: 10px 13px;
	}

	.landing .section-title-left {
		font-size: 25px;
		font-weight: 500;
		color: var(--color-text-title);
		margin-bottom: 40px;
		text-align: left;
		line-height: 1.1;
	}

	.calculator.section {
		margin: 0;
	}

	.section-title {
		font-size: 28px;
	}

	.hero__title {
		font-size: 32px;
		line-height: 1.2;
	}

	.hero__subtitle {
		font-size: 16px;
	}

	.landing .btn--primary {
		background-color: var(--color-primary);
		color: #fff;
		border: 1px solid #fff;
		padding: 18px 45px;
		font-weight: 500;
		font-size: 17px;
		line-height: 21px;
		box-sizing: border-box;
		width: 100%;
	}

	.hero .btn,
	.calculator-form__actions .btn--primary,
	.series-card .btn--small {
		width: 90%;
		max-width: 90%;
		margin-bottom: 15px;
	}

	.slider-arrow {
		display: none;
	}

    #gate-main-image, .appearance__main-image {
        width: 170px;
        height: 150px;
    }
	.form-row {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 20px;
	}

	.calculator-form-ajax,
	.calculator-form {
		width: 100%;
	}

	.calculator-form {
		margin: 0;
	}

	.calculator-form__title {
		margin-bottom: 24px;
		padding-bottom: 12px;
		font-size: 16px;
		line-height: 1.4;
	}

	.calculator-form__message {
		margin-bottom: 20px;
		padding: 14px 16px;
		font-size: 14px;
	}

	.form-group--wide {
		flex: 1;
	}

	.toggle-group .toggle {
		flex-wrap: wrap;
		row-gap: 8px;
	}

	.calculator-form__actions {
		margin-top: 30px;
	}

	.gallery__layout {
		grid-template-columns: 1fr;
	}

	.solutions__grid {
		grid-template-columns: 1fr;
	}

	.solution-card--large {
		grid-column: span 1;
		grid-row: span 1;
	}

	.accessories__grid {
		row-gap: 30px;
	}

	.accessory-card {
		flex-basis: 100%;
		max-width: 100%;
	}

	.certified__slider-wrapper {
		justify-content: flex-start;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding-bottom: 20px;
		-webkit-overflow-scrolling: touch;
	}

	.certified__slider {
		justify-content: flex-start;
		gap: 15px;
	}

	.certified__slider img {
		flex-shrink: 0;
		scroll-snap-align: start;
		width: 140px;
		height: auto;
	}

	.certified-arrow {
		display: none;
		/* Hide arrows on mobile since we can swipe */
	}
}

@media (max-width: 480px) {
	.appearance-btn {
		flex-direction: column;
		text-align: center;
		padding: 10px;
		height: auto;
	}

	.appearance-btn span {
		margin-top: 5px;
	}
}

.slider-arrow img{
	fill: #fff;
}

.calculator.section{
	margin: 0;
}

.calculator-form{
	margin: 100px 0;
}

.breadcrumb-landing{
	margin: 50px 0;
}
  @media (max-width: 767.98px) {
      .hero {
          height: 45vh;
          min-height: 0;
          max-height: 45vh;
      }
 }
/* End */
/* /bitrix/templates/thermoline/components/bitrix/news/landing/bitrix/news.detail/.default/style.css?178395658220596 */
