/*
Theme Name: App
Theme URI: https://kamnelon.ru/
Description: App
Author: FurmanD
Author URI: https://vk.com/furman_d
Version: 1.0.0
*/
.block_8, .block_7 {
  margin-top: 0px;
}

.products__triangle svg {
  display: none;
}




.grecaptcha-badge {
  display: none !important;
}

/* Стили для группы политики конфиденциальности */
.privacy-policy-group {
  margin: 20px auto 0 auto;
  justify-content: center;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0px !important;
  cursor: pointer;
}

.privacy-policy-group input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none; 
  appearance: none;
  border: 2px solid #ef1212;
  border-radius: 4px;
  position: relative;
  transition: all 0.2s ease;
}

.privacy-policy-group input[type="checkbox"]:checked {
  background-color: #007bff;
  border-color: #007bff;
}

.privacy-policy-group input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgM0w0IDlMMiA3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.privacy-label {
  position: relative !important;
  cursor: pointer;
  text-transform: none !important;
  font-size: 14px !important;
  line-height: 100% !important;
  width: fit-content !important;
  color: #222 !important;
}

.privacy-label a {
  color: #007bff;
  text-decoration: underline;
}

.privacy-label a:hover {
  text-decoration: none;
}

/* Стили для заблокированной кнопки */
button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none !important;
}