/*!
Theme Name: maxcompany
Theme URI: https://marinalitvinova.ru/
Author: Marina Litvinova
Author URI: https://marinalitvinova.ru/
Version: 1.0.0
Text Domain: maxcompany
*/

/* Кнопка в галерее */
/* .gallery__more-btn.is-loading {
  pointer-events: none;
  opacity: 0.6;
} */

/* Loader в каталоге */
/* .loader {
  margin: 0 auto;
  text-align: center;
} */

/* .catalog-cards.loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-cards.loading svg {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  margin: 20px;
  display:inline-block;
} */

/* СТИЛИ ДЛЯ ФОРМЫ */
/* .modal-form {
  position: relative;
}

.modal-form label .wpcf7-form-control-wrap {
  width: 100%;
} */

/* .modal__form .select-wrapper {
  width: 100%;
  position: relative;
}
.modal__form .select-wrapper::after {
  content: '';
  background-image: url('./assets/img/form-arrow.svg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 18px;
  right: 15px;
  width: 12px;
  height: 9px;
}
.modal__form select {
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 15px;
  width: 100%;
  background-color: var(--white);
  height: 40px;
  appearance: none;
  -webkit-appearance: none; 
  -moz-appearance: none; 
}
.label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  position: relative;
}
.label .other-group, .label .input-wrapper {
  width: 100%;
}
.label input {
  border-radius: 5px;
  padding: 10px 15px;
  width: 100%;
  background-color: var(--white);
  height: 40px;
  appearance: none;
  -webkit-appearance: none;
}
.label span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  color: #151414;
  opacity: .7;
  display: inline-block;
  width: 100%;
}
.label span span {
  color: #f00;
  width: auto;
}
.modal-form .other-field.is-visible {
  gap: 5px;
}
.modal-form .options {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.modal-form .options span {
  font-size: 16px;
  margin-bottom: 5px;
}
.modal-form .options .checkbox-group {
  display: block !important;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  background-color: var(--white);
  border-radius: 2px;
}
@media (max-width: 820px) {
  .wpcf7-form-control.wpcf7-checkbox  {
    grid-template-columns: 1fr;
  }
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label {
  display: flex;
  gap: 10px;
  cursor: pointer;
  user-select: none;
} */
/* hide checkbox */
/* .wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
} */
/* custom checkbox */
/* .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  line-height: 1.2;
} */
/* рамка */
/* .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid var(--text-color);
  border-radius: 4px;
  transform: translateY(-50%);
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 50%;
  width: 12px;
  height: 12px;
  background: var(--accent);
  border-radius: 2px;
  transform: translateY(-50%);
}
.modal-form .privacy-label {
  margin-bottom: 15px;
}
.privacy-label .wpcf7-form-control-wrap {
  display: none !important;
} */
/* .modal-form input[type=submit] {
  background: var(--accent);
  -webkit-transition: all .3s ease;
}
.wpcf7-spinner {
  position: absolute;
  top: 8px;
}

.modal-form .label .input-clear {
  position: absolute;
  top: 70%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(./assets/img/form-del.svg) center / contain no-repeat;
  border: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.modal-form .label .input-wrapper.has-value .input-clear {
  opacity: 1;
  pointer-events: auto;
} */

/* СТИЛИ ДЛЯ КОНТЕНТНОЙ ИНФОРМАЦИИ */
/* body.page-template-page-technical {
  overflow-x: auto;
}
body.error404 {
  background-color: #E8E8E8;
}
.page-technical {
  padding-top: 100px;
  background-color: #E8E8E8;
}
.page-technical .breadcrumbs {
  margin-bottom: 30px;
  margin-left: 20px;
}
@media (max-width: 860px) {
  .page-technical .breadcrumbs {
    margin-left: 10px;
  }
}
.page-technical .breadcrumbs a{
  color: #000;
  transition: all .3s ease;
}
.page-technical .breadcrumbs a:hover {
  color: #0B7576;
}
.page-content {
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  max-width: 920px;
  margin: 0 auto;
  padding: 30px 0px;
}
.page-content.page-content-404 {
  padding: 80px 10px 0;
  min-height: 448px;
}
.page-content.page-content-404 a {
  text-decoration: none;
  color: #fff;
  max-width: 200px;
}
.page-content.page-content-404 a:hover {
  color: #fff;
  background: #000;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #000;
  text-transform: none;
}
.page-content h1 {
  margin-top: 0;
}
.page-content h1 { font-size: 2.5rem; }
.page-content h2 { font-size: 2rem; }
.page-content h3 { font-size: 1.75rem; }
.page-content h4 { font-size: 1.5rem; }
.page-content h5 { font-size: 1.25rem; }
.page-content h6 { font-size: 1rem; }

.page-content p {
  margin-bottom: 1.2em;
}
.page-content strong {
  font-weight: 600;
}
.page-content em {
  font-style: italic;
}
.page-content u {
  text-decoration: underline;
}
.page-content ul,
.page-content ol {
  margin: 1em 0 1em 2em;
  padding: 0;
}
.page-content ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}
.page-content ol li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
}
.page-content a {
  color: #000;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.page-content a:hover {
  color: #0B7576;
}
.page-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em auto;
}
.page-content figure {
  margin: 2em 0;
  text-align: center;
}
.page-content figcaption {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.5em;
}
.page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  min-width: 510px;
}
.page-content .wp-block-table thead {
  border-bottom: 2px solid;
}
.page-content th,
.page-content td {
  border: 1px solid #ddd;
  padding: 0.75em;
  text-align: left;
}
.page-content th {
  background-color: #f4f4f4;
  font-weight: 600;
}
.page-content blockquote {
  border-left: 4px solid #0B7576;
  padding: 1em;
  margin: 1em 0;
  color: #797979;
  font-style: italic;
  background: #f9f9f9;
}
.page-content blockquote p {
  margin-bottom: 0;
}
.page-content hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2em 0;
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
  word-break: break-word;
  background: #f3f3f3;
}
@media (max-width: 768px) {
  .page-content {
    padding: 20px 10px;
  }
  .page-content h1 { font-size: 2rem; }
  .page-content h2 { font-size: 1.75rem; }
  .page-content h3 { font-size: 1.5rem; }
  .page-content h4 { font-size: 1.25rem; }
  .page-content h5 { font-size: 1.1rem; }
  .page-content h6 { font-size: 1rem; }
} */

.modal-form .select-wrapper::after {
  background-image: url("../maxcompany/assets/img/form-arrow.svg");

}





.privacy-label.is-checked input.privacy-checkbox + span {
  background-image: url('./assets/img/checkbox.svg');
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 13px;
  color: #dc3232;
  opacity: .7;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #000
}