@charset "UTF-8";
/* color */
/* font */
/* asset */
/* font */
/* icons */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}
.g-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 50px;
  padding: 15px 22px;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  background-color: transparent;
  color: #000;
  border: 1px solid currentColor;
  border-radius: 22px 22px 22px 22px/44px 44px 44px 44px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.g-button:hover,
.g-button:active,
.g-button:focus {
  background-color: #000;
  color: #d9d1b5;
  border-color: currentColor;
  text-decoration: none;
}

.g-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.g-button-white,
.b-request_connection-item,
.l-request_form .request-form footer input[type=submit],
.l-request_form .request-form .form-field:last-of-type .upload-dropzone,
.article-vote,
button,
input[type=button],
input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 50px;
  padding: 15px 22px;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-in;
  background-color: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 1);
}

.promoted-articles-button {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-in;
  text-decoration: underline;
}

.promoted-articles-button:hover,
.promoted-articles-button:active,
.promoted-articles-button:focus {
  color: rgba(124, 124, 124, 1);
}

.g-button-white:hover,
.g-button-white:active,
.g-button-white:focus,
.b-request_connection-item:hover,
.l-request_form .request-form footer input[type=submit]:hover,
.l-request_form .request-form .form-field:last-of-type .upload-dropzone:hover,
.article-vote:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.b-request_connection-item:active,
.l-request_form .request-form footer input[type=submit]:active,
.l-request_form .request-form .form-field:last-of-type .upload-dropzone:active,
.article-vote:active,
button:active,
input[type=button]:active,
input[type=submit]:active,
.b-request_connection-item:focus,
.l-request_form .request-form footer input[type=submit]:focus,
.l-request_form .request-form .form-field:last-of-type .upload-dropzone:focus,
.article-vote:focus,
button:focus,
input[type=button]:focus,
input[type=submit]:focus {
  background-color: rgba(40, 40, 40, 1);
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 1);
  text-decoration: none;
}

.g-button-white::-moz-focus-inner,
.b-request_connection-item::-moz-focus-inner,
.l-request_form .request-form footer input[type=submit]::-moz-focus-inner,
.l-request_form .request-form .form-field:last-of-type .upload-dropzone::-moz-focus-inner,
.article-vote::-moz-focus-inner,
.promoted-articles-button::-moz-focus-inner,
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.g-button-dark,
a.g-button-dark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 50px;
  padding: 15px 22px;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  background-color: #241d1a;
  color: #d9d1b5;
  border: 1px solid #241d1a;
  border-radius: 22px 22px 22px 22px/44px 44px 44px 44px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.g-button-dark:hover,
.g-button-dark:active,
.g-button-dark:focus {
  background-color: #d9d1b5;
  color: #241d1a;
  border-color: #d9d1b5;
  text-decoration: none;
}

.g-button-dark::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button[disabled=disabled]:hover,
button[disabled=disabled]:active,
button[disabled=disabled]:focus,
input[type=button][disabled=disabled]:hover,
input[type=button][disabled=disabled]:active,
input[type=button][disabled=disabled]:focus,
input[type=submit][disabled=disabled]:hover,
input[type=submit][disabled=disabled]:active,
input[type=submit][disabled=disabled]:focus {
  background-color: transparent;
  color: #000;
  border-color: #000;
}

.g-button_link,
.g-button_link-dark,
.g-button_link-dark--small,
.g-button_link-white,
.back-to-shop_link,
.nav-text .menu_category-link,
.g-button_link--small,
.g-button_link-white--small {
  display: inline-block;
  min-width: unset;
  padding: 0;
  border: 1px solid transparent;
  font: inherit;
  background: transparent;
  text-transform: inherit;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-transform: none;
  position: relative;
  display: inline-block;
  padding: 3px 0;
  overflow: hidden;
  border-bottom: 0;
  height: auto;
  border-radius: 0;
  border: 0;
}

.g-button_link::after,
.g-button_link-dark::after,
.g-button_link-dark--small::after,
.g-button_link-white::after,
.back-to-shop_link::after,
.nav-text .menu_category-link::after,
.g-button_link--small::after,
.g-button_link-white--small::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: currentColor;
  transition: opacity 300ms, transform 300ms;
  transform: translate3d(-100%, 0, 0);
}

.g-button_link:hover::after,
.g-button_link:focus::after,
.g-button_link-dark:hover::after,
.g-button_link-dark--small:hover::after,
.g-button_link-dark:focus::after,
.g-button_link-dark--small:focus::after,
.g-button_link-white:hover::after,
.g-button_link-white:focus::after,
.back-to-shop_link:hover::after,
.nav-text .menu_category-link:hover::after,
.g-button_link--small:hover::after,
.g-button_link-white--small:hover::after,
.back-to-shop_link:focus::after,
.nav-text .menu_category-link:focus::after,
.g-button_link--small:focus::after,
.g-button_link-white--small:focus::after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.g-button_link-dark,
.g-button_link-dark--small {
  color: #000;
}

.g-button_link--small,
.g-button_link-white--small {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.03em;
}

.g-button_link-dark--small {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.03em;
}

/***** Base *****/
* {
  box-sizing: border-box;
}

::placeholder {
  color: rgba(124, 124, 124, 1);
}

body {
  padding-top: 65px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.03em;
  font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1069px) {
  body {
    padding-top: 71px;
  }
}
@media (min-width: 1200px) {
  body > main {
    min-height: 60vh;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-transform: uppercase;
  font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1 {
  font-size: 18px;
  line-height: 24px;
}

h2 {
  font-size: 12px;
  line-height: 20px;
}

h3 {
  font-size: 12px;
  line-height: 1.1;
  text-transform: none;
  /* letter-spacing: 2px; */
}

h4,
h5 {
  font-size: 10px;
  line-height: 18px;
  /* letter-spacing: 2px; */
}

a {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  font-size: 14px;
  line-height: 20px;
}

input,
textarea {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  border-radius: 0;
  -webkit-appearance: none;
  /* stylelint-disable-line */
  -moz-appearance: none;
  /* stylelint-disable-line */
}

input {
  max-width: 100%;
  font-weight: 300;
  box-sizing: border-box;
  outline: none;
  transition: border 0.12s ease-in-out;
}

input:focus {
  border: 1px solid #d9d1b5;
}

input[disabled] {
  background-color: #ddd;
}

select {
  padding: 8px 30px 8px 10px;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  background-position: right 10px center;
  border: 1px solid rgba(33, 55, 58, 1);
  outline: none;
  color: rgba(0, 0, 0, 1);
  -webkit-appearance: none;
  /* stylelint-disable-line */
  -moz-appearance: none;
  /* stylelint-disable-line */
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px;
  border: 1px solid #241d1a;
  resize: vertical;
  outline: none;
}

@media (min-width: 768px) {
  textarea {
    height: 70px;
  }
}
textarea:focus {
  border: 1px solid #d9d1b5;
}

.container {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 1130px) {
  .container {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
.container-divider {
  margin-bottom: 20px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.error-page {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 1130px) {
  .error-page {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .error-page {
    padding: 0 20px;
  }
}
.dropdown-toggle {
  padding: 0;
  background: none;
  border: 0;
  text-align: initial;
}

.dropdown-toggle:focus {
  outline: 0;
  text-decoration: underline;
}

.dropdown-toggle::after {
  color: inherit;
}

@media (min-width: 1069px) {
  .h-desktop_hidden {
    display: none !important;
  }
}
.m-menu_opened {
  position: fixed;
  overflow: hidden;
}

.m-hidden {
  display: none !important;
}

.hidden {
  display: none;
}

#preview-bar-container > div {
  z-index: 1 !important;
}

body > .notification {
  position: fixed;
  top: 53px;
  z-index: 100;
}

@media (min-width: 768px) {
  body > .notification {
    top: 65px;
  }
}
@media (min-width: 1069px) {
  body > .notification {
    top: 71px;
  }
}
/***** Buttons *****/
.button,
[role=button] {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 22px 22px 22px 22px/44px 44px 44px;
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
  font-size: 12px;
  line-height: 2.34;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button,
  [role=button] {
    width: auto;
  }
}
.button::after,
[role=button]::after {
  color: rgba(0, 0, 0, 1);
}

.button:hover,
.button:active,
.button:focus,
.button[aria-selected=true],
[role=button]:hover,
[role=button]:active,
[role=button]:focus,
[role=button][aria-selected=true] {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

.button:hover::after,
.button:active::after,
.button:focus::after,
.button[aria-selected=true]::after,
[role=button]:hover::after,
[role=button]:active::after,
[role=button]:focus::after,
[role=button][aria-selected=true]::after {
  color: rgba(0, 0, 0, 1);
}

.button[aria-selected=true]:hover,
.button[aria-selected=true]:focus,
.button[aria-selected=true]:active,
[role=button][aria-selected=true]:hover,
[role=button][aria-selected=true]:focus,
[role=button][aria-selected=true]:active {
  background-color: #8d8989;
  border-color: #8d8989;
  color: rgba(0, 0, 0, 1);
}

.button[data-disabled],
[role=button][data-disabled] {
  cursor: default;
}

.button-large,
input[type=submit] {
  min-width: 150px;
  width: 100%;
  padding: 0 1.93em;
  background-color: rgba(255, 255, 255, 1);
  border: 0;
  border-radius: 4px;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
}

@media (min-width: 768px) {
  .button-large,
  input[type=submit] {
    width: auto;
  }
}
.button-large:hover,
.button-large:active,
.button-large:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  background-color: #8d8989;
}

.button-large[disabled],
input[type=submit][disabled] {
  background-color: rgba(231, 231, 231, 1);
}

.button-secondary {
  color: #f1f1f1;
  border: 1px solid rgba(0, 0, 0, 1);
  background-color: transparent;
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
  color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(0, 0, 0, 1);
  background-color: black;
}

.g-button_link,
.g-button_link-dark,
.g-button_link-dark--small,
.g-button_link-white,
.back-to-shop_link,
.nav-text .menu_category-link,
.g-button_link--small,
.g-button_link-white--small {
  display: inline-block;
  min-width: unset;
  padding: 0;
  border: 1px solid transparent;
  font: inherit;
  background: transparent;
  text-transform: inherit;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-transform: none;
  position: relative;
  display: inline-block;
  padding: 3px 0;
  overflow: hidden;
  border-bottom: 0;
  height: auto;
  border-radius: 0;
  border: 0;
}

.g-button_link::after,
.g-button_link-dark::after,
.g-button_link-dark--small::after,
.g-button_link-white::after,
.back-to-shop_link::after,
.nav-text .menu_category-link::after,
.g-button_link--small::after,
.g-button_link-white--small::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: currentColor;
  transition: opacity 300ms, transform 300ms;
  transform: translate3d(-100%, 0, 0);
}

.g-button_link:hover::after,
.g-button_link:focus::after,
.g-button_link-dark:hover::after,
.g-button_link-dark--small:hover::after,
.g-button_link-dark:focus::after,
.g-button_link-dark--small:focus::after,
.g-button_link-white:hover::after,
.g-button_link-white:focus::after,
.back-to-shop_link:hover::after,
.nav-text .menu_category-link:hover::after,
.g-button_link--small:hover::after,
.g-button_link-white--small:hover::after,
.back-to-shop_link:focus::after,
.nav-text .menu_category-link:focus::after,
.g-button_link--small:focus::after,
.g-button_link-white--small:focus::after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.g-button_link-dark,
.g-button_link-dark--small {
  color: #000;
}

.g-button_link--small,
.g-button_link-white--small {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.03em;
}

.g-button_link-dark--small {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.03em;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}
.table th,
.table th a {
  color: #fcfbf8;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}

[dir=rtl] .table th,
[dir=rtl] .table th a {
  text-align: right;
}

.table tr {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #d9d1b5;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}
.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .table td,
  .table th {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .table td,
  .table th {
    padding: 10px 20px;
    height: 60px;
  }
}
/***** Forms *****/
.form {
  max-width: 1090px;
}

.form-field ~ .form-field {
  margin-top: 14px;
}

@media (min-width: 768px) {
  .form-field ~ .form-field {
    margin-top: 20px;
  }
}
.form-field label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .form-field label {
    margin-bottom: 0;
    line-height: 43px;
  }
}
.form-field input {
  padding: 5px 5px 5px 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  border-bottom: 1px solid #21373a;
}

@media (min-width: 768px) {
  .form-field input {
    padding-left: 10px;
  }
}
.form-field input:focus {
  border-bottom: 1px solid #21373a;
}

.form-field input[type=text] {
  border-bottom: 1px solid #21373a;
  background: #ffffff;
  color: #21373a;
}

.form-field input[type=text]:focus {
  border-bottom: 1px solid #21373a;
}

.form-field input[type=checkbox] {
  width: auto;
}

.form-field .nesty-input {
  height: 50px;
  line-height: 50px;
  outline: none;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #21373a;
  color: #21373a;
  border-radius: 0;
  background: #ffffff;
  font-size: 14px;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .form-field .nesty-input {
    text-transform: uppercase;
  }
}
.form-field .nesty-input:focus {
  text-decoration: none;
}

.form-field .nesty-input::after {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "\e90a";
  position: absolute;
  right: 20px;
  top: 40%;
  color: #21373a;
  font-size: 12px;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid #21373a;
  text-decoration: none;
}

.form-field textarea {
  border: none;
  border-bottom: 1px solid #21373a;
  background: #ffffff;
  color: #21373a;
  vertical-align: middle;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label::after {
  content: "*";
  margin-left: 2px;
  color: #21373a;
}

.form-field .optional {
  margin-left: 4px;
  color: #46757b;
}

.form-field p {
  margin: 5px 0;
  color: #21373a;
  font-size: 12px;
}

[data-loading=true] input,
[data-loading=true] textarea {
  background: transparent url(/hc/theming_assets/01J1PR9QVY16KZFG7ZBD6MQ30C) 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  margin-top: 30px;
}

.form footer a {
  margin-right: 15px;
  color: #46757b;
  cursor: pointer;
}

.form .suggestion-list {
  margin-top: 30px;
  font-size: 12px;
}

.form .suggestion-list label {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #21373a;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: black;
}

.f-select-wrapper {
  position: relative;
}

.f-select-wrapper::after {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "\e90a";
  position: absolute;
  right: 14px;
  top: 11px;
  font-size: 10px;
  z-index: 1;
}

@media (min-width: 768px) {
  .f-select-wrapper::after {
    font-size: 12px;
  }
}
.f-select {
  position: relative;
  display: block;
  padding: 0 35px 0 10px;
  height: 40px;
  background: transparent;
  border: none;
  border-bottom: solid 1px rgba(231, 231, 231, 1);
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
}

@media (min-width: 768px) {
  .f-select {
    height: 50px;
  }
}
.f-select option {
  color: #000;
}

/***** Header *****/
#preview-bar-container {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  backface-visibility: hidden;
  z-index: 100;
  text-transform: uppercase;
  border-right: 0;
  border-left: 0;
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(231, 231, 231, 1);
}

.header-top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px;
  height: 56px;
}

@media (min-width: 1069px) {
  .header-top {
    justify-content: center;
    height: auto;
  }
}
.header-top #user #user-name {
  display: none;
}

.header-top .user-info {
  display: none;
  margin-left: auto;
}

.header-top .user-info a {
  border-bottom: none;
}

.header-top .login {
  display: none;
  font-size: 11px;
}

.header-top .login:hover {
  border-bottom-color: transparent;
}

.header-top .icon-menu {
  position: absolute;
  display: block;
  left: 16px;
  top: 18px;
  padding: 0;
  width: auto;
  height: auto;
  border: 0;
  cursor: pointer;
  line-height: 0;
}

/* @media (min-width: 768px) {
  .header-top .icon-menu {
    left: 30px;
    top: 31px;
  }
} */
.header-top .icon-menu::before {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "\e90d";
  font-size: 20px;
}

/* @media (min-width: 768px) {
  .header-top .icon-menu::before {
    font-size: 14px;
  }
} */
@media (min-width: 1069px) {
  .header-top .icon-menu::before {
    margin-right: 10px;
  }
}
.header-top .icon-menu[aria-expanded=true] {
  right: 10px;
  left: auto;
  top: 20px;
  z-index: 102;
}

.header-top .icon-menu[aria-expanded=true]::before {
  content: "\e90c";
  align-self: center;
  color: #000;
  font-size: 10px;
}

@media (min-width: 768px) {
  .header-top .icon-menu[aria-expanded=true]::before {
    color: #d9d1b5;
    font-size: 14px;
  }
}
/* @media (min-width: 768px) {
  .header-top .icon-menu[aria-expanded="true"] {
    left: 30px;
    top: 31px;
    right: auto;
  }
} */
@media (min-width: 1069px) {
  .header-top .icon-menu[aria-expanded=true] {
    margin-right: 10px;
  }
}
.header-top .icon-menu[aria-expanded=true] ~ .back-to-shop {
  display: none;
}

@media (min-width: 768px) {
  .header-top .icon-menu[aria-expanded=true] ~ .back-to-shop {
    display: flex;
  }
}
@media (min-width: 1069px) {
  .header-top .icon-menu {
    display: none;
  }
}
[dir=rtl] .header-top .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

.header-top .icon-menu:hover,
.header-top .icon-menu:focus,
.header-top .icon-menu:active {
  background-color: transparent;
}

.header .dropdown-menu {
  padding: 0 20px 14px;
  border-radius: 0;
  box-shadow: none;
}

@media (min-width: 1069px) {
  .header .dropdown-menu {
    flex-direction: column;
    padding-top: 16px;
  }
}
@media (min-width: 768px) {
  .header .dropdown-menu a {
    padding: 0 0 7px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
  }
}
.header .dropdown-menu a:hover,
.header .dropdown-menu a:focus {
  background: transparent;
}

.logo-nav-wrapper {
  display: flex;
  gap: 56px;
}

@media (min-width: 1069px) {
  .logo-nav-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
@media (min-width: 1069px) {
  .logo {
    display: flex;
    align-items: center;
    margin-top: 12px;
    height: 47px;
  }
  .logo a {
    height: 40px;
  }
}
@media (max-width: 1068px) {
  .logo {
    position: absolute;
    left: 50%;
    translate: -50%;
    z-index: 102;
    max-width: 40%;
    top: 50%;
    margin-top: -22px;
  }
}
.logo img {
  display: block;
  width: 146px;
  max-width: 100%;
}

.logo-desktop {
  display: none;
}

@media (min-width: 1069px) {
  .logo-desktop {
    display: block;
  }
}
.nav-text--desktop {
  display: none;
}

@media (min-width: 1069px) {
  .nav-text--desktop {
    display: block;
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .nav-text--desktop {
    max-width: none;
  }
}
.nav-text .menu_category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* @media (min-width: 1069px) {
  .nav-text .menu_category {
    padding-top: 23px;
  }
} */
.nav-text .menu_category-item {
  width: 100%;
}

@media (min-width: 1069px) {
  .nav-text .menu_category-item {
    padding: 16px 12px;
    line-height: 0.6;
    width: auto;
    border: 0;
  }
}
.nav-text .menu_category-link {
  font-size: 14px;
  line-height: 18px;
  font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  display: inline-block;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  padding: 0;
}

.nav-text .menu_category-link:hover,
.nav-text .menu_category-link:focus,
.nav-text .menu_category-link:active {
  text-decoration: none;
}

.nav-text .menu_category-link.m-dgyourself {
  text-shadow: 1px 0 0;
}

.nav-text .menu_category-mobile-title {
  padding: 8px 25px 8px 15px;
  font-size: 11px;
}

.nav-text .menu_category.m-links-black .menu_category-item {
  background: rgba(0, 0, 0, 1);
}

.nav-text .menu_category.m-links-black .menu_category-link {
  color: #fff;
}

.nav-text--mobile {
  padding-top: 30px;
}

/* @media (min-width: 768px) {
  .nav-text--mobile {
    padding-bottom: 100px;
  }
} */
@media (min-width: 1069px) {
  .nav-text--mobile {
    display: none;
    padding-top: 0;
  }
}
.nav-text--mobile .menu_category-item {
  display: flex;
  border-bottom: 1px solid #000;
}

/* @media (min-width: 768px) {
  .nav-text--mobile .menu_category-item {
    padding-left: 30px;
    margin-bottom: 26px;
    border-bottom: none;
  }
} */
.nav-text--mobile .menu_category-link {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 30px 16px;
  width: 100%;
  font-weight: 600;
  line-height: 1;
}

/* @media (min-width: 768px) {
  .nav-text--mobile .menu_category-link {
    padding: 3px 0;
    width: auto;
    font-weight: 400;
  }
} */
.nav-text--mobile .header_service-menu_item {
  list-style: none;
}

.nav-text--bottom {
  margin-top: auto;
  padding: 20px 0 10px 15px;
}

@media (min-width: 768px) {
  .nav-text--bottom {
    bottom: 72px;
    padding-left: 30px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1069px) {
  .nav-text--bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 10px 15px;
    margin-top: 0;
  }
}
.nav-text--bottom .menu_category-item {
  margin-bottom: 12px;
  text-transform: none;
}

@media (min-width: 768px) {
  .nav-text--bottom .menu_category-item {
    margin-bottom: 24px;
    text-transform: uppercase;
  }
}
.nav-text--bottom .menu_category-item::before {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "";
  padding-right: 20px;
  vertical-align: middle;
  color: #000;
  font-size: 17px;
}

.nav-text--bottom .menu_category-item:nth-child(1) {
  display: none;
}

@media (min-width: 768px) {
  .nav-text--bottom .menu_category-item:nth-child(1) {
    display: block;
  }
}
.nav-text--bottom .menu_category-item:nth-child(1)::before {
  content: "\e92c";
}

.nav-text--bottom .menu_category-item:nth-child(2) {
  display: none;
}

@media (min-width: 768px) {
  .nav-text--bottom .menu_category-item:nth-child(2) {
    display: block;
  }
}
.nav-text--bottom .menu_category-item:nth-child(2)::before {
  content: "\e935";
}

@media (min-width: 768px) {
  .nav-text--bottom .menu_category-item:nth-child(3) {
    display: none;
  }
}
.nav-text--bottom .menu_category-item:nth-child(3)::before {
  content: "\e90f";
  padding-right: 5px;
}

@media (min-width: 768px) {
  .nav-text--bottom .menu_category-item:nth-child(4) {
    display: none;
  }
}
.nav-text--bottom .menu_category-item:nth-child(4)::before {
  content: "\e91b";
  padding-right: 5px;
}

.nav-text--bottom .menu_category-link {
  padding: 0;
  vertical-align: middle;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
}

.dropdown-menu {
  padding: 0 5px 14px;
  /* border: 1px solid #000;
  background-color: #000; */
  border-radius: 0;
  box-shadow: none;
}

@media (min-width: 1069px) {
  .dropdown-menu {
    flex-direction: column;
    padding-top: 16px;
  }
}
@media (min-width: 768px) {
  .dropdown-menu a {
    padding: 0 0 7px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
  }
}
.dropdown-menu a:hover,
.dropdown-menu a:focus {
  background: transparent;
}

/* @media (min-width: 1069px) {
  .dropdown-menu a:hover,
  .dropdown-menu a:focus {
    color: #d9d1b5;
  }
} */
.nav-service {
  display: none;
}

@media (min-width: 1069px) {
  .nav-service {
    position: absolute;
    display: block;
    right: 0;
    top: 26px;
  }
}
.user-nav {
  position: absolute;
  display: none;
  margin-left: auto;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}
.user-nav[aria-expanded=true] {
  top: 72px;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
}

.user-nav[aria-expanded=true] > a {
  display: block;
  margin: 20px;
}

.header_service-menu {
  display: block;
}

@media (min-width: 768px) {
  .header_service-menu {
    display: none;
    margin-right: 20px;
  }
}
.header_service-menu_item {
  width: 100%;
  border-bottom: 1px solid #000;
}

@media (min-width: 768px) {
  .header_service-menu_item {
    width: auto;
    border-bottom-color: transparent;
  }
}
.header_service-menu_item--lang .language-selector,
.header_service-menu_item--country .country-selector {
  display: block;
}

.header_service-menu_item--label,
.header_service-menu_item--lang .language-selector .dropdown-toggle,
.header_service-menu_item--country .country-selector .dropdown-toggle {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 30px 16px;
  font-weight: 600;
}

.header_service-menu_item--lang .language-selector .dropdown-toggle::after,
.header_service-menu_item--country .country-selector .dropdown-toggle::after {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "\e91c";
  position: absolute;
  right: 16px;
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 768px) {
  .header_service-menu_item--lang .language-selector .dropdown-toggle,
  .header_service-menu_item--country .country-selector .dropdown-toggle {
    padding: 0 6px;
    font-weight: 500;
  }
  .header_service-menu_item--lang .language-selector .dropdown-toggle::after,
  .header_service-menu_item--country .country-selector .dropdown-toggle::after {
    display: none;
  }
}
.header_service-menu_item--lang .language-selector .dropdown-toggle[aria-expanded=true]::after,
.header_service-menu_item--country .country-selector .dropdown-toggle[aria-expanded=true]::after {
  content: "\e920";
}

@media (min-width: 768px) {
  .header_service-menu_item--lang .language-selector,
  .header_service-menu_item--country .country-selector {
    width: auto;
  }
}
.header_service-menu_item--lang .language-selector a:hover,
.header_service-menu_item--country .country-selector a:hover {
  text-decoration: none;
  border: 0;
}

@media (max-width: 767px) {
  .country-selector .dropdown-menu {
    left: auto;
    right: 0;
  }
  .social-block .l-footer_links-item_heading {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .header_service-menu_item--country .country-selector .dropdown-toggle::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    height: 9px;
    width: 1px;
    margin-left: 5px;
    background-color: rgba(0, 0, 0, 1);
  }
}
.header_service-menu-title {
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
  font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  .header_service-menu-title {
    padding-bottom: 7px;
    line-height: 20px;
  }
}
.l-footer .header_service-menu-title {
  color: rgba(0, 0, 0, 1);
  padding-top: 4px;
  font-weight: 400;
  text-align: center;
}

.header_service-menu-link_more {
  text-transform: uppercase;
  text-decoration: underline;
}

.header_service-menu-link_more:hover {
  text-decoration: none;
}

.header_navigations {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 1068px;
  white-space: nowrap;
  transform: translate(-100%, 0);
  overflow-y: auto;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  background-color: #fbf7ee;
  will-change: transform;
}

.header_navigations[aria-expanded=true] {
  display: flex;
  flex-direction: column;
  /* flex-grow: 1; */
  transform: translate(0, 0);
}

.header_navigations[aria-expanded=true] ~ .header_navigations-overlay {
  display: block;
}

@media (min-width: 1069px) {
  .header_navigations[aria-expanded=true] ~ .header_navigations-overlay {
    display: none;
  }
}
/* @media (min-width: 768px) {
  .header_navigations {
    top: 71px;
    width: 50%;
    max-width: none;
  }
} */
@media (min-width: 1069px) {
  .header_navigations {
    position: static;
    display: flex;
    align-items: center;
    order: 0;
    height: auto;
    padding: 0;
    transform: translateY(0);
    background-color: transparent;
    border: none;
    overflow: visible;
    justify-content: center;
  }
}
.header_navigations-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
}

.header_navigations .dropdown-menu {
  position: static;
  padding: 0 5px 14px;
  border: none;
  background-color: #fbf7ee;
  border-radius: 0;
  box-shadow: none;
}

@media (min-width: 1069px) {
  .header_navigations .dropdown-menu {
    position: absolute;
    flex-direction: column;
    top: 45px;
    padding-top: 16px;
    border: 1px solid rgba(0, 0, 0, 1);
    border-top: none;
    background-color: rgba(255, 255, 255, 1);
  }
}
.header_navigations .dropdown-menu a {
  padding: 12px 25px 12px 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 1069px) {
  .header_navigations .dropdown-menu a {
    padding: 0 0 7px;
    color: rgba(0, 0, 0, 1);
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
  }
}
.header_navigations .dropdown-menu a:hover,
.header_navigations .dropdown-menu a:focus {
  background: transparent;
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 1069px) {
  .header_navigations .dropdown-menu a:hover,
  .header_navigations .dropdown-menu a:focus {
    color: rgba(0, 0, 0, 1);
  }
}
.header_navigations .dropdown-menu.dropdown-menu-end {
  display: flex;
}

.header_navigations .back-to-shop {
  display: none;
}

.back-to-shop .header_service-menu {
  display: none;
}

@media (max-width: 320px) {
  .back-to-shop {
    display: none;
  }
}
@media (min-width: 768px) {
  .back-to-shop .header_service-menu {
    display: flex;
    align-items: center;
  }
}
.back-to-shop .dropdown-menu {
  top: 42px;
  border-top: none;
}

@media (min-width: 360px) {
  .back-to-shop {
    display: flex;
    width: 30%;
    justify-content: flex-end;
  }
}
/* @media (min-width: 768px) {
  .back-to-shop {
    right: 30px;
    top: 26px;
    z-index: 103;
  }
} */
@media (min-width: 1069px) {
  .back-to-shop {
    position: absolute;
    top: 24px;
    right: 0;
    height: 20px;
  }
}
.back-to-shop .back-to-shop_link {
  display: inline-block;
  padding: 0;
  font-size: 10px;
}

@media (min-width: 1069px) {
  .back-to-shop .back-to-shop_link {
    font-size: 12px;
  }
}
.back-to-shop .back-to-shop_link span {
  border-bottom: 1px solid transparent;
}

.back-to-shop .back-to-shop_link:hover {
  text-decoration: none;
}

.back-to-shop .back-to-shop_link:hover span {
  text-decoration: none;
}

.back-to-shop .back-to-shop_link::before {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "\e909";
  position: relative;
  display: inline-block;
  top: -1px;
  margin-right: 2px;
  vertical-align: middle;
  font-size: 13px;
  transform: rotate(-90deg);
}

.back-to-shop_link {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 1);
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}
.user-info > [role=button] {
  min-width: 0;
  padding: 0;
  border: 0;
  color: rgba(0, 0, 0, 1);
  white-space: nowrap;
}

.user-info > [role=button]:hover,
.user-info > [role=button]:focus {
  color: rgba(0, 0, 0, 1);
  background-color: transparent;
}

.user-info > [role=button]::after {
  padding-right: 15px;
  color: rgba(0, 0, 0, 1);
}

[dir=rtl] .user-info > [role=button]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}
#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  display: inline-block;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  vertical-align: middle;
}

.avatar {
  position: relative;
  display: inline-block;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  content: "👤";
  position: absolute;
  bottom: -4px;
  right: -2px;
  height: 14px;
  width: 14px;
  background-color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 191px;
  width: 100%;
}

.footer-column.footer-column-three {
  gap: 8px;
}

.footer-column > .l-footer_links-item_heading {
  margin-bottom: 4px;
}

.footer-nav-link a {
  color: rgba(0, 0, 0, 1);
}

.footer-country-wrapper,
.footer-language-wrapper {
  display: flex;
  gap: 8px;
}

@media (min-width: 768px) {
  .footer-country-wrapper,
  .footer-language-wrapper {
    align-items: flex-end;
  }
}
.b-simple_newsletter-button::after {
  color: rgba(0, 0, 0, 1);
}

.b-simple_newsletter-button::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 1;
  /* transition: opacity 300ms, transform 300ms; */
  /* transform: translate3d(-100%, 0, 0); */
}

.l-footer {
  display: flex;
  flex-direction: column;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(248, 248, 248, 1);
  padding: 25px 16px 0;
}

@media (min-width: 768px) {
  .l-footer {
    margin: 80px 0 0;
    padding: 40px 20px 0;
  }
}
.l-footer_section {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .l-footer_section {
    flex-direction: row;
  }
}
.l-footer_newsletter {
  width: 100%;
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 768px) {
  .l-footer_newsletter {
    display: flex;
    justify-content: space-between;
    width: 50%;
  }
}
.l-footer-blocks-wrap.social-block .l-footer_social-text,
.l-footer-blocks-wrap.social-block .contact-us-text,
.l-footer-blocks-wrap.contact-block .l-footer_social-text,
.l-footer-blocks-wrap.contact-block .contact-us-text {
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0.03em;
}

.l-footer-blocks-wrap.social-block .l-footer_social-heading {
  margin-top: 0;
  margin-bottom: 24px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

@media (min-width: 768px) {
  .l-footer-blocks-wrap.social-block .l-footer_social-heading {
    margin-bottom: 15px;
  }
}
.l-footer-blocks-wrap.social-block .l-footer_social-icon {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  margin: 0 0 11px;
  text-align: center;
}

.l-footer-blocks-wrap.social-block .l-footer_social-icon::before {
  content: "";
  font-size: 19px;
  line-height: 20px;
}

.l-footer-blocks-wrap.contact-block .contact-us-icon {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  margin: 0 0 13px;
  text-align: center;
}

.l-footer-blocks-wrap.contact-block .contact-us-icon::before {
  content: "";
  font-size: 19px;
  line-height: 20px;
}

.l-footer-blocks-wrap.contact-block .l-footer_navigation-link {
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0.03em;
  text-transform: none;
  display: inline-block;
  margin-top: 24px;
  padding: 0;
  text-transform: initial;
  border-color: #000;
}

.l-footer-blocks-wrap.contact-block .l-footer_navigation-link:hover {
  border-color: transparent;
}

.l-footer_navigation {
  display: flex;
  flex-direction: column;
  /* flex-flow: wrap; */
  /* justify-content: flex-start; */
  width: 100%;
  margin-top: 32px;
  /* max-width: 1200px; */
  /* padding: 50px 16px 42px; */
}

@media (min-width: 768px) {
  .l-footer_navigation {
    flex-direction: row;
    gap: 10px;
    width: 50%;
    justify-content: flex-end;
    /* padding: 39px 30px; */
  }
}
/* @media (min-width: 960px) {
  .l-footer_navigation {
    justify-content: space-between;
    align-items: flex-start;
  }
} */
.l-footer_navigation .footer-dropdown {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .l-footer_navigation .footer-dropdown {
    margin-bottom: 0;
  }
}
.l-footer_navigation .dropdown-selected {
  text-transform: uppercase;
}

.l-footer_navigation.hide-desktop .dropdown-menu {
  position: static;
  padding: 0;
  border: none;
  background-color: transparent;
  text-align: left;
  margin-top: 16px;
}

.l-footer_navigation.hide-desktop .dropdown-menu .footer-nav-link {
  margin-top: 8px;
}

.l-footer_navigation .footer-dropdown.footer-country-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.l-footer_navigation .footer-dropdown.footer-country-wrapper .l-footer_social-link {
  position: absolute;
  right: 16px;
}

.lang-country_wrapper {
  display: flex;
}

.l-footer_navigation_countrylang {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .l-footer_navigation_countrylang {
    order: 2;
    margin-right: 5%;
    justify-content: left;
  }
}
@media (min-width: 960px) {
  .l-footer_navigation_countrylang {
    order: 1;
    margin: 0;
    flex: 0 0 16.6666666667%;
    align-items: center;
  }
}
.l-footer_navigation_countrylang .dropdown-selected {
  line-height: 22px;
  margin-left: 10px;
}

.l-footer_navigation_countrylang_text .l-footer_links-item_heading {
  margin: 0;
}

.social-block .l-footer_links-item_heading::after,
.l-footer_navigation_countrylang_text .l-footer_links-item_heading::after {
  display: none;
}

.l-footer_navigation_countrylang .b-language_selector,
.l-footer_navigation_countrylang .b-country_selector {
  position: relative;
}

.l-footer_navigation_countrylang .b-language_selector .header_service-menu-title,
.l-footer_navigation_countrylang .b-country_selector .header_service-menu-title {
  padding-bottom: 7px;
  line-height: 20px;
}

.l-footer_navigation_countrylang .b-country_selector::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -4px;
  height: 15px;
  width: 1px;
  background-color: rgba(0, 0, 0, 1);
}

/* .l-footer_navigation_countrylang .b-country_selector .dropdown-toggle {
  padding: 0 3px 10px 0;
}

.l-footer_navigation_countrylang .dropdown-toggle {
  padding: 0 0 10px 6px;
} */
/* 
.l-footer_navigation_countrylang .dropdown-toggle::after {
  content: "";
} */
.l-footer_navigation_countrylang .dropdown-menu {
  padding: 16px 5px 14px;
  border-radius: 0;
  box-shadow: none;
}

@media (min-width: 1069px) {
  .l-footer_navigation_countrylang .dropdown-menu {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .l-footer_navigation_countrylang .dropdown-menu a {
    padding: 0 0 7px;
    line-height: 20px;
    text-transform: uppercase;
  }
}
.l-footer_navigation_countrylang .dropdown-menu a:hover,
.l-footer_navigation_countrylang .dropdown-menu a:focus {
  background: transparent;
}

.l-footer_navigation-list {
  margin: 0 -3px 0 0;
  text-align: justify;
  font-size: 0;
  line-height: 0;
}

.l-footer_navigation-list::after {
  content: "";
  display: inline-block;
  width: 100%;
}

.l-footer_navigation-item {
  display: inline-block;
}

.l-footer_navigation-link {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.l-footer_links {
  display: inline-flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .l-footer_links {
    flex-direction: row;
    order: 1;
    padding-top: 0;
  }
}
@media (min-width: 960px) {
  .l-footer_links {
    width: auto;
    flex: 0 0 66.6666666667%;
  }
}
@media (min-width: 768px) {
  /* .l-footer_links-container:not(:last-child) {
    margin-right: 80px;
  } */
  .l-footer_links-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .l-footer_links-container.open .l-footer_links-list {
    max-height: none !important;
    /* stylelint-disable-line */
  }
}
.l-footer_links-container.open .l-footer_links-item_heading::after {
  content: "\e920";
}

.l-footer_links-container.close .l-footer_links-list {
  max-height: 0 !important;
  /* stylelint-disable-line */
}

@media (min-width: 768px) {
  .l-footer_links-container.close .l-footer_links-list {
    max-height: none !important;
    /* stylelint-disable-line */
  }
}
.l-footer_links-list {
  max-height: 0;
  text-align: left;
  line-height: 25px;
  overflow: hidden;
  transition: max-height 350ms ease-in-out;
}

@media (min-width: 768px) {
  .l-footer_links-list {
    max-height: none;
  }
}
.l-footer_links-item {
  line-height: 20px;
}

@media (min-width: 768px) {
  .l-footer_links-item {
    line-height: 25px;
    margin-bottom: 16px;
  }
}
.l-footer_links-item_heading {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 400;
}

@media (min-width: 768px) {
  /* .l-footer_links-item_heading {
    font-size: 14px;
    margin-bottom: 30px;
  } */
}
/* disalbe plus (+) icon for accordion
.l-footer_links-item_heading::after {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "";
  display: block;
  float: right;
}
*/
@media (min-width: 768px) {
  .l-footer_links-item_heading::after {
    display: none;
  }
}
.l-footer_links-item a {
  position: relative;
  display: inline-block;
  padding: 3px 0;
  overflow: hidden;
  border-bottom: 0;
}

.l-footer_links-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: currentColor;
  transition: opacity 300ms, transform 300ms;
  transform: translate3d(-100%, 0, 0);
}

.l-footer_links-item a:hover::after,
.l-footer_links-item a:focus::after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.l-footer_links-item a:hover {
  text-decoration: none;
}

.l-footer_bottom {
  padding: 0 14px 40px;
  margin: -1px 0 0;
  text-align: center;
}

.l-footer_bottom::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .l-footer_bottom {
    padding: 0 40px 33px;
  }
}
.l-footer_social {
  display: flex;
  width: 50%;
}

@media (max-width: 767px) {
  .l-footer_social {
    margin-top: 40px;
    order: 3;
  }
}
@media (min-width: 768px) {
  .l-footer_social {
    margin-top: 36px;
  }
}
@media (min-width: 960px) {
  .l-footer_social {
    order: 1;
    /* -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6); */
    padding: 0;
  }
}
.l-footer_social-list {
  display: flex;
  gap: 24px;
  margin: 0;
}

.l-footer_social-link {
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 17px;
  line-height: 1;
  color: rgba(0, 0, 0, 1);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.l-footer_social-link.instagram::before {
  content: "\e904";
}
.l-footer_social-link.facebook::before {
  content: "\e919";
}
.l-footer_social-link.twitterX::before {
  content: "\e905";
}
.l-footer_social-link.pinterest::before {
  content: "\e91d";
}
.l-footer_social-link.youtube::before {
  content: "\e90d";
}
.l-footer_social-link.tiktok::before {
  content: "\e900";
}
.l-footer_social-link:hover {
  text-decoration: none;
}

.l-footer-copyright {
  display: flex;
  flex-grow: 1;
  justify-content: start;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  line-height: 16px;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .l-footer-copyright {
    justify-content: end;
  }
  .b-simple_newsletter {
    max-width: 392px;
    display: flex;
    flex-flow: column;
  }
}
.b-simple_newsletter-heading {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 32px;
  margin-top: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

.b-simple_newsletter-text {
  margin: 0;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 18px;
}

.b-simple_newsletter-button {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  display: inline;
  position: relative;
  width: min-content;
}

.b-simple_newsletter-button:hover,
.b-simple_newsletter-button:active,
.b-simple_newsletter-button:focus {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

.b-simple_newsletter-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.b-scroll_to_top {
  position: fixed;
  opacity: 0;
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
  text-align: center;
  font-size: 17px;
  border-radius: 50%;
  transition: opacity 0.5s, background-color 0.5s;
}

.b-scroll_to_top::before {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "\e90a";
  display: inline-block;
  margin: 12px 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .b-scroll_to_top::before {
    margin: 13px 0 0;
    font-size: 17px;
    color: rgba(0, 0, 0, 1);
  }
}
.b-scroll_to_top.h-opaque {
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
}

@media (min-width: 768px) {
  .b-scroll_to_top.h-opaque {
    right: 40px;
    bottom: 100px;
    opacity: 1;
  }
}
/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}
.breadcrumbs li {
  display: inline;
  max-width: 450px;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "\e939";
  position: relative;
  align-self: center;
  top: 1px;
  margin: 0 2px;
  font-size: 12px;
}

.breadcrumbs li a {
  position: relative;
  display: inline-block;
  padding: 3px 0;
  overflow: hidden;
  border-bottom: 0;
  vertical-align: middle;
}

.breadcrumbs li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: currentColor;
  transition: opacity 300ms, transform 300ms;
  transform: translate3d(-100%, 0, 0);
}

.breadcrumbs li a:hover::after,
.breadcrumbs li a:focus::after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.breadcrumbs li a:hover,
.breadcrumbs li a:active,
.breadcrumbs li a:focus {
  text-decoration: none;
}

.breadcrumbs li:visited {
  color: rgba(0, 0, 0, 1);
}

.breadcrumbs li.last {
  display: none;
}

@media (min-width: 1069px) {
  .breadcrumbs li.last {
    display: inline;
  }
}
/***** Search field *****/
.search {
  position: relative;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .search {
    max-width: 656px;
  }
}
.search input[type=search] {
  height: 55px;
  width: 100%;
  padding-left: 20px;
  padding-right: 40px;
  border: 1px solid rgba(231, 231, 231, 1);
  box-sizing: border-box;
  font-size: 18px;
  /* border-radius: 22px 22px 22px 22px / 44px 44px 44px 44px; */
  -webkit-appearance: none;
  /* stylelint-disable-line */
  -moz-appearance: none;
  /* stylelint-disable-line */
}

[dir=rtl] .search input[type=search] {
  padding-right: 40px;
  padding-left: 20px;
}

.search::before {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\e936";
  position: absolute;
  right: 20px;
  background-color: transparent;
  font-size: 26px;
}

[dir=rtl] .search::before {
  right: 15px;
  left: auto;
}

.search-full input[type=search] {
  border: 1px solid rgba(0, 0, 0, 1);
}

/***** Hero component *****/
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 436px;
  padding: 0 15px;
  background-image: url(/hc/theming_assets/01KEYK5VH5MAN230NPWBX7YQB9);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  overflow-x: scroll;
}

@media (min-width: 768px) {
  .hero {
    padding: 0 20px;
    height: 448px;
    overflow-x: inherit;
    background-position-y: top;
  }
}
.hero.section {
  margin-bottom: 80px;
}

.hero-gradient {
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  z-index: 0;
  background: rgb(191, 189, 189);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-search {
  position: sticky;
  width: 100%;
  left: 0;
  z-index: 2;
}

.hero-title {
  position: relative;
  margin-top: 60px;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  /* background-color: rgba(255, 255, 255, 0.2); */
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 36px;
    line-height: 36px;
  }
}
.hero .top_buttons {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  padding: 10px 5px 0;
  width: 100%;
  list-style: none;
}

.hero .top_buttons-item {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: left;
  max-width: 310px;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .hero .top_buttons-item {
    flex: 1;
    max-width: none;
  }
}
.hero .top_buttons-item:last-child {
  padding-right: 10px;
}

@media (min-width: 768px) {
  .hero .top_buttons-item:last-child {
    padding-right: 5px;
  }
}
.hero .top_buttons-link {
  display: flex;
  flex-grow: 1;
  padding: 10px 20px;
  min-height: 61px;
  background-color: #fbf7ee;
  font-size: 16px;
  text-align: left;
}

@media (min-width: 768px) {
  .hero .top_buttons-link {
    justify-content: center;
    flex-shrink: 1;
    width: auto;
    min-height: 42px;
    text-align: center;
  }
}
.hero .top_buttons-link span {
  position: relative;
  align-self: center;
  padding: 0 20px 0 0;
}

.hero .top_buttons-link::after {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "\e92b";
  align-self: center;
  font-size: 12px;
}

.hero .top_buttons-link:hover,
.hero .top_buttons-link:focus,
.hero .top_buttons-link:active {
  text-decoration: none;
}

.hero .search_topics {
  margin-top: 33px;
  width: 100%;
  z-index: 2;
}

.hero .search_topics-list {
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .hero .search_topics-list {
    justify-content: center;
    max-width: none;
    min-width: auto;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .hero .search_topics-list.slick-initialized {
    margin: 0 auto;
    max-width: 656px;
  }
}
.hero .search_topics-list.slick-initialized .slick-slide {
  padding-right: 20px;
}

.hero .search_topics-list.slick-initialized .slick-slide:last-child {
  padding-right: 0;
}

.hero .search_topics-item {
  padding: 0 10px;
}

.hero .search_topics-item:first-child {
  padding-left: 0;
}

.hero .search_topics-item:last-child {
  padding-right: 20px;
}

@media (min-width: 768px) {
  .hero .search_topics-item:last-child {
    padding-right: 0;
  }
}
.hero .search_topics-item a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 42px;
  padding: 0 20px;
  border-radius: 3px;
  border: 1px solid rgba(49, 95, 105, 1);
  background: rgba(49, 95, 105, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-stretch: normal;
  white-space: nowrap;
  transition: all 0.2s ease-in;
  font-weight: 500;
}

.hero .search_topics-item a:hover,
.hero .search_topics-item a:focus,
.hero .search_topics-item a:active {
  text-decoration: none;
  border: 1px solid rgba(49, 95, 105, 1);
  background: rgba(49, 95, 105, 1);
  color: rgba(255, 255, 255, 1);
}

.hero-button_down {
  position: absolute;
  display: none;
  justify-content: center;
  bottom: -26px;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background-color: rgba(231, 231, 231, 1);
  cursor: pointer;
}

@media (min-width: 768px) {
  .hero-button_down {
    display: flex;
  }
}
.hero-button_down::after {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "\e90a";
  align-self: center;
  margin-top: 5px;
  font-size: 17px;
  color: #000;
}

.page-header {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}
.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}
.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.page-header-description {
  margin: 0 0 30px;
  font-weight: 300;
  word-break: break-word;
}

@media (min-width: 1200px) {
  .page-header-description {
    flex-basis: 100%;
  }
}
.page-header .icon-lock::before {
  content: "🔒";
  position: relative;
  left: -5px;
  font-size: 20px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 5px 20px 0;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
    margin: 45px 40px 35px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .sub-nav input[type=search] {
    min-width: 300px;
  }
}
.sub-nav input[type=search]::after {
  font-size: 14px;
}

.sub-nav.m-article-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 5px 20px 0;
}

@media (min-width: 768px) {
  .sub-nav.m-article-nav {
    margin: 5px 20px 0;
  }
}
@media (min-width: 1069px) {
  .sub-nav.m-article-nav {
    align-items: baseline;
    flex-direction: row;
    margin: 45px 40px 35px;
    padding-bottom: 15px;
  }
}
/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.l-knowledge_base {
  color: rgba(0, 0, 0, 1);
}

.l-knowledge_base.section {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .l-knowledge_base.section {
    margin-bottom: 30px;
  }
}
.l-knowledge_base-title {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 400;
}

.l-knowledge_base .f-select-wrapper {
  display: block;
}

@media (min-width: 768px) {
  .l-knowledge_base .f-select-wrapper {
    display: none;
  }
}
.b-knowledge_base-list {
  display: none;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .b-knowledge_base-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
  }
}
.b-knowledge_base-item {
  display: flex;
  flex: 1 0 300px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  max-width: 300px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .b-knowledge_base-item {
    margin: 0 15px 30px;
  }
}
.b-knowledge_base-item-internal {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 1);
}

.b-knowledge_base-item-internal .icon-lock::before {
  content: "🔒";
  position: relative;
  bottom: 5px;
  font-size: 15px;
}

.b-knowledge_base-item-internal a {
  color: rgba(0, 0, 0, 1);
}

.b-knowledge_base-item .b-knowledge_base-link {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 64px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
  transition: all 0.2s ease-in;
  border-radius: 3px;
}

.b-knowledge_base-item .b-knowledge_base-link span {
  flex-grow: 1;
}

.b-knowledge_base-item .b-knowledge_base-link::before {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  align-self: center;
  margin-right: 15px;
  font-size: 19px;
}

.b-knowledge_base-item .b-knowledge_base-link::after {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "\e90a";
  position: relative;
  align-self: center;
  right: -8px;
  font-size: 15px;
  transform: rotate(-90deg);
}

.b-knowledge_base-item .b-knowledge_base-link:hover,
.b-knowledge_base-item .b-knowledge_base-link:focus,
.b-knowledge_base-item .b-knowledge_base-link:active {
  background-color: rgba(40, 40, 40, 1);
  border: 1px solid rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.b-knowledge_base-item:nth-child(1) .b-knowledge_base-link::before {
  content: "\e937";
  font-size: 21px;
}

.b-knowledge_base-item:nth-child(2) .b-knowledge_base-link::before {
  content: "\e92d";
}

.b-knowledge_base-item:nth-child(3) .b-knowledge_base-link::before {
  content: "\e92c";
}

.b-knowledge_base-item:nth-child(4) .b-knowledge_base-link::before {
  content: "\e934";
}

.b-knowledge_base-item:nth-child(5) .b-knowledge_base-link::before {
  content: "\e92a";
}

.b-knowledge_base-item:nth-child(6) .b-knowledge_base-link::before {
  content: "\e92f";
}

.b-knowledge_base-item:nth-child(7) .b-knowledge_base-link::before {
  content: "\e931";
}

.b-knowledge_base-item:nth-child(8) .b-knowledge_base-link::before {
  content: "\e932";
}

.b-knowledge_base-item:nth-child(9) .b-knowledge_base-link::before {
  content: "\e92e";
}

/***** Homepage *****/
.section {
  margin-bottom: 60px;
}

.section h2 {
  margin-bottom: 10px;
  text-align: center;
}

.section h2.hero-title {
  margin-bottom: 40px;
}

/***** Bottom section in homepage *****/
.l-bottom_block {
  display: flex;
  flex-direction: column;
  margin: 0 -15px;
  padding-top: 60px;
  border-top: solid 1px rgba(231, 231, 231, 1);
}

@media (min-width: 768px) {
  .l-bottom_block {
    flex-direction: row;
    max-width: 960px;
    margin: 0 auto;
  }
}
.l-suggested_article {
  flex-grow: 1;
  margin-bottom: 60px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .l-suggested_article {
    flex-grow: 11;
    margin-bottom: 0;
    padding: 0;
  }
}
@media (min-width: 1069px) {
  .l-suggested_article {
    flex-grow: 9;
  }
}
.l-suggested_article-title {
  margin-bottom: 25px;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-flow: row wrap;
  flex-direction: column;
}

.promoted-articles-item {
  padding-right: 0;
}

@media (min-width: 768px) {
  .promoted-articles-item {
    padding-right: 30px;
    max-width: 505px;
  }
}
.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item .article-title {
  position: relative;
  display: inline-block;
  padding: 3px 0;
  overflow: hidden;
  border-bottom: 0;
  font-size: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.promoted-articles-item .article-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: currentColor;
  transition: opacity 300ms, transform 300ms;
  transform: translate3d(-100%, 0, 0);
}

.promoted-articles-item .article-title:hover::after,
.promoted-articles-item .article-title:focus::after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.promoted-articles-item .article-title:hover {
  text-decoration: none;
}

.promoted-articles-item .icon-lock::before {
  vertical-align: baseline;
}

.promoted-articles-item .item-text {
  padding-bottom: 25px;
  margin-top: 15px;
  font-size: 14px;
}

.promoted-articles-button:hover,
.promoted-articles-button:active,
.promoted-articles-button:focus {
  text-decoration: none;
}

.b-quick_links {
  flex-grow: 1;
}

@media (min-width: 768px) {
  .b-quick_links {
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .b-quick_links {
    flex-grow: 5;
  }
}
@media (min-width: 1069px) {
  .b-quick_links {
    flex-grow: 7;
  }
}
.b-quick_links-title {
  margin-bottom: 30px;
  padding: 0 20px;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .b-quick_links-title {
    padding: 0;
    margin-bottom: 18px;
  }
}
.b-quick_links-list {
  list-style: none;
}

.b-quick_links-item {
  position: relative;
  padding: 0;
  font-size: 18px;
  counter-increment: step-counter;
}

@media (min-width: 768px) {
  .b-quick_links-item {
    display: block;
    padding: 10px 0;
  }
}
.b-quick_links-item::before {
  content: counter(step-counter) ".";
  position: absolute;
  display: none;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .b-quick_links-item::before {
    display: block;
  }
}
.b-quick_links-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  min-height: 74px;
  font-size: 16px;
  text-transform: uppercase;
  border-top: solid 1px rgba(231, 231, 231, 1);
}

@media (min-width: 768px) {
  .b-quick_links-link {
    padding: 0 0 0 20px;
    min-height: auto;
    text-transform: none;
    border: none;
    font-size: 18px;
  }
}
.b-quick_links-link span {
  position: relative;
  display: inline-block;
  padding: 3px 0;
  overflow: hidden;
  border-bottom: 0;
  align-self: center;
  padding-top: 0;
}

.b-quick_links-link span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: currentColor;
  transition: opacity 300ms, transform 300ms;
  transform: translate3d(-100%, 0, 0);
}

.b-quick_links-link span:hover::after,
.b-quick_links-link span:focus::after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.b-quick_links-link::after {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "\e939";
  align-self: center;
  margin-right: -5px;
  padding-left: 20px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .b-quick_links-link::after {
    font-size: 15px;
  }
}
.b-quick_links-link:hover,
.b-quick_links-link:active,
.b-quick_links-link:focus {
  text-decoration: none;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  overflow: auto;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent,
.recent-activity-item-link {
  display: inline-block;
  width: 100%;
  margin: 6px 0;
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 768px) {
  .recent-activity-item-parent,
  .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}
.recent-activity-item-link {
  font-size: 14px;
  font-weight: 300;
}

.recent-activity-item-meta {
  margin: 15px 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir=rtl] .recent-activity-item-meta {
    float: left;
  }
}
.recent-activity-item-time,
.recent-activity-item-comment {
  display: inline-block;
  color: #333;
  font-size: 12px;
  font-weight: 300;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir=rtl] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-item-comment span::before {
  content: "💬";
  display: inline-block;
  padding-right: 3px;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  vertical-align: middle;
}

[dir=rtl] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

.recent-activity-controls {
  padding-top: 15px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 770px;
}

.category-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 80px;
}

.category-content .page-header {
  order: 1;
  margin: 40px 0 25px;
}

.category-content .page-header h1 {
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 768px) {
  .category-content .page-header {
    margin: 0 0 35px;
  }
}
.category-back-link {
  display: inline-flex;
  align-items: center;
  margin-top: 35px;
  font-size: 14px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  order: 0;
  align-self: flex-start;
}

.category-back-link::before {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "\e92b";
  position: relative;
  margin-right: 7px;
  font-size: 14px;
  transform: rotate(180deg);
}

.category-back-link:focus,
.category-back-link:active,
.category-back-link:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .category-back-link {
    order: 3;
  }
}
.category-back-link span {
  position: relative;
  display: inline-block;
  padding: 3px 0;
  overflow: hidden;
  border-bottom: 0;
}

.category-back-link span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: currentColor;
  transition: opacity 300ms, transform 300ms;
  transform: translate3d(-100%, 0, 0);
}

.category-back-link span:hover::after,
.category-back-link span:focus::after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.category-empty {
  order: 2;
}

.section-tree {
  order: 2;
  margin: 0 -15px;
}

@media (min-width: 768px) {
  .section-tree {
    order: 3;
    margin: 0;
  }
}
.section-tree .section {
  margin: 0;
}

.section-tree .section:last-child .section-tree-title a {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.section-tree-title {
  margin-bottom: 0;
  font-weight: normal;
}

.section-tree-title a {
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
  min-height: 99px;
  font-size: 14px;
  border-top: 1px solid rgba(231, 231, 231, 1);
  text-transform: none;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .section-tree-title a {
    order: 3;
    margin: 0;
    padding: 20px 0;
    min-height: 83px;
  }
}
.section-tree-title a span {
  align-self: center;
}

.section-tree-title a::after {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "\e939";
  align-self: center;
  margin-left: 20px;
  font-size: 15px;
}

.section-tree-title a:hover,
.section-tree-title a:focus,
.section-tree-title a:active {
  text-decoration: none;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 770px;
}

.section-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 80px;
}

.section-content .page-header {
  order: 1;
  margin: 40px 0 25px;
}

.section-content .page-header h1 {
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 768px) {
  .section-content .page-header {
    margin: 0 0 35px;
  }
}
.section-back-link {
  position: relative;
  display: inline-block;
  padding: 3px 0;
  overflow: hidden;
  border-bottom: 0;
  display: inline-flex;
  align-items: center;
  margin-top: 35px;
  font-size: 14px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  order: 0;
  align-self: flex-start;
}

.section-back-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: currentColor;
  transition: opacity 300ms, transform 300ms;
  transform: translate3d(-100%, 0, 0);
}

.section-back-link:hover::after,
.section-back-link:focus::after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.section-back-link::before {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "\e92b";
  position: relative;
  margin-right: 7px;
  font-size: 14px;
  transform: rotate(180deg);
}

.section-back-link:focus,
.section-back-link:active,
.section-back-link:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .section-back-link {
    order: 3;
  }
}
.section-empty {
  order: 2;
}

.article-list {
  order: 2;
  margin: 0 -15px;
}

@media (min-width: 768px) {
  .article-list {
    order: 3;
    margin: 0;
  }
}
.article-list-item {
  margin-bottom: 0;
  font-weight: normal;
}

.article-list-item a {
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
  min-height: 99px;
  font-size: 14px;
  border-top: 1px solid rgba(0, 0, 0, 1);
  text-transform: none;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .article-list-item a {
    order: 3;
    margin: 0;
    padding: 20px 0;
    min-height: 83px;
  }
}
.article-list-item a span {
  align-self: center;
}

.article-list-item a::after {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "\e939";
  align-self: center;
  margin-left: 20px;
  font-size: 15px;
}

.article-list-item a:hover,
.article-list-item a:focus,
.article-list-item a:active {
  text-decoration: none;
}

.article-list-item:last-child a {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.section-list {
  margin: 40px 0;
}

.section-list--collapsed .section-list-item:nth-child(1n+6) {
  display: none;
}

.section-list-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  font-size: 16px;
}

.section-list-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

.section-list-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(0, 0, 0, 1);
}

.see-all-sections-trigger {
  display: block;
  padding: 15px;
  cursor: pointer;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden=true] {
  display: none;
}

/***** Article *****/
.l-article_container {
  display: flex;
  justify-content: center;
}

.article {
  flex: 1 0 auto;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .article {
    padding: 0 20px;
  }
}
@media (min-width: 1069px) {
  .article {
    flex: 1 0 45%;
    max-width: 775px;
    padding: 0 40px 0 20px;
  }
}
@media (min-width: 1200px) {
  .article {
    padding: 0;
  }
}
.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1069px) {
  .article-container {
    flex-direction: row;
  }
}
.article-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 40px;
}

@media (min-width: 1069px) {
  .article-header {
    margin-top: 0;
  }
}
.article-header h1 {
  margin-bottom: 0.67em;
  font-size: 18px;
  letter-spacing: 2px;
}

.article-avatar {
  margin-right: 10px;
}

.article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}
.article-title .icon-lock::before {
  content: "🔒";
  position: relative;
  left: -5px;
  font-size: 20px;
  vertical-align: baseline;
}

.article [role=button] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role=button] {
    width: auto;
  }
}
.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

.article-body {
  font-size: 14px;
}

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

.article-body ul,
.article-body ol {
  padding-left: 20px;
  margin: 20px 0 20px 20px;
  list-style-position: outside;
}

[dir=rtl] .article-body ul,
[dir=rtl] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body li > ul,
.article-body li > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body a:visited {
  color: black;
}

.article-body code {
  padding: 0 5px;
  margin: 0 2px;
  background: black;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 3px;
}

.article-body pre {
  padding: 10px 15px;
  background: black;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 3px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  padding: 0 15px;
  border-left: 1px solid rgba(0, 0, 0, 1);
  color: #333;
  font-style: italic;
}

.article-body > p {
  font-size: 14px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-body a {
  font-size: 14px;
}

.article-content {
  word-wrap: break-word;
}

.article-footer .article-back-link {
  display: none;
}

@media (min-width: 1069px) {
  .article-footer .article-back-link {
    display: inline-flex;
  }
}
.article-sidebar {
  order: 1;
  flex: 1 0 auto;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 1069px) {
  .article-sidebar {
    flex: 0 0 35%;
    order: 0;
    max-width: 660px;
    margin-bottom: 20px;
    height: auto;
    border: 0;
  }
}
.article-relatives {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}
.article-votes {
  padding: 50px 15px 55px;
  margin: 0 -15px;
  text-align: left;
}

@media (min-width: 1069px) {
  .article-votes {
    flex-direction: row;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
  }
}
.article-votes-question {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.63;
  letter-spacing: 1.5px;
}

.article-votes-controls {
  display: flex;
  padding: 20px 0 15px;
}

.article-votes .article-vote-label {
  font-size: 14px;
}

.article-vote {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  height: 50px;
  margin-right: 10px;
  min-width: 153px;
  width: auto;
  background: transparent;
}

@media (min-width: 1069px) {
  .article-vote {
    flex-grow: 0;
  }
}
.article-vote::before {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  align-self: center;
  margin-right: 7px;
  font-size: 9px;
}

[dir=rtl] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
  align-self: center;
  text-transform: uppercase;
}

.article-vote:hover::before,
.article-vote:hover::after,
.article-vote[aria-selected=true]::before,
.article-vote[aria-selected=true]::after {
  color: rgba(0, 0, 0, 1);
}

.article-vote:last-child {
  margin-right: 0;
}

.article-vote-up::before {
  content: "\e938";
  position: relative;
  top: -2px;
  font-size: 12px;
}

.article-vote-down::before {
  content: "\e930";
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-back-link {
  display: inline-flex;
  align-items: center;
  margin-top: 35px;
  font-size: 14px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.article-back-link::before {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "\e92b";
  position: relative;
  margin-right: 7px;
  font-size: 14px;
  transform: rotate(180deg);
}

.article-back-link:focus,
.article-back-link:active,
.article-back-link:hover {
  text-decoration: none;
}

.article .notification-alert {
  display: none;
  margin: 15px 0;
}

.sidenav-list {
  display: flex;
  flex-direction: column;
  margin: 0 -20px;
}

@media (min-width: 1069px) {
  .sidenav-list {
    display: block;
    margin: 0;
  }
}
.sidenav-title {
  position: relative;
  font-size: 14px;
}

.sidenav-item:last-child .sidenav-link {
  border-bottom: none;
}

.sidenav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px solid rgba(231, 231, 231, 1);
}

@media (min-width: 1069px) {
  .sidenav-link {
    display: block;
    min-height: auto;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px 20px;
    border-radius: 9px;
    border: 0;
  }
}
.sidenav-link::after {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "\e90a";
  align-self: center;
  margin-right: -5px;
  padding-left: 20px;
  font-size: 15px;
}

@media (min-width: 1069px) {
  .sidenav-link::after {
    display: none;
  }
}
.sidenav-link.current-article,
.sidenav-link:hover {
  text-decoration: none;
}

@media (min-width: 1069px) {
  .sidenav-link.current-article,
  .sidenav-link:hover {
    background-color: #f1f1f1;
    color: rgba(0, 0, 0, 1);
  }
}
.recent-articles h3,
.related-articles h3 {
  margin: 20px 0;
  font-size: 14px;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

.b-contact_us {
  margin: 0 0 55px;
  line-height: 1.38;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@media (min-width: 1069px) {
  .b-contact_us {
    margin: 55px 0 25px;
  }
}
.b-contact_us-link {
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
  border-bottom: solid 1px currentColor;
}

.b-contact_us-link:focus,
.b-contact_us-link:active,
.b-contact_us-link:hover {
  border-color: transparent;
  text-decoration: none;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  content: "📎";
  position: absolute;
  left: 0;
  top: 5px;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
}

[dir=rtl] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir=rtl] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #333;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li,
.share a {
  display: inline-block;
}

.share a {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  line-height: 25px;
  overflow: hidden;
}

.share a::before {
  display: block;
  width: 100%;
  color: #333;
  font-size: 23px;
  text-align: center;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: rgba(0, 0, 0, 1);
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  display: inline-block;
  margin-bottom: 0;
  color: #333;
  font-weight: 300;
  font-size: 12px;
}

.comment-callout a {
  color: rgba(0, 0, 0, 1);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  color: #333;
  font-weight: 300;
  font-size: 12px;
}

[dir=rtl] .comment-sorter {
  float: left;
}

.comment-wrapper {
  position: relative;
  display: flex;
}

.comment-wrapper.comment-official {
  padding: 40px 20px 20px;
  border: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}
.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir=rtl] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}
.comment-avatar {
  margin-right: 10px;
}

[dir=rtl] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}
.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}
.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir=ltr] .comment-form-controls {
    text-align: right;
  }
}
.comment-form-controls input[type=submit] {
  margin-top: 15px;
}

@media (min-width: 1200px) {
  .comment-form-controls input[type=submit] {
    margin-left: 15px;
  }
  [dir=rtl] .comment-form-controls input[type=submit] {
    margin-left: 0;
    margin-right: 15px;
  }
}
.comment-form-controls input[type=checkbox] {
  margin-right: 5px;
}

.comment-form-controls input[type=checkbox] [dir=rtl] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-body {
  word-break: break-word;
  word-wrap: break-word;
  line-height: 1.6;
  overflow-x: auto;
}

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

.comment-body ul,
.comment-body ol {
  padding-left: 20px;
  margin: 20px 0 20px 20px;
  list-style-position: outside;
}

[dir=rtl] .comment-body ul,
[dir=rtl] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body li > ul,
.comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #000;
}

.comment-body code {
  padding: 0 5px;
  margin: 0 2px;
  background: #000;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 3px;
}

.comment-body pre {
  padding: 10px 15px;
  background: #000;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 3px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  padding: 0 15px;
  border-left: 1px solid #d9d1b5;
  color: #fcfbf8;
  font-style: italic;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  width: 35px;
  text-align: center;
}

.vote a {
  outline: none;
}

.vote a:active,
.vote a:hover,
.vote a:focus {
  text-decoration: none;
}

.vote-sum {
  display: block;
  margin: 3px 0;
  color: #333;
}

[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
  color: rgba(0, 0, 0, 1);
}

.vote-up::before,
.vote-down::before {
  color: #333;
  font-size: 24px;
}

.vote-up::before {
  content: "⬆";
}

.vote-down::before {
  content: "⬇";
}

.vote-voted::before {
  color: rgba(0, 0, 0, 1);
}

.vote-voted:hover::before {
  color: #8d8989;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
  text-align: center;
}

.actions .dropdown-toggle {
  margin: 15px 0;
  font-size: 0;
}

.actions .dropdown-toggle:hover::before,
.actions .dropdown-toggle:focus::before,
.actions .dropdown-toggle:active::before {
  background-color: black;
}

.actions .dropdown-toggle::before {
  content: "⚙";
  display: block;
  margin: auto;
  padding: 5px;
  background-color: transparent;
  border-radius: 50%;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
}

/***** Community *****/
.community-hero {
  margin-bottom: 10px;
  background-image: url(/hc/theming_assets/01KEYK5VH5MAN230NPWBX7YQB9);
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts,
.community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}
/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #d9d1b5;
  font-size: 12px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}
.topic-header .dropdown {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #d9d1b5;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
    border-top: 0;
  }
}
.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}
.community-follow .dropdown {
  width: 100%;
}

.community-follow [role=button] {
  position: relative;
  padding: 0 10px 0 15px;
  width: 100%;
  line-height: 30px;
}

@media (min-width: 768px) {
  .community-follow [role=button] {
    width: auto;
  }
}
/* .community-follow [role="button"]:hover {
  background-color: #d9d1b5;
} */
/* .community-follow [role="button"]:hover::after,
.community-follow [role="button"]:focus::after {
  border-color: #d9d1b5;
  color: #d9d1b5;
} */
/* .community-follow [role="button"][aria-selected="true"] {
  background-color: #d9d1b5;
} */
.community-follow [role=button][aria-selected=true]::after {
  border-left: 1px solid rgba(231, 231, 231, 1);
}

.community-follow [role=button][aria-selected=true]:hover {
  background-color: #b4b4b4;
  border-color: #b4b4b4;
}

.community-follow [role=button]::after {
  content: attr(data-follower-count);
  position: absolute;
  display: inline-block;
  right: 10px;
  margin-left: 15px;
  padding-left: 10px;
  border-left: 1px solid rgba(231, 231, 231, 1);
}

@media (min-width: 768px) {
  .community-follow [role=button]::after {
    position: static;
  }
}
[dir=rtl] .community-follow [role=button]::after {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-left: 0;
  border-right: 1px solid rgba(231, 231, 231, 1);
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
  border-bottom: 1px solid rgba(231, 231, 231, 1);
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}
.striped-list-info {
  flex: 2;
}

.striped-list-title {
  margin-bottom: 10px;
  margin-right: 5px;
  color: #d9d1b5;
}

.striped-list-title:hover,
.striped-list-title:focus,
.striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: black;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  justify-content: flex-start;
  color: #fcfbf8;
  font-weight: 300;
  font-size: 12px;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}
.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}
.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    display: block;
    color: #d9d1b5;
    font-weight: 400;
  }
}
/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  display: inline-block;
  margin-right: 2px;
  padding: 3px 10px;
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
  white-space: nowrap;
}

.status-label:hover,
.status-label:active,
.status-label:focus {
  text-decoration: none;
}

.status-label-pinned,
.status-label-featured,
.status-label-official {
  background-color: #d9d1b5;
}

.status-label-official {
  position: absolute;
  width: 100%;
  margin-right: 0;
  top: 0;
  right: 0;
  border-radius: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .status-label-official {
    right: 30px;
    width: auto;
    border-radius: 0 0 4px 4px;
  }
}
[dir=rtl] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-pending,
.status-label-not-planned {
  background-color: #eee;
  color: #fcfbf8;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #cc3340;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open,
.status-label-closed,
.status-label-solved,
.status-label-new,
.status-label-hold,
.status-label-answered {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}
.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .post-container {
    flex-direction: row;
  }
}
.post-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}
.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}
.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}
.post-author {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir=rtl] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir=rtl] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

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

.post-body ul,
.post-body ol {
  padding-left: 20px;
  margin: 20px 0 20px 20px;
  list-style-position: outside;
}

[dir=rtl] .post-body ul,
[dir=rtl] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol,
.post-body li > ul,
.post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: black;
}

.post-body code {
  padding: 0 5px;
  margin: 0 2px;
  background: black;
  border: 1px solid #d9d1b5;
  border-radius: 3px;
}

.post-body pre {
  padding: 10px 15px;
  background: black;
  border: 1px solid #d9d1b5;
  border-radius: 3px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  padding: 0 15px;
  border-left: 1px solid #d9d1b5;
  color: #fcfbf8;
  font-style: italic;
}

.post-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #fcfbf8;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  content: "💬";
  display: inline-block;
  padding: 5px;
  color: #d9d1b5;
  font-size: 18px;
}

.post-sidebar {
  flex: 1;
  padding: 30px 0;
  border-top: 1px solid #d9d1b5;
  text-align: center;
}

@media (min-width: 1200px) {
  .post-sidebar {
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    border: 0;
    text-align: initial;
  }
  [dir=rtl] .post-sidebar {
    padding: 0 50px 0 0;
  }
}
.post-sidebar h5 {
  font-weight: 600;
}

@media (min-width: 1200px) {
  .post-sidebar h5 {
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d1b5;
  }
}
.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .post-comments {
    margin-bottom: 0;
  }
}
/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  max-height: 45px;
  border-bottom: 1px solid #d9d1b5;
  border-top: 1px solid #d9d1b5;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
    height: auto;
    max-height: none;
    border: 0;
  }
}
.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}
.collapsible-nav-list li {
  order: 1;
  color: #d9d1b5;
  line-height: 45px;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    margin-right: 30px;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  [dir=rtl] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
}
.collapsible-nav-list li a {
  display: block;
  color: #d9d1b5;
  line-height: 45px;
}

@media (min-width: 768px) {
  .collapsible-nav-list li a {
    padding: 15px 0;
    text-decoration: none;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px;
    text-decoration: none;
  }
}
.collapsible-nav-list li[aria-selected=true] {
  position: relative;
  order: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true] {
    order: 1;
    padding: 15px 0 11px;
    border-bottom: 4px solid #d9d1b5;
  }
}
.collapsible-nav-list li[aria-selected=true] a {
  color: #d9d1b5;
}

.collapsible-nav-list li[aria-selected=true]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "▾";
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true]::after {
    display: none;
  }
}
[dir=rtl] .collapsible-nav-list li[aria-selected=true]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded=true] {
  max-height: none;
}

.collapsible-nav[aria-expanded=true] li[aria-selected=true]::after {
  content: "✕";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  position: relative;
  flex: 1;
  padding: 55px 20px 0;
}

@media (min-width: 768px) {
  .collapsible-sidebar {
    padding: 55px 20px 0;
  }
}
@media (min-width: 1069px) {
  .collapsible-sidebar {
    padding: 0;
    margin-left: 40px;
    max-width: 360px;
  }
}
.collapsible-sidebar[aria-expanded=true] {
  max-height: none;
}

@media (min-width: 1069px) {
  .collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-title::after {
    display: none;
  }
}
.collapsible-sidebar-title {
  margin: 0 0 1em;
  line-height: 1.38;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/***** My activities *****/
.my-activities-nav {
  margin-bottom: 20px;
  background-color: black;
  border: 0;
}

.my-activities-sub-nav {
  margin-bottom: 30px;
  background-color: transparent;
  border-bottom: 1px solid #d9d1b5;
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}
.my-activities-sub-nav li[aria-selected=true] {
  border-color: #d9d1b5;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1200px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}
.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1200px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}
.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}
/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}
.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}
.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir=rtl] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}
.requests-table-toolbar .request-filter-label {
  margin-top: 30px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}
.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}
.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  padding: 0 20px;
  max-height: 40px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir=rtl] .requests-table-toolbar .organization-subscribe,
  [dir=rtl] .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}
.requests-table-toolbar .organization-unsubscribe {
  background-color: #d9d1b5;
  color: #d9d1b5;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}
.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}
.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    width: auto;
    vertical-align: middle;
  }
}
.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  display: inline-block;
  padding: 0 20px;
  width: 100%;
  background: #d9d1b5;
  border-radius: 4px;
  color: #d9d1b5;
  font-size: 12px;
  line-height: 2.34;
  text-align: center;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}
.subscriptions-unsubscribe a:hover {
  background-color: #8d8989;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}
.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #f1f1f1;
  font-size: 12px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}
.no-activities {
  color: #fcfbf8;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}
.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}
.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields,
.request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1200px) {
  .request-main {
    order: 0;
    min-width: 0;
  }
}
.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  padding: 8px 25px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #d9d1b5;
  color: #fcfbf8;
  text-align: inherit;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus=true] {
  border: 1px solid #d9d1b5;
}

.request-main .form-field.comment-ccs > input[type=text] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #d9d1b5;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1200px) {
  .request-title {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d1b5;
  }
}
.request-sidebar {
  flex: 1 0 auto;
  order: 0;
  border-bottom: 1px solid #d9d1b5;
  border-top: 1px solid #d9d1b5;
}

@media (min-width: 1200px) {
  .request-sidebar {
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
    background-color: black;
    border: 0;
    font-size: 12px;
  }
}
.request-sidebar h5 {
  position: relative;
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .request-sidebar h5 {
    display: none;
  }
}
.request-details {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d1b5;
  font-size: 0;
}

.request-details:last-child {
  border: 0;
}

.request-details dt,
.request-details dd {
  display: inline-block;
  margin: 20px 0 0;
  vertical-align: top;
  font-size: 12px;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\a";
  white-space: pre;
}

.request-details dt {
  width: 40%;
  color: #fcfbf8;
  font-weight: 300;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt,
.request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination li {
  display: inline-block;
  float: left;
  margin-left: 5px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .pagination li {
    height: 30px;
    width: 30px;
  }
}
[dir=rtl] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span,
.pagination li:hover:not(.pagination-current) a {
  color: #d9d1b5;
  text-decoration: none;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 10px 12px;
  font-size: 14px;
  color: #fcfbf8;
}

@media (min-width: 768px) {
  .pagination a,
  .pagination span {
    padding: 5px 12px;
    font-size: 12px;
  }
}
.pagination-current {
  background-color: #d9d1b5;
}

.pagination-current a,
.pagination-current span {
  color: #d9d1b5;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir=rtl] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir=rtl] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group a,
.meta-group li,
.meta-group span {
  display: inline;
}

.meta-data {
  color: #fcfbf8;
  font-size: 12px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "·";
  margin: 0 5px;
}

/***** Icons *****/
[class^=icon-]::before,
[class*=" icon-"]::before,
.icon,
.search-result-votes::before,
.search-result-meta-count::before,
.recent-activity-item-comment span::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected=true]::after {
  font-family: Icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "🔒";
}

.icon-star::before {
  content: "★";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "👤";
}

.icon-close::before {
  content: "✕";
}

.icon-arrow-up::before {
  content: "⬆";
}

.icon-arrow-down::before {
  content: "⬇";
}

.icon-attachments::before {
  content: "📎";
}

.icon-comments::before {
  content: "💬";
}

.icon-search::before {
  content: "🔍";
}

.icon-vote::before {
  content: "👍";
}

.icon-handle::before {
  content: "▾";
}

.icon-check::before {
  content: "✓";
}

.icon-gear::before {
  content: "⚙";
}

.icon-menu::before {
  content: "☰";
}

.icon-article::before {
  content: "📄";
}

.icon-post::before {
  content: "📔";
}

.icon-notification-alert::before {
  content: "⚠";
}

.icon-notification-error::before {
  content: "×";
}

.icon-notification-info::before {
  content: "ℹ";
}

.icon-notification-success::before {
  content: "✔";
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: black;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}
.profile-header .profile-info {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  align-self: center;
  margin-right: 10px;
  line-height: 0;
}

[dir=rtl] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin-top: 12px;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir=rtl] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir=rtl] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}
.profile-header .options [data-action=edit-profile] {
  padding: 8px 20px;
  background-color: #d9d1b5;
  border: 0;
  color: #d9d1b5;
  line-height: normal;
  outline-color: #d9d1b5;
}

.profile-header .description {
  word-break: break-word;
  word-wrap: break-word;
  flex-basis: 100%;
  margin: 15px 0;
}

.profile-stats {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  font-size: 12px;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  flex: 0 0 100px;
  margin-right: 10px;
  color: #fcfbf8;
  font-weight: 300;
}

[dir=rtl] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  margin-top: 15px;
  border-top: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    flex-direction: row;
    border-top: 0;
  }
}
@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}
.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir=rtl] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}
.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    margin-left: 40px;
    border-bottom: 0;
  }
  [dir=rtl] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}
@media (min-width: 1200px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}
.profile-private-badge {
  flex-basis: 100%;
  padding: 5px 20px;
  border: solid 1px #d9d1b5;
  border-radius: 4px;
  color: #d9d1b5;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "🔒";
  margin-left: 5px;
  font-family: copenhagen-icons;
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}
.profile-nav {
  margin-bottom: 37px;
  background-color: black;
  border: 0;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1200px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}
.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #fcfbf8;
  font-weight: 300;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}
.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 12px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir=rtl] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}
@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    margin-left: 20px;
    padding-top: 0;
    border-top: 0;
  }
  [dir=rtl] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}
.profile-contribution {
  word-break: break-word;
  word-wrap: break-word;
  position: relative;
  padding: 20px 0;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  display: inline;
  margin: 0 0 5px;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir=rtl] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}
.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  position: absolute;
  left: 0;
  font-size: 16px;
  color: #ccc;
  font-family: copenhagen-icons;
  line-height: 25px;
}

[dir=rtl] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir=rtl] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}
.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}
.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "🔒";
  margin-right: 10px;
  font-family: copenhagen-icons;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}

[dir=rtl] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir=rtl] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir=rtl] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}
.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir=rtl] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-activity-header {
    margin-right: 0;
  }
}
.profile-activity-header .user-avatar {
  align-self: flex-start;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
}

[dir=rtl] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  display: inline;
  font-weight: 600;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: black;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir=rtl] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}
.profile-activity::before {
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #000;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: copenhagen-icons;
}

[dir=rtl] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir=rtl] .profile-activity::before {
    right: -14px;
  }
}
.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$=-article]::before {
  content: "📄";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$=-post]::before {
  content: "📔";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$=-comment]::before {
  content: "💬";
  line-height: 35px;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .search-results {
    flex-direction: row;
  }
}
.search-results-column {
  flex: 1;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  padding: 20px 0;
  border-bottom: 1px solid #d9d1b5;
}

.search-results-list > li:first-child {
  border-top: 1px solid #d9d1b5;
}

.search-result-description {
  margin-top: 15px;
  word-break: break-word;
}

.search-result-votes,
.search-result-meta-count {
  position: relative;
  display: inline-block;
  padding: 4px 5px;
  color: #fcfbf8;
  font-size: 12px;
  font-weight: 300;
}

.search-result-votes::before,
.search-result-meta-count::before {
  color: #d9d1b5;
}

[dir=ltr] .search-result-votes,
[dir=ltr] .search-result-meta-count {
  margin-left: 5px;
}

[dir=ltr] .search-result-votes::before,
[dir=ltr] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir=rtl] .search-result-votes,
[dir=rtl] .search-result-meta-count {
  margin-right: 5px;
}

[dir=rtl] .search-result-votes::before,
[dir=rtl] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result-votes::before {
  content: "👍";
}

.search-result-meta-count::before {
  content: "💬";
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

.search-result-breadcrumbs li:last-child::after {
  content: "·";
  display: inline-block;
  margin: 0 5px;
}

.search-result-link {
  font-size: 14px;
  font-weight: 700;
  border-bottom: solid 1px transparent;
}

.search-result-link:hover {
  text-decoration: none;
  border-bottom: solid 1px #000;
}

/* Non-latin search results highlight */
/* Add a yellow background for Chinese */
html[lang|=zh] .search-result-description em {
  font-style: normal;
  background: #454343;
}

/* Use bold to highlight for the rest of supported non-latin languages */
html[lang|=ar] .search-result-description em,
html[lang|=bg] .search-result-description em,
html[lang|=el] .search-result-description em,
html[lang|=he] .search-result-description em,
html[lang|=hi] .search-result-description em,
html[lang|=ko] .search-result-description em,
html[lang|=ja] .search-result-description em,
html[lang|=ru] .search-result-description em,
html[lang|=th] .search-result-description em {
  font-weight: 700;
}

.l-request_container {
  padding: 0 15px;
  margin: 40px auto 0;
  max-width: 1130px;
}

@media (min-width: 768px) {
  .l-request_container {
    margin: 80px auto 0;
    padding: 0 20px;
  }
}
.b-request_content {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .b-request_content {
    margin-bottom: 55px;
  }
}
.b-request_content-text {
  padding: 16px 0;
  line-height: 20px;
  overflow: auto;
  color: #21373a;
}

@media (min-width: 768px) {
  .b-request_content-text {
    padding: 0;
    color: #21373a;
  }
}
.b-request_content-text p {
  margin: 0;
  font-size: 14px;
  color: #21373a;
}

@media (min-width: 768px) {
  .b-request_content-text p {
    margin: 1em 0 20px;
    color: #21373a;
  }
}
.l-request_form .request-form {
  display: flex;
  flex-direction: column;
}

.l-request_form .request-form .form-field {
  display: flex;
  flex-flow: wrap;
}

.l-request_form .request-form .form-field:last-of-type {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  margin-top: 30px;
}

.l-request_form .request-form .form-field.optional:last-of-type {
  justify-content: center;
}

@media (min-width: 768px) {
  .l-request_form .request-form .form-field:last-of-type {
    margin-top: 20px;
  }
}
.l-request_form .request-form .form-field:last-of-type label {
  display: none;
}

.l-request_form .request-form .form-field:last-of-type .upload-dropzone {
  order: 1;
  max-width: 150px;
  width: 100%;
  background: #21373a;
}

@media (min-width: 768px) {
  .l-request_form .request-form .form-field:last-of-type .upload-dropzone {
    width: 50%;
  }
}
.l-request_form .request-form .form-field:last-of-type .upload-dropzone span {
  display: none;
}

.l-request_form .request-form .form-field:last-of-type .upload-dropzone input[type=file]:focus {
  border: 1px solid #000;
}

.l-request_form .request-form .form-field:last-of-type .upload-dropzone .js-attach-file {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .l-request_form .request-form .form-field:last-of-type .upload-dropzone .js-attach-file {
    line-height: 20px;
  }
}
.l-request_form .request-form .form-field:last-of-type .no-file-selected {
  position: absolute;
  top: 0;
  margin-top: 0;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .l-request_form .request-form .form-field:last-of-type .no-file-selected {
    margin-left: 30%;
  }
}
.l-request_form .request-form .form-field:last-of-type .upload-pool {
  order: 0;
  width: 50%;
  max-width: 300px;
  padding-right: 10px;
  margin-top: 0;
  background: transparent;
  z-index: 1;
}

@media (min-width: 768px) {
  .l-request_form .request-form .form-field:last-of-type .upload-pool {
    margin-left: 30%;
  }
}
.l-request_form .request-form .form-field:last-of-type .upload-pool .upload-item {
  width: 100%;
  margin: 0 0 5px;
  background: #000000;
  color: #000;
  border-radius: 22px 22px 22px 22px/44px 44px 44px 44px;
}

.l-request_form .request-form .form-field:nth-of-type(1) {
  order: 1;
}

.l-request_form .request-form .form-field:nth-of-type(2) {
  order: 2;
}

.l-request_form .request-form .form-field:nth-of-type(3) {
  order: 3;
}

.l-request_form .request-form .form-field:nth-of-type(4) {
  order: 4;
}

.l-request_form .request-form .form-field:nth-of-type(5) {
  order: 5;
}

.l-request_form .request-form .form-field:nth-of-type(6) {
  order: 6;
}

.l-request_form .request-form .form-field:nth-of-type(7) {
  order: 7;
}

.l-request_form .request-form .form-field:nth-of-type(8) {
  order: 8;
}

.l-request_form .request-form .form-field:nth-of-type(9) {
  order: 9;
}

.l-request_form .request-form .form-field:nth-of-type(10) {
  order: 10;
}

.l-request_form .request-form .form-field.request_anonymous_requester_email {
  order: 6;
  margin-top: 25px;
}

.l-request_form .request-form .form-field label {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  .l-request_form .request-form .form-field label {
    width: 30%;
    font-size: 10px;
    line-height: 50px;
  }
}
.l-request_form .request-form .form-field .nesty-input,
.l-request_form .request-form .form-field input,
.l-request_form .request-form .form-field textarea {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .l-request_form .request-form .form-field .nesty-input,
  .l-request_form .request-form .form-field input,
  .l-request_form .request-form .form-field textarea {
    width: 70%;
  }
}
.l-request_form .request-form .form-field .nesty-input {
  padding-right: 20px;
  line-height: 50px;
}

.l-request_form .request-form footer {
  order: 12;
}

.b-request_title {
  margin: 0.67em 0;
  color: #21373a;
}

@media (min-width: 768px) {
  .b-request_title {
    margin: 0 0 10px;
    color: #21373a;
  }
}
.b-request_explanation {
  margin: 25px -15px 0;
  padding: 0 15px 50px;
  border-bottom: solid 1px rgba(231, 231, 231, 1);
}

@media (min-width: 768px) {
  .b-request_explanation {
    margin: 40px 0 0;
    padding: 0 0 50px;
  }
}
.b-request_explanation p {
  max-width: 425px;
}

.b-request_connection {
  margin: 60px 0;
}

@media (min-width: 768px) {
  .b-request_connection {
    margin-bottom: 0;
  }
}
.b-request_connection-title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.b-request_connection-list {
  display: flex;
  flex-wrap: wrap;
}

.b-request_connection-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  margin: 0 10px 10px 0;
  width: calc(50% - 5px);
  min-height: 50px;
  max-width: none;
}

@media (min-width: 768px) {
  .b-request_connection-item {
    flex-grow: 1;
    margin-bottom: 10px;
    width: auto;
    max-width: 153px;
  }
}
.b-request_connection-item::before {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  margin-right: 7px;
  font-size: 16px;
}

.b-request_connection-item:hover,
.b-request_connection-item:active,
.b-request_connection-item:focus {
  text-decoration: none;
}

.b-request_connection-item:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 1180px) {
  .b-request_connection-item.m-messenger,
  .b-request_connection-item.m-whatsup {
    display: flex;
  }
}
.b-request_connection-item.m-chat::before {
  content: "\e922";
}

.b-request_connection-item.m-phone::before {
  content: "\e935";
}

.b-request_connection-item.m-whatsup::before {
  content: "\e93c";
  color: #25d366;
}

.b-request_connection-item.m-messenger::before {
  content: "\e93a";
  color: #2196f3;
}

.b-request_connection-item.m-popup {
  display: flex;
}

@media (min-width: 1069px) {
  .b-request_connection-item.m-popup {
    display: none;
  }
}
.zEWidget-launcher {
  display: none;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 102;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.popup.is-visible {
  display: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

@media (min-width: 768px) {
  .popup.is-visible {
    display: block;
  }
}
.popup-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #000000;
  text-align: center;
  color: #000000;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.popup-container::before {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "\e935";
  font-size: 24px;
}

.popup-content {
  font-size: 12px;
}

.popup-title {
  margin: 15px 0;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

.popup-close::before {
  font-family: Icons;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  content: "\e90c";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
}

.popup-number:hover {
  text-decoration: none;
}

@font-face {
  font-family: "HelveticaNeue";
  font-style: normal;
  font-weight: 400; /* Regular */
  font-display: swap;
  src: url("/hc/theming_assets/01JPSD0BPT2TQYCMPM141MJQ7G") format("woff2"), url("/hc/theming_assets/01JPSD0C9T783KB8ZHP2AKZS56") format("woff"), url("/hc/theming_assets/01JPPYS45CF5CNGPVZWP64HSBC") format("opentype");
}
@font-face {
  font-family: "HelveticaNeue";
  font-style: normal;
  font-weight: 500; /* Medium */
  font-display: swap;
  src: url("/hc/theming_assets/01JPPYS606A5ZPVQ2882YMDNZA") format("opentype");
}
@font-face {
  font-family: "HelveticaNeue";
  font-style: normal;
  font-weight: 600; /* Medium */
  font-display: swap;
  src: url("/hc/theming_assets/01JPPYS72DZWZ866KH6NSMN1RJ") format("opentype");
}
@font-face {
  font-family: "Icons";
  src: url("/hc/theming_assets/01J1PR9RKBAJQHZ0MWYMGRCEQG") format("woff"), url("/hc/theming_assets/01J1PR9RJ1BK6M690W78BFN4EV") format("truetype"), url("/hc/theming_assets/01K6WZSXA1FDFZZ2HBM0S88K50") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("/hc/theming_assets/01J82HW7GKAEPHKDFEC1TA58N6");
  src: url("/hc/theming_assets/01J82HW7GKAEPHKDFEC1TA58N6") format("embedded-opentype"), url("/hc/theming_assets/01J82HWA58HPZHJ8TVNQB54WJF") format("truetype"), url("$assets-icomoon-wof") format("woff"), url("/hc/theming_assets/01K1GA7AC5ECGCTWXY3GSVM3HG") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tiktok:before {
  content: "\e900";
}

.icon-uniE606:before {
  content: "\e606";
}

.icon-minus:before {
  content: "\e901";
}

.icon-plus:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\e904";
}

.icon-x:before {
  content: "\e905";
}

.icon-Visualisation_01B:before {
  content: "\e906";
}

.icon-Visualisation_02B:before {
  content: "\e907";
}

.icon-uE001-Account:before {
  content: "\e908";
}

.icon-uE01F-Youtube:before {
  content: "\e90d";
}

.icon-uE002-Arrow_01:before {
  content: "\e90e";
}

.icon-uE003-Arrow_02:before {
  content: "\e90f";
}

.icon-uE004-Bag:before {
  content: "\e910";
}

.icon-uE005-Close:before {
  content: "\e911";
}

.icon-uE006-Hamburg:before {
  content: "\e912";
}

.icon-uE007-Hearth:before {
  content: "\e913";
}

.icon-uE008-Hearth_full:before {
  content: "\e914";
}

.icon-uE009-Loadingicon:before {
  content: "\e915";
}

.icon-uE010-Tick_01:before {
  content: "\e916";
}

.icon-uE011-Visualisation_01:before {
  content: "\e917";
}

.icon-uE012-Visualisation_02:before {
  content: "\e918";
}

.icon-uE013-Facebook:before {
  content: "\e919";
}

.icon-uE015-Instagram:before {
  content: "\e91a";
}

.icon-uE016-Linkedin:before {
  content: "\e91b";
}

.icon-uE017-LiveJournal:before {
  content: "\e91c";
}

.icon-uE018-Pinterest:before {
  content: "\e91d";
}

.icon-uE00A-Mail:before {
  content: "\e91f";
}

.icon-uE00B-Plus:before {
  content: "\e920";
}

.icon-uE00C-Plus_01:before {
  content: "\e921";
}

.icon-uE00D-Searchtool:before {
  content: "\e922";
}

.icon-uE00E-Share:before {
  content: "\e923";
}

.icon-minus1:before {
  content: "\e924";
}

.icon-u0070-pencil:before {
  content: "\e925";
}

.icon-chat:before {
  content: "\e926";
}

.icon-email-us:before {
  content: "\e927";
}

.icon-uE029-radiobutton:before {
  content: "\e928";
}

.icon-uE028-radiobutton-1:before {
  content: "\e929";
}

.icon-info-icon:before {
  content: "\e92a";
}

.icon-tooltip:before {
  content: "\e92b";
}

.icon-filter:before {
  content: "\e92c";
}

.icon-grid:before {
  content: "\e92d";
}

.icon-account:before {
  content: "\e92e";
}

.icon-arrow:before {
  content: "\e92f";
}

.icon-box:before {
  content: "\e930";
}

.icon-cart:before {
  content: "\e931";
}

.icon-cookie:before {
  content: "\e932";
}

.icon-euro:before {
  content: "\e933";
}

.icon-EX:before {
  content: "\e934";
}

.icon-label:before {
  content: "\e935";
}

.icon-legal:before {
  content: "\e936";
}

.icon-live-chat:before {
  content: "\e937";
}

.icon-percentage:before {
  content: "\e938";
}

.icon-phone:before {
  content: "\e939";
}

.icon-search:before {
  content: "\e93a";
}

.icon-speech-bubble:before {
  content: "\e93b";
}

.icon-tick:before {
  content: "\e93c";
}

.icon-uE003-Arrow_021:before {
  content: "\e93d";
}

.icon-iconmonstr-facebook-messenger-1:before {
  content: "\e93e";
}

.icon-arrow5:before {
  content: "\e93f";
}

.icon-whatsapp-logo:before {
  content: "\e940";
}

.icon-uE006-Hamburg1:before {
  content: "\e941";
}

.icon-uE002-Arrow_011:before {
  content: "\e942";
}

.icon-uE002-Arrow_03:before {
  content: "\e943";
}

.icon-arrow-up-right2:before {
  content: "\ea3b";
}
