/* Стили для уведомлений формы */
.form-status {
    padding: 12px 15px;
    margin: 15px 0;
    border-radius: 4px;
    font-size: 14px;
}

.form-status.success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.form-status.error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.form-error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

/* Стили для инпутов с ошибкой */
.suppliers-input.error,
.phone-mask.error {
    border-color: #dc3545 !important;
}

/* Стили для кнопки в процессе отправки */
.suppliers-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Дополнительные стили для оптовой формы */
.wholesale-form-group {
    margin-bottom: 25px;
}

.wholesale-field-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
    color: #333;
}

.wholesale-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}

.wholesale-options-grid-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.wholesale-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 0;
}

.wholesale-option input[type="checkbox"],
.wholesale-option input[type="radio"] {
    display: none;
}

.wholesale-option-visual {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    transition: all 0.2s;
}

.wholesale-option input[type="radio"] + .wholesale-option-visual {
    border-radius: 50%;
}

.wholesale-option input:checked + .wholesale-option-visual {
    border-color: #2e4a97;
    background-color: #2e4a97;
}

.wholesale-option input:checked + .wholesale-option-visual::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 2px;
}

.wholesale-option input[type="radio"]:checked + .wholesale-option-visual::after {
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.wholesale-option-text {
    font-size: 14px;
    color: #555;
}

.wholesale-textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    resize: vertical;
    min-height: 100px;
}

.wholesale-form-actions {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.wholesale-btn-submit,
.wholesale-btn-cancel {
    flex: 1;
    padding: 14px;
    font-size: 16px;
}

.checkbox-container {
    margin: 20px 0;
}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox .checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 4px;
    margin-right: 10px;
    flex-shrink: 0;
}

.custom-checkbox input:checked + .checkmark {
    border-color: #2e4a97;
    background-color: #2e4a97;
}

.custom-checkbox input:checked + .checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
}

.checkbox-text {
    font-size: 14px;
    line-height: 1.4;
}

.policy-link {
    color: #2e4a97;
    text-decoration: underline;
}

.policy-link:hover {
    text-decoration: none;
}

.required-star {
    color: #dc3545;
    margin-left: 3px;
}

.hidden {
    display: none !important;
}

/* Адаптивность */
@media (max-width: 768px) {
    .wholesale-options-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wholesale-options-grid-radio {
        flex-direction: column;
        gap: 10px;
    }
    
    .wholesale-form-actions {
        flex-direction: column;
    }
}
/* img {
  width: 100%;
  height: auto;
} */
/* common start*/
b {
	font-family: Manrope Bold;
}
.mainpage .info-slider .info-slide-content .info-slide-pic img::after {
	filter: blur(0px);
}
.content-text .banner-section-xs ul,
.content-text .banner-section-xs h2:last-child,
.content-text .banner-section-xs h3:last-child,
.content-text .banner-section-xs h4:last-child {
	margin-bottom: 0;
}
.title-wrap {
	/* max-width: 800px; */
}
.article-content img {
	margin: 0 auto 24px;
}
.pic-fl-left {
	float: left !important;
	margin-right: 20px !important;
}
.pic-fl-clear {
	clear: both;
}
.pic-fl-right {
	float: right !important;
	margin-left: 20px !important;
}
.content-text .pic-fl-left img,
.content-text .pic-fl-right img {
	margin-bottom: 20px !important;
}
.content-text .special-img-wrap.pic-fl-left img,
.content-text .special-img-wrap.pic-fl-right img {
	margin-bottom: 0 !important;
}
.info-wrap-pic-col-25 {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.info-wrap-pic-col-25:not(:last-child) {
	margin-bottom: 24px;
}
.content-text .info-wrap-pic-col-25 img {
	margin: unset;
}
.info-wrap-pic-col-25 img {
	width: 25%;
	height: auto;
	object-fit: cover;
}
.info-wrap-pic-col-25 div {
	width: 75%;
	padding-left: 20px;
}
.pic-wrap-col-50,
.pic-wrap-col-33,
.pic-wrap-col-25 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 24px;
}
.partners-wrap table tr:first-child {
	background-color: transparent;
}
.table-cl-wrap table tr:first-child td {
	color: #000;
}
.video-content-col-3 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 24px;
}
.video-content-col-3 .video-content:not(:nth-child(3n)) {
	margin-right: 20px;
}
.pic-wrap-col-50 img,
.pic-wrap-col-33 img,
.pic-wrap-col-25 img {
	display: inline-block;
	margin: unset;
	object-fit: cover;
	height: 100%;
}
.video-content-col-3 {
	object-fit: cover;
	height: 100%;
}
.pic-wrap-col-25 img,
.pic-wrap-col-25 .special-img-wrap {
	width: calc((100% - 60px) / 4);
}
.pic-wrap-col-33 img,
.pic-wrap-col-33 .special-img-wrap,
.video-content-col-3 .video-content {
	width: calc((100% - 40px) / 3);
}
.video-content-col-3 .video-content {
	margin-bottom: 40px;
}
.pic-wrap-col-50 img,
.pic-wrap-col-50 .special-img-wrap {
	width: calc((100% - 20px) / 2);
}
.pic-wrap-col-50 .special-img-wrap:hover .special-img-title,
.pic-wrap-col-33 .special-img-wrap:hover .special-img-title,
.pic-wrap-col-25 .special-img-wrap:hover .special-img-title {
	width: 100%;
}
.content-text .pic-wrap-col-50 .special-img-wrap,
.content-text .pic-wrap-col-50 img:last-child,
.content-text .pic-wrap-col-33 .special-img-wrap,
.content-text .pic-wrap-col-33 img:last-child,
.content-text .pic-wrap-col-25 .special-img-wrap,
.content-text .pic-wrap-col-25 img:last-child,
.video-content-col-3 img:last-child {
	margin: unset;
}
.video-content-col-3 .video-wrap {
	height: 240px;
}
.video-content-col-3 .video-content {
	margin-bottom: 40px;
	padding-bottom: 16px;
	border-bottom: 1px solid #cfd6e9;
}
.content-text .banner-section-xs.border-pink .basic-ul,
.content-text .banner-section-xs.border-blue .basic-ul {
	margin-bottom: 0 !important;
}
.content-text .banner-section-xs.pic-fl-left,
.content-text .banner-section-xs.pic-fl-right {
	position: relative;
	z-index: 2;
}
.ul-mt-24 li {
	margin-top: 24px;
}
.w-80 {
	width: 80% !important;
	max-width: 80% !important;
}
.ta-center {
	text-align: center;
}
.text-red {
	color: red;
}
.title-bl {
	color: #2e4a97;
}
.blok-col-3 {
	width: calc((100% - 40px) / 3);
}
.blok-col-3:not(:last-child) {
	margin-right: 20px;
}
.blok-col-3 img {
	object-fit: cover;
}
.pub-org-content .blok-col-3:not(:last-child) {
	margin-right: unset;
}
.pub-org-content .blok-col-3:not(:nth-child(3)) {
	margin-right: 20px;
}
.blok-col-5-xs {
	width: 160px;
	margin-bottom: 10px;
}
.blok-col-5-xs:not(:last-child) {
	margin-right: 10px;
}
.student-club-content .blok-col-6 {
	margin-bottom: 20px;
}
.blok-col-5 {
	width: calc((100% - 80px) / 5);
}
.blok-col-5:not(:nth-child(5n)) {
	margin-right: 20px;
}
.blok-col-5 {
	margin-bottom: 30px;
}
.blok-col-6 {
	width: calc((100% - 100px) / 6);
}
.blok-col-6 img {
	margin: 0 auto;
}
.blok-col-6:not(:nth-child(6n)) {
	margin-right: 20px;
}
/* common end*/
#mobile-menu-opener {
	display: none;
}
.mobile-menu-item-line {
	display: inline-block;
}
.mobile-site-navigation a {
	padding: 24px 0;
	width: 100%;
}
.mobile-menu-fixed {
	z-index: -10;
}
.mobile-menu-fixed.opened {
	z-index: 2000;
}
.mobile-menu-fixed {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.mobile-site-navigation li {
	width: 100%;
	padding: 8px 0;
}
.mobile-site-navigation .panel {
	padding: 0;
	border-bottom: 1px solid #cfd6e9;
}
.mobile-site-navigation .accordion {
	padding: 0;
	border-bottom: 0;
	color: #1a2442;
	width: 24px;
	margin-left: 10px;
	border-bottom: none;
	background-color: transparent;
}
.mobile-site-navigation .accordion.active {
	color: #2e4a97;
}
.mobile-site-navigation .accordion:after {
	top: 45%;
}
.mobile-site-navigation .accordion.active:after {
	top: 50%;
}

.mobile-site-navigation .mobile-menu-item {
	padding: 16px 0;
}
.mobile-menu-bottom-socials .social-link:not(:nth-child(4n)) {
	display: inline-block;
	margin-bottom: 40px;
}
.mobile-menu-top .auth-link-wrap {
	display: block;
}

.photo-cover-xs {
	background-repeat: no-repeat;
}

.services-wrap_pic {
	width: 28%;
}
.services-pic {
	width: 100%;
}
.services-wrap_info {
	width: 72%;
	padding-left: 20px;
}

.services-info {
	padding-bottom: 40px;
}
.services-accordion-title {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 48px;
	color: #1a2442;
}
.accordion {
	background-color: transparent;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #2e4a97;
	cursor: pointer;
	padding: 18px 26px 18px 0;
	width: 100%;
	text-align: left;
	border: 0;
	outline: none;
	transition: 0.4s;
	position: relative;
}
.panel {
	border-bottom: 1px solid #cfd6e9;
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.special-accordion-wrap-no-padding .panel {
	padding: 0px !important;
}
.panel p,
.panel ol {
	padding-left: 16px;
	font-size: 14px;
	line-height: 22px;
}
.panel .basic-ul li {
	font-size: 14px;
	line-height: 22px;
}
.accordion:after {
	content: "";
	border: solid #2e4a97;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	font-size: 13px;
	color: #777;
	/* float: right; */
	margin-left: 5px;
	position: absolute;
	right: 10px;
	top: 50%;
}
.services-accordion-wrap .active {
	margin-bottom: 18px !important;
}
.accordion.active:after {
	content: "";
	border: solid #2e4a97;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.swiper-slide-top {
	border-bottom: 1px solid #6b81bd;
	padding-bottom: 100px;
}

.swiper-top-title-wrap {
	padding-bottom: 20px;
}
.swiper-top-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	color: #2e4a97;
}
.cnil-hist-blocktext {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 20px;
}
.cnil-hist-text {
	color: #4d556c;
}
.swiper-bottom-title-wrap {
	padding: 60px 0 40px;
}
.col-20 {
	width: 20%;
}
.col-30 {
	width: 30%;
}
.col-40 {
	width: 40%;
}
.col-50 {
	width: calc((100% - 20px) / 2);
}
.col-50-bw40 {
	width: calc((100% - 40px) / 2);
}
.col-60 {
	width: 60%;
}
.col-70 {
	width: 70%;
}
.col-80 {
	width: 80%;
}

.lab-page-wrap {
	padding-top: 100px;
}
.article-content {
	margin-bottom: 60px;
}
.gallery-lab-wrap {
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	gap: 20px;
}
.gallery-pic-6 {
	grid-column: span 6;
}
.gallery-pic-4 {
	grid-column: span 4;
}

.gallery-pic-3 {
	grid-column: span 3;
}
.gallery-pic-2 {
	grid-column: span 2;
}
.gallery-pic {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.top-banner-wrap {
	background-size: cover;
	background-repeat: no-repeat;
	height: 540px;
}
.top-banner-wrap-link {
	position: absolute;
	z-index: 20;
	width: 184px;
	height: 184px;
	bottom: 40px;
	left: 0;
}
.top-banner-wrap-link:hover {
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 4s;

	animation-name: spinner; /* указываем на ключевые кадры анимации с названием "spinner" */
	animation-timing-function: linear; /* функция синхронизации, с помощью которой будут происходить преобразования */
	animation-iteration-count: infinite; /* количество повторов анимации. "infinite" - значит бесконечно */
	animation-duration: 4s; /* длительность анимации */

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d; /* указываем что это 3D преобразование */
}
.content-text img:last-child {
	margin: 0 auto 0;
}
.content-text .img-belnom {
	margin-bottom: 20px;
}

@-webkit-keyframes spinner {
	from {
		-webkit-transform: rotateY(0deg);
	}
	to {
		-webkit-transform: rotateY(-360deg);
	}
}
@keyframes spinner {
	from {
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	to {
		-moz-transform: rotateY(-360deg);
		-ms-transform: rotateY(-360deg);
		transform: rotateY(-360deg);
	}
}
@media screen and (max-width: 1340px) {
	.wrap-proud .sidebar-left,
	.wrap-proud .content-col-right {
		width: 100% !important;
		max-width: 100% !important;
	}
}
@media screen and (max-width: 1300px) {
	.content-col-right .blok-col-6 {
		width: calc((100% - 40px) / 3);
	}
	.content-col-right .blok-col-6:not(:nth-child(6n)) {
		margin-right: unset;
	}
	.pic-wrap-col-50 img,
	.pic-wrap-col-50 .special-img-wrap,
	.pic-wrap-col-33 img,
	.pic-wrap-col-33 .special-img-wrap,
	.video-content-col-3 .video-content {
		width: 100% !important;
		max-width: 100% !important;
	}
	.video-content-col-3 .video-wrap {
		height: unset;
	}
	.video-content-col-3 .video-content:not(:nth-child(3n)) {
		margin-right: unset;
	}
	.pic-wrap-col-50 img:first-child,
	.pic-wrap-col-50 .special-img-wrap:first-child,
	.pic-wrap-col-33 .special-img-wrap:not(:last-child),
	.pic-wrap-col-33 img:not(:last-child) {
		margin-bottom: 20px;
	}
	.pic-wrap-col-50 .special-img-wrap img:first-child,
	.pic-wrap-col-33 .special-img-wrap img:first-child {
		margin-bottom: unset;
	}
}
@media screen and (max-width: 1200px) {
	.content-col-right .blok-col-6 {
		width: calc((100% - 20px) / 2);
	}
	.content-col-right .content-text .pic-fl-left.col-50,
	.content-col-right .content-text .pic-fl-left.col-40,
	.content-col-right .content-text .pic-fl-right.col-50,
	.content-col-right .content-text .pic-fl-right.col-40 {
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 760px) {
	.content-text .d-flex.jc-sb .col-50,
	.content-text .d-flex .col-50-bw40 {
		width: 100% !important;
		max-width: 100% !important;
	}
	.content-text .d-flex.jc-sb .col-50:first-child,
	.content-text .d-flex .col-50-bw40:first-child {
		margin-bottom: 20px;
	}
	.pic-wrap-col-25 .special-img-wrap,
	.pic-wrap-col-25 img {
		margin-bottom: 20px;
	}
	.pic-wrap-col-25 .special-img-wrap img:first-child {
		margin-bottom: unset;
	}
}

@media screen and (max-width: 690px) {
	#menu-opener {
		display: none;
	}
	#mobile-menu-opener {
		position: absolute;
		top: 25px;
		right: 0;
		display: block !important;
	}
}

/* Поставщткам форма */
.suppliers-section {
	padding-top: 0;
}
.suppliers-card {
	/* background: #dff7ff; */
	border-radius: 16px;
	box-shadow: 0 5px 50px -10px #b3c6cc;
}
/* Общий контейнер для групп */
.suppliers-form-group {
    display: flex;
    flex-direction: column;
}

/* Сетка: две колонки */
.suppliers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px; /* вертикальный и горизонтальный отступы */
    margin-bottom: 20px;
}
/* Комментарий на всю ширину */
.suppliers-form-group.comment-group {
    grid-column: 1 / -1;
}
/* первый экран */
.suppliers-card-intro .suppliers-card-content {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 40px;
	border-radius: 16px;
	margin-top: 24px;
}

.suppliers-card-text {
	flex: 1 1 50%;
	max-width: 60%;
	display: flex;
	flex-direction: column;
}

.suppliers-card-text p.text {
	margin: 8px 0 12px;
	font-size: 21px;
	color: #29253d;
}

.suppliers-card-image {
	flex: 1 1 50%;
	max-width: 50%;
	border-radius: 12px;
	overflow: hidden;
}

.suppliers-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* форма */
.suppliers-card-form {
	margin-top: 24px;
}

.suppliers-form-inner {
	padding: 40px;
	border-radius: 16px;
	/* background: #e8f7ff; */
}
.suppliers-label {
	display: block;
	margin-bottom: 5px;
	font-family: "Montserrat", Arial, sans-serif;
	/* font-weight: 600; */
	font-size: 16px;
}

.suppliers-input {
	width: 100%;
	padding: 10px 16px;
	border-radius: 6px;
	border: 1px solid #00000047
	/* background: #f4f8ff; */
}

.suppliers-field-title {
	font-family: "Montserrat", Arial, sans-serif;
	/* font-weight: 600; */
	font-size: 16px;
	margin-bottom: 25px;
}

.comment-title {
	margin-bottom: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 13px;
    border-radius: 6px;
    border: none;
    background: #000000;
    color: #ffffff;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
    transition: all 0.3s ease;
    margin-top: auto;
}
/* кнопки */
.suppliers-btn,
.suppliers-btn-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 19px;
	border-radius: 6px;
	border: none;
	background: #000000; 
	color: #ffffff;
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.7;
	transition: all 0.3s ease;
	margin-top: 5px;
	max-width: 300px;
}

.suppliers-btn:hover,
.suppliers-btn-submit:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.suppliers-btn-submit {
	width: 100%;
}
.suppliers-textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #000000;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.5;
    color: #374151;
    transition: all 0.2s ease;
    outline: none;
    min-height: 100px;
    resize: vertical;
    font-family: inherit;
    margin-top: 5px;
}
/* Оптовый прайс-лист и форма */
.wholesale-section {
	/* padding-top: 0; */
}

.wholesale-price-section {
	padding-top: 0;
}

.wholesale-card {
	/* background: #dff7ff; */
	border-radius: 16px;
	box-shadow: 0 5px 50px -10px #b3c6cc;
}

/* первый экран */
.wholesale-card-intro .wholesale-card-content {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 40px;
	border-radius: 16px;
	margin-top: 24px;
}

.wholesale-card-text {
	flex: 1 1 50%;
	max-width: 60%;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}

.wholesale-card-text p.text {
	margin: 8px 0 12px;
	font-size: 21px;
	color: #29253d;
}

.wholesale-card-image {
	flex: 1 1 50%;
	max-width: 50%;
	border-radius: 12px;
	overflow: hidden;
}

.wholesale-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* кнопки */
.wholesale-btn,
.wholesale-btn-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 19px;
	border-radius: 6px;
	border: none;
	background: #000000; 
	color: #ffffff;
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.7;
	transition: all 0.3s ease;
	margin-top: auto;
	max-width: 300px;
}

.wholesale-btn:hover,
.wholesale-btn-submit:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.wholesale-btn-submit {
	width: 100%;
}

/* форма */
.wholesale-card-form {
	margin-top: 24px;
}

.wholesale-form-inner {
	padding: 40px;
	border-radius: 16px;
	/* background: #e8f7ff; */
}

.wholesale-form-group:not(:last-child) {
	margin-bottom: 32px;
}

.wholesale-label {
	display: block;
	margin-bottom: 25px;
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 600;
	font-size: 24px;
}

.wholesale-input {
	width: 100%;
	padding: 14px 16px;
	border-radius: 6px;
	border: 1px solid #000000;
	/* background: #f4f8ff; */
}

.wholesale-field-title {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 25px;
}

.comment-title {
	margin-bottom: 12px;
}

/* сетка чекбоксов / радиокнопок */
.wholesale-options-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.wholesale-option input {
	margin-right: 8px;
}

.wholesale-options-grid-radio {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.wholesale-form-actions {
	margin-top: 24px;
}

/* адаптив */

@media (max-width: 980px) {
	.wholesale-card-text,
	.wholesale-card-image {
		max-width: 100%;
	}

	.wholesale-card-image {
		margin-top: 24px;
	}

	.wholesale-options-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wholesale-options-grid-radio {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wholesale-field-title,
	.wholesale-label {
		font-size: 18px;
		margin-bottom: 12px;
	}

	.wholesale-card-text p.text {
		margin: 8px 0 32px;
		font-size: 18px;
		line-height: 1.5;
		color: #29253d;
	}
}

@media (max-width: 768px) {
	.wholesale-card-intro .wholesale-card-content {
		flex-direction: column;
	}
	.suppliers-card-intro .suppliers-card-content {
		flex-direction: column;
	}
	.suppliers-card-image {
		width: 100%;
		max-width: 100%;
	}
	.suppliers-card-text {
		max-width: 100%;
	}
}

@media (max-width: 640px) {
	.wholesale-form-inner,
	.wholesale-card-intro .wholesale-card-content {
		padding: 24px 16px;
		border-radius: 12px;
	}

	.wholesale-options-grid,
	.wholesale-options-grid-radio {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.wholesale-btn,
	.wholesale-btn-submit {
		width: 100%;
		margin: 0 auto;
	}
	.suppliers-btn {
		margin: 0 auto;
	}
	.suppliers-label {
		font-size: 14px;
	}
	.contact-block {
		width: 100%;
	}
	
}

/* Кастомные стили для чекбоксов и радио-кнопок */
.wholesale-option {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 14px;
	border: 2px solid #b3c6cc;
	border-radius: 6px;
	transition: all 0.2s ease;
}

.wholesale-option:hover {
	border-color: #000000; 
	background: #2e4a970f;
}

.wholesale-option input[type="checkbox"],
.wholesale-option input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.wholesale-option-visual {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #d1d5db;
	border-radius: 4px;
	margin-right: 12px;
	transition: all 0.2s ease;
	flex-shrink: 0;
}

.wholesale-option input[type="checkbox"]:checked ~ .wholesale-option-visual,
.wholesale-option input[type="radio"]:checked ~ .wholesale-option-visual {
	background: #2e4a97;
	border-color: #2e4a97;
}

.wholesale-option-visual::after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 0px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.wholesale-option input[type="checkbox"]:checked ~ .wholesale-option-visual::after,
.wholesale-option input[type="radio"]:checked ~ .wholesale-option-visual::after {
	display: block;
}

/* Для радио-кнопок делаем круглый индикатор */
.wholesale-options-grid-radio .wholesale-option-visual {
	border-radius: 50%;
}

.wholesale-option-text {
	font-size: 16px;
	line-height: 1.4;
	color: #29253d;
	user-select: none;
}

/* Красная рамка для выбранного элемента */
.wholesale-option:has(input:checked) {
	border-color: #000000;
}

/* Кастомные стили для текстовых инпутов */
.wholesale-input {
	width: 100%;
	padding: 14px 16px;
	border: 2px solid #b3c6cc;
	border-radius: 6px;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	/* background: #2e4a970f; */
	transition: all 0.2s ease;
	outline: none;
}

.wholesale-input:focus {
	border-color: #000000;
	/* box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1); */
}

.wholesale-input::placeholder {
	color: #9ca3af;
}

/* Стили для textarea */
.wholesale-textarea {
	width: 100%;
	padding: 14px 16px;
	border: 2px solid #b3c6cc;
	border-radius: 6px;
	font-size: 16px;
	line-height: 1.5;
	color: #374151;
	/* background: #2e4a970f;  */ 
	transition: all 0.2s ease;
	outline: none;
	min-height: 120px;
	resize: vertical;
	font-family: inherit;
	margin-top: 37px;
}

.wholesale-textarea:focus {
	border-color: #000000;
	/* box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1); */
}

.wholesale-textarea::placeholder {
	color: #000000;
}

@media (max-width: 640px) {
	.wholesale-textarea {
		margin-top: 20px;
	}
}

/* состояние ошибки для полей формы оптового прайса */
.wholesale-input.wholesale-error,
.wholesale-textarea.wholesale-error {
	border-color: #dc2626;
	box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.wholesale-form-group.wholesale-error .wholesale-field-title,
.wholesale-form-group.wholesale-error .wholesale-label {
	color: #dc2626;
}

.wholesale-form-group.wholesale-error .wholesale-option {
	border-color: #dc2626;
	background: #fef2f2;
}

