@charset "UTF-8";
.feedback__block {
  background-image: url("/wp-content/uploads/cons.jpg");
  background-size: contain;
  background-color: #2ba29a;
}
@media (max-width: 710px) {
  .feedback__block {
    padding-top: 287px;
    background-repeat: no-repeat;
  }
}
.feedback__form {
  width: 50%;
  margin-left: auto;
  background: #2ba29a;
  padding: 60px 36px 28px;
  color: #ffffff;
  font-size: 14px;
  scroll-margin-top: 120px;
}
@media (max-width: 992px) {
  .feedback__form {
    width: 60%;
    padding: 36px 16px 16px;
  }
}
@media (max-width: 710px) {
  .feedback__form {
    width: 100%;
  }
}
.feedback__form h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 32px;
  margin: 0;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .feedback__form h3 {
    margin-bottom: 24px;
  }
}
.feedback__form input {
  border-style: solid !important;
  background: transparent !important;
  color: #FFFFFF !important;
}
.feedback__form input:-webkit-autofill, .feedback__form input:-webkit-autofill:hover, .feedback__form input:-webkit-autofill:focus {
  background: transparent !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%);
}
.feedback__form input[type=submit] {
  text-transform: uppercase;
  background-color: #FF0D19 !important;
  color: #FFFFFF !important;
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.feedback__form input[type=submit]:disabled, .feedback__form input[type=submit][disabled] {
  background-color: #DADADA !important;
  color: #7E8183 !important;
}
.feedback__form textarea {
  border-style: solid !important;
  background: transparent !important;
  color: #FFFFFF !important;
  min-width: 100%;
  resize: vertical;
  max-height: 105px;
}
.feedback__form textarea::-webkit-scrollbar {
  width: 4px;
  padding-right: 2px;
  margin-right: 4px;
}
.feedback__form textarea::-webkit-scrollbar-track {
  background: #595B62;
  cursor: pointer;
  border-radius: 0.5rem;
}
.feedback__form textarea::-webkit-scrollbar-thumb {
  background-color: #F2F2F2;
  border-radius: 0.5rem;
}
.feedback__form textarea::-webkit-scrollbar-corner {
  background-color: #595B62;
  border: none;
}
.feedback__form p {
  margin-bottom: 8px !important;
}
.feedback__form .wpcf7-acceptance {
  font-size: 18px;
  display: block;
  margin: 16px 0 28px;
  line-height: 1.4;
}
.feedback__form .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 16px;
}
.feedback__form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.feedback__form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  opacity: 0;
  pointer-events: none;
}
.feedback__form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] ~ span::before {
  content: "";
  height: 20px;
  width: 20px;
  background-color: #000000;
  border: 1px solid #ADB6BE;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
@media (max-width: 710px) {
  .feedback__form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] ~ span {
    font-size: 14px;
  }
}
.feedback__form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked ~ span::after {
  content: "✓";
  left: 3px;
  top: calc(50% - 12px);
  position: absolute;
  color: #ffffff;
  font-size: 18px;
}

.contacts__item {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .contacts__item {
    margin-bottom: 60px;
  }
}
.contacts__info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.contacts__item-title {
  font-size: 32px !important;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 24px !important;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .contacts__item-title {
    margin-bottom: 16px !important;
    font-size: 24px !important;
  }
}
.contacts__info span {
  display: block;
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .contacts__info span {
    font-size: 20px;
  }
}
.contacts__info span:last-child {
  margin-bottom: 0;
}
.contacts__adress {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .contacts__adress {
    flex-direction: column;
    gap: 36px;
  }
}
.contacts__offer {
  display: flex;
  gap: 16px;
  background: #F2F2F2;
  padding: 60px 36px;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .contacts__offer {
    flex-direction: column;
    gap: 36px;
  }
}
@media screen and (max-width: 480px) {
  .contacts__offer {
    padding: 24px 16px;
  }
}
.contacts__info-adress--phone {
  text-decoration: underline;
  color: #FF0D19;
}
.contacts__info-adress--phone:hover {
  color: #D7121C;
}
.contacts__item-container {
  max-width: 600px;
}
.contacts__item-button {
  height: max-content;
  font-size: 20px;
}
.contacts__item-text {
  font-size: 24px;
  line-height: 110%;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .contacts__item-text {
    font-size: 20px;
  }
}
.contacts__item-text p {
  margin: 0;
}/*# sourceMappingURL=contacts.css.map */