.input-error{
    border: 1px solid red;
}
.agree.input-error{
	border: none;
}
/* Базовые стили для контейнера */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  user-select: none;
  margin-bottom: 10px;
}

/* Скрываем нативный чекбокс */
.custom-checkbox .agree_input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Кастомный чекбокс */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: all 0.3s;
}

/* Стиль при наведении */
.custom-checkbox:hover .agree_input ~ .checkmark {
  border-color: #888;
}

/* Стиль когда чекбокс отмечен */
.custom-checkbox .agree_input:checked ~ .checkmark {
  background-color: #F0F0F0;
  border-color: #222222;
}

/* Галочка (скрыта по умолчанию) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Показываем галочку когда отмечено */
.custom-checkbox .agree_input:checked ~ .checkmark:after {
  display: block;
}

/* Стиль галочки */
.custom-checkbox .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #222222;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Стиль текста */
.checkbox-text {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  line-height: 1.4;
}

/* Стили для ошибки */
.agree.input-error .checkmark {
  border-color: #f44336;
  background-color: #ffebee;
}

.agree.input-error .checkbox-text {
  color: #f44336;
}

.agree.input-error {
  position: relative;
}

.agree.input-error:after {
  color: #f44336;
  font-size: 12px;
  position: absolute;
  left: 20px;
  bottom: -18px;
}
.input-download-file-name .file-item{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0px 0px 10px 0px;
    cursor: pointer;
}
.input-download-file-name2 .file-item,
.input-download-file-name3 .file-item{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0px 0px 10px 0px;
    cursor: pointer;
}
.form__right-box{
  height: auto;
}
.input-description > textarea{
  padding: 10px 20px 10px 20px;
  margin:0;
}
#order_form_popup .input-description > textarea{
  padding: 10px;
}
.modal-input--box.input-description{
  height: auto;
  justify-content: unset;
}
.examples-in .examples-link img{
  max-width: 100%;
}
.other-questions__row .checkmark{
    background-color: #e52823;
    border-color: #fff;
    border: 1px solid #fff;
}
.other-questions__row .custom-checkbox .agree_input:checked ~ .checkmark {
    background-color: #e52823;
    border-color: #fff;
}
.other-questions__row .custom-checkbox .checkmark:after{
  border-color: #fff;
}
.other-questions__row .input-error{
  background-color: #ffebee;
}
.agree_question.input-error{
  border: none;
}
.agree_question.input-error .checkmark{
  border: 1px solid #333;
}
.acquaint__agree .custom-checkbox{
  padding-left: 32px;
}
.acquaint__agree.input-error{
  border: none;
}
.acquaint__agree.input-error .checkmark {
    border-color: #f44336;
    background-color: #ffebee;
}
.dropdown__form .custom-checkbox{
  padding-left: 28px;
    font-size: 13px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: 20px;
}
.fancybox-button svg path{
  fill: #fff;
}
.fancybox-container span{
  display: inline;
  color: #fff;
}
nav .submenu{
  z-index: 99;
}
.footer-call-btn{
  cursor: pointer;
}
.underlined{
  text-decoration: underline;
}
.other-questions__label .underlined{
  color: #fff;
}
.main__acquaint  .acquaint__agree .custom-checkbox{
  display: block;
}
.product .slider-box img{
  object-fit: contain;
}
.product__bottom-img img{
  max-width: 100%;
}
.product__bottom-imgs .swiper-btns{
  display: flex;
    justify-content: center;
    margin: 0 0px 0px 0px;
    align-items: center;
}
.product__bottom-imgs .swiper{
  padding-bottom: 60px;
  min-width: 100%;
}


.swiper-btns:has(.swiper-pagination-lock){
  display: none !important;
} 