.offset__4 {
  margin-top: 4px;
}
.offset__8 {
  margin-top: 8px;
}
.offset__12 {
  margin-top: 12px;
}
.offset__16 {
  margin-top: 16px;
}
.offset__24 {
  margin-top: 24px;
}
.offset__32 {
  margin-top: 32px;
}
.offset__40 {
  margin-top: 40px;
}
.offset__64 {
  margin-top: 64px;
}
.offset__80 {
  margin-top: 80px;
}
.offset__100 {
  margin-top: 100px;
}
.offset__160 {
  margin-top: 160px;
}

.contacts__flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.contacts__info {
  width: 460px;
}
.contacts__tel {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--link-color);
  text-decoration: none;
}
.contacts__soc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contacts__soc a {
  display: block;
  margin-right: 12px;
  text-decoration: none;
  transition: 0.3s opacity ease-in-out 0s;
}
.contacts__soc a:hover {
  opacity: 0.7;
}
.contacts__mode, .contacts__addr, .contacts__email {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color-gray);
}
.contacts__mode a, .contacts__addr a, .contacts__email a {
  font-size: 16px;
  line-height: 24px;
  color: var(--link-color);
  text-decoration: none;
  border-bottom: 1px dashed var(--link-color);
  transition: 0.3s all ease-in-out 0s;
}
.contacts__mode a:hover, .contacts__addr a:hover, .contacts__email a:hover {
  border-color: transparent;
}
.contacts__mode span, .contacts__addr span, .contacts__email span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--link-color);
}
.contacts__map {
  width: 660px;
}
.contacts__map > ymaps {
  border-radius: 16px;
  overflow: hidden;
}
.contacts__req {
  width: 460px;
  font-size: 18px;
  line-height: 28px;
  color: var(--paragraph-color);
}
.contacts__req_heading {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: var(--subtitle-color);
}
.contacts__form {
  width: 660px;
}
.contacts__form_heading {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: var(--subtitle-color);
}
.contacts__form br, .contacts__form .ajax-loader, .contacts__form .wpcf7-spinner {
  display: none !important;
}
.contacts__form .wpcf7 {
  display: block;
  margin-top: -20px;
}
.contacts__cols, .contacts__subcols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacts__col {
  width: calc(50% - 16px);
}
.contacts__subcol {
  width: calc(50% - 8px);
}
.contacts span.wpcf7-list-item {
  display: block;
  margin: 0;
}
.contacts label {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: var(--link-color);
}
.contacts .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  margin: 0;
  max-width: 100%;
}
.contacts .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  box-sizing: border-box;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  color: #f44336;
  font-size: 12px;
  line-height: 18px;
  background-color: #ffffff;
  padding: 0 18px;
  border-radius: 8px;
}
.contacts .iti {
  margin: 8px auto 0;
}
.contacts input[type=text], .contacts input[type=tel], .contacts input[type=email], .contacts input[type=number], .contacts input[type=password] {
  display: block;
  box-sizing: border-box;
  margin: 8px auto 0;
  width: 100%;
  height: 46px;
  background-color: var(--filter-input-background);
  padding: 0 20px;
  border: 1px solid var(--filter-border);
  color: var(--subtitle-color);
  font-size: 14px;
  border-radius: 8px;
}
.contacts input[type=text]::placeholder, .contacts input[type=tel]::placeholder, .contacts input[type=email]::placeholder, .contacts input[type=number]::placeholder, .contacts input[type=password]::placeholder {
  color: var(--text-color-gray);
}
.contacts input[type=text]:focus, .contacts input[type=tel]:focus, .contacts input[type=email]:focus, .contacts input[type=number]:focus, .contacts input[type=password]:focus {
  outline: none;
  border: 1px solid var(--link-color);
}
.contacts input[type=text].wpcf7-not-valid, .contacts input[type=tel].wpcf7-not-valid, .contacts input[type=email].wpcf7-not-valid, .contacts input[type=number].wpcf7-not-valid, .contacts input[type=password].wpcf7-not-valid {
  border: 1px solid #f44336;
}
.contacts textarea {
  display: block;
  box-sizing: border-box;
  margin: 8px auto 0;
  width: 100%;
  height: 150px;
  background-color: var(--filter-input-background);
  padding: 12px 20px;
  border: 1px solid var(--filter-border);
  resize: none;
  color: var(--subtitle-color);
  font-size: 14px;
  border-radius: 8px;
}
.contacts textarea::placeholder {
  color: var(--text-color-gray);
}
.contacts textarea:focus {
  outline: none;
  border: 1px solid var(--link-color);
}
.contacts textarea.wpcf7-not-valid {
  border: 1px solid #f44336;
}
.contacts .wpcf7-checkbox input {
  display: none;
}
.contacts .wpcf7-checkbox label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-color-gray);
  padding-left: 40px;
}
.contacts .wpcf7-checkbox label a {
  color: var(--link-color) !important;
}
.contacts .wpcf7-checkbox label .wpcf7-list-item-label {
  display: block;
}
.contacts .wpcf7-checkbox label .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #DDE6ED;
  border-radius: 6px;
  background-position: center;
  transition: 0.3s all ease 0s;
}
.contacts .wpcf7-checkbox label input {
  display: none;
}
.contacts .wpcf7-checkbox label input:checked + .wpcf7-list-item-label:before {
  background: #ffffff url(/wp-content/themes/arendacar/images/desktop/icon-check.svg) no-repeat center;
}
.contacts .wpcf7-checkbox.wpcf7-not-valid label .wpcf7-list-item-label:before {
  border-color: #f44336;
}
.contacts .wpcf7-checkbox.wpcf7-not-valid + .wpcf7-not-valid-tip {
  display: none !important;
}
.contacts .wpcf7-submit {
  margin: 20px auto 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 64px;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
  transition: 0.3s all cubic-bezier(0.35, 0, 0, 1) 0s;
  font-size: 14px;
  line-height: 20px;
  border: none;
  background: var(--btn-background-2);
  color: var(--btn-color-2);
}
.contacts .wpcf7-submit:not(.disabled):hover {
  background: var(--btn-background-2-hover);
}
.contacts .wpcf7-submit:not(.disabled):active {
  background: var(--btn-background-2-active);
}
.contacts .wpcf7-response-output {
  display: none !important;
}

/*# sourceMappingURL=critical.css.map */
