.header-admin {
    top: 32px!important;
}

@media screen and (max-width: 782px) {
    .header-admin {
        top: 0  !important;
    }
}
.btn {
position: relative;
z-index: 1;
}
.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.wpcf7-acceptance .wpcf7-list-item label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
}

.wpcf7-not-valid-tip {
  color: #f15156;
  font-size: 12px;
  font-weight: normal;
  display: block;
  padding-top: 2px;
}
.wpcf7-not-valid {
  border-color: #f15156;
}

.wpcf7 form .wpcf7-response-output {
  flex: 1 1 100%;
}
.footer__subcreble form {
  flex-wrap: wrap;
}

.section {
  margin: 30px 0 90px;
}


.wpcf7-response-output {
  display: none!important;
}
.gallery-slider__cover {
	width: 100%;
	
}
img {
	border-radius: 20px;
	object-fit: cover;
}

.main-screen__bg img, .hero-links__card img {
	border-radius: 0px;
}