:root {
  --content-size: 5vw;
  --side-spacing: 1.5rem;
  --standard-container-width: 100%;
  --page-padding: .75rem;
  --inner-dashboard-content-x-padding: 0.75rem;
}

@media (min-width: 768px) {
  :root {
    --content-size: 2.08vw;
    --standard-container-width: 100%;
    --side-spacing: 2.5rem;
    --page-padding: 0;
    --inner-dashboard-content-x-padding: 2.75rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --content-size: 16px;
  }
}
@media (min-width: 1279px) {
  :root {
    --content-size: 18px;
    --standard-container-width: 100%;
  }
}
@media (min-width: 1340px) {
  :root {
    --standard-container-width: 1200px;
  }
}
@media (min-width: 1440px) {
  :root {
    --standard-container-width: 1200px;
  }
}
@media (min-width: 1920px) {
  :root {
    --standard-container-width: 1200px;
  }
}
:root {
  --brand-dark-blue: #001D4C;
  --brand-light-blue: #64C0FF;
  --brand-blue: #2A6ADB;
  --brand-hover-blue:#013c9a;
  --brand-ice: #F3F6FC;
  --form-border-color: #96a0b2;
}

.buy-now {
  --btn-pad: 4px;
  --main-color: var(--brand-blue);
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  border-radius: 99em;
  color: #fff;
  padding: 0.5rem 2.85rem 0.5rem 1rem;
  height: calc(2.15rem + var(--btn-pad) * 2);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.buy-now.buy-now--red {
  --main-color: #FE4A49;
}
.buy-now:hover, .buy-now:focus {
  color: #fff;
  background-color: var(--brand-hover-blue);
}
.buy-now:hover svg path, .buy-now:focus svg path {
  stroke: #fff;
}
.buy-now .buy-now__txt {
  font-size: 0.9rem;
}
.buy-now .buy-now__ico {
  position: absolute;
  top: var(--btn-pad);
  right: var(--btn-pad);
  bottom: var(--btn-pad);
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
}
.buy-now .buy-now__ico svg {
  width: 1.25rem;
  height: 1.25rem;
}
.buy-now .buy-now__ico svg path {
  stroke: var(--main-color);
}

.brand-button {
  border-radius: 99em;
  background-color: var(--brand-blue);
  color: #fff;
  display: block;
  padding: 0.75rem;
  border: none;
  width: 100%;
  font-size: 0.95rem;
  font-family: var(--regular-font);
  cursor: pointer;
}
.brand-button:hover, .brand-button:focus {
  color: #fff;
  background-color: var(--brand-hover-blue);
}
.brand-button:hover svg path, .brand-button:focus svg path {
  stroke: #fff;
}

.woocommerce-page button.button,
.woocommerce-page a.woocommerce-button,
.woocommerce-page a.button {
  background-color: #2A6ADB;
  color: #fff;
  border-radius: var(--border-radius);
  font-size: 0.9rem;
  font-weight: 400;
}
.woocommerce-page button.button:hover, .woocommerce-page button.button:focus,
.woocommerce-page a.woocommerce-button:hover,
.woocommerce-page a.woocommerce-button:focus,
.woocommerce-page a.button:hover,
.woocommerce-page a.button:focus {
  color: #fff;
  background-color: var(--brand-hover-blue);
}
.woocommerce-page button.button:hover svg path, .woocommerce-page button.button:focus svg path,
.woocommerce-page a.woocommerce-button:hover svg path,
.woocommerce-page a.woocommerce-button:focus svg path,
.woocommerce-page a.button:hover svg path,
.woocommerce-page a.button:focus svg path {
  stroke: #fff;
}

#primary #cfw .cfw-primary-btn {
  border-radius: 99em;
  background-color: var(--brand-blue);
  color: #fff;
  display: block;
  padding: 0.75rem;
  border: none;
  font-size: 0.95rem;
  font-family: var(--regular-font);
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 0 auto;
  transition: none;
}
#primary #cfw .cfw-primary-btn:hover, #primary #cfw .cfw-primary-btn:focus {
  color: #fff;
  background-color: var(--brand-hover-blue);
}
#primary #cfw .cfw-primary-btn:hover svg path, #primary #cfw .cfw-primary-btn:focus svg path {
  stroke: #fff;
}

:root {
  --regular-font: "SuisseIntl";
  --regular-font-size: 0.92rem;
  --regular-line-height: 1.325;
  --regular-font-weight: 500;
}

@font-face {
  font-family: "SuisseIntl";
  src: url("/wp-content/themes/aurality/assets/fonts/SuisseIntl-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("/wp-content/themes/aurality/assets/fonts/SuisseIntl-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("/wp-content/themes/aurality/assets/fonts/SuisseIntl-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("/wp-content/themes/aurality/assets/fonts/SuisseIntl-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("/wp-content/themes/aurality/assets/fonts/SuisseIntl-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("/wp-content/themes/aurality/assets/fonts/SuisseIntl-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("/wp-content/themes/aurality/assets/fonts/SuisseIntl-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("/wp-content/themes/aurality/assets/fonts/SuisseIntl-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
:root {
  --transition-timing: .5s;
  --border-radius: 32px;
}

html {
  height: 100%;
  font-size: var(--content-size);
}
html * {
  box-sizing: border-box;
}
html::-webkit-scrollbar {
  display: none;
  width: 0;
}

body {
  position: relative;
  max-width: 100vw;
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-family: var(--regular-font);
  background-color: var(--brand-ice);
  background-image: url("/wp-content/themes/aurality/assets/images/back.png");
  background-repeat: repeat;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.container {
  width: 100%;
  padding: 0 1rem;
  max-width: var(--standard-container-width);
}
@media (min-width: 1340px) {
  .container {
    padding: 0;
    margin: auto;
  }
}

@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}

.editable-content {
  font-family: var(--regular-font);
  color: var(--brand-dark-blue);
}
.editable-content h1 {
  margin: 0 auto 2.5rem;
  text-align: center;
  font-size: 2.25rem;
  max-width: 45rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .editable-content h1 {
    font-size: 3.1rem;
    margin: 0 auto 1rem;
  }
}
.editable-content h2, .editable-content h3, .editable-content h4, .editable-content h5 {
  line-height: 1.2;
  font-weight: 500;
  color: var(--brand-dark-blue);
  margin: 0 auto 1.5rem;
  text-align: center;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .editable-content h2, .editable-content h3, .editable-content h4, .editable-content h5 {
    font-size: 2.6rem;
  }
}
.editable-content p, .editable-content li {
  margin: 0 0 1rem;
}

.contact-form-cf7 {
  max-width: 27.25rem;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .contact-form-cf7 {
    margin: 0 0 0 auto;
  }
}
.contact-form-cf7 .contact-form-col1 {
  margin-bottom: 1.5rem;
}
.contact-form-cf7 .contact-form-col2 {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.contact-form-cf7 .contact-form-col2 .wpcf7-form-control-wrap {
  width: 50%;
}
.contact-form-cf7 .wpcf7-text,
.contact-form-cf7 .wpcf7-textarea {
  padding: 0.85rem 0;
  border: none;
  border-bottom: 1px solid rgba(159, 164, 185, 0.5);
  width: 100%;
  font-size: 0.9rem;
  color: #001D4C;
  font-family: var(--regular-font);
  background-color: transparent;
}
.contact-form-cf7 .wpcf7-text::-moz-placeholder, .contact-form-cf7 .wpcf7-textarea::-moz-placeholder {
  color: #001D4C;
  font-family: var(--regular-font);
  font-size: 0.9rem;
}
.contact-form-cf7 .wpcf7-text::placeholder,
.contact-form-cf7 .wpcf7-textarea::placeholder {
  color: #001D4C;
  font-family: var(--regular-font);
  font-size: 0.9rem;
}
.contact-form-cf7 .wpcf7-textarea {
  max-height: 5rem;
}
.contact-form-cf7 .wpcf7-select {
  display: block;
  width: 100%;
  border: none;
  color: #001D4C;
  border-bottom: 1px solid rgba(159, 164, 185, 0.5);
  padding: 0.85rem 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L8 8L14 2" stroke="%23001D4C" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  font-size: 0.9rem;
  font-family: var(--regular-font);
  background-color: transparent;
}
.contact-form-cf7 .wpcf7-select option {
  color: #000000;
  background: transparent;
  font-family: var(--regular-font);
}
.contact-form-cf7 .wpcf7-select.wpcf7-not-valid {
  border: 1px solid #dc3232;
  font-size: 0.75rem;
}
.contact-form-cf7 .wpcf7-not-valid-tip {
  font-size: 0.625rem;
}
.contact-form-cf7 .wpcf7-submit {
  border-radius: 99em;
  background-color: var(--brand-blue);
  color: #ffffff;
  display: block;
  padding: 0.75rem;
  border: none;
  width: 100%;
  font-size: 0.95rem;
  font-family: var(--regular-font);
  cursor: pointer;
}
.contact-form-cf7 .wpcf7-submit:hover, .contact-form-cf7 .wpcf7-submit:focus {
  color: #fff;
  background-color: var(--brand-hover-blue);
}
.contact-form-cf7 .wpcf7-submit:hover svg path, .contact-form-cf7 .wpcf7-submit:focus svg path {
  stroke: #fff;
}
.contact-form-cf7.submitting {
  position: relative;
}
.contact-form-cf7.submitting:before {
  content: " ";
  position: absolute;
  background-color: #fff;
  opacity: 0.85;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.wp-block-woocommerce-cart {
  width: 100%;
  padding: 2rem 1rem;
  max-width: var(--standard-container-width);
}
@media (min-width: 1340px) {
  .wp-block-woocommerce-cart {
    padding: 2rem 0;
    margin: auto;
  }
}

.lost_reset_password {
  padding: 4rem 0;
  max-width: 100%;
  width: 30rem;
  display: block;
  margin: 0 auto;
}

.brand-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  text-align: left;
}
.brand-list .brand-list__itm {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1.12rem;
  margin-bottom: 1rem;
}
.brand-list .brand-list__itm:last-child {
  margin-bottom: 0;
}
.brand-list .brand-list__itm svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
}
.brand-list .brand-list__itm .brand-list__txt {
  flex: 1;
}

.woocommerce-info,
.woocommerce-message {
  border-top-color: var(--brand-blue);
  border-radius: 10px;
  background-color: #fff;
}
.woocommerce-info::before,
.woocommerce-message::before {
  color: var(--brand-blue);
}

#primary #order_review {
  z-index: 0;
}

img {
  height: auto;
  max-width: 100%;
}

#cn-notice-text {
  font-size: 0.9rem;
  line-height: 1.4;
  font-family: var(--regular-font);
  color: var(--brand-dark-blue);
  text-align: left;
}

#cookie-notice #cn-notice-buttons .cn-button:not(.cn-button-custom) {
  color: #ffffff;
  font-size: 0.9rem;
  font-family: var(--regular-font);
  border-radius: 99em;
}

#cn-close-notice {
  display: none;
}

.page-background-1 {
  background-image: linear-gradient(180deg, #B8E2FF 0%, transparent 20%, transparent 55%, #B8E2FF 80%, transparent 98%);
  position: relative;
}
.page-background-1:before {
  content: " ";
  position: absolute;
  height: 3rem;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--brand-dark-blue);
}
.page-background-1:after {
  content: " ";
  position: absolute;
  height: 3.25rem;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--brand-ice);
  background-image: url(/wp-content/themes/aurality/assets/images/back.png);
  background-repeat: repeat;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  overflow: hidden;
}

.custom-cf7-checkbox .wpcf7-list-item {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  cursor: pointer;
  margin: 0.75rem 0;
}
.custom-cf7-checkbox .wpcf7-list-item input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -1000px;
}
.custom-cf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .checkbox-group_checkmark svg {
  display: block;
}
.custom-cf7-checkbox .wpcf7-list-item .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  order: 10;
}
.custom-cf7-checkbox .wpcf7-list-item .checkbox-group_checkmark {
  width: 1rem;
  height: 1rem;
  border: 1px solid var(--brand-dark-blue);
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  border-radius: 0.15rem;
  cursor: pointer;
}
.custom-cf7-checkbox .wpcf7-list-item .checkbox-group_checkmark svg {
  display: none;
  fill: var(--brand-dark-blue);
  width: 0.8rem;
  height: 0.8rem;
}
.custom-cf7-checkbox .wpcf7-list-item .checkbox-text {
  font-size: 0.815rem;
  color: var(--brand-dark-blue);
  flex: 1;
}

.header {
  background-color: var(--brand-dark-blue);
  font-family: var(--regular-font);
  position: relative;
  z-index: 2;
}
.header .header-top {
  text-align: center;
  color: #fff;
}
.header .header-top .header-info {
  padding: 0.9rem;
  font-size: 0.8rem;
  margin: 0;
}
.header .header-top .header-info a {
  color: var(--brand-light-blue);
}
.header .header-bottom {
  padding: 1rem 0;
  position: relative;
  margin-bottom: 1px;
}
@media (min-width: 1024px) {
  .header .header-bottom {
    padding: 0.5rem 0;
  }
}
.header .header-bottom:before {
  content: " ";
  background-color: var(--brand-ice);
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.header .header-bottom .header-bottom__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .header-bottom .header-bottom__group .header-bottom-left {
  max-width: 6rem;
}
@media (min-width: 1024px) {
  .header .header-bottom .header-bottom__group .header-bottom-left {
    max-width: 12rem;
  }
}
.header .header-bottom .header-bottom__group .header-bottom-left a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .header-bottom .header-bottom__group .header-bottom-left a img {
  max-width: 100%;
}
.header .header-bottom .header-bottom__group .header-bottom-right {
  display: none;
}
@media (min-width: 1024px) {
  .header .header-bottom .header-bottom__group .header-bottom-right {
    display: block;
  }
}
.header .header-bottom .header-bottom__group .header-bottom-right .header-bottom-right__top {
  --menu-font-size: 1.25rem;
  --menu-item-margin-r: 0;
}
@media (min-width: 1024px) {
  .header .header-bottom .header-bottom__group .header-bottom-right .header-bottom-right__top {
    --menu-font-size: .875rem;
    --menu-item-margin-r: 1rem;
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.header .header-bottom .header-bottom__group .header-bottom-right .header-bottom-right__top .lang-locations-options .trp_language_switcher_shortcode {
  font-family: var(--regular-font);
}
.header .header-bottom .header-bottom__group .header-bottom-right .header-bottom-right__top .lang-locations-options .trp_language_switcher_shortcode .trp-language-switcher {
  width: -moz-max-content;
  width: max-content;
  max-width: 5rem;
  border: none;
  height: auto;
  max-height: 1rem;
}
.header .header-bottom .header-bottom__group .header-bottom-right .header-bottom-right__top .lang-locations-options .trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-current-language {
  display: flex;
  background-color: transparent;
  min-width: 2.5rem;
  background-size: 0.5rem;
}
@media (min-width: 1024px) {
  .header .header-bottom .header-bottom__group .header-bottom-right .header-bottom-right__top .lang-locations-options .trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-current-language {
    min-width: 2.25rem;
    max-width: 2rem;
  }
}
.header .header-bottom .header-bottom__group .header-bottom-right .header-bottom-right__top .lang-locations-options .trp_language_switcher_shortcode .trp-language-switcher > div {
  border: none;
  padding: 0;
  background-position: 100% 50%;
}
.header .header-bottom .header-bottom__group .header-bottom-right .header-bottom-right__top .lang-locations-options .trp_language_switcher_shortcode .trp-language-switcher > div > a {
  padding: 0;
  font-size: var(--menu-font-size);
}
.header .header-bottom .header-bottom__group .header-bottom-right .header-bottom-right__top .lang-locations-options .trp_language_switcher_shortcode .trp-ls-shortcode-language {
  background-color: #ffffff;
  min-width: 2.5rem;
}
@media (min-width: 1024px) {
  .header .header-bottom .header-bottom__group .header-bottom-right .header-bottom-right__top .lang-locations-options .trp_language_switcher_shortcode .trp-ls-shortcode-language {
    min-width: 2.25rem;
  }
}
.header .header-bottom .header-bottom__group .header-bottom-right .header-bottom-right__top .lang-locations-options .trp_language_switcher_shortcode .trp-ls-shortcode-language a {
  font-size: var(--menu-font-size);
}
.header .header-bottom .header-bottom__group .header-bottom-right .header-bottom-right__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 2rem 0;
  order: -1;
}
@media (min-width: 1024px) {
  .header .header-bottom .header-bottom__group .header-bottom-right .header-bottom-right__bottom {
    order: unset;
    margin: 0;
  }
}
.header .header-bottom .header-bottom__group .header-bottom-right .header-bottom-right__bottom .header-menu-primary {
  --menu-font-size: 1.25rem;
  --menu-item-margin-r: 0;
}
@media (min-width: 1024px) {
  .header .header-bottom .header-bottom__group .header-bottom-right .header-bottom-right__bottom .header-menu-primary {
    --menu-font-size: 1rem;
    --menu-item-margin-r: 2.15rem;
  }
}
.header .header-bottom .header-bottom__group .header-bottom-right .header-bottom-right__bottom .header-menu-primary .nav-menu .menu-item:last-child {
  margin-right: var(--menu-item-margin-r);
}
.header .header-bottom .header-bottom__group .header-bottom-right .header-bottom-right__bottom .header-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header-bottom .header-bottom__group .header-mobile-only {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .header .header-bottom .header-bottom__group .header-mobile-only {
    display: none;
  }
}
.header .header-bottom .header-bottom__group .header-mobile-only .mobile-burger {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 2rem;
}
.header .header-bottom .header-bottom__group .header-mobile-only .mobile-burger svg {
  width: 1.5rem;
  height: 1.5rem;
}
.header .header-bottom .nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  list-style: none;
  margin: 0;
}
.header .header-bottom .nav-menu .menu-item {
  margin-right: var(--menu-item-margin-r);
}
.header .header-bottom .nav-menu .menu-item a {
  font-size: var(--menu-font-size);
  color: var(--brand-dark-blue);
  text-decoration: none;
}
.header .header-bottom .nav-menu .menu-item a:hover, .header .header-bottom .nav-menu .menu-item a:focus {
  color: var(--brand-blue);
}
.header .header-bottom .nav-menu .menu-item.current-menu-item a {
  color: var(--brand-blue);
}
.header .header-bottom .header-cart-link {
  position: relative;
  text-decoration: none;
  display: block;
  margin-left: 1.5rem;
}
.header .header-bottom .header-cart-link svg {
  width: 1.35rem;
  height: 1.35rem;
}
.header .header-bottom .header-cart-link .header-cart-link__count {
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: var(--brand-blue);
  color: #fff;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-opened .header-bottom .header-bottom__group .header-bottom-right {
  display: flex;
  flex-flow: column;
  position: absolute;
  top: 100%;
  right: -1rem;
  left: -1rem;
  height: auto;
  background-color: var(--brand-ice);
  text-align: left;
  padding: 2rem 1rem 3rem;
}
.mobile-menu-opened .header-bottom .header-bottom__group .header-bottom-right .header-bottom-right__bottom {
  flex-flow: column;
  align-items: flex-start;
}
.mobile-menu-opened .header-bottom .header-bottom__group .header-bottom-right .nav-menu {
  flex-flow: column;
  align-items: flex-start;
}
.mobile-menu-opened .header-bottom .header-bottom__group .header-bottom-right .nav-menu .menu-item {
  margin-bottom: 1rem;
}
.mobile-menu-opened .header-bottom .header-bottom__group .header-bottom-right .header-btns {
  flex-flow: column;
  align-items: flex-start;
}
.mobile-menu-opened .header-bottom .header-bottom__group .header-bottom-right .header-btns .header-cart-link {
  display: none;
}

.footer {
  background-color: var(--brand-dark-blue);
  font-family: var(--regular-font);
  padding: 2rem 0;
  color: #fff;
}
@media (min-width: 1024px) {
  .footer {
    padding: 4rem 0;
  }
}
@media (min-width: 1024px) {
  .footer .footer__group {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .footer .footer__group .footer-left {
    width: 60%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-flow: column;
  }
}
.footer .footer__group .footer-left .footer-left__top {
  max-width: 20rem;
  margin-bottom: 1.5rem;
}
.footer .footer__group .footer-left .footer-left__top .footer-logo {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .footer__group .footer-left .footer-left__top .footer-logo {
    margin: 0 auto 0 0;
    text-align: left;
  }
}
.footer .footer__group .footer-left .footer-left__top .footer-logo svg {
  width: 50%;
  height: auto;
}
@media (min-width: 768px) {
  .footer .footer__group .footer-left .footer-left__top .footer-logo svg {
    width: auto;
  }
}
.footer .footer__group .footer-left .footer-left__menu {
  margin: 0 0 1.5rem;
}
.footer .footer__group .footer-left .footer-left__menu .footer-menu-primary .nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  list-style: none;
  margin: 0;
  flex-flow: column;
}
@media (min-width: 768px) {
  .footer .footer__group .footer-left .footer-left__menu .footer-menu-primary .nav-menu {
    flex-flow: row;
    flex-wrap: wrap;
  }
}
.footer .footer__group .footer-left .footer-left__menu .footer-menu-primary .nav-menu .menu-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .footer .footer__group .footer-left .footer-left__menu .footer-menu-primary .nav-menu .menu-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
.footer .footer__group .footer-left .footer-left__menu .footer-menu-primary .nav-menu .menu-item a {
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
}
.footer .footer__group .footer-left .footer-left__menu .footer-menu-primary .nav-menu .menu-item a:hover, .footer .footer__group .footer-left .footer-left__menu .footer-menu-primary .nav-menu .menu-item a:focus {
  color: var(--brand-blue);
}
.footer .footer__group .footer-left .footer-left__menu .footer-menu-primary .nav-menu .menu-item.current-menu-item a {
  color: var(--brand-blue);
}
.footer .footer__group .footer-left .footer-left__certificate {
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .footer__group .footer-left .footer-left__certificate {
    text-align: left;
  }
}
.footer .footer__group .footer-left .footer-left__certificate img {
  max-width: 5rem;
}
.footer .footer__group .footer-left .footer-left__call {
  margin: 1rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .footer__group .footer-left .footer-left__call {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .footer .footer__group .footer-left .footer-left__call {
    margin: 1rem 0;
  }
}
.footer .footer__group .footer-left .footer-left__call p {
  margin: 0 0 0.5rem;
}
.footer .footer__group .footer-left .footer-left__call a {
  color: inherit;
  text-decoration: none;
}
.footer .footer__group .footer-left .footer-left__copy {
  margin-top: auto;
}
.footer .footer__group .footer-left .footer-left__copy .footer-copyright {
  display: none;
}
@media (min-width: 1024px) {
  .footer .footer__group .footer-left .footer-left__copy .footer-copyright {
    display: block;
  }
}
@media (min-width: 1024px) {
  .footer .footer__group .footer-right {
    width: 40%;
    padding-left: 2rem;
    display: flex;
    flex-flow: column;
  }
}
@media (min-width: 1340px) {
  .footer .footer__group .footer-right {
    padding-left: 5.5rem;
  }
}
.footer .footer__group .footer-right .footer-right__top .footer-title {
  margin: 2.25rem 0 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .footer__group .footer-right .footer-right__top .footer-title {
    text-align: left;
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .footer .footer__group .footer-right .footer-right__top .footer-title {
    max-width: 19rem;
    margin: 0 0 1.5rem;
  }
}
.footer .footer__group .footer-right .footer-right__form .footer-form {
  margin-bottom: 1.5rem;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-set {
  position: relative;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-set .wpcf7-form-control-wrap {
  display: block;
  max-width: 100%;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-set .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 0.7rem;
  line-height: 1.2;
  text-align: center;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-set .wpcf7-form-control-wrap .wpcf7-form-control {
  border-radius: 99em;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 0.9rem;
  padding: 0 3rem 0 1.5rem;
  height: 2.7rem;
  color: #fff;
  display: block;
  width: 100%;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-set .wpcf7-form-control-wrap .wpcf7-form-control::-moz-placeholder {
  color: #fff;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-set .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
  color: #fff;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-set .wpcf7-submit {
  position: absolute;
  top: 4px;
  right: 4px;
  height: calc(2.7rem - 8px);
  width: calc(2.7rem - 8px);
  background-color: #fff;
  padding: 0;
  border-radius: 100%;
  border: none;
  cursor: pointer;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-set .wpcf7-submit span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-set .wpcf7-submit span svg {
  width: 70%;
  height: auto;
}
@media (min-width: 1024px) {
  .footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-set .wpcf7-submit span svg {
    width: 1rem;
  }
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-set .wpcf7-submit:hover, .footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-set .wpcf7-submit:focus {
  color: #fff;
  background-color: var(--brand-hover-blue);
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-set .wpcf7-submit:hover svg path, .footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-set .wpcf7-submit:focus svg path {
  stroke: #fff;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-set .wpcf7-not-valid-tip {
  font-size: 0.85rem;
  text-align: center;
  padding: 0.25rem 0;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-acceptance .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-acceptance .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .stay-connected-form_lvl {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  cursor: pointer;
  margin: 0.75rem 0;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-acceptance .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .stay-connected-form_lvl input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -1000px;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-acceptance .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .stay-connected-form_lvl input[type=checkbox]:checked + .checkbox-group_checkmark svg {
  display: block;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-acceptance .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .stay-connected-form_lvl .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  order: 10;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-acceptance .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .stay-connected-form_lvl .checkbox-group_checkmark {
  width: 1rem;
  height: 1rem;
  border: 1px solid var(--brand-ice);
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  border-radius: 0.15rem;
  cursor: pointer;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-acceptance .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .stay-connected-form_lvl .checkbox-group_checkmark svg {
  display: none;
  fill: var(--brand-ice);
  width: 0.8rem;
  height: 0.8rem;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-acceptance .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .stay-connected-form_lvl .checkbox-text {
  font-size: 0.815rem;
  color: var(--brand-gray-deep-1);
  flex: 1;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .fields-form-acceptance .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .stay-connected-form_lvl .checkbox-text a {
  color: var(--brand-gray-deep-1);
  text-decoration: underline;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .wpcf7-response-output {
  font-size: 0.8rem;
  margin: 1rem 0 2rem;
  text-align: center;
}
.footer .footer__group .footer-right .footer-right__form .footer-form .wpcf7-not-valid-tip {
  font-size: 0.7rem;
  line-height: 1.2;
  text-align: center;
}
.footer .footer__group .footer-right .footer-copyright {
  margin: 4rem 0 0;
  text-align: center;
}
.footer .footer-copyright {
  margin: 0;
  font-size: 0.9rem;
}
.footer .footer-copyright a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-copyright a:hover, .footer .footer-copyright a:focus {
  color: var(--brand-blue);
}
.footer-right__social {
  margin-top: auto;
}
.footer-right__social .social-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .footer-right__social .social-links-list {
    justify-content: flex-start;
  }
}
.footer-right__social .social-links-list .social-links-list__itm:not(:last-child) {
  margin-right: 0.5rem;
}
.footer-right__social .social-links-list .social-links-list__itm .footer-social-link {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--brand-blue);
  border-radius: 20px;
}
.footer-right__social .social-links-list .social-links-list__itm .footer-social-link svg {
  fill: #fff;
  width: 1.25rem;
  height: 1.25rem;
}
.footer-right__social .social-links-list .social-links-list__itm .footer-social-link:hover, .footer-right__social .social-links-list .social-links-list__itm .footer-social-link:focus {
  background-color: #fff;
}
.footer-right__social .social-links-list .social-links-list__itm .footer-social-link:hover svg, .footer-right__social .social-links-list .social-links-list__itm .footer-social-link:focus svg {
  fill: var(--brand-blue);
}/*# sourceMappingURL=styles.css.map */