.main-menu, .footer-menu, .header-images, .office__contact-info, .product-detail__categorie-list, .page-locations__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu > li, .footer-menu > li, .header-images > li, .office__contact-info > li, .product-detail__categorie-list > li, .page-locations__list > li {
  margin: 0;
  padding: 0;
}
.main-menu > li:before, .footer-menu > li:before, .header-images > li:before, .office__contact-info > li:before, .product-detail__categorie-list > li:before, .page-locations__list > li:before {
  content: none;
}

.footer, .header, .content-wrapper {
  padding: 0 0.75rem;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 420px) {
  .footer, .header, .content-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .footer, .header, .content-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 1024px) {
  .footer, .header, .content-wrapper {
    padding: 0 3.5rem;
  }
}

.product-table__row-title, .product-table__column-header, h1, h2, h3 {
  font-family: "Radikal W01 Light", sans-serif;
  text-transform: uppercase;
}
.zh_CN .product-table__row-title, .zh_CN .product-table__column-header, .zh_CN h1, .zh_CN h2, .zh_CN h3 {
  font-family: "Noto Sans", sans-serif;
}
.ru_RU .product-table__row-title, .ru_RU .product-table__column-header, .ru_RU h1, .ru_RU h2, .ru_RU h3 {
  font-family: "Montserrat", sans-serif;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.25rem;
}
ul li {
  position: relative;
  margin: 0 0 0.375rem;
}
ul li:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background: #2b2a7f;
}

p {
  margin: 0 0 1.5rem;
}

@font-face {
  font-family: "Radikal W01 Light";
  src: url("/wp-content/themes/wrtbv/static/fonts/c48c0e23-db32-4eea-a6db-c748df5e3755.eot?#iefix");
  src: url("/wp-content/themes/wrtbv/static/fonts/c48c0e23-db32-4eea-a6db-c748df5e3755.eot?#iefix") format("eot"), url("/wp-content/themes/wrtbv/static/fonts/a6158887-8ebc-4ad0-8375-4be9f2f1623b.woff2") format("woff2"), url("/wp-content/themes/wrtbv/static/fonts/0610a288-0141-4605-b16b-eeaa58e7806d.woff") format("woff");
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.8em;
}
body.zh_CN {
  font-family: "Noto Sans", sans-serif;
}

h1 {
  font-size: 1.625rem;
  margin: 0 0 2rem;
  margin-top: 0;
  color: #2b2a7f;
}

h2 {
  font-size: 1.125rem;
  margin: 0 0 1.5rem;
  margin-top: 0;
  color: #ff6a02;
}

h3 {
  font-size: 0.9375rem;
  margin-top: 0;
  color: #2b2a7f;
}

.body--home {
  font-size: 0.8125rem;
}

.button-menu {
  display: block;
  background: transparent;
  border: none;
  height: 1.75rem;
  width: 1.75rem;
}
.button-menu.is-open .button-menu__line:nth-child(1) {
  transform: rotate(45deg);
}
.button-menu.is-open .button-menu__line:nth-child(2) {
  transform: scale(0, 1);
}
.button-menu.is-open .button-menu__line:nth-child(3) {
  transform: rotate(-45deg);
}

.button-menu__line {
  display: block;
  height: 3px;
  width: 1.75rem;
  margin: 0 0 0.3125rem;
  background: #2b2a7f;
  transform-origin: 10%;
  transition: transform 0.2s ease-in-out;
}

@media (min-width: 48rem) {
  .button-menu {
    display: none;
  }
}
.location-link {
  color: black;
  text-decoration: none;
  border-bottom: none;
  height: 2.2em;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
  cursor: pointer;
}
.location-link.is-active, .location-link:hover {
  color: #ff6a02;
}
.location-link.is-selected {
  color: #ff6a02;
  height: 5em;
}

.location-link__seperator {
  color: #ff6a02;
  margin: 0 0.3125rem;
}

.page-locations__list {
  margin-bottom: 1.5rem;
}

.page-locations__map-list {
  display: flex;
  flex-direction: column-reverse;
}

.page-locations__map {
  margin: 0 0 1.5rem;
}

@media (min-width: 640px) {
  .page-locations__list {
    display: block;
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .page-locations__map-list {
    display: flex;
    flex-direction: row;
    margin-bottom: 3rem;
  }

  .page-locations__list {
    flex: 1;
    -moz-columns: initial;
         columns: initial;
  }

  .page-locations__map {
    margin: -2% 0 0 0;
    flex: 2.5;
  }
}
.product-detail__categorie-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.3125rem;
}
.product-detail__categorie-list > li {
  flex: 1 1 72px;
  max-width: 5.625rem;
  margin-right: 0.75rem;
}

.product-detail__categorie-list-image {
  display: block;
  width: 100%;
  max-width: 4.5rem;
  margin: 0 auto 0.5rem auto;
  transition: transform 0.3s ease-out;
}

a.product-detail__categorie-link {
  display: block;
  text-align: center;
  color: #ff6a02;
  text-transform: uppercase;
  line-height: 1.3em;
}
a.product-detail__categorie-link:hover .product-detail__categorie-list-image {
  transform: scale(1.1, 1.1);
}

.svg-map {
  fill: #2b2a7f;
}

.svg-map__wrt-location {
  fill: #ff6a02;
  cursor: pointer;
}

.wpcf7-form {
  margin-bottom: 2.625rem;
}
.wpcf7-form > * {
  display: inline-block;
  width: 100%;
}
.wpcf7-form label {
  font-size: 0.75rem;
}
.wpcf7-form .is-required {
  color: #ff6a02;
  font-size: 0.6875rem;
}
.wpcf7-form input[type=submit] {
  background: transparent;
  color: #2b2a7f;
  border: 1px solid #2b2a7f;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
}

span.wpcf7-not-valid-tip {
  color: #ff6a02 !important;
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
  border: 1px solid #ff6a02 !important;
  color: #ff6a02;
  margin: 0 !important;
  padding: 0.75rem !important;
}

.wpcf7-not-valid {
  border: 1px solid #ff6a02;
  color: #ff6a02;
}

.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  min-height: 2.125rem;
  margin-top: 0.375rem;
  text-indent: 0.5rem;
}

.wpcf7-textarea {
  padding: 0.75rem 0;
}

@media (max-width: 768px) {
  .wpcf7-form input[type=submit] {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .wpcf7-form {
    -moz-columns: 2;
         columns: 2;
  }

  .wpcf7-text,
.wpcf7-textarea {
    width: 80%;
  }

  div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    width: 80%;
  }
}
.office {
  min-width: 250px;
  flex: 0 0 33.3333%;
  margin: 0 0 3.375rem 0;
}
.office--footer {
  font-size: 0.8125rem;
}
.office--footer .office__heading {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: none;
}
.office--footer .office__directions {
  display: none;
}
.office--footer .office__address {
  margin-bottom: 0.125rem;
}
.office--footer .office__contact-info {
  margin-top: 0.75rem;
}
.office--footer .contact-info-item__label {
  min-width: 3rem;
}

.office__address {
  margin-bottom: 0.5rem;
}

.office__directions {
  display: inline-block;
}

.office__contact-info {
  margin-top: 2rem;
}

.contact-info-item__label {
  display: inline-block;
  min-width: 3.75rem;
  color: #ff6a02;
}

.content-wrapper__inner {
  padding: 0 0.5rem;
  margin: 0 0 1.5rem;
}

.content-wrapper__content--shaded {
  padding: 2rem 2.125rem;
  background-color: #f2f2f2;
}

@media (min-width: 26.25rem) {
  .content-wrapper__inner {
    padding: 0 1rem;
  }
}
@media (min-width: 48rem) {
  .content-wrapper__inner {
    padding: 0 1.5rem;
  }

  .content-wrapper__content--intro {
    max-width: 60%;
  }
}
@media (min-width: 48rem) {
  .content-collumns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.header {
  margin: 1rem auto;
}

.header__content {
  max-width: 1280px;
  margin: 0 auto 1rem;
}

.header_logo {
  display: inline-block;
}

.header__logo--wrt {
  width: 124px;
}

.header__logo--hfa {
  float: right;
  margin: 28px -4px 0 0;
  width: 116px;
}

@media (min-width: 26.25rem) {
  .header__logo--wrt {
    width: 136px;
  }

  .header__logo--hfa {
    margin: 29px -4px 0 0;
    width: 132px;
  }
}
@media (min-width: 48rem) {
  .header__logo-wrapper--hfa {
    padding: 10px 0 0 0;
  }

  .header__logo--wrt {
    width: 196px;
  }

  .header__logo--hfa {
    margin: 41px -5px 0 0;
    width: 194px;
  }

  .header__spacer {
    border-bottom: 2px solid #2b2a7f;
    margin: 0 auto 4rem;
  }
}
.navigation {
  margin: 2rem 0 0;
}

@media (min-width: 48rem) {
  .navigation {
    max-width: 1280px;
    margin: 2rem auto 1.5rem;
  }
}
@media (min-width: 64rem) {
  .navigation {
    max-width: 1280px;
    margin: 2rem auto 1.5rem;
  }
}
.header-images {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 1rem 0 4rem;
}

.header-images__item {
  width: 24%;
}
.header-images__item:first-child, .header-images__item:last-child {
  display: none;
}

.header-images__image {
  width: 100%;
  height: auto;
}

@media (min-width: 420px) {
  .header-images__item {
    width: 19%;
  }
  .header-images__item:first-child {
    display: block;
  }
}
@media (min-width: 768px) {
  .header-images__item {
    width: 16%;
  }
  .header-images__item:last-child {
    display: block;
  }
}
.footer {
  margin: 4rem auto 0.75rem;
}

.footer__content {
  border-top: 1px solid #2b2a7f;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list li:before {
  content: none;
}

.footer-list--secondary {
  font-size: 0.75rem;
}
.footer-list--secondary .footer-list__item {
  margin-bottom: 0;
}

.footer-list__item {
  margin-bottom: 2rem;
}

@media (min-width: 420px) {
  .footer__content {
    padding: 0.5rem 0;
  }
}
@media (min-width: 768px) {
  .footer-list {
    display: flex;
    justify-content: space-between;
  }

  .footer__content {
    padding: 0.75rem 0 0 0;
  }

  .footer-list--secondary {
    margin: 0 0 0.75rem;
    display: flex;
  }
  .footer-list--secondary .footer-list__item {
    margin: 0 1.5rem 0 0;
  }
  .footer-list--secondary .footer-list__item:last-child {
    margin: 0 0 0 auto;
  }
}
.main-menu {
  overflow: hidden;
  height: 0;
}

@media (min-width: 48rem) {
  .main-menu {
    height: auto;
    display: flex;
    justify-content: space-between;
  }
}
a {
  color: #2b2a7f;
  text-decoration: none;
  padding-bottom: 0;
  border-bottom: 1px solid #2b2a7f;
  transition: padding 0.1s ease-in-out;
}
a:hover {
  padding-bottom: 2px;
}

.link {
  text-decoration: none;
  color: #2b2a7f;
  border-bottom: none;
}
.current-lang .link, .current_page_item .link {
  color: #ff6a02;
}
.link:visted {
  color: #2b2a7f;
}
.link:hover {
  color: #ff6a02;
  padding-bottom: 0;
}
.link--menu {
  font-family: "Radikal W01 Light", sans-serif;
  font-size: 0.9375rem;
  text-transform: uppercase;
}
.zh_CN .link--menu {
  font-family: "Noto Sans", sans-serif;
}
.ru_RU .link--menu {
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
}
.link--highlight {
  color: #ff6a02;
}
.link--highlight:hover {
  color: #2b2a7f;
}
.link--footer {
  font-size: 13px;
}

@media (min-width: 1024px) {
  .link--menu {
    font-size: 1.0625rem;
  }
  .ru_RU .link--menu {
    font-size: 0.8125rem;
  }
}
.product-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 3rem;
}

.product-table__link:hover .product-table__header-image {
  transform: scale(1.1, 1.1);
}

.product-table__body {
  color: #2b2a7f;
}

.product-table__head {
  display: none;
  justify-content: space-between;
  margin: 0 0 1.5rem;
}

.product-table__column-header {
  text-align: center;
  flex: 1;
  font-size: 0.75rem;
}
.product-table__column-header:first-child {
  flex: 1.5;
  min-width: 200px;
}

.product-table__header-image {
  width: 80%;
  max-width: 5.75rem;
  margin: 0 auto 0.375rem;
  display: block;
  transition: transform 0.2s ease-out;
}

.product-table__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 1rem 1rem 0;
}
.product-table__row:nth-child(2n+1) {
  background: #f2f2f2;
}

.product-table__row-item {
  display: none;
  align-items: flex-end;
  text-align: center;
  max-width: 77px;
  width: 50%;
}
.product-table__row-item.is-selected {
  display: block;
  position: relative;
  margin: 0 0 1rem 0;
}

.product-table__row-item-image {
  width: 50px;
  display: block;
  margin: 0 auto;
}

.product-table__row--head {
  margin: 0 0 1rem 0;
  align-items: flex-end;
}

.product-table__row-title {
  width: 100%;
}
.product-table__body .product-table__row-title {
  display: flex;
  font-weight: bold;
  padding: 0.0625rem 0.75rem 0 0;
}

.product-table__label {
  display: block;
}

.product-table__column-header-label {
  color: #ff6a02;
  font-family: "Radikal W01 Light", sans-serif;
  font-size: 0.9375rem;
}

@media (max-width: 47.9375rem) {
  .product-table__row-title {
    font-size: 1.125rem;
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 48rem) {
  .product-table__row-title {
    flex: 1.5;
    min-width: 200px;
    width: 14.2875%;
    font-size: 0.8125rem;
  }
  .product-table__body .product-table__row-title {
    text-align: right;
    justify-content: flex-end;
  }

  .product-table__head {
    display: flex;
  }

  .product-table__row {
    flex-direction: row;
    padding: 0;
  }
  .product-table__row:nth-child(2n+1) {
    background: transparent;
  }

  .product-table__row-item {
    display: flex;
    flex: 1;
    max-width: none;
    width: 14.2875%;
    height: 1.75rem;
    border-bottom: 1px solid #ff6a02;
  }
  .product-table__row-item.is-selected {
    margin: 0;
  }
  .product-table__row-item.is-selected:after {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    background: #2b2a7f;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .product-table__row-item-image {
    display: none;
  }

  .product-table__label {
    display: none;
  }
}
@media (min-width: 64rem) {
  .product-table__column-header {
    font-size: 0.9375rem;
  }
}
.home-grid {
  display: flex;
  flex-direction: column;
  width: calc(100% + 16px);
  margin-top: -8px;
  margin-left: -8px;
}

.home-grid__articles {
  display: flex;
  flex-direction: column;
}

.home-grid__article {
  position: relative;
  flex: 1 0 33.3333%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.home-grid__article:nth-child(even) {
  flex-direction: row-reverse;
}

.home-grid__article--hero {
  flex-direction: row;
}
.home-grid__article--hero:nth-child(odd) {
  flex-direction: row-reverse;
}
.home-grid__article--hero .home-grid__content {
  color: white;
  background-color: #ff6a02;
}

.home-grid__block {
  flex: 1;
  min-width: 12.5rem;
}

.home-grid__inner {
  position: relative;
  padding-bottom: 100%;
}

.home-grid__header {
  font-size: 0.9375rem;
  line-height: 1.1em;
  margin: 0 0 0.75rem;
}

.home-grid__content {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  bottom: 0.3125rem;
  right: 0.3125rem;
  background: #dedede;
  overflow: hidden;
}
.home-grid__content .body {
  line-height: 1.5em;
}

.home-grid__image {
  width: 100%;
}

.home-grid__copy {
  padding: 0.625rem 0.6875rem;
}

.home-grid__quote {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0.75rem;
  font-size: 1.375rem;
  max-width: 12.25rem;
  height: 100%;
}

.home-grid__quote-body {
  font-family: "Radikal W01 Light", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.home-grid__read-more {
  position: absolute;
  bottom: 0;
  background: #dedede;
  width: 100%;
  padding: 0.25rem 0.75rem 0.5rem;
  box-shadow: 0px -10px 10px 0px #dedede;
  text-align: right;
  font-size: 0.75rem;
  line-height: 1em;
}

@media (min-width: 26.25rem) {
  .home-grid__article {
    flex-wrap: nowrap;
  }

  .home-grid__block {
    min-width: initial;
  }

  .home-grid__quote {
    margin: 0 0 0 auto;
    text-align: right;
    font-size: 1rem;
    max-width: initial;
  }
  .zh_CN .home-grid__quote {
    font-size: 1.625rem;
  }

  .home-grid__content {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    bottom: 0.5rem;
    right: 0.5rem;
  }
}
@media (min-width: 48rem) {
  .home-grid__values .home-grid__block {
    flex: 1 0 33.333333%;
  }

  .home-grid__quote {
    font-size: 2rem;
    max-width: initial;
  }

  .home-grid__articles {
    flex-direction: row;
  }
  .home-grid__articles .home-grid__article {
    flex-direction: column;
  }
  .home-grid__articles .home-grid__article:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .home-grid__content {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    bottom: 0.5rem;
    right: 0.5rem;
  }

  .home-grid__copy {
    padding: 0.875rem 1.0625rem;
  }
}
@media (min-width: 64rem) {
  .home-grid {
    flex-direction: row;
  }

  .home-grid__hero {
    flex: 2;
  }

  .home-grid__quote {
    max-width: 10.75rem;
    font-size: 1.125rem;
  }
  .zh_CN .home-grid__quote {
    font-size: 1.75rem;
  }
  .es_ES .home-grid__quote {
    font-size: 1rem;
    max-width: 16.875rem;
  }
  .ru_RU .home-grid__quote {
    font-size: 1rem;
  }

  .home-grid__article--hero {
    flex: 2;
  }

  .home-grid__block--hero {
    position: absolute;
    z-index: 1;
    width: 60%;
    right: 0;
    bottom: 4%;
  }
  .home-grid__block--hero .home-grid__inner {
    padding-bottom: 80%;
  }
  .home-grid__block--hero .home-grid__content {
    background-color: transparent;
    max-height: 9.375rem;
  }
  .home-grid__block--hero .home-grid__quote {
    background-color: #ff6a02;
    padding: 1rem;
  }

  .home-grid__copy {
    padding: 0.5625rem 0.6875rem;
  }

  .home-grid__article {
    flex-direction: column;
  }
  .home-grid__article:nth-child(even) {
    flex-direction: column-reverse;
  }

  .home-grid__articles {
    flex: 3;
  }
  .home-grid__articles .home-grid__article {
    flex-direction: column;
  }
  .home-grid__articles .home-grid__article:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.contact-us__address-row {
  display: flex;
  justify-content: space-between;
  margin: 0 0 3.375rem 0;
  flex-wrap: wrap;
}

.contact-us__address-row--grid:after {
  content: "";
  flex: auto;
}

.page-contact__map {
  flex: 2;
}

.skip-link {
  display: none;
}

#cookie-law-info-bar span {
  font-size: 0.875rem;
}
#cookie-law-info-bar .cli_settings_button {
  text-decoration: none;
}
