.header-toprow {
  display: none !important;
}

#header.header.flex {
  position: relative;
  z-index: 1;
  background-color: #ffffff00 !important;
}

main {
  margin-top: 100px;
  overflow-x: hidden;
}

.item .header {
  height: auto !important;
}

.new-popup-checkbox__label {
  position: relative;
  background-color: transparent;
  border: none;
}

.new-popup-checkbox__label::before {
  opacity: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #ba102c;
  transform: none;
  transition: all 0.3s ease-in-out;
}

.new-popup-checkbox__input:checked + .new-popup-checkbox__label {
  background-color: unset;
}

.new-popup-checkbox__input:checked + .new-popup-checkbox__label::before {
  background-color: #ba102c;
}

.new-popup-checkbox__label._error {
  box-shadow: unset;
}

.new-popup-checkbox__label._error.new-popup-checkbox__label::before {
  box-shadow: 0px 0px 10px #ba102c;
}

.new-popup-checkbox__label:hover::before {
  background-color: hsla(350, 84%, 40%, 0.2);
}

.p-form-policy__label {
  position: relative;
  background-color: transparent;
  border: none;
}

.p-form-policy__label::after {
  width: 24px;
  height: 24px;
  border: 1px solid #ba102c;
  transition: all 0.3s ease-in-out;
  left: 0;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

.p-form-policy__input:checked + .p-form-policy__label::after {
  background-image: url("https://gkmp32.com/local/templates/new_gkmp32/production-new/assets/img/icon/arrow-checkbox-red.svg");
}

.p-form-policy__label:hover::after {
  background-color: hsla(350, 84%, 40%, 0.1);
}

.p-form-policy__label._error {
  box-shadow: unset;
}

.p-form-policy__label._error.p-form-policy__label::after {
  box-shadow: 0px 0px 10px #ba102c;
}

.btn-1 {
  transition: all 0.3s ease-in-out;
}

.btn-1:hover {
  background-color: #fff;
  color: #ba102c;
}

.btn-1:active {
  opacity: 0.8;
}

.documents.active-view .documents-block {
  max-width: 1100px;
  width: max-content;
}

@media (max-width: 1440px) {
  .documents.active-view .documents-block {
    max-width: 770px;
  }
}
@media (max-width: 1040px) {
  .documents.active-view .documents-block {
    max-width: 570px;        justify-content: start;
  }
}

@media (max-width: 768px) {
  .documents.active-view .documents-block {
    max-width: max-content;
     width: 100%;
  }
}
