@font-face {
  font-family: "HelveticaNeue";
  font-display: swap;
  src: url("../fonts/HelveticaNeueRoman.woff2") format("woff2"), url("../fonts//HelveticaNeueRoman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  font-display: swap;
  src: url("../fonts/HelveticaNeueMedium.woff2") format("woff2"), url("../fonts/HelveticaNeueBoldMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  font-display: swap;
  src: url("../fonts/HelveticaNeueBold.woff2") format("woff2"), url("../fonts/HelveticaNeueBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

::-moz-focus-inner {
  border: 0;
  outline: 0;
}

html {
  height: 100%;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html.menu-open body {
  overflow: hidden;
  height: 100vh;
}
html.scroll-disable {
  overflow: hidden;
}
html.scroll-disable body {
  padding-right: var(--scrollbar-width, 0);
}
html.scroll-disable .header {
  right: calc(var(--scrollbar-width, 0));
}
html.scroll-disable .application-button-wrap {
  right: calc(6.4rem + var(--scrollbar-width, 0));
}

* {
  position: relative;
}

html {
  font-size: 10px;
  background-color: #fff;
}

body {
  font-family: "HelveticaNeue", sans-serif;
}

section {
  overflow: hidden;
  z-index: 1;
}
section.block {
  padding: 4rem 0;
}
@media only screen and (min-width: 834px) {
  section.block {
    padding: 8rem 0;
  }
}

main {
  flex: 1;
  margin-top: 8rem;
}

.container,
[class*=__container] {
  margin: 0 auto;
  width: 100%;
  max-width: 136rem;
  padding: 0 2.4rem;
}

.container-fluid {
  margin: 0 auto;
  width: 100%;
  max-width: 136rem;
  padding: 0 2.4rem;
}

.container-small {
  margin: 0 auto;
  width: 100%;
  max-width: 73.6rem;
  padding: 0 2.4rem;
}

.tac {
  text-align: center;
  margin: 0 auto;
}

.hidden {
  display: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

[class*=grid] + [class*=grid] {
  margin-top: 2rem;
}

.grid-2 > div:not(:first-child), .grid-2 > a:not(:first-child),
.grid-3 > div:not(:first-child),
.grid-3 > a:not(:first-child),
.grid-4 > div:not(:first-child),
.grid-4 > a:not(:first-child) {
  margin-top: 2rem;
}
@media only screen and (min-width: 450px) {
  .grid-2 > div, .grid-2 > a,
  .grid-3 > div,
  .grid-3 > a,
  .grid-4 > div,
  .grid-4 > a {
    width: calc(50% - 1rem);
  }
  .grid-2 > div:nth-child(-n+2), .grid-2 > a:nth-child(-n+2),
  .grid-3 > div:nth-child(-n+2),
  .grid-3 > a:nth-child(-n+2),
  .grid-4 > div:nth-child(-n+2),
  .grid-4 > a:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 450px) {
  .grid-2,
  .grid-3,
  .grid-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1024px) {
  .grid-3,
  .grid-4 {
    justify-content: flex-start;
  }
  .grid-3 > div, .grid-3 > a,
  .grid-4 > div,
  .grid-4 > a {
    width: calc(33.33% - 1.3333333333rem);
  }
  .grid-3 > div:nth-child(-n+3), .grid-3 > a:nth-child(-n+3),
  .grid-4 > div:nth-child(-n+3),
  .grid-4 > a:nth-child(-n+3) {
    margin-top: 0;
  }
  .grid-3 > div:not(:nth-child(3n+3)), .grid-3 > a:not(:nth-child(3n+3)),
  .grid-4 > div:not(:nth-child(3n+3)),
  .grid-4 > a:not(:nth-child(3n+3)) {
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 1408px) {
  .grid-4 > div, .grid-4 > a {
    width: calc(25% - 1.5rem);
  }
  .grid-4 > div:nth-child(-n+4), .grid-4 > a:nth-child(-n+4) {
    margin-top: 0;
  }
  .grid-4 > div:nth-child(4n+4), .grid-4 > a:nth-child(4n+4) {
    margin-right: 0;
  }
  .grid-4 > div:not(:nth-child(4n+4)), .grid-4 > a:not(:nth-child(4n+4)) {
    margin-right: 2rem;
  }
}
.spacer {
  height: 1rem;
  display: block;
}

.bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.bg:before, .bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--bg-image) no-repeat center center;
  position: absolute;
  background-size: cover;
}
.bg:before {
  filter: blur(3rem);
  transform: scale(1.15);
}
.bg:after {
  max-width: 192rem;
}
.bg div {
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.bg-top:before, .bg-top:after {
  background-position: top center;
}
.bg-bottom:before, .bg-bottom:after {
  background-position: bottom center;
}

@media only screen and (min-width: 1024px) {
  .flex-2 {
    display: flex;
    align-items: center;
  }
  .flex-2 > div {
    flex: 1;
  }
}
h1,
h2,
h3,
h4,
h5,
p,
span,
div,
a,
li,
textarea,
input,
button,
input::placeholder,
textarea::placeholder {
  font-size: 1.8rem;
  font-style: normal;
  line-height: 120%;
  color: #1A1C17;
  font-family: "HelveticaNeue", sans-serif;
}

.block__title,
.h1,
h1 {
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1024px) {
  .block__title,
  .h1,
  h1 {
    font-size: 5.2rem;
  }
}

.h2,
h2 {
  font-size: 4rem;
  line-height: 1.2;
}

.h3,
h3 {
  font-size: 3.6rem;
  line-height: 1.2;
}

.h4,
h4 {
  font-size: 2.4rem;
  line-height: 1.3;
}

p {
  font-size: 1.8rem;
  line-height: 1.5;
}

form label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #32342D;
  text-align: left;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

input[type=submit],
button {
  border: 0;
  outline: 0;
  -webkit-appearance: none;
}

button {
  background: transparent;
}

.tooltip {
  display: flex;
  align-items: center;
  position: absolute;
  top: -2.4rem;
  left: 0.9rem;
  padding: 0.75rem 1.4rem;
  background-color: #fff;
  color: #5D574B;
  font-size: 1.4rem;
  line-height: 1.2;
  border-radius: 0.6rem;
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 0.35s;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12), 0px 15px 35px 0px rgba(103, 110, 118, 0.08);
}
.tooltip:before {
  content: "";
  width: 2.4rem;
  height: 0.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='6' viewBox='0 0 24 6' fill='none'%3E%3Cpath d='M18.7071 5.29289C18.3166 5.68342 17.6834 5.68342 17.2929 5.29289L12 -9.53991e-08L24 9.53674e-07L18.7071 5.29289Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  bottom: -0.6rem;
  left: 0.6rem;
}
.tooltip.visible {
  opacity: 1;
}

.wpcf7 .wpcf7-form {
  display: block;
}
.wpcf7 fieldset {
  outline: 0;
  border: 0;
}
.wpcf7 input:not([type=submit]):not([type=checkbox]),
.wpcf7 textarea {
  background: #fff;
  border: 1px solid #E4E3DD;
  border-radius: 0.8rem;
  padding: 1.2rem 1.15rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  min-height: 4.8rem;
  color: #44493D;
  transition: border-color 0.35s ease-in-out, background-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
}
.wpcf7 input:not([type=submit]):not([type=checkbox])::placeholder, .wpcf7 input:not([type=submit]):not([type=checkbox])::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 textarea::placeholder {
  font-size: 1.6rem;
  color: #54585D;
  transition: all 0.35s ease-in-out;
}
.wpcf7 input:not([type=submit]):not([type=checkbox])::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #54585D;
  transition: all 0.35s ease-in-out;
}
.wpcf7 input:not([type=submit]):not([type=checkbox])::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
  font-size: 1.6rem;
  color: #54585D;
  transition: all 0.35s ease-in-out;
}
.wpcf7 input:not([type=submit]):not([type=checkbox]):-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #54585D;
  transition: all 0.35s ease-in-out;
}
.wpcf7 input:not([type=submit]):not([type=checkbox]):focus,
.wpcf7 textarea:focus {
  border-color: #B97226;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(185, 114, 38, 0.15);
}
.wpcf7 input:not([type=submit]):not([type=checkbox]):focus::-webkit-input-placeholder, .wpcf7 input:not([type=submit]):not([type=checkbox]).active:focus::-webkit-input-placeholder,
.wpcf7 textarea:focus::-webkit-input-placeholder,
.wpcf7 textarea.active:focus::-webkit-input-placeholder {
  color: transparent;
}
.wpcf7 input:not([type=submit]):not([type=checkbox]):focus::-moz-placeholder, .wpcf7 input:not([type=submit]):not([type=checkbox]).active:focus::-moz-placeholder,
.wpcf7 textarea:focus::-moz-placeholder,
.wpcf7 textarea.active:focus::-moz-placeholder {
  color: transparent;
}
.wpcf7 input:not([type=submit]):not([type=checkbox]):focus:-ms-input-placeholder, .wpcf7 input:not([type=submit]):not([type=checkbox]).active:focus:-ms-input-placeholder,
.wpcf7 textarea:focus:-ms-input-placeholder,
.wpcf7 textarea.active:focus:-ms-input-placeholder {
  color: transparent;
}
.wpcf7 input:not([type=submit]):not([type=checkbox]).wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  border: 1px solid #d33f2f;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.16699 5.8335H10.8337V11.6668H9.16699V5.8335ZM9.16699 12.5002H10.8337V14.1668H9.16699V12.5002Z' fill='%23D33F2F'/%3E%3Cpath d='M18.0895 6.07758L13.9228 1.91092C13.8456 1.83338 13.7537 1.77189 13.6526 1.72999C13.5515 1.68808 13.4431 1.66659 13.3337 1.66675H6.66699C6.55754 1.66659 6.44914 1.68808 6.34802 1.72999C6.24691 1.77189 6.15508 1.83338 6.07783 1.91092L1.91116 6.07758C1.83362 6.15484 1.77213 6.24666 1.73023 6.34778C1.68833 6.44889 1.66683 6.5573 1.66699 6.66675V13.3334C1.66699 13.5551 1.75449 13.7668 1.91116 13.9226L6.07783 18.0893C6.15508 18.1668 6.24691 18.2283 6.34802 18.2702C6.44914 18.3121 6.55754 18.3336 6.66699 18.3334H13.3337C13.5553 18.3334 13.767 18.2459 13.9228 18.0893L18.0895 13.9226C18.167 13.8453 18.2285 13.7535 18.2704 13.6524C18.3123 13.5513 18.3338 13.4429 18.3337 13.3334V6.66675C18.3338 6.5573 18.3123 6.44889 18.2704 6.34778C18.2285 6.24666 18.167 6.15484 18.0895 6.07758ZM16.667 12.9884L12.9887 16.6668H7.01199L3.33366 12.9884V7.01175L7.01199 3.33342H12.9887L16.667 7.01175V12.9884Z' fill='%23D33F2F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 12px top 12px;
}
.wpcf7 textarea {
  padding: 0.5rem 1.15rem;
  resize: none;
}
.wpcf7 .hidden-field,
.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 108%;
  font-size: 1.2rem;
  font-weight: 400;
  color: #B23123;
  z-index: 2;
}
.wpcf7 .form-row {
  margin-bottom: 2.4rem;
}
.wpcf7 .form-row:last-child {
  margin-bottom: 0;
}
.wpcf7 .form-row label {
  display: flex;
  flex-direction: column;
}
.wpcf7 .form-row label > span {
  display: block;
  font-size: 1.4rem;
  line-height: 120%;
  margin-bottom: 0.6rem;
  color: #32342D;
}
.wpcf7 .form-row label > span.wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.wpcf7 .form-row label > .textarea-counter {
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #676D73;
}
.wpcf7 .form-row input {
  width: 100%;
}
.wpcf7 .form-row textarea {
  width: 100%;
  max-height: 14.8rem;
}
.wpcf7 .form-row textarea ~ .wpcf7-not-valid-tip {
  left: auto;
  right: 0;
  top: 100%;
}
.wpcf7 .form-row .form-submit {
  display: block;
  width: 100%;
}
.wpcf7 .form-submit-wrap {
  margin-top: 3.2rem;
}
.wpcf7 .form-submit-wrap input {
  width: 100%;
}
.wpcf7 .form-row-flex {
  display: flex;
  gap: 1.6rem;
}
.wpcf7 .form-row-flex .divider {
  width: 1.6rem;
  height: 0.2rem;
  background-color: #504A43;
}
.wpcf7 .form-row-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}
.wpcf7 input::-webkit-outer-spin-button,
.wpcf7 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wpcf7 .wpcf7-acceptance label,
.wpcf7 .wpcf7-checkbox label {
  flex-direction: row;
  gap: 1.2rem;
  align-items: flex-start;
}
.wpcf7 .wpcf7-acceptance label > span,
.wpcf7 .wpcf7-checkbox label > span {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-acceptance input[type=checkbox],
.wpcf7 .wpcf7-acceptance input.form-acceptance,
.wpcf7 .wpcf7-checkbox input[type=checkbox],
.wpcf7 .wpcf7-checkbox input.form-acceptance {
  position: absolute;
  width: 0;
  opacity: 0;
  z-index: 2;
}
.wpcf7 .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-acceptance input.form-acceptance:checked + .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-checkbox input.form-acceptance:checked + .wpcf7-list-item-label:before {
  border-color: #B97226;
  background-color: #B97226;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.33266 12.9883L5.58849 10.2442L4.41016 11.4225L8.33266 15.345L16.4218 7.25585L15.2435 6.07751L8.33266 12.9883Z' fill='white'/%3E%3C/svg%3E%0A");
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 3.6rem;
  display: block;
  font-size: 1.4rem;
  color: #525849;
  font-weight: 400;
  cursor: pointer;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
  flex-shrink: 0;
  border: 1px solid #393C33;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  transition: all ease-in-out 0.35s;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label a,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label a {
  font-size: 1.4rem;
  color: #525849;
  text-decoration: underline;
  text-underline-offset: auto;
}
.wpcf7 .wpcf7-checkbox label {
  align-items: center;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
  color: #32342D;
  height: 2.4rem;
  display: flex;
  align-items: center;
}

.btn,
.btn-transparent {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: #8F4E20;
  padding: 1.4rem 2.5rem;
  border-radius: 0.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
  width: max-content;
  border: none;
  cursor: pointer;
  transition: background-color ease-in-out 0.35s;
}

.btn:hover {
  background-color: #B97226;
}
.btn:focus {
  background-color: #7E4322;
}

.btn-transparent {
  color: #8F4E20;
  background-color: transparent;
  transition: color ease-in-out 0.35s;
}
.btn-transparent:hover {
  color: #B97226;
  border-color: #B97226;
}
.btn-transparent:focus {
  color: #7E4322;
  border-color: #7E4322;
}

.btn-border,
.select-border {
  padding: 1.25rem 1.8rem;
  background-color: transparent;
  border-radius: 0.8rem;
  border: 0.1rem solid #838A77;
  color: #393C33;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
  transition: border-color ease-in-out 0.35s, color ease-in-out 0.35s;
}

.btn-border:hover {
  border-color: #B97226;
  color: #B97226;
}
.btn-border:focus {
  border-color: #7E4322;
  color: #7E4322;
}

.btn[disabled],
.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.btn-loading,
.wpcf7 .wpcf7-form.submitting .wpcf7-submit {
  background-image: url(../img/general/spinner.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  text-shadow: none;
  color: transparent;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 1.4rem 0;
  z-index: 99;
  background-color: #FCFCFC;
  transition: transform 0.35s ease-in-out, padding 0.35s ease-in-out;
}
.header--hide {
  transform: translate(0, -100%);
}
.header--scrolled {
  padding: 1rem 0;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  z-index: 200;
  transition: 0.5s linear;
  display: flex;
  align-items: center;
}
.header__burger {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  z-index: 200;
}
@media only screen and (min-width: 1024px) {
  .header__burger {
    display: none;
  }
}
.header__burger:before, .header__burger:after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  left: 50%;
  background-color: #1A1C17;
  transform: translate(-50%, -50%);
  transition: top 0.15s linear 0.15s, transform 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear;
}
.header__burger:before {
  top: calc(50% - 0.35rem);
}
.header__burger:after {
  top: calc(50% + 0.35rem);
}
.header__menu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  background-color: #FCFCFC;
  z-index: 100;
  transition: left 0.3s linear;
  padding: 7rem 1.5rem 0;
}
@media only screen and (min-width: 1024px) {
  .header__menu {
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: auto;
    position: static;
    background-color: transparent;
  }
}
.header__menu-list {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .header__menu-list {
    flex-direction: row;
  }
}
.header__menu-list .menu-item a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #32342D;
  font-size: 2.4rem;
  padding: 1.2rem;
  line-height: 1.2;
}
@media only screen and (min-width: 1024px) {
  .header__menu-list .menu-item a {
    font-size: 1.4rem;
  }
}
.header__button.desktop {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .header__button.desktop {
    display: none;
  }
}
.header__button.mobile {
  display: none;
  margin: 4.8rem auto 0;
}
@media only screen and (max-width: 1024px) {
  .header__button.mobile {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  body.menu-open .header__menu {
    left: 0;
  }
  body.menu-open .header__burger::before, body.menu-open .header__burger::after {
    background-color: #000;
    transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
  }
  body.menu-open .header__burger:before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  body.menu-open .header__burger:after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.footer {
  background-color: #fff;
  padding: 6.4rem 0 4rem;
  border-top: 0.1rem solid #E4E3DD;
}
.footer p, .footer a {
  color: #44493D;
  font-size: 1.6rem;
  line-height: 1.2;
}
.footer li {
  list-style: none;
}
.footer a {
  text-decoration: none;
}
.footer__top, .footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
.footer__top {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  align-items: flex-start;
  border-bottom: 0.1rem solid #E4E3DD;
  flex-direction: column;
}
@media only screen and (min-width: 834px) {
  .footer__top {
    flex-direction: row;
  }
}
.footer__side {
  width: 100%;
}
.footer__logo {
  margin-bottom: 1.6rem;
  display: block;
}
.footer__logo svg {
  max-width: 11.5rem;
}
.footer .form-text {
  margin-bottom: 2rem;
  max-width: 44.9rem;
  line-height: 1.5;
}
.footer__copyright {
  color: #686F5D;
}
.footer__bottom {
  align-items: center;
  flex-wrap: wrap;
}
.footer__bottom__menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 9rem;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .footer__bottom__menu-list {
    flex-direction: row;
  }
}
.footer__bottom__menu-list a {
  color: #525849;
}
.footer input:not([type=submit]):not([type=checkbox]) {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .footer input:not([type=submit]):not([type=checkbox]) {
    width: auto;
  }
}
.footer fieldset {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media only screen and (min-width: 576px) {
  .footer fieldset {
    flex-direction: row;
  }
}
.footer .form-submit {
  padding: 1.2rem 1.9rem;
  font-size: 1.6rem;
  line-height: 1.2;
  min-height: 4.4rem;
}
.footer__contacts {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 3.2rem 4rem;
}
@media only screen and (min-width: 576px) {
  .footer__contacts {
    flex-direction: row;
  }
}
@media only screen and (min-width: 834px) {
  .footer__contacts {
    gap: 4rem 5rem;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1408px) {
  .footer__contacts {
    gap: 4rem 12rem;
  }
}
.footer__nav__title {
  margin-bottom: 1.6rem;
}
.footer__nav__content, .footer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.form-popup {
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
}
.form-popup:not(.side-popup):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 28, 23, 0.6);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: all ease-in-out 0.35s;
}
.form-popup.side-popup {
  top: auto;
  left: auto;
  right: 6.4rem;
  bottom: 9.2rem;
  width: auto;
  background: none;
  backdrop-filter: none;
}
.form-popup.side-popup .form-popup__wrapper {
  padding: 0;
  overflow: visible;
}
.form-popup.side-popup .application-popup__inner {
  margin-bottom: 0;
}
@media only screen and (min-width: 1440px) {
  .form-popup.side-popup .form-body {
    height: 56.5rem;
  }
}
@media only screen and (max-width: 1366px) {
  .form-popup.side-popup .form-body {
    height: 39rem;
  }
}
.form-popup.active {
  opacity: 1;
  pointer-events: auto;
}
.form-popup.active .form-popup__wrapper {
  margin-left: 0;
}
.form-popup.active:before {
  opacity: 1;
}
.form-popup.submission-popup .form-popup__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-popup .form-popup__icon svg {
  display: block;
}
.form-popup.success .form-popup__icon {
  border-color: #A1F9DA;
  background-color: #EBFEF7;
}
.form-popup.success .form-popup__icon--success {
  display: block;
}
.form-popup.success .form-popup__icon--error {
  display: none;
}
.form-popup.error .form-popup__icon {
  border: 1px solid #FCD1CC;
  background: #FDF4F3;
}
.form-popup.error .form-popup__icon--success {
  display: none;
}
.form-popup.error .form-popup__icon--error {
  display: block;
}
.form-popup__wrapper {
  padding: 4rem 0;
  margin-left: 0.9rem;
  width: 100%;
  height: 100%;
  overflow-x: clip;
  overflow-y: auto;
}
.form-popup__inner {
  width: 80%;
  max-width: 53.6rem;
  padding: 2.4rem;
  background-color: #fff;
  border-radius: 0.8rem;
  border: 1px solid #E4E3DD;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.1), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
}
.form-popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.form-popup__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
  border: 0.1rem solid transparent;
}
.form-popup__title {
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
}
.form-popup__text {
  margin-bottom: 3.2rem;
}

.application-popup__inner {
  margin: auto;
  max-width: 52rem;
  max-height: 85.7rem;
  overflow: hidden;
  border-radius: 1.2rem;
  border: 1px solid #E4E3DD;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12), 0 15px 35px 0 rgba(103, 110, 118, 0.08);
}
.application-popup .form-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 2.4rem;
  border-bottom: 1px solid #E4E3DD;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
}
.application-popup .form-title {
  margin-bottom: 0.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.application-popup .wpcf7 .form-row label > span {
  margin-bottom: 0.6rem;
}
.application-popup .wpcf7 .form-row label > span.wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.application-popup .wpcf7 .form-row label > span.wpcf7-list-item-label {
  margin-bottom: 0;
}
.application-popup .wpcf7 input.mileage-from.disabled,
.application-popup .wpcf7 input.mileage-to.disabled {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
.application-popup .form-text {
  font-size: 1.6rem;
  color: #44493D;
}
.application-popup .form-body {
  padding: 1.6rem 2.4rem;
  overflow-x: clip;
  overflow-y: auto;
  background-color: #fff;
  max-height: 60rem;
  height: auto;
}
.application-popup .form-body::-webkit-scrollbar-track {
  background: white;
}
.application-popup .form-body::-webkit-scrollbar {
  width: 0.3rem;
  background-color: white;
}
.application-popup .form-body::-webkit-scrollbar-thumb {
  background-color: #E4E3DD;
  border-radius: 0.8rem;
}
.application-popup .form-checkbox-grid .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(2, minmax(21.4rem, 1fr));
  gap: 1.2rem;
}
.application-popup .form-prices,
.application-popup .form-engines,
.application-popup .form-mileages {
  align-items: center;
  gap: 1.2rem;
}
.application-popup .form-mileages {
  margin-bottom: 1.2rem;
}
.application-popup .form-price-wrap {
  display: flex;
  border: 1px solid #E4E3DD;
  border-radius: 0.8rem;
}
.application-popup .form-price-wrap .wpcf7-form-control-wrap,
.application-popup .form-price-wrap .wpcf7-form-control {
  position: static;
  border-radius: 0.8rem 0 0 0.8rem;
  border: 0;
}
.application-popup .form-price-wrap input:not([type=submit]):not([type=checkbox]) {
  border: 1px solid transparent;
  border-radius: 0.8rem 0 0 0.8rem;
}
.application-popup .form-price-wrap input:not([type=submit]):not([type=checkbox]):focus {
  border: 1px solid transparent;
  box-shadow: none;
}
.application-popup .form-price-wrap.focus {
  border-color: #B97226;
  box-shadow: 0 0 0 3px rgba(185, 114, 38, 0.15);
}
.application-popup .form-footer {
  padding: 2.4rem;
  position: sticky;
  bottom: 0;
  border-top: 1px solid #E4E3DD;
  background-color: #fff;
  z-index: 2;
}
.application-popup .form-footer .form-row {
  margin-bottom: 0;
}
.application-popup .form-cancel {
  background-color: #fff;
  border: 1px solid #8F4E20;
  color: #8F4E20;
}
.application-popup .form-cancel:hover {
  border-color: #B97226;
  color: #B97226;
}
.application-popup .form-cancel:focus {
  border-color: #7E4322;
  color: #7E4322;
}
.application-popup .popup__close.icon {
  position: static;
}
.application-popup .form-currency.select-wrap {
  position: static;
}
.application-popup .form-currency.select-wrap .select-trigger {
  border: 0;
  border-left: 1px solid #E4E3DD;
  border-radius: 0 0.8rem 0.8rem 0;
}
.application-popup .form-currency.select-wrap .select-trigger__text {
  display: flex;
  justify-content: center;
  width: 1.6rem;
}
.application-popup .form-currency.select-wrap .select-options {
  padding: 0;
}
.application-popup .form-currency.select-wrap .select-options ul {
  margin-top: 0;
  height: auto;
}
.application-popup .form-currency.select-wrap .select-options.visible {
  max-height: 10rem;
  height: auto;
}

.compare-popup {
  padding: 5rem 0;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(26, 28, 23, 0.6);
  backdrop-filter: blur(10px);
  overflow-x: clip;
  overflow-y: auto;
}
.compare-popup.active {
  display: flex;
}
.compare-popup__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0.8rem;
  right: 0.8rem;
  border-radius: 0.8rem;
  background: #F5F1EB;
  width: 2.8rem;
  height: 2.8rem;
  cursor: pointer;
  z-index: 30;
}
.compare-popup__close svg {
  width: 2rem;
  height: 2rem;
}
.compare-popup__wrapper {
  margin: 0 auto;
  max-width: 95%;
  overflow-x: auto;
  display: flex;
  padding: 1.6rem 2rem;
  background: #fff;
  border-radius: 1.2rem;
}
.compare-popup__head, .compare-popup__row {
  display: flex;
  align-items: center;
}
.compare-popup__header, .compare-popup__row {
  width: 100%;
}
.compare-popup__header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.compare-popup__header-placeholder, .compare-popup__header-item {
  width: 24.8rem;
}
.compare-popup__header-item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.compare-popup__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 14.4rem;
}
.compare-popup__title-wrap {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.compare-popup__label, .compare-popup__label-header, .compare-popup__header-item {
  padding: 2.4rem;
  width: 24rem;
}
.compare-popup__header-item {
  width: 24.8rem;
}
.compare-popup__button__application {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.2;
}
.compare-popup__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0.6rem;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #E5E6E1;
  flex-shrink: 0;
}
.compare-popup__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.compare-popup__rows {
  display: flex;
  flex-direction: column;
}
.compare-popup__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.compare-popup__condition {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
}
.compare-popup__condition:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99967 1.33301C4.32367 1.33301 1.33301 4.32367 1.33301 7.99967C1.33301 11.6757 4.32367 14.6663 7.99967 14.6663C11.6757 14.6663 14.6663 11.6757 14.6663 7.99967C14.6663 4.32367 11.6757 1.33301 7.99967 1.33301ZM7.99967 13.333C5.05901 13.333 2.66634 10.9403 2.66634 7.99967C2.66634 5.05901 5.05901 2.66634 7.99967 2.66634C10.9403 2.66634 13.333 5.05901 13.333 7.99967C13.333 10.9403 10.9403 13.333 7.99967 13.333Z' fill='%236B6556'/%3E%3Cpath d='M6.66638 9.05765L5.13372 7.52765L4.19238 8.47165L6.66772 10.9417L11.1384 6.47099L10.1957 5.52832L6.66638 9.05765Z' fill='%236B6556'/%3E%3C/svg%3E%0A") no-repeat center/16px;
}
.compare-popup__row {
  display: flex;
  border-radius: 1.2rem;
  align-items: flex-start;
}
.compare-popup__row:nth-child(odd) {
  background-color: #F4F4F2;
}
.compare-popup__value {
  padding: 2.4rem;
  width: 24.8rem;
}
.compare-popup__value p.dealer-address,
.compare-popup__value p.dealer-service_center {
  white-space: nowrap;
  overflow-x: clip;
  text-overflow: ellipsis;
  max-width: 20rem;
}
.compare-popup__value:not(.no-service-center):hover .tooltip {
  opacity: 1;
}
.compare-popup__value ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.compare-popup__label, .compare-popup__value, .compare-popup__value p, .compare-popup__condition {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #44493D;
}
.compare-popup__value, .compare-popup__value p, .compare-popup__condition {
  font-weight: 500;
}

.popup__close {
  cursor: pointer;
}
.popup__close.icon {
  position: absolute;
  top: 0;
  right: 0;
}
.popup__close.btn, .popup__close.btn-border {
  width: 100%;
}

.compare-table {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -20rem;
  opacity: 0;
  border-top: 1px solid #E2D8C6;
  background: #fff;
  box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  z-index: 999;
  transition: all ease-in-out 0.35s;
}
.compare-table.active {
  bottom: 0;
  opacity: 1;
  pointer-events: auto;
}
.compare-table__wrapper {
  padding: 3.2rem;
  display: flex;
  justify-content: center;
}
.compare-table__inner {
  margin: auto;
  display: flex;
  align-items: center;
  gap: 9rem;
  max-width: 94.2rem;
}
.compare-table__list {
  display: flex;
  gap: 2.9rem;
}
.compare-table__item {
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 0.8rem;
  border: 1px solid #E5E6E1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-table__item.active .compare-table__item__remove {
  opacity: 1;
  pointer-events: auto;
}
.compare-table__item__media {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 0.8rem;
}
.compare-table__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.compare-table__item__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  opacity: 0;
  border-radius: 0.8rem;
  border: 1px solid #E2D8C6;
  background: #F5F1EB;
  position: absolute;
  top: -1.4rem;
  right: -1.4rem;
  pointer-events: none;
  transition: all ease-in-out 0.35s;
  cursor: pointer;
}
.compare-table__item__remove svg {
  width: 2rem;
  height: 2rem;
}
.compare-table__button {
  user-select: none;
}
.compare-table__button.disable {
  opacity: 0.5;
}

.wpcf7 .form-toggle {
  margin-bottom: 2.4rem;
  border-radius: 0.8rem;
  border: 1px solid #E4E3DD;
  background: #fff;
  cursor: pointer;
}
.wpcf7 .form-toggle-head {
  padding: 1.5rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.wpcf7 .form-toggle-head p {
  font-size: 1.6rem;
  font-weight: 700;
}
.wpcf7 .form-toggle-head .toggle-arrow {
  transition: all ease-in-out 0.35s;
}
.wpcf7 .form-toggle-head.open .toggle-arrow {
  transform: rotate(-180deg);
}
.wpcf7 .form-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.5rem;
  border: 1px solid #E2D8C6;
  background: #F5F1EB;
}
.wpcf7 .form-toggle .toggle-arrow {
  margin-left: auto;
}
.wpcf7 .form-toggle-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height ease-in-out 0.35s, opacity ease-in-out 0.35s;
}
.wpcf7 .form-toggle-body-inner {
  padding: 1.5rem 1.6rem;
}
.wpcf7 .form-toggle-body.visible {
  overflow: visible;
  border-top: 1px solid #E4E3DD;
  opacity: 1;
  max-height: 100rem;
}
.wpcf7 .form-toggle-body.visible::-webkit-scrollbar-track {
  background: white;
}
.wpcf7 .form-toggle-body.visible::-webkit-scrollbar {
  width: 0.5rem;
  background-color: white;
}
.wpcf7 .form-toggle-body.visible::-webkit-scrollbar-thumb {
  background-color: #8F4E20;
  border-radius: 0.8rem;
}
.wpcf7 .select-wrap input.select-search {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 4rem !important;
  border-radius: 5px;
  min-height: 5.2rem;
  width: 100%;
  border: 1px solid #E4E3DD;
  font-size: 1.8rem;
  line-height: 1.5;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.33317 15.0003C9.81232 15 11.2488 14.5049 12.414 13.5937L16.0773 17.257L17.2557 16.0787L13.5923 12.4153C14.504 11.25 14.9995 9.81319 14.9998 8.33366C14.9998 4.65783 12.009 1.66699 8.33317 1.66699C4.65734 1.66699 1.6665 4.65783 1.6665 8.33366C1.6665 12.0095 4.65734 15.0003 8.33317 15.0003ZM8.33317 3.33366C11.0907 3.33366 13.3332 5.57616 13.3332 8.33366C13.3332 11.0912 11.0907 13.3337 8.33317 13.3337C5.57567 13.3337 3.33317 11.0912 3.33317 8.33366C3.33317 5.57616 5.57567 3.33366 8.33317 3.33366Z' fill='%2354585D'/%3E%3C/svg%3E%0A") no-repeat 12px center/20px !important;
  transition: all ease-in-out 0.35s;
}
.wpcf7 .select-wrap input.select-search::-webkit-input-placeholder {
  color: #32342D;
  transition: all ease-in-out 0.35s;
}
.wpcf7 .select-wrap input.select-search::-moz-placeholder {
  color: #32342D;
  transition: all ease-in-out 0.35s;
}
.wpcf7 .select-wrap input.select-search:-ms-input-placeholder {
  color: #32342D;
  transition: all ease-in-out 0.35s;
}
.wpcf7 .select-wrap input.select-search:focus {
  border-color: #B97226;
  box-shadow: 0 0 0 3px rgba(185, 114, 38, 0.15);
}
.wpcf7 .select-wrap input.select-search:focus::-webkit-input-placeholder {
  color: transparent;
}
.wpcf7 .select-wrap input.select-search:focus::-moz-placeholder {
  color: transparent;
}
.wpcf7 .select-wrap input.select-search:focus:-ms-input-placeholder {
  color: transparent;
}
.wpcf7 .select-wrap .select-trigger {
  padding: 0.9rem 1.2rem;
  height: 100%;
  min-height: 4.8rem;
  width: 100%;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: space-between;
}
.wpcf7 .select-wrap .select-trigger.disabled {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
.wpcf7 .select-wrap .select-trigger .select-arrow {
  flex-shrink: 0;
  transition: all ease-in-out 0.35s;
}
.wpcf7 .select-wrap .select-trigger.error {
  border-color: #d33f2f;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.16699 5.8335H10.8337V11.6668H9.16699V5.8335ZM9.16699 12.5002H10.8337V14.1668H9.16699V12.5002Z' fill='%23D33F2F'/%3E%3Cpath d='M18.0895 6.07758L13.9228 1.91092C13.8456 1.83338 13.7537 1.77189 13.6526 1.72999C13.5515 1.68808 13.4431 1.66659 13.3337 1.66675H6.66699C6.55754 1.66659 6.44914 1.68808 6.34802 1.72999C6.24691 1.77189 6.15508 1.83338 6.07783 1.91092L1.91116 6.07758C1.83362 6.15484 1.77213 6.24666 1.73023 6.34778C1.68833 6.44889 1.66683 6.5573 1.66699 6.66675V13.3334C1.66699 13.5551 1.75449 13.7668 1.91116 13.9226L6.07783 18.0893C6.15508 18.1668 6.24691 18.2283 6.34802 18.2702C6.44914 18.3121 6.55754 18.3336 6.66699 18.3334H13.3337C13.5553 18.3334 13.767 18.2459 13.9228 18.0893L18.0895 13.9226C18.167 13.8453 18.2285 13.7535 18.2704 13.6524C18.3123 13.5513 18.3338 13.4429 18.3337 13.3334V6.66675C18.3338 6.5573 18.3123 6.44889 18.2704 6.34778C18.2285 6.24666 18.167 6.15484 18.0895 6.07758ZM16.667 12.9884L12.9887 16.6668H7.01199L3.33366 12.9884V7.01175L7.01199 3.33342H12.9887L16.667 7.01175V12.9884Z' fill='%23D33F2F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 36px top 12px;
}
.wpcf7 .select-wrap .select-trigger.open .select-arrow {
  transform: rotate(-180deg);
}
.wpcf7 .select-wrap .select-trigger__text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.33;
  max-width: 41.6rem;
  color: #54585D;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wpcf7 .select-wrap .selected-item {
  padding: 0.65rem 1.1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  border-radius: 0.6rem;
  border: 1px solid #ECDB9B;
  background: #FCF9EE;
  white-space: pre-wrap;
}
.wpcf7 .select-wrap .selected-item span {
  font-size: 1.4rem;
  color: #8F4E20;
}
.wpcf7 .select-wrap .selected-item .dealer-thumbnail-small {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
  overflow: hidden;
  border-radius: 0.2rem;
  border: 1px solid #E4E3DD;
}
.wpcf7 .select-wrap .remove-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
}
.wpcf7 .select-wrap .remove-item svg {
  pointer-events: none;
}
.wpcf7 .select-wrap .select-options {
  padding: 0.4rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0.4rem;
  border: 1px solid #E5E7EB;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.02), 0px 4px 6px -2px rgba(16, 24, 40, 0.02);
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.wpcf7 .select-wrap .select-options.visible {
  margin-top: 0.8rem;
  max-height: 28.8rem;
  opacity: 1;
  pointer-events: auto;
  z-index: 20;
}
.wpcf7 .select-wrap .select-options.visible ul {
  height: auto;
}
.wpcf7 .select-wrap .select-options ul {
  list-style: none;
  margin: 0.4rem 0 0;
  padding: 0;
  overflow: auto;
  height: 0;
  max-height: 22rem;
  transition: all ease-in-out 0.35s;
}
.wpcf7 .select-wrap .select-options ul::-webkit-scrollbar-track {
  background: white;
}
.wpcf7 .select-wrap .select-options ul::-webkit-scrollbar {
  width: 0.5rem;
  background-color: white;
}
.wpcf7 .select-wrap .select-options ul::-webkit-scrollbar-thumb {
  background-color: #8F4E20;
  border-radius: 0.8rem;
}
.wpcf7 .select-wrap .select-options li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 1.4rem;
  min-height: 4.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 0.4rem;
  transition: all ease-in-out 0.35s;
  cursor: pointer;
}
.wpcf7 .select-wrap .select-options li:after {
  margin-left: auto;
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.33363 12.988L5.58947 10.2438L4.41113 11.4221L8.33363 15.3446L16.4228 7.25548L15.2445 6.07715L8.33363 12.988Z' fill='%23B97226'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  opacity: 0;
}
.wpcf7 .select-wrap .select-options li:hover, .wpcf7 .select-wrap .select-options li.selected {
  background-color: #F4F4F2;
}
.wpcf7 .select-wrap .select-options li.selected:after {
  opacity: 1;
}
.wpcf7 .select-wrap .select-options li span {
  font-size: 1.4rem;
  color: #32342D;
}
.wpcf7 .select-wrap .select-options .dealer-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
  overflow: hidden;
  border-radius: 0.4rem;
  border: 1px solid #E4E3DD;
}
.wpcf7 .select-wrap .select-options.select-dealer-options + .wpcf7-form-control-wrap {
  position: static;
}

.application-button {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.application-button-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  bottom: 3.2rem;
  right: 6.4rem;
  opacity: 1;
  pointer-events: auto;
  transition: background-color ease-in-out 0.35s, color ease-in-out 0.35s;
  z-index: 99;
}
.application-button-tooltip {
  margin-bottom: 0.8rem;
  max-width: 32rem;
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12), 0px 15px 35px 0px rgba(103, 110, 118, 0.08);
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 0.35s;
}
.application-button-tooltip.active {
  opacity: 1;
  pointer-events: auto;
}
.application-button-tooltip * {
  color: #47413C;
}
.application-button-tooltip__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 0.8rem;
  line-height: 1.33;
  font-weight: 700;
}
.application-button-tooltip__close {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.application-button-tooltip__text {
  font-size: 1.6rem;
}

.up-button {
  position: fixed;
  padding: 0;
  width: 5.2rem;
  height: 5.2rem;
  left: 6.4rem;
  bottom: 8rem;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: opacity ease-in-out 0.35s;
  z-index: 99;
}
.up-button.active {
  opacity: 1;
  pointer-events: auto;
}