

/* Start:/local/templates/illuminator/components/bitrix/catalog/spec/style.css?173203686416588*/
.spec__fs {
	margin: 14px 0 70px;
	position: relative;
}

.spec__fs img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	min-height: 500px;
	object-fit: cover;
}

.spec__fs-text {
	position: absolute;
	inset: 50px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
}

.spec__fs-right button {
	width: 300px;
	height: 54px;
	cursor: pointer;
	border: 0;
	background: #fdb900;
	outline: none !important;
	border-radius: 7px;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #002359;
	padding: 0;
	line-height: 19px;
}

.spec__fs-right button:focus {
	outline: none !important;
}

.spec__fs-right button:hover {
	background: #002359;
	color: white;
	outline: none !important;
}

.spec__fs-tag {
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	padding: 7px 20px 9px 20px;
	background: white;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #002359;
	line-height: 19px;
}

.spec__fs-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.spec__fs-description {
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 24px;
	color: #fff;
	max-width: 467px;
	margin: 3px auto 20px 0;
}

.spec__fs-header {
	font-family: "Magistral", sans-serif;
	font-weight: 500;
	font-size: 43px;
	line-height: 52px;
	text-transform: uppercase;
	color: #fff;
}

@media (max-width: 991px) {
	.spec__fs-right button {
		width: 100%;
		height: 58px;
	}

	.spec__fs-header {
		font-size: 32px;
		line-height: 38px;
	}

	.spec__fs img {
		height: 600px;
	}

	.spec__fs-text {
		inset: 20px;
		gap: 40px;
		flex-direction: column;
		justify-content: flex-end;
		align-items: stretch;
	}
}

@media (max-width: 575px) {
	.spec__fs-tag {
		border-radius: 1000px;
	}
}

/**/
.spec__categories {
	background: #f7f7f7;
	padding: 70px 0;
}

.category_catalog {
	background: white !important;
}

.spec__categories h2 {
	margin-bottom: 40px;
	font-family: "Magistral", sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
	color: #002359;
}

.spec__categories .row {
	row-gap: 30px;
}

a.spec__category {
	box-shadow: 0 0 15px 0 rgba(71, 69, 85, 0.1);
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	display: flex;
}

a.spec__category span {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 23px;
	line-height: 110%;
	color: #fff;
	position: absolute;
	inset: 30px;
	top: unset;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

a.spec__category:hover svg {
	display: block !important;
}

a.spec__category:hover img {
	transform: scale(1.111111);
	transition: all .8s cubic-bezier(0.39, 0.575, 0.565, 1);
}

a.spec__category img {
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	@media (min-width: 576px) {
		a.spec__category span {
			inset: 15px;
			top: unset;
			font-size: 18px;
		}
	}
}

@media (max-width: 575px) {
	.spec__categories h2 {
		font-size: 25px !important;
		line-height: 30px !important;
	}
}

/**/
.avalible__slide {
	border: 1px solid #dcdee8 !important;
}

p.avalible__slide-title {
	font-family: "Rubik", sans-serif !important;
	font-weight: 500 !important;
	font-size: 19px !important;
	line-height: 23px !important;
	height: 69px!important;
	overflow: hidden!important;
	color: #002359 !important;
	margin: 17px 0 20px !important;
}
p.avalible__slide-title a {
    display: -webkit-box;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.avalible__slide-image img {
	margin: -25px -25px 0 !important;
	width: calc(100% + 50px) !important;
	max-width: unset !important;
	border-radius: 10px 10px 0 0 !important;
}

.avalible__slide-button {
	font-family: "Rubik", sans-serif !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	text-align: center !important;
	color: #002359 !important;
	outline: none !important;
}

.avalible__slide-button:hover {
	background: #fdb900 !important;
}

.extend_complect__button svg:hover circle {
	stroke: #FDB900 !important;
}

@media (max-width: 575px) {
	.extend_complect__button svg {
		width: 60px !important;
		height: 60px !important;
	}
}

/**/
.spec__form {
	background: #f7f7f7;
	padding: 70px 0;
}

.spec__form h2 {
	font-family: "Magistral", sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
	color: #002359;
	margin-bottom: 15px;
}

.spec__form-description {
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #002359;
	margin-bottom: 35px;
}

.spec__form form {
	box-shadow: 0 0 15px 0 rgba(71, 69, 85, 0.1);
	background: #fff;
	border-radius: 10px;
	min-height: 100%;
	padding: 35px;
}

.spec__form img {
	border-radius: 10px;
	max-width: 100%;
	height: auto;
	width: 100%;
}

.spec__form [type="submit"] {
	border-radius: 7px;
	width: 220px;
	height: 54px;
	margin: 0 auto;
	display: flex;
	padding: 0;
	outline: none;
	margin-top: 10px;
	background: #fdb900;
	border: 0;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	color: #002359;
}

.spec__form label {
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #002359;
	line-height: 18px;
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-bottom: 20px;
}

.spec__form [type="submit"]:hover {
	background: #002359;
	color: white;
	cursor: pointer;
}

.spec__form input,
.spec__form textarea {
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.01em;
	color: inherit;
	padding: 16px 20px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	outline: none;
}

.spec__form textarea {
	height: 100px;
	resize: none;
}

.spec__form input::placeholder,
.spec__form textarea::placeholder {
	color: #9297a0;
}

.spec__form input:focus,
.spec__form textarea:focus {
	border-color: #002359;
}

@media (max-width: 575px) {
	.spec__form h2 {
		font-size: 25px !important;
		line-height: 30px !important;
	}
}

/**/
.spec__reviews {
	padding: 70px 0;
}

.spec__reviews h2 {
	font-family: "Magistral", sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
	color: #002359;
	margin-bottom: 40px;
}

.spec__reviews-slide {
	padding: 0 15px;
}

.spec__reviews-slider {
	margin: 0 -15px 25px;
}

.spec__reviews a {
	display: block;
	border: 1px solid #dcdee8;
	border-radius: 10px;
	overflow: hidden;
}

.spec__reviews-arrows {
	display: flex;
	justify-content: center;
	gap: 30px;
}

.spec__reviews-prev {
	transform: rotate(180deg);
}

.spec__reviews-arrows svg {
	display: block;
	cursor: pointer;
}

.spec__reviews-arrows svg:hover circle {
	fill: #fdb900;
	stroke: #fdb900;
}

.spec__reviews-slide img {
	width: 100%;
	height: auto;
}

@media (max-width: 575px) {
	.spec__reviews-slide img {
		width: 100%;
	}

	.spec__reviews h2 {
		font-size: 25px !important;
		line-height: 30px !important;
	}
}

/**/
.extend__text-area h2 {
	font-family: "Magistral", sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
	color: #002359;
	max-width: 634px;
	margin: 0 auto 35px;
}

.extend__text-area {
	background: #f7f7f7;
	padding-bottom: 90px;
}

/**/
.spec__cat-fs {
	margin: 40px 0 70px;
	background: url(/local/templates/illuminator/components/bitrix/catalog/spec/spec-cat-fs.jpg) center center / cover no-repeat;
	border-radius: 10px;
	padding: 40px;
}

.spec__cat-fs-image {
	border: 1px solid #dedce7;
	border-radius: 10px;
	width: 215px;
	height: 262px;
	position: relative;
	overflow: hidden;
}

.spec__cat-fs-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.spec__cat-fs-text {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.spec__cat-fs-header {
	font-family: "Magistral", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
	color: #002359;
	margin: 0 auto 7px;
	max-width: 540px;
}

.spec__cat-fs-tag {
	border: 1px solid #002359;
	border-radius: 62px;
	padding: 6px 16px 6px 16px;
	width: 311px;
	height: 34px;
	margin: 0 auto 20px;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 125%;
	text-align: center;
	color: #002359;
}

.spec__cat-fs-description {
	margin: 0 auto 25px;
	max-width: 446px;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
	text-align: center;
	color: #002359;
}

a.spec__cat-fs-link {
	border-radius: 7px;
	padding: 0;
	width: 240px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background: #fdb900;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #002359;
	text-decoration: none !important;
}

a.spec__cat-fs-link:hover {
	background: #002359;
	color: white;
}

@media (max-width: 1199px) {
	@media (min-width: 992px) {
		.spec__cat-fs-image {
			width: 200px;
		}

		.spec__cat-fs-image img {
			transform: scale(calc(200/215)) translate(-50%, -50%);
		}
	}
}

@media (max-width: 767px) {
	@media (min-width: 576px) {
		.spec__cat-fs-header {
			font-size: 19px;
		}

		.spec__cat-fs-tag {
			font-size: 16px;
		}
	}
}

@media (max-width: 575px) {
	.spec__cat-fs {
		padding: 15px;
	}

	.spec__cat-fs-header {
		font-size: 18px;
	}

	.spec__cat-fs-tag {
		font-size: 16px;
		line-height: 22px;
	}

	.spec__cat-fs-tag {
		font-size: 15px;
		padding-top: 4px;
		padding-bottom: 4px;
		max-width: 100%;
	}

	.spec__cat-fs-description {
		font-size: 15px;
	}

	.spec__cat-fs {
		padding: 35px 15px;
	}

	.extend__text-area h2 {
		font-size: 25px !important;
		line-height: 30px !important;
	}
}

/**/
.spec__cat-block {
	background: #f7f7f7;
	padding: 70px 0;
}

.spec__cat-block-categories {
	box-shadow: 0 0 15px 0 rgba(71, 69, 85, 0.1);
	background: #fff;
	padding: 5px 30px 30px;
	border-radius: 10px;
}

.spec__cat-block-categories ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	flex-direction: column;
	display: flex;
}

.spec__cat-block-categories .active {
	order: -1;
}

.spec__cat-block-categories li {
	padding: 25px 0;
	border-bottom: 1px solid #e2e2e2;
}

.spec__cat-block-categories a {
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 120%;
	color: #002359;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}

.spec__cat-block-categories svg {
	display: none;
}

.spec__cat-block-categories a:hover svg,
.spec__cat-block-categories .active a svg {
	display: block;
}

.spec__cat-block-categories a:hover,
.spec__cat-block-categories .active a {
	text-decoration: none;
	font-weight: 500;
	color: #002359;
}

.spec__cat-block-categories li:has(a:hover),
.spec__cat-block-categories li.active {
	border-bottom-color: #fdb900;
}

.spec__cat-block .avalible__slide {
	border: none !important;
	box-shadow: 0 0 15px 0 rgba(71, 69, 85, 0.1);
}

.spec__cat-block .row {
	row-gap: 30px;
}

.spec__cat-contacts {
	padding: 70px 0 90px;
}

.spec__cat-contacts h2 {
	font-family: "Magistral", sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
	color: #002359;
	margin-bottom: 35px;
}

.spec__cat-contacts-block {
	padding: 34px 35px;
	border: 1px solid #dcdee8;
	border-radius: 10px;
}

.spec__cat-contacts img {
	border-radius: 10px;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.spec__cat-contacts-block dl {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 15px;
	align-items: center;
	margin: 0;
}

.spec__cat-contacts-block dt {
	flex: 0 0 46px;
}

.spec__cat-contacts-block dd {
	flex: 1 0 calc(100% - 46px - 15px);
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #002359;
	line-height: 21px;
	margin: 0;
}

.spec__cat-contacts-block a {
	color: inherit;
}

.spec__cat-contacts-block svg {
	display: block;
}

@media (max-width: 1199px) {
	@media (min-width: 992px) {
		.spec__cat-block-categories a {
			font-size: 16px;
		}

		.spec__form .row {
			align-items: flex-start;
		}

		.spec__form .col-lg-6+.col-lg-6 {
			position: sticky;
			top: 0;
		}

		.spec__cat-contacts img {
			height: 100%;
			object-fit: cover;
		}
	}
}

@media (max-width: 991px) {
	.spec__cat-contacts .row {
		row-gap: 30px;
	}
}

@media (max-width: 575px) {
	.spec__cat-contacts-block {
		padding: 15px;
	}

	.spec__cat-contacts-block dd {
		font-size: 16px;
		line-height: 20px;
	}

	.spec__cat-contacts-block dl {
		row-gap: 15px;
	}

	.extend__sec-title {
		font-size: 25px !important;
		line-height: 30px !important;
	}

	.spec__cat-contacts h2 {
		font-size: 25px !important;
		line-height: 30px !important;
	}

	.spec__cat-contacts img {
		height: auto;
		aspect-ratio: 3/4;
		object-fit: cover;
	}
}

/**/
.productPic.productPic--spec img {
	padding: 0;
}

.productPic.productPic--spec {
	border: 1px solid #d8d8d8;
	border-radius: 0;
}

.spec__cat-element-artnumber {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	color: #002359;
	margin-bottom: 20px;
}

dl.spec__cat-element-characteristics {
	margin-bottom: 10px;
	overflow: auto;
}

dl.spec__cat-element-characteristics dt {
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #9297a0;
	margin: 0 10px 15px 0;
	float: left;
	clear: left;
}

dl.spec__cat-element-characteristics dd {
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #002359;
	margin: 0 0 15px;
	float: left;
}

.spec__cat-element-wa {
	background: #f2f2f4;
	padding: 25px 30px;
	border-radius: 10px;
}

.spec__cat-element-wa-text {
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
	color: #002359;
	margin-bottom: 20px;
}

.spec__cat-element-wa-contacts {
	display: flex;
	align-items: center;
	gap: 15px 23px;
	flex-wrap: wrap;
}

.spec__cat-element-wa-contacts svg {
	display: block;
	flex-shrink: 0;
}

.spec__cat-element-wa-contacts a {
	display: flex;
	align-items: center;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #002359 !important;
	gap: 15px;
}

.spec__cat-element-wa-contacts a+a:hover circle {
	fill: #002359;
}

@media (max-width: 991px) {
	@media (min-width: 768px) {
		.spec__cat-element-wa-contacts {
			gap: 15px;
		}

		.spec__cat-element-wa {
			padding: 15px;
		}
	}
}

@media (max-width: 575px) {
	.spec__cat-element-wa {
		padding: 25px;
	}
}

/*15.11.2024 закончил. ниже правки*/
form#form--spec-fs input {
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	background-clip: padding-box;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	border: 1px solid #002359;
	border-radius: 0;
	background-color: #fff;
	min-height: 55px;
	width: 70%;
	margin: 0 auto 10px;
	outline: none !important;
	box-shadow: none !important;
	color: #002359;
}

form#form--spec-fs input::placeholder {
	color: #002359;
}

form#form--spec-fs .form-pp {
	padding: 0 30px;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #002359;
	width: 70%;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.4;
}

form#form--spec-fs .modal-footer button {
	margin: 10px auto 45px;
	font-size: 18px;
	line-height: 80.19%;
	color: #002359;
	background: #fdb900;
	cursor: pointer;
	outline: 0;
	border: 0;
	padding: 21px 53px;
	border-radius: 0;
}

form#form--spec-fs .modal-footer {
	border-top: 0;
}

form#form--spec-fs .modal-footer button:hover {
	box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
}

form#form--spec-fs .modal-header {
	border-bottom: 0;
}

form#form--spec-fs .modal-title {
	font-family: "Magistral", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 139.19%;
	text-align: center;
	color: #002359;
	width: 100%;
	padding-top: 37px;
}

div#modal--spec-fs {
    z-index: 999999;
}

@media (max-width: 767px){
	form#form--spec-fs input {
		width: 100%;
	}
	
	form#form--spec-fs .form-pp {
		width: 100%;
		padding: 00;
	}
}
/* End */


/* Start:/local/templates/illuminator/components/bitrix/catalog.element/spec/themes/blue/style.min.css?1731656422902*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */


/* Start:/local/templates/illuminator/components/bitrix/iblock.element.add.form/have-questions/style.css?17282858723940*/
.have-questions {
    margin-top: 70px;
    margin-bottom: 75px;
}

.have-questions h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: left;
}

.have-questions__text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
}

.have-questions__form input[name="PROPERTY[NAME][0]"] {
    grid-area: name;
    outline: none!important;
    border: 1px solid #002359;
    font-size: 16px;
    line-height: 19px;
    padding: 17px 20px;
}

.have-questions__form input[name="PROPERTY[53][0]"] {
    grid-area: phone;
    outline: none;
    border: 1px solid #002359;
    font-size: 16px;
    line-height: 19px;
    padding: 17px 20px;
}

.have-questions__form textarea {
    grid-area: message;
    resize: none;
    font-size: 16px;
    line-height: 19px;
    padding: 17px 20px;
    border: 1px solid #002359;
    outline: none!important;
}

.have-questions__form .col-md-9 {
    display: grid;
    grid-template-areas:
            "name message"
            "phone message";
    grid-template-columns: 255px 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    grid-template-rows: 52px 52px;
}

.have-questions__form textarea::placeholder {
    color: #002359;
}

.have-questions__form textarea:focus {
    box-shadow: 0 0 10px -5px #002359;
}

.have-questions__form input[name="PROPERTY[NAME][0]"]:focus {
    box-shadow: 0 0 10px -5px #002359;
}

.have-questions__form input[name="PROPERTY[53][0]"]:focus {
    box-shadow: 0 0 10px -5px #002359;
}

.have-questions__form input[name="PROPERTY[NAME][0]"]::placeholder {
    color: #002359;
}

.have-questions__form input[name="PROPERTY[53][0]"]::placeholder {
    color: #002359;
}

.have-questions input[type="submit"] {
    font-size: 18px;
    line-height: 136%;
    /* or 24px */
    text-align: center;
    color: #FFFFFF;
    background: #FDB900;
    padding: 0;
    border: none;
    display: flex;
    width: 100%;
    max-width: 229px;
    margin: 9px 13px 12px;
    height: 60px;
    justify-content: center;
    cursor: pointer;
    outline: none;
}

.have-questions input[type="submit"]:hover {
    background: #002359;
}

.have-questions input[type="submit"]+span {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #002359;
    max-width: 255px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .have-questions__form .col-md-9 {
        grid-template-columns: 200px 1fr;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        grid-template-rows: 44px 44px;
    }

    .have-questions input[type="submit"] {
        margin: 5px 0 10px;
        height: 44px;
        font-size: 14px;
    }

    .have-questions input[type="submit"]+span {
        margin: 0 -15px;
    }
}
@media (max-width: 767px) {
    .have-questions__form .col-md-9 {
        grid-template-areas:
                "name name"
                "phone phone"
                "message message";
    }
    .have-questions h2{
        margin-bottom: 10px;
    }
    .have-questions input[type="submit"]+span {
        margin: 0;
    }
    .have-questions__form input[name="PROPERTY[NAME][0]"] {
        padding: 5px 10px;
    }

    .have-questions__form input[name="PROPERTY[53][0]"] {
        padding: 5px 10px;
    }

    .have-questions__form textarea {
        padding: 5px 10px;
        height: 88px;
    }
}
@media (max-width: 575px) {
    .have-questions input[type="submit"]{
        margin-top: 15px;
    }
    .have-questions h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .have-questions__text {
        font-size: 16px;
        line-height: 20px;
    }

    .have-questions__form input[name="PROPERTY[NAME][0]"] {
        font-size: 14px;
    }

    .have-questions__form input[name="PROPERTY[53][0]"] {
        font-size: 14px;
    }

    .have-questions__form textarea {
        font-size: 14px;
    }
}
/* End */
/* /local/templates/illuminator/components/bitrix/catalog/spec/style.css?173203686416588 */
/* /local/templates/illuminator/components/bitrix/catalog.element/spec/themes/blue/style.min.css?1731656422902 */
/* /local/templates/illuminator/components/bitrix/iblock.element.add.form/have-questions/style.css?17282858723940 */
