.feedback {
	text-align: center;
	background: #fff;
	padding: 0 0 15px;
}
.feedback h2 {
	color: #000;
    font-size: 25px;
    padding: 15px 0;
}
.row {
	display: flex;
	flex-wrap: wrap;
}
.ajax-contact-form input{
	width: 40%;
    margin: 10px auto 15px;
    padding: 10px 15px;
    border: solid 1px #2e1d1d;
    border-radius: 20px;
}
textarea {
	width: 89%;
    padding: 10px 15px;
    border: solid 1px #2e1d1d;
    border-radius: 5px;
    font-family: inherit;
    resize: none;
}

.submit{
  width: 40%;
  margin: 10px auto 15px;
  font-size: 17px;
  padding: 0;
  background: #8dbe4e;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.note {
	display: none;
	background: #00c606;
    padding: 20px;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
}


/* Ð´Ð»Ñ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð° input c type="checkbox" */
.custom-checkbox {
  width: auto !important;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* Ð´Ð»Ñ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð° label, ÑÐ²ÑÐ·Ð°Ð½Ð½Ð¾Ð³Ð¾ Ñ .custom-checkbox */
.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

/* ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ðµ Ð² label Ð¿ÑÐµÐ²Ð´Ð¾ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð° before ÑÐ¾ ÑÐ»ÐµÐ´ÑƒÑŽÑ‰Ð¸Ð¼Ð¸ ÑÑ‚Ð¸Ð»ÑÐ¼Ð¸ */
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #fff;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  border: solid 1px;
}


/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ñ‡ÐµÐºÐ±Ð¾ÐºÑÐ°, Ð½Ð°Ñ…Ð¾Ð´ÑÑ‰ÐµÐ³Ð¾ÑÑ Ð² ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ð¸ checked */
.custom-checkbox:checked+label::before {
  border-color: #fff;
  background-color: #DB4037;
  background-image: url("../images/fc081737d0415361dac6a5f58e2c69034d3abe0d.svg");
}
body {
    top: 0 !important;
  }
  .goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
  }
  .skiptranslate {
    display: none !important;
    height: 0 !important;
  }
  .language__img {
    cursor: pointer;
  }