@charset "UTF-8";
/***** Base *****/
* {
  box-sizing: border-box;
}

/*Vigbo Style*/
@font-face {
  font-family: 'Cervo';
  src: url("/hc/theming_assets/01HZPEW0KWB005DWDH9YKD9R69") format('woff2'), url("/hc/theming_assets/01HZPEVNYNG4E0PRQMP38HT5Q7") format('woff'), url("/hc/theming_assets/01HZPEVK6G70099NDZ29H7AQ3A") format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'CervoThin';
  src: url("/hc/theming_assets/01HZPEVPQZVT24ADED0NZMTMG9") format('woff2'), url("/hc/theming_assets/01HZPEVN5VSK6PCQCX7AFHG2ZH") format('woff'), url("/hc/theming_assets/01HZPEVSYZ7T2SB1DET4ZC4WZS") format('opentype');
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("/hc/theming_assets/01HZPEW1CQCSHGQB6V1M3E8TCY") format('woff2'), url("/hc/theming_assets/01HZPEVX0Q6QZ7MFC1PW2180E9") format('woff'), url("/hc/theming_assets/01HZPEVS6WF9RWG559FZQZ0MAD") format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("/hc/theming_assets/01HZPEVPWDCH00MCBDQJPKGJJB") format('woff2'), url("/hc/theming_assets/01HZPEVPWDCH00MCBDQJPKGJJB") format('woff'), url("/hc/theming_assets/01HZPEVV3CBHE0VY5H0PXJFF4N") format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("/hc/theming_assets/01HZPEVQ693PC47CM11SNC0T9S") format('woff2'), url("/hc/theming_assets/01HZPEVQ693PC47CM11SNC0T9S") format('woff'), url("/hc/theming_assets/01HZPEVMCJJHKT3MCS7WQ6RQTG") format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("/hc/theming_assets/01HZPEVQ1WGPPTNAC8REPFFMGQ") format('woff2'), url("/hc/theming_assets/01HZPEVQ1WGPPTNAC8REPFFMGQ") format('woff'), url("/hc/theming_assets/01HZPEVW7NSJD4KBZQKFASG1PC") format('opentype');
  font-weight: 900;
  font-style: normal;
}
/**/

body {
  background-color: #fafafa;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-family: 'Cervo', sans-serif;
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: #848484;
  text-decoration: none !important;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

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

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

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/hc/theming_assets/01HZPEW5PW52PK9YN3M47YCTMY") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #848484;
}

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

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid #848484;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

.container-divider {
  border-top: 1px solid #eeeeee;
  margin-bottom: 30px;
}

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

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

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

/***** Buttons *****/
.button, [role="button"] {
  border: 1px solid #848484;
  border-radius: 4px;
  color: #848484;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button, [role="button"] {
    width: auto;
  }
}

.button::after, [role="button"]::after {
  color: #848484;
}

.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: #848484;
  color: #ffffff;
  text-decoration: none;
}

.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: #515151;
  border-color: #515151;
}

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

.button-large, input[type="submit"] {
  background-color: #848484;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@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: #515151;
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #333;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #000000;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

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

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #333;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

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

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

@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: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 650px;
}

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

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid #848484;
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

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

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

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid #848484;
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

/***** Header *****/
.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
}

@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 90%;
  }
}

.logo img {
  height: 37px;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  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;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

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

.nav-wrapper a {
  border: 0;
  color: #848484;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: #848484;
  text-decoration: underline;
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: #848484;
}

@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}

[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

/***** 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"] {
  border: 0;
  color: #848484;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover {
  color: #848484;
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: #848484;
  padding-right: 15px;
}

[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 {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

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

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

.avatar .icon-agent::before {
  background-color: #848484;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #ffffff;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Footer *****/
.footer {
  border-top: 1px solid #eeeeee;
  margin-top: 90px;
  padding: 60px 0;
  padding-bottom: 30px;
  background-color: #fff;
}
@media (max-width: 479px) {
  .footer {
		margin-top: 40px;
  }
}
.footer a {
  color: #333;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector {
  color: #333;
  display: inline-block;
  font-weight: 300;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: #848484;
  display: inline;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li a {
	color: #000;
  text-decoration: none !important;
}

.breadcrumbs li + li::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 7px;
  background: url("/hc/theming_assets/01HZPEW2FX8Q1TRAF4R6S78JQZ") no-repeat center;
  margin: 0 12px;
}

/***** Search field *****/
.search {
  position: relative;
}

.search input[type="search"] {
  font-size: 14px;
  font-weight: 400;
  border: 0px;
  border-radius: 30px;
  box-sizing: border-box;
  color: #000;
  height: 40px;
  max-width: 300px;
  padding-left: 45px;
  padding-right: 25px;
  -webkit-appearance: none;
  border: 1px solid #dddddd;
  background-color: transparent;
}
@media (max-width: 1023px) {
  .search input[type="search"] {
  	max-width: 100%;
    width: 100%;
  }
}

.hero-inner .search input[type="search"] {
  font-size: 18px;
  font-weight: 400;
  border: 0px;
  border-radius: 30px;
  box-sizing: border-box;
  color: #000;
  height: 65px;
  padding-left: 40px;
  padding-right: 65px;
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
  border: 0px;
  background-color: #fff;
}

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

.search input[type="search"]:focus {
  color: #555;
}

.search input[type="search"]::-webkit-input-placeholder,
.search input[type="search"]::-moz-placeholder,
.search input[type="search"]:-moz-placeholder,
.search input[type="search"]:-ms-input-placeholder {
  font-weight: 100;
  color: #848484;
}

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: #dddddd;
  content: "\1F50D";
  font-size: 14px;
  position: absolute;
  left: 20px;
}

.hero-inner .search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
  background-color: #fff;
  color: #000;
  content: "\1F50D";
  font-size: 26px;
  position: absolute;
  right: 35px;
  left: auto;
}

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

.search-full input[type="search"] {
  border: 1px solid #fff;
}

/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01HZPEW6CA7X7MGRZG0NBZ5G7R);
  background-position: center;
  /*background-size: cover;*/
  height: 480px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 730px;
  margin: 0 auto;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: 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;
}

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

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 100px;
  min-height: 50px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

@media (max-width: 767px) {
  .sub-nav {    
    margin-bottom: 20px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}

.blocks-item {
  border: 1px solid #848484;
  border-radius: 4px;
  box-sizing: border-box;
  color: #848484;
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #848484;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #ffffff;
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: #000000;
}

.blocks-item-link {
  color: #848484;
  padding: 20px 30px;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

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

@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

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

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

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  border-bottom: 1px solid #ddd;
  color: #000000;
  display: block;
  padding: 15px 0;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01HZPEW7N4XRF7REJES7YGF8VJ);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

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

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

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

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

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: #000000;
  display: inline-block;
  width: 100%;
}

@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 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 {
  color: #333;
  display: inline-block;
  font-size: 13px;
  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 {
  color: #848484;
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  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;
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree .icon-lock::before {
  vertical-align: baseline;
}

.section-tree-title {
  margin-bottom: 17px;
}

.section-tree-title a {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
.section-tree-title a::after {
	content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.section-tree-title a:hover::after {
	bottom: -5px;
  opacity: 1;
}

.section-tree .see-all-articles {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #aea16e;
  display: block;
  padding: 15px 0;
  padding-top: 20px;
}
.section-tree .see-all-articles:hover {
	color: #000000;
}

.article-list-item {
  font-size: 14px;
  padding: 8px 0;
}

.article-list-item a {
  color: #000000;
}

.article-list-item a:hover {
  color: #000000;
}

.icon-star::before {
  color: #848484;
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}

.section-subscribe .dropdown-toggle::after {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 0 30px;
    padding-left: 50px;
  }
}

.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

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

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  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;
  margin-left: 10px;
  vertical-align: middle;
}

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

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

[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 {
  margin: 0;
}

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

.article-body a:visited {
  color: #515151;
}

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}



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

.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
}

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

.article-comment-count {
  color: #333;
  font-weight: 300;
}

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

.article-comment-count .icon-comments {
  color: #848484;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}

.article-relatives {	
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  /*padding: 65px 0;*/
  justify-content: center;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

@media (max-width: 1023px) {
  .article-relatives .article-sidebar {
  	display: none;
  }
}

.related-articles {
  /*max-width: calc(1160px + 10%);
  margin: 0 auto;
	padding: 65px 5%;*/
  
  flex: 1 0 66%;
  max-width: 66%;
 	min-width: 640px;
  padding: 65px 30px 0px 50px;
}

@media (max-width: 1023px) {
  .related-articles {
		padding: 25px 0;
    padding-bottom: 0;
    min-width: auto;
    max-width: 100%;
  }
}

.article-relatives > * {
  flex: 1 1 auto;
  margin-right: 0;
}

.article-relatives > *:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    margin-right: 20px;
  }
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  background: transparent;
  border: 1px solid #848484;
  color: #848484;
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

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

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: #848484;
}

.article-vote:hover {
  background-color: #848484;
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: #ffffff;
}

.article-vote-up::before {
  content: "\2713";
}

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

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

.article-return-to-top {
  border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: #000000;
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: #848484;
  color: #ffffff;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #515151;
  border-color: #515151;
}

.sidenav-title {
  font-size: 14px;
  position: relative;
}

.sidenav-item {
  color: #000;
  font-size: 14px;
  display: inline-block;
  font-weight: 300;
  padding: 7px 10px;
  margin-bottom: 3px;
}

.sidenav-item.current-article, .sidenav-item:hover {
  text-decoration: none;
}
.sidenav-item:hover {
  background-color: #f0f0f0;
}
.sidenav-item.current-article {
	font-weight: 700;
}
.sidenav-item.current-article:hover {
	background-color: transparent;
}
.recent-articles h3,
.related-articles h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0;
  margin-bottom: 30px;
}

.related-articles h3 {
	padding-left: 40px;
  background: url("/hc/theming_assets/01HZPEW28K6Z1VK48W4KF32QXT") no-repeat left center;
}

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

.related-articles li {
  width: 100%;
  float: none;
}
/*@media (max-width: 1023px) {
  .related-articles li {
  	width: 50%;
  }
}
@media (max-width: 767px) {
  .related-articles li {
  	width: 100%;
  }
}*/


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

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

.attachments .attachment-item::before {
  color: #000000;
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[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 {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

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

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

.share a:hover::before {
  color: #848484;
}

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

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

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

.share-googleplus::before {
  content: "\e902";
}

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

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

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

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

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

.comment-callout a {
  color: #848484;
}

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

.comment-sorter a {
  color: #333;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}

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

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

.comment-wrapper.comment-official {
  border: 1px solid #848484;
  padding: 40px 20px 20px;
}

@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 {
  align-items: flex-end;
  display: flex;
  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: 1024px) {
  .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-attachments a {
  color: #848484;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

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

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

[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 {
  margin: 0;
}

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

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

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

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

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

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

.vote a {
  outline: none;
}

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

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

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

.vote-up:hover::before,
.vote-down:hover::before {
  color: #848484;
}

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

.vote-up::before {
  content: "\2B06";
}

.vote-down::before {
  content: "\2B07";
}

.vote-voted::before {
  color: #848484;
}

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

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

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

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

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #333;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

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

.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 #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 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"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow [role="button"] {
    width: auto;
  }
}

.community-follow [role="button"]:hover {
  background-color: #848484;
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: #ffffff;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: #848484;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid #ffffff;
  color: #ffffff;
}

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

.community-follow [role="button"]::after {
  border-left: 1px solid #848484;
  content: attr(data-follower-count);
  color: #848484;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow [role="button"]::after {
    position: static;
  }
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid #848484;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

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

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

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

.striped-list-info {
  flex: 2;
}

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

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

.striped-list-title:visited {
  color: #515151;
}

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

.striped-list-count {
  color: #333;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  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 {
    color: #000000;
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

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

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

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

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

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

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

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

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

.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: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  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 {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

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

.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  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;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[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 {
  margin: 0;
}

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

.post-body a:visited {
  color: #515151;
}

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

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

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

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

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

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

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

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

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

.post-sidebar h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

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

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #000000;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: #000000;
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

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

.collapsible-nav-list li[aria-selected="true"] a {
  color: #000000;
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  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: "\2715";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}


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

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715";
}

@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
  padding-left: 10px;
}

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 10px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}

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

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

@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: #848484;
}

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .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 {
  align-items: flex-end;
  display: flex;
  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 {
  font-size: 13px;
  margin-top: 30px;
}

@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 {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@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: #848484;
  color: #ffffff;
}

.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;
    vertical-align: middle;
    width: auto;
  }
}

.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 {
  background: #848484;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #515151;
  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: #333;
  font-size: 13px;
  font-weight: 300;
}

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

.no-activities {
  color: #333;
}

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

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

.request-container .comment-container {
  min-width: 0;
}

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

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

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

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

.request-main .comment-show-container-content {
  align-self: center;
  color: #333;
  margin-left: 10px;
}

.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 #848484;
}

.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 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

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

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

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

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

.request-form textarea {
  min-height: 120px;
}

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

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

.pagination * {
  display: inline-block;
}

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

@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: #000000;
  text-decoration: none;
}

.pagination a, .pagination span {
  font-size: 15px;
  color: #333;
  padding: 10px 12px;
}

@media (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 13px;
    padding: 5px 12px;
  }
}

.pagination-current {
  background-color: #848484;
}

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

.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 * {
  display: inline;
}

.meta-data {
  color: #333;
  font-size: 13px;
  font-weight: 300;
}

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

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::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,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

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

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

.icon-googleplus-::before {
  content: "\e902";
}

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

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\2630";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

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

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

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

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

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

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

[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 {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: 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;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@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"] {
  background-color: #848484;
  border: 0;
  color: #ffffff;
  line-height: normal;
  padding: 8px 20px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

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

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

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

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

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

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@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;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #848484;
  border-radius: 4px;
  color: #848484;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  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 {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .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: #333;
  font-weight: 300;
  font-size: 13px;
  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: 13px;
}

.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;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

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

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  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 {
  left: 0;
  position: absolute;
  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: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[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 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

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

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

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

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

@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 {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  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: "\1f4c4";
}

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

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

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

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

.search-results-column {
  flex: 1;
}

/*@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 45%;
  }
}*/

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

.search-results-list > li {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

.search-results-list > li:first-child {
  border-top: 0;
}

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

.search-result-description em {
  font-weight: 700;
	font-style: normal;
}

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

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

[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: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.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;
}


/*Vigbo Style*/
body {
	font-family: 'MuseoSansCyrl', sans-serif;
}

.section.community,
.section.activity{
	display: none;
}

.hero-inner__text {
	text-align: center;
  color: #000;
  margin-bottom: 40px;
}
.hero-inner__text h1 {
  font-family: 'Cervo', sans-serif;
	font-size: 65px;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.hero-inner__text p {
	font-size: 18px;
}

.button {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    height: 50px;
    font-family: 'MuseoSansCyrl',sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: .12em;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff !important;
    background-color: #000;
    background-image: none;
    border: 1px solid #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    will-change: box-shadow;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.button:hover {
  	background-color: #000;
    -webkit-box-shadow: 0 0 0 2px #000;
    -moz-box-shadow: 0 0 0 2px #000;
    box-shadow: 0 0 0 2px #000;
}
.button.mod-button__brown {
    letter-spacing: .11em !important;
    max-width: 235px;
    height: 35px;
    line-height: 34px;
    padding: 0 25px;
    margin-left: 40px;
    color: #fff;
  	background-color: #aea16d;
    border-color: #aea16d;
}
.button.mod-button__brown:hover {
  	background-color: #aea16d;
    -webkit-box-shadow: 0 0 0 2px #aea16d;
    -moz-box-shadow: 0 0 0 2px #aea16d;
    box-shadow: 0 0 0 2px #aea16d;
}

.header-block {
	background-color: #fff;
}

.header .button {
	float: right;
}


.footer {
	text-align: center;
}
.footer .button {
	max-width: 205px;
}
.footer-inner__block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-inner__block p {
	font-size: 24px;
  margin: 0 15px;
}
.footer-inner__block .button {
	margin: 0 15px;
}
@media (max-width: 767px) {
  .footer-inner__block {
  	display: block;
  }
  .footer-inner__block .button {
  	margin-top: 15px;
  }
}



.page-header h1 { 
	font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 479px) {
  .page-header h1 {
    font-size: 40px;
  	margin-bottom: 20px;
  } 
}

a .svg-array {
  opacity: 0;
  position: relative;
  margin-top: -2px;
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform,-moz-transform;
  -o-transition-property: transform,-o-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform,-moz-transform,-o-transform;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
a:hover .svg-array{
  opacity: 1;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

.article-header .article-title {
	margin-bottom: 0;
}
@media (max-width: 479px) {
  .article-header {
  	margin-bottom: 25px;
  }
}

.article-body p {
	color: #292929;
  margin-bottom: 25px;
}
.article-body strong {
	color: #000;
}
.article-body p a,
.article-body p a:visited,
.article-body blockquote a,
.article-body blockquote a:visited,
.article-body ul a,
.article-body ul a:visited,
.article-body ol a,
.article-body ol a:visited {
	color: #337ab7;
}
.article-body p a:hover,
.article-body p a:visited:hover,
.article-body blockquote a:hover,
.article-body blockquote a:visited:hover,
.article-body ul a:hover,
.article-body ul a:visited:hover,
.article-body ol a:hover,
.article-body ol a:visited:hover {
	color: #23527c;
}

.article-body ul a {
	
}

.article-body p img,
.article-body img {
	border: 1px solid #ddd;
}

.related-articles h3 {
	
}

.related-articles li a {
  position: relative;
  color: #000;
	-webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.related-articles li a::after {
	content: '';
  display: block;
  width: 13px;
  height: 7px;
  position: absolute;
  bottom: 0;
  right: -15px;
  margin-bottom: 5px;
  opacity: 0;
  background: url("/hc/theming_assets/01HZPEW2FX8Q1TRAF4R6S78JQZ") no-repeat center;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.related-articles li a:hover {
	color: #000;
}
.related-articles li a:hover::after {
  opacity: 1;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.collapsible-sidebar-title {
	font-size: 11px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.blocks-item-cat {
	margin-top: 100px;
}
@media (max-width: 767px) {
  .blocks-item-cat {
  	margin-top: 30px;
  }
}
.blocks-item-link-cat {
	display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
.blocks-item-title-cat {
	font-size: 16px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  padding: 2px 0;
  padding-left: 40px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: left center;
}
#icon-115000134432 {
	background-image: url("/hc/theming_assets/01HZPEW2CA437C8T9ARNCD20WS");
}
#icon-115000136931 {
	background-image: url("/hc/theming_assets/01HZPEW2MCTY6M7TX1WG9Q58RH");
}
#icon-115000134452 {
	background-image: url("/hc/theming_assets/01HZPEVR3DS1T49BF5SKZT1GE0");
}
#icon-360003071040 {
	background-image: url("/hc/theming_assets/01HZPEW5YRDJXEFV2ZEAA06HP8");
}
.blocks-item-title-cat span {
	position: relative;
}
.blocks-item-title-cat span::after {
	content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.blocks-item-title-cat span:hover::after {
	bottom: -5px;
  opacity: 1;
}
.section-list-in-main {
	margin: 0 -15px;
}
.section-list-in-main li {
	float: left;
  width: 33.3333%;
  margin-bottom: 15px;
  padding: 0 15px;
}
@media (max-width: 1023px) {
  .section-list-in-main li {
  	width: 50%;
  }
}
@media (max-width: 767px) {
  .section-list-in-main li {
  	width: 100%;
  }
}

.section-list-in-main li a {
	position: relative;
  font-size: 14px;
  color: #000;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.section-list-in-main li a:hover {
	color: #000;
}
.section-list-in-main li a::after {
	content: '';
  display: block;
  width: 13px;
  height: 7px;
  position: absolute;
  bottom: 0;
  right: -15px;
  margin-bottom: 4px;
  opacity: 0;
  background: url("/hc/theming_assets/01HZPEW2FX8Q1TRAF4R6S78JQZ") no-repeat center;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.section-list-in-main li a:hover::after {
  opacity: 1;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

.search-result .search-result-link {
	font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
	display: inline-block;
  margin-bottom: 0;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.search-result .search-result-link:hover {
	color: #848484;
}

.clearfix:before,
.clearfix:after {
   content: "";
   display: table;
}
.clearfix:after {
   clear: both;
}

/*Modal Window*/
.support__question-popup-form {
    margin: 0 auto;
    width: 64%;
    text-align: center;
}
.support__question-popup_open .support__question-popup-form {
    -webkit-animation-name: e;
    -moz-animation-name: e;
    -o-animation-name: e;
    animation-name: e;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.support__question-popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 100px 30px 125px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fafafa;
    opacity: 0;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;  
  	transition: opacity 0.5s ease-out;
}
@media (max-width: 767px) {
  .support__question-popup {
    padding: 80px 15px 50px;
  }
}
.support__question-popup_open {
  visibility: visible;
  overflow-y: hidden;
  opacity: 1;
}
@media (max-width: 1024px) {
  .support__question-popup_open {
    transition: none;
  }
}
@media (max-width: 767px) {
  .support__question-popup_open {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .support__question-popup_open .field__textarea {
    height: 140px;
  }
}
.support__question-popup_open .send--response {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.support__question-popup_open .send--response.show {
  display: block;
}
.support__question-popup_open .support__question-popup-form {
  animation-name: content;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.support__question-popup_open .support__question-popup-close-icon {
  opacity: 1;
  transition: opacity 1s ease-out 1s;
  z-index: 1000;
}
@media (max-width: 1024px) {
  .support__question-popup_open .support__question-popup-close-icon {
    transition: none;
  }
}

.support__question-popup-form {
  margin: 0 auto;
  width: 64%;
  text-align: center;
}
.support__question-popup-form.disable-form .button {
  pointer-events: none;
}
@media (max-width: 767px) {
  .support__question-popup-form {
    width: 100%;
  }
}
.support__question-popup-close-icon {
  position: fixed;
  top: 34px;
  right: 69px;
  cursor: pointer;
  size: 24px;
    width: 24px;
    height: 24px;
}

@media (max-width: 767px) {
  .support__question-popup-close-icon {
    position: absolute;
    top: 25px;
    right: 17px;
  }
}

.support__question-popup-header {
  margin: 10px 0 31px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .support__question-popup-header {
    margin: 10px 0;
    flex-direction: column;
  }
}
.support__question-popup-header .field {
  width: 48%;
}
@media (max-width: 767px) {
  .support__question-popup-header .field {
    margin-bottom: 23px;
    width: 100%;
  }
}
.support__question-popup .field_type_file {
  margin-bottom: 20px;
}
.support__question-popup .field_type_textarea {
  margin-bottom: 13px;
}
.support__question-popup .button_type_submit {
  width: 260px;
}
@media (max-width: 767px) {
  .support__question-popup .button_type_submit {
    width: 205px;
  }
}

.field__input, .field__textarea {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    text-align: center;
    color: #000;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: border;
    -moz-transition-property: border;
    -o-transition-property: border;
    transition-property: border;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: border;
}
.field__button, .field__input, .field__textarea {
    height: 65px;
    font-family: MuseoSansCyrl,sans-serif;
    font-size: 14px;
}
.field__textarea {
  text-align: left;
	height: 200px;
  margin-bottom: 10px;
}
.field__label {
    margin-bottom: 19px;
    display: block;
    font-family: MuseoSansCyrl,sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .2em;
    text-align: center;
    text-transform: uppercase;
    color: #1f1f1f;
}
.button_type_submit {
  position: relative;
  background-color: #000 !important;
  outline: none !important;
}
.button_type_submit.loading span {
	opacity: 0;
}
.button_type_submit.loading::before {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    top: 15px;
    margin-top: -7px;
    left: 46%;
    margin-left: -7px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
		background: url("/hc/theming_assets/01HZPEW2R6T6CKXXNA8S7DCCZP") right center no-repeat;
		background-size: cover;
}
.error-input,
.error-input+.select__current {
    color: #d14a4a;
    border: 1px solid #d14a4a;
}
.field_type_textarea.error-input {
    border: 1px solid #d14a4a !important;
}
.send-succes {
	display: none;
  margin-top: 0;
  margin-bottom: 20px;
}

/*For fancybox*/
.article-container .article-body img {
	cursor: pointer;
}

/*! fancyBox v2.1.5 */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	padding: 0 !important;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	//background-image: url(http://fancyapps.com/fancybox/source/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(http://fancyapps.com/fancybox/source/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -26px;
	right: -26px;
	width: 52px;
	height: 52px;
	cursor: pointer;
	z-index: 8040;
	border-radius: 55px;
	background: url("/hc/theming_assets/01HZPEW2VRDPXEAKMS78GK8CD3") no-repeat center #fff;
	-webkit-box-shadow: 0 10px 25px rgba(210, 210, 210, 0.3);
	   -moz-box-shadow: 0 10px 25px rgba(210, 210, 210, 0.3);
	        box-shadow: 0 10px 25px rgba(210, 210, 210, 0.3);
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(http://fancyapps.com/fancybox/source/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(204,204,204,.7);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	/*overflow: auto;*/
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Article Style*/
/*
	font-family: 'MuseoSansCyrl';

*/
.article-container h1 {
  font-family: 'Cervo';
  font-size: 50px;
  line-height: 56px;
  color: #000;
  text-transform: uppercase;
}
.article-container h2,
.article-container h3,
.article-container h4 {
	font-family: 'MuseoSansCyrl';
  font-weight: 700;
  color: #000;	
}
.article-container h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}
.article-container h3 {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}
.article-container h4 {
  font-size: 16px;
  line-height: 24px;
}
.article-container blockquote {
	padding: 23px;
  margin-left: 0;
  margin-right: 0;
  background-color: #eee;
}

.article-container ul li,
.article-container ol li {
	margin-top: 15px;
}
.article-container ul li:first-child,
.article-container ol li:first-child {
	margin-top: 0;
}

/*Tooltip*/
.article-container dfn {
  position: relative;
  font-family: 'MuseoSansCyrl';
  font-size: 16px;
  font-weight: 700;
	font-style: normal;
  color: #000;
  padding-bottom: 2px;
  border-bottom: 1px dashed #000;
  cursor: help;
}
.article-container dfn .block-inner {
	display: none;
	position: absolute;
  font-family: 'MuseoSansCyrl';
  font-size: 14px;
  font-weight: 300;
	line-height: 20px;
	color: #666;
	background: #F7F7F7;
	width: 300px;
	z-index: 999;
	border-radius: 3px;
	padding: 24px 40px;
	box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d6d6d6;
  box-shadow: 0 4px 33px rgba(0,0,0,.1);
}

@media (max-width: 479px) {
  .article-container h1 {
  	font-size: 40px;
    line-height: 44px;
  }
}

.header .h-link__block {
	display: flex;
  align-items: center;
}

.header .h-link__block .link {
    font-family: 'MuseoSansCyrl',sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #000;
    letter-spacing: .11em;
    text-transform: uppercase;
    margin: 0 20px;
    transition-duration: .3s;
}
.header .h-link__block .link.active,
.header .h-link__block .link:hover {
    color: #aea16d;
}
@media (max-width: 767px) {
 	.header {
    display: block;
    height: 150px;
    padding: 10px 0;
    text-align: center;
	}
  .header .h-link__block {
      justify-content: center;
      flex-direction: column;
      margin-top: 15px;
  }
  .header .button {
    float: none;
  	margin-left: 0;
    margin-top: 10px;
  }
  .hero-inner__text h1 {
  	font-size: 24px;
    line-height: 34px;
  }
}

/*Search button in main*/
.search input[type="submit"] {
  position: absolute;
  font-size: 0px;
	background-color: transparent;
  width: 26px;
  height: 26px;
  min-width: 0;
  padding: 0;
  top: 20px;
  right: 35px;
  transition: 0.2s;
}
.search input[type="submit"]:hover {
  background: rgba(255,255,255,0.5)
}
.sub-nav .search input[type="submit"] {
    top: 7px;
    right: auto;
    left: 14px;
}
.sub-nav .search input[type="submit"]:hover {
  background: none;
}

/*iframe video*/
.video-iframe {
    position: relative;
    max-width: 1160px;
    width: 100%;
    padding-top: 56%;
    overflow: hidden;
}
.video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Header*/
.l-header {
  display: none !important;
}
.vigbo-support__header {
  background-color: #fff;
}

.vigbo-support__header .header {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    align-items: center;
    display: flex;
    height: 71px;
    justify-content: space-between;
}
.vigbo-support__header .logo img {
    height: 37px;
}
/*Vigbo Logo Gradient*/
.vigbo-support__header .logo .md-vigbo--menu__logo-icon {
    width: 103px;
    height: 35px;
    fill: #000;
}
.vigbo-support__header .logo .md-vigbo--menu__logo-icon:hover {
    fill: url(#skyGradient);
}
/*End Vigbo Logo Gradient*/
.vigbo-support__header .header .button {
    float: right;
}
.vigbo-support__header .button {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    height: 50px;
    font-family: 'MuseoSansCyrl',sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: .12em;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff !important;
    background-color: #000;
    background-image: none;
    border: 1px solid #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    will-change: box-shadow;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.vigbo-support__header .button.mod-button__brown {
    letter-spacing: .11em !important;
    max-width: 235px;
    height: 35px;
    line-height: 34px;
    padding: 0 25px;
    margin-left: 30px;
    color: #fff;
    background-color: #aea16d;
    border-color: #aea16d;
}
.system-ios .vigbo-support__header .button.mod-button__brown {
	letter-spacing: .03em !important;
}
.vigbo-support__header .button.mod-button__brown:hover {
    background-color: #aea16d;
    -webkit-box-shadow: 0 0 0 2px #aea16d;
    -moz-box-shadow: 0 0 0 2px #aea16d;
    box-shadow: 0 0 0 2px #aea16d;
}

.vigbo-support__header .h-link__block {
  display: flex;
  align-items: center;
}
.vigbo-support__header .h-link__block .link-list {
	display: flex;
}
.vigbo-support__header .h-link__block .link {
  font-family: 'MuseoSansCyrl',sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #000;
  letter-spacing: .11em;
  text-transform: uppercase;
  margin: 0 20px;
  transition-duration: .3s;
}
.vigbo-support__header .h-link__block .link.active,
.vigbo-support__header .h-link__block .link:hover {
  color: #aea16d;
}

@media (min-width: 1160px) {
  .vigbo-support__header .header {
    padding: 0;
    width: 90%;
  }
}

@media (max-width: 767px) {
  	.vigbo-support__header .header {
      display: block;
      height: 140px;
      padding: 10px 0;
      text-align: center;
	}
  .adaptive-mobile .vigbo-support__header .logo {
    text-align: center;
  }
  .vigbo-support__header .header .button {
    float: none;
    margin-left: 0;
  }
  .vigbo-support__header .h-link__block {
    justify-content: center;
    flex-direction: column;
    margin-top: 15px;
  }
  .vigbo-support__header .h-link__block .link {
    margin-bottom: 10px;
  }
}

/*End Header*/

/*Breadcrumbs*/
.simple-text .text-box ol.vigbo-breadcrumbs {
  font-family: 'MuseoSansCyrl', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 !important;
  margin: 45px 0;
}
.vigbo-breadcrumbs li {
    color: #848484;
    display: inline;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
  	letter-spacing: .10em;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget .simple-text .vigbo-breadcrumbs li a {
    color: #000 !important;
  	transition-duration: .3s;
}
.widget .simple-text .vigbo-breadcrumbs li a:hover {
  color: #aea16d !important;
}
.vigbo-breadcrumbs li + li::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 7px;
    background: url(//p13.zdassets.com/hc/theme_assets/1985627/115000043391/arrow2.svg) no-repeat center;
    margin: 0 12px;
}

/*End Breadcrumbs*/


.simple-image .image-block {
  cursor: pointer;
}
.simple-image .image-block::after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><circle style="fill:#fff" cx="25" cy="25" r="25"/><path d="M715,810v9l8-4.5Z" transform="translate(-693 -790)"/></svg>');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  opacity: 0;
  will-change: transform;
}
.simple-image .image-block:hover::after {
  opacity: 1;
}
.simple-image .image-block .gallery-image-in,
.simple-image .image-block::after {
  transition: 0.3s !important;
}
.simple-image .image-block:hover .gallery-image-in {
  opacity: 0.4 !important;
}

/*Modal Window*/
.support__question-popup-form {
    margin: 0 auto;
    width: 64%;
    text-align: center;
}
.support__question-popup_open .support__question-popup-form {
    -webkit-animation-name: e;
    -moz-animation-name: e;
    -o-animation-name: e;
    animation-name: e;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.support__question-popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 100px 30px 125px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fafafa;
    opacity: 0;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;  
  	transition: opacity 0.5s ease-out;
}
@media (max-width: 767px) {
  .support__question-popup {
    padding: 80px 15px 50px;
  }
}
.support__question-popup_open {
  visibility: visible;
  overflow-y: hidden;
  opacity: 1;
}
@media (max-width: 1024px) {
  .support__question-popup_open {
    transition: none;
  }
}
@media (max-width: 767px) {
  .support__question-popup_open {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .support__question-popup_open .field__textarea {
    height: 140px;
  }
}
.support__question-popup_open .send--response {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.support__question-popup_open .send--response.show {
  display: block;
}
.support__question-popup_open .support__question-popup-form {
  animation-name: content;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.support__question-popup_open .support__question-popup-close-icon {
  opacity: 1;
  transition: opacity 1s ease-out 1s;
  z-index: 1000;
}
@media (max-width: 1024px) {
  .support__question-popup_open .support__question-popup-close-icon {
    transition: none;
  }
}

.support__question-popup-form {
  margin: 0 auto;
  width: 64%;
  text-align: center;
}
.support__question-popup-form.disable-form .button {
  pointer-events: none;
}
@media (max-width: 767px) {
  .support__question-popup-form {
    width: 100%;
  }
}
.support__question-popup-close-icon {
  position: fixed;
  top: 34px;
  right: 69px;
  cursor: pointer;
  size: 24px;
    width: 24px;
    height: 24px;
}

@media (max-width: 767px) {
  .support__question-popup-close-icon {
    position: absolute;
    top: 25px;
    right: 17px;
  }
}

.support__question-popup-header {
  margin: 10px 0 31px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .support__question-popup-header {
    margin: 10px 0;
    flex-direction: column;
  }
}
.support__question-popup-header .field {
  width: 48%;
}
@media (max-width: 767px) {
  .support__question-popup-header .field {
    margin-bottom: 23px;
    width: 100%;
  }
}
.support__question-popup .field_type_file {
  margin-bottom: 20px;
}
.support__question-popup .field_type_textarea {
  margin-bottom: 13px;
}
.support__question-popup .button_type_submit {
  width: 260px;
}
@media (max-width: 767px) {
  .support__question-popup .button_type_submit {
    width: 205px;
  }
}

.support__question-popup .field__input,
.support__question-popup .field__textarea {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    text-align: center;
    color: #000;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: border;
    -moz-transition-property: border;
    -o-transition-property: border;
    transition-property: border;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: border;
}
.support__question-popup .field__button,
.support__question-popup .field__input,
.support__question-popup .field__textarea {
    height: 65px;
    font-family: MuseoSansCyrl,sans-serif;
    font-size: 14px;
}
.support__question-popup .field__textarea {
  text-align: left;
	height: 200px;
  margin-bottom: 10px;
}
.support__question-popup .field__label {
    margin-bottom: 19px;
    display: block;
    font-family: MuseoSansCyrl700,sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .2em;
    text-align: center;
    text-transform: uppercase;
    color: #1f1f1f;
}
.support__question-popup .button_type_submit {
  position: relative;
  background-color: #000 !important;
  outline: none !important;
}
.support__question-popup .button_type_submit.loading span {
	opacity: 0;
}
.support__question-popup .button_type_submit.loading::before {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    top: 15px;
    margin-top: -7px;
    left: 46%;
    margin-left: -7px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
		background: url('//p13.zdassets.com/hc/theme_assets/1985627/115000043391/load.gif') right center no-repeat;
		background-size: cover;
}
.support__question-popup .error-input,
.support__question-popup .error-input+.select__current {
    color: #d14a4a;
    border: 1px solid #d14a4a;
}
.support__question-popup .field_type_textarea.error-input {
    border: 1px solid #d14a4a !important;
}
.support__question-popup .send-succes {
	display: none;
  margin-top: 0;
  margin-bottom: 20px;
}
.support__question-popup .button_type_submit {
    width: 260px;
}
.support__question-popup .button_type_submit {
      margin-bottom: 0;
    display: inline-block;
    font-family: MuseoSansCyrl,sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: .12em;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff !important;
    background-color: #000;
    background-image: none;
    border: 1px solid #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    will-change: box-shadow;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: relative;
    background-color: #000 !important;
    outline: none !important;
}
.support__question-popup .button_type_submit:hover {
    background-color: #000;
    -webkit-box-shadow: 0 0 0 2px #000;
    -moz-box-shadow: 0 0 0 2px #000;
    box-shadow: 0 0 0 2px #000;
}
.support__question-popup .field__button,
.support__question-popup .field__input, .field__textarea {
    height: 65px;
    font-family: MuseoSansCyrl,sans-serif;
    font-size: 14px;
}
.support__question-popup .field__input,
.support__question-popup .field__textarea {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    text-align: center;
    color: #000;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: border;
    -moz-transition-property: border;
    -o-transition-property: border;
    transition-property: border;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: border;
}
.support__question-popup input {
    font-weight: 300;
    max-width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border .12s ease-in-out;
}
.support__question-popup textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    resize: vertical;
    width: 100%;
    outline: none;
    padding: 10px;
}
.support__question-popup .field__textarea {
    text-align: left;
    height: 200px;
    margin-bottom: 10px;
}

/*Video iframe*/
.video-iframe {  
    position: relative;
    max-width: 1160px;
    width: 100%;
    padding-top: 56%;
    overflow: hidden;
    border: 1px solid #eee;
}
.video-iframe iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.adaptive-tablet #w_45653321 .text-box,
.adaptive-mobile #w_45653321 .text-box {
  line-height: 1.3 !important;
}
.adaptive-tablet .element.post-button#w_45653357,
.adaptive-mobile .element.post-button#w_45653357 {
  text-align: center;
}

/*Header like Vigbo*/
  .header__wrap {
    position: relative;
    max-height: 0;
    z-index: 2;
  }
  .header__toggle-menu-mobile {
    z-index: 9999;
    margin-top: 0;
    margin-left: 0;
    padding: 15px;
    display: none;
    width: 25px;
    height: 20px;
    cursor: pointer;
    color: #fff;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    box-sizing: content-box;
    position: absolute;
    top: 16px;
    margin-right: -15px;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0.9s;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .header__container {
    padding: 0px 75px;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-property: padding;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: padding;
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }
  .menu-header__back {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 1.4s;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .menu-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
  }
  
  .menu-header__nav {
    margin-top: 0.1em;
  }
  .menu-header__nav, .menu-header__toggle {
    opacity: 1; 
  -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0.5s;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .menu-header__list {
    font-size: 0;
  }
  .menu-header__items {
    display: inline-block;
  }
  .menu-header__items:not(:last-child) {
    margin-right: 80px;
  }
  .menu-header__item {
    font-family: 'MuseoSansCyrl700', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    color: #fff;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-property: opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
  }
  .menu-header__item_color_black {
    color: #000;
  }
  .menu-header__toggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 19px;
  }
  .menu-header__text {
    font-family: 'MuseoSansCyrl700', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    color: #fff;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-property: opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
  }
  .menu-header__text:hover {
    opacity: 0.7;
  }
  .menu-header__text_color_black {
    color: #000;
  }
  .menu-header__toggle-menu {
    width: 25px;
    height: 20px;
    cursor: pointer;
    color: #fff;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .menu-header__toggle-menu_state_active {
    -webkit-transform: translateX(58px);
    -ms-transform: translateX(58px);
    transform: translateX(58px);
  }
  .menu-header__toggle-menu_state_active .menu-header__pal:first-child {
    -webkit-transform: rotate(45deg) translateY(0.5px) translateX(7px);
    -ms-transform: rotate(45deg) translateY(0.5px) translateX(7px);
    transform: rotate(45deg) translateY(0.5px) translateX(7px);
  }
  .menu-header__toggle-menu_state_active .menu-header__pal:nth-child(2) {
    opacity: 0;
  }
  .menu-header__toggle-menu_state_active .menu-header__pal:last-child {
    -webkit-transform: rotate(-45deg) translateY(-3px) translateX(9px);
    -ms-transform: rotate(-45deg) translateY(-3px) translateX(9px);
    transform: rotate(-45deg) translateY(-3px) translateX(9px);
  }
  .menu-header__pal {
    position: relative;
    margin-top: 5px;
    display: block;
    width: 25px;
    height: 2px;
    content: '';
    background-color: #fff;
    opacity: 1;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
  }
  .menu-header__pal:first-child {
    margin-top: 2px;
  }
  .menu-header__pal_color_black {
    background-color: #000;
  }
  .menu-header__pal:nth-child(2) {
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-property: opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
  }
  .menu-header__toggle-menu:hover .menu-header__pal:first-child {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  .menu-header__toggle-menu:hover .menu-header__pal:nth-child(2) {
    opacity: 0;
  }
  .menu-header__toggle-menu:hover .menu-header__pal:last-child {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .menu-header__item:hover {
    opacity: 0.7;
  }
  .popup-menu {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 50px;
    left: 0;
    bottom: 0;
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
  }
  .popup-menu_state_active {
    pointer-events: auto;
    opacity: 1;
  }
  .page_state_hidden {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    height: 100%;
  }
  .body_hidden {
    overflow: hidden;
  }
  .popup-menu__login {
    position: absolute;
    z-index: 999;
    top: 30px;
    right: 84px;
  }
  .popup-menu__bg {
    position: fixed;
    z-index: 3;
    top: 0;
    right: 50px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(0);
    -ms-transform: scaleX(0) translateX(0);
    transform: scaleX(0) translateX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity;
  }

  .popup-menu_state_active .popup-menu__bg,
  .popup-menu_state_active .popup-menu__items,
  .popup-menu_state_active .popup-menu__wrap {
    opacity: 1;
    -webkit-transform: scaleX(1) translateX(0);
    -ms-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
  }

  .popup-menu__content {
    position: relative;
    z-index: 4;
    overflow: visible;
    color: #000;
    opacity: 0;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-property: opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
  }

  .popup-menu_state_active .popup-menu__content {
    opacity: 1;
  }

  .popup-menu__login a {
    font-size: 11px;
    font-family: 'MuseoSansCyrl700', sans-serif;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
  }

  .popup-menu__items {
    padding-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    max-width: 655px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity;
  }

  .popup-menu__items .popup-menu__item .popup-menu__link:hover {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    color: #000;
  }

  .popup-menu__items:hover .popup-menu__link {
    color: rgba(0,0,0,0.3);
  }

  .popup-menu__column {
    overflow: hidden;
    width: 520px;
  }

  .popup-menu__column:first-of-type {
    margin-right: 115px;
  }

  .popup-menu__link {
    margin-left: -15px;
    padding: 25px 15px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: color 0.3s ease, transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: color 0.3s ease, transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: color, transform;
    font-family: 'MuseoSansCyrl700', sans-serif;
    font-size: 9px;
    letter-spacing: 0.2em;
  }

  .popup-menu__item:after {
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #e6e6e6;
  }

  .popup-menu__login-mobile {
    position: relative;
    padding: 30px 0;
    display: none;
    width: 100%;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000;
  }

  .popup-menu__login-mobile-icon {
    margin-top: -2px;
    margin-right: 10px;
    display: inline-block;
    width: 11px;
    height: 10px;
    vertical-align: top;
  }

  .popup-menu__wrap {
    margin-top: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity;
  }

  .menu-header__left {
    display: flex;
    align-items: center;
    min-width: 370px;
  }
  @media only screen and (max-width: 1024px) {
    .menu-header__left {
      display: block;
      min-width: 0;
    }
  }
  .menu-header__login:after {
    display: none;
  }
  .menu-header__toggle {
    align-items: center;
    margin-left: 0;
  }
  .menu-header__list {
    padding-left: 0;
  }
  .menu-header__items:not(:last-child) {
    margin-right: 0;
  }
  .menu-header__items {
    margin-left: 40px;
  }
  .popup-menu {
    left: 50px;
    right: 0;
  }
  @media only screen and (max-width: 1024px) {
    .popup-menu {
      right: 5.2084%;
      left: 0;
    }
  }
  .popup-menu__bg {
    left: 50px;
    right: 0;
    transform-origin: left center;
  }
  @media only screen and (max-width: 1024px) {
    .popup-menu__bg {
      right: 5.2084%;
      left: 0;
      transform-origin: right center;
    }
  }
  .popup-menu__items,
  .popup-menu__wrap {
    transform: translateX(-50px);
  }
  @media only screen and (max-width: 1024px) {
    .popup-menu__items,
    .popup-menu__wrap {
      transform: translateX(50px);
    }
  }
  .popup-menu_state_active .popup-menu__bg,
  .popup-menu_state_active .popup-menu__items,
  .popup-menu_state_active .popup-menu__wrap {
    transform: scaleX(1) translateX(0);
  }
  @media only screen and (max-width: 1024px) {
    .popup-menu__login {
      top: 28px;
      left: auto;
      right: 84px;
    }
  }
  .menu-header__toggle {
    align-items: center;
    margin-left: 0;
  }
  @media only screen and (max-width: 1024px) {
    .menu-header__toggle {
      float: right;
      width: auto;
      padding: 8px 0;
      margin-right: 60px;
    }
  }
  .menu-header__toggle-left {
    animationText: 1.5s 0.5s;
  }
  @media only screen and (max-width: 1024px) {
    .menu-header__toggle-menu {
      position: absolute;
      top: 12px;
      right: 30px !important;
      z-index: 10;
      box-sizing: content-box;
      width: 25px !important;
      margin-right: -5px !important;
      padding: 15px;
    }
  }
  .menu-header__toggle-menu_state_active {
    transform: translateX(-72px);
  }
  .menu-header__toggle-menu_state_active:hover {
    transform: translateX(-68px);
  }
  @media only screen and (max-width: 1024px) {
    .menu-header {
      display: block;
    }
    .menu-header__toggle-menu_state_active {
      transform: translateX(58px);
    }
    .menu-header__toggle-menu_state_active:hover {
      transform: translateX(58px);
    }
    .mod-button__brown {
      margin-left: 0;
    }
  }
  /*End FixedMenu LogoCenter*/
  @media only screen and (max-height: 399px) {
    .header__arrow-down {
      display: none;
    }
  }
  .popup-menu__button {
    display: none;
  }
  .popup-menu__login {
    top: 20px !important;
    right: 80px;
    display: flex;
    align-items: center;
    padding-right: 2px;
  }
  .popup-menu__wrap {
    display: block;
    margin-top: 48px;
  }
  .popup-menu__wrap .popup-menu__social {
    float: right;
  }
  .popup-menu__items {
    padding-bottom: 0;
  }
.header.mod-header__fixed {
  display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
  padding: 0;
  height: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .header.mod-header__fixed {
    display: block;
  }
  .vigbo-support__header .h-link__block .link-list {
    display: none;
  }
}

.is--overflow-hidden .header.mod-header__fixed {
    z-index: 5;
}
  
  .header.mod-header__fixed .mod-button__brown {
    letter-spacing: 0.11em !important;
    max-width: 165px;
    height: 35px;
    line-height: 34px;
    padding: 0 30px;
    margin-left: 40px;
    color: #fff;
  }
  @media only screen and (max-width: 1200px) {
    .header.mod-header__fixed .mod-button__brown {
      margin-left: 20px;
    }
  }
  .header.mod-header__logo-center .menu-header__left {
    display: flex;
    align-items: center;
    min-width: 370px;
  }
  @media only screen and (max-width: 1024px) {
    .header.mod-header__logo-center .menu-header__left {
      display: block;
      min-width: 0;
    }
  }
  @media only screen and (max-width: 1024px) {
    .header.mod-header__logo-center .menu-header__toggle-menu {
      top: 14px;
    }
  }
  @media only screen and (max-width: 1200px) {
    .header.mod-header__logo-center .menu-header__list {
        margin-left: 5px;
    }
  }
  .header.mod-header__logo-center .menu-header__items {
    margin-right: 0;
    margin-left: 40px;
  }
  @media only screen and (max-width: 1200px) {
    .header.mod-header__logo-center .menu-header__items {
      margin-left: 15px;
    }
  }
  .header.mod-header__logo-center .popup-menu {
    left: 0;
    right: 0;
  }
  @media only screen and (max-width: 1024px) {
    .header.mod-header__logo-center .popup-menu {
      right: 0;
      left: 0;
    }
  }
  .header.mod-header__logo-center .popup-menu .header_black_menu {
    position: absolute;
    z-index: 10;
    top: 32px;
    left: 80px;
  }
  @media only screen and (max-width: 1024px) {
    .header.mod-header__logo-center .popup-menu .header_black_menu {
      width: 25px;
      top: 12px;
      left: auto;
      right: 84px;
    }
  }
  .header.mod-header__logo-center .popup-menu__bg {
    left: 0;
    right: 0;
    transform-origin: left center;
  }
  @media only screen and (max-width: 1024px) {
    .header.mod-header__logo-center .popup-menu__bg {
      right: 0;
      left: 0;
      transform-origin: right center;
    }
  }
  .header.mod-header__logo-center .popup-menu__items,
  .header.mod-header__logo-center .popup-menu__wrap {
    transform: translateX(-50px);
  }
  @media only screen and (max-width: 1024px) {
    .header.mod-header__logo-center .popup-menu__items,
    .header.mod-header__logo-center .popup-menu__wrap {
      transform: translateX(50px);
    }
  }
  .header.mod-header__logo-center .popup-menu_state_active .popup-menu__bg,
  .header.mod-header__logo-center .popup-menu_state_active .popup-menu__items,
  .header.mod-header__logo-center .popup-menu_state_active .popup-menu__wrap {
    transform: scaleX(1) translateX(0);
  }

  .header.mod-header__logo-center .menu-header__toggle {
    height: 39px;
    align-items: center;
    padding-right: 2px;
    margin-left: 0;
  }
  @media only screen and (max-width: 1024px) {
    .header.mod-header__logo-center .menu-header__toggle {
      float: right;
      width: auto;
      padding: 0;
      margin-right: 60px;
      height: 37px;
    }
  }
  .header.mod-header__logo-center .menu-header__toggle-left {
    animationText: 1.5s 0.5s;
  }
  @media only screen and (max-width: 1024px) {
    .header.mod-header__logo-center .menu-header__toggle-menu {
      top: 12px;
      right: 65px;
      z-index: 10;
    }
  }
  .header.mod-header__logo-center .menu-header__toggle-menu_state_active {
    transform: translateX(0px);
  }
  .header.mod-header__logo-center .menu-header__toggle-menu_state_active:hover {
    transform: translateX(0px);
  }
  @media only screen and (max-width: 1024px) {
    .header.mod-header__logo-center .menu-header__toggle-menu_state_active {
      transform: translateX(0px);
    }
    .header.mod-header__logo-center .menu-header__toggle-menu_state_active:hover {
      transform: translateX(0px);
    }
  }

  .header.mod-header__logo-center.mod-btn__brown-color .menu-header__item,
  .header.mod-header__logo-center.mod-btn__brown-color .menu-header__text {
    transition-property: color;
  }
  .header.mod-header__logo-center.mod-btn__brown-color .menu-header__item:hover,
  .header.mod-header__logo-center.mod-btn__brown-color .menu-header__text:hover {
    opacity: 1;
    color: #aea16d;
  }
  .header.mod-header__logo-center.mod-btn__black-color .menu-header__item:hover,
  .header.mod-header__logo-center.mod-btn__black-color .menu-header__text:hover {
    opacity: 0.5;
  }

  .header.mod-header__logo-center .menu-header__pal {
    background-color: #000;
  }
  /*End FixedMenu LogoCenter*/

  @media only screen and (max-width: 1025px) {
    .menu-header__toggle-menu_state_active {
      -webkit-transform: translateX(5.2084vw);
      -ms-transform: translateX(5.2084vw);
      transform: translateX(5.2084vw);
      width: 5.2084vw;
      right: 0;
      margin-right: -15px;
      text-align: center;
    }
    .menu-header__toggle-menu_state_active {
      -webkit-transform: translateX(58px);
      -ms-transform: translateX(58px);
      transform: translateX(58px);
    }
    .menu-header__toggle-menu_state_active:hover {
      -webkit-transform: translateX(58px);
      -ms-transform: translateX(58px);
      transform: translateX(58px);
    }
  }

  @media only screen and (max-width: 1024px) {

    .header_catalog_design .menu-header__back {
      display: none;
    }
    .menu-header__nav {
      display: none;
    }
    .menu-header__toggle-menu_state_active:hover {
      -webkit-transform: translateX(5.2084vw);
      -ms-transform: translateX(5.2084vw);
      transform: translateX(5.2084vw);
    }
    .menu-header__login {
      display: none;
    }
  }
  .header_style_main .popup-menu__login {
    top: 39px !important;
  }
 .popup-menu__login {
    top: 39px !important;
}
.popup-menu__login {
    position: absolute;
    z-index: 999;
    top: 30px;
    right: 84px;
  }
  .popup-menu__login a {
    font-size: 11px;
    font-family: 'MuseoSansCyrl700', sans-serif;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
  }
  .popup-menu__login-mobile {
    position: relative;
    padding: 30px 0;
    display: none;
    width: 100%;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000;
  }

  .popup-menu__login-mobile-icon {
    margin-top: -2px;
    margin-right: 10px;
    display: inline-block;
    width: 11px;
    height: 10px;
    vertical-align: top;
  }
  @media only screen and (max-width: 1024px) {
    .popup-menu__login {
      top: 28px;
      left: auto;
      right: 84px;
    }
  }
  .popup-menu__login {
    display: flex;
    align-items: center;
    padding-right: 2px;
    top: 18px !important;
    right: 96px;
  }

.header.mod-header__fixed .popup-menu__login .button.mod-button__brown {
    max-width: 234px;
    padding: 0 25px;
  }

@media only screen and (max-width: 1024px) {
  .h-link__block .button {
    margin-right: 58px;
  }
}
.mod--item__mobile-show {
  display: none;
}
.vigbo-support__header .menu-header__toggle-menu {
    transition: none;
  }
@media only screen and (max-width: 767px) {
  .header.mod-header__logo-center.menu-header__toggle-menu {
      display: block;
  }
  .vigbo-support__header .header {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    align-items: center;
    display: flex;
    height: 71px;
    justify-content: space-between;
  }
  .vigbo-support__header .h-link__block .button {
    display: none;
  }
  .vigbo-support__header .header__pal {
    background-color: #000;
  }
  .vigbo-support__header .header__toggle-menu-mobile {
    transition: none;
    top: 35px !important;
  }
  .header.mod-header__fixed .mod-button__brown {
    max-width: 245px;
    margin-left: 0;
  }
  .vigbo-support__header .popup-menu__content {
    padding-top: 125px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .mod--item__mobile-show {
    display: inline-block;
    margin-bottom: 20px;
  }
  .mod--item__mobile-show:after {
    display: none;
  }
  .vigbo-support__header .menu-header__toggle-menu_state_active {
    top: 14px !important;
    right: 30px;
  }
  .header.mod-header__logo-center .header__toggle-menu-mobile {
    position: absolute !important;
    top: -38px !important;
    right: 23px;
  }
  .header.mod-header__logo-center .header__toggle-menu-mobile.menu-header__toggle-menu_state_active {
    position: fixed !important;
  }
  .vigbo-support__header .header__wrap .header__toggle-menu-mobile,
  .adaptive-mobile .vigbo-support__header .header__wrap .header__toggle-menu-mobile {
    display: none;
  }
}

iframe#launcher {
  display: none !important;
}


