:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

.path-languages-selector .page-title,
.path-languages-selector .block-page-title-block {
  display: none;
}
.path-languages-selector.toolbar-fixed .main-content {
  min-height: calc(100vh - 42px);
}
.path-languages-selector.toolbar-fixed.toolbar-tray-open .main-content {
  min-height: calc(100vh - 85px);
}
.path-languages-selector .main-content {
  background: #333333;
  min-height: 100vh;
}
.path-languages-selector .header-new {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.path-languages-selector .header-new .inner {
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  align-items: center;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
}
.path-languages-selector .header-new-from {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.path-languages-selector .header-new-below {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7857242857;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: right;
}
.path-languages-selector .header-new-below a {
  text-decoration: none;
}
.path-languages-selector .main-content-wrapper {
  min-height: 614px;
  min-height: 38.375rem;
  padding-top: 170px;
  padding-top: 10.625rem;
  background-image: url("../../images/world.png");
  background-size: cover;
  background-position: center;
}
.path-languages-selector .view-languages-selector h3 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px 5px;
  padding: 0.75rem 0.3125rem;
  background: #222222;
  border-bottom: 1px solid transparent;
  color: #fff;
  display: block;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
}
.path-languages-selector .view-languages-selector h3[aria-expanded=true] {
  background: linear-gradient(79.16deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%), #444444;
  border-bottom: 1px solid #E25303;
  color: #E25303;
}
.path-languages-selector .view-languages-selector .titles-wrapper {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  column-gap: 0.625rem;
  margin-left: -5px;
  margin-left: -0.3125rem;
  margin-right: -5px;
  margin-right: -0.3125rem;
}
.path-languages-selector .view-languages-selector .languages-wrapper {
  height: 350px;
  height: 21.875rem;
  padding: 60px 30px;
  padding: 3.75rem 1.875rem;
  background: rgba(44, 44, 44, 0.4);
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s linear;
}
.path-languages-selector .view-languages-selector .languages-wrapper.opacity {
  opacity: 1;
}
.path-languages-selector .view-languages-selector .languages-wrapper.show {
  display: flex !important;
}
.path-languages-selector .view-languages-selector .languages-wrapper-inner {
  padding-left: 7px;
  padding-left: 0.4375rem;
  padding-right: 7px;
  padding-right: 0.4375rem;
  flex: 0 0 16.666666%;
  max-width: 16.666666%;
}
.path-languages-selector .view-languages-selector .languages-wrapper .views-row {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  align-items: center;
  display: flex;
}
.path-languages-selector .view-languages-selector .languages-wrapper .views-row .field,
.path-languages-selector .view-languages-selector .languages-wrapper .views-row .field__item,
.path-languages-selector .view-languages-selector .languages-wrapper .views-row .field--name-name {
  width: 100%;
  text-align: center;
}
.path-languages-selector .view-languages-selector .languages-wrapper .field--name-field-language a,
.path-languages-selector .view-languages-selector .languages-wrapper .field--name-name a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7857242857;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.path-languages-selector .view-languages-selector .languages-wrapper .field--name-field-language a:hover, .path-languages-selector .view-languages-selector .languages-wrapper .field--name-field-language a:hover p,
.path-languages-selector .view-languages-selector .languages-wrapper .field--name-name a:hover,
.path-languages-selector .view-languages-selector .languages-wrapper .field--name-name a:hover p {
  color: #E25303;
}
.path-languages-selector .view-languages-selector .languages-wrapper .field--name-field-language .field__item {
  align-items: center;
  display: flex;
}
.path-languages-selector .view-languages-selector .languages-wrapper .field--name-field-language .field__item:not(:last-child) {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.path-languages-selector .view-languages-selector .languages-wrapper .field--language {
  display: flex;
}
.path-languages-selector .view-languages-selector .languages-wrapper .field--language:before {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7857242857;
  color: #fff;
  content: "|";
  display: inline;
  font-weight: normal;
  margin: 0 3px;
  position: relative;
  top: 2px;
}
@media (max-width: 1199.98px) {
  .path-languages-selector .view-languages-selector .languages-wrapper-inner {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 991.98px) {
  .path-languages-selector .view-languages-selector .titles-wrapper {
    display: block;
    margin-left: 0;
    margin-right: 0;
    overflow: auto;
    border-bottom: 1px solid #fff;
  }
  .path-languages-selector .view-languages-selector h3 {
    margin: 5px auto;
    max-width: 220px;
  }
}
@media (max-width: 767.98px) {
  .path-languages-selector .view-languages-selector .languages-wrapper {
    overflow: auto;
  }
  .path-languages-selector .view-languages-selector .languages-wrapper-inner {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .path-languages-selector .view-languages-selector .languages-wrapper-inner:nth-child(3n) {
    flex: 1 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
  }
  .path-languages-selector .view-languages-selector .languages-wrapper-inner:nth-child(3n) > * {
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 0;
    display: block;
  }
  .path-languages-selector .view-languages-selector .languages-wrapper-inner:nth-child(3n) .views-row {
    flex: 1 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 991.98px) {
  .path-store-selector .path-languages-selector .header-new {
    margin-bottom: 0;
  }
  .path-store-selector .path-languages-selector .header-new .inner {
    padding-bottom: 16px;
    padding-bottom: 1rem;
    padding-top: 70px;
    padding-top: 4.375rem;
    align-items: center;
    border-bottom: none;
    flex-direction: column;
    justify-content: center;
  }
  .path-store-selector .path-languages-selector .header-new .site-logo img {
    max-width: 200px;
    max-width: 12.5rem;
  }
  .path-store-selector .path-languages-selector .header-new-from {
    padding-top: 70px;
    padding-top: 4.375rem;
  }
  .path-store-selector .path-languages-selector .header-new-below {
    text-align: center;
  }
  .path-store-selector .path-languages-selector .main-content-wrapper {
    min-height: 100px;
    min-height: 6.25rem;
    padding-top: 60px;
    padding-top: 3.75rem;
    background: none;
  }
  .path-store-selector .path-languages-selector .languages-wrapper {
    height: auto;
    padding: 15px 30px;
    padding: 0.9375rem 1.875rem;
    background: none;
  }
}

/*# sourceMappingURL=language-selector.css.map */
