.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: none;
  border-radius: 0;
  background: none;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: flex;
  align-items: center;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 20px 0 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #000000;
  height: 20px;
  user-select: none;
}
.selectric .select_arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 8px;
}
.selectric .select_arrow:before {
  content: "";
  position: relative;
  left: 5px;
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'><g clip-path='url(%23clip0_1861_49508)'><path d='M8.625 4.25L5.5 7.375L2.375 4.25' stroke='black' stroke-linecap='round' stroke-linejoin='round'/></g><defs><clipPath id='clip0_1861_49508'><rect width='10' height='10' fill='white' transform='translate(0.5 0.5)'/></clipPath></defs></svg>");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: none;
  transition: all 0.3s ease;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  transition: all 0.3s ease;
  display: block;
  padding: 10px;
  color: #000000;
  font-weight: 500;
  background: #ffffff;
  cursor: pointer;
}
.selectric-items li:active {
  background: #d42900;
  color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .selectric-items li:hover {
    background: #d42900;
    color: #ffffff;
  }
}
.selectric-items li.selected, .selectric-items li.highlighted {
  background: #d42900;
}
.selectric-items li:first-of-type {
  background: #fff;
}
.selectric-items li:first-of-type:active {
  color: #000000;
}
@media screen and (min-width: 1025px) {
  .selectric-items li:first-of-type:hover {
    color: #000000;
  }
}
.selectric-items li:not(:last-child) {
  border-bottom: 1px solid #231F20;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

div.wpcf7 {
  position: relative;
}
div.wpcf7 fieldset {
  border: none;
}
@media screen and (min-width: 768px) {
  div.wpcf7 .inputs_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  div.wpcf7 .inputs_wrap > * {
    width: 48%;
  }
}
div.wpcf7 .wpcf7-form.sent .wpcf7-response-output, div.wpcf7 .wpcf7-form.failed .wpcf7-response-output, div.wpcf7 .wpcf7-form.invalid .wpcf7-response-output, div.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
  margin-top: 10px;
}
div.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background-color: #22b86c;
}
div.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
  background-color: #1091ae;
}
div.wpcf7 .wpcf7-form.failed .wpcf7-response-output, div.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  background-color: #d42900;
}
div.wpcf7 .wpcf7-form.failed .wpcf7-response-output.is_temp_hidden, div.wpcf7 .wpcf7-form.invalid .wpcf7-response-output.is_temp_hidden {
  display: none;
}
div.wpcf7 .wpcf7-form.submitting .wpcf7-spinner {
  opacity: 1;
  visibility: visible;
}
div.wpcf7 .wpcf7-form.submitting .button {
  opacity: 0.5;
  pointer-events: none;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
div.wpcf7 .wpcf7-form-control-wrap[data-name*=acceptance] {
  margin-bottom: 40px;
}
div.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font: 400 16px/40px "Literata", sans-serif;
  color: #d42900;
  padding: 0 15px;
  border-radius: 0;
  background: linear-gradient(0deg, rgba(245, 200, 35, 0.03) 0%, rgba(245, 200, 35, 0.03) 100%), #FFF;
  border: 1px solid #d42900;
  cursor: pointer;
}
div.wpcf7 .wpcf7-response-output {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  font: 400 16px/1.4 "Literata", sans-serif;
  color: #fff;
  padding: 12px;
  border-radius: 0;
  text-align: center;
}
div.wpcf7 input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), div.wpcf7 textarea:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  display: block;
  height: 60px;
  font: 400 16px "Literata", sans-serif;
  color: #000000;
  padding: 0 20px;
  border: 1px solid #000000;
  background: linear-gradient(0deg, rgba(245, 200, 35, 0.03) 0%, rgba(245, 200, 35, 0.03) 100%), #FFF;
}
div.wpcf7 input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder, div.wpcf7 textarea:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
div.wpcf7 input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):-moz-placeholder, div.wpcf7 textarea:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):-moz-placeholder {
  color: #000000;
  opacity: 1;
}
div.wpcf7 input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder, div.wpcf7 textarea:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
div.wpcf7 input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder, div.wpcf7 textarea:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
div.wpcf7 input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus, div.wpcf7 input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus-visible, div.wpcf7 textarea:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus, div.wpcf7 textarea:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus-visible {
  outline: 0 none;
  border-color: #d42900;
}
.is_using_mouse div.wpcf7 input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus, .is_using_mouse div.wpcf7 input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus-visible, .is_using_mouse div.wpcf7 textarea:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus, .is_using_mouse div.wpcf7 textarea:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus-visible {
  border-color: #d42900;
}
div.wpcf7 input[type=checkbox], div.wpcf7 input[type=radio], div.wpcf7 textarea[type=checkbox], div.wpcf7 textarea[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
div.wpcf7 input[type=checkbox] + span, div.wpcf7 input[type=radio] + span, div.wpcf7 textarea[type=checkbox] + span, div.wpcf7 textarea[type=radio] + span {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  padding-left: 34px;
  cursor: pointer;
  position: relative;
}
div.wpcf7 input[type=checkbox] + span:before, div.wpcf7 input[type=checkbox] + span:after, div.wpcf7 input[type=radio] + span:before, div.wpcf7 input[type=radio] + span:after, div.wpcf7 textarea[type=checkbox] + span:before, div.wpcf7 textarea[type=checkbox] + span:after, div.wpcf7 textarea[type=radio] + span:before, div.wpcf7 textarea[type=radio] + span:after {
  transition: all 0.3s ease;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
}
div.wpcf7 input[type=checkbox] + span:before, div.wpcf7 input[type=radio] + span:before, div.wpcf7 textarea[type=checkbox] + span:before, div.wpcf7 textarea[type=radio] + span:before {
  content: "";
  height: 20px;
  border: 1px solid #000000;
}
div.wpcf7 input[type=checkbox] + span:after, div.wpcf7 input[type=radio] + span:after, div.wpcf7 textarea[type=checkbox] + span:after, div.wpcf7 textarea[type=radio] + span:after {
  content: "\e907";
  font: 400 20px/20px "icons";
  color: #000000;
  text-align: center;
  opacity: 0;
}
div.wpcf7 input[type=checkbox]:checked + span:after, div.wpcf7 input[type=radio]:checked + span:after, div.wpcf7 textarea[type=checkbox]:checked + span:after, div.wpcf7 textarea[type=radio]:checked + span:after {
  opacity: 1;
}
div.wpcf7 input[type=checkbox]:focus + span:before, div.wpcf7 input[type=checkbox]:focus-visible + span:before, div.wpcf7 input[type=radio]:focus + span:before, div.wpcf7 input[type=radio]:focus-visible + span:before, div.wpcf7 textarea[type=checkbox]:focus + span:before, div.wpcf7 textarea[type=checkbox]:focus-visible + span:before, div.wpcf7 textarea[type=radio]:focus + span:before, div.wpcf7 textarea[type=radio]:focus-visible + span:before {
  transition: none;
  outline: 2px dashed #d42900;
}
.is_using_mouse div.wpcf7 input[type=checkbox]:focus + span:before, .is_using_mouse div.wpcf7 input[type=checkbox]:focus-visible + span:before, .is_using_mouse div.wpcf7 input[type=radio]:focus + span:before, .is_using_mouse div.wpcf7 input[type=radio]:focus-visible + span:before, .is_using_mouse div.wpcf7 textarea[type=checkbox]:focus + span:before, .is_using_mouse div.wpcf7 textarea[type=checkbox]:focus-visible + span:before, .is_using_mouse div.wpcf7 textarea[type=radio]:focus + span:before, .is_using_mouse div.wpcf7 textarea[type=radio]:focus-visible + span:before {
  outline: 0 none;
}
div.wpcf7 textarea {
  height: 130px !important;
  padding: 20px !important;
  resize: none;
  overflow: auto;
}
div.wpcf7 button.button + input {
  display: none;
}
div.wpcf7 .wpcf7-spinner {
  transition: all 0.3s ease;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 100%;
  border: 2px solid #f1f1f1;
  border-top: 3px solid #d42900;
  opacity: 0;
  visibility: hidden;
  animation: loading-spinner 1s infinite linear;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

@keyframes loading-spinner {
  100% {
    transform: rotate(360deg);
  }
}
.form-subscribe h4 {
  margin-bottom: 10px;
}
.form-subscribe p:not(:last-child) {
  margin-bottom: 20px;
}
.form-subscribe .button {
  margin-top: 40px;
}
.form-subscribe__list .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-subscribe__agree .wpcf7-not-valid-tip {
  position: static !important;
  border: none !important;
  font: 400 14px "Literata", sans-serif !important;
}
.form-subscribe__mail {
  text-decoration: none !important;
}
.form-subscribe__spec-text {
  font-style: italic;
  font-size: 14px;
}
.form-subscribe__spec-text a {
  text-decoration: underline;
  color: #000000;
}
.form-subscribe__spec-text a:active {
  color: #d42900;
}
@media screen and (min-width: 1025px) {
  .form-subscribe__spec-text a:hover {
    color: #d42900;
  }
}
.form-subscribe .wpcf7-form-control-wrap[data-name*=acceptance] {
  margin-bottom: 20px !important;
}

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