@charset "UTF-8";
/*
  brand_color
  #F03226
  rgba(240, 50, 38, 1);
*/

/***** Fonts *****/
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto"), url(//theme.zdassets.com/theme_assets/1242682/3f262642e64165cf47f9a75b0df47e9331f66c4c.woff2) format("woff2"), url(//theme.zdassets.com/theme_assets/1242682/360d9d06adac2dd54239cd4311356c5629db2c36.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Light";
  src: local("Roboto Light"), local("Roboto-Light"), url(//theme.zdassets.com/theme_assets/1242682/3521804b5fbc4335412b1ab6618e90e57d8f0d4e.woff2) format("woff2"), url(//theme.zdassets.com/theme_assets/1242682/7cc961a9c2a7b49d37961dea00d9fa01c6643f6a.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Bold";
  src: local("Roboto Bold"), local("Roboto-Bold"), url(//theme.zdassets.com/theme_assets/1242682/ca13658616969287a52515791ff9cb96d04e44ab.woff2) format("woff2"), url(//theme.zdassets.com/theme_assets/1242682/02b1701895b45969f8a811e0eda2a628a1035d7b.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

/***** Base *****/
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  /*color: #333333;*/
  color: #595959;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

#svg-sprite {
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
}

.svg-icon {
  display: inline-block;
  vertical-align: middle;
  transition: inherit;
}

.svg-icon__30 {
  width: 30px;
  height: 30px;
}

.svg-icon__25 {
  width: 25px;
  height: 25px;
}

.svg-icon__20 {
  width: 20px;
  height: 20px;
}

.svg-icon__15 {
  width: 15px;
  height: 15px;
}

.svg-icon__44 {
  width: 44px;
  height: 44px;
}

.link {
  display: inline;
  padding-bottom: 0;
  color: #1c75a8;
  text-decoration: none;
}

.link span {
  color: inherit;
  border-bottom: 1px solid rgba(28,117,168,.3);
  transition: .15s;
}

a.link:hover,
a.link:focus {
  color: rgba(240, 50, 38, 1);
  text-decoration: none;
}

a.link:hover > span,
a.link:focus > span {
  border-bottom-color: rgba(240, 50, 38, 1);
}

body > main {
  min-height: 65vh;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Light", sans-serif;
  font-weight: normal;
  margin-top: 0;
}

h1 {
  font-family: "Roboto Light", sans-serif;
  font-size: 52px;
  line-height: 60px;
  color: #595959;
}

@media (max-width: 759px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
  }
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

a {
  color: rgba(28, 117, 168, 1);
  text-decoration: none;
}

button {
  border: none;
  background: transparent;
  border-radius: 0;
  color: #595959;
  outline: none;
}

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

input,
textarea {
  color: #595959;
  font-size: 18px;
}

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

input:focus {
  border: 1px solid rgba(240, 50, 38, 1);
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(//theme.zdassets.com/theme_assets/1242682/27f536d448438fdd88b4004a3223bcc153fb621d.svg) 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 rgb(89, 89, 89);
}

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

textarea {
  border: 1px solid rgba(89, 89, 89, .3);
  border-radius: 5px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid rgb(89, 89, 89);
}

.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 1239px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 759px) {
  .container {
    padding: 0 10px;
  }
}

.search-container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.container-divider {
  border-top: 1px solid #cfd4d7;
}

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

/* ERROR PAGE */

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

.error-page-alt {
  display: flex;
  min-height: 65vh;
}

.error-page-alt__cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.error-page-alt__title {
  margin: 0 0 30px;
}

.error-page-alt h2 {
  margin: 0;
}

.error-page-alt a {
  display: inline-block;
  border-radius: 4px;
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 11px 20px 12px;
  background-color: #fff;
  transition: .15s;
  align-self: center;
  color: #fff;
  background-color: rgba(240, 50, 38, 1);
  box-shadow: 0px 10px 20px rgba(0,0,0,.1);
  border-color: transparent;
  width: auto;
  margin-top: 30px;
}

.error-page-alt a:hover {
  outline: none;
  background-color: #f03226;
  color: #fff;
  box-shadow: 0px 5px 10px rgba(0,0,0,.2);
  border-color: transparent;
  text-decoration: none;
}

.error-page-alt a:active,
.error-page-alt a:focus {
  background-color: #c4271d;
  color: #fff;
  box-shadow: 0px 5px 10px rgba(0,0,0,.2);
  border-color: transparent;
  outline: none;
  text-decoration: none;
}


/* END ERROR PAGE */

.dropdown-toggle::after {
  color: inherit;
  font-size: 13px;
}

.comment-actions-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.comment-actions .dropdown-toggle::after {
  display: none;
}

/* -------------------------- flex grid -------------------------- */
.grid, .col{display: inline-block; display: -webkit-inline-flex; display: -ms-inline-flex; display: inline-flex; vertical-align: top;
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.grid{width: 100%;}
.grid--free{display: inline-block;}
.col{-webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;}
.col--free{display: inline-block;}

/* fallback to lg (for compatibility) */
.col-lg-1{width: 8.333%;}
.col-lg-2{width: 16.666%;}
.col-lg-2_4{width: 20%;}
.col-lg-3{width: 25%;}
.col-lg-4{width: 33.33%;}
.col-lg-5{width: 41.666%;}
.col-lg-6{width: 50%;}
.col-lg-7{width: 58.333%;}
.col-lg-8{width: 66.666%;}
.col-lg-9{width: 75%;}
.col-lg-10{width: 83.333%;}
.col-lg-11{width: 91.666%;}
.col-lg-12{width: 100%;}
.grid--default{@mixin basic-grid;}
.grid--default .col{@mixin basic-grid-item; font-size: $fz-base;}

@media (max-width: 1239px) {
  /* --- grid --- */
  .grid--default{@mixin basic-grid-sm;}
  .grid--default .col{@mixin basic-grid-item-sm;}
  .col-md-1{width: 8.333%;}
  .col-md-2{width: 16.666%;}
  .col-md-3{width: 25%;}
  .col-md-4{width: 33.33%;}
  .col-md-5{width: 41.666%;}
  .col-md-6{width: 50%;}
  .col-md-7{width: 58.333%;}
  .col-md-8{width: 66.666%;}
  .col-md-9{width: 75%;}
  .col-md-10{width: 83.333%;}
  .col-md-11{width: 91.666%;}
  .col-md-12{width: 100%;}
}

@media (max-width: 999px) {
  /* --- grid --- */
  .col-sm-1{width: 8.333%;}
  .col-sm-2{width: 16.666%;}
  .col-sm-3{width: 25%;}
  .col-sm-4{width: 33.33%;}
  .col-sm-5{width: 41.666%;}
  .col-sm-6{width: 50%;}
  .col-sm-7{width: 58.333%;}
  .col-sm-8{width: 66.666%;}
  .col-sm-9{width: 75%;}
  .col-sm-10{width: 83.333%;}
  .col-sm-11{width: 91.666%;}
  .col-sm-12{width: 100%;}
}

@media (max-width: 759px) {
  /* --- grid --- */
  .col-xs-1{width: 8.333%;}
  .col-xs-2{width: 16.666%;}
  .col-xs-3{width: 25%;}
  .col-xs-4{width: 33.33%;}
  .col-xs-5{width: 41.666%;}
  .col-xs-6{width: 50%;}
  .col-xs-7{width: 58.333%;}
  .col-xs-8{width: 66.666%;}
  .col-xs-9{width: 75%;}
  .col-xs-10{width: 83.333%;}
  .col-xs-11{width: 91.666%;}
  .col-xs-12{width: 100%;}
}

@media (max-width: 639px) {
  /* --- grid --- */
  .col-2xs-1{width: 8.333%;}
  .col-2xs-2{width: 16.666%;}
  .col-2xs-3{width: 25%;}
  .col-2xs-4{width: 33.33%;}
  .col-2xs-5{width: 41.666%;}
  .col-2xs-6{width: 50%;}
  .col-2xs-7{width: 58.333%;}
  .col-2xs-8{width: 66.666%;}
  .col-2xs-9{width: 75%;}
  .col-2xs-10{width: 83.333%;}
  .col-2xs-11{width: 91.666%;}
  .col-2xs-12{width: 100%;}
  .col--fixed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: none;
    z-index: 10000;
    width: auto;
  }
  .grid--default .col--sticky-2xs {
    margin: 0 -10px;
    z-index: 100;
  }
  .grid--default .col--fixed {
    margin: 0;
    padding: 0 20px;
  }
}

@media (max-width: 479px) {
  /* --- grid --- */
  .col-3xs-1{width: 8.333%;}
  .col-3xs-2{width: 16.666%;}
  .col-3xs-3{width: 25%;}
  .col-3xs-4{width: 33.33%;}
  .col-3xs-5{width: 41.666%;}
  .col-3xs-6{width: 50%;}
  .col-3xs-7{width: 58.333%;}
  .col-3xs-8{width: 66.666%;}
  .col-3xs-9{width: 75%;}
  .col-3xs-10{width: 83.333%;}
  .col-3xs-11{width: 91.666%;}
  .col-3xs-12{width: 100%;}
}

@media (max-width: 379px) {
  /* --- grid --- */
  .col-4xs-1{width: 8.333%;}
  .col-4xs-2{width: 16.666%;}
  .col-4xs-3{width: 25%;}
  .col-4xs-4{width: 33.33%;}
  .col-4xs-5{width: 41.666%;}
  .col-4xs-6{width: 50%;}
  .col-4xs-7{width: 58.333%;}
  .col-4xs-8{width: 66.666%;}
  .col-4xs-9{width: 75%;}
  .col-4xs-10{width: 83.333%;}
  .col-4xs-11{width: 91.666%;}
  .col-4xs-12{width: 100%;}
}

/***** Buttons *****/
.button, [role="button"] {
  border: 1px solid rgba(28, 117, 168, .25);
  border-radius: 4px;
  color: #1c75a8;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: .15s;
  user-select: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  width: auto;
}

.button::after, [role="button"]::after {
  /*color: rgba(240, 50, 38, 1);*/
  /*transition: .15s;*/
}

.article-vote.button::after,
.article-vote[role="button"]::after {
  /*color: #1c75a8;*/
}

.article-vote.button:hover::after,
.article-vote[role="button"]:hover::after {
  /*color: #1c75a8;*/
}

.article-vote.button:focus::after,
.article-vote[role="button"]:focus::after {
  /*color: #fff;*/
}


.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  /*background-color: rgba(240, 50, 38, 1);*/
  /*color: #ffffff;*/
  text-decoration: none;
}

.button[aria-selected="true"] {
  background-color: #1c75a8;
  color: #fff;
}

.button[aria-selected="true"]:hover,
.button[aria-selected="true"]:focus {
  background-color: #1c75a8;
  color: #fff;
}


.button[aria-selected="true"]::before,
.button[aria-selected="true"]::after {
  color: #fff;
}

.button[aria-selected="true"]:hover::before,
.button[aria-selected="true"]:focus::after {
  color: #fff;
}


.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: #a5140b;*/
  /*border-color: #a5140b;*/
}

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

.button-large {
  background-color: rgba(240, 50, 38, 1);
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 0 1.9286em;
  width: auto;
  border: 1px solid transparent;
}
.dropdown.button-large{
  min-width:190px;
}


.button-min {
  background-color: rgba(240, 50, 38, 1);
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  width: auto;
  border: 1px solid transparent;
}



@media (min-width: 768px) {
  .button-min {
      line-height: 2.72;
      min-width: 230px;
  }
}

@media (max-width: 767px) {
  .button-min {
    margin-right: 10px;
    font-size: 12px;
    line-height: 12px!important;
    padding: 10px 10px 8px!important;
  }
   .button-min .dropdown.button.dropdown-toggle{
      padding: 0 8px;
  }
  
  .button-min:last-child {
    margin-right: 0;
  }
  .button-min .dropdown-toggle{
    margin: 0;
  }
}

input[type="submit"] {

}

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {

}

.button-large:hover,
.button-large:active,
.button-large:focus {
  background-color: #a5140b;
}

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

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

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

/* ========================= */
/* btn */
/* ========================= */
input[type="submit"],
.nav-wrapper a.btn,
a.btn,
.btn,
.nav-wrapper a.login {
  display: inline-block;
  border-radius: 4px;
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 11px 20px 12px;
  border: 1px solid rgba(0,0,0,.3);
  color: #000;
  background-color: #fff;
  transition: .15s;
  align-self: center;
}

.btn.dropdown-toggle:active,
.btn.dropdown-toggle:focus {
  background: transparent;
}

.btn--small {
  padding: 4px 9px;
  font-size: 14px;
  line-height: 20px;
}

.btn-row-10 .btn,
.btn-row-10 .btn-row_item {
  margin: 0 10px 10px 0;
}

.nav-wrapper a.btn:focus,
a.btn:focus,
.btn:focus,
.nav-wrapper a.btn:hover,
a.btn:hover,
.btn:hover,
.nav-wrapper a.login:focus,
.nav-wrapper a.login:hover {
  text-decoration: none;
  outline: none;
  border-color: rgba(0,0,0,1);
  color: #000;
}

.nav-wrapper a.btn:active,
a.btn:active,
.btn:active,
.nav-wrapper a.login:active {
  color: #fff;
  border-color: rgba(0,0,0,1);
  background-color: #000;
  border-color: transparent;
  text-decoration: none;
}

/* ========================= */
/* btn--primary */
/* ========================= */
.button-large,
input[type="submit"],
.btn--primary,
.nav-wrapper a.btn--primary {
  color: #fff;
  background-color: rgba(240, 50, 38, 1);
  box-shadow: 0px 10px 20px rgba(0,0,0,.1);
  border-color: transparent;
}

.nav-wrapper a.btn--primary {
  align-self: center;
}
.button-min--add:before,
.button-large--add:before{
    content: "+";
    font-size: 18px;
    line-height: 6px;
    margin-right: 6px;
    position: relative;
    top: 1px;
} 


input[type="submit"]:active,
a.btn--primary:active,
.btn--primary:active,
a.btn--primary:active,
.btn--primary:active {
  color: #fff;
  background-color: #c4271d;
  box-shadow: none;
  border-color: transparent;
}

input[type="submit"]:hover,
.nav-wrapper a.btn--primary:hover,
.btn--primary:hover {
  background-color: #f03226;
  color: #fff;
  box-shadow: 0px 5px 10px rgba(0,0,0,.2);
  border-color: transparent;
  text-decoration: none;
}

input[type="submit"]:focus,
.nav-wrapper a.btn--primary:focus,
.btn--primary:focus {
  background-color: #c4271d;
  color: #fff;
  box-shadow: 0px 5px 10px rgba(0,0,0,.2);
  border-color: transparent;
  outline: none;
  text-decoration: none;
}


.nav-wrapper a.btn--primary:active,
.btn--primary:active {
  color: #fff;
  background-color: #c4271d;
  border-color: transparent;
  box-shadow: none;
  text-decoration: none;
}

.btn--margin-left {
  margin-left: 18px
}


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

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

.table th,
.table th a {
  color: #999;
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
}

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

.table tr {
  border-bottom: 1px solid #cfd4d7;
  display: table-row;
}

.table td {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #595959;
  display: table-cell;
  padding: 22px 20px;
}

.table th {
  padding: 8px 20px;
}

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

.form--new-request {
  margin-top: 25px;
}

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

.dropdown-menu [role="separator"] {
  margin: 0 20px;
  padding: 0;
}


#user-dropdown.dropdown-menu [role="separator"] {
  font-family: "Roboto Light", sans-serif;
  font-size: 28px;
  line-height: 38px;
  color: #595959;
  padding-top: 20px;
  margin: 0 30px 10px;
  border-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1300px) {
  #user #user-password {
    min-width: 100%;
  }
}

#user #user-password #password-form {
  padding: 15px 30px 30px;
}

#user #user-password #password-form input[type="password"] {
  height: 44px;
  padding: 10px;
}

#user #user-password #password-form label {
  font-size: 18px;
}

#user #user-password #password-form strong {
  font-weight: normal;
  font-size: 14px;
  color: #595959;
}

#user #user-password #password-form ul {
  font-size: 14px;
  color: #999;
}

.dropdown-menu label,
.form-field label {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  color: #999;
}

.dropdown-menu input,
.form-field input {
  border: 1px solid rgba(89, 89, 89, .3);
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}

.dropdown-menu input:focus,
.form-field input:focus {
  border: 1px solid rgb(89, 89, 89);
}

.dropdown-menu input[type="text"],
.form-field input[type="text"] {
  border: 1px solid rgba(89, 89, 89, .3);
  border-radius: 5px;
}

.dropdown-menu input[type="text"]:focus,
.form-field input[type="text"]:focus {
  border: 1px solid rgb(89, 89, 89);
}

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

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


.dropdown-menu .nesty-input:focus,
.form-field .nesty-input:focus {
  border: 1px solid rgb(89, 89, 89);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(240, 50, 38, 1);
  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: #999;
  font-size: 14px;
  margin: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url(//theme.zdassets.com/theme_assets/1242682/6aae8ce36967837f706ac36deff4b753e43977a4.gif) 99% 50% no-repeat;
  background-size: 16px 16px;
}

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

.form footer a {
  color: #666;
  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: #0d3851;
}

/***** Header *****/
.header .container {
  position: relative;
  display: flex;
  height: 100px;
  justify-content: space-between;
}

.logo {
  align-self: center;
}

@media (max-width: 1300px) {
  
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000000;
    height: 0;
  }
  
  .logo {
    display: none;
  }

  .header .container {
    height: 0;
  }
}

.logo img {
  max-height: 54px;
}

.logo a {
  transition: opacity .15s;
}

.logo a:hover {
  opacity: .7;
}

.nav-wrapper {
  display: flex;
}

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

.nav-wrapper a.user-nav__link,
.nav-wrapper span.user-nav__link {
  color: #999;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  transition: .15s;
  padding: 0;
  margin: 0 20px;
  display: block;
  align-items: center;
  padding: 38px 0;
  border-top: 1px
}

.user-nav__link {
  letter-spacing: 1px;
  position: relative;
}

span.user-nav__link {
  cursor: default;
}

.user-nav__link-icon {
  display: inline-block;
  margin-right: 5px;
}

.nav-wrapper a.user-nav__link:hover,
.nav-wrapper a.user-nav__link:focus {
  color: rgba(240, 50, 38, 1);
  text-decoration: none;
}

.nav-wrapper .user-nav__link:after {
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: background-color .15s;
}

.nav-wrapper a.user-nav__link:hover:after {
  background-color: rgba(240, 50, 38, 1);
}

.nav-wrapper span.user-nav__link.active,
.nav-wrapper span.user-nav__link:active,
.nav-wrapper a.user-nav__link.active,
.nav-wrapper a.user-nav__link:active {
  color: #000;
  text-decoration: none;
}

.nav-wrapper a.user-nav__link.active:hover {
  color: rgba(240, 50, 38, 1);
}


@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: rgba(28, 117, 168, 1);
  display: inline-block;
  font-size: 16px;
  font-family: "Roboto Light", sans-serif;
  width: auto;
}

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

.nav-wrapper a.main-menu_btn:hover, .nav-wrapper a.main-menu_btn:focus, .nav-wrapper a.main-menu_btn:active {
  background-color: transparent;
  color: rgba(240, 50, 38, 1);
  text-decoration: none;
}

@media (max-width: 1300px) {
  .nav-wrapper .main-menu_item__alt a:hover, 
  .nav-wrapper .main-menu_item__alt a:focus, 
  .nav-wrapper .main-menu_item__alt a:active {
    background-color: rgba(240, 50, 38, 1);
    color: #fff;
    text-decoration: none;
  }
}

.nav-wrapper a.login {
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 1300px) {
  .nav-wrapper a.login {
    display: inline-block;
    margin-left: 20px;
  }
}

.nav-wrapper .icon-menu {
  border: 0;
  color: rgba(28, 117, 168, 1);
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

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

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

.nav-wrapper .icon-menu:hover, .nav-wrapper .icon-menu:focus, .nav-wrapper .icon-menu:active {
  background-color: transparent;
  color: rgba(28, 117, 168, 1);
}

/***** TOP PANEL *****/
.top-panel {
  height: 40px;
  background-color: #f03226;
  color: #fff;
  font-size: 0;
  position: relative;
  z-index: 90;
}

.top-panel__cont {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1300px) {
  .top-panel__cont {
    padding: 0 20px;
  }
}

.top-panel__link {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  padding: 8px 15px 8px 0;
  transition: .15s;
  height: 40px;
}

.top-panel__link:hover,
.top-panel__link:active,
.top-panel__link:focus {
  text-decoration: none;
}

.top-panel__link-icon {
  opacity: .8;
  transition: .15s;
}

.top-panel__link-icon .svg-icon {
  display: block;
}

.top-panel__link:hover .top-panel__link-icon {
  opacity: 1;
}

.top-panel__link-text {
  margin-left: 10px;
}

.top-panel__link-text-right {
  right: 50px;
}

/***** START top-panel__btn-phone *****/

.btn-phone {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 0 0 15px;
  height: 40px;
  transition: background .15s;
  color: #fff;
}

.btn-phone::after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.btn-phone,
.top-panel-btn_icon,
.top-panel-btn_text,
.top-panel-btn_chevron {
  transition: .15s;
}

.btn-phone__icon, .btn-phone__text, .btn-phone__chevron {
  margin-right: 10px;
}

.btn-phone__icon:last-child,
.btn-phone__text:last-child,
.btn-phone__chevron:last-child {
  margin-right: 0;
}

.btn-phone strong {
  font-weight: 700;
  font-size: 18px;
  line-height: inherit;
}

.btn-phone.open .btn-phone__chevron {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-phone__icon {
  position: relative;
}

.btn-phone__icon .svg-icon {
  opacity: .7;
  transition: .15s;
}

.btn-phone:hover .btn-phone__icon .svg-icon {
  opacity: 1;
}

.btn-phone__icon-badge {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: 1px;
}

.btn-phone__chevron-icon {
  width: 10px;
  height: 10px;
}

.btn-phone__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

/* --- dropdown --- */
.dropdown-owner {
  position: relative;
}

.dropdown-owner::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  z-index: 101;
  opacity: 0;
  border-top: none;
  border-bottom: 5px solid #fff;
  transition: .3s;
}

.dropdown-owner.open::before {
  opacity: 1;
}

.dropdown-a {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  padding: 18px 20px;
  -ms-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  z-index: 100;
  max-width: calc(100vw - 20px);
  font-size: 16px;
  color: #000;
  white-space: normal;
}

.dropdown__manual {
  opacity: 0;
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0) translate3d(0,0,0);
  pointer-events: none;
  transition: transform .3s, opacity .3s;
}

.dropdown-owner.open .dropdown__manual {
  opacity: 1;
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1) translate3d(0,0,0);
  pointer-events: all;
}

.dropdown__md {
  width: 350px;
}

.dropdown__sm {
  width: 265px;
}

.dropdown__sm-top-nav {
  width: 300px;
}

.dropdown__xs {
  width: 220px;
}

.dropdown_title {
  color: #999;
  font-size: 14px;
  font-family: "Roboto Bold", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.dropdown_wide-block {
  margin: 0 -20px;
}

.dropdown_wide-block:first-child {
  margin-top: -18px;
}

.dropdown_wide-block:last-child {
  margin-bottom: -18px;
}

.dropdown_btn-row {
  margin-top: 20px;
}

.dropdown_btn-row:first-child {
  margin-top: 0;
}

/****** Slick Slider lib ******/
/* https://github.com/kenwheeler/slick/ */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slick theme */
/* https://github.com/kenwheeler/slick/ */
.slick-loading .slick-list {
  /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/******** Card Slider ********/



/******** Card Banners ********/
/* --- card banners --- */
.section-card-banners {
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #e8eded 0px, #fff 380px, #fff 100%) no-repeat;
  border-bottom: 1px solid #cfd4d7;
}

@media (max-width: 999px) {
  .section-card-banners {
    padding-bottom: 20px;
  }
}

.card-banners {
  margin: 30px 0;
}

.card-banners:first-child {
  margin-top: 0;
}

.card-banners:last-child {
  margin-bottom: 0;
}

.card-banners__item {
  margin-bottom: 20px;
  transition: -webkit-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
}

.card-banners__item--small {
  height: 170px;
}

.card-banners__slider {
  overflow: hidden;
  margin: 0 -10px;
  width: calc(100% + 20px);
}

.card-banners__slide:focus {
  outline: none;
}

.card-banners__header {
  height: 80px;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
}

.card-banners__link-prev-wrap {
  position: absolute;
  top: 0;
  left: 10px;
}

.card-banners__link-prev {
  cursor: pointer;
  text-decoration: none;
  transition: .15s;
  outline: none;
  border: none;
  background: none;
  position: relative;
  padding: 0 0 0 13px;
  margin: 27px 0 0 0;
  float: left;
}

.card-banners__link-prev:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1c75a8;
  border-left: 2px solid #1c75a8;
  transition: .15s;
  outline: none;
  transform: rotate(-45deg);
}

.card-banners__link-prev-ico {
  display: block;
  position: absolute;
  width: 4px;
  height: 8px;
  top: 0;
  left: 0;
}

.card-banners__link-prev-text {
  font-family: 'Roboto light', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #1c75a8;
  border-bottom: 1px solid rgba(28,117,168,.3);
  transition: .15s;
}

.card-banners__link-prev:hover .card-banners__link-prev-text {
  color: rgba(240, 50, 38, 1);
  border-bottom: 1px solid rgba(240, 50, 38, .3);
}

.card-banners__link-prev:hover:before {
  border-color: rgba(240, 50, 38, 1);
}

.card-banners__title {
  text-align: center;
  color: #999;
  font-family: "Roboto Light", sans-serif;
  font-size: 26px;
  line-height: 34px;
  padding-left: 130px;
  padding-right: 130px;
  margin-top: 23px;
  margin-bottom: 0;
  overflow: hidden;
  max-height: 34px;
}

@media (max-width: 999px) {
  .card-banners__title {
    font-size: 24px;
    overflow: visible;
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
}

.card-banner__svg {
  margin: 0 auto;
  max-width: 45px;
  max-height: 44px;
}

.card-banners__category-wrap {
  display: none;
}

.card-banners__category-wrap.active {
  display: flex;
}

.card-banners__item {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (max-width: 999px) {
  /*.card-banners__header {*/
    /*height: 60px;*/
  /*}*/

  /*.card-banners__link-prev {*/
    /*margin-top: 17px;*/
  /*}*/
  .card-banners__header--empty {
    height: 20px;
  }

  .card-banners__header--full {
    height: auto;
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

/* --- card banner --- */
.card-banner {
  padding: 30px 20px;
  border-radius: 4px;
  background-color: #fff;
  background-size: cover;
  background-position: right center;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, .2);
  height: 200px;
  position: relative;
  color: #000;
  overflow: hidden;
  transition: .15s;
  cursor: pointer;
}
.card-banner:focus {
  outline: none;
}
.card-banner.show-animate{transition: .15s, opacity 1s, -webkit-transform 1s; transition: .15s, opacity 1s, transform 1s;}
.card-banner.disabled,
.card-banners__item.disabled .card-banner{opacity: .4;}
.no-touch .card-banner:hover{opacity: 1;}

.card-banner,
.card-banner:hover,
.card-banner:focus {
  text-decoration: none;
}

.no-touch .card-banner:hover {
  box-shadow: 0px 3px 11px rgba(0,0,0,.2);
}

.card-banner__icon {
  text-align: center;
  color: rgba(240, 50, 38, 1);
  height: 44px;
  display: flex;
  align-items: center;
}

.card-banner__icon + .card-banner__icon {
  display: none;
}


.card-banner__title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 1px;
  color: #595959;
  margin-top: 15px;
  text-transform: uppercase;
  overflow: hidden;
  max-height: 1.77em;
}

.card-banner__title:first-child {
  margin-top: 0;
}

.card-banner__descr {
  text-align: center;
  margin-top: 7px;
  font-size: 12px;
  line-height: 24px;
  color: #999999;
  overflow: hidden;
  max-height: 3.43em;
}

/* --- consult phone row --- */
.consult-phone-row {
  display: table;
  margin: 18px 0;
}

.consult-phone-row:first-child {
  margin-top: 0;
}

.consult-phone-row:last-child {
  margin-bottom: 0;
}

.consult-phone-row_icon-cell, .consult-phone-row_number-cell, .consult-phone-row_comment-cell {
  display: table-cell;
  vertical-align: middle;
  transition: .15s;
  text-align: left;
}

.consult-phone-row_icon-cell {
  color: #f03226;
  padding-right: 4px;
}

.consult-phone-row_icon-cell .svg-icon {
  width: 30px;
  height: 30px;
}

.consult-phone-row_number-cell {
  color: #f03226;
  font-size: 25px;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 1300px) {
  .consult-phone-row_number-cell {
    font-size: 23px;
  }
}

.consult-phone-row_comment-cell {
  padding-left: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #999;
}

.consult-phone-row__breakable {
  display: block;
  font-size: 0;
}

.consult-phone-row__breakable .consult-phone-row_icon-cell {
  display: inline-block;
}

.consult-phone-row__breakable .consult-phone-row_number-cell {
  display: inline-block;
  padding-right: 20px;
  margin-right: -34px;
}

.consult-phone-row__breakable .consult-phone-row_comment-cell {
  display: inline-block;
  padding: 6px 0;
  margin-left: 34px;
}

.no-touch .consult-phone-row:hover .consult-phone-row_icon-cell, .no-touch .consult-phone-row:hover .consult-phone-row_number-cell {
  opacity: .7;
}

.no-touch .consult-phone-row:hover .consult-phone-row_comment-cell {
  color: #000;
}

.consult-phone-row__gray .consult-phone-row_icon-cell, .consult-phone-row__gray .consult-phone-row_number-cell, .consult-phone-row__gray .consult-phone-row_comment-cell {
  color: #595959;
}

.consult-phone-row__white .consult-phone-row_icon-cell, .consult-phone-row__white .consult-phone-row_number-cell {
  color: #fff;
}

.no-touch .consult-phone-row__white:hover .consult-phone-row_icon-cell, .no-touch .consult-phone-row__white:hover .consult-phone-row_number-cell {
  opacity: .4;
}

.no-touch .consult-phone-row__white:hover .consult-phone-row_comment-cell {
  color: #cfd4d7;
}





/***** END top-panel__btn-phone *****/



/***** User info in header *****/
.user-info {
  display: inline-block;
  margin-left: 20px;
  margin-right: -4px;
  align-self: center;
}

.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: rgba(28, 117, 168, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover {
  color: rgba(28, 117, 168, 1);
  background-color: transparent;
}

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

.user-info:hover > [role="button"]::after {
  color: rgba(240, 50, 38, 1);
}

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

#user #user-name {
  display: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000;
  transition: .15s;
}

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

#user:hover #user-name {
  text-decoration: none;
  color: rgba(240, 50, 38, 1);
}

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

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

/* #f03226 */

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

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

/***** Footer *****/
.footer {
  background-color: #595959;
  padding: 36px 0 33px;
  color: #999;
}

.footer a {
  color: #999;
}

.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: #666;
  display: inline-block;
  font-weight: 300;
}

.footer__grid {
  font-size: 12px;
  margin-top: -40px;
}

.footer__col {
  margin-top: 40px;
}

.footer p {
  margin: 0 0 6px;
}

.footer p:last-child {
  margin-bottom: 0;
}

.footer a {
  color: #999;
  cursor: pointer;
  text-decoration: none;
  transition: .15s;
  outline: none;
}

.no-touch .footer a:hover {
  color: #cfd4d7;
  border-bottom-color: rgba(207,212,215,.3);
  text-decoration: none;
}

.footer__left-info {
  display: flex;
}


.footer__logo {
  flex: 0 0 auto;
  margin-right: 15px;
  color: #999;
}

.footer__pic {
  width: 28px;
}

.footer .developer-link {
  border: none;
}

.footer__arrow-link-wrap {
  display: flex;
  justify-content: flex-end;
}

.footer__arrow-link {
  text-align: right;
  color: #fff;
  display: flex;
}

.footer a.footer__arrow-link {
  border: none;
  color: #fff;
}

.no-touch a.footer__arrow-link:hover {
  color: #999;
}

.footer__arrow-link-text {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}

.footer__links {
  text-align: center;
}

.consult-phone-row__centered {
  text-align: center;
}

.consult-phone-row__white .consult-phone-row_icon-cell, 
.consult-phone-row__white .consult-phone-row_number-cell {
  color: #fff;
}

.consult-phone-row_icon-cell {
  padding-right: 4px;
  vertical-align: middle;
  transition: .15s;
}

.consult-phone-row__breakable .consult-phone-row_icon-cell {
  display: inline-block;
}

.consult-phone-row_icon-cell .svg-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  transition: inherit;
}

.consult-phone-row__breakable .consult-phone-row_number-cell {
  display: inline-block;
  padding-right: 20px;
  margin-right: -34px;
}

.consult-phone-row__breakable .consult-phone-row_comment-cell {
  display: inline-block;
  padding: 6px 0;
  margin-left: 34px;
}

.consult-phone-row_comment-cell {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #999;
  vertical-align: middle;
  transition: .15s;
}

@media (max-width: 999px) {

  .footer__arrow-link-wrap {
    justify-content: flex-start;
  }
}

@media (max-width: 759px) {
  .footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer__col--left {
    order: 3;
  }

  .footer__col--center {
    order: 2;
  }

  .footer__col--right {
    order: 1;
  }

  .footer__arrow-link-wrap {
    justify-content: center;
  }

  .footer__logo {
    display: none;
  }

  .footer__text-wrap {
    margin: 0 auto;
    text-align: center;
  }
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
}

@media (max-width: 759px) {
  .breadcrumbs {
    margin: 0 0 15px 0;
  }
}

.breadcrumbs li {
  color: #666;
  display: inline;
  font-weight: 300;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a:visited {
  color: rgba(28, 117, 168, 1);
}

.breadcrumbs li a:hover:visited {
  color: rgba(240, 50, 38, 1);
}

.new_request_page ~ .container h1 {
  margin-bottom: 0;
  margin-top: 28px;
}


.section_page ~ .container .breadcrumbs li:first-child,
.section_page ~ .container .breadcrumbs li:last-child,
.search_results_page ~ .container .sub-nav .breadcrumbs li:last-child,
.category_page ~ .container .breadcrumbs li:last-child,
.new_request_page ~ .container .breadcrumbs li:last-child,
.article_page ~ .container .breadcrumbs li:not(:last-child) {
  display: none;
}

/* Ссылка "Назад" как часть хлебных крошек*/
.search_results_page ~ .container .sub-nav .breadcrumbs li a,
.category_page ~ .container .breadcrumbs li a,
.new_request_page ~ .container .breadcrumbs li a,
.section_page ~ .container .breadcrumbs li a,
.article_page ~ .container .breadcrumbs li a {
  cursor: pointer;
  text-decoration: none;
  transition: .15s;
  outline: none;
  border: none;
  background: none;
  position: relative;
  padding: 0;
  margin: 0 10px 0 13px;
  float: left;
  font-family: 'Roboto light', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #1c75a8;
  border-bottom: 1px solid rgba(28,117,168,.3);
}

.search_results_page ~ .container .sub-nav .breadcrumbs li + li::before,
.category_page ~ .container .breadcrumbs li + li::before,
.new_request_page ~ .container .breadcrumbs li + li::before,
.section_page ~ .container .breadcrumbs li + li::before,
.article_page ~ .container .breadcrumbs li + li::before {
  display: none;
  content: '';
}

.search_results_page ~ .container .sub-nav .breadcrumbs li a:before,
.category_page ~ .container .breadcrumbs li a:before,
.new_request_page ~ .container .breadcrumbs li a:before,
.section_page ~ .container .breadcrumbs li a:before,
.article_page ~ .container .breadcrumbs li a:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -13px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1c75a8;
  border-left: 2px solid #1c75a8;
  transition: .15s;
  outline: none;
  transform: rotate(-45deg);
}

.search_results_page ~ .container .sub-nav .breadcrumbs li a:hover,
.category_page ~ .container .breadcrumbs li a:hover,
.new_request_page ~ .container .breadcrumbs li a:hover,
.section_page ~ .container .breadcrumbs li a:hover,
.article_page ~ .container .breadcrumbs li a:hover {
  color: rgba(240, 50, 38, 1);
  border-bottom: 1px solid rgba(240, 50, 38, .3);
}

.search_results_page  ~ .container .sub-nav .breadcrumbs li a:hover:before,
.category_page  ~ .container .breadcrumbs li a:hover:before,
.new_request_page  ~ .container .breadcrumbs li a:hover:before,
.section_page ~ .container .breadcrumbs li a:hover:before,
.article_page ~ .container .breadcrumbs li a:hover:before {
  border-color: rgba(240, 50, 38, 1);
}

/***** Search field *****/
.search {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.search_results_page ~ .container .search {
  margin: 0 0 0 40px;
  flex: 1 0 auto;
  max-width: 100%;
  width: auto;
}

@media (max-width: 759px) {
  .search_results_page ~ .container .search {
    margin: 0;
    width: 100%;
  }
}

.hero .search {
  margin-top: 32px;
}

.search input[type="search"] {
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #595959;
  height: 75px;
  padding-left: 70px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 4px;
  font-family: "Roboto Light", sans-serif;
}

.search input[type="search"]::placeholder {
  color: #aeb1b3;
}

.requests-table-toolbar .search,
.sub-nav .search {
  margin: 0 0 0 auto;
  width: 178px;
}

@media (max-width: 759px) {
	.requests-table-toolbar .search,
	.sub-nav .search {
		margin: 10px 0 0 0;
	}
}

@media (max-width: 639px) {
	.requests-table-toolbar .search,
	.sub-nav .search {
		width: 100%;
	}
}

.requests-table-toolbar .search::before,
.sub-nav .search::before {
  font-size: 16px;
  left: 0;
}

.requests-table-toolbar .search input[type="search"],
.sub-nav .search input[type="search"] {
  height: auto;
  border: none;
  border-radius: 0;
  padding-left: 27px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #e0e0e0;
}
@media (min-width: 760px){
  .requests-table-toolbar .search input[type="search"],
  .sub-nav .search input[type="search"] {
     	font-size: 16px;
      padding-left: 28px;
    	padding-right: 10px;
  }
}

@media (max-width: 759px){
  .requests-table-toolbar .search input[type="search"],
  .sub-nav .search input[type="search"]  {
     font-size: 23px;
   	 padding-left: 35px;
  }
}

.requests-table-toolbar .search::before,
.sub-nav .search::before {
    font-size: 16px;
  	left: 9px;
  }
}


@media (max-width: 759px){
  .requests-table-toolbar .search::before,
  .sub-nav .search::before {
    font-size: 23px;
  left: 8px;
  }
}


@media (max-width: 759px){
.requests-table-toolbar .search:before,
.sub-nav .search::before {
      font-size: 23px;
  }
}


@media (max-width: 759px){
  .requests-table-toolbar .search::before,
  .sub-nav .search::before {
    font-size: 23px;
  left: 8px;
  }
}

@media (max-width: 759px){
  .requests-table-toolbar .search::before,
  .sub-nav .search::before {
    font-size: 23px;
  left: 8px;
  }
}


@media (max-width: 759px){
.requests-table-toolbar .search:before,
.sub-nav .search::before {
      font-size: 23px;
  }
}

.requests-table-toolbar .search input[type="search"] {
  margin-top: 4px;
}

.requests-table-toolbar .search input[type="search"]:placeholder,
.sub-nav .search input[type="search"]:placeholder {
  color: #595959;
  font-family: "Roboto Light", sans-serif;
}







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

.requests-table-toolbar .search input[type="search"]:focus,
.search input[type="search"]:focus {
  border: 1px solid rgba(240, 50, 38, 1);
  color: #555;
}

.requests-table-toolbar .search input[type="search"]:focus,
.sub-nav .search input[type="search"]:focus {
  border: none;
  border-bottom: 1px solid rgba(89, 89, 89, .3);
  color: #555;
}


.search::before {
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #777;
  content: "\1F50D";
  font-size: 24px;
  position: absolute;
  left: 29px;
}

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

.search-full input[type="search"] {
  border: 1px solid #fff;
  max-width: 900px;
  font-family: "Roboto Light", sans-serif;
  font-size: 24px;
}

.main-menu .search {
  margin: 0;
}

.main-menu .search-full input[type="search"] {
  border: 0;
  background: transparent;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: "Roboto Light", sans-serif;
  height: auto;
  padding: 0;
}

.main-menu .search-full input[type="search"]::placeholder {
  color: rgba(255,255,255,.5);
  font-family: "Roboto", sans-serif;
}

.main-menu .search::before {
  display: none;
}




@media (max-width: 759px) {
  .hero .search input[type="search"] {
    height: 55px;
    padding-left: 60px;
  }

  .hero .search input[type="search"] {
    left: 60px;
  }

  .hero .search::before {
    left: 20px;
  }

  .hero .search-full input[type="search"] {
    font-size: 22px;
  }
}

/***** Hero component *****/
.hero {
  background-image: url(//theme.zdassets.com/theme_assets/1242682/a69147172fc3e2a34009b24563e40658237129e5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero-inner {
  padding-top: 130px;
  padding-bottom: 130px;
  max-width: 100%;
  margin: 0 auto;
}

.hero-inner__heading {
  color: #fff;
  margin-bottom: 0;
  padding-left: 55px;
  padding-right: 55px;
}

.hero-inner__caption {
  font-family: "Roboto Light", sans-serif;
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  margin-top: 14px;
  padding-left: 55px;
  padding-right: 55px;
}

@media (max-width: 759px) {
  .hero-inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-inner__heading {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-inner__caption {
    display: none;
  }
}

.page-header {
  display: flex;
	align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
	flex-direction: row;
	margin: 0;
}
.page-header--right {
  justify-content: flex-end;
}

.page-header .section-subscribe {
	margin-top: 18px;
}

@media (max-width: 759px) {
	.page-header {
		flex-direction: column;
		margin: 10px 0;
	}
}

.page-header__descr {
  font-size: 16px;
  color: #999;
  font-family: "Roboto Light", sans-serif;
  max-width: 700px;
  margin-top: 10px;
  margin-bottom: 0;
}

.article-unsubscribe,
.article-subscribe,
.section-unsubscribe [role="button"],
.section-subscribe [role="button"] {
  border: 1px solid rgba(28, 117, 168, .25);
  color: #1c75a8;
  font-size: 14px;
  line-height: 28px;
  font-family: "Roboto Light", sans-serif;
}

.article-unsubscribe,
.article-subscribe {
  padding: 0 10px;
}

.section-unsubscribe [role="button"],
.section-subscribe [role="button"] {
  padding: 0 27px 0 10px;
}

.section-unsubscribe .dropdown-toggle,
.section-subscribe .dropdown-toggle {
  position: relative;
}

.article-unsubscribe:hover,
.article-subscribe:hover,
.page-header [role="button"]:hover {
  border: 1px solid rgba(28, 117, 168, 1);
  color: #1c75a8;
  background: transparent;
}

.article-unsubscribe:focus,
.article-subscribe:focus,
.page-header [role="button"]:focus {
  border: 1px solid rgba(28, 117, 168, 1);
  color: #fff;
  background: #1c75a8;
}

.section-subscribe .dropdown-toggle::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 12px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #1c75a8;
  border-left: 1px solid #1c75a8;
  transition: .15s;
  outline: none;
  transform: rotate(-135deg);
}

.article-subscribe:focus:before,
.page-header [role="button"]:focus:before {
  border-color: #fff;
}





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

.page-header-description {
  font-family: "Roboto Light", sans-serif;
  margin: 6px 0 0 0;
  word-break: break-word;
  color: #999;
  font-size: 22px;
  line-height: 34px;
  flex-basis: 100%;
}

.page-header-description--small {
  font-size: 14px;
  line-height: 27px;
}

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

.sub-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 28px;
  min-height: 50px;
  padding-top: 75px;
  padding-bottom: 0;
  align-items: center;
}

@media (max-width: 759px) {
  .sub-nav {
    flex-direction: column;
		padding-top: 40px;
		margin-bottom: 20px;
    align-items: flex-start;
  }
}

.sub-nav input[type="search"] {
  min-width: 177px;
}

.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 rgba(240, 50, 38, 1);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(240, 50, 38, 1);
  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: rgba(240, 50, 38, 1);
}

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

.blocks-item-link {
  color: rgba(240, 50, 38, 1);
  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;
}

/***** Articles *****/
.articles {
  padding-top: 50px;
}

.articles__title {
  text-align: center;
  font-family: "Roboto Light", sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  color: #595959;
  margin-bottom: 45px;
}

@media (max-width: 1920px) {
  .articles {
    padding-top: 34px;
  }

  .articles__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .article-list {
    margin-top: 20px;
  }

  .article-list-duplicate {
  color: #1c75a8;
  border-bottom: 1px solid rgba(28,117,168,.3);
  transition: .15s;
	font-family: "Roboto Light", sans-serif;
  margin-bottom: 13px;
	display: inline-block;
  }
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 759px) {
  .promoted-articles {
    flex-direction: column;
  }
}

.promoted-articles-item {
  align-self: flex-start;
  flex: 0 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  margin-bottom: 13px;
  font-family: "Roboto Light", sans-serif;
}

@media (max-width: 759px) {
  .promoted-articles-item {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}

/***** dashed-blocks in homepage *****/

.dashed-blocks {
  margin-top: 70px;
  margin-bottom: 80px;
}

.dashed-blocks__grid {
  margin: 0 -10px;
  width: calc(100% + 20px);
}

.dashed-blocks__col {
  padding: 5px 10px;
}

.content_center{
  margin:0 auto;
}


@media (max-width: 759px) {

  .dashed-blocks {
    margin-top: 34px;
    margin-bottom: 40px;
  }

  .dashed-blocks__col:not(:first-child) {
    margin-top: 20px;
  }
}

.dashed-blocks__link {
  padding: 30px 20px;
  border-radius: 4px;
  background-color: #fff;
  background-size: cover;
  background-position: right center;
  box-shadow: 0px 1px 4px transparent;
  height: 115px;
  position: relative;
  overflow: hidden;
  transition: .15s;
  cursor: pointer;
  text-decoration: none;
  color: #595959;
}

@media (max-width: 759px) {
  .dashed-blocks__link {
    height: auto;
  }
}

.no-touch .dashed-blocks__link:hover {
  text-decoration: none;
  color: #1c75a8;
}

.dashed-blocks__link:focus {
  text-decoration: none;
}

.no-touch .dashed-blocks__link:hover .dashed-blocks__link-icon {
  color: #1c75a8;
}

.dashed-blocks__link-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  opacity: 1;
  transition: .15s;
  background: linear-gradient(to right, #cfd4d7 0px, #cfd4d7 5px, rgba(207,212,215,0) 5px, rgba(207,212,215,0) 10px, #cfd4d7 10px) repeat-x 3px 0px / 10px 1px, linear-gradient(to bottom, #cfd4d7 0px, #cfd4d7 5px, rgba(207,212,215,0) 5px, rgba(207,212,215,0) 10px, #cfd4d7 10px) repeat-y 100% 3px / 1px 10px, linear-gradient(to right, #cfd4d7 0px, #cfd4d7 5px, rgba(207,212,215,0) 5px, rgba(207,212,215,0) 10px, #cfd4d7 10px) repeat-x 3px 100% / 10px 1px, linear-gradient(to bottom, #cfd4d7 0px, #cfd4d7 5px, rgba(207,212,215,0) 5px, rgba(207,212,215,0) 10px, #cfd4d7 10px) repeat-y 0px 3px / 1px 10px;
}

.no-touch .dashed-blocks__link:hover .dashed-blocks__link-frame {
  opacity: 0;
}

.no-touch .dashed-blocks__link:hover {
  box-shadow: 0px 3px 11px rgba(0,0,0,.2);
}

.dashed-blocks__link-icon {
  display: block;
  margin: 0 auto;
  height: 29px;
  color: rgba(240, 50, 38, 1);
  text-align: center;
}

.dashed-blocks__link-svg {
  width: 100%;
  height: 29px;
}

.dashed-blocks__link-txt {
  display: block;
  text-align: center;
  font-family: "Roboto Bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 12px;
  letter-spacing: 1px;
}


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

.community-image {
  min-height: 300px;
  background-image: url(//theme.zdassets.com/theme_assets/1242682/a69147172fc3e2a34009b24563e40658237129e5.jpg);
  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;
  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: #666;
  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: rgba(240, 50, 38, 1);
  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 100%;
  }
}

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

.section-tree .section {
  flex: initial;
  width: 100%;
  position: relative;
  margin-top: 38px;
  margin-bottom: 0;
}

.section-tree .section:not(:last-child) {
  padding-bottom: 45px;
}

.section-tree .section:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #cfd4d7;
}

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

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

.section-tree-title__link {
  color: #595959;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 33px;
}

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

.article-list {
  margin-top: 30px;
}

.article-list-item {
  font-size: 16px;
  align-self: flex-start;
  flex: 0 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 13px;
  font-family: "Roboto Light", sans-serif;
}

.article-list-item--full{
  width: 100%;
}

.article-list-item--half {
  width: 50%;
}

@media (max-width: 759px) {
	.article-list-item--half {
		width: 100%;
	}
}

.icon-star::before {
  color: rgba(240, 50, 38, 1);
  font-size: 18px;
  margin-right: 5px;
}

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

.section-content {
  flex: 1;
}

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

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

.dropdown-menu {
  padding: 0;
  box-shadow: 0px 3px 10px rgba(0,0,0,.2);
  border: 0;
  left: auto;
  right: -5px;
  display: block;
  opacity: 0;
  transform: scaleY(0) translate3d(0,0,0);;
  pointer-events: none;
  transition: transform .3s, opacity .3s;
  transform-origin: center top;
}

.comment-actions .dropdown-menu {
  right: auto;
  left: 0;
}

.section-subscribe .dropdown-menu {
	right: 0;
	left: auto;
}

@media (max-width: 759px) {
  .section-subscribe .dropdown-menu {
    left: 0;
    right: auto;
  }
}


@media (min-width: 768px){
  .dropdown-menu [role="menuitem"] {
    padding: 15px 20px;
    white-space: nowrap;
  }
}

@media (max-width: 767px){
  .dropdown-menu [role="menuitem"] {
    padding: 10px;
    white-space: nowrap;
    font-size: 12px;
  }
}
.dropdown-menu [role="menuitem"]:hover,
.dropdown-menu [role="menuitem"]:focus,
.dropdown-menu [role="menuitem"]:active {
  background: #e8eded;
}

.dropdown-menu a:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.dropdown-menu a:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropdown-menu [href^="/access/logout"] {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Roboto Bold", sans-seri;
  border-top: 1px solid #1c75a8;
}

.dropdown-menu [href^="/access/logout"]:hover {
  color: #1c75a8;
}

.dropdown-menu [href^="/access/logout"]:before {
  content: url(//theme.zdassets.com/theme_assets/1242682/4f4b5b8044ea001e1371605bb4c613bccae8320e.svg);
  width: 15px;
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

@media (max-width: 1300px) {
  .dropdown-menu [href^="/access/logout"]:before {
    content: url(//theme.zdassets.com/theme_assets/1242682/0b5fffc7e396859a17e3cb557651052091eee05b.svg);
    top: 1px;
  }
}

.dropdown-menu-caret::before,
.dropdown-menu-caret::after {
  display: none;
}

.dropdown-menu-end.dropdown-menu-caret::before {
  display: block;
  left: auto;
  right: 12px;
  top: -10px;
  border-right: 12px solid transparent;
  border-bottom: 8px solid #f7f7f7;
  border-left: 12px solid transparent;
}

.dropdown-menu-end.dropdown-menu-caret::after {
  display: block;
  left: auto;
  right: 13px;
  top: -7px;
  border-right: 11px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 11px solid transparent;
}

.dropdown-menu-caret {
  margin-top: 20px;
}

#user #user-password #password-submit {
  display: inline-block;
  border-radius: 4px;
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 11px 20px 12px;
  border: 1px solid rgba(0,0,0,.3);
  color: #000;
  background-color: #fff;
  transition: .15s;
  align-self: center;
  color: #fff;
  background-color: rgba(240, 50, 38, 1);
  box-shadow: 0px 10px 20px rgba(0,0,0,.1);
  border-color: transparent;
  height: auto;
}

#user #user-password #password-submit:hover {
  background-color: #f03226;
  color: #fff;
  box-shadow: 0px 5px 10px rgba(0,0,0,.2);
  border-color: transparent;
  text-decoration: none;
}

#user #user-password #password-submit:focus {
  background-color: #c4271d;
  color: #fff;
  box-shadow: 0px 5px 10px rgba(0,0,0,.2);
  border-color: transparent;
  outline: none;
  text-decoration: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 71%;
  max-width: 71%;
  min-width: 640px;
  padding-right: 55px;
}

@media (max-width: 999px) {
  .article {
    flex: 1 0 auto;
    padding-right: 0;
    max-width: 100%;
    min-width: 1px;
    margin-bottom: 40px;
  }
}

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

@media (max-width: 999px) {
  .article-container {
    flex-direction: column;
  }
}

.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-avatar {
  margin-right: 10px;
}

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

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

.article-title .icon-lock::before {
  content: "\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: auto;
}

@media (min-width: 759px) {
  .article [role="button"] {
    
  }
}

.article-info {
  max-width: 100%;
}

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

.article-body img {
  height: auto;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.article-body ul img,
.article-body ol img {
  margin-top: 15px;
  margin-left: 28px;
}

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

.article-body ol {
  counter-reset: myCounter;
}

.article-body li {
  margin-top: 8px;
  list-style: none;
}

.article-body li:first-child {
  margin-top: 0;
}

.article-body ol > li:before {
  counter-increment: myCounter;
  content: counter(myCounter)'.';
  font-family: "Roboto", sans-serif;
  margin-right: 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, .article-body li > ul, .article-body li > ol {
  margin: 0;
}

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

.related-articles a:hover,
.related-articles a:active,
.related-articles a:focus,
.recent-articles a:hover,
.recent-articles a:active,
.recent-articles a:focus,
.article-body a:hover,
.article-body a:active,
.article-body a:focus {
  color: rgba(240, 50, 38, 1);
}

.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 blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

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

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  margin-top: 25px;
}

.article-body h1:first-child,
.article-body h2:first-child,
.article-body h3:first-child,
.article-body h4:first-child,
.article-body h5:first-child,
.article-body h6:first-child {
  margin-top: 25px;
}


.article-body p,
.article-body ol,
.article-body ul {
  font-family: "Roboto Light", sans-serif;
}

.article-body ul > li {
  padding-left: 30px;
  background: url(//theme.zdassets.com/theme_assets/1242682/784e24b0ece73ac718ab396fe0e23eb83b0e0921.svg) 0 8px no-repeat;
}

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

@media (max-width: 759px) {
  .article-content {
    margin: 40px 0 40px;
  }
}

.article-footer {
  border-radius: 4px;
  background-color: #fff;
  position: relative;
}

.article-footer__content {
  padding: 24px 38px 30px 28px;
  position: relative;
  z-index: 1;
  margin: 1px;
}

.article-footer__frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 2px;
  opacity: 1;
  transition: .15s;
  background: linear-gradient(to right, #cfd4d7 0px, #cfd4d7 5px, rgba(207,212,215,0) 5px, rgba(207,212,215,0) 10px, #cfd4d7 10px) repeat-x 3px 0px / 10px 1px, linear-gradient(to bottom, #cfd4d7 0px, #cfd4d7 5px, rgba(207,212,215,0) 5px, rgba(207,212,215,0) 10px, #cfd4d7 10px) repeat-y 100% 3px / 1px 10px, linear-gradient(to right, #cfd4d7 0px, #cfd4d7 5px, rgba(207,212,215,0) 5px, rgba(207,212,215,0) 10px, #cfd4d7 10px) repeat-x 3px 100% / 10px 1px, linear-gradient(to bottom, #cfd4d7 0px, #cfd4d7 5px, rgba(207,212,215,0) 5px, rgba(207,212,215,0) 10px, #cfd4d7 10px) repeat-y 0px 3px / 1px 10px;
}

.article-footer__link-frame {

}

.article-footer__wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 759px) {
  .article-footer__wrap {
    display: block;
  }

  .article-footer__right {
    margin-top: 20px;
  }
}

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

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

.article-comment-count .icon-comments {
  color: rgba(240, 50, 38, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-sidebar {
  flex: 0 0 29%;
  padding: 0;
  height: auto;
}

.article-relatives {
  display: flex;
  margin: 50px -10px 70px;
  width: calc(100% + 20px);
}

.article-relatives__col {
  padding: 0 10px;
  width: 50%;
}

@media (max-width: 759px) {
  .article-relatives {
    margin: 30px -10px 0;
  }
  
  .article-relatives__col {
    width: 100%;
  }
  
  .article-relatives__col:not(:first-child) {
    margin-top: 20px;
  }
}

/****** Article-votes ******/
.article-vote {
  background: transparent;
  margin-right: 6px;
  width: auto;
  padding-left: 14px;
  padding-right: 14px;
  border: 1px solid rgba(28, 117, 168, .25);
  color: #1c75a8;
  font-size: 14px;
  line-height: 28px;
  font-family: "Roboto Light", sans-serif;
}

.article-votes-controls {
  margin-bottom: 10px;
}

.article-votes-question {
  display: inline-block;
  color: #595959;
  font-size: 16px;
  font-family: "Roboto Light", sans-serif;
  margin-bottom: 10px;
}

.article-votes-count {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  color: #999;
}

.article-soc__caption {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  color: #595959;
  margin-bottom: 13px;
}

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

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

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

.article-vote:hover {
  border: 1px solid rgb(28, 117, 168);
  background-color: #fff;
  color: #1c75a8;
}

.article-vote:focus,
.article-vote:active {
  background-color: rgb(28, 117, 168);
  color: #fff;
  border: 1px solid rgb(28, 117, 168);
  outline: none;
}

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

.article-vote:hover::before {
  color: #1c75a8;
}

.article-vote:focus::before,
.article-vote:active::before {
  color: #fff;
}

.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: #333333;
  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 {
  /*color: #ffffff;*/
  /*text-decoration: none;*/
}

.article-unsubscribe:hover {
  /*background-color: #a5140b;*/
  /*border-color: #a5140b;*/
}

.sidenav-title {
  position: relative;
  color: #595959;
  font-family: "Roboto Light", sans-serif;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 20px;
}

.sidenav-item {
  font-size: 16px;
  align-self: flex-start;
  flex: 0 0 auto;
  padding-right: 30px;
  margin-bottom: 13px;
  font-family: "Roboto Light", sans-serif;
}


.sidenav-item.current-article,
.sidenav-item:hover {
  /*background-color: rgba(240, 50, 38, 1);*/
  /*color: #ffffff;*/
  /*text-decoration: none;*/
}

.sidenav-link {

}

.recent-articles h3,
.related-articles h3 {
  font-size: 26px;
  margin: 0 0 23px;
  font-family: "Roboto Light", sans-serif;
}

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

/***** 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: #333333;
  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 {
  border-radius: 5px;
  border: 1px dashed rgba(89, 89, 89, .3);
  font-size: 18px;
  text-align: left;
}

.upload-dropzone span::before {
  content: url(//theme.zdassets.com/theme_assets/1242682/3e202c4303dfd051a8b99d03a6e68db2818dea64.svg);
}

.upload-dropzone a {
  font-size: 18px;
}

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

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

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

.share a {
  border-radius: 50%;
  line-height: 25px;
  overflow: hidden;
  width: 29px;
  height: 29px;
  opacity: 1;
  transition: .15s;
}

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

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

.share a:hover::before {
  color: rgba(240, 50, 38, 1);
}

.share-twitter::before {
  content: url(//theme.zdassets.com/theme_assets/1242682/6f024d5301cc56de7f64df69b80f21ece0280a06.svg);
}

.share-facebook::before {
  content: url(//theme.zdassets.com/theme_assets/1242682/efe298edb83b8b9cc74afbcc03dfacfdd8d177ca.svg);
}

.share-linkedin::before {
  content: url(//theme.zdassets.com/theme_assets/1242682/b4d9ef92155cbdd01d78150f04ff114b9c52f028.svg);
}

.share-googleplus::before {
  content: url(//theme.zdassets.com/theme_assets/1242682/06f0011ca554572ec0e1574f3b51587d90a4057b.svg);
}

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

.comment-heading {
  margin-bottom: 14px;
  margin-top: 0;
  font-size: 26px;
}

.comment-cover {
  display: flex;
  align-items: flex-start;
}

.comment-content {
  width: 100%;
}

.comment-content__header {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .comment-content__header {
    display: block;
  }
}

.comment-overview {
  padding: 46px 0 5px;
  border-bottom: 1px solid #cfd4d7;
}

.comment-overview__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 639px) {
  .comment-overview__wrap {
    display: block;
    margin-bottom: 20px;
  }
}

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

.comment-callout {
  display: inline-block;
  margin-bottom: 0;
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  color: #999;
}

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

.comment-sorter a {
  color: #595959;
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  text-decoration: none;
}

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

.comment-wrapper {
  position: relative;
}

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

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

.comment-info {
  min-width: 0;
  width: 100%;
}

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

.comment-author {
  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 {
  margin-top: 32px;
}

.comment-form__caption {
  display: inline-block;
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  color: #999;
  margin-bottom: 15px;
}

.comment-form__wrap {
  display: flex;
}

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

@media (max-width: 759px) {
  .comment-form__wrap {
    display: block;
  }

  .comment-container {
    margin-top: 20px;
  }
}

.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: rgba(240, 50, 38, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  line-height: 27px;
  color: #595959;
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  max-width: 70%;
}

@media (max-width: 767px) {
  .comment-body {
    max-width: 100%;
  }

  .comment-labels {
    max-width: 100%;
  }
}

.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, .comment-body li > ul, .comment-body li > ol {
  margin: 0;
}

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

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

.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: #666;
  font-style: italic;
  padding: 0 15px;
}

.comment-body p {
  margin-top: 0;
  margin-bottom: 10px;
}

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

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

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  align-items: flex-start;
}

.post .vote  {
  display:block;
}

.vote a {
  outline: none;
  opacity: .4;
}
.post .vote a {
  outline: none;
  opacity: .4;
  border: 1px solid red;
  padding: 4px 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-up {
  margin-right: 5px;
}

.vote-down {
  margin-left: 5px;
}

.post .vote-down,
.post .vote-up{
  margin: 0;
}

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

.vote-sum {
  display: block;
  margin: 3px 5px;
  color: #595959;
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
}
.post .vote-sum {
  text-align: center;
}

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

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

.vote-up::before, .vote-down::before {
  color: #666;
  font-size: 24px;
}
.post .vote-up::before, .vote-down::before {
    color: #666;
    font-size: 18px;
}
.vote-up::before {
  content: url(//theme.zdassets.com/theme_assets/1242682/c3c3854453d45e90de345edf0350c029781e5bef.svg);
}

.vote-down::before {
  content: url(//theme.zdassets.com/theme_assets/1242682/cc751448683963ad4de38b4c71d202f1302a26cd.svg);
}

.vote-voted::before {
  color: rgba(240, 50, 38, 1);
}

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

/***** 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;
}
.comment-actions .dropdown-toggle {
  margin: 0;
}


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

.comment-actions .dropdown-toggle:hover::before,
.comment-actions .dropdown-toggle:focus::before,
.comment-actions .dropdown-toggle:active::before {
  background-color: transparent;
  opacity: 1;
}

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

.comment-actions .dropdown-toggle::before {
  content: url(//theme.zdassets.com/theme_assets/1242682/592c6f1d947c7371a03a2eda859ea03352f51072.svg);
  opacity: .4;
  transition: .15s;
}



.community-enabled .comment-actions .dropdown-toggle::before {
  content: "\2699";
}

/***** Community *****/
.community-hero {
  background-image: url(//theme.zdassets.com/theme_assets/1242682/1a665c1fb786be5447ab5f52aeca1b33038f086a.jpg);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  margin-bottom: 20px;
  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 (max-width: 767px) {
  .post-to-community {
		width: 100%;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .page-header-item:first-child {
    padding: 10px 0;
      order: 1;
  }
}

@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;
  }
  .topic-header .dropdown:last-child {
    margin-right: 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;
  }
}
@media (max-width: 767px) {
  .community-follow{
    order:1;
  }
}
.community-follow .dropdown {
  width: 100%;
}

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

@media (min-width: 768px) {
  .community-follow [role="button"] {
    width: auto;
  }
  
  .topic-header.topic-header--space{
      margin-bottom: -15px;
  }
  
  .topic-header.topic-header--space .topic-filters{
     margin-bottom: 15px;
  }
}


@media (max-width: 767px) {
  .community-follow [role="button"] {
      padding: 0 43px 0 15px;
  }
}

.dropdown.button .dropdown-menu{
    left: 0;
    right: 0;
    top: 100%;
}

.button.button-min[aria-selected="true"],
.button.button-large[aria-selected="true"],
.topic-filters .button[aria-selected="true"]{
  	border: 1px solid rgba(28, 117, 168, 1);
    color: #1c75a8;
    background: transparent;
}
.button.button-min[aria-selected="true"]:hover,
.button.button-large[aria-selected="true"]:hover,
.topic-filters .button[aria-selected="true"]:hover{
      border-color:#0f3d57;
      color: #0f3d57;
}

.dropdown.button .dropdown-toggle{
    padding: 0 12px;
}

.topic-filters--space{
    display: flex;
    flex-wrap: wrap;
}

.topic-header--space{
  display: flex;
}

@media (min-width: 768px) {
  .topic-header--space{
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}


@media (max-width: 767px) {
  .topic-header--space{
    flex-direction: column;	
    padding-bottom: 20px;
  }
  
  .topic-header--space .dropdown{
  	border-top: 0!important
  }
}


@media (max-width: 767px) {
  .dropdown.button .dropdown-toggle{
      white-space: normal;
  }
}
.community-follow [role="button"]:hover {
  background-color: rgba(240, 50, 38, 1);
}

.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: rgba(240, 50, 38, 1);
  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: #a5140b;
  border-color: #a5140b;
}

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(240, 50, 38, 1);
  content: attr(data-follower-count);
  color: rgba(240, 50, 38, 1);
  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 rgba(240, 50, 38, 1);
  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: rgba(28, 117, 168, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

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

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

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

.striped-list-count {
  color: #666;
  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: flex-end;
  }
}
.striped-list-count-item{
	  background: #f3f3f3;
    padding: 6px 15px;
    min-width: 160px;
    text-align: center;
}

@media (min-width: 768px) {
  .striped-list-count-item{
        margin-right: 20px;
  }
  
  .striped-list-count-item:last-child{
      margin-right: 0;
  }
}

@media (max-width: 767px) {
  .striped-list-count-item{
    margin-bottom: 10px;
    display: block;
  }
  
  .striped-list-count-item:last-child{
    margin-bottom: 0;
  }
}

/* .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: #333333;
    display: block;
    font-weight: 600;
  	text-align: center;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: rgba(0,0,0,.6);
  font-size: 14px;
  line-height: 1;
  margin-right: 2px;
  padding: 4px 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: rgba(240, 50, 38, 1);
}

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

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

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

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

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

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

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

.status-label-answered {
  color: #fff;
}

.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;
  font-size:2rem;
  line-height: 30px;
}

@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, .post-body li > ul, .post-body li > ol {
  margin: 0;
}

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

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

.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: #666;
  font-style: italic;
  padding: 0 15px;
}

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

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

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

.post-comment-count .icon-comments {
  color: rgba(240, 50, 38, 1);
  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 {
  overflow: hidden;
  font-size: 14px;
  border: 0;
  height: auto;
  flex-direction: row;
  max-height: none;
}



@media (max-width: 767px) {
  .collapsible-nav {
    flex-direction: column;
    max-height: 60px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: 100%;
  }

  .my-activities-dashboard .collapsible-nav {
    border: 0;
    max-height: 40px;
    margin-right: 0;
    width: 280px;
  }
}

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

.profile-nav .collapsible-nav-list,
.my-activities-sub-nav .collapsible-nav-list {
  display: inline-flex;
  overflow: hidden;
  border-radius: 5px;
}

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

@media (max-width: 767px) {
  .my-activities-nav .collapsible-nav-list {
    padding-left: 20px;
    padding-right: 20px;
  } 
    
  .my-activities-sub-nav .collapsible-nav-list {
    border-radius: 0;
    width: 100%;
  }

  .my-activities-sub-nav .collapsible-nav-list li {
    display: block;
    height: 40px;
    border: 1px solid #999;
    margin-top: -1px;
  }
  
  .my-activities-sub-nav .collapsible-nav-list li a,
  .my-activities-sub-nav .collapsible-nav-list li span {
    display: block;
    width: 100%;
    height: 40px;
  }

  .my-activities-sub-nav .collapsible-nav-list li > a, 
  .my-activities-sub-nav .collapsible-nav-list li > span {
    border-radius: 0 !important;
  }  

  .my-activities-sub-nav .collapsible-nav-list li[aria-selected="true"] span:hover {
    cursor: pointer;
  }

  .my-activities-sub-nav .collapsible-nav-list li[aria-selected="true"]::after {
    right: 15px;
    color: #fff;
    font-size: 11px;
    top: 20px;
  }
}




.my-activities-following-header {
  margin-bottom: 35px;
  display: inline-block;
}

.my-activities-following-header .dropdown-menu {
  left: 0;
  right: auto;
  width: 100%;
  margin-top: 7px;
}

.my-activities-following-header .dropdown {
  width: 280px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  height: 40px;
  padding: 0;
  background: #fff;
  text-align: left;
}

.my-activities-following-header .dropdown:focus {
  border: 1px solid rgb(89, 89, 89);
  outline: none;
}


.my-activities-following-header .dropdown-toggle {
  padding: 7px 15px;
  width: 100%;
}

.my-activities-following-header .dropdown-toggle::after {
  position: absolute;
  top: 14px;
  right: 10px;
}

.my-activities-following-header .dropdown-toggle::before {
  content: "\A0\A0\E75C";
  display: inline-block;
  font-family: "entypo";
  vertical-align: middle;
  position: absolute;
  top: 5px;
  right: 4px;
  color: inherit;
  font-size: 13px;
  transform: scale(-1);
}

.ios .my-activities-following-header .dropdown-toggle::before {
  right: 3px;
}

.my-activities-following-header--visible-mob {
  display: none;
}

@media (max-width: 767px) {
  .my-activities-following-header--visible-mob {
    display: block;
  }
}

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

.my-activities-nav .collapsible-nav-list li {
  margin-right: 30px;
  border-bottom: 2px solid transparent;
  font-family: "Roboto Bold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  height: 80px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .my-activities-nav .collapsible-nav-list li {
    height: 62px;
  }
}

.my-activities-nav .collapsible-nav-list li a,
.my-activities-nav .collapsible-nav-list li span {
  display: block;
  text-decoration: none;
  padding-top: 28px;
  padding-bottom: 28px;
}

@media (max-width: 767px) {
  .my-activities-nav .collapsible-nav-list li a,
  .my-activities-nav .collapsible-nav-list li span {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    width: 100%;
  }
}

.my-activities-nav .collapsible-nav-list li span {
  cursor: default;
}

@media (min-width: 767px) {
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
}

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

.my-activities-nav .collapsible-nav-list li a {
  color: #1c75a8;
}

.my-activities-nav .collapsible-nav-list li:hover a {
  text-decoration: none;
  color: rgba(240, 50, 38, 1);
}

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

.my-activities-nav .collapsible-nav-list li[aria-selected="true"] {
  border-bottom: 2px solid rgba(240, 50, 38, 1);
}



@media (max-width: 767px) {
  .my-activities-nav .collapsible-nav-list li[aria-selected="true"]:hover {
    color: rgba(240, 50, 38, 1);
  }

  .my-activities-nav .collapsible-nav-list li[aria-selected="true"]:hover span {
    cursor: pointer;
  }

  .my-activities-nav .collapsible-nav-list li {
    margin-right: 0;
  }

  .collapsible-nav-list li[aria-selected="true"] {
    order: -1;
  }
  
  .my-activities-nav .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 2px solid transparent;
    order: -1;
  }

  .my-activities-nav .collapsible-nav-list li[aria-selected="true"]:hover {
    cursor: pointer;
  }

  .my-activities-nav .collapsible-nav-list li:hover a {
    text-decoration: none;
    color: rgba(240, 50, 38, 1);
  }
}

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

.collapsible-nav-list li[aria-selected="true"]::after {
  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: 10px 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;
  cursor: pointer;
}

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

@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: #EBEFEF;
  border: 0;
  margin-bottom: 33px;
}

.profile-nav,
.my-activities-sub-nav {
  background-color: transparent;
  margin-bottom: 0;
  margin-right: 40px;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .my-activities-sub-nav {
    display: none;
  }
}

.profile-nav .collapsible-nav-list li,
.my-activities-sub-nav .collapsible-nav-list li {
  font-size: 16px;
  line-height: 1;
  font-family: "Roboto Light", sans-serif;
  border: 0;
}

.profile-nav .collapsible-nav-list li a,
.profile-nav .collapsible-nav-list li span,
.my-activities-sub-nav .collapsible-nav-list li a,
.my-activities-sub-nav .collapsible-nav-list li span {
  display: inline-block;
  padding: 11px 14px;
  border: 1px solid #999;
  transition: .15s;
}

.profile-nav .collapsible-nav-list li a:hover,
.profile-nav .collapsible-nav-list li a:focus,
.my-activities-sub-nav .collapsible-nav-list li a:hover,
.my-activities-sub-nav .collapsible-nav-list li a:focus {
  background-color: #595959;
  color: #fff;
  border-color: #595959;
}

.profile-nav .collapsible-nav-list li:not(:first-child),
.my-activities-sub-nav .collapsible-nav-list li:not(:first-child) {
  margin-left: -1px;
}

@media (max-width: 767px) {
  .profile-nav .collapsible-nav-list li:not(:first-child),
  .my-activities-sub-nav .collapsible-nav-list li:not(:first-child) {
    margin-left: 0;
  }
}

.profile-nav .collapsible-nav-list li:first-child a,
.profile-nav .collapsible-nav-list li:first-child span,
.my-activities-sub-nav .collapsible-nav-list li:first-child a,
.my-activities-sub-nav .collapsible-nav-list li:first-child span {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}

.profile-nav .collapsible-nav-list li:last-child a,
.profile-nav .collapsible-nav-list li:last-child span,
.my-activities-sub-nav .collapsible-nav-list li:last-child a,
.my-activities-sub-nav .collapsible-nav-list li:last-child span {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}

.profile-nav li[aria-selected="true"] > a,
.profile-nav li[aria-selected="true"] > span,
.my-activities-sub-nav li[aria-selected="true"] > a,
.my-activities-sub-nav li[aria-selected="true"] > span {
  background-color: #999;
  color: #fff;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
  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;
  }
}

.my-activities-dashboard {
  display: flex;
  margin-bottom: 35px;
}

@media (max-width: 1239px) {
  .my-activities-dashboard {
    display: block;
  }
}

.my-activities-header {
  margin-top: 45px;
  margin-bottom: 30px;
}

.my-activities-header h1 {
  margin-top: 40px;
  margin-bottom: 0;
}

/* Requests table */
.requests {
  margin-bottom: 44px;
}

.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
}

@media (max-width: 1239px) {
  .requests-table-toolbar {
    margin-top: 30px;
    justify-content: space-between;
  }

  .requests-table-toolbar .search {
    max-width: 280px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .requests-table-toolbar {
    display: block;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 280px;
  margin-left: 40px;
  margin-top: -25px;
}

.requests-table-toolbar .request-filter {
  display: block;
  color: #595959;
  cursor: pointer;
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 5px;
  color: #999;
}

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


@media (max-width: 767px) {
  .requests-table-toolbar .request-table-filter {
    margin-left: 0;
    margin-top: 30px;
  }
}



.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: rgba(240, 50, 38, 1);
  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 {
  border-radius: 4px;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  border: 1px solid rgba(28, 117, 168, .25);
  color: #1c75a8;
  font-size: 14px;
  line-height: 28px;
  font-family: "Roboto Light", sans-serif;
  border-radius: 4px;
  width: auto;
}

.subscriptions-unsubscribe a:hover {
  border: 1px solid rgba(28, 117, 168, 1);
  color: #1c75a8;
  background: transparent;
  text-decoration: none;
}

.subscriptions-unsubscribe a:focus {
  border: 1px solid rgba(28, 117, 168, 1);
  color: #fff;
  background: #1c75a8;
}

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

/***** 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: #666;
  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 rgba(240, 50, 38, 1);
}

.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 rgba(240, 50, 38, 1);
}

.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: #666;
  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 {
  margin-bottom: 90px;
}

@media (max-width: 769px) {
  .request-form {
    margin-bottom: 40px;
  }
}

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

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

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

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 4px;
  border: 1px solid rgba(28,117,168,0.25);
  height: 40px;
  float: left;
  width: 40px;
  transition: .15s;
}

.pagination li:not(:first-child) {
  margin-left: 20px;
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  border: 1px solid rgba(28,117,168,1);
}

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

.pagination a, .pagination span {
  font-size: 16px;
  line-height: 16px;
  color: #1C75A8;
  padding: 11px 5px;
  width: 100%;
}

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

.pagination-current {
  background-color: #1C75A8;
  border: 1px solid transparent;
}

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

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

@media (max-width: 639px) {
  .pagination li:not(.pagination-first):not(.pagination-prev):not(.pagination-current):not(.pagination-next):not(.pagination-last) {
    display: none;
  }

  .pagination li:not(:first-child) {
    margin-left: 10px;
  }

  .pagination {
    margin: 40px 0 40px;
  }
}

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

.meta-group * {
  display: inline;
}

.meta-data {
  color: #999;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto-Light", sans-serif;
}

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

.meta-group--center{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.meta-data--small{
     font-size: 14px;
     margin-top: -12px;
}
.card-banner--big{
      height: 235px;
}

/***** 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: baseline;
  -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-upper-header {
  margin-top: 75px;
  margin-bottom: 45px;
}

.profile-upper-header__title {
  margin-top: 40px;
  margin-bottom: 0;
}

.profile-header {
  margin-top: 45px;
  margin-bottom: 50px;
}

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

.profile-header .profile-info {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  margin-right: 30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

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

.profile-avatar .user-avatar {
  width: 100%;
  height: auto;
  border-radius: 0;
  margin-right: 0;
}

.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;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header h1 {
  color: #595959;
  font-family: "Roboto Light", sans-serif;
  font-size: 28px;
  line-height: 34px;
}

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

.basic-info__link:hover {
  color: rgba(240, 50, 38, 1);
}

.profile-header .options {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-basis: auto;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.profile-header .options [data-action="edit-profile"] {
  border: 1px solid rgba(28, 117, 168, .25);
  color: #1c75a8;
  font-size: 14px;
  line-height: 28px;
  font-family: "Roboto Light", sans-serif;
  border-radius: 4px;
}

.profile-header .options [data-action="edit-profile"]:hover {
  border: 1px solid rgb(28, 117, 168);
}

.profile-header .options [data-action="edit-profile"]:focus,
.profile-header .options [data-action="edit-profile"]:active {
  border: 1px solid rgba(28, 117, 168, 1);
  color: #fff;
  background: #1c75a8;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0 12px;
  flex-basis: 100%;
  color: #595959;
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

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

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

.profile-stats__icon {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 2px;
  left: -28px;
}

.profile-stats .stat-label {
  font-family: "Roboto Light", sans-serif;
  font-size: 14px;
  color: #999;
  flex: 0 0 100px;
  margin-right: 5px;
}

.profile-stats .stat-label {
  font-family: "Roboto Light", sans-serif;
  font-size: 14px;
  color: #595959;
}

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

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 12px;
  border-top: 0;
  flex-direction: row;
}

.profile-stats-activity .stat {
  position: relative;
}

.profile-stats-activity .stat:not(:last-child):after {
  position: absolute;
  content: '·';
  top: 1px;
  right: -12px;
  color: #999;
}

.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: 22px;
  }
  [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;
  flex: 0 0 235px;
  border-bottom: 0;
  padding-left: 60px;
}

.profile-stats-counters .stat-label {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  color: #999;
  flex: 0 0 128px;
}

.profile-stats-counters .stat-value {
  color: #1c75a8;
  font-size: 16px;
  font-family: "Roboto Light", sans-serif;
}

@media (min-width: 1024px) {
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

.profile-stats-counters .stat {
  position: relative;
  flex-direction: row;
}

.profile-stats-counters .stat:not(:last-child) {
  margin-bottom: 15px;
}

.profile-private-badge {
  border: solid 1px rgba(240, 50, 38, 1);
  border-radius: 4px;
  color: rgba(240, 50, 38, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
  flex-basis: auto;
}

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

.profile-nav {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .profile-nav {
    display: none;
  }
}

.profile-section {
  margin-bottom: 70px;
  width: calc(100% - 245px);
}

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

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

.profile-section-description {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999999;
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 34px;
  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%;
  font-size: 16px;
  font-family: "Roboto Light", sans-serif;
}

.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: 0 0 12px;
  color: #595959;
  font-family: "Roboto Light", sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.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: 23px;
}

.profile-activity {
  position: relative;
}

.profile-activity:not(:last-child) {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 24px;
    margin-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 #c2c2c2;
  }
  [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;
}

.profile-activity-header .user-avatar {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.profile-activity-header__avatar-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  flex: 0 0 auto;
  align-self: flex-start;
}

[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 {
  max-width: 100%;
  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%;
  font-family: "Roboto Light", sans-serif;
  color: #595959;
  font-size: 18px;
  line-height: 30px;
}

.profile-activity-description a:hover {
  color: rgba(240, 50, 38, 1);
}

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

.profile-activity-contribution {
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #f4f9f9;
  margin-top: 4px;
  margin-left: 70px;
}

.profile-activity-contribution .meta-data {
  font-size: 14px;
  display: inline-block;
}

.meta-data .comment-link {
  display: inline-block;
  border: 1px solid rgba(28, 117, 168, .25);
  color: #1c75a8;
  font-size: 14px;
  line-height: 28px;
  font-family: "Roboto Light", sans-serif;
  border-radius: 4px;
  padding: 0 20px;
}

.meta-data .comment-link:hover {
  border: 1px solid rgb(28, 117, 168);
}

.meta-data .comment-link:focus {
  border: 1px solid rgba(28, 117, 168, 1);
  color: #fff;
  background: #1c75a8;
}


@media (min-width: 768px) {
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 0;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  height: 50px;
  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-activity-list > li[class$="-article"]::before {
  content: url(//theme.zdassets.com/theme_assets/1242682/df56fa9f2930238cc7b88b1a15d82828e015c589.svg);
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: url(//theme.zdassets.com/theme_assets/1242682/df56fa9f2930238cc7b88b1a15d82828e015c589.svg);
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: url(//theme.zdassets.com/theme_assets/1242682/df56fa9f2930238cc7b88b1a15d82828e015c589.svg);
  line-height: 35px;
}

@media (max-width: 1239px) {
  .profile-header .container {
    display: block;
  }

  .profile-stats-counters {
    margin-top: 30px;
    padding-left: 30px;
    flex-direction: row;
  }
  
  .profile-stats-counters .stat:not(:first-child) {
    margin-left: 60px;
  }

  .profile-stats-counters .stat-label {
    flex: 0 0 auto;
  }

  .profile-section {
    width: 100%;
  }
}

@media (max-width: 999px) {
  .profile-stats-activity {
    display: block;
  }

  .profile-stats-activity .stat:not(:last-child):after {
    display: none;
  }

  .profile-stats .stat-label {
    flex: 0 0 auto;
  }

  .profile-header {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .profile-header .options {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .profile-activity-contribution {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 759px) {
  .profile-section {
    margin-bottom: 40px;
  }
  
  .profile-upper-header {
    margin-top: 40px;
  }
  .profile-upper-header__title {
    margin-top: 20px;
  }
}

@media (max-width: 639px) {
  .profile-stats-counters {
    flex-direction: column;
  }

  .profile-stats-counters .stat:not(:first-child) {
    margin-left: 0;
  }

  .profile-avatar {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 479px) {
  .profile-header .profile-info {
    display: block;
  }

  .profile-avatar {
    margin-right: 0;
    margin-bottom: 30px;
  }
}



/***** Search results *****/
.search-results {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-left: 0px;
}

.search-other-products {
    padding-bottom: 4px;
    font-size: 14px; 
    font-weight: bold;
}

.search-results-column {
  margin-top: 0;
  width: 79%;
}

.results-sidebar {
  width: 20%;
  margin-top: 0;
  margin-right: 1%;
  margin-left: 0px;
  text-align: left;
}

@media (max-width: 1030px) {
  .search-results {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 0px;
}
  .search-results-column {
  margin-top: 0;
  width: 100%;
}
  .results-sidebar {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0px;
  text-align: left;
}
}

.results-sidebar-title {
  position: relative;
  color: #595959;
  font-family: "Roboto Light", sans-serif;
  font-size: 1rem;
  line-height: 34px;
  margin: 1px 0;
}

.results-sidebar-item {
  color: #1c75a8;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 2.34;
  margin: 2px 0;
  padding: 0 5px;
  text-align: left;
  transition: .15s;
  user-select: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  width: auto;
}

.results-sidebar-item[aria-selected="true"] {
  background-color: white;
  color: black;
  border: 1px solid rgba(240, 50, 38, 1);
}

.search-result-no-results {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #999;
}

.search-result-no-results a {
  font-family: "Roboto", sans-serif;
  transition: .15s;
}

.search-result-no-results a:hover {
  color: rgba(240, 50, 38, 1);
}


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

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

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

.search-result-link {
  font-family: "Roboto Light", sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.search-result-description {
  margin-top: 8px;
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.search-result-description em {
  font-family: "Roboto Bold", sans-serif;
  font-style: normal;
}

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

.search-result-votes::before, .search-result-meta-count::before {
  color: rgba(240, 50, 38, 1);
}

[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 {
  display: flex;
}



.search-result__left {
  width: 26%;
  padding-right: 20px;
}

.search-result__right {
  width: 74%;
}


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

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

.search-result-breadcrumbs li:not(:last-child), .search-result-breadcrumbs li + li::before {
  display: none;
}

.search-result-breadcrumb__link {
  text-decoration: none;
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.search-result-breadcrumb__text {
  display: inline;
  color: #999;
  border-bottom: 1px solid #999;
  transition: .15s;
}

.search-result-breadcrumb__link:hover .search-result-breadcrumb__text {
  color: rgba(240, 50, 38, 1);
  border-bottom: 1px solid rgba(240, 50, 38, 1);
}

@media (max-width: 639px) {

  .search-result .breadcrumbs li {
    max-width: 100%;
  }
  
  .search-result {
    display: block;
  }

  .search-result__left {
    padding-right: 0;
    width: 100%;
  }

  .search-result__right {
    margin-top: 20px;
  }
}

/***** Socials *****/
.socials {
  background-color: #e8eded;
}

.socials__container {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.socials__text {
  color: #999;
  display: inline-block;
  font-size: 16px;
  font-family: "Roboto Light", sans-serif;
  margin-right: 20px;
}

.socials__wrap {
  display: flex;
}

.socials__link {
  flex: 0 0 auto;
  border: 1px solid rgba(0,0,0,.16);
  border-radius: 50%;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: .15s;
  font-size: 0;
  text-align: center;
  padding: 0;
  outline: none;
}

.socials__link:not(:first-child) {
  margin-left: 10px;
}

.socials__link:hover {
  border: 1px solid rgba(0,0,0,.7);
  color: #999;
}

.socials__link:focus {
  background-color: rgba(0,0,0,.7);
  border: 1px solid transparent;
}

.socials__link:focus .socials__svg {
  color: #e8eded;
}

.socials__svg {
  max-width: 20px;
  height: 20px;
}

@media (max-width: 759px) {
  .socials__container {
    flex-direction: column;
    height: auto;
    padding-top: 16px;
    padding-bottom: 18px;
  }

  .socials__text {
    margin-bottom: 18px;
    margin-right: 0;
  }
}

.link-back {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 13px;
  position: relative;
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
}

.link-back:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -13px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1c75a8;
  border-left: 2px solid #1c75a8;
  transition: .15s;
  outline: none;
  transform: rotate(-45deg);
}

.link-back:hover:before {
  border-color: rgba(240, 50, 38, 1);
}

.notification {
  padding: 7px 15px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.notification-inline.notification-error {
  border: 0;
  color: rgba(240, 50, 38, 1);
}

.notification-notice {
  background-color: #E8EDED;
  border: 0;
}

.notification-notice .notification-icon::before {
  content: url(//theme.zdassets.com/theme_assets/1242682/d78d238f427d54f00808c2acf59c5983dce73a11.svg);
  width: 18px;
  height: 18px;
}

.notification-icon {
  flex: 0 0 auto;
}

.notification-text {
  color: #1C75A8;
  font-family: "Roboto Light", sans-serif;
  font-size: 14px;
  line-height: 26px;
  padding: 0 6px 0 5px;
  width: auto;
}

.notification-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.notification-dismiss::before {
  color: #595959;
}


/* mob-header */

.mob-header {
  display: none;
}

@media (max-width: 1300px) {
  .mob-header {
    display: flex;
  }

  .mob-header__menu-btn {
    border: none;
    background: transparent;
    border-radius: 0;
    color: #202020;
    outline: none;
    flex: 0 0 auto;
    display: inline-block;
    height: 80px;
    width: 80px;
    position: relative;
    cursor: pointer;
    transition: .15s;
    margin-left: -9px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mob-header__menu-btn:hover {
    opacity: .7;
  }

  .mob-header__menu-btn-burger {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background-color: rgba(240, 50, 38, 1);
    transition: .15s;
    top: 50%;
    left: 50%;
  }

  .mob-header__menu-btn-burger::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background-color: rgba(240, 50, 38, 1);
    transition: .15s;
    bottom: 8px;
  }

  .mob-header__menu-btn-burger::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background-color: rgba(240, 50, 38, 1);
    transition: .15s;
    top: 9px;
  }

  .mob-header__logo {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
  }

  .mob-header__logo-pic {
    margin: 0 auto;
    flex: 0 0 auto;
  }

  .mob-header__logo-pic a {
    height: 80px;
    display: block;
    padding: 10px 30px;
    transition: .15s;
    display: flex;
    align-items: center;
  }

  .mob-header__logo-pic a:hover {
    opacity: .7;
  }

  .mob-header__logo-img {
    max-width: 100%;
  }

  .mob-header__btn-icon {
    color: rgba(240, 50, 38, 1);
  }
}

/* zd-autocomplete */
.mobile-main-menu-open zd-autocomplete {
	display: none;
}

/* MAIN MENU */
.freeze{overflow: hidden;}
.main-menu_item--phone,
.main-menu_item--query-link,
.main-menu_mobile-header {
  display: none;
}

.main-menu {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.main-menu_item--main {
  align-self: stretch;
  display: flex;
  padding: 0 20px;
}

.main-menu_item--main .main-menu_btn {
  display: flex;
  align-items: center;
  color: #000;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

.main-menu_btn--events {
    pointer-events: all;
    cursor: pointer;
    display: flex;
    height: 100%;
}

.main-menu_item--main .main-menu_btn .main-menu_btn-txt {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000;
  letter-spacing: 1px;
}

.main-menu_item--main span.main-menu_btn {
  cursor: default;
}

.main-menu_item--main a.main-menu_btn .main-menu_btn-txt {
  color: #999;
}

.main-menu_item--main a.main-menu_btn .main-menu_btn-icon {
  color: #999;
}

.main-menu_item--main a.main-menu_btn:hover {
  border-bottom-color: rgba(240, 50, 38, 1);
  text-decoration: none;
  color: rgba(240, 50, 38, 1);
}

.main-menu_item--main a.main-menu_btn:hover .main-menu_btn-icon,
.main-menu_item--main a.main-menu_btn:hover .main-menu_btn-txt {
  color: rgba(240, 50, 38, 1);
}

.main-menu_item--auth .main-menu_btn-icon,
.main-menu_item--auth .main-menu_btn-txt {
  display: none;
}

.main-menu_item--main .main-menu_btn-icon {
  margin-right: 13px;
}

.main-menu_item--main span.main-menu_btn .main-menu_btn-icon {
  color: rgba(240, 50, 38, 1);
}

.dropdown-menu[aria-expanded="true"] {
  opacity: 1;
  transform: scaleY(1) translate3d(0,0,0);
  pointer-events: all;
}

.main-menu__items-desktop {
  display: flex;
  align-self: stretch;
}

.main-menu__items-mob {
  display: none;
}

@media (max-width: 1300px) {
  .main-menu_item--main .main-menu_btn {
    border-top: 0;
  }
  
  .main-menu_item--main:not(:last-child) .main-menu_btn {
    border-bottom: 1px solid #cfd4d7;
  }

  .main-menu_item--main:not(:last-child) .main-menu_btn:hover,
  .main-menu_item--main:not(:last-child) .main-menu_btn:focus,
  .main-menu_item--main:not(:last-child) .main-menu_btn:active {
    border-bottom: 1px solid #cfd4d7;
  }
  
  .main-menu_item--auth .main-menu_btn-icon,
  .main-menu_item--auth .main-menu_btn-txt {
    display: inline;
  }

  .nav-wrapper a.main-menu__btn--query {
    display: none;
  }

  .main-menu_item--main {
    padding: 0;
  }

  .main-menu__items-desktop {
    display: none;
  }

  .main-menu__items-mob {
    display: block;
  }

  .main-menu_item--main a.main-menu_btn.active .main-menu_btn-icon {
    color: rgba(240, 50, 38, 1);
  }

  .main-menu_item--main a.main-menu_btn.active .main-menu_btn-txt {
    color: #000;
  }
  
  .main-menu_item--main a.main-menu_btn:hover {
    border-color: transparent;
  }

  .main-menu_item--main .main-menu_btn-icon {
    margin-right: 20px;
  }

  .nav-wrapper a {
    width: 100%;
  }
 
  /* --- overlay --- */
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: 90;
    bottom: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .3s;
    z-index: 9999999999;
  }

  .overlay.open,
  .account-stripe-open .overlay,
  .top-search-open .overlay,
  .main-menu-open .overlay,
  .mobile-main-menu-open .overlay,
  .popup-open .overlay,
  .fullscreen-popup-open .overlay{transition: opacity .3s; height: auto; height: 100%; bottom: 0; opacity: 1;}
  .top-search-open .top-panel{z-index: 110;}
  .main-menu-open .overlay{z-index: 70;}
  
  .main-menu {
    display: block;
    width: 320px;
    max-width: calc(100vw - 10px);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f03226;
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translate3d(-100%, 0, 0);
    transition: transform .3s;
    z-index: 10000000000;
  }

  .main-menu_mobile-header {
    display: block;
    background-color: #e8eded;
    position: relative;
    height: 60px;
    display: flex;
    align-items: center
  }

  .main-menu_mobile-header .switch_txt {
    font-size: 16px;
  }

  .main-menu_mobile-header .switch_handle {
    height: 20px;
    width: 36px;
    background-color: #f03226;
  }

  .main-menu_mobile-header .switch_dot {
    width: 16px;
    height: 16px;
    top: 2px;
    left: 2px;
  }

  .main-menu_mobile-header .state-right .switch_dot {
    left: 18px;
  }

  .no-touch .switch:hover .switch_dot,
  .no-touch .switch_dot:hover,
  .no-touch .switch_dot:active {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
    width: 16px;
    height: 16px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .main-menu_item{display: block; height: auto; background-color: #fff;}
  
  .main-menu_item:last-child .main-menu_btn,
  .main-menu_btn {
    padding: 16px 35px 16px 20px;
    border-bottom: 1px solid #cfd4d7;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    text-align: left;
    position: relative;
    height: 57px;
  }

  .main-menu_item--main:last-child .main-menu_btn {
    border-bottom: 0;
  }

  span.main-menu_btn {
    cursor: default;
  }
  .main-menu_btn::before{vertical-align: middle;}

  .main-menu_btn-txt {
    font-size: 18px;
    line-height: 22px;
    font-family: "Roboto Light", sans-serif;
    letter-spacing: normal;
    text-transform: none;
  }
  
  .main-menu_btn-icon{position: relative; margin-right: 20px;
    color: rgba(240, 50, 38, 1);}
  .main-menu_btn-icon::after,
  .main-submenu-item_icon::after{content: ''; display: inline-block; width: 13px; height: 13px; border-left: 2px solid #f03226; border-bottom: 2px solid #f03226;
    position: absolute; top: 6px; left: 6px;
    -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); opacity: 0; transition: .15s;}
  .main-menu_item:last-child .main-menu_btn::after{right: 20px;}
  .main-submenu-item_icon::after{top: 4px;}
  .main-submenu-item_title{letter-spacing: normal;}


  .main-menu_item__alt {
    display: block;
  }

  .main-menu_item__alt .main-menu_btn {
    background-color: #f03226;
    border-bottom: 1px solid #f35b51;
  }

  .main-menu_item__alt--no-border,
  .main-menu_item__alt:last-child .main-menu_btn {
    border-bottom: 0;
  }
  .main-menu_item__alt.has-submenu .main-menu_btn::after{border-color: #fff !important;}
  .main-menu_item__alt .main-menu_btn-txt{color: #fff !important;}
  .main-menu_item__alt .main-menu_btn-icon{color: #fff; opacity: .7;}

  .main-menu_item__search{display: none;}

  .main-menu_submenu,
  .main-submenu-level-2{position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; background-color: #fff; padding-bottom: 20px; opacity: 1;  transition: .5s, z-index .5s ease .5s;
    -ms-transform: translateX(-100%); -webkit-transform: translateX(-100%); transform: translate3d(-100%,0,0);z-index: 200;}
  .main-menu_submenu.open,
  .mobile-main-menu-open .main-menu{-ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translate3d(0,0,0);}

  .main-menu-level-1-open .main-menu_submenu,
  .main-menu-level-2-open .main-submenu-level-2{bottom: auto; min-height: 100vh; transition: .5s, z-index .5s;}

  .main-menu_submenu.open {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    z-index: 200;
    transition: .5s;
  }

  .main-menu-level-2-open .main-submenu-level-1.open .main-submenu-level-2 {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    /*z-index: 200;*/
  }
  /*.main-menu-level-2-open .main-submenu-level-1:not(.open){display: none;}*/
  .main-menu-level-2-open .main-submenu_block-links{display: none;}
  .main-submenu-level-2_back{display: block;}


  .main-menu_item.has-submenu > .main-menu_btn::after,
  .main-submenu-item.has-submenu > .main-submenu-item_link::after {
    content: '';
    position: absolute;
    left: auto;
    right: 20px;
    top: 26px;
    height: 6px;
    width: 6px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transition: .15s;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
    background: transparent;
  }

  .main-menu_item.no-sumbenu .main-menu_btn::after{display: none;}
  .main-menu_item.has-submenu.has-submenu--drop .main-menu_btn::after {
    transform: rotate(45deg);
  }

  /* user-info in main menu */
  .main-menu_item .user-info {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
    right: 0;
    height: 100%;
  }

  #user #user-dropdown {
    background: transparent;
  }

  #user #user-password {
    background: #fff;
    max-width: 100%;
  }

  .main-menu_item .user-info:after {
    content: '';
    position: absolute;
    left: auto;
    right: 20px;
    top: 26px;
    height: 6px;
    width: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: .15s;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
    opacity: 1;
    background: transparent;
  }

  .main-menu .login ~ .main-menu_btn-icon,
  .main-menu .login ~ .main-menu_btn-txt {
    display: none;
  }

  .nav-wrapper a.login {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #fff;
    margin-left: 0;
    text-align: left;
    padding: 16px 35px 16px 62px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 57px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f35b51;
  }

  .nav-wrapper a.login:hover,
  .nav-wrapper a.login:focus,
  .nav-wrapper a.login:active {
    border-bottom: 1px solid #f35b51;
  }

  .nav-wrapper a.login:before {
    position: absolute;
    top: 17px;
    left: 21px;
    content: url(//theme.zdassets.com/theme_assets/1242682/52d7883fbb138812f4d36dbd226d75fd2b0e7061.svg);
    opacity: .7;
  }

  .main-menu_item .dropdown-toggle {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: transparent;
  }

  .main-menu_item .user-avatar,
  .main-menu_item #user #user-name {
    display: none;
  }

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

  .main-menu_item .dropdown-menu-caret {
    margin-top: 0;
  }

  .main-menu_item .dropdown-menu-caret::before,
  .main-menu_item .dropdown-menu-caret::after {
    display: none;
  }

  .main-menu_item .dropdown-menu {
    box-shadow: none;
    width: 100%;
    right: 0;
    left: 0;
    border-radius: 0;
  }

  .main-menu_item .dropdown-menu a {
    background: rgba(240, 50, 38, 1);
    color: #fff;
    border-radius: 0;
    font-family: "Roboto Light", sans-serif;
    font-size: 18px;
    line-height: 22px;
    padding: 16px 35px 16px 0;
    margin-left: 60px;
    border-top: 1px solid #f35b51;
    text-transform: none;
  }

  .main-menu_item #user-menu {
    background: transparent;
  }

  .main-menu_item .dropdown-menu a:hover {
    background: rgba(240, 50, 38, 1);
    color: #fff;
  }

  /* end user-info in main menu */


  .main-submenu-level-1 .main-menu_btn::after,
  .main-submenu-level-1 .main-submenu-item.has-submenu > .main-submenu-item_link::after{display: none;}

  .main-menu_mobile-header-close{position: absolute; background: none; color: #f03226; width: 60px; height: 60px; top: 0; left: 0; padding: 0; cursor: pointer; display: flex; justify-content: center; align-items: center;}


  .main-menu__logo-pic {
    margin: 0 auto;
  }

  .main-menu__logo-pic a {
    height: 60px;
    display: block;
    padding: 10px 30px;
    transition: .15s;
    display: flex;
    align-items: center;
  }

  .main-menu__logo-img {
    max-width: 100%;
  }

  /* --- main submenu --- */
  .main-submenu_search,
  .main-submenu_close{display: none;}
  .main-submenu_content,
  .main-submenu_content .container,
  .main-submenu_row{padding: 0; margin: 0;}
  .main-submenu_row .col{padding: 0; margin: 0; width: 100%;}

  .main-submenu_back{display: block; padding: 17px 35px 17px 60px; width: 100%; background-color: #e8eded; color: #f03226; font-size: 14px; font-weight: 400; line-height: 26px; text-align: left; text-transform: uppercase; position: relative;}
  .main-submenu_back::before{content: ''; width: 13px; height: 13px; border-left: 2px solid #f03226; border-bottom: 2px solid #f03226; position: absolute; left: 24px; top: 22px; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}

  .main-submenu-item_link{display: block; padding: 16px 35px 16px 60px; border-bottom: 1px solid #cfd4d7; min-height: 61px; margin: 0;}
  .main-submenu-item_link__no-link{display: none;}
  .main-submenu-item_icon{left: 20px; top: 19px;}
  .main-submenu-item_title,
  .main-submenu-item.highlight .main-submenu-item_title{font-size: 18px; font-weight: 300; line-height: 26px; color: #000; text-transform: none;}
  .main-submenu-level-1,
  .main-submenu-level-2,
  .main-submenu-level-2 .main-submenu-item{margin: 0;}
  .main-submenu-level-2 .main-submenu-item_link{padding-top: 17px; padding-bottom: 16px;}
  .main-submenu-level-2 .main-submenu-item_link .main-submenu-item_icon{top: 19px; left: 20px;}

  .main-submenu-item.highlight .main-submenu-item_link:hover{opacity: 1;}

  .main-submenu_block-links{margin: 20px 0;}
  .main-submenu_block-links .col{margin-bottom: 10px;}
  .main-submenu_block-links .col:last-child{margin-bottom: 0;}

  .main-submenu__alt{background-color: #f03226; color: #fff;}
  .main-submenu-alt-content{padding: 20px;}
  .main-submenu-alt-content .dropdown_title{color: #fff;}
  .main-submenu-alt-content .consult-phone-row{display: block; width: auto;}
  .main-submenu-alt-content .consult-phone-row br{display: none;}
  .main-submenu-alt-content .consult-phone-row_icon-cell,
  .main-submenu-alt-content .consult-phone-row_number-cell,
  .main-submenu-alt-content .consult-phone-row_comment-cell{color: #fff; display: inline-block; vertical-align: middle; width: auto;}
  .main-submenu-alt-content .consult-phone-row_comment-cell{opacity: .4; display: block; padding: 10px 0 0;}
  .no-touch .main-submenu-alt-content .consult-phone-row:hover .consult-phone-row_comment-cell{opacity: 1; color: #fff;}

  .main-submenu-alt-content .dropdown_wide-block:first-child{margin-top: 0;}
  .main-submenu-alt-content .dropdown_wide-block:last-child{margin-bottom: 0;}
  .main-submenu-alt-content .block-link_title{color: #fff;}
  .main-submenu-alt-content .block-link_subtitle{color: rgba(255,255,255,.4);}
  .no-touch .main-submenu-alt-content .block-link:hover{background: transparent;}
  .no-touch .main-submenu-alt-content .block-link:hover .block-link_subtitle{color: rgba(255,255,255,1);}

  .main-submenu-alt-content .btn{color: #fff; border-color: rgba(255,255,255,.4);}
  .no-touch .main-submenu-alt-content .btn:hover{color: #fff; border-color: #fff;}
  .no-touch .main-submenu-alt-content .btn:active{color: #f03226; border-color: #fff; background-color: #fff;}


  .main-submenu-search{margin: -20px; position: relative;}
  .main-submenu-search .top-search-results{opacity: 1; background: transparent; width: auto; position: static; box-shadow: none; padding: 20px; color: #fff;
    -ms-transform: none; -webkit-transform: none; transform: none;}
  .main-submenu-search .top-search-results_title{color: rgba(255,255,255,.4);}
  .main-submenu-search .top-search-results_item{color: #fff; padding: 5px 20px; margin: 0 -20px;}
  .main-submenu-search .top-search-results_item-subtitle{color: inherit;}
  .main-submenu-search .top-search-results_footer-link{margin: 0 -20px; padding: 15px 20px;}
  .main-submenu-alt-content .top-search-form{width: 100%; display: table;}
  .main-submenu-alt-content .top-search-form_btn-box,
  .main-submenu-alt-content .top-search-form_input-box{border-bottom: 1px solid #f35b51; display: table-cell; vertical-align: middle; width: 99%;}
  .main-submenu-alt-content .top-search-form .search-input{height: 60px; opacity: 1; padding: 18px 70px 18px 0;}
  .main-submenu-alt-content .top-search-form .search-input::placeholder {
    color: rgba(255,255,255, .5) !important;
  }
  .main-submenu-alt-content .top-search-form .top-search-form_btn{height: 60px; opacity: 1; width: 60px;}

  .top-search-form_btn {
    color: rgba(255,255,255,.7);
    transition: .15s, padding .7s, width 0s ease .7s, opacity .15s ease .7s;
  }
  .no-touch .top-search-form_btn:hover {
    color: rgba(255,255,255,1);
  }

  .main-submenu_close-search{position: absolute; top: 0; right: 0; height: 60px; width: 60px; color: #fff; cursor: pointer; color: rgba(255,255,255,.7); transition: .15s;}
  .no-touch .main-submenu_close-search:hover{color: rgba(255,255,255,1);}

  .top-search-form_input-box .search-input {
    border: none;
    height: 40px;
    padding: 8px 20px 8px 0;
    background: transparent;
    color: #fff;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }
}
/* END MAIN MENU */

.powered-by-zendesk {
  display: none;
}

/* --- alfa chat --- */
.meshim_widget_Widget.meshim_widget_Widget{font-family: 'Roboto', Arial, Helvetica, sans-serif;}

#Embed .src-component-container-ScrollContainer-header,
.jx_ui_Widget .meshim_widget_widgets_TitleBar{background: #ff452a linear-gradient(to right, #ff452a, #ff452a 15%, #ff6fa8) !important; color: #fff !important;}
.jx_ui_Widget .meshim_widget_widgets_TitleBar .title{font-size: 14px; color: rgba(255,255,255,.7) !important; font-weight: 700;}
.src-styles-components-Button-Button.src-styles-components-Button-Button:hover,
.src-styles-components-Button-Button.src-styles-components-Button-Button:active,
.src-styles-components-Button-Button.src-styles-components-Button-Button:focus,
.src-styles-components-Button-Button.src-styles-components-Button-Button:hover,
.src-styles-components-Button-Button.src-styles-components-Button-Button:active,
.src-styles-components-Button-Button.src-styles-components-Button-Button:focus,
.u-userHeaderButtonColor.u-userHeaderButtonColor:hover,
.u-userHeaderButtonColor.u-userHeaderButtonColor:active,
.u-userHeaderButtonColor.u-userHeaderButtonColor:focus{background: #00bfc7 !important;}

.jx_ui_Widget .meshim_widget_widgets_Bottom{height: 43px;}
.jx_ui_Widget .meshim_widget_widgets_Bottom.bottom_large{padding-left: 20px; padding-right: 20px;}

.jx_ui_Widget .meshim_widget_widgets_actionBar_DefaultActionBar .divider{font-size: 1em;}

.jx_ui_Widget .meshim_widget_components_chatWindow_preChatOfflineForm_Form{padding-bottom: 43px !important;}
.jx_ui_Widget .meshim_widget_components_chatWindow_chatPanel_ChatPanelHeader .card .avatar_cell{display: none;}
.jx_ui_Widget .meshim_widget_components_chatWindow_chatPanel_ChatPanelHeader .card .content_cell{padding-left: 0;}
.jx_ui_Widget .meshim_widget_components_chatWindow_ChatPanel .chat_panel_container .served_by_container{padding: 8px 15px;}
.jx_ui_Widget .meshim_widget_components_chatWindow_chatPanel_Spinner[style="visibility: hidden;"]{height: 0;}
.jx_ui_Widget .meshim_widget_components_chatWindow_chatPanel_ChatLog .agent .chat_bubble,
.jx_ui_Widget .meshim_widget_components_chatWindow_chatPanel_ChatLog .visitor .chat_bubble{border: none; background: #e8e8e8; color: #000; border-radius: 6px; padding: 10px 15px; font-size: 14px; line-height: 20px;}
.jx_ui_Widget .meshim_widget_components_chatWindow_chatPanel_ChatLog .agent .chat_bubble{border-top-right-radius: 13px; border-bottom-right-radius: 13px;}
.jx_ui_Widget .meshim_widget_components_chatWindow_chatPanel_ChatLog .visitor .chat_bubble{border-top-left-radius: 13px; border-bottom-left-radius: 13px;}
.jx_ui_Widget .meshim_widget_widgets_chatLogRenderer_BasicRenderer .chat_msg_holder .chat_msg{font-size: 14px; line-height: 20px;}
.jx_ui_Widget .meshim_widget_widgets_chatLogRenderer_ChatBubble .arrow{display: none;}
.jx_ui_Widget .meshim_widget_widgets_chatLogRenderer_ChatName{display: none;}
.jx_ui_Widget .meshim_widget_widgets_chatLogRenderer_BubbleAvatarRenderer .log_avatar{border-radius: 50%;}
.jx_ui_Widget .meshim_widget_widgets_chatLogRenderer_MemberChange{color: #999;}

.jx_ui_Widget .meshim_widget_widgets_AgentProfileCard .profile_name{color: #000; font-weight: 700; font-size: 14px; line-height: 15px;}
.jx_ui_Widget .meshim_widget_widgets_AgentProfileCard .profile_title{color: #999; font-weight: 400; font-size: 14px; line-height: 15px;}

.jx_ui_Widget .meshim_widget_components_chatWindow_chatPanel_ChatTextArea .fake_input.focus{box-shadow: none; border-color: #000;}
.jx_ui_Widget .meshim_widget_widgets_FakeInput{border-radius: 4px; color: #000;}
.jx_ui_Widget .meshim_widget_widgets_AutoResizeTextArea{color: #000;}
.jx_ui_Widget .meshim_widget_widgets_Button,
.jx_ui_Widget .meshim_widget_widgets_ConnAwareSubmit,
.src-component-helpCenter-HelpCenterMobile-footerButton.src-component-helpCenter-HelpCenterMobile-footerButton.src-component-helpCenter-HelpCenterMobile-footerButtonР±
.src-component-helpCenter-HelpCenterDesktop-button.src-component-helpCenter-HelpCenterDesktop-button.src-component-helpCenter-HelpCenterDesktop-button,
#Embed .src-component-helpCenter-HelpCenterDesktop-button{font-size: 14px; line-height: 22px; font-weight: 700; padding: 5px 15px; color: #fff; background: #00bfc7 !important; border-radius: 5px; border: none;}
.meshim_widget_widgets_form_Profile .label,
.meshim_widget_widgets_Form .label{font-weight: 700;}


/* launcher button */

body:not(.alfa-chat-loaded) .zEWidget-launcher{opacity: 0;}
#Embed .src-component-Launcher-wrapper,
#Embed .src-component-launcher-WidgetLauncher-wrapper{width: 60px; height: 60px; border-radius: 50%; background: #ff452a; background: linear-gradient(45deg, #ff452a, #ff6fa8); padding: 0;
	font-size: 0; line-height: 0; position: relative;}
#Embed .src-component-Launcher-wrapper::after,
#Embed .src-component-launcher-WidgetLauncher-wrapper::after{content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 50%; background: inherit; transition: .4s;}
#Embed .src-component-Launcher-wrapper::before,
#Embed .Icon--chat::before{content: ''; position: absolute; top: 45%; left: 60%; margin: -20px 0 0 -20px; width: 48px; height: 48px;
	background: url(https://alfabank.by/local/images/alfa-chat-button.svg) no-repeat center / 100% auto; z-index: 2;
	-webkit-transform-origin: bottom left; transform-origin: bottom left;}
#Embed .Icon--chat svg{opacity: 0!important;}
#Embed .src-component-Launcher-label,
#Embed .src-component-launcher-WidgetLauncher-label,
#Embed .src-component-Launcher-icon,
#Embed .src-component-launcher-WidgetLauncher-icon{display: none !important;}

#Embed .u-userLauncherColor:not([disabled]):focus{box-shadow: none !important;}
#Embed .u-userLauncherColor:not([disabled]){background-color: inherit !important; color: transparent !important;}

#Embed .src-component-Launcher-wrapper:hover::after,
#Embed .src-component-launcher-WidgetLauncher-wrapper:hover::after{transform: rotate(180deg);}
#Embed .src-component-Launcher-wrapper:hover::before,
#Embed .src-component-launcher-WidgetLauncher-wrapper:hover::before{animation: alfa-chat-bubble-hover .6s;}


/* --- zopim --- */
/*
.zopim:nth-child(1),
.zopim:nth-child(3),
.touch .zopim,
.meshim_widget_components_mobileChatButton_TappingScreen,
.meshim_widget_components_MobileChatUnreadCountBadge{display: none !important;}
*/

.resultbd{
    border-bottom: 1px solid #cfd4d7;
    padding: 20px 0;
}
@media (min-width: 768px) {
  .resultbd{
      display: flex;
  		justify-content: space-between;
  }
}
.resultbd:first-child{
   border-top: 1px solid #cfd4d7;
}


@media (min-width: 768px) {
  .resultbd__theme{
    width: 26%;
    flex-shrink: 0;
  }
}

.resultbd__description{
  flex-grow: 1;
}
.resultbd .search-result-breadcrumb{
  display: none;
}

.resultbd .search-result-breadcrumb:last-child{
  display: block;
}

.search-result-nounds {
  margin-top: 8px;
}
.search-result-nounds .meta-data{
  display: inline-block;
}
@media (max-width: 767px) {
  .search-result-breadcrumb__link {
    margin-bottom: 8px;
    display: block;
  }
}